@font-face {
    font-family: 'CirceLight';
    src: url('../fonts/circe-light.eot');
    src: url('../fonts/circe-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/circe-light.woff2') format('woff2'), 
        url('../fonts/circe-light.woff') format('woff'),
        url('../fonts/circe-light.ttf') format('truetype'),
        url('../fonts/circe-light.svg#circe_light') format('svg'); 
}
@font-face {
    font-family: 'CirceThin';
    src: url('../fonts/circe-thin.eot');
    src: url('../fonts/circe-thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/circe-thin.woff2') format('woff2'), 
        url('../fonts/circe-thin.woff') format('woff'),
        url('../fonts/circe-thin.ttf') format('truetype'),
        url('../fonts/circe-thin.svg#circe_thin') format('svg'); 
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/circe.eot');
    src: url('../fonts/circe.eot?#iefix') format('embedded-opentype'),
        url('../fonts/circe.woff2') format('woff2'),
        url('../fonts/circe.woff') format('woff'),
        url('../fonts/circe.ttf') format('truetype'),
        url('../fonts/circe.svg#circe') format('svg');
}
@font-face {
    font-family: 'Denistina';
    src: url('../fonts/denistina.eot');
    src: url('../fonts/denistina.eot?#iefix') format('embedded-opentype'),
        url('../fonts/denistina.woff2') format('woff2'),
        url('../fonts/denistina.woff') format('woff'),
        url('../fonts/denistina.ttf') format('truetype'),
        url('../fonts/denistina.svg#Denistina') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Newsreader 24pt';
    src: url('../fonts/newsreader24pt-light.eot');
    src: url('../fonts/newsreader24pt-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/newsreader24pt-light.woff2') format('woff2'),
        url('../fonts/newsreader24pt-light.woff') format('woff'),
        url('../fonts/newsreader24pt-light.ttf') format('truetype'),
        url('../fonts/newsreader24pt-light.svg#Newsreader24pt-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:10px;
    height:0px;
}
::-webkit-scrollbar-track {
    background-color:#fff;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#021a12;
}
::-webkit-scrollbar-thumb:hover{
    
}
::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:10px;
    height:0px;
}
::-webkit-scrollbar{
    width: 10px;
    height: 3px;
}
html{
    height:100%;
    position: relative;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    position: relative;
    background: #fff;
    margin: 0;
    font-size:16px;
    color:#000;
    font-family: 'Circe';
    font-weight: 400;
    overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin:0;
}
a {
    color: #264796;
    text-decoration: underline;
}
a:hover {
    color:#58c89f;
    text-decoration: underline;
}
img{
    display: block;
}
ul{
    padding:0;
    margin:0;
}
ul li{
    list-style: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width:100%;
  max-width:1230px;
  padding:0 15px;
  box-sizing: border-box;
}
.d-flex{
    display: flex;
    flex-wrap:wrap;
}
.nowrap{
    flex-wrap: nowrap;
}
.j-between{
    justify-content: space-between;
}
.j-center{
    justify-content: center;
}
.j-end{
    justify-content: flex-end;
}
.a-center{
    align-items: center;
}
.a-start{
    align-items: flex-start;
}
.row-reverse{
    flex-direction:row-reverse;
}
.dir-column{
    flex-direction: column;
}
.text-right{
    text-align: right;
}
.overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 23, 17, 0.59);
    position: fixed;
    z-index: 10;
    display: none;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #e0cfc3;
    transition:.3s;
    font-size:20px;
    color:#6e4f38;
}
.btn:hover{
    text-decoration: none;
    background: #cdbaab;
    color:#6e4f38;
}
.page-main .top{
    background: url('../img/bg-main-new-long.jpg') no-repeat top center;
    background-size: cover;
}
.shadow-fon {
    width:100%;
    background:rgba(0,0,0,0.3);
    position:absolute;
    top:0px;
}

header{
    padding: 28px 0;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 10;
}
header .menu{
    padding:28px 0 25px 94px;
    font-size:20px;
    color:#fff;
    font-family: 'CirceLight';
    background: url('../images/menu-icon.png') no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    margin:0 20px 0 0;
    line-height: 100%;
    margin-left: 15%;
    transition: 1.5s all;
}
header .phone{
    font-size:23px;
    color:#fff;
    font-family: 'Newsreader 24pt';
    text-decoration: none;
    margin: 8px 0 0 0;
    display: inline-block;
    font-weight:300;
    margin-right: 15%;
    transition: 1.5s all;
}
header .logo{
    text-align: center;
    font-size: 29px;
    color:#fff;
    padding: 17px 0 0 6px;
    text-transform: uppercase;
}
header .logo span{
    display: block;
    padding: 8px 0;
    font-size: 17px;
    line-height: 100%;
    font-family: 'CirceLight';
    text-transform: none;
    letter-spacing: 7.5px;
}
.s-promo{
    padding: 400px 0 231px 0;
    display:none;
    top: 0;
    left: 0;
    width: 100%;
    position: sticky;
}
.promo h1{
    color:#fff;
    font-size: 81px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin:0;
    font-weight:400;
    font-family: "Cormorant Garamond", serif;
}
.promo p{
    color:#fff;
    font-size: 57px;
    line-height: 130%;
    text-align: center;
    margin:17px 0 0 0;
    font-family: 'Denistina';
}
.promo .btn{
    width:300px;
    height:66px;
    margin:53px auto 0;
    text-transform:uppercase;
    font-size:17px;
}
.s-about{
    padding: 100px 0;
    background: url('../images/wave-hor.png') no-repeat top 60px center;
}
.s-about video{
    max-width:599px;
}
.s-about + .text-block {
    height: 100vh;
    background: url('../images/bg-cover-1.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}
.s-about .flex{
    flex:1;
    padding: 0 80px 0 0;
}
.s-about .d-flex{
    margin:120px 0 0 0;
}
.s-about h2{
    font-size: 56px;
    color:#24471f;
    margin:10px 0 0 0;
    line-height: 120%;
    text-transform: uppercase;
    text-align:center;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.s-about h2 span{
    font-family: 'Newsreader 24pt';
}
.s-about h3{
    font-size: 50px;
    color:#24471f;
    margin:0;
    padding:10px 0 30px 0;
    line-height: 110%;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.s-about p{
    margin: 25px 0 0 0;
    padding: 0 15px 0 0;
    color:#1b1b1b;
    line-height: 160%;
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.s-about .btn{
    width: 300px;
    height: 70px;
    margin: 30px 0 0 0;
}
.nums__list{
    padding: 88px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.nums__list img{
    margin: 0 auto;
    display: block;
}
.nums__list p{
    margin:30px 0 0 0;
    text-align: center;
    font-size: 20px;
    color:#1b1b1b;
    line-height: 100%;
    padding: 0;
    font-family: 'CirceLight';
}
 
 
.s-nums{
    padding:134px 0 90px 0;
}
.s-nums .item{
    padding:0 80px;
    border-right:1px solid #d1d8d0;
}
.s-nums .item:first-child{
    padding:0 80px 0 0;
}
.s-nums .item:last-child{
    padding:0 0 0 80px;
    border:none;
}
.s-nums p.num{
    color:#24471f;
    font-size:100px;
    text-align:center;
    font-family: 'Newsreader 24pt';
    margin:0;
    font-weight:300;
    line-height:100%;
}
.s-nums p{
    text-transform:uppercase;
    color:#1b1b1b;
    font-size:19px;
    margin:13px 0 0 0;
    font-family: "Cormorant Garamond", serif;
    text-align:center;
}
.s-nums .flex{
    display:flex;
    align-items:center;
    padding:125px 0 0 0;
}
.s-nums .flex p{
    padding:0 90px 40px 0;
    margin:0;
    font-size:50px;
    color:#24471f;
    line-height:110%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    text-align:left;
}
.s-plan + .text-block{
    height: 100vh;
    background: url('/upload/renders/render-5.jpg') no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
} 
.s-nums + .text-block{
    height: 100vh;
    background: url('/upload/renders/render-6.jpg') no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
} 

.text-block p{
    text-align: center;
    color:#fff;
    font-size: 30px;
    font-family: 'CirceLight';
    line-height: 110%;
}
.text-block .d-flex{
    height: 100%;
    justify-content: center;
}

.s-concept{
    padding: 100px 0;
    background: url('../images/wave-hor.png') no-repeat top 87px center;
}
.s-concept .flex{
    flex:1;
    padding: 0 0 0 70px;
}
.s-concept .flex p{
    margin:0;
}
.s-concept .d-flex{
    padding: 128px 0 0 0;
}
.s-concept h2{
    font-size: 56px;
    color:#24471f;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    margin:40px 0 0 0;
    line-height: 130%;
    text-transform: uppercase;
    text-align:center;
}
.s-concept ul{
    padding: 18px 0 0 0;
}
.s-concept ul li{
    margin: 11px 0 0 0;
    padding: 0 0 15px 0;
    color:#1b1b1b;
    line-height: 110%;
    font-size: 43px;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    border-bottom:1px solid #d1d8d0;
    text-transform: uppercase;
}
.s-concept ul li:last-child{
    border:none;
}
.s-concept ul li span{
    font-family: 'Newsreader 24pt';
    font-weight:300;
}
.s-gallery{
    padding:140px 0;
    background:#1d341a;
    overflow:hidden;
}
.s-gallery h2{
    color:#fff;
    line-height: 110%;
    font-size: 43px;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    text-transform: uppercase;
    max-width:815px;
    margin:0;
}
.s-gallery.left-car h2{
    max-width:885px;
}
.s-gallery.left-car .gallery-slider {
    width: calc(50vw + 75%);
    padding-left: 0; 
    margin: 110px 0 0 -53.2%;
}
.s-gallery .slick-next{
    display:none!important
}
.s-gallery .slick-prev{
    font-size:0;
    margin-left:-40px;
    background:none;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='52' viewBox='0 0 22 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 51L1 26L21 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
    width:22px;
    height:52px;
    border:none;
    cursor:pointer;
    position:absolute;
    top:50%;
    margin-top:-26px;
}
.s-gallery.left-car .slick-prev{
    display:none!important
}
.s-gallery.left-car .slick-next{
    font-size:0;
    margin-right:-40px;
    background:none;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='52' viewBox='0 0 22 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 51L1 26L21 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
      background-repeat: no-repeat;
    width:22px;
    height:52px;
    border:none;
    cursor:pointer;
    position:absolute;
    transform:rotate(180deg);
    top:50%;
    right:0;
    margin-top:-26px;
    display:inline-block!important;
}

.gallery-desc{
    margin: 130px 0 0 0;
    color:#fff;
    line-height: 110%;
    font-size: 43px;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    text-transform: uppercase;
    text-align:right;
}
.gallery-slider {
    width: calc(50vw + 50%);
    padding-left:300px;
    margin:110px 0 0 0;
}
.gallery-slider a.slick-slide{
    margin-right:40px;
}
.s-plan{
    padding: 195px 0 130px 0;
    background: url('../images/wave-hor.png') no-repeat top 95px center;
}
.s-plan h2{
    font-size: 56px;
    color:#24471f;
    margin:0;
    line-height: 100%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    text-align:center;
    text-transform: uppercase;
}
.s-plan p{
    font-size: 50px;
    color:#24471f;
    margin:135px 0 0 0;
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    text-align:center;
    text-transform: uppercase;
}

/*.s-plan img{
    max-width: 100%;
    margin: 45px auto 0;
}*/
/*.s-plan + .text-block{
    height: 550px;
    background: url('../images/bg-content-3.jpg') no-repeat top center;
}*/
.list__plan{
    display:flex;
    flex-wrap:wrap;
    padding:143px 0 0 0;
    max-width:1000px;
    margin: 0px auto;
}
.list__plan a{
   /* max-width:50%;*/
}
.list__plan a img{
    max-width:100%;
    margin-top:5px;
    border: 15px solid #014306;
}
.gallery-block{
    padding: 170px 0 0 0;
    background: url('../images/wave.png') no-repeat top 60px center;
}
.gallery-block + .gallery-block{
    padding:100px 0 0 0;
}
.gallery{
    width: 50%;
}
.gallery-info{
    width: 50%;
    padding: 0 65px 0 0;
}
.xar{
    margin: 100px 0 0 0;
    display: flex;
}
.xar .item{
    font-size: 19px;
    margin:0 50px 0 0;
    color:#1b1b1b;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    line-height: 150%;
}
.xar .item > span{
    display: flex;
    gap:3px;
    font-family: 'Newsreader 24pt';
    font-weight:300;
    font-size: 31px;
    
}
.xar .item span > span{
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    font-size:20px;
}
.row-reverse .gallery-info{
    padding: 0 0 0 93px;
}
.gallery-info h2,
.gallery-block p.title{
    font-size: 50px;
    text-transform: uppercase;
    color:#24471f;
    margin:100px 0 0 0;
    line-height: 130%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.gallery-info p{
    font-size: 21px;
    color:#1b1b1b;
    margin:35px 0 0 0;
    line-height: 150%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.gallery-info .btn{
    width: 300px;
    height: 70px;
    margin: 40px 0 0 0;
    font-size:17px;
    color:#6e4f38;
    text-transform:uppercase;
}
.gallery .slick-arrow{
    width: 55px;
    height:55px;
    background: url('../images/arrow.png') no-repeat;
    position: absolute;
    top:50%;
    margin-top:-27px;
    font-size: 0;
    border:none;
    cursor: pointer;
    z-index: 1;
}
.gallery .slick-prev {
    left:33px;
}
.gallery .slick-next {
    right:33px;
    transform: rotate(180deg);
}
.s-plans{
    padding: 195px 0 130px 0;
    background: url('../images/wave-hor.png') no-repeat top 95px center;
}
.s-plans h2{
    font-size: 56px;
    color:#24471f;
    margin:0;
    line-height: 100%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    text-align:center;
    text-transform: uppercase;
}
.s-plans p{
    font-size: 50px;
    color:#24471f;
    margin:135px 0 0 0;
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    text-align:center;
    text-transform: uppercase;
}
.s-plans .btn{
    margin:65px auto 0;
    text-transform: uppercase;
    font-size:17px;
    width:300px;
    height:70px;
}
.s-plans + .text-block{
    height: 100vh;
    background: url('../images/bridge.jpg') no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
}

.slider{
    padding: 106px 0 0 0;
}
.slider .slick-arrow{
    width: 55px;
    height:55px; 
    position: absolute;
    top:-55px;
    font-size: 0;
    border:none;
    cursor: pointer;
    z-index: 1;
    display:none;
}
.slider .slick-prev {
    right:70px;
    background: url('../images/arr.png') no-repeat;
}
.slider .slick-prev:hover{
    transform: rotate(180deg);
    background: url('../images/arr-hover.png') no-repeat;
}
.slider .slick-next {
    right:0;
    transform: rotate(180deg);
    background: url('../images/arr.png') no-repeat;
}
.slider .slick-next:hover{
    transform: rotate(0deg);
    background: url('../images/arr-hover.png') no-repeat;
}
.slider .slick-list{
    margin:0 -10px;
}
.slider .slick-slide{
    margin:0 10px;
}
.slider .slick-slide img{
    max-width: 100%;
}
.slider a{
    position: relative;
}
.slider a:before{
    content:'';
    background: rgba(224,207,195,0.82);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slider a p{
    position:absolute;
    left: 50px;
    bottom: 30px;
    line-height: 120%;
    color: #41362e;
    font-size: 35px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    z-index: 1;
    margin: 0;
    text-transform: none;
    text-align: left;
}
.slider a:hover:before{
    display:none;
}
.slider a:hover p{
    display:none;
}
/*.slider a:hover:after{
    content:'';
    background: url('../images/zoom-icon.png') no-repeat;
    position: absolute;
    left:50%;
    top:50%;
    margin:-40px 0 0 -40px;
    width: 80px;
    height: 80px;
    z-index: 2;
}*/
.s-infrastructure{
    padding: 210px 0 0 0;
    background: url('../images/wave-hor.png') no-repeat top 115px center;
}
.infrastructure-wrap{
    padding: 0 0 210px 0;
   /* background: url('../images/wave.png') no-repeat top 20px right 190px, url('../images/wave.png') no-repeat bottom 50px left 240px;*/
}
.infrastructure-wrap h2{
    font-size: 56px;
    text-transform: uppercase;
    color:#24471f;
    text-align:center;
    margin:0;
    line-height: 100%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.infrastructure__list{
    display: flex;
    flex-wrap: wrap;
    gap:18px;
    padding: 165px 0 0 0;
}
.infrastructure__list .item{
    width: calc(100%/3 - 12px);
    overflow: hidden;
}
.infrastructure__list .item ul{
    padding: 73px 0 15px 53px;
}
.infrastructure__list .item ul + ul{
    padding: 37px 0 15px 53px;
}
.infrastructure__list .item:nth-child(4) ul{
    padding: 60px 30px 15px 0;
}
.infrastructure__list .item ul li{
    margin: 15px 0 0 0;
    font-size: 23px;
    color:#1b1b1b;
    line-height: 100%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    /*padding: 0 0 0 36px;
    background: url('../images/bg-li.png') no-repeat left top 2px;*/
}
.s-infrastructure + .text-block{
    /*height: 550px;
    background: url('../images/bg-content-bottom.jpg') no-repeat top center;*/
    height: 100vh;
    background: url('../images/bg-content-bottom.jpg') no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
}
.s-developer{
    background: url('../images/house-new.jpg') no-repeat right bottom;
    padding: 150px 0;
}
.s-developer h2{
    font-size: 56px;
    text-transform: uppercase;
    color:#24471f;
    margin:0;
    line-height: 100%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.s-developer p{
    font-size: 19px;
    color:#1b1b1b;
    margin:40px 0 0 0;
    line-height: 150%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    max-width: 710px;
}
.s-developer img{
    margin: 67px 0 0 0;
}
.s-developer .btn{
    margin: 16px 0 0 0;
    width: 300px;
    height: 70px;
    text-transform:uppercase;
    font-size:17px;
}
.s-contacts{
    padding: 90px 0;
    background: #fdfbfb;
}
.s-contacts h2{
    font-size: 41px;
    text-transform: uppercase;
    color:#50514f;
    margin:0;
    line-height: 130%;
    font-family: 'CirceThin';
}
.s-contacts p{
    font-size: 19px;
    color:#1b1b1b;
    margin:20px 0 0 0;
    line-height: 150%;
    font-family: 'CirceLight';
    max-width: 710px;
}
.s-contacts img{
    margin: 30px 0 0 0;
    max-width: 100%;
}
#map{
    margin:30px 0 0 0;
    width: 100%; 
    height: 511px;
}
.s-feedback{
    padding: 110px 0 118px 0;
   /* background: url('../images/bg-content-4.jpg') no-repeat top center;*/
    background: url('/upload/renders/render-4.jpg') no-repeat top center;
}
.popup h2,
.s-feedback h2{
    font-size: 56px;
    text-transform: uppercase;
    color:#fdfbfb;
    text-align: center;
    margin:0;
    line-height: 100%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.popup p,
.s-feedback p{
    font-size: 25px;
    color:#fdfbfb;
    text-align: center;
    margin:20px 0 0 0;
    line-height: 130%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.s-feedback form{
    display: flex;
    padding: 70px 50px 0 50px;
    column-gap: 40px;
}
.s-feedback input{
    border:none;
    outline: none;
    width: 340px;
    height: 70px;
    border-bottom:1px solid #fff;
    background: none;
    font-size: 20px;
    color:#fdfbfb;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.s-feedback input::-webkit-input-placeholder { 
    font-size: 20px;
    color:#fdfbfb;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.s-feedback input:-moz-placeholder { 
    font-size: 20px;
    color:#fdfbfb;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.s-feedback input.error{
    border-bottom:1px solid #ff0000;
}
.s-feedback input.error::-webkit-input-placeholder { 
    color:#ff0000;
}
.s-feedback input.error:-moz-placeholder { 
    color:#ff0000;
}
.s-feedback button{
    width: 340px;
    height: 70px;
    border:none;
    cursor: pointer;
    font-family: 'Circe';
    font-size:17px;
    text-transform:uppercase;
}
.s-feedback p.att{
    margin:25px 0 0 0;
    font-size: 14px;
    color:#fdfbfb;
}
.s-feedback p.att a{
    text-decoration: underline;
    font-size: 14px;
    color:#fdfbfb;
}
.s-feedback p.att a:hover{
    text-decoration: none;
}
footer{
    padding: 90px 0 77px 0;
    width: 100%;
    background: #181818;
}
footer ul {
    column-count: 2;
    padding: 25px 0 0 30px;
}
footer ul li{
    margin:0 30px 15px 30px;
}
footer ul li a{
    text-decoration: none;
    color:#fff;
    font-size: 19px;
    line-height: 100%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
footer ul li a span{
    color:#e0cfc3;
}

footer ul li a:hover{
    text-decoration: underline;
    color:#fff;
}
footer .logo{
    text-align: center;
    font-size: 42px;
    color:#fff;
    padding: 0;
    text-transform: uppercase;
    max-width: 426px;
    font-family: "Cormorant Garamond", serif;
    font-weight:400;
}
footer .logo span{
    display: block;
    padding: 0;
    font-size: 17px;
    line-height: 100%;
    font-family: 'CirceLight';
    text-transform: none;
    letter-spacing: 7.5px;
}
footer .logo span {
    color: #fff;
    font-size: 29px;
    line-height: 130%;
    text-align: center;
    margin: 5px 0 0 0;
    display: block;
    text-align:center;
    font-family: 'Denistina';
}
.footer__info{
    max-width: 426px;
}
.footer__info p{
    font-size: 15px;
    color: #747474;
    margin: 35px 0 0 0;
    line-height: 120%;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
.footer__contacts a{
    font-size:28px;
    text-decoration: none;
    color:#e0cfc3;
    margin:20px 0 0 0;
    display: inline-block;
    font-family: 'Newsreader 24pt';
    font-weight:300;
}
.footer__contacts p{
    font-size: 16px;
    margin:14px 0 0 0;
    color:#fff;
    max-width:200px;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}

.popup{
    width: 100%;
    max-width: 1200px;
    position: fixed;
    top:50%;
    left:50%;
    margin:-280px 0 0 -600px;
    padding: 110px 0 120px 0;
    z-index: 11;
    display: none;
    background: url('../images/bg-popup.jpg') no-repeat top center;
}
.popup .close{
    width: 33px;
    height: 33px;
    position: absolute;
    right: 25px;
    top:21px;
    background: url('../images/close-icon.png') no-repeat;
}
#popup-thank{
    width:100%;
    max-width:600px;
    left:0;
    right:0;
    top:50%;
    margin:-90px auto 0;
    background:none;
    position: fixed;
    z-index: 11;
    display: none;
    padding:50px 0;
}
#popup-thank .close{
    right:5px;
    top:5px;
}
.mobile-menu{
    padding: 117px 0 74px 0;
    width: 50%;
    min-width: 600px;
    height: 100vh;
    min-height: 400px;
    position: fixed;
    z-index: 12;
    padding-left:calc((100vw - 1200px)/2);
    left:-1000px;
    top:0;
    transition: .5s;
    background: #f8f7f7 url('../images/wave-menu.png') no-repeat right -25px top 10px;
}
.mobile-menu.active{
    left:0;
}
.mobile-menu:before{
    content:'';
    background: #f8f7f7;
    top:0;
    left:0;
    width: calc((100vw - 1200px)/2);
    height: 100%;
}

.mobile-menu .close{
    top:51px;
    right: 36px;
    width: 27px;
    height: 27px;
    position: absolute;
    background: url('../images/close-menu.png') no-repeat;
}
.mobile-menu ul li{
    margin: 20px 0 0 0;
}
.mobile-menu ul li a{
    font-size: 31px;
    text-decoration: none;
    color:#1b1b1b;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    line-height: 100%;
}
.mobile-menu ul li a:hover{
    text-decoration: underline;
}
.mobile-menu p{
    font-size: 20px;
    color:#1b1b1b;
    margin: 200px 0 0 0;
    padding: 0 0 0 35px;
    line-height: 130%;
    background: url('../images/bg-li.png') no-repeat;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
}
#scroll_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	width: 76px;
	height: 76px;
	background: url('../img/normal.png') no-repeat;
	border-radius: 50%;
	opacity: 1;
	transition:0.5s all;
}
#scroll_top:hover {
 	background: url('../img/hover.png') no-repeat;
}
.show-mob{
    display:none;
}
.infrastructure__list.slider{
    display:none;
}
.villa-osn{
    padding:100px 0;
}
.villa-osn .flex{
    flex:1;
    padding: 0 80px 0 0;
}
.villa-osn .flex p{
    margin:0;
}
.villa-osn .d-flex{
    padding: 128px 0 0 0;
}
.villa-osn h2{
    font-size: 56px;
    color:#24471f;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    margin:60px 0 0 0;
    line-height: 110%;
    text-transform: uppercase;
    text-align:left;
    max-width:455px;
}
.villa-osn ul{
    padding: 60px 0 0 0;
}
.villa-osn ul li{
    margin: 11px 0 0 0;
    padding: 0 0 15px 0;
    color:#1b1b1b;
    line-height: 110%;
    font-size: 43px;
    font-family: "Cormorant Garamond", serif;
    font-weight:300;
    border-bottom:1px solid #d1d8d0;
    text-transform: uppercase;
}
.villa-osn ul li:last-child{
    border:none;
}
.villa-osn ul li span{
    font-family: 'Newsreader 24pt';
    font-weight:300;
}
.animate {
  width:100%;
  height:100vh;
}
.scrollimgzoomcontainer {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.scrollimgzoom {
  width: 100%;
  height: 100%;
}
@media(max-width:1100px){
    .s-nums .flex p, .s-concept ul li, .villa-osn ul li {
        font-size:30px;
    }
}
@media(max-width:1000px){
    .s-nums .item, .s-nums .item:first-child, .s-nums .item:last-child {
        border: none;
        width: 50%;
        padding: 0 10px;
        margin: 20px 0 0 0;
    }
    .s-nums .flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}
@media(max-width:768px){
    #scroll_top {
       display:none; 
    }
    .hide-mob{
        display:none;
    }
    .show-mob{
        display:block;
    }
    /*.page-main {
        background: url(../images/bg-main-2.jpg) no-repeat top center;
        background-size: auto 783px;
    }*/
    /*.page-main {
        background: url(../images/bg-main-new.jpg) no-repeat top center;
        background-size: auto 600px;
    }*/
    header{
        padding: 37px 0;
    }
    header .menu{
        width: 29px;
        height: 23px;
        padding: 0;
        margin: 13px 0 0 0;
        font-size: 0;
        background: url(../images/menu.png) no-repeat;
        margin-left: 5%;
    }
    header .logo{
        padding: 0;
    }
    header .phone{
        margin: 17px 0 0 0;
        width: 18px;
        height: 18px;
        font-size: 0;
        padding: 0;
        background: url(../images/phone-icon.png) no-repeat;
        margin-right: 5%;
    }
    .s-promo{
        padding: 200px 0 215px 0;
    }
    .promo h1{
        font-size: 38px;
        line-height: 130%;
    }
    .promo p {
        font-size: 29px;
        margin: 20px 0 0 0;
    }
    .s-about{
        padding: 65px 0;
        background: none;
    }
    .s-about h2{
        font-size: 30px;
        text-align:center;
        margin:0;
    }
    .s-about img{
        max-width: 100%;
        margin:30px auto 0;
    }
    .s-about p,
    .s-about .flex{
        padding: 0;
    }
    .s-about video{
        margin-top:30px;
    }
    .s-about .btn{
        margin:45px auto;
    }
    .s-about p{
        margin: 35px 0 0 0;
    }
    .s-about .d-flex{
        margin:40px 0 0 0;
    }
    .nums__list{
        flex-wrap: wrap;
        padding: 0;
    }
    .nums__list .item{
        width: 50%;
        margin: 70px 0 0 0;
    }
    .text-block p{
        font-size: 25px;
        line-height: 130%;
    }
    .text-block p br{
        display: none;
    }
    .s-concept{
        padding: 50px 0;
        background: none;
    }
    .s-concept h2{
        text-align: center;
        font-size: 30px;
        margin:0;
    }
    .s-concept .flex{
        padding: 0;
    }
    .s-concept .d-flex{
        flex-direction: column-reverse;
    }
    .s-concept img{
        max-width: 100%;
        margin: 30px 0 0 0;
    }
    .s-concept p{
        margin:0;
    }
    .s-plan h2 {
        text-align: center;
        font-size: 30px;
        margin: 0;
    }
    .list__plan a {
        max-width: 100%;
    }
    .gallery-block{
        padding: 65px 0 0 0;
        background: none;
    }
    .gallery-info h2{
        display:none;
    }
    .gallery-block p.title{
        text-align: center;
        font-size: 30px;
        margin: 0;
    }
    .gallery-block .d-flex{
        flex-direction: column;
    }
    .gallery .slick-next {
        right: 10px;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }
    .gallery .slick-prev {
        left: 10px;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }
    .row-reverse .gallery-info,
    .gallery-info{
        width: 100%;
        padding: 0;
    }
    .xar{
        margin: 50px 0 0 0;
        justify-content: center;
        order:0;
    }
    .xar .item{
        margin:0 25px;
    }
    .gallery-info .btn{
        margin: 55px auto 0;
        order:2;
    }
    .gallery-info p{
        text-align: center;
        order:1;
    }
    .gallery + .gallery-info{
        padding: 0;
    }
    .gallery{
        width: 100%;
        order:1;
        margin: 35px 0 0 0;
    }
    .gallery-info{
        order:3;
        flex-direction:column;
        display:flex;
    }
    .s-plans {
        margin: 90px 0 0 0;
        padding: 55px 0 70px 0;
        background: #fdfbfb;
    }
    .s-plans h2{
        font-size: 31px;
        text-align: center;
        margin:0;
    }
    .s-infrastructure{
        padding: 60px 0 0 0;
    }
    .s-infrastructure h2{
        text-align: center;
        font-size: 30px;
    }
    .infrastructure__list .item ul,
    .infrastructure__list .item:nth-child(4) ul{
        padding: 15px 30px 0 0;
    }
    .infrastructure__list .item{
        width: 100%;
    }
    .infrastructure__list .item{
        order:1;
    }
    .infrastructure__list .item:nth-child(4){
        order:2;
    }
    .infrastructure__list .item img{
        max-width: 100%;
    }
    .infrastructure-wrap{
        padding: 0 0 70px 0;
        background: none;
    }
    .infrastructure__list.slider{
        display:block;
        padding:40px 0 0 0;
    }
    .infrastructure__list.slider .item{
        width:388px;
    }
    .s-developer{
        padding: 80px 0;
        min-height: auto;
        background: url(../images/bg-house-mobile.jpg) no-repeat right top;
    }
    .s-developer .container{
        display: flex;
        flex-direction: column;
    }
    .s-developer h2{
        order:1;
        font-size: 31px;
        text-align: center;
    }
    .s-developer img{
        order:2;
        margin:20px auto 0;
    }
    .s-developer p,
    .s-developer a{
        order:3;
    }
    .s-developer p{
        margin:40px 0 0 0;
        text-align: center;
    }
    .s-developer .btn{
        margin:50px auto 0;
    }
    .s-contacts{
        padding: 70px 0 0 0;
    }
    .s-contacts .container{
        padding:0;
    }
    .s-contacts h2{
        font-size: 31px;
        text-align: center;
    }
    .s-contacts p{
        text-align: center;
    }
    .s-feedback{
        padding: 75px 0 82px 0;
        background: url(/upload/renders/render-2-mob.jpg) no-repeat top center;
        background-size: cover;
    }
    .s-feedback h2{
        font-size: 31px;
    }
    .s-feedback p{
        font-size: 20px;
    }
    .s-feedback p br{
        display: none;
    }
    .s-feedback form{
        max-width: 340px;
        flex-direction: column;
        margin: 0 auto;
        padding: 10px 0 0 0;
    }
    .s-feedback input{
        margin:8px 0 0 0;
    }
    .s-feedback button{
        margin:40px 0 0 0;
    }
    .s-feedback p.att{
        margin: 15px 0 0 0;
    }
    .popup {
        width: 100%;
        left: 0;
        margin: -280px 0 0 0;
    }
    footer{
        padding: 30px 0;
    }
    footer ul{
        order:1;
        padding: 10px 0 0 40px;
        width: 100%;
    }
    footer ul li{
        margin:0 0 15px 0;
    }
    .footer__contacts{
        order:2;
        text-align: center;
        width: 100%;
    }
    .footer__contacts a{
        margin: 50px 0 0 0;
    }
    .footer__contacts p{
        display: none;
    }
    footer .logo{
        max-width: 100%;
    }
    .footer__info{
        order:3;
        width: 100%;
        padding: 12px 0 0 0;
        text-align: center;
        max-width: 100%;
    }
    .footer__info p{
        padding: 0 38px;
    }
    .mobile-menu {
        padding: 80px 0 0 30px;
        width: 100%;
        height: 100%;
        max-height: inherit;
        position: fixed;
        min-width: inherit;
    }
    .mobile-menu p{
        font-size: 19px;
    }
    .mobile-menu .close {
        top: 21px;
        right: 17px;
    }
    .infrastructure__list.slider .slick-slide img{
        max-width:100%;
    }
    .infrastructure__list.slider .slick-list{
        margin:0;
    }
    .infrastructure__list.slider .item{
        margin:0 10px 0 0;
    }
    .s-plans p,
    .gallery-desc{
        margin:50px 0 0 0;
    }
    .slider{
        padding:50px 0 0 0;
    }
    .s-gallery{
        padding:50px 0;
    }
    .s-nums .item,
    .s-nums .item:first-child,
    .s-nums .item:last-child{
        border:none;
        width:50%;
        padding:0 10px;
        margin:20px 0 0 0;
    }
    .s-nums .flex{
        padding:40px 0 0 0;
    }
    .s-about h3{
        font-size:22px;
        margin:40px 0 0 0;
        padding:0;
    }
    .s-nums .d-flex{
        justify-content:center;
    }
    .s-nums{
        padding:50px 0;
    }
    .s-nums p.num{
        font-size:50px;
    }
    .s-nums p{
        font-size:14px;
    }
    .s-infrastructure + .text-block {
        background-attachment: unset;
    }
}
/*@media(max-width:480px){
    .s-about + .text-block{
        background: url(/upload/renders/render-2-mob.jpg) no-repeat top center;
    }
}*/
@media(max-width:600px){
    .s-about video {
        max-width: 100%;
    }
    .s-about + .text-block,
    .s-nums + .text-block,
    .s-plan + .text-block,
    .s-plans + .text-block,
    .s-infrastructure + .text-block{
        height: 60vh;
    }
}
@media(max-width:550px){
    header .logo{
        font-size: 23px;
    }
    .promo h1{
        font-size: 33px;
    }
    .promo p br{
        display: none;
    }
    header .logo span{
        font-size: 15px;
    }
    /*.s-promo {
        padding: 120px 0 140px 0;
    }*/
    h2{
        font-size: 26px!important;
    }
    /*.page-main {
        background: url(../images/bg-main-2.jpg) no-repeat top center;
        background-size: auto 685px;
    }*/
    .xar .item {
        margin: 0 15px;
    }
    .slider .slick-slide img{
        max-width: 340px;
    }
    footer ul{
        padding: 0;
    }
    footer ul li a{
        font-size: 18px;
    }
    .footer__info p{
        padding: 0;
    }
    .infrastructure__list.slider .item{
        width:320px;
    }
    .infrastructure__list.slider .slick-slide img{
        max-width:100%;
    }
    .s-nums .flex{
        flex-wrap:wrap;
        flex-direction:column-reverse;
    }
    .s-nums .flex p {
        padding: 40px 0px 0 0;
        margin: 0;
        font-size: 20px;
    }
    .s-nums img{
        max-width:100%;
    }
    .gallery-desc,
    .s-concept ul li,
    .villa-osn ul li,
    .s-plans p,
    .s-plan p{
        font-size:20px;
    }
    .gallery-slider{
        padding:0;
        width:100%;
    }
    .villa-osn{
        padding:40px 0 0 0;
    }
    .villa-osn img{
        max-width:100%;
    }
    .s-gallery.left-car .gallery-slider{
        width:100%;
        margin:50px 0 0 0;
    }
    .s-plan{
        padding:50px 0;
    }
    .list__plan,
    .s-concept .d-flex{
        padding:40px 0 0 0;
    }
    .slick-slide img{
        max-width:100%;
    }
    .gallery-slider a.slick-slide{
        margin:0;
    }
    .villa-osn .flex{
        padding:0;
    }
    .villa-osn .flex img{
        margin:40px 0 0 0;
    }
    .s-plan p,
    .gallery-slider{
        margin:50px 0 0 0;
    }
    .s-gallery.left-car .slick-prev,
    .s-gallery .slick-prev{
        width:44px;
        height:72px;
        background:rgba(0,0,0,0.5);
        margin-left:20px;
        z-index:1;
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='52' viewBox='0 0 22 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 51L1 26L21 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
        background-repeat: no-repeat;
        background-position:center center;
        display: inline-block!important;
    }
    .s-gallery.left-car .slick-next,
    .s-gallery .slick-next{
        font-size:0;
        width:44px;
        height:72px;
        background:rgba(0,0,0,0.5);
        margin-right:20px;
        z-index:1;
        right:0;
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='52' viewBox='0 0 22 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 51L1 26L21 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
        background-repeat: no-repeat;
        background-position:center center;
        display: inline-block!important;
        border: none;
        cursor: pointer;
        position: absolute;
        top: 50%;
        margin-top: -26px;
        transform:rotate(180deg);
        
    }
    .animate {
        width: 100%;
        height: 210px;
    }
    .scrollimgzoomcontainer {
        position: relative;
        width: 100%;
        height: 210px;
        overflow: hidden;
    }
    .advantages__img{
        max-width:100%;
    }
    .list__plan a img{
        border: none;
    }
}
.sticky {
    position:sticky;
    left:0px;
    top:0px;
}
.vh300 {
    /*height:200vh;*/
}