.imp-ui-layers-menu-wrap {
  display: none;
}

.hs-arrow {
  display: none;
}

.site_header .main-header-block {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #4C9EAA 0%, #CED2D2 100%);
  margin: 0;
  background-size: cover;
  height: 100vh;
}
.site_header .main-header-block .sky {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.site_header .main-header-block .building {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.site_header .main-header-block .circle {
  position: absolute;
  width: 420px;
  height: 420px;
  background: #DFCDB7;
  mix-blend-mode: multiply;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-72%, -75%);
  -webkit-transform: translate(-72%, -75%);
  -moz-transform: translate(-72%, -75%);
  -ms-transform: translate(-72%, -75%);
  -o-transform: translate(-72%, -75%);
}
.site_header .main-header-block .overlay {
  width: 100%;
  height: inherit;
  z-index: 2;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -15.63%, rgba(0, 0, 0, 0.3) 109.15%);
}
.site_header .main-header-block .container {
  width: 80vw !important;
  max-width: 1208px;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
}
.site_header .main-header-block .main-text {
  position: relative;
  z-index: 4;
}
.page-template-template-homepage .site_header .main-header-block .main-text .large {
  white-space: nowrap;
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 75px;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.site_header .main-header-block .main-text .small {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: white;
  margin-top: 8px;
  margin-bottom: 40px;
}
.site_header .main-header-block .button-decoration {
  font-size: 15px;
  margin-left: 20px;
}
.site_header .main-header-block .main-header-second-column {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.site_header .main-header-block .sticker {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: baseline;
  width: 163px;
  height: 162px;
  z-index: 3;
}
.site_header .main-header-block .sticker img {
  width: 100%;
  height: auto;
}
.site_header .main-header-block .sticker > p {
  margin: 0;
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: white;

}
.site_header .main-header-block .bottom-header-text {
  position: absolute;
  bottom: 5%;
  z-index: 4;
}
.site_header .main-header-block .second-row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .site_header .main-header-block .main-text-block {
    padding-left: unset;
  }
  .site_header .main-header-block .main-text .large {
    font-size: 76px;
  }
  .site_header .main-header-block .circle {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .site_header .main-header-block .main-text .large {
    font-size: 46px;
    white-space: nowrap;
  }
  .site_header .main-header-block .main-text .small {
    font-size: 20px;
  }
  .site_header .main-header-block .main-text .large {
    font-size: 40px;
    white-space: normal;
  }
  .site_header .main-header-block .main-text-block {
    padding-bottom: 36px;
  }
  .site_header .main-header-block .main-header-second-column .sticker {
    width: 140px !important;
    height: 141px !important;
  }
  .site_header .main-header-block .main-header-second-column .sticker > p {
    font-size: 18px;
  }
  .site_header .main-header-block .bottom-header-text {
    width: 216px;
    height: 40px;
  }
  .site_header .main-header-block .building {
    height: 380px;
    width: auto;
    right: -34%;
  }
}
@media screen and (max-width: 414px) {
  .site_header .main-header-block .container {
    width: 72vw !important;
  }
}
@media screen and (max-width: 375px) {
  .site_header .main-header-block {
    height: 100vh;
  }
}

.site_main .container {
  width: 80vw !important;
  max-width: 1208px;
}
.site_main .project-info {
  min-height: 400px;
  height: auto;
  padding-top: 168px;
}
.site_main .project-info .section-text-title {
  color: #4C9EAA;
}
.site_main .project-info .project-info-general > p {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #4C9EAA;
  margin: 0;
  text-transform: uppercase;
}
.site_main .project-info .project-info-ref {
  display: flex;
  align-items: center;
  color: #231F20;
  text-decoration: none;
}
.site_main .project-info .project-info-ref:hover {
  color: #4C9EAA;
}
.site_main .project-info .project-info-ref span {
  font-size: 15px;
  margin-left: 22px;
}
.site_main .project-info .project-info-second {
  font-family: Oswald, sans-serif;
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #5C6668;
  position: relative;
}
.site_main .project-info .project-info-second > p {
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #5C6668;
}
.site_main .project-info .project-info-second > a {
  margin-top: 50px;
  font-size: 20px;
  text-decoration: none;
  color: black;
}
.site_main .project-info .waves {
  position: absolute;
  right: 0;
  bottom: -60%;
  width: 389px;
  z-index: -1;
}
.site_main .project-info .waves img {
  width: 100%;
}
@media screen and (min-width: 1560px) {
  .site_main .project-info .waves {
    right: -37%;
    bottom: -10%;
  }
}
@media screen and (max-width: 1560px) {
  .site_main .project-info .project-info-general > p {
    font-size: 2.56vw;
  }
}
@media screen and (max-width: 990px) {
  .site_main .project-info {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .site_main .project-info .project-info-general > p {
    font-size: 32px;
  }
  .site_main .project-info .project-info-second {
    margin-top: 24px;
  }
  .site_main .project-info .project-info-second > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .site_main .project-info {
    padding-top: 88px;
    overflow: hidden;
    position: relative;
  }
  .site_main .project-info .waves {
    width: 247px;
  }
}
@media screen and (max-width: 414px) {
  .site_main .project-info .waves {
    right: -30%;
    top: 20%;
  }
}
.site_main .vr {
  height: 660px;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.site_main .vr .vr-container {
  height: inherit;
}
.site_main .vr .white-block {
  width: 20%;
  height: inherit;
  background: white;
  position: absolute;
  z-index: 1;
}
.site_main .vr .vr-row {
  position: relative;
  z-index: 2;
  margin-right: 0;
  display: flex;
  align-items: center;
  height: inherit;
}
.site_main .vr .vr-column-one {
  position: relative;
}
.site_main .vr .background {
  height: 100%;
  width: 100%;
  background: #F7F5F2;
  transform: translate(-44%, 0%);
  position: absolute;
  z-index: 0;
  -webkit-transform: translate(-44%, 0%);
  -moz-transform: translate(-44%, 0%);
  -ms-transform: translate(-44%, 0%);
  -o-transform: translate(-44%, 0%);
}
.site_main .vr .background-mobile {
  display: none;
  height: 85%;
  width: 125%;
  transform: translate(0%, -10%);
  background: #f7f5f2;
  position: absolute;
  z-index: 0;
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
}
.site_main .vr .vr-column-one .circle {
  position: absolute;
  background: #DFCDB7;
  mix-blend-mode: multiply;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 3;
  width: 250px;
  height: 250px;
  top: -20%;
  right: 5%;
}
.site_main .vr .video {
  background: white;
  position: relative;
  z-index: 1;
  width: 594px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_main .vr .video video {
  width: 100%;
  height: auto;
}
.site_main .vr .video .button-play[data-state=play] {
  width: 72px;
  height: 72px;
  background: #4C9EAA;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_main .vr .video .button-play[data-state=play] img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.site_main .vr .vr-text {
  position: relative;
  z-index: 1;
}
.site_main .vr .section-button {
  width: 210px;
  cursor: pointer;
}
@media screen and (min-width: 1560px) {
  .site_main .vr .background {
    transform: translate(-44%, 0%);
  }
}
@media screen and (max-width: 1560px) {
  .site_main .vr .vr-text .second-text {
    font-size: 2.56vw;
  }
}
@media screen and (max-width: 990px) {
  .building-container img {
    width: 100%;
    display: block !important;
  }
  #image-map-pro-container {
    display:none;
  }
  .site_main .vr {
    height: auto;
  }
  .site_main .vr .background {
    height: 100%;
    width: 130%;
    width: 125%;
    transform: translate(-11%, 20%);
    background: #f7f5f2;
    position: absolute;
    z-index: 0;
  }
  .site_main .vr .vr-row .circle {
    width: 200px;
    height: 200px;
    left: 0%;
    top: 0%;
    right: unset;
  }
  .site_main .vr .video {
    width: 100%;
    margin-top: 88px;
    background: white;
  }
}
@media screen and (max-width: 768px) {
  .site_main .vr .vr-row .circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 576px) {
  .site_main .vr .vr-column-one {
    padding-right: 0;
  }
  .site_main .vr .vr-row .circle {
    top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .site_main .vr {
    padding-top: 80px;
  }
  .site_main .vr .background {
    display: none;
  }
  .site_main .vr .background-mobile {
    display: flex;
  }
}
.site_main .flours {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 172px;
  padding-bottom: 170px;
}
.site_main .flours .circle {
  position: absolute;
  width: 254px;
  height: 254px;
  background: #DFCDB7;
  mix-blend-mode: multiply;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 3;
  right: 11.3%;
  top: -30%;
}
.site_main .flours .flours-row-one p {
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #4C9EAA;
  font-weight: 400;
}
.site_main .flours .flours-row-two {
  position: relative;
}
.site_main .flours .flours-title {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 96px;
  line-height: 120%;
  text-align: center;
  color: #231F20;
  margin-top: 0;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.site_main .flours .flours-row-three {
  position: relative;
}
.site_main .flours .flours-background {
  height: 79%;
  width: 100%;
  background: #F7F5F2;
  position: absolute;
  bottom: 3px;
  z-index: 1;
}
.site_main .flours .flours-section-button {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 56px;
}
.site_main .flours .flours-row-three img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1560px) {
  .site_main .flours .flours-title {
    font-size: 6.15vw;
  }
}
@media screen and (max-width: 990px) {
  .site_main .flours .circle {
    width: 154px;
    height: 154px;
    right: 10%;
    top: -10%;
  }
}
@media screen and (max-width: 768px) {
  .site_main .flours .flours-row-two {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .site_main .flours .flours-title {
    font-size: 76px;
    white-space: unset;
    margin-bottom: 0;
  }
  .site_main .flours .circle {
    width: 154px;
    height: 154px;
    right: 0%;
    top: -10%;
  }
}
@media screen and (max-width: 576px) {
  .site_main .flours {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .site_main .flours .flours-title {
    font-size: 36px;
    white-space: nowrap;
  }
  .site_main .flours .circle {
    width: 105px;
    height: 105px;
    right: 8%;
    top: -13%;
  }
}
@media screen and (max-width: 375px) {
  .site_main .flours .flours-section-button {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 56px;
    padding: 16px 60px;
  }
  .site_main .flours .circle {
    right: -5%;
  }
}
.site_main .benefits-home-one {
  background: #F7F5F2;
  width: 100%;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.site_main .benefits-home-one .benefits-title {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #231F20;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 90px;
}
.site_main .benefits-home-one .benefits-container {
  padding-top: 168px;
  padding-bottom: 193px;
}
.site_main .benefits-home-one .benefits-card {
  width: 276px;
  min-height: 383px;
  border-right: 2px solid #DFCDB7;
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
  .site_main .benefits-home-one .benefits-card {
    width: 25%;
  }
}
.site_main .benefits-home-one .card-4 {
  border-right: 0;
}
.site_main .benefits-home-one.benefit-circle {
  background: #DFCDB7;
  mix-blend-mode: multiply;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 90px;
  position: absolute;
  right: 47%;
  top: 20%;
  height: 90px;
}
.site_main .benefits-home-one .white {
  background: #FFFFFF;
  mix-blend-mode: screen;
}
.site_main .benefits-home-one.benefits-card-image {
  height: 130px;
  position: relative;
}
.site_main .benefits-home-one .benefits-card-image img {
  position: absolute;
  bottom: 0;
}
.site_main .benefits-home-one .benefits-card-text {
  margin-top: 48px;
}
.site_main .benefits-home-one .benefits-card-text .title {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #231F20;
  text-transform: uppercase;
}
.site_main .benefits-home-one .benefits-card-text .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #5C6668;
  font-family: Oswald, sans-serif;
}
@media screen and (max-width: 990px) {
  .site_main .benefits-home-one.card-2 {
    border-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .site_main .benefits-home-one{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .site_main .benefits-home-one.card-1,
.site_main .benefits-home-one.card-3 {
    border-right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .site_main .benefits-home-one{
    margin-bottom: 104px;
  }
  .site_main .benefits-home-one.benefits-container {
    padding-top: unset;
    padding-bottom: unset;
  }
  .site_main .benefits-home-one.benefits-title {
    text-align: left;
    margin-bottom: 45px;
  }
  .site_main .benefits-home-one.benefits-row-two {
    justify-content: start !important;
  }
  .site_main .benefits-home-one.benefits-card {
    width: 100%;
  }
  .site_main .benefits-home-one.benefit-circle {
    right: unset;
    left: 10%;
    top: 18%;
  }
}
.site_main .galery {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 660px;
  height: auto;
  width: 100%;
  margin-bottom: 200px;
}
.site_main .galery .background {
  position: absolute;
  background: #F7F5F2;
  height: inherit;
  width: 75%;
  height: 285%;
  right: -24%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -5;
}
.site_main .galery .gallery-container {
  max-width: 1208px;
}
.site_main .galery .gallery-col-one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.site_main .galery .gallery-col-two {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 104px;
  height: auto;
}
.site_main .galery .swiper-container {
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  transform: scale(1.73) translate(30%, 0%);
  -webkit-transform: scale(1.73) translate(30%, 0%);
  -moz-transform: scale(1.73) translate(30%, 0%);
  -ms-transform: scale(1.73) translate(30%, 0%);
  -o-transform: scale(1.73) translate(30%, 0%);
}
.site_main .galery .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_main .galery .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.site_main .galery .swiper-buttons-block {
  position: absolute;
  bottom: 0;
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site_main .galery .swiper-custome-block {
  display: flex;
  width: 80px;
  justify-content: space-between;
  position: relative;
}
.site_main .galery .swiper-pagination-bullet {
  width: 8px;
  border-radius: 0;
  height: 2px;
  background-color: #5C6668;
}
.site_main .galery .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 0;
  height: 2px;
  background-color: #4C9EAA;
}
.site_main .galery .swiper-button-next {
  position: relative;
  right: 0;
  top: 35%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.site_main .galery .swiper-button-next::after {
  content: "";
  font-size: 13px;
  color: #5C6668;
}
.site_main .galery .swiper-button-next:hover {
  background: #428B96;
}
.site_main .galery .swiper-button-next:hover svg path {
  fill: white;
}
.site_main .galery .swiper-button-prev {
  position: relative;
  left: 0;
  top: 35%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.site_main .galery .swiper-button-prev::after {
  content: "";
  font-size: 13px;
  color: #5C6668;
}
.site_main .galery .swiper-button-prev:hover {
  background: #428B96;
}
.site_main .galery .swiper-button-prev:hover svg path {
  fill: white;
}
.site_main .galery .gallery-text {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.site_main .galery .gallery-text .section-text-head {
  margin: 0px;
}
.site_main .galery .gallery-text .section-text-title {
  margin: 16px 0px 24px 0px;
}
.site_main .galery .gallery-text .section-text-main {
  margin: 0px;
}
@media screen and (max-width: 1560px) {
  .site_main .galery .gallery-text .second-text {
    font-size: 2.56vw;
  }
}
@media screen and (max-width: 990px) {
  .site_main .galery .gallery-text .first-text {
    font-size: 20px;
    line-height: 160%;
    color: #4C9EAA;
    margin-top: 0;
    font-weight: normal;
  }
  .site_main .galery .gallery-text .second-text {
    font-size: 32px;
  }
  .site_main .galery .background {
    height: 130%;
    width: 30%;
  }
  .site_main .galery .swiper-buttons-block-lg {
    position: absolute;
    bottom: -80px;
    left: 40%;
    transform: translate(0%, 0%);
  }
  .site_main .galery .swiper-buttons-block-lg {
    bottom: -40px;
    display: flex;
    order: 2;
  }
  .site_main .galery .gallery-col-one {
    order: 1;
  }
  .site_main .galery .gallery-col-two {
    margin-top: 104px;
    height: 400px;
    overflow: hidden;
    order: 3;
  }
}
@media screen and (max-width: 990px) {
  .site_main .galery .custom-swiper-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 400px;
  }
  .site_main .galery .background {
    height: 150%;
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .site_main .galery {
    min-height: unset;
    margin-bottom: 208px;
  }
  .site_main .galery .gallery-text {
    min-height: 200px;
  }
  .site_main .galery .background {
    height: 130%;
  }
  .site_main .galery .swiper-buttons-block-lg {
    position: absolute;
    bottom: -100px;
    left: 35%;
  }
}
@media screen and (max-width: 414px) {
  .site_main .galery .swiper-container {
    width: 100%;
    transform: scale(1.73) translate(23%, 0%);
  }
  .site_main .galery .button {
    height: 100%;
  }
  .site_main .galery .gallery-col-two {

    margin-top: 0;

  }
}
@media screen and (max-width: 375px) {
  .site_main .galery .background {
    height: 120%;
    width: 85%;
  }
  .site_main .galery .swiper-buttons-block-lg {
    position: absolute;
    bottom: -100px;
    left: 25%;
  }
}
@media screen and (max-width: 320px) {
  .site_main .galery .background {
    height: 80%;
  }
  .site_main .galery .swiper-buttons-block-lg {
    bottom: -40px;
    left: 20%;
  }
}

/*# sourceMappingURL=home.css.map */
