html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

*,
body {
  font-family: "Mulish" !important;
}

body.active,
html.active {
  overflow: hidden;
}

.body-overflow {
  overflow: hidden;
}

section {
  position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
/*.parallax{*/
/*    position:absolute*/
/*}*/
.container {
  padding: 0 1.6rem;
  max-width: 126.4rem;
  margin: 0 auto;
}
#map,
#map2 {
  height: 77rem;
  min-height: 100%;
  background: #eee;
}
@media screen and (max-width: 1199.9px) {
  html {
    font-size: 9px;
  }
  .menuLayerProduct .cardSlide:last-child {
    display: none;
  }
}

@media screen and (max-width: 1023.9px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 991.9px) {
  html {
    font-size: 7px;
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 3.2rem;
}
.galleryRow {
  grid-gap: 0 1.6rem;
}
@media screen and (min-width: 1199.9px) {
  .xl-1 {
    grid-column: span 1;
  }

  .xl-2 {
    grid-column: span 2;
  }

  .xl-3 {
    grid-column: span 3;
  }

  .xl-4 {
    grid-column: span 4;
  }

  .xl-5 {
    grid-column: span 5;
  }

  .xl-6 {
    grid-column: span 6;
  }

  .xl-7 {
    grid-column: span 7;
  }

  .xl-8 {
    grid-column: span 8;
  }

  .xl-9 {
    grid-column: span 9;
  }

  .xl-10 {
    grid-column: span 10;
  }

  .xl-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 1199.9px) and (min-width: 991.9px) {
  .lg-0 {
    display: none;
  }

  .lg-1 {
    grid-column: span 1;
  }

  .lg-2 {
    grid-column: span 2;
  }

  .lg-3 {
    grid-column: span 3;
  }

  .lg-4 {
    grid-column: span 4;
  }

  .lg-5 {
    grid-column: span 5;
  }

  .lg-6 {
    grid-column: span 6;
  }

  .lg-7 {
    grid-column: span 7;
  }

  .lg-8 {
    grid-column: span 8;
  }

  .lg-9 {
    grid-column: span 9;
  }

  .lg-10 {
    grid-column: span 10;
  }

  .lg-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 991.9px) and (min-width: 767.9px) {
  .md-0 {
    display: none;
  }

  .md-1 {
    grid-column: span 1;
  }

  .md-2 {
    grid-column: span 2;
  }

  .md-3 {
    grid-column: span 3;
  }

  .md-4 {
    grid-column: span 4;
  }

  .md-5 {
    grid-column: span 5;
  }

  .md-6 {
    grid-column: span 6;
  }

  .md-7 {
    grid-column: span 7;
  }

  .md-8 {
    grid-column: span 8;
  }

  .md-9 {
    grid-column: span 9;
  }

  .md-10 {
    grid-column: span 10;
  }

  .md-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 767.9px) {
  .sm-0 {
    display: none;
  }

  .row {
    grid-gap: 0 0.8rem;
  }

  .sm-3 {
    grid-column: span 3;
  }

  .sm-6 {
    grid-column: span 6;
  }

  .sm-12 {
    grid-column: span 12;
  }

  html {
    font-size: 10px;
  }

  .container {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #121212;
  } */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}

p {
  margin: 0;
  outline: none !important;
}

div {
  outline: none !important;
}
a {
  text-decoration: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Cormorant Garamond" !important;
}

button,
a {
  outline: none !important;
  cursor: pointer;
}

button,
input,
textarea,
select {
  outline: 0;
}

ul,
ol {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

header {
  position: absolute;
  top: 6.4rem;
  left: 0;
  height: 4.2rem;
  width: 100%;
  z-index: 2;
}

.menuButton {
  background-color: transparent;
  border: none;
  padding: 0;
}
.menuButton img {
  width: 6rem;
}
.menuButttons span {
  font-family: "Mulish" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.17em;
  color: #ffffff;
  display: block;
  margin-left: 1.8rem;
}
/*#mapster_wrap_0 img, #mapster_wrap_0 canvas {*/
/*    max-width: 100% !important;*/
/*    height: auto;*/
/*}*/
/*#mapster_wrap_0 {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/
/*#mapster_wrap_0 img{*/
/*    vertical-align: baseline;*/
/*}*/

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

.wallpSection {
  width: 100%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  pointer-events: none;
}
/*.wallpSection video{*/
/*    display:none;*/
/*}*/
.wallpSection video,
.wallpSection iframe,
.wallpSection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wallpSection iframe {
  transform: scale(1.3);
}
/* header .logo {
  margin-right: -10rem;
} */
.logo img {
  height: 4.2rem;
  width: 19.8rem;
  object-fit: contain;
}

.headerContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerContentInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30%;
}
.headerContentInner .chooseApartmentsParent {
  margin-left: 3.2rem;
}
.headerRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerRightTel {
  display: flex;
  flex-direction: row;
  height: 2rem;
  justify-content: space-between;
}
.headerRightTel img {
  width: 1.6rem;
  height: 2rem;
  margin-right: 1rem;
  margin-top: -0.4em;
}
.telephone {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  margin-right: 2rem;
}
.telephone:hover {
  opacity: 0.7;
}

.lang .langHeader {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.lang {
  position: relative;
}
.lang .langBody {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  /*padding: 1rem;*/
}
.lang .langBody a {
  padding-top: 2.4rem;
}
.lang .langBody a {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  transition: 0.3s;
}
.lang .langBody a:hover,
.lang .langHeader:hover {
  opacity: 0.8;
}
.homePageAbout {
  display: flex;
  flex-direction: column;
  padding: 8.8rem 0;
}

.homePageAbout h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 114.6%;
  text-transform: uppercase;
  color: #236192;
  margin-bottom: 1.2rem;
}

.homePageAbout h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  margin-bottom: 3.8rem;
}

.homePageAbout p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 156.8%;
  letter-spacing: 0.02em;
  color: #0d3351;
  width: 90%;
}

.downloadPres {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 156.8%;
  letter-spacing: 0.06em;
  color: #1f5580;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-bottom: 0.1rem solid #236192;
  padding-bottom: 1.2rem;
  width: fit-content;
  transition: 0.3s all ease;
  position: relative;
  padding-right: 3.2rem;
}

.downloadPres img {
  width: 1.6rem;
  height: 1.4rem;
  margin-left: 2.4rem;
  position: absolute;
  right: 0;
  transition: 0.7s all ease;
}
.downloadPres:hover img {
  animation: img 0.7s infinite;
}

@keyframes img {
  0% {
    margin-top: 1rem;
  }
  100% {
    margin-top: 0;
  }
}

.df {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.homePageAnimation {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.homePageAnimation .container {
  height: 100%;
}
.homePageAnimationContent {
  padding-bottom: 15.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
}
.homePageAnimationContent {
  position: absolute;
  bottom: 0;
  width: fit-content;
  z-index: 2;
}
.homePageAnimationContent h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 5.8rem;
  line-height: 98.6%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
}
.homePageAnimationContent h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 3.3rem;
  line-height: 98.6%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.3rem;
}
.line {
  border: 0.1rem solid #ffffff;
  width: 95%;
  position: relative;
  height: 0;
}
.line::after,
.line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.441rem;
  width: 0.441rem;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.line::after {
  left: -0.5rem;
}
.line::before {
  right: -0.5rem;
}
.homePageAnimationContent h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 8.5rem;
  line-height: 98.6%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 3.8rem;
}
.homePageRealState {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  /*background-attachment: fixed;*/
  min-height: 98rem;
  overflow: hidden;
}
.homePageRealStateContent {
  display: flex;
  align-items: center;
  /*height: 100%;*/
}
.homePageRealState .container {
  height: 100%;
  position: relative;
}
.stateCard h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 123.6%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 3.2rem;
  width: 60%;
}
.stateCard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -15rem;
}
.stateCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease all;
}

.stateCardInner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stateCardInner:hover img {
  transform: scale(1.2);
}
.firstCard {
  width: 37.8rem;
  /*width: 30%;*/
  /*height: 40rem;*/
  margin-right: -4rem;
  z-index: 1;
}
.firstCard img {
  height: 40rem;
}
.secondCard {
  width: 55.2rem;
  /*width: 60%;*/
  z-index: 1;
}
.secondCard img {
  height: 52.8rem;
}
.thirdCard {
  width: 37.8rem;
  /*height: 39.2rem;*/
  margin-left: -2rem;
  z-index: 0;
}
.thirdCard img {
  height: 40rem;
}
.aboutPage .stateCard {
  margin: 0;
}
.aboutPage .homePageRealState .container {
  display: flex;
  align-items: center;
}
.aboutPage .homePageRealState {
  height: 70vh;
}
.stateCardInner img {
  width: 0;
  transition: 0.8s all ease;
  border-radius: 10rem;
}
.stateCardInner.active img {
  width: 100%;
  border-radius: 0;
}
.homePageCordination {
  padding: 8.5rem 0 0;
}
.homePageCordImg {
  width: 100%;
  height: 100%;
}
.homePageCordImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homePageCordination h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 114.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  width: 45%;
  margin-bottom: 8.5rem;
}
.homePageCordination .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map {
  height: 100vh;
  width: 100%;
}
.map img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}
area:hover {
  background-color: red;
}
.restaurantCard {
  height: 100vh;
  position: relative;
  width: 100%;
  width: 20%;
  transition: 0.3s all ease;
}
.restaurantCard:hover {
  width: 60vw;
}
.restaurantCard:hover .layerContent {
  padding-left: 7.2rem;
  width: 50rem;
}
.restaurantCard .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 45, 47, 0.5);
}
.layerContent {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  left: 0;
  top: 0;
  /* right: 0; */
  bottom: 0;
  height: 100%;
  margin: auto;
  width: 100%;
}

.layerContent h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 114.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
}

.layerContent p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 145.5%;
  letter-spacing: 0.09em;
  color: #ffffff;
  opacity: 0;
  height: 0;
}
@media (max-height: 700px) {
  .layerContent p {
    width: 80%;
  }
}
.layerContent a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 156.8%;
  letter-spacing: 0.06em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  height: 0;
  border-bottom: 0.1rem solid #ffffff;
  white-space: nowrap;
  padding-bottom: 1.2rem;
  width: 24.6rem;
}
.layerContent a img {
  width: 1.6rem;
  height: 1.4rem;
}
.restaurantCard:hover a,
.restaurantCard:hover p {
  display: flex;
  opacity: 1;
  height: auto;
}
.restaurantCard:hover p {
  margin-bottom: 3.4rem;
}

.restaurantCard:hover h3 {
  text-align: left;
  font-size: 8rem;
  margin-bottom: 3.2rem;
}
.restaurantCard img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.homePageRestaurant {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: fit-content;
}
.homePageRestaurantParent {
  overflow: auto;
}
.homePageMap {
  position: relative;
  overflow: hidden;
  height: 95rem;
}
/*.homePageMap > div[id], .homePageMap > iframe {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 100vw;*/
/*    height: 100%;*/
/*    z-index: 2;*/
/*}*/
.mapParent {
  height: 76.8rem;
  width: 100vw;
  position: static;
  background-color: rgb(229, 227, 223);
}

.homePageMap iframe {
  height: 76.8rem;
  width: 100%;
  border: none;
}
/*.contactRight {*/
/*  background: #ffffff;*/
/*  padding: 5.6rem 5.8rem 2.5rem;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 10rem;*/
/*  width: 40%;*/
/*}*/
.contactRight {
  background: #ffffff;
  padding: 3.8rem 5.2rem 2.5rem;
  position: absolute;
  right: 0;
  width: 40%;
  bottom: 0;
  margin: auto;
  height: 80%;
}
.contactContent {
  height: fit-content;
  overflow: auto;
  padding-right: 2.4rem;
  max-height: 80%;
  margin-bottom: 2.4rem;
}
.pageContentBody .contactContent {
  max-height: 80rem;
}
.contactRight .moreButton {
  justify-content: flex-start;
}
.contactContent::-webkit-scrollbar {
  width: 0.6rem;
}
.contactContent::-webkit-scrollbar-thumb {
  background: rgba(39, 120, 184, 1);
  border-radius: 1rem;
}
/* .contactContent::-webkit-scrollbar-track {
  border-right: 0.08rem solid rgba(39, 120, 184, 1);
  width: 1rem;
  position: relative;
} */
/* .contactContent::-webkit-scrollbar-track {
  width: 0.08rem;
  height: 100%;
  background-color: rgba(39, 120, 184, 1);
  max-width: 0.08rem;
} */
.socialIcons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.socialIcons img {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 2rem;
  object-fit: contain;
}
.socialIcons a:first-child img,
.socialIcons a:nth-child(1) img {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0;
}
/*.socialIcons a:nth-child(2) img {*/
/*    margin-left: 1.6rem;*/
/*}*/
.socialIcons div {
  position: relative;
}

.socialIconsDetails {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(129, 140, 149, 0.12);
  padding: 2.8rem 4.2rem;
  position: absolute !important;
  right: 20%;
  left: auto;
  margin: auto;
  width: fit-content;
  display: none;
}
.socialIcons div:hover div {
  display: block;
  z-index: 2;
}

.socialIconsDetails a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #236492;
  margin-bottom: 1.2rem;
  transition: 0.3s;
}
.socialIconsDetails a:hover {
  color: #000;
}
.socialIconsDetails a:last-child {
  margin: 0;
}

.contactRightTop h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 114.6%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #236192;
}
.contactRightTop {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactDiv {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.contactDiv label {
  width: 90%;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.07em;
  color: rgba(35, 100, 146, 0.6);
  padding-left: 1.6rem;
}
.contactDiv a,
.contactDiv ul li,
.contactDiv p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130% !important;
  letter-spacing: 0.02em;
  color: #236492;
  margin-top: 0.5rem;
  padding-bottom: 1.6rem;
  display: block;
}
.contactDiv img {
  width: 3rem;
  height: 3rem;
}
.contactDiv a {
  padding-bottom: 0.3rem;
}
.contactDiv a:last-child {
  padding-bottom: 1rem;
}
.contactLine .contactDiv:last-child
/* .contactLine.contactDiv a, */
/* .contactLine .contactDiv p:last-child  */
/* .contactLine .contactDiv p */ {
  border-bottom: 0.1rem solid #eff3f6;
  width: 100%;
  margin-bottom: 2rem;
}
.contactLine .contactDiv:first-child a,
.contactLine .contactDiv:first-child p {
  padding-bottom: 0;
  border-bottom: 0;
}
.contactLine {
  margin-bottom: 2rem;
}
.contactLine .title {
  color: #236492;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.034rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.contactLine:last-child a {
  margin-bottom: 2rem;
}
.moreButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonSend {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.02em;
  color: #93b0c6;
  height: 3.8rem;
  border: 0.06rem solid #5581a0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.8rem;
  background-color: transparent;
  opacity: 2;
}
footer {
  border-top: 0.15rem solid #eff3f6;
  padding: 2.8rem 0;
  position: relative;
}
.footerContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerLeft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footerLeft a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.08em;
  color: #114164;
  margin-right: 4.5rem;
}
.footerCenter {
  display: flex;
  align-items: center;
}
.footerCenter span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #546e81;
  display: block;
  padding: 0 1.1rem;
  border-left: 0.1rem solid #eff3f6;
}
.footerCenter a {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #a9b0b6;
  padding-right: 1.2rem;
}
.footerRight {
  display: flex;
  align-items: center;
}
.footerRight a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #466379;
  padding-bottom: 0.5rem;
  border-bottom: 0.07rem solid #466379;
  margin-left: 1.2rem;
}
.footerRight span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000000;
  opacity: 0.2;
  padding-bottom: 0.6rem;
}
.scrollTop {
  /*position: absolute;*/
  /*right: 2.4rem;*/
  /*bottom: 2.4rem;*/
  border: none;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  margin-left: 2.4rem;
}
.scrollTop.active {
  display: flex;
}
.scrollTop img {
  width: 6.5rem;
  height: 6.5rem;
  background: #fff;
}

.secondHeader {
  position: static;
  padding: 5.6rem 0 2rem;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(129, 140, 149, 0.12);
  border-bottom: 0.15rem solid #eff3f6;
}
.secondHeader .menuButttons span,
.secondHeader .headerRight a,
.secondHeader .lang .langHeader {
  color: #236192;
}
.secondHeader .chooseAparments {
  color: #236192;
  border: 0.1rem solid #236192;
}
.secondHeader .chooseApartmentsDetail a {
  color: #fff;
}
.secondHeader .headerRightTel img {
  filter: invert(20%) sepia(13%) saturate(1134%) hue-rotate(164deg)
    brightness(81%) contrast(106%);
}
.breadCrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2.2rem;
}
.breadCrumb a {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 156.8%;
  letter-spacing: 0.12em;
  color: #1f5580;
  position: relative;
  padding-right: 4rem;
  white-space: nowrap;
}
.breadCrumb a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #1f5580;
  border-radius: 50%;
  right: 1.8rem;
}
.breadCrumb a:last-child {
  color: #bec7cd;
  pointer-events: none;
  cursor: pointer;
}
.breadCrumb a:last-child::after {
  display: none;
}
.pageContent {
  padding: 6rem 0 4.8rem;
}
.pageContent h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 5.4rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  margin-bottom: 3.6rem;
}
.filters {
  border-top: 0.1rem solid #e8eef2;
  border-bottom: 0.1rem solid #e8eef2;
  height: 6.6rem;
  margin-bottom: 3rem;
}
.filters .container {
  border-right: 0.1rem solid #e8eef2;
  border-left: 0.1rem solid #e8eef2;
  height: 100%;
  padding: 0;
}
.filters .filterLeft label {
  padding: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 0 5.6rem;*/
  height: 100%;
  border-right: 0.1rem solid #e8eef2;
  width: 100%;
}
.filters .filterLeft label input {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.filters .filterLeft label input:checked ~ span {
  background-color: #1f5580;
  color: #fff;
}
.filters .filterLeft label span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 156.8%;
  text-align: center;
  color: #1f5580;
  display: flex;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 0;
}
#reset-filter {
  border: none;
  background: transparent;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 156.8%;
  text-align: center;
  color: #1f5580;
  white-space: nowrap;
  margin-right: 2rem;
}
.filters form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.filterStatus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.filterStatus span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 156.8%;
  color: #1f5580;
  opacity: 0.4;
  margin-right: 2rem;
}
.filterLeft {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 40%;
}
#infrastructure-filter .filterLeft {
  width: 100%;
}
.filterStatus p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 156.8%;
  letter-spacing: 0.01em;
  color: #1f5580;
  white-space: nowrap;
}
.filterStatus label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /* height: 0;
  width: 0; */
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
.filterStatus label {
  margin-right: 2.4rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 2.4rem;
}

.filterStatus label .checkmark {
  position: absolute;
  top: 0.2rem;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  border: 0.07rem solid rgba(31, 85, 128, 0.5);
  border-radius: 0.3rem;
  opacity: 1;
}
.filterStatus label input:checked ~ .checkmark {
  background-color: #fff;
}
.filterStatus label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filterStatus label input:checked ~ .checkmark:after {
  display: block;
}
.filterStatus label .checkmark:after {
  left: 0rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #1f5580;
  border-radius: 0.14rem;
  width: 1.2rem;
  height: 1.2rem;
}
.filters #tabs {
  display: flex;
  align-items: center;
}
.filters #tabs a {
  background: #236192;
  height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 156.8%;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s all ease;
}
.filters #tabs a svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.8rem;
}
.filters #tabs a.inactive svg path {
  opacity: 0.45;
  fill: rgba(35, 98, 146, 0.45);
}
.filters #tabs a.inactive {
  background-color: transparent;
  color: rgba(35, 98, 146, 0.45);
}
.card {
  position: relative;
  height: 54.8rem;
  margin-bottom: 3.6rem;
}
.infrastructureCardD {
  position: relative;
  height: 32.8rem;
}
.card .cardImg img,
.card .cardImg video {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
}
.infrastructureCardD img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card .cardImg img:first-child,
.card .cardImg video {
  display: block;
  object-fit: cover;
}
.card:hover .cardImg img:nth-child(1),
.card:hover .cardImg video:nth-child(1) {
  animation: nth1 2s infinite;
  opacity: 0;
  display: block;
}

@keyframes nth1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.card:hover .cardImg img:nth-child(2),
.card:hover .cardImg video:nth-child(2) {
  animation: nth2 2s infinite;
  opacity: 0;
  display: block;
}

@keyframes nth2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.card:hover .cardImg img:nth-child(3),
.card:hover .cardImg video:nth-child(3) {
  animation: nth3 2s infinite;
  opacity: 0;
  display: block;
}

@keyframes nth3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
.card .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-fill-available;
  padding: 0 2.4rem;
  height: -webkit-fill-available;
  background: linear-gradient(
    0.04deg,
    #0f1417 1.13%,
    rgba(35, 97, 146, 0) 99.97%
  );
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6.4rem;
  justify-content: center;
  font-family: "OptimalC" !important;
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.infrastructureCardD .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-fill-available;
  padding: 0 2.4rem;
  height: -webkit-fill-available;
  background: linear-gradient(
    0.04deg,
    #0f1417 1.13%,
    rgba(35, 97, 146, 0) 99.97%
  );
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.2rem;
  justify-content: center;
  font-family: "OptimalC" !important;
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.infrastructureCardD .layer svg {
  width: fit-content;
  height: 6rem;
}

.card .st1,
.card .cls-1,
.card .cls-2,
.card .cls-3,
.infrastructureCardD .cls-1,
.infrastructureCardD .cls-2,
.infrastructureCardD .cls-3,
.infrastructureCardD .layer svg path {
  fill: #fff !important;
  font-family: "OptimalC" !important;
}
.card .cls-2 {
  stroke: #fff !important;
}
.infrastructureSwiper .swiper .swiper-button-next,
.infrastructureSwiper .swiper .swiper-button-prev {
  display: none;
}
.logoSection svg path {
  fill: #236192;
}
.gm-ui-hover-effect,
.gm-ui-hover-effect span {
  width: 3.4rem !important;
  height: 3.4rem !important;
  top: 0 !important;
  right: 2rem !important;
}
.logoSection .st1,
.logoSection .cls-1,
.logoSection .cls-2,
.logoSection .cls-3 {
  fill: #236192 !important;
  font-family: "OptimalC" !important;
}

.logoSection .cls-2 {
  stroke: #236192 !important;
}
.filterReset span {
  display: none;
}
.card .layer img,
.card .layer svg {
  max-height: 10rem;
  object-fit: contain;
  width: 80%;
  max-width: 70%;
}
.card .layer svg path {
  fill: #fff;
}
.infrastructureCardD .layer img {
  height: 4rem;
  object-fit: contain;
  width: 80%;
  max-width: 70%;
}
.infrastructureFilter .filterLeft label {
  padding: 0 3.2rem;
}
.infrastructureParents {
  display: flex;
  flex-wrap: wrap;
}
.infrastructureParents .infrastructureCard:nth-child(4n + 1),
.infrastructureParents .infrastructureCard:nth-child(4n + 4) {
  height: 72rem;
}
.infrastructureParents .infrastructureCard:nth-child(4n + 4) {
  margin-top: -29rem;
}
.infrastructureParents .infrastructureCard:nth-child(4n + 2),
.infrastructureParents .infrastructureCard:nth-child(4n + 3) {
  height: 43rem;
}
.infrastructureParents .infrastructureCard:nth-child(4n + 2),
.infrastructureParents .infrastructureCard:nth-child(4n + 4) {
  margin-left: 0.8rem;
}
.infrastructureCard {
  width: 49%;
  position: relative;
  margin-bottom: 0.8rem;
}
.infrastructureCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infrastructureCard .layer {
  background: linear-gradient(
    0.04deg,
    #0f1417 1.13%,
    rgba(35, 97, 146, 0) 99.97%
  );
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.infrastructureCard h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 113.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  height: fit-content;
  width: fit-content;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.infrastructureCard .layer svg,
.infrastructureCard .layer img {
  position: absolute;
  height: fit-content;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 13rem;
  width: 50%;
}
.infrastructureCard .layer svg path,
.infrastructureCard .layer svg .cls-1 {
  fill: #fff;
}
.otherPageBackground {
  width: 100%;
  height: 100vh;
}

.otherPageBackground img,
.otherPageBackground video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projectHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #e8eef2;
  margin-bottom: 3rem;
  padding-bottom: 2.4rem;
}
.projectHeader h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 98.6%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #236192;
  margin-bottom: 0.8rem;
}
.projectHeader h1 {
  font-size: 6.4rem;
  margin-bottom: 2rem;
}
.logoSection {
  border: 0.1rem solid #e8ebed;
  height: 9rem;
  padding: 0 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  text-align: center;
}
.logoSection img,
.logoSection svg {
  height: 4rem;
  width: fit-content;
}
.projectBody span {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  letter-spacing: 0.01em;
  color: #0d3351;
  opacity: 0.24;
  margin-bottom: 1.2rem;
}
.projectBody p,
.projectBody ul li {
  font-style: normal;
  font-weight: 300 !important;
  font-size: 1.7rem !important;
  line-height: 156.8% !important;
  letter-spacing: 0.02em;
  color: #0d3351 !important;
}
.projectBody p {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.projectBody ul {
  padding: 3.2rem 0;
}
.projectBodyBottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5.6rem 0;
  width: 70%;
}
.projectBodyBottom label {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 156.8%;
  letter-spacing: 0.04em;
  color: #0d3351;
  opacity: 0.2;
}
.projectBottomInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*border-top: 0.1rem solid #e8eef2;*/
  /*border-bottom: 0.1rem solid #e8eef2;*/
  padding: 2.2rem 0;
}
.projectList {
  margin-top: 6.2rem;
}
.projectBottomInfo div {
  border-right: 0.1rem solid #e8eef2;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  color: #236192;
}
.projectBottomInfo div:last-child {
  border-right: 0;
}
.projectBottomInfo div span {
  font-style: normal;
  font-weight: 400;
  font-size: 5.8rem;
  line-height: 156.8%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #236192;
  opacity: 1;
  white-space: nowrap;
}
.projectBottomInfo div p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 156.8%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0d3351;
  opacity: 0.2;
}
.projectList h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  color: #236192;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e8eef2;
  margin-bottom: 4.2rem;
}

.projectListFilter p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 155%;
  letter-spacing: 0.04em;
  color: #0d3351;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filterCheckbox label {
  height: 5rem;
  position: relative;
  transition: 0.3s all ease;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
}
.filterCheckbox label span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0d3351;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #dee7ed;
  height: 5rem;
  padding: 0 2rem;
  transition: 0.3s all ease;
}
.filterCheckbox label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s all ease;
}

.filterCheckbox label:hover span {
  color: #fff !important;
  background-color: #236192;
}
.filterCheckbox label input:checked ~ span {
  color: #fff;
  background-color: #236192;
}
.filterCheckbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4.2rem;
}
.price-range-slider {
  width: 100%;
}
.price-range-sliderDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.price-range-sliderDiv .range-value input {
  width: fit-content;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 155%;
  letter-spacing: 0.04em;
  color: #0d3351;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: end;
}

.ui-widget.ui-widget-content {
  height: 0.1rem !important;
  border: none !important;
}
.ui-slider-horizontal {
  height: 0.1rem !important;
  background-color: #dee7ed !important;
  border: none !important;
}
.ui-slider-range {
  background-color: #2778b8 !important;
  height: 0.1rem !important;
  border: none;
}
.ui-slider-handle {
  width: 1.8rem !important;
  height: 1.8rem !important;
  background: #2778b8 !important;
  border: none !important;
  border-radius: 50% !important;
  margin-top: -0.6rem;
  outline: none;
  cursor: pointer;
}
.border-blue label span {
  border: 0.06rem solid #236192;
}
.apartmentsCard {
  background: #ffffff;
  border: 0.06rem solid #a8bed0;
  border-radius: 0.2rem;
  height: 50rem;
  margin-bottom: 3.6rem;
}
.apartmentsCardTop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33rem;
  width: 100%;
}
.apartmentsCardTop img {
  height: 30rem;
}
.apartmentsCardBody {
  padding: 0 1.8rem 1.8rem;
}
.apartmentsCardBody span {
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 155%;
  letter-spacing: -0.04em;
  color: #0d3351;
}
.apartmentsCardBody p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 120%;
  color: #0d3351;
  opacity: 0.7;
  height: 3rem;
}
.apartmentsCardBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4.2rem 1.3rem;
  border-top: 0.1rem solid #e8eef2;
}
.apartmentsCardBottom div {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 155%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0d3351;
}
.apartmentsCardBottom img {
  width: 2.2rem;
  height: 1.8rem;
  margin-bottom: 1.2rem;
}

.projectList .sticky {
  position: relative;
}
.projectListFilter {
  position: sticky;
  position: -webkit-sticky;
  top: 10rem;
  left: 0;
  width: 90%;
}
.discoverHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9.6rem 0 4rem;
}
.discoverHeader p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 156.8%;
  color: #d3d8dc;
  margin-bottom: 0.5rem;
}
.discoverHeader span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 156.8%;
  color: #d3d8dc;
  margin-bottom: 0.5rem;
}
.discoverHeader h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #236192;
}
.discoverCard {
  border: 0.1rem solid #dee7ed;
  border-radius: 0.4rem;
  height: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 0;
  margin-bottom: 2rem;
  transition: 0.3s;
}
.discoverCard .img {
  padding: 1rem 2rem;
  border-right: 0.1rem solid #e8eef2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 8rem;
  min-width: 8rem;
  height: -webkit-fill-available;
  height: fit-content;
}
.discoverCard .img img,
.discoverCard .img svg {
  width: 6.8rem;
  height: 8.6rem;
  transition: 0.3s;
}
.discoverCard p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 155%;
  color: #0d3351;
  padding-left: 3.4rem;
  width: 60%;
}
.discoverCard:hover {
  background: rgba(35, 97, 146, 0.1);
}
.discoverCard:hover svg {
  transform: rotateY(180deg);
}
.otherProject {
  padding-top: 7rem;
}
.otherProject h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  margin-bottom: 3.2rem;
}
.otherProject .swiper {
  padding-bottom: 4.8rem;
}
.otherProject .swiper-button-prev,
.otherProject .swiper-button-next,
.infrastructureSwiper .swiper-button-next,
.infrastructureSwiper .swiper-button-prev {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
}

.otherProject .swiper-button-next,
.infrastructureSwiper .swiper-button-next {
  right: -4rem;
}
.otherProject .swiper-button-prev,
.infrastructureSwiper .swiper-button-prev {
  left: -4rem;
  transform: rotate(180deg);
}
.otherProject .swiper-button-prev,
.infrastructureSwiper .swiper-button-prev {
  bottom: -0.15rem;
}
.otherProject .swiper-button-prev::after,
.otherProject .swiper-button-next::after,
.infrastructureSwiper .swiper-button-prev::after,
.infrastructureSwiper .swiper-button-next::after {
  content: "";
  display: flex;
  align-items: center;
  background-image: url(../media/arrow.png);
  width: 2.6rem;
  height: 1.3rem;
}
.infrastructureHeader .swiper-button-prev,
.infrastructureHeader .swiper-button-next {
  width: 7.4rem;
  height: 7.4rem;
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.7;
}
.infrastructureHeader .swiper-button-next::after,
.infrastructureHeader .swiper-button-prev::after {
  content: "";
  display: flex;
  align-items: center;
  background-image: url(../media/swiper.png);
  width: 7.4rem;
  height: 7.4rem;
  min-width: 7.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.infrastructureHeader .swiper-button-prev {
  left: -8rem;
}
.infrastructureHeader .swiper-button-next {
  right: -8rem;
  transform: rotate(180deg);
  bottom: 0.2rem;
}
.infrastructureSwiper .swiper {
  padding-bottom: 5rem;
  margin-bottom: 4.2rem;
}
.infrastructureSwiper .gallery {
  padding-bottom: 0;
}

.gallery {
  padding: 9.6rem 0;
}
.gallery #tabs,
.blogDetail #tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
}
.gallery #tabs li,
.blogDetail #tabs li {
  margin-right: 7.2rem;
}
.gallery #tabs li:last-child,
.blogDetail #tabs li:last-child {
  margin-right: 0;
}
.gallery #tabs a,
.blogDetail #tabs a,
.infrastruktureVideo h2 {
  font-family: "Cormorant Garamond" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #236192;
  border-bottom: 0.07rem solid #2075b9;
  padding-bottom: 1.4rem;
}
.infrastruktureVideo h2 {
  margin: 4.8rem 0 3.2rem;
  border: none;
  padding: 0;
}
.infrastruktureVideo .ImgContainer {
  height: 65rem;
}
.infrastruktureVideo .ImgContainer img,
.infrastruktureVideo .ImgContainer video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery #tabs a.inactive,
.blogDetail #tabs a.inactive {
  border-bottom: 0.07rem solid transparent;
}
.gallery .ImgContainer,
.blogDetail .ImgContainer {
  margin-bottom: 0.8rem;
}
.gallery .ImgContainer img,
.gallery .ImgContainer iframe,
.gallery .ImgContainer video,
.tour360Div img {
  width: 100%;
  height: 74.1rem;
  object-fit: cover;
}
.gallery .swiper-pagination-bullet,
.mobileGallery .swiper-pagination-bullet,
.blogDetail .swiper-pagination-bullet {
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.11em;
  color: rgba(169, 181, 190, 1);
  background-color: transparent;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../media/circle.svg");
  background-size: contain;
}
.gallery .swiper-pagination-bullet-active,
.mobileGallery .swiper-pagination-bullet-active,
.blogDetail .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: rgba(45, 104, 151, 0.13);
  color: rgba(45, 106, 152, 1);
}
.backgroundVideo {
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backgroundVideo video {
  width: 32.8rem;
  border-radius: 19rem;
  height: 100%;
  object-fit: cover;
  transition: 1s all ease;
}
.backgroundVideo.active video {
  width: 100%;
  border-radius: 0;
}
.homePageAnimationContent {
  opacity: 0;
  transition: 1s all ease;
}
.homePageAnimationContent.active {
  opacity: 1;
}

.homePageAnimation {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.swiper-pagination2,
.swiper-pagination20 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #02101b;
  z-index: 4;
  transform: translateY(-120%);
  transition: 0.3s all;
  overflow: hidden;
}
.menu.active {
  transform: translateY(0);
}
.menuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.4rem 0;
  width: 100%;
}
.closeMenu {
  width: 2.9rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  border: none;
  padding: 0;
  width: 30%;
}
.closeMenu img,
.closeMenu svg {
  width: 2.9rem;
  height: 2.6rem;
}
.menuMiddle {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.menuMiddle a {
  font-family: "Cormorant Garamond" !important;

  margin-bottom: 1.8rem;
}
.menuMiddle a span {
  font-family: "Cormorant Garamond" !important;
  transition: 0.3s all ease;
  font-style: normal;
  font-weight: 400;
  font-size: 3.8rem;
  line-height: 120%;
  color: #ffffff;
  text-transform: Uppercase;
}
.menuMiddle a:hover {
  color: #1389dd !important;
}
.menuBottom {
  width: 50%;
}
.menuButtonLinksFirst {
  width: 80%;
}
.menuBottomLinks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
.menuBottomLinks a {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 1.2rem;
  margin-right: 1.2rem;
  border-right: 0.1rem solid #236192;
  margin-bottom: 3.2rem;
}
.menuBottomLinks a:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.menuParent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
.menuBottomButtons {
  display: flex;
  align-items: center;
  padding-bottom: 6.8rem;
}
.menuBottomButtons .watch360 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 156.8%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 0.1rem solid #236192;
  padding-bottom: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuBottomButtons .watch360 svg,
.download svg {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 1rem;
  margin-bottom: 0.1rem;
}
.download {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 156.8%;
  letter-spacing: 0.09em;
  color: #ffffff;
  margin-right: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
  border: none;
  padding: 0;
  border-bottom: 0.1rem solid #236192;
  padding-bottom: 1.4rem;
}
.menuLayerProduct {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  display: flex;
  /* flex-wrap: wrap; */
  z-index: 1;
}
.menuLayerProduct .cardSlide {
  width: 100%;
  margin-right: 3.2rem;
}
/* .menuLayerProduct .cardSlide .card {
  margin-bottom: 4.8rem;
} */

.menuLayerProduct .card .layer {
  background: rgba(38, 43, 61, 0.61);
}

.menuLayerProduct .card {
  pointer-events: none;
  margin-bottom: 4.8rem;
  height: 100%;
}
.menuLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.swiper-container,
.swiper-container2 {
  height: 100vh;
}
.swiper-container {
  transform: rotate(180deg);
}
.swiper-container .card {
  transform: rotate(180deg);
}
.hero-content {
  height: 100vh;
  overflow: hidden;
}
.hero-content area:hover {
  box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.5);
}

.tour img {
  width: 100%;
  height: 74.2rem;
  object-fit: cover;
}
.mapSelect {
  padding: 0 1.6rem;
  position: relative;
  height: 13.8rem;
  top: -16rem;
  margin-bottom: -16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapSelect #map2 {
  display: none;
}
.mapSelect .inputGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.87rem;
  position: relative;
}

.mapSelect .inputGroup::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 1rem);
  height: 0.06rem;
  background-color: #fff;
}
.mapSelect .inputGroup::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(50%);
}
.mapSelect select {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  border: none;
  background-color: transparent;
  width: 100%;
  margin-left: 1rem;
}
.mapSelect option {
  color: #000;
}
.mapSelect form {
  padding: 3.2rem 4rem 3.2rem 7rem;
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mapSelect form::after {
  content: "";
  width: 0.07rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -2.5rem;
  height: 5.8rem;
}
.mapSelect label {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.09em;
  color: #ffffff;
  opacity: 0.6;
  margin-left: 2.5rem;
  margin-bottom: 0.9rem;
  display: inline-block;
}

.mapSelect .dot {
  width: 15%;
  border-bottom: 0.03rem dashed rgba(255, 255, 255, 0.4);
  margin-top: 4.5rem;
}
.mapSelect form img {
  margin-top: -0.3rem;
}
.mapInnerChild {
  width: 25%;
}
.mapSelectInner {
  background: rgba(241, 241, 241, 0.078);
  backdrop-filter: blur(5.916px);
  display: flex;
  align-items: center;
  padding: 4rem;
  width: 60%;
}
.distanceClass {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-left: 2.4rem;
  margin-left: 2.4rem;
  height: 4rem;
}
#resultDuration {
  display: none;
}
#resultDuration,
#resultDistance {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #ffffff;
  margin-bottom: 0.6rem;
  height: 1rem;
  width: 15rem;
  text-align: center;
}
#submitDestination {
  background: rgba(35, 97, 146, 0.7);
  border-radius: 0.4rem;
  padding: 1.6rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1rem;
  text-align: center;
  color: #fff;
  margin-left: 2.4rem;
  border: none;
}
.distanceClass span {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  letter-spacing: 0.09em;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 1rem;
}
/*.mapSelect > div > div span:last-child {*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  font-size: 2.2rem;*/
/*  line-height: 2.2rem;*/
/*  letter-spacing: 0.02em;*/
/*  color: #ffffff;*/
/*}*/
.filterOpen,
.filterTop,
.showResults,
.mobileGallery,
.play-pause {
  display: none;
}

.pageContentBody {
  border-top: 0.1rem solid #e8eef2;
}
.contactHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.6rem 0 1.6rem;
  width: 95%;
}
.contactHeader h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 98.6%;
  color: #236192;
}
.contactBody p,
.contactBody ul li,
.contactBody ol li,
.contactBody span,
.contactBody strong {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 156.8%;
  color: #447195;
  margin-bottom: 5.4rem;
}
.pageContentBody form {
  padding: 7.2rem 0 0 5.2rem;
  border-left: 0.1rem solid #e8eef2;
  height: 100%;
}
.pageContentBody form h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 98.6%;
  text-align: center;
  color: #236192;
  margin-bottom: 6rem;
}
.pageContentBody .inputChild {
  margin-bottom: 2rem;
  width: 100%;
}
.pageContentBody .inputChild input,
.pageContentBody .inputChild input::placeholder {
  font-family: "Cormorant Garamond" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  color: #236192 !important;
  padding: 1.4rem 0;
  border: none;
  width: 100%;
}
.pageContentBody .inputChild input {
  border: none;
  border-bottom: 0.07rem solid #236492;
}
.blueButton {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  height: 7rem;
  background: #236192;
  color: #ffffff;
  border: 0;
  padding: 0;
  width: 100%;
  margin-top: 2rem;
  transition: 0.3s ease all;
}
.menuPhone {
  display: none;
}

/* effects*/

/*animation: apartments 1s infinite;*/
/*opacity: 0;*/
/*@keyframes apartments {*/
/*  0% {*/
/*    opacity: 1;*/
/*  }*/

/*  50% {*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*  }*/
/*}*/

.popupInform .popupInnerChildImg,
.popupInformSecond .popupInnerChildImg {
  width: 100%;
  height: 38rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-bottom: 3.6rem; */
}
/* .popupInform .popupInnerChildImg {
  margin-bottom: 0;
  height: 92%;
} */
.popupInform .popupInner,
.popupInformSecond .popupInner {
  padding: 0;
}
.popupInform .popupInner {
  height: 100%;
}

.popupInformSecond .popupContain {
  width: 54rem;
  background: #ffffff;
  border-radius: 1.2rem;
  height: fit-content;
}
.popupInform .popupContain {
  width: 60rem;
  height: min-content;
  border-radius: 2em;
  overflow: hidden;
}
.popupInform .popupInnerText,
.popupInformSecond .popupInnerText {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupInform .popupInnerText h3 {
  margin: 2rem 0 0;
  text-transform: math-auto;
}
.popupInform .popupInformBottom,
.popupInformSecond .popupInformBottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 2rem;
}
/* .popupInform .popupInformBottom {
  margin-bottom: 3.2rem;
} */
.popupInform h3,
.popupInformSecond h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 110.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  color: #236192;
  width: 80%;
}

.popupInformSecond .popupInner .cross {
  top: 3rem;
}
.popupInform .popupInner .cross {
  top: 1.5rem;
}
.popupInform .popupInformBottom .blueButton,
.popupInformSecond .popupInformBottom .blueButton {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupInform .popupInformBottom .blueButton {
  height: 4rem;
  width: 40%;
  margin-top: 1.6rem;
  border-radius: 1rem;
  font-size: 1.6rem;
}
.popupInform .popupInfoTop,
.popupInformSecond .popupInfoTop {
  height: 8.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupInform .popupInfoTop {
  height: 5rem;
}
.popupInform .popupInfoTop img,
.popupInformSecond .popupInfoTop img {
  width: 13rem;
  height: 2.8rem;
  object-fit: contain;
}
.cl-effect-5 a {
  overflow: hidden;
}

.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.menuBottomLinks a {
  white-space: nowrap;
}
.cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.popupInform .popupInnerChildImg iframe {
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}
.popupInform .popupInnerChildImg .popupInformBottom,
.popupInform .popupInnerChildImg .popupInnerText {
  display: none;
}
.chooseAparments {
  display: flex;
  background: #236192;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding: 0 1.2rem;
  position: relative;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.04em;
  height: 3.8rem;
  border: 0.06rem solid #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: 0.2s ease-in-out color;
  -o-transition: 0.2s ease-in-out color;
  -ms-transition: 0.2s ease-in-out color;
  -moz-transition: 0.2s ease-in-out color;
  transition: 0.2s ease-in-out color;
  background: transparent;
}

.chooseAparments::before {
  content: " ";
  display: block;
  width: 25rem;
  height: 25rem;
  position: absolute;
  left: 0;
  top: -10rem;
  background: #fff;
  border-radius: 100%;
  z-index: -10;
  transform: scale(0);
  -webkit-transition: 0.4s ease-in-out transform;
  -o-transition: 0.4s ease-in-out transform;
  -ms-transition: 0.4s ease-in-out transform;
  -moz-transition: 0.4s ease-in-out transform;
  transition: 0.4s ease-in-out transform;
}

.chooseAparments:hover {
  color: #236192;
}
.chooseAparments:hover::before {
  transform: scale(1.5);
}

/*.secondHeader .chooseAparments:hover{*/
/*    color: #fff;*/
/*}*/

/*.secondHeader .chooseAparments::before{*/
/*    background: #236192 !important;*/
/*}*/

/*.secondHeader .chooseAparments:hover::before {*/
/*    transform: scale(1.5);*/
/*    z-index: 1;*/
/*}*/

/* effects*/

.alert-info {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 156.8%;
  letter-spacing: 0.01em;
  color: #1f5580;
  text-align: center;
}
.popup {
  z-index: 10;
  display: none;
}
.popup.active {
  display: block;
}
.popupLayer {
  position: fixed;
  /*background-color: rgba(135, 141, 146, .6);*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background: #70777c;
  mix-blend-mode: multiply;
}
.popupContain {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 60%;
  z-index: 4;
  background: #fff;
}
.popupContain iframe {
  width: 100%;
  height: 100%;
}
.popupPress .popupContain,
.popupContact .popupContain {
  border-radius: 1.2rem;
  width: 68.4rem;
  height: fit-content;
}

.popupInfo .popupContain {
  height: 85vh;
  width: 85vw;
  background-size: cover;
}
.popupPress.active,
.popupContact.active,
.popupInfo.active {
  display: block;
}
.popupInner h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #236192;
  margin-bottom: 2.5rem;
}
.popupInner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 156.8%;
  text-align: center;
  color: #0d3351;
  opacity: 0.4;
  margin-bottom: 0.6rem;
}
.popupInner {
  padding: 9rem 6rem 7rem;
  position: relative;
  height: -webkit-fill-available;
  height: -webkit-fit-content;
}
.popupInner .filterCheckbox {
  display: flex;
  justify-content: center;
  border-bottom: none;
  margin: 0;
}
.popupInner .filterCheckbox .filterCheckbox {
  margin-bottom: 4rem;
}
.popupInner .filterCheckbox label span {
  width: 13.1rem;
  height: 4.8rem;
  font-family: "Cormorant Garamond" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  padding: 0;
}
.popupInner.pageContentBody {
  border: none;
}
.popupInner form {
  height: 100%;
  width: 100% !important;
  border: none !important;
  padding: 0;
}
.popupInner .cross {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.popupInner .cross img {
  width: 1.7rem;
  height: 1.5rem;
}
.popupInner .crossPop {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.popupInfo .popupInner {
  display: flex;
  justify-content: center;
}
.popupInnerChild {
  position: absolute;
  bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
.popupInnerChildTop {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.popupInnerChildTop h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #ffffff;
  margin-left: 4rem;
}
.popupInnerChildTop img {
  height: 5rem;
}
.popupInnerChildMiddle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.popupInnerChildMiddle h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 4rem;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}
.popupInnerChildMiddle a {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  background: #bda472;
  height: 6.4rem;
  padding: 0 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4rem;
}
.popupInnerChildBottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupInnerChildBottom a {
  background: #bda472;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 1.6rem;
}
.popupInnerChildBottom a:last-child {
  margin-right: 0;
}
.popupInnerChildBottom a img {
  width: 2.4rem;
  height: 2.4rem;
}
.homePageDelivery {
  padding: 7rem 0 0;
}
.homePageDelivery h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 114.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  text-align: center;
  margin-bottom: 6.8rem;
}

.homeDelivery {
  display: flex;
  justify-content: space-between;
  height: 83.6rem;
}
.homeDeliveryLeft,
.homeDeliveryRight {
  width: 50%;
}
.homeDeliveryLeft {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.homeDeliveryLeft img,
.homeDeliveryRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.deliveryLeft,
.deliveryRight {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.deliveryLeftInner,
.deliveryRightInner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 60%;
}
.deliveryLeftInner div,
.deliveryRightInner div {
  transition: 0.5s all ease;
  opacity: 0;
  height: 0;
}
.deliveryLeftInner h3,
.deliveryRightInner h3 {
  transition: 0.6s all ease;
  position: absolute;
  top: 45%;
}
/*.deliveryRightInner h3{*/
/*    top: 40%;*/
/*}*/
/*.deliveryRightInner p{*/
/*    transition: .5s all ease;*/
/*    opacity: 0;*/
/*    height: 0;*/
/*    margin-top: 8.5rem;*/
/*}*/
.homeDeliveryLeft:hover .deliveryLeftInner div,
.homeDeliveryRight:hover .deliveryRightInner div {
  opacity: 1;
  overflow: hidden;
  height: auto;
}
.homeDeliveryLeft:hover h3 {
  top: 25%;
}
.homeDeliveryRight:hover h3 {
  top: 25%;
}
.homeDeliveryLeft:hover img,
.homeDeliveryRight:hover img {
  transform: scale(1.1);
}
.homeDeliveryLeft:hover .deliveryIcons img {
  transform: scale(1);
}
.deliveryLeftInner ul {
  margin-bottom: 3.2rem;
}
.deliveryLeftInner p {
  margin-bottom: 2.4rem;
}
.deliveryLeftInner ul li,
.deliveryLeftInner p,
.deliveryLeftInner strong,
.deliveryLeftInner a,
.deliveryLeftInner span,
.deliveryRightInner ul li,
.deliveryRightInner p,
.deliveryRightInner strong,
.deliveryRightInner a,
.deliveryRightInner span {
  font-family: "Mulish" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 145.5%;
  color: #ffffff;
  display: block;
}
.deliveryLeftInner strong,
.deliveryLeftInner a {
  font-weight: 500;
}
.deliveryLeftInner h3,
.deliveryRightInner h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 5.4rem;
  line-height: 97.6%;
  text-align: left;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.8rem;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.deliveryLeftInner h3 br,
.deliveryRightInner h3 br {
  display: none !important;
}
/*.deliveryRightInner{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
.deliveryRightInner h3 {
  /*font-style: normal;*/
  /*font-weight: 500;*/
  /*font-size: 6.4rem;*/
  /*line-height: 102.6%;*/
  /*text-align: center;*/
  /*letter-spacing: -0.03em;*/
  /*text-transform: uppercase;*/
  /*color: #FFFFFF;*/
  /*padding-top:3.2rem;*/
  margin-bottom: 0;
}
.deliveryIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5.4rem;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  bottom: 5rem;
  width: 100%;
  left: 0;
}
.homeDeliveryRight:hover .deliveryIcons {
  opacity: 1;
  transform: scale(1.1);
  height: auto;
}
.homeDeliveryRight:hover .deliveryIcons img {
  transform: scale(1);
}
.deliveryIcons img {
  width: fit-content;
  height: 6rem;
}
.deliveryIcons a:first-child {
  margin-right: 2.9rem;
}
.marker {
  width: 3.2rem;
  height: 3.2rem;
}
.gm-style-iw {
  width: 24.4rem;
}
.gm-style-iw,
.gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}
.gm-style-iw-d img {
  width: 100%;
  height: 18.6rem;
  object-fit: cover;
}
.gm-style-iw-d h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 111.6%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  padding: 2.4rem 2rem 1rem;
}
.gm-style-iw-d p {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 145.5%;
  letter-spacing: 0.04em;
  color: #8399ab;
  padding: 0 2rem 1.6rem;
}
.gm-style-iw-d strong {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 145.5%;
  letter-spacing: 0.02em;
  color: #1f5580;
  padding: 0 2rem 3.2rem;
  display: block;
}
.blogDetailText {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.blogDetailText span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 156.8%;
  letter-spacing: 0.02em;
  color: #0d3351;
  margin-bottom: 2rem;
}
.blogCard {
  margin-bottom: 7.2rem;
}
.blogCard:nth-child(2n + 1) {
  direction: rtl;
  grid-auto-flow: dense;
}
.blogCard:nth-child(2n + 1) .blogDetailText {
  direction: ltr;
  grid-auto-flow: dense;
  padding-left: 8.8rem;
}
.blogCard .imgContainer {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.blogCard .imgContainer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.blogCard h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 101.6%;
  letter-spacing: -0.03em;
  color: #236192;
  width: 80%;
  margin-bottom: 2rem;
}
.blogCard p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 156.8%;
  letter-spacing: 0.02em;
  color: #0d3351;
  margin-bottom: 5rem;
  width: 60%;
}
.blogCard a,
.moreDetail {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 156.8%;
  letter-spacing: 0.06em;
  text-transform: uppercase !important;
  color: #1f5580;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-bottom: 0.1rem solid #236192;
  padding-bottom: 1.2rem;
  width: fit-content;
  transition: 0.3s all ease;
  position: relative;
  padding-right: 3.2rem;
}
.moreParent {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4.8rem 0 0;
}
.blogCard a img,
.aboutDetail a img,
.moreDetail img,
.moreDetail svg {
  transform: rotate(-90deg);
  width: 1.6rem;
  height: 1.4rem;
  margin-left: 2.4rem;
  position: absolute;
  right: 0;
  transition: 0.7s all ease;
}
.moreDetail svg path {
  fill: #1f5580;
}
.aboutDetail a img {
  transform: rotate(0deg);
}
.blogCard a:hover img
/*.aboutDetail a:hover img */ {
  animation: readmore 0.7s infinite;
}
.pageContentHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #e8eef2;
  margin-bottom: 3.8rem;
  padding-bottom: 2.2rem;
}
.pageContentHeader h1 {
  text-transform: math-auto;
  width: 70%;
  font-size: 6.4rem;
  line-height: 106.6%;
  margin-bottom: 0;
}
.pageContentHeader p {
  font-style: normal;
  font-weight: 300;
  font-size: 8.5rem;
  line-height: 100%;
  text-align: center;
  color: #236192;
  display: flex;
  flex-direction: column;
}
.pageContentHeader p span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 90%;
  text-align: center;
  letter-spacing: 0.02em;
}
@keyframes readmore {
  0% {
    margin-right: 1rem;
  }
  100% {
    margin-left: 0;
  }
}
.blogDetail .imgContainer {
  /* height: 62rem; */
  width: 100%;
  margin-bottom: 7.2rem;
  position: relative;
  padding-top: 100%;
}
.imgContainerParent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 60%;
  margin: auto;
}
.blogDetail .imgContainer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.miniContent {
  width: 88rem;
  margin: auto;
  max-width: 80%;
  margin-bottom: 8rem;
}
.infrastructureInner .miniContent,
.projectBody .miniContent {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
}

.miniContent p,
.miniContent ul li,
.projectBody ul li,
.miniContent ol li,
.projectBody ol li {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  letter-spacing: 0.02em;
  color: #0d3351;
  margin-bottom: 2.2rem !important;
  position: relative;
  padding-left: 2.4rem;
}
.miniContent ol li,
.projectBody ol li {
  padding-left: 1rem;
  list-style-type: auto !important;
}
.miniContent ol,
.projectBody ol {
  padding: 2rem 0;
  padding-left: 2.4rem;
}
.miniContent p {
  display: flex;
  flex-wrap: wrap;
}
.miniContent p strong,
.miniContent p b,
.miniContent p i,
.miniContent p em {
  display: contents;
}
.miniContent p strong {
  font-size: 2.2rem;
}
.miniContent p a {
  padding: 0;
  background-color: transparent;
  font-size: 1.4rem;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 156.8%;
  letter-spacing: 0.02em;
  color: #23629289;
  display: contents;
}
.miniContent h3 a {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  height: 5.8rem;
  background: #236192;
  color: #ffffff;
  border: 0;
  padding: 0 2.4rem;
  width: fit-content;
  margin-top: 2rem;
  transition: 0.3s ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.4rem;
}
.miniContent h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.miniContent h3 a:hover,
.miniContent p strong a {
  opacity: 0.7;
}
.miniContent ul li:before,
.projectBody ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #62a8d1;
}
.miniContent ul {
  width: 80%;
}
.blogDetail .ImgContainer {
  height: 64.1rem;
}
.blogDetail .ImgContainer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blogShareTop span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 155%;
  color: #143b5b;
  display: block;
}
.blogShare {
  margin-top: 7.2rem;
}
.blogShareTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 0.1rem solid #e8eef2;
  padding-bottom: 1.2rem;
}
.blogShareTop a {
  margin-left: 3rem;
}
.blogShareTop a svg {
  width: 2rem;
  height: 2rem;
}
.blogsShreBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.4rem;
  padding-bottom: 7.2rem;
}
.blogsShreBottom a {
  padding: 0 0 1.2rem;
  border-bottom: 0.1rem solid #236192;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 156.8%;
  color: #1f5580;
  display: flex;
}
.distanceTopParent {
  display: flex;
  justify-content: flex-start;
}
.blogsShreBottom a img {
  width: 1.6rem;
  height: 1.4rem;
  transform: rotate(90deg);
  margin-right: 1.6rem;
}
.blogsShreBottom a:last-child img {
  transform: rotate(-90deg);
  margin-left: 1.6rem;
}
.aboutTop .container {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.aboutTop img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.aboutTopChild {
  height: fit-content;
  width: 100%;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8rem 0;
}
.aboutTop {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.aboutTop h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.aboutTop p {
  font-family: "Cormorant Garamond" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 98.6%;
  color: #ffffff;
}
.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.6rem;
  height: 12.6rem;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
}
.circle svg {
  width: 3.2rem;
  height: 2.8rem;
}
.aboutTopChildInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.aboutDetail {
  margin-bottom: 10rem;
}
.aboutDetail:nth-child(even) {
  direction: rtl;
  grid-auto-flow: dense;
}
.aboutDetail:nth-child(even) .xl-6:first-child {
  direction: ltr;
  grid-auto-flow: dense;
  padding-left: 8.8rem;
}
.aboutDetail span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 156.8%;
  color: #0d3351;
  display: flex;
  margin-bottom: 2rem;
}
.aboutDetail h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 5.6rem;
  line-height: 101.6%;
  color: #236192;
  margin-bottom: 1.6rem;
  width: 80%;
}
.aboutDetail p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 156.8%;
  color: #0d3351;
  margin-bottom: 2rem;
  width: 80%;
}
.aboutDetail ul li,
.aboutDetail ol li {
  font-style: normal;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 156.8%;
  color: #0d3351;
  width: 80%;
}
.aboutDetail ul,
.aboutDetail ol,
.infrastructureInner ul {
  margin: 2.4rem 0;
}
.aboutDetail ul li,
.aboutDetail ol li,
.infrastructureInner ul li {
  margin-bottom: 0.6rem !important;
  position: relative;
  padding-left: 2.4rem !important;
}
.aboutDetail ul li::before,
.aboutDetail ol li::before,
.infrastructureInner ul li:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #5da6d9;
  left: 0;
}
.aboutDetail img {
  height: 68rem;
  width: 100%;
  object-fit: cover;
}
.aboutDetail .xl-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logoSectionInner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.15rem solid #eff3f6;
  border-bottom: 0.15rem solid #eff3f6;
  padding: 4.8rem 0 2.4rem;
  margin-bottom: 5rem;
}
.logoSectionInner img,
.logoSectionInner svg {
  height: 3.8rem;
  object-fit: contain;
}
#errorBackgorund {
  position: fixed;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
}
.errorContent {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  padding: 11.2rem 0 0;
  width: fit-content;
}
.errorContent .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 7.8rem;
}
.errorContent .logo img {
  height: 4.2rem;
}
.errorContent h1 {
  font-family: "Cormorant Garamond", serif !important;

  font-style: normal;
  font-weight: 400;
  font-size: 29.5rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  font-feature-settings: "pnum" on, "lnum" on;
}
.errorContent p {
  font-family: "Cormorant Garamond", serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 3.3rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 9.6rem;
  font-feature-settings: "pnum" on, "lnum" on;
}
.errorButton {
  border-bottom: 0.1rem solid #ffffff;
  padding: 0 3.2rem 0.8rem;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  text-align: center;
  letter-spacing: 0.09em;
  color: #ffffff;
  width: fit-content;
}
/*.errorLayer{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    background: #6A747C;*/
/*    mix-blend-mode: multiply;*/
/*}*/

h2.title {
  font-style: normal;
  font-weight: 400;
  font-size: 5.6rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  /*width: 40%;*/
  text-align: center;
  margin-bottom: 7rem;
}
.titleParent {
  display: flex;
  justify-content: center;
}
.desk-none {
  display: none;
}
.infrastructureHeader .swiper-slide {
  height: 62rem;
}
.infrastructureHeader .swiper {
  padding-bottom: 3.8rem;
}
.infrastructureHeader .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infrastructure-detail .pageContent {
  padding: 0;
}
.infrastructure-detail .projectHeader {
  padding-top: 5.8rem;
  margin-bottom: 4.8rem;
}
.infrastructure-detail .projectHeader h1 {
  margin-bottom: 0;
}
.infrastructureInner h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  letter-spacing: 0.01em;
  color: #0d3351;
  opacity: 0.24;
  margin-bottom: 1.2rem;
}
.infrastructureInner h2,
.infrastructureInner h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 156.8%;
  letter-spacing: 0.01em;
  color: #0d3351;
  margin: 2.4rem 0;
}
.infrastructureInner p,
.infrastructureInner ul li,
.infrastructureInner strong,
.infrastructureInner ol li,
.infrastructureInner a {
  font-style: normal;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 156.8%;
  letter-spacing: 0.02em;
  color: #0d3351;
  margin-bottom: 0;
  padding-left: 0;
}
.infrastructureInner a {
  color: #1f5580;
  display: inline;
}
.infrastructureInnerChild {
  padding: 6.8rem 0 2.8rem;
  display: flex;
  justify-content: space-between;
}

.infrastructureInnerChild label {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 156.8%;
  letter-spacing: 0.01em;
  color: #0d3351;
  opacity: 0.24;
  display: block;
  margin-bottom: 0.2rem;
}

.infrastructureInnerChild div a {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  letter-spacing: 0.01em;
  color: #0d3351;
}
.infrastructureInnerBottom,
.infrastructureInnerButton {
  display: flex;
  align-items: center;
}
.otherLink {
  margin: 0 4rem;
}
.otherLink a img {
  width: 100%;
  height: 4rem;
  object-fit: contain;
}
.otherLinkImg {
  height: 6rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.otherLink a {
  margin-right: 2.4rem;
}
.reservation {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #236192;
  height: 8.5rem;
  padding: 0 6.8rem;
}
.viewsMenu {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0d3351;
  margin-right: 0.8rem;
  border: 0.1rem solid #236192;
  height: 8.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8.2rem;
}
.infrastructureInnerBottom {
  padding: 2.4rem 0 2.6rem;
  border-bottom: 0.1rem solid #e8eef2;
  /*margin-bottom: 9.8rem;*/
}
.infrastructureIcons {
  display: flex;
  align-items: center;
}
.infrastructureIcons a svg {
  width: 2.4rem;
  height: 2.4rem;
}
.infrastructureIcons a {
  height: 4.8rem;
  width: 4.8rem;
  border: 0.1rem solid #f1f3f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 0.8rem;
}
.infrastructureInnerBottom .wolt {
  margin: 0 4.5rem 0 6rem;
}
.infrastructureInnerBottom .wolt img {
  height: 4rem;
  object-fit: container;
}
.infrastructureInnerBottom .deliver img {
  height: 8.2rem;
  object-fit: container;
}

.infrastructure-detail .gallery .ImgContainer img {
  height: 65.4rem;
}
.privacy_policy {
  padding: 4.2rem 0;
}
.privacy_policy h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 106.6%;
  letter-spacing: -0.03em;
  color: #236192;
  margin-bottom: 3.2rem;
}
.privacy_policy p,
.privacy_policy ul li,
.privacy_policy ol li,
.privacy_policy strong,
.privacy_policy span,
.privacy_policy a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 156.8%;
  letter-spacing: 0.02em;
  color: #0d3351;
  margin-bottom: 2rem;
}
.privacy_policy ol {
  padding: 0;
}

.privacy_policy ul li {
  padding-left: 3.2rem;
  position: relative;
  width: 76%;
}
.privacy_policy p {
  width: 80%;
  text-align: left;
  text-justify: inter-word;
}
.privacy_policy ol li {
  margin-left: 1.2rem;
  padding-left: 2rem;
}
.privacy_policy ul li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.4rem;
  background: #089bc7;
  border-radius: 50%;
}
.privacy_policy a {
  display: inline-block;
  color: #089bc7;
  margin-bottom: 0;
}
/*.headerMenuLayer{*/

/*    position: absolute;*/
/*}*/
.homePage {
  padding: 5rem 0;
  top: 0;
  background: linear-gradient(180deg, #163650 0%, rgba(91, 107, 119, 0) 100%);
}

/*@media screen and (max-width: 1199.9px) {*/
/*    .wallpSection{*/
/*        height: 100%;*/
/*    }*/
/*}*/

.tourPage h1 {
  font-family: "Mulish" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  color: #236192;
}
.tourPage .row {
  padding: 5rem 0;
  grid-gap: 0 1.6rem;
}
.tourPageHeader {
  border-bottom: 0.1rem solid #e8eef2;
  padding: 8rem 0 3.2rem;
}
.tourCard {
  height: 30rem;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.tourCard img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tourCard .layer {
  position: absolute;
  background: linear-gradient(
    0.04deg,
    #0f1417 1.13%,
    rgba(35, 97, 146, 0) 99.97%
  );
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tourCard h3 {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.4rem;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fcfcfc;
  z-index: 2;
}
.hotels h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 5.4rem;
  line-height: 98.6%;
  text-transform: uppercase;
  color: #236192;
  padding: 5.4rem 0;
}
.hotelsDetail {
  display: flex;
  flex-direction: column;
  height: 10rem;
  flex-wrap: wrap;
}
.hotelsLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hotels h3 {
  font-family: "Mulish" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 4.6rem;
  letter-spacing: -0.01em;
  color: #236192;
  margin-bottom: 3.2rem;
}
.hotelsDetail a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: #236192;
  margin-bottom: 0.8rem;
}
.hotelsDetail a svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}
.hotelsDetailBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  margin-top: 2.4rem;
}
.hotelsDetailBottom a {
  border: 0.1rem solid #c7ced3;
  border-radius: 0.9rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.3s all ease;
}
.hotelsDetailBottom a:hover {
  border: 0.1rem solid #236492;
}
.hotelsDetailBottom a img {
  width: 100%;
  height: 3.2rem;
  object-fit: contain;
}
.hotelsDetailBottom a:first-child {
  margin-right: 1.6rem;
}
.hotelsDetailBottomLeft {
  display: flex;
  align-items: center;
}
.hotelsDetailBottomLeft a {
  border: 0.1rem solid #c7ced3;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.6rem;
}
.hotelsSwiper {
  height: 40rem;
}
.hotelsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.91);
}

.hotelsSwiper .swiper-button-next {
  transform: rotate(180deg);
  right: 2rem;
  opacity: 0.6;
}
.hotelsSwiper .swiper-button-prev {
  left: 2rem;
  opacity: 0.6;
}
.hotelsSwiper .swiper-button-next::after,
.hotelsSwiper .swiper-button-prev::after {
  content: "";
  display: flex;
  align-items: center;
  background-image: url(../media/swiper.png);
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.hotelsButtons {
  padding: 3.2rem 0 5.2rem;
  border-top: 0.1rem solid #d2dee6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotels .row {
  margin-bottom: 5.6rem;
}
.whiteClass {
  height: 9.8rem;
  border: 0.1rem solid #236492;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
  color: #236192;
  width: 46rem;
  transition: 0.3s all ease;
}
.whiteClass:hover {
  border: 0.1rem solid #c7ced3;
}
.blueClass {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #236492;
  height: 9.8rem;
  margin-right: 2.6rem;
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  width: 46rem;
  transition: 0.3s all ease;
}
.blueClass span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  opacity: 0.7;
  display: block;
  margin-bottom: 1rem;
}
.blueClass:hover,
.blueButton:hover {
  background: #173f5f;
}
.chooseApartmentsParent {
  position: relative;
  margin-right: 1.8rem;
  margin-left: 3.2rem;
}
.chooseApartmentsDetail {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}
.chooseApartmentsDetail.active {
  display: flex;
}
.chooseApartmentsDetail a {
  height: 3.6rem;
  background: #236492;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 156.8%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0.8rem;
  transition: 0.3s all ease;
}
.chooseApartmentsDetail a:hover {
  color: #236492;
  background: #ffffff;
}

.partners h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 5.4rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  margin-bottom: 3.4rem;
}
.partnerCardAdv {
  border: 0.1rem solid #eaeff3;
  border-radius: 3rem;
  height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.partnerCardAdv p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 156.8%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #236492;
  margin-top: 2rem;
}
.partnersAdv {
  margin-bottom: 8rem;
}
.partnerCardAdv svg,
.partnerCardAdv img {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
}
.partnerCard {
  border: 0.1rem solid #dfe6ec;
  border-radius: 0.8rem;
  height: 40.8rem;
  margin-bottom: 2.4rem;
}
.partnerCard h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  margin-bottom: 1.6rem;
}
.partnerCard p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 156.8%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #236492;
  opacity: 0.7;
  width: 80%;
}
.partnerCard img {
  width: 14.8rem;
  height: 14.8rem;
  object-fit: contain;
}
.partnerCardTop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.4rem 0;
}
.partnerCardBody {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partnersForm h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 98.6%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #236192;
  margin-bottom: 3.4rem;
}
.partnersFormParent {
  display: flex;
  justify-content: center;
  border: none;
}
.partnersForm {
  border: 0.14rem solid #eaeff3;
  border-radius: 3rem;
  width: 60%;
  padding: 6.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partnersForm form {
  padding: 0;
  border: none;
  width: 70%;
}
.fileLabel {
  display: flex;
  align-items: center;
  position: relative;
}

.fileLabel span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  color: #236192;
  opacity: 0.8;
  display: flex;
  border-bottom: 0.1rem solid #236492;
}
.fileLabel p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  color: #061d2b;
  opacity: 0.3;
  margin-left: 1.8rem;
}
.fileLabel input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.partners h2 {
  font-size: 3.2rem;
}
.vacanciesList {
  padding-bottom: 8.2rem;
}
.vacanciesList a {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.8%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02em;
  color: #436885;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid rgba(35, 100, 146, 0.1);
  margin-bottom: 2.8rem;
  padding: 2rem 0.6rem;
  transition: 0.3s;
}
.vacanciesList a:hover {
  border-bottom: 0.1rem solid rgba(35, 100, 146);
}
.vacanciesList a span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 156.8%;
  letter-spacing: 0.01em;
  color: #0d3351;
  opacity: 0.24;
}
.vacanciesEmpty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 12rem;
}
.vacanciesEmpty p {
  font-style: normal;
  font-weight: 550;
  font-size: 2rem;
  line-height: 139.3%;
  letter-spacing: 0.01em;
  color: #2c6da0;
  margin-left: 2.4rem;
  width: 30%;
}
.vacanciesEmpty svg {
  width: 4.8rem;
  height: 4.8rem;
}
.vacancyDetailTop {
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid #e8eef2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.4rem;
}
.vacancyDetailTop h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #236192;
  margin-bottom: 0.6rem;
}
.vacancyDetailTop span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 156.8%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #0d3351;
  opacity: 0.8;
}
.vacancyDetailBody {
  width: 60%;
  margin: 0 auto 6rem;
}
.vacancyDetailBody h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 98.6%;
  letter-spacing: -0.03em;
  color: #236192;
  margin-bottom: 2.8rem;
}
.vacancyDetailBody p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 179.8%;
  color: #447195;
}
.vacancyDetailBody ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 179.8%;
  color: #236492;
  margin-bottom: 1rem;
  list-style: disc;
}
.vacancyDetailBody ul {
  padding-left: 2.4rem;
}
.tabs-container .ImgContainer svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.storeButtons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.storeButtons a {
  margin-right: 2.4rem;
}
.storeButtons img {
  height: 3.4rem;
  width: 10rem;
  object-fit: contain;
}
.newsFilter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 4.4rem;
}
.newsFilter a {
  margin: 0 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 1.6rem;
  height: 3.2rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #2075b9;
  background-color: transparent;
  color: #143b5b;
}
.newsFilter a.active {
  background-color: #2075b9;
  color: #fff;
}
.newsFilter a:hover {
  color: #fff;
}
.smartCatalogue {
  width: 100%;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../media/SB full view render-1.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.smartCatalogue h1 {
  color: #fff;
}
.smartCatalogue a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  background-color: #fff;
  color: #089bc7;
}
.smartCatalogue a:hover {
  background-color: #1389dd;
  color: #fff;
}
.popupInnerChildFrame {
  height: 45rem;
}
.b24-widget-button-openline_livechat,
.b24-widget-button-position-bottom-right {
  position: fixed;

  bottom: 1rem !important;
  right: 1rem !important;
}
.homeBanner {
  height: 50rem;
  width: 100%;
  margin: 5.6rem 0 0;
  overflow: hidden;
  border-radius: 2rem;
}
.homeBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.galleryParent {
  margin-bottom: 6rem;
}
.photoCard {
  position: relative;
  height: 35.6rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.videoCard .img {
  position: relative;
  height: 23.8rem;
  width: 100%;
  margin-bottom: 1.8rem;
  overflow: hidden;
}
.photoCard .layer,
.videoCard .layer {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
  z-index: 3;
}
.photoCard img,
.videoCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.photoCard:hover .layer {
  opacity: 1;
}
.videoCard .layer {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.photoCard:hover img,
.videoCard:hover img {
  transform: scale(1.1);
}

.photoCard svg {
  width: 2.8rem;
  height: 2.8rem;
}
.videoCard svg {
  width: 6.2281rem;
  height: 6.2281rem;
}
.videoCard p {
  color: #236192;
  font-family: "Cormorant Garamond" !important;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 98.6%;
  letter-spacing: 0.044rem;
  text-transform: uppercase;
}
.videoCard {
  margin-bottom: 6.4rem;
}
.tourIframe iframe {
  height: 95rem;
  width: 100%;
}
#seaya-search {
  position: absolute;
  top: 20rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.imgSeaya {
  position: absolute;
  top: 4.2rem;
  left: 5.2rem;
}
.imgSeaya img {
  width: 18rem;
  height: 7rem;
}
@media screen and (max-width: 767.9px) {
  .blogDetail .imgContainerParent {
    width: 100%;
  }
  .blogDetail .imgContainer,
  .blogCard .imgContainer {
    height: 35rem;
    padding-top: 0;
  }
  .blogDetail .imgContainer img,
  .blogCard .imgContainer img {
    position: unset;
  }
  .vacancyDetailBody h3 {
    font-size: 2.4rem;
  }
  .vacancyDetailTop {
    margin-bottom: 3.2rem;
  }
  .vacancyDetailBody {
    width: 100%;
  }
  .vacanciesEmpty p {
    width: 90%;
  }
  .partnersForm {
    padding: 4.2rem 0;
    width: 100%;
  }
  .partnersForm form {
    width: 90%;
  }
  .hotelsSwiper .swiper-slide img {
    transform: scale(1);
  }
  .homePage {
    padding: 4rem 0;
    background: linear-gradient(180deg, #163650 0%, rgba(91, 107, 119, 0) 100%);
  }
  .desk-none {
    display: flex;
  }
  .resp-none {
    display: none;
  }
  .menuButttons span {
    display: none;
  }
  .menuButttons img {
    height: 1.55rem;
    width: 4rem;
  }
  .headerRight > a {
    display: none;
  }
  .headerContent > div {
    width: 20%;
  }
  .headerContent .headerRight {
    display: block !important;
  }
  header {
    top: 3.2rem;
  }
  .menuTop {
    padding: 3.2rem 0;
  }
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
  }
  .logo img {
    height: 2.6rem;
  }
  .lang .langHeader {
    font-style: normal;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: 0.1em;
  }
  .chooseAparments {
    position: absolute;
    top: 80vh;
    height: 4.4rem;
    margin: 0 auto;
    width: 82%;
  }
  .homePageAbout h1 {
    font-size: 2.4rem;
    line-height: 120%;
    margin-bottom: 2.4rem;
  }
  .homePageAbout h2 {
    font-size: 4rem;
    line-height: 98.6%;
  }
  .homePageAbout .df {
    display: block;
    margin-bottom: 3.2rem;
  }
  .homePageAbout {
    padding: 7.2rem 0;
  }
  .homePageAbout p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 156.8% !important;
    width: 90%;
  }
  .homePageAnimationContent h3 {
    font-size: 3rem;
    line-height: 98.6%;
  }
  .homePageAnimationContent h6 {
    font-size: 2rem;
    line-height: 98.6%;
  }
  .homePageAnimationContent h2 {
    font-size: 4.8rem;
    line-height: 89.6%;
  }
  .homePageAnimationContent {
    padding-bottom: 7.6rem;
  }
  .line {
    width: 90%;
  }
  .homePageRealState {
    height: auto !important;
    /*background-attachment: fixed;*/
  }
  .mapSelect .dot {
    display: none;
  }
  .homePageRealStateContent {
    flex-direction: column;
    padding: 5.4rem 0;
  }
  .mapSelectInner {
    padding: 2.2rem 2.6rem 0;
    width: -webkit-fill-available !important;
    backdrop-filter: blur(6rem);
  }
  #submitDestination {
    width: auto;
    margin: 0;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .distanceClass {
    margin: 0;
    flex-direction: column !important;
    border: none;
    /*padding-bottom: 3rem !important;*/
    padding-left: 0 !important;
  }

  .stateCard {
    width: 100%;
    height: 30rem;
    margin: 0;
    margin-bottom: 3.2rem;
  }
  .stateCard:last-child {
    margin-bottom: 0;
  }
  .stateCard img {
    width: 100%;
    height: auto;
  }
  .homePageCordination {
    padding: 8rem 0 0;
  }
  .homePageCordination h2,
  .homePageDelivery h2 {
    font-size: 2.4rem;
    line-height: 114.6%;
    width: 90%;
    margin-bottom: 4.8rem;
  }
  .homePageRestaurant {
    flex-direction: column;
  }
  .restaurantCard {
    height: 8.7rem;
    width: 100vw;
  }
  .restaurantCard:hover {
    width: 100vw;
    height: 40rem;
  }
  .restaurantCard:hover h3 {
    font-size: 4.4rem;
    line-height: 100.6%;
  }
  .restaurantCard:hover .layerContent {
    padding: 5.4rem 2.8rem 4rem;
    display: block;
    width: auto;
    height: auto;
  }
  .layerContent h3 {
    font-size: 2.6rem;
    line-height: 114.6%;
  }
  .restaurantCard:hover p {
    height: 15.4rem;
    overflow: hidden;
    margin-bottom: 3.2rem;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .contactRight {
    position: unset;
    padding: 5.3rem 2.7rem 9.6rem;
    width: 100%;
    padding-bottom: 12rem;
  }
  .contactContent > div {
    width: 90%;
  }
  .buttonSend {
    width: 100%;
    height: 5.4rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .contactDiv a {
    font-size: 1.7rem;
    line-height: 150%;
    padding-bottom: 1.2rem;
  }
  .contactDiv label {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .contactContent img {
    width: 2.57rem;
  }
  .contactContent > .contactLine:nth-child(3) a {
    border: none;
  }
  .socialIcons {
    position: absolute;
    bottom: 3rem;
    gap: 2rem 1rem;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
    justify-content: center;
  }
  footer {
    padding: 3.8rem 0;
  }
  footer .container {
    padding: 0;
  }
  .footerContainer {
    flex-direction: column;
  }
  .footerLeft {
    /*flex-direction: column; */
    justify-content: center;
    gap: 1.8rem;
    padding-bottom: 3.8rem;
    border-bottom: 0.2rem solid #eff3f6;
    width: 100%;
  }
  .footerLeft a {
    margin-right: 0;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
  .footerCenter {
    padding: 2rem 0;
    border-bottom: 0.2rem solid #eff3f6;
    width: 100%;
    justify-content: center;
    /*flex-direction: column-reverse;*/
    flex-wrap: wrap;
  }

  .footerCenter span,
  .footerCenter a {
    font-size: 1.2rem;
    line-height: 1rem;
    padding: 0 1.8rem;
    margin-top: 1.6rem;
    border: none;
  }
  .footerCenter a {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .footerRight {
    padding-top: 3.8rem;
  }
  .mapSelect {
    width: 90%;
    padding: 0;
    position: relative;
    height: auto;
    left: 0;
    top: 2rem;
    margin-bottom: -30rem;
    width: 90%;
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    background: #1f5580;
    backdrop-filter: blur(5.916px);
    /* display: none; */
    right: 0;
    margin: auto;
  }
  .mapSelect .inputGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.65rem;
    position: relative;
  }

  .mapSelect .inputGroup::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 1rem);
    height: 0.06rem;
    background-color: #fff;
  }
  .mapSelect .inputGroup::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.9rem;
    height: 0.9rem;
    background: transparent;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    transform: translateY(50%);
  }
  .mapSelect select {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    color: #ffffff;
    border: none;
    background-color: transparent;
    width: 100%;
    margin-left: 1rem;
  }
  .mapSelect option {
    color: #000;
  }
  .mapSelect form {
    padding: 3.2rem;
    border-bottom: 0.7px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
    width: auto;
  }
  .mapSelect form > div {
    width: 100%;
  }
  .mapSelect form > div:nth-child(2) {
    display: none;
  }
  .mapSelect form::after {
    display: none;
  }
  .mapSelect label {
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.09em;
    color: #ffffff;
    opacity: 0.6;
    margin-left: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .mapSelect form > div:nth-child(1) .inputGroup {
    margin-bottom: 2.8rem;
  }
  .mapSelect form img {
    margin-top: -0.3rem;
  }
  .mapSelect > div {
    background: rgba(241, 241, 241, 0.4);
    backdrop-filter: blur(5.916px);
    display: block;
    width: 100%;
  }
  .mapSelect > div > div {
    padding: 2.1rem 0 1.9rem;
    width: auto;
    flex-direction: row;
    gap: 2rem;
  }
  .mapSelect > div > div span:first-child {
    font-style: normal;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    letter-spacing: 0.09em;
    color: #ffffff;
    opacity: 0.6;
  }
  .mapSelect > div > div span:last-child {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    color: #ffffff;
  }
  .menuLayerProduct {
    display: none;
  }
  .menuLayer {
    overflow: auto;
  }
  .menuMiddle a {
    font-size: 3.2rem;
    line-height: 100%;
    margin-bottom: 1.3rem;
  }
  .menuBottomLinks {
    justify-content: center;
    border-top: 0.07rem solid #236192;
    padding-top: 2.2rem;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .menuBottomLinksStyle {
    border-top: none;
    padding: 3.2rem 0;
  }
  .menu .chooseAparments {
    display: none;
  }
  .menu .download {
    font-size: 1.2rem;
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
  .menuBottomButtons .watch360 {
    font-size: 1.2rem;
    width: 100%;
    justify-content: center;
  }
  .menuBottomButtons .watch360 svg,
  .download svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .menuBottom {
    width: 100%;
    padding-bottom: 6rem;
  }
  .menuPhone {
    background-color: #12223f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2.4rem 0;
    width: 100vw;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-bottom: 3rem;
  }
  .menuPhone a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.7rem;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-bottom: 0.6rem;
  }
  .menuBottomButtons {
    gap: 3.2rem;
    padding: 3.2rem 0;
    flex-direction: column;
    width: 100%;
  }
  .closeMenu {
    width: 20%;
  }
  .menu .headerRight {
    width: 20%;
  }
  .secondHeader .chooseAparments {
    display: none;
  }
  .projectHeader {
    display: block;
    position: relative;
  }
  .projectHeader h3 {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
  .projectHeader h1 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
  .logoSection {
    height: 5rem;
    width: 14.5rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  .logoSection img {
    height: 1.76rem;
  }
  .projectBody span {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 0.8rem;
    display: inline-block;
  }
  .projectBody p {
    margin-bottom: 0.6rem !important;
    font-size: 1.3rem !important;
    line-height: 2rem !important;
  }

  .projectBodyBottom {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 3.78rem;
  }
  .projectBodyBottom p {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 156.8%;
  }
  .projectBodyBottom label {
    display: inline-block;
    margin-bottom: 0.14rem;
  }
  .projectBottomInfo {
    flex-direction: column;
    border-bottom: none;
  }
  .projectBottomInfo div {
    border-right: none;
    border-bottom: 0.1rem solid #e8eef2;
  }
  .projectBottomInfo div:last-child {
    border-right: 0;
    border-bottom: none;
  }
  .projectBottomInfo div span {
    font-size: 4rem;
    line-height: 156.8%;
  }
  .projectBottomInfo div p {
    margin-bottom: 1.86rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .projectList h2 {
    font-size: 3.6rem;
    line-height: 98.6%;
    margin-bottom: 2.8rem;
  }
  .homePageAnimation {
    height: 80vh;
  }
  .filterOpen {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #236192;
    height: 4.4rem;
    border: 0.6px solid #236192;
    background-color: transparent;
    margin-bottom: 1.2rem;
  }
  .projectList .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    background: #fff;
    display: none;
    flex-direction: column;
    overflow: auto;
    padding-bottom: 3rem;
    box-sizing: border-box;
    z-index: 5;
  }
  .projectList .sticky.active {
    display: flex;
  }
  .projectListFilter {
    position: relative;
    width: 100%;
    top: auto;
    padding: 0 2.2rem;
    box-sizing: border-box;
  }
  .filterTop {
    border-bottom: 1.5px solid #eff3f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.7rem 2.2rem 2.2rem;
    margin-bottom: 3.6rem;
  }
  .filterTop > div:first-child,
  .filterTop > div:last-child {
    width: 30%;
  }
  .filterTop > div:nth-child(2) {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filterTop h4 {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 98.6%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #236192;
  }
  .filterTop button {
    background-color: transparent;
    border: none;
  }
  .filterTop > div:last-child button {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 155%;
    letter-spacing: -0.01em;
    color: #7294ad;
    opacity: 0.7;
  }
  .filterTop > div:last-child {
    display: flex;
    justify-content: flex-end;
  }
  .projectListFilter p {
    font-size: 1.2rem;
    line-height: 1.86rem;
  }
  .filterCheckbox {
    border-bottom: 1px solid #e8eef2;
    padding-bottom: 3rem;
  }
  .projectListFilter .filterCheckbox:nth-child(2) {
    padding-bottom: 1.6rem;
  }
  .filterCheckbox.border-blue label span {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .filterCheckbox.border-blue {
    justify-content: flex-start;
    gap: 0.8rem;
  }
  .showResults {
    padding: 0 2.2rem;
    margin-top: 0;
    display: flex;
  }
  .showResults button {
    width: 100%;
    height: 5.4rem;
    font-family: "Mulish" !important;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #236492;
    border: none;
  }
  .discoverHeader {
    padding-top: 5rem;
  }
  .discoverCard {
    height: auto;
    margin-bottom: 1.6rem;
    padding: 2rem 0;
  }
  .discoverCard p {
    font-size: 1.2rem;
    padding-left: 1rem;
    width: 70%;
    height: 4rem;
    display: flex;
    align-items: center;
  }
  .discoverCard .img {
    padding: 0;
    max-width: 5rem;
    min-width: 5rem;
  }
  .discoverCard .img img,
  .discoverCard .img svg {
    height: 3rem;
    width: 3rem;
  }
  .gallery {
    display: none;
  }
  .mobileGallery {
    display: block;
    padding-top: 6rem;
  }

  .galleryCard {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 0.8rem;
    margin-bottom: 1rem;
    height: min-content;
    border-top: 1px solid #e8eef2;
    padding-top: 2rem;
  }
  .galleryCard:last-child {
    border-bottom: 1px solid #e8eef2;
    padding-bottom: 2rem;
    border-radius: 0;
  }
  .galleryCard .ImgContainer,
  .galleryCard iframe {
    height: 22rem !important;
  }
  .galleryCard .ImgContainer img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .galleryHeader {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .galleryHeader h4 {
    font-family: "Cormorant Garamond" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #236192;
    padding-bottom: 1.4rem;
  }

  .galleryBody {
    padding: 1rem 0;
    display: none;
  }
  .galleryBody .swiper-wrapper {
    padding-bottom: 1.6rem;
  }
  .galleryBody p {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 170%;
    color: #22093a;
    opacity: 0.75;
  }
  .tour img {
    height: auto;
  }
  .pageContent {
    padding-top: 4rem;
  }
  .pageContent h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-bottom: 1.5rem;
  }
  .filters {
    height: auto;
  }
  .filters form {
    flex-direction: column;
  }
  .filterLeft {
    width: 100%;
    border-bottom: 0.1rem solid #e8eef2;
    justify-content: flex-start;
    overflow: auto;
  }
  .filters .filterLeft label span {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .filters .filterLeft label {
    min-width: 40%;
    width: fit-content;
    box-sizing: border-box;
    padding: 1.5rem 1rem;
    /*width: -webkit-fill-available;*/
    height: 5rem;
  }
  .filters .filterLeft label:last-child {
    border: none;
  }
  .filters .container {
    border: none;
  }
  .filterStatus {
    padding: 1.4rem 1.8rem;
    border-bottom: 0.1rem solid #e8eef2;
    gap: 2rem;
    width: -webkit-fill-available;
    justify-content: center;
    flex-wrap: wrap;
  }
  .filterStatus label {
    width: 25%;
  }
  .filterStatus label,
  .filterStatus span {
    margin: 0;
  }
  /*.filterStatus label:nth-child(2)::after {*/
  /*  content: "";*/
  /*  width: 0.1rem;*/
  /*  height: 1.8rem;*/
  /*  background-color: #e8eef2;*/
  /*  position: absolute;*/
  /*  right: -.6rem;*/
  /*}*/
  .filters #tabs {
    width: 100%;
  }
  .filters #tabs li {
    width: 50%;
  }
  .card {
    margin-bottom: 0.8rem;
  }
  #mapster_wrap_0 {
    overflow: auto;
  }
  .homeDelivery {
    flex-direction: column;
    height: auto;
  }
  .homeDeliveryLeft,
  .homeDeliveryRight {
    height: 70rem;
    width: 100%;
  }
  .homeDeliveryRight {
    height: 60rem;
  }
  .deliveryLeftInner,
  .deliveryRightInner {
    width: -webkit-fill-available;
  }
  .deliveryLeftInner {
    padding: 3.2rem 2.4rem;
  }
  .deliveryLeftInner h3,
  .deliveryRightInner h3 {
    font-size: 3.2rem;
    position: static;
  }
  .deliveryRightInner h3 {
    margin-bottom: 1.8rem;
  }
  .deliveryIcons {
    display: flex;
    justify-content: center;
    bottom: 0;
    padding-bottom: 1.2rem;
  }
  .deliveryIcons img {
    height: 3rem;
    object-fit: contain;
  }
  .deliveryIcons a {
    margin: 0 !important;
    margin-bottom: 2.4rem !important;
    width: 30%;
    display: flex !important;
    justify-content: center;
  }
  /*.homePageCordination{*/
  /*    display: none;*/
  /*}*/
  .homePageRestaurantParentt {
    display: block;
    /*margin-top: -27rem;*/
  }
  .wallpSection {
    height: 48vh;
  }
  .popupPress .popupContain,
  .popupContact .popupContain {
    width: 90vw;
    height: 70vh;
  }
  .popupInner {
    padding: 5rem 1.6rem 2.4rem;
  }
  .popupInner .cross {
    top: 1.6rem;
    right: 1.6rem;
  }
  .popupInner .cross img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .popupInner h5 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .popupInner p {
    margin-bottom: 2.4rem;
  }
  .popupInner .filterCheckbox label span {
    width: 7rem;
    height: 3rem;
    font-size: 1.6rem;
  }
  .blueButton {
    height: 5.6rem;
    font-size: 1.6rem;
  }
  .homePageMap {
    height: auto;
    overflow: visible;
  }
  .contactRight {
    width: -webkit-fill-available;
  }
  #map {
    min-height: 30rem;
    height: 30rem;
  }
  .contactRightTop h3 {
    font-size: 3.2rem;
  }
  .contactContent > div {
    width: 100%;
  }
  .contactDiv {
    margin-bottom: 2.4rem;
  }
  .deliveryLeftInner div,
  .deliveryRightInner div {
    opacity: 1;
    height: auto;
  }
  .deliveryRightInner p {
    margin: 0;
    opacity: 1;
    height: auto;
    padding: 0 2.4rem;
  }
  .deliveryIcons {
    opacity: 1;
  }
  .popupInner .filterCheckbox .filterCheckbox {
    padding: 0;
    margin: 0;
  }
  .filterCheckbox label {
    height: auto;
  }
  .pageContentBody .inputChild input,
  .pageContentBody .inputChild input::placeholder {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
  .popupPress .popupContain,
  .popupContact .popupContain {
    height: fit-content;
  }
  .stateCardInner img {
    border-radius: 0;
  }
  .stateCard h6 {
    font-size: 2.2rem;
    width: 100%;
  }
  .deliveryIcons a:first-child {
    margin-right: 1.6rem !important;
  }
  .logoSection {
    display: none;
  }
  .breadCrumb {
    display: none;
  }
  .filters #tabs a {
    height: 4.4rem;
  }
  .otherProject h2 {
    font-size: 3.6rem;
  }
  h2.title {
    font-size: 2.4rem;
    line-height: 98.6%;
    margin-bottom: 2.4rem;
  }
  .aboutTop {
    background-attachment: inherit;
  }
  .aboutTop h1 {
    font-size: 3.2rem;
    line-height: 98.6%;
  }
  .aboutTop img,
  .aboutTop {
    height: 100vh;
  }
  .aboutDetail p {
    font-size: 1.4rem;
    width: 95%;
    height: 120%;
  }
  .aboutDetail .downloadPres {
    margin-bottom: 4rem;
  }
  .aboutDetail img {
    height: 32rem;
  }
  .aboutDetail {
    margin-bottom: 3.2rem;
  }
  .aboutDetail:nth-child(even) .xl-6:first-child {
    padding: 0;
  }
  .aboutPage .stateCard {
    margin-bottom: 4.2rem;
  }
  .aboutPage .stateCard:last-child {
    margin-bottom: 0;
  }
  .blogCard {
    margin-bottom: 3.2rem;
  }
  .circle {
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
  }
  .circle svg {
    width: 2.4rem;
    height: 1.6rem;
  }
  .blogCard h3 {
    font-size: 2.6rem;
    width: 90%;
    margin-bottom: 2rem;
  }
  .blogCard p {
    width: 95%;
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
  .blogCard .imgContainer {
    height: auto;
    margin-top: 2.4rem;
  }
  .blogDetailText {
    padding: 0 !important;
  }
  .pageContentHeader {
    flex-direction: column;
    align-items: flex-start;
  }
  .pageContentHeader p {
    font-size: 2.4rem;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .pageContentHeader p span {
    font-size: 1.2rem;
    width: 100%;
    margin-left: 0.6rem;
  }
  .pageContentHeader h1 {
    width: 100%;
  }
  .blogDetail .imgContainer {
    height: auto;
    margin-bottom: 3.2rem;
  }
  .miniContent {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
  .miniContent p {
    padding-left: 0;
  }
  .miniContent p,
  .miniContent ul li,
  .miniContent ol li {
    font-size: 1.4rem !important;
    margin-bottom: 1.2rem !important;
  }
  .miniContent iframe {
    margin: 3.2rem 0 !important;
  }
  .blogShare {
    margin-top: 0;
  }
  .blogsShreBottom {
    padding-top: 0;
    padding-bottom: 3.2rem;
  }
  #contacts_form {
    padding: 0;
    border-left: 0;
  }
  .pageContentBody form h5 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .pageContentBody .socialIcons {
    position: static;
  }
  .contactHeader {
    padding: 9.6rem 0 1rem;
    position: relative;
    width: 100%;
  }
  .contactHeader .socialIcons {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 2rem;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contactHeader .socialIcons svg,
  .contactHeader .socialIcons img {
    margin-left: 1rem;
  }
  .contactHeader .socialIcons a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #infrastructure-filter .filterLeft label {
    /*min-width: 20%;*/
    max-width: fit-content;
    height: 5rem;
  }
  .infrastructureCard {
    height: 20rem !important;
    width: 48%;
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }
  .infrastructureCard h2 {
    font-size: 2rem;
  }
  .infrastructureParents {
    justify-content: space-between;
  }
  .infrastructureHeader .swiper-slide {
    height: 40rem;
  }
  .infrastructureHeader .swiper-button-prev,
  .infrastructureHeader .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
    top: auto;
    bottom: 2.4rem;
  }
  .infrastructureHeader .swiper-button-next::after,
  .infrastructureHeader .swiper-button-prev::after {
    width: 3.2rem;
    height: 3.2rem;
  }
  .infrastructureHeader .swiper-button-next {
    right: -25%;
  }
  .infrastructure-detail .projectHeader {
    margin-bottom: 2.4rem;
  }
  .infrastructureInnerChild {
    padding: 3.8rem 0 1.8rem;
  }
  .apartmentsCardTop img {
    height: 10rem;
  }
  .apartmentsCardTop {
    height: 15rem;
  }
  .apartmentsCardBody span {
    font-size: 2rem;
  }
  .apartmentsCard {
    height: 29rem;
    margin-bottom: 1.6rem;
  }
  .apartmentsCardBottom {
    padding: 1rem;
  }
  .apartmentsCardBottom div {
    font-size: 1rem;
  }
  .apartmentsCardBottom img {
    height: 1.5rem;
  }
  .privacy_policy h2 {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .privacy_policy p,
  .privacy_policy ul li,
  .privacy_policy ol li,
  .privacy_policy strong,
  .privacy_policy span,
  .privacy_policy a {
    font-size: 1.4rem;
    width: fit-content;
  }
  .privacy_policy ul li {
    width: 90%;
  }
  .infrastructureInnerChild {
    flex-direction: column;
  }
  .infrastructureInnerChild div {
    margin-bottom: 2.4rem;
    flex-direction: column;
  }
  .viewsMenu {
    width: 100%;
    height: 5.4rem;
    font-size: 1.6rem;
  }
  .wallpSection video {
    display: block;
  }
  .wallpSection iframe {
    display: none;
  }
  .distanceTopParent {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
    margin-top: 2rem;
    padding-bottom: 0;
  }
  .hero-content {
    overflow: scroll;
    width: 100vw;
  }
  .hero-content img {
    width: 100% !important;
    object-fit: contain;
  }
  .gm-style-iw-d img {
    height: 10rem;
  }
  .gm-style-iw-d {
    max-height: 16rem !important;
  }
  .gm-style .gm-style-iw-c {
    min-height: 17rem;
    max-height: 17rem;
    max-width: 17rem !important;
  }
  .infrastructureHeader .swiper-button-next,
  .infrastructureHeader .swiper-button-prev {
    display: none;
  }
  .homePageRealState {
    background: #0e2a41;
    background-image: none !important;
  }
  .menuMiddle a span {
    font-size: 2.8rem;
  }
  #resultDuration,
  #resultDistance {
    width: auto;
  }
  .scrollTop {
    right: auto;
    bottom: 1.8rem;
    left: 2.6rem;
    left: -1.6rem;
    position: absolute;
  }
  ._orientationLeft_a468.wrap_deff,
  .popupBlock_a2a7.__left_b096 {
    left: auto !important;
    right: 1rem !important;
  }
  ._orientationLeft_b19d.wrap_f559 {
    right: 3rem;
  }
  .gm-style-iw-d h3 {
    font-size: 1.5rem;
    padding: 1.4rem 2rem 0;
  }
  .infrastruktureVideo .ImgContainer {
    height: 30rem;
  }
  .infrastruktureVideo h2 {
    font-size: 2.8rem;
  }
  .telephone {
    font-size: 1rem;
  }
  .menuTop .headerRightTel {
    display: none;
  }
  .headerRightTel {
    align-items: flex-end;
    width: 100%;
    display: none;
  }
  .otherPageBackground {
    height: 60vh;
  }
  .filterCheckbox label:hover span {
    color: #0d3351 !important;
    background-color: #fff;
  }
  .filterCheckbox label:hover input:checked ~ span {
    color: #fff !important;
  }
  .swiper-pagination2,
  .swiper-pagination20 {
    display: none;
  }
  .popupInnerChild {
    width: 100%;
    /*top: 0;*/
    bottom: 3rem;
    margin: auto;
    height: fit-content;
  }
  .popupInnerChildTop {
    flex-direction: column;
  }
  .lang {
    display: flex;
    justify-content: flex-end;
  }
  .popupInnerChildTop h3 {
    margin: 0 1.6rem 2.4rem;
    font-size: 2rem;
  }
  .popupInnerChildMiddle {
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
  .popupInnerChildMiddle a {
    width: -webkit-fill-available;
    padding: 0;
    font-size: 1.8rem;
    margin: 0 1.5rem;
  }
  .popupInnerChildMiddle h2 {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
  }
  .popupInfo .popupContain {
    width: 90vw;
    height: 70vh;
  }
  .discoverHeader h3 {
    font-size: 3.2rem;
  }
  .hotels h1 {
    font-size: 3.6rem;
    padding: 2.4rem 0;
  }
  .hotels h3 {
    margin-bottom: 1.4rem;
    font-size: 3rem;
  }
  .hotelsDetail {
    height: auto;
  }
  .hotelsDetailBottom {
    flex-direction: column;
  }
  .hotelsDetailBottom a:first-child {
    margin: 0 0 1.2rem;
  }
  .hotelsDetailBottomLeft {
    justify-content: center;
    margin-bottom: 2.4rem;
  }
  .hotelsSwiper {
    height: 30rem;
  }
  .hotelsSwiper .swiper-button-next::after,
  .hotelsSwiper .swiper-button-prev::after {
    width: 4.8rem;
    height: 4.8rem;
  }
  .hotelsButtons {
    flex-direction: column;
    padding: 1.6rem 0;
  }
  .whiteClass,
  .blueClass {
    width: 100%;
    margin: 0 0 1.2rem;
    height: 5.6rem;
  }
  .whiteClass,
  .blueClass {
    font-size: 1.8rem;
  }
  .blueClass span {
    font-size: 1rem;
  }
  .chooseApartmentsParent {
    display: none;
  }

  .popupInformSecond .popupContain {
    width: 90vw;
  }
  .popupInform .popupContain {
    width: max-content;
  }
  .popupInform .popupInfoTop,
  .popupInformSecond .popupInfoTop {
    height: 6.6rem;
  }
  .popupInform .popupInner .cross,
  .popupInformSecond .popupInner .cross {
    top: 2.6rem;
  }
  .popupInform .popupInnerChildImg,
  .popupInformSecond .popupInnerChildImg {
    height: 18rem;
    /* margin-bottom: 1.6rem; */

    background-size: cover;
    background-repeat: no-repeat;
  }
  .menuBottomLinks a {
    margin-bottom: 0.8rem;
    white-space: nowrap;
    font-size: 1.2rem;
  }
  .miniContent p strong {
    font-size: 1.6rem;
  }
  .miniContent p a {
    font-size: 1.4rem !important;
  }
  .miniContent h3 a {
    height: 3.8rem;
    font-size: 1.4rem !important;
    padding: 0 1rem !important;
    margin-right: 1rem;
  }
  .storeButtons {
    justify-content: center;
  }
  .popupInform .popupContain {
    height: min-content;
  }
  .popupInnerChildImg {
    margin-bottom: 0;
  }
  .smartCatalogue a {
    width: 80%;
  }
  .popupInform .popupInnerText h3 {
    font-size: 2.4rem;

    text-transform: capitalize;
  }
  .homeBanner {
    height: auto;
  }
  .homeBanner img {
    object-fit: contain;
  }
  .tourIframe iframe {
    height: 50rem;
    margin-bottom: 6.4rem;
  }
  #seaya-search {
    top: 3.5rem;
  }
  .homePageAnimationContent h6 {
    display: none;
  }
  .imgSeaya {
    display: none;
  }
}
