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

@font-face {
  font-family: SangBleu Versailles Trial;
  src: url('../fonts/SangBleuVersailles-Regular.woff2') format("woff2"), url('../fonts/SangBleuVersailles-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TT Norms Pro Expanded;
  src: url('../fonts/TTNormsProExpanded-Medium.woff2') format("woff2"), url('../fonts/TTNormsProExpanded-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-extra-low: #ffffff0a;
  --_typography---body_s: .625rem;
  --black: #1f1f1f;
  --_typography---body_m: .875rem;
  --white: white;
  --_typography---body_buttons: .75rem;
  --_typography---h2: 2.625rem;
  --gold: #85715d;
  --gold-strong: #6c5c4b;
  --black-low: #1f1f1f1a;
  --beige: #f0ede8;
  --_typography---h1: 3rem;
  --_typography---body_l: 1.5rem;
  --white-low: #ffffff1a;
  --black-mid: #1f1f1f4d;
  --_typography---h4: 1.125rem;
  --_typography---h3: 2rem;
  --white-mid: #fff3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #f3f3f3;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DrukTextWide, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 125%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DrukTextWide, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 135%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

p {
  margin-bottom: 0;
}

a {
  color: #b1b1b1;
  text-decoration: none;
}

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

.section {
  background-color: #111;
  overflow: hidden;
}

.section.is--hero {
  background-color: #0000;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.section.footer-section {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hero-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.img-abs {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg-inner {
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.hero__nav {
  justify-content: space-between;
  display: flex;
}

.hero__logo {
  object-fit: contain;
  width: 10rem;
  height: auto;
}

.hero__nav-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.hero__link {
  color: #d1d1d1;
}

.hero__body {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__content {
  justify-content: space-between;
  max-width: 33rem;
}

.hero__form {
  background-color: #f3f3f3;
  border-radius: 1rem;
  width: 25rem;
  padding: 1.5rem 1.75rem;
}

.h1 {
  font-size: 4.375rem;
}

.h1.min {
  font-size: 2.5rem;
}

.h1.ru {
  font-family: Inter, sans-serif;
  font-size: 2.6rem;
}

.hero__text {
  color: #d1d1d1;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}

.button {
  color: #111;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  max-width: 16.25rem;
  padding: 1.125rem 2rem;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #75aefd;
}

.button.cons {
  width: 15rem;
  max-width: none;
}

.hero__points {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.hero__point {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.hero__point-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #6ddcff, #7f60f9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5rem;
  line-height: 140%;
}

.form {
  color: #b1b1b1;
  margin-bottom: 0;
}

.form__inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form__title {
  color: #111;
  font-family: DrukTextWide, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.form__title.ru {
  font-family: Inter, sans-serif;
}

.inputs-wrp {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.input {
  color: #000;
  background-color: #0000;
  border: 1px solid #b1b1b1;
  border-radius: .625rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 0 0 0 .5rem;
}

.error-message {
  color: red;
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-size: .75rem;
}

.error-message.error-message-new {
  background-color: var(--white-extra-low);
  color: #ff4245;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_s);
  -webkit-text-stroke-color: #ff4245;
  text-transform: uppercase;
  padding: .5rem 1rem;
}

.form__title-wrp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: .5rem;
  display: flex;
}

.form__button {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(50deg, #6fd4ff, #7d6dfa);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 1.125rem 2rem;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.form__button:hover {
  color: #fff;
}

.success-message {
  color: green;
  background-color: #0080001a;
  border-radius: .625rem;
  font-family: DrukTextWide, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
}

.success-message.success-message-new {
  background-color: var(--white-extra-low);
  border-radius: 0;
  padding: 1.5rem;
}

.about {
  flex-flow: row;
}

.spacer {
  height: 7.5rem;
}

.tag {
  margin-bottom: 2.5rem;
  display: flex;
}

.tag-text {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #6ddcff, #7f60f9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.about__header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.h2 {
  font-size: 2.5rem;
}

.h2.ru {
  font-family: Inter, sans-serif;
}

.about__text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 140%;
}

.about__text.min {
  font-size: 1rem;
}

.about__points {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #0009;
  border-radius: .625rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 4px 8px 20px -4px #6ddcff0d;
}

.about__point {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #a4a4a4;
  flex-flow: column;
  display: flex;
}

.about__point-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #6ddcff, #7f60f9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.5rem;
  line-height: 140%;
}

.about__points-divider {
  background-image: linear-gradient(#6ddcff, #7f60f9);
  width: 1px;
  height: 10rem;
}

.mw {
  max-width: 15ch;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 150%;
  display: grid;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #d1d1d1;
  align-items: center;
  font-size: 1.5rem;
  line-height: 140%;
  display: flex;
}

.list-icon {
  width: 2rem;
  height: 2rem;
}

.about__img {
  border-radius: .625rem;
  position: relative;
  overflow: hidden;
}

.header {
  margin-bottom: 4rem;
}

.gallery-slider {
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper {
  direction: ltr;
}

.swiper.swiper-key-points {
  width: 100%;
  overflow: visible !important;
}

.swiper.swiper-interiors, .swiper.swiper-exteriors {
  overflow: visible;
}

.swiper.achievements-swiper {
  width: 100%;
}

.swiper-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide.swiper-key-points__slide {
  height: unset;
  width: 25rem;
  min-width: 25rem;
  overflow: clip;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
}

.swiper-right2 {
  z-index: 11;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.swiper-right2:hover {
  opacity: .65;
}

.slider-button {
  margin-left: 4px;
  margin-right: 4px;
}

.slider-button.slider-next-gallery {
  color: #fff;
  background-image: url('../images/Polygon-13.svg'), linear-gradient(120deg, #6ddcff, #7f60f9);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: auto -1rem auto 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  top: 0;
}

.slider-button.slider-next-gallery:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.slider-button.slider-prev-gallery {
  color: #fff;
  background-image: url('../images/Polygon-13-1.svg'), linear-gradient(120deg, #6ddcff, #7f60f9);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: auto 0 auto -1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  top: 0%;
  left: 0%;
  right: auto;
}

.slider-button.slider-prev-gallery:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.slider-button.slider-prev {
  color: #fff;
  cursor: pointer;
  background-image: url('../images/Polygon-13-1.svg'), linear-gradient(120deg, #6ddcff, #7f60f9);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: auto 0 auto -2rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  top: 0%;
  left: 0%;
  right: auto;
}

.slider-button.slider-prev:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.slider-button.slider-next {
  color: #fff;
  cursor: pointer;
  background-image: url('../images/Polygon-13.svg'), linear-gradient(120deg, #6ddcff, #7f60f9);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: auto -2rem auto 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  top: 0;
}

.slider-button.slider-next:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.swiper-left2 {
  z-index: 11;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper-left2:hover {
  opacity: .65;
}

.slider-cards {
  direction: ltr;
  background-color: #0000;
  flex-direction: column;
  height: 31.25rem;
}

.mask-slider-cards {
  direction: ltr;
}

.slide {
  border-radius: .625rem;
  width: 22.2rem;
  margin-left: auto;
  margin-right: 20px;
  overflow: hidden;
}

.bg-item {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/78deca2b76c60976656dcb1f13211065-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg-item.oman._1 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/1_1.avif');
}

.bg-item.oman._2 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-item.oman._3 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/3.avif');
}

.bg-item.oman._5 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/6.avif');
  background-position: 0 0, 25%;
}

.bg-item.oman._7 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/ian-badenhorst-sFT48.avif');
  background-position: 0 0, 75%;
}

.bg-item.oman._1-copy {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/1_2.avif');
}

.bg-item.oman._2-copy {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-item.oman._3-copy {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/3_1.avif');
}

.bg-item.oman._5-copy {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/4.avif');
  background-position: 0 0, 25%;
}

.bg-item.oman._7-copy {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/5.avif');
  background-position: 0 0, 75%;
}

.content {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.card-wrapper._1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  padding-top: 30px;
  font-size: 1.25rem;
  line-height: 140%;
}

.card-wrapper._3, .card-wrapper._5, .card-wrapper._4 {
  justify-content: flex-end;
}

.heading-cards-name {
  color: #f3f3f3;
  text-transform: none;
  align-items: flex-end;
  margin-top: 0;
  font-family: DrukTextWide, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  display: block;
  position: static;
  top: 0;
  bottom: auto;
  left: 0;
}

.heading-cards-name.ru {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
  bottom: -40px;
}

.location__body {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location__map {
  border-radius: .625rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.location__map-inner {
  position: absolute;
  inset: 0%;
}

.list-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  flex-flow: column;
  font-size: 1rem;
  line-height: 150%;
  display: flex;
}

.list-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #6ddcff, #7f60f9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2rem;
  font-weight: 300;
  line-height: 100%;
}

.footer {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer__title {
  color: #000;
  text-transform: uppercase;
  max-width: 34rem;
  line-height: 120%;
}

.footer__title.min {
  font-size: 2.5rem;
}

.footer__title.ru {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
}

.footer__form {
  width: 30rem;
}

.footer__body {
  justify-content: space-between;
  display: flex;
}

.footer__law {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.link-footer {
  color: #1d1d1d;
  text-decoration: underline;
}

.popup-cons {
  z-index: 999;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-cons__inner {
  z-index: 2;
  background-color: #fff;
  border-radius: .625rem;
  width: 40rem;
  min-height: 28rem;
  padding: 2.5rem;
  position: relative;
}

.popup-cons__close {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000b3;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-close {
  color: #fff;
  cursor: pointer;
  background-color: #343434b3;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .75rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.btn-close:hover {
  background-color: #343434;
}

.popup-brochure {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-brochure__inner {
  z-index: 2;
  background-color: #fff;
  border-radius: .625rem;
  width: 40rem;
  min-height: 28rem;
  padding: 2.5rem;
  position: relative;
}

.popup-brochure__close, .popup-fp__close {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000b3;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.lang {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
}

.card {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  color: #d1d1d1;
  background-color: #0009;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3.5rem;
  padding: 2rem;
  display: flex;
  box-shadow: 4px 8px 20px -4px #6ddcff0d;
}

.card__divider {
  background-image: linear-gradient(120deg, #6ddcff, #7f60f9);
  width: 100%;
  height: 1px;
}

.card__project {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card__title {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #6ddcff, #7f60f9);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  font-family: DrukTextWide, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 140%;
}

.card__img {
  border-radius: .625rem;
  min-height: 20rem;
  position: relative;
  overflow: hidden;
}

.section-new.hero-new {
  height: calc(100svh - 4.5rem);
  margin-top: 4.5rem;
  position: relative;
}

.section-new.key-points {
  overflow: hidden;
}

.section-new.location-new {
  height: 50rem;
  position: relative;
}

.section-new.apartments {
  overflow: hidden;
}

.section-new.gallery-new {
  background-color: var(--black);
  overflow: hidden;
}

.section-new.promo {
  background-image: url('../images/06346671738ee1854ae37d7a3bbe49a10f2ebabf.avif');
  background-position: 50%;
  background-size: cover;
  height: 50rem;
}

.section-new.financing {
  background-color: var(--black);
  padding-bottom: 6.25rem;
}

.section-new.amenities {
  background-color: var(--black);
}

.section-new.about-us {
  overflow: hidden;
}

.container-new {
  width: 100%;
  max-width: 90rem;
  padding: 6.25rem 1.5rem;
}

.container-new.header-new__container {
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.container-new.hero-new__container {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.container-new.project-info__container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 52.3% 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  display: grid;
}

.container-new.key-points__container {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  display: flex;
}

.container-new.location-new__ {
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.container-new.apartments__container {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  display: flex;
}

.container-new.promo__container {
  height: 100%;
}

.container-new.financing__container {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  padding-bottom: 5rem;
  display: flex;
}

.container-new.amenities__container {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  display: flex;
}

.container-new.about-us__container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.container-new.footer-new__container {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 1.5rem;
  display: flex;
}

.body {
  color: var(--black);
  font-family: SangBleu Versailles Trial, Georgia, sans-serif;
  font-size: var(--_typography---body_m);
  line-height: 160%;
  overflow-x: hidden;
}

.header-new {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-new__logo {
  width: auto;
  height: 2.5rem;
  padding-right: 2rem;
}

.header-new__nav {
  height: 100%;
}

.header-new__nav-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.header-new__nav-link {
  color: var(--white);
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_buttons);
  text-transform: uppercase;
  padding: 0;
}

.header-new__nav-link.w--current {
  color: var(--white);
}

.button-new {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_buttons);
  text-transform: uppercase;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 3rem;
  padding: 1rem;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-new.gold {
  background-color: var(--gold);
  color: var(--white);
}

.button-new.gold:hover {
  background-color: var(--gold-strong);
}

.button-new.black {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
}

.button-new.black:hover {
  background-color: var(--gold-strong);
}

.button-new.white {
  border: 1px solid var(--black-low);
  background-color: var(--white);
  color: var(--black);
}

.cons-btn.button-new {
  letter-spacing: 1px;
  line-height: 132%;
}

.cons-btn.button-new.gold {
  line-height: 132%;
  position: relative;
}

.cons-btn.button-new.gold.header-new__button {
  min-width: 12.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cons-btn.button-new.gold.about-us__button {
  white-space: nowrap;
  align-self: flex-start;
  width: 12.5rem;
  margin-top: auto;
}

.cons-btn.button-new.gold.header-__button {
  min-width: 12.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cons-btn.button-new.white {
  transition: border-color .25s cubic-bezier(.25, .46, .45, .94), background-color .25s cubic-bezier(.25, .46, .45, .94);
}

.cons-btn.button-new.white:hover {
  border-color: var(--beige);
  background-color: var(--beige);
}

.hero-new__bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-new__text-root {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.title-one {
  font-family: TT Norms Pro;
  font-size: var(--_typography---h1);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 110%;
}

.title-one.hero-new__title {
  color: var(--white);
  letter-spacing: 3px;
  max-width: 42.0625rem;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
}

.hero-new__info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-new__descr {
  color: var(--white);
  font-size: var(--_typography---body_l);
  max-width: 27.75rem;
  line-height: 120%;
}

.hero-new__list-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white-low);
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  padding: 1.5rem;
  display: flex;
}

.hero-new__list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.hero-new__item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  display: flex;
}

.hero-new__item-title {
  font-size: var(--_typography---body_s);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-new__item-value {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
}

.project-info__list {
  flex-flow: column;
  display: flex;
}

.project-info__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.project-info__item {
  border-bottom: 1px solid var(--black-low);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.project-info__item-title {
  color: var(--black-mid);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
}

.project-info__item-value {
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---h4);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.project-info__title-root {
  grid-column-gap: 8.625rem;
  grid-row-gap: 8.625rem;
  flex-flow: column;
  display: flex;
}

.title-two {
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---h2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.title-two.gold {
  color: var(--gold);
}

.title-two.apartments__title {
  max-width: 27.5rem;
}

.title-two.financing__title {
  max-width: 36.25rem;
}

.project-info__descr {
  max-width: 27rem;
}

.project-info__image-wrapper {
  background-image: url('../images/f942ea1b1d6fd4ad1d2c0c16834fdb79fe96e4d1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  display: flex;
}

.button-new__icon {
  display: flex;
}

.key-points__title-root {
  border-top: 1px solid var(--black-low);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1.5rem;
  display: flex;
}

.nav-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nav {
  background-color: var(--beige);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav:hover {
  background-color: var(--black-low);
}

.nav__icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.key-points__card {
  flex-flow: column;
  width: 25rem;
  min-width: 25rem;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.key-points__card-image {
  object-fit: cover;
  width: 100%;
  height: 16.25rem;
  min-height: 16.25rem;
}

.key-points__card-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  flex-flow: column;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem 1.5rem;
  display: flex;
  position: relative;
}

.key-points__card-title {
  color: var(--white);
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_m);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 160%;
  position: relative;
}

.key-points__card-descr {
  color: var(--white);
  position: relative;
}

.key-points__card-pattern {
  object-fit: contain;
  width: 9.25rem;
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.location-new__bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.location-new__content {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  max-width: 27.5rem;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.location-new__content.ru {
  max-width: 32.9rem;
}

.location-new__content-root {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.location-new__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-new__item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.location-new__item-icon {
  display: flex;
}

.location-new__item-root {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.location-new__item-value {
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---h4);
  text-transform: uppercase;
  font-weight: 500;
}

.location-new__item-label {
  opacity: .4;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_s);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 160%;
}

.apartments__title-root {
  border-top: 1px solid var(--black-low);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1.5rem;
  display: flex;
}

.apartments__list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.apartments__card-image {
  object-fit: cover;
  width: 100%;
  height: 13.75rem;
}

.apartments__card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  padding: .75rem;
  display: flex;
}

.apartments__card-title {
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-weight: 500;
}

.apartments__card-info {
  border-top: 1px solid var(--black-low);
  justify-content: space-between;
  padding-top: 1.5rem;
  display: flex;
}

.apartments__card-icon {
  flex-flow: column;
  display: flex;
}

.apartments__card-label {
  opacity: .3;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_s);
  text-transform: uppercase;
  font-weight: 500;
}

.apartments__card-value {
  text-transform: uppercase;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-weight: 500;
}

.apartments__card-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.gallery-new__tabs-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--white-low);
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-new__tab-link {
  color: var(--white);
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_buttons);
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  padding: 0 0 .5rem;
  transition: border-color .25s cubic-bezier(.25, .46, .45, .94);
}

.gallery-new__tab-link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--gold);
  color: var(--white);
  background-color: #0000;
  padding: 0 0 .5rem;
}

.text-block {
  letter-spacing: 1px;
}

.gallery-new__tabs-content {
  padding-top: 5rem;
  padding-bottom: 0;
  overflow: visible;
}

.gallery-new__buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.gallery-new__nav {
  background-color: var(--white-low);
  justify-content: center;
  align-items: center;
  width: 5.25rem;
  min-width: 5.25rem;
  height: 5.25rem;
  min-height: 5.25rem;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gallery-new__nav:hover {
  background-color: #fff3;
}

.gallery-new__nav.prev.exteriors, .gallery-new__nav.prev.interiors, .gallery-new__nav.next.exteriors, .gallery-new__nav.next.interiors {
  cursor: pointer;
}

.gallery-new__nav-icon {
  display: flex;
}

.promo__root {
  background-color: var(--black-low);
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  max-width: 28.75rem;
  height: 100%;
  margin-left: auto;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.promo__text-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  order: 0;
  display: flex;
  position: relative;
}

.title-three {
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---h3);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 112%;
}

.title-three.promo__title {
  text-align: center;
}

.title-three.gold {
  color: var(--gold);
}

.title-three.modal__title {
  max-width: 95%;
}

.promo__descr {
  text-align: center;
}

.promo__pattern {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.financing__title-root {
  color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.financing__descr-root {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  max-width: 22.5rem;
  display: flex;
}

.marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee__content.scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-between;
  min-width: 0%;
  display: flex;
}

.marquee__card {
  background-color: var(--white-extra-low);
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  min-width: 17.5rem;
  height: 17.5rem;
  display: flex;
}

.marquee__image {
  max-height: 2.5rem;
}

.amenities__title-root {
  border-top: 1px solid var(--white-mid);
  color: var(--white);
  padding-top: 1.5rem;
}

.amenities__list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: 21.125rem 21.125rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.amenities__card {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.amenities__card-bg {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.amenities__card-title {
  background-color: var(--white-low);
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  object-position: 50% 50%;
  padding: 2rem;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-weight: 500;
  position: relative;
}

.amenities__button {
  background-color: var(--white-low);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.amenities__button:hover {
  background-color: var(--white-mid);
}

.amenities__button-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

.amenities__button-icon {
  display: flex;
}

.abou-us__content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--black-low);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  display: grid;
}

.about-us__text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 32.875rem;
  display: flex;
}

.about-us__list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 22.875rem;
  margin-top: .5rem;
  display: grid;
}

.about-us__list.ru {
  max-width: 27rem;
}

.about-us__item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-left: 1px solid var(--black-low);
  flex-flow: column;
  padding-left: .75rem;
  display: flex;
}

.about-us__item-value {
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---h4);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.about-us__item-title {
  color: var(--black-mid);
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_s);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
}

.abou-us__image-wrapper {
  background-image: url('../images/dff86cbec0d5809b97f57fb0b48e1f3f42410a21.avif');
  background-position: 50%;
  background-size: cover;
  height: 34.0625rem;
}

.achievement-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--beige);
  border: 1px #544d481a;
  border-color: var(--extra-low);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 21.125rem;
  min-height: auto;
  padding: 3rem 1.5rem;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  display: flex;
}

.achievement-card__image {
  z-index: 1;
  object-fit: contain;
  height: auto;
  max-height: 100%;
  position: relative;
  overflow: visible;
}

.swiper-slide-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  height: 100%;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.achievements__title-root {
  border-top: 1px solid var(--black-low);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5.5rem;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
}

.achievement-card__title {
  color: var(--black);
  font-size: var(--_typography---body_s);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 140%;
}

.achievement-card__text-root {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.achievement-card__title-top {
  color: var(--gold);
  font-size: var(--_typography---body_m);
  text-transform: uppercase;
  font-weight: 500;
}

.achievement-card__descr {
  color: #544d48b3;
  font-size: .875rem;
  line-height: 130%;
}

.achievements-new {
  max-width: 100%;
}

.achievements__title {
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_m);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 160%;
}

.achievement-card__image-root {
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 11.25rem;
  display: flex;
  position: relative;
}

.achievement-card__image-bg {
  opacity: .2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-new {
  background-color: var(--beige);
  background-image: url('../images/Footer.svg');
  background-position: 50%;
  background-size: cover;
}

.footer-new__top {
  border-bottom: 1px solid var(--black-low);
  justify-content: center;
  align-items: center;
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
  display: flex;
}

.footer-new__logo {
  filter: invert();
  height: 3rem;
}

.footer-new__bottom {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.5rem;
  padding-bottom: 8.25rem;
  display: flex;
}

.footer-new__bottom-text {
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_buttons);
  text-transform: uppercase;
  max-width: 14.6875rem;
  font-weight: 500;
  line-height: 132%;
}

.footer-new__links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.footer-new__link {
  color: var(--black);
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_buttons);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.cons-modal {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.cons-modal__wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  width: 30rem;
  min-height: auto;
  padding: 1.5rem;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  display: flex;
  position: relative;
}

.cons-modal__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.modal__descr {
  max-width: 20rem;
  font-family: SangBleu Versailles Trial, Georgia, sans-serif;
}

.form-new {
  margin-bottom: 0;
}

.form-new__form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.form-new__input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white-extra-low);
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem 0;
}

.form-new__input:hover, .form-new__input:focus {
  border-bottom-color: var(--beige);
}

.cons-modal__cross-btn {
  cursor: pointer;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.cons-modal__cross-icon {
  display: flex;
}

.cons-modal__bg {
  background-color: var(--black-low);
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map-modal {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.map-modal__bg {
  background-color: var(--black-low);
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map-modal__wrapper {
  width: 95%;
  height: 90%;
  position: relative;
}

.map-modal__map {
  height: 100%;
}

.map-modal__cross-btn {
  cursor: pointer;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.map-modal__cross-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.amenities-modal {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.amenities-modal__bg {
  background-color: var(--black-low);
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.amenities-modal__wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  aspect-ratio: auto;
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  width: 100%;
  max-width: 30rem;
  height: 36rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.amenities-modal__list {
  height: 100%;
  max-height: 100%;
  overflow: auto;
}

.amenities-modal__item {
  border-bottom: 1px solid var(--white-extra-low);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-weight: 500;
}

.amenities-modal__cross-btn {
  cursor: pointer;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.amenities-modal__cross-icon {
  display: flex;
}

.success-message-new__text-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.success-message-new__title {
  color: var(--white);
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---h4);
  text-transform: uppercase;
  font-weight: 500;
}

.success-message-new__descr {
  opacity: .5;
  color: var(--white);
  font-family: SangBleu Versailles Trial, Georgia, sans-serif;
  font-size: var(--_typography---body_m);
  margin-top: -1rem;
  line-height: 160%;
}

.header-new__mob-block {
  display: none;
}

.header-new__mobile-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header-new__buttons {
  display: none;
}

.brochure-modal {
  z-index: 1000;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.brochure-modal__bg {
  background-color: var(--black-low);
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.brochure-modal__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  width: 30rem;
  padding: 1.5rem;
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  display: flex;
  position: relative;
}

.brochure-modal__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.brochure-modal__descr {
  font-family: SangBleu Versailles Trial, Georgia, sans-serif;
}

.brochure-modal__cross-btn {
  cursor: pointer;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.header__buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.language__wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.language__icon {
  display: flex;
}

.language__flag {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.language__nav.w--open {
  background-color: #0000;
}

.language__nav-wrapper {
  background-color: var(--black);
  margin-top: 1.25rem;
}

.language__nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  font-family: TT Norms Pro Expanded, Arial, sans-serif;
  font-size: var(--_typography---body_buttons);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem .75rem .5rem;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.language__nav-link:hover, .language__nav-link.current {
  background-color: var(--white-low);
}

@media screen and (min-width: 1280px) {
  .slider-button.slider-next-gallery {
    margin-right: -10px;
  }

  .slider-button.slider-prev-gallery {
    margin-left: -10px;
  }

  .slide {
    width: 21.7rem;
    margin-right: 30px;
  }

  .card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-cards-name {
    font-size: 30px;
  }

  .section-new.promo {
    height: 50rem;
  }

  .section-new.financing {
    background-color: var(--black);
  }

  .container-new.promo__container {
    height: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .container-new.financing__container {
    grid-column-gap: 5.5rem;
    grid-row-gap: 5.5rem;
    flex-flow: column;
    display: flex;
  }

  .cons-btn.button-new.gold {
    position: relative;
  }

  .title-two.financing__title {
    color: var(--white);
    max-width: 36.25rem;
  }

  .promo__root {
    background-color: var(--white-low);
    -webkit-backdrop-filter: blur(210px);
    backdrop-filter: blur(210px);
    flex-flow: column;
    justify-content: space-between;
    max-width: 30rem;
    height: 100%;
    margin-left: auto;
    padding: 1rem;
    display: flex;
    position: relative;
  }

  .promo__text-root {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .title-three {
    font-family: TT Norms Pro Expanded, Arial, sans-serif;
    font-size: var(--_typography---h3);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 112%;
  }

  .title-three.promo__title {
    color: var(--white);
    text-align: center;
  }

  .title-three.gold {
    color: var(--gold);
  }

  .promo__descr {
    color: var(--white);
    text-align: center;
    max-width: 15rem;
  }

  .promo__pattern {
    object-fit: cover;
    max-width: 9.25rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .financing__title-root {
    border-top: 1px solid var(--white-mid);
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1.5rem;
    font-weight: 400;
    display: flex;
  }

  .financing__descr-root {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    max-width: 22.5rem;
    display: flex;
  }

  .financing__descr {
    color: var(--white);
  }

  .marquee {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: flex;
    overflow: hidden;
  }

  .marquee__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-shrink: 0;
    justify-content: space-around;
    align-items: stretch;
    min-width: 100%;
    display: flex;
  }

  .marquee__card {
    background-color: var(--white-extra-low);
    justify-content: center;
    align-items: center;
    width: 17.5rem;
    height: 17.5rem;
    display: flex;
  }

  .marquee__image {
    width: auto;
    height: 2.5rem;
    min-height: 2.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .swiper.swiper-interiors {
    overflow: visible;
  }

  .swiper.achievements-swiper {
    width: 100%;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section-new.about-us {
    overflow: hidden;
  }

  .container-new.hero-new__container {
    justify-content: space-between;
    align-items: flex-end;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cons-btn.button-new.gold {
    font-size: var(--_typography---body_buttons);
  }

  .hero-new__text-root {
    min-width: 100%;
  }

  .hero-new__item-value {
    letter-spacing: 1px;
  }

  .location-new__content {
    max-width: 27.5rem;
  }

  .apartments__list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .marquee {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .achievement-card {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---body_s: .625rem;
    --_typography---body_m: .875rem;
    --_typography---body_buttons: .75rem;
    --_typography---h2: 1.75rem;
    --_typography---h1: 2rem;
    --_typography---body_l: .875rem;
    --_typography---h4: 1.125rem;
    --_typography---h3: 1.5rem;
  }

  .container {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero__body {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .hero__content {
    max-width: none;
  }

  .hero__form {
    width: 100%;
  }

  .button.cons {
    align-self: flex-start;
    width: 100%;
  }

  .about__text {
    display: flex;
  }

  .about__points {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .about__points-divider {
    display: none;
  }

  .mw {
    max-width: none;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .about__img {
    width: 100%;
    height: 25rem;
  }

  .gallery-slider {
    justify-content: center;
    height: 25rem;
  }

  .swiper {
    width: 100%;
  }

  .swiper.achievements-swiper {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 0;
    overflow: visible;
  }

  .swiper-slide.swiper-key-points__slide {
    width: 21rem;
    min-width: 21rem;
  }

  .swiper-slide.achievement-slide {
    width: 14.4375rem;
  }

  .gallery-image {
    object-fit: cover;
    height: 25rem;
  }

  .slider-button.slider-next-gallery {
    width: 3rem;
    height: 3rem;
    margin-right: 10px;
  }

  .slider-button.slider-prev-gallery {
    width: 3rem;
    height: 3rem;
    margin-left: 10px;
  }

  .slider-button.slider-prev, .slider-button.slider-next {
    width: 3rem;
    height: 3rem;
  }

  .swiper-left2 {
    z-index: 11;
  }

  .slider-cards {
    height: 350px;
  }

  .slide {
    width: 21.8rem;
  }

  .card-wrapper {
    padding: 20px;
  }

  .card-wrapper._1 {
    font-size: 1rem;
  }

  .heading-cards-name {
    font-size: 1.5rem;
  }

  .location__body {
    flex-flow: column;
    display: flex;
  }

  .location__map {
    height: 30rem;
  }

  .footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer__title {
    max-width: none;
  }

  .footer__form {
    width: 100%;
  }

  .footer__body {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .card__project {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .card__img {
    width: 100%;
  }

  .section-new.hero-new {
    height: auto;
    margin-top: 3.25rem;
  }

  .section-new.location-new {
    height: auto;
  }

  .section-new.financing {
    padding-bottom: 3.75rem;
  }

  .container-new {
    max-width: 90rem;
    padding: 3.75rem 1rem;
  }

  .container-new.header-new__container {
    height: 3.25rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-new.hero-new__container {
    background-color: var(--black);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-new.project-info__container {
    flex-flow: column;
    display: flex;
  }

  .container-new.key-points__container, .container-new.apartments__container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container-new.promo__container {
    justify-content: center;
    align-items: flex-end;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .container-new.amenities__container {
    padding-bottom: 9.75rem;
    position: relative;
  }

  .header-new {
    right: 0;
  }

  .header-new__logo {
    height: 2rem;
    padding-right: 0;
  }

  .header-new__nav {
    background-color: var(--black);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100svh;
    min-height: 0;
    max-height: 100svh;
    margin-top: 3.25rem;
    display: flex;
    top: 0;
    overflow: hidden;
  }

  .header-new__nav-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 3.25rem);
    padding: 1.5rem 1rem;
  }

  .header-new__nav-link {
    font-size: var(--_typography---h2);
    line-height: 112%;
  }

  .cons-btn.button-new.gold.header-new__button {
    display: none;
  }

  .hero-new__bg {
    height: 27.5rem;
    position: static;
  }

  .hero-new__text-root {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-new__info {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-new__descr {
    max-width: 22.5rem;
    line-height: 160%;
  }

  .hero-new__list-wrapper {
    border-top: 1px solid var(--white-extra-low);
    background-color: #0000;
    flex-flow: column;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-new__list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .project-info__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .project-info__title-root {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .project-info__image-wrapper {
    height: 37.5rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .nav-buttons {
    display: none;
  }

  .key-points__card {
    width: 21rem;
    min-width: 21rem;
  }

  .key-points__card-text {
    padding: 2rem 1rem;
  }

  .key-points__card-pattern {
    width: 7.3125rem;
  }

  .location-new__bg {
    height: 27.5rem;
    position: static;
  }

  .location-new__content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: none;
    padding: 0;
  }

  .location-new__list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .apartments__list {
    margin-right: -1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .apartments__item {
    min-width: 21.125rem;
  }

  .gallery-new__tabs-content, .gallery-new__buttons {
    padding-top: 2.5rem;
  }

  .gallery-new__nav.prev.exteriors, .gallery-new__nav.prev.interiors, .gallery-new__nav.next.exteriors, .gallery-new__nav.next.interiors {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .promo__root {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: 22rem;
  }

  .promo__text-root {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .marquee__content.scroll {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .marquee__content.scroll.hidden {
    display: none;
  }

  .marquee__card {
    width: auto;
    min-width: 0;
    height: 10.9375rem;
  }

  .marquee__image {
    max-height: 1.6875rem;
  }

  .amenities__list {
    margin-right: -1rem;
    padding-right: 1rem;
    display: flex;
    overflow: auto;
  }

  .amenities__card {
    justify-content: flex-start;
    align-items: flex-end;
    width: 21.125rem;
    min-width: 21.125rem;
    height: 21.125rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: flex;
  }

  .amenities__card-title {
    padding: 1rem;
  }

  .amenities__button {
    background-color: var(--gold);
    order: 9999;
    width: auto;
    min-width: auto;
    height: 3rem;
    position: absolute;
    bottom: 3.75rem;
    left: 1rem;
    right: 1rem;
  }

  .amenities__button:hover {
    background-color: var(--gold-strong);
  }

  .amenities__button-icon {
    display: none;
  }

  .abou-us__content {
    flex-flow: column;
    display: flex;
  }

  .abou-us__image-wrapper {
    height: 37rem;
  }

  .achievement-card {
    width: 14.4375rem;
    height: 15.125rem;
    padding: 1.5rem;
  }

  .swiper-slide-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: flex;
  }

  .achievements__title-root {
    margin-bottom: 3rem;
    padding-left: 0;
  }

  .achievement-card__title {
    white-space: normal;
  }

  .achievement-card__image-root {
    width: 7.25rem;
    height: 7.25rem;
  }

  .footer-new__top {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .footer-new__logo {
    height: 2rem;
  }

  .footer-new__bottom {
    padding-bottom: 1.5rem;
  }

  .cons-modal, .map-modal {
    display: none;
  }

  .map-modal__wrapper {
    height: 75%;
  }

  .amenities-modal {
    display: none;
  }

  .location-new__descr {
    max-width: 23.75rem;
  }

  .header-new__mob-block {
    display: block;
  }

  .header-new__mobile-wrapper {
    flex-flow: column;
  }

  .header-new__buttons {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .burger-button.w--open {
    background-color: var(--black);
  }

  .burger-button__icon {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1rem;
    display: flex;
    position: relative;
  }

  .burger-button__line {
    width: 100%;
    height: 1px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .brochure-modal {
    display: none;
  }

  .header__buttons {
    margin-left: auto;
  }

  .language__nav.w--open {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---body_s: .625rem;
    --_typography---body_m: .875rem;
    --_typography---body_buttons: .75rem;
    --_typography---h2: 1.75rem;
    --_typography---h1: 3rem;
    --_typography---body_l: .875rem;
    --_typography---h4: 1.125rem;
    --_typography---h3: 1.5rem;
  }

  .hero__nav-links {
    display: none;
  }

  .h2 {
    font-size: 2rem;
  }

  .header {
    margin-bottom: 3rem;
  }

  .gallery-slider {
    height: 18rem;
  }

  .swiper-slide.swiper-key-points__slide {
    width: 21rem;
  }

  .gallery-image {
    height: 18rem;
  }

  .slider-button.slider-next-gallery {
    margin-right: 0;
    position: relative;
  }

  .slider-button.slider-prev-gallery {
    margin-left: 0;
    position: relative;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .slider-button.slider-prev {
    margin-left: 0;
    position: relative;
    top: .5rem;
  }

  .slider-button.slider-next {
    margin-right: 0;
    position: relative;
    top: -2.5rem;
    left: 3.5rem;
  }

  .slider-cards {
    height: 350px;
  }

  .mask-slider-cards {
    overflow: hidden;
  }

  .slide {
    width: 50%;
    height: 100%;
  }

  .card-wrapper {
    box-shadow: none;
    border-radius: 10px;
    font-size: 12px;
  }

  .slide-nav {
    display: none;
  }

  .amenities {
    margin-bottom: 4rem;
  }

  .popup-cons__inner, .popup-brochure__inner {
    width: 94vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .section-new.hero-new {
    margin-top: 3.25rem;
  }

  .section-new.promo {
    height: 41.25rem;
  }

  .section-new.financing {
    padding-bottom: 14.0625rem;
    position: relative;
  }

  .section-new.amenities {
    margin-bottom: 0;
  }

  .button-new.gold.modal__button {
    flex: 1;
  }

  .cons-btn.button-new.gold.about-us__button {
    width: 100%;
  }

  .hero-new__bg {
    height: 16.25rem;
  }

  .title-one.hero-new__title {
    letter-spacing: 1px;
  }

  .hero-new__descr {
    line-height: 160%;
  }

  .hero-new__list-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero-new__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .project-info__item {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-info__image-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    height: 25rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .location-new__bg {
    height: 18.75rem;
  }

  .location-new__list {
    flex-flow: column;
    display: flex;
  }

  .promo__root {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
    height: auto;
  }

  .promo__text-root {
    max-width: 20.375rem;
  }

  .financing__descr-root {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    bottom: 3.75rem;
    left: 0;
  }

  .marquee__content.scroll {
    grid-template-columns: 1fr 1fr;
  }

  .marquee__card {
    height: 10rem;
  }

  .about-us__list {
    max-width: none;
  }

  .abou-us__image-wrapper {
    object-fit: fill;
    background-position: 50% 30%;
    height: 17.6875rem;
  }

  .achievement-card {
    min-height: 17rem;
  }

  .achievement-card__image {
    height: 7.75rem;
  }

  .swiper-slide-2 {
    min-height: 100%;
  }

  .footer-new__bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-new__bottom-text {
    text-align: center;
  }

  .footer-new__links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cons-modal {
    justify-content: center;
    align-items: flex-end;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cons-modal__wrapper {
    width: 100%;
  }

  .map-modal {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 1rem;
  }

  .map-modal__wrapper {
    height: 80%;
  }

  .amenities-modal {
    justify-content: center;
    align-items: flex-end;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .amenities-modal__wrapper {
    max-width: none;
  }

  .header-new__buttons {
    flex-flow: column;
    display: flex;
  }

  .brochure-modal {
    justify-content: center;
    align-items: flex-end;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brochure-modal__wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero__form {
    padding: 1.5rem;
  }

  .h1 {
    font-size: 3rem;
  }

  .h1.min {
    font-size: 2rem;
  }

  .button {
    max-width: 100%;
  }

  .hero__points {
    justify-content: space-between;
    margin-top: 2rem;
  }

  .hero__icon {
    display: none;
  }

  .form__title {
    font-size: 2rem;
  }

  .spacer {
    height: 5rem;
  }

  .tag {
    margin-bottom: 2rem;
  }

  .about__header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h2 {
    font-size: 1.5rem;
  }

  .about__text.min {
    font-size: 1rem;
  }

  .about__points {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .about__point-title {
    font-size: 2.5rem;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 1rem;
  }

  .list-item {
    font-size: 1rem;
  }

  .list-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .about__img {
    height: 20rem;
    margin-top: 1rem;
  }

  .gallery-slider {
    height: 20rem;
  }

  .gallery-image {
    object-fit: cover;
    height: 20rem;
  }

  .swiper-right2 {
    margin-right: .5rem;
  }

  .slider-button.slider-next-gallery, .slider-button.slider-prev-gallery {
    width: 2.5rem;
    height: 2.5rem;
  }

  .slider-button.slider-prev {
    width: 2.5rem;
    height: 2.5rem;
    top: 10px;
  }

  .slider-button.slider-next {
    width: 2.5rem;
    height: 2.5rem;
    top: -1.6rem;
    left: 3rem;
  }

  .swiper-left2 {
    margin-left: .5rem;
  }

  .slider-cards {
    height: 300px;
  }

  .mask-slider-cards {
    overflow: hidden;
  }

  .slide {
    width: 50%;
    margin-right: 1rem;
  }

  .card-wrapper._1 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .heading-cards-name {
    font-size: 1.125rem;
  }

  .list-title {
    font-size: 1.5rem;
  }

  .footer__title, .footer__title.min, .footer__title.ru {
    font-size: 2rem;
  }

  .link-footer {
    font-size: 12px;
  }

  .popup-cons__inner, .popup-brochure__inner {
    padding: 2rem;
  }

  .card {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding: 1.5rem;
  }

  .card__project {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .card__title {
    font-size: 2rem;
  }

  .card__img {
    min-height: 15rem;
  }

  .section-new.hero-new {
    margin-top: 3.25rem;
  }

  .title-one.hero-new__title {
    font-size: var(--_typography---h2);
  }

  .swiper-slide-2 {
    display: flex;
  }
}

#w-node-b73b9440-7854-f4f2-cdc1-77c0da8a7fd2-6b2e8c41 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6298c717-a267-1587-f054-807681b55c69-6b2e8c41 {
  place-self: end start;
}

#w-node-_6bd6f518-8e5b-c65c-ae9c-03a8b10c3587-6b2e8c41 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6bd6f518-8e5b-c65c-ae9c-03a8b10c359e-6b2e8c41 {
  place-self: end start;
}

#w-node-b8fe3508-5c02-cee4-ae00-059e612d8f1a-6b2e8c41 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b8fe3508-5c02-cee4-ae00-059e612d8f2c-6b2e8c41 {
  place-self: end start;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082f8b-6b2e8c41 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fa2-6b2e8c41 {
  place-self: end start;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fab-6b2e8c41 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fbd-6b2e8c41 {
  place-self: end start;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fc6-6b2e8c41 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fdd-6b2e8c41 {
  place-self: end start;
}

#w-node-b73b9440-7854-f4f2-cdc1-77c0da8a7fd2-54b1bb12 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6298c717-a267-1587-f054-807681b55c69-54b1bb12 {
  place-self: end start;
}

#w-node-_6bd6f518-8e5b-c65c-ae9c-03a8b10c3587-54b1bb12 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6bd6f518-8e5b-c65c-ae9c-03a8b10c359e-54b1bb12 {
  place-self: end start;
}

#w-node-b8fe3508-5c02-cee4-ae00-059e612d8f1a-54b1bb12 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b8fe3508-5c02-cee4-ae00-059e612d8f2c-54b1bb12 {
  place-self: end start;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082f8b-54b1bb12 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fa2-54b1bb12 {
  place-self: end start;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fab-54b1bb12 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fbd-54b1bb12 {
  place-self: end start;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fc6-54b1bb12 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_550b376d-df1b-4125-6f6a-22db11082fdd-54b1bb12 {
  place-self: end start;
}

#w-node-fd595e39-2d42-aea5-825f-65ba59f15c0a-b9536bf1 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-ed923f5c-3634-420f-29c1-f14f1520fb4b-b9536bf1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a59987f4-d04c-fe30-ca14-4d98749ac7a7-b9536bf1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_83adcd08-d033-4ac6-9ff3-a367d02d2e0a-b9536bf1, #w-node-_5a3ef0a2-c771-6bcd-7fe4-2ccb590f31d2-b9536bf1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fd595e39-2d42-aea5-825f-65ba59f15c0a-a6d40c86 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-ed923f5c-3634-420f-29c1-f14f1520fb4b-a6d40c86 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a59987f4-d04c-fe30-ca14-4d98749ac7a7-a6d40c86 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_83adcd08-d033-4ac6-9ff3-a367d02d2e0a-a6d40c86, #w-node-_5a3ef0a2-c771-6bcd-7fe4-2ccb590f31d2-a6d40c86 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}


@font-face {
  font-family: 'DrukTextWide';
  src: url('../fonts/DrukTextWideBoldTrial.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SangBleu Versailles Trial';
  src: url('../fonts/SangBleuVersailles-Regular.woff2') format('woff2'), url('../fonts/SangBleuVersailles-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro Expanded';
  src: url('../fonts/TTNormsProExpanded-Medium.woff2') format('woff2'), url('../fonts/TTNormsProExpanded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}