@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100; 0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:''}a{-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;text-decoration:none}a:hover{text-decoration:none}input,select{vertical-align:middle;outline:0}button{outline:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}
/*.tab-img-box{*/
/*    !*height: 150px;*!*/
/*    position:relative;*/
/*    width: 32%;*/
/*}*/
/*@media (max-width: 773px) {*/
/*    .tab-img-box{*/
/*        !*height: 120px;*!*/
/*    }*/
/*}*/
/*@media (max-width: 634px) {*/
/*    .tab-img-box{*/
/*        !*height: 100px;*!*/
/*    }*/
/*}*/
/*@media (max-width: 704px) {*/
/*    .tabcontent-video-iframe{*/
/*        height: 280px;*/
/*    }*/
/*}*/
/*@media (max-width: 636px) {*/
/*    .tabcontent-video-iframe{*/
/*        height: 250px!important;*/
/*    }*/
/*}*/
/*@media (max-width: 600px) {*/
/*    .tabcontent-video-iframe{*/
/*        height: 220px!important;*/
/*    }*/
/*}*/
/*@media (max-width: 400px) {*/
/*    .tabcontent-video-iframe{*/
/*        height: 200px!important;*/
/*    }*/
/*}*/

.tabcontent-video{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.tabcontent-video-iframe{
    height: 400px;
}
.tab-content-box{
    /*height: 150px;*/
    margin-top: 80px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
/*.tab-content-box__gallery{*/
/*    width: 32%;*/
/*}*/
.tab-img-box{
    width: 100%;
}

.wpcf7-form.init{
    display: flex;
    width: 100%;
    max-width: 866px;
    height: 60px;
    margin: 0 auto;

}

.wpcf7-form{
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-form.invalid .wpcf7-form-control-wrap input{
    /*height: 60px!important;*/
}
.consultation__inputs{
    height: 60px!important;
}
.wpcf7-form-control-wrap.phone .wpcf7-not-valid-tip{
    position: absolute;
    top: 50px;
}
.consultation__btn{
    width: 270px!important;
}
.consultation__wrapper {
position: relative;
}
.wpcf7-response-output{
    position: absolute;
    bottom: 30px;
}

.wpcf7-form.init .consultation__inputs{
    display: flex;
    width: 100%;
    max-width: 588px;
    border: 2px solid #EDEEF1;
    align-items: center;
    height: 100%;
}
.wpcf7-form.init .consultation__name{
    width: 100%;
    max-width: 221px;
    padding: 10px 13px 13px 28px;
    border: none;
    height: 100%;
}

.wpcf7-form.init .consultation__name::placeholder{
     font-weight: normal;
     font-size: 18px;
     line-height: 33px;
     /* identical to box height, or 183% */
     text-transform: capitalize;
     color: #9E9E9E;
 }
.wpcf7-form-control-wrap.your-name .wpcf7-not-valid-tip{
    position: absolute;
    top: 50px;
}
.wpcf7-form-control-wrap.phone .wpcf7-not-valid-tip{
    position: absolute;
    top: 50px;
}
.wpcf7-form.init .consultation__phone{
    width: 100%;
    max-width: 367px;
    padding: 10px 13px 13px 28px;
    border: none;
    height: 100%;
}
.wpcf7-form.init .consultation__btn.right{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.wpcf7-form.init .consultation__btn i{
    border: solid #FBFBFB;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    height: 11px;
}

.wpcf7-form.init .consultation__btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 278px;
    background: #ffae62;
    padding: 14px 27px 13px;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 33px;
    color: #FBFBFB;
    cursor: pointer;
}
@media (max-width: 768px) {
    .wpcf7-form.init{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        height: auto;
}
    .wpcf7-form-control-wrap.your-name .wpcf7-not-valid-tip{
        top: 37px;
    }
    .wpcf7-form-control-wrap.phone .wpcf7-not-valid-tip{
        top: 37px;
    }
    .consultation__inputs{
        height: auto!important;
    }
    .wpcf7-form{
        flex-direction: column;
    }
    .wpcf7-form.init .consultation__inputs p{
        width: 100%!important;
    }
    .consultation__inputs p{
        width: 100%!important;
        margin: 0 auto !important;
        display: block;
    }
    .consultation__inputs{
        margin: 0 auto;
    }
    .wpcf7-form.init  p{
        width: 100% !important;

    }

    .wpcf7-form.init .consultation__inputs{
        height: auto;
        margin-bottom: 30px;
        flex-direction: column;
        border: none;
        width: 100% !important;
    }
    .wpcf7-form p{
        width: 100%!important;
    }
    .wpcf7-form.init .consultation__name{
        max-width: 100%;
        border:2px solid #EDEEF1 ;
        height: 60px;
        margin-bottom: 30px;
    }
    .wpcf7-form.init .consultation__phone{
        max-width: 100%;
        border:2px solid #EDEEF1 ;
        height: 60px;
    }

    .wpcf7-form.init .consultation__btn{
        width: 100%!important;
        margin: 0 auto;
    }
    .consultation__btn{
        margin: 0 auto;
        width: 100%!important;
    }
}
@media (max-width: 647px) {
    .tabcontent-video-iframe{
        height: 300px;
    }
}
@media (max-width: 526px) {
    .tabcontent-video-iframe{
        height: 200px;
        width: 90%;
    }
}
@media (max-width: 590px) {
    .tab-content-box{
        margin-top: 50px;
	}    
}
.header{background-color:#1f1f1f;padding:35px 38px;color:#edeef1}.header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}
.header__logo{margin-right:50px;width:139px;display:block}
.header__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style-type:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:15px}.header__item{margin-right:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap}.header__link{font-weight:600;font-size:16px;line-height:22px;color:#edeef1}.header__link:hover{color:#ffae62}.header__other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:470px}.header__other-item{white-space:nowrap;margin-right:13px}.header__other-link{font-weight:700;font-size:16px;line-height:22px;color:#edeef1}.header__other-link:hover{color:#ffae62}.top{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.top__hamburger{position:fixed;left:0;top:90px;z-index:1;background-color:#1f1f1f;visibility:hidden;opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.top__hamburger ul{margin-bottom:15px}.top__hamburger li{padding:15px 20px}.top__hamburger a{color:#edeef1}.top__hamburger a:hover{color:#ffae62}.top__hamburger.active{visibility:visible;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.mobile__menu{position:absolute;top:35px;left:25px;z-index:3;display:none}.mobile__menu_toggle.active{z-index:12}#mobile_menu_toggle.active{z-index:6;width:13px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#mobile__menu-toggle{position:relative;width:13px;height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile__menu a span:nth-child(1){width:21px;height:3px;display:block;background:var(--darck-color);-webkit-transition:ease .3s;-o-transition:ease .3s;transition:ease .3s;background-color:#edeef1}.mobile__menu a.active span:nth-child(1){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;-webkit-transition:ease .3s;-o-transition:ease .3s;transition:ease .3s;background-color:#edeef1}.mobile__menu a span:nth-child(2){width:21px;height:3px;display:block;background:var(--darck-color);margin:4px 0;background-color:#edeef1}.mobile__menu a.active span:nth-child(2){opacity:0;background-color:#edeef1}.mobile__menu a span:nth-child(3){width:21px;height:3px;display:block;background:var(--darck-color);-webkit-transition:ease .3s;-o-transition:ease .3s;transition:ease .3s;background-color:#edeef1}.mobile__menu a.active span:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute;-webkit-transition:ease .3s;-o-transition:ease .3s;transition:ease .3s;background-color:#edeef1}.header-photo{background-image:url(../img/header-photo.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;height:813px}.header-photo__wrapper{padding-top:184px}.header-photo__text{margin:0 auto;max-width:460px;width:100%}.header-photo__logo-big{max-width:460px;width:100%}.header-photo__adress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:600;font-size:21px;line-height:28px;text-align:center;color:#fff}.about__wrapper{padding:103px 0 123px}.about__text-top{color:#ffae62;font-weight:600;font-size:18px;line-height:28px;text-align:center;width:100%;max-width:442px;margin:0 auto 94px}.about__title{font-weight:800;font-size:36px;line-height:83px;text-align:center;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:39px}.about__text{font-weight:400;font-size:18px;line-height:33px;text-align:center;width:100%;max-width:570px;margin:0 auto}.advantages{background-color:#edeef1}.advantages__wrapper{padding:10px 0 6px}.advantages__title{font-weight:800;font-size:36px;line-height:83px;text-align:center;text-transform:uppercase;width:212px;margin:0 auto 80px}.advantages__blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.advantages__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20%;margin-bottom:95px}.advantages__block-img{border-radius:1%;width:90px;height:90px;position:relative;margin-bottom:2px}.advantages__img{width:72px;height:77px;position:relative;left:18px;bottom:14px}.advantages__text{font-weight:400;font-size:18px;line-height:19px;text-align:center}.tab{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tablinks{-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;font-weight:400;font-size:18px;line-height:28px}.tablinks:hover{text-decoration:underline}.tab button{float:left;border:none;background:0 0}.tab button.active{text-decoration:underline;font-weight:700;font-size:18px;line-height:28px}.tabcontent{padding:6px 12px;border-top:none;display:none}.tabcontent-active{display:block;height:auto}.gallery{height:100%}.gallery__wrapper{position:relative}.gallery__title{margin:42px auto 37px;width:177px;font-weight:800;font-size:36px;line-height:83px;text-align:center;text-transform:uppercase}.slider1{width:100%;height:auto;position:absolute;top:261px;left:0;right:0}.slider1__wrapper{position:relative}.slider1__img{width:954px;max-height:700px}.swiper-slide{text-align:center;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swiper-button-next,.swiper-button-prev{font-size:64px;line-height:64px;height:64px;color:#1f1f1f}.swiper-button-next{right:30px}.swiper-button-prev{left:30px}.flats{height:auto;padding:12px 0 157px;background-color:#edeef1}.flats__title{font-weight:800;font-size:36px;line-height:83px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:15px}.flats .slider2{width:100%;height:auto}.flats .slider2__title{font-weight:700;font-size:20px;line-height:28px;text-align:center}.flats .slider2__text{font-weight:400;font-size:18px;line-height:28px;text-align:center}.flats .slider2__img{width:954px}.flats .slider2-slide{text-align:center;font-size:18px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flats .swiper-button-next2{right:0}.flats .swiper-button-prev2{left:0}.contacts{background:#edeef1}.contacts__wrapper{padding:60px 0 15px}.contacts__title{font-weight:800;font-size:36px;line-height:83px;text-align:center;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:51px}.contacts__block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.contacts__block-text{margin-bottom:9px}.contacts__text{font-weight:400;font-size:18px;line-height:33px}.contacts__link{font-weight:700;font-size:18px;line-height:33px;color:#ffae62}.contacts__block-title{font-weight:700;font-size:18px;line-height:33px;margin-bottom:15px}.about-dev__wrapper{padding:13px 0 18px}.newz__wrapper{padding:13px 0 8px;background-color: #EDEEF1}.about-dev__title{font-weight:800;font-size:36px;line-height:53px;text-align:center;text-transform:uppercase;margin-bottom:67px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.about-dev__block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.about-dev__logo{width:240px;margin-right:100px}.about-dev__block-about{width:100%;max-width:635px}.about-dev__text{font-weight:400;font-size:18px;line-height:33px}.about-dev__text p{margin-bottom:46px}.about-dev__block-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-dev__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 28px;width:296px;background-color:#ffae62;color:#fbfbfb;font-weight:700;font-size:18px;line-height:33px;text-transform:capitalize;white-space:nowrap;margin-right:47px}.about-dev__btn:hover{background-color:#00aab3}.about-dev__btn i{border:solid #fbfbfb;border-width:0 2px 2px 0;display:inline-block;padding:3px;height:6px}.about-dev__btn .right{-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.about-dev__btn2{color:#ffae62;font-weight:700;font-size:18px;line-height:33px;text-transform:capitalize;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.about-dev__btn2:hover{color:#00aab3}.about-dev__btn2 i{border:solid #00c4ce;border-width:0 2px 2px 0;display:inline-block;padding:3px;height:6px}.about-dev__btn2 .right{-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.about-dev__btn2-text{margin-right:19px}.about-dev__btn2:hover .right{border-color:#00aab3}.consultation__wrapper{padding:74px 0 17px}.consultation__title{font-weight:800;font-size:36px;line-height:47px;text-align:center;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:23px}.consultation__text{width:100%;max-width:480px;font-style:normal;font-weight:400;font-size:18px;line-height:33px;text-align:center;margin:0 auto 70px}.consultation__form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:866px;height:60px;margin:0 auto}.consultation__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:588px;border:2px solid #edeef1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.consultation__name{width:100%;max-width:221px;padding:10px 13px 13px 28px;border:none;height:100%}.consultation__name::-webkit-input-placeholder{font-weight:400;font-size:18px;line-height:33px;text-transform:capitalize;color:#9e9e9e}.consultation__name::-moz-placeholder{font-weight:400;font-size:18px;line-height:33px;text-transform:capitalize;color:#9e9e9e}.consultation__name:-ms-input-placeholder{font-weight:400;font-size:18px;line-height:33px;text-transform:capitalize;color:#9e9e9e}.consultation__name::-ms-input-placeholder{font-weight:400;font-size:18px;line-height:33px;text-transform:capitalize;color:#9e9e9e}.consultation__name::placeholder{font-weight:400;font-size:18px;line-height:33px;text-transform:capitalize;color:#9e9e9e}.consultation__line{height:36px;width:2px;background-color:#edeef1}.consultation__phone{width:100%;max-width:367px;padding:10px 13px 13px 28px;border:none;height:100%}.consultation__phone::-webkit-input-placeholder{font-weight:400;font-size:18px;line-height:33px;color:#9e9e9e}.consultation__phone::-moz-placeholder{font-weight:400;font-size:18px;line-height:33px;color:#9e9e9e}.consultation__phone:-ms-input-placeholder{font-weight:400;font-size:18px;line-height:33px;color:#9e9e9e}.consultation__phone::-ms-input-placeholder{font-weight:400;font-size:18px;line-height:33px;color:#9e9e9e}.consultation__phone::placeholder{font-weight:400;font-size:18px;line-height:33px;color:#9e9e9e}.consultation__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:278px;background:#00c4ce;padding:14px 27px 13px;border:none;outline:0;font-weight:700;font-size:18px;line-height:33px;color:#fbfbfb;cursor:pointer}.consultation__btn:hover{background-color:#00aab3}.consultation__btn i{border:solid #fbfbfb;border-width:0 2px 2px 0;display:inline-block;padding:4px;height:11px}.consultation__btn .right{-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.footer{background-color:#1f1f1f}.footer__wrapper{padding:94px 0 40px}.footer__main{padding-bottom:117px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__about-item{margin-bottom:9px}.footer__about-link{font-weight:400;font-size:14px;line-height:33px;font-variant:small-caps;color:#fbfbfb}.footer__about-link:hover{color:#00c4ce}.footer__other-text{font-weight:400;font-size:14px;line-height:33px;text-align:right;color:#fbfbfb}.footer__other-link{font-weight:700;font-size:14px;line-height:33px;text-align:right;color:#fbfbfb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer__down{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:29px}.footer__down-company{font-weight:400;font-size:15px;line-height:26px;color:#818181}.contacts-map__img{width:100%;max-width:851px}.contacts-map__info{margin-right:60px;width:250px}.contacts-map__info-block{width:250px}.contacts-map__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}:root{--grayd3-color:#D3D3D3;--grayac-color:#ACACAC;--graybe-color:#BEBEBE;--pink-color:#EC25A3}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:Montserrat,sans-serif}body{font-family:Montserrat,sans-serif;font-style:normal;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f}body.hidden{overflow:hidden}.container{width:100%;max-width:1315px;padding:0 15px;margin:0 auto}@media (max-width:1300px){.advantages__block{width:25%}}@media (max-width:1250px){.slider1__img{width:calc(100vw - 200px)}.flats .slider2__img{width:calc(100vw - 200px)}}@media (max-width:1200px){.advantages__block{width:50%}}@media (max-width:1100px){.header__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__logo{margin:0 auto}.header__navigation{display:none}.header__other{display:none}.mobile__menu{display:block}}@media (max-width:1080px){.gallery{height:740px}}@media (max-width:1050px){.about-dev__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-dev__logo{margin-bottom:50px;margin-right:0}}@media (max-width:1000px){.gallery{height:710px}.flats .slider2-slide{width:calc(100vw - 30px - 100px)}}@media (max-width:991px){.advantages__block{width:100%}.slider1{top:220px}}@media (max-width:970px){.gallery{height:640px}}@media (max-width:870px){.gallery{height:580px}}@media (max-width:768px){.slider1__img{width:calc(100vw - 150px)}.swiper-button-next{right:0}.swiper-button-prev{left:0}.flats .slider2__img{width:calc(100vw - 150px)}.consultation__title{font-size:31px;line-height:41px}.consultation__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.consultation__inputs{height:auto;margin-bottom:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:none}.consultation__name{max-width:100%;border:2px solid #edeef1;height:60px;margin-bottom:30px}.consultation__line{display:none}.consultation__phone{max-width:100%;border:2px solid #edeef1;height:60px}.consultation__btn{max-width:588px}.footer__main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__about{margin-bottom:20px}.footer__about-link{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer .header__logo{margin-bottom:30px}.footer__gallery{margin-bottom:20px}.footer__other-text{text-align:center}.footer__other-link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__down{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__down-company{margin-bottom:10px}.contacts-map__info{margin-bottom:40px}.contacts-map__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:750px){.gallery{height:530px}}@media (max-width:700px){.gallery{height:480px}.slider1{top:170px}}@media (max-width:670px){.about-dev__block-btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about-dev__btn{margin-right:0;margin-bottom:30px}}@media (max-width:660px){.contacts__wrapper{padding-bottom:100px}.contacts__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts__blocks{margin-bottom:30px}}@media (max-width:648px){.gallery{height:420px}}@media (max-width:576px){.gallery{height:370px}}@media (max-width:500px){.gallery{height:320px}.flats{padding:150px 0 100px}}@media (max-width:488px){.header-photo{height:653px}}@media (max-width:424px){.tablinks{font-size:14px;line-height:15px}.tab button.active{font-size:15px;line-height:16px}}@media (max-width:400px){.flats{padding:13px 0 13px}}@media (max-width:396px){.gallery{height:290px}}@media (max-width:364px){.about__title{font-size:30px;margin-bottom:34px}}@media (max-width:355px){.slider1{top:190px}}.webp .header-photo{background-image:url(../img/header-photo.webp)}