@font-face {
  font-family: 'RoadRadio';
  src: url("fonts/RoadRadio.eot");
  src: local("RoadRadio"), url("fonts/RoadRadio.eot?#iefix") format("embedded-opentype"), url("fonts/RoadRadio.woff2") format("woff2"), url("fonts/RoadRadio.woff") format("woff"), url("fonts/RoadRadio.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RoadRadio';
  src: url("fonts/RoadRadio-Thin.eot");
  src: local("RoadRadio Thin"), local("RoadRadio-Thin"), url("fonts/RoadRadio-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/RoadRadio-Thin.woff2") format("woff2"), url("fonts/RoadRadio-Thin.woff") format("woff"), url("fonts/RoadRadio-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'RoadRadio';
  src: url("fonts/RoadRadio-Bold.eot");
  src: local("RoadRadio Bold"), local("RoadRadio-Bold"), url("fonts/RoadRadio-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/RoadRadio-Bold.woff2") format("woff2"), url("fonts/RoadRadio-Bold.woff") format("woff"), url("fonts/RoadRadio-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Light.eot");
  src: local("Euclid Square Light"), local("EuclidSquare-Light"), url("fonts/EuclidSquare-Light.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Light.woff2") format("woff2"), url("fonts/EuclidSquare-Light.woff") format("woff"), url("fonts/EuclidSquare-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@-webkit-keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0);
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

@keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0);
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes svgPulse {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 0;
  }
}

@keyframes svgPulse {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-25.3%, 0, 0);
    transform: translate3d(-25.3%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-25.3%, 0, 0);
    transform: translate3d(-25.3%, 0, 0);
  }
}

:root {
  font-size: 30px;
}

ul,
li {
  margin: 0;
  padding: 0;
  display: block;
}

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  font-weight: 400;
}

body {
  background: #19322C;
  color: #fff;
  font-family: "RoadRadio";
  font-size: 1rem;
}

.container {
  padding: 0 2.5rem;
}

.btn {
  border-radius: 5rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}

.btn:hover {
  background: #fff;
  color: #19322C;
}

.btn:hover svg path {
  fill: #19322C;
  stroke: #19322C;
}

.tel-popup {
  position: absolute;
  z-index: 10;
  right: 2.5rem;
  bottom: 12rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-white 2s infinite;
  animation: pulse-white 2s infinite;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}

.tel-popup img {
  width: 1.5rem;
}

.section-title {
  font-size: 4.8rem;
}

.section-text {
  font-size: 1rem;
  line-height: 180%;
  font-family: 'Euclid Square';
  font-weight: 300;
  text-transform: none;
}

.tour-btn {
  padding: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  width: 12rem;
  background: #fff;
  color: #19322C;
  -webkit-box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
}

.tour-btn:hover {
  background: #19322C;
  color: #fff;
}

.tour-btn img {
  width: 3rem;
  margin-right: 0.85rem;
}

.tour-btn__wrap div {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
}

.tour-btn__wrap p {
  font-size: 0.8rem;
  line-height: 0.8rem;
}

.gradient {
  position: relative;
}

.gradient::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(44.98%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.98%);
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.back-btn {
  height: 3rem;
  width: 9.3rem;
  position: absolute;
  left: 2.5rem;
  top: 9rem;
  z-index: 10;
}

.back-btn svg {
  width: 1.7rem;
  margin-right: .6rem;
}

.preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #19322C;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.preloader__logo {
  width: 15rem;
}

.preloader__logo svg {
  width: 100%;
}

.preloader__pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.preloader__pattern img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 50, 44, 0.95)), to(rgba(25, 50, 44, 0.95))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(44.98%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(25, 50, 44, 0.95), rgba(25, 50, 44, 0.95)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.98%);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  cursor: pointer;
  display: none;
}

.feedback-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 24rem;
  border-radius: 1rem;
  border-bottom: 0.7rem solid #FFCB75;
  color: #19322C;
  padding: 2rem;
  cursor: default;
}

.feedback__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}

.feedback-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  text-transform: capitalize;
}

.feedback-info__name {
  font-size: 0.7rem;
  color: rgba(25, 50, 44, 0.5);
}

.feedback-info__value {
  font-size: 0.8rem;
}

.feedback-wrap {
  margin-top: 3rem;
  display: block;
}

.feedback-form {
  margin-bottom: 0.8rem;
}

.feedback-form__input {
  position: relative;
  margin-bottom: 0.8rem;
}

.feedback-form__input label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.7rem;
  top: 0.6rem;
}

.feedback-form__input input {
  width: 100%;
  height: 3.5rem;
  font-size: 1rem;
  text-align: center;
  color: rgba(25, 50, 44, 0.5);
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 5rem;
  outline: none;
  padding-top: 1rem;
}

.feedback-form__input input:focus {
  border-color: #19322C;
}

.feedback-form__input input::-webkit-input-placeholder {
  color: rgba(25, 50, 44, 0.15);
}

.feedback-form__input input:-ms-input-placeholder {
  color: rgba(25, 50, 44, 0.15);
}

.feedback-form__input input::-ms-input-placeholder {
  color: rgba(25, 50, 44, 0.15);
}

.feedback-form__input input::placeholder {
  color: rgba(25, 50, 44, 0.15);
}

.feedback-form__btn {
  width: 100%;
  height: 3rem;
  background: #FFCB75;
  color: #19322C;
  -webkit-transition: .6s all;
  transition: .6s all;
  margin-top: 0.8rem;
  font-size: 0.9rem;
}

.feedback-form__btn:hover {
  background: #19322C;
  color: #fff;
}

.feedback__text {
  font-size: 0.6rem;
  text-align: center;
  margin: 0 auto;
  max-width: 14rem;
}

.feedback__img {
  text-align: center;
  margin-bottom: 3rem;
}

.feedback__img img {
  display: inline-block;
  width: 13rem;
}

.feedback-done {
  margin-top: 3rem;
  display: none;
}

.feedback-done .feedback__text {
  font-size: 0.8rem;
  max-width: none;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: #fff;
  display: none;
}

.menu .container {
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-content {
  border-right: 1px solid rgba(17, 17, 17, 0.15);
  padding-right: 1.5rem;
  width: 70%;
}

.menu-list {
  margin-bottom: 5rem;
}

.menu-list li {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  font-size: 3.2rem;
  line-height: 100%;
  -webkit-transition: .7s all;
  transition: .7s all;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.menu-list li.current {
  border-color: #FFCB75;
}

.menu-list li.current a {
  color: #FFCB75;
}

.menu-list li a {
  color: #19322C;
}

.menu-list li a:hover {
  color: #FFCB75;
}

.menu-list li:first-child {
  padding-top: 0;
}

.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .9s all;
  transition: .9s all;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.menu-social li {
  margin-right: 1rem;
}

.menu-social li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 50%;
}

.menu-social li a img {
  width: 1.6rem;
}

.menu-social li a:hover {
  background: #FFCB75;
  border-color: #FFCB75;
}

.menu__nova {
  color: #19322C;
  font-size: 0.8rem;
}

.menu__nova:hover {
  color: #FFCB75;
}

.menu-cards {
  padding-left: 1.5rem;
}

.menu-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 17.7rem;
}

.menu-card:first-child {
  margin-bottom: 3rem;
}

.menu-card:first-child::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.15);
  left: 0;
  bottom: -1.5rem;
  content: '';
}

.menu-card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}

.menu-card__btn {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  height: 2.1rem;
  width: 11.5rem;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.header.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19rem;
}

.header-menu {
  width: 3.5rem;
  height: 2.5rem;
  border-radius: 5rem;
  background: #fff;
  -webkit-transition: .6s all;
  transition: .6s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 1.5rem;
  cursor: pointer;
  position: relative;
}

.header-menu span {
  display: block;
  width: 1rem;
  height: 1px;
  background: #19322C;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.header-menu span:first-child {
  margin-bottom: 0.35rem;
}

.header-menu:hover {
  background: #19322C;
}

.header-menu:hover span {
  background: #fff;
}

.header-menu.open span {
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu.open span:first-child {
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-contact {
  height: 2.5rem;
  width: 8.5rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header-logo a {
  display: block;
}

.header-logo svg,
.header-logo img {
  display: block;
  width: 8rem;
  height: 3rem;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-lang {
  margin-right: 1.5rem;
}

.header-lang a {
  margin-right: 1rem;
  color: rgba(255, 255, 255, 0.5);
}

.header-lang a:hover {
  color: #FFCB75;
}

.header-lang a.current {
  color: #fff;
  position: relative;
}

.header-lang a.current::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2rem;
  height: 1px;
  background: #fff;
}

.header-lang a:last-child {
  margin-right: 0;
}

.header-tel {
  width: 11rem;
  height: 2.5rem;
  font-size: 0.9rem;
}

.header-tel:hover svg path {
  fill: #19322C;
}

.header-tel svg {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.25rem;
}

.header.menu-open .header-btn,
.header.menu-open .header-wrap {
  border-color: rgba(17, 17, 17, 0.15);
}

.header.menu-open .header-menu {
  border: 1px solid rgba(17, 17, 17, 0.15);
}

.header.menu-open .header-contact,
.header.menu-open .header-tel {
  border-color: rgba(17, 17, 17, 0.15);
  color: #19322C;
}

.header.menu-open .header-contact svg path,
.header.menu-open .header-tel svg path {
  fill: #19322C;
}

.header.menu-open .header-contact:hover,
.header.menu-open .header-tel:hover {
  background: #19322C;
  color: #fff;
}

.header.menu-open .header-contact:hover svg path,
.header.menu-open .header-tel:hover svg path {
  fill: #fff;
}

.header.menu-open .header-logo svg path {
  fill: #19322C;
}

.header.menu-open .header-lang a {
  color: rgba(17, 17, 17, 0.3);
}

.header.menu-open .header-lang a.current {
  color: #19322C;
}

.header.menu-open .header-lang a.current::after {
  background: #19322C;
}

.main {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.main::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.98%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(44.98%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.98%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.98%);
}

.main .container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 3rem;
}

.main-carousel {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.main-carousel .owl-stage-outer,
.main-carousel .owl-stage,
.main-carousel .owl-item {
  height: 100%;
}

.main-carousel img,
.main-carousel video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.main-content {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.main-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.main-projects__item {
  width: 33.333%;
  height: 100%;
  color: #fff;
  position: relative;
}

.main-projects__item::after {
  position: absolute;
  width: 1px;
  top: 8rem;
  height: 80%;
  content: '';
  right: 0;
  opacity: .25;
  background: #fff;
}

.main-projects__item:last-child:after  {
  content: '';
}

.main-projects__item:last-child {
  margin-right: 0;
}

.main-projects__item:hover .main-projects__name span {
    background: #fff;
    color: #19322C;
}

.main-projects__item:hover  .main-projects__img-wrap {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0;
}

.main-projects__img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-projects__img-wrap {
  width: 80%;
  height: 50%;
  overflow: hidden;
  -webkit-transition: .8s all;
  transition: .8s all;
  opacity: 0;
  border-radius: 80%;
}

.main-projects__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;

}

.main-projects__name {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 100;
  position: absolute;
  width: 100%;
  bottom: 10rem;
}

.main-projects__name p {
  text-align: center;
}

.main-projects__name span {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #CECECE;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #CECECE;
  margin-top: 0.5rem;
  background: transparent;
  transition: .3s all;
}

.main-projects__name span svg {
  width: 1.3rem;
}

.main__subtitle {
  font-size: 2rem;
  overflow: hidden;
}

.main__subtitle span {
  display: inline-block;
  -webkit-transition: .7s all;
  transition: .7s all;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.main__title {
  font-size: 7rem;
  line-height: 90%;
  -webkit-transition: .6s all;
  transition: .6s all;
  overflow: hidden;
}

.main__title span {
  display: inline-block;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.main-btn {
  overflow: hidden;
}

.main__btn {
  width: 12rem;
  height: 3rem;
  -webkit-transition: .7s all;
  transition: .7s all;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.main__btn svg {
  width: 1.7rem;
  margin-left: 1rem;
}

.main-green {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  background: #19322C;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .8s all ease-in;
  transition: .8s all ease-in;
}

.main .show {
  -webkit-transform: none;
  transform: none;
}

.projects {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.projects .tel-popup {
  bottom: 5rem;
}

.projects-item {
  width: 33.333vw;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}

.projects-item:nth-child(1) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.projects-item:nth-child(1) .projects-item__img {
  left: 0;
}

.projects-item:nth-child(2) {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.projects-item:nth-child(2) .projects-item__img {
  -webkit-transform-origin: center left;
  transform-origin: center left;
  left: 0;
  right: 0;
}

.projects-item:nth-child(3) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.projects-item:nth-child(3) .projects-item__img {
  right: 0;
}

.projects-item__img {
  margin: 0 auto;
  height: 33.5rem;
  border-radius: 50rem;
  left: auto;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  width: 25vw;
}

.projects-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50rem;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.projects-item__img:hover {
  height: 100vh;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.33vw;
  padding: 0;
  border-color: transparent;
  border-radius: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.projects-item__img:hover img {
  border-radius: 0;
}

.projects-item__img:hover+.projects-item__name {
  opacity: 0;
  visibility: hidden;
}

.projects-item__name {
  font-size: 2.4rem;
  -webkit-transition: .6s all;
  transition: .6s all;
  bottom: 3rem;
  position: absolute;
  text-align: center;
}

.projects-item.active .projects-item__img {
  width: 100vw;
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 0;
  border-radius: 0;
  height: 100%;
  border-color: transparent;
  -webkit-transition: .9s all ease-out;
  transition: .9s all ease-out;
}

.projects-item.active .projects-item__img img {
  border-radius: 0;
}

.projects-item.active .projects-item__name {
  opacity: 0;
}

.single {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 4rem;
}

.single__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.single__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: scale 40s linear infinite;
  animation: scale 40s linear infinite;
}

.single__img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.98%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(44.98%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.98%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.98%);
}

.single .tel-popup {
  bottom: 4.5rem;
  opacity: 0;
  margin-bottom: -5rem;
  -webkit-transition: .8s all;
  transition: .8s all;
}

.single-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single__name {
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: .8s all;
  transition: .8s all;
  width: 50%;
  margin-right: 3%;
}

.single__text {
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: .8s all;
  transition: .8s all;
  width: 35%;
  font-size: 0.9rem;
  line-height: 150%;
  font-family: 'Euclid Square';
  font-weight: 300;
  text-transform: none;
}

.single .tour-btn {
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: .8s all;
  transition: .8s all;
  position: absolute;
  right: 2.5rem;
  bottom: -2rem;
}

.about {
  padding-top: 5.5rem;
}

.about-wrap {
  padding: 2rem 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 5.5rem;
  overflow-x: hidden;
}

.about-content {
  width: 50%;
  padding: 4.5rem 1.4rem 5.5rem 0;
  position: relative;
}

.about__title {
  font-size: 1.7rem;
  line-height: 150%;
  margin-bottom: 3rem;
  text-transform: none;
}

.about__text {
  max-width: 33rem;
  margin-bottom: 4rem;
}

.about__img {
  width: 50%;
}

.about-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-btns .btn {
  width: 15rem;
  height: 3.5rem;
  font-size: 0.9rem;
}

.about-btns .btn:first-child {
  margin-right: 2rem;
  background: #2E4F47;
  border-color: #2E4F47;
}

.about-btns .btn:first-child:hover {
  background: #fff;
  border-color: #fff;
}

.about-line {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.about-line span {
  display: block;
  height: 0%;
  background: #FFCB75;
}

.about__img {
  padding: 0 3rem 0 10.5rem;
}

.about__img img {
  height: 100%;
  width: 100%;
  border-radius: 50rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-numbers {
  position: relative;
  padding: 5rem 0;
}

.about-numbers__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.about-numbers__lines div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.about-numbers__lines div span {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFCB75;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 2s all;
  transition: 2s all;
}

.about-numbers__lines div:first-child {
  top: 0;
}

.about-numbers__lines div:last-child {
  bottom: 0;
}

.about-numbers__square {
  font-size: 2rem;
  color: #FFCB75;
  text-align: right;
}

.about-numbers__number {
  font-size: 5rem;
  line-height: 70%;
  margin-bottom: 1.5rem;
  color: #FFCB75;
  margin-right: 2rem;
}

.about-numbers__text {
  font-size: 1.2rem;
}

.landscape {
  padding: 7.5rem 0;
}

.landscape-content {
  margin-bottom: 10rem;
}

.landscape-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.landscape .section-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.landscape .section-text {
  margin-left: 4rem;
  max-width: 30rem;
}

.landscape-carousel {
  margin-top: -5rem;
}

.landscape-carousel__item {
  margin-right: 3rem;
}

.landscape-carousel__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.landscape-carousel .owl-item {
  width: 35rem !important;
}

.landscape-carousel .owl-item:nth-child(3n) .landscape-carousel__item {
  padding-top: 8rem;
}

.landscape-carousel .owl-item:nth-child(3n-1) .landscape-carousel__item {
  padding-top: 4rem;
}

.genplan,
.house {
  position: relative;
}

.genplan-img,
.house-img {
  position: relative;
  height: 100vh;
}

.genplan-img img,
.house-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.genplan-img svg,
.house-img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.genplan-img svg path,
.house-img svg path {
  opacity: 0;
  -webkit-transition: .6s all;
  transition: .6s all;
  -webkit-animation: svgPulse 2s infinite linear;
  animation: svgPulse 2s infinite linear;
  fill: #fff;
}

.genplan-img svg path:hover,
.house-img svg path:hover {
  opacity: 1;
  fill: #FFCB75;
  -webkit-animation: none;
  animation: none;
}

.genplan-info,
.house-info {
  position: fixed;
  -webkit-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
  top: 0;
  left: 5rem;
  z-index: 20;
  padding: 1.5rem;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 14rem;
  color: #19322C;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 1rem;
  border-bottom: 0.25rem solid #FFCB75;
}

.genplan-info::after,
.house-info::after {
  content: '';
  position: absolute;
  top: 1rem;
  left: -.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5rem .8rem .5rem 0;
  border-color: transparent #fff transparent transparent;
}

.genplan-info__block,
.house-info__block {
  font-size: 1.8rem;
  line-height: 100%;
}

.genplan-info__name,
.house-info__name {
  font-size: 1.1rem;
}

.genplan .tour-btn,
.house .tour-btn {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}

.infra {
  padding-top: 7.5rem;
}

.infra-content {
  margin-bottom: 4.5rem;
}

.infra-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.infra .section-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.infra .section-text {
  margin-left: 4rem;
  max-width: 30rem;
}

.infra-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 2.5rem;
}

.infra-main__text {
  color: #19322C;
  font-size: 2.4rem;
  line-height: 100%;
  width: 20rem;
}

.infra-left {
  width: 35rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  padding: 5rem 3.5rem 3rem;
}

.infra-nav {
  border-top: 1px solid rgba(25, 50, 44, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 14.5rem;
}

.infra-nav__item {
  padding: 1.25rem 0;
  margin-bottom: 1.5rem;
  width: 50%;
  cursor: pointer;
  border-bottom: 1px solid rgba(25, 50, 44, 0.15);
}

.infra-nav__item:hover .infra-nav__name {
  color: #FFCB75;
}

.infra-nav__item:nth-child(2n+1) {
  position: relative;
}

.infra-nav__item:nth-child(2n+1)::after {
  position: absolute;
  right: .2rem;
  top: 0;
  width: 1px;
  height: 88%;
  background: rgba(25, 50, 44, 0.15);
  content: '';
}

.infra-nav__item:nth-child(2n) {
  padding-left: 1.2rem;
}

.infra-nav__item.active .infra-nav__ico {
  border-color: #FFCB75;
}

.infra-nav__item.active .infra-nav__ico svg path,
.infra-nav__item.active .infra-nav__ico svg rect,
.infra-nav__item.active .infra-nav__ico svg circle {
  stroke: #FFCB75;
}

.infra-nav__ico {
  width: 12.5rem;
  border: 1px solid transparent;
  border-radius: 3.1rem;
  height: 6.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8rem;
}

.infra-nav__ico svg {
  width: 3.8rem;
  height: 3.8rem;
}

.infra-nav__name {
  color: #19322C;
  font-size: 1rem;
}

.infra-item {
  margin-left: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  overflow: hidden;
  display: none;
}

.infra-item.active {
  display: block;
}

.infra-item.anim .infra-item__img {
  -webkit-transition: .7s all;
  transition: .7s all;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.infra-item.anim .infra-item__name {
  -webkit-transition: .7s all;
  transition: .7s all;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.infra-item.anim .infra-item__thumbs img:first-child {
  -webkit-transition: .7s all;
  transition: .7s all;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.infra-item.anim .infra-item__thumbs img:nth-child(2) {
  -webkit-transition: .7s all;
  transition: .7s all;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.infra-item.anim .infra-item__text.section-text {
  -webkit-transition: .7s all;
  transition: .7s all;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.infra-item__img {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
}

.infra-item__img img {
  width: 100%;
  height: 20.5rem;
  border-radius: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.infra-item__name {
  font-size: 10rem;
  margin-top: -8.2rem;
  font-weight: 100;
  margin-bottom: -1rem;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}

.infra-item__thumbs img {
  position: absolute;
}

.infra-item__thumbs img:first-child {
  width: 7.5rem;
  top: 15.7rem;
  left: 8rem;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
}

.infra-item__thumbs img:nth-child(2) {
  width: 5rem;
  top: 23.5rem;
  right: 8.4rem;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}

.infra-item__text.section-text {
  width: 50%;
  margin-left: 50%;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 7rem;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}

.news {
  padding: 7.5rem 0 4.5rem;
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
}

.news__all {
  background: #2E4F47;
  width: 15rem;
  height: 3.5rem;
  border-color: #2E4F47;
}

.news-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 6.5rem;
}

.news-line span {
  width: 100%;
  height: 1px;
  background: #FFCB75;
  display: block;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 2s all;
  transition: 2s all;
}

.news-wrap {
  margin: 0 -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.news-item {
  width: 33.33%;
  padding: 0 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  display: block;
}

.news-item:hover .news-item__more {
  background: #FFCB75;
}

.news-item:hover .news-item__more svg path {
  stroke: #19322C;
}

.news-item:hover .news-item__img img {
  height: 100%;
}

.news-item:last-child {
  border: none;
}

.news-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

.news-item__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #2E4F47;
}

.news-item__more svg {
  width: 50%;
  height: 50%;
}

.news-item__date {
  opacity: .5;
  font-size: 1.2rem;
}

.news-item__text {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 1.2rem;
  line-height: 1.8rem;
  height: 5.4rem;
  margin-bottom: 2.5rem;
}

.news-item__img {
  height: 21.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news-item__img img {
  width: 100%;
  height: 85%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.news-page {
  padding-top: 8rem;
}

.news-page__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.news-page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-page__title div {
  cursor: pointer;
  -webkit-transition: .6s all;
  transition: .6s all;
  opacity: .5;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news-page__title div:first-child {
  padding-right: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  margin-right: 2rem;
}

.news-page__title div.active {
  opacity: 1;
}

.news-page__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page__arrows span {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .6s all;
  transition: .6s all;
  cursor: pointer;
  background: #2E4F47;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news-page__arrows span svg {
  width: 1.2rem;
  height: 1.2rem;
}

.news-page__arrows span:hover {
  background: #FFCB75;
}

.news-page__arrows span:hover svg path {
  stroke: #19322C;
}

.news-page__arrows span.arrow-right {
  margin-left: 1.1rem;
}

.news-tabs {
  padding-top: 3rem;
}

.news-tab {
  display: none;
}

.news-tab#news {
  display: block;
}

.news-carousel .owl-stage-outer {
  padding: 0 1rem;
}

.news-carousel .news-item {
  width: 30.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.news-single {
  padding-top: 8rem;
}

.news-single__title {
  font-size: 3.2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 4.5rem;
}

.news-single__wrap {
  max-width: 50rem;
  padding: 0 2.5rem;
  margin: 0 auto 4rem;
}

.news-single__img {
  margin-bottom: 3.5rem;
}

.news-single__img img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2.5rem;
}

.news-single__content h3 {
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
}

.news-single__content p {
  font-size: 1rem;
  font-family: 'Euclid Square';
  font-weight: 300;
  text-transform: none;
  margin-bottom: 2rem;
  line-height: 180%;
}

.news-single__content .double-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.news-single__content .double-img img {
  width: 49%;
  border-radius: 2.5rem;
}

.news-single__content .single-img {
  margin-bottom: 2rem;
}

.news-single__content .single-img img {
  width: 100%;
  border-radius: 2.5rem;
  display: block;
}

.news-single .news-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 3rem;
}

.contact {
  padding-top: 10rem;
}

.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__title {
  width: 33%;
  padding-right: 3.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.contact__map {
  width: 63%;
  height: 28.5rem;
}

.contact__map #map {
  width: 100%;
  height: 100%;
}

.floor {
  padding-top: 3rem;
}

.floor-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.floor-bg::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 50, 44, 0.95)), to(rgba(25, 50, 44, 0.95))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(44.98%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(25, 50, 44, 0.95), rgba(25, 50, 44, 0.95)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.98%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.floor-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.floor .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95vh;
  width: 100%;
  padding-top: 3rem;
}

.floor .back-btn {
  background: rgba(255, 255, 255, 0.05);
  top: 5rem;
}

.floor .back-btn:hover {
  background: #fff;
}

.floor-list {
  padding-top: 3rem;
}

.floor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.floor-list ul li {
  margin-bottom: 0.6rem;
}

.floor-list ul li a {
  width: 2.5rem;
  height: 2.5rem;
  background: #2E4F47;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  line-height: 100%;
  color: #fff;
}

.floor-list ul li a.current {
  color: #19322C !important;
  background: #FFCB75;
}

.floor-list ul li a:hover {
  color: #FFCB75;
}

.floor-list p {
  text-align: center;
  font-size: 0.6rem;
}

.floor-img {
  width: 55rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.floor-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 30rem;
}

.floor-img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.floor-img svg path {
  opacity: 0;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.floor-img svg path:hover {
  opacity: 1;
}

.floor-info {
  position: fixed;
  -webkit-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
  top: 0;
  left: 5rem;
  z-index: 20;
  padding: 1.5rem;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 14rem;
  color: #19322C;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 1rem;
  border-bottom: 0.25rem solid #FFCB75;
}

.floor-info::after {
  content: '';
  position: absolute;
  top: 1rem;
  left: -.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5rem .8rem .5rem 0;
  border-color: transparent #fff transparent transparent;
}

.floor-info>div {
  margin-bottom: 1.6rem;
  color: rgba(25, 50, 44, 0.7);
  font-size: 1.1rem;
}

.floor-info>div span {
  display: block;
  font-size: 1.9rem;
  color: #19322C;
}

.floor-info>div:last-child {
  margin-bottom: 0;
}

.flat-content {
  color: #19322C;
  padding: 2rem 3rem;
  border-radius: 1rem;
  background: #fff;
  width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 2rem;
}

.flat-info {
  padding-left: 1rem;
  margin-right: 2rem;
  width: 18rem;
}

.flat__title {
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
  white-space: nowrap;
}

.flat__text {
  color: #063423;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  opacity: .5;
}

.flat__rooms li {
  margin-bottom: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  counter-increment: listCounter;
}

.flat__rooms li span:first-child::before {
  content: counter(listCounter) ".";
  margin-right: .3rem;
  width: .75rem;
  display: inline-block;
}

.flat-btn {
  width: 100%;
  background: #FFCB75;
  color: #19322C;
  height: 3.5rem;
  font-size: 0.9rem;
}

.flat-btn:hover {
  background: #19322C;
  color: #fff;
}

.flat__img {
  width: 31rem;
  height: 31rem;
  background: #f6f6f6;
  padding: 3rem;
  border-radius: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flat__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.newhouse-360 {
  position: absolute;
  top: 5rem;
  right: 2.5rem;
  height: 3rem;
  z-index: 10;
  width: 13.6rem;
  pointer-events: none;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  background: rgba(255, 255, 255, 0.05);
}

.newhouse-360 svg {
  width: 1.4rem;
  margin-right: 1.1rem;
}

.newhouse-name {
  position: absolute;
  top: 10rem;
  left: 2.5rem;
}

.newhouse-name__title {
  font-family: "RoadRadio";
  font-size: 1.9rem;
  line-height: 100%;
  margin-bottom: 0.1rem;
  color: #FFCB75;
}

.newhouse-name__text {
  font-size: 1.1rem;
}

.newhouse .slide-arrows {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
  z-index: 5;
  pointer-events: none;
}

.newhouse .slide-arrows span {
  position: relative;
  z-index: 10;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border-radius: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 2.4rem;
  pointer-events: auto;
}

.newhouse .slide-arrows span svg {
  width: 1.2rem;
}

.newhouse .slide-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70%;
  width: 60%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.newhouse .slide-wrap::after {
  position: absolute;
  bottom: -15%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ellipse.svg) center center no-repeat;
  background-size: contain;
  content: '';
}

.newhouse .slide-item {
  display: none;
}

.newhouse .slide-item__active {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.newhouse .slide-item__active img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.newhouse .slide-item__active svg {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 45%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newhouse .slide-item__active svg path,
.newhouse .slide-item__active svg rect {
  opacity: 0;
  -webkit-transition: .1s all;
  transition: .1s all;
  -webkit-animation: svgPulse 2s infinite linear;
  animation: svgPulse 2s infinite linear;
  fill: #fff;
}

.newhouse .slide-item__active svg path:hover,
.newhouse .slide-item__active svg rect:hover {
  opacity: .9;
  -webkit-animation: none;
  animation: none;
  background: rgba(255, 203, 117, 0.7);
}

.pano {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 6;
}

.pano::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.98%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(44.98%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.98%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.98%);
}

.pano canvas {
  width: 100vw;
  height: 100vh;
  z-index: 5;
}

.pano #pano {
  height: 100vh;
}

.footer {
  background: #fff;
  color: #19322C;
  padding: 5rem 0;
}

.footer__name {
  overflow: hidden;
  margin-bottom: 5rem;
}

.footer__name span {
  font-size: 9rem;
  line-height: 100%;
  white-space: nowrap;
  display: inline-block;
  -webkit-animation: marquee 8s linear infinite;
  animation: marquee 8s linear infinite;
}

.footer-wrap {
  position: relative;
}

.footer-wrap::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(25, 50, 44, 0.15);
  top: 0;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-row:last-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__info {
  width: 30%;
  font-size: 1.7rem;
  margin-right: 4%;
}

.footer__info a {
  display: block;
  color: #19322C;
}

.footer__info p {
  color: #19322C;
  opacity: .7;
  max-width: 19rem;
}

.footer__btn {
  width: 13%;
  height: 3.5rem;
  color: #19322C;
  border: 1px solid rgba(17, 17, 17, 0.15);
  margin-right: 6%;
}

.footer__btn:hover {
  color: #fff;
  background: #19322C;
}

.footer__text {
  width: 35%;
  margin-right: 8%;
  margin-bottom: 3rem;
}

.footer__top {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.footer__top:hover {
  background: #19322C;
}

.footer__top:hover svg path {
  stroke: #fff;
}

.footer__top svg {
  width: 0.7rem;
}

.footer__worktime {
  width: 23%;
}

.footer .menu-social {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 24%;
  margin-right: 6%;
}

.footer .menu-social li:last-child {
  margin-right: 0;
}

.footer__copy {
  width: 24%;
  opacity: .7;
}

.footer__nova {
  width: 23%;
  text-align: right;
}

.footer__nova a {
  color: #19322C;
}

.footer__nova a:hover {
  color: #FFCB75;
}

.footer-contact {
  color: #fff;
  background: #19322C;
}

.footer-contact .footer__info a,
.footer-contact .footer__info p {
  color: #fff;
}

.footer-contact .footer__btn {
  background: #2E4F47;
  color: #fff;
}

.footer-contact .footer__btn:hover {
  color: #19322C;
  background: #fff;
}

.footer-contact .footer__nova a {
  color: #fff;
}

.footer-contact .footer__nova a:hover {
  color: #FFCB75;
}

.footer-contact .footer-wrap::after {
  background: rgba(255, 255, 255, 0.15);
}

.footer-contact .footer__top {
  background: #2E4F47;
}

.footer-contact .footer__top:hover {
  background: #fff;
}

.footer-contact .footer__top:hover svg path {
  stroke: #19322C;
}

.footer-contact .footer__top svg path {
  stroke: #fff;
}

.footer-contact .menu-social li a {
  background: #2E4F47;
}

.footer-contact .menu-social li a:hover {
  background: #FFCB75;
}

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px;
  }
}

@media (max-width: 2600.98px) {
  :root {
    font-size: 24px;
  }
}

@media (max-width: 2300.98px) {
  :root {
    font-size: 22px;
  }
}

@media (max-width: 2100.98px) {
  :root {
    font-size: 20px;
  }
}

@media (max-width: 1800.98px) {
  :root {
    font-size: 19px;
  }
}

@media (max-width: 1700.98px) {
  :root {
    font-size: 18px;
  }
}

@media (max-width: 1600.98px) {
  :root {
    font-size: 17px;
  }
}

@media (max-width: 1500.98px) {
  :root {
    font-size: 16px;
  }
}

@media (max-width: 1400.98px) {
  :root {
    font-size: 15px;
  }
}

@media (max-width: 1300.98px) {
  :root {
    font-size: 14px;
  }
}

@media (max-width: 1200.98px) {
  :root {
    font-size: 13px;
  }
}

@media (max-width: 1100.98px) {
  :root {
    font-size: 12px;
  }
}

@media (max-width: 1000.98px) {
  :root {
    font-size: 11px;
  }
}

@media (max-width: 900.98px) {
  :root {
    font-size: 10px;
  }
}

@media (max-width: 767.98px),
(max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px;
  }

  .section-title {
    font-size: 3.4rem;
  }

  .menu .container {
    display: block;
  }

  .menu-content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-right: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  }

  .menu-list li {
    padding: 1.2rem 0;
    font-size: 2.7rem;
  }

  .menu-cards {
    padding-left: 0;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-card {
    width: 46%;
    height: 15rem;
  }

  .menu-card:first-child::after {
    bottom: 0;
    height: 100%;
    width: 1px;
    left: auto;
    right: -8%;
    margin-bottom: 0;
  }

  .header-contact {
    display: none;
  }

  .header-lang {
    display: none;
  }

  .header-left {
    width: auto;
  }

  .header-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    padding-right: 5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-menu {
    position: absolute;
    right: 0;
    margin-right: 0;
  }

  .header-logo {
    position: absolute;
    left: 0;
  }

  .main .tel-popup {
    bottom: 2rem;
  }

  .main-content {
    display: block;
  }

  .main .container {
    padding-bottom: 2rem;
  }

  .main-wrap {
    padding-bottom: 5rem;
  }

  .main-projects {
    flex-direction: column;
  }

  .main-projects__item {
    width: 100%;
    height: 30%;
  }

  .main-projects__item::after {
    height: 1px;
    width: 90%;
    left: 5%;
    top: auto;
    bottom: 0;
  }

  .main-projects__item:first-child {
    height: 40%;
  }

  .main-projects__item:first-child .main-projects__name {
    bottom: 40%;
  }

  .main-projects__name{
    bottom: 50%;
    transform: translateY(50%);
  }

  .projects {
    display: block;
    padding-top: 10vh;
  }

  .projects-item {
    display: block;
    width: 100vw;
    height: 28vh;
    margin-bottom: 2vh;
    padding: 0 4rem;
  }

  .projects-item__img {
    width: 100%;
    height: 100%;
  }

  .projects-item__img img {
    -webkit-transition: 1.2s all;
    transition: 1.2s all;
  }

  .projects-item__name {
    position: static;
    margin-top: -7vh;
  }

  .projects-item:nth-child(1) {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  .projects-item:nth-child(1) .projects-item__img {
    left: 0;
  }

  .projects-item:nth-child(2) {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  .projects-item:nth-child(2) .projects-item__img {
    -webkit-transform-origin: center left;
    transform-origin: center left;
    left: 0;
    right: 0;
  }

  .projects-item:nth-child(3) {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  .projects-item:nth-child(3) .projects-item__img {
    right: 0;
  }

  .single {
    padding-bottom: 2rem;
  }

  .single-content .container {
    display: block;
  }

  .single .tour-btn {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .single__name {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .single__text {
    width: 100%;
    max-width: 24rem;
    margin-bottom: 4rem;
  }

  .single .tel-popup {
    bottom: 2.5rem;
  }

  .about {
    padding-top: 3rem;
  }

  .about-wrap {
    padding: 2rem 4rem;
    margin-bottom: 3rem;
    display: block;
  }

  .about__title {
    margin-bottom: 2rem;
  }

  .about-content {
    width: 100%;
    padding: 0;
  }

  .about-line {
    display: none;
  }

  .about__img {
    display: none;
  }

  .about-numbers {
    padding: 3rem 0;
  }

  .about-numbers__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-numbers__item {
    display: inline-block;
    margin-bottom: 2rem;
  }

  .about-numbers__item:last-child {
    margin-bottom: 1rem;
  }

  .about-numbers__square {
    margin-right: -2rem;
  }

  .about-numbers__number {
    margin-right: 0;
    text-align: center;
  }

  .about-numbers__text {
    text-align: center;
  }

  .landscape {
    padding: 5rem 0;
  }

  .landscape-content {
    margin-bottom: 8.5rem;
  }

  .landscape-content .container {
    display: block;
  }

  .landscape .section-text {
    margin-left: 0;
    margin-top: 2rem;
  }

  .landscape-carousel .owl-item {
    width: 28rem !important;
  }

  .genplan-wrap,
  .house-wrap {
    overflow: auto;
  }

  .genplan-img,
  .house-img {
    height: 100vh;
    width: 177.7vh;
  }

  .genplan-info,
  .house-info {
    display: none;
  }

  .infra {
    padding-top: 5rem;
  }

  .infra-content .container {
    display: block;
  }

  .infra .section-text {
    margin-left: 0;
    margin-top: 2rem;
  }

  .infra-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }

  .infra-right {
    padding: 0 2.5rem;
    width: 100%;
  }

  .infra-item {
    margin-left: 0;
    border-bottom: none;
  }

  .infra-item__img {
    border-bottom: none;
  }

  .infra-item__text.section-text {
    padding: 0;
    width: 100%;
    border-left: none;
  }

  .infra-item__name {
    font-size: 7rem;
  }

  .infra-item__thumbs img:first-child {
    width: 5rem;
  }

  .infra-item__thumbs img:nth-child(2) {
    width: 4rem;
    top: 19rem;
  }

  .infra-left {
    width: 100%;
    padding: 2.5rem;
  }

  .infra-nav {
    border-top: none;
    margin-bottom: 3rem;
  }

  .news {
    position: relative;
    padding: 5rem 0 11rem;
  }

  .news-content {
    margin-bottom: 3rem;
  }

  .news-line {
    margin-bottom: 3rem;
  }

  .news__all {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5rem;
  }

  .news-wrap {
    margin: 0 -2.5rem;
    overflow: auto;
  }

  .news-wrap .news-item {
    width: 30rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .news-carousel .news-item {
    width: 30rem;
  }

  .news-single__title {
    font-size: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
  }

  .contact {
    padding-top: 8.5rem;
  }

  .contact .container {
    display: block;
  }

  .contact__title {
    width: 100%;
    border-right: 0;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .contact__map {
    width: 100%;
  }

  .floor-img {
    width: 90vw;
    top: 45%;
  }

  .floor .container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5rem;
  }

  .floor-list {
    width: 100%;
  }

  .floor-list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .floor-list ul li {
    margin-bottom: 0;
    margin: 0 .5rem;
  }

  .floor-list p {
    display: none;
  }

  .flat-content {
    width: 95%;
    padding: 1.8rem;
  }

  .flat-info {
    width: 40%;
  }

  .flat__title {
    white-space: normal;
    margin-bottom: 1.4rem;
    line-height: 100%;
  }

  .flat__img {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 1.8rem;
  }

  .newhouse .slide-wrap {
    width: 80%;
    height: 70%;
    top: 60%;
  }

  .newhouse .slide-arrows {
    top: 68%;
    width: 88%;
  }

  .footer {
    padding: 4rem 0;
  }

  .footer-name {
    margin-bottom: 3rem;
  }

  .footer-wrap::after {
    content: none;
  }

  .footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-row:last-child {
    border-top: 1px solid rgba(25, 50, 44, 0.15);
    padding-top: 3rem;
    margin-top: 3rem;
  }

  .footer__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-right: 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(25, 50, 44, 0.15);
  }

  .footer__btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 12rem;
  }

  .footer__top {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer .menu-social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__worktime {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 1.5rem 0;
  }

  .footer__copy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
  }

  .footer__nova {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 50%;
  }

  .footer-contact .footer__text,
  .footer-contact .footer-row:last-child {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media (max-width: 767.98px) {
  :root {
    font-size: 15px;
  }

  .container {
    padding: 0 1.4rem;
  }

  .tel-popup {
    right: 1.4rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .back-btn {
    top: 6rem;
    left: 1.4rem;
  }

  .feedback-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 1.4rem 1.4rem 4rem;
  }

  .feedback__title {
    font-size: 2rem;
  }

  .feedback-info__name {
    font-size: 0.9rem;
  }

  .feedback-info__value {
    font-size: 1rem;
  }

  .feedback-form {
    margin-bottom: 1rem;
  }

  .feedback-form__input {
    margin-bottom: 1rem;
  }

  .feedback-form__input label {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.9rem;
    top: 0.6rem;
  }

  .feedback-form__input input {
    height: 4rem;
    font-size: 1.2rem;
    padding-top: 1.2rem;
  }

  .feedback-form__btn {
    height: 4rem;
    margin-top: 1rem;
    font-size: 1.1rem;
  }

  .feedback__text {
    font-size: 0.8rem;
    max-width: 17rem;
  }

  .feedback__img img {
    width: 15rem;
  }

  .feedback-done {
    margin-top: 3rem;
  }

  .feedback-done .feedback__text {
    font-size: 1rem;
  }

  .menu .container {
    padding-top: 6rem;
  }

  .menu-list {
    margin-bottom: 4rem;
  }

  .menu-list li {
    padding: 1rem 0;
    font-size: 2rem;
  }

  .menu-content {
    padding-bottom: 1rem;
  }

  .menu-social li a {
    width: 2.5rem;
    height: 2.5rem;
  }

  .menu-social li a img {
    width: 1.4rem;
  }

  .menu-cards {
    display: block;
  }

  .menu-card {
    width: 100%;
  }

  .menu-card:nth-child(2) {
    display: none;
  }

  .header-tel {
    width: 3.5rem;
  }

  .header-tel span {
    display: none;
  }

  .header-tel svg {
    margin-right: 0;
  }

  .header-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .main__subtitle {
    font-size: 1.2rem;
  }

  .main__title {
    font-size: 3.6rem;
  }


  .main-projects__name {
    font-size: 2rem;
  }

  .main-projects__name span {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0.2rem;
  }

  .main-projects__name span svg {
    width: 1rem;
  }

  .projects {
    padding-top: 12vh;
  }

  .projects-item {
    padding: 0 1.4rem;
    height: 26vh;
    margin-bottom: 3vh;
  }

  .projects-item__img {
    padding: 0.5rem;
  }

  .projects-item__name {
    font-size: 1.4rem;
    margin-top: -5vh;
  }

  .about {
    padding-top: 1rem;
  }

  .about__title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .about__text {
    margin-bottom: 2rem;
  }

  .about-wrap {
    padding: 2rem 1.4rem;
    margin-bottom: 1rem;
  }

  .about-btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-btns .btn {
    width: 48%;
  }

  .about-btns .btn:first-child {
    margin-right: 0;
  }

  .about-numbers__square {
    font-size: 1.5rem;
    margin-right: -1.5rem;
  }

  .about-numbers__number {
    font-size: 3.5rem;
  }

  .about-numbers__item:nth-child(2n) .about-numbers__square {
    margin-right: .5rem;
  }

  .landscape {
    padding: 3rem 0;
  }

  .landscape .section-text {
    margin-top: 1.5rem;
  }

  .landscape-content {
    margin-bottom: 7rem;
  }

  .landscape-carousel__item {
    margin-right: 1.5rem;
  }

  .landscape-carousel .owl-item {
    width: 20rem !important;
  }

  .genplan .tour-btn,
  .house .tour-btn {
    left: 1.4rem;
  }

  .infra {
    padding-top: 3rem;
  }

  .infra-content {
    margin-bottom: 3rem;
  }

  .infra .section-text {
    margin-top: 1.5rem;
  }

  .infra-right {
    padding: 0 1.4rem;
  }

  .infra-item__img img {
    height: 12rem;
  }

  .infra-item__name {
    font-size: 4.5rem;
    margin-top: -6rem;
  }

  .infra-item__thumbs img:first-child {
    width: 3rem;
    top: 10rem;
    left: 3rem;
  }

  .infra-item__thumbs img:nth-child(2) {
    width: 2.5rem;
    top: 12rem;
    right: 2rem;
  }

  .infra-left {
    padding: 2.5rem 1.4rem;
  }

  .infra-nav {
    margin-bottom: 2rem;
  }

  .infra-nav__ico {
    height: 5rem;
    width: 10rem;
  }

  .infra-nav__ico svg {
    width: 3.3rem;
  }

  .news {
    padding: 3rem 0 10rem;
  }

  .news__all {
    bottom: 4rem;
  }

  .news-content {
    margin-bottom: 2rem;
  }

  .news-wrap {
    margin: 0 -1.4rem;
  }

  .news-wrap .news-item {
    width: 24rem;
    padding: 0 1rem;
  }

  .news-page__head {
    padding-bottom: 0;
    border-bottom: none;
    display: block;
  }

  .news-page__title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 2rem;
  }

  .news-page__arrows {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-carousel .owl-stage-outer {
    padding: 0 0.4rem;
  }

  .news-carousel .news-item {
    width: 24rem;
    padding: 0 1rem;
  }

  .news-single {
    padding-top: 6.5rem;
  }

  .news-single__title {
    font-size: 1.5rem;
  }

  .news-single__wrap {
    padding: 0 1.4rem;
    margin-bottom: 2.5rem;
  }

  .news-single__img {
    margin-bottom: 2rem;
  }

  .news-single__img img {
    height: 14rem;
    border-radius: 1.4rem;
  }

  .news-single__content h3 {
    font-size: 1.3rem;
  }

  .news-single__content p {
    margin-bottom: 1.5rem;
    line-height: 170%;
  }

  .news-single__content .double-img img,
  .news-single__content .single-img img {
    border-radius: 1.5rem;
  }

  .contact {
    padding-top: 7rem;
  }

  .contact__title {
    margin-bottom: 2rem;
  }

  .contact__map {
    margin: 0 -1.4rem;
    width: 100vw;
    height: 22rem;
  }

  .floor .container {
    padding-left: 0;
    padding-right: 0;
  }

  .floor-list {
    max-width: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .floor-list ul {
    padding: 0 1.1rem;
    width: auto;
  }

  .floor-list ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0.3rem;
  }

  .flat-content {
    -webkit-transform: none;
    transform: none;
    left: 0;
    width: 100%;
    top: 9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 1.4rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .flat__rooms li {
    margin-bottom: 1.4rem;
  }

  .flat__img {
    height: 35vh;
    margin-bottom: 1.5rem;
  }

  .flat-info {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }

  .newhouse .back-btn {
    top: 3rem;
  }

  .newhouse-360 {
    right: auto;
    left: 1.5rem;
    bottom: 3rem;
    top: auto;
  }

  .newhouse-name {
    left: 1.5rem;
    top: 7rem;
  }

  .newhouse .slide-wrap {
    width: 90%;
    height: 40%;
    top: 45%;
  }

  .newhouse .slide-arrows {
    top: 63%;
  }

  .footer {
    padding: 3rem 0;
  }

  .footer__name {
    margin-bottom: 3rem;
  }

  .footer__name span {
    font-size: 4rem;
  }
}

@media (max-width: 375.98px) {
  :root {
    font-size: 13px;
  }
}

@media (max-width: 340.98px) {
  :root {
    font-size: 12px;
  }
}

@media (max-width: 320.98px) {
  :root {
    font-size: 11px;
  }
}

@media (max-width: 300.98px) {
  :root {
    font-size: 10px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px;
  }
}

@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px;
  }
}

/*# sourceMappingURL=main.css.map */