

/* Start:/local/templates/library/styles.css?17658109021565*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.c-title_lg,
.c-title_sm {
  font-size: 26px;
  font-weight: 600;
}
.c-title_sm {
  font-size: 24px;
  line-height: 30px;
}
.c-title_xs {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.c-title_md,
.c-title_modal {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.c-title_modal {
  font-size: 22px;
  line-height: 1.2272727273;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 640px) {
  .c-title_modal {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .c-title_modal {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1360px) {
  .c-title_modal {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1384px !important;
  }
}

/* End */


/* Start:/local/templates/library/template_styles.css?1765810902122510*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto\9;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  min-width: 0;
  border: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  background: #f3f6f1;
  color: #000;
}
ol,
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: 0;
  letter-spacing: inherit;
  -webkit-font-smoothing: inherit;
}
input[placeholder] {
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
a[href^="tel"] {
  text-decoration: inherit;
  font-size: inherit;
  color: inherit;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
@font-face {
  font-family: "Montserrat";
  src: url(/local/templates/library/fonts/Montserrat/Montserrat-Medium.eot);
  src:
    url(/local/templates/library/fonts/Montserrat/Montserrat-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/library/fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),
    url(/local/templates/library/fonts/Montserrat/Montserrat-Medium.woff) format("woff"),
    url(/local/templates/library/fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/local/templates/library/fonts/Montserrat/Montserrat-Regular.eot);
  src:
    url(/local/templates/library/fonts/Montserrat/Montserrat-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/library/fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),
    url(/local/templates/library/fonts/Montserrat/Montserrat-Regular.woff) format("woff"),
    url(/local/templates/library/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/local/templates/library/fonts/Montserrat/Montserrat-SemiBold.eot);
  src:
    url(/local/templates/library/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/library/fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),
    url(/local/templates/library/fonts/Montserrat/Montserrat-SemiBold.woff) format("woff"),
    url(/local/templates/library/fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1320px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.col-auto,
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  width: auto;
}
.col-1,
.col-2 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3,
.col-4 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5,
.col-6 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7,
.col-8 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-10,
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11,
.col-12 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0px;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0px;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 10px;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 10px;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 20px;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 20px;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 30px;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 30px;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 40px;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 40px;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 50px;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 50px;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 60px;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 60px;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 80px;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 80px;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-secondary,
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-success {
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-info,
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-danger,
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark,
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 10px !important;
}
.m-2 {
  margin: 20px !important;
}
.m-3 {
  margin: 30px !important;
}
.m-4 {
  margin: 40px !important;
}
.m-5 {
  margin: 50px !important;
}
.m-6 {
  margin: 60px !important;
}
.m-8 {
  margin: 80px !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.mx-6 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.mx-8 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
.mt-5 {
  margin-top: 50px !important;
}
.mt-6 {
  margin-top: 60px !important;
}
.mt-8 {
  margin-top: 80px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 10px !important;
}
.me-2 {
  margin-right: 20px !important;
}
.me-3 {
  margin-right: 30px !important;
}
.me-4 {
  margin-right: 40px !important;
}
.me-5 {
  margin-right: 50px !important;
}
.me-6 {
  margin-right: 60px !important;
}
.me-8 {
  margin-right: 80px !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}
.mb-5 {
  margin-bottom: 50px !important;
}
.mb-6 {
  margin-bottom: 60px !important;
}
.mb-8 {
  margin-bottom: 80px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 10px !important;
}
.ms-2 {
  margin-left: 20px !important;
}
.ms-3 {
  margin-left: 30px !important;
}
.ms-4 {
  margin-left: 40px !important;
}
.ms-5 {
  margin-left: 50px !important;
}
.ms-6 {
  margin-left: 60px !important;
}
.ms-8 {
  margin-left: 80px !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 10px !important;
}
.p-2 {
  padding: 20px !important;
}
.p-3 {
  padding: 30px !important;
}
.p-4 {
  padding: 40px !important;
}
.p-5 {
  padding: 50px !important;
}
.p-6 {
  padding: 60px !important;
}
.p-8 {
  padding: 80px !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.px-5 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.px-6 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.px-8 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 10px !important;
}
.pt-2 {
  padding-top: 20px !important;
}
.pt-3 {
  padding-top: 30px !important;
}
.pt-4 {
  padding-top: 40px !important;
}
.pt-5 {
  padding-top: 50px !important;
}
.pt-6 {
  padding-top: 60px !important;
}
.pt-8 {
  padding-top: 80px !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 10px !important;
}
.pe-2 {
  padding-right: 20px !important;
}
.pe-3 {
  padding-right: 30px !important;
}
.pe-4 {
  padding-right: 40px !important;
}
.pe-5 {
  padding-right: 50px !important;
}
.pe-6 {
  padding-right: 60px !important;
}
.pe-8 {
  padding-right: 80px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 10px !important;
}
.pb-2 {
  padding-bottom: 20px !important;
}
.pb-3 {
  padding-bottom: 30px !important;
}
.pb-4 {
  padding-bottom: 40px !important;
}
.pb-5 {
  padding-bottom: 50px !important;
}
.pb-6 {
  padding-bottom: 60px !important;
}
.pb-8 {
  padding-bottom: 80px !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 10px !important;
}
.ps-2 {
  padding-left: 20px !important;
}
.ps-3 {
  padding-left: 30px !important;
}
.ps-4 {
  padding-left: 40px !important;
}
.ps-5 {
  padding-left: 50px !important;
}
.ps-6 {
  padding-left: 60px !important;
}
.ps-8 {
  padding-left: 80px !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 10px !important;
}
.gap-2 {
  gap: 20px !important;
}
.gap-3 {
  gap: 30px !important;
}
.gap-4 {
  gap: 40px !important;
}
.gap-5 {
  gap: 50px !important;
}
.gap-6 {
  gap: 60px !important;
}
.gap-8 {
  gap: 80px !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary,
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info,
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger,
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-black,
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-body,
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50,
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-secondary,
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-success {
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-info,
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-danger,
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black,
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body,
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-end {
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-start {
  border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.c-btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  display: inline-flex;
  align-items: center;
}
.c-slider__next,
.c-slider__prev {
  position: absolute;
  z-index: 1;
  top: 31%;
}
.c-slider__prev {
  padding: 11px 13px 11px 9px;
  left: 2px;
}
.c-slider__next {
  padding: 11px 9px 11px 13px;
  right: 2px;
}
.slick-arrow {
  width: 46px;
  height: 46px;
  background-color: #f8b028;
  border-radius: 50%;
}
.slick-arrow .svg-ico {
  fill: #fff;
}
.slick-arrow:focus,
.slick-arrow:hover {
  background-color: #e69907;
}
.c-btn_style_default {
  border: 1px solid transparent;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.c-btn_style_default.c-btn_color_default {
  background-color: #009c40;
  color: #fff;
}
.c-btn_style_default.c-btn_color_default:focus,
.c-btn_style_default.c-btn_color_default:hover {
  background-color: #008d3a;
}
.c-btn_style_default.c-btn_color_tertiary {
  background-color: #f8b028;
  color: #fff;
}
.c-btn_style_default.c-btn_color_tertiary:focus,
.c-btn_style_default.c-btn_color_tertiary:hover {
  background-color: #e69907;
}
.c-btn_style_default.c-btn_size_sm {
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1px;
}
.c-btn_style_default.c-btn_size_md,
.c-btn_style_default.c-btn_size_md_secondary {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.c-btn_style_default.c-btn_size_md_secondary {
  padding: 15px 10px;
}
.c-btn_style_ghost {
  background: 0;
  border: 1px solid transparent;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.c-btn_style_ghost:hover {
  background-color: #fff;
  color: #009c40;
}
.c-btn_style_ghost.c-btn_color_default {
  border-color: #009c40;
  color: #009c40;
}
.c-btn_style_ghost.c-btn_color_default:focus,
.c-btn_style_ghost.c-btn_color_default:hover {
  color: #fff;
  background-color: #009c40;
}
.c-btn_style_ghost.c-btn_color_primary {
  border-color: transparent;
  color: #009c40;
}
.c-btn_style_ghost.c-btn_color_primary:focus,
.c-btn_style_ghost.c-btn_color_primary:hover {
  background-color: rgba(0, 156, 64, 0.25);
}
.c-btn_style_ghost.c-btn_size_md {
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  gap: 10px;
}
.c-btn_style_ghost.c-btn_size_md .svg-ico,
.c-btn_style_link.c-btn_size_md .svg-ico {
  width: 16px;
  height: 16px;
}
.c-btn_style_link {
  background: 0;
  transition: color 0.15s ease;
}
.c-btn_style_link.c-btn_size_md {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  gap: 10px;
  padding: 10px;
}
.c-btn_style_link.c-btn_size_md_secondary {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  gap: 8px;
}
.c-btn_style_link.c-btn_size_md_secondary .svg-ico {
  width: 24px;
  height: 24px;
}
.c-btn_style_link.c-btn-accent {
  font-size: 14px;
  font-weight: 500;
}
.c-btn_style_link.c-btn_color_default {
  color: #009c40;
}
.c-btn_style_link.c-btn_color_default:focus,
.c-btn_style_link.c-btn_color_default:hover {
  color: #006e2d;
}
.c-btn_style_link.c-btn_color_dark {
  color: #535755;
}
.c-btn_style_link.c-btn_color_dark:focus,
.c-btn_style_link.c-btn_color_dark:hover {
  color: #6c716f;
}
.c-btn_style_link.c-btn_color_light {
  color: #fff;
}
.c-btn_style_link.c-btn_color_light:focus,
.c-btn_style_link.c-btn_color_light:hover {
  color: #e6e6e6;
}
.c-btn_style_link.c-btn_color_quaternary {
  color: #b0b4af;
}
.c-btn_style_link.c-btn_color_quaternary:focus,
.c-btn_style_link.c-btn_color_quaternary:hover {
  color: #000;
}
.c-btn_style_link.c-btn_color_tertiary {
  color: #f8b028;
}
.c-btn_style_link.c-btn_color_tertiary:focus,
.c-btn_style_link.c-btn_color_tertiary:hover {
  color: #e69907;
}
.c-btn_tag {
  background: #009c40;
  color: #fff;
  border-color: #fff;
  font-size: 14px;
  padding: 0 10px;
  height: 36px;
  gap: 10px;
}
.c-btn_tag .svg-ico {
  width: 16px;
  height: 16px;
}
.c-btn_tag:focus,
.c-btn_tag:hover {
  background-color: #fff;
  color: #009c40;
}
.c-btn_tag_active {
  background-color: #fff;
  color: #009c40;
}
.c-btn_tag_active:focus,
.c-btn_tag_active:hover {
  background-color: #009c40;
  color: #fff;
}
.container {
  z-index: 1;
}
.c-section__quote-wrapper {
  background-color: #fff;
  padding: 20px;
}
.c-section__quote-text {
  font-weight: 400;
  padding-bottom: 10px;
}
.c-section__quote-person {
  font-weight: 600;
}
.c-section__quote-person,
.c-section__quote-text {
  font-size: 16px;
  line-height: 22px;
}
.c-section_head {
  padding: 40px 0;
  position: relative;
}
.c-page_blur {
  filter: blur(4px);
}
.back-wrapper {
  padding: 20px 0;
}
.c-header {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #fff;
}
.c-header__main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.c-header__main .hamburger {
  text-align: end;
}
.c-header__logo,
.c-header__main .hamburger {
  flex: 1 1 45%;
  box-sizing: border-box;
}
.c-header__logo img {
  max-width: 84px;
  min-height: 34px;
}
.c-header__menu {
  background-color: #fff;
}
.c-section_style_primary {
  background: #009c40;
  background-size: cover;
}
.c-section_style_secondary {
  background: #fff;
}
.u-text {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  background: inherit;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 9px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #000;
}
.hamburger-box {
  width: 27px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 27px;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  display: block;
}
.hamburger-inner {
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--3dx .hamburger-box {
  perspective: 54px;
}
.hamburger--3dx .hamburger-inner {
  transition:
    transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 54px;
}
.hamburger--3dx-r .hamburger-inner {
  transition:
    transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 54px;
}
.hamburger--3dy .hamburger-inner {
  transition:
    transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 54px;
}
.hamburger--3dy-r .hamburger-inner {
  transition:
    transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 54px;
}
.hamburger--3dxy .hamburger-inner {
  transition:
    transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 54px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition:
    transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
  transition:
    top 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition:
    bottom 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5.4px, -6.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition:
    top 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5.4px, 6.75px, 0) rotate(45deg) scale(0.7, 1);
  transition:
    bottom 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r .hamburger-inner::before {
  transition:
    top 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition:
    bottom 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5.4px, -6.75px, 0) rotate(45deg) scale(0.7, 1);
  transition:
    top 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5.4px, 6.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition:
    bottom 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowturn-r.is-active .hamburger-inner,
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner,
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition:
    top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner,
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition:
    top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition:
    top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition:
    top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner,
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
.hamburger--emphatic,
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner,
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition:
    transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.125s linear,
    left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition:
    transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.125s linear,
    right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner,
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -54px;
  top: -54px;
  transform: translate3d(54px, 54px, 0) rotate(45deg);
  transition:
    left 0.125s ease-out,
    top 0.05s 0.125s linear,
    transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -54px;
  top: -54px;
  transform: translate3d(-54px, 54px, 0) rotate(-45deg);
  transition:
    right 0.125s ease-out,
    top 0.05s 0.125s linear,
    transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition:
    transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.125s linear,
    left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition:
    transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.125s linear,
    right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -54px;
  top: 54px;
  transform: translate3d(54px, -54px, 0) rotate(-45deg);
  transition:
    left 0.125s ease-out,
    top 0.05s 0.125s linear,
    transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -54px;
  top: 54px;
  transform: translate3d(-54px, -54px, 0) rotate(45deg);
  transition:
    right 0.125s ease-out,
    top 0.05s 0.125s linear,
    transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
  transition:
    bottom 0.08s 0s ease-out,
    top 0.08s 0s ease-out,
    opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
  opacity: 0;
  transition:
    bottom 0.08s ease-out,
    top 0.08s ease-out,
    opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner,
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.8571428571px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.8571428571px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner,
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition:
    top 0.1s 0.25s ease-in,
    opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition:
    bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner,
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition:
    top 0.1s ease-out,
    opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition:
    bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner::before {
  transition:
    top 0.1s 0.25s ease-in,
    opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition:
    bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition:
    top 0.1s ease-out,
    opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition:
    bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition:
    top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition:
    top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition:
    top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition:
    top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner,
.hamburger--stand-r .hamburger-inner {
  transition:
    transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition:
    top 0.075s 0.075s ease-in,
    transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition:
    bottom 0.075s 0.075s ease-in,
    transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner,
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition:
    transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition:
    top 0.075s 0.1s ease-out,
    transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition:
    bottom 0.075s 0.1s ease-out,
    transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner::before {
  transition:
    top 0.075s 0.075s ease-in,
    transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition:
    bottom 0.075s 0.075s ease-in,
    transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition:
    top 0.075s 0.1s ease-out,
    transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition:
    bottom 0.075s 0.1s ease-out,
    transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition:
    top 0.075s 0.12s ease,
    opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition:
    bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition:
    top 0.075s ease,
    opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition:
    bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner,
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner,
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  background-color: #fff;
  position: relative;
  text-shadow: none;
  border-radius: 0;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 40px 0 rgba(22, 103, 50, 0.2);
}
.fancybox-inner,
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font:
    14px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0-108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/local/templates/library/../image/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 8040;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.73 14 14.27 1.46m-12.54 0L14.27 14" stroke="%23B0B4AF" stroke-width="2.66" stroke-linecap="round"/></svg>')
    no-repeat;
}
.fancybox-close:focus,
.fancybox-close:hover {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.73 14 14.27 1.46m-12.54 0L14.27 14" stroke="%23000" stroke-width="2.66" stroke-linecap="round"/></svg>')
    no-repeat;
}
.fancybox-nav,
.fancybox-nav span {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(/local/templates/library/../image/blank.gif);
  -webkit-tap-highlight-color: transparent;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0-36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0-72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(243, 246, 241, 0.8);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font:
    13px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.c-section_sm {
  padding: 30px 0;
}
.c-section_md {
  padding: 40px 0;
}
.c-section__head {
  display: block;
  gap: 12px;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 640px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-sm-auto,
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1,
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3,
  .col-sm-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5,
  .col-sm-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7,
  .col-sm-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-10,
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11,
  .col-sm-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0px;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0px;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 10px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 10px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 20px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 20px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 30px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 30px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 40px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 40px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 50px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 50px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 60px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 60px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 80px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 80px;
  }
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .m-sm-6 {
    margin: 60px !important;
  }
  .m-sm-8 {
    margin: 80px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-sm-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 10px !important;
  }
  .mt-sm-2 {
    margin-top: 20px !important;
  }
  .mt-sm-3 {
    margin-top: 30px !important;
  }
  .mt-sm-4 {
    margin-top: 40px !important;
  }
  .mt-sm-5 {
    margin-top: 50px !important;
  }
  .mt-sm-6 {
    margin-top: 60px !important;
  }
  .mt-sm-8 {
    margin-top: 80px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 10px !important;
  }
  .me-sm-2 {
    margin-right: 20px !important;
  }
  .me-sm-3 {
    margin-right: 30px !important;
  }
  .me-sm-4 {
    margin-right: 40px !important;
  }
  .me-sm-5 {
    margin-right: 50px !important;
  }
  .me-sm-6 {
    margin-right: 60px !important;
  }
  .me-sm-8 {
    margin-right: 80px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 10px !important;
  }
  .mb-sm-2 {
    margin-bottom: 20px !important;
  }
  .mb-sm-3 {
    margin-bottom: 30px !important;
  }
  .mb-sm-4 {
    margin-bottom: 40px !important;
  }
  .mb-sm-5 {
    margin-bottom: 50px !important;
  }
  .mb-sm-6 {
    margin-bottom: 60px !important;
  }
  .mb-sm-8 {
    margin-bottom: 80px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 10px !important;
  }
  .ms-sm-2 {
    margin-left: 20px !important;
  }
  .ms-sm-3 {
    margin-left: 30px !important;
  }
  .ms-sm-4 {
    margin-left: 40px !important;
  }
  .ms-sm-5 {
    margin-left: 50px !important;
  }
  .ms-sm-6 {
    margin-left: 60px !important;
  }
  .ms-sm-8 {
    margin-left: 80px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .p-sm-6 {
    padding: 60px !important;
  }
  .p-sm-8 {
    padding: 80px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-sm-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-sm-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 10px !important;
  }
  .pt-sm-2 {
    padding-top: 20px !important;
  }
  .pt-sm-3 {
    padding-top: 30px !important;
  }
  .pt-sm-4 {
    padding-top: 40px !important;
  }
  .pt-sm-5 {
    padding-top: 50px !important;
  }
  .pt-sm-6 {
    padding-top: 60px !important;
  }
  .pt-sm-8 {
    padding-top: 80px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 10px !important;
  }
  .pe-sm-2 {
    padding-right: 20px !important;
  }
  .pe-sm-3 {
    padding-right: 30px !important;
  }
  .pe-sm-4 {
    padding-right: 40px !important;
  }
  .pe-sm-5 {
    padding-right: 50px !important;
  }
  .pe-sm-6 {
    padding-right: 60px !important;
  }
  .pe-sm-8 {
    padding-right: 80px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 10px !important;
  }
  .pb-sm-2 {
    padding-bottom: 20px !important;
  }
  .pb-sm-3 {
    padding-bottom: 30px !important;
  }
  .pb-sm-4 {
    padding-bottom: 40px !important;
  }
  .pb-sm-5 {
    padding-bottom: 50px !important;
  }
  .pb-sm-6 {
    padding-bottom: 60px !important;
  }
  .pb-sm-8 {
    padding-bottom: 80px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 10px !important;
  }
  .ps-sm-2 {
    padding-left: 20px !important;
  }
  .ps-sm-3 {
    padding-left: 30px !important;
  }
  .ps-sm-4 {
    padding-left: 40px !important;
  }
  .ps-sm-5 {
    padding-left: 50px !important;
  }
  .ps-sm-6 {
    padding-left: 60px !important;
  }
  .ps-sm-8 {
    padding-left: 80px !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 10px !important;
  }
  .gap-sm-2 {
    gap: 20px !important;
  }
  .gap-sm-3 {
    gap: 30px !important;
  }
  .gap-sm-4 {
    gap: 40px !important;
  }
  .gap-sm-5 {
    gap: 50px !important;
  }
  .gap-sm-6 {
    gap: 60px !important;
  }
  .gap-sm-8 {
    gap: 80px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-height: 768px) {
  .fancybox-close {
    top: 46px;
    right: 46px;
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-auto,
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1,
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3,
  .col-md-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5,
  .col-md-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7,
  .col-md-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-10,
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11,
  .col-md-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0px;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0px;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 10px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 10px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 20px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 20px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 30px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 30px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 40px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 40px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 50px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 50px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 60px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 60px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 80px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 80px;
  }
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .m-md-6 {
    margin: 60px !important;
  }
  .m-md-8 {
    margin: 80px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-md-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 10px !important;
  }
  .mt-md-2 {
    margin-top: 20px !important;
  }
  .mt-md-3 {
    margin-top: 30px !important;
  }
  .mt-md-4 {
    margin-top: 40px !important;
  }
  .mt-md-5 {
    margin-top: 50px !important;
  }
  .mt-md-6 {
    margin-top: 60px !important;
  }
  .mt-md-8 {
    margin-top: 80px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 10px !important;
  }
  .me-md-2 {
    margin-right: 20px !important;
  }
  .me-md-3 {
    margin-right: 30px !important;
  }
  .me-md-4 {
    margin-right: 40px !important;
  }
  .me-md-5 {
    margin-right: 50px !important;
  }
  .me-md-6 {
    margin-right: 60px !important;
  }
  .me-md-8 {
    margin-right: 80px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 10px !important;
  }
  .mb-md-2 {
    margin-bottom: 20px !important;
  }
  .mb-md-3 {
    margin-bottom: 30px !important;
  }
  .mb-md-4 {
    margin-bottom: 40px !important;
  }
  .mb-md-5 {
    margin-bottom: 50px !important;
  }
  .mb-md-6 {
    margin-bottom: 60px !important;
  }
  .mb-md-8 {
    margin-bottom: 80px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 10px !important;
  }
  .ms-md-2 {
    margin-left: 20px !important;
  }
  .ms-md-3 {
    margin-left: 30px !important;
  }
  .ms-md-4 {
    margin-left: 40px !important;
  }
  .ms-md-5 {
    margin-left: 50px !important;
  }
  .ms-md-6 {
    margin-left: 60px !important;
  }
  .ms-md-8 {
    margin-left: 80px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .p-md-6 {
    padding: 60px !important;
  }
  .p-md-8 {
    padding: 80px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-md-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 10px !important;
  }
  .pt-md-2 {
    padding-top: 20px !important;
  }
  .pt-md-3 {
    padding-top: 30px !important;
  }
  .pt-md-4 {
    padding-top: 40px !important;
  }
  .pt-md-5 {
    padding-top: 50px !important;
  }
  .pt-md-6 {
    padding-top: 60px !important;
  }
  .pt-md-8 {
    padding-top: 80px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 10px !important;
  }
  .pe-md-2 {
    padding-right: 20px !important;
  }
  .pe-md-3 {
    padding-right: 30px !important;
  }
  .pe-md-4 {
    padding-right: 40px !important;
  }
  .pe-md-5 {
    padding-right: 50px !important;
  }
  .pe-md-6 {
    padding-right: 60px !important;
  }
  .pe-md-8 {
    padding-right: 80px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 10px !important;
  }
  .pb-md-2 {
    padding-bottom: 20px !important;
  }
  .pb-md-3 {
    padding-bottom: 30px !important;
  }
  .pb-md-4 {
    padding-bottom: 40px !important;
  }
  .pb-md-5 {
    padding-bottom: 50px !important;
  }
  .pb-md-6 {
    padding-bottom: 60px !important;
  }
  .pb-md-8 {
    padding-bottom: 80px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 10px !important;
  }
  .ps-md-2 {
    padding-left: 20px !important;
  }
  .ps-md-3 {
    padding-left: 30px !important;
  }
  .ps-md-4 {
    padding-left: 40px !important;
  }
  .ps-md-5 {
    padding-left: 50px !important;
  }
  .ps-md-6 {
    padding-left: 60px !important;
  }
  .ps-md-8 {
    padding-left: 80px !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 10px !important;
  }
  .gap-md-2 {
    gap: 20px !important;
  }
  .gap-md-3 {
    gap: 30px !important;
  }
  .gap-md-4 {
    gap: 40px !important;
  }
  .gap-md-5 {
    gap: 50px !important;
  }
  .gap-md-6 {
    gap: 60px !important;
  }
  .gap-md-8 {
    gap: 80px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .c-section_head {
    padding: 60px 0;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .c-section__head {
    display: flex;
    gap: 6px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-auto,
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1,
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3,
  .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5,
  .col-lg-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7,
  .col-lg-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-10,
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11,
  .col-lg-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0px;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0px;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 10px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 10px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 20px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 20px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 30px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 30px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 40px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 40px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 50px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 50px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 60px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 60px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 80px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 80px;
  }
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .m-lg-6 {
    margin: 60px !important;
  }
  .m-lg-8 {
    margin: 80px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-lg-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 10px !important;
  }
  .mt-lg-2 {
    margin-top: 20px !important;
  }
  .mt-lg-3 {
    margin-top: 30px !important;
  }
  .mt-lg-4 {
    margin-top: 40px !important;
  }
  .mt-lg-5 {
    margin-top: 50px !important;
  }
  .mt-lg-6 {
    margin-top: 60px !important;
  }
  .mt-lg-8 {
    margin-top: 80px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 10px !important;
  }
  .me-lg-2 {
    margin-right: 20px !important;
  }
  .me-lg-3 {
    margin-right: 30px !important;
  }
  .me-lg-4 {
    margin-right: 40px !important;
  }
  .me-lg-5 {
    margin-right: 50px !important;
  }
  .me-lg-6 {
    margin-right: 60px !important;
  }
  .me-lg-8 {
    margin-right: 80px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 10px !important;
  }
  .mb-lg-2 {
    margin-bottom: 20px !important;
  }
  .mb-lg-3 {
    margin-bottom: 30px !important;
  }
  .mb-lg-4 {
    margin-bottom: 40px !important;
  }
  .mb-lg-5 {
    margin-bottom: 50px !important;
  }
  .mb-lg-6 {
    margin-bottom: 60px !important;
  }
  .mb-lg-8 {
    margin-bottom: 80px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 10px !important;
  }
  .ms-lg-2 {
    margin-left: 20px !important;
  }
  .ms-lg-3 {
    margin-left: 30px !important;
  }
  .ms-lg-4 {
    margin-left: 40px !important;
  }
  .ms-lg-5 {
    margin-left: 50px !important;
  }
  .ms-lg-6 {
    margin-left: 60px !important;
  }
  .ms-lg-8 {
    margin-left: 80px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .p-lg-6 {
    padding: 60px !important;
  }
  .p-lg-8 {
    padding: 80px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-lg-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-lg-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 10px !important;
  }
  .pt-lg-2 {
    padding-top: 20px !important;
  }
  .pt-lg-3 {
    padding-top: 30px !important;
  }
  .pt-lg-4 {
    padding-top: 40px !important;
  }
  .pt-lg-5 {
    padding-top: 50px !important;
  }
  .pt-lg-6 {
    padding-top: 60px !important;
  }
  .pt-lg-8 {
    padding-top: 80px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 10px !important;
  }
  .pe-lg-2 {
    padding-right: 20px !important;
  }
  .pe-lg-3 {
    padding-right: 30px !important;
  }
  .pe-lg-4 {
    padding-right: 40px !important;
  }
  .pe-lg-5 {
    padding-right: 50px !important;
  }
  .pe-lg-6 {
    padding-right: 60px !important;
  }
  .pe-lg-8 {
    padding-right: 80px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 10px !important;
  }
  .pb-lg-2 {
    padding-bottom: 20px !important;
  }
  .pb-lg-3 {
    padding-bottom: 30px !important;
  }
  .pb-lg-4 {
    padding-bottom: 40px !important;
  }
  .pb-lg-5 {
    padding-bottom: 50px !important;
  }
  .pb-lg-6 {
    padding-bottom: 60px !important;
  }
  .pb-lg-8 {
    padding-bottom: 80px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 10px !important;
  }
  .ps-lg-2 {
    padding-left: 20px !important;
  }
  .ps-lg-3 {
    padding-left: 30px !important;
  }
  .ps-lg-4 {
    padding-left: 40px !important;
  }
  .ps-lg-5 {
    padding-left: 50px !important;
  }
  .ps-lg-6 {
    padding-left: 60px !important;
  }
  .ps-lg-8 {
    padding-left: 80px !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 10px !important;
  }
  .gap-lg-2 {
    gap: 20px !important;
  }
  .gap-lg-3 {
    gap: 30px !important;
  }
  .gap-lg-4 {
    gap: 40px !important;
  }
  .gap-lg-5 {
    gap: 50px !important;
  }
  .gap-lg-6 {
    gap: 60px !important;
  }
  .gap-lg-8 {
    gap: 80px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .c-header__logo {
    flex: auto;
  }
  .c-header__logo img {
    max-width: 115px;
    min-height: 46px;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1360px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-auto,
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1,
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3,
  .col-xl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5,
  .col-xl-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7,
  .col-xl-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-10,
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11,
  .col-xl-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0px;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0px;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 10px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 20px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 30px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 30px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 40px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 40px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 50px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 50px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 60px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 60px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 80px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 80px;
  }
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .m-xl-6 {
    margin: 60px !important;
  }
  .m-xl-8 {
    margin: 80px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xl-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 10px !important;
  }
  .mt-xl-2 {
    margin-top: 20px !important;
  }
  .mt-xl-3 {
    margin-top: 30px !important;
  }
  .mt-xl-4 {
    margin-top: 40px !important;
  }
  .mt-xl-5 {
    margin-top: 50px !important;
  }
  .mt-xl-6 {
    margin-top: 60px !important;
  }
  .mt-xl-8 {
    margin-top: 80px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 10px !important;
  }
  .me-xl-2 {
    margin-right: 20px !important;
  }
  .me-xl-3 {
    margin-right: 30px !important;
  }
  .me-xl-4 {
    margin-right: 40px !important;
  }
  .me-xl-5 {
    margin-right: 50px !important;
  }
  .me-xl-6 {
    margin-right: 60px !important;
  }
  .me-xl-8 {
    margin-right: 80px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 10px !important;
  }
  .mb-xl-2 {
    margin-bottom: 20px !important;
  }
  .mb-xl-3 {
    margin-bottom: 30px !important;
  }
  .mb-xl-4 {
    margin-bottom: 40px !important;
  }
  .mb-xl-5 {
    margin-bottom: 50px !important;
  }
  .mb-xl-6 {
    margin-bottom: 60px !important;
  }
  .mb-xl-8 {
    margin-bottom: 80px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 10px !important;
  }
  .ms-xl-2 {
    margin-left: 20px !important;
  }
  .ms-xl-3 {
    margin-left: 30px !important;
  }
  .ms-xl-4 {
    margin-left: 40px !important;
  }
  .ms-xl-5 {
    margin-left: 50px !important;
  }
  .ms-xl-6 {
    margin-left: 60px !important;
  }
  .ms-xl-8 {
    margin-left: 80px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .p-xl-6 {
    padding: 60px !important;
  }
  .p-xl-8 {
    padding: 80px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xl-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xl-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 10px !important;
  }
  .pt-xl-2 {
    padding-top: 20px !important;
  }
  .pt-xl-3 {
    padding-top: 30px !important;
  }
  .pt-xl-4 {
    padding-top: 40px !important;
  }
  .pt-xl-5 {
    padding-top: 50px !important;
  }
  .pt-xl-6 {
    padding-top: 60px !important;
  }
  .pt-xl-8 {
    padding-top: 80px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 10px !important;
  }
  .pe-xl-2 {
    padding-right: 20px !important;
  }
  .pe-xl-3 {
    padding-right: 30px !important;
  }
  .pe-xl-4 {
    padding-right: 40px !important;
  }
  .pe-xl-5 {
    padding-right: 50px !important;
  }
  .pe-xl-6 {
    padding-right: 60px !important;
  }
  .pe-xl-8 {
    padding-right: 80px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 10px !important;
  }
  .pb-xl-2 {
    padding-bottom: 20px !important;
  }
  .pb-xl-3 {
    padding-bottom: 30px !important;
  }
  .pb-xl-4 {
    padding-bottom: 40px !important;
  }
  .pb-xl-5 {
    padding-bottom: 50px !important;
  }
  .pb-xl-6 {
    padding-bottom: 60px !important;
  }
  .pb-xl-8 {
    padding-bottom: 80px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 10px !important;
  }
  .ps-xl-2 {
    padding-left: 20px !important;
  }
  .ps-xl-3 {
    padding-left: 30px !important;
  }
  .ps-xl-4 {
    padding-left: 40px !important;
  }
  .ps-xl-5 {
    padding-left: 50px !important;
  }
  .ps-xl-6 {
    padding-left: 60px !important;
  }
  .ps-xl-8 {
    padding-left: 80px !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 10px !important;
  }
  .gap-xl-2 {
    gap: 20px !important;
  }
  .gap-xl-3 {
    gap: 30px !important;
  }
  .gap-xl-4 {
    gap: 40px !important;
  }
  .gap-xl-5 {
    gap: 50px !important;
  }
  .gap-xl-6 {
    gap: 60px !important;
  }
  .gap-xl-8 {
    gap: 80px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1384px !important;
  }
}
@media (max-width: 1023px) {
  .c-header__menu {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .container-none {
    min-width: 100%;
    padding: 0 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/library/css/components.css?176581090222319*/
.interaction-states__item-link {
  color: #009c40;
  text-decoration: underline;
}
.interaction-states__item {
  color: #535755;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 0;
}
.info__general {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.desc__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 14px;
}
.desc__text,
.general__data,
.general__name {
  color: #535755;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.general__data,
.general__name {
  color: #b0b4af;
  font-size: 14px;
}
.general__data {
  color: #535755;
}
.general__data.general__data_color {
  color: #009c40;
}
.c-library-component {
  --bs-gutter-y: 30px;
}
.library-list {
  padding: 0 32px;
  display: flex;
  --bs-gutter-x: 0;
}
.library__item {
  padding: 20px;
  background: #fff;
  position: relative;
  border-right: 1px solid #f3f6f1;
  flex-direction: column;
  display: flex;
  text-decoration: none;
  color: #000;
}
.library__item:focus,
.library__item:hover {
  filter: drop-shadow(0 4px 20px rgba(3, 43, 16, 0.1));
  color: #006e2d;
}
.library__item:focus .library-item__author,
.library__item:hover .library-item__author {
  color: #006e2d;
}
.library-item__thumb {
  flex: 0 0 auto;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
}
.library-item__thumb::before {
  content: "";
  display: block;
  padding-top: 123%;
}
.library-item__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}
.library-item__main {
  padding-top: 20px;
  text-decoration: none;
  color: inherit;
}
.library-item__main .library-item__author {
  color: #009c40;
  padding-bottom: 6px;
  text-decoration: none;
}
.library-item__main .library-item__author,
.library-item__main .library-item__title {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.library-item__main .library-item__title {
  text-align: start;
}
.library-item__info .svg-ico {
  width: 16px;
  height: 16px;
}
.c-btn_quick {
  color: #b0b4af;
}
.c-btn_quick:focus,
.c-btn_quick:hover {
  color: #000;
}
.c-btn_quick .svg-ico {
  width: 16px;
  height: 16px;
}
.svg-ico {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
}
.svg-ico_no_fill {
  fill: none !important;
}
.svg-ico_no_stroke {
  stroke: none !important;
}
.library-item__info {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #b0b4af;
  flex-direction: row;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 10px;
}
.quick-buttons {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 16px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 6;
}
.c-banner,
.library-list__item {
  position: relative;
}
.library-list__item .library__item {
  height: 100%;
}
.c-banner {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.c-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-banner__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  --bs-gutter-x: 0px;
  padding: 60px 15px;
}
.c-banner__info .c-banner__info-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
}
.c-banner__info .c-banner__info-desc {
  padding-top: 18px;
}
.c-banner__controls {
  margin-top: 26px;
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
}
.c-banner_color_default {
  background-color: #009c40;
}
.c-banner_color_secondary {
  background-color: #fff;
}
.c-banner_bottom {
  padding-bottom: 88px;
}
.c-input {
  display: block;
  width: 100%;
  outline: 0;
  font-family: inherit;
}
.c-input_style_default {
  background: #fff;
  border: 1px solid #d9e0d8;
  -webkit-appearance: none;
  color: #535755;
  box-shadow: none;
  border-radius: 0;
  transition: border-color 0.3s;
}
.c-input_style_default::-webkit-input-placeholder {
  color: #535755;
}
.c-input_style_default::-moz-placeholder {
  color: #535755;
}
.c-input_style_default:-moz-placeholder {
  color: #535755;
}
.c-input_style_default:-ms-input-placeholder {
  color: #535755;
}
.c-input_style_default:focus {
  border-color: #a2b39f;
}
.c-input_style_default.c-input_error,
.c-input_style_default.c-input_success {
  border-color: #009c40;
}
.c-input_style_default.c-input_size_md {
  height: 48px;
  min-height: 48px;
  font-size: 12px;
  padding: 16px 20px;
}
.c-input_multiline {
  background: #fff;
  border: 1px solid #d9e0d8;
  -webkit-appearance: none;
  color: #535755;
  box-shadow: none;
  border-radius: 0;
}
.c-input_multiline.c-input_size_lg,
.c-input_multiline.c-input_size_md {
  height: 94px;
  min-height: 94px;
  padding: 17px 20px;
  font-size: 12px;
  font-weight: 400;
}
.c-input_multiline.c-input_size_lg {
  height: 144px;
  min-height: 144px;
}
.c-input_phone,
.input-tel-field {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.c-input-label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1428571429;
  color: #535755;
  cursor: default;
  position: absolute;
  margin: 0;
  top: 17px;
  left: 20px;
  backface-visibility: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  will-change: transform;
  max-width: 80%;
}
.form-field .c-input_style_default:focus + .c-input-label {
  display: none;
}
.c-input_style_default.c-input_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 40px 16px 20px;
}
.c-ctrl {
  text-align: left;
  display: inline-block;
}
.c-ctrl:focus {
  border: 1px solid #000;
}
.c-ctrl__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.c-ctrl__title {
  font-size: inherit;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
}
.c-ctrl_style_default .c-ctrl__title {
  gap: 8px;
  font-size: 14px;
  color: #535755;
}
.c-ctrl_style_default .c-ctrl__title:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  top: 0;
  left: 0;
  color: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #535755;
  width: 16px;
  height: 16px;
}
.c-ctrl_checkbox .c-ctrl__input:checked + .c-ctrl__title:before {
  background-color: #009c40;
}
.c-ctrl_radio .c-ctrl__input:checked + .c-ctrl__title:before {
  background-color: #f3f6f1;
}
.c-ctrl_radio .c-ctrl__title:before {
  border-radius: 50% !important;
}
.options-list__title {
  padding-bottom: 17px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.options-list__item {
  padding: 5px 2px;
  overflow: hidden;
  text-wrap: nowrap;
}
.c-search__head {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 20px;
  align-items: center;
  color: #fff;
}
.c-search__item {
  position: relative;
}
.c-search__item-progress {
  padding-top: 30px;
}
.search-btn__img_color_primary {
  fill: #fff;
}
.svg-ico_color_secondary {
  fill: #009c40;
}
.advanced-search {
  display: flex;
  align-items: center;
}
.search-tags__list {
  --bs-gutter-x: 6px;
  --bs-gutter-y: 6px;
}
.c-form-style_primary,
.c-form_advanced,
.form-field {
  position: relative;
}
.c-form-style_primary .form-fields,
.c-form_advanced .form-fields {
  --bs-gutter-x: 0px;
}
.c-form-style_primary {
  display: flex;
}
.c-form_advanced {
  display: block;
}
.form-fields_style_primary {
  flex: 1%;
}
.svg-ico {
  transition: transform 0.5s ease-in-out;
}
.c-select {
  border: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #fff;
}
.c-select_style_primary {
  width: 100%;
  font-size: 12px;
  color: #535755;
  padding: 16px 40px 16px 20px;
  border-bottom: 1px solid #d9e0d8;
  border-right: 1px solid #d9e0d8;
}
.c-select-container {
  position: relative;
}
.c-select-container .c-ctrl__title {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="m8.36 10.62 5.31-5.57a.5.5 0 0 0 0-.7.46.46 0 0 0-.67 0L8 9.6 3 4.35a.46.46 0 0 0-.67 0 .5.5 0 0 0 0 .7l5.3 5.57a.5.5 0 0 0 .73 0Z"/></svg>')
    no-repeat;
}
.c-select_size_primary {
  height: 48px;
}
.c-input_size_secondary {
  height: 144px;
}
.form-controls {
  display: flex;
}
.form-controls_advanced {
  position: absolute;
  align-items: center;
  right: 0;
  bottom: -60px;
  gap: 10px;
}
.form-controls_advanced .c-btn {
  padding: 14px;
}
.form-controls_style_primary {
  flex: 0 0 auto;
}
.search-tags__item {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search-tags_item_style_primary {
  color: #009c40;
}
.progress-block__bar {
  width: 64px;
  height: 64px;
  position: relative;
}
.progress-block {
  display: flex;
}
.progress-block__text {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  margin: auto 0;
  max-width: 136px;
}
.c-search__submit {
  justify-content: center;
  width: 48px;
  padding: 0 10px;
}
.c-search__submit.c-btn_style_default.c-btn_size_sm {
  font-weight: 500;
}
.c-search__submit .svg-ico {
  width: 20px;
  height: 20px;
}
.c-search__toggle {
  color: #fff;
}
.c-search__toggle_active {
  border-color: #fff;
}
.c-search__toggle_active .svg-ico {
  transform: rotate(180deg);
}
.c-search_style_default {
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-size: contain;
}
.info__product-action {
  background-color: #fff;
  padding: 20px;
}
.actions-list__item,
.controls-list__item {
  font-size: 14px;
  line-height: 17px;
  padding: 6px 0;
}
.actions-list__item {
  font-weight: 500;
}
.controls-list__item {
  font-weight: 400;
}
.c-select-custom {
  display: inline-block;
  max-width: 100%;
  font-size: 12px;
  position: relative;
}
.c-select-custom__toggle {
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-select-custom__popup {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 2;
}
.c-select-custom__item {
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-select-custom_default,
.c-select-custom_expanded .c-select-custom__popup {
  display: block;
}
.c-select-custom_default .c-select-custom__toggle {
  padding-right: 52px;
  text-align: left;
  position: relative;
}
.c-select-custom_default .c-select-custom__toggle:focus .c-select-custom__icon {
  color: #f3f6f1;
}
.c-select-custom_default .c-select-custom__icon {
  position: absolute;
  color: #000;
  width: 52px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 20px;
  max-height: none;
  transition: color 0.3s;
}
.c-select-custom_default .c-select-custom__text_disabled {
  opacity: 0.7;
}
.c-select-custom_default .c-input_size_md .c-select-custom__icon {
  line-height: 46px;
}
.c-select-custom__popup_active,
.c-select-custom_default .c-select-custom__popup {
  color: #000;
  left: 0;
  width: 100%;
  text-align: left;
}
.c-select-custom__popup_active .c-select-custom__menu,
.c-select-custom_default .c-select-custom__popup .c-select-custom__menu {
  background-color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 20px 25px rgba(1, 126, 142, 0.1);
  position: relative;
  padding: 12px 0;
  font-size: 14px;
}
.c-select-custom__popup_active .c-select-custom__item,
.c-select-custom_default .c-select-custom__popup .c-select-custom__item {
  position: relative;
  z-index: 1;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
}
.c-select-custom__popup_active .c-select-custom__item:focus,
.c-select-custom__popup_active .c-select-custom__item:hover,
.c-select-custom_default .c-select-custom__popup .c-select-custom__item:focus,
.c-select-custom_default .c-select-custom__popup .c-select-custom__item:hover {
  color: #009c40;
}
.c-select-custom__popup_active .c-select-custom__item_active,
.c-select-custom_default .c-select-custom__popup .c-select-custom__item_active {
  background-color: #f3f6f1;
  color: #fff;
}
.c-select-custom__popup_active .c-select-custom__item_active:focus,
.c-select-custom__popup_active .c-select-custom__item_active:hover,
.c-select-custom_default
  .c-select-custom__popup
  .c-select-custom__item_active:focus,
.c-select-custom_default
  .c-select-custom__popup
  .c-select-custom__item_active:hover {
  color: #fff;
}
.c-select-custom__popup_active .c-select-custom__value,
.c-select-custom_default .c-select-custom__popup .c-select-custom__value {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}
.c-select-custom__popup_active .c-select-custom__item_disabled,
.c-select-custom_default
  .c-select-custom__popup
  .c-select-custom__item_disabled {
  background-color: #fff !important;
  color: #000 !important;
  cursor: default;
  opacity: 0.7;
  text-decoration: none !important;
}
.c-select-custom__popup_active
  .c-select-custom__menu_size_lg
  .c-select-custom__value,
.c-select-custom_default
  .c-select-custom__menu_size_lg
  .c-select-custom__value {
  padding-left: 30px;
  padding-right: 30px;
}
.c-select-custom__popup_active {
  display: block !important;
  z-index: 99992;
}
.c-acn__content {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    height 0.5s ease-in-out,
    opacity 0.45s ease-in-out;
}
.c-acn_active .c-acn__content {
  display: block;
  opacity: 1;
}
.c-acn_default {
  border: 1px solid transparent;
  background: #fff;
}
.c-acn_default .c-acn__toggle {
  display: block;
  text-decoration: none;
  position: relative;
  color: #535755;
  padding: 20px 40px 20px 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.c-acn_default .c-acn__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.c-acn_default .c-acn__button {
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.c-acn_default .c-acn__icon {
  width: 16px;
  height: 16px;
}
.c-acn_default .c-acn__inner {
  padding: 20px;
  font-size: 16px;
  line-height: 1.2;
}
.c-acn_default.c-acn_active .c-acn__button {
  transform: rotate(180deg) translateY(50%);
}
.acns-list {
  padding-bottom: 30px;
}
.acns-list:last-child {
  margin-bottom: 0;
}
.acns-list__list {
  margin-bottom: -20px;
}
.acns-list__item {
  margin-bottom: 20px;
}
.c-catalogue_head {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 12px 0;
}
.c-catalogue_head > :first-child {
  flex: 1;
}
.collections-list__item {
  color: #000;
  text-decoration: none;
}
.collections-list__item:focus,
.collections-list__item:hover {
  color: #006e2d;
}
.collections-list__item-thumb {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.collections-list__item-thumb::before {
  content: "";
  display: block;
  padding-top: 54.1538461538%;
}
.collections-list__item-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  width: 100%;
  height: 100%;
}
.collections-list__item-quantity {
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  padding: 10px;
  background: #f8b028;
  color: #fff;
}
.collections-list {
  --bs-gutter-x: 20px;
}
.collections-list__item-title {
  margin-top: 8px;
  text-align: start;
  color: inherit;
}
.menu__list {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  align-items: center;
  white-space: nowrap;
}
.menu__item {
  align-items: inherit;
  width: 100%;
}
.menu__item-img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.menu__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: color 0.15s ease;
  padding: 10px;
  width: 100%;
}
.menu__link:focus,
.menu__link:hover {
  color: #009c40;
}
.menu__link:focus .menu__item-img,
.menu__link:hover .menu__item-img {
  fill: currentColor;
}
.menu__link_active {
  color: #009c40;
}
.menu__link_active .menu__item-img {
  fill: currentColor;
}
.menu-btn__img {
  max-width: 36px;
  max-height: 36px;
}
.news-list__item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 10px;
  height: -moz-fit-content;
  height: fit-content;
  text-decoration: none;
  color: #000;
  display: block;
}
.news-list__item:focus,
.news-list__item:hover {
  box-shadow: 0 4px 20px 0 rgba(3, 43, 16, 0.1);
}
.news-list__item:focus .item-preview__title,
.news-list__item:hover .item-preview__title {
  font-weight: 500;
}
.item-preview__data {
  color: #b0b4af;
  font-size: 12px;
  padding-bottom: 10px;
}
.item-preview__title {
  overflow: hidden;
  max-height: decimal-round(3.6428571429) em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-preview__btn {
  padding-top: 10px;
  font-size: 11px;
  color: #009c40;
}
.c-pag-list {
  display: flex;
  margin-top: 40px;
  text-align: center;
  justify-content: center;
}
.c-pag {
  border: 1px solid transparent;
}
.c-pag__link {
  color: #000;
  display: block;
  text-decoration: none;
  text-align: center;
  align-items: center;
  height: 37px;
  width: 34px;
  line-height: 37px;
  outline: 0;
  font-size: 14px;
  transition: background-color 0.3s;
}
.c-pag__link:focus,
.c-pag__link:hover {
  background-color: #fff;
  border: 1px solid #009c40;
}
.c-pag_active {
  color: #fff;
  background-color: #009c40;
  border: 1px solid inherit;
  transition: background-color 0.3s;
}
.c-pag_active:focus,
.c-pag_active:hover {
  background-color: #00692b;
}
.c-pag__icon {
  width: 18px;
  height: 18px;
}
.c-tablist_style_default .c-tablist__item {
  text-wrap: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #b0b4af;
}
.c-tablist_style_default {
  display: flex;
  overflow: scroll;
}
.c-tablist_style_default::-webkit-scrollbar {
  display: none;
}
.c-tablist_style_default .c-tab {
  border-bottom: 1px solid #b0b4af;
}
.c-tablist_style_default .c-tab:focus,
.c-tablist_style_default .c-tab:hover {
  border-bottom: 1px solid #f8b028;
}
.c-tablist_style_default .c-tab_active {
  color: #f8b028;
  border-bottom: 1px solid #f8b028;
}
.c-tab {
  font-size: 14px;
  font-weight: 500;
  background: 0;
  transition: color 0.15s ease;
  padding: 0 10px 8px;
  color: inherit;
}
.c-tab:focus,
.c-tab:hover {
  color: #f8b028;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.file-upload {
  background: #fff;
  padding: 0 20px;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #535755;
  display: flex;
  align-items: center;
}
.file-upload__input {
  display: none;
}
.file-upload__img {
  fill: #535755;
  height: 14px;
  width: 15px;
}
.file-selected {
  color: #535755;
  font-size: 12px;
  font-weight: 400;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 640px) {
  .c-acn_default .c-acn__title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .info__interaction-states {
    display: flex;
  }
  .interaction-states__item {
    padding: 0 20px 0 0;
  }
  .general__data,
  .general__name {
    font-size: 16px;
  }
  .library-list {
    padding: 0;
  }
  .c-banner {
    justify-content: center;
  }
  .c-banner__info {
    padding: 60px;
  }
  .c-banner__info .c-banner__info-desc {
    padding-top: 20px;
  }
  .c-banner__controls {
    margin-top: 30px;
    flex-direction: row;
    gap: 20px;
  }
  .c-banner_bottom {
    padding: 0;
  }
  .c-input__size_arrange,
  .c-search__submit {
    width: 210px;
  }
  .search-form {
    padding-bottom: 20px 0;
  }
  .form-controls_advanced {
    bottom: -60px;
  }
  .c-search__item-progress {
    padding-top: 50px;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .c-search__head {
    --bs-gutter-y: 0;
  }
  .menu__list {
    flex-direction: row;
    gap: 20px;
  }
  .menu__item {
    width: auto;
  }
  .menu__link {
    padding: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1360px) {
  .library-list__item {
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1384px !important;
  }
}

/* End */


/* Start:/local/templates/library/css/magnific-popup.css?17658109025136*/
.mfp-bg{z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-container,.mfp-wrap{width:100%;height:100%;left:0;top:0}.mfp-wrap{z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;padding:0 8px;box-sizing:border-box}.mfp-container:before,.mfp-content{display:inline-block;vertical-align:middle}.mfp-container:before{content:"";height:100%}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure,.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{display:block;width:auto;height:auto}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/* End */


/* Start:/local/templates/library/css/slick.css?17658109021307*/
.slick-list,.slick-slider{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* End */
/* /local/templates/library/styles.css?17658109021565 */
/* /local/templates/library/template_styles.css?1765810902122510 */
/* /local/templates/library/css/components.css?176581090222319 */
/* /local/templates/library/css/magnific-popup.css?17658109025136 */
/* /local/templates/library/css/slick.css?17658109021307 */
