body {
  font-family: 'Golos';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}

.body-overflow-hidden {
  overflow: hidden;
}

.img-responsive {
  max-width: 100%;
  width: 100%;
}

.sceleton-loading {
  position: relative;
  background-color: #e9e9e9;
  overflow: hidden;
}

.sceleton-loading::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  animation: loading 1.5s infinite;
  z-index: 1;
}

.sceleton-loading img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}

.lvv-h1, .lvv-h2, .lvv-h3, .lvv-h4, .lvv-h5 {
  font-family: 'OpenSans';
  font-style: normal;
}

.lvv-h1 {
  font-weight: 600;
  font-size: 46px;
}

.lvv-h2 {
  font-weight: 600;
  font-size: 28px;
}

.lvv-h3 {
  font-weight: 400;
  font-size: 20px;
}

.lvv-h4 {
  font-weight: 400;
  font-size: 18px;
}

.lvv-h5 {
  font-weight: 600;
  font-size: 16px;
}

.lvv-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  width: 100%;
  border-radius: 0px 0px 40px 40px;
  background-color: #fff;
  border: 1px solid #000;
  border-top: none;
  padding: 0 25px;
  z-index: 100;
}

.lvv-header-up {
  top: -73px;
}

.lvv-header .lvv-header-logo-d {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lvv-nav {
  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;
  height: 70px;
}

.lvv-nav-left, .lvv-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lvv-nav .lvv-nav-item {
  padding: 10px 25px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.lvv-nav .lvv-nav-item:hover {
  color: #5e60ce;
}

.lang {
  position: relative;
  cursor: pointer;
}

.lang ul {
  position: absolute;
  left: 25px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: none;
  line-height: 1;
}

.lang ul li {
  cursor: pointer;
  padding: 6px 0px;
}

.lang ul li a {
  color: #000;
  text-decoration: none;
}

.lang ul li a:hover {
  color: #5e60ce;
}

.lang img {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
  top: -1px;
}

.lang:hover img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lang .current-lang {
  display: inline-block;
  margin-right: 4px;
}

.lvv-fs {
  position: relative;
  text-align: center;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.lvv-fs-bg {
  top: -50px !important;
  left: -2.5% !important;
  min-height: 650px;
  width: calc(100% + 5%);
  background: url(../img/fs-bg.jpg) no-repeat bottom center / cover;
}

.lvv-fs-bg-bottm-line {
  position: absolute;
  width: 100%;
  padding-bottom: 7.85%;
  left: 0;
  bottom: 0;
  top: inherit !important;
  background: url(../img/fs-bg-bottom-line.svg) no-repeat top center / 100% auto;
}

.lvv-fs .content {
  -webkit-transform: translateY(-550px);
      -ms-transform: translateY(-550px);
          transform: translateY(-550px);
}

.lvv-fs .lvv-h1 {
  color: #fff;
  margin-bottom: 4px;
}

.lvv-fs .lvv-h3 {
  color: #fff;
  margin-bottom: 74px;
}

.lvv-location {
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
}

.lvv-location .lvv-h2 {
  margin-bottom: 20px;
}

.lvv-location .desc {
  margin-bottom: 30px;
  text-align: left;
}

.lvv-development-progress-carousel {
  margin-bottom: 60px;
}

.lvv-location-carousel,
.lvv-development-progress-carousel {
  overflow: hidden;
  transition: opacity .4s ease;
}

.lvv-location-carousel div,
.lvv-development-progress-carousel div {
  flex-shrink: 0;
}

.lvv-location-carousel.loading,
.lvv-development-progress-carousel.loading {
  display: flex;
}

.lvv-location-carousel .carousel-item,
.lvv-development-progress-carousel .carousel-item {
  width: 44%;
  max-width: 856px;
}

.lvv-location-carousel .carousel-item .carousel-item-wrapper,
.lvv-development-progress-carousel .carousel-item .carousel-item-wrapper {
  position: relative;
  border-radius: 30px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.lvv-location-carousel .carousel-item .carousel-item-wrapper:before, 
.lvv-development-progress-carousel .carousel-items .carousel-item-wrapper:before,
.lvv-location-carousel .carousel-item .carousel-item-wrapper:before,
.lvv-development-progress-carousel .carousel-item .carousel-item-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 2s ease;
}

.lvv-location-carousel .carousel-item .carousel-item-wrapper, 
.lvv-development-progress-carousel .carousel-items .carousel-item-wrapper,
.lvv-location-carousel .carousel-item .carousel-item-wrapper,
.lvv-development-progress-carousel .carousel-item .carousel-item-wrapper {
  opacity: 0.6;
}

.lvv-location-carousel .carousel-item.is-previous .carousel-item-wrapper:before, 
.lvv-development-progress-carousel .carousel-item.is-previous .carousel-item-wrapper:before {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}

.lvv-location-carousel .carousel-item.is-next .carousel-item-wrapper:before,
.lvv-development-progress-carousel .carousel-item.is-next .carousel-item-wrapper:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  opacity: 1;
}

.lvv-location-carousel .carousel-item.is-previous .carousel-item-wrapper,
.lvv-development-progress-carousel .carousel-item.is-previous .carousel-item-wrapper {
  opacity: 0.6;
}

.lvv-location-carousel .carousel-item.is-next .carousel-item-wrapper,
.lvv-development-progress-carousel .carousel-item.is-next .carousel-item-wrapper {
  opacity: 0.6;
}

.lvv-location-carousel .carousel-item .carousel-item-wrapper,
.lvv-development-progress-carousel .carousel-item .carousel-item-wrapper {
  -webkit-transition: transform 1.2s ease, opacity 2s ease;
  -o-transition: transform 1.2s ease, opacity 2s ease;
  transition: transform 1.2s ease, opacity 2s ease;
}

.lvv-location-carousel .carousel-item.is-selected .carousel-item-wrapper,
.lvv-development-progress-carousel .carousel-item.is-selected .carousel-item-wrapper {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: #72EFDD;
  opacity: 1;
}

.lvv-location-carousel .bottom-text {
  opacity: 0;
  padding: 12px 15px;
  font-size: 13px;
}

.lvv-location-carousel .min-to-drive {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #fff;
  border-radius: 30px;
  padding: 6px 10px;
  font-size: 13px;
}

.lvv-location-carousel .carousel-item.is-selected .carousel-item-wrapper .bottom-text,
.lvv-location-carousel .carousel-item.is-selected .carousel-item-wrapper .min-to-drive {
  opacity: 1;
}

.lvv-location-carousel .carousel-item img,
.lvv-development-progress-carousel .carousel-item img {
  width: 100%;
  border-radius: 30px;
}

.lvv-location-carousel .flickity-prev-next-button {
  top: 50%;
  background-color: transparent;
  -webkit-transform: translateY(-44px);
      -ms-transform: translateY(-44px);
          transform: translateY(-44px);
}

.lvv-location-carousel .flickity-prev-next-button.previous,
.lvv-development-progress-carousel .flickity-prev-next-button.previous {
  left: 34%;
}

.lvv-location-carousel .flickity-prev-next-button.next,
.lvv-development-progress-carousel .flickity-prev-next-button.next {
  right: 34%;
}

.lvv-location-carousel .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.lvv-location-carousel .flickity-prev-next-button .flickity-button-icon:hover {
  fill: #72EFDD;
}

.lvv-videoblock {
  background: url(../img/lvv-videoblock-bg.svg) no-repeat center -2px / 100% auto;
  background-color: #F4F4F4;
}

.lvv-videoblock .lvv-h2 {
  text-align: center;
  margin-bottom: 20px;
}

.lvv-videoblock .desc {
  margin-bottom: 20px;
}

.lvv-videoblock-bg {
  position: relative;
  background: url(../img/videoblock-bg.jpg) no-repeat center / cover;
  border-radius: 40px;
  padding-bottom: 56.26%;
  overflow: hidden;
}

.lvv-videoblock-bg.show {
  background: none;
}

#lvv-videoblock-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#lvv-videoblock-iframe.show {
  opacity: 1;
}

#lvv-videoblock-btn-paly {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.lvv-videoblock-bottom-text {
  text-align: center;
  background-color: #5390D9;
  color: #fff;
  border-top: 100px solid #5390D9;
  border-radius: 40px;
  padding: 10px 25px;
  margin-top: -100px;
}

.lvv-villas {
  background-color: #F4F4F4;
  padding: 100px 0;
}

.lvv-villas .slider-wrapper {
  border-radius: 40px;
  aspect-ratio: 3 / 2;
}

.border {
  position: relative;
}

.type-a .border {
  padding-right: 150px;
  border-top: 1.5px solid #5390D9;
  border-right: 1.5px solid #5390D9;
  border-top-right-radius: 40px;
}

.type-c2 .border {
  padding-right: 150px;
  border-top-right-radius: 40px;
}

.type-c2 .villa-type::before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -15px;
  right: 38px;
  background-color: #5390D9;
  height: 1px;
}

.type-b .villa-type,
.type-c1 .villa-type {
  width: 100%;
}

.type-b .villa-type::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -15px;
  background-color: #5390D9;
}

.type-c2 .villa-type::after {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  bottom: -15px;
  width: 40px;
  z-index: 10;
  border-bottom-right-radius: 40px;
  border-bottom: 1.5px solid #5390D9;
  border-right: 1.5px solid #5390D9;
  height: 40px;
  background-color: #F4F4F4;;
}

.type-b .col-lg-6,
.type-c1 .col-lg-6 {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.type-a .border::before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 300px;
  right: -1px;
  top: 100%;
  background-color: #5390D9;
}

.type-c2 .border::before {
  position: absolute;
  content: '';
  display: block;
  width: 1.5px;
  height: 400px;
  right: 0;
  top: -440px;
  background-color: #5390D9;
}

.type-c1 .villa-type::before {
  position: absolute;
  content: '';
  display: block;
  left: 38px;
  bottom: -15px;
  right: 0;
  background-color: #5390D9;
  height: 1px;
}

.type-c1 .villa-type::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -15px;
  width: 40px;
  z-index: 10;
  border-bottom-left-radius: 40px;
  border-bottom: 1.5px solid #5390D9;
  border-left: 1.5px solid #5390D9;
  height: 40px;
  background-color: #F4F4F4;
}

.type-c1 .line {
  position: absolute;
  display: block;
  width: 1.5px;
  height: 200px;
  left: 0;
  bottom: 24px;
  background-color: #5390D9;
}

.type-a, .type-b, .type-c2 {
  margin-bottom: 120px;
}

.type-b, .type-c1 {
  text-align: right;
}

.villa-characteristics img {
  width: 42px;
}

.villa-characteristics {
  padding: 40px 0 0 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  white-space: nowrap;
  text-align: left;
}

.villa-characteristic {
  margin-bottom: 20px;
}

.villa-characteristics img {
  margin-right: 10px;
}

.villa-type {
  position: relative;
  font-family: 'OpenSans';
  font-weight: 600;
  font-size: 28px;
  color: #5390D9;
  margin-bottom: 15px;
}

.lvv-villas-carousel {
  z-index: 5;
}

.lvv-villas-carousel .flickity-prev-next-button,
.lvv-development-progress-carousel .flickity-prev-next-button {
  width: 34px;
  height: 34px;
}

.lvv-villas-carousel .flickity-prev-next-button.previous {
  left: 15px;
}

.lvv-villas-carousel .flickity-prev-next-button.next {
  right: 15px;
}

.lvv-villas-carousel .flickity-page-dots {
  bottom: 20px;
}

.lvv-villas-carousel .flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}

.lvv-villas-carousel .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

.lvv-villas-carousel .carousel-item {
  width: 100%;
  position: relative;
  aspect-ratio: 3 / 2;
  z-index: -1;
}

.lvv-villas-carousel .carousel-item::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/villas-bottom-shadow.png) no-repeat center bottom / cover;
}

.lvv-villas-carousel-wrapper {
  position: relative;
  z-index: 10;
}

.lvv-villas-price {
  font-family: 'OpenSans';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 120px;
  height: 120px;
  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;
  background-color: #5E60CE;
  color: #fff;
  border-radius: 50%;
  z-index: 15;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.lvv-villas-price span {
  font-size: 20px;
}

.type-b .lvv-villas-price {
  left: inherit;
  right: -12px;
}

.lvv-promoblock {
  background-color: #F4F4F4;
  padding-bottom: 80px;
}

.lvv-promoblock-wrapper {
  position: relative;
  padding: 54px 0;
  background-color: #fff;
  border-radius: 30px;
}

.lvv-promoblock img {
  position: absolute;
  right: 6%;
  top: -30px;
}

.lvv-promoblock .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lvv-promoblock .lvv-btn-accent {
  white-space: nowrap;
  margin-right: 22px;
}

.lvv-btn-accent {
  padding: 8px 40px;
  background-color: #5E60CE;
  color: #fff;
  height: 51px;
  border: none;
  border-radius: 5px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  font-weight: 400;
}

a.lvv-btn-accent {
  display: inline-block;
  padding: 16px 40px;
  text-decoration: none;
  text-align: center;
}

.lvv-btn-accent:active {
  background-color: #4F52D3 !important;
}

.lvv-btn-accent:hover {
  background-color: #6B6DD1;
  color: #fff;
}

.lvv-ecology {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.lvv-ecology .lvv-h2 {
  margin-bottom: 12px;
}

.lvv-ecology::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 5.2%;  
  left: 0;
  top: 0;
  background: url(../img/ecology-bg-top.svg) no-repeat center top / 100% auto;
  z-index: 10;
}

.lvv-ecology::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
}

.lvv-ecology-bg {
  top: -50px !important;
  left: -2.5% !important;
  min-height: 850px;
  width: calc(100% + 5%);
  background: url(../img/ecology-bg.jpg) no-repeat bottom center / cover;
}

.lvv-ecology .container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lvv-ecology-content {
  padding: 35px 110px 45px 110px;
  background-color: #fff;
  border-radius: 20px;
}

.lvv-ecology-content .desc {
  max-width: 460px;
  display: inline-block;
  text-align: left;
}

.lvv-ecology-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  margin: 30px 0;
}

.lvv-ecology-benefits .benefit {
  padding: 35px 20px;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}

.lvv-ecology-benefits .benefit:nth-last-of-type(2) {
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}

.lvv-ecology-benefits .benefit img {
  width: 70px;
  margin-bottom: 8px;
}

.lvv-ecology-bottom-links a {
  display: inline-block;
  height: 45px;
  margin: 0 15px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  -o-transition: transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.lvv-ecology-bottom-links a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.lvv-ecology-bottom-links img {
  height: 45px;
}

.lvv-development-progress {
  padding-top: 50px;
}

.lvv-development-progress .lvv-h2 {
  text-align: center;
  margin-bottom: 40px;
}

.lvv-development-progress .month-year-wrapper {
  text-align: center;
  margin-bottom: 10px;
}

.lvv-development-progress .month-year {
  font-size: 20px;
  padding: 0 24px;
  background: #5E60CE;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
}

.step {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #757575;
  cursor: default
}

.step-number {
  color: #C5C5C5;
}

.step:hover .step-desc {
  opacity: 1;
}

.step .step-circle img {
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.step .step-title {
  margin-bottom: 4px;
}

.step:hover .step-circle img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.step.done .step-number {
  color: #757575;
}

.step.done .step-title {
  color: #000;
}

.step.done .step-circle::before {
  background-color: #5DC07A;
}

.step-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.step-circle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px;
}

.step-circle::before {
  content: '';
  position: absolute;
  height: 46px;
  width: 3px;
  bottom: -58px;
  left: 50%;
  border-radius: 2px;
  background-color: #CDCDCD;
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
}

.step:last-of-type {
  margin-bottom: 0;
}

.step:last-of-type .step-circle:before {
  display: none;
}

.step-title {
  font-family: 'OpenSans';
  font-size: 16px;
  font-weight: 600;
}

.step-desc {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  height: 0;
  opacity: 0;
}

.lvv-contact-block {
  position: relative;
  padding: 130px 0;
}

.lvv-contact-block .container {
  position: relative;
}

.contact-block-img {
  position: absolute;
  top: 50%;
  right: 16%;
  width: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 520px;
}

.lvv-project-information {
  position: relative;
  background-color: #F4F4F4;
  padding-top: 200px;
}

.lvv-project-information .lvv-h2 {
  margin-bottom: 42px;
  text-align: center;
}

.lvv-project-information .wrapper {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 30px;
  padding: 54px 40px;
}

.lvv-project-information .item {
  max-width: 856px;
  margin: auto;
  padding: 14px 0;
  border-bottom: 1px solid #DDEAE8;
}

.lvv-project-information .item:first-of-type {
  padding-top: 0;
}

.lvv-project-information .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.lvv-project-information .title {
  font-family: 'OpenSans';
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.lvv-project-information .desc {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}

.lvv-project-information-bg-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.lvv-project-information-bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.lvv-footer {
  position: relative;
  padding-top: 80px;
  background-color: #DCFBF7;
}

.lvv-footer .lvv-btn-accent {
  margin-top: 20px;
}

.lvv-footer .lvv-h5 {
  margin-bottom: 15px;
}

.lvv-footer p {
  margin-bottom: 12px;
}

.footer-text.violet {
  color: #5E60CE;
  font-size: 14px;
  margin: 30px 0;
}

.social-links a {
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  -o-transition: transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.social-links a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.social-links a {
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  -o-transition: transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.footer-link:hover {
  color: #5E60CE;
  text-decoration: none;
}

.projects a {
  display: inline-block;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  -o-transition: transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.projects a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.projects a:nth-of-type(1) {
  margin-right: 30px;
}

.copyright {
  margin-bottom: 0 !important;
  padding: 60px 0 30px 0; 
  font-size: 14px;
  text-align: center;
}

@media (max-width: 2000px) {
  .lvv-location-carousel .flickity-prev-next-button.previous,
  .lvv-development-progress-carousel .flickity-prev-next-button.previous {
    left: 30%;
  }

  .lvv-location-carousel .flickity-prev-next-button.next,
  .lvv-development-progress-carousel .flickity-prev-next-button.next {
    right: 30%;
  }
}

@media (max-width: 1399.98px) {
  .lvv-location-carousel .carousel-item,
  .lvv-development-progress-carousel .carousel-item {
    width: 40%;
  }
  .lvv-ecology-bg {
    min-height: 750px;
  }
}

@media (max-width: 1199.98px) {
  .lvv-nav .lvv-nav-item {
    padding: 10px 15px;
  }
  .lang ul {
    left: 15px;
  }
  .lvv-location-carousel .carousel-item,
  .lvv-development-progress-carousel .carousel-item {
    width: 44%;
  }
  .type-a .border {
    padding-right: 50px;
  }
  .type-c2 .border {
    padding-right: 50px;
  }
  .contact-block-img {
    right: 5%;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
  .lvv-h2 {
    font-size: 24px;
  }
  .lvv-fs-scene {
    display: none;
  }
  .lvv-fs {
    padding-top: 100px;
    padding-bottom: 20px;
    height: auto;
  }
  .lvv-fs .lvv-h3 {
    margin-bottom: 100px;
  }
  .lvv-fs-tablet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: url(../img/fs-bg-tablet.jpg) no-repeat bottom center / cover;
  }
  .lvv-fs .content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .lvv-fs-bg-bottm-line {
    display: none;
  }
  .lvv-header {
    height: 60px;
    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;
    max-width: 100%;
    padding: 0 25px;
    z-index: 30;
  }
  .lvv-nav {
    display: none;
  }
  .tablet-menu-overlay {
    position: fixed;
    width: 100vw;
    height: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    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;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
  }
  .tablet-menu-overlay .container {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
            transform: translateY(200%);
  }
  .tablet-menu-overlay.show {
    height: 100vh;
    z-index: 20;
    opacity: 1;
  }
  .tablet-menu-overlay.show .container {
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
  }
  .tablet-menu {
    max-width: 456px;
    margin: 0 auto;
    padding: 40px 100px;
    background-color: #fff;
    border-radius: 30px;
  }
  .tablet-menu .lvv-nav-item {
    display: block;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .tablet-menu .lvv-nav-item.phone {
    text-align: center;
  }
  .tablet-menu .lvv-btn-accent {
    padding: 16px 15px;
    width: 100%;
    margin-bottom: 30px;
  }
  .tablet-menu .social-links {
    margin-top: 30px;
    text-align: center;
  }
  .lvv-header-logo-t {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .phone-tablet {
    color: #000;
    text-decoration: none;
    margin-right: 60px;
  }
  .phone-tablet:hover {
    color: #000;
  }
  .lang .current-lang {
    color: #6D6D6D;
    text-decoration: underline;
    margin-right: 0;
  }
  .lang img {
    display: none;
  }
  .lang ul {
    left: -25px;
    border-top: 5px solid transparent
  }
  .lang ul li {
    padding: 20px 25px;
    border-radius: 10px;
    background-color: #fff;
  }
  .lvv-location {
    padding: 60px 0;
  }
  .lvv-location-carousel .carousel-item,
  .lvv-development-progress-carousel .carousel-item {
    width: 60%;
  }
  .lvv-location-carousel .flickity-prev-next-button.previous {
    left: 20%;
  }
  .lvv-location-carousel .flickity-prev-next-button.next {
    right: 20%;
  }
  .lvv-development-progress-carousel .flickity-prev-next-button.previous {
    left: 22%;
  }
  .lvv-development-progress-carousel .flickity-prev-next-button.next {
    right: 22%;
  }
  .lvv-location-carousel .min-to-drive {
    top: 20px;
    left: 22px;
  }
  .lvv-videoblock {
    padding-top: 20px;
    background-image: none;
  }
  .lvv-villas {
    padding-bottom: 80px;
  }
  .villa-characteristics {
    padding-top: 20px;
  }
  .villa-characteristic {
    margin-bottom: 14px;
  }
  .type-a, .type-b, .type-c2 {
    margin-bottom: 60px;
  }
  .type-a .border {
    border: none;
    padding-right: 0;
  }
  .type-a .border::before {
    display: none;
  }
  .type-b, .type-c1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .type-b .col-lg-6,
  .type-c1 .col-lg-6 {
    display: block;
  }
  .type-c2 .border {
    padding-right: 0;
  }
  .type-c2 .border::before {
    display: none;
  }
  .villa-type::before, .villa-type::after {
    display: none !important;
  }
  .villa-type {
    padding: 3px 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -25px;
    border-radius: 100px;
    width: auto !important;
    z-index: 10;
    background-color: #fff;
    color: #5390d9;
    border: 1px solid #5390D9;
    font-size: 24px;
  }
  .lvv-promoblock {
    padding-top: 60px;
  }
  .lvv-promoblock-wrapper {
    padding: 0 40px 40px 40px;
    text-align: center;
  }
  .lvv-promoblock img {
    position: static;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 25px;
  }
  .lvv-promoblock .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lvv-promoblock .lvv-btn-accent {
    margin-top: 25px;
    margin-right: 0;
    width: 70%;
  }
  .lvv-ecology {
    padding: 70px 0;
    background: url(../img/ecology-bg.jpg) no-repeat bottom center / cover;
    height: auto;
  }
  .lvv-ecology::after {
    display: none;
  }
  .lvv-ecology-scene {
    display: none;
  }
  .lvv-ecology .container {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: inherit;
    left: inherit;
  }
  .lvv-ecology-content {
    padding: 35px 70px;
  }
  .lvv-ecology-benefits {
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lvv-ecology-benefits .benefit {
    padding: 25px 20px;
    width: 100%;
  }
  .lvv-ecology-benefits .benefit:nth-last-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
  }
  .lvv-development-progress {
    padding-top: 70px;
  }
  .lvv-development-progress .lvv-h2 {
    margin-bottom: 20px;
  }
  .lvv-development-progress .month-year {
    font-size: 16px;
  }
  .lvv-development-progress-carousel {
    margin-bottom: 40px;
  }
  .lvv-development-progress .accordion__title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lvv-development-progress .accordion__content {
    font-size: 12px;
  }
  .step-circle {
    display: inline-block;
    margin-left: 0;
  }
  .step-circle::before {
    display: none;
  }
  .step-period {
    font-size: 12px;
    color: #757575;
  }
  .step-title {
    font-size: 14px;
  }
  .lvv-contact-block {
    padding: 10px 0 80px 0;
    text-align: center;
  }
  .contact-block-img {
    width: 66%;
    position: relative;
    right: inherit;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
  }
  .lvv-project-information {
    padding-top: 100px;
  }
  .lvv-project-information-bg-bottom {
    display: none;
  }
  .lvv-project-information .lvv-h2 {
    margin-bottom: 20px;
  }
  .lvv-project-information .wrapper {
    padding: 40px;
  }
  .lvv-footer {
    padding-top: 80px;
    margin-top: -40px;
  }
  .lvv-footer .lvv-btn-accent {
    margin-top: 15px;
  }
  .footer-text.violet {
    margin: 20px 0;
  }
  .copyright {
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .tablet-menu {
    padding: 25px 50px;
  }
  .lvv-h2 {
    font-size: 20px;
  }
  .lvv-header-logo-t {
    width: 110px;
  }
  .lvv-fs .lvv-h1 {
    font-size: 32px;
  }
  .lvv-fs .lvv-h3 {
    font-size: 18px;
  }
  .lvv-location {
    padding: 40px 0;
  }
  .lvv-location .lvv-h2 {
    margin-bottom: 12px;
  }
  .lvv-location-carousel .min-to-drive {
    opacity: 1 !important;
  }
  .lvv-location-carousel .carousel-item,
  .lvv-development-progress-carousel .carousel-item {
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  .lvv-location-carousel .carousel-item.is-previous .carousel-item-wrapper:before,
  .lvv-location-carousel .carousel-item.is-next .carousel-item-wrapper:before,
  .lvv-development-progress-carousel .carousel-item.is-previous .carousel-item-wrapper:before,
  .lvv-development-progress-carousel .carousel-item.is-next .carousel-item-wrapper:before {
    display: none;
  }
  .lvv-location-carousel .carousel-item .carousel-item-wrapper,
  .lvv-development-progress-carousel .carousel-item .carousel-item-wrapper {
    opacity: 1 !important;
    border-radius: 20px;
    background-color: #72EFDD;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .lvv-location-carousel .carousel-item img,
  .lvv-development-progress-carousel .carousel-item img {
    border-radius: 20px;
  }
  .lvv-location-carousel .bottom-text {
    opacity: 1;
  }
  .lvv-location-carousel .carousel-item.is-selected .carousel-item-wrapper,
  .lvv-development-progress-carousel .carousel-item.is-selected .carousel-item-wrapper {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .lvv-location-carousel .flickity-prev-next-button.previous,
  .lvv-development-progress-carousel .flickity-prev-next-button.previous {
    left: 25px;
  }
  .lvv-location-carousel .flickity-prev-next-button.next,
  .lvv-development-progress-carousel .flickity-prev-next-button.next {
    right: 25px;
  }
  #lvv-videoblock-btn-paly {
    width: 88px;
  }
  .lvv-videoblock .lvv-h2 {
    margin-bottom: 12px;
  }
  .lvv-videoblock .desc {
    margin-bottom: 15px;
  }
  .lvv-videoblock-bg {
    border-radius: 20px;
  }
  .lvv-videoblock-bottom-text {
    border-radius: 20px;
  }
  .lvv-villas {
    padding: 60px 0;
  }
  .lvv-villas .slider-wrapper {
    border-radius: 20px;
    font-size: 0;
  }
  .lvv-villas .accordion__title-text {
    font-size: 14px;
  }
  .lvv-villas .accordion__item .accordion__title {
    background-color: #fff;
    margin-bottom: 10px;
    text-align: left;
  }
  .lvv-villas .accordion__item .accordion__content {
    background-color: #fff;
  }
  .lvv-villas .accordion__item {
    margin: 10px 0;
  }
  .villa-characteristics {
    padding-top: 0;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .villa-characteristic:last-of-type {
    margin-bottom: 0;
  }
  .villa-type {
    top: -22px;
    left: 20px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .lvv-villas-price {
    left: inherit;
    right: 0 !important;
    top: -22px;
    width: 90px;
    height: 90px;
    font-size: 12px;
  }
  .lvv-villas-price span {
    font-size: 15px;
    font-weight: 600;
  }
  .lvv-villas-carousel .flickity-page-dots {
    text-align: left;
    padding-left: 15px;
    bottom: 15px;
  }
  .lvv-villas-carousel .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .lvv-villas-carousel .flickity-prev-next-button.previous {
    left: 10px;
  }
  .lvv-villas-carousel .flickity-prev-next-button.next {
    right: 10px;
  }
  .type-a, .type-b, .type-c2, .type-c1 {
    margin-bottom: 50px;
  }
  .lvv-promoblock {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .lvv-promoblock img {
    margin-bottom: 20px;
  }
  .lvv-promoblock .lvv-btn-accent {
    width: 100%;
    margin-top: 20px;
  }
  .lvv-ecology {
    padding: 60px 0;
  }
  .lvv-ecology-content {
    padding: 0;
    background-color: transparent;
  }
  .lvv-ecology-content .lvv-h2 {
    color: #fff;
  }
  .lvv-ecology-content .desc {
    color: #fff;
  }
  .lvv-ecology-bottom-links a {
    margin: 22px 10px 0 10px;
}
  .lvv-ecology-benefits {
    background-color: #fff;
    max-width: 260px;
    margin: 24px auto 0 auto;
  }
  .lvv-ecology-benefits .benefit {
    padding: 30px 40px;
  }
  .lvv-contact-block {
    padding: 0 0 60px 0;
  }
  .contact-block-img {
    width: 100%;
  }
  .lvv-project-information {
    padding-top: 80px;
  }
  .lvv-footer .lvv-btn-accent {
    margin-bottom: 40px;
    width: 100%;
  }
  .projects {
    font-size: 0;
  }
  .projects a {
    width: 50%;
    margin-right: 0;
  }
  .projects a:nth-of-type(1) {
    margin-right: 0;
  }
  .footer-text.violet {
    margin: 20px 0 40px 0;
  }
}