:root {
  --accent: #e47fca;
  --accent-hover: #f694dd;
  --maincolor: #604f5b;
  --black-80: rgba(96, 79, 91, 0.8);
  --black-64: rgba(96, 79, 91, 0.64);
  --black-48: rgba(96, 79, 91, 0.48);
  --black-32: rgba(96, 79, 91, 0.32);
  --black-24: rgba(96, 79, 91, 0.24);
  --black-16: rgba(96, 79, 91, 0.16);
  --white: #fff;
  --white-80: rgba(255, 255, 255, 0.8);
  --white-64: rgba(255, 255, 255, 0.64);
  --white-48: rgba(255, 255, 255, 0.48);
  --white-32: rgba(255, 255, 255, 0.32);
  --white-24: rgba(255, 255, 255, 0.24);
  --white-16: rgba(255, 255, 255, 0.16);
  --orange: #f28c70;
  --green: #84ba61;
  --lgreen: #9def88;
  --turquoise: #65bab6;
  --teal: #f8eef6;
  --coral: #ff7566;
  --error-juice: #e1412f;
  --placeholder: rgba(96, 79, 91, 0.32);
  --bg: #f9f5f7;
  --fontsize: 16px;
  --lineheight: 1.2;
  --mainfont: 'Commissioner', sans-serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --anim150: 0.15s ease-out;
  --anim300: 0.3s ease-out;
  --window-scrollbar-width: 0px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

::-webkit-input-placeholder {
  color: var(--placeholder);
}

::-moz-placeholder {
  color: var(--placeholder);
}

:-ms-input-placeholder {
  color: var(--placeholder);
}

::-ms-input-placeholder {
  color: var(--placeholder);
}

::placeholder {
  color: var(--placeholder);
}

::-moz-selection {
  background-color: var(--accent);
  color: var(--white);
}

::selection {
  background-color: var(--accent);
  color: var(--white);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

input[type='checkbox'],
input[type='radio'] {
  width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

input:focus {
  outline: none;
}

input:invalid {
  border: 1px solid var(--error-juice);
}

input:not([type='checkbox']):focus:invalid {
  border-color: var(--black-32);
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  color: var(--gray);
  -webkit-box-shadow: inset 0 0 0 40px #fff;
  box-shadow: inset 0 0 0 40px #fff;
}

html {
  height: 100%;
}

ol {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  -webkit-transition: border-color var(--anim150), color var(--anim150),
    background-color var(--anim150);
  transition: border-color var(--anim150), color var(--anim150), background-color var(--anim150);
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

button {
  -webkit-transition: color var(--anim150), background var(--anim150);
  transition: color var(--anim150), background var(--anim150);
}

svg path {
  -webkit-transition: fill var(--anim150), stroke var(--anim150);
  transition: fill var(--anim150), stroke var(--anim150);
}

@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/commissioner/commissioner-100.woff2) format('woff2');
}

@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/commissioner/commissioner-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/commissioner/commissioner-500.woff2) format('woff2');
}

@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/commissioner/commissioner-600.woff2) format('woff2');
}

@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/commissioner/commissioner-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/commissioner/commissioner-800.woff2) format('woff2');
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  font-family: var(--mainfont);
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  color: var(--maincolor);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
}

body.overflow {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1328px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 1023.98px) {
  /*.l-main {
    overflow: hidden;
  }*/
}

.l-main-content {
  position: relative;
  min-height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: 100%;
  max-width: calc(100% - 32.02px);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/*.l-section_p0 {
  padding: 0;
}*/

.l-section-career {
  margin: 0 calc(50% - 50vw + 9px);
  margin: 0 calc(50% - 50vw + var(--window-scrollbar-width, 0px) / 2);
}

.l-section-career_p0 {
  padding: 0;
}

/*.g-top {
  margin-bottom: 72px;
}

@media (max-width: 1023.98px) {
  .g-top {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .g-top {
    margin-bottom: 32px;
  }
}*/

.container,
.b-head-container {
  width: 100%;
  max-width: 1438px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (max-width: 1023.98px) {
  .container,
  .b-head-container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1023.98px) {
  .container,
  .b-head-container {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .container,
  .b-head-container {
    padding: 0 12px;
  }
}

.container_sm {
  max-width: 1326px;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.swiper {
  opacity: 0;
  -webkit-transition: opacity var(--anim);
  transition: opacity var(--anim);
}

.swiper.swiper-initialized {
  opacity: 1;
}

.fancybox__container {
  --fancybox-bg: rgba(96, 79, 91, 0.2);
  --fancybox-opacity: 1;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.fancybox__content > .f-button.is-close-btn {
  top: 12px;
  right: 8px;
  background: none;
}

.fancybox__content > .f-button.is-close-btn svg {
  --f-button-svg-width: 36px;
  --f-button-svg-height: 36px;
  --f-button-svg-fill: #604f5b;
  stroke: none;
}

.fancybox__content > .f-button.is-close-btn:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: var(--accent);
}

.sl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .sl-nav {
    display: none;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:after {
  /*background-image: url(/local/templates/s1/images/images/icons/right-lg.svg);*/
  background-size: contain;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev:after {
  /*background-image: url(/local/templates/s1/images/images/icons/left-lg.svg);*/
  background-size: contain;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 0;
  bottom: auto;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .l-section-first-banner {
    padding: 0 0 30px;
  }

  .l-section-career {
    padding: 0 0 32px;
  }

  .swiper-pagination {
    gap: 2px;
    margin-bottom: 12px;
  }
}

.swiper-pagination-bullet {
  width: 100%;
  height: 8px;
  opacity: 0.6;
  border-radius: 9px;
  background: var(--black-32);
}

@media (max-width: 1023.98px) {
  .swiper-pagination-bullet {
    max-width: 79px;
    height: 4px;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.ac-trigger {
  -webkit-transition: padding var(--anim300);
  transition: padding var(--anim300);
}

.ac .ac-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility, opacity;
  transition-property: height, visibility, opacity;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.ac.is-active .ac-panel {
  visibility: visible;
  opacity: 1;
}

p {
  margin: 0;
}

section {
  padding-bottom: 72px;
}

@media (max-width: 1023.98px) {
  section {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  section {
    padding-bottom: 32px;
  }
}

.pd-vert {
  padding: 85px 0 73px;
}

@media (max-width: 1023.98px) {
  .pd-vert {
    padding: 40px 0 60px;
  }
}

@media (max-width: 767.98px) {
  .pd-vert {
    padding: 0;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mb-72 {
  margin-bottom: 72px;
}

@media (max-width: 1023.98px) {
  .mb-72 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .mb-72 {
    margin-bottom: 32px;
  }
}

.pt-72 {
  padding-top: 72px;
}

@media (max-width: 1023.98px) {
  .pt-72 {
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .pt-72 {
    padding-top: 32px;
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 64px;
}

@media (max-width: 1023.98px) {
  .section-header {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .section-header {
    gap: 24px;
    margin-bottom: 24px;
  }
}

.section-header_mb-sm {
  margin-bottom: 48px;
}

@media (max-width: 1023.98px) {
  .section-header_mb-sm {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .section-header_mb-sm {
    margin-bottom: 16px;
  }
}

.section-header_mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .section-header_mb-40 {
    margin-bottom: 32px;
  }
}

.section-title {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .section-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14286;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18182;
  }
}

.section-title_sm {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.13333;
}

@media (max-width: 1023.98px) {
  .section-title_sm {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.18182;
  }
}

.section-title_fw {
  font-weight: 700;
}

.section-desc {
  font-size: 24px;
  line-height: 1.16667;
}

@media (max-width: 1023.98px) {
  .section-desc {
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
  }

  /*.section-desc br {
    display: none;
  }*/
}

@media (max-width: 767.98px) {
  .section-desc {
    font-size: 13px;
    line-height: 1.30769;
    text-align: justify;
  }
}

.section-desc p {
  margin: 0;
}

.section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px 2px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  background: var(--accent);
}

.btn:hover {
  background: var(--accent-hover);
}

.btn i {
  position: relative;
  margin-left: 6px;
}

.btn_bd-gray {
  color: var(--black-48);
  border: 2px solid var(--black-48);
  background: none;
}

.btn_bd-gray:hover {
  color: var(--white);
  border-color: transparent;
  background: var(--black-48);
}

.btn_bd-default {
  color: var(--accent);
  border: 2px solid var(--accent);
  background: none;
}

.btn_bd-default:hover {
  color: var(--white);
  border-color: transparent;
  background: var(--accent);
}

.btn_bd-default:hover i svg path {
  fill: var(--white);
}

.btn_orange {
  background: var(--orange);
}

.btn_orange:hover {
  background: rgba(242, 140, 112, 0.8);
}

.btn_h-33 {
  height: 33px;
  padding-bottom: 0;
  font-size: 13px;
}

.btn_h-40 {
  height: 40px;
}

.btn_h-46 {
  height: 46px;
}

.btn_h-50 {
  height: 50px;
}

.btn_h-55 {
  height: 55px;
}

@media (max-width: 767.98px) {
  .btn_h-55 {
    height: 40px;
  }
}

.btn_h-75 {
  height: 75px;
}

@media (max-width: 1023.98px) {
  .btn_h-75 {
    height: 46px;
  }
}

@media (max-width: 767.98px) {
  .btn_h-75 {
    height: 40px;
  }
}

.btn_wide {
  width: 100%;
}

.btn_f-sm {
  font-size: 19px;
}

.btn_f-md {
  font-size: 20px;
}

.all-btn {
  min-width: 294px;
  padding: 0 30px 3px;
}

.all-btn_mob {
  display: none;
}

@media (max-width: 1023.98px) {
  .all-btn_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bdrs-8 {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 8px;
}

.bdrs-16 {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 16px;
}

.shadow {
  -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
}

.bg-white {
  background: var(--white);
}

.bg-orange {
  background: var(--orange);
}

.bg-teal {
  background: var(--teal);
}

.s-bg {
  position: relative;
}

.s-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.s-bg_teal {
  background: var(--teal);
}

.color-accent {
  color: var(--accent);
}

.top-line {
  position: relative;
}

.top-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent);
}

.top-line_green:before {
  background: var(--green);
}

.top-line_orange:before {
  background: var(--orange);
}

.top-line_turquoise:before {
  background: var(--turquoise);
}

.sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-bg:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.sec-bg_overlay:before {
  display: block;
}

.sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.checkbox {
  position: relative;
  display: block;
  cursor: pointer;
}

.checkbox_sm .checkbox__label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.30769;
}

.checkbox input:checked ~ .checkbox__label:after {
  visibility: visible;
  opacity: 1;
}

.checkbox__label {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.71429;
  color: var(--maincolor);
}

@media (max-width: 1023.98px) {
  .checkbox__label {
    padding-left: 32px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .checkbox__label {
    font-size: 10px;
    line-height: 1.4;
  }
}

.checkbox__label a {
  text-decoration: underline;
}

.checkbox__label:before,
.checkbox__label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1023.98px) {
  .checkbox__label:before,
  .checkbox__label:after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}

.checkbox__label:before {
  border: 1.2px solid var(--black-32);
  border-radius: 5px;
}

.checkbox__label:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility var(--anim150), opacity var(--anim150);
  transition: visibility var(--anim150), opacity var(--anim150);
  background-image: url(/local/templates/s1/images/images/icons/check-orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.card {
  padding: 34px 24px 38px;
}

@media (max-width: 1023.98px) {
  .card {
    min-height: 280px;
    padding: 20px;
  }
}

.card_np {
  padding: 0;
}

.card_sm .top-line:before {
  max-width: 369px;
}

@media (max-width: 1023.98px) {
  .card_sm .top-line:before {
    max-width: 100%;
  }
}

.card_sm .card-body {
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .card_sm .card-body {
    font-size: 18px;
  }
}

@media (max-width: 1023.98px) {
  .card_sm .card-body {
    font-size: 16px;
    line-height: 1.25;
  }
}

.card_sm .card-body ul {
  padding-left: 34px;
}

@media (max-width: 1199.98px) {
  .card_sm .card-body ul {
    padding-left: 24px;
  }
}

.card_sm .card-body ul.list-chk {
  padding-left: 0;
}

.card-inner {
  padding-top: 16px;
}

.card-inner.card-terraSchool {
  padding-right: 32px;
}

@media (max-width: 1023.98px) {
  .card-inner.card-terraSchool {
    padding-left: 16px;
  }
}

@media (max-width: 767.98px) {
  .card-inner.card-terraSchool {
    padding-left: 16px;
  }
}

.card-title {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.13333;
}

@media (max-width: 1199.98px) {
  .card-title {
    font-size: 24px;
  }
}

@media (max-width: 1023.98px) {
  .card-title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}

.card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  font-size: 24px;
  line-height: 1.16667;
}

@media (max-width: 1199.98px) {
  .card-body {
    font-size: 20px;
  }
}

@media (max-width: 1023.98px) {
  .card-body {
    font-size: 16px;
    line-height: 1.25;
  }
}

.card-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  list-style-type: disc;
  padding-left: 38px;
}

@media (max-width: 1199.98px) {
  .card-body ul {
    padding-left: 28px;
  }
}

@media (max-width: 1023.98px) {
  .card-body ul {
    gap: 4px;
    padding-left: 28px;
  }
}

ul.list-col-2 {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 1199.98px) {
  ul.list-col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (max-width: 1023.98px) {
  ul.list-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

ul.list-col-2 li {
  margin-bottom: 12px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

ul.list-chk {
  padding-left: 0;
  list-style-type: none;
}

ul.list-chk li {
  position: relative;
  padding-left: 32px;
}

ul.list-chk li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 25px;
  background-image: url(/local/templates/s1/images/images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

[data-item-hide].hide {
  display: none;
}

.scroll-up {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 900;
  -webkit-transition: visibility var(--anim150), opacity var(--anim150);
  transition: visibility var(--anim150), opacity var(--anim150);
  background-image: url(/local/templates/s1/images/images/icons/up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.scroll-up.show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1023.98px) {
  .scroll-up {
    bottom: 40px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

[data-tabs-content] {
  display: none;
}

[data-tabs-content].open {
  display: block;
}

[data-tabs-target].active {
  pointer-events: none;
}

.banner-fw {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .banner-fw {
    margin-bottom: 24px;
  }
}

.banner-fw:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.banner-fw__img {
  width: 100%;
  height: 100%;
}

.banner-fw__img img {
  width: 100%;
  height: 100%;
  min-height: 514px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .banner-fw__img img {
    min-height: 400px;
  }
}

@media (max-width: 1023.98px) {
  .banner-fw__img img {
    min-height: 290px;
  }
}

@media (max-width: 767.98px) {
  .banner-fw__img img {
    min-height: 240px;
  }
}

.banner-fw-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.banner-fw__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.0625;
  text-align: center;
  color: var(--white);
}

.banner-fw__title br.mob {
  display: none;
}

@media (max-width: 1023.98px) {
  .banner-fw__title br.mob {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .banner-fw__title {
    font-size: 44px;
  }
}

@media (max-width: 1023.98px) {
  .banner-fw__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.125;
  }
}

@media (max-width: 767.98px) {
  .banner-fw__title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
  }
}

.custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 33px;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  background: var(--bg);
}

@media (max-width: 1199.98px) {
  .custom-select {
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .custom-select {
    font-size: 16px;
  }
}

.custom-select.disable {
  color: var(--grey-1);
  pointer-events: none;
  background: var(--grey-3);
}

.custom-select.disable .ts-control:after {
  opacity: 0.1;
}

.custom-select.dropdown-active .ts-control:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select.dropdown-active .ts-dropdown {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.custom-select.focus::after {
  opacity: 1;
}

.custom-select.input-hidden .ts-control input {
  opacity: 0;
  visibility: hidden;
}

.custom-select.full:after {
  opacity: 1;
}

.custom-select .ts-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 60px 10px 39px;
  font-size: inherit;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .custom-select .ts-control {
    padding: 5px 60px 5px 12px;
  }
}

.custom-select .ts-control .item {
  white-space: normal;
}

.custom-select .ts-control:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  z-index: -1;
  -webkit-transition: -webkit-transform var(--anim150);
  transition: -webkit-transform var(--anim150);
  transition: transform var(--anim150);
  transition: transform var(--anim150), -webkit-transform var(--anim150);
  background: url(/local/templates/s1/images/images/icons/select-arrow.svg) center no-repeat;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .custom-select .ts-control:after {
    right: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

.custom-select .ts-control input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: inherit;
  cursor: pointer;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none !important;
  border: none;
  background: none;
}

.custom-select .ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 1px;
  padding: 8px 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(19px);
  -ms-transform: scale(0.75) translateY(19px);
  transform: scale(0.75) translateY(19px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  overflow: hidden;
  border-radius: 0;
  border-top: 1px solid rgba(173, 173, 173, 0.8);
  background: var(--bg);
}

.custom-select .ts-dropdown-content {
  max-height: 282px;
  overflow: hidden auto;
}

.custom-select .ts-dropdown-content::-webkit-scrollbar {
  width: 2px;
}

.custom-select .ts-dropdown-content::-webkit-scrollbar-track {
  background: #fff;
}

.custom-select .ts-dropdown-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: none;
}

.custom-select .ts-dropdown .option {
  padding: 8px 39px;
  font-size: inherit;
  cursor: pointer;
  -webkit-transition: background var(--anim300);
  transition: background var(--anim300);
}

@media (max-width: 767.98px) {
  .custom-select .ts-dropdown .option {
    padding: 4px 10px;
  }
}

.custom-select .ts-dropdown .option:hover,
.custom-select .ts-dropdown .option.selected {
  color: var(--white);
  background: var(--accent);
}

.custom-select.ts-hidden-accessible {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -2 !important;
}

.footer {
  position: relative;
  padding: 48px 0 80px;
}

@media (max-width: 1023.98px) {
  .footer {
    padding: 64px 0 40px;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding: 24px 0 72px;
  }
}

.footer:before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 285px;
  height: 3px;
  margin: 0 auto;
  background: var(--turquoise);
}

@media (max-width: 1023.98px) {
  .footer:before {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .footer:before {
    display: none;
  }
}

.footer-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 46px;
}

@media (max-width: 1023.98px) {
  .footer-body {
    padding: 0 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    grid-column-gap: 0;
    padding: 0;
  }
}

.footer-nav {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

@media (max-width: 1023.98px) {
  .footer-nav {
    -ms-grid-column-span: 4;
    grid-column: span 4 / auto;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

@media (max-width: 767.98px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.footer-menu li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.30769;
}

.footer-menu li a:hover {
  color: var(--accent);
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}

@media (max-width: 1023.98px) {
  .footer-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 20px 345px;
    grid-template-columns: 50% 345px;
    -ms-grid-column-span: 4;
    grid-column: span 4 / auto;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .footer-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    grid-column: auto;
  }
}

.footer-info-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1023.98px) {
  .footer-info-menu {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}

@media (max-width: 767.98px) {
  .footer-info-menu {
    grid-row: auto;
  }
}

.footer-info-menu li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.30769;
  color: var(--black-64);
}

@media (max-width: 767.98px) {
  .footer-info-menu li a {
    font-size: 10px;
    line-height: 1.4;
  }
}

.footer-info-menu li a br {
  display: none;
}

@media (max-width: 1023.98px) {
  .footer-info-menu li a br {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .footer-info-menu li a br {
    display: none;
  }
}

.footer-info-menu li a:hover {
  color: var(--accent);
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1023.98px) {
  .footer-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  .footer-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer-social__subs {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.30769;
  color: var(--black-64);
}

.footer-social__subs:hover {
  color: var(--accent);
}

.footer-social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767.98px) {
  .footer-social-row {
    gap: 8px;
  }
}

.footer-social__item {
  -webkit-transition: opacity var(--anim150);
  transition: opacity var(--anim150);
}

.footer-social__item:hover {
  opacity: 0.8;
}

.footer-brend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -ms-grid-column: 5;
  grid-column: 5/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

@media (max-width: 1023.98px) {
  .footer-brend {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    grid-row: auto;
    gap: 34px;
  }
}

@media (max-width: 767.98px) {
  .footer-brend {
    grid-column: auto;
    gap: 70px;
    padding-top: 8px;
  }
}

@media (max-width: 374.98px) {
  .footer-brend {
    gap: 30px;
  }
}

.footer-brend_mob {
  display: none;
}

@media (max-width: 1023.98px) {
  .footer-brend_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1023.98px) {
  .footer-logo {
    width: 124px;
  }
}

.footer-copyright {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.30769;
  color: var(--black-64);
}

.header {
  position: relative;
  padding: 24px 0;
  z-index: 801;
  -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
  background: var(--white);
}

@media (max-width: 1023.98px) {
  .header_vc .header-main {
    padding: 0 8px;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
}

@media (max-width: 1023.98px) {
  .header-top {
    display: none;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header-social__item {
  -webkit-transition: opacity var(--anim150);
  transition: opacity var(--anim150);
}

.header-social__item:hover {
  opacity: 0.8;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 1023.98px) {
  .header-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
}

@media (max-width: 767.98px) {
  .header-main {
    padding: 0;
  }
}

.header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.5%;
  flex: 0 0 24.5%;
}

@media (max-width: 1199.98px) {
  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
}

@media (max-width: 1023.98px) {
  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}

@media (max-width: 767.98px) {
  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}

@media (max-width: 575.98px) {
  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 1023.98px) {
  .header-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 65px;
  }
}

.header-tel__link {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
  white-space: nowrap;
}

@media (max-width: 1023.98px) {
  .header-tel__link {
    font-size: 16px;
    line-height: 1.25;
  }
}

.header-tel__desc {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.30769;
}

@media (max-width: 1023.98px) {
  .header-tel__desc {
    font-size: 10px;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .header-tel__desc {
    display: none;
  }
}

.header-call {
  min-width: 136px;
}

@media (max-width: 767.98px) {
  .header-call {
    display: none;
  }
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  gap: 12px;
  margin-left: auto;
}

@media (max-width: 1023.98px) {
  .header-actions {
    display: none;
  }
}

.header-location {
  min-width: 177px;
  padding-left: 15px;
  padding-right: 20px;
}

@media (max-width: 1437.98px) {
  .header-location {
    padding-right: 15px;
  }
}

@media (max-width: 1437.98px) {
  .header-location__city span {
    display: block;
  }
}

.header-location i {
  width: 13px;
  height: 8px;
}

.header-location i:before,
.header-location i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 8px;
  -webkit-transition: opacity var(--anim150);
  transition: opacity var(--anim150);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header-location i:before {
  background-image: url(/local/templates/s1/images/images/icons/arrow-down.svg);
}

.header-location i:after {
  opacity: 0;
  background-image: url(/local/templates/s1/images/images/icons/arrow-down-white.svg);
}

.header-location:hover i:before {
  opacity: 0;
}

.header-location:hover i:after {
  opacity: 1;
}

.header-order {
  min-width: 132px;
}

.header-burger {
  display: none;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform var(--anim150);
  transition: -webkit-transform var(--anim150);
  transition: transform var(--anim150);
  transition: transform var(--anim150), -webkit-transform var(--anim150);
  background-image: url(/local/templates/s1/images/images/icons/burger.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1023.98px) {
  .header-burger {
    display: block;
  }
}

.header-burger.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 782px;
  margin-bottom: 64px;
}

@media (max-width: 1199.98px) {
  .main-banner {
    min-height: 550px;
  }
}

@media (max-width: 1023.98px) {
  .main-banner {
    min-height: 400px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .main-banner {
    min-height: 500px;
    margin-bottom: 32px;
  }
}

.main-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(39.58%, rgba(0, 0, 0, 0.2)),
    color-stop(80.73%, rgba(0, 0, 0, 0.3))
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 39.58%, rgba(0, 0, 0, 0.3) 80.73%);
}

.main-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-banner .container {
  position: relative;
}

.main-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 112px;
  height: 100%;
  padding: 75px 0;
}

@media (max-width: 1199.98px) {
  .main-banner-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 65px;
    padding: 56px 24px;
  }
}

@media (max-width: 767.98px) {
  .main-banner-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 62px 12px 79px;
  }
}

.main-banner-title {
  margin: 0;
  padding: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.07143;
  color: var(--white);
}

@media (max-width: 1199.98px) {
  .main-banner-title {
    max-width: 800px;
    font-size: 50px;
  }

  .main-banner-title br {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .main-banner-title {
    max-width: 600px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  .main-banner-title {
    max-width: 390px;
    font-size: 30px;
    line-height: 1.16667;
  }
}

@media (max-width: 575.98px) {
  .main-banner-title {
    max-width: 309px;
    font-size: 24px;
  }
}

.main-banner-btn {
  width: 100%;
  max-width: 326px;
  padding: 0 65px;
}

@media (max-width: 767.98px) {
  .main-banner-btn {
    height: 54px;
  }
}

.h-main {
  position: relative;
  margin-bottom: 72px;
}

@media (max-width: 767.98px) {
  .h-main {
    margin-bottom: 16px;
  }
}

.h-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
}

.h-main-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.h-main-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 782px;
  padding: 80px 50px 100px;
}

@media (max-width: 1023.98px) {
  .h-main-inner {
    min-height: 1024px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 767.98px) {
  .h-main-inner {
    min-height: 600px;
    height: calc(100dvh - 80px);
    padding: 60px 4px;
  }
}

@media (max-width: 575.98px) {
  .h-main-inner {
    height: calc(100dvh - 72px);
  }
}

.h-main-title {
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.0625;
  color: var(--white);
}

@media (max-width: 1199.98px) {
  .h-main-title {
    font-size: 56px;
    line-height: 1.07143;
  }
}

@media (max-width: 767.98px) {
  .h-main-title {
    font-size: 38px;
  }
}

@media (max-width: 575.98px) {
  .h-main-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.14286;
  }
}

.h-main-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}

@media (max-width: 1023.98px) {
  .h-main-group {
    gap: 70px;
  }
}

.b-featureList-item-tag {
  margin-bottom: 32px;
}

@media (max-width: 1023.98px) {
  .b-featureList-item-tag {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .b-featureList-item-tag {
    margin-bottom: 16px;
  }
}

.h-main-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 1023.98px) {
  .h-main-feature {
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .h-main-feature {
    gap: 16px;
  }
}

.h-main-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.h-main-feature-item__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
}

@media (max-width: 374.98px) {
  .h-main-feature-item__title {
    font-size: 22px;
  }
}

.h-main-btn {
  width: 100%;
  max-width: 326px;
}

.mnav {
  --topSpace: 90px;
  position: fixed;
  top: var(--topSpace);
  bottom: 0;
  display: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: calc(100dvh - var(--topSpace));
  z-index: 800;
  background: var(--white);
}

@media (max-width: 767.98px) {
  .mnav {
    --topSpace: 80px;
  }
}

@media (max-width: 575.98px) {
  .mnav {
    --topSpace: 71px;
  }
}

.mnav-slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 24px;
  overflow-y: auto;
  z-index: -1;
  -webkit-transition: opacity var(--anim150), visibility var(--anim300);
  transition: opacity var(--anim150), visibility var(--anim300);
}

.mnav-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.mnav-title {
  margin: 0;
  padding: 11px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22222;
  color: var(--black-80);
}

.mnav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.mnav-menu_gap-xl {
  gap: 16px;
}

.mnav-menu_gap-xl li a {
  padding: 4px 0;
}

.mnav-menu li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.mnav-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin-top: auto;
  padding-top: 16px;
}

.mnav-contact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 2px;
  background: var(--black-32);
}

.mnav-subnav {
  position: relative;
  display: inline-block;
  padding-right: 27px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22222;
  color: var(--black-80);
  cursor: pointer;
}

.mnav-subnav:hover {
  color: var(--accent);
}

.mnav-subnav:hover:before {
  opacity: 0;
}

.mnav-subnav:hover:after {
  opacity: 1;
}

.mnav-subnav:before,
.mnav-subnav:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 14px;
  -webkit-transition: opacity var(--anim150);
  transition: opacity var(--anim150);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mnav-subnav:before {
  opacity: 1;
  background-image: url(/local/templates/s1/images/images/icons/next.svg);
}

.mnav-subnav:after {
  opacity: 0;
  background-image: url(/local/templates/s1/images/images/icons/next-accent.svg);
}

.mnav-back {
  position: relative;
  display: inline-block;
  margin-top: auto;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22222;
  color: var(--black-80);
  cursor: pointer;
}

.mnav-back:hover {
  color: var(--accent);
}

.mnav-back:hover:before {
  opacity: 0;
}

.mnav-back:hover:after {
  opacity: 1;
}

.mnav-back:before,
.mnav-back:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 14px;
  -webkit-transition: opacity var(--anim150);
  transition: opacity var(--anim150);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mnav-back:before {
  opacity: 1;
  background-image: url(/local/templates/s1/images/images/icons/back.svg);
}

.mnav-back:after {
  opacity: 0;
  background-image: url(/local/templates/s1/images/images/icons/back-accent.svg);
}

.mnav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.mnav-btn {
  padding: 0 17px;
}

.modal {
  width: 100%;
  max-width: 437px;
  padding: 36px 32px 32px;
  overflow: visible;
}

.modal_xl {
  max-width: 1032px;
  padding: 48px 55px 84px;
}

.modal-work-width .b-modal-wrap {
  max-width: 1032px;
}

@media (max-width: 1023.98px) {
  .modal_xl {
    max-width: 704px;
  }

  .modal-work-width .b-modal-wrap {
    max-width: 704px;
  }
}

@media (max-width: 767.98px) {
  .modal_xl {
    max-width: 300px;
    padding: 32px;
  }

  .modal-work-width .b-modal-wrap {
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .modal_xl .modal-field {
    margin-bottom: 8px;
  }
}

.modal-title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
  text-align: center;
}

.modal-title_left {
  text-align: left;
}

.modal-bigtitle {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .modal-bigtitle {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
  }
}

.modal-subtitle {
  margin-bottom: 46px;
  font-size: 24px;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .modal-subtitle {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.30769;
  }
}

.modal-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 22px;
}

@media (max-width: 1023.98px) {
  .modal-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.modal-field {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.modal-field input,
.modal-field textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 1px solid var(--black-32);
}

.modal-field input {
  height: 42px;
  padding: 0 16px;
  border-radius: 60px;
}

.modal-field textarea {
  height: 108px;
  padding: 16px;
  border-radius: 20px;
}

.modal-field_ah textarea {
  height: 100%;
}

@media (max-width: 1023.98px) {
  .modal-field_ah textarea {
    height: 160px;
  }
}

.modal-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .modal-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
    margin-top: 20px;
  }
}

.modal-bottom .modal-btn {
  margin-top: 0;
  padding: 0 63px;
}

@media (max-width: 767.98px) {
  .modal-bottom .modal-btn {
    width: 100%;
  }
}

.modal-btn {
  margin-top: 24px;
}

.modal-btn_center {
  min-width: 180px;
  margin: 24px auto 0;
}

.modal-upload {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .modal-upload {
    margin-top: 8px;
  }
}

@media (max-width: 767.98px) {
  .modal-upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.modal-upload:hover .modal-upload__title {
  color: var(--orange);
  border-color: var(--orange);
}

.modal-upload:hover .modal-upload__title svg path {
  fill: var(--orange);
}

.modal-upload input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.modal-upload-filename {
  max-width: 300px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-upload-inner {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 210px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  white-space: nowrap;
  -webkit-transition: color var(--anim150), border-color var(--anim150);
  transition: color var(--anim150), border-color var(--anim150);
  border-radius: 100px;
  border: 2px solid var(--black-32);
}

@media (max-width: 767.98px) {
  .modal-upload-inner {
    width: 174px;
    height: 36px;
    font-size: 13px;
    line-height: 1.30769;
  }
}

.modal-upload-inner svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 767.98px) {
  .modal-upload-inner svg {
    width: 17px;
    height: 17px;
  }
}

.modal-done {
  width: 100%;
  max-width: 350px;
  padding: 36px 32px 32px;
  overflow: visible;
}

.modal-done_wide {
  max-width: 574px;
  padding-top: 84px;
}

.modal-done_wide .modal-done__desc {
  padding: 18px 35px 17px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
}

.modal-done_wide .modal-done__desc:before {
  background-image: url(/local/templates/s1/images/images/icons/success-bg-2.svg);
}

.modal-done_wide .modal-done__desc i {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 5px;
}

.modal-done-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}

.modal-done__icon {
  margin-top: 12px;
}

.modal-done__desc {
  position: relative;
  padding: 20px 24px 21px;
  font-size: 16px;
  line-height: 1.25;
}

.modal-done__desc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(/local/templates/s1/images/images/icons/success-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.modal-done__btn {
  min-width: 102px;
  margin: 25px auto 0;
}

.modal-done-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.modal-done-list li a.active {
  color: var(--accent);
}

.modal-cnt {
  width: 100%;
  max-width: 677px;
  padding: 36px 32px 45px;
  overflow: visible;
}

@media (max-width: 575.98px) {
  .modal-cnt {
    padding: 32px 24px 32px;
  }
}

.modal-cnt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}

@media (max-width: 575.98px) {
  .modal-cnt-inner {
    gap: 24px;
  }
}

.modal-cnt-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .modal-cnt-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.modal-cnt__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 136px;
  height: 136px;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  .modal-cnt__img {
    width: 160px;
    height: 160px;
  }
}

.modal-cnt__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-cnt-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 575.98px) {
  .modal-cnt-main {
    gap: 12px;
  }
}

.modal-cnt__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.modal-cnt__title_center {
  text-align: center;
}

@media (max-width: 767.98px) {
  .modal-cnt__title {
    font-size: 20px;
  }
}

.modal-cnt__subtitle {
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .modal-cnt__subtitle {
    font-size: 16px;
  }
}

.modal-cnt__subtitle.hide {
  display: none;
}

.modal-cnt-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 1.25;
}

.modal-cnt-body h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16667;
}

@media (max-width: 767.98px) {
  .modal-cnt-body h2 {
    font-size: 20px;
  }
}

.modal-cnt-body ul {
  list-style-type: disc;
  padding-left: 38px;
}

@media (max-width: 767.98px) {
  .modal-cnt-body ul {
    padding-left: 28px;
  }
}

.modal-cnt-body_vc {
  gap: 40px;
}

.modal-cnt-body_vc .text-block {
  padding-top: 10px;
}

.modal-cnt .videowrap {
  position: relative;
  padding-bottom: 56.65%;
}

.modal-cnt .videowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-cnt__btn {
  padding: 0 32px;
}

.page-header {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .page-header {
    padding-bottom: 16px;
  }
}

.page-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1023.98px) {
  .page-header-inner {
    gap: 40px;
  }
}

@media (max-width: 767.98px) {
  .page-header-inner {
    gap: 16px;
  }
}

.page-header__title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.08333;
}

@media (max-width: 1023.98px) {
  .page-header__title {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .page-header__title {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .page-header__title {
    font-size: 22px;
    /*padding-top: 32px;*/
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.18182;
  }
}

.page-header__title br {
  display: none;
}

@media (max-width: 1023.98px) {
  .page-header__title br {
    display: block;
  }
}

.page-header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1023.98px) {
  .page-header-body {
    padding: 0 20px;
  }
}

@media (max-width: 767.98px) {
  .page-header-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}

.page-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media (max-width: 1199.98px) {
  .page-header-nav {
    gap: 10px;
  }
}

@media (max-width: 1023.98px) {
  .page-header-nav {
    display: none;
  }
}

.page-header-nav li a {
  position: relative;
  display: inline-block;
  padding: 14px 0 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 1199.98px) {
  .page-header-nav li a {
    font-size: 14px;
  }
}

.page-header-nav li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: width var(--anim150);
  transition: width var(--anim150);
  background: var(--accent);
}

.page-header-nav li a:hover {
  color: var(--accent);
}

.page-header-nav li a:hover:before {
  width: 100%;
}

.page-header__location {
  position: relative;
  margin-left: auto;
  margin-right: 106px;
  padding: 9px 0 9px 28px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.30769;
}

@media (max-width: 1199.98px) {
  .page-header__location {
    margin-right: 24px;
  }
}

@media (max-width: 1023.98px) {
  .page-header__location {
    margin-left: 0;
    padding: 0 0 0 28px;
  }
}

.page-header__location:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/s1/images/images/icons/loc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1023.98px) {
  .page-header__location:before {
    top: 50%;
    margin-top: -12px;
  }
}

.page-header__map {
  position: relative;
  padding: 14px 0 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--black-64);
}

@media (max-width: 1199.98px) {
  .page-header__map {
    padding-top: 5px;
    font-size: 14px;
  }
}

@media (max-width: 1023.98px) {
  .page-header__map {
    padding: 0 0 4px;
  }
}

@media (max-width: 767.98px) {
  .page-header__map {
    font-size: 13px;
    line-height: 1.30769;
  }
}

.page-header__map:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: width var(--anim150);
  transition: width var(--anim150);
  background: var(--black-64);
}

.page-header__map:hover {
  color: var(--accent);
}

.page-header__map:hover:before {
  background: var(--accent);
}

.section-act {
  padding-top: 72px;
}

@media (max-width: 1023.98px) {
  .section-act {
    padding-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .section-act {
    padding-top: 32px;
  }
}

.section-act .section-title br {
  display: none;
}

@media (max-width: 767.98px) {
  .section-act .section-title br {
    display: block;
  }
}

.section-lsn .section-title br {
  display: none;
}

@media (max-width: 767.98px) {
  .section-lsn .section-title br {
    display: block;
  }
}

.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 64px;
}

@media (max-width: 1023.98px) {
  .act {
    padding-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .act {
    padding-bottom: 8px;
  }
}

.act-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 1024px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  .act-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    line-height: 1.11111;
  }
}

.act-list li a:hover {
  color: var(--accent);
}

.advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1023.98px) {
  .advantages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}

.advantages-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: radial-gradient(
    84.89% 84.89% at 20.62% 20.36%,
    rgb(232, 95, 197) 0%,
    rgb(228, 127, 202) 29.1000068188%,
    rgb(243, 170, 225) 100%
  );
}

@media (max-width: 1023.98px) {
  .advantages-main {
    height: auto;
  }
}

.advantages-main-body {
  width: 100%;
  padding: 40px 45px 47px;
}

@media (max-width: 1023.98px) {
  .advantages-main-body {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .advantages-main-body {
    padding: 58px 22px 14px;
  }
}

.advantages-main__title {
  margin: 0 0 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
}

@media (max-width: 1199.98px) {
  .advantages-main__title {
    font-size: 30px;
  }
}

@media (max-width: 1023.98px) {
  .advantages-main__title {
    margin-bottom: 32px;
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .advantages-main__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.14286;
  }
}

.advantages-main__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--white);
}

@media (max-width: 767.98px) {
  .advantages-main__desc {
    font-size: 14px;
    line-height: 1.28571;
  }
}

.advantages-main__pict {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 107.772%;
}

@media (max-width: 1023.98px) {
  .advantages-main__pict {
    padding-bottom: 100%;
  }
}

.advantages-main__pict img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.advantages-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  -ms-grid-column: 2;
  grid-column: 2/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

@media (max-width: 1023.98px) {
  .advantages-items {
    grid-gap: 12px;
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 575.98px) {
  .advantages-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.advantages-item {
  min-height: 272px;
  padding: 12px 0;
}

@media (max-width: 1023.98px) {
  .advantages-item {
    min-height: 264px;
    padding: 24px 24px 32px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    background: var(--white);
  }
}

@media (max-width: 575.98px) {
  .advantages-item {
    min-height: 110px;
    padding: 24px 32px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }
}

.advantages-item .top-line:before {
  max-width: 285px;
}

@media (max-width: 575.98px) {
  .advantages-item .top-line:before {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) {
  .advantages-item.ac .ac-panel {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }
}

.advantages-item.is-active .advantages-item__title {
  margin-bottom: 12px;
}

.advantages-item.is-active .advantages-item__title i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.advantages-item-inner {
  padding-top: 12px;
}

.advantages-item__title {
  position: relative;
  min-height: 52px;
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18182;
}

.advantages-item__title i {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  margin-top: -18px;
  -webkit-transition: -webkit-transform var(--anim150);
  transition: -webkit-transform var(--anim150);
  transition: transform var(--anim150);
  transition: transform var(--anim150), -webkit-transform var(--anim150);
}

@media (max-width: 575.98px) {
  .advantages-item__title i {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .advantages-item__title {
    min-height: 35px;
    margin: 0;
    -webkit-transition: margin var(--anim150);
    transition: margin var(--anim150);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22222;
  }
}

@media (max-width: 575.98px) {
  .advantages-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 44px;
    margin-bottom: 5px;
    padding-right: 45px;
  }
}

.advantages-item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 287px;
  line-height: 1.25;
  color: var(--black-80);
}

@media (max-width: 575.98px) {
  .advantages-item__desc {
    max-width: 269px;
  }
}

.advantages-bottom {
  padding: 8px 29px 19px;
}

@media (max-width: 1023.98px) {
  .advantages-bottom {
    padding: 0;
  }
}

.advantages-bottom .top-line:before {
  max-width: 285px;
}

@media (max-width: 767.98px) {
  .advantages-bottom .top-line:before {
    max-width: 100%;
  }
}

.advantages-bottom .advantages-item {
  min-height: 158px;
}

@media (max-width: 1023.98px) {
  .advantages-bottom .advantages-item {
    min-height: 200px;
  }
}

@media (max-width: 575.98px) {
  .advantages-bottom .advantages-item {
    min-height: 110px;
  }
}

.advantages-bottom .advantages-item__title {
  min-height: auto;
}

.advantages-bottom .advantages-item__desc {
  max-width: 550px;
}

.advantages_var2 {
  -ms-grid-columns: 592px auto;
  grid-template-columns: 592px auto;
}

@media (max-width: 1199.98px) {
  .advantages_var2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1023.98px) {
  .advantages_var2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .advantages_var2 {
    grid-gap: 0;
  }
}

.advantages_var2 .advantages-main {
  margin-bottom: 12px;
}

@media (max-width: 767.98px) {
  .advantages_var2 .advantages-main {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .advantages_var2 .advantages-items {
    border-radius: 8px 8px 0 0;
    background: var(--white);
  }
}

.advantages_var2 .advantages-items .advantages-item:last-child .advantages-item__desc {
  max-width: none;
  width: calc(100% + 10px);
}

@media (max-width: 1023.98px) {
  .advantages_var2 .advantages-items .advantages-item:last-child .advantages-item__desc {
    max-width: 287px;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .advantages_var2 .advantages-items .advantages-item:last-child .advantages-item__desc {
    max-width: 269px;
  }
}

.advantages_var2 .advantages-item__title {
  min-height: auto;
}

@media (max-width: 767.98px) {
  .advantages_var2 .advantages-item__title {
    min-height: 35px;
  }
}

.advantages_var2 .advantages-bottom {
  padding: 0;
}

@media (max-width: 1023.98px) {
  .advantages_var2 .advantages-bottom {
    -ms-grid-row: 2;
    grid-row: 2/2;
  }
}

@media (max-width: 767.98px) {
  .advantages_var2 .advantages-bottom {
    grid-row: auto;
    border-radius: 0 0 8px 8px;
    background: var(--white);
  }
}

.advantages_var2 .advantages-bottom .advantages-item__desc {
  max-width: 100%;
}

.section-banner {
  position: relative;
  padding: 85px 0 65px;
}

@media (max-width: 1199.98px) {
  .section-banner {
    padding: 65px 0;
  }
}

@media (max-width: 1023.98px) {
  .section-banner {
    padding: 35px 0 80px;
  }
}

@media (max-width: 767.98px) {
  .section-banner {
    padding: 41px 0 21px 0;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding: 48px 77px 52px 55px;
}

@media (max-width: 1023.98px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 42px 42px 60px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 352px;
    padding: 32px 32px 48px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

.banner-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 1023.98px) {
  .banner-main {
    gap: 25px;
  }
}

@media (max-width: 767.98px) {
  .banner-main {
    gap: 16px;
  }
}

.banner-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1437.98px) {
  .banner-title {
    font-size: 36px;
  }
}

@media (max-width: 1199.98px) {
  .banner-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .banner-title {
    max-width: 245px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
  }

  .banner-title br {
    display: none;
  }
}

.banner-desc {
  font-size: 32px;
  line-height: 1.125;
}

@media (max-width: 1437.98px) {
  .banner-desc {
    font-size: 28px;
  }
}

@media (max-width: 1199.98px) {
  .banner-desc {
    font-size: 24px;
  }
}

@media (max-width: 1023.98px) {
  .banner-desc {
    font-size: 20px;
  }

  .banner-desc br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .banner-desc {
    max-width: 220px;
    font-size: 16px;
    line-height: 1.25;
  }
}

.banner-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 384px;
}

@media (max-width: 1199.98px) {
  .banner-btn {
    width: 260px;
    height: 46px;
  }
}

@media (max-width: 1023.98px) {
  .banner-btn {
    width: 225px;
  }
}

@media (max-width: 767.98px) {
  .banner-btn {
    width: 100%;
    max-width: 290px;
  }
}

.section-cmp {
  position: relative;
}

.section-cmp .section-desc {
  padding: 0 15px 0 15px;
}

@media (max-width: 1023.98px) {
  .section-cmp .section-desc {
    padding: 0 24px;
  }
}

@media (max-width: 767.98px) {
  .section-cmp .section-desc {
    padding: 10px 16px;
  }
}

.cmp-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.125;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .cmp-title {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.18182;
  }
}

@media (max-width: 767.98px) {
  .cmp-title {
    margin-bottom: 24px;
  }
}

/*@media (max-width: 1023.98px) {
  .cmp-sl {
    overflow: visible;
  }
}*/
.cmp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

@media (max-width: 1023.98px) {
  .cmp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cmp-item-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.83333%;
  flex: 0 0 45.83333%;
  height: 100%;
  padding-bottom: 44%;
}

@media (max-width: 1199.98px) {
  .cmp-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}

@media (max-width: 1023.98px) {
  .cmp-item-img {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding-bottom: 59.375%;
  }
}

@media (max-width: 767.98px) {
  .cmp-item-img {
    max-height: 208px;
    padding-bottom: 59%;
  }
}

.cmp-item-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cmp-item-main {
  padding: 72px;
}

@media (max-width: 1199.98px) {
  .cmp-item-main {
    padding: 56px 48px;
  }
}

@media (max-width: 1023.98px) {
  .cmp-item-main {
    padding: 32px;
  }
}

.cmp-item-desc {
  font-size: 20px;
  line-height: 1.25;
}

@media (max-width: 1023.98px) {
  .cmp-item-desc {
    font-size: 16px;
  }
}

.cmp-item-desc h2 {
  margin: 0 0 24px;
  font-size: 32px;
}

@media (max-width: 1023.98px) {
  .cmp-item-desc h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

@media (max-width: 374.98px) {
  .cmp-item-desc h2 {
    font-size: 20px;
  }
}

.cmp-item-desc p {
  margin-bottom: 16px;
}

.cmp-item-desc p.mb-0 {
  margin-bottom: 0;
}

.concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  /*max-width: 1296px;*/
  margin: 0 auto;
  padding: 64px 32px;
}

@media (max-width: 1023.98px) {
  .concept {
    gap: 40px;
    padding: 58px 37px;
  }
}

@media (max-width: 767.98px) {
  .concept {
    gap: 24px;
    padding: 24px 20px;
  }
}

.concept-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.concept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.concept-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .concept-list {
    gap: 16px;
  }
  .concept-item {
    gap: 15px;
  }
}

.concept-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 96px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 96px;
}

@media (max-width: 767.98px) {
  .concept-item__icon {
    width: 50px;
    height: 50px;
  }

  .concept-item__icon img {
    width: 26px;
  }

  .concept-item__icon .consept-6 {
    width: 33px;
  }
}

.concept-item__title {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.30769;
}

@media (max-width: 767.98px) {
  .concept-item__title {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.30769;
  }
}

.concept-item__desc {
  font-size: 25px;
  line-height: 1.30769;
}

@media (max-width: 767.98px) {
  .concept-item__desc {
    font-size: 13px;
    line-height: 1.30769;
  }
}

.section-contacts {
  position: relative;
  padding-bottom: 0;
}

.section-contacts-wrap {
  position: relative;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  padding: 42px 0;
}

@media (max-width: 1023.98px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 521px;
    margin: 0 auto;
    padding: 32px 0;
  }
}

@media (max-width: 767.98px) {
  .contacts {
    max-width: 298px;
  }
}

.contacts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 521px;
  min-height: 373px;
  padding: 32px;
}

@media (max-width: 1023.98px) {
  .contacts-card {
    width: auto;
  }
}

.contacts-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
}

.contacts-card__desc {
  font-size: 16px;
  line-height: 1.25;
}

.contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.contacts-form__field input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 60px;
  border: 1px solid var(--black-32);
}

.contacts-form-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media (max-width: 1023.98px) {
  .contacts-form-fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contacts-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1023.98px) {
  .contacts-form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-top: 8px;
  }
}

.contacts-form__btn {
  min-width: 177px;
}

@media (max-width: 767.98px) {
  .contacts-form__btn {
    width: 100%;
    max-width: 234px;
  }
}

@media (max-width: 767.98px) {
  .contacts-form-accept .checkbox__label {
    font-size: 10px;
    line-height: 1.4;
  }

  .contacts-form-accept .checkbox__label a {
    display: block;
  }
}

.contacts-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 7px;
  width: 100%;
  max-width: 357px;
  color: var(--white);
}

@media (max-width: 1023.98px) {
  .contacts-main {
    max-width: 100%;
    gap: 16px;
  }
}

.contacts-item {
  font-size: 16px;
  line-height: 1.25;
}

.contacts-title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.14286;
}

@media (max-width: 1023.98px) {
  .contacts-title {
    margin-bottom: 16px;
  }
}

.contacts-phone {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.contacts-mail,
.contacts-address {
  font-size: 16px;
  line-height: 1.25;
}

.contacts-mail {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (max-width: 1023.98px) {
  .contacts-mail {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.contacts-address {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  max-width: 296px;
}

@media (max-width: 1023.98px) {
  .contacts-address {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 455px;
  }
}

.contacts-social {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
}

@media (max-width: 1023.98px) {
  .contacts-social {
    margin-top: 0;
  }
}

.contacts-wm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .contacts-wm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contacts-wm_cra .contacts-wm-wrap {
  width: 33.3%;
  min-height: 535px;
  padding: 85px 0;
  /*padding-right: 120px;*/
}

@media (max-width: 1023.98px) {
  .contacts-wm_cra .contacts-wm-wrap {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 32px 0 85px;
  }
}

@media (max-width: 767.98px) {
  .contacts-wm_cra .contacts-wm-wrap {
    padding: 32px 32px 85px;
  }
}

.contacts-wm_cra .contacts-title {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  margin-bottom: 32px;
}

.contacts-wm_cra .contacts-wm-map {
  width: calc(63.2% - 32px);
}

@media (max-width: 1023.98px) {
  .contacts-wm_cra .contacts-wm-map {
    width: auto;
    margin: 0 -32px;
  }
}

.contacts-wm-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  width: 47.8%;
  padding: 42px 0;
}

@media (max-width: 1023.98px) {
  .contacts-wm-wrap {
    width: 100%;
    max-width: 521px;
    margin: 0 auto;
    padding: 32px 0;
  }
}

@media (max-width: 767.98px) {
  .contacts-wm-wrap {
    max-width: 100%;
  }

  .contacts-wm-wrap-text {
    max-width: 350px;
  }
}

.contacts-wm-map {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(52.2% - 32px);
  height: 100%;
}

@media (max-width: 1023.98px) {
  .contacts-wm-map {
    position: relative;
    width: auto;
    height: 698px;
    margin: 0 -32px;
  }
}

@media (max-width: 767.98px) {
  .contacts-wm-map {
    height: 562px;
    margin: 0 -12px;
  }
}

.contacts-wm-map > ymaps {
  width: 100% !important;
  height: 100% !important;
}

.balloon {
  position: absolute;
  width: 334px;
  padding: 16px 32px 16px 24px;
  border-radius: 16px;
  background: var(--white);
}

.balloon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(/local/templates/s1/images/images/icons/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.balloon-arrow {
  display: none;
}

.balloon-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.balloon-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.balloon-desc {
  font-size: 16px;
}

.cra-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  padding: 32px;
}

@media (max-width: 767.98px) {
  .cra-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cra-about__title {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 427px;
  padding-left: 36px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
}

@media (max-width: 1199.98px) {
  .cra-about__title {
    width: 340px;
    font-size: 28px;
  }
}

@media (max-width: 1023.98px) {
  .cra-about__title {
    width: 257px;
    font-size: 20px;
    line-height: 1.2;
  }
}

.cra-about__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 23px;
  background-image: url(/local/templates/s1/images/images/icons/quote-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cra-about__desc {
  font-size: 24px;
  line-height: 1.16667;
}

@media (max-width: 1199.98px) {
  .cra-about__desc {
    font-size: 20px;
  }
}

@media (max-width: 1023.98px) {
  .cra-about__desc {
    font-size: 13px;
    line-height: 1.30769;
  }
}

.cra-about__desc p {
  margin-bottom: 25px;
}

@media (max-width: 1023.98px) {
  .cra-about__desc p {
    margin-bottom: 12px;
  }
}

.cra-tabs-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding: 48px 70px 72px;
}

@media (max-width: 1199.98px) {
  .cra-tabs-main {
    padding: 32px;
  }
}

.cra-tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1023.98px) {
  .cra-tabs-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
}

.cra-tabs-head__num {
  font-size: 124px;
  font-weight: 800;
  line-height: 1.04032;
}

@media (max-width: 1199.98px) {
  .cra-tabs-head__num {
    font-size: 100px;
  }
}

@media (max-width: 1023.98px) {
  .cra-tabs-head__num {
    font-size: 119px;
  }
}

@media (max-width: 767.98px) {
  .cra-tabs-head__num {
    font-size: 64px;
  }
}

.cra-tabs-head__title {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.16667;
  padding-top: 16px;
  margin-left: 20px;
}

@media (max-width: 1023.98px) {
  .cra-tabs-head__title {
    font-size: 24px;
    padding-top: 0;
    margin-left: 0;
  }
}

.cra-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 88px;
}

@media (max-width: 1023.98px) {
  .cra-tabs-nav {
    display: none;
  }
}

.cra-tabs-item {
  cursor: pointer;
}

.cra-tabs-item_1:hover,
.cra-tabs-item_1.active {
  color: var(--accent);
}

.cra-tabs-item_2:hover,
.cra-tabs-item_2.active {
  color: var(--green);
}

.cra-tabs-item_3:hover,
.cra-tabs-item_3.active {
  color: var(--turquoise);
}

.cra-tabs-item_4:hover,
.cra-tabs-item_4.active {
  color: var(--coral);
}

.cra-tabs-item_5:hover,
.cra-tabs-item_5.active {
  color: var(--green);
}

.cra-tabs-item__num {
  -webkit-transition: color var(--anim150);
  transition: color var(--anim150);
  font-size: 72px;
  font-weight: 800;
  line-height: 1.05556;
}

.cra-tabs-item__title {
  -webkit-transition: color var(--anim150);
  transition: color var(--anim150);
  margin-top: 4px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.18078;
  color: var(--maincolor);
}

.cra-tabs-wrap {
  padding-top: 32px;
}

@media (max-width: 1023.98px) {
  .cra-tabs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 767.98px) {
  .cra-tabs-wrap {
    gap: 24px;
    padding-top: 24px;
  }
}

@media (max-width: 1023.98px) {
  .cra-tabs-panel {
    display: block !important;
  }
}

.cra-tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 34px;
}

@media (max-width: 1023.98px) {
  .cra-tabs-content {
    gap: 24px;
    padding: 64px 62px;
    border-radius: 16px;
    background: var(--white);
  }
}

@media (max-width: 767.98px) {
  .cra-tabs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    padding: 32px 32px 64px;
  }
}

.cra-tabs-content-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  color: var(--white);
  border-radius: 50%;
}

@media (max-width: 1023.98px) {
  .cra-tabs-content-num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    width: auto;
    height: auto;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    color: var(--maincolor);
    background: none !important;
  }
}

@media (max-width: 767.98px) {
  .cra-tabs-content-num {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.cra-tabs-content-num__title {
  font-weight: 800;
  font-size: 80px;
  line-height: 0.85;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .cra-tabs-content-num__title {
    font-size: 70px;
  }
}

.cra-tabs-content-num__desc {
  display: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  .cra-tabs-content-num__desc {
    display: block;
  }
}

.cra-tabs-content-num_one {
  background: radial-gradient(79.64% 79.64% at 20.62% 20.36%, #e47fca 0, #f3aae1 100%);
}

.cra-tabs-content-num_two {
  background: radial-gradient(79.64% 79.64% at 20.62% 20.36%, var(--green) 0, #a8e67f 100%);
}

.cra-tabs-content-num_three {
  background: radial-gradient(79.64% 79.64% at 20.62% 20.36%, #b9f4e3 0, #65bab6 100%);
}

.cra-tabs-content-num_four {
  background: radial-gradient(79.64% 79.64% at 20.62% 20.36%, #f28c70 0, #ff7566 100%);
}

.cra-tabs-content-num_five {
  background: radial-gradient(88.27% 88.27% at 109.41% 66.37%, #84ba61 0, #9def88 100%);
}

.cra-tabs-content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-width: 880px;
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 1023.98px) {
  .cra-tabs-content-desc {
    font-size: 20px;
    line-height: 26px;
  }
}

.cra-tabs-content-desc p {
  margin: 0;
}

.ed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1023.98px) {
  .ed {
    gap: 32px;
  }
}

@media (max-width: 767.98px) {
  .ed {
    gap: 24px;
  }
}

.ed-text {
  padding: 36px 15px 48px;
  font-size: 24px;
  line-height: 1.16667;
}

@media (max-width: 1023.98px) {
  .ed-text {
    padding: 0 24px;
    font-size: 13px;
    line-height: 1.30769;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .ed-text {
    text-align: justify;
    padding: 10px 16px;
  }
}

.ed-text p {
  margin: 0;
}

.ed-text p + p {
  margin-top: 20px;
}

.ed-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 1023.98px) {
  .ed-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

.fb-sl {
  max-width: 100%;
  overflow: visible;
}

.fb-sl .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

@media (max-width: 1023.98px) {
  .fb-sl .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
}

.fb-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  padding: 45px 32px;
}

@media (max-width: 1023.98px) {
  .fb-card {
    max-width: calc(33% - 16px);
    min-width: 446px;
    height: auto;
    padding: 45px 32px 32px;
  }
}

@media (max-width: 767.98px) {
  .fb-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(33% - 8px);
    min-width: 282px;
    padding: 24px 24px 32px;
    border-radius: 8px;
  }
}

@media (max-width: 1023.98px) {
  .fb-card.hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
  }
}

.fb-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767.98px) {
  .fb-card-head {
    gap: 8px;
  }
}

.fb-card__pict {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .fb-card__pict {
    width: 74px;
    height: 74px;
  }
}

.fb-card__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fb-card__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
}

@media (max-width: 1199.98px) {
  .fb-card__name {
    font-size: 20px;
  }
}

@media (max-width: 1023.98px) {
  .fb-card__name {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .fb-card__name {
    font-size: 20px;
  }
}

.fb-card__post {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--black-64);
}

@media (max-width: 1023.98px) {
  .fb-card__post {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  .fb-card__post {
    font-size: 16px;
    line-height: 1.25;
  }
}

.fb-card__desc {
  max-width: 366px;
  min-height: 120px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .fb-card__desc {
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
  }
}

.fb-card__fulltext {
  display: none;
}

.fb-card__btn {
  min-width: 191px;
}

@media (max-width: 767.98px) {
  .fb-card__btn {
    max-width: 200px;
    margin-top: 16px;
  }
}

.fb-card__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--turquoise);
}

.fb-card__video {
  display: none;
}

@media (max-width: 1023.98px) {
  .fb .section-footer {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .gl-sl {
    overflow: visible;
  }
}

@media (max-width: 767.98px) {
  .gl-item {
    max-width: 324px;
  }
}

/*@media (max-width: 1023.98px) {
  .gld-sl {
    overflow: visible;
  }
}*/
.gld-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37.809% 12px auto;
  grid-template-columns: 37.809% auto;
  grid-gap: 12px;
}

@media (max-width: 1023.98px) {
  .gld-item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
  }
}

.gld-item_mirror {
  grid-auto-flow: dense;
  direction: rtl;
}

.gld-item_mirror .gld-item__col3,
.gld-item_mirror .gld-item__col2 {
  grid-auto-flow: dense;
  direction: rtl;
}

.gld-item__col3,
.gld-item__col2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
}

.gld-item__col3 {
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1023.98px) {
  .gld-item__col3 {
    display: none;
  }
}

.gld-item__col2 {
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1023.98px) {
  .gld-item__col2 {
    display: none;
  }
}

.gld-item__img {
  display: block;
}

.gld-item__img_main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

@media (max-width: 1023.98px) {
  .gld-item__img_main {
    display: none;
  }
}

.gld-item__img_mobile {
  display: none;
}

@media (max-width: 1023.98px) {
  .gld-item__img_mobile {
    display: block;
  }
}

.gld-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 233px;
}

.section-info {
  padding-bottom: 56px;
  margin-top: 72px;
}

@media (max-width: 1023.98px) {
  .section-info {
    padding-bottom: 40px;
    margin-top: 0;
  }
}

.info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  max-width: 992px;
  margin: 0 auto;
}

@media (max-width: 1023.98px) {
  .info {
    grid-gap: 6px;
    max-width: 546px;
  }
}

@media (max-width: 767.98px) {
  .info {
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(2, 1fr);
    max-width: 300px;
  }
}

.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.info-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 164px;
}

@media (max-width: 1023.98px) {
  .info-item__icon {
    width: 78px;
    height: 78px;
  }
}

.info-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .info-item__title {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.lsn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 1023.98px) {
  .lsn {
    gap: 40px;
  }
}

.lsn-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 457px 32px auto;
  grid-template-columns: 457px auto;
  grid-gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1023.98px) {
  .lsn-main {
    display: block;
  }
}

.lsn-main__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 284px;
}

.lsn-main__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-size: 28px;
  line-height: 1.14286;
  color: var(--black-80);
}

@media (max-width: 1199.98px) {
  .lsn-main__desc {
    font-size: 24px;
  }
}

@media (max-width: 1023.98px) {
  .lsn-main__desc {
    padding: 32px;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767.98px) {
  .lsn-main__desc {
    padding: 24px;
    font-size: 13px;
    line-height: 1.30769;
  }
}

@media (max-width: 374.98px) {
  .lsn-main__desc {
    padding: 24px 15px;
  }
}

.lsn-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

@media (max-width: 1023.98px) {
  .lsn-items {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
}

@media (max-width: 767.98px) {
  .lsn-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

@media (max-width: 1023.98px) {
  .lsn-items .card:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2 / auto;
    min-height: 194px;
  }
}

@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .lsn-items .card:last-child .card-inner.top-line:before {
    max-width: 285px;
  }
}

@media (max-width: 767.98px) {
  .lsn-items .card:last-child {
    grid-column: auto;
    min-height: 138px;
  }
}

@media (max-width: 767.98px) and (max-width: 1023.98px) {
  .lsn-items .card:last-child .card-inner.top-line:before {
    max-width: 200px;
  }
}

@media (max-width: 1023.98px) {
  .lsn-items .card-inner.top-line:before {
    max-width: 200px;
  }
}

.news {
  padding-bottom: 56px;
}

@media (max-width: 1023.98px) {
  .news {
    padding-bottom: 0;
  }
}

.news-wrap {
  max-width: 1074px;
  min-width: 0;
  margin: 0 auto;
}

.news-sl {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .news-sl {
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.news-item {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 32px auto;
  grid-template-columns: 190px auto;
  grid-column-gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 32px 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-item.swiper-slide-active {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .news-item {
    opacity: 1;
    -ms-grid-columns: 74px 8px auto;
    grid-template-columns: 74px auto;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    max-width: 282px;
    padding: 32px;
    -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
  }
}

.news-item-main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}

@media (max-width: 767.98px) {
  .news-item-main {
    grid-row: auto;
  }
}

.news-item__pict {
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .news-item__pict {
    width: 74px;
    height: 74px;
  }
}

.news-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  max-width: 694px;
}

@media (max-width: 767.98px) {
  .news-item-body {
    -ms-grid-column-span: 2;
    grid-column: span 2 / auto;
    gap: 16px;
    max-width: 100%;
  }
}

.news-item__title {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.13333;
}

@media (max-width: 767.98px) {
  .news-item__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}

.news-item__title br {
  display: none;
}

@media (max-width: 767.98px) {
  .news-item__title br {
    display: block;
  }
}

.news-item__date {
  font-size: 20px;
  line-height: 1.2;
  color: var(--black-64);
}

@media (max-width: 767.98px) {
  .news-item__date {
    font-size: 16px;
    line-height: 1.25;
  }
}

.news-item__desc {
  min-height: 64px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .news-item__desc {
    min-height: auto;
    font-size: 16px;
    line-height: 1.25;
  }
}

.news-item__fulltext {
  display: none;
}

@media (max-width: 767.98px) {
  .news-item__btn {
    width: 100%;
    max-width: 200px;
    margin-top: 16px;
  }
}

.section-order {
  position: relative;
}

.order-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .order-img {
    display: none;
  }
}

.order-inner {
  padding: 0 120px;
}

@media (max-width: 1199.98px) {
  .order-inner {
    padding: 0 5px;
  }
}

.order-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  max-width: 1021px;
  padding: 48px 48px 72px;
  overflow: auto;
  background: var(--white);
}

@media (max-width: 1199.98px) {
  .order-body {
    max-width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .order-body {
    gap: 25px;
    padding: 40px 45px 60px;
    border-radius: 16px;
  }
}

@media (max-width: 767.98px) {
  .order-body {
    padding: 32px 28px;
    -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    background: var(--teal);
  }
}

@media (max-width: 374.98px) {
  .order-body {
    padding: 32px 20px;
  }
}

.order-body__title {
  max-width: 790px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.16667;
}

@media (max-width: 1023.98px) {
  .order-body__title {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .order-body__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
  }
}

.order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 767.98px) {
  .order-form {
    gap: 25px;
  }
}

.order-form-fieldset {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  max-width: 710px;
}

@media (max-width: 1023.98px) {
  .order-form-fieldset {
    max-width: 100%;
    padding: 0 17px;
  }
}

@media (max-width: 767.98px) {
  .order-form-fieldset {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0;
  }
}

.order-form-field input {
  display: block;
  width: 100%;
  height: 55px;
  padding: 0 19px;
  border-radius: 48px;
  border: 1.2px solid var(--black-32);
}

@media (max-width: 767.98px) {
  .order-form-field input {
    height: 46px;
  }
}

.order-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1023.98px) {
  .order-form-bottom {
    gap: 25px;
  }
}

@media (max-width: 767.98px) {
  .order-form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

.order-form__btn {
  width: 100%;
  max-width: 270px;
}

@media (max-width: 1023.98px) {
  .order-form__btn {
    max-width: 225px;
  }
}

@media (max-width: 767.98px) {
  .order-form__btn {
    max-width: 100%;
  }
}

.sale-wrap {
  max-width: 1296px;
  min-width: 0;
  margin: 0 auto;
}

.sale-sl {
  max-width: 100%;
}

@media (max-width: 1023.98px) {
  .sale-sl {
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .sale-sl {
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.sale-item {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: radial-gradient(
    84.89% 84.89% at 20.62% 20.36%,
    rgb(232, 95, 197) 0%,
    rgb(228, 127, 202) 29.1000068188%,
    rgb(243, 170, 225) 100%
  );
}

@media (max-width: 1023.98px) {
  .sale-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    opacity: 1;
    overflow: visible;
    border-radius: 0;
    background: none;
  }
}

.sale-item.swiper-slide-active {
  opacity: 1;
}

.sale-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 660px;
  padding: 50px 40px;
  color: var(--white);
  height: 100%;
}

@media (max-width: 1199.98px) {
  .sale-item-main {
    max-width: 565px;
    height: 100%;
  }
}

@media (max-width: 1023.98px) {
  .sale-item-main {
    max-width: 100%;
    padding: 32px 32px 56px;
    color: var(--maincolor);
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .sale-item-main {
    gap: 16px;
    padding-bottom: 24px;
    height: 100%;
  }
}

.sale-item__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
}

@media (max-width: 767.98px) {
  .sale-item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
  }
}

.sale-item__title:first-child {
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .sale-item__title:first-child {
    margin-bottom: 0;
  }
}

.sale-item__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  .sale-item__desc {
    max-width: 580px;
  }
}

@media (max-width: 767.98px) {
  .sale-item__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.sale-item__desc br {
  display: none;
}

@media (max-width: 575.98px) {
  .sale-item__desc br {
    display: block;
  }
}

.sale-item__btn {
  max-width: 264px;
  margin-top: auto;
}

@media (max-width: 1023.98px) {
  .sale-item__btn {
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .sale-item__btn {
    max-width: 162px;
    margin-top: 8px;
  }
}

.sale-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 32px;
}

@media (max-width: 1199.98px) {
  .sale-item__img {
    padding-right: 0;
  }
}

@media (max-width: 1023.98px) {
  .sale-item__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 476px;
    border-radius: 8px 8px 0 0;
    background: radial-gradient(
      84.89% 84.89% at 20.62% 20.36%,
      rgb(232, 95, 197) 0%,
      rgb(228, 127, 202) 29.1000068188%,
      rgb(243, 170, 225) 100%
    );
  }
}

@media (max-width: 767.98px) {
  .sale-item__img {
    min-height: 300px;
  }
}

.sch {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

@media (max-width: 1199.98px) {
  .sch {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .sch {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}

.sch-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 32px 40px;
}

@media (max-width: 1023.98px) {
  .sch-card {
    gap: 12px;
    padding: 20px 20px 32px;
    border-radius: 8px;
  }
}

@media (max-width: 767.98px) {
  .sch-card {
    padding: 20px 20px 32px;
  }
}

.sch-card__pict {
  position: relative;
  width: 100%;
  padding-bottom: 63.543%;
}

@media (max-width: 1023.98px) {
  .sch-card__pict {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    border-radius: 8px;
  }
}

.sch-card__pict img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sch-card__title {
  margin: 0 0 auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18182;
}

@media (max-width: 1023.98px) {
  .sch-card__title {
    margin: 12px 0 auto;
    font-size: 20px;
    line-height: 1.2;
  }

  .sch-card__title br {
    display: none;
  }
}

.sch-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1023.98px) {
  .sch-card-body {
    gap: 12px;
  }
}

.sch-card-info {
  position: relative;
  padding-left: 32px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 374.98px) {
  .sch-card-info {
    font-size: 18px;
  }
}

.sch-card-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sch-card-info_city:before {
  background-image: url(/local/templates/s1/images/images/icons/building.svg);
}

.sch-card-info_address:before {
  background-image: url(/local/templates/s1/images/images/icons/loc.svg);
}

.sch-card-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1023.98px) {
  .sch-card-btns {
    gap: 14px;
    margin-top: 12px;
  }
}

.sch-card__btn {
  min-width: 150px;
}

@media (max-width: 374.98px) {
  .sch-card__btn {
    min-width: 121px;
  }
}

@media (max-width: 1023.98px) {
  .section-team .section-title {
    max-width: 390px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .section-team .section-title {
    max-width: 320px;
  }
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 1023.98px) {
  .team {
    gap: 24px;
  }
}

.team-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 560px 32px auto;
  grid-template-columns: 560px auto;
  grid-gap: 32px;
  padding: 16px 32px 37px;
}

@media (max-width: 1199.98px) {
  .team-top {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1023.98px) {
  .team-top {
    -ms-grid-columns: 212px 32px auto;
    grid-template-columns: 212px auto;
    padding: 12px 24px 32px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    background: var(--white);
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .team-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    padding: 24px;
    margin-bottom: 40px;
  }
}

.team-main {
  padding: 32px 0;
}

@media (max-width: 1023.98px) {
  .team-main {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .team-main {
    padding: 0;
  }
}

.team-main-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1023.98px) {
  .team-main-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .team-main-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.team-main__pict {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
  height: 240px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 50%;
}

@media (max-width: 1023.98px) {
  .team-main__pict {
    width: 143px;
    height: 143px;
  }
}

.team-main__name {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
}

@media (max-width: 1199.98px) {
  .team-main__name {
    font-size: 20px;
  }
}

@media (max-width: 1023.98px) {
  .team-main__name {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
  }
}

@media (max-width: 767.98px) {
  .team-main__name {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
}

.team-main__post {
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .team-main__post {
    font-size: 18px;
  }
}

@media (max-width: 1023.98px) {
  .team-main__post {
    font-size: 16px;
    line-height: 1.25;
  }
}

@media (max-width: 767.98px) {
  .team-main__post {
    text-align: center;
  }
}

.team-main__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .team-main__desc {
    font-size: 18px;
  }
}

@media (max-width: 1023.98px) {
  .team-main__desc {
    display: none;
    font-size: 16px;
    line-height: 1.25;
  }
}

@media (max-width: 767.98px) {
  .team-main__desc {
    text-align: center;
  }
}

.team-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
}

@media (max-width: 1199.98px) {
  .team-about {
    padding: 32px 0;
  }
}

@media (max-width: 1023.98px) {
  .team-about {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .team-about {
    gap: 24px;
    padding: 0 23px;
  }
}

.team-about__desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .team-about__desc {
    font-size: 18px;
  }
}

@media (max-width: 1023.98px) {
  .team-about__desc {
    font-size: 16px;
    line-height: 1.25;
  }
}

@media (max-width: 767.98px) {
  .team-about__desc {
    padding: 40px 0 0;
  }
}

.team-about__desc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 24px;
  background-image: url(/local/templates/s1/images/images/icons/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .team-about__desc:before {
    right: 0;
    margin: 0 auto;
  }
}

.team-about__btn {
  width: 100%;
  max-width: 253px;
  margin-left: 44px;
}

@media (max-width: 1023.98px) {
  .team-about__btn {
    max-width: 158px;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .team-about__btn {
    max-width: 191px;
    margin: 0 auto;
  }
}

.team-bottom {
  min-width: 0;
}

.team-sl {
  max-width: 100%;
  overflow: visible;
}

.team-sl .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

@media (max-width: 1023.98px) {
  .team-sl .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
}

.team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
}

@media (max-width: 1199.98px) {
  .team-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1023.98px) {
  .team-card {
    max-width: calc(33% - 8px);
    min-width: 300px;
    height: auto;
    padding: 24px 24px 32px;
    border-radius: 8px;
  }
}

@media (max-width: 1023.98px) {
  .team-card.hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
  }
}

.team-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1199.98px) {
  .team-card-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.team-card__pict {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 1023.98px) {
  .team-card__pict {
    width: 159px;
    height: 159px;
  }
}

.team-card__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-card__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
}

@media (max-width: 1199.98px) {
  .team-card__name {
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 1023.98px) {
  .team-card__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }

  .team-card__name br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .team-card__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
  }
}

.team-card__post {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 1023.98px) {
  .team-card__post {
    font-weight: 400;
  }
}

.team-card__desc {
  max-width: 344px;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .team-card__desc {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width: 1023.98px) {
  .team-card__desc {
    display: none;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.25;
  }
}

.team-card__fulltext {
  display: none;
}

.team-card__btn {
  min-width: 147px;
  margin-top: 8px;
  padding: 0 30px;
}

@media (max-width: 1199.98px) {
  .team-card__btn {
    margin-top: auto;
  }
}

@media (max-width: 1023.98px) {
  .team .section-footer {
    display: none;
  }
}

.tour {
  max-width: 1124px;
  margin: 0 auto;
  padding: 32px;
}

@media (max-width: 1023.98px) {
  .tour {
    border-radius: 8px;
  }
}

@media (max-width: 767.98px) {
  .tour {
    margin: 0 -12px;
    padding: 0;
    border-radius: 0;
  }
}

.tour-wrap {
  position: relative;
}

.tour-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 63.963%;
}

.tour-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.val {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  padding: 32px;
  background: var(--white);
}

@media (max-width: 1023.98px) {
  .val {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    padding: 0;
    border-radius: 0;
    background: none;
  }
}

@media (max-width: 767.98px) {
  .val {
    grid-gap: 16px;
  }
}

.val-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1023.98px) {
  .val-item {
    gap: 16px;
    padding: 24px 24px 32px;
    border-radius: 16px;
    background: var(--white);
  }
}

@media (max-width: 767.98px) {
  .val-item {
    gap: 12px;
  }
}

.val-item__pict {
  position: relative;
  padding-bottom: 65.667%;
}

@media (max-width: 1023.98px) {
  .val-item__pict {
    padding-bottom: 70.975%;
  }
}

@media (max-width: 767.98px) {
  .val-item__pict {
    padding-bottom: 60.35%;
  }
}

.val-item__pict img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.val-item__title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .val-item__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  .val-item__title {
    margin-bottom: 12px;
  }
}

.val-item__desc {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .val-item__desc {
    font-size: 16px;
    line-height: 1.25;
  }

  .val-item__desc br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .val-item__desc {
    font-size: 13px;
    line-height: 1.30769;
  }
}

.val-item__desc p {
  margin: 0;
}

.vc-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

@media (max-width: 1023.98px) {
  .vc-items {
    grid-gap: 12px;
  }
}

@media (max-width: 767.98px) {
  .vc-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

.vc-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
}

@media (max-width: 1023.98px) {
  .vc-card {
    padding: 24px;
  }
}

.vc-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1023.98px) {
  .vc-card-inner {
    gap: 20px;
  }
}

.vc-card__title {
  margin: 0;
  padding-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
}

@media (max-width: 1023.98px) {
  .vc-card__title {
    font-size: 16px;
    line-height: 1.25;
  }
}

.vc-card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  .vc-card__desc {
    gap: 16px;
    font-size: 16px;
    line-height: 1.25;
  }
}

.vc-card__desc strong {
  font-weight: 500;
}

.vc-card__desc p {
  margin: 0;
}

.vc-card__desc ul {
  list-style-type: disc;
  padding-left: 34px;
}

.vc-card-fulltext {
  display: none;
}

.vc-card__btn {
  min-width: 174px;
  margin-top: auto;
}

.vc .all-btn {
  min-width: 240px;
}

@media (max-width: 1023.98px) {
  .vc .all-btn {
    display: none;
  }
}

.vc .all-btn_mob {
  display: none;
}

@media (max-width: 1023.98px) {
  .vc .all-btn_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 171px;
  }
}

@media (max-width: 767.98px) {
  .vc .all-btn_mob {
    min-width: 285px;
  }
}

.single-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 644px;
  margin-bottom: 72px;
  padding: 50px 0 30px;
}

@media (max-width: 1023.98px) {
  .single-main {
    min-height: auto;
    margin-bottom: 32px;
    padding: 0;
  }
}

.single-main-back {
  background-image: url('/local/templates/s1/images/images/fb-fon-ch1920.png');
  /* z-index: -10;*/
  background-size: cover;
}

@media (max-width: 1023.98px) {
  .single-main-back {
    background-image: none;
  }
}

@media (max-width: 767.98px) {
  .single-main-back {
    background-image: none;
  }
}

.single-main-wrap-back {
  background-image: none;
}

@media (max-width: 1023.98px) {
  .single-main-wrap-back {
    background-image: url('/local/templates/s1/images/images/fb-fon-ch768.png');
    /* z-index: -10;*/
    background-size: cover;
  }
}

@media (max-width: 767.98px) {
  .single-main-wrap-back {
    background-image: url('/local/templates/s1/images/images/fb-fon-ch375.png');
    /*z-index: -10;*/
    background-size: cover;
  }
}

.single-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 50px 0 30px;
}

@media (max-width: 1023.98px) {
  .single-main-wrap {
    position: relative;
    min-height: 556px;
    padding: 50px 0 30px;
  }
}

@media (max-width: 767.98px) {
  .single-main-wrap {
    min-height: 464px;
    padding: 20px 0 30px;
  }
}

.single-main__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.single-main-global__img {
  z-index: -1;
}

.single-main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .single-main__img img {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }
}

.single-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1023.98px) {
  .single-main .container {
    display: block;
  }
}

.single-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 26px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: var(--white);
}

@media (max-width: 1023.98px) {
  .single-main-inner {
    gap: 43px;
  }
}

@media (max-width: 767.98px) {
  .single-main-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 19px;
  }
}

.single-main__title {
  margin: 0 0 auto;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.07143;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .single-main__title {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
  }
}

@media (max-width: 575.98px) {
  .single-main__title {
    font-size: 24px;
  }
}

.single-main-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
  font-size: 32px;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .single-main-body {
    gap: 43px;
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .single-main-body {
    font-size: 20px;
  }
}

.single-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}

@media (max-width: 1023.98px) {
  .single-main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
}

.single-main-info__title {
  min-width: 132px;
  font-size: 48px;
  line-height: 1.08333;
}

@media (max-width: 767.98px) {
  .single-main-info__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18182;
  }
}

.single-main-info__desc {
  font-size: 22px;
  line-height: 1.18182;
}

@media (max-width: 767.98px) {
  .single-main-info__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.11111;
  }
}

.single-main-bottom {
  margin-top: 40px;
}

@media (max-width: 1023.98px) {
  .single-main-bottom {
    margin-top: -48px;
  }
}

@media (max-width: 767.98px) {
  .single-main-bottom {
    margin-top: -100px;
  }
}

.single-main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 722px;
  padding: 40px 40px 60px;
  color: var(--maincolor);
}

@media (max-width: 1023.98px) {
  .single-main-form {
    margin: 0 auto;
    padding: 24px 40px;
    -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767.98px) {
  .single-main-form {
    top: calc(100% - 100px);
    width: calc(100% - 25px);
    max-width: 600px;
    margin: 0 auto;
    padding: 32px;
  }
}

.single-main-form__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.16667;
}

@media (max-width: 1023.98px) {
  .single-main-form__title {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .single-main-form__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .single-main-form__title {
    max-width: 286px;
  }
}

.single-main .order-form-fieldset {
  width: 100%;
  max-width: 591px;
  padding: 0;
}

@media (max-width: 1023.98px) {
  .single-main .order-form-fieldset {
    margin: 0 auto;
  }
}

.single-main .order-form-field input {
  height: 46px;
}

@media (max-width: 767.98px) {
  .single-main .order-form-bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.single-main .order-form__btn {
  max-width: 225px;
  height: 46px;
}

@media (max-width: 767.98px) {
  .single-main .order-form__btn {
    width: 100%;
    max-width: 286px;
  }
}

.single-main .order-form .checkbox__label {
  font-size: 14px;
  line-height: 1.71429;
}

@media (max-width: 767.98px) {
  .single-main .order-form .checkbox__label {
    font-size: 10px;
    line-height: 1.4;
  }
}

.b-linkForm {
  color: #65bab6;
}

@media (max-width: 1023.98px) {
  .b-saleBlock {
    padding-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .b-saleBlock {
    padding-bottom: 12px;
  }
}