@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');
}
* {
  -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;
}
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{
    background: url('../images/bg-main-2.jpg') no-repeat top center;
}
header{
    padding: 11px 0 28px 0;
    /*position: sticky;
    top:0;
    left:0;*/
    width: 100%;
}
header .menu{
    padding:28px 0 23px 90px;
    font-size:22px;
    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%;
}
header .phone{
    font-size:23px;
    color:#fff;
    font-family: 'CirceLight';
    text-decoration: none;
    margin: 8px 0 0 0;
    display: inline-block;
}
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: 180px 0 222px 0;
}
.promo h1{
    color:#fff;
    font-size: 58px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin:0;
}
.promo p{
    color:#fff;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    margin:25px 0 0 0;
    font-family: 'CirceLight';
}
.promo .btn{
    width:300px;
    height:70px;
    margin:40px auto 0;
}
.s-about{
    padding: 100px 0;
    background: url('../images/wave.png') no-repeat top 60px center;
}
.s-about .flex{
    flex:1;
    padding: 0 80px 0 0;
}
.s-about h2{
    font-size: 41px;
    color:#50514f;
    font-family: 'CirceThin';
    margin:80px 0 0 0;
    line-height: 130%;
    text-transform: uppercase;
}
.s-about p{
    margin: 42px 0 0 0;
    padding: 0 15px 0 0;
    color:#1b1b1b;
    line-height: 160%;
    font-size: 19px;
    font-family: 'CirceLight';
}
.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-about + .text-block{
    height: 550px;
    background: url('/upload/renders/render-2.jpg') no-repeat top center;
} 
.s-concept + .text-block{
    height: 100vh;
    background: url('/upload/renders/render-5.jpg') no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
} 
.s-plans + .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.png') no-repeat top 50px center;
}
.s-concept .flex{
    flex:1;
    padding: 0 0 0 80px;
}
.s-concept h2{
    font-size: 41px;
    color:#50514f;
    font-family: 'CirceThin';
    margin:55px 0 0 0;
    line-height: 130%;
    text-transform: uppercase;
}
.s-concept ul{
    padding: 12px 0 0 0;
}
.s-concept ul li{
    margin: 18px 0 0 0;
    padding: 0 0 0 37px;
    color:#1b1b1b;
    line-height: 110%;
    font-size: 19px;
    font-family: 'CirceLight';
    background: url('../images/bg-li.png') no-repeat left top 1px;
}
.s-plan{
    padding: 100px 0 110px 0;
}
.s-plan h2{
    font-size: 41px;
    color:#50514f;
    font-family: 'CirceThin';
    margin:0;
    line-height: 100%;
    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:40px 0 0 0;
}
.list__plan a{
    max-width:50%;
}
.list__plan a img{
    max-width:100%;
    margin-top:5px;
}
.gallery-block{
    padding: 100px 0 0 0;
    background: url('../images/wave.png') no-repeat top 60px center;
}
.gallery{
    width: 50%;
}
.gallery-info{
    width: 50%;
    padding: 0 65px 0 0;
}
.xar{
    margin: 135px 0 0 0;
    display: flex;
}
.xar .item{
    font-size: 19px;
    margin:0 50px 0 0;
    color:#1b1b1b;
    font-family: 'CirceLight';
    line-height: 150%;
}
.xar .item span{
    display: block;
    font-family: 'Circe';
    font-size: 31px;
}
.row-reverse .gallery-info{
    padding: 0 0 0 93px;
}
.gallery-info h2,
.gallery-block p.title{
    font-size: 41px;
    text-transform: uppercase;
    color:#50514f;
    margin:65px 0 0 0;
    line-height: 130%;
    font-family: 'CirceThin';
}
.gallery-block p.title{
    font-family: 'CirceLight';
}
.gallery-info p{
    font-size: 19px;
    color:#1b1b1b;
    margin:35px 0 0 0;
    line-height: 150%;
    font-family: 'CirceLight';
}
.gallery-info .btn{
    width: 300px;
    height: 70px;
    margin: 40px 0 0 0;
}
.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{
    margin:120px 0 0 0;
    padding: 80px 0 100px 0;
    background: #fdfbfb;
}
.s-plans h2{
    font-size: 41px;
    text-transform: uppercase;
    color:#50514f;
    margin:10px 0 0 0;
    line-height: 130%;
    font-family: 'CirceThin';
}
.slider{
    padding: 38px 0 0 0;
}
.slider .slick-arrow{
    width: 55px;
    height:55px; 
    position: absolute;
    top:-55px;
    font-size: 0;
    border:none;
    cursor: pointer;
    z-index: 1;
}
.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:hover:before{
    content:'';
    background: rgba(86,84,82,0.55);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.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: 100px 0 0 0;
}
.infrastructure-wrap{
    padding: 0 0 120px 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: 41px;
    text-transform: uppercase;
    color:#50514f;
    margin:0;
    line-height: 130%;
    font-family: 'CirceThin';
}
.infrastructure__list{
    display: flex;
    flex-wrap: wrap;
    gap:18px;
    padding: 35px 0 0 0;
}
.infrastructure__list .item{
    width: calc(100%/3 - 12px);
}
.infrastructure__list .item ul{
    padding: 60px 0 15px 30px;
}
.infrastructure__list .item:nth-child(4) ul{
    padding: 60px 30px 15px 0;
}
.infrastructure__list .item ul li{
    margin: 15px 0 0 0;
    font-size: 19px;
    color:#1b1b1b;
    line-height: 120%;
    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-2.jpg') no-repeat top center;
}
.s-developer{
    background: url('../images/bg-house.jpg') no-repeat right top;
    min-height: 656px;
    padding: 105px 0 0 0;
}
.s-developer h2{
    font-size: 41px;
    text-transform: uppercase;
    color:#50514f;
    margin:0;
    line-height: 130%;
    font-family: 'CirceThin';
}
.s-developer p{
    font-size: 19px;
    color:#1b1b1b;
    margin:50px 0 0 0;
    line-height: 150%;
    font-family: 'CirceLight';
    max-width: 710px;
}
.s-developer img{
    margin: 60px 0 0 0;
}
.s-developer .btn{
    margin: 30px 0 0 0;
    width: 300px;
    height: 70px;
}
.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 120px 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: 41px;
    text-transform: uppercase;
    color:#fdfbfb;
    text-align: center;
    margin:0;
    line-height: 130%;
    font-family: 'CirceThin';
}
.popup p,
.s-feedback p{
    font-size: 25px;
    color:#fdfbfb;
    text-align: center;
    margin:20px 0 0 0;
    line-height: 130%;
    font-family: 'CirceLight';
}
.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: 'CirceLight';
}
.s-feedback input::-webkit-input-placeholder { 
    font-size: 20px;
    color:#fdfbfb;
    font-family: 'CirceLight';
}
.s-feedback input:-moz-placeholder { 
    font-size: 20px;
    color:#fdfbfb;
    font-family: 'CirceLight';
}
.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';
}
.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: 67px 0 87px 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%;
}
footer ul li a:hover{
    text-decoration: underline;
    color:#fff;
}
footer .logo{
    text-align: center;
    font-size: 29px;
    color:#fff;
    padding: 0;
    text-transform: uppercase;
    max-width: 310px;
}
footer .logo span{
    display: block;
    padding: 8px 0;
    font-size: 17px;
    line-height: 100%;
    font-family: 'CirceLight';
    text-transform: none;
    letter-spacing: 7.5px;
}
.footer__info{
    max-width: 360px;
}
.footer__info p{
    font-size: 15px;
    color: #747474;
    margin: 17px 0 0 0;
    line-height: 120%;
}
.footer__contacts a{
    font-size:28px;
    text-decoration: none;
    color:#e0cfc3;
    margin:20px 0 0 0;
    display: inline-block;
}
.footer__contacts p{
    font-size: 16px;
    margin:14px 0 0 0;
    color:#fff;
    max-width:200px;
}

.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: 100%;
    max-height: 800px;
    position: absolute;
    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: 'CirceLight';
    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%;
    font-family: 'CirceLight';
    background: url('../images/bg-li.png') no-repeat;
}
#scroll_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	width: 32px;
	height: 32px;
	background: url('../images/scroll-top.png') no-repeat;
	border-radius: 50%;
	opacity: 0.5;
}
#scroll_top:hover {
 	opacity: 1;
}
.show-mob{
    display:none;
}
.infrastructure__list.slider{
    display:none;
}
@media(max-width:768px){
    .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;
    }
    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;
    }
    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;
    }
    .s-promo{
        padding: 140px 0 215px 0;
    }
    .promo h1{
        font-size: 38px;
        line-height: 130%;
    }
    .promo p {
        font-size: 19px;
        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 .btn{
        margin:45px auto;
    }
    .s-about p{
        margin: 35px 0 0 0;
        text-align: center;
    }
    .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: 75px 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;
    }
    .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;
    }
}
@media(max-width:480px){
    .s-about + .text-block{
        background: url(/upload/renders/render-2-mob.jpg) no-repeat top center;
    }
}
@media(max-width:430px){
    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%;
    }
}