.promises {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.promises .ps__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.promises .ps__cards {
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
}
.promises .ps__cards-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  background-color: var(--linen);
}
.promises .ps__cards-card span,
.promises .ps__cards-card p {
  opacity: 0.8;
}
.promises .ps__cards-card h3 {
  text-transform: uppercase;
}
.promises .ps__cards-card div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.promises .ps__cards-card__pearl {
  grid-column: span 3/span 3;
  background-color: var(--pearl);
}
.promises .ps__cards-card__pearl p {
  color: var(--white);
  opacity: 1;
}
.promises .ps__cards-card__pearl .label-md {
  opacity: 1;
}
@media (max-width: 768px) {
  .promises .ps__cards-card__pearl {
    grid-column: unset;
  }
}
@media (max-width: 768px) {
  .promises .ps__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .promises {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .promises {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.main-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 30px;
}
.main-banner .mb__content {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .main-banner .mb__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .main-banner .mb__content {
    gap: 64px;
  }
}
.main-banner .mb__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 32px;
}
.main-banner .mb__left-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.main-banner .mb__left-header__logo {
  width: 91px;
  height: auto;
}
.main-banner .mb__left-header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-banner .mb__left-header__nav a {
  opacity: 0.8;
}
.main-banner .mb__left-header__nav__lang {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  height: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-banner .mb__left-header__nav__lang__title {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--gray-umber);
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-banner .mb__left-header__nav__lang__arrow {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-banner .mb__left-header__nav__lang__arrow img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-banner .mb__left-header__nav__lang__dropdown-menu {
  opacity: 0;
  width: 100%;
  max-width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  background-color: var(--gray-umber);
  top: 85px;
  left: 679px;
  --cut: 8px;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.main-banner .mb__left-header__nav__lang__dropdown-menu__link {
  color: var(--platinum);
  opacity: 1 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-banner .mb__left-header__nav__lang .dm-ru-version {
  left: 770px !important;
}
@media (max-width: 1440px) {
  .main-banner .mb__left-header__nav {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 4px;
  }
}
@media (max-width: 1024px) {
  .main-banner .mb__left-header {
    display: none;
  }
}
.main-banner .mb__left-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-banner .mb__left-info .span-top {
  opacity: 0.8;
}
.main-banner .mb__left-info__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-banner .mb__left-info__text div {
  height: 37px;
}
.main-banner .mb__left-info__text div img {
  width: auto;
}
.main-banner .mb__left-info__text h1 {
  text-transform: uppercase;
}
.main-banner .mb__left-info__text h1 span {
  color: var(--pearl);
}
.main-banner .mb__left-info__text .title-ru {
  max-width: 500px;
}
.main-banner .mb__left-info__text p {
  opacity: 0.8;
}
.main-banner .mb__left-info__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .main-banner .mb__left-info__buttons {
    flex-direction: column;
    gap: 4px;
  }
  .main-banner .mb__left-info__buttons .button {
    width: 100%;
    flex-shrink: unset;
  }
}
@media (max-width: 1440px) {
  .main-banner .mb__left {
    padding: 32px 0;
  }
}
@media (max-width: 1024px) {
  .main-banner .mb__left {
    justify-content: unset;
    gap: 0;
    padding: 0;
  }
}
.main-banner .mb__right {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
}
.main-banner .mb__right-large {
  height: 608px;
  grid-column: span 3/span 3;
}
@media (max-width: 1024px) {
  .main-banner .mb__right-large {
    height: 297px;
  }
}
@media (max-width: 768px) {
  .main-banner .mb__right-large {
    height: 191px;
    grid-column: unset;
  }
}
.main-banner .mb__right-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 26px 12px;
  background-color: var(--platinum);
}
.main-banner .mb__right-card span {
  text-transform: uppercase;
}
.main-banner .mb__right-card p {
  opacity: 0.8;
}
.main-banner .mb__right-card.pearl {
  background-color: var(--pearl);
}
.main-banner .mb__right-card.pearl span,
.main-banner .mb__right-card.pearl p {
  color: var(--white);
}
@media (max-width: 768px) {
  .main-banner .mb__right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .main-banner {
    margin-top: 107px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .main-banner {
    margin-top: 127px;
    padding: 0 16px;
  }
}

.mb__left-header__nav__lang:hover .mb__left-header__nav__lang__dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.location {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.location .lc__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.location .lc__wrapper {
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: 972fr 464fr;
}
.location .lc__wrapper-item {
  height: 500px;
}
@media (max-width: 1440px) {
  .location .lc__wrapper-item {
    height: 410px;
  }
}
@media (max-width: 1024px) {
  .location .lc__wrapper-item {
    height: 275px;
  }
}
@media (max-width: 768px) {
  .location .lc__wrapper-item {
    height: 170px;
  }
  .location .lc__wrapper-item:nth-of-type(2) {
    height: 290px;
  }
}
@media (max-width: 1440px) {
  .location .lc__wrapper {
    grid-template-columns: 798fr 378fr;
  }
}
@media (max-width: 1024px) {
  .location .lc__wrapper {
    grid-template-columns: 534fr 182fr;
  }
}
@media (max-width: 768px) {
  .location .lc__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .location {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .location {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.investment-potential {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.investment-potential .ip__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.investment-potential .ip__wrapper {
  width: 100%;
  display: grid;
  gap: 40px;
  grid-template-columns: 428fr 972fr;
}
.investment-potential .ip__wrapper-left {
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 32px;
}
.investment-potential .ip__wrapper-left .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.investment-potential .ip__wrapper-left .item p {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .investment-potential .ip__wrapper-left .item {
    width: 100%;
    max-width: 240px;
  }
}
@media (max-width: 1024px) {
  .investment-potential .ip__wrapper-left {
    max-width: unset;
    display: grid;
    justify-content: unset;
    grid-template-columns: repeat(3, 1fr);
    order: 2;
  }
}
@media (max-width: 768px) {
  .investment-potential .ip__wrapper-left {
    grid-template-columns: 1fr;
  }
}
.investment-potential .ip__wrapper-right {
  height: 500px;
}
@media (max-width: 1440px) {
  .investment-potential .ip__wrapper-right {
    height: 410px;
  }
}
@media (max-width: 1024px) {
  .investment-potential .ip__wrapper-right {
    height: 370px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .investment-potential .ip__wrapper-right {
    height: 170px;
  }
}
@media (max-width: 1440px) {
  .investment-potential .ip__wrapper {
    grid-template-columns: 342fr 798fr;
  }
}
@media (max-width: 1024px) {
  .investment-potential .ip__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .investment-potential {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .investment-potential {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.investor-benefits {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.investor-benefits .ib__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.investor-benefits .ib__wrapper {
  width: 100%;
  display: grid;
  gap: 40px;
  grid-template-columns: 972fr 428fr;
}
.investor-benefits .ib__wrapper-left {
  height: 500px;
}
@media (max-width: 1440px) {
  .investor-benefits .ib__wrapper-left {
    height: 410px;
  }
}
@media (max-width: 1024px) {
  .investor-benefits .ib__wrapper-left {
    height: 370px;
  }
}
@media (max-width: 768px) {
  .investor-benefits .ib__wrapper-left {
    height: 170px;
  }
}
.investor-benefits .ib__wrapper-right {
  display: flex;
  align-items: end;
}
.investor-benefits .ib__wrapper-right ul {
  opacity: 0.8;
}
.investor-benefits .ib__wrapper-right ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.investor-benefits .ib__wrapper-right ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: var(--gray-umber);
}
@media (max-width: 1024px) {
  .investor-benefits .ib__wrapper-right ul {
    width: 100%;
    -moz-columns: 2;
         columns: 2;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .investor-benefits .ib__wrapper-right ul {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (max-width: 1024px) {
  .investor-benefits .ib__wrapper-right {
    width: 100%;
    align-items: unset;
  }
}
@media (max-width: 1440px) {
  .investor-benefits .ib__wrapper {
    grid-template-columns: 798fr 342fr;
  }
}
@media (max-width: 1024px) {
  .investor-benefits .ib__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .investor-benefits {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .investor-benefits {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.two-images {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.two-images .ti__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.two-images .ti__title {
  width: 100%;
  display: flex;
  justify-content: end;
}
.two-images .ti__title img {
  width: 91px;
  height: auto;
}
@media (max-width: 768px) {
  .two-images .ti__title img {
    width: 68px;
  }
}
.two-images .ti__wrapper {
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: 972fr 464fr;
}
.two-images .ti__wrapper-item {
  height: 500px;
}
@media (max-width: 1440px) {
  .two-images .ti__wrapper-item {
    height: 410px;
  }
}
@media (max-width: 1024px) {
  .two-images .ti__wrapper-item {
    height: 275px;
  }
}
@media (max-width: 768px) {
  .two-images .ti__wrapper-item {
    height: 170px;
  }
}
@media (max-width: 1440px) {
  .two-images .ti__wrapper {
    grid-template-columns: 768fr 378fr;
  }
}
@media (max-width: 1024px) {
  .two-images .ti__wrapper {
    grid-template-columns: 534fr 182fr;
  }
}
@media (max-width: 768px) {
  .two-images .ti__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .two-images {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .two-images {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.target-residents {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.target-residents .tr__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.target-residents .tr__images {
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
}
.target-residents .tr__images-item {
  height: 500px;
}
@media (max-width: 1024px) {
  .target-residents .tr__images-item {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .target-residents .tr__images-item {
    height: 170px;
  }
}
@media (max-width: 768px) {
  .target-residents .tr__images {
    grid-template-columns: 1fr;
  }
}
.target-residents .tr__text {
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
}
.target-residents .tr__text-item {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
.target-residents .tr__text-item h3 {
  max-width: 132px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .target-residents .tr__text-item h3 {
    max-width: unset;
  }
  .target-residents .tr__text-item h3 br {
    display: none;
  }
}
.target-residents .tr__text-item ul {
  opacity: 0.8;
}
.target-residents .tr__text-item ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.target-residents .tr__text-item ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: var(--gray-umber);
}
@media (max-width: 1024px) {
  .target-residents .tr__text-item {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .target-residents .tr__text {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .target-residents {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .target-residents {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.living-investment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.living-investment .li__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.living-investment .li__slider {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
.living-investment .li__slider-aside {
  width: 100%;
  max-width: 326px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  flex-shrink: 0;
}
.living-investment .li__slider-aside-viewport {
  position: relative;
}
.living-investment .li__slider-aside-track {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1024px) {
  .living-investment .li__slider-aside {
    max-width: unset;
  }
}
.living-investment .li__slider-nav {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.living-investment .li__slider-images-viewport {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .living-investment .li__slider-images-viewport {
    height: 410px;
  }
}
@media (max-width: 1024px) {
  .living-investment .li__slider-images-viewport {
    height: 370px;
  }
}
@media (max-width: 768px) {
  .living-investment .li__slider-images-viewport {
    height: 170px;
  }
}
.living-investment .li__slider-images-track {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1440px) {
  .living-investment .li__slider {
    gap: 56px;
  }
}
@media (max-width: 1024px) {
  .living-investment .li__slider {
    flex-direction: column-reverse;
    align-items: unset;
    gap: 40px;
  }
}
.living-investment .li__slide-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.living-investment .li__slide-text h3 {
  text-transform: uppercase;
}
.living-investment .li__slide-text ul {
  opacity: 0.8;
}
.living-investment .li__slide-text ul li {
  display: flex;
  gap: 10px;
}
.living-investment .li__slide-text ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  flex-shrink: 0;
  margin-top: 10px;
  background-color: var(--gray-umber);
}
.living-investment .li__slide-text p {
  opacity: 0.8;
}
.living-investment .li__slide-text.active {
  position: relative;
  inset: auto;
  opacity: 1;
  pointer-events: auto;
}
.living-investment .li__slide-images {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 4px;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.living-investment .li__slide-images-item {
  width: 100%;
  height: 100%;
  flex: 1;
}
.living-investment .li__slide-images.active {
  position: relative;
  inset: auto;
  opacity: 1;
  transform: scale(1);
}
.living-investment .li__nav-btn {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--platinum);
  transition: opacity 0.3s;
}
.living-investment .li__nav-btn--next {
  background-color: var(--gray-umber);
}
@media (hover: hover) {
  .living-investment .li__nav-btn:hover:not(:disabled) {
    opacity: 0.8;
  }
}
.living-investment .li__nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (max-width: 1024px) {
  .living-investment {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .living-investment {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.apartment-collection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.apartment-collection .ac__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.apartment-collection .ac__wrapper {
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
}
.apartment-collection .ac__wrapper-item {
  height: 400px;
}
.apartment-collection .ac__wrapper-item:nth-of-type(4) {
  grid-column: span 2/span 2;
}
@media (max-width: 768px) {
  .apartment-collection .ac__wrapper-item:nth-of-type(4) {
    grid-column: unset;
  }
}
@media (max-width: 1024px) {
  .apartment-collection .ac__wrapper-item {
    height: 243px;
  }
}
@media (max-width: 768px) {
  .apartment-collection .ac__wrapper-item {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .apartment-collection .ac__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .apartment-collection {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .apartment-collection {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.floor-plans {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.floor-plans .fp__content {
  width: 100%;
}
.floor-plans .fp__inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 4px;
}
@media (max-width: 1024px) {
  .floor-plans .fp__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.floor-plans .fp__aside {
  width: 100%;
  max-width: calc(50% - 2px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
.floor-plans .fp__aside-text {
  width: 100%;
  max-width: 586px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.floor-plans .fp__aside-text h2 {
  margin-bottom: 4px;
  text-transform: uppercase;
}
.floor-plans .fp__aside-text h2 span {
  color: var(--pearl);
}
@media (max-width: 1024px) {
  .floor-plans .fp__aside-text h2 {
    max-width: 536px;
  }
}
.floor-plans .fp__aside-text .label-md,
.floor-plans .fp__aside-text p {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .floor-plans .fp__aside-text p {
    margin-bottom: 12px;
  }
}
@media (max-width: 1440px) {
  .floor-plans .fp__aside-text {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .floor-plans .fp__aside-text {
    max-width: unset;
    padding-right: 0;
  }
}
.floor-plans .fp__aside-spacer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
}
.floor-plans .fp__aside-footer {
  display: flex;
}
@media (max-width: 1024px) {
  .floor-plans .fp__aside-footer {
    display: none;
  }
}
@media (max-width: 1024px) {
  .floor-plans .fp__aside {
    max-width: none;
  }
}
.floor-plans .fp__thumb {
  width: 219px;
  height: auto;
}
.floor-plans .fp__cards {
  display: flex;
  gap: 4px;
  flex: 1;
}
@media (max-width: 1024px) {
  .floor-plans .fp__cards {
    flex-wrap: nowrap;
    align-items: stretch;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .floor-plans .fp__cards::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .floor-plans .fp__cards {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.floor-plans .fp__card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.floor-plans .fp__card-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  padding: 14px 12px;
  background-color: var(--linen);
}
.floor-plans .fp__card-img {
  width: 100%;
  height: auto;
}
.floor-plans .fp__card-img img {
  width: 100%;
  height: auto;
}
.floor-plans .fp__card-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 16px;
  background-color: var(--linen);
}
.floor-plans .fp__card-bottom ul {
  opacity: 0.8;
}
.floor-plans .fp__card-bottom ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.floor-plans .fp__card-bottom ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: var(--gray-umber);
}
@media (max-width: 1440px) {
  .floor-plans .fp__card-bottom {
    min-height: 190px;
  }
}
@media (max-width: 1121px) {
  .floor-plans .fp__card-bottom {
    min-height: 205px;
  }
}
@media (max-width: 1024px) {
  .floor-plans .fp__card-bottom {
    min-height: unset;
    flex: 1;
  }
}
.floor-plans .fp__card-specs {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.floor-plans .fp__card-specs span {
  opacity: 0.8;
}
.floor-plans .fp__card-specs h3 {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .floor-plans .fp__card--peek {
    align-self: flex-start;
  }
}
@media (max-width: 1024px) {
  .floor-plans .fp__card {
    flex: 0 0 300px;
  }
}
@media (max-width: 768px) {
  .floor-plans .fp__card {
    flex: 0 0 250px;
  }
}
@media (max-width: 1024px) {
  .floor-plans {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .floor-plans {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.images-grid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.images-grid .ig__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.images-grid .ig__wrapper {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 400px;
}
.images-grid .ig__wrapper-image:nth-of-type(1) {
  grid-column: span 2/span 2;
}
.images-grid .ig__wrapper-image:nth-of-type(2) {
  grid-column: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 2;
}
.images-grid .ig__wrapper-image:nth-of-type(3) {
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}
.images-grid .ig__wrapper-image:nth-of-type(4) {
  grid-row-start: 3;
}
.images-grid .ig__wrapper-image:nth-of-type(5) {
  grid-column-start: 1;
  grid-row-start: 4;
}
.images-grid .ig__wrapper-image:nth-of-type(6) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}
@media (max-width: 768px) {
  .images-grid .ig__wrapper-image:nth-of-type(n) {
    grid-column: unset;
    grid-row: unset;
  }
}
@media (max-width: 1440px) {
  .images-grid .ig__wrapper {
    grid-auto-rows: 327px;
  }
}
@media (max-width: 1024px) {
  .images-grid .ig__wrapper {
    grid-auto-rows: 200px;
  }
}
@media (max-width: 768px) {
  .images-grid .ig__wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }
}
.images-grid .ig__logo {
  display: flex;
  justify-content: end;
}
.images-grid .ig__logo img {
  width: 91px;
  height: auto;
}
@media (max-width: 768px) {
  .images-grid .ig__logo img {
    width: 68px;
  }
}
@media (max-width: 1024px) {
  .images-grid {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .images-grid {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.investment-support {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.investment-support .is__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.investment-support .is__words {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.investment-support .is__words p {
  text-transform: uppercase;
}
.investment-support .is__words div {
  width: 16px;
  height: 2px;
  background-color: var(--gray-umber);
}
.investment-support .is__wrapper {
  width: 100%;
  display: grid;
  align-items: center;
  gap: 40px;
  grid-template-columns: 428fr 972fr;
}
.investment-support .is__wrapper-elems {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
.investment-support .is__wrapper-elems .elem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.investment-support .is__wrapper-elems .elem p {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .investment-support .is__wrapper-elems {
    grid-template-columns: repeat(3, 1fr);
    order: 2;
  }
}
@media (max-width: 768px) {
  .investment-support .is__wrapper-elems {
    grid-template-columns: repeat(2, 1fr);
  }
}
.investment-support .is__wrapper-image {
  height: 500px;
}
@media (max-width: 1440px) {
  .investment-support .is__wrapper-image {
    height: 410px;
  }
}
@media (max-width: 1024px) {
  .investment-support .is__wrapper-image {
    height: 370px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .investment-support .is__wrapper-image {
    height: 170px;
  }
}
@media (max-width: 1440px) {
  .investment-support .is__wrapper {
    grid-template-columns: 342fr 796fr;
  }
}
@media (max-width: 1024px) {
  .investment-support .is__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .investment-support {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .investment-support {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.timer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.timer__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 34px 32px;
  background-color: var(--gray-umber);
}
.timer__content .label-md {
  color: var(--white);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .timer__content {
    padding: 26px 16px;
  }
}
.timer__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 220px;
}
.timer__bottom h2 {
  width: 100%;
  max-width: 708px;
  text-transform: uppercase;
  color: var(--white);
}
.timer__bottom h2 span {
  display: inline-block;
  color: var(--pearl);
}
@media (max-width: 1024px) {
  .timer__bottom h2 {
    max-width: unset;
  }
}
.timer__bottom-time {
  min-width: 350px;
  display: flex;
  gap: 24px;
  flex-shrink: 0;
}
.timer__bottom-time .time-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.timer__bottom-time .time-item span {
  display: inline-block;
  text-transform: uppercase;
  color: white;
}
.timer__bottom-time .time-item p {
  color: var(--white);
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .timer__bottom-time {
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .timer__bottom-time {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .timer__bottom {
    gap: 120px;
  }
}
@media (max-width: 1024px) {
  .timer__bottom {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 12px;
  }
}
.timer__tick {
  animation: timer-tick 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 1024px) {
  .timer {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .timer {
    margin-top: 64px;
    padding: 0 16px;
  }
}

@keyframes timer-tick {
  0% {
    opacity: 0;
    transform: translateY(35%) scale(0.8);
  }
  55% {
    opacity: 1;
    transform: translateY(-10%) scale(1.08);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.investment-metrics {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.investment-metrics .im__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.investment-metrics .im__wrapper {
  width: 100%;
  display: grid;
  gap: 40px;
  grid-template-columns: 692fr 708fr;
}
.investment-metrics .im__wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
  padding: 32px 0;
}
.investment-metrics .im__wrapper-left .text {
  opacity: 0.8;
}
.investment-metrics .im__wrapper-left .info {
  display: grid;
  gap: 8px 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  position: relative;
  grid-auto-flow: column;
}
.investment-metrics .im__wrapper-left .info__stat {
  display: flex;
  flex-direction: column;
  justify-self: start;
  gap: 8px;
}
.investment-metrics .im__wrapper-left .info__stat p {
  opacity: 0.8;
}
.investment-metrics .im__wrapper-left .info__stat-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.investment-metrics .im__wrapper-left .info::before {
  content: "";
  width: 0.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: var(--gray-umber);
  transform: translateX(-50%);
}
.investment-metrics .im__wrapper-left .info__divider {
  height: 0.5px;
  display: none;
  background-color: var(--gray-umber);
}
@media (max-width: 768px) {
  .investment-metrics .im__wrapper-left .info {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .investment-metrics .im__wrapper-left .info::before {
    display: none;
  }
  .investment-metrics .im__wrapper-left .info__divider {
    display: block;
  }
}
@media (max-width: 1440px) {
  .investment-metrics .im__wrapper-left {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .investment-metrics .im__wrapper-left {
    justify-content: unset;
    gap: 32px;
  }
}
.investment-metrics .im__wrapper-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.investment-metrics .im__wrapper-right .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 26px 16px;
  background-color: var(--white);
}
.investment-metrics .im__wrapper-right .top h3 {
  text-transform: uppercase;
  opacity: 0.8;
}
.investment-metrics .im__wrapper-right .top__items {
  width: 100%;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
.investment-metrics .im__wrapper-right .top__items-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.investment-metrics .im__wrapper-right .top__items-item ul {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .investment-metrics .im__wrapper-right .top__items {
    grid-template-columns: 1fr;
  }
}
.investment-metrics .im__wrapper-right .image {
  height: 300px;
}
@media (max-width: 768px) {
  .investment-metrics .im__wrapper-right .image {
    height: 140px;
  }
}
@media (max-width: 1440px) {
  .investment-metrics .im__wrapper {
    grid-template-columns: 432fr 708fr;
  }
}
@media (max-width: 1024px) {
  .investment-metrics .im__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .investment-metrics {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .investment-metrics {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.private-consultation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.private-consultation .pc__content {
  display: grid;
  gap: 146px;
  grid-template-columns: 1fr 586px;
}
.private-consultation .pc__content .form::before, .private-consultation .pc__content .form::after {
  background-color: var(--linen);
}
@media (max-width: 1440px) {
  .private-consultation .pc__content {
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .private-consultation .pc__content {
    align-items: unset;
    grid-template-columns: 1fr;
  }
}
.private-consultation .pc__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.private-consultation .pc__left-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.private-consultation .pc__left-text h2 {
  text-transform: uppercase;
}
.private-consultation .pc__left-text h2 span {
  color: var(--pearl);
}
.private-consultation .pc__left-text .label-md,
.private-consultation .pc__left-text p {
  opacity: 0.8;
}
.private-consultation .pc__left-text p {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .private-consultation .pc__left-text p {
    margin-top: 0;
  }
}
.private-consultation .pc__left-image {
  width: 219px;
  height: auto;
}
.private-consultation .pc__left-logo {
  width: 91px;
  height: auto;
}
@media (max-width: 768px) {
  .private-consultation .pc__left-logo {
    width: 68px;
  }
}
@media (max-width: 1440px) {
  .private-consultation .pc__left {
    gap: 46px;
  }
}
@media (max-width: 1024px) {
  .private-consultation .pc__left {
    justify-content: unset;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .private-consultation .pc__left {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .private-consultation {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .private-consultation {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.investor-pathways {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.investor-pathways .ip__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.investor-pathways .ip__wrapper {
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
}
.investor-pathways .ip__wrapper-item.card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 26px 16px;
  background-color: var(--white);
}
.investor-pathways .ip__wrapper-item.card span {
  opacity: 0.8;
}
.investor-pathways .ip__wrapper-item.card div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.investor-pathways .ip__wrapper-item.card h3 {
  text-transform: uppercase;
}
.investor-pathways .ip__wrapper-item.card ul {
  opacity: 0.8;
}
.investor-pathways .ip__wrapper-item.card ul li {
  display: flex;
  gap: 10px;
}
.investor-pathways .ip__wrapper-item.card ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  flex-shrink: 0;
  margin-top: 10px;
  background-color: var(--gray-umber);
}
.investor-pathways .ip__wrapper-item.card.pearl {
  background-color: var(--pearl);
}
.investor-pathways .ip__wrapper-item.card.pearl span,
.investor-pathways .ip__wrapper-item.card.pearl h3,
.investor-pathways .ip__wrapper-item.card.pearl ul {
  color: var(--white);
}
.investor-pathways .ip__wrapper-item.card.pearl ul li::before {
  background-color: var(--white);
}
@media (max-width: 1024px) {
  .investor-pathways .ip__wrapper-item.card.pearl {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
@media (max-width: 768px) {
  .investor-pathways .ip__wrapper-item.card.pearl {
    grid-area: auto;
  }
}
.investor-pathways .ip__wrapper-item.card.large {
  grid-row: span 2/span 2;
}
@media (max-width: 1024px) {
  .investor-pathways .ip__wrapper-item.card.large {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
@media (max-width: 768px) {
  .investor-pathways .ip__wrapper-item.card.large {
    grid-area: auto;
  }
}
.investor-pathways .ip__wrapper-item.text {
  min-height: 62px;
  display: flex;
  align-items: center;
  grid-column: span 2/span 2;
  padding-right: 20px;
}
.investor-pathways .ip__wrapper-item.text .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.investor-pathways .ip__wrapper-item.text .wrapper p {
  text-transform: uppercase;
}
.investor-pathways .ip__wrapper-item.text .wrapper div {
  width: 16px;
  height: 2px;
  background-color: var(--gray-umber);
}
@media (max-width: 768px) {
  .investor-pathways .ip__wrapper-item.text .wrapper {
    flex-direction: column;
    align-items: unset;
  }
}
@media (max-width: 1440px) {
  .investor-pathways .ip__wrapper-item.text {
    min-height: 90px;
  }
}
@media (max-width: 1024px) {
  .investor-pathways .ip__wrapper-item.text {
    min-height: unset;
    grid-column: span 2/span 2;
    padding: 16px;
    grid-row-start: 3;
  }
}
@media (max-width: 768px) {
  .investor-pathways .ip__wrapper-item.text {
    grid-area: auto;
    padding: 12px 0;
  }
}
@media (max-width: 1024px) {
  .investor-pathways .ip__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .investor-pathways .ip__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .investor-pathways {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .investor-pathways {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.limited-chance {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding: 0 30px;
}
.limited-chance .lc__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 34px 32px;
  background-color: var(--platinum);
}
.limited-chance .lc__content .label-md {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .limited-chance .lc__content {
    padding: 26px 20px;
  }
}
.limited-chance .lc__wrapper {
  width: 100%;
  display: grid;
  gap: 204px;
  grid-template-columns: 708fr 464fr;
}
.limited-chance .lc__wrapper h2 {
  text-transform: uppercase;
}
.limited-chance .lc__wrapper h2 span {
  color: var(--pearl);
}
.limited-chance .lc__wrapper p {
  opacity: 0.8;
}
@media (max-width: 1440px) {
  .limited-chance .lc__wrapper {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .limited-chance .lc__wrapper {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .limited-chance {
    margin-top: 72px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .limited-chance {
    margin-top: 64px;
    padding: 0 16px;
  }
}/*# sourceMappingURL=blocks.css.map */