@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PTSerif-BoldItalic.woff2") format("woff2"), url("../fonts/PTSerif-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PTSerif-Bold.woff2") format("woff2"), url("../fonts/PTSerif-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PTSerif-Regular.woff2") format("woff2"), url("../fonts/PTSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PTSerif-Italic.woff2") format("woff2"), url("../fonts/PTSerif-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure:after {
  display: none;
}

a, button {
  display: inline-block;
  transition: all 0.2s;
  color: inherit;
  cursor: pointer;
}

a:hover, button:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

ul a, ol a {
  display: inline-block;
}

label {
  position: relative;
  display: block;
  margin: 0;
}

input, textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  outline: none;
  color: #000;
  transition: 0.1s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input, textarea, select {
  color: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
  box-shadow: none;
}

textarea {
  -ms-overflow-style: none;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: bold;
  color: #2E3033;
}

i {
  font-style: italic;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

html {
  margin-top: 0 !important;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #505359;
  background: #fff;
  overflow-x: hidden;
}

body * {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

body * ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body * ::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #E1E2E6;
}

body * ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #A1A7B3;
}

.wrapper {
  overflow: visible;
}

section {
  position: relative;
}

sup {
  top: -0.7em;
  font-size: 60%;
}

.of-img {
  position: relative;
}

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

.has-border {
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}

.has-border > * {
  position: relative;
}

.has-border:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%);
  width: calc(100% - 20px);
  height: 114px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 1px 16px 64px rgba(47, 47, 47, 0.08);
  z-index: -1;
}

.tel-field {
  padding: 0 31px;
  height: 76px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  font-size: 18px;
  line-height: 100%;
  color: #2E3033;
  background: #F2F2F2;
  transition: 0.1s;
}

.tel-field::-webkit-input-placeholder {
  color: #8A8F99;
}

.tel-field:-moz-placeholder {
  color: #8A8F99;
}

.tel-field::-moz-placeholder {
  color: #8A8F99;
}

.tel-field:-ms-input-placeholder {
  color: #8A8F99;
}

.tel-field:hover {
  border-color: #E1E2E6;
  background: #FAFAFA;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.socials li {
  flex-shrink: 0;
}

.socials img {
  width: 32px;
}

.calc-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  max-width: 356px;
  width: 100%;
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, #96CC66 0%, #68A632 100%);
  box-shadow: 0px 4px 0px #688C3F, inset 0px 0px 15px rgba(255, 255, 255, 0.5);
}

.calc-btn:hover {
  background: linear-gradient(180deg, #A8E673 0%, #78BF39 100%);
  box-shadow: 0px 4px 0px #75A64B, inset 0px 0px 8px rgba(255, 255, 255, 0.3);
}

.calc-btn:active {
  background: linear-gradient(180deg, #8CBF60 0%, #60992E 100%);
  box-shadow: 0px 2px 0px #6C9945, inset 0px 0px 8px rgba(255, 255, 255, 0.3);
}

.calc-btn._2 .calc-btn__icon:after {
  background: url("../img/1/kreslennja.png") center/100% 100% no-repeat;
}

.calc-btn__icon {
  position: relative;
  display: block;
  width: 51px;
  height: 100%;
}

.calc-btn__icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: -5px 0 0;
  width: 70px;
  aspect-ratio: 70/83;
  background: url("../img/1/calculator.png") center/100% 100% no-repeat;
}

.logo {
  max-width: 150px;
}

.sheading {
  position: relative;
  margin: 0 auto 64px;
  max-width: 820px;
  text-align: center;
}

.sheading._left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.sheading._mb48 {
  margin-bottom: 48px;
}

.stitle {
  margin: 0 0 24px;
  font-size: 44px;
  line-height: 125%;
}

.subtitle {
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 150%;
}

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

.full-bg + * {
  position: relative;
}

.swiper {
  visibility: hidden;
}

.swiper.swiper-initialized {
  visibility: visible;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: linear-gradient(0.01deg, #F7B531 0.01%, #F7B32D 0.02%, #FFC042 99.99%);
  box-shadow: 0px 3px 0px #C79431, inset 0px 0px 15px rgba(255, 255, 255, 0.5);
  z-index: 1;
  cursor: pointer;
}

.slider-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/icons/arrow.svg") center/18px auto no-repeat;
}

.slider-arrow._left {
  left: -30px;
  background: linear-gradient(0.01deg, #B3B3B3 0.01%, #CCCCCC 99.99%);
  box-shadow: 0px 3px 0px #A6A6A6, inset 0px 0px 15px rgba(255, 255, 255, 0.5);
}

.slider-arrow._left:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.slider-arrow._right {
  right: -30px;
}

.bg-img img {
  width: 100%;
}

.lg-counter {
  display: none;
}

.lg-download {
  display: none;
}

.header-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0 0;
  z-index: 2;
}

.header-1 + div {
  display: none;
}

.header-1 + div + .header-2 {
  display: none;
}

.header-1__box {
  display: flex;
  justify-content: space-between;
}

.header-1__text {
  position: relative;
  left: 4%;
  display: grid;
  grid-template-columns: 46px auto;
  align-items: center;
  gap: 16px;
  margin: 0;
  max-width: 300px;
  font-size: 14px;
  line-height: 140%;
}

.header-1__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 27px;
}

.header-1__call {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 5px 17px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(0.01deg, #F7B531 0.01%, #F7B32D 0.02%, #FFC042 99.99%);
  box-shadow: 0px 2px 0px #B38F47, inset 0px 0px 10px rgba(255, 255, 255, 0.3);
}

.header-1__call img {
  width: 20px;
}

.header-1__call:hover {
  background: linear-gradient(0.01deg, #eca009 0.01%, #e89d09 0.02%, #ffaf0f 99.99%);
}

.header-1__menu-btn {
  display: none;
  position: fixed;
  right: 10px;
  top: 10px;
  padding: 10px;
}

.s1 {
  min-height: 950px;
}

.s1 .container {
  position: relative;
}

.s1__bg {
  overflow: hidden;
}

.s1__bg > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 1920px;
}

.s1__bg > img:nth-child(2) {
  display: none;
}

.s1__labels {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.s1__label {
  position: absolute;
  transform: translate(-50%, -50%);
  width: calc(180/1920 * 100%);
  aspect-ratio: 1;
}

.s1__label._1 {
  left: 52.8%;
  top: 65%;
}

.s1__label._2 {
  left: 76.3%;
  top: 44.76%;
}

.s1__main {
  position: relative;
  padding: 161px 0 0;
}

.s1__heading {
  position: relative;
  margin: 0 0 39px;
  max-width: 830px;
}

.s1__title {
  margin: 0 0 26px;
  font-weight: 400;
  font-size: 46px;
  line-height: 125%;
}

.s1__title span {
  display: inline-block;
}

.s1__subtitle {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 20px;
  max-width: 570px;
  font-size: 20px;
  line-height: 150%;
}

.s1__subtitle-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
}

.s1__subtitle-dots span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFC34D;
}

.s1__subtitle-dots span:nth-child(1) {
  opacity: 0.4;
}

.s1__subtitle-dots span:nth-child(2) {
  opacity: 0.7;
}

.s1__calc {
  position: relative;
  max-width: 356px;
}

.s1__calc-text {
  margin: 0 0 20px;
  max-width: 570px;
  font-size: 14px;
  line-height: 160%;
}

.header-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #FFFFFF;
  box-shadow: 1px 5px 10px rgba(47, 47, 47, 0.05);
  z-index: 2;
}

.header-2 .socials {
  display: none;
}

.header-2 .header-1__call {
  display: none;
}

@media (min-width: 768px) {
  .header-2 {
    opacity: 0;
  }
  [style^="position: fixed"] {
    opacity: 1;
  }
}

.header-2__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header-2__logo {
  max-width: 131px;
}

.header-2__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.header-2__menu li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  cursor: pointer;
}

.header-2__menu li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #F8B42D;
  transition: 0.1s;
  opacity: 0;
}

.header-2__menu li._active:before, .header-2__menu li:hover:before {
  opacity: 1;
}

.header-2__phone {
  font-size: 18px;
  line-height: 120%;
  text-align: right;
}

.header-2__menu-close {
  position: absolute;
  display: none;
  right: 15px;
  top: 15px;
  font-size: 0;
}

.s2 {
  padding: 96px 0 103px;
}

.s2 .sheading {
  margin-bottom: 155px;
}

.s2 .container {
  position: relative;
}

.s2__bg {
  top: auto;
}

.s2__bg-img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(33%, -26.5%);
  width: calc(600/1920 * 100vw);
  aspect-ratio: 1;
}

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

.s2__items-box {
  position: relative;
  display: flex;
}

.s2-item {
  padding: 120px 40px 42px;
  border-radius: 16px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
}

.s2-item__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-124/220 * 100%));
  width: 260px;
  max-width: 100%;
  aspect-ratio: 260 / 220;
  box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.25);
  z-index: 1;
}

.s2-item__img img {
  max-height: 100%;
}

.s2-item__title {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 140%;
}

.s2-item__text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}

.s3 {
  padding: 96px 0 96px;
}

.s3 .container {
  position: relative;
}

.s3__bg {
  top: auto;
}

.s3__bg-img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-28%, -51.6%);
  width: calc(750/1920 * 100vw);
  aspect-ratio: 1;
}

.s3__items {
  position: relative;
  margin: 0 0 66px;
}

.s3__items-img {
  position: absolute;
  left: 31px;
  top: 15px;
  width: 871px;
  height: 732px;
}

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

.s3__items-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 36px;
}

.s3__items-list li:nth-child(4) .s3-item, .s3__items-list li:nth-child(5) .s3-item {
  line-height: 150%;
}

.s3__items-list li:nth-child(5) {
  grid-area: 1 / 3;
}

.s3__items-list li:nth-child(6) {
  grid-area: 1 / 4;
}

.s3__items-list li:nth-child(7) {
  grid-area: 2 / 4;
}

.s3__items-list li:nth-child(8) {
  grid-area: 3 / 4;
}

.s3-item {
  font-size: 16px;
  line-height: 160%;
}

.s3-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: url("../img/icons/icon_1.svg") center/100% auto no-repeat;
}

.s3-item__icon._2 {
  background-image: url("../img/icons/icon_2.svg");
}

.s3-item__icon._3 {
  background-image: url("../img/icons/icon_3.svg");
}

.s3-item__text {
  margin: 0;
}

.s3-item__text span {
  display: inline-block;
}

.s3__info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 64px;
  padding: 64px 112px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
}

.s3-info-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex: 1;
}

.s3-info-item__img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  aspect-ratio: 1;
}

.s3-info-item__img img {
  max-width: none;
}

.s3__items-img-mob {
  display: none;
  margin: 0;
  text-align: center;
}

.s3__items-scroll {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 150%;
  color: #A1A7B3;
}

.s3-info-item__text {
  font-size: 16px;
  line-height: 160%;
}

.s3-info-item__text h4 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 140%;
}

.s3-info-item__text p {
  margin: 0;
}

.s4 {
  padding: 96px 0 96px;
}

.s4 .sheading * {
  color: #fff;
}

.s4 .container {
  position: relative;
}

.s4__bg {
  border-radius: 50px;
  background: #302E2F;
  overflow: hidden;
}

.s4__main .container {
  position: relative;
}

.s4__bg-img {
  position: absolute;
  left: 0;
  top: 300px;
  transform: translate(-69%, 0);
  width: calc(450/1920 * 100vw);
  aspect-ratio: 1;
}

.s4__top {
  display: grid;
  grid-template-columns: 686px auto;
  margin: 0 0 193px;
}

.s4__top > * {
  position: relative;
}

.s4__top-list {
  display: grid;
  gap: 24px;
  margin: 0 0 0 48px;
  max-width: 520px;
  font-size: 16px;
  line-height: 160%;
  color: #C2C5CC;
}

.s4__top-list b {
  color: #fff;
}

.s4__top-list li {
  position: relative;
  padding: 0 0 0 48px;
}

.s4__top-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 23px;
  border: 3px solid #FCBA39;
  border-radius: 50%;
}

.s4__top-list li:after {
  content: "";
  position: absolute;
  left: calc(23px/2);
  top: 25px;
  transform: translate(-50%);
  width: 1px;
  height: calc(100% - 25px + 24px + 2px);
  background: linear-gradient(0.01deg, #F7B531 0.01%, #F7B32D 0.02%, #FFC042 99.99%);
}

.s4__top-list li:last-child:after {
  display: none;
}

.s4__top-img {
  position: absolute;
  left: -46px;
  top: -105px;
  width: 821px;
  aspect-ratio: 821/766;
}

.s4__bottom-box {
  display: grid;
  grid-template-columns: 370px auto;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
}

.s4-manager {
  border-radius: 16px 0 0 16px;
  background: #EBEBEB;
  overflow: hidden;
}

.s4-manager__img {
  height: 446px;
}

.s4-manager__info {
  display: grid;
  grid-template-columns: 81px auto;
  gap: 17px;
  padding: 32px 32px 42px 32px;
  background: #EBEBEB;
}

.s4-manager__info-img {
  max-width: 81px;
  aspect-ratio: 81/62;
}

.s4-manager__info-img img {
  width: 100%;
}

.s4-manager__info-text {
  display: grid;
  gap: 10px;
}

.s4-manager__text-1 {
  margin: 0;
  font-family: "PT Serif";
  font-size: 18px;
  line-height: 130%;
}

.s4-manager__text-2 {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
}

.s4__bottom-main {
  padding: 48px 64px;
}

.s4__bottom-text-1 {
  margin: 0 0 32px;
  font-size: 22px;
  line-height: 150%;
}

.s4__bottom-text-2 {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 160%;
}

.s4__bottom-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 58px;
  max-width: 648px;
}

.s4__bottom-items li {
  flex: 1;
}

.s4-bottom-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  aspect-ratio: 1;
}

.s4-bottom-item__img img {
  max-height: 100%;
}

.s4-bottom-item__text {
  margin: 0 0 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}

.s4-bottom-item__title {
  margin: 0;
  font-size: 18px;
  line-height: 125%;
}

.s4-form {
  display: grid;
  grid-template-columns: 43% auto;
  gap: 24px;
}

.s4-form .calc-btn {
  width: 100%;
}

.s5 {
  padding: 96px 0 87px;
}

.s5__main {
  position: relative;
}

.s5-main-block {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  display: grid;
  grid-template-columns: auto 120px;
  gap: 24px;
  padding: 32px;
  width: 472px;
  max-width: 100%;
  min-height: 298px;
  border-radius: 16px;
  background: #F5F5F5;
}

.s5-main-block__bg {
  position: absolute;
  left: 50%;
  top: 104px;
  transform: translate(-50%);
  margin: 0 0 0 -8px;
  width: 790px;
  aspect-ratio: 790 / 545;
}

.s5-main-block__main {
  position: relative;
}

.s5-main-block__title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 140%;
}

.s5-main-block__text {
  margin: 0;
  font-size: 15px;
  line-height: 150%;
}

.s5-main-block__img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  aspect-ratio: 1;
}

.s5-main-block__img img {
  max-width: none;
}

.s5__items {
  position: relative;
  display: grid;
  grid-template-columns: 300px auto 300px;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  row-gap: 48px;
  margin: 0 0 218px;
  padding: 24px 0 0;
}

.s5__items li:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.s5__items li:nth-child(4) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.s5-item {
  padding: 0 0 0 48px;
  background: url("../img/icons/icon_1.svg") 0 0/32px auto no-repeat;
}

.s5-item__title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 140%;
}

.s5-item__text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}

.s5__bottom {
  display: grid;
  grid-template-columns: auto 290px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
}

.s5__bottom-bg {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.s5__bottom-bg img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.s5__bottom-main {
  display: grid;
  grid-template-columns: 330px auto;
  align-items: center;
  gap: 48px;
  padding: 40px 0 40px 40px;
}

.s5__bottom-img {
  aspect-ratio: 330/220;
  box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  overflow: hidden;
}

.s5__bottom-title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 125%;
}

.s5__bottom-text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}

.s6 {
  padding: 96px 0 0;
}

.s6-bg-item {
  position: absolute;
}

.s6-bg-item img {
  width: 100%;
}

.s6-bg-item._1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s6-bg-item._1 img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  min-width: 1920px;
  width: 100%;
  height: 100%;
}

.s6-bg-item._1 img:nth-child(2) {
  display: none;
}

.s6-bg-item._2 {
  left: 0;
  top: 0;
  transform: translate(-2%, -32.5%);
  width: calc(467/1920 * 100vw);
  aspect-ratio: 467/674;
}

.s6-bg-item._3 {
  right: 0;
  bottom: 0;
  width: calc(658/1920 * 100vw);
  aspect-ratio: 658/349;
  z-index: 1;
}

.s6-bg-item._3 img:nth-child(2) {
  display: none;
}

.s6-block1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 64px;
}

.s6-block1__card {
  position: relative;
  padding: 40px;
  width: 470px;
  height: 530px;
  border-radius: 16px;
  overflow: hidden;
}

.s6-block1__card b, .s6-block1__card h4 {
  color: #fff;
}

.s6-block1__card__bg img:nth-child(2) {
  display: none;
}

.s6-block1__text-1 {
  margin: 0 0 23px;
  font-size: 20px;
  line-height: 160%;
  color: #C2C5CC;
}

.s6-block1__text-2 {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 32px;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
}

.s6-block1__text-2 h4 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 140%;
}

.s6-block1__text-2 p {
  opacity: 0.8;
}

.s6-block1__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  aspect-ratio: 1;
}

.s6-block1__img:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  width: 1px;
  height: 85px;
  background: #FFC34D;
}

.s6-block1__img:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 79px);
  transform: translate(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(0.01deg, #F7B531 0.01%, #F7B32D 0.02%, #FFC042 99.99%);
}

.s6-block1__label {
  margin: 45px 0 0 0;
  width: 234px;
  aspect-ratio: 1;
}

.s6-block2 {
  margin: 0 0 75px;
}

.s6-block2__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 367px;
  gap: 11px;
  padding: 53px 40px;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
  border-radius: 16px;
  background: #FFFFFF;
  z-index: 1;
}

.s6-block2__text {
  font-size: 16px;
  line-height: 160%;
}

.s6-block2__text > * {
  margin: 0 0 16px;
}

.s6-block2__text > *:last-child {
  margin: 0;
}

.s6-block2__text h4 {
  font-size: 24px;
  line-height: 125%;
}

.s6-block2__text p {
  max-width: 620px;
}

.s6-block2__img {
  position: relative;
}

.s6-block2__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.s6-block3 {
  position: relative;
  display: grid;
  grid-template-columns: 104px auto;
  align-items: center;
  gap: 32px;
  padding: 40px 147px;
  border-radius: 16px 16px 0 0;
  font-family: "PT Serif";
  font-size: 30px;
  line-height: 150%;
  color: #FFFFFF;
  background: linear-gradient(0.01deg, #F7B736 50%, #FFC34D 99.99%);
}

.s6-block3 span {
  display: block;
  max-width: 104px;
  aspect-ratio: 104/80;
  z-index: 1;
}

.s6-block3 span img {
  width: 100%;
}

.s6-block3 i {
  z-index: 1;
}

.s6-block3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 20px;
  height: 32px;
  background: url("../img/6/triangle.svg") center/100% auto no-repeat;
}

.s7 {
  padding: 96px 0 96px;
}

.s7 .sheading {
  margin-bottom: 72px;
}

.s7 .stitle {
  font-weight: 300;
}

.s7__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 48px;
}

.s7__items li {
  width: calc(100%/3 - 20px);
}

.s7__items li:nth-child(1), .s7__items li:nth-child(2) {
  width: calc(50% - 15px);
}

.s7-item__img {
  display: block;
  height: 250px;
  border-radius: 16px;
  overflow: hidden;
}

.s7-item__title {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 140%;
}

.s7-item__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  color: #8A8F99;
}

.s8 {
  padding: 96px 0 100px;
}

.s8 .sheading {
  margin-bottom: 25px;
}

.s8 .subtitle {
  max-width: 568px;
}

.s8__bg {
  top: auto;
}

.s8__bg-item {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}

.s8__bg-item._1 {
  width: 1616px;
  aspect-ratio: 1616/990;
  margin: -118px 0 0 385px;
}

.s8__bg-item._2 {
  width: 180px;
  aspect-ratio: 1;
  margin: -47px 0 0 640px;
}

.s8__items {
  margin: 0 0 40px;
  max-width: 470px;
}

.s8-item {
  display: grid;
  align-items: center;
  grid-template-columns: 110px auto;
  gap: 16px;
}

.s8-item__img {
  width: 110px;
  height: 110px;
}

.s8-item__text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}

.s8__contact {
  max-width: 670px;
}

.s8__contact-text {
  margin: 0 0 24px;
  max-width: 570px;
  font-size: 14px;
  line-height: 160%;
}

.s8-form {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 24px;
}

.s9 {
  padding: 96px 0 86px;
  background: url("../img/9/bg.jpg") center top/1920px auto no-repeat;
}

.s9__bg img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  min-width: 1920px;
  height: 100%;
}

.s9__bg img:nth-child(2) {
  display: none;
}

.s9__items-box {
  margin: 0 0 32px;
  padding: 0 0 13px;
  overflow: auto;
}

.s9__items {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 570px;
}

.s9__items:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50px/2);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #DADEE5 0%, #DADEE5 0% calc(100%/3), transparent calc(100%/3), transparent 100%);
  background-size: 8px 100%;
}

.s9-item {
  text-align: center;
  cursor: pointer;
}

.s9-item._active .s9-item__num {
  border: 1px solid #F7B531;
  background: #FFFFFF;
}

.s9-item._active .s9-item__num span {
  color: #fff;
  background: #F7B531;
}

.s9-item__num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}

.s9-item__num span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #E1E5ED;
  background: #FFFFFF;
}

.s9-item__text {
  font-size: 14px;
  line-height: 160%;
}

.s9__slides-wrap {
  position: relative;
}

.s9__slides-box {
  position: relative;
  overflow: visible;
}

.s9__slides .swiper-slide {
  pointer-events: none;
}

.s9__slides .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}

.s9-slide:before {
  bottom: 0;
  width: calc(100% - 40px);
}

.s9-slide__inner {
  display: grid;
  grid-template-columns: 412px auto;
  gap: 48px;
  margin: 0 0 20px;
  padding: 40px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
}

.s9-slide__img {
  width: 412px;
  max-width: 100%;
  aspect-ratio: 412/301;
  border-radius: 8px;
  overflow: hidden;
}

.s9-slide__etap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 12px;
  height: 25px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.s9-slide__etap span {
  position: relative;
}

.s9-slide__etap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.01deg, #262522 0.01%, #403F3D 99.99%);
  border-radius: 4px;
  transform: scaleX(0.95) skew(-10deg, 0);
}

.s9-slide__title {
  margin: 0 0 34px;
  font-size: 24px;
  line-height: 125%;
}

.s9-slide__list {
  display: grid;
  gap: 12px;
  margin: 0 0 0 13px;
  font-size: 16px;
  line-height: 150%;
}

.s9-slide__list li {
  padding: 0 0 0 37px;
  background: url("../img/icons/check.svg") 0 5px/18px auto no-repeat;
}

.s10 {
  padding: 96px 0 0;
}

.s10__bg-item {
  position: absolute;
}

.s10__bg-item._1 img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  min-width: 1920px;
  height: 1070px;
}

.s10__bg-item._2 {
  left: 0;
  top: 0;
  transform: translate(-27%, 12%);
  width: calc(392/1920 * 100vw);
  aspect-ratio: 392/469;
}

.s10__bg-item._2 img {
  width: 100%;
}

.s10__top {
  display: grid;
  grid-template-columns: auto 470px;
  gap: 64px;
}

.s10__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 0 0 40px;
}

.s10__list li {
  padding: 48px 0 0;
  font-size: 16px;
  line-height: 160%;
  background: url("../img/icons/icon_1.svg") 0 0/32px auto no-repeat;
}

.s10__dogovir {
  display: grid;
  align-items: center;
  grid-template-columns: 130px auto;
  gap: 16px;
  margin: 0;
  max-width: 600px;
  font-size: 16px;
  line-height: 160%;
}

.s10__top-img {
  width: 470px;
  max-width: 100%;
  aspect-ratio: 470/594;
}

.s10__top-img img:nth-child(2) {
  display: none;
}

.s10__bottom {
  position: relative;
  padding: 96px 48px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
}

.s10__bottom-mouse {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: linear-gradient(0.01deg, #F7B531 0.01%, #F7B32D 0.02%, #FFC042 99.99%);
  box-shadow: 0px 2px 0px #C79431, inset 0px 0px 15px rgba(255, 255, 255, 0.5);
}

.s10__bottom-mouse div {
  width: 32px;
  height: 32px;
  background: url("../img/icons/mouse.svg") center/100% auto no-repeat;
}

.s10__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.s10__items li {
  width: calc(459/1074 * 100% - 15px);
}

.s10__items li:nth-child(1), .s10__items li:nth-child(4) {
  width: calc(615/1074 * 100% - 15px);
}

.s10-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.s10-item__img {
  display: block;
  height: 350px;
}

.s10-item__title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 32px 32px;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  pointer-events: none;
}

.s11 {
  padding: 96px 0 96px;
  overflow: hidden;
}

.s11 .sheading {
  z-index: 1;
}

.s11__box {
  display: grid;
  grid-template-columns: 500px auto;
  gap: 30px;
}

.s11__box > * {
  position: relative;
}

.s11__img {
  position: absolute;
  top: -138px;
  right: -162px;
  width: 988px;
  aspect-ratio: 988/800;
}

.s11__items {
  position: relative;
  margin: 0 0 40px;
  max-width: 560px;
}

.s11-item {
  display: grid;
  align-items: center;
  grid-template-columns: 110px auto;
  gap: 16px;
}

.s11-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  aspect-ratio: 1;
}

.s11-item__img img {
  max-height: 100%;
}

.s11-item__text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}

.s11__contact {
  position: relative;
  max-width: 640px;
}

.s11__contact-text-1 {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 160%;
}

.s11__contact-text-2 {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 160%;
}

.s11-form {
  display: grid;
  align-items: center;
  grid-template-columns: 294px auto;
  gap: 24px;
}

.s12 {
  padding: 96px 0 96px;
  border-radius: 64px 64px 0 0;
  background: url("../img/12/bg.jpg") center/1920px auto no-repeat;
}

.s12 .stitle {
  color: #fff;
}

.s12__bg {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}

.s12__bg img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  min-width: 1920px;
  height: 100%;
}

.s12__bg img:nth-child(2) {
  display: none;
}

.s12__items-wrapper {
  position: relative;
}

.s12__items-wrapper .slider-arrow {
  margin: -34px 0 0;
}

.s12-item {
  text-align: center;
}

.s12-item__img {
  position: relative;
  display: block;
  aspect-ratio: 350/514;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
}

.s12-item__img img {
  border: 5px solid #FFFFFF;
}

.s12-item__img:hover .s12-item__img-hov {
  opacity: 1;
}

.s12-item__img-hov {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.01deg, rgba(247, 181, 49, 0.8) 0.01%, rgba(247, 179, 45, 0.8) 0.02%, rgba(255, 192, 66, 0.8) 99.99%);
  transition: 0.1s;
  cursor: pointer;
}

.s12-item__img-hov span {
  display: block;
  padding: 37px 0 0;
  width: 100%;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  background: url("../img/icons/zoom-in.svg") center top/24px auto no-repeat;
}

.s12-item__text {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 140%;
  color: #2E3033;
}

.s13 {
  padding: 96px 0 20px;
}

.s13__bg {
  top: auto;
}

.s13__bg-item {
  position: absolute;
}

.s13__bg-item._1 {
  left: 0;
  top: 0;
  transform: translate(-2%, -3%);
  width: calc(340/1920 * 100vw);
  aspect-ratio: 340/400;
}

.s13__bg-item._2 {
  right: 0;
  top: 0;
  transform: translate(43%, -12%);
  max-width: 690px;
  width: calc(690/1920 * 100vw);
  aspect-ratio: 690/580;
}

.s13__main {
  position: relative;
}

.s13__box {
  display: grid;
  grid-template-columns: auto 430px;
  gap: 70px;
}

.s13__left {
  max-width: 572px;
}

.s13__text {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 150%;
}

.s13__heading {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 150%;
}

.s13__list {
  display: grid;
  gap: 24px;
  margin: 0 0 40px 48px;
  font-size: 16px;
  line-height: 160%;
}

.s13__list li {
  display: flex;
  align-items: center;
  padding: 0 0 0 48px;
  min-height: 32px;
  background: url("../img/icons/icon_1.svg") left center/32px auto no-repeat;
}

.s13__bottom-text {
  position: relative;
  margin: 0;
  padding: 24px 32px;
  border-radius: 16px;
  font-family: "PT Serif";
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  background: linear-gradient(0.01deg, #F7B531 0.01%, #F7B32D 0.02%, #FFC042 99.99%);
}

.s13__bottom-text b {
  color: inherit;
}

.s13__bottom-text:after {
  content: "";
  position: absolute;
  left: -6px;
  top: 16px;
  width: 20px;
  height: 32px;
  background: url(../img/13/triangle.svg) center/100% auto no-repeat;
}

.s13-form {
  position: relative;
}

.s13-form__inner {
  position: relative;
  padding: 40px 40px 48px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
}

.s13-form__heading {
  margin: 0 0 32px;
  text-align: center;
}

.s13-form__title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 140%;
}

.s13-form__subtitle {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 140%;
}

.s13-form__main {
  display: grid;
  gap: 24px;
}

.s14 {
  padding: 96px 0 0;
}

.s14__main {
  position: relative;
}

.s14__air {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -10%);
  width: 100vw;
  max-width: 1920px;
  aspect-ratio: 1920/232;
}

.s14__map {
  position: relative;
  padding: 166px 0 0 64px;
  height: 660px;
}

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

.s14__map-api {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

.gm-svpc, .gmnoprint {
  display: none;
}

.s14__map-marker {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 0);
  width: 160px;
  aspect-ratio: 1;
}

.s14__img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-8%, -30%);
  width: calc(500/1920 * 100vw);
  aspect-ratio: 1;
}

.s14-contacts {
  width: 350px;
  max-width: 100%;
}

.s14-contacts__inner {
  padding: 40px 40px 48px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 1px 16px 64px -20px rgba(47, 47, 47, 0.08);
}

.s14-contacts__list {
  display: grid;
  gap: 24px;
  font-size: 18px;
  line-height: 140%;
}

.s14-contacts__list a, .s14-contacts__list b {
  display: inline-block;
  margin: 4px 0 0;
  font-size: 20px;
}

.s14-contacts__list a {
  font-weight: 700;
  white-space: nowrap;
}

.s14-contacts__list a[href^='tel'] {
  font-size: 22px;
  color: #2E3033;
}

.s14-contacts__list a[href^='mailto'] {
  border-bottom: 1px solid #96CC66;
  color: #96CC66;
  background: linear-gradient(180deg, #96CC66 0%, #68A632 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer {
  padding: 33px 0 0;
}

.footer__main {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 10px;
  padding: 23px 0;
}

.footer__contacts {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 21px;
  margin: 5px 0 0;
}

.footer__call {
  text-align: right;
  font-weight: 700;
  line-height: 140%;
  color: #2E3033;
}

.footer__call a:nth-child(1) {
  display: block;
  margin: 4px 0;
  font-size: 22px;
}

.footer__call a:nth-child(2) {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #96CC66;
  color: #96CC66;
  background: linear-gradient(180deg, #96CC66 0%, #68A632 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__bottom {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid #F5F7FA;
  font-size: 14px;
  line-height: 140%;
  color: #A1A7B3;
}

.footer__bottom a {
  text-decoration: underline;
}

.footer__bottom a:hover {
  text-decoration: none;
}

.footer__bottom span {
  color: #FFC34D;
}

.footer__policy {
  margin: 0;
}

.footer__madein {
  margin: 0;
  text-align: right;
}

.mob-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 13px 18px;
  height: 60px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #96CC66 0%, #68A632 100%);
  z-index: 99;
}

.mob-call .socials {
  gap: 16px;
}

.mob-call .socials img {
  width: 36px;
}

.mob-call._hidden {
  display: none;
}

@media (min-width: 992px) {
  .mob-call {
    display: none !important;
  }
}

.mob-call__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.mob-call__link b {
  color: inherit;
}

.modal {
  position: relative;
  margin: 0 auto;
  padding: 48px 64px 32px;
  width: 570px;
  max-width: 100%;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 1px 21px 64px -20px rgba(13, 51, 89, 0.1);
}

.modal__inner {
  margin: 0 auto;
}

.modal__heading {
  margin: 0 0 32px;
  text-align: center;
}

.modal__title {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 125%;
}

.modal__subtitle {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 150%;
}

.modal__main {
  margin: 0 auto;
  width: 359px;
  max-width: 100%;
}

.modal-form {
  display: grid;
  gap: 24px;
  max-width: 100%;
}

.modal__bottom-text {
  margin: 24px 0 0;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #A1A7B3;
}

button.mfp-close {
  opacity: 1;
  top: 22px !important;
  right: 22px !important;
  padding: 0 !important;
  width: 22px !important;
  height: 22px;
  font-size: 0;
  background: url("../img/icons/cross.svg") center/100% auto no-repeat;
}

.s15__bg img {
  -o-object-fit: fill;
  object-fit: fill;
}

.s15__bg img:nth-child(2) {
  display: none;
}

.s15__box {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 400px;
  padding: 100px 0 0;
}

.s15__box-main {
  width: 100%;
}

.s15__heading {
  margin: 0 0 40px;
  text-align: center;
}

.s15__title {
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 125%;
}

.s15__subtitle {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 150%;
}

.s15__subtitle b {
  color: inherit;
}

.s15__to-home {
  margin: 0 auto 38px;
  max-width: 300px;
}

.s15__fb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 130%;
  color: #4B69B0;
}

.s15__fb b {
  color: inherit;
  border-bottom: 1px solid #4B69B0;
}

.s15__fb img {
  width: 38px;
}

.header-1 + .header-2 {
  display: none;
}

.wpcf7-not-valid-tip {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 100%;
  color: #FF0000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #68A632;
  font-size: 16px;
  line-height: 140%;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #FF0000;
}

.wpcf7-not-valid {
  border-color: #FF0000;
}

.wpcf7-not-valid::-webkit-input-placeholder {
  color: #FF0000;
}

.wpcf7-not-valid:-moz-placeholder {
  color: #FF0000;
}

.wpcf7-not-valid::-moz-placeholder {
  color: #FF0000;
}

.wpcf7-not-valid:-ms-input-placeholder {
  color: #FF0000;
}

@media (min-width: 768px) {
  .s4-form .wpcf7-not-valid-tip,
  .s8-form .wpcf7-not-valid-tip {
    margin-bottom: -26px;
  }
  .s4-form .wpcf7-response-output,
  .s8-form .wpcf7-response-output,
  .s11-form .wpcf7-response-output {
    display: none;
  }
}

.s11-form {
  align-items: flex-start;
}

.stitle span {
  display: inline-block;
}

.subtitle span {
  display: inline-block;
}

.s11__contact-text-2 span {
  display: inline-block;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1700px) {
  .s8__bg-item._1 {
    width: 1200px;
    margin: -18px 0 0 255px;
  }
  .s8__bg-item._2 {
    width: 130px;
    margin: 53px 0 0 430px;
  }
  .s1__main {
    padding: 120px 0 0;
  }
  .s1__bg > img {
    right: -5%;
    bottom: -5%;
    width: 105%;
    height: 105%;
  }
  .s1__heading {
    max-width: none;
  }
  .s1__subtitle {
    max-width: none;
  }
  .s1__title {
    font-size: 45px;
  }
}

@media (max-width: 1299px) {
  .s3__items-img {
    width: 831px;
    height: 814px;
  }
  .s3__info {
    padding: 64px;
  }
}

@media (max-width: 1199px) {
  .s1__bg > img {
    min-width: 170vw;
  }
  .s1__title {
    font-size: 37px;
  }
  .stitle {
    font-size: 37px;
  }
  .s2-item {
    padding: 120px 24px 24px;
  }
  .s3__items-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
  }
  .s3__items-img {
    left: 0;
    width: 711px;
    height: 844px;
  }
  .s3__info {
    gap: 30px;
    padding: 32px 24px;
  }
  .s4__bg {
    border-radius: 24px;
  }
  .s4__top {
    margin: 0 0 120px;
    grid-template-columns: 60% 40%;
  }
  .s4__top-list {
    margin: 0;
  }
  .s4__top-img {
    transform: translate(-5%, -5%);
    left: 0;
    top: 0;
    width: 170%;
  }
  .s4__bottom-main {
    padding: 30px;
  }
  .s4__bottom-box {
    grid-template-columns: 300px auto;
  }
  .s4-manager__info {
    grid-template-columns: 40px auto;
    gap: 10px;
    padding: 20px;
  }
  .s5__main {
    display: flex;
    flex-direction: column-reverse;
  }
  .s5__items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 32px;
    margin: 0 0 32px;
    padding: 0;
  }
  .s5__items li {
    grid-area: auto !important;
  }
  .s5-main-block {
    position: relative;
    margin: 0 0 332px;
  }
  .s5__bottom-main {
    grid-template-columns: 200px auto;
    gap: 20px;
    padding: 20px 0 20px 20px;
  }
  .s5__bottom {
    grid-template-columns: auto 200px;
  }
  .s6-block2__inner {
    grid-template-columns: auto 250px;
    padding: 30px;
  }
  .s6-block3 {
    grid-template-columns: 70px auto;
    padding: 30px 40px;
    gap: 20px;
  }
  .s8 {
    display: flex;
    flex-direction: column-reverse;
  }
  .s8__bg {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
  .s8__bg-item._1 {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    margin: 0;
  }
  .s8__bg-item._2 {
    left: 70%;
    transform: translate(-50%, 100%);
    width: 10%;
    margin: 0;
  }
  .s8 .sheading._left {
    max-width: none;
  }
  .s8 .subtitle {
    max-width: none;
  }
  .s8__items {
    max-width: none;
  }
  .s9-slide__inner {
    grid-template-columns: auto;
    gap: 16px;
  }
  .s9-slide__etap {
    display: flex;
    margin: 0 auto 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .s9-slide__img {
    margin: 0 auto;
  }
  .s9-slide__title {
    text-align: center;
  }
  .s10__top {
    grid-template-columns: auto;
    gap: 48px;
  }
  .s10__top-img {
    margin: 0 auto;
    max-width: 370px;
    width: auto;
  }
  .s10__bottom-mouse {
    display: none;
  }
  .s10__bottom {
    padding: 64px 0 0;
  }
  .s10__items li {
    width: 100% !important;
  }
  .s11__box {
    grid-template-columns: auto;
    gap: 0;
  }
  .s11__box > *:nth-child(1) {
    order: 2;
  }
  .s11__items {
    max-width: none;
  }
  .s11__img {
    position: relative;
    top: auto;
    right: auto;
    left: 55%;
    transform: translate(-50%);
    width: 100%;
    margin-bottom: -20%;
  }
  .s14__map-marker {
    width: 80px;
  }
  .header-2__phone {
    max-width: 100px;
  }
  .header-2__logo {
    max-width: 100px;
  }
  .header-2__menu {
    gap: 20px;
  }
  .header-2__phone {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .s1 {
    min-height: 900px;
  }
  .s1__title {
    font-size: 30px;
  }
  .s1__subtitle {
    font-size: 18px;
  }
  .stitle {
    font-size: 30px;
  }
  .subtitle {
    font-size: 18px;
  }
  .s1__label {
    width: 120px;
  }
  .s1__labels {
    top: 0;
  }
  .s1__label._1 {
    left: 17%;
    top: auto;
    bottom: 115px;
  }
  .s1__label._2 {
    right: 3%;
    top: auto;
    bottom: 122px;
  }
  .s2__items {
    grid-template-columns: auto;
    gap: 30px;
  }
  .s2-item__img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto -96px;
    aspect-ratio: auto;
  }
  .s2__items-box {
    display: block;
  }
  .s2 .sheading {
    margin-bottom: 48px;
  }
  .sheading {
    margin-bottom: 48px;
  }
  .sheading br {
    display: none;
  }
  .s3__items-list {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 24px;
  }
  .s3__items-list li {
    grid-area: auto !important;
  }
  .s3-item {
    display: grid;
    grid-template-columns: 32px auto;
    gap: 12px;
  }
  .s3__items-img {
    display: none;
  }
  .s3-item__icon {
    border-radius: 50%;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(0.01deg, #F7B531 0.01%, #F7B32D 0.02%, #FFC042 99.99%) !important;
    box-shadow: inset 0px 0px 8px rgba(255, 255, 255, 0.3);
  }
  .s3__items-img-mob {
    display: block;
  }
  .s3-info-item {
    flex: auto;
    width: 100%;
  }
  .s3__info {
    padding: 30px 64px;
  }
  .s4__bottom-box {
    grid-template-columns: auto;
  }
  .s4-manager {
    order: 2;
    border-radius: 0 0 16px 16px;
  }
  .s4-manager__img {
    height: 300px;
    aspect-ratio: 5/6;
  }
  .s5__bottom-main {
    position: relative;
    grid-template-columns: auto;
    gap: 20px;
    padding: 30px;
    z-index: 1;
  }
  .s5__bottom-bg {
    display: flex;
    justify-content: flex-end;
    height: auto;
  }
  .s5__bottom-bg img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .s5__bottom {
    grid-template-columns: auto;
  }
  .s6-block3 {
    font-size: 22px;
  }
  .s7__items li {
    width: calc(50% - 15px);
  }
  .s9-slide__inner {
    padding: 24px;
  }
  .s13__box {
    grid-template-columns: auto;
    gap: 48px;
  }
  .s13-form__submit {
    max-width: none;
  }
  .s13__left {
    max-width: none;
  }
  .s13__list {
    margin-left: 0;
  }
  .s14__map {
    padding: 440px 16px 16px;
    height: auto;
  }
  .header-1__right {
    gap: 10px;
  }
  .header-1__box {
    align-items: center;
  }
  .header-1__call {
    max-width: 150px;
  }
  .header-1__text {
    left: 2%;
    max-width: 200px;
  }
  .header-2__logo {
    display: none;
  }
  .header-2__phone {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-1 {
    padding: 10px 0 0;
  }
  .stitle {
    margin: 0 0 16px;
    font-size: 28px;
  }
  .subtitle {
    margin: 0 0 16px;
  }
  .s1__calc .calc-btn {
    max-width: 220px;
  }
  .s4__top {
    grid-template-columns: auto;
  }
  .s4__top-img {
    position: relative;
    transform: translate(-50%, 0);
    left: 60%;
    top: auto;
    width: 90%;
  }
  .s4-form {
    grid-template-columns: auto;
  }
  .s4-form .calc-btn {
    max-width: 100%;
  }
  .s5__items {
    grid-template-columns: 1fr;
  }
  .s6-block2__inner {
    grid-template-columns: auto;
  }
  .s6-block2__img img {
    position: relative;
    left: 50%;
    top: auto;
    transform: translate(-50%, 0);
  }
  .s6-block3 {
    grid-template-columns: auto;
    padding: 32px;
    text-align: center;
  }
  .s6-block3 span {
    max-width: 100%;
    text-align: center;
    aspect-ratio: auto;
  }
  .s6-block3 span img {
    width: 52px;
  }
  .s8-form {
    grid-template-columns: auto;
  }
  .s8 .calc-btn {
    max-width: 100%;
  }
  .s10__list {
    grid-template-columns: auto;
  }
  .s10__list li {
    padding: 2px 0 0 48px;
    min-height: 32px;
  }
  .s11-form {
    grid-template-columns: auto;
  }
  .s11-form__submit {
    max-width: 100%;
  }
  .header-1__box {
    position: relative;
  }
  .header-1__text {
    position: absolute;
    left: 55%;
    transform: translate(-50%);
    display: block;
    max-width: none;
    width: 130px;
    font-size: 13px;
  }
  .header-1__text img {
    display: none;
  }
  .header-1__text span b {
    display: none;
  }
  .header-1__right {
    display: none;
  }
  .header-1__menu-btn {
    display: inline-block;
  }
  .header-2 {
    display: none;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: calc(100% - 15px) !important;
    max-height: 100vh;
    padding: 40px 24px 32px;
    overflow: auto;
  }
  .header-2 .socials {
    display: flex;
    margin: 32px 0 21px;
    gap: 16px;
  }
  .header-2 .socials img {
    width: 32px;
  }
  .header-2 .header-1__call {
    display: flex;
    max-width: none;
  }
  .header-2__menu {
    flex-direction: column;
    gap: 32px;
  }
  .header-2__box {
    flex-direction: column;
    height: auto;
  }
  .header-2__menu li {
    height: auto;
  }
  .header-2__phone {
    display: inline-block;
    margin: 0 0 24px;
    max-width: none;
    font-size: 22px;
  }
  .header-2__menu-close {
    display: inline-block;
  }
  .header-1 .container {
    max-width: 100%;
  }
  .header-2 .container {
    max-width: 100%;
  }
  body:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(46, 48, 51, 0.6);
    z-index: 1;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  body.menu-opened:after {
    visibility: visible;
    opacity: 1;
  }
  body.menu-opened .header-2 {
    display: block;
  }
  .modal {
    padding: 32px 24px 24px;
  }
  .modal .calc-btn__icon {
    display: none;
  }
  .modal__title {
    font-size: 24px;
  }
  .modal__subtitle {
    font-size: 16px;
  }
  .modal-form {
    gap: 16px;
  }
  .modal__bottom-text {
    margin: 16px 0 0;
  }
  button.mfp-close {
    top: 16px !important;
    right: 16px !important;
    width: 20px !important;
    height: 20px;
  }
  .s15__title {
    font-size: 28px;
  }
  .s15__subtitle {
    font-size: 18px;
  }
  .s15__to-home {
    min-height: 70px;
  }
  .s15__bg img:nth-child(1) {
    display: none;
  }
  .s15__bg img:nth-child(2) {
    display: block;
  }
}

@media (max-width: 767px) and (max-height: 620px) {
  .header-2__menu {
    gap: 15px;
  }
  .header-2 {
    padding: 24px;
  }
  .header-2 .socials {
    margin: 20px 0;
  }
}

@media (max-width: 575px) {
  .header-1__logo {
    max-width: 112px;
  }
  .s1__title {
    margin: 0 0 16px;
    font-size: 28px;
  }
  .s1__subtitle-dots span {
    width: 5px;
    height: 5px;
  }
  .s1__subtitle-dots {
    gap: 4px;
  }
  .s1__subtitle {
    margin-right: 2px;
    gap: 12px;
    max-width: none;
  }
  .s1__heading {
    margin: 0 0 32px;
  }
  .s1__bg > img:nth-child(2) {
    right: 0;
    display: block;
    width: 100%;
    min-width: 360px;
  }
  .s1__bg > img {
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }
  .calc-btn {
    width: 100%;
    max-width: 100% !important;
    min-height: 70px;
    font-size: 14px;
  }
  .s1__labels {
    display: block;
  }
  .s1__label {
    width: 90px;
  }
  .s1__label._1 {
    left: 29%;
    top: auto;
    bottom: 72px;
  }
  .s1__label._2 {
    left: 84.3%;
    bottom: 77px;
  }
  .s1__main {
    padding-bottom: 124px;
  }
  .s1__calc {
    max-width: none;
  }
  .s1 {
    padding: 0 0 118px;
    min-height: auto;
  }
  .s2 {
    padding: 64px 0;
  }
  .s2__bg-img {
    display: none;
  }
  .s3 {
    padding: 64px 0;
  }
  .s3__bg-img {
    display: none;
  }
  .s3 .sheading {
    margin-top: 7px;
  }
  .s3__items-img-mob {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 360px;
    max-width: 100vw;
  }
  .s3__items-scroll {
    position: relative;
    margin-top: -8px;
    z-index: 1;
  }
  .s3__items-list {
    height: 360px;
    overflow: auto;
  }
  .s3__info {
    padding: 32px 24px;
    gap: 64px;
  }
  .s3-info-item {
    flex-direction: column;
  }
  .s3-info-item__text {
    text-align: center;
  }
  .s3-info-item__img {
    margin: 0 auto;
  }
  .s3__items {
    margin: 0 0 48px;
  }
  .s3__items-scroll {
    display: flex;
  }
  .s4 {
    padding: 64px 0;
  }
  .s4__top-img {
    margin: 47px 0 0;
    left: 72%;
    width: 130%;
  }
  .s4__top {
    margin: 0 0 127px;
  }
  .s4__bottom-box {
    margin: 0 -15px;
  }
  .s4__bottom-main {
    padding: 24px 16px 76px;
  }
  .s4__bottom-items li {
    flex: auto;
    width: 100%;
  }
  .s4-bottom-item {
    display: grid;
    grid-template-columns: 120px auto;
    align-items: center;
  }
  .tel-field {
    height: 70px;
  }
  .s4-manager__img {
    width: 100%;
    height: auto;
    aspect-ratio: 360/485;
  }
  .s4-manager {
    position: relative;
  }
  .s4-manager__info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 29px 32px 24px;
    gap: 14px;
    grid-template-columns: 54px auto;
  }
  .s4__bottom-wrap:before {
    width: 100%;
  }
  .s4__bg-img {
    display: none;
  }
  .s5 {
    padding: 64px 0 64px;
  }
  .s5-item {
    padding: 0 0 0 50px;
  }
  .s5-main-block {
    grid-template-columns: auto;
    margin: 0 0 232px;
    padding: 24px 24px 45vw 24px;
    width: 100%;
  }
  .s5-main-block__bg {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
    margin: 0;
    width: calc(532/360 * 100vw);
    margin: 0;
  }
  .s5__bottom-main {
    padding: 24px 24px 20px;
    gap: 32px;
  }
  .s5__bottom-img {
    aspect-ratio: 282/200;
  }
  .s5__bottom {
    padding: 0 0 13px;
  }
  .s5__bottom-box {
    margin: 0;
  }
  .s6-bg-item._2 {
    display: none;
  }
  .s6 {
    padding: 64px 0 0;
  }
  .s6-block1__card {
    padding: 24px 24px 202px 24px;
    height: auto;
  }
  .s6-block1__text-1 {
    margin: 0 0 24px;
    font-size: 18px;
  }
  .s6-block1__text-2 {
    grid-template-columns: 100px auto;
    gap: 24px;
  }
  .s6-block1__card__bg img:nth-child(1) {
    display: none;
  }
  .s6-block1__card__bg img:nth-child(2) {
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .s6-block1__img:before {
    height: 173px;
  }
  .s6-block1__img:after {
    top: calc(100% + 173px);
  }
  .s6-bg-item._1 img:nth-child(1) {
    display: none;
  }
  .s6-bg-item._1 img:nth-child(2) {
    display: block;
    min-width: auto;
  }
  .s6-block1__label {
    margin: 195px 0 0 0;
    width: 175px;
  }
  .s6-block1 {
    justify-content: flex-end;
  }
  .s6-block1 {
    margin: 0 0 122px;
  }
  .s6-block2__inner {
    padding: 24px 24px 0 24px;
    gap: 42px;
  }
  .s6-block2 {
    margin: 0 0 61px;
  }
  .s6-bg-item._3 {
    right: 0;
    bottom: 0;
    width: 100vw;
    aspect-ratio: 360/116;
  }
  .s6-bg-item._3 img:nth-child(1) {
    display: none;
  }
  .s6-bg-item._3 img:nth-child(2) {
    display: block;
  }
  .s6-block3 {
    padding: 24px 32px 60px;
    gap: 16px;
  }
  .s7 {
    padding: 64px 0;
  }
  .s7 .sheading {
    margin-bottom: 48px;
  }
  .s7__items li {
    width: 100% !important;
  }
  .s7__items {
    gap: 40px;
  }
  .s7-item__img {
    height: 200px;
  }
  .s8 {
    padding: 64px 0;
  }
  .s8-item {
    grid-template-columns: 80px auto;
    gap: 16px;
  }
  .s8-item__img {
    width: 80px;
    height: 80px;
  }
  .s8 .sheading {
    margin-bottom: 41px;
  }
  .s8__items {
    display: grid;
    gap: 25px;
  }
  .s8__bg-item._1 {
    width: 188%;
    margin-bottom: -6%;
  }
  .s8__bg-item._2 {
    left: 87%;
    transform: translate(-50%, 150%);
    width: 18%;
  }
  .s9 {
    padding: 64px 0;
  }
  .s9 .sheading {
    margin-bottom: 32px;
  }
  .s9-item__text {
    font-size: 13px;
  }
  .s9-item__num {
    margin: 0 0 -1px;
  }
  .s9__items-box {
    margin: 0 -15px 24px 0;
  }
  .s9-slide__img {
    width: 100%;
    aspect-ratio: 280/180;
  }
  .s9-slide__inner {
    padding-bottom: 32px;
    gap: 16px;
  }
  .s9-slide__etap {
    margin: 0 0 8px;
  }
  .s9-slide__title {
    margin: 0 0 26px;
    font-size: 20px;
    text-align: left;
  }
  .s9-slide__list {
    margin: 0;
  }
  .s9-slide__list li {
    padding: 0 0 0 40px;
    background-position: 4px 5px;
  }
  .s9-slide:before {
    display: none;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
  }
  .slider-arrow._left {
    left: 0;
  }
  .slider-arrow._right {
    right: 0;
  }
  .s9 .slider-arrow._left {
    left: auto;
    right: calc(50% + 16px);
  }
  .s9 .slider-arrow._right {
    right: auto;
    left: calc(50% + 16px);
  }
  .s9 .slider-arrow {
    top: auto;
    bottom: 0;
    transform: none;
  }
  .s9__slides-wrap {
    padding-bottom: 54px;
  }
  .s9__bg img:nth-child(1) {
    display: none;
  }
  .s9__bg img:nth-child(2) {
    display: block;
    min-width: 100%;
  }
  .s10__bg-item._2 {
    display: none;
  }
  .s10 {
    padding: 64px 0 64px;
  }
  .s10__list {
    gap: 24px;
  }
  .s10__dogovir {
    grid-template-columns: auto;
  }
  .s10__top-img {
    width: 328px;
    aspect-ratio: 328/329;
  }
  .s10__top-img img:nth-child(1) {
    display: none;
  }
  .s10__top-img img:nth-child(2) {
    display: block;
  }
  .s10__bg-item._1 {
    display: none;
  }
  .s10-item__img {
    height: 250px;
  }
  .s10-item__title {
    padding: 24px;
  }
  .s11 {
    padding: 64px 0;
    background: linear-gradient(to bottom, #FBFBFB 0%, #fff 100%);
  }
  .s11__items {
    display: grid;
    gap: 24px;
  }
  .s11__img {
    width: 147%;
    margin-bottom: -29%;
  }
  .s12__bg {
    border-radius: 24px 24px 0 0;
  }
  .s12 {
    padding: 64px 0;
  }
  .s12-item__img {
    margin: 0 auto 21px;
    max-width: 280px;
    aspect-ratio: 280/413;
  }
  .s12-item__text {
    font-size: 16px;
  }
  .s12__bg img:nth-child(1) {
    display: none;
  }
  .s12__bg img:nth-child(2) {
    display: block;
    min-width: 100%;
  }
  .s13 {
    padding: 64px 0 0;
  }
  .s13 .sheading {
    margin-left: 1px;
    margin-right: 1px;
  }
  .s13__bg-item._1 {
    display: none;
  }
  .s13__bg-item._2 {
    display: none;
  }
  .s13__list {
    margin-bottom: 48px;
  }
  .s13-form__inner {
    padding: 24px 24px 32px;
  }
  .s13-form {
    margin: 0 -15px;
  }
  .s14 {
    padding: 96px 0 0;
  }
  .s14 {
    padding: 64px 0 0;
  }
  .s14__air {
    width: 600vw;
    max-width: none;
  }
  .s14__img {
    transform: translate(37%, -22%);
    width: 71vw;
  }
  .s14__map {
    margin: 0 -15px;
    padding: 437px 16px 74px;
  }
  .s14-contacts__inner {
    padding: 24px;
  }
  .s14-contacts__list {
    gap: 16px;
    font-size: 12px;
  }
  .s14-contacts__list a, .s14-contacts__list b {
    font-size: 18px;
  }
  .s14-contacts__list a[href^='tel'] {
    font-size: 18px;
  }
  .footer__main {
    grid-template-columns: auto;
    gap: 32px;
    padding: 0;
  }
  .footer__logo {
    display: block;
    margin: 0 auto;
  }
  .footer {
    padding: 32px 0 0;
  }
  .footer__contacts {
    flex-wrap: wrap;
    margin: 0;
  }
  .footer__contacts .socials {
    width: 100%;
  }
  .footer__contacts .footer__call {
    margin: 0 auto;
  }
  .footer__bottom {
    margin: 32px 0 0;
    font-size: 12px;
    gap: 2px;
  }
}

@media (max-width: 400px) {
  .header-1__text {
    left: 65%;
  }
}
