h1,
.h1 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-weight: 400;
  margin: 0 0 2.5rem;
  font-family: "ivyjournal";
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.25;
  font-family: "ivyjournal";
}
@media screen and (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 2.5rem;
  line-height: 1.2;
  font-family: "ivyjournal";
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Source Serif 4", serif;
}
h4:not(:last-child),
.h4:not(:last-child) {
  margin: 0 0 30px;
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 400;
  font-family: "ivyjournal";
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin: 0 0 30px;
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.btn {
  color: #36383F;
  font-family: inherit;
  transition: 300ms;
  font-weight: 400;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  overflow: hidden;
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  bottom: 1px;
  background-color: #36383F;
  width: 100%;
}
@media (hover: none) and (pointer: coarse) {
  .btn:before, .btn:after {
    transition: transform 0ms;
  }
}
.btn:before {
  height: 1px;
  right: 0;
  transform-origin: right;
}
.btn:hover:before {
  transform: scaleX(0);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn:after {
  height: 1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.btn:hover:after {
  transform: scaleX(1);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 250ms;
}
.btn--white {
  color: #fff;
}
.btn--white:after, .btn--white:before {
  background-color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.space-1 {
  margin-bottom: 0.5rem;
}

.space-2 {
  margin-bottom: 1.5rem;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Karla", sans-serif;
  line-height: 1.5;
  color: #36383F;
  font-size: 14px;
  font-optical-sizing: auto;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.start {
  overflow: initial;
}
@media (min-width: 1280px) {
  body {
    font-size: 16px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1920px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .container--max {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row--20 > [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}

[class*=col] {
  width: 100%;
}

.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-12 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media screen and (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
body .pswp {
  --pswp-bg: #5B5A76 ;
}
body.white-background .pswp {
  --pswp-bg: #fff ;
}
body.white-background .pswp__button--close:before {
  color: #000;
}
body .pswp__button--close {
  opacity: 1;
  margin-right: 20px;
  width: auto;
  height: auto;
}
body .pswp__button--close:before {
  content: attr(aria-label);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
body .pswp__button--close svg {
  display: none;
}

.section-main-template {
  padding-top: 120px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .section-main-template {
    padding-top: 60px;
  }
}
.section-main-template--bg {
  background-color: #5B5A76;
  color: #fff;
}
.section-main-template--pb {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .section-main-template--pb {
    padding-bottom: 60px;
  }
}
.section-main-template--pt {
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .section-main-template--pt {
    padding-top: 60px;
  }
}
.section-main-template--mb {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .section-main-template--mb {
    margin-bottom: 60px;
  }
}

.section__button {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .section__button {
    margin-top: 40px;
  }
}
.section .swiper-horizontal > .swiper-scrollbar,
.section .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: rgba(0, 0, 0, 0.1);
  height: 3px;
  width: calc(100% - 40px);
  left: 20px;
}
@media screen and (min-width: 992px) {
  .section .swiper-horizontal > .swiper-scrollbar,
  .section .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(100% - 16vw);
    left: 8vw;
  }
}
.section .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.section .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: #5B5A76;
}

html .start .header {
  transform: translateY(0);
}

html .start.hide-header .header {
  transform: translateY(-200px);
}

.home .header {
  position: fixed;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
  transform: translateY(-200px);
  transition: 300ms;
}
.header__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  padding: 40px 0;
  position: relative;
}
.header__left {
  width: 80px;
  display: flex;
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .header__left {
    width: 250px;
  }
}
.header__logo a {
  display: block;
}
@media screen and (max-width: 992px) {
  .header__logo {
    position: relative;
    z-index: 5;
  }
  .header__logo svg {
    width: 120px;
    height: auto;
  }
}
.header__others {
  display: flex;
  width: 80px;
  gap: 24px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .header__others {
    width: 250px;
  }
}

.header-left__button-menu {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.header-left__logo {
  display: flex;
}
@media screen and (max-width: 992px) {
  .header-left__logo {
    display: none;
  }
}
.header-left__button-developer {
  display: flex;
}
.header-left svg {
  width: 76px;
  height: 14px;
}

.header-right__phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .header-right__phone span {
    display: none;
  }
}
.header-right__envelope {
  display: flex;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #5B5A76;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 700ms;
  text-align: left;
}
.nav__item:not(:last-child) {
  margin-bottom: 10px;
}
.nav__button {
  color: #fff;
  font-size: 30px;
}

.is-menu-open .nav {
  opacity: 1;
  visibility: visible;
}

.error404 .header-left__button-menu,
.page-id-3 .header-left__button-menu {
  color: #000;
}
.error404 .header-left svg path,
.page-id-3 .header-left svg path {
  fill: #000;
}
.error404 .header__others,
.page-id-3 .header__others {
  color: #000;
}
.error404 svg path,
.page-id-3 svg path {
  fill: #000;
}
.error404 .section-main-template,
.page-id-3 .section-main-template {
  padding-top: 160px;
}
@media screen and (min-width: 992px) {
  .error404 .section-main-template,
  .page-id-3 .section-main-template {
    padding: 220px;
  }
}

.section-footer {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .section-footer {
    padding-bottom: 80px;
  }
}
.section-footer__text {
  font-size: 12px;
  color: #5F5E5E;
}
.section-footer__text a {
  display: inline-block;
  position: relative;
}
.section-footer__text a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #5F5E5E;
}
.section-footer__text a:hover {
  color: #5B5A76;
}
.section-footer__text a:hover:after {
  background-color: #5B5A76;
}

.copyrights {
  display: flex;
  align-items: center;
  padding: 60px 0 40px;
  color: #36383F;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .copyrights {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .copyrights__flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .copyrights__list {
    display: flex;
  }
}
.copyrights__item {
  position: relative;
}
@media screen and (max-width: 992px) {
  .copyrights__item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .copyrights__item:not(:last-child) {
    padding-right: 35px;
  }
}
.copyrights a {
  position: relative;
  display: inline-block;
}
.copyrights a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #36383F;
  position: absolute;
  right: 0;
  bottom: 1px;
  transform: scaleX(0);
  transform-origin: left;
}
.copyrights a:hover:after {
  transform: scaleX(1);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.section-404 {
  text-align: center;
  padding: 160px 0 60px;
}
@media screen and (min-width: 992px) {
  .section-404 {
    padding: 220px 0 160px;
  }
}
.section-404 .h1 {
  font-size: 100px;
}
@media screen and (min-width: 992px) {
  .section-404 .h1 {
    font-size: 120px;
  }
}

.section-main {
  background-color: #5B5A76;
  z-index: 90;
  position: relative;
  overflow: hidden;
}
.section-main__full-height {
  height: 100vh;
}
.section-main__text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
  color: #fff;
  transform: translateY(200px);
  transition: 800ms;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .section-main__text {
    text-align: center;
    height: 88vh;
    display: flex;
    align-items: flex-end;
    top: 0;
    bottom: initial;
    padding-bottom: 30px;
  }
}
.section-main__button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%) translateY(200px);
  transition: 800ms;
  transition-delay: 50ms;
  font-optical-sizing: auto;
  font-family: "Karla", sans-serif;
}
@media screen and (max-width: 992px) {
  .section-main__button {
    display: none;
  }
}
.section-main .path {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section-main .path .path__inner {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  aspect-ratio: 1/1;
}
.section-main .path .path__inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.section-main .path img {
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 1000ms;
  width: 100%;
  height: 100%;
}

.flatta {
  position: fixed;
  left: 0;
  top: calc(50% - 20px);
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.flatta__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flatta svg {
  filter: brightness(0) saturate(100%) invert(100%);
}
@media screen and (max-width: 992px) {
  .flatta svg {
    height: 20px;
    width: auto;
  }
}

.flatta2 {
  position: fixed;
  z-index: 25;
  bottom: 40px;
  left: 0;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .flatta2 {
    bottom: 30px;
  }
}
.flatta2__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flatta2__container div {
  display: flex;
  position: relative;
}
@media screen and (max-width: 992px) {
  .flatta2 svg {
    height: 20px;
    width: auto;
  }
}

.loaded .flatta2 {
  opacity: 1;
}

html .start .section-main__text {
  transform: translateY(0);
}
html .start .section-main__button {
  transform: translateX(-50%) translateY(0);
}

.section-images__grid {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .section-images__grid {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 576px) {
  .section-images__grid--reorder {
    grid-template-columns: 1fr 2fr;
  }
}
.section-images__image {
  display: block;
  max-height: 100vh;
}
.section-images__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .section-images__image img {
    aspect-ratio: 4/3;
  }
}
.section-images__image img.mobile-center {
  object-position: bottom center;
}

.section-architect {
  overflow: hidden;
}
.section-architect__full-height {
  height: 100vh;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .section-architect__full-height {
    width: 100%;
    height: calc(66.650390625vw + 100px);
  }
}

.path {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.path img {
  width: 560px;
  height: 560px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 1000ms;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 992px) {
  .path img {
    width: 560px;
    height: 560px;
  }
}
@media screen and (max-height: 780px) {
  .path img {
    width: 420px;
    height: 420px;
  }
}
@media screen and (max-width: 576px) {
  .path img {
    width: 260px;
    height: 260px;
  }
}

.loaded .path img {
  opacity: 1;
}

.section-apartments {
  margin-top: -1px;
}
.section-apartments__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  align-items: stretch;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .section-apartments__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
  }
}
.section-apartments__item {
  display: flex;
  flex-direction: column;
}
.section-apartments__cover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .section-apartments__cover {
    padding: 50px;
  }
}
.section-apartments__cover img {
  object-fit: cover;
}
.section-apartments__link {
  display: flex;
}
.section-apartments__name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .section-apartments__name {
    margin-top: 20px;
  }
}

.section-numbers {
  scroll-margin-top: -60px;
}

.numbers {
  margin-top: 50px;
}
.numbers__single {
  position: relative;
}
.numbers__number {
  font-size: 72px;
  font-family: "ivyjournal";
  opacity: 1;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #36383F;
}
@media screen and (max-width: 992px) {
  .numbers__number {
    font-size: 42px;
    text-align: left;
  }
}
.numbers__number--white {
  -webkit-text-stroke: 1px #fff;
}
.numbers__description {
  opacity: 0;
  position: absolute;
  left: calc(50% + 100px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .numbers__description {
    width: 65%;
    right: auto;
    left: 30%;
  }
}

.section-map img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .section-map__description {
    margin-bottom: 50px;
  }
}

.section-slider {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .section-slider {
    scroll-margin-top: 60px;
  }
}
.section-slider .swiper {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .section-slider .swiper {
    height: 100vh;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.section-slider .swiper-slide {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .section-slider .swiper-slide {
    height: auto;
  }
}
.section-slider img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-slider__navigation {
  display: none;
}
@media screen and (min-width: 992px) {
  .section-slider__navigation {
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    padding: 40px 60px;
    width: calc(100% - 8vw);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.section-slider__navigation div {
  cursor: pointer;
  color: #fff;
  position: relative;
}
.section-slider__navigation div:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #fff;
}
.section-slider__navigation div:first-child {
  margin-right: 24px;
}
.section-slider__navigation .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.section-slider .swiper-horizontal > .swiper-scrollbar,
.section-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0;
}

.section-developer {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-developer .swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-developer .swiper-wrapper {
  width: auto;
}
@media screen and (max-width: 992px) {
  .section-developer .swiper-wrapper {
    width: 100%;
  }
}
.section-developer .swiper-slide {
  transition-property: initial;
}
.section-developer__elements {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .section-developer__elements {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .section-developer__elements {
    height: 520px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 992px) {
  .section-developer__flex {
    display: flex;
    height: 100%;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.section-developer__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: 10;
}
.section-developer__logo svg {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .section-developer__logo svg {
    width: 300px;
  }
}
.section-developer .swiper-horizontal > .swiper-scrollbar,
.section-developer .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 30px;
}
.section-developer .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.section-developer .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .item-developer {
    padding: 0 5px;
    transition: 600ms;
    display: flex;
    justify-content: center;
    flex: 1;
  }
}
@media screen and (min-width: 992px) {
  .item-developer:hover {
    flex: 0 0 50%;
  }
}
.item-developer__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .item-developer__inner {
    height: 520px;
  }
}
.item-developer__inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82.12%, rgba(0, 0, 0, 0.2) 100%);
}
.item-developer__image {
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 992px) {
  .item-developer__image {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 992px) {
  .item-developer__image {
    width: 50vw;
    height: 520px;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.item-developer__text {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.item-developer__name {
  font-weight: 500;
}
.item-developer__city {
  font-family: "Jost", sans-serif;
}

.section-form {
  color: #fff;
  scroll-margin-top: -4.375rem;
  position: relative;
}
.section-form--spacing {
  background-color: #000;
}
.section-form__col-left {
  flex-direction: column;
  display: flex;
}
.section-form__social-media {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .section-form__social-media {
    margin-top: auto;
  }
}
.section-form a:not(.social-media__link) {
  display: inline-block;
  position: relative;
}
.section-form a:not(.social-media__link):before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #fff;
}
.section-form a:not(.social-media__link):hover:before {
  width: 0;
  left: initial;
  right: 0;
  transition: width 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.section-form a:not(.social-media__link):after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 2px;
  background-color: #fff;
}
.section-form a:not(.social-media__link):hover:after {
  left: 0;
  right: initial;
  width: 100%;
  transition: width 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 250ms;
}

@media screen and (max-width: 992px) {
  .wpcf7 {
    margin-top: 30px;
  }
}
.wpcf7 form .wpcf7-response-output {
  padding: 10px 20px;
  margin: 40px 0 0;
  line-height: 1.25;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.wpcf7 form.submitting {
  opacity: 0.4;
}
.wpcf7 p {
  font-size: 14px;
}

.field {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .field {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .field--input {
    margin-bottom: 40px;
  }
}
.field--submit {
  margin-top: 40px;
}
.field label .placeholder {
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 1;
  font-size: 14px;
  transition: 300ms;
}
.field label.is-active .placeholder {
  top: -10px;
  font-size: 12px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  background-color: transparent;
  padding: 12px 0 12px;
  height: 40px;
  display: block;
  width: 100%;
  outline: 1px solid transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border-radius: 0;
}

textarea {
  height: 80px;
  resize: none;
}
@media screen and (min-width: 992px) {
  textarea {
    height: 144px;
  }
}

.wpcf7-acceptance {
  font-size: 14px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 24px;
  display: block;
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item-label:before, .wpcf7-acceptance .wpcf7-list-item-label:after {
  position: absolute;
  left: 0;
  top: 2.5px;
  width: 16px;
  height: 16px;
  border-radius: 1px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  border: 1px solid #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label:after {
  background: url(../../img/checked.svg) no-repeat center;
  background-size: 8px 6px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.wpcf7-acceptance input {
  display: none;
}
.wpcf7-acceptance input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.wpcf7-acceptance .hide {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 300;
}

.grecaptcha-badge {
  visibility: hidden;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff;
}

.section-advantages {
  position: relative;
}
.section-advantages__thumbnails {
  position: absolute;
  left: 50%;
  width: 13rem;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 8rem;
  justify-content: flex-end;
  flex-direction: column;
  top: 0;
}

.thumbnails {
  width: 4.5rem;
  height: 4.5rem;
  transition: 300ms;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .thumbnails {
    display: none;
  }
}
.thumbnails img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.thumbnails.active {
  padding: 5px;
}

.advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 992px) {
  .advantages {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages__image {
  position: relative;
  z-index: 20;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}
.advantages__image img {
  display: block;
}
.advantages__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.advantages__title {
  color: #fff;
  position: fixed;
  width: 100%;
  font-size: 34px;
  font-family: "ivyjournal";
  height: 100%;
  text-transform: uppercase;
  line-height: 1.25;
  top: 0;
  padding-top: 130px;
}
@media screen and (min-width: 992px) {
  .advantages__title {
    max-width: 50%;
    font-size: 54px;
  }
}
.advantages__content {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .advantages__content {
    padding-top: 5rem;
    padding-left: 60px;
    padding-right: 8vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .advantages__content {
    padding-left: 13rem;
  }
}

.section-search__container {
  height: 85vh;
  width: 100%;
}

.section-interior__logo {
  margin-top: 38px;
}
.section-interior__logo img {
  max-width: 185px;
}
@media screen and (max-width: 992px) {
  .section-interior__logo {
    margin-bottom: 40px;
  }
}
.section-interior__slider {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .section-interior__slider {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
.section-interior__slider .swiper-slide__wrapper {
  position: relative;
  cursor: pointer;
}
.section-interior__slider .swiper-slide__wrapper > img {
  display: block;
  aspect-ratio: 1.55;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-interior__slider .swiper-slide__wrapper > span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.section-interior__slider .swiper-slide__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.section-interior__slider .swiper-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 40px;
}
.section-interior__slider .swiper-buttons-next, .section-interior__slider .swiper-buttons-prev {
  all: unset;
  cursor: pointer;
  color: #5B5A76;
  position: relative;
}
.section-interior__slider .swiper-buttons-next:after, .section-interior__slider .swiper-buttons-prev:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #5B5A76;
}
.section-interior__slider .swiper-buttons-next.swiper-button-disabled, .section-interior__slider .swiper-buttons-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.section-interior__slider .swiper-buttons:has(.swiper-button-disabled:nth-child(2)) {
  display: none;
}

.section-amenities {
  display: grid;
  gap: 50px;
}
.section-amenities__list {
  display: grid;
  gap: 40px;
}
.section-amenities__list-item {
  display: grid;
  gap: 24px;
}
.section-amenities__list-item-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.section-amenities__list-item-header img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.section-amenities__list-item-header span {
  font-weight: 500;
}

@media (min-width: 992px) {
  .section-amenities__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
  .section-amenities__list-item-header span {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .section-amenities__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .section-amenities__list-item-header span {
    font-size: 20px;
  }
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  lefT: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}

.is-overlay {
  overflow: hidden !important;
}
.is-overlay .overlay {
  opacity: 0.5;
  visibility: visible;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  overflow-x: hidden;
  display: flex;
  justify-content: flex-end;
}
.popup__container {
  overflow: auto;
  background-color: #000;
  width: 100%;
  height: 100%;
  padding: 3.5rem 4vw;
  transform: translateX(100%);
  transition: 500ms;
  scroll-behavior: smooth;
}
@media screen and (min-width: 992px) {
  .popup__container {
    width: 50%;
  }
}
.popup form {
  overflow: hidden;
}

.is-overlay .popup {
  opacity: 1;
  visibility: visible;
}
.is-overlay .popup__container {
  transform: translateX(0);
}
.is-overlay .popup__container .close {
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 9px;
}
.is-overlay .popup__container .h2 {
  margin-bottom: 3rem;
  padding-right: 60px;
}

.editor {
  font-weight: 300;
}
.editor a {
  position: relative;
  overflow: hidden;
}
.editor a:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #5B5A76;
  z-index: -1;
  opacity: 0;
  transition: 300ms;
}
.editor a:hover:after {
  opacity: 1;
}
.editor ul:not(:last-child),
.editor ol:not(:last-child) {
  margin-bottom: 2rem;
}
.editor ul li,
.editor ol li {
  position: relative;
  padding-left: 25px;
}
.editor ul li:not(:last-child),
.editor ol li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.editor ul li ol,
.editor ul li ul,
.editor ol li ol,
.editor ol li ul {
  margin-top: 0.75rem;
}
.editor ul ul {
  margin-top: 0.75rem;
}
.editor ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .editor ul > li:before {
    top: 9px;
  }
}
.editor ol {
  counter-reset: item;
}
.editor ol > li:before {
  color: #000;
  content: counter(item) ".";
  counter-increment: item;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: 0;
}
.editor ol ol {
  margin-top: 0.75rem;
}
.editor ol[style*=lower-alpha] li:before {
  content: counter(item, lower-alpha) ".";
}

.social-media__list {
  display: flex;
  gap: 10px;
}
.social-media__link {
  display: flex;
}
.social-media__link svg {
  display: block;
  width: 46px;
  height: 46px;
}
.social-media__link rect,
.social-media__link path {
  transition: 300ms;
}
.social-media__link:hover path {
  fill: #fff;
}
.social-media__link:hover rect {
  fill: #ae815d;
}