* {
  -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:#9c5148;
}
::-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: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin:0;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color:#a05850;
    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;
}
.a-end{
    align-items: flex-end;
}
.dir-column{
    flex-direction: column;
}
.text-right{
    text-align: right;
}
.overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 14;
    display: none;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition:.3s;
    font-size:14px;
    color:#fff;
    font-weight: 500;
    border:1px solid #f9f9fa;
    text-transform: uppercase;
}
.btn:hover{
    text-decoration: none;
    background: #fff;
    color:#a05850;
}
.page-main{
    
}
header{
    padding: 32px 0 29px 0;
    position: sticky;
    top:0;
    left:0;
    width: 100%;
    background:#fff;
    z-index:12;
}
header.header-fixed{
    box-shadow:0 0 18px rgba(147,149,160,0.2);
}
header .menu{
    padding:5px 0 5px 44px;
    font-size:14px;
    color:#000;
    background: url('../images/menu.png') no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    transition:.3s;
}
header .menu:hover{
    color:#9c5148;
}
header ul li{
    margin-right:76px;
    display: inline-block;
}
header ul li a{
    font-size:14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    color:#000;
    font-weight: 500;
    transition:.3s;
}
header ul li.active a,
header ul li a:hover{
    color:#9c5148;
    text-decoration: none;
}
header .phone{
    display:none;
}
.s-promo{
    padding: 88px 0 100px 0;
    background: url('../images/banner.jpg') no-repeat top center;
}
.promo{
    padding: 130px 0 0 0;
    max-width: 685px;
}
.promo h1{
    color:#fff;
    font-size: 50px;
    line-height: 130%;
    text-transform: uppercase;
    margin:0;
}
.promo .btn{
    width:273px;
    height:49px;
    margin:30px 0 0 0;
    border-radius: 5px;
    transition:.3s;
}
.s-promo .video{
    position: relative;
}
.s-promo .video:before{
    content:'';
    width:43px;
    height:43px;
    background: url('../images/iconvideo.png') no-repeat;
    position:absolute;
    z-index:1;
    top:10px;
    left:10px;
}
.s-promo .video img{
    border-radius: 5px;
}
h2{
    color:#000;
    font-size: 50px;
    line-height: 130%;
    text-transform: uppercase;
    margin:0;
    font-weight: 500;
    max-width: 505px;
}
.logos-slider{
    padding: 90px 0 0 0;
}
.logos-slider .item{
    width:auto;
    height: 47px;
    margin-right:60px;
}
.inform__list{
    display: flex;
    gap:20px;
    margin: 90px 0 0 0;
}
.inform__list .item{
    flex:1;
    padding: 23px 0 15px 37px;
    border:1px solid #000;
    border-radius: 10px;  
}
.inform__list .item sup{
    font-size: 22px;
}
.inform__list .item p{
    margin:0 0 7px 0;
    font-weight: 400;
    color:#000;
    font-size: 45px;
    line-height: 100%;
}
.inform__list .item span{
    text-transform: uppercase;
    color:#3b3b3b;
    font-size: 17px;
    line-height: 130%;
    font-weight: 300;
    padding: 0 140px 0 0;
}
.inform__list a.item{
    text-decoration: none;
    color:#fff;
    background: #a05850 ;
    border:1px solid #a05850;
    position: relative;
}
.inform__list a.item:before{
    content:'';
    position: absolute;
    bottom:27px;
    right:39px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff url('../images/arrow-up.png') no-repeat center center;
}
.inform__list a.item p,
.inform__list a.item span{
    color:#fff;
}
.about-block{
    padding: 90px 0 480px 0;
    background: #fff url('../images/about.jpg') no-repeat right bottom;
}
.about-block p{
    flex:1;
    font-weight: 300;
    margin:0;
    line-height: 175%;
    font-size: 20px;
    color:#000;
}
.about-block p b{
    font-weight: 500;
}
.about-block .years{
    min-width: 450px;
}
.about-block .years p.year{
    font-size: 45px;
    color:#000;
    text-transform: uppercase;
    font-weight: 500;
    margin:0;
    line-height: 130%;
}
.about-block .years span{
    font-size: 17px;
    color:#000;
    text-transform: uppercase;
    font-weight: 300;
    padding: 6px 0 0 0;
    display: inline-block;
}
.about-block .years a{
    margin: 135px 0 0 0;
    padding:0 30px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    color:#000;
    display: inline-block;
    background: url('../images/arrow-up.png') no-repeat right center;
    transition:.3s;
}
.about-block .years a:hover{
    color:#a05850;
}
.s-services{
    padding: 110px 0 140px 0;
}
.s-services h2{
    color:#000;
    margin:0;
    font-size: 50px;
    font-weight: 500;
}
.services__list{
    display: flex;
    column-gap:15px;
    padding: 55px 0 0 0;
}
.services__list .item{
    width: 25%;
    position: relative;
    padding: 0 0 0 17px;
}
.services__list .item:first-child{
    width: 50%;
    padding:0;
}
.services__list .item:first-child img{
    margin:0;
}
.services__list .item p{
    font-size: 16px;
    color:#000;
    margin: 13px 0 0 0;
    font-weight: 100;
}
.services__list .item img{
    margin: 0 0 27px 0;
    max-width: 100%;
    border-radius: 10px;
}
.services__list .item a.name{
    font-size: 21px;
    color:#000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition:.3s;
}
.services__list .item a.name:hover{
    color:#a05850;
}
.services__list .info-service{
    position: absolute;
    text-align: center;
    bottom:60px;
    width:100%;
    z-index: 1;
}
.services__list .info-service a.name{
    font-size: 21px;
    color:#fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.services__list .info-service p{
    font-size: 16px;
    color:#fff;
    margin: 13px 0 0 0;
    font-weight: 100;
    text-transform: uppercase;
}
.section-objects{
    padding: 100px 0;
    width:100%;
    background: #f9f9fa;
    overflow: hidden;
}
.all{
    font-size: 15px;
    color:#000;
    font-weight: 400;
    padding:0 32px 0 0;
    background: url('../images/arrow-up.png') no-repeat right center;
    text-decoration: none;
    text-transform: uppercase;
    transition:.3s;
}
.objects-slider {
    width: calc(50vw + 50%);
    padding: 60px 0 0 0;
}
.objects-slider .item{
    width:386px;
    margin-right:30px;
    position: relative;
    border-radius: 10px;
}
.objects-slider .item .name{
    position: absolute;
    bottom: 65px;
    left:40px;
    z-index: 3;
}
.objects-slider .item .name p{
    margin:0 0 13px 0;
    text-transform: uppercase;
    color:#fff;
    font-size:22px;
    font-weight: 400;
}
.objects-slider .item .name span{
    text-transform: uppercase;
    color:#fff;
    font-size:17px;
    font-weight: 100;
}
.info-object{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left:0;
    top:0;
    background: rgba(166,88,80,0.95);
    padding:45px 45px 120px 45px;
    display:none;
    border-radius: 10px;
    transition: .3s;
}
.info-object p{
    margin:0;
    font-size: 16px;
    color:#fff;
    line-height: 150%;
    font-weight: 100;
}
.info-object a{
    font-size: 15px;
    color:#fff;
    margin:25px 0 0 0;
    padding:0 30px 0 0;
    display: inline-block;
    text-decoration: none;
    line-height: 100%;
    text-transform: uppercase;
    background: url('../images/arrow-detail.png') no-repeat right center;
}
.info-object a:hover{
    text-decoration: underline;
}
.objects-slider .item:hover .info-object{
    display: block;
}
#map{
    width:100%;
    height: 600px;
}
footer{
    padding: 58px 0 73px 0;
    background: #000;
}
footer .block{
    width: 25%;
    padding: 0 0 0 80px;
}
footer .block:first-child{
    padding: 0;
}
footer p.copy{
    margin:30px 0 0 0;
    color:#8b8996;
    font-size: 14px;
    font-weight: 300;
}
footer .menu{
    padding: 0 0 0 58px;
}
footer .menu li{
    margin: 0 0 13px 0;
}
footer .menu li a{
    color:#fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}
footer .menu li.active a,
footer .menu li a:hover{
    font-weight: 600;
}
footer span{
    font-weight: 500;
    text-transform: uppercase;
    color:#fff;
    font-size: 14px;
}
footer p{
    margin: 15px 0 0 0;
    font-weight: 100;
    font-size: 14px;
    color:#fff;
}
footer p a{
    font-weight: 100;
    font-size: 14px;
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
}
.popup{
    width: 100%;
    max-width: 760px;
    position: fixed;
    top:50%;
    left: 0;
    right: 0;
    margin: -270px auto 0;
    padding: 65px 10px 70px 10px;
    z-index: 15;
    display: none;
    background: #fff
}
.popup-thank {
    width: 100%;
    position: fixed;
    top:50%;
    left: 0;
    right: 0;
    margin: -40px auto 0;
    z-index: 15;
    display: none;
}
.popup-thank p{
    color:#fff;
    font-size:23px;
    text-transform:uppercase;
    font-weight:400;
    font-family: "Unbounded", sans-serif;
    text-align:center;
    margin:0;
    line-height:175%;
}
.popup .close{
    width: 27px;
    height: 27px;
    position: absolute;
    right: 18px;
    top:18px;
    background: url('../images/close-menu.png') no-repeat;
}
.popup form{
    padding:33px 0 0 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
    max-width:550px;
    margin:0 auto;
}
.popup form input{
    outline:none;
    width:calc(50% - 4px);
    height:49px;
    border:1px solid #bbbdbf;
    border-radius:5px;
    color:#000;
    font-size:16px;
    font-weight:300;
    font-family: "Unbounded", sans-serif;
    padding:0 0 0 20px;
}
.popup form input.error{
    border:1px solid #ff0000;
}
.popup form button{
    border:none;
    width:100%;
    margin:12px 0 0 0;
    height:49px;
    border-radius:5px;
    background:#a05850;
    font-size:14px;
    color:#fff;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
    font-family: "Unbounded", sans-serif;
    font-weight:400;
    cursor:pointer;
}
.popup form button:hover{
    background:#000;
    color:#fff;
}
.popup form textarea{
    width:100%;
    height:120px;
    resize:none;
    outline:none;
    color:#000;
    font-size:16px;
    font-weight:300;
    font-family: "Unbounded", sans-serif;
    padding:15px 0 0 20px;
    border:1px solid #bbbdbf;
    border-radius:5px;
    margin:12px 0 0 0;
}
.popup form input::-webkit-input-placeholder { 
    color:#000;
    font-size:16px;
    font-weight:300;
    font-family: "Unbounded", sans-serif;
}
.popup form input:-moz-placeholder { 
    color:#000;
    font-size:16px;
    font-weight:300;
    font-family: "Unbounded", sans-serif;
}
.popup form input.error::-webkit-input-placeholder { 
    color:#ff0000;
}
.popup form input.error:-moz-placeholder { 
    color:#ff0000;
}
.popup form textarea::-webkit-input-placeholder {  
    color:#000;
    font-size:16px;
    font-weight:300;
    font-family: "Unbounded", sans-serif;
}
.popup form textarea:-moz-placeholder { 
    color:#000;
    font-size:16px;
    font-weight:300;
    font-family: "Unbounded", sans-serif;    
}
.popup p{
    margin:0;
    text-align:center;
    text-transform:uppercase;
    color:#000;
    font-size:23px;
    line-height:175%;
}
.popup p.att{
    margin:27px 0 0 0;
    text-align:center;
    color:#000;
    font-weight:300;
    font-size:13px;
    width:100%;
    text-transform:none;
}
.popup p.att a{
    color:#a05850;
    text-decoration:underline
}
.popup p.att a:hover{
    text-decoration:none;
}
.mobile-menu{
    padding: 70px 0 70px 75px;
    width: 50%;
    /*max-width: 600px;*/
    min-width:600px;
    height: 100%;
    max-height: 718px;
    position: absolute;
    z-index: 13;
    padding-right:calc((100vw - 1200px)/2);
    right:-800px;
    top:0;
    transition: .5s;
    background: #fff;
    display:none;
}
.mobile-menu.active{
    right:0;
    display:block;
}
.mobile-menu:before{
    content:'';
    background: #f8f7f7;
    top:0;
    right:0;
    width: calc((100vw - 1200px)/2);
    height: 100%;
}
.mobile-menu .close{
    top:50px;
    /*right: 26px;*/
    left:573px;
    width: 27px;
    height: 27px;
    position: absolute;
    background: url('../images/close-menu.png') no-repeat;
}
.mobile-menu ul li{
    margin: 30px 0 0 0;
}
.mobile-menu ul li a{
    font-size: 22px;
    text-decoration: none;
    color:#000;
    line-height: 100%;
}
.mobile-menu ul li a:hover{
    text-decoration:none;
    color:#9c5148;
    font-weight:500;
}
.mobile-menu .btn{
    width:270px;
    height:50px;
    background:#a05850;
    margin:110px 0 0 0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    border:none;
}
.page-inner header{
    border-bottom:1px solid #c2c2c2;
}
.wrapper{
    padding:100px 0 135px 0;
}
.inner-head h1,
.inner-head h2{
    font-size: 50px;
    margin:0;
    text-transform: uppercase;
    color:#000;
    font-weight: 500;
    width: 40%;
    line-height: 130%;
}
.inner-head p{
    font-size: 20px;
    margin:0;
    coloR:#000;
    line-height: 175%;
    font-weight: 300;
    width: 60%;
}
.inner-head div{
    width: 60%;
}
.inner-head div p{
    width: 100%;
}
.inner-head p + p{
    margin:35px 0 0 0;
}
.inner-head + p{
    font-size: 20px;
    margin:45px 0 0 0;
    coloR:#000;
    line-height: 175%;
    font-weight: 100;
    max-width: 980px; 
}
.inner-head + p b,
.inner-head p b{
    font-weight: 500;
}
.inner-head .btn{
    width:272px;
    height:48px;
    display:flex;
    background: #a05850;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0 0;
    transition: .3s;
}
.inner-head .btn:hover{
    background: #000;
    color:#fff;
}
.services-slider{
    margin:75px 0 0 0;
}
.services-slider .item{
    position: relative;
}
.services-slider img{
    border-radius: 10px;
}
.services-slider p{
    position: absolute;
    bottom:60px;
    left:60px;
    text-transform: uppercase;
    color:#fff;
    font-size: 35px;
    line-height: 100%;
    margin:0;
}
.services-desc{
    display: flex;
    column-gap: 80px;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}
.services-desc .item{
    width:calc(50% - 40px);
    margin:50px 0 0 0;
}
.services-desc .item h3{
    font-size: 21px;
    color:#000;
    margin:0;
    text-transform: uppercase;
}
.services-desc .item p{
    font-size: 20px;
    font-weight: 100;
    color:#000;
    margin:10px 0 0 0;
    line-height: 150%;
    padding: 0 30px 0 0;
}
.services-slider .slick-prev{
    left:40px;
}
.services-slider .slick-arrow{
    position: absolute;
    width:59px;
    height: 59px;
    top:50%;
    margin-top:-30px;
    background: url('../images/arrow-right.png') no-repeat;
    cursor: pointer;
    font-size: 0;
    border:none;
    z-index: 1;
}
.services-slider .slick-next{
    right:40px;
    transform: rotate(180deg);
}
.tech__list{
    padding: 43px 0 0 0;
    display: flex;
    column-gap: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tech__list .item{
    height:275px;
    width:calc(25% - 6px);
    padding: 50px 30px 0 20px;
    border-radius: 10px;
    margin: 13px 0 0 0;
}
.tech__list .item:nth-child(n+4){
    padding: 25px 30px 0 20px;
}
.tech__list .item p{
    margin: 0;
    font-size: 19px;
    line-height: 120%;
    color:#fff;
    max-width: 330px;
}
.tech__list .item.big{
    width:calc(50% - 4px);
    background: #9a5047 url('../images/house.jpg') no-repeat right 42px bottom;
}
.tech__list .item.gray{
    background: #e4e5e9;
}
.tech__list .item.gray p{
    color:#000;
}
.tech__list .item.brown{
    background: #9c5148;
}
.tech__list .item.pattern{
    background: url('../images/pattern.png') no-repeat;
}
.contact-block{
    width: calc(100%/3);
    margin: 45px 0 0 0;
}
.contact-block p{
    font-size: 20px;
    color:#000;
    margin:10px 0 0 0;
    font-weight: 100;
    text-transform: uppercase;
}
.contact-block p a{
    text-decoration: none;
    font-weight: 100;
    font-size: 20px;
    color:#000;
}
.contact-block p a:hover{
    color:#a05850;
    text-decoration: none;
}
.contact-block span{
    text-transform: uppercase;
    color:#000;
    font-size:20px;
    font-weight: 500;
}
.contact-block:last-child{
    padding: 0 0 0 45px;
}
.place-block{
    margin: 90px 0 0 0;
    background: url('../images/bg-contact.jpg') no-repeat right bottom;
}
.place-block .place{
    width: 300px;
    padding: 191px 0 0 0;
    background: #fff;
}
.place-block .place span{
    font-weight: 500;
    font-size: 20px;
    color:#000;
    text-transform: uppercase;
}
.place-block .place p{
    font-size: 20px;
    color:#000;
    margin: 6px 0 0 0;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 175%;
}
.place-block .place .btn{
    width:272px;
    height:48px;
    display:flex;
    background: #a05850;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    align-items: center;
    justify-content: center;
    margin: 24px 0 0 0;
}
.objects__list{
    padding: 60px 0 0 0;
    gap:20px;
    display: flex;
    flex-wrap: wrap;
}
.objects__list .item{
    position: relative;
    border-radius: 10px;
}
.objects__list .item img{
    border-radius: 10px;
}
.objects__list .item .name{
    position: absolute;
    bottom: 35px;
    left:40px;
    z-index: 3;
}
.objects__list .item .name p{
    margin:0 0 10px 0;
    text-transform: uppercase;
    color:#fff;
    font-size:22px;
    font-weight: 400;
}
.objects__list .item .name span{
    text-transform: uppercase;
    color:#fff;
    font-size:17px;
    font-weight: 100;
}
.objects__list .item:hover .info-object{
    display: block;
}
.objects__list + .yet{
    width:273px;
    height:49px;
    border:1px solid #000;
    border-radius: 6px;
    color:#000;
    font-size: 14px;
    text-transform: uppercase;
    margin:68px auto 0;
    transition: .3s;
    background:#fff;
    cursor:pointer;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
}
.objects__list + .yet:hover{
    color:#fff;
    background: #000;
}
.filters{
    margin: 55px 0 0 0;
    width:100%;
    background: #f9f9fa;
    border-radius: 13px;
    padding: 22px 50px;
    display: flex;
    gap:32px;
}
.filters .select{
    flex:1;
}
.filters span{
    font-size: 18px;
    color:#000;
    font-weight: 500;
}
.filters select{
    margin:8px 0 0 0;
    font-size: 18px;
    color:#000;
    font-weight: 100;
    width: 100%;
    cursor: pointer;
    padding: 14px 20px;
    background-color: #f9f9fa;
    border: 1px solid #898989;
    border-radius: 25px;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/arrow-down.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 34px;
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
}
.filters select option {
    padding: 11px;
    background:none;
    color: #000;
    font-weight: 300;
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
}
.filters select option:hover {
    color: #a05850;
    background:none;
    font-weight: 500;
}
.promo-object{
    min-height: 593px;
    padding: 220px 0 0 0;
}
.promo-object h1{
    line-height: 130%;
    margin:0;
    font-size: 50px;
    font-weight: 500;
    color:#fff;
    text-transform: uppercase;
}
.promo-object p{
    padding: 3px 0 3px 40px;
    margin:27px 0 0 0;
    color:#fff;
    font-size: 20px;
    background: url('../images/iconadres.png') no-repeat;
}
.promo-object .btn{
    height: 49px;
    width: 273px;
    margin: 37px 0 0 0;
    border:1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    color:#fff;
    text-transform: uppercase;
    transition: .3s;
}
.promo-object .btn:hover{
    background: #000;
    border:1px solid #000;
}
.s-gallery{
    background: #1e1d1d;
    padding: 100px 0 107px 0;
    overflow: hidden;
}
.s-gallery h2{
    color:#fff;
}
.gallery-slider {
    width: calc(50vw + 50%);
    padding: 60px 0 0 0;
    position: static;
}
.gallery-slider .item{
    margin-right:30px;
    border-radius: 10px;
}
.gallery-slider .slick-arrow{
    top:0;
    position: absolute;
    width:40px;
    height:40px;
    font-size: 0;
    border:none;
    cursor: pointer;
    z-index: 1;
    background: url('../images/arrow-slider.png') no-repeat;
    opacity: 0.3;
}
.gallery-slider .slick-arrow:hover{
    opacity: 1;
}
.gallery-slider .slick-prev{
    right:50px;
    transform: rotate(180deg);
}
.gallery-slider .slick-next{
    right:0;
}
.s-review{
    padding:112px 0 120px 0;
}
.review{
    width:100%;
}
.review h2{
    max-width: 600px;
}
.review p{
    margin:33px 0 0 0;
    font-size: 20px;
    color:#000;
    line-height: 175%;
    font-weight: 100;
    max-width: 600px;
}
.review p.name{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin:38px 0 0 0;
}
.s-review img{
    border-radius: 10px;
    margin:10px 0 0 0;
    float:right;
}
.inform-object{
    padding:90px 0 125px 0;
}
.inform-object p{
    font-weight: 100;
    margin:0;
    max-width: 745px;
    line-height: 175%;
    color:#000;
    font-size: 20px;
}
.inform-object .year{
    width:238px;
    background: #a05850;
    border-radius: 10px;
    padding:16px 0 16px 27px;
    margin: 17px 0 0 0;
}
.inform-object .year p{
    color:#fff;
    font-size: 45px;
    margin:0 0 4px 0;
    line-height: 100%;
}
.inform-object .year span{
    font-size: 17px;
    font-weight: 300;
    color:#fff;
    text-transform: uppercase;
}
.s-philosophy{
    width: 100%;
    background: url('../images/bg-philosophy.jpg') no-repeat top center;
    min-height: 540px;
    padding: 140px 0 0 0;
}
.s-philosophy p{
    text-align: center;
    margin:0;
    text-transform: uppercase;
    color:#fff;
    font-size: 50px;
    line-height: 130%;
}
.section-team{
    padding: 100px 0;
    width:100%;
    background: #f9f9fa;
    overflow: hidden;
}
.team-slider{
    padding: 55px 0 0 0;
    width: calc(50vw + 50%);
}
.team-slider .item{
    width: 385px;
    margin-right: 23px;
}
.team-slider .item p{
    margin:50px 0 13px 0;
    font-size: 22px;
    color:#121212;
    line-height: 100%;
    text-transform: uppercase;
}
.team-slider .item span{
    font-size: 17px;
    font-weight: 100;
    color:#121212;
    text-transform: uppercase;
}
.team-slider .item img{
    border-radius: 10px;
}
.section-partners{
    padding: 120px 0;
}
.partners__list{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
    margin:0 -30px;
    align-items: center;
}
.partners__list img{
    margin: 60px 30px 0 30px
}
.section-preims{
    padding: 120px 0 72px 0;
}
.preims__list{
    padding: 58px 0 0 0;
    column-count: 2;
    list-style-type: none; 
    counter-reset: num;
}
.preims__list li{
    margin:0 0 48px 0;
    padding: 0 0 0 80px;
    line-height: 155%;
    font-size: 22px;
    color:#000;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}
.preims__list li:before{
    content: '0'counter(num); 
    counter-increment: num;
    position: absolute;
    left:0;
    top:5px;
    font-size: 36px;
    color:#a05850;
    line-height: 100%;
    font-weight:400;
}
.section-years{
    padding: 130px 0 150px 0;
    width:100%;
    background: #1e1d1d;
    overflow: hidden;
}
.section-years h2,
.section-years p{
    color:#fff;
}
.years-slider{
    padding: 100px 0 0 0;
    width: calc(50vw + 50%);
}
.years-slider .slick-list{
    overflow: visible;
    padding-bottom: 60px;
}
.years-slider .slick-list:after{
    content:'';
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.1);
    position: absolute;
    bottom:0;
    left:0;
}
.years-slider .item{  
    margin-right: 165px;
    cursor: pointer;
    position: relative;
}
.years-slider .item span{
    color:#fff;
    opacity: 0.07;
    font-size: 113px;
}
.years-slider .item:after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    bottom:-64px;
    left:0;
    right:0;
    margin: auto;
    background: rgba(255,255,255,0.1);
}
.years-slider .item.slick-current span{
    opacity: 1;
}
.years-slider .item.slick-current:after{
    background: rgba(255,255,255,1);
}
.tab-wrap{
    height: 0;
    overflow: hidden;
    position: relative;
}
.tab-wrap.active{
    height: auto;
}
.tab-slider{
    margin: 94px auto 0;
    width: 100%;
    max-width: 808px;
    position: static;
}
.tab-slider .item{
    margin:0 auto;
    padding: 0 0 0 45px;
    border-left: 3px solid rgba(255,255,255,0.07);
    display: flex;
}
.tab-slider .item div{
    flex:1;
}
.tab-slider .item  img{
    margin:6px 0 0 50px;
    border-radius: 10px;
}
.tab-slider .item p{
    margin: 30px 0 0 0;
    line-height: 175%;
    color:#fff;
    font-size: 20px;
    font-weight: 100;
}
.tab-slider .item p.name{
    margin:0;
    font-size: 25px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 130%;
}
.tab-slider .slick-arrow{
    top:100px;
    position: absolute;
    width:40px;
    height:40px;
    font-size: 0;
    border:none;
    cursor: pointer;
    z-index: 1;
    background: url('../images/arrow-slider.png') no-repeat;
    opacity: 0.3;
}
.tab-slider .slick-arrow:hover{
    opacity: 1;
}
.tab-slider .slick-prev{
    right:50px;
    transform: rotate(180deg);
}
.tab-slider .slick-next{
    right:0;
}
.s-contacts{
    padding:110px 0 55px 0;
}
.s-contacts h2{
    max-width:580px;
}
.s-contacts span{
    font-size:17px;
    color:#000;
    font-weight:300;
}
.s-contacts .btn{
    width:272px;
    height:48px;
    display:flex;
    background: #a05850;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0 0;
    transition: .3s;
}
.s-contacts .btn:hover{
    background: #000;
    color:#fff;
}
.show-mob{
    display:none;
}
[class*=ymaps][class*=-ground-pane] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
@media(max-width:768px){
    .hide-mob{
        display:none!important;
    }
    .show-mob{
        display:flex!important;
    }
    header{
        padding:25px 0;
    }
    header .phone{
        display:inline-block;
        width:22px;
        height:22px;
        order:2;
        background:url('../images/iconphone.png') no-repeat;
    }
    .header-menu{
        order:0;
    }
    header .logo{
        order:1;
    }
    header .menu {
        width: 27px;
        font-size: 0;
        height: 21px;
        padding: 0;
    }
    .header-menu ul{
        display:none;
    }
    .s-promo {
        padding: 78px 0 0 0;
        min-height:650px;
        background: url(../images/banner-mob.jpg) no-repeat top center;
        background-size:cover;
    }
    .promo{
        padding:0;
    }
    .promo h1{
        font-size:30px;
        text-align:center;
    }
    .promo .btn{
        margin:30px auto 0;
    }
    .s-promo .video{
        margin:72px auto 0;
    }
    .logos-slider{
        padding:45px 0 0 0;
    }
    .inform__list{
        margin:26px 0 0 0;
        gap:26px;
        flex-wrap:wrap;
        justify-content: center;
    }
    .inner-head + .inform__list{
        margin:67px 0 0 0;
    }
    .inform__list .item{
        width:100%;
        max-width:385px;
        margin:0 autp;
    }
    .about-block {
        padding: 90px 0 500px 0;
        background: #fff url(../images/about.jpg) no-repeat left -10px bottom;
    }
    .about-block p{
        text-align:center;
        font-size: 17px;
        margin:35px 0 0 0;
    }
    .about-block .years{
        margin:0 auto;
        text-align:center;
        min-width:100%;
    }
    .s-services .all,
    .section-objects .all,
    .about-block .years a{
        position:absolute;
        bottom:-75px;
        left:0;
        right:0;
        margin:auto;
        display: table;
    }
    .s-services {
        padding: 80px 0 150px 0;
    }
    .s-services h2{
        font-size:45px;
        text-align:center;
    }
    .services__list .item{
        width:275px;
        margin-right:11px;
        padding:0;
    }
    .services__list .info-service{
        position:relative;
        bottom:0;
        text-align:left;
    }
    .services__list .item img{
        width:100%;
        height:245px;
    }
    .services__list .info-service a.name,
    .services__list .info-service p{
        color:#000;
    }
    .services__list .info-service p{
        text-transform:lowercase;
    }
    .section-objects{
        padding:70px 0 145px 0;
    }
    h2,
    .inner-head h2{
        text-align:center;
        font-size:45px;
        width:100%;
    }
    footer{
        padding:0 0 75px 0;
    }
    footer .d-flex{
        flex-wrap:wrap;
    }
    footer .d-flex .block{
        order:0;
        width:100%;
        padding:60px 0 0 0;
        text-align:center;
    }
    footer .d-flex .block:first-child{
        order:1;
    }
    footer .menu{
        padding:0;
        text-align:center;
    }
    footer .menu li{
        margin:20px 10px 0 10px;
        display:inline-block;
    }
    footer .menu li a{
        font-weight:100;
    }
    footer .menu li.active a{
        font-weight:600;
    }
    footer .block img{
        margin:0 auto;
    }
    .wrapper{
        padding:50px 0;
    }
    .inner-head{
        justify-content:center;
        flex-wrap:wrap;
    }
    .inner-head p{
         width:100%;
         margin:35px 0 0 0;
         text-align:center;
         font-size:17px;
    }
    .s-philosophy {
        padding:180px 0 0 0;
        margin:20px 0 0 0;
    }
    .s-philosophy p{
        font-size:30px;
        line-height:150%;
    }
    .inner-head div{
        width:100%;
    }
    .section-years{
        padding:90px 0;
    }
    .years-slider .item span{
        font-size:55px;
        font-weight:600;
    }
    .years-slider{
        padding:75px 0 0 0;
    }
    .years-slider .item{
        margin-right:80px;
    }
    .tab-slider{
        margin:50px 0 0 0;
    }
    .tab-slider .item p{
        font-size:20px;
    }
    .tab-slider .item{
        padding:0;
        border:none;
        font-size:19px;
        flex-wrap:wrap;
    }
    .tab-slider .item img{
        margin:35px 0 0 0;
        max-width:100%;
    }
    .tab-slider .slick-arrow{
        display:none!important;
    }
    .section-preims{
        padding:90px 0 40px 0;
    }
    .section-team{
        padding:80px 0 90px 0;
    }
    .section-partners{
        padding:90px 0 120px 0;
    }
    .section-partners h2,
    .section-preims h2{
        font-size:36px;
    }
    .preims__list {
        column-count:1;
        padding:30px 0 0 0;
    }
    .preims__list li{
        font-size:20px;
        margin:0 0 40px 0;
    }
    .partners__list {
        padding: 55px 0 0 0;
        margin: 0;
    }
    .partners__list img {
        margin: 0 60px 0 0;
    }
    .team-slider .item p {
        margin: 50px 0 15px 0;
        font-size: 22px;
    }
    .inner-head .btn{
        margin:20px auto 0;
    }
    .filters{
        flex-direction:column;
        gap:23px;
        padding: 40px 22px;
        margin:40px 0 0 0;
        border-radius:20px;
    }
    .filters .select{
        width:100%;
        max-width:350px;
        margin:0 auto;
    }
    .objects__list {
        justify-content: center;
    }
    .objects__list .item{
        flex:none;
    }
    .promo-object{
        padding:130px 0 107px 0;
        min-height: auto;
    }
    .promo-object h1{
        font-size:45px;
        text-align:center;
    }
    .promo-object p{
        padding:46px 0 0 0;
        margin:64px auto 0;
        display:block;
        text-align:center;
        background: url(../images/iconadres.png) no-repeat top center;
        max-width:320px;
    }
    .promo-object .btn{
        margin:36px auto 0;
    }
    .inform-object{
        padding:70px 0;
    }
    .inform-object p{
        font-size:17px;
        text-align:center;
    }
    .inform-object .year {
        padding: 36px 0 36px 30px;
        width:100%;
        max-width:385px;
        margin:60px auto 0;
    }
    .inform-object .year p{
        font-weight:400;
        text-align:left;
    }
    .inform__list .item p{
        text-align:left;
    }
    .s-gallery{
        padding:100px 0 130px 0;
    }
    .gallery-slider .item{
        margin-right:20px;
    }
    .gallery-slider .slick-arrow {
        display:none!important;
    }
    .gallery-slider .item img{
        max-width:380px;
    }
    .gallery-slider{
        padding:60px 0 0 0;
    }
    .s-review{
        padding:80px 0 90px 0;
    }
    .review{
        display:flex;
        flex-direction:column;
    }
    .review h2{
        order:0;
    }
    .review img{
        float:none;
        margin: 50px auto 0;
        display:block;
        order:1;
    }
    .review p{
        font-size:17px;
        order:2;
        margin:55px 0 0 0;
        text-align:center;
        
    }
    .s-review img{
        margin:50px 0 0 0;
    }
    .services-slider{
        margin:40px 0 0 0;
    }
    .services-slider .slick-prev{
        left:16px;
        width:48px;
        height:48px;
        background-size:48px 48px;
    }
    .services-slider img {
        border-radius: 10px;
        max-width: 100%;
        height: 345px;
        object-fit: cover;
    }
    .services-slider .slick-next{
        right:16px;
        width:48px;
        height:48px;
        background-size:48px 48px;
    }
    .services-slider p {
        bottom: 35px;
        left: 0;
        right:0;
        margin:auto;
        font-size: 28px;
        line-height: 130%;
        text-align:center;
        width:100%;
        padding:0 31px;
    }
    .services-desc .item{
        width:100%;
        margin:45px 0 0 0;
        text-align:center;
    }
    .services-desc .item h3{
        font-size:22px;
        line-height:150%;
    }
    .services-desc .item p{
        font-size:17px;
        padding:0;
        margin:15px 0 0 0;
        line-height: 175%;
    }
    .contact-block{
        width:100%;
        text-align:center
    }
    .contact-block:last-child{
        padding:0;
    }
    .contact-block p,
    .contact-block p a,
    .place-block .place p{
        font-size:17px;
    }
    .place-block{
        margin:45px 0 0 0;
        background:none;
    }
    .place-block .place {
        width: 100%;
        padding: 0;
        max-width: 100%;
        text-align: center;
    }
    .place-block .place .btn{
        margin:52px auto 0;
    }
    .tech__list{
        padding:45px 0 40px 0;
    }
    .tech__list .item {
        width: 100%;
        padding: 28px 34px 28px 42px;
        height:auto;
    }
    .tech__list .item p {
        font-size: 19px;
        line-height: 130%;
        max-width:100%;
    }
    .tech__list .item.pattern{
        background-size:cover;
    }
    .tech__list .item:nth-child(n+4) {
        padding: 28px 34px 28px 42px;
    }
    .tech__list .item.big{
        width:100%;
    }
    .inner-head + p{
        font-size:17px;
        margin:45px 0 0 0;
        text-align:center;
    }
    .mobile-menu {
        padding: 70px 0 0 0;
        width: 100%;
        height: 100%;
        max-height: inherit;
        position: fixed;
        min-width: inherit;
        text-align:center;
    }
    .mobile-menu .close{
        right:26px;
        left:auto;
    }
    .mobile-menu .btn{
        margin:110px auto 0;
        border-radius:6px;
    }
    .s-contacts {
        padding: 90px 0 70px 0;
        text-align:center;
    }
    .s-contacts .btn{
        display:none;
    }
    .img-contact{
        margin:38px auto 0;
        max-width:100%;
        display:block;
    }
    .popup{
        width:96%;
        padding: 45px 10px 40px 10px;
    }
    .popup p{
        font-size:19px;
    }
    .btn-see{
        text-decoration:underline;
        text-transform:uppercase;
        color:#9c5148;
        font-size:14px;
        margin:7px auto 0;
    }
    .filters + .btn{
        width: 272px;
        height: 48px;
        display: flex;
        background: #a05850;
        border-radius: 5px;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        align-items: center;
        justify-content: center;
        margin: 43px auto 0;
        transition: .3s;
    }
}
@media (max-width: 360px) {
    h2, .inner-head h2 {
        font-size: 40px;
    }
    .preims__list li{
        font-size:18px;
    }
}
@media(max-width:340px){
    .gallery-slider .item img{
        max-width:280px;
    }
}