@media (max-width: 1330px){
    .contacts-section__btns{
        right: 10px;
        bottom: 10px;
        margin: 0;
        text-align: center;
    }
    .contacts-section__feedback,
    .contacts-section__btn{
        display: none;
    }
}

@media (max-width: 1260px){
    .main-slider__nav-arrow,
    .partners-slider .slick-arrow{
        width: 0;
        height: 0;
        position: absolute;
        right: auto;
        left: -9999px;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
    }
}

@media (max-width: 1200px){
    .header > .wrapper{
        padding-top: 0;
        padding-bottom: 0;
    }
    .header{
        background: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(13,24,32,.08);
           -moz-box-shadow: 0 5px 10px rgba(13,24,32,.08);
                box-shadow: 0 5px 10px rgba(13,24,32,.08);
        -webkit-animation: .4s header__fixed linear forwards;
           -moz-animation: .4s header__fixed linear forwards;
             -o-animation: .4s header__fixed linear forwards;
                animation: .4s header__fixed linear forwards;
    }
    .header .col-3{
        margin-top: 12px;
    }
    .header .logo{
        width: 246px;
    }
    .header .nav{
        background: #fff;
        width: auto;
        padding: 14px 20px;
        position: absolute;
        top: 100%;
        right: 15px;
        -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.1);
           -moz-box-shadow: 0 6px 6px rgba(0,0,0,.1);
                box-shadow: 0 6px 6px rgba(0,0,0,.1);
        -webkit-transform: translateY(-15px);
           -moz-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
             -o-transform: translateY(-15px);
                transform: translateY(-15px);
        -webkit-transition: transform .4s;
        -moz-transition: transform .4s;
        -o-transition: transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: -o-transform .4s;
        -moz-transition: transform .4s, -moz-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }

    .header .nav.active{
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .nav-list{
        display: block;
    }

    .header .nav-item + .nav-item{margin-top: 6px;}

    .header .header-contacts__top{
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .header .social{
        display: none;
    }

    .header .nav-icon__mobile{
        margin-left: 28px;
        padding: 10px 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .main-slider{
        min-height: 0;
    }
    .main-block{
        min-height: 0;
        padding-top: 160px;
    }
    h1{font-size: 48px;}
    h2{font-size: 34px;}
    h3{font-size: 28px;}
    h4{font-size: 20px;}
    .about-section{
        padding: 30px 0 80px 0;
    }
    .content{
        font-size: 15px;
    }
    .about-block{
        display: block;
    }
    .about-m__left{
        width: auto;
        margin: 0 0 40px;
        -webkit-box-shadow: 0 12px 32px rgba(13,24,32,.14), 0 32px 46px rgba(225,171,108,.13);
           -moz-box-shadow: 0 12px 32px rgba(13,24,32,.14), 0 32px 46px rgba(225,171,108,.13);
                box-shadow: 0 12px 32px rgba(13,24,32,.14), 0 32px 46px rgba(225,171,108,.13);
    }
    .about-left__in,
    .hw-block{
        padding: 30px 20px;
    }
    .about-slider__wrap{
        width: 100%;
        max-width: 360px;
        margin: 0 auto 80px auto;
    }
    .about-slider__wrap:before{
        display: none;
    }
    .about-left:before,
    .about-moore:before,
    .about-moore:after{
        display: none;
    }
    .services-section{
        padding: 160px 0;
    }
    .services-list .col-3{
        width: 33.33%;
    }
    .header .col-3,
    .header.active .col-3{
        margin-top: 23px;
    }
    .header .col-3{
        width: 180px;
    }
    .header .col-7{
        width: auto;
        margin-left: 180px;
        float: none !important;
    }
    .header.active .social{
        display: none;
    }
    .header .logo,
    .header.active .logo{
        width: 100%;
        max-width: 150px;
    }
    .portfolio-section,
    .partners-section{
        padding: 80px 0;
    }
    .partners-section{
        min-height: 0;
        padding-bottom: 40px;
    }
    .portfolio-section:before,
    .portfolio-section:after{
        display: none;
    }
    .portfolio-item__text{
        padding-left: 10px;
        font-size: 14px;
    }
    .rozetta-img{
        display: none;
    }
    .portfolio-slider__arrow--prev:before,
    .portfolio-slider__arrow--next:before{
        display: none;
    }
    .footer{
        padding: 30px 0;
    }
    .footer-nav{
        display: none;
    }
    .footer .col-3{
        width: 180px;
        float: left;
    }
    .footer .col-8{
        width: auto;
        float: none;
        overflow: hidden;
    }
    .contacts-section{
        margin-top: 0;
        padding: 40px 0;
    }
    .contacts-content,
    .contacts-form__wrap,
    .contacts-page .contacts-content,
    .contacts-page__right{
        width: auto;
        padding: 0;
        float: none;
    }
    .contacts-form__wrap,
    .feedback-section__form{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .contacts-content,
    .contacts-page .contacts-content{
        margin-bottom: 40px;
    }
    .contacts-page__right{
        text-align: center;
    }
    .contacts-page__right{
        text-align: center;
    }
    .contacts-page__right > .btn{
        margin-top: 20px;
    }
    .contacts-page__right:before{
        display: none;
    }
    .contacts-section__social{
        text-align: center;
    }
    .contacts-section__social li{
        margin: 0 10px;
    }
    .contacts-section__social li + li{
        margin-left: 10px;
    }
    .contacts-title{
        text-align: center;
    }
    .main-slider__nav-item{
        width: 100%;
        max-width: 30vw;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: -webkit-calc(30vw - 16px);
        padding-bottom: -moz-calc(30vw - 16px);
        padding-bottom: calc(30vw - 16px);
    }
    button.mfp-close{
        margin: 0 0 10px;
        right: 0;
        left: auto;
    }
    .main-block__page > span{
        font-size: 34px;
    }
    .main-block__typical{
        padding-top: 200px;
    }
    .page-typical{
        margin-top: 0;
        padding: 60px 0;
    }
    .page-typical .blog-item{
        padding: 0 0 20px;
    }
    .page-typical .blog-item__img-wrap{
        margin: 0 auto;
        float: none;
    }
    .page-typical .blog-item:before{
        height: auto;
        top: 28px;
        bottom: 0;
        left: 0;
    }
    .page-typical .blog-item__content{
        padding: 15px 20px;
    }
    .page-typical .blog-item__content > *{
        max-width: 100%;
    }
    .page-typical .blog-item__btn{
        margin: 0 0 0 -33px;
        top: auto;
        bottom: 0;
        left: 50%;
    }
    .card-modal__head .mfp-close{
        top: 15px;
        right: 15px;
    }
    .blog-modal__actions .col-6{
        width: auto;
        float: none;
    }
    .blog-modal__actions-left{
        text-align: center;
    }
    .blog-modal__actions-left > *.blog-modal__actions-title{
        padding-bottom: 8px;
        display: block;
        text-align: center;
    }
    .card-modal__bottom{
        text-align: center;
    }
    .hw-block__bottom{
        padding-left: 0;
        text-align: center;
    }
    .hw-block__bottom:before{
        display: none;
    }
    .desc-section__content .about-left__in{
        min-height: 0;
    }
    .map-contacts__list{
        margin-left: 0;
    }
    .portfolio-page__item-content{
        padding: 15px 20px;
    }
    .portfolio-page__item-title{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .portfolio-page__item-logo{
        height: 50px;
        line-height: 50px;
    }
    .portfolio-tabs__nav-list{
        padding-bottom: 10px;
        overflow-x: scroll;
    }
    .price-modal{
        padding: 20px;
    }
    .price-modal button.mfp-close{
        top: 22px;
        right: 20px;
    }
    .price-modal__img{
        margin: 0 auto -10px auto;
        position: relative;
        top: 0;
        z-index: 0;
    }
    .price-modal__right{
        margin-left: 0;
        padding: 20px;
        display: block;
        text-align: center;
        overflow: visible;
    }
    .price-modal__right > *{
        width: auto;
    }
	/* add wmdesigner */
	.more-static section.slider {
		margin-left:7%;
	/* end*/ 
}

@media (max-width: 1000px){
    .partners-item{
        margin: 0 20px 40px 20px;
    }
    .main-slider__nav-item__title{
        font-size: 13px;
    }
    .section-title{
        padding: 0;
    }
    .section-title > span{
        padding: 0;
    }
    .section-title > span:before{display: none;}
    .section-title > span:after{
        margin: 20px auto 0 auto;
        display: block;
        position: static;
    }
    .page-typical__desc{
        padding: 40px 20px;
    }
    .page-card__works-grid{
        margin-top: 0;
    }
    .hw-title,
    .feedback-title{
        font-size: 38px;
    }
    .hw-desc{
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .main-slider__item-desc{
        font-size: 14px;
    }
    .grid li{
        width: 50%;
    }
    .content{
        font-size: 14px;
    }
    h1{font-size: 40px;}
    h2{font-size: 32px;}
    h3{font-size: 24px;}
    h4{font-size: 18px;}
    .main-slider__nav-item__title{
        height: 40px;
    }
    .services-list .col-3{
        width: 50%;
    }
    .services-item{
        padding-bottom: 90%;
    }
    .services-section{
        margin-top: 80px;
        padding: 0 0 60px;
    }
    .partners-text{
        font-size: 15px;
    }
    .main-slider__nav-item{
        max-width: 40vw;
        padding-bottom: -webkit-calc(40vw - 16px);
        padding-bottom: -moz-calc(40vw - 16px);
        padding-bottom: calc(40vw - 16px);
    }
    .section-desc{
        font-size: 15px;
    }
    .services-section{
        background: #fdf8f5;
        padding: 56px 0;
    }
    .partners-section{
        background: #dee1d3;
    }
    .contacts-content .col-6,
    .contacts-content .col-12,
    .feedback-section__form .col-6,
    .feedback-section__form .col-12{
        width: auto;
        float: none;
    }
    .contacts-section__item{
        margin-bottom: 35px;
    }
    .contacts-form,
    .feedback-section__form{
        padding: 30px 15px;
    }
    .contacts-form__title{
        margin-right: 0;
        font-size: 18px;
        text-align: center;
    }
    #map{
        height: 220px;
    }
    .page-typical .blog-list .col-6{
        width: auto;
        float: none;
    }
    .card-modal__bottom .page-cw__nav-item{
        margin-right: 15px;
    }
    .card-modal__bottom .page-cw__nav-item + .page-cw__nav-item{
        margin-left: 15px;
    }
    .card-modal__content h3{
        font-size: 24px;
    }

    .card-modal__content h5{
        font-size: 15px;
    }
    .page-name,
    .hw-title,
    .feedback-title{
        font-size: 32px;
    }
    .hw-desc{
        font-size: 16px;
    }
    .map-contacts__list{
        display: none;
    }
    .map-contacts{
        height: 240px;
    }
	/* wmdesigner add*/
	.staticpage div.sp-soc, .staticpage .sp-pagenav {float: none; width: 100%; max-width: inherit; clear: both;}
	.staticpage div.sp-soc {padding-bottom: 3%;}
	/* end*/
}

@media (max-width: 580px){
    .services-list .col-3{
        width: auto;
        float: none;
        display: block;
    }
    .services-item{
        width: 100%;
        max-width: 260px;
        margin-right: auto;
        margin-left: auto;
    }
    .partners-text{
        font-size: 14px;
    }
    .main-slider__nav-item{
        width: auto;
        min-width: 280px;
        max-width: 280px;
        height: 280px;
        padding-bottom: 0;
    }
    .phone{
        font-size: 16px;
    }
    .blog-modal__slider-wrap{
        display: none;
    }
		/* wmdesigner add*/
	.call-us-form .contacts-form__line, .call-us-form .contacts-form-text {float: none!important; 
		width: 89%!important; 
		max-width: inherit!important; 
		clear: both;
		margin: 0 5%!important;
	}
	.call-us-form label.contacts-form__data {margin: 0 5% 5% 5%; width: 70%!important;}
	.more-static .col-6 {width: 60%!important;}

	/* end*/

}

@media (max-width: 480px){
    .header .phone{
        display: none;
    }
    .grid li{
        width: 100%;
    }
    .partners-list{
        display: block;
    }
    .partners-item{
        margin: 0 auto 40px auto;
    }
    .partners-top{
        margin-bottom: 10px;
    }
    .footer .col-3,
    .footer .col-8{
        width: auto;
        float: none !important;
    }
    .footer .logo{
        max-width: 240px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer .header-contacts__top{
        margin: 0;
        padding: 18px 0;
        text-align: center;
    }
    .footer .phone{
        font-size: 22px;
    }
    .main-block__page > span{
        min-width: 280px;
    }
    .services-item{
        padding-bottom: 100%;
    }
}

@media (max-width: 320px){
    
}