* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body.lock {
  overflow: hidden;
}

.color {
  color: #3b634b;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1730px;
  padding: 0px 15px;
  margin: 0 auto;
}

.large-title {
  margin: 0px 0px 36px 0px;
}

.large-title h1 {
  font-size: clamp(2rem, 1.6364rem + 1.8182vw, 3rem);
  font-weight: 700;
  color: #222222;
}

.medium-title h2 {
  font-size: clamp(1.5rem, 1.3182rem + 0.9091vw, 2rem);
  font-weight: 700;
  color: #222222;
}

.medium-text p {
  font-size: clamp(1rem, 0.8182rem + 0.9091vw, 1.5rem);
  font-weight: medium;
  color: #222222;
}

.small-text p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.button a,
.button button {
  display: inline-block;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background-color: #3b634b;
  border-radius: 16px;
}

.header {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 50;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0px 40px 0px 0px;
}

.header__logo a {
  color: #222222;
}

.header__logo span {
  font-size: 24px;
  font-weight: 700;
}

.header__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 40px 0px 0px;
}

.header__item {
  margin: 0px 30px 0px 0px;
  text-align: center;
}

.header__item a,
.header__item button {
  font-size: 16px;
  color: #222222;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: none;
}

.header__item a:hover::before,
.header__item button:hover::before {
  width: 100%;
}

.header__item a::before,
.header__item button::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3b634b;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__item:last-child {
  margin: 0;
}

.header__menu {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 23px;
  position: relative;
}

.header__menu.active span {
  background-color: #ffffff;
}

.header__menu span {
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #3b634b;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__menu span:first-child {
  top: 0;
  width: 35px;
}

.header__menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}

.header__menu span:last-child {
  bottom: 0;
  width: 35px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.hero {
  padding: 36px 0px 0px 0px;
  margin: 0px 0px 108px 0px;
}

.hero__body {
  display: -ms-grid;
  display: grid;
  gap: 28px;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.hero__content {
  padding: 136px 15px 50px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F6F6F6;
  border-radius: 24px;
}

.hero__img {
  height: 0;
  padding: 0px 0px 125% 0px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-row-align: center;
      align-self: center;
}

.hero__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__video {
  height: 100%;
  padding: 0px 0px 60% 0px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.hero__video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
  -ms-grid-row-align: start;
      align-self: start;
}

.hero-content__title {
  margin: 0px 0px 34px 0px;
}

.hero-content__title h1 {
  font-size: clamp(2.125rem, 1.6905rem + 1.8537vw, 3.3125rem);
}

.hero-content__text {
  margin: 0px 0px 57px 0px;
}

.hero-content__link button,
.hero-content__link a {
  background-color: #d86b00;
}

.hero-content__link button {
  margin: 0px 10px 10px 0px;
  text-align: center;
}

.hero-content__link a {
  text-align: center;
  border: 2px solid #3b634b;
  background-color: transparent;
  color: #3b634b;
  margin: 0px 0px 10px 0px;
}

.hero-video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

.hero-video__button button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/hero/icons/01.png") center/contain no-repeat;
}

.hero-items__item {
  padding: 20px 37px;
  background-color: #222222;
  border-radius: 24px;
}

.hero-items__title {
  margin: 0px 0px 24px 0px;
}

.hero-items__title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.hero-items__content {
  font-size: 16px;
  color: #878787;
  line-height: 1.5;
}

.hero-items__content ul {
  padding: 0px 0px 0px 20px;
}

.hero-items__content ul li {
  list-style-type: disc;
}

.facts {
  position: relative;
  z-index: 2;
  margin: 0px 0px 108px 0px;
}

.facts__title {
  margin: 0px 0px 25px 0px;
  position: relative;
  text-align: center;
}

.facts__title h1 {
  display: inline-block;
  text-align: center;
  padding: 0px 50px;
  position: relative;
}

.facts__title h1::before,
.facts__title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background: url("../img/facts/decor/01.svg") center/contain no-repeat;
}

.facts__title h1::before {
  left: 0;
}

.facts__title h1::after {
  right: 0;
}

.facts__body {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 42px;
}

.facts__item {
  background-color: #222222;
  border-radius: 24px;
  overflow: hidden;
  padding: 42px;
}

.facts__item:last-child {
  background-color: #F5F5F5;
}

.facts__item:last-child .facts-item__title h2 {
  color: #222222;
}

.facts__item:last-child .facts-item__content ul {
  color: #222222;
}

.facts__item:last-child .orange {
  color: #d86b00;
  font-weight: 700;
}

.facts__item.image {
  background: none;
  padding: 0;
}

.facts__item.image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.facts__item.span-two {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.facts-item__icon {
  width: 54px;
  height: 54px;
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0px 0px 24px 0px;
}

.facts-item__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.facts-item__title {
  margin: 0px 0px 20px 0px;
}

.facts-item__title h2 {
  color: #ffffff;
}

.facts-item__content {
  color: rgba(255, 255, 255, 0.5490196078);
}

.facts-item__content *:last-child {
  margin: 0;
}

.facts-item__content p {
  font-size: 20px;
  margin: 0px 0px 24px 0px;
}

.facts-item__content ul {
  margin: 0px 0px 24px 0px;
  color: #ffffff;
  padding: 0px 0px 0px 25px;
}

.facts-item__content ul li {
  font-size: clamp(1rem, 0.8182rem + 0.9091vw, 1.5rem);
  line-height: auto;
  position: relative;
  margin: 0px 0px 15px 0px;
  list-style-type: disc;
}

.facts-item__content ul li:last-child {
  margin: 0;
}

.facts-item__content ul li::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../img/facts/decor/01.svg") center/contain no-repeat;
}

.description {
  margin: 0px 0px 108px 0px;
}

.description__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55fr 45fr;
  grid-template-columns: 55fr 45fr;
  gap: 32px;
  position: relative;
}

.description__content {
  max-width: 735px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.description__img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 24px;
  overflow: hidden;
}

.description__img img {
  width: 100%;
}

.description-content__title {
  margin: 0px 0px 16px 0px;
}

.description-content__text {
  margin: 0px 0px 16px 0px;
}

.description-content__button button {
  background-color: #d86b00;
}

.amenities {
  margin: 0px 0px 108px 0px;
}

.amenities__title {
  margin: 0px 0px 36px 0px;
  text-align: center;
}

.amenities__title h1 {
  position: relative;
  display: inline-block;
  padding: 0px 50px;
}

.amenities__title h1::before,
.amenities__title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background: url("../img/amenities/decor/01.svg") center/contain no-repeat;
}

.amenities__title h1::before {
  left: 0;
}

.amenities__title h1::after {
  right: 0;
}

.amenities__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
}

.amenities__item {
  outline: 2px solid #3b634b;
  padding: 113px 42px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px;
  outline: none;
  background-color: #F5F5F5;
}

.amenities__item:nth-child(2n) {
  background: -webkit-gradient(linear, left top, left bottom, from(#4e8ddf), to(#1f4d80));
  background: linear-gradient(to bottom, #4e8ddf, #1f4d80);
}

.amenities__item:nth-child(2n) .amenities-item__title h2 {
  color: #ffffff;
}

.amenities__item:nth-child(2n) .amenities-item__text p {
  color: rgba(255, 255, 255, 0.7607843137);
}

.amenities__item.span-two {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.amenities__item.image {
  outline: none;
  min-height: 300px;
  height: 100%;
  padding: 0;
  display: block;
}

.amenities__item.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.amenities-item__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: relative;
  top: auto;
  right: auto;
  margin: 0px 0px 12px 0px;
  background-color: #ffffff;
}

.amenities-item__icon img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 59%;
  height: 59%;
  -o-object-fit: contain;
     object-fit: contain;
}

.amenities-item__title {
  margin: 0px 0px 12px 0px;
}

.infrastructure {
  margin: 0px 0px 108px 0px;
}

.infrastructure__title {
  margin: 0px 0px 36px 0px;
  text-align: center;
}

.infrastructure__title h1 {
  position: relative;
  display: inline-block;
  padding: 0px 50px;
}

.infrastructure__title h1::before,
.infrastructure__title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background: url("../img/facts/decor/01.svg") center/contain no-repeat;
}

.infrastructure__title h1::before {
  left: 0;
}

.infrastructure__title h1::after {
  right: 0;
}

.infrastructure__body {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.infrastructure__item {
  background-color: #F5F5F5;
  border-radius: 24px;
  padding: 115px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 70px 40px;
}

.infrastructure__item:nth-child(2n) .infrastructure-item__icon {
  background-color: #B6CAE8;
}

.infrastructure__item:nth-child(2n) .infrastructure-item__text p {
  color: #4e8ddf;
}

.infrastructure-item__icon {
  width: 54px;
  height: 54px;
  position: relative;
  background-color: #FFE5CE;
  border-radius: 50%;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  position: relative;
}

.infrastructure-item__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}

.infrastructure-item__title {
  margin: 0px 0px 18px 0px;
}

.infrastructure-item__title h2 {
  color: #222222;
}

.infrastructure-item__text p {
  color: #d86b00;
  font-weight: 700;
}

.gallery {
  margin: 0px 0px 108px 0px;
}

.gallery__title {
  margin: 0px 0px 50px 0px;
}

.gallery__title h1 {
  text-align: center;
}

.gallery__body {
  padding: 0px 0px 72px 0px;
}

.gallery__item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.gallery__item img {
  aspect-ratio: 1/0.65;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__prev {
  top: auto !important;
  bottom: 0;
  left: calc(33.333% + 29px) !important;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  right: auto !important;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.gallery__prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/gallery/icons/01.svg") center/contain no-repeat;
}

.gallery__prev.swiper-button-disabled {
  opacity: 1;
}

.gallery__prev svg {
  display: none;
}

.gallery__next {
  bottom: 0;
  top: auto !important;
  right: calc(33.333% - 29px) !important;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 52px;
  width: 52px;
  border-radius: 50%;
}

.gallery__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/gallery/icons/02.svg") center/contain no-repeat;
}

.gallery__next.swiper-button-disabled {
  opacity: 1;
}

.gallery__next svg {
  display: none;
}

.location {
  margin: 0px 0px 108px 0px;
}

.location__title {
  margin: 0px 0px 36px 0px;
  text-align: center;
}

.location__title h1 {
  position: relative;
  display: inline-block;
  padding: 0px 50px;
}

.location__title h1::before,
.location__title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background: url("../img/amenities/decor/01.svg") center/contain no-repeat;
}

.location__title h1::before {
  left: 0;
}

.location__title h1::after {
  right: 0;
}

.location__body {
  position: relative;
}

.location__map {
  width: 100%;
  height: 0;
  padding: 0px 0px 25% 0px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin: 0px 0px 26px 0px;
}

.location__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.location__address {
  margin: 0px 0px 24px 0px;
  text-align: center;
}

.location__address p {
  max-width: 487px;
  margin: 0 auto;
}

.location__link {
  text-align: center;
}

.location__link a {
  background-color: #1f4d80;
}

.reviews {
  margin: 0px 0px 108px 0px;
}

.reviews__title {
  margin: 0px 0px 36px 0px;
  text-align: center;
}

.reviews__title h1 {
  position: relative;
  display: inline-block;
  padding: 0px 50px;
}

.reviews__title h1::before,
.reviews__title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background: url("../img/facts/decor/01.svg") center/contain no-repeat;
}

.reviews__title h1::before {
  left: 0;
}

.reviews__title h1::after {
  right: 0;
}

.reviews__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin: 0px 0px 36px 0px;
}

.reviews__item {
  padding: 41px;
  border-radius: 24px;
  background-color: #F5F5F5;
}

.reviews__link {
  text-align: center;
}

.reviews .residential__next,
.reviews .residential__prev {
  display: none;
}

.reviews-item__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 17px 0px;
}

.reviews-item__rate span {
  width: 20px;
  height: 20px;
  background: url("../img/reviews/icons/01.svg") center/contain no-repeat;
}

.reviews-item__rate span.active {
  background: url("../img/reviews/icons/02.svg") center/contain no-repeat;
}

.reviews-item__name {
  margin: 0px 0px 17px 0px;
}

.reviews-item__text {
  margin: 0px 0px 16px 0px;
}

.reviews-item__text p {
  color: #686868;
}

.reviews-item__link a {
  font-size: clamp(1rem, 0.8182rem + 0.9091vw, 1.5rem);
  color: #d86b00;
  text-decoration: underline;
  font-weight: 700;
}

.residential {
  margin: 0px 0px 108px 0px;
}

.residential__title {
  margin: 0px 0px 36px 0px;
  text-align: center;
}

.residential__title h1 {
  position: relative;
  display: inline-block;
  padding: 0px 50px;
}

.residential__title h1::before,
.residential__title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background: url("../img/amenities/decor/01.svg") center/contain no-repeat;
}

.residential__title h1::before {
  left: 0;
}

.residential__title h1::after {
  right: 0;
}

.residential__body {
  position: relative;
  padding: 0px 0px 76px 0px;
}

.residential__items {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.residential__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.residential__prev {
  top: auto !important;
  bottom: 0;
  left: calc(33.333% + 29px) !important;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  right: auto !important;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.residential__prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/gallery/icons/01.svg") center/contain no-repeat;
}

.residential__prev.swiper-button-disabled {
  opacity: 1;
}

.residential__prev svg {
  display: none;
}

.residential__next {
  bottom: 0;
  top: auto !important;
  right: calc(33.333% - 29px) !important;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 52px;
  width: 52px;
  border-radius: 50%;
}

.residential__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/gallery/icons/02.svg") center/contain no-repeat;
}

.residential__next.swiper-button-disabled {
  opacity: 1;
}

.residential__next svg {
  display: none;
}

.residential-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  height: 0;
  padding: 0px 0px 62% 0px;
  border-radius: 24px;
  overflow: hidden;
  margin: 0px 0px 14px 0px;
}

.residential-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.residential-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #F5F5F5;
  border-radius: 24px;
  overflow: hidden;
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.residential-item__items {
  margin: 0px 0px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.residential-item__item {
  width: 45px;
  height: 45px;
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0px 10px 0px 0px;
}

.residential-item__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}

.residential-item__title {
  margin: 0px 0px 12px 0px;
}

.residential-item__title h2 {
  color: #222222;
}

.residential-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 0px 9px 0px;
}

.residential-item__text p {
  color: #878787;
}

.residential-item__link a {
  background-color: #1f4d80;
  color: #ffffff;
}

.page {
  padding: 180px 0px 80px 0px;
  min-height: 100vh;
}

.page__title {
  text-align: center;
}

.page__text {
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.page__button {
  text-align: center;
}

.page__body p {
  margin: 0 0 20px;
}

.page__body a {
  text-decoration: underline;
  color: #222222;
}

.page__body a:hover {
  opacity: 0.8;
}

.page__body h1,
.page__body h2,
.page__body h3,
.page__body h4,
.page__body h5,
.page__body h6 {
  font-weight: 600;
  margin: 40px 0 20px;
  line-height: 1.3;
}

.page__body h1 {
  font-size: 32px;
}

.page__body h2 {
  font-size: 28px;
}

.page__body h3 {
  font-size: 24px;
}

.page__body h4 {
  font-size: 20px;
}

.page__body h5 {
  font-size: 18px;
}

.page__body h6 {
  font-size: 16px;
}

.page__body ul,
.page__body ol {
  margin: 0 0 20px 20px;
}

.page__body ul li,
.page__body ol li {
  margin-bottom: 8px;
}

.page__body blockquote {
  border-left: 4px solid #3b634b;
  padding-left: 16px;
  margin: 30px 0;
  font-style: italic;
}

.page__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}

.page__body figure {
  margin: 30px 0;
  text-align: center;
}

.page__body figure figcaption {
  font-size: 14px;
  color: #222222;
  margin-top: 8px;
}

.page__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.page__body table th,
.page__body table td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  text-align: left;
}

.page__body table th {
  background: #f9f9f9;
  font-weight: 600;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}

.video-popup.open {
  opacity: 1;
  visibility: visible;
}

.video-popup__container {
  padding: 25px 15px;
}

.video-popup__video {
  width: auto;
  position: relative;
  max-width: 100%;
  max-height: 100vh;
}

.video-popup__video video {
  display: block;
  width: 100%;
  max-height: 100vh;
}

.video-popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
}

.video-popup__close button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/hero/icons/02.png") center/contain no-repeat;
}

.form-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 60;
  overflow: auto;
  padding: 20px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-popup.open {
  opacity: 1;
  visibility: visible;
}

.form-popup__container {
  max-width: 582px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  margin: 0 auto;
}

.form-popup__form {
  background-color: #3b634b;
  padding: 62px 77px;
  border-radius: 44px;
  position: relative;
}

.form-popup__close {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 34px;
  right: 15px;
}

.form-popup__close button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/form/icons/01.png") center/contain no-repeat;
}

.iti__search-input {
  width: 100%;
  padding: 15px 20px;
  font-size: clamp(1rem, 0.9085rem + 0.3902vw, 1.25rem);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

form .form-group {
  margin: 0px 0px 14px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form .form-group.checkbox {
  position: relative;
}

form .form-group.checkbox label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .form-group.checkbox input {
  display: none;
}

form .form-group.checkbox input:checked + span::after {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}

form .form-group.checkbox input.valid-error + span {
  outline: 2px solid #ff0000;
}

form .form-group.checkbox span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0px 14px 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

form .form-group.checkbox span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #3b634b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

form .form-group label {
  font-size: clamp(1.1875rem, 1.0732rem + 0.4878vw, 1.5rem);
  color: #ffffff;
  margin: 0px 0px 7px 0px;
}

form .form-group input {
  width: 100%;
  padding: 10px 15px;
  font-size: clamp(1rem, 0.9085rem + 0.3902vw, 1.25rem);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 25px;
}

form .form-group input.valid-error {
  outline: 2px solid #ff0000;
}

form .form-group button[type=submit] {
  color: #3b634b;
  background-color: #ffffff;
  font-size: 20px;
  padding: 20px 30px;
}

form .form-group p {
  font-size: clamp(1rem, 0.9085rem + 0.3902vw, 1.25rem);
  color: #ffffff;
}

form .form-group p a {
  color: #ffffff;
  text-decoration: underline;
}

.form-success {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.form-success.active {
    display: block;
}

.form-success__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.form-success__content {
    position: relative;
    max-width: 420px;
    width: 90%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 32px 24px;
    text-align: center;
    border-radius: 12px;
}

.form-success__content h3 {
    margin-bottom: 12px;
}

.form-success__content p {
    margin-bottom: 24px;
}

.form-success__btn {
    padding: 12px 24px;
    cursor: pointer;
}

.thanks-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 60;
    overflow: auto;
    padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.thanks-popup.open {
    opacity: 1;
    visibility: visible;
}

.thanks-popup__container {
    max-width: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    margin: 0 auto;
}

.thanks-popup__body {
    padding: 30px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
}

.thanks-popup__title {
    margin: 0px 0px 20px 0px;
}

.thanks-popup__title h1 {
    font-size: clamp(2.125rem, 1.6905rem + 1.8537vw, 3.3125rem);
    text-align: center;
}

.thanks-popup__text {
    margin: 0px 0px 20px 0px;
}

.thanks-popup__text p {
    text-align: center;
}

.footer {
  background-color: #222222;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  padding: 75px 0px 72px 0px;
}

.footer__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 130px;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__item > *:last-child {
  margin: 0;
}

.footer__item form button[type=submit] {
  background-color: #d86b00;
  color: #ffffff;
}

.footer__logo {
  margin: 0px 0px 70px 0px;
}

.footer__logo a {
  font-size: clamp(1.25rem, 0.7927rem + 1.9512vw, 2.5rem);
  color: #ffffff;
}

.footer__text {
  max-width: 450px;
  margin: 0px 0px 52px 0px;
}

.footer__text p,
.footer__text a {
  font-size: clamp(1rem, 0.6341rem + 1.561vw, 2rem);
  color: #ffffff;
}

.footer__text a {
  text-decoration: underline;
}

.footer__button {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0px 0px 64px 0px;
  background-color: #1f4d80;
}

.footer__button img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer__button.end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.footer__button button {
  background: none;
}

.footer__button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 69%;
  height: 69%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__span span {
  font-size: clamp(1rem, 0.9085rem + 0.3902vw, 1.25rem);
  color: #ffffff;
}

.footer__img {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.footer__img img {
  width: 100%;
}

@media (max-width: 1700px) {
  .container {
    max-width: 1400px;
  }

  .header__logo {
    margin: 0px 25px 0px 0px;
  }

  .header__logo span {
    font-size: 20px;
  }

  .header__item {
    margin: 0px 15px 0px 0px;
  }

  .header__item a {
    font-size: 15px;
  }

  .footer__body {
    gap: 36px 60px;
  }
}

@media (max-width: 1400px) {
  body.header-lock {
    overflow: hidden;
  }

  .container {
    max-width: 1000px;
  }

  .header {
    padding: 20px 0px;
    top: 20px;
  }

  .header__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__list {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3b634b;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 154px 0px 20px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow-y: auto;
  }

  .header__list.active {
    top: 0;
  }

  .header__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0px 0px 36px 0px;
    width: 100%;
    max-width: 1000px;
    padding: 0px 15px;
  }

  .header__item {
    margin: 0px 0px 43px 0px;
    text-align: left;
  }

  .header__item a,
  .header__item button {
    font-size: 20px;
    font-weight: medium;
    color: #ffffff;
  }

  .header__link {
    width: 100%;
    max-width: 1000px;
    padding: 0px 15px;
  }

  .header__link button {
    display: block;
    max-width: 335px;
    width: 100%;
    background-color: #ffffff;
    color: #3b634b;
  }

  .header__menu {
    display: block;
  }

  .hero {
    padding: 20px 0px 0px 0px;
  }

  .hero__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .hero__content {
    padding: 76px 15px 20px 15px;
  }

  .hero__img {
    padding: 0px 0px 60% 0px;
  }

  .hero__video {
    padding: 0px 0px 60% 0px;
  }

  .hero-content__title {
    margin: 0px 0px 16px 0px;
  }

  .hero-content__text {
    margin: 0px 0px 27px 0px;
  }

  .facts__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .facts__item:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .facts__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .facts__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .facts__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .facts__item:last-child {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .facts__item.span-two {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .description__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .amenities__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .infrastructure__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .location__map {
    padding: 0px 0px 50% 0px;
  }

  .footer__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__item.image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 13px;
  }

  .footer__logo {
    margin: 0px 0px 25px 0px;
  }

  .footer__text {
    margin: 0px 0px 25px 0px;
  }

  .footer__button {
    margin: 0;
  }

  .footer__button.end {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  .footer__span {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .footer__img {
    display: none;
  }
}

@media (max-width: 970px) {
  .container {
    max-width: 820px;
  }

  .header__items {
    max-width: 820px;
  }

  .header__link {
    max-width: 820px;
  }

  .hero-video__button {
    right: 30px;
    bottom: 30px;
  }

  .footer {
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: none;
  }

  .header__items {
    max-width: none;
  }

  .header__link {
    max-width: none;
  }

  .hero__img {
    display: none;
  }

  .hero__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-content__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-content__link button,
  .hero-content__link a {
    width: 100%;
    white-space: nowrap;
  }

  .hero-video__button {
    width: 65px;
    height: 65px;
  }

  .hero-items__item {
    background: none;
    padding: 0;
  }

  .hero-items__title h3 {
    color: #222222;
  }

  .facts__item.image {
    height: 0;
    padding: 0px 0px 80% 0px;
    position: relative;
  }

  .facts__item.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .facts-item__icon {
    display: none;
  }

  .facts-item__content p {
    font-size: 16px;
  }

  .facts-item__content ul {
    padding: 0;
  }

  .facts-item__content ul li {
    padding: 0px 0px 0px 25px;
    list-style-type: none;
  }

  .facts-item__content ul li::before {
    display: block;
  }

  .description__img {
    position: relative;
    height: 0;
    padding: 0px 0px 80% 0px;
  }

  .description__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .amenities__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .amenities__item.span-two {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .infrastructure__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 550px;
    margin: 0 auto;
  }

  .infrastructure__item {
    padding: 40px;
  }

  .gallery__prev {
    left: 0 !important;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .gallery__next {
    left: auto !important;
    right: 0 !important;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .reviews__body {
    margin: 0;
    padding: 0px 0px 76px 0px;
  }

  .reviews__link {
    display: none;
  }

  .reviews .residential__next,
  .reviews .residential__prev {
    display: block;
  }

  .reviews-item__link {
    display: block;
  }

  .residential__prev {
    left: 0 !important;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .residential__next {
    right: 0 !important;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .video-popup__close {
    top: 15px;
    right: 15px;
  }

  .form-popup__form {
    padding: 77px 16px 30px 16px;
    border-radius: 20px;
  }
}

@media (max-width: 550px) {
  .hero-content__link button,
  .hero-content__link a {
    font-size: 16px;
    padding: 15px;
  }
}

@media (max-width: 475px) {
  .hero__img {
    padding: 0px 0px 100% 0px;
  }

  .hero__video {
    padding: 0px 0px 100% 0px;
  }

  .hero-video__button {
    width: 54px;
    height: 54px;
    bottom: 24px;
    right: 24px;
  }

  .hero-items__item {
    padding: 32px;
  }

  .facts__item {
    padding: 32px;
  }

  .infrastructure__item {
    padding: 40px 25px;
  }

  .gallery__title {
    margin: 0px 0px 32px 0px;
  }

  .gallery__body {
    padding: 0px 0px 66px 0px;
  }

  .gallery__prev {
    width: 42px;
    height: 42px;
  }

  .gallery__next {
    width: 42px;
    height: 42px;
  }

  .location__map {
    padding: 0px 0px 53% 0px;
  }

  .location__link a {
    display: block;
    text-align: center;
  }

  .reviews__body {
    padding: 0px 0px 66px 0px;
  }

  .reviews__item {
    padding: 21px;
  }

  .reviews__link a {
    display: block;
    text-align: center;
  }

  .residential__body {
    padding: 0px 0px 66px 0px;
  }

  .residential__prev {
    width: 42px;
    height: 42px;
  }

  .residential__next {
    width: 42px;
    height: 42px;
  }

  .residential-item__item {
    width: 40px;
    height: 40px;
  }

  .residential-item__link a {
    display: block;
    text-align: center;
  }

  .video-popup__close {
    top: 12px;
    right: 12px;
    width: 35px;
    height: 35px;
  }

  .form-popup {
    padding: 0;
  }

  .form-popup__form {
    border-radius: 0;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer {
    padding: 36px 0px 46px 0px;
  }

  .footer__logo {
    margin: 0px 0px 16px 0px;
  }

  .footer__text {
    margin: 0px 0px 16px 0px;
  }

  .footer__button {
    width: 100%;
    height: 57px;
    border-radius: 16px;
  }
}

@media (max-width: 375px) {
  .hero-items__item {
    padding: 32px 15px;
  }
}

@media (max-width: 350px) {
  .hero-content__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .facts__item {
    padding: 16px;
  }

  .amenities__item {
    padding: 32px 20px;
  }
}

.webp .hero-video__button button { background: url(../img/hero/icons/01.webp) center/contain no-repeat; }

.webp .video-popup__close button { background: url(../img/hero/icons/02.webp) center/contain no-repeat; }

.webp .form-popup__close button { background: url(../img/form/icons/01.webp) center/contain no-repeat; }

.iti__selected-dial-code {
	font-size: 25px;
}