@font-face {
  font-family: "Stolzl";
  src: url(../fonts/Stolzl-Regular.woff2) format("woff2"), url(../fonts/Stolzl-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Moniqa";
  src: url(../fonts/Moniqa-CondensedParagraph.woff2) format("woff2"), url(../fonts/Moniqa-CondensedParagraph.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-family: "Stolzl";
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  color: #FFFFFF;
  background: #F5FAF5;
}

body._overflow {
  overflow-y: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

b, strong {
  font-weight: 700;
}

p, ul, li {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

h6 {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

svg {
  transition: fill 0.3s ease;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

input, textarea {
  font-family: inherit;
  font-weight: inherit;
  outline: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}

.main {
  flex-grow: 1;
}
.main .inner {
  overflow: hidden;
}

.container {
  padding: 0 32px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.about {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}
.about__row {
  display: flex;
  gap: 16px;
}
.about__row._row1 {
  margin-bottom: 72px;
}
@media (max-width: 1919px) {
  .about__row._row1 {
    margin-bottom: 104px;
  }
}
@media (max-width: 1279px) {
  .about__row._row1 {
    margin-bottom: 92px;
  }
}
@media (max-width: 1023px) {
  .about__row._row1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about__row._row1 {
    margin-bottom: 32px;
  }
}
.about__row._row2 {
  margin-bottom: 97px;
}
@media (max-width: 1919px) {
  .about__row._row2 {
    margin-bottom: 150px;
  }
}
@media (max-width: 1279px) {
  .about__row._row2 {
    margin-bottom: 92px;
  }
}
@media (max-width: 1023px) {
  .about__row._row2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about__row._row2 {
    margin-bottom: 32px;
  }
}
.about__row._row3 {
  justify-content: stretch;
}
@media (max-width: 767px) {
  .about__row._row3 {
    margin-bottom: 32px;
  }
}
.about__row._row4 {
  position: absolute;
  bottom: 311px;
  justify-content: flex-end;
  right: 198px;
}
@media (max-width: 1919px) {
  .about__row._row4 {
    right: 32px;
    bottom: 138px;
  }
}
@media (max-width: 1023px) {
  .about__row._row4 {
    position: relative;
    bottom: unset;
    right: unset;
    justify-content: flex-start;
  }
}
.about__text {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.56px;
  color: #005649;
  max-width: 565px;
}
@media (max-width: 1919px) {
  .about__text {
    max-width: 594px;
  }
}
@media (max-width: 1279px) {
  .about__text {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .about__text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about__text br {
    display: none;
  }
}
.about__video {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1279px) {
  .about__video {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .about__video {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.about__video-btn {
  width: 148px;
  height: 148px;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/static/about-video.jpg);
  background-repeat: no-repeat;
  background-size: 704px 148px;
  background-position: center;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  .about__video-btn {
    width: 100%;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .about__video-btn {
    width: 148px;
  }
}
.about__video-btn svg {
  width: 46px;
  height: 54px;
  fill: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .about__video-btn:hover {
    background-size: 804px 168px;
    transition: 0.3s ease;
  }
}
.about__video-text {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #005649;
}
.about__image {
  opacity: 0;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
  transform: translateY(100px);
  transition: all 0.6s ease;
}
@media (max-width: 1919px) {
  .about__image {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .about__image {
    border-radius: 22px;
  }
}
.about__image._mobile {
  display: none;
}
@media (max-width: 767px) {
  .about__image._mobile {
    display: block;
    margin-bottom: 32px;
    width: 100%;
    height: 490px;
  }
}
.about__image._image1 {
  max-width: 452px;
  height: 380px;
  transition-delay: 0.3s;
}
@media (max-width: 1919px) {
  .about__image._image1 {
    max-width: 292px;
    height: 246px;
  }
}
@media (max-width: 1279px) {
  .about__image._image1 {
    max-width: 228px;
    height: 191px;
  }
}
@media (max-width: 1023px) {
  .about__image._image1 {
    max-width: 164px;
    height: 138px;
  }
}
@media (max-width: 767px) {
  .about__image._image1 {
    max-width: unset;
    height: 240px;
  }
}
.about__image._image2 {
  max-width: 452px;
  height: 674px;
  transition-delay: 0.15s;
}
@media (max-width: 1919px) {
  .about__image._image2 {
    max-width: 292px;
    height: 436px;
  }
}
@media (max-width: 1279px) {
  .about__image._image2 {
    max-width: 228px;
    height: 340px;
  }
}
@media (max-width: 1023px) {
  .about__image._image2 {
    max-width: 164px;
    height: 245px;
  }
}
@media (max-width: 767px) {
  .about__image._image2 {
    display: none;
  }
}
.about__image._image3 {
  height: 800px;
  position: relative;
  top: -520px;
}
@media (max-width: 1919px) {
  .about__image._image3 {
    height: 522px;
    top: -320px;
  }
}
@media (max-width: 1279px) {
  .about__image._image3 {
    height: 410px;
    top: -280px;
  }
}
@media (max-width: 1023px) {
  .about__image._image3 {
    height: 302px;
    top: unset;
  }
}
@media (max-width: 767px) {
  .about__image._image3 {
    display: none;
  }
}
.about__subtext {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #005649;
  max-width: 565px;
}
@media (max-width: 1919px) {
  .about__subtext {
    max-width: 497px;
  }
}
@media (max-width: 1279px) {
  .about__subtext {
    font-size: 16px;
    line-height: 22px;
    max-width: 448px;
  }
}
@media (max-width: 1023px) {
  .about__subtext {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .about__subtext {
    max-width: unset;
    width: 100%;
    text-align: center;
  }
}

.about._in-view .about__image {
  opacity: 1;
  transform: none;
}

.advantages {
  position: relative;
}
.advantages .tabs {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1919px) {
  .advantages .tabs {
    top: 24px;
  }
}
@media (max-width: 767px) {
  .advantages .tabs {
    top: -72px;
    background: #F5FAF5;
  }
}
.advantages__popups-container {
  display: none;
}
@media (max-width: 1023px) {
  .advantages__popups-container {
    display: block;
  }
}
.advantages__outer {
  padding: 0 32px;
}
@media (max-width: 1279px) {
  .advantages__outer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .advantages__outer {
    width: 100%;
    margin-bottom: -16px;
  }
}
.advantages__inner {
  position: relative;
  width: 100%;
}
.advantages__track.swiper {
  overflow: visible;
}
.advantages__slide {
  position: relative;
  aspect-ratio: 2.062;
}
@media (max-width: 767px) {
  .advantages__slide {
    width: 1031px !important;
  }
}
.advantages__slide img {
  display: block;
  border-radius: 24px;
}
@media (max-width: 1279px) {
  .advantages__slide img {
    border-radius: 0;
  }
}
.advantages__plan {
  width: 100%;
  height: 100%;
  border-radius: 22px;
}
@media (max-width: 1919px) {
  .advantages__plan {
    border-radius: 16px;
  }
}
@media (max-width: 1279px) {
  .advantages__plan {
    border-radius: 0;
  }
}
.advantages__move-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #F5FAF5;
}
@media (max-width: 767px) {
  .advantages__move-text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 100%;
    z-index: 2;
    text-align: center;
  }
}
.advantages__dot {
  position: absolute;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .advantages__dot .advantages__dot-popup {
    display: none;
  }
}
.advantages__dot._show {
  z-index: 2;
}
.advantages__dot._show .advantages__dot-icon {
  background: #005649;
}
.advantages__dot._show .advantages__dot-icon svg {
  fill: #FFFFFF;
}
.advantages__dot._show .advantages__dot-icon svg._cross {
  display: block;
  width: 16px;
  height: 16px;
}
.advantages__dot._show .advantages__dot-icon svg._plus {
  display: none;
}
@media (max-width: 1023px) {
  .advantages__dot._show .advantages__dot-popup {
    display: none;
  }
}
.advantages__dot-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .advantages__dot-icon {
    border-radius: 16px;
    width: 48px;
    height: 48px;
  }
}
.advantages__dot-icon svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
.advantages__dot-icon svg._cross {
  display: none;
}
.advantages__dot-popup {
  position: absolute;
  z-index: 1;
  left: 30px;
  background: #F5FAF5;
  border-radius: 22px;
  padding: 40px;
  width: 456px;
  font-size: 16px;
  line-height: 21px;
  color: #005649;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.advantages__dot-popup._at-left {
  left: auto;
  right: 30px;
}
.advantages__dot-popup._at-bottom {
  top: 0;
}
.advantages__dot-popup._at-top {
  bottom: 0;
}
@media (max-width: 1023px) {
  .advantages__dot-popup {
    position: fixed;
    z-index: 10;
    top: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100%;
    padding: 72px 32px 32px 32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateY(100%);
  }
}
.advantages__dot-popup._show {
  opacity: 1;
  pointer-events: all;
  transform: none;
  transition: 0.3s ease;
}
.advantages__dot-popup h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: -0.56px;
  color: #005649;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .advantages__dot-popup h3 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
  }
}
.advantages__dot-popup > * {
  margin-bottom: 8px;
}
.advantages__dot-popup > *:last-child {
  margin-bottom: 0;
}
.advantages__dot-popup ul {
  display: grid;
  row-gap: 8px;
  list-style-type: none;
}
.advantages__dot-popup ul li {
  position: relative;
  padding-left: 12px;
}
.advantages__dot-popup ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #005649;
}
.advantages__dot-cross {
  display: none;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  top: 16px;
  right: 16px;
  position: absolute;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid #DEAE86;
}
.advantages__dot-cross svg {
  width: 24px;
  height: 24px;
  fill: #005649;
}
@media (max-width: 1023px) {
  .advantages__dot-cross {
    display: flex;
  }
}

.calm {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.calm__item {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .calm__item {
    height: 670px;
  }
}
@media (max-width: 1279px) {
  .calm__item {
    height: 530px;
  }
}
@media (max-width: 1023px) {
  .calm__item {
    height: 520px;
  }
}
.calm__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
}
.calm__item-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../image/static/improvement-shadow-1920.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .calm__item-bg::before {
    background-image: url(../image/static/improvement-shadow-1280.png);
  }
}
@media (max-width: 1279px) {
  .calm__item-bg::before {
    background-position: center bottom;
    background-image: url(../image/static/improvement-shadow-1024.png);
  }
}
@media (max-width: 1023px) {
  .calm__item-bg::before {
    background-image: url(../image/static/improvement-shadow-768.png);
  }
}
@media (max-width: 767px) {
  .calm__item-bg::before {
    background-image: url(../image/static/improvement-shadow-360.png);
  }
}
.calm__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calm__info {
  position: absolute;
  z-index: 2;
  left: 48px;
  bottom: 80px;
}
@media (max-width: 1919px) {
  .calm__info {
    bottom: 48px;
  }
}
@media (max-width: 1279px) {
  .calm__info {
    left: 32px;
    bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .calm__info {
    left: 24px;
  }
}
@media (max-width: 767px) {
  .calm__info {
    left: 16px;
    bottom: 24px;
  }
}
.calm__title {
  font-size: 48px;
  line-height: 53px;
  letter-spacing: -1.92px;
  margin-bottom: 24px;
  max-width: 435px;
}
@media (max-width: 1279px) {
  .calm__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .calm__title {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -1.12px;
    max-width: 654px;
    padding-right: 26px;
  }
}
@media (max-width: 767px) {
  .calm__title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.96px;
    padding-right: 16px;
    max-width: 240px;
  }
}
.calm__text {
  font-size: 20px;
  line-height: 28px;
  max-width: 715px;
}
@media (max-width: 1023px) {
  .calm__text {
    font-size: 16px;
    line-height: 22px;
    padding-right: 26px;
    max-width: 654px;
  }
}
@media (max-width: 767px) {
  .calm__text {
    padding-right: 16px;
  }
}

.card {
  background: #F5FAF5;
  border-radius: 22px;
  padding: 32px 24px 24px 24px;
  max-width: 416px;
  color: #005649;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .card {
    padding: 24px 16px;
    max-width: 288px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card:hover .card__btn {
    height: 56px;
    opacity: 1;
    transition: 0.3s ease;
    margin-top: 40px;
  }
}
.card__title {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .card__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.card__text {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 21px;
}
@media (max-width: 1023px) {
  .card__text {
    margin-bottom: 24px;
  }
}
.card__image {
  display: block;
  width: 218px;
  height: 262px;
  margin: 0 auto 55px;
}
@media (max-width: 1023px) {
  .card__image {
    width: 167px;
    height: 200px;
    margin: 0 auto 32px;
  }
}
@media (max-width: 1023px) {
  .card__info-left {
    display: none;
  }
}
.card__info {
  display: flex;
  justify-content: space-between;
}
.card__info-number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  font-size: 70px;
  line-height: 73px;
  font-family: "Moniqa";
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .card__info-number {
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
}
.card__info-number span {
  font-size: 40px;
  line-height: 42px;
}
@media (max-width: 1023px) {
  .card__info-number span {
    letter-spacing: 0.8px;
  }
}
.card__info-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .card__info-text {
    display: none;
    font-size: 24px;
    line-height: 24px;
    white-space: nowrap;
    font-weight: 600;
  }
}
.card__info-text span {
  width: 100%;
  height: 1px;
  background: #005649;
}
.card__info-text._mobile {
  display: none;
}
@media (max-width: 1023px) {
  .card__info-text._mobile {
    display: flex;
  }
}
.card__btn {
  margin-top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #005649;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 22px;
  border: 1px solid #005649;
  height: 0;
  opacity: 0;
  transition: 0.3s ease;
  background: #F5FAF5;
}
@media (hover: hover) and (pointer: fine) {
  .card__btn:hover {
    background: #005649;
    color: #F5FAF5;
    transition: 0.3s ease;
  }
}
@media (max-width: 1279px) {
  .card__btn {
    opacity: 1;
    height: 56px;
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .card__btn {
    margin-top: 24px;
    border-radius: 16px;
    height: 48px;
  }
}

.captcha {
  display: flex;
  height: 27px;
}
.captcha .captcha__field {
  display: block;
  width: 100%;
}
.captcha .captcha__img {
  display: grid;
  align-items: center;
  padding: 0 0 0 10px;
  transform: translateY(-9px);
}
.captcha .captcha__img img {
  cursor: pointer;
}

.emerging-text {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.emerging-text__word-wrap {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.emerging-text__word {
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  transform: translateY(120%);
  transition: transform 0.7s ease-out, opacity 0.9s ease-out;
}
.emerging-text__word[data-line="1"] {
  transition-delay: 0.0666666667s;
}
.emerging-text__word[data-line="2"] {
  transition-delay: 0.1333333333s;
}
.emerging-text__word[data-line="3"] {
  transition-delay: 0.2s;
}
.emerging-text__word[data-line="4"] {
  transition-delay: 0.2666666667s;
}
.emerging-text__word[data-line="5"] {
  transition-delay: 0.3333333333s;
}
.emerging-text__word[data-line="6"] {
  transition-delay: 0.4s;
}
.emerging-text__word[data-line="7"] {
  transition-delay: 0.4666666667s;
}
.emerging-text__word[data-line="8"] {
  transition-delay: 0.5333333333s;
}
.emerging-text__word[data-line="9"] {
  transition-delay: 0.6s;
}
.emerging-text__word[data-line="10"] {
  transition-delay: 0.6666666667s;
}
.emerging-text__word[data-line="11"] {
  transition-delay: 0.7333333333s;
}
.emerging-text__word[data-line="12"] {
  transition-delay: 0.8s;
}
.emerging-text__word[data-line="13"] {
  transition-delay: 0.8666666667s;
}
.emerging-text__word[data-line="14"] {
  transition-delay: 0.9333333333s;
}
.emerging-text__word[data-line="15"] {
  transition-delay: 1s;
}
.emerging-text__word[data-line="16"] {
  transition-delay: 1.0666666667s;
}
.emerging-text__word[data-line="17"] {
  transition-delay: 1.1333333333s;
}
.emerging-text__word[data-line="18"] {
  transition-delay: 1.2s;
}
.emerging-text__word[data-line="19"] {
  transition-delay: 1.2666666667s;
}
.emerging-text__word[data-line="20"] {
  transition-delay: 1.3333333333s;
}
.emerging-text__word[data-line="21"] {
  transition-delay: 1.4s;
}
.emerging-text__word[data-line="22"] {
  transition-delay: 1.4666666667s;
}
.emerging-text__word[data-line="23"] {
  transition-delay: 1.5333333333s;
}
.emerging-text__word[data-line="24"] {
  transition-delay: 1.6s;
}
.emerging-text__word[data-line="25"] {
  transition-delay: 1.6666666667s;
}
.emerging-text__word[data-line="26"] {
  transition-delay: 1.7333333333s;
}
.emerging-text__word[data-line="27"] {
  transition-delay: 1.8s;
}
.emerging-text__word[data-line="28"] {
  transition-delay: 1.8666666667s;
}
.emerging-text__word[data-line="29"] {
  transition-delay: 1.9333333333s;
}
.emerging-text__word[data-line="30"] {
  transition-delay: 2s;
}
.emerging-text__word[data-line="31"] {
  transition-delay: 2.0666666667s;
}
.emerging-text__word[data-line="32"] {
  transition-delay: 2.1333333333s;
}
.emerging-text__word[data-line="33"] {
  transition-delay: 2.2s;
}
.emerging-text__word[data-line="34"] {
  transition-delay: 2.2666666667s;
}
.emerging-text__word[data-line="35"] {
  transition-delay: 2.3333333333s;
}
.emerging-text__word[data-line="36"] {
  transition-delay: 2.4s;
}
.emerging-text__word[data-line="37"] {
  transition-delay: 2.4666666667s;
}
.emerging-text__word[data-line="38"] {
  transition-delay: 2.5333333333s;
}
.emerging-text__word[data-line="39"] {
  transition-delay: 2.6s;
}
.emerging-text__word[data-line="40"] {
  transition-delay: 2.6666666667s;
}
.emerging-text__word[data-line="41"] {
  transition-delay: 2.7333333333s;
}
.emerging-text__word[data-line="42"] {
  transition-delay: 2.8s;
}
.emerging-text__word[data-line="43"] {
  transition-delay: 2.8666666667s;
}
.emerging-text__word[data-line="44"] {
  transition-delay: 2.9333333333s;
}
.emerging-text__word[data-line="45"] {
  transition-delay: 3s;
}
.emerging-text__word[data-line="46"] {
  transition-delay: 3.0666666667s;
}
.emerging-text__word[data-line="47"] {
  transition-delay: 3.1333333333s;
}
.emerging-text__word[data-line="48"] {
  transition-delay: 3.2s;
}
.emerging-text__word[data-line="49"] {
  transition-delay: 3.2666666667s;
}
.emerging-text__word[data-line="50"] {
  transition-delay: 3.3333333333s;
}

.emerging-text._initialized {
  opacity: 1;
}

.emerging-text._visible .emerging-text__word {
  opacity: 1;
  transform: none;
}

.error {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1919px) {
  .error {
    align-items: flex-end;
  }
}
@media (min-height: 1200px) {
  .error {
    align-items: center;
    padding-top: 120px;
  }
}
.error__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #005649;
  margin-bottom: 150px;
}
@media (max-width: 1919px) {
  .error__inner {
    margin-bottom: 64px;
  }
}
@media (max-width: 1279px) {
  .error__inner {
    margin-bottom: 112px;
  }
}
@media (max-width: 1023px) {
  .error__inner {
    margin-bottom: 208px;
  }
}
@media (max-width: 767px) {
  .error__inner {
    margin-bottom: 64px;
  }
}
.error__text, .error__subtitle {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.52px;
}
@media (max-width: 1919px) {
  .error__text, .error__subtitle {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.48px;
  }
}
@media (max-width: 767px) {
  .error__text, .error__subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
}
.error__text {
  margin-bottom: 8px;
}
.error__subtitle {
  margin-top: -40px;
  margin-bottom: 40px;
}
@media (max-width: 1919px) {
  .error__subtitle {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .error__subtitle {
    margin-bottom: 24px;
  }
}
.error__title {
  text-transform: uppercase;
  font-size: 400px;
  line-height: 416px;
  font-family: "Moniqa";
}
@media (max-width: 1919px) {
  .error__title {
    font-size: 300px;
    line-height: 312px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .error__title {
    font-size: 160px;
    line-height: 166px;
    margin-bottom: 16px;
  }
}
.error__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DEAE86;
  border-radius: 22px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  width: max-content;
  height: 56px;
  padding: 0 32px;
  transition: 0.3s ease;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .error__btn:hover {
    background: #005649;
    color: #FFFFFF;
    border-color: #005649;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .error__btn {
    width: 100%;
    height: 48px;
    border-radius: 16px;
  }
}
.error__img {
  width: 304px;
  height: 450px;
  position: absolute;
  top: -100px;
  right: -250px;
}
@media (max-width: 1919px) {
  .error__img {
    width: 179px;
    height: 264px;
    top: -20px;
    right: -100px;
  }
}
@media (max-width: 1023px) {
  .error__img {
    top: -180px;
    right: -80px;
  }
}
@media (max-width: 767px) {
  .error__img {
    width: 128px;
    height: 190px;
    top: -170px;
    right: 0;
  }
}

.footer {
  padding: 140px 32px 40px 32px;
  background: #008472;
  border-radius: 200px 200px 0 0;
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media (max-width: 1919px) {
  .footer {
    padding-top: 120px;
    border-radius: 100px 100px 0 0;
    gap: 120px;
  }
}
@media (max-width: 1279px) {
  .footer {
    padding-top: 80px;
    border-radius: 80px 80px 0 0;
    gap: 80px;
  }
}
@media (max-width: 1023px) {
  .footer {
    border-radius: 56px 56px 0 0;
    gap: 56px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 48px 0 0 0;
    border-radius: 24px 24px 0 0;
    gap: 0;
  }
}
.footer__top {
  max-width: 694px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer__top {
    gap: 32px;
    max-width: 534px;
  }
}
@media (max-width: 767px) {
  .footer__top {
    gap: 24px;
    padding: 0 16px;
    margin-bottom: 40px;
  }
}
.footer__logo {
  width: 90px;
  height: 174px;
}
.footer__logo img {
  width: 90px;
  height: 174px;
}
.footer__tel {
  font-size: 160px;
  line-height: 166px;
  font-family: "Moniqa";
  color: #F5FAF5;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  .footer__tel {
    font-size: 120px;
    line-height: 125px;
  }
}
@media (max-width: 767px) {
  .footer__tel {
    font-size: 70px;
    line-height: 73px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__tel:hover {
    color: #DEAE86;
    transition: 0.3s ease;
  }
}
.footer__text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .footer__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.footer__address {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.52px;
}
@media (max-width: 1023px) {
  .footer__address {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .footer__address {
    max-width: 307px;
    font-size: 16px;
    line-height: 22px;
  }
}
.footer__route-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.06em;
  text-decoration: underline;
  transition: 0.3s ease all;
}
@media (hover: hover) and (pointer: fine) {
  .footer__route-link:hover {
    color: #DEAE86;
  }
}
.footer .questions {
  background-color: #005649;
  background-image: url(../image/static/questions-bg.svg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 44px;
  padding: 40px 48px 92px 48px;
  min-height: 376px;
}
@media (max-width: 1919px) {
  .footer .questions {
    padding: 40px 90px 92px 90px;
    background-image: none;
  }
}
@media (max-width: 1279px) {
  .footer .questions {
    border-radius: 22px;
    padding: 40px 32px 92px 32px;
  }
}
@media (max-width: 1023px) {
  .footer .questions {
    padding-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .footer .questions {
    border-radius: 22px 22px 0 0;
    padding: 40px 16px 24px 16px;
  }
}
.footer .questions._submit-success .questions__inner {
  display: none;
}
.footer .questions._submit-success .questions__inner._done {
  display: block;
  text-align: center;
}
.footer .questions._submit-success .questions__inner._done .questions__form {
  justify-content: center;
}
.footer .questions._submit-success .questions__inner._done .questions__title {
  width: auto;
}
@media (max-width: 1023px) {
  .footer .questions._submit-success .questions__inner._done .questions__title {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .footer .questions._submit-success .questions__inner._done .questions__title {
    width: 340px;
  }
}
.footer .questions._submit-error .questions__inner {
  display: none;
}
.footer .questions._submit-error .questions__inner._error {
  display: block;
  text-align: center;
}
.footer .questions._submit-error .questions__inner._error .questions__form {
  justify-content: center;
}
.footer .questions._submit-error .questions__inner._error .questions__title {
  width: auto;
}
@media (max-width: 1023px) {
  .footer .questions._submit-error .questions__inner._error .questions__title {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .footer .questions._submit-error .questions__inner._error .questions__title {
    width: 340px;
  }
}
.footer .questions__inner._error, .footer .questions__inner._done {
  display: none;
}
.footer .questions__title {
  width: 100%;
  text-align: center;
  font-size: 90px;
  line-height: 94px;
  font-family: "Moniqa";
  text-transform: uppercase;
  letter-spacing: 3.6px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer .questions__title {
    font-size: 70px;
    line-height: 73px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
.footer .questions__text {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 32px;
  margin-top: -7px;
}
@media (max-width: 1919px) {
  .footer .questions__text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .questions__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.footer .questions__form {
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1919px) {
  .footer .questions__form {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .footer .questions__form {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .footer .questions__form {
    flex-direction: column;
    align-items: stretch;
  }
}
.footer .questions__input {
  width: 100%;
  max-width: 314px;
}
@media (max-width: 767px) {
  .footer .questions__input {
    max-width: unset;
  }
}
.footer .questions__button {
  width: 100%;
  max-width: 416px;
  height: 56px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  transition: 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .footer .questions__button {
    max-width: 272px;
  }
}
@media (max-width: 1023px) {
  .footer .questions__button {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .footer .questions__button {
    max-width: unset;
    height: 48px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer .questions__button:hover {
    background: #FFFFFF;
    color: #005649;
    transition: 0.3s ease;
  }
}
.footer .questions .agree {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #80ABA4;
}
.footer .questions .agree a {
  margin: 0 4px;
  color: #FFFFFF;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer .questions .agree a:hover {
    color: #DEAE86;
    transition: 0.3s ease;
  }
}
@media (max-width: 1919px) {
  .footer .questions .agree {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .questions .agree {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    background: #005649;
    padding-bottom: 24px;
  }
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  padding-bottom: 72px;
  border-bottom: 1px solid #F5FAF5;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer__copyright {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: none;
    padding: 0 16px;
    margin-bottom: 40px;
  }
}
.footer__socials {
  visibility: hidden;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer__socials {
    display: none;
    grid-area: 1/1/2/3;
    justify-content: center;
    border-bottom: 1px solid #F5FAF5;
    padding-bottom: 24px;
  }
}
.footer__social {
  width: 40px;
  height: 40px;
}
.footer__social svg {
  width: 40px;
  height: 40px;
  fill: #FFFFFF;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__social svg:hover {
    fill: #DEAE86;
    transition: 0.3s ease;
  }
}
.footer__date {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .footer__date {
    grid-area: 2/1/3/2;
    align-self: center;
  }
}
.footer__logos {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer__logos {
    justify-content: end;
    grid-area: 2/2/3/3;
    gap: 16px;
  }
}
.footer__logo._lsr {
  width: 103px;
  height: 32px;
}
.footer__logo._lsr svg {
  width: 103px;
  height: 32px;
}
.footer__logo._ant {
  width: 40px;
  height: 40px;
}
.footer__logo._ant svg {
  width: 40px;
  height: 40px;
}
.footer__logo svg {
  fill: #FFFFFF;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__logo svg:hover {
    fill: #DEAE86;
    transition: 0.3s ease;
  }
}
.footer__links {
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .footer__links {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}
.footer__link {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.96px;
  color: #FFFFFF;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .footer__link {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    color: #DEAE86;
    transition: 0.3s ease;
  }
}
.footer .checkbox._has-error .input__error {
  color: #FF5252;
}
.footer .questions__form .form__agree-checkbox:checked + .form__agree-fake-checkbox::before {
  border-color: #008472;
  background-color: #008472;
}

.furniture {
  max-width: 1920px;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 121px;
}
@media (max-width: 1279px) {
  .furniture {
    flex-direction: column;
    gap: 56px;
  }
}
@media (max-width: 767px) {
  .furniture {
    gap: 32px;
    margin-bottom: 56px;
  }
}
.furniture__info {
  max-width: 495px;
  flex-shrink: 0;
}
.furniture__title {
  max-width: 250px;
  font-size: 90px;
  line-height: 94px;
  font-family: "Moniqa";
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 56px;
  color: #DEAE86;
}
@media (max-width: 1279px) {
  .furniture__title {
    max-width: unset;
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .furniture__title {
    font-size: 70px;
    line-height: 73px;
    margin-bottom: 24px;
    letter-spacing: unset;
  }
}
.furniture__title .emerging-text__word-wrap:nth-child(1) {
  color: #005649;
}
.furniture__text {
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.52px;
  color: #005649;
}
@media (max-width: 1279px) {
  .furniture__text {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .furniture__text {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    max-width: 415px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .furniture__text {
    max-width: 325px;
    font-size: 16px;
    line-height: 22px;
  }
}
.furniture__image {
  opacity: 0;
  width: 100%;
  max-width: 1232px;
  height: 900px;
  object-fit: cover;
  transform: translateY(20%);
  transition: all 1s ease;
}
@media (max-width: 1919px) {
  .furniture__image {
    height: 670px;
  }
}
@media (max-width: 1279px) {
  .furniture__image {
    max-width: unset;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .furniture__image {
    height: 440px;
  }
}
.furniture__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}
@media (max-width: 1919px) {
  .furniture__image img {
    border-radius: 16px;
  }
}

.furniture._in-view .furniture__image {
  opacity: 1;
  transform: none;
}

.gallery {
  position: relative;
}
.gallery__albums {
  position: relative;
}
.gallery__album {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  transition: all 0.3s ease;
}
@media (min-width: 1921px) {
  .gallery__album {
    height: 1200px;
  }
}
@media (max-width: 1919px) {
  .gallery__album {
    height: 640px;
  }
}
@media (max-width: 1279px) {
  .gallery__album {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .gallery__album {
    height: 400px;
  }
}
.gallery__album._active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.gallery__slider-navigation, .gallery__slider-pagination {
  position: absolute;
  z-index: 2;
  left: 50% !important;
  transform: translateX(-50%);
}
.gallery__slider-pagination {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF !important;
  text-align: center;
  bottom: 56px !important;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .gallery__slider-pagination {
    bottom: 46px !important;
  }
}
@media (max-width: 1279px) {
  .gallery__slider-pagination {
    text-align: center;
    bottom: 24px !important;
  }
}
.gallery__slider-navigation {
  display: flex;
  align-items: center;
  gap: 64px;
  bottom: 40px;
}
@media (max-width: 1919px) {
  .gallery__slider-navigation {
    bottom: 32px;
  }
}
@media (max-width: 1279px) {
  .gallery__slider-navigation {
    display: none;
  }
}
.gallery__slider-nav {
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.gallery__slider-nav.prev svg {
  transform: rotate(180deg);
}
.gallery__slider-nav svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .gallery__slider-nav:hover {
    background: #005649;
    transition: 0.3s ease;
  }
  .gallery__slider-nav:hover svg {
    fill: #FFFFFF;
    transition: 0.3s ease;
  }
}
.gallery__slider {
  height: 100%;
}
.gallery__slide {
  width: 100%;
  height: 100%;
}
.gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  cursor: pointer;
}
.gallery__slider-button {
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1919px) {
  .gallery__slider-button {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .gallery__slider-button {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    top: 16px;
    right: 16px;
  }
}
.gallery__slider-button svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .gallery__slider-button:hover {
    background: #005649;
    transition: 0.3s ease;
  }
  .gallery__slider-button:hover svg {
    fill: #F5FAF5;
    transition: 0.3s ease;
  }
}
.gallery .tabs {
  position: absolute;
  z-index: 4;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1919px) {
  .gallery .tabs {
    top: 24px;
  }
}
@media (max-width: 767px) {
  .gallery .tabs {
    top: -72px;
  }
}

.header {
  background: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 50px 80px 0 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: 0.3s ease;
  z-index: 10;
}
@media (max-width: 1919px) {
  .header {
    padding: 32px 32px 0 32px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 16px 16px 0 16px;
  }
}
.header._hidden {
  transform: translateY(-100%);
}
.header._fixed {
  background: #005649;
  transition: 0.3s ease;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1919px) {
  .header._fixed {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header._fixed {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header._fixed .header__logo-img {
  height: 0px;
  margin-bottom: 0;
}
.header._fixed .header__logo-text svg {
  width: 214px;
  height: 80px;
}
@media (max-width: 1919px) {
  .header._fixed .header__logo-text svg {
    width: 170px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .header._fixed .header__logo-text svg {
    width: 116px;
    height: 44px;
  }
}
.header._fixed .header__left, .header._fixed .header__right {
  padding-top: 12px;
}
@media (max-width: 1919px) {
  .header._fixed .header__left, .header._fixed .header__right {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .header._fixed .header__left, .header._fixed .header__right {
    padding-top: 2px;
  }
}
.header__button {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  padding: 0 32px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1279px) {
  .header__button {
    height: 44px;
    padding: 0 24px;
    border-radius: 16px;
  }
}
@media (max-width: 1023px) {
  .header__button {
    height: 48px;
  }
}
.header__button svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__button:hover {
    background: #F5FAF5;
    color: #005649;
    transition: 0.3s ease;
  }
  .header__button:hover svg {
    fill: #005649;
    transition: 0.3s ease;
  }
}
.header__button._menu .header__cross {
  display: none;
}
@media (max-width: 1279px) {
  .header__button._menu {
    font-size: 0;
    max-width: 44px;
    padding: 10px;
    display: block;
  }
}
@media (max-width: 1023px) {
  .header__button._menu {
    max-width: 48px;
    padding: 12px;
  }
}
.header__button._cross .header__cross {
  display: block;
}
.header__button._cross .header__burger {
  display: none;
}
@media (max-width: 1023px) {
  .header__button._camera {
    font-size: 0;
    max-width: 48px;
    padding: 12px;
    display: block;
  }
}
@media (max-width: 767px) {
  .header__button._camera {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__button._phone {
    font-size: 0;
    max-width: 48px;
    padding: 12px;
    display: block;
  }
}
.header__button._phone svg {
  display: none;
}
@media (max-width: 1023px) {
  .header__button._phone svg {
    display: block;
  }
}
.header__left, .header__right {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 42px;
  transition: padding-top 0.3s ease;
}
@media (max-width: 1919px) {
  .header__left, .header__right {
    padding-top: 0;
    gap: 24px;
  }
}
@media (max-width: 1279px) {
  .header__left, .header__right {
    gap: 16px;
  }
}
.header__tel {
  font-size: 50px;
  line-height: 52px;
  font-family: "Moniqa";
  color: #FFFFFF;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__tel:hover {
    color: #DEAE86;
    transition: 0.3s ease;
  }
}
@media (max-width: 1279px) {
  .header__tel {
    display: none;
  }
}
.header__logo svg {
  display: block;
  margin: 0 auto;
  fill: #FFFFFF;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__logo:hover svg {
    fill: #DEAE86;
  }
}
.header__logo-img {
  height: 164px;
  margin-bottom: 34px;
  overflow: hidden;
  text-align: center;
  transition: 0.3s ease;
}
@media (max-width: 1919px) {
  .header__logo-img {
    height: 120px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .header__logo-img {
    height: 100px;
    margin-bottom: 18px;
  }
}
.header__logo-img svg {
  width: 84px;
  height: 164px;
}
@media (max-width: 1919px) {
  .header__logo-img svg {
    width: 66px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .header__logo-img svg {
    width: 50px;
    height: 100px;
  }
}
.header__logo-text svg {
  width: 260px;
  height: 95px;
}
@media (max-width: 1919px) {
  .header__logo-text svg {
    width: 192px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .header__logo-text svg {
    width: 150px;
    height: 57px;
  }
}

.error-header .header {
  background: #005649;
  transition: 0.3s ease;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1919px) {
  .error-header .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .error-header .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.error-header .header .header__logo-img {
  height: 0px;
  margin-bottom: 0;
}
.error-header .header .header__left, .error-header .header .header__right {
  padding-top: 12px;
}
@media (max-width: 1919px) {
  .error-header .header .header__left, .error-header .header .header__right {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .error-header .header .header__left, .error-header .header .header__right {
    padding-top: 2px;
  }
}
.error-header .header .header__logo-text svg {
  width: 214px;
  height: 80px;
}
@media (max-width: 1919px) {
  .error-header .header .header__logo-text svg {
    width: 170px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .error-header .header .header__logo-text svg {
    width: 116px;
    height: 44px;
  }
}

.improvement {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: -40px auto 0;
}
@media (max-width: 1023px) {
  .improvement {
    margin-top: -32px;
  }
}
@media (max-width: 767px) {
  .improvement {
    margin-top: -8px;
  }
}
.improvement__item-wrapper {
  padding-top: 40px;
}
.improvement__item-wrapper:nth-child(4) .improvement__item-bg {
  background-position: right bottom;
}
@media (max-width: 1023px) {
  .improvement__item-wrapper {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .improvement__item-wrapper {
    padding-top: 8px;
  }
}
.improvement__item {
  position: relative;
  width: 100%;
  height: 900px;
  border-radius: 22px;
  overflow: hidden;
  transform: translateZ(0);
}
@media (max-width: 1919px) {
  .improvement__item {
    height: 670px;
  }
}
@media (max-width: 1279px) {
  .improvement__item {
    height: 480px;
  }
}
@media (max-width: 1023px) {
  .improvement__item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .improvement__item {
    height: 440px;
  }
}
.improvement__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../image/static/improvement-shadow-1920.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .improvement__item::before {
    background-image: url(../image/static/improvement-shadow-1280.png);
  }
}
@media (max-width: 1279px) {
  .improvement__item::before {
    background-position: center bottom;
    background-image: url(../image/static/improvement-shadow-1024.png);
  }
}
@media (max-width: 1023px) {
  .improvement__item::before {
    background-image: url(../image/static/improvement-shadow-768.png);
  }
}
@media (max-width: 767px) {
  .improvement__item::before {
    background-image: url(../image/static/improvement-shadow-360.png);
  }
}
.improvement__item._item1 .improvement__item-bg {
  background-image: url(../image/static/improvement-img-1.jpg);
}
.improvement__item._item2 .improvement__item-bg {
  background-image: url(../image/static/improvement-img-2.jpg);
}
.improvement__item._item3 .improvement__item-bg {
  background-image: url(../image/static/improvement-img-3.jpg);
}
.improvement__item._item4 .improvement__item-bg {
  background-image: url(../image/static/improvement-img-4.jpg);
  background-position: right bottom;
}
.improvement__item._item5 .improvement__item-bg {
  background-image: url(../image/static/improvement-img-5.jpg);
}
.improvement__item._item6 .improvement__item-bg {
  background-image: url(../image/static/improvement-img-6.jpg);
}
.improvement__item._item7 .improvement__item-bg {
  background-image: url(../image/static/improvement-img-7.jpg);
}
.improvement__item-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.improvement__info {
  position: absolute;
  z-index: 3;
  left: 48px;
  bottom: 80px;
}
@media (max-width: 1919px) {
  .improvement__info {
    bottom: 48px;
  }
}
@media (max-width: 1279px) {
  .improvement__info {
    left: 32px;
    bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .improvement__info {
    left: 24px;
  }
}
@media (max-width: 767px) {
  .improvement__info {
    left: 16px;
    bottom: 24px;
  }
}
.improvement__title {
  font-size: 48px;
  line-height: 53px;
  letter-spacing: -1.92px;
  margin-bottom: 24px;
  max-width: 715px;
}
@media (max-width: 1279px) {
  .improvement__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .improvement__title {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -1.12px;
    max-width: 654px;
    padding-right: 26px;
  }
}
@media (max-width: 767px) {
  .improvement__title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.96px;
    padding-right: 16px;
  }
}
.improvement__text {
  font-size: 20px;
  line-height: 28px;
  max-width: 715px;
}
@media (max-width: 1023px) {
  .improvement__text {
    font-size: 16px;
    line-height: 22px;
    padding-right: 26px;
    max-width: 654px;
  }
}
@media (max-width: 767px) {
  .improvement__text {
    padding-right: 16px;
  }
}

.infrastructure {
  position: relative;
  margin-top: 63px;
}
@media (max-width: 1919px) {
  .infrastructure {
    margin-top: 56px;
  }
}
@media (max-width: 1023px) {
  .infrastructure {
    margin-top: 40px;
  }
}
.infrastructure__slider {
  width: 1856px;
  max-width: calc(100% - 64px);
  margin: 0 auto 56px;
  position: relative;
}
@media (max-width: 1919px) {
  .infrastructure__slider {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .infrastructure__slider {
    margin-bottom: 24px;
    max-width: calc(100% - 32px);
  }
}
.infrastructure .swiper {
  overflow: visible !important;
}
.infrastructure__slide {
  height: 675px !important;
  width: 100% !important;
  max-width: 1280px;
  border-radius: 22px;
}
@media (max-width: 1919px) {
  .infrastructure__slide {
    max-width: 924px;
    border-radius: 16px;
  }
}
@media (max-width: 1279px) {
  .infrastructure__slide {
    max-width: 796px;
    height: 530px !important;
  }
}
@media (max-width: 1023px) {
  .infrastructure__slide {
    max-width: 660px;
    height: 440px !important;
  }
}
@media (max-width: 767px) {
  .infrastructure__slide {
    max-width: 288px;
    height: 280px !important;
  }
}
.infrastructure__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}
@media (max-width: 1919px) {
  .infrastructure__slide img {
    border-radius: 16px;
  }
}
.infrastructure__slider-pagination {
  position: absolute;
  width: max-content !important;
  bottom: -82px !important;
  left: 0 !important;
  color: #005649 !important;
  transition: all 0.1s linear;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1921px) {
  .infrastructure__slider-pagination {
    left: 360px !important;
  }
}
@media (max-width: 1919px) {
  .infrastructure__slider-pagination {
    left: 0 !important;
  }
}
@media (max-width: 1279px) {
  .infrastructure__slider-pagination {
    bottom: -66px !important;
  }
}
@media (max-width: 1023px) {
  .infrastructure__slider-pagination {
    bottom: 24px !important;
    left: 590px !important;
    right: auto !important;
    color: #FFFFFF !important;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .infrastructure__slider-pagination {
    left: 230px !important;
    bottom: 16px !important;
  }
}
.infrastructure__texts {
  position: relative;
  max-width: 715px;
  min-height: 222px;
  margin-left: 528px;
}
@media (min-width: 1921px) {
  .infrastructure__texts {
    margin-left: 848px;
  }
}
@media (max-width: 1919px) {
  .infrastructure__texts {
    margin-left: 135px;
  }
}
@media (max-width: 1279px) {
  .infrastructure__texts {
    margin-left: 113px;
  }
}
@media (max-width: 1023px) {
  .infrastructure__texts {
    margin-left: 32px;
    min-height: 155px;
    max-width: 660px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .infrastructure__texts {
    margin-left: 16px;
    max-width: 288px;
    padding-bottom: 56px;
  }
}
.infrastructure__text-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.infrastructure__text-block._active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.infrastructure__title {
  font-size: 32px;
  line-height: 35px;
  color: #005649;
  letter-spacing: -1.28px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .infrastructure__title {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -1.12px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .infrastructure__title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.96px;
  }
}
.infrastructure__text {
  font-size: 20px;
  line-height: 28px;
  color: #005649;
}
@media (max-width: 1023px) {
  .infrastructure__text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 767px) {
  .infrastructure__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}

@media (max-width: 1023px) {
  .section._infrastructure._at-last-slide .infrastructure__slider-pagination {
    left: calc(100% - 32px) !important;
    transform: translateX(-100%);
  }
}
@media (max-width: 767px) {
  .section._infrastructure._at-last-slide .infrastructure__slider-pagination {
    left: calc(100% - 16px) !important;
  }
}

.input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .input:hover {
    border-color: white;
    transition: 0.3s ease;
  }
}
.input__label, .input__field {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.input__label {
  position: absolute;
  left: 24px;
  top: 20px;
  transition: 0.3s ease;
  letter-spacing: -0.12px;
}
.input__field {
  width: 100%;
  height: 100%;
  padding: 0;
  letter-spacing: -0.16px;
}
.input__field:focus, .input__field:not(:placeholder-shown) {
  padding-top: 20px;
}
.input__field:focus ~ .input__label, .input__field:not(:placeholder-shown) ~ .input__label {
  top: 11px;
  font-size: 12px;
  line-height: 12px;
}
.input__error {
  position: absolute;
  left: 24px;
  top: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #FF5252;
  opacity: 0;
  visibility: hidden;
}
.input._has-error .input__label {
  display: none;
}
.input._has-error .input__field {
  padding-top: 20px;
}
.input._has-error .input__error {
  opacity: 1;
  visibility: visible;
}

.checkbox {
  position: relative;
  display: block;
}
.checkbox._has-error .input__label {
  display: none;
}
.checkbox._has-error .input__field {
  padding-top: 20px;
}
.checkbox._has-error .input__error {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  top: -5px;
  text-align: center;
  color: #0B0B0B;
}

.location {
  position: relative;
  padding-bottom: 266px;
}
@media (max-width: 1919px) {
  .location {
    padding-bottom: 118px;
  }
}
@media (max-width: 1023px) {
  .location {
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .location {
    padding-bottom: 40px;
  }
}
.location__backgrounds {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.location__bg-block {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .location__bg-block {
    top: auto;
    bottom: 600px;
    height: 790px;
  }
  .location__bg-block::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(233, 239, 228) 0px, rgba(233, 239, 228, 0) 120px, rgba(233, 239, 228, 0) calc(100% - 80px), rgb(233, 239, 228) 100%);
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .location__bg-block {
    bottom: 740px;
    height: 630px;
  }
}
.location__bg-block._1 {
  background-image: url(../image/static/location-map-1-1920.png);
}
@media (max-width: 1023px) {
  .location__bg-block._1 {
    background-size: 1246px;
    background-position: center bottom;
    background-image: url(../image/static/location-map-1-1280.png);
  }
}
@media (max-width: 767px) {
  .location__bg-block._1 {
    background-size: 880px auto;
    background-position: center top;
  }
}
.location__bg-block._2 {
  background-image: url(../image/static/location-map-2-1920.png);
}
@media (max-width: 1439px) {
  .location__bg-block._2 {
    background-image: url(../image/static/location-map-2-1280.png);
    background-size: 1280px auto;
    background-position: top 77% left 0%;
  }
}
@media (max-width: 1279px) {
  .location__bg-block._2 {
    background-size: 906px auto;
    background-position: top 25% right;
  }
}
@media (max-width: 1023px) {
  .location__bg-block._2 {
    background-image: url(../image/static/location-map-2-768.png);
    background-size: 1180px;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .location__bg-block._2 {
    background-size: 920px auto;
    background-position: center top;
  }
}
@media (max-width: 540px) {
  .location__bg-block._2 {
    background-image: url(../image/static/location-map-2-540.png);
    background-size: 100% auto;
    background-position: 50% 61%;
  }
}
.location__bg-block._3 {
  background-image: url(../image/static/location-map-3-1920.png);
}
@media (max-width: 1023px) {
  .location__bg-block._3 {
    background-size: 1180px;
    background-position: center bottom 40px;
    background-image: url(../image/static/location-map-3-1280.png);
  }
}
@media (max-width: 767px) {
  .location__bg-block._3 {
    background-size: 880px auto;
    background-position: center top;
  }
}
.location__bg-block._active {
  opacity: 1;
}
.location__inner {
  position: relative;
  z-index: 2;
  padding: 0 80px;
}
@media (max-width: 1919px) {
  .location__inner {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .location__inner {
    padding: 0 16px;
  }
}
.location .tabs-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .location .tabs-wrapper {
    margin-bottom: 657px;
  }
}
@media (max-width: 767px) {
  .location .tabs-wrapper {
    margin-bottom: 475px;
  }
}
.location .tabs-wrapper::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 767px) {
  .location .tabs-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.location .tabs {
  margin: 0 auto;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .location .tabs {
    border-radius: 20px;
    overflow: unset;
    width: max-content;
    padding: 4px;
  }
}
.location__text {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #005649;
  margin-bottom: 72px;
  max-width: 680px;
}
.location__text._mobile {
  display: none;
}
@media (max-width: 1023px) {
  .location__text._mobile {
    display: block;
    margin-bottom: 32px;
    text-align: center;
    padding: 0 32px;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .location__text._mobile {
    margin-bottom: 24px;
    padding: 0 16px;
  }
}
@media (max-width: 1919px) {
  .location__text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    margin-bottom: 40px;
    max-width: 396px;
  }
}
@media (max-width: 1023px) {
  .location__text {
    display: none;
  }
}
.location__metros {
  display: flex;
  flex-direction: column;
  padding: 40px 100px 48px 40px;
  background-color: #008472;
  background-image: url(../image/static/location-metros-bg.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 60px;
  gap: 16px;
  max-width: 715px;
  margin-bottom: 72px;
}
@media (max-width: 1919px) {
  .location__metros {
    background-image: none;
    padding: 24px;
    margin-bottom: 40px;
    max-width: 396px;
    border-radius: 22px;
  }
}
@media (max-width: 1023px) {
  .location__metros {
    max-width: unset;
  }
}
.location__metros-text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.location__metros-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1919px) {
  .location__metros-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .location__metros-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .location__metros-wrapper {
    flex-direction: column;
  }
}
.location__metro {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #F5FAF5;
}
@media (max-width: 1919px) {
  .location__metro {
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
  }
}
.location__metro img {
  width: 56px;
  height: 56px;
}
@media (max-width: 1919px) {
  .location__metro img {
    width: 40px;
    height: 40px;
  }
}
.location__metro-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.location__videos {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.location__video {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1023px) {
  .location__video {
    flex-direction: column;
    gap: 16px;
  }
}
.location__video-btn {
  width: 148px;
  height: 148px;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 704px 148px;
  background-position: bottom center;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  .location__video-btn {
    width: 100%;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .location__video-btn {
    width: 148px;
  }
}
.location__video-btn._btn1 {
  background-image: url(../image/static/location-video-1.jpg);
}
.location__video-btn._btn2 {
  background-image: url(../image/static/location-video-2.jpg);
}
.location__video-btn svg {
  width: 46px;
  height: 54px;
  fill: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .location__video-btn:hover {
    background-size: 804px 168px;
    transition: 0.3s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1023px) {
  .location__video-btn:hover {
    background-size: 110% 168px;
  }
}
.location__video-texts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1023px) {
  .location__video-texts {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .location__video-texts {
    flex-direction: column;
  }
}
.location__video-title {
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.52px;
  color: #005649;
}
.location__video-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #005649;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 822px;
  background: #005649;
  z-index: 9;
  padding: 160px 80px 40px 80px;
  display: none;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1919px) {
  .menu {
    padding: 102px 32px 32px 32px;
    max-height: unset;
  }
}
@media (max-width: 1279px) {
  .menu {
    padding-top: 114px;
  }
}
@media (max-width: 1023px) {
  .menu {
    align-items: flex-start;
    padding-top: 136px;
  }
}
@media (max-width: 767px) {
  .menu {
    padding: 86px 15px 32px 16px;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 0;
  }
}
.menu._show {
  display: flex;
}
.menu__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .menu__links {
    align-items: center;
    text-align: center;
    gap: 4px;
  }
}
.menu__link {
  font-size: 60px;
  line-height: 62px;
  font-family: "Moniqa";
  transition: 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
@media (hover: hover) and (pointer: fine) {
  .menu__link:hover {
    color: #DEAE86;
    transition: 0.3s ease;
  }
}
@media (max-width: 1919px) {
  .menu__link {
    font-size: 56px;
    line-height: 58px;
  }
}
@media (max-width: 1279px) {
  .menu__link {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .menu__link {
    font-size: 36px;
    line-height: 37px;
    letter-spacing: 0.08em;
  }
}
.menu__camera-button {
  display: none;
  align-items: center;
  min-height: 44px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .menu__camera-button {
    display: inline-flex;
  }
}
.menu__camera-button svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: #FFFFFF;
}
.menu__left {
  margin-top: auto;
}
@media (max-width: 1023px) {
  .menu__left {
    margin-top: 0;
  }
}
.menu__right {
  position: relative;
  margin-top: auto;
  text-align: right;
}
@media (max-width: 1023px) {
  .menu__right {
    align-self: flex-end;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .menu__right {
    align-self: center;
    text-align: center;
  }
}
.menu__bird {
  position: absolute;
  top: -180px;
  left: -100px;
  width: 193px;
  height: 282px;
}
@media (max-width: 1919px) {
  .menu__bird {
    top: -160px;
    left: 50px;
    width: 147px;
    height: 215px;
  }
}
@media (max-width: 1279px) {
  .menu__bird {
    top: -210px;
    left: -20px;
    width: 193px;
    height: 282px;
  }
}
@media (max-width: 1023px) {
  .menu__bird {
    top: -320px;
    left: unset;
    right: 0;
  }
}
@media (max-width: 767px) {
  .menu__bird {
    display: none;
  }
}
.menu__tel {
  display: block;
  font-size: 160px;
  line-height: 166px;
  font-family: "Moniqa";
  margin-bottom: 40px;
  transition: 0.3s ease;
}
@media (max-width: 1919px) {
  .menu__tel {
    font-size: 120px;
    line-height: 125px;
  }
}
@media (max-width: 1279px) {
  .menu__tel {
    font-size: 90px;
    line-height: 94px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .menu__tel {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .menu__tel:hover {
    color: #DEAE86;
    transition: 0.3s ease;
  }
}
.menu__text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #008472;
}
@media (max-width: 1023px) {
  .menu__text {
    margin-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .menu__text {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .menu__text span {
    display: none;
  }
}
.menu__address {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.52px;
  margin-bottom: 16px;
}
@media (max-width: 1919px) {
  .menu__address {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 1279px) {
  .menu__address {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .menu__address {
    position: absolute;
    width: 487px;
    right: 0;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .menu__address {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
    max-width: 307px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}
.menu__route-link {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.06em;
  text-decoration: underline;
  transition: 0.3s ease all;
}
@media (hover: hover) and (pointer: fine) {
  .menu__route-link:hover {
    color: #DEAE86;
  }
}
.menu__socials {
  display: none;
  justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 767px) {
  .menu__socials {
    justify-content: center;
  }
}
.menu__social {
  width: 40px;
  height: 40px;
}
.menu__social svg {
  width: 40px;
  height: 40px;
  fill: #FFFFFF;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .menu__social svg:hover {
    fill: #DEAE86;
    transition: 0.3s ease;
  }
}

.news-article {
  color: #005649;
}
.news-article .popup-news-article-main {
  display: none;
}
.news-article__date {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
}
.news-article__date:nth-child(n+2) {
  position: relative;
  margin-left: 38px;
}
.news-article__date:nth-child(n+2)::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: calc(100% + 16px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #005649;
}
.news-article__title {
  margin-top: 32px;
  font-size: 32px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .news-article__title {
    margin-top: 24px;
  }
}
.news-article__image {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .news-article__image {
    height: auto;
    aspect-ratio: 1.36;
    margin-top: 24px;
  }
}
.news-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-article__text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .news-article__text {
    margin-top: 24px;
  }
}
.news-article__text h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1em;
  font-weight: 400;
  color: #DEAE86;
}
.news-article__text p, .news-article__text ul {
  margin-bottom: 1.5em;
}
.news-article__text li {
  margin-bottom: 0.5em;
}
.news-article__sharing {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news-article__sharing {
    display: block;
    margin-top: 36px;
  }
}
.news-article__sharing-caption {
  margin-right: 20px;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .news-article__sharing-caption {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.news-article__sharing-links {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  column-gap: 8px;
}
@media (max-width: 767px) {
  .news-article__sharing-links .social-link {
    width: 48px;
    height: 48px;
  }
}

.news-card {
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  position: relative;
  padding: 40px;
  border-radius: 44px;
  background: #005649;
  min-height: 240px;
  width: calc(25% - 11px) !important;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .news-card {
    padding: 32px 24px 24px 24px;
    border-radius: 16px;
  }
}
@media (max-width: 1279px) {
  .news-card {
    padding: 32px 24px;
    min-height: 400px;
    width: 472px !important;
  }
}
@media (max-width: 1023px) {
  .news-card {
    width: 340px !important;
    padding: 32px 24px 24px;
  }
}
@media (max-width: 767px) {
  .news-card {
    width: 292px !important;
  }
}
.news-card::after {
  opacity: 0;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/static/news-slide-bg-1.svg);
  background-position: right -41px top -79px;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1919px) {
  .news-card::after {
    background-position: right -363px top -79px;
  }
}
@media (max-width: 1279px) {
  .news-card::after {
    background-position: right -406px top -79px;
  }
}
@media (max-width: 1279px) {
  .news-card::after {
    display: none;
  }
}
.news-card._beige {
  background: #DEAE86;
}
.news-card._beige::after {
  background-image: url(../image/static/news-slide-bg-2.svg);
}
.news-card._brown {
  background: #A35A24;
}
.news-card._brown::after {
  background-image: url(../image/static/news-slide-bg-3.svg);
}
.news-card._card-active {
  width: calc(50% - 11px) !important;
}
@media (max-width: 1919px) {
  .news-card._card-active {
    padding: 40px 40px 48px;
  }
}
@media (max-width: 1279px) {
  .news-card._card-active {
    width: 472px !important;
    padding: 32px 24px;
  }
}
@media (max-width: 1023px) {
  .news-card._card-active {
    width: 340px !important;
    padding: 32px 24px 24px;
  }
}
@media (max-width: 767px) {
  .news-card._card-active {
    width: 292px !important;
  }
}
.news-card._card-active::after {
  opacity: 1;
  transition: opacity 0.2s ease 0.1s;
}
.news-card._card-active .news-card__external-arrow svg {
  transform: scale(1.5);
}
.news-card._card-active .news-card__dates {
  margin-bottom: 24px;
}
@media (max-width: 1919px) {
  .news-card._card-active .news-card__dates {
    margin-bottom: 16px;
  }
}
.news-card._card-active .news-card__title {
  max-width: 543px;
  font-size: 48px;
  line-height: 48px;
  transition: none;
}
@media (max-width: 1919px) {
  .news-card._card-active .news-card__title {
    max-width: 365px;
    font-size: 28px;
    line-height: 28px;
  }
}
.news-card._card-active .news-card__text::after {
  height: 24px;
  transition: all 0.3s ease;
}
.news-card._card-active .news-card__text._empty {
  height: 60px;
  transition: all 0.3s ease;
}
.news-card__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-card__external-arrow {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 40px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.news-card__external-arrow svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  transform-origin: right top;
}
.news-card__dates {
  margin-bottom: 16px;
}
@media (max-width: 1599px) {
  .news-card__dates {
    min-height: 48px;
  }
}
.news-card__date {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1599px) {
  .news-card__date {
    display: block;
  }
}
.news-card__date:nth-child(n+2) {
  position: relative;
  margin-left: 38px;
}
@media (max-width: 1599px) {
  .news-card__date:nth-child(n+2) {
    margin-left: 0;
  }
}
.news-card__date:nth-child(n+2)::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: calc(100% + 16px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (max-width: 1599px) {
  .news-card__date:nth-child(n+2)::before {
    display: none;
  }
}
.news-card__title {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media (max-width: 1919px) {
  .news-card__title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .news-card__title {
    margin-bottom: 24px;
  }
}
.news-card__text {
  position: relative;
  font-size: 18px;
  line-height: 29px;
  display: none;
  overflow: hidden;
}
.news-card__text::after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  transition: all 0.3s ease;
}
.news-card__text._empty {
  display: block;
  height: 0px;
  transition: all 0.3s ease;
}
.news-card__text._empty::after {
  display: none;
}
.news-card__btn {
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 56px;
  margin-top: auto;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  padding: 0 32px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1919px) {
  .news-card__btn {
    height: 48px;
  }
}
@media (max-width: 1599px) {
  .news-card__btn {
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1279px) {
  .news-card__btn {
    width: 100%;
    width: max-content;
  }
}
@media (max-width: 1023px) {
  .news-card__btn {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .news-card__btn {
    width: calc(100% + 16px);
    margin-left: -8px;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
  }
}
.news-card__btn svg {
  width: 24px;
  height: 24px;
  margin-left: auto;
  fill: #FFFFFF;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .news-card__btn:hover {
    background: #F5FAF5;
    color: #005649;
    transition: 0.3s ease;
  }
  .news-card__btn:hover svg {
    fill: #005649;
    transition: 0.3s ease;
  }
}

@media (hover: hover) and (pointer: fine) {
  .news-card:hover .news-card__external-arrow {
    transform: translate(5px, -5px);
  }
  .news-card:hover .news-card__btn {
    background: #F5FAF5;
    color: #005649;
    transition: 0.3s ease;
  }
  .news-card:hover .news-card__btn svg {
    fill: #005649;
    transition: 0.3s ease;
  }
}

.news {
  max-width: 1920px;
  margin: 0 auto;
}
.news__title {
  margin-bottom: 56px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #A35A24;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .news__title {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.news__slider {
  position: relative;
}
.news__slider .swiper {
  min-height: 402px;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media (max-width: 767px) {
  .news__slider .swiper {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.news__slider .swiper-wrapper {
  align-items: flex-start;
}
.news__slider-nav {
  width: 56px;
  height: 56px;
  border: 1px solid #DEAE86;
  background: transparent;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.news__slider-nav.prev svg {
  transform: rotate(180deg);
}
.news__slider-nav svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .news__slider-nav:hover {
    background: #DEAE86;
    transition: 0.3s ease;
  }
  .news__slider-nav:hover svg {
    fill: #FFFFFF;
    transition: 0.3s ease;
  }
}
.news__slider-pagination {
  position: absolute !important;
  width: max-content !important;
  z-index: 2;
  left: 104px !important;
  bottom: 16px !important;
  color: #005649 !important;
}
@media (max-width: 1279px) {
  .news__slider-pagination {
    bottom: unset !important;
    top: -80px !important;
    left: unset !important;
    right: 32px;
    color: #A35A24 !important;
  }
}
@media (max-width: 767px) {
  .news__slider-pagination {
    right: 16px;
    top: -54px !important;
  }
}
.news__slider-navigation {
  position: absolute;
  z-index: 2;
  left: 32px;
  bottom: 0;
  display: flex;
  gap: 64px;
}
@media (max-width: 1279px) {
  .news__slider-navigation {
    display: none;
  }
}

.gallery-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 86, 73, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: none;
}
.gallery-popup._show {
  display: block;
}
.gallery-popup__slider-navigation, .gallery-popup__slider-pagination {
  position: absolute;
  z-index: 2;
  left: 50% !important;
  transform: translateX(-50%);
}
.gallery-popup__slider-pagination {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF !important;
  text-align: center;
  bottom: 56px !important;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .gallery-popup__slider-pagination {
    bottom: 47px !important;
  }
}
@media (max-width: 1279px) {
  .gallery-popup__slider-pagination {
    text-align: center;
    bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .gallery-popup__slider-pagination {
    bottom: 16px !important;
  }
}
.gallery-popup__slider-navigation {
  display: flex;
  align-items: center;
  gap: 64px;
  bottom: 40px;
}
@media (max-width: 1919px) {
  .gallery-popup__slider-navigation {
    bottom: 32px;
  }
}
@media (max-width: 1279px) {
  .gallery-popup__slider-navigation {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .gallery-popup__slider-navigation {
    bottom: 12px;
  }
}
.gallery-popup__slider-nav {
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.gallery-popup__slider-nav.prev svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .gallery-popup__slider-nav {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
}
.gallery-popup__slider-nav svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .gallery-popup__slider-nav svg {
    width: 14px;
    height: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gallery-popup__slider-nav:hover {
    background: #005649;
    transition: 0.3s ease;
  }
  .gallery-popup__slider-nav:hover svg {
    fill: #FFFFFF;
    transition: 0.3s ease;
  }
}
.gallery-popup__slider {
  height: 100%;
}
.gallery-popup__slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.gallery-popup__slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}
.gallery-popup__slide-image {
  width: 100%;
  max-height: 100%;
}
.gallery-popup__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-popup__slider-button {
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1279px) {
  .gallery-popup__slider-button {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .gallery-popup__slider-button {
    top: 16px;
    right: 16px;
  }
}
.gallery-popup__slider-button svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .gallery-popup__slider-button:hover {
    background: #005649;
    transition: 0.3s ease;
  }
  .gallery-popup__slider-button:hover svg {
    fill: #F5FAF5;
    transition: 0.3s ease;
  }
}

.offer-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0, 86, 73, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.offer-popup._show {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease;
}
.offer-popup .offer {
  position: relative;
  background-color: #A35A24;
  background-image: url(../image/static/offer-bg.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 44px;
  width: 100%;
  max-width: 1462px;
  height: 590px;
  display: flex;
  gap: 48px;
}
@media (max-width: 1919px) {
  .offer-popup .offer {
    max-width: 1113px;
    background-image: url(../image/static/offer-bg-tablet.svg);
  }
}
@media (max-width: 1279px) {
  .offer-popup .offer {
    background-image: none;
    gap: 32px;
    max-width: 704px;
  }
}
@media (max-width: 767px) {
  .offer-popup .offer {
    max-width: 344px;
    text-align: center;
    height: auto;
    gap: 16px;
    flex-direction: column;
    border-radius: 22px;
  }
}
.offer-popup .offer__close {
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .offer-popup .offer__close {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    top: 8px;
    right: 8px;
  }
}
.offer-popup .offer__close svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .offer-popup .offer__close:hover {
    background: #DEAE86;
    transition: 0.3s ease;
  }
  .offer-popup .offer__close:hover svg {
    fill: #FFFFFF;
    transition: 0.3s ease;
  }
}
.offer-popup .offer__left {
  width: 566px;
  height: 100%;
  border-radius: 44px;
  flex-shrink: 0;
}
@media (max-width: 1919px) {
  .offer-popup .offer__left {
    width: 395px;
  }
}
@media (max-width: 1279px) {
  .offer-popup .offer__left {
    width: 344px;
  }
}
@media (max-width: 767px) {
  .offer-popup .offer__left {
    height: 160px;
    width: 100%;
    border-radius: 22px;
  }
}
.offer-popup .offer__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 44px;
}
@media (max-width: 767px) {
  .offer-popup .offer__left img {
    border-radius: 22px;
  }
}
.offer-popup .offer__right {
  display: flex;
  flex-direction: column;
  margin-top: 56px;
}
.offer-popup .offer__right._error, .offer-popup .offer__right._done {
  display: none;
}
@media (max-width: 767px) {
  .offer-popup .offer__right {
    align-items: center;
    margin-top: 0;
    padding: 0 8px 8px 8px;
  }
}
.offer-popup .offer__title {
  text-transform: uppercase;
  font-size: 68px;
  line-height: 70px;
  font-family: "Moniqa";
  letter-spacing: 2.72px;
  margin-bottom: 8px;
  max-width: 500px;
}
@media (max-width: 1279px) {
  .offer-popup .offer__title {
    display: none;
  }
}
.offer-popup .offer__title._mobile {
  display: none;
}
@media (max-width: 1279px) {
  .offer-popup .offer__title._mobile {
    display: block;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .offer-popup .offer__title._mobile {
    font-size: 70px;
    line-height: 72px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.offer-popup .offer__text {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 32px;
  max-width: 330px;
}
@media (max-width: 1279px) {
  .offer-popup .offer__text {
    max-width: 235px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .offer-popup .offer__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.offer-popup .offer__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 360px;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .offer-popup .offer__form {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .offer-popup .offer__input {
    border-radius: 16px;
  }
}
.offer-popup .offer__input .input__error {
  color: #0B0B0B;
}
.offer-popup .offer__politics {
  position: relative;
  font-size: 12px;
  line-height: 19px;
  color: #D1AD92;
  gap: 4px;
  max-width: 370px;
}
@media (max-width: 1279px) {
  .offer-popup .offer__politics {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .offer-popup .offer__politics {
    font-size: 12px;
    line-height: 16px;
  }
}
.offer-popup .offer__politics a {
  margin: 0 4px;
  color: #FFFFFF;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .offer-popup .offer__politics a:hover {
    color: #DEAE86;
    transition: 0.3s ease;
  }
}
.offer-popup .offer__button {
  width: 100%;
  height: 56px;
  border-radius: 22px;
  background: #F5FAF5;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #A35A24;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .offer-popup .offer__button:hover {
    background: #DEAE86;
    color: #FFFFFF;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .offer-popup .offer__button {
    height: 48px;
    border-radius: 16px;
  }
}

.offer-popup._submit-success .offer__right {
  display: none;
}
.offer-popup._submit-success .offer__right._done {
  display: flex;
}
@media (max-width: 767px) {
  .offer-popup._submit-success .offer__right._done .offer__title {
    letter-spacing: 0;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .offer-popup._submit-success .offer__right._done .offer__text {
    max-width: unset;
  }
}

.offer-popup._submit-error .offer__right {
  display: none;
}
.offer-popup._submit-error .offer__right._error {
  display: flex;
}
@media (max-width: 767px) {
  .offer-popup._submit-error .offer__right._error .offer__title {
    letter-spacing: 0;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .offer-popup._submit-error .offer__right._error .offer__text {
    max-width: unset;
  }
}

.offer-popup .form__agree-checkbox,
.footer .form__agree-checkbox {
  width: 1px;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
.offer-popup .form__agree-checkbox + .form__agree-fake-checkbox,
.footer .form__agree-checkbox + .form__agree-fake-checkbox {
  user-select: none;
  line-height: 20px;
}
.offer-popup .form__agree-checkbox + .form__agree-fake-checkbox::before,
.footer .form__agree-checkbox + .form__agree-fake-checkbox::before {
  content: "";
  display: inline-block;
  transform: translateY(3px);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid white;
  cursor: pointer;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 0.2s;
  border-radius: 3px;
}
.offer-popup .form__agree-checkbox:checked + .form__agree-fake-checkbox::before,
.footer .form__agree-checkbox:checked + .form__agree-fake-checkbox::before {
  border-color: #DEAE86;
  background-color: #DEAE86;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e");
}
.offer-popup .form__agree-checkbox:not(:disabled):not(:checked) + .form__agree-fake-checkbox:hover::before,
.footer .form__agree-checkbox:not(:disabled):not(:checked) + .form__agree-fake-checkbox:hover::before {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23CCD9E3%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e");
  box-shadow: 0 4px 8px rgba(104, 144, 187, 0.3);
}

.politics-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  padding: 144px 80px 0 80px;
}
@media (max-width: 1919px) {
  .politics-popup {
    padding: 86px 32px 0 32px;
  }
}
@media (max-width: 1279px) {
  .politics-popup {
    padding-top: 64px;
  }
}
@media (max-width: 767px) {
  .politics-popup {
    padding: 64px 16px 0 16px;
  }
}
.politics-popup._show {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease;
}
.politics-popup__close {
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  border: 1px solid #DEAE86;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1279px) {
  .politics-popup__close {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .politics-popup__close {
    top: 16px;
    right: 16px;
  }
}
.politics-popup__close svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .politics-popup__close:hover {
    background: #005649;
    border-color: #005649;
    transition: 0.3s ease;
  }
  .politics-popup__close:hover svg {
    fill: #F5FAF5;
    transition: 0.3s ease;
  }
}
.politics-popup__title {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 94px;
  font-family: "Moniqa";
  letter-spacing: 3.6px;
  color: #005649;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .politics-popup__title {
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 0;
    margin-bottom: 32px;
  }
}
.politics-popup__devider {
  width: 100%;
  height: 1px;
  background: #008472;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .politics-popup__devider {
    margin-bottom: 32px;
  }
}
.politics-popup__inner {
  width: 100%;
  height: calc(100% - 250px);
  max-height: max-content;
  max-width: 864px;
  margin: 0 auto;
  overflow-y: auto;
  color: #005649;
  position: relative;
  padding-bottom: 32px;
}
@media (max-width: 1919px) {
  .politics-popup__inner {
    max-width: 703px;
  }
}
@media (max-width: 1279px) {
  .politics-popup__inner {
    height: calc(100% - 189px);
    max-width: 633px;
  }
}
@media (max-width: 1023px) {
  .politics-popup__inner {
    max-width: 100%;
  }
}
.politics-popup__inner h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .politics-popup__inner h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
  }
}
.politics-popup__inner p, .politics-popup__inner li {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.36px;
  margin-bottom: 8px;
}
@media (max-width: 1279px) {
  .politics-popup__inner p, .politics-popup__inner li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.politics-popup__inner p:last-child, .politics-popup__inner li:last-child {
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .politics-popup__inner p:last-child, .politics-popup__inner li:last-child {
    margin-bottom: 32px;
  }
}

.text-popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.text-popup__bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}
.text-popup__body {
  position: relative;
  width: 868px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  padding: 137px 16px 64px 80px;
  background-color: #F5FAF5;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .text-popup__body {
    padding: 137px 16px 64px 32px;
  }
}
@media (max-width: 767px) {
  .text-popup__body {
    padding: 112px 0 32px 16px;
  }
}
.text-popup__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-right: 72px;
}
@media (max-width: 1023px) {
  .text-popup__inner {
    padding-right: 16px;
  }
}
.text-popup__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border: 1px solid #DEAE86;
  border-radius: 22px;
  background-color: #DEAE86;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .text-popup__close:hover {
    background-color: #FFFFFF;
  }
  .text-popup__close:hover svg {
    fill: #DEAE86;
  }
}
@media (max-width: 767px) {
  .text-popup__close {
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}
.text-popup__close svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

.text-popup .ps__rail-y {
  background-color: transparent !important;
}
.text-popup .ps__thumb-y {
  width: 6px !important;
  background-color: #005649 !important;
}

.text-popup._show {
  pointer-events: auto;
}
.text-popup._show .text-popup__bg {
  opacity: 1;
}
.text-popup._show .text-popup__body {
  transform: none;
}

.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0, 86, 73, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.video-popup._show {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease;
}
.video-popup__content {
  margin: auto;
  padding: 100px 0;
}
.video-popup__body {
  position: relative;
}
.video-popup .tabs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 24px);
}
.video-popup .tabs:empty {
  display: none;
}
@media (max-width: 767px) {
  .video-popup .tabs {
    overflow: unset;
    width: max-content;
    border-radius: 20px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.video-popup__video {
  width: 1162px;
  max-width: calc(100vw - 64px);
  height: 653px;
  border-radius: 22px;
  object-fit: cover;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 1919px) {
  .video-popup__video {
    width: 1010px;
    height: 567px;
  }
}
@media (max-width: 1279px) {
  .video-popup__video {
    width: 800px;
    height: 449px;
  }
}
@media (max-width: 1023px) {
  .video-popup__video {
    width: 704px;
    height: 395px;
  }
}
@media (max-width: 767px) {
  .video-popup__video {
    aspect-ratio: 1.78;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    border-radius: 0;
  }
}
.video-popup__video > div, .video-popup__video > iframe, .video-popup__video > video {
  width: 100%;
  height: 100%;
}
.video-popup__close {
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1279px) {
  .video-popup__close {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .video-popup__close {
    top: 16px;
    right: 16px;
  }
}
.video-popup__close svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .video-popup__close:hover {
    background: #005649;
    transition: 0.3s ease;
  }
  .video-popup__close:hover svg {
    fill: #F5FAF5;
    transition: 0.3s ease;
  }
}

@media (max-width: 1279px) {
  .video-popup._fullsize .video-popup__content {
    padding: 96px 0 0;
  }
}
@media (max-width: 1279px) and (orientation: landscape) {
  .video-popup._fullsize .video-popup__content {
    padding: 0 0 0;
  }
}
@media (max-width: 767px) {
  .video-popup._fullsize .video-popup__content {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .video-popup._fullsize .video-popup__content {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .video-popup._fullsize .video-popup__video {
    width: 100vw;
    max-width: none;
    height: calc(var(--vh) * 100 - 96px);
    border-radius: 0;
  }
}
@media (max-width: 1279px) and (orientation: landscape) {
  .video-popup._fullsize .video-popup__video {
    height: calc(var(--vh) * 100);
  }
}
@media (max-width: 767px) {
  .video-popup._fullsize .video-popup__video {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .video-popup._fullsize .video-popup__video {
    height: calc(var(--vh) * 100);
  }
}

.project {
  position: relative;
  z-index: 2;
}
.project__popups-container {
  display: none;
}
@media (max-width: 1023px) {
  .project__popups-container {
    display: block;
  }
}
.project__outer {
  padding: 0 32px;
}
@media (max-width: 1279px) {
  .project__outer {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .project__outer {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .project__outer::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}
.project__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1.718;
}
@media (max-width: 1023px) {
  .project__inner {
    width: 1024px;
    aspect-ratio: unset;
  }
}
@media (max-width: 767px) {
  .project__inner {
    width: 890px;
  }
}
.project__plan {
  width: 100%;
  height: 100%;
  border-radius: 22px;
}
@media (max-width: 1919px) {
  .project__plan {
    border-radius: 16px;
  }
}
@media (max-width: 1279px) {
  .project__plan {
    border-radius: 0;
  }
}
.project__buildings-hover {
  position: absolute;
  top: 25.4%;
  left: 36.6%;
  width: 59%;
  height: 48.5%;
}
.project__buildings-popup {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 20px;
  width: 365px;
  padding: 40px;
  font-size: 16px;
  line-height: 21px;
  color: #005649;
  border-radius: 22px;
  background-color: #F5FAF5;
  transition: opacity 0.1s ease;
}
@media (max-width: 767px) {
  .project__buildings-popup {
    width: 320px;
    padding: 24px;
    font-size: 14px;
    line-height: 18px;
  }
}
.project__buildings-popup._active {
  opacity: 1;
  pointer-events: auto;
}
.project__buildings-popup > * {
  margin-bottom: 8px;
}
.project__buildings-popup > *:last-child {
  margin-bottom: 0;
}
.project__buildings-popup ul {
  display: grid;
  row-gap: 8px;
  list-style-type: none;
}
.project__buildings-popup ul li {
  position: relative;
  padding-left: 12px;
}
.project__buildings-popup ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #005649;
}
.project__buildings-popup-title {
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .project__buildings-popup-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.project__info {
  position: absolute;
  left: 411px;
  top: 60px;
}
@media (max-width: 1919px) {
  .project__info {
    left: 360px;
  }
}
@media (max-width: 1279px) {
  .project__info {
    left: auto;
    top: 48px;
    right: 132px;
  }
}
@media (max-width: 1023px) {
  .project__info {
    top: 32px;
    right: 24px;
  }
}
.project__info-title {
  position: relative;
  font-size: 90px;
  line-height: 94px;
  font-family: "Moniqa";
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 1919px) {
  .project__info-title {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 1.6px;
  }
}
.project__info-title:after {
  content: "";
  width: 116px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1919px) {
  .project__info-title:after {
    bottom: -8px;
  }
}
.project__info-text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 1919px) {
  .project__info-text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.32px;
  }
}
.project__compass {
  width: 113px;
  height: 113px;
  position: absolute;
  top: 80px;
  right: 48px;
}
@media (max-width: 1919px) {
  .project__compass {
    top: 32px;
    right: 32px;
  }
}
@media (max-width: 1279px) {
  .project__compass {
    width: 64px;
    height: 64px;
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 1023px) {
  .project__compass {
    right: auto;
    top: auto;
    left: 24px;
    bottom: 74px;
  }
}
.project__compass._tablet {
  display: none;
}
.project__move {
  display: none;
}
@media (max-width: 1023px) {
  .project__move {
    pointer-events: none;
    display: block;
    position: absolute;
    left: 32px;
    bottom: 32px;
  }
}
@media (max-width: 767px) {
  .project__move {
    justify-content: center;
    left: 16px;
    bottom: 32px;
    width: calc(100% - 32px);
    text-align: center;
  }
}
.project__move-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #F5FAF5;
}
.project__panorama {
  display: flex;
  align-items: center;
  padding: 18px 129px 18px 18px;
  background-color: #008472;
  background-image: url(../image/static/panorama-bg.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 60px;
  position: absolute;
  left: 48px;
  bottom: 48px;
  gap: 24px;
}
.project__panorama._tablet {
  display: none;
}
@media (max-width: 1919px) {
  .project__panorama {
    background-image: none;
    padding: 16px;
    gap: 16px;
    left: 32px;
    bottom: 32px;
    border-radius: 28px;
  }
}
@media (max-width: 1279px) {
  .project__panorama {
    bottom: 96px;
  }
}
@media (max-width: 1023px) {
  .project__panorama {
    display: none;
  }
  .project__panorama._tablet {
    display: flex;
    bottom: -88px;
    left: 32px;
    background: transparent;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .project__panorama._tablet {
    bottom: -88px;
    left: 16px;
  }
}
.project__panorama-btn {
  width: 148px;
  height: 148px;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/static/panorama.jpg);
  background-repeat: no-repeat;
  background-size: 148px 148px;
  background-position: center;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1919px) {
  .project__panorama-btn {
    width: 72px;
    min-width: 72px;
    height: 72px;
    background-size: 72px 72px;
    border-radius: 22px;
  }
}
.project__panorama-btn img {
  width: 46px;
  height: 54px;
}
@media (max-width: 1919px) {
  .project__panorama-btn img {
    width: 21px;
    height: 26px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .project__panorama-btn:hover {
    background-size: 178px 178px;
    transition: 0.3s ease;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1919px) {
  .project__panorama-btn:hover {
    background-size: 92px 92px;
  }
}
.project__panorama-text {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 97px;
}
@media (max-width: 1919px) {
  .project__panorama-text {
    max-width: 240px;
  }
}
@media (max-width: 1023px) {
  .project__panorama-text {
    color: #005649;
  }
}
.project__building-number {
  width: 36px;
  height: 36px;
  background: #A35A24;
  font-size: 16px;
  line-height: 24px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
}
.project__building-number._beige {
  background: #DEAE86;
}
.project__dot {
  position: absolute;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .project__dot .project__dot-popup {
    display: none;
  }
}
.project__dot._show {
  z-index: 2;
}
.project__dot._show .project__dot-icon {
  background: #008472;
}
.project__dot._show .project__dot-icon svg {
  fill: #FFFFFF;
}
@media (max-width: 1023px) {
  .project__dot._show .project__dot-popup {
    display: none;
  }
}
.project__dot-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .project__dot-icon {
    width: 48px;
    height: 48px;
  }
}
.project__dot-icon svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
.project__dot-popup {
  position: absolute;
  z-index: 1;
  left: 30px;
  background: #F5FAF5;
  border-radius: 22px;
  padding: 40px;
  width: 456px;
  font-size: 16px;
  line-height: 21px;
  color: #005649;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.project__dot-popup._at-left {
  left: auto;
  right: 30px;
}
.project__dot-popup._at-bottom {
  top: 0;
}
.project__dot-popup._at-top {
  bottom: 0;
}
@media (max-width: 1023px) {
  .project__dot-popup {
    position: fixed;
    z-index: 3;
    top: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100%;
    padding: 72px 32px 32px 32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateY(100%);
  }
}
.project__dot-popup._show {
  opacity: 1;
  pointer-events: all;
  transform: none;
  transition: 0.3s ease;
}
.project__dot-popup h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: -0.56px;
  color: #005649;
  margin-bottom: 8px;
}
@media (max-width: 1279px) {
  .project__dot-popup h3 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
  }
}
.project__dot-cross {
  display: none;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  top: 16px;
  right: 16px;
  position: absolute;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid #DEAE86;
}
.project__dot-cross svg {
  width: 24px;
  height: 24px;
  fill: #005649;
}
@media (max-width: 1023px) {
  .project__dot-cross {
    display: flex;
  }
}

.social-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid #DEAE86;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .social-link:hover {
    color: #FFFFFF;
    background-color: #DEAE86;
  }
}
.social-link svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.social-link__message {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: calc(50% - 50px);
  width: 100px;
  padding: 6px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  border-radius: 2px;
  background-color: #DEAE86;
  transform: translateY(5px);
  transition: all 0.3s ease;
}

.social-link._copied .social-link__message {
  opacity: 1;
  transform: none;
}

.solutions .tabs-wrapper {
  margin-bottom: 120px;
}
.solutions .tabs-wrapper::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 1919px) {
  .solutions .tabs-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 1279px) {
  .solutions .tabs-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-left: 32px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .solutions .tabs-wrapper {
    padding-left: 16px;
    margin-bottom: 40px;
  }
}
.solutions .tabs {
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .solutions .tabs {
    display: inline-block;
    white-space: nowrap;
    border-radius: 20px;
    overflow: visible;
    margin-right: 32px;
    padding: 4px;
  }
}
@media (max-width: 767px) {
  .solutions .tabs {
    width: auto;
    margin-right: 16px;
  }
  .solutions .tabs::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 1279px) {
  .solutions .tabs__item span {
    display: none;
  }
}
.solutions .swiper {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
@media (min-width: 1921px) {
  .solutions .swiper {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
}
@media (max-width: 1279px) {
  .solutions .swiper {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .solutions .swiper {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.solutions__slide {
  margin-right: 32px;
  height: 640px !important;
  width: 100% !important;
  max-width: 416px;
}
.solutions__slide:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .solutions__slide {
    height: 100% !important;
    max-width: 288px;
    margin-right: 24px;
  }
}
.solutions__slider-nav {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.solutions__slider-nav.prev svg {
  transform: rotate(180deg);
}
.solutions__slider-nav.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.solutions__slider-nav svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .solutions__slider-nav:hover {
    background: #FFFFFF;
    transition: 0.3s ease;
  }
}
.solutions__slider-navigation {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  display: flex;
  gap: 8px;
}
@media (max-width: 1279px) {
  .solutions__slider-navigation {
    display: none;
  }
}

.tabs {
  display: flex;
  width: max-content;
  padding: 4px;
  background: #F5FAF5;
  border-radius: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 1279px) {
  .tabs {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .tabs {
    border-radius: 0;
    width: 100%;
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
  }
  .tabs::-webkit-scrollbar {
    width: 0;
  }
}
.tabs__item {
  white-space: nowrap;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #005649;
  border-radius: 22px;
  transition: 0.3s ease;
}
.tabs__item:first-child {
  margin-left: auto;
}
.tabs__item:last-child {
  margin-right: auto;
}
@media (max-width: 1279px) {
  .tabs__item {
    padding: 12px 16px;
    border-radius: 16px;
  }
}
.tabs__item._active {
  background: #008472;
  color: #F5FAF5;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .tabs__item:hover {
    background: #005649;
    color: #F5FAF5;
    transition: 0.3s ease;
  }
}

.tabs._hidden {
  opacity: 0;
  pointer-events: none;
}

.top {
  position: relative;
  min-height: calc(var(--vh) * 100);
}
.top .top__shadow {
  display: none;
  background-image: url(../image/static/shadow_slider_1920.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 624px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .top .top__shadow {
    background-image: url(../image/static/shadow_slider_1280.png);
    top: 0;
    height: 100vh;
  }
}
@media (max-width: 1279px) {
  .top .top__shadow {
    background-image: url(../image/static/shadow_slider_1024.png);
  }
}
@media (max-width: 1023px) {
  .top .top__shadow {
    background-image: url(../image/static/shadow_slider_768.png);
  }
}
@media (max-width: 767px) {
  .top .top__shadow {
    background-image: url(../image/static/shadow_slider_360.png);
  }
}
.top .swiper-slide {
  padding: 0 80px;
  width: 100%;
  min-height: calc(var(--vh) * 100);
  position: relative;
}
@media (max-width: 1919px) {
  .top .swiper-slide {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .top .swiper-slide {
    padding: 0 16px;
  }
}
.top .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  opacity: 0.3;
  background: linear-gradient(180deg, #181818 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .top .swiper-slide::before {
    height: 400px;
  }
}
.top .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top__slider-title {
  position: absolute;
  bottom: 330px;
  z-index: 1;
  width: 700px;
  max-width: 100%;
  font-size: 160px;
  line-height: 140px;
  font-family: "Moniqa";
  letter-spacing: 6.4px;
  text-transform: uppercase;
}
@media (max-width: 1919px) {
  .top__slider-title {
    font-size: 120px;
    line-height: 108px;
    bottom: 290px;
  }
}
@media (max-width: 1279px) {
  .top__slider-title {
    bottom: 260px;
  }
}
@media (max-width: 1023px) {
  .top__slider-title {
    bottom: 280px;
  }
}
@media (max-width: 767px) {
  .top__slider-title {
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 2.4px;
    bottom: 234px;
  }
}
.top__slider-title-spacer {
  float: left;
  clear: left;
  height: 140px;
}
@media (max-width: 1919px) {
  .top__slider-title-spacer {
    height: 108px;
  }
}
@media (max-width: 767px) {
  .top__slider-title-spacer {
    height: 62px;
  }
}
.top__slider-title-spacer._2 {
  width: 80px;
}
@media (max-width: 767px) {
  .top__slider-title-spacer._2 {
    width: 40px;
  }
}
.top__slider-text {
  position: absolute;
  bottom: 240px;
  z-index: 1;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1919px) {
  .top__slider-text {
    bottom: 220px;
  }
}
@media (max-width: 1279px) {
  .top__slider-text {
    bottom: 190px;
  }
}
@media (max-width: 767px) {
  .top__slider-text {
    font-size: 16px;
    line-height: 22px;
    bottom: 140px;
  }
}
.top__slider-metros {
  position: absolute;
  bottom: 40px;
  left: 80px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1919px) {
  .top__slider-metros {
    align-items: flex-start;
    left: 32px;
    bottom: 16px;
  }
}
@media (max-width: 1279px) {
  .top__slider-metros {
    align-items: center;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top__slider-metros {
    bottom: auto;
    top: calc(100% - 40px);
    background: #008472;
    flex-direction: column;
    gap: 16px;
    border-radius: 22px;
    align-items: flex-start;
    padding: 24px;
    width: 328px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top__slider-metro {
  display: flex;
  flex-direction: column;
  max-width: 246px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.top__slider-metro img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .top__slider-metro img {
    display: none;
  }
}
.top__slider-metro img:not(._desktop) {
  display: none;
}
@media (max-width: 767px) {
  .top__slider-metro img:not(._desktop) {
    display: block;
    margin-bottom: 0;
    margin-right: 8px;
  }
}
@media (max-width: 1919px) {
  .top__slider-metro {
    flex-direction: column;
    align-items: flex-start;
    max-width: 160px;
    font-size: 12px;
    line-height: 18px;
  }
  .top__slider-metro img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1439px) {
  .top__slider-metro {
    max-width: 120px;
  }
}
@media (max-width: 1279px) {
  .top__slider-metro {
    font-size: 14px;
    line-height: 18px;
    max-width: unset;
  }
  .top__slider-metro br {
    display: none;
  }
}
@media (max-width: 767px) {
  .top__slider-metro {
    flex-direction: row;
    align-items: center;
  }
}
.top__slider-button {
  position: absolute;
  bottom: 160px;
  left: 80px;
  z-index: 2;
  background: #F5FAF5;
  height: 56px;
  padding: 0 32px;
  color: #005649;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 22px;
  transition: 0.3s ease;
}
.top__slider-button:not(._desktop) {
  display: none;
}
@media (max-width: 767px) {
  .top__slider-button:not(._desktop) {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 22px;
    left: 16px;
    bottom: 72px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top__slider-button:hover {
    background: #DEAE86;
    color: #FFFFFF;
    transition: 0.3s ease;
  }
}
@media (max-width: 1919px) {
  .top__slider-button {
    bottom: 145px;
    left: 32px;
  }
}
@media (max-width: 1279px) {
  .top__slider-button {
    bottom: 110px;
  }
}
@media (max-width: 1023px) {
  .top__slider-button {
    height: 48px;
    padding: 0 16px;
    bottom: 120px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .top__slider-button {
    display: none;
  }
}
.top__slider-navigation, .top__slider-pagination {
  position: absolute;
  z-index: 2;
  left: 50% !important;
  transform: translateX(-50%);
}
.top__slider-pagination {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF !important;
  text-align: center;
  bottom: 56px !important;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .top__slider-pagination {
    bottom: 48px !important;
  }
}
@media (max-width: 1279px) {
  .top__slider-pagination {
    text-align: right;
    bottom: 110px !important;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .top__slider-pagination {
    bottom: 84px !important;
    padding-right: 16px;
  }
}
.top__slider-navigation {
  display: flex;
  align-items: center;
  gap: 64px;
  bottom: 40px;
}
@media (max-width: 1919px) {
  .top__slider-navigation {
    bottom: 32px;
  }
}
@media (max-width: 1279px) {
  .top__slider-navigation {
    display: none;
  }
}
.top__slider-nav {
  width: 56px;
  height: 56px;
  background: #F5FAF5;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.top__slider-nav.prev svg {
  transform: rotate(180deg);
}
.top__slider-nav svg {
  width: 24px;
  height: 24px;
  fill: #005649;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .top__slider-nav:hover {
    background: #005649;
    transition: 0.3s ease;
  }
  .top__slider-nav:hover svg {
    fill: #FFFFFF;
    transition: 0.3s ease;
  }
}

html.tablet .top,
html.mobile .top {
  min-height: calc(var(--initial-vh) * 100);
}
html.tablet .top .swiper-slide,
html.mobile .top .swiper-slide {
  min-height: calc(var(--initial-vh) * 100);
}

.section {
  position: relative;
}
.section__name {
  width: 100%;
  max-width: max-content;
  position: relative;
  margin: 0 auto;
}
.section__subtitle {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #A35A24;
  text-align: center;
}
.section__title {
  font-size: 160px;
  line-height: 140px;
  font-family: "Moniqa";
  letter-spacing: 6.4px;
  text-transform: uppercase;
  color: #005649;
  text-align: center;
}
@media (max-width: 1919px) {
  .section__title {
    font-size: 120px;
    line-height: 105px;
    letter-spacing: 4.8px;
  }
}
@media (max-width: 767px) {
  .section__title {
    font-size: 70px;
    line-height: 64px;
    letter-spacing: 1.4px;
  }
}
.section__text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  max-width: 864px;
  text-align: center;
  color: #005649;
}
@media (max-width: 1279px) {
  .section__text {
    padding: 0 32px;
  }
}
@media (max-width: 1023px) {
  .section__text {
    max-width: 704px;
  }
}
@media (max-width: 767px) {
  .section__text {
    padding: 0 16px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
.section._gallery {
  padding-top: 140px;
  padding-bottom: 56px;
  background-image: url(../image/static/gallery-bg.svg);
  background-size: 2560px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5FAF5;
}
@media (max-width: 1279px) {
  .section._gallery {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section._gallery {
    padding-top: 280px;
    padding-bottom: 96px;
    background-color: transparent;
    background-image: none;
  }
}
.section._about {
  padding-top: 140px;
  background-image: url(../image/static/about-bg.svg);
  background-size: 2560px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5FAF5;
}
@media (max-width: 1919px) {
  .section._about {
    padding-bottom: 50px;
  }
}
@media (max-width: 1279px) {
  .section._about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .section._about {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section._about {
    padding-top: 193px;
    padding-bottom: 40px;
    background-image: none;
  }
}
.section._about .section__title {
  margin-bottom: 136px;
}
@media (max-width: 1919px) {
  .section._about .section__title {
    margin-bottom: 56px;
  }
}
@media (max-width: 1279px) {
  .section._about .section__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section._about .section__title {
    margin-bottom: 32px;
  }
}
.section._about .section__img {
  position: absolute;
  right: -250px;
  top: -70px;
  width: 208px;
  height: 290px;
}
@media (max-width: 1919px) {
  .section._about .section__img {
    right: -280px;
    top: -50px;
  }
}
@media (max-width: 1279px) {
  .section._about .section__img {
    right: -20px;
    top: -60px;
    width: 98px;
    height: 137px;
  }
}
@media (max-width: 767px) {
  .section._about .section__img {
    right: 50%;
    transform: translateX(50%);
    top: -160px;
  }
}
.section._advantages {
  padding-top: 140px;
  padding-bottom: 56px;
  background-image: url(../image/static/advantages-bg.svg);
  background-size: 2560px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5FAF5;
}
@media (max-width: 1279px) {
  .section._advantages {
    padding-top: 253px;
  }
}
@media (max-width: 1023px) {
  .section._advantages {
    padding-top: 264px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section._advantages {
    padding-top: 297px;
    padding-bottom: 96px;
    background-image: none;
  }
}
.section._advantages .section__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section._advantages .section__title {
    margin-bottom: 24px;
  }
}
.section._advantages .section__title br {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section._advantages .section__title {
    margin-bottom: 24px;
  }
  .section._advantages .section__title br {
    display: block;
  }
}
.section._advantages .section__img {
  position: absolute;
  left: -260px;
  top: -40px;
  width: 198px;
  height: 290px;
}
@media (max-width: 1919px) {
  .section._advantages .section__img {
    left: -180px;
    top: -100px;
  }
}
@media (max-width: 1279px) {
  .section._advantages .section__img {
    left: 150px;
    top: -200px;
    width: 135px;
    height: 197px;
  }
}
@media (max-width: 1023px) {
  .section._advantages .section__img {
    left: unset;
    right: 110px;
    top: -200px;
  }
}
@media (max-width: 767px) {
  .section._advantages .section__img {
    width: 94px;
    height: 137px;
    right: 50%;
    transform: translateX(50%);
    top: -160px;
  }
}
.section._improvement {
  padding-top: 140px;
  padding-bottom: 56px;
  background-image: url(../image/static/improvement-bg.svg);
  background-size: 2560px 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .section._improvement {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section._improvement {
    padding-top: 246px;
    padding-bottom: 40px;
    background-image: none;
  }
}
.section._improvement .section__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section._improvement .section__title {
    margin-bottom: 24px;
  }
}
.section._improvement .section__subtitle {
  display: none;
}
.section._improvement .section__img {
  position: absolute;
  right: -250px;
  top: -40px;
  width: 209px;
  height: 277px;
}
@media (max-width: 1919px) {
  .section._improvement .section__img {
    right: -140px;
    top: -80px;
  }
}
@media (max-width: 1279px) {
  .section._improvement .section__img {
    right: 30px;
    top: -90px;
    width: 158px;
    height: 210px;
  }
}
@media (max-width: 1023px) {
  .section._improvement .section__img {
    right: -10px;
    top: -130px;
  }
}
@media (max-width: 767px) {
  .section._improvement .section__img {
    right: 50%;
    transform: translateX(50%);
    top: -220px;
  }
}
.section._calm {
  padding-top: 140px;
  padding-bottom: 56px;
  background-image: url(../image/static/calm-bg.svg);
  background-size: 2560px 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1279px) {
  .section._calm {
    padding-top: 226px;
  }
}
@media (max-width: 1023px) {
  .section._calm {
    padding-top: 254px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section._calm {
    padding-top: 230px;
    padding-bottom: 32px;
    background-image: none;
  }
}
@media (max-width: 1279px) {
  .section._calm .section__title {
    letter-spacing: 0;
  }
}
.section._calm .section__title br:first-of-type {
  display: none;
}
@media (max-width: 767px) {
  .section._calm .section__title br:first-of-type {
    display: block;
  }
}
.section._calm .section__img {
  position: absolute;
  left: -350px;
  bottom: -10px;
  width: 268px;
  height: 196px;
}
@media (max-width: 1919px) {
  .section._calm .section__img {
    width: 253px;
    height: 185px;
    left: -270px;
    bottom: -30px;
  }
}
@media (max-width: 1279px) {
  .section._calm .section__img {
    left: -100px;
    bottom: unset;
    top: -160px;
    width: 212px;
    height: 155px;
  }
}
@media (max-width: 1023px) {
  .section._calm .section__img {
    left: 50%;
    transform: translateX(-50%);
    top: -180px;
    width: 206px;
    height: 150px;
  }
}
.section._location {
  background: #E9EFE4;
  margin-top: -400px;
  padding-top: 545px;
}
@media (max-width: 1919px) {
  .section._location {
    padding-top: 555px;
    margin-top: -440px;
  }
}
@media (max-width: 1279px) {
  .section._location {
    padding-top: 430px;
    margin-top: -300px;
  }
}
@media (max-width: 1023px) {
  .section._location {
    padding-top: 400px;
    margin-top: -250px;
  }
}
@media (max-width: 767px) {
  .section._location {
    margin-top: 0;
    padding-top: 56px;
  }
}
.section._location .section__title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .section._location .section__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .section._location .section__title {
    margin-bottom: 24px;
  }
}
.section._infrastructure {
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: url(../image/static/infrastructure-bg.svg);
  background-size: 2560px 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5FAF5;
}
@media (max-width: 1919px) {
  .section._infrastructure {
    padding-bottom: 32px;
  }
}
@media (max-width: 1279px) {
  .section._infrastructure {
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .section._infrastructure {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section._infrastructure {
    padding-top: 222px;
    background-image: none;
  }
}
.section._infrastructure .section__title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .section._infrastructure .section__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .section._infrastructure .section__title {
    margin-bottom: 24px;
  }
}
.section._infrastructure .section__img {
  position: absolute;
  right: -140px;
  top: -40px;
  width: 298px;
  height: 188px;
}
@media (max-width: 1919px) {
  .section._infrastructure .section__img {
    right: -120px;
    top: -60px;
  }
}
@media (max-width: 1279px) {
  .section._infrastructure .section__img {
    right: 50px;
    top: -70px;
    width: 212px;
    height: 134px;
  }
}
@media (max-width: 1023px) {
  .section._infrastructure .section__img {
    right: 0;
    top: -90px;
  }
}
@media (max-width: 767px) {
  .section._infrastructure .section__img {
    right: 50%;
    transform: translateX(50%);
    top: -170px;
  }
}
.section._solutions {
  padding-top: 140px;
  padding-bottom: 120px;
  background: #005649;
  border-radius: 200px 200px 0 0;
}
@media (max-width: 1919px) {
  .section._solutions {
    border-radius: 100px 100px 0 0;
  }
}
@media (max-width: 1279px) {
  .section._solutions {
    border-radius: 80px 80px 0 0;
    padding-top: 84px;
  }
}
@media (max-width: 1023px) {
  .section._solutions {
    border-radius: 56px 56px 0 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section._solutions {
    border-radius: 24px 24px 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section._solutions .section__title {
  margin-bottom: 40px;
  color: #F5FAF5;
}
@media (max-width: 1023px) {
  .section._solutions .section__title {
    margin-bottom: 32px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .section._solutions .section__title {
    max-width: 280px;
    margin-bottom: 24px;
  }
}
.section._solutions .section__subtitle {
  color: #DEAE86;
}
.section._flats {
  background-color: #F5FAF5;
}
.section._flats .section__flats-top {
  padding-top: 140px;
  background-image: url(../image/static/flats-bg.svg);
  background-size: 2560px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 1919px) {
  .section._flats .section__flats-top {
    padding-top: 200px;
  }
}
@media (max-width: 1279px) {
  .section._flats .section__flats-top {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .section._flats .section__flats-top {
    padding-top: 275px;
    background-image: none;
  }
}
.section._flats .section__flats-main {
  padding-top: 80px;
  padding-bottom: 140px;
  background-image: url(../image/static/flats-bg.svg);
  background-size: 2560px auto;
  background-repeat: no-repeat;
  background-position: center bottom -1080px;
}
@media (max-width: 1279px) {
  .section._flats .section__flats-main {
    padding-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .section._flats .section__flats-main {
    padding-top: 40px;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .section._flats .section__flats-main {
    padding-top: 56px;
    padding-bottom: 80px;
    background-image: none;
  }
}
.section._flats .section__title {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .section._flats .section__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .section._flats .section__title {
    margin-bottom: 24px;
  }
}
.section._flats .section__img {
  position: absolute;
  left: -300px;
  top: -90px;
  width: 216px;
  height: 316px;
}
@media (max-width: 1919px) {
  .section._flats .section__img {
    left: -140px;
    top: -140px;
  }
}
@media (max-width: 1279px) {
  .section._flats .section__img {
    left: 20px;
    top: -80px;
    width: 163px;
    height: 238px;
  }
}
@media (max-width: 1023px) {
  .section._flats .section__img {
    left: 0;
    top: -100px;
    width: 134px;
    height: 195px;
  }
}
@media (max-width: 767px) {
  .section._flats .section__img {
    left: 50%;
    transform: translateX(-50%);
    top: -220px;
  }
}
.section._flats .advantages {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .section._flats .advantages {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section._flats .advantages {
    margin-top: 96px;
  }
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

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

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

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

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

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

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
