@font-face {
  font-family: "aasteticalight";
  src: url("../fonts/aasteticalight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: "SF-Pro-Text-Medium";
  src: url("../fonts/SF-Pro-Text-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "aasteticalight";
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.fitst {
  min-height: 800px;
}

.fitst__nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.fitst__logo {
  width: 169px;
  height: 57px;
}

.fitst__nav-link:hover {
  color: #ebebeb;
  text-decoration: none;
}

.fitst__bg-1,
.fitst__bg-2 {
  pointer-events: none;
}

.fitst__text-zagolovok {
  font-weight: 700;
  font-size: 100px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ffd080;
  line-height: 1.2;
  font-family: "Source Serif 4", serif;
}

.fitst__text-zagolovok--small {
  font-size: 66px;
}

.fitst__info-container {
  margin-top: 45vh;
}

.fitst__text-name {
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  font-family: "Source Serif 4", serif;
}

.fitst__text-slogan {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.fitst__list {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}

ul.fitst__list {
  list-style-type: none;
  padding-left: 4px;
}

ul.fitst__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

ul.fitst__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="8" width="8" height="8" rx="4" stroke="%23D5AF6D" stroke-width="2" /></svg>');
  background-repeat: no-repeat;
}

.glow_btn {
  font-weight: 500;
  font-family: "SF-Pro-Text-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #272728;
  text-decoration: none;
  text-align: center;
  line-height: 80px;
  padding: 20px;
  background-color: #ffd080;
  border: 1px solid #ebbe72;
  border-radius: 8px;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.45) 60%,
    rgba(255, 255, 255, 0) 90%
  );
  box-shadow: 0 3px 0 0 #ba985d;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.glow_btn:hover {
  background-color: #ffd890;
  box-shadow: 0 4px 0 0 #ba985d;
  transform: translateY(-1px);
}

.glow_btn:active {
  box-shadow: 0 1px 0 0 #ba985d;
  transform: translateY(2px);
}

.glow_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  box-shadow: 0 0 27px rgba(255, 208, 128, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.glow_btn:hover::after {
  opacity: 1;
}

.fitst__bg-slider {
  z-index: 0;
}

.fitst__bg-2 {
  background-size: cover;
  background-position: center;
}

.fitst__bg-1 {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.fitst__bg-slider.swiper-android .swiper-slide,
.fitst__bg-slider.swiper-ios .swiper-slide,
.fitst__bg-slider .swiper-wrapper {
  margin-bottom: -70px;
}

.swiper-button .swiper-button-prev,
.swiper-button .swiper-button-next {
  border-radius: 6px;
  padding: 0px 30px;
  background-color: #ffd080;
  border-color: #ffd080;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4239 5.4714C13.6582 5.21105 13.6582 4.78894 13.4239 4.52859L9.82387 0.528593C9.58956 0.268243 9.20966 0.268243 8.97535 0.528593C8.74103 0.788942 8.74103 1.21105 8.97535 1.4714L11.5511 4.33333L0.999609 4.33333C0.668239 4.33333 0.399609 4.63181 0.399609 5C0.399609 5.36819 0.668239 5.66666 0.999609 5.66666L11.5511 5.66666L8.97535 8.52859C8.74103 8.78894 8.74103 9.21105 8.97535 9.4714C9.20966 9.73175 9.58956 9.73175 9.82387 9.4714L13.4239 5.4714Z' fill='black'/%3E%3C/svg%3E");
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.576127 5.4714C0.341812 5.21105 0.341812 4.78894 0.576127 4.52859L4.17613 0.528593C4.41044 0.268243 4.79034 0.268243 5.02465 0.528593C5.25897 0.788942 5.25897 1.21105 5.02465 1.4714L2.44892 4.33333L13.0004 4.33333C13.3318 4.33333 13.6004 4.63181 13.6004 5C13.6004 5.36819 13.3318 5.66666 13.0004 5.66666L2.44892 5.66666L5.02465 8.52859C5.25897 8.78894 5.25897 9.21105 5.02465 9.4714C4.79034 9.73175 4.41044 9.73175 4.17613 9.4714L0.576127 5.4714Z' fill='black'/%3E%3C/svg%3E");
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  border-radius: 20px;
  width: 6px;
  height: 6px;
  background: #fff;
  transition: all 0.3s ease;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  border-radius: 20px;
  width: 28px;
  height: 6px;
  opacity: 1;
}

.fitst__phone {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  font-family: "aasteticabold", sans-serif;
}

.fitst__phone:hover {
  color: #ebebeb;
  text-decoration: none;
}

.fitst__zvon {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
}

.fitst__zvon:hover {
  color: #ebebeb;
  text-decoration: none;
}

.fitst__zvon-dot {
  border-radius: 10px;
  width: 6px;
  height: 6px;
  background: #ffd080;
}

.fitst__bg-slider .swiper-slide {
  background-size: cover;
}

/* Фоны для мобильных устройств (sm) */
@media (max-width: 768px) {
  .fitst__bg-slider .swiper-slide:nth-child(1) {
    background-image: url("../img/1sm.png");
  }

  .fitst__bg-slider .swiper-slide:nth-child(2) {
    background-image: url("../img/2sm.png");
  }

  .fitst__bg-slider .swiper-slide:nth-child(3) {
    background-image: url("../img/3sm.png");
  }

  .fitst__bg-slider .swiper-slide:nth-child(4) {
    background-image: url("../img/4sm.png");
  }
}

/* Фоны для планшетов (md) */
@media (min-width: 769px) and (max-width: 1024px) {
  .fitst__bg-slider .swiper-slide:nth-child(1) {
    background-image: url("../img/1md.png");
  }

  .fitst__bg-slider .swiper-slide:nth-child(2) {
    background-image: url("../img/2md.png");
  }

  .fitst__bg-slider .swiper-slide:nth-child(3) {
    background-image: url("../img/3md.png");
  }

  .fitst__bg-slider .swiper-slide:nth-child(4) {
    background-image: url("../img/4md.png");
  }

  .main-slider__title {
    font-size: 2rem;
  }
}

/* Фоны для десктопов (lg) */
@media (min-width: 1025px) {
  .fitst__bg-slider .swiper-slide:nth-child(1) {
    background-image: url("../img/1lg.png");
  }

  .fitst__bg-slider .swiper-slide:nth-child(2) {
    background-image: url("../img/2lg.png");
  }

  .fitst__bg-slider .swiper-slide:nth-child(3) {
    background-image: url("../img/3lg.png");
  }

  .fitst__bg-slider .swiper-slide:nth-child(4) {
    background-image: url("../img/4lg.png");
  }
}

.mission {
  background-image: url(../img/bg_mission.png);
  background-size: cover;
  background-position: bottom center;
}

.mission__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  color: #506060;
  font-family: "Source Serif 4", serif;
}

.mission__image {
  max-width: 542px;
}

.mission__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #506060;
}

.fw-bold {
  font-family: "aasteticabold", sans-serif;
}

.eco {
  position: relative;
  overflow: hidden;
  color: white;
  background-size: cover;
  background-position: center;
  /* background: url("../img/poster.png") center / cover no-repeat; */
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.8)),
    url("../img/poster.png") center / cover no-repeat;
}

.eco__title {
  font-weight: 700;
  font-size: 100px;
  text-shadow: 0 4px 180px 0 #506060;
  font-family: "Source Serif 4", serif;
  line-height: 1;
}

.eco__item_title {
  font-weight: 700;
  font-size: 22px;
  font-family: "Source Serif 4", serif;
}

.eco__item_content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.eco__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
}

.eco__video.is-paused {
  display: none;
}

.features {
  background-image: url(../img/features-bg.png);
  background-color: #ffd080;
  background-size: auto 751px;
  background-position: 30% bottom;
  background-repeat: no-repeat;
}

.features__slogan {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  color: #506060;
  font-family: "Source Serif 4", serif;
}

.features__description {
  font-weight: 400;
  font-size: 18px;
  color: #506060;
}

.features__item {
  border-radius: 8px;
  padding: 25px 30px;
  background-color: #fff;
}

.features__item-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  font-family: "Source Serif 4", serif;
  color: #506060;
}

.features__list {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #506060;
}

ul.features__list {
  list-style-type: none;
  padding-left: 4px;
}

ul.features__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

ul.features__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="8" width="8" height="8" rx="4" stroke="%23D5AF6D" stroke-width="2" /></svg>');
  background-repeat: no-repeat;
}

.eco__container {
  position: relative;
  z-index: 1;
}

.eco__button {
  font-family: "Source Serif 4", serif;
  box-shadow: 30px 30px 50px 0 rgba(80, 96, 96, 0.15);
  background: #fff;
  border-radius: 15px;
  padding: 30px 50px 40px 50px;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  color: #506060;
}

#yandex-map {
  height: 900px;
}

.map__nav {
  border-radius: 10px;
  padding: 5px;
  box-shadow: 10px 25px 50px 0 rgba(80, 96, 96, 0.3);
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #272728;
}

.map__item .nav-link {
  padding: 25px 30px;
}

.map__link {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #272728;
  font-family: "SF-Pro-Text-Medium";
}

.map__link:hover {
  color: #272728;
}

.nav-pills .nav-link.active {
  background-color: #ffd080;
  color: #000;
}

.nav-link:focus,
.nav-link:hover {
  color: #ffd080;
}

.z-index-1 {
  z-index: 1000;
}

.info-section {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.info-card__container {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  border-radius: 15px;
  padding: 50px 60px 60px 60px;
}

.info-card__ico {
  box-shadow: 6px 10px 30px 0 rgba(80, 96, 96, 0.17);
  background: #ffd080;
  border-radius: 6px;
}

.info-card__title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 42px;
  font-family: "Source Serif 4", serif;
  color: #506060;
}

.info-card__comt {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #506060;
}

.key-elements__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  color: #506060;
  font-family: "Source Serif 4", serif;
}

.container-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  grid-template-areas:
    "a a a a a a a b b b b b"
    "c c c c d d d b b b b b"
    "c c c c d d d b b b b b"
    "c c c c e e e e e e e e"
    "f f f f f f f g g g g g";
}

.block1 {
  grid-area: a;
}

.block2 {
  grid-area: b;
}

.block3 {
  grid-area: c;
}

.block4 {
  grid-area: d;
}

.block5 {
  grid-area: e;
}

.block6 {
  grid-area: f;
}

.block7 {
  grid-area: g;
}

.key-elements__block-text {
  border-radius: 12px;
  padding: 40px 44px;
  background: rgba(80, 96, 96, 0.06);
}

.key-elements__block-img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-elements__block-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.key-elements__label {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #506060;
  font-family: "Source Serif 4", serif;
}

.key-elements__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #506060;
}

.infrastructure {
  background-image: url(../img/bg_mission.png);
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 100px;
}

.infrastructure__img {
  border: 5.67px solid #fff;
  border-radius: 12px;
}

.infrastructure__controls {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.infrastructure .swiper-slide,
.infrastructure .swiper-wrapper {
  background: none !important;
  margin-bottom: 0;
}

.infrastructure .swiper-slide {
  width: auto;
}

.infrastructure .swiper-button-prev,
.infrastructure .swiper-button-next {
  fill: rgb(80, 96, 96) !important;
}

.infrastructure .swiper-button-prev svg {
  transform: rotate(-90deg);
}

.infrastructure .swiper-button-next svg {
  transform: rotate(90deg);
}

.infrastructure .swiper-button-next svg,
.infrastructure .swiper-button-prev svg {
  width: 8px;
  height: 12px;
}

.infrastructure .swiper-button-prev,
.infrastructure .swiper-button-next {
  flex-shrink: 0;
  position: static;
  height: 70px;
  width: 72px;
  padding: 0;
}

.infrastructure .swiper-button-prev svg,
.infrastructure .swiper-button-next svg,
.infrastructure__button svg {
  flex-shrink: 0;
}

.infrastructure .swiper-button-prev,
.infrastructure .swiper-button-next,
.infrastructure__button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-gold {
  border-radius: 8px;
  background: rgba(255, 208, 128, 0.2);
  padding: 10px 25px;
}

.btn-gold:hover {
  background: #ffd080;
}

.infrastructure__button {
  width: 90px;
  height: 70px;
}

.infrastructure__button.active {
  background: #ffd080;
  border-color: #ffd080;
}

.infrastructure__title {
  font-family: "Source Serif 4", serif;
  font-weight: 700;
  font-size: 42px;
  color: #506060;
}

.infrastructure__row {
  box-shadow: 45px 68px 113px 0 rgba(80, 96, 96, 0.3);
  background: #506060;
  border-radius: 12px;
  padding: 60px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

.infrastructure__row-title {
  font-weight: 700;
  font-size: 22px;
  font-family: "Source Serif 4", serif;
}

.contractors {
  background-image: url(../img/bg_koni.png);
  background-size: cover;
  background-position: bottom center;
}

.contractors__title {
  font-weight: 700;
  font-size: 42px;
  color: #506060;
  font-family: "Source Serif 4", serif;
}

.contractors__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #506060;
}

.contractors__tag {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 25px;
  font-size: 16px;
}

.up_scrioll-btn {
  background-color: #ffd080;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}

.up_scrioll-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.up_scroll {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.up_scroll.visible {
  opacity: 1;
  visibility: visible;
}

footer {
  background: #181a1a;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer__link {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.footer__link:hover {
  color: #ebebeb;
}

.footer__copyright,
.footer__policy {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.footer__copyright:hover,
.footer__policy:hover {
  color: #fff;
}

.footer__contact-title {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.footer__contact-value {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  font-family: "aasteticabold", sans-serif;
}

.footer__feedback-title {
  font-weight: 700;
  font-size: 32px;
  font-family: "Source Serif 4", serif;
}

.footer__feedback-subtitle {
  font-weight: 400;
  font-size: 14px;
}

.footer__input {
  border-radius: 8px;
  padding: 0px 30px;
  height: 70px;
}

.footer__input::placeholder {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #272728;
}

.footer__button {
  background: #ffd080;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #272728;
}

.footer__button:hover {
  background: #fec159;
}

.footer__consent {
  font-weight: 400;
  font-size: 13px;
}

/* xl-размер (<=1200px) */
@media (max-width: 1399px) {
}

/* lg-размер (<=1199px) */
@media (max-width: 1199px) {
  .features__item-title {
    font-size: 20px;
  }

  .features__item {
    padding: 15px;
  }

  .fitst__info-container {
    margin-top: 35vh;
  }

  .info-card__container {
    padding: 25px 30px 35px 30px;
  }

  .info-card__title {
    font-size: 26px;
  }

  .info-card__comt {
    font-size: 15px;
  }

  .container-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    grid-template-areas:
      "a a a a a a a b b b b b"
      "c c c c c c d d d d d d"
      "e e e e e e e e e e e e"
      "g g g g g g g g f f f f ";
  }
}

/* md-размер (<=991px) */
@media (max-width: 991px) {
  .eco__video {
    display: none;
  }

  .infrastructure .swiper-button-next svg,
  .infrastructure .swiper-button-prev svg {
    width: 6px;
    height: 10px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.contractors {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center bottom;
  }

  .infrastructure .swiper-button-prev,
  .infrastructure .swiper-button-next,
  .infrastructure__button {
    width: 64px;
    height: 50px;
  }

  .block3 {
    grid-area: d;
  }

  .block4 {
    grid-area: c;
  }

  .info-card__container {
    padding: 25px 30px 0 30px;
  }

  .map__item .nav-link {
    padding: 12px 16px;
  }

  .fitst__text-zagolovok {
    font-size: 66px;
  }

  .mission__image {
    max-width: 316px;
  }

  .mission__content {
    font-size: 15px;
    line-height: 150%;
  }

  .mission__title {
    font-size: 26px;
  }

  .fitst__text-zagolovok {
    font-size: 52px;
  }

  .fitst__text-zagolovok--small {
    font-size: 38px;
  }

  .fitst {
    min-height: 85vh;
  }

  .fitst__bg-1 {
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: calc(100% + 400px) bottom;
  }

  .fitst__text-name {
    font-size: 30px;
  }

  .fitst__text-slogan {
    font-size: 15px;
  }

  .fitst__list {
    font-size: 15px;
  }

  .fitst__info-container {
    margin-top: 40vh;
  }

  .infrastructure__row {
    padding: 30px;
    font-size: 16px;
  }

  .infrastructure__title {
    font-size: 26px;
  }

  .infrastructure__row-title {
    font-size: 18px;
  }

  .eco__title {
    font-size: 51px;
  }

  .eco__item_title {
    font-size: 18px;
  }

  .eco__item_content {
    font-size: 15px;
  }

  .features__slogan {
    font-size: 26px;
  }

  .features__description {
    font-size: 15px;
  }

  .features__item-title {
    font-size: 18px;
  }

  .info-section {
    top: auto;
    transform: translateY(15%);
    bottom: 0;
  }

  #yandex-map {
    margin-bottom: 20px;
  }

  .key-elements__title {
    font-size: 26px;
  }

  .key-elements__label {
    font-size: 18px;
  }

  .key-elements__description {
    font-size: 15px;
  }

  .infrastructure__row {
    padding: 30px;
    font-size: 15px;
  }

  .contractors__title {
    font-size: 26px;
  }

  .contractors__text {
    font-size: 15px;
  }

  .contractors__tag {
    padding: 10px;
    font-size: 13px;
  }

  .footer__feedback-title {
    font-size: 26px;
  }

  .footer__feedback-subtitle {
    font-size: 14px;
  }

  .footer__input {
    padding: 0px 20px;
    height: 50px;
  }

  .footer__input::placeholder {
    font-size: 14px;
  }

  .footer__button {
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .footer__consent {
    font-size: 13px;
  }
}

/* sm-размер (<=768px) */
@media (max-width: 767px) {
  .infrastructure .swiper-button-next svg,
  .infrastructure .swiper-button-prev svg {
    width: 6px;
    height: 9px;
  }

  .features {
    background-size: auto 344px;
    background-position: 25% bottom;
  }

  .infrastructure {
    padding-bottom: 70px;
  }

  .block3 {
    grid-area: c;
  }

  .block4 {
    grid-area: d;
  }

  .map__item .nav-link {
    padding: 9px 12px;
  }

  .eco__item svg {
    width: 20px;
    height: auto;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .features.section {
    padding-bottom: 326px;
    /* background-size: auto 100%;
         background-position: left; */
  }

  .fitst__text-name {
    font-size: 24px;
  }

  .fitst__text-slogan {
    font-size: 16px;
  }

  .fitst__bg-1 {
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: calc(100% + 300px) bottom;
  }

  .eco__title {
    font-size: 30px;
  }

  .fitst__bg-slider.swiper-android .swiper-slide,
  .fitst__bg-slider.swiper-ios .swiper-slide,
  .fitst__bg-slider .swiper-wrapper {
    margin-bottom: -50px;
  }

  .swiper-button {
    left: 0;
  }

  .container-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    grid-template-areas:
      "a a a a a a a a a a a a"
      "b b b b b b b b b b b b"
      "c c c c c c c c c c c c"
      "d d d d d d d d d d d d"
      "e e e e e e e e e e e e"
      "f f f f f f f f f f f f"
      "g g g g g g g g g g g g";
  }

  .fitst__phone {
    font-size: 15px;
  }

  .fitst__zvon {
    font-size: 11px;
  }

  .info-card__text {
    font-size: 15px;
  }

  .up_scrioll-btn {
    width: 42px;
    height: 42px;
  }

  .info-section {
    transform: translateY(12%);
  }
}

/* xs-размер (<=575px) */
@media (max-width: 575px) {
  .fitst__text-zagolovok {
    font-size: 26px;
  }

  .fitst__info-container {
    margin-top: 25vh;
  }

  .fitst__bg-1 {
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: calc(100% + 150px) bottom;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 40px);
    left: auto;
  }

  .map__link {
    font-size: 10px;
  }
}
