.descript {
  line-height: 25px;
}

.descript p {
  margin-bottom: 36px;
}

.top-slider #topSlider .item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.top-slider #topSlider .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(../img/filtr.png);
  background-size: cover;
  background-position: center;
}

.top-slider .owl-dots {
  position: absolute;
  bottom: 66px;
  width: 100%;
  text-align: center;
}

.top-slider .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 16px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #ffffff;
}

.top-slider .owl-dots .owl-dot.active {
  background: #ffffff;
}

.site-info {
  position: absolute;
  z-index: 9;
  bottom: 100px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.site-info .site-title {
  font-family: "Playfair Display";
  font-size: 55px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
}

.site-info .site-title-desc {
  font-size: 28px;
  font-weight: 300;
}

.investment {
  margin-top: 93px;
}

.investment .container {
  padding-bottom: 120px;
  background-image: url(../img/bg-w.png);
  background-repeat: no-repeat;
  background-position-y: 11px;
}

.investment .investment-row .descript-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.investment .investment-row .descript-box .descript {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  vertical-align: top;
}

.investment .investment-row .descript-box .descript:first-child {
  max-width: 445px;
  margin-right: 100px;
}

.investment .investment-row .descript-box .descript:last-child {
  max-width: 370px;
}

.investment .investment-row .btn-1 {
  margin-top: 22px;
}

.localization {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 93px;
}

.localization .container {
  position: relative;
}

.localization .localization-info {
  width: 100%;
  max-width: 587px;
  background-color: #ffffff;
  padding: 0 0 30px 0;
}

.localization .localization-info .section-title {
  margin-bottom: 68px;
}

.localization #localizationMap {
  position: relative;
  width: 100%;
  height: 537px;
  margin-bottom: 30px;
}

.place {
  margin-bottom: 93px;
}

.place .descript {
  margin-bottom: 75px;
}

.place .place-info {
  width: 100%;
  min-height: 460px;
  position: relative;
}

.place .place-info .bg {
  display: none;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.place .place-info .content {
  min-height: 460px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery {
  position: relative;
  margin-bottom: 100px;
}

.gallery .content {
  width: 100%;
  min-height: 560px;
}

.gallery .content .item-img-1 {
  display: none;
  width: 28%;
  height: 560px;
  background-size: cover;
  background-position: center;
}

.gallery .content .item-img-2 {
  width: 100%;
  height: 373px;
  background-size: cover;
  background-position: center;
}

.gallery .content .column {
  height: 560px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery .content .column .links {
  text-align: center;
}

.gallery .content .column .links .info-text {
  margin-bottom: 37px;
}

.gallery .content .column .links .btn-1 {
  margin: 0 auto;
}

.gallery .bg {
  display: none;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -150px;
  width: 100%;
  height: 512px;
  background-color: #ebebeb;
}

.gallery .bg .container {
  height: 100%;
  background-image: url(../img/bg-w.png);
  background-repeat: no-repeat;
  background-position-y: 133px;
  background-position-x: 95px;
}

.about {
  margin-bottom: 125px;
}

.about .about-container .content .descript {
  margin-bottom: 60px;
}

.about .logo-box {
  display: none;
}

@media (max-height: 350px) {
  .site-info {
    display: none;
  }
}

@media (max-height: 450px) {
  .site-info .site-title-desc {
    display: none;
  }
}

@media (min-width: 425px) {
  .site-info {
    bottom: 130px;
  }
  .site-info .site-title {
    font-size: 72px;
  }
  .site-info .site-title-desc {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .localization {
    background: none !important;
  }
}

@media (min-width: 768px) {
  .localization {
    height: 863px;
    margin-bottom: 200px;
  }
  .localization .localization-info {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 104px;
    height: 490px;
    padding: 105px 67px 0 67px;
  }
  .localization .localization-info .more {
    position: absolute;
    text-align: center;
    bottom: -33px;
    width: 100%;
    right: 0;
  }
  .localization .localization-info .more .btn-1 {
    margin: 0 auto;
  }
  .localization #localizationMap {
    position: absolute;
    top: 437px;
    left: 0;
  }
  .place {
    margin-bottom: 170px;
  }
  .gallery {
    margin-bottom: 280px;
  }
  .gallery .bg {
    display: block;
  }
}

@media (min-width: 992px) {
  .place .place-info .bg {
    display: block;
  }
  .gallery .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gallery .content .item-img-1 {
    display: block;
  }
  .gallery .content .column {
    width: 40%;
  }
  .about .about-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .about-container .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 150px;
  }
  .about .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1500px) {
  .investment .investment-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/*# sourceMappingURL=home.css.map */