html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input{
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}

.banner_mm {
    display:none;
    z-index: 99999999;
    position: fixed;
}



@font-face {
    font-family: "socicon";
    src: url(../themes/demo/assets/fonts/socicon.eot);
    src: url(../themes/demo/assets/fonts/socicon.ttf) format('truetype'),
    url(../themes/demo/assets/fonts/socicon.svg) format('svg'),
    url(../themes/demo/assets/fonts/socicon.woff) format('woff');
}
@font-face {
    font-family: "MyriadPro-Regular";
    src: url(../themes/demo/assets/fonts/MyriadPro-Regular.otf);
    src: url(../themes/demo/assets/fonts/MyriadPro-Regular.ttf) format('truetype'),
    url(../themes/demo/assets/fonts/MyriadPro-Regular.svg) format('svg'),
    url(../themes/demo/assets/fonts/MyriadPro-Regular.woff) format('woff'),
    url(../themes/demo/assets/fonts/MyriadPro-Regular.otf) format('otf');
}
@font-face {
    font-family: "MyriadPro-Semibold";
    src: url(../themes/demo/assets/fonts/MyriadPro-Semibold.eot);
    src: url(../themes/demo/assets/fonts/MyriadPro-Semibold.ttf) format('truetype'),
    url(../themes/demo/assets/fonts/MyriadPro-Semibold.svg) format('svg'),
    url(../themes/demo/assets/fonts/MyriadPro-Semibold.woff) format('woff'),
    url(../themes/demo/assets/fonts/MyriadPro-Semibold.otf) format('otf');
}
@font-face {
    font-family: "MyriadPro-Bold";
    src: url(../themes/demo/assets/fonts/MyriadPro-Bold.eot);
    src: url(../themes/demo/assets/fonts/MyriadPro-Bold.ttf) format('truetype'),
    url(../themes/demo/assets/fonts/MyriadPro-Bold.svg) format('svg'),
    url(../themes/demo/assets/fonts/MyriadPro-Bold.woff) format('woff'),
    url(../themes/demo/assets/fonts/MyriadPro-Bold.otf) format('otf');
}
@font-face {
    font-family: "proximanova-bold";
    src: url(../themes/demo/assets/fonts/proximanova-bold-webfont.eot);
    src: url(../themes/demo/assets/fonts/proximanova-bold-webfont.ttf) format('truetype'),
    url(../themes/demo/assets/fonts/proximanova-bold-webfont.woff) format('woff');
}
@font-face {
    font-family: "proximanova-regular";
    src: url(../themes/demo/assets/fonts/proximanova-reg-webfont.eot);
    src: url(../themes/demo/assets/fonts/proximanova-reg-webfont.ttf) format('truetype'),
    url(../themes/demo/assets/fonts/proximanova-reg-webfont.woff) format('woff');
}
@font-face {
    font-family: "proximanova-light";
    src: url(../themes/demo/assets/fonts/proximanova-light-webfont.eot);
    src: url(../themes/demo/assets/fonts/proximanova-light-webfont.ttf) format('truetype'),
    url(../themes/demo/assets/fonts/proximanova-light-webfont.woff) format('woff');
}
@font-face {
    font-family: "Rouble";
    src: url(../themes/demo/assets/fonts/ALSRubl.eot);
    src: url(../themes/demo/assets/fonts/ALSRubl.ttf) format('truetype'),
    url(../themes/demo/assets/fonts/ALSRubl.svg) format('svg'),
    url(../themes/demo/assets/fonts/ALSRubl.woff) format('woff');
}

.rouble-style{
    font-family: "Rouble",sans-serif !important;
    font-style: normal;
    text-transform: lowercase !important;
    font-weight: normal;
}


/* body */
body{
    overflow-x: hidden;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    font-family: "proximanova-regular" , sans-serif;
}
.wrapper{
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.wrapper:after{
    display: block;
    clear: both;
    content: " ";
}
.wrapper:before{
    display: block;
    clear: both;
    content: " ";
}




/*  header  */
.header{
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    margin-bottom: 5px;
}
.header .wrapper{
    background-color: #FFFFFF;
    position: relative;
}
.header-bg{
    position: absolute;
    right: 0;
    top: 0;
    content: " ";
    width: 346px;
    height: 100%;
    background: #295074;
}
.header-show.sticky-active.header .wrapper{
	box-shadow: 0 7px 4px -4px rgba(0, 0, 0, .2);
}
.logo{
    float: left;
    padding: 25px 0 1px 30px;
}
.logo a{
    text-decoration: none;
}
.logo img{
    max-width: 100%;
    max-height: 72px;
    min-height: 42px !important;
}
.contact-wrap{
    float: right;
    background: #295074;
    position: relative;
}
.contact-header-wrap{
    padding: 0 10px 0 30px;
    width: 346px;
    min-height: 60px;
}
.height-contact{
    height: 29px;
}
.contact-header{
    padding: 14px 0 14px 0px;
    min-height: 53px;
    display: inline-block;
    vertical-align: top;
}
.contact-text{
    color: #fff;
    font-size: 12px;
    font-family: "MyriadPro-Bold",sans-serif;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}
.contact-number,
.contact-number a{
    color: #fff;
    font-size: 31px;
    font-family: "proximanova-bold",sans-serif;
    text-decoration: none;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.icons-wrap{
    position:absolute;
    bottom: -30px;
    left: 0px;
    display: table;
    width: 100%;
    padding: 0 29px;
    z-index: 98;
}
.icons-wrap a{
    height: 45px;
    width: 45px;
    text-align: center;
    margin-left: -5px;
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    text-decoration: none;
    padding: 0;
    background-color: white;
    border-radius: 50%;
    line-height: 58px;
    color: #295074;
}
.icons-wrap a:hover{
    color: white;
    background-color: #2690CF;
}
.header .icons-wrap{
    display: block;
    text-align: center;
    padding: 0 15px;
    bottom: -25px;
}
.header .icons-wrap a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    box-shadow: 0 2px 3px 0px rgba(0,0,0, .3);
}
a#stekla{
    position: absolute;
    top: -80px;
    display: block;
}
.section8-serv,
.section17-serv,
.section19-serv,
.section14-serv{
    position: relative;
}
#salon{
    position: absolute;
    top: -50px;
}
#dvigatel{
    position: absolute;
    top: -80px;
}
#diski{
    position: absolute;
    top: -80px;
}
#kuzov{
    top: -70px;
}
.sect1 .wrapper{
    text-align: center;
}
.sect1 .wrapper > a{
    font-size: 0;
    text-decoration: none;
}
.footer .icons-wrap a:first-child:hover{
    opacity: 1;
    background: transparent;
}
.icons-wrap .icon-v{
    background: url("../themes/demo/assets/img/bg-icon-v.png") no-repeat center top;
}
.icons-wrap .icon-v:hover{
    background: url("../themes/demo/assets/img/bg-icon-vk-hover.png") no-repeat center top;
}
.icons-wrap .icon-f{
    background: url("../themes/demo/assets/img/bg-icon-f.png") no-repeat center top;
}
.icons-wrap .icon-f:hover{
    background: url("../themes/demo/assets/img/bg-icon-fb-hov.png") no-repeat center top;
}
.icons-wrap .icon-t{
    background: url("../themes/demo/assets/img/bg-icon-t.png") no-repeat center top;
}
.icons-wrap .icon-t:hover{
    background: url("../themes/demo/assets/img/bg-icon-twit-hov.png") no-repeat center top;
}
.icons-wrap .icon-i{
    background: url("../themes/demo/assets/img/bg-icon-i.png") no-repeat center top;
}
.icons-wrap .icon-i:hover{
    background: url("../themes/demo/assets/img/bg-icon-inst.png") no-repeat center top;
}
.icons-wrap .icon-s{
    background: url("../themes/demo/assets/img/bg-icon-s.png") no-repeat center top;
}
.icons-wrap .icon-s:hover{
    background: url("../themes/demo/assets/img/bg-icon-s-hover.png") no-repeat center top;
}
.height-nav-header{
    height: 28px;
}
.nav-header{
    padding-top: 47px;
    width: 620px;
    float: left;
    padding-left: 6px;
}
.sticky .nav-header{
    width: 658px;
}
.nav-header ul{
    text-align: center;
}
.nav-header > ul{
    display: table;
    width: 100%;
    padding: 0 10px;
}
.nav-header > ul > li{
    display: inline-block;
    vertical-align: middle;
}
.nav li{
    display: inline-block;
    vertical-align: top;
    margin: 0 13px;
}
.nav li a{
    color: #000;
    font-size: 13px;
    font-family: "MyriadPro-Bold",sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 0;
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.nav li a.active,
.nav li a:hover{
    color: #2690CF;
}
.nav li{
    position: relative;
}
.nav-header ul.in-nav{
    text-align: left;
    position: absolute;
    top: 15px;
    left: 0;
    display: none;
    z-index: 5;
    padding: 40px 0 0 0;
}
.nav ul.in-nav-footer{
    text-align: left;
    position: absolute;
    bottom: 50px;
    left: 0;
    display: none;
    z-index: 5;
}
.nav .in-nav li{
    display: block;
}
.nav .in-nav li{
    margin: 0;
    text-align: center;
    display:block;
    margin: 0 10px;
    background-color:white;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.37);
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 0;
}
.nav .in-nav li:hover{
    background-color:#2690CF;
}
.wrapper .nav .in-nav li a:hover{
    color: white;
}
.nav .in-nav li:hover a{
    color: white;
}
.footer .nav .in-nav-footer li{
    background-color:white;
    margin: 0px;
    margin-top: 10px;
}
.nav .in-nav li a,
.nav .in-nav-footer li a{
    text-transform: uppercase;
    padding: 10px 60px;
    text-align: left;
    white-space: nowrap;
    color: #2690cf;
}
.nav .in-nav li a.active,
.nav .in-nav li a:hover,
.nav .in-nav-footer li a.active,
.nav .in-nav-footer li a:hover{
    border-bottom: 2px solid transparent;
    color: #313f54;
}
.nav li:hover .in-nav,
.nav li:hover .in-nav-footer{
    display: block;
}
.for-header{
    height: 0px;
    margin-top: 10px;
    max-height: 138px;
    display: none;
}
.for-header-fixed{
    height: 50px;
}
.wrapper-fixed{
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.contact-header-wrap-fixed{
    padding:7px 40px;
}
.icons-wrap-fixed{
    display: none;
}
.nav-header-fixed{
    padding: 10px 352px 0 125px;
}
.logo-fixed{
    padding: 7px 0 1px 50px;
    width: 102px;
    margin-top: 2px;
}
.logo-fixed img{
    width: 160px;
}
.contact-header-fixed{
    background-size: 40px;
    background-position: 10px center;
}
.contact-text-fixed{
    font-size: 11px;
    padding-top: 9px;
    padding-bottom: 2px;
}
.contact-number-fixed a{
    font-size: 18px;
}




/* slider-wrapper  */
.slider-main.slick-slider {
    margin-bottom: 0;
}
.slick-dots li {
    width: auto;
    height: auto;
    margin: 5px;
}
.slider-main .slick-dots {
    bottom: 2px;
    left: 0;
    width: 390px;
    z-index: 5;
}
.slider-main .slick-dots{
    text-align: left;
    padding-left: 83px;
}
.for-bg-text{
    position: relative;
}
.slider-wrapper .for-bg-text .bg-text{
    background-color: transparent;
}
.slider-wrapper .for-bg-text .bg-text .slide-button{
    padding-top: 240px;
}

.title-slide-content{
    font-size: 63px;
    color: white;
    text-transform: uppercase;
    font-family: "proximanova-bold",sans-serif;
    margin-top: 30px;
    margin-right: 18px;
}
.price-slide-content i img{
    display: inline-block;
    vertical-align: bottom;
}
.ot-text{
    display: inline-block;
    vertical-align: bottom;
    font-size: 42px;
}
.price-slide-content{
    color: #1E5C85;
    margin-top: 43px;
    margin-right: 23px;
}
.price-serv{
    font-family: "proximanova-bold",sans-serif;
    font-size: 71px;
    line-height: 53px;
    display: inline-block;
}
.wrap-slider-text{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
}
.for-bg-text .bg-text{
    background-color: rgba(0,0,0,0.8);
    padding: 45px 65px 0;
    width: 390px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.slide-title{
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-family: "MyriadPro-Bold",sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: left;
}
.slide-text{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0px 15px;
    text-align: left;
}
.slide-button{
    padding-bottom: 55px;
    text-align: left;
}
.slide-button a{
    display: inline-block;
    vertical-align: top;
    padding: 16px 20px;
    background-color: #2690CF;
    color: #fff;
    font-size: 13px;
    font-family: "MyriadPro-Bold",sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slide-button a:hover{
    background-color: #2476ae;
}
.slider-main .slick-dots li button {
    padding: 0;
    width: 13px;
    height: 13px;
    opacity: 1;
    background-color: #6D7074;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.slider-main .slick-dots li{
    margin: 12px;
}
.slider-main .slick-dots li.slick-active button{
    background-color: #007FEB;
}
.slider-main .slick-dots li button:before {
    display: none;
}



/*  sect1   */
.sect1 .wrapper{
    padding: 20px 30px 0px;
    /*background: url('../img/bg-sect1.jpg') repeat-y center top #fff;*/
    background: #fff;
}
.block-work{
    display: inline-block;
    vertical-align: top;
    width: 19%;
    padding-top: 186px;
    padding-bottom: 30px;
}
.work-img{
    width: 200px;
    height: 172px;
    margin: 0 auto;
}

.block-work{
    position: relative;
}
.block-work:before{
    height: 172px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    content: " ";
    z-index: 2;
}
.block-work-1.block-work:before{
    background: url("../themes/demo/assets/img/block-work-1.png") no-repeat 0 0;
}
.block-work-2.block-work:before{
    background: url("../themes/demo/assets/img/block-work-2.png") no-repeat 0 0;
}
.block-work-3.block-work:before{
    background: url("../themes/demo/assets/img/block-work-3.png") no-repeat 0 0;
}
.block-work-4.block-work:before{
    background: url("../themes/demo/assets/img/block-work-4.png") no-repeat 0 0;
}
.block-work-5.block-work:before{
    background: url("../themes/demo/assets/img/block-work-5.png") no-repeat 0 0;
}
.hexagon {
    width: 120px;
    height: 176px;
    background: #2690CF;
    position: absolute;
    top: -2px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    display: none;
}
.hexagon:before {
    right: -46px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88px 0 88px 46px;
    border-color: transparent transparent transparent #2690CF;
}
.hexagon:after {
    left: -46px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88px 46px 88px 0px;
    border-color: transparent #2690CF transparent transparent;
}
.hexagon--white {
    width: 116px;
    height: 170px;
    background: white;
    position: absolute;
    top: 1px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.hexagon--white:before {
    right: -44px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 85px 0 85px 44px;
    border-color: transparent transparent transparent white;
}
.hexagon--white:after {
    left: -44px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 85px 44px 85px 0px;
    border-color: transparent white transparent transparent;
}

.block-work:hover .hexagon{
    display: block;
}


.work-title{
     color: #313f54;
     font-size: 16px;
     line-height: 19px;
     font-family: "MyriadPro-Bold",sans-serif;
     text-transform: uppercase;
     text-align: center;
 }
.block-work:hover .work-title{
    color: #2690cf;
}




/*  sect2   */
.sect2 .wrapper{
    padding: 30px 30px 0px;
    background-color: #F3F3F3;
}
.block-price{
    display: inline-block;
    vertical-align: top;
    width: 23%;
    padding-left: 3%;
    padding-right: 1%;
    padding-bottom: 30px;
}
.block-price.second-column{
    width: 21.5%;

}
.block-price.third-column{
    width: 19.5%;
}
.price-title{
    color: #313f54;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 38px;
    border-bottom: 2px solid #2690cf;
    min-height: 40px;
    padding-bottom: 0;
}
.third-column .price-title,
.second-column .price-title{
    padding-top: 18px;
}
.price-x{
    color: #2690cf;
    font-size: 49px;
    padding-bottom: 20px;
    font-family: "proximanova-bold", sans-serif;
    white-space: nowrap;
}
.price-x .rouble-style{
    font-size: 35px;
}
.price-x span{
    font-family: "proximanova-regular" , sans-serif;
}
.price-text{
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 10px;
}
.price-text:before{
    content: "-";
    position: absolute;
    top: 0;
    left: 0;

}
.block-price-big{
    display: inline-block;
    vertical-align: top;
    width: 34%;
    padding-left: 3%;
    padding-top: 38px;
    text-align: right;
}
.wrap-full-price{
    width: 290px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.price-button a{
    display: block;
    text-align: center;
    padding: 20px 4px;
    text-decoration:none;
    font-family: "proximanova-bold",sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    background-color: #2690cf;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 56px;
}
.price-button a:hover{
    background-color: #51BBFA;
}
.for-search:after{
    display: block;
    clear: both;
    content: " ";
}
.for-search-procent{
    float: left;
    color: #313f54;
    font-size: 156px;
    line-height: 112px;
}

.search-form-title{
    color: #313f54;
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    /*padding-bottom: 10px;*/
}
.search-form-title span{
    color: #313f54;
    font-size: 49px;
    text-transform: uppercase;
}
.search-form{
    position: relative;
}
.input-text{
    background-color: #fff;
    border: 1px solid #D4D4D4;
    height: 56px;
    font-family: "MyriadPro-Regular",sans-serif;
    color: #313f54;
    font-size: 18px;
    padding: 0 70px 0 10px;
    width: 100%;
    border: none;
}
.input-button{
    width: 60px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2690cf;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: "MyriadPro-Bold",sans-serif;
    font-size: 19px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.input-button:hover{
    background-color: #51BBFA;
}





/*   sect3  */
.map-wrap{
    height: 290px;
}



/*   sect4  */
.sect4{
    padding-top: 25px;
    padding-bottom: 5px;
    background-color: #fff;
}
.sect4 .wrapper{
    padding: 0 40px;
}
.text-about{
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 20px;
}


/*   sect5   */
.sect5{
    padding-top: 24px;
    padding-bottom: 38px;
    background-color: #fff;
}
.sect5 .wrapper{
    padding: 0 50px;
}
.sect5 .img-partner-wrap{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.slider-partner{
    margin: 0 40px;
}
.slider-partner .slick-slide{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.slider-partner > div{
    text-align: center;
}
.img-partner-wrap img{
    max-width: 90%;
    margin: auto;
}
.slider-partner .slick-prev{
    background-image: url("../themes/demo/assets/img/left-arrow.png");
    width: 25px;
    height: 45px;
    left: -20px;
    z-index: 10;
}
.slider-partner .slick-prev:hover{
    opacity: 0.7;
}
.slider-partner .slick-next{
    background-image: url("../themes/demo/assets/img/right-arrow.png");
    width: 25px;
    height: 45px;
    right: -20px;
    z-index: 10;
}
.slider-partner .slick-next:hover{
    opacity: 0.7;
 }
.slider-partner .slick-next:before,
.slider-partner .slick-prev:before{
    display: none;
}
.title-sect{
    font-family: "MyriadPro-Bold",sans-serif;
    color: #313f54;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}
.all-partner{
    text-align: center;
}
.all-partner li{
    display: inline-block;
    vertical-align:middle;
    padding: 15px 30px 30px;
}
.all-partner img{
    max-width: 100%;
}



/* sect6 */
.sect6.partners{
    padding-top: 20px;
    padding-bottom: 10px;
}
.sect6{
    padding-top: 0px;
    padding-bottom: 10px;
}
.sect6 .wrapper{
    padding: 0 47px;
    background-color: #FAFAFA;
}
.wrap-mobile-partner{
    padding-bottom: 20px;
    padding-top: 5px;
}
.wrap-mobile-partner .block-how-title{

}
.block-plus,
.block-how{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    width: 47%;
    margin-left: 2%;
    min-height: 338px;
}
.block-plus{
    border: 2px solid #2690cf;
}
.block-plus-title{
    color: #fff;
    background-color: #2690cf;
    font-family: "MyriadPro-Bold",sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 20px;
}
.block-plus-text{
    color: #2690cf;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    font-family: "MyriadPro-Semibold",sans-serif;
}
.blocks-plus-small{
    padding-left: 20px;
    padding-top: 14px;
}
.blocks-plus-small > div{
    float: left;
    font-size: 13px;
    line-height: 14px;
    color: #2690cf;
    margin-bottom: 10px;
    min-height: 50px;
    padding-right: 5px;
}
.blocks-plus-small span{
    display: block;
}
.blocks-plus-small:after{
    content: " ";
    clear: both;
    display: block;
}
.plus-small-1{
    background: url("../themes/demo/assets/img/icon-plus-1.png") no-repeat 0 0;
    padding-left: 33px;
    background-size: 28px;
}
.plus-small-2{
    background: url("../themes/demo/assets/img/icon-plus-2.png") no-repeat 0 0;
    padding-left: 54px;
    background-size: 50px;
}
.plus-small-3{
    background: url("../themes/demo/assets/img/icon-plus-3.png") no-repeat 0 0;
    padding-left: 30px;
    background-size: 26px;
}
.plus-small-4{
    background: url("../themes/demo/assets/img/icon-plus-4.png") no-repeat 0 0;
    padding-left: 31px;
    background-size: 27px;
}

.block-how{
    border: 2px solid #eaeaea;
}
.block-how-title{
    color: #313f54;
    font-family: "proximanova-bold",sans-serif;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    padding-bottom: 0px;
}
.block-how-partn-title{
    font-size: 18px;
    color: #313f54;
    text-align: center;
}
.block-how-partn-descript{
    font-size: 43px;
    color: #313f54;
    text-align: center;
    font-family: "proximanova-bold",sans-serif;
    text-transform: uppercase;
}
.block-how-partn-title{
    font-size: 18px;
    color: #313f54;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 4px;;
}
.block-how-title span{
    display: block;
}
.block-how-text{
    color: #313f54;
    font-size: 15px;
    line-height: 14px;
    /*padding: 0px 2px 0px 20px;*/
    /*font-family: "MyriadPro-Semibold",sans-serif;*/
    text-align: center;
}
.corp-client{
    display: block;
    color: #2690cf;
    text-decoration: underline;
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
}
.corp-client:hover{
    color: #27b6ff;
}
.rekvizit{
    padding: 15px 5px 0 20px;
    font-size: 14px;
    color: #313f54;
    text-align: center;
}
.rekvizit > div{
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
}
.rekvizit i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-height: 70px;
}
.rekvizit-1{
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
    text-align: left;
}
.rekvizit-title{
    font-family: "MyriadPro-Semibold",sans-serif;
    text-transform: uppercase;
}
.partner-links-wrap{
    text-align: center;
}
.partner-link{
    color: #2690cf;
    text-decoration: underline;
    text-align: center;
    font-size:16px;
    padding-top: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px;
}
.partner-link:hover{
    text-decoration: none;
}

.slick-dots li button:before{
    display: none;
}






/* sect7 */
.slider-main-cafe{
    text-align: center;
}
.slider-main-cafe .slick-dots li.slick-active button{
    padding: 0;
    width: 13px;
    height: 13px;
    opacity: 1;
    background-color: #557081;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.slider-main-cafe .slick-dots li.slick-active button{
    background-color: #007FEB;
}
.slider-main-cafe .slick-dots li button{
    background-color: #557081;
    padding: 0;
    width: 13px;
    height: 13px;
    opacity: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.slider-main-cafe .slick-dots{
    bottom: 25px;
}
.slider-main-cafe .slick-dots li{
    margin: 12px;
}
.wrap-one-slide{
    position: relative;
}
.wrap-slide-content{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 78px;
    left: 0;
}
.title-slide{
    font-family: "proximanova-bold", sans-serif;
    font-size: 43px;
    color: white;
    margin-bottom: 30px;
}
.description-slide{
    font-size: 18px;
    color: white;
    margin-bottom: 50px;
}
.wrap-my-btn{
    display: inline-block;
}
.wrap-my-btn .blue-btn{
    font-size: 13px;
    font-family: "proximanova-bold",sans-serif;
    color: white;
    background-color: #2690CF;
    padding: 10px 21px;
    text-decoration: none;
    letter-spacing: 0.03em;
}
.wrap-my-btn .blue-btn:hover{
    opacity: 0.8;
}
.slider2.slick-slider {
    margin-bottom: 0;
}
.slider-main-cafe.slick-slider{
    margin-bottom: 0;
}
.slider2-bg-text{
    background-color: rgba(0,0,0,0.8);
    padding: 15px 50px 15px 140px;
}
.slider2-slide-title{
    color: #fff;
    font-size: 23px;
    line-height: 25px;
    font-family: "MyriadPro-Bold",sans-serif;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.slider2-slide-title span{
    display: block;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 70px;
}
.slider2-slide-text{
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    margin: 0 75px;
    display: inline-block;
    vertical-align: middle;
}
.read-menu{
    display: inline-block;
    vertical-align: middle;
    color: white;
    text-decoration: underline;
}
.read-menu:hover{
    color:white;

    text-decoration: none;
}
.read-menu:active{
    color: white;
}
.slider2-slide-text:before{
    position: absolute;
    background: url("../themes/demo/assets/img/before-text.png") no-repeat 0 0;
    width: 26px;
    height: 19px;
    content: " ";
    left: -35px;
    top: -3px;
}
.slider2-slide-text:after{
    position: absolute;
    background: url("../themes/demo/assets/img/after-text.png") no-repeat 0 0;
    width: 26px;
    height: 19px;
    content: " ";
    right: -30px;
    bottom: 0;
}
.slider2.my-cafe .slider2-bg-text{
    background-color: rgba(38,144,207,0.8);
}
.slider2.slick-initialized .slick-slide{
    min-height: 350px;
}
.slider2.service .slider2-bg-text{
    display: none;
}
.slider2.service .slick-slide{
    min-height: 420px;
}




.for-bg2-text{
    position: relative;
}
.for-bg2-text .slider2-bg-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 350px;
    z-index: 2;
}
.cafe-slider{
    margin-bottom: 0;
}
.cafe-slider .slick-dots li.slick-active button{
    background-color: #007FEB;
}
.cafe-slider .slick-dots li button{
    padding: 0;
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #6D7074;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.cafe-slider .slick-dots{
    bottom: 33px;
    left: 0px;
    width: 200px;
    text-align: left;
    margin-left: 71px;
    z-index: 5;
}
.cafe-slider .slick-dots li{
    width: auto;
    height: auto;
    margin: 5px;
}
.for-bg2-text .slider2-bg-text{
    width: 450px;
    height: 100%;
    padding: 63px 110px 0 76px;
}
.for-bg2-text .slider2-slide-title{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.for-bg2-text .slider2-slide-text:before,
.for-bg2-text .slider2-slide-text:after{
    display: none;
}
.for-bg2-text .slider2-slide-text{
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding-top: 20px;
}
.cafe-btn{
    margin-top: 23px;
}
.cafe-btn a{
    font-size: 13px;
    line-height: 14px;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 18px 33px;
    background-color:#2690CF;
}
.cafe-btn a:hover{
    background-color: #27a7ed;
}
/*cafe-main*/
.cafe-main{
    text-align: center;
}
.cafe-main .rouble-style{
    display: inline-block;
    vertical-align: bottom;
    font-size: 46px;
    color: #2690CF;
}
.cafe-main .cafe-food-wrap{
    background-color: transparent;
}
.name-food{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 200px;
    font-size: 26px;
    font-weight: bold;
    color: #313f54;
    text-decoration: none;
    display: none;
    text-transform: uppercase;
}

/*end-cafe-main*/
/*  footer  */
.for-footer{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.footer .icons-wrap{
    width: auto;
    position: relative;
    bottom: 0px;
    left: 0px;
    float: right;
    padding: 5px 0 0 0;
}
.footer .icons-wrap a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.footer .icons-wrap-fixed{
    display: block;
    float: right;
}
.footer .text-soc-netw{
    width: auto;
    padding-top: 0;
    padding-right: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    line-height: 54px;
    background: transparent;
    border-radius: 0;
}
.for-footer-index{
    overflow: hidden;
    margin: -60px auto 0;
    padding-top: 60px;
}
.footer-index{
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 100px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.5);
}
.footer{
    position: relative;
    z-index: 20;
}
.footer .wrapper{
    padding: 16px 50px 16px 50px;
    /*box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);*/
    background-color: #295074;
}
.footer .contact-number,
.footer .contact-number a,
.footer .contact-text{
    color: #007feb;
}

.footer .contact-header{
    float: right;
    background-image: url("../themes/demo/assets/img/phone-foot.png") ;
    padding-left: 88px;
}
.footer .contact-text{
    font-size: 12px;
    padding-bottom: 10px;
}
.footer .contact-header-fixed{
    background-size: auto;
}
.footer .contact-number{

}
.footer .contact-wrap{
    padding: 30px 50px 30px 40px;
}
.footer .nav li {
    margin: 30px 40px 0 0;
}
.footer-payment{
    float: left;
    display: table;
    color: white;
    padding-top: 5px;
}
.footer-payment > div{
    display: table-cell;
    vertical-align: middle;
}
.footer-payment .wrap-payment-img{
    padding: 0 8px;
}
.text-payment{
    font-size: 15px;
    text-transform: uppercase;
}
.wrap-payment-img i img{
    max-width: 100%;
}
.wrap-payment-img i,
.wrap-payment-img span{
    display: inline-block;
    vertical-align: middle;
}
.wrap-payment-img span{
    font-size: 12px;
    padding-left: 3px;
}






/*   service_nabludenie.html  */
/* sect8 */
.sect8{
    padding-top: 40px;
}
.title-sect8-9{
    color: #2690cf;
    font-family: "MyriadPro-Bold",sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 25px;
    text-align: center;
}
.sect8-form{
    padding: 22px 1px;
    border: 2px solid #f5f5f5;
    width: 680px;
    margin: 0 auto;
}
.sect8-form:after{
    clear: both;
    content: " ";
    display: block;
}
.block-form8{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 3%;
}
.sect8-form .input-text{
    width: 100%;
    border: 2px solid #f5f5f5;
    font-size: 14px;
    line-height: 16px;
    padding: 0 18px;
    height: 38px;
    margin-bottom: 5px;
    color: #b1b1b1;
}
.sect8-form .input-text::-webkit-input-placeholder {color:#b1b1b1;}
.sect8-form .input-text::-moz-placeholder          {color:#b1b1b1;}/* Firefox 19+ */
.sect8-form .input-text:-moz-placeholder           {color:#b1b1b1;}/* Firefox 18- */
.sect8-form .input-text:-ms-input-placeholder      {color:#b1b1b1;}

.text-form8{
    color: #ff0000;
    font-size: 14px;
    line-height: 16px;
    padding-top: 8px;
}
.block-form8-submit{
    float: right;
    margin-left: 1px;
    margin-right: 23px;
}
.submit-form8{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    border: none;
    font-family: "MyriadPro-Bold",sans-serif;
    height: 38px;
    width: 100%;
    background: #2690cf;
    cursor: pointer;
    transition: background 0.5s;
}
.submit-form8:hover{
    background: #1e6697;
}


/* sect9 */
.sect9{
    padding-top: 45px;
    padding-bottom: 70px;
}
.block-right-sect9{
    width: 680px;
    height: 410px;
    margin: 0 auto;
}







/*    cafe.html  */
/* sect10 */
/* sect11 */
.sect11{
    padding-top: 10px;
    padding-bottom: 50px;
}
.cafe-food-wrap{
    display: inline-block;
    vertical-align: top;
    width: 37.8%;
    margin: 20px 0 0 0;
    background: #f4f4f4;
}
.food-img{
    padding: 50px 10px 5px;
    text-align: center;
    background: url("../themes/demo/assets/img/food-img-round.png") no-repeat;
    position: relative;
    height: 422px;
    width: 415px;
    margin: auto;
}
.food-img.chiabata img{
    left: 22px;
}
.food-img.sendvich img{
    left: 15px;
}
.food-img.roll img{
    left: -86px;
    bottom: 36px;
}
.food-img.sendvich-red-fish img{
    left: -53px;
    top: 24px;
}
.food-img.chizcake-york img{
    left: -3px;
    top: 82px;
}
.food-img.shtrudel img{
    left: -7px;
    bottom: 14px;
}
.food-img.tiramisu img{
    left: -22px;
    top: 40px;
}
.food-img.troynoy-shocolad img{
    right: -33px;
    bottom: 26px;
}
.food-img.fresh img{
    left: 4px;
    bottom: 14px;
}
.food-img.milk-coctail img{
    right: -49px;
    bottom: 27px;
}
.food-img.espresso img{
    right: -33px;
    bottom: 26px;
}
.food-img img{
    /*max-width: 100%;*/
    position: absolute;
}
.name-cafe-price{
    display: inline-block;
    vertical-align: bottom;
    width: 60%;
    text-align: right;
}
.name-cafe-top{
    font-family: "proximanova-bold",sans-serif;
    font-size: 28px;
    color: #295074;
    text-transform: uppercase;
}
.name-cafe-bottom{
    font-family: "proximanova-bold",sans-serif;
    font-size: 20px;
    color:#295074;
    text-transform: uppercase;
}
.wrap-price-cafe{
    padding-top: 15px;
}
.price-cafe-price{
    width: 39%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.cafe-price-item{
    font-size: 73px;
    display: inline-block;
    line-height: 55px;
    font-family: "proximanova-bold",sans-serif;
    color: #2690cf;
}
.title-cafe-blocks{
    font-size: 60px;
    color: #295074;
    text-transform: uppercase;
    text-align: center;
    font-family: "proximanova-bold",sans-serif;
}
.wrap-cafes-blocks{
    padding-top: 60px;
}
.wrap-one-cafe-item{
    display: inline-block;
    vertical-align: top;
}
.espresso-wrap .price-cafe-price,
.espresso-wrap .name-cafe-price{
    width: 100%;
    display: block;
}
.espresso-wrap .price-cafe-price{
    text-align: center;
}
.espresso-wrap .name-cafe-price{
    text-align: center;
}
.espresso-wrap .name-cafe-top,
.espresso-wrap .name-cafe-bottom{
    display: inline;
    vertical-align: middle;

}
.food-price-name{
    padding-bottom: 25px;
}
.food-price-name:after{
    clear: both;
    content: " ";
    display: block;
}
.food-price{
    color: #fff;
    font-family: "MyriadPro-Bold",sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    padding:12px 20px;
    background: #3c9bd4;
    float: right;
    margin: 2px -2px 5px 5px;
}
.food-name{
    color: #3c9bd4;
    font-family: "MyriadPro-Bold",sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    padding:0 20px;
}
.food-about p{
    color: #555555;
    font-size: 13px;
    line-height: 18px;
    padding:0 20px 20px;
}



/*himchistka.html*/
.service-slider .slider2-bg-text .slider2-slide-title{
    color: #258fce;
    text-align: left;
    padding-top: 28px;
    font-size: 30px;
    text-transform: uppercase;
}
.service-slider .slider2-bg-text .service-slide-text{
    color: white;
    text-align: left;
    font-size: 14px;
    list-style: none;
    line-height: 22px;
    max-width: 313px;

}
.service-slider .slider2-bg-text{
    min-height: 420px;
}
/*end himchistka.html*/



/*moyka.html*/
.service-slider.moyka .slider2-bg-text .slider2-slide-title{
    padding-top: 8px;
}
/*end moyka.html*/



/*nano-procesing.html*/
.service-slider.nano-processing .slider2-bg-text .slider2-slide-title{
    line-height: 40px;
    padding-top: 14px;
}
/*nano-procesing.html*/



/*polirovka.html*/
.wrap-service> a{
    text-decoration: none;
    display: block;
}
.service-content{
    padding-top: 40px;
    padding-bottom: 40px;
}
.wrap-service:nth-of-type(odd) .title-service{
    background-color: #4FC4E7;
}
.wrap-service:nth-of-type(even) .title-service{
    background-color: #2690CF;
}
.wrap-service .title-service{
    cursor: pointer;
    font-size: 21px;
    color: white;
    font-weight: bold;
    line-height: 21px;
    padding: 19px 25px 19px 60px;
    position: relative;
    overflow: hidden;
}
.bread-crumbs{
    margin-bottom: 20px;
}
.text-block p{
    color: #828282;
    font-size: 14px;
    line-height: 20px;
}
.bread-crumbs a:last-child:after{
    background-image: none;
}
.bread-crumbs a:last-child{
    font-weight: bold;
}
.bread-crumbs a{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #313f54;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
}
.bread-crumbs a:after{
    content: "";
    position: absolute;
    background-image: url("../themes/demo/assets/img/bread.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    right: 6px;
    top: 5px;
}
.submenu-service{
    background-color: #F8F8F8;
    padding: 10px 20px 15px 69px;
    display: none;
}
.submenu-service-active{
    display: block;
}
.submenu-service li a {
    color: #2690cf;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;

}
.submenu-service li a:hover{
    color: #313f54;
}
.title-service:after{
    content: "";
    position: absolute;
    border: 59px solid transparent;
    border-right: 35px solid white;
    top: -58px;
    right: 0px;
}
.left-side-service{
    width: 29%;
    float: left;
}
.text-service{
    float: left;
    width: 71%;
    padding-left: 33px;
}
.service-slider.polirovka .slider2-bg-text .slider2-slide-title{
    padding-top: 0;
    padding-bottom: 22px;
}
.service-slider.polirovka .slider2-bg-text .slide-text-pol{
    color: white;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 15px ;
}
.service-slider.polirovka .slider2-bg-text .slide-text-pol:last-child{
    margin-bottom: 0;
}
.service-slider.polirovka .slider2-bg-text{
    padding-top: 40px;
}
.service-slider.polirovka .wrapper{
    position: relative;
}
.pol-per{
    position: absolute;
    width: 93px;
    height: 93px;
    background-image: url("../themes/demo/assets/img/new/pol-per.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 40%;
    right: 22.6%;
}



/*end polirovka.html*/


/*nano-glass-procesing.html*/
.service-slider.nano-glass .slider2-bg-text .slider2-slide-title{
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 11px;
}
.service-slider.nano-glass .slider2-bg-text .slider2-bg-text{

}
/*nano-glass-procesing.html*/



/*blog.html*/
.sect-card .wrapper{
    height: 600px;
}



/*blog.html*/
.sect50 .wrapper{
    border-top: 1px solid #F3F3F3;
    padding-top: 32px;
    padding-left: 50px;
    padding-bottom: 35px;
    font-size: 0;
}

.sectblog .wrapper{
    padding-bottom: 35px;
}



.left-side{
    width: 67.5%;
    float: left;
    vertical-align: top;
    padding-left: 40px;
    padding-right: 110px;
}
.right-side{
    width: 32.5%;
    float: right;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 13px;
}

.left-side-blog{
    width: 71%;
    float: left;
    vertical-align: top;
    padding-left: 40px;

}
.right-side-blog{
    width: 28%;
    float: right;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 13px;
}

.date-author{
    font-size: 16px;
    margin-bottom: 10px;
}
.wrap-date,
.wrap-author{
    display: inline-block;
    vertical-align: middle;
    color: #8c8b8b;
    font-size: 12px;
}
.wrap-author{
    padding-left: 5px;
}
.wrap-news{
    padding-top: 35px;
    padding-bottom: 17px;
    border-bottom: 3px solid #EAEAEA;
}
.wrap-news:first-child{
    padding-top: 0;
}
.my-date,
.my-author{
    color: #2690cf;
    font-size: 16px;
    font-weight: normal;
}
.newses{
    text-decoration: none;
    color: black;
}
.title-news{
    padding-top: 12px;
    padding-bottom: 16px;
    font-size: 24px;
    color: #545454;
    font-weight: bold;
    padding-left: 5px;
}

.wrap-img>img{
    width: 100%;
}
.news-prew{
    margin-top: 18px;
    color: #828282;
    font-size: 14px;
    line-height: 20px;
}
.read-more{
    margin-top: 1px;
    padding-left: 5px;
}
.read-text,
.views{
    display: inline-block;
    vertical-align: middle;
}
.read-text{
    font-size: 11px;
    color: #656565;
}
.read-text .details{
    color: #248dcd;
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.read-text .details:hover{
    color: #24a5e5;
}
.views{
    color: #8c8b8b;
    font-size: 12px;
}
.count-views{
    color: black;
    font-size: 13px;
}
.wrap-prew-news{
    width: 230px;
    margin-bottom: 52px;
}
.prew-news-title{
    color: #2690cf;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.prew-news-text{
    color: #828282;
    font-size: 14px;
    line-height: 20px;
}
.page-of{
    color: #248dcd;
    float: left;
    vertical-align: middle;
    font-size: 14px;
}
.my-pagination{
    vertical-align: middle;
    float: right;
    font-size: 14px;

}
.my-pagination a{
    padding: 7px 10px;
    margin-right: 4px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #292929;
}
.my-pagination a.active{
    background-color:#248DCD;
    color: white;
}
.my-pagination a.to-last-page{
    padding-left: 5px;
    padding-right: 5px;
}
.page-of span.active{
    color: #292929;
}
.wrap-pagination{
    margin-top: 40px;
}
.count-like{
    float: left;
    color: #000;
    padding-left: 23px;
    font-size: 13px;
    position: relative;
}
.count-like:before{
    content: "";
    position: absolute;
    background-image: url("../themes/demo/assets/img/count-like.png");
    left: 0px;
    top: -2px;
    width: 18px;
    height: 16px;
}
.wrap-name-services{
    font-size:16px ;
}
.views{
    float: right;
}
.wrap-like-views{
    padding-top: 13px;
    padding-left: 5px;
}
.wrap-name-services{
    margin-bottom: 10px;
}
.main-services{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color:#2690CF;
    line-height: 16px;
    padding: 17px 0;
    padding-left: 20px;
    cursor: pointer;
}
.main-services:hover{
    background-color: #68BDEF;
}
.in-service{
    list-style: none;
    display: none;
}
.in-service li{
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.37);
    background-color:white;
    margin: 9px 0;
    padding-left: 20px;
}
.in-service li:hover{
    background-color: #ededed;
}
.in-service li a{
    color: #313f54;
    text-decoration: none;
    line-height: 16px;
    padding: 17px 0;
    display: block;
    font-weight: bold;
}
/* end blog.html*/





/* one-news.html */
.sect50.one-news .wrapper{
    padding-bottom: 20px;
}
.views.one-news{
    float: right;
    margin-top: 10px;
    text-transform: none;
}
.one-left-side{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 10px;
}
.one-right-side{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-left: 10px;
}
.one-left-side p,
.one-right-side p{
    margin-bottom: 23px;
}
.one-news .wrap-pagination{
    margin-top: 0;
}
.wrap-pagination .my-pagination a:hover{
    background-color:#248DCD;
    color: white;
}
.one-news .date-author{
    padding-top: 15px;
}
.one-news-text{
    font-size: 16px;
    line-height: 20px;
}
.one-news .wrap-news{
    padding-bottom: 0;
}
.one-news-text p{
    margin-bottom: 22px;
    color: #545454;
}
.one-news .count-like,
.one-news .views{
    float: none;
    margin-top: 10px;
}
.one-news .wrap-like-views{
    padding-left: 0;
}
.one-news .wrap-pagination{
    padding-top: 25px;
}
.one-news .wrap-pagination .page-of{
    padding-top: 10px;
}
/* end one-news.html */





/* contact.html */
.contact-text-sect51{
    text-transform: uppercase;
    font-size: 26px;
    font-family: "proximanova-bold",sans-serif;
    color: #313f54;
}
.sect51 .wrapper{
    padding-top: 30px;
    position: relative;
}
.wrap-contacts-sect51{
    padding: 15px 35px 5px;
    position: relative;
    background-color: #EFEEEF;
}
.contacts-sect51{
    padding-top: 6px;
    padding-bottom: 10px;
}
.my-adress-sect51{
    font-size: 24px;
    /*margin-right: 40px;*/
    color: #313f54;
}
.map-sect51{
    height:567px;
    position: relative;
}
.shadow-wrap{
    overflow: hidden;
    margin-bottom: -60px;
    position: relative;
    z-index: 5;
}
.shadow-top{
    box-shadow: 0 3px 43px 7px rgba(0, 0, 0, 0.48) ;
    width: 100%;
    height: 0;
    margin-bottom: 60px;
}
.shadow-wrap-bottom{
    overflow: hidden;
    margin-top: -60px;
    position: relative;
    z-index: 5;
}
.shadow-bottom{
    box-shadow: 0 3px 43px 7px rgba(0, 0, 0, 0.48) ;
    width: 100%;
    height: 0;
    margin-top: 60px;
}

.contact-form-wrap{
    padding: 18px 35px;
    border: 2px solid #E1E1E1;
    width: 380px;
    background: rgba(255,255,255, .7);
}
.title-contact-form{
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    font-family: "proximanova-bold",sans-serif;
    padding: 2px 0 3px;
    color: #313f54;
}
.text-contact-form{
    font-size: 18px;
    line-height: 16px;
    color: #2690cf;
    padding: 0 12px 12px;
    text-align: center;

}
.input-text-contact{
    font-family: "MyriadPro-Regular",sans-serif;
    width: 100%;
    border: 2px solid #f5f5f5;
    font-size: 14px;
    line-height: 16px;
    padding: 0 18px;
    height: 36px;
    margin-bottom: 5px;
    color: #b1b1b1;
    background-color: white;
}
.textarea-text-contact{
    font-family: "MyriadPro-Regular",sans-serif;
    width: 100%;
    border: 2px solid #f5f5f5;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 18px;
    height: 100px;
    margin-bottom: 5px;
    color: #b1b1b1;
    resize: none;
    box-sizing: border-box;
}
.sect51 .contact-form-wrap{
    border: none;
}
.input-text-contact::-webkit-input-placeholder {color:#000;}
.input-text-contact::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.input-text-contact:-moz-placeholder           {color:#000;}/* Firefox 18- */
.input-text-contact:-ms-input-placeholder      {color:#000;}


.textarea-text-contact::-webkit-input-placeholder {color:#000;}
.textarea-text-contact::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.textarea-text-contact:-moz-placeholder           {color:#000;}/* Firefox 18- */
.textarea-text-contact:-ms-input-placeholder      {color:#000;}
.submit-contact{
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    border: none;
    font-family: "proximanova-regular",sans-serif;
    height: 35px;
    width: 100%;
    background: #295074;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.submit-contact:hover{
    background-color: #1e6697;
}

.contact-form--main{
    position: absolute;
    right: 38px;
    top: 30px;
    z-index: 10;
    padding: 20px 18px 7px;
    width: 328px;
}
/*end contact.html */

.section20{
    margin-top: 25px;
    margin-bottom: 10px;
}
.title-sect20{
    font-size: 43px;
    font-family: "proximanova-bold" , sans-serif;
    text-align: center;
    color: #313f54;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 24px;
}
.wrap-your-quastion{
    padding-top: 25px;
    padding-bottom: 40px;
}
.title-block-quastion{
    font-family: "proximanova-bold",sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #313f54;
    margin-bottom: 25px;
}
.wrap-one-quastion{
    display: inline-block;
    vertical-align: top;
    width: 19%;
    padding-left: 15px;
    padding-right: 15px;
}
.my-quastion{
    font-size: 14px;
    font-family: "proximanova-light",sans-serif;
    padding: 5px 10px;
    color: #fff;
    background-color: #2690CF;
    font-style: italic;
    position: relative;
    margin-bottom: 5px;
    min-height: 70px;
}
.my-quastion:before{
    position: absolute;
    content: "";
    background: url("../themes/demo/assets/img/my-quastion.png") no-repeat;
    width: 9px;
    height: 13px;
    bottom: -13px;
    left: 0;
}
.img-quastion{
    border-radius: 50%;
}
.img-quastion > img{
    max-width: 100%;
}
.name-quastion .my-uppercase{
    text-transform: uppercase;
    display: block;
}
.name-quastion{
    color: #313f54;
    text-align: center;
    font-size: 24px;
    font-family: "proximanova-bold",sans-serif;
}
.number-quastion{
    color: #313f54;
    font-size: 26px;
    text-align: center;
    margin-top: 8px;
}
.mail-quastion{
    color: #313f54;
    text-align: center;
    font-size: 18px;
}
.title-trigs{
    font-size: 15px;
    text-transform: uppercase;
    font-family: "proximanova-bold",sans-serif;
    padding-bottom: 3px;
}
.descr-trigs{
    font-size: 15px;
}

/*  price.html  */
/* sect15 */
.sect15{
    padding-top: 25px;
    font-family: "MyriadPro-Regular", sans-serif;;
}

.title-main-sect15{
    text-align: left;
    padding-bottom: 18px;
    padding-left: 54px;
    text-transform: uppercase;
    font-size: 43px;
    line-height: 30px;
    color: #313f54;
    font-family: "proximanova-bold",sans-serif;
}
.bg-title-sect15{
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    background-color: #295074;
}

.title-sect15{
    text-align: left;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 34px;
    font-family: "proximanova-bold",sans-serif;
    color: #fff;
    vertical-align: top;
    padding: 12px 54px;
    position: relative;
}

/*table1-price*/
.table1-price{
    width: 94%;
    margin:0 3% 20px;
}
.table1-price th{
    padding:3px;
    border: 1px solid #f9f9f9;
}
.table1-price td{
    padding: 10px 14px;
    border: 1px solid #fff;
}
.th1-table1{
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 24px;
    font-family: "MyriadPro-Bold",sans-serif;
}
.th2-table1{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px;
    font-family: "MyriadPro-Bold",sans-serif;
}
.table1-price .bg1-th{
    background: #4fc4e7;
}
.table1-price .bg2-th{
    background: #6fceeb;
}
.table1-price .bg3-th{
    background: #5bc437;
}
.th1-table1 .third-table1-price,
.th2-table1 .third-table1-price{
    background: #3fabcf;
}
.th1-table1 .fourth-table1-price,
.th2-table1 .fourth-table1-price{
    background: #3a9ec3;
}
.table1-price td.first-table1-price{
    color: #000;
    font-size: 16px;
    line-height: 18px;
}
.table1-price .tr-odd{
    background: #f9f9f9;
}
.table1-price .tr-even{
    background: #fff;
}
.bg1-table1{
    background: url("../themes/demo/assets/img/bg-all-table1.png") no-repeat 0 0;
    width: 28px;
    height: 20px;
    margin: 0 auto;
}
.table1-price span.in-td-small{
    font-size: 15px;
}

.table1-price .tr-last td {
    border-top: none;
}

.under-th{
    position: relative;
}
.under-th:after{
    background: #4fc4e7;
    width: 100%;
    height: 5px;
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
}

/*table2-price*/
.bg-title-table2{

    position: relative;
    padding-right: 90px;
    margin-bottom: 35px;
}

.bg-title-table2:before{
    background: #44afd2;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: " ";
    z-index: -1;
}
.bg-title-table2:after{
    background: #ffc600;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: " ";
    z-index: -1;
}
.table2-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 36px;
    font-family: "proximanova-bold",sans-serif;
    background: #295074;
    padding: 12px 50px;
    vertical-align: top;
    position: relative;
}
.sale-block {
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    padding-right: 180px;
    background-color: #FFC600;
    padding-left: 35px;
    padding-top: 7px;
}
.sale-block:after{
    background: url("../themes/demo/assets/img/sale-price.png") no-repeat 0 0;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -50px;
    width: 151px;
    height: 135px;
    content: " ";
    z-index: 1;
}
.sale-block-1{
    display: inline-block;
    vertical-align: top;
    font-family: "proximanova-bold",sans-serif;
    text-align: right;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 25px;
    color: #313f54;
}
.sale-block-2{
    display: inline-block;
    vertical-align: top;
    font-size: 70px;
    line-height: 51px;
    font-family: "proximanova-bold",sans-serif;
    color: #313f54;
}
.sale-block-2 span{
    font-size: 54px;
}

.table2-wrap{
    margin-left: 3%;
    margin-bottom: 3px;
}
.table2-wrap:after{
    clear: both;
    content: " ";
    display: block;
}
.block1-table2,
.block2-table2,
.block3-table2,
.block4-table2{
    float: left;
    width: 24%;
}
.all-title-table2{
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 24px;
    font-family: "MyriadPro-Bold",sans-serif;
    padding: 5px 3px;
    border: 1px solid #fff;
}
.all-price-table2{
    color: #fff;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    font-family: "MyriadPro-Bold",sans-serif;
    padding: 8px 3px;
    border: 1px solid #fff;
}
.title-block1-table2,
.price-block1-table2,
.title-block3-table2,
.price-block3-table2{
    background: #4fc4e7;
}
.title-block2-table2,
.price-block2-table2,
.title-block4-table2,
.price-block4-table2{
    background: #3a9ec3;
}
.table2-wrap p{
    color: #000;
    font-size: 15px;
    line-height: 17px;
    padding: 5px 4px 5px 10px;
    border: 1px solid #fff;
}
.text-even-table2{
    background: #f5f6fc;
}



/*table3-price*/
.table3-price{
    width: 93%;
    margin: 0 3% 35px;
}
.table3-title{
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 36px;
    background: #58c2f4;
    padding: 5px 3px;
}
.table3-title span{
    font-family: "MyriadPro-Bold",sans-serif;
}
.td-table3{
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding: 4px 14px;
}




/*table4-price*/

.bg-title-table4{
    position: relative;
    margin-bottom: 35px;
    background-color:#295074;
}


.table4-title{
    color: #fff;
    font-size: 40px;
    line-height: 36px;
    font-family: "proximanova-bold",sans-serif;
    text-transform: uppercase;
    padding: 12px 35px;
    vertical-align: top;
    position: relative;
}

.table4-wrap{
    margin-left: 3%;
    margin-bottom: 3px;
}
.table4-wrap:after{
    clear: both;
    content: " ";
    display: block;
}
.block1-table4,
.block2-table4,
.block3-table4,
.block4-table4{
    float: left;
    width: 24%;
}
.all-title-table4{
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 24px;
    font-family: "MyriadPro-Bold",sans-serif;
    padding: 5px 3px;
    border: 1px solid #fff;
}
.all-price-table4{
    color: #fff;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    font-family: "MyriadPro-Bold",sans-serif;
    padding: 8px 3px;
    border: 1px solid #fff;
}
.title-block1-table4,
.price-block1-table4{
    background: #4fc4e7;
}
.title-block2-table4,
.price-block2-table4{
    background: #3fabcf;
}
.title-block3-table4,
.price-block3-table4{
    background: #3592b6;
}
.title-block4-table4,
.price-block4-table4{
    background: #2a7ba0;
}
.table4-wrap p{
    color: #000;
    font-size: 15px;
    line-height: 17px;
    padding: 5px 4px 5px 10px;
    border: 1px solid #fff;
}
.block1-table4 .text-odd-table4,
.block3-table4 .text-odd-table4{
    background: #f5f6fc;
}
.block2-table4 .text-odd-table4,
.block4-table4 .text-odd-table4{
    background: #e4eaef;
}
.block2-table4 .text-even-table4,
.block4-table4 .text-even-table4{
    background: #f5f6fc;
}








/*table5-price*/
.table5-price{
    width: 93%;
    margin: 0 3% 35px;
}
.table5-title{
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 36px;
    font-family: "MyriadPro-Regular",sans-serif;
    background: #51C5E7;
    padding: 5px 5px;
}
.td-table5{
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 10px 0;
}



.clearfix:before,
.clearfix:after{
    display:table;content:" "
}
.clearfix:after{
    clear:both
}
.partners{
    padding-bottom: 40px;
}
.partners .wrapper{
    font-size: 0;
}
.partners .contact-form-wrap{
    position: relative;
    right: 0;
    top: 0;
    width: 24%;
    display: inline-block;
}

.partners .block-plus,
.partners .block-how,
.partners .contact-form-wrap{
    margin-left: 1.5%;
}
.partners .block-how{
    width: 24%;
    border: none;
}
.partners .block-how-title{
    background: transparent;
    border: none;
    padding: 0;
    font-size: 20px;
}
.partners .block-how-text{
    padding: 0;
    font-size: 14px;
    padding-top: 15px;
}
.my-attach{
    float: left;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #949494;
}
.file-loaded {
    float: right;
    padding-left: 25px;
    font-size: 12px;
    background-image: url("../themes/demo/assets/img/new/loaded.png");
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #295074;
}
.partners .title-contact-form{
    padding-top: 0;
}
.partners .text-contact-form{
    text-align: left;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 13px;
}
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.label-file {
    cursor: pointer;
    font-size: 13px;
    color: #000;
}
.error{
    padding: 100px 0;
}
.error-text{
    font-size: 35px;
    text-align: center;
    padding-bottom: 10px;
    color: #2690cf;
}
.error-link{
    text-align: center;
}
.error-link a{
    font-size: 18px;
}


/*main-services.html*/
        /*section1-serv*/
.title-services{
    font-size: 50px;
    line-height: 67px;
    font-family: "proximanova-bold",sans-serif;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.section1-serv .wrapper{
    padding-top: 153px;
    padding-left: 136px;
    padding-right: 136px;
}
.text-center{
    text-align: center;
}
.section1-serv .title-block-serv{
    padding-bottom: 3px;
}
.title-block-serv{
    font-size: 50px;
    color: white;
    font-family: "proximanova-bold",sans-serif;
    text-transform: uppercase;
}
.wrap-carcase{
    padding: 0px;
    margin-top: 20px;
}
.descr-serv-block{
    color: white;
    font-size: 16px;
}
.section1-serv .descr-serv-block{
    margin-bottom: 20px;
    font-family: proximanova-bold,sans-serif;
}
.fix-carcase{
    position: absolute;
    left: 0;
    top: 0px;
}
.wrap-btn-service{
    text-align: center;
}
.wrap-btn-service--sect1{
    margin: 12px 0 25px;
}
.wrap-btn-service--sect1-bottom{
    margin-top: 10px;
}
.middle-title.middle-title--color-blue{
    color: #295074;
}
.fix-content{
    color: white;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    background: #295074;
    padding: 10px 15px;
}
.wrap-btn-service__btn{
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 21px;
    line-height: 21px;
    text-decoration: none;
    background-color:#295074;
    font-family: proximanova-bold,sans-serif;
    text-transform: uppercase;
    padding: 9px 28px;
}
.wrap-btn-service__btn:hover{
    background-color:#356d9d;
}


    /*section2-serv*/
.section2-serv .wrapper{
    padding-left: 136px;
    padding-right: 136px;
    padding-top: 6px;
    padding-bottom: 30px;
}
.my-stage{
    font-size: 14px;
    color: #295074;
    text-transform: uppercase;
    font-family: "proximanova-bold",sans-serif;
    margin-top: 25px;
}
.wrap-nano-trigers{
    background-color: rgba(255,255,255, .8);
    padding-bottom: 15px;
    padding-top: 35px;
    margin-left: -136px;
    margin-right: -136px;
    margin-top: 26px;
}
.middle-title{
    font-size: 39px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
.middle-title .title-price{
    font-size: 65px;
    font-family: "proximanova-bold", sans-serif;
}
.middle-title .rouble-style{
    font-size: 45px;
}
.wrap-nano-trigers .title-block-serv{
    color: #295074;
}
.descr-text-sect6.descr-text-sect6--nano-trig{
    color: #295074;
    text-align: center;
    padding-top: 0;
}
.wrap-nano-trig-block{
    padding-top: 10px;
    margin-bottom: 30px;
}
.my-table{
    display: table;
    width: 100%;
}
.wrap-one-of-trig{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 75px 10px 0;

    background-repeat: no-repeat;
    background-position: center top;
    color: #295074;
    position: relative;
}
.wrap-one-of-trig:before{
    position: absolute;
    font-size: 50px;
    background: #295074;
    width: 64px;
    height: 64px;
    color: white;
    top: 0;
    left: 50%;
    margin-left: -32px;
    border-radius: 50%;
    padding-top: 9px;
    box-sizing: border-box;
    text-align: center;
}
.wrap-one-of-trig.first-trig:before{
    content: "1";
}
.wrap-one-of-trig.second-trig:before{
    content: "2";
}
.wrap-one-of-trig.third-trig:before{
    content: "3";
}



/*section3-serv*/

.section3-serv .wrapper{
    padding-left: 136px;
    padding-right: 136px;
    padding-top: 55px;
    padding-bottom: 20px;
}
.column-right,
.column-left{
    display: inline-block;
    vertical-align: top;
}
.column-right li,
.column-left li{
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    padding-bottom: 5px;
}
.column-left{
    margin-right: 25px;
}
.wrap-list-cleaning{
    padding-top: 15px;
}


/*section4-serv*/
.section4-serv .wrapper{
    background-attachment: fixed !important;
}





/*section5-serv*/
.section5-serv{
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    bottom: 0;
}
.section5-serv .wrapper{
    padding-left: 136px;
    padding-right: 136px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.section5-serv .middle-title{
    margin-top: 7px;
}
.section5-serv .wrap-btn-service--sect1-bottom{
    margin-top: 5px;
}
.wrap-one-polirovka-trig{
    display: inline-block;
    vertical-align: top;
    width: 43%;
    padding: 0 30px;
}
.section5-serv .title-block-serv{
    color: #295074;
}
.list-polirovka-trig{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    padding-top: 12px;
}
.list-polirovka-trig li{
    padding-bottom: 5px;
    white-space: nowrap;
}
.wrap-img-polirovka-trig{
    position: relative;
}



/*section6-serv*/

.section6-serv .wrapper{
    padding-left: 136px;
    padding-right: 136px;
    padding-top: 340px;
    padding-bottom: 40px;
}
.descr-text-sect6{
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-family: "proximanova-bold",sans-serif;
    padding-top: 10px;
}



/*section7-serv*/
.section7-serv .wrapper{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 23px;
    padding-bottom: 25px;
}
.section7-serv .descr-serv-block{
    font-family: "proximanova-bold",sans-serif;
    color: black;
    padding: 0 160px;
}
.section7-serv .middle-title{
    margin-top: 5px;
}
.one-of-polimer-defence{
    padding-top: 109px;
    position: relative;
    width: 16%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
.one-of-polimer-defence i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.one-of-polimer-defence i>img{
    display: inline-block;
    vertical-align: top;
}
.text-polimer-defence{
    font-size: 15px;
    text-align: center;
}
.wrap-row-polimer-defence{
    padding-top: 20px;
}
.wrap-row-polimer-defence .one-of-polimer-defence:nth-of-type(1) i{
    top: 10px;
}
.wrap-row-polimer-defence .one-of-polimer-defence:nth-of-type(4) i{
    top: 10px;
}




/*section8-serv*/
.section8-serv .wrapper{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 118px;
    padding-bottom: 20px;
}
.wrap-descr-salon-text{
    margin-top: 11px;
    color: white;
    text-align: center;
    font-family: "proximanova-bold",sans-serif;
    line-height: 27px;
}
.section8-serv .middle-title{
    margin-top: 25px;
}
.fix-content--salon{
    background: #453127;
}
.descr-salon-text-low{
    font-size: 16px;
    text-transform: uppercase;
}
.descr-salon-text-top{
    font-size: 26px;
    text-transform: uppercase;
}
.section12-serv .descr-salon-text-top{
    font-family: "proximanova-bold",sans-serif;
    color: white;
}
.one-of-salon-trig{
    display: inline-block;
    vertical-align: top;
    width: 14%;
    position: relative;
    padding-top: 110px;
}
.one-of-salon-trig .text-polimer-defence{
    color: white;
}
.one-of-salon-trig i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.one-of-salon-trig i img{
    display: inline-block;
    vertical-align: top;
}
.wrap-row-salon-trig{
    font-size: 1px;
    padding-top: 30px;
}
.wrap-row-salon-trig .one-of-salon-trig:nth-of-type(1) i{
    top: 10px;
}
.wrap-row-salon-trig .one-of-salon-trig:nth-of-type(2) i{
    top: 5px;
}
.wrap-row-salon-trig .one-of-salon-trig:nth-of-type(5) i{
    top: 10px;
}
.wrap-row-salon-trig .one-of-salon-trig:nth-of-type(6) i{
    top: -10px;
}
.fix-my-salon{
    position: absolute;
    left: 0;
    top: 0;
}


/*section9-serv*/
.section9-serv .wrapper{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 35px;
    padding-bottom: 43px;
}
.section9-serv .title-block-serv{
    color: #443628;
    text-align: center;
}
.section9-serv .middle-title{
    margin-top: 15px;
}
.wrap-row-himchistka-trig{
    padding-top:20px;
}
.one-of-himchistka-trig{
    position: relative;
    padding-top: 150px;
    width: 16%;
    display: inline-block;
    vertical-align: top;
}
.one-of-himchistka-trig i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.one-of-himchistka-trig i{
    background: url("../themes/demo/assets/img/himchistka.png") no-repeat center top;
    width: 131px;
    height: 131px;
    left: 50%;
    margin-left: -65px;
}
.one-of-himchistka-trig:nth-of-type(1) i{
    background-position: 0 0;
}
.one-of-himchistka-trig:nth-of-type(2) i{
    background-position: -169px 0;
}
.one-of-himchistka-trig:nth-of-type(3) i{
    background-position: -338px 0;
}
.one-of-himchistka-trig:nth-of-type(4) i{
    background-position: -508px 0;
}
.one-of-himchistka-trig:nth-of-type(5) i{
    background-position: -677px 0;
}
.one-of-himchistka-trig:nth-of-type(6) i{
    background-position: -847px 0;
}



/*section10-serv*/
.section10-serv .wrapper{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 145px;
    padding-bottom: 0px;
}
.section10-serv .descr-serv-block{
    line-height: 21px;
    padding-top: 7px;
    font-family: "proximanova-bold",sans-serif;
}
.descr-serv-block > span{
    text-transform: uppercase;
    display: block;
}


/*section11-serv*/
.section11-serv{
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 130px;
    background: rgba(234,223,213, .8);
}
.section11-serv .wrapper{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 18px;
}
.section11-serv .middle-title{
    margin-top: 30px;
}
.wrap-img-before{
    display: inline-block;
}
.wrap-img-before img{
    max-width: 100%;
}
.wrap-row-before-after{
    text-align: center;
    margin-bottom: 5px;
}
.wrap-left-side-before,
.wrap-right-side-before{
    display: inline-block;
    vertical-align: top;
}
.wrap-left-side-before{
    margin-right: 35px;
}
.section11-serv .title-block-serv{
    color: #443628;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 20px;
}
.list-sect11{
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    padding-left: 55px;
    padding-top: 3px;
}
.list-sect11.list-sect10{
    color: #000;
}
.list-sect11 li{
    padding-bottom: 5px;
}
.text-right{
    text-align: right;
}




/*section12-serv*/
.section12-serv .wrapper{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 85px;
    padding-bottom: 25px;
}

.right-side-sect12,
.left-side-sect12{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.section12-serv .title-block-serv{
    color: white;
    padding-right: 10px;
    margin-bottom: 20px;
}
.section12-serv .middle-title{
    margin-top: 28px;
}
.right-bg12{
    background-color:rgba(242,231,220, .7);
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
}
.right-side-sect12{
    position: relative;
    z-index: 2;
    padding-left: 30px;
}
.section12-serv .list-sect11{
    padding-left: 0;
    padding-top: 10px;
    position: relative;
}
.section12-serv .list-sect11 li{
    position:relative;
    padding-left: 10px;
}
.section12-serv .list-sect11 li:before{
    content: "-";
    top: -2px;
    left: 0;
    position: absolute;

}
.descr-salon-text-top.margin-top{
    margin-top: 60px;
}
.one-column-list{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.one-column-list--firs{
    padding-left: 125px;
}


/*section13-serv*/
.section13-serv > .wrapper{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    /*padding-bottom: 38px;*/
}
.section13-serv .title-block-serv{
    color: #4c3f33;
}
.section13-serv .descr-salon-text-top{
    color: #4c3f33;
    padding-top: 5px;
}
.section13-serv .descr-serv-block{
    color: #000;
    padding-top: 15px;
}
.slider-aromatisation .slick-prev:hover{
    opacity: 0.7;
}
.slider-aromatisation .slick-prev {
    background-image: url("../themes/demo/assets/img/left-arrow.png");
    width: 25px;
    height: 45px;
    left: -20px;
    z-index: 10;
}
.slider-aromatisation .slick-next {
    background-image: url("../themes/demo/assets/img/right-arrow.png");
    width: 25px;
    height: 45px;
    right: -20px;
    z-index: 10;
}
.sect5 .slider-aromatisation .img-partner-wrap{
    margin: 0 10px;
    min-height: 131px;
}
.sect5 .slider-aromatisation .slick-slide{
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: center;
}


.slider-aromatisation .slick-slide
.slick-prev:before,
.slick-next:before{
    display: none;
}
.section13-serv .sect5{
    padding-bottom: 0;
}
.section13-serv .sect5 .wrapper{
    padding-bottom: 35px;
}




/*section14-serv*/

.section14-serv > .wrapper{
    padding-left: 95px;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 22px;
}
.section14-serv .title-services.text-left{
    text-align: left;
}
.section14-serv .title-services{
    color: #126181;
}
.descr-glass{
    color: #126181;
    font-size: 17px;
    font-family: "proximanova-bold",sans-serif;
    text-transform: uppercase;
    padding-top: 15px;
}
.section14-serv .title-block-serv.margin-top{
    margin-top: 100px;
}
.section14-serv .fix-content--glass{
    background: #126181;
}
.one-of-glass-defence{
    padding-top: 115px;
    position: relative;
    width: 14%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
.one-of-glass-defence i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.one-of-glass-defence .text-polimer-defence{
    color: white;
}
.wrap-row-glass-defence{
    padding-top: 22px;
    padding-bottom: 14px;
}
.fix-my-glass{
    position: absolute;
    left: 0;
    top: 0;
}






/*section15-serv*/


.section15-serv .wrapper{
    padding-left: 116px;
    padding-right: 116px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.wrap-big-img,
.wrap-small-img{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.wrap-big-img >img,
.wrap-small-img > img{
    max-width: 100%;
}
.wrap-big-img{
    width: 68%;
    padding: 7px;
}
.wrap-small-img{
    width: 29.6%;
    padding: 7px;
}
.section15-serv .title-block-serv{
    color: white;
    line-height: 50px;
    font-size: 50px;
}
.section15-serv .descr-glass{
    color: white;
    font-size: 30px;
    line-height: 30px;
    padding-top: 0;
}
.wrap-cracks-text{
    position: absolute;
    left: 22px;
    bottom: 18px;
}
.wrap-cracks-text--price{
    left: 45px;
    bottom: 27px;
    position: absolute;
}





/*section16-serv*/

.section16-serv .wrapper{
    /*padding-left: 116px;*/
    /*padding-right: 116px;*/
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}
.content-serv-16{
    float: right;
    text-align: right;
    padding-right: 184px;
    padding-top: 40px;
    padding-bottom: 150px;
    padding-left: 40px;
    position: relative;
}
.content-serv-16:before{
    position: absolute;
    content: "";
    background: url("../themes/demo/assets/img/top-advant-2.png") no-repeat;
    top: 33px;
    right: 50px;
    width: 100px;
    height: 97px;
}

.content-serv-16 .descr-salon-text-top{
    color: white;
    font-family: "proximanova-bold",sans-serif;
}
.advantages-right{
    color: white;
}
.content-serv-16 .title-block-serv.margin-top{
    margin-top: 55px;
}
.content-serv-16 .descr-serv-block.margin-top{
    margin-top: 25px;
    margin-bottom: 15px;
}
.content-serv-16 .advantages-right{
    padding-top: 6px;
}
.content-serv-16 .advantages-right li{
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 4px;
}
.content-serv-16 .advantages-right li span{
    font-family: "proximanova-bold",sans-serif;
}




/*section16-2-serv*/
.section16-2-serv .wrapper{
    padding: 18px 120px;
}
.title-section16-2{
    color: #25676B;
    font-family: "proximanova-bold",sans-serif;
    text-transform: uppercase;
    text-align: right;
    width: 540px;
    font-size: 50px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 30px 96px;
}
.title-section16-2:before{
    content: " ";
    background: url("../themes/demo/assets/img/sect-16-2.png") no-repeat 0 0;
    width: 93px;
    height: 93px;
    position: absolute;
    top: -5px;
    left: 0;
}
.section16-2-serv .middle-title{
    color: #295074;
}
.list-sect16-2{
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.list-sect16-2 p{
    color: #25676B;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 3px;
}
.list-sect16-2 span{
    font-family: "proximanova-bold",sans-serif;
}



/*section17-serv*/
.section17-serv .wrapper{
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 165px;
    padding-bottom: 20px;
}
.fix-my-drive{
    position: absolute;
    left: 0;
    top: 0;
}
.fix-content--drive{
    background: #286135;
}
.section17-serv .descr-serv-block{
    padding-top: 15px;
    padding-bottom: 60px;
}



/*section18-serv*/
.section18-serv .wrapper{
    padding-left: 125px;
    padding-right: 115px;
    padding-top: 8px;
    padding-bottom: 20px;
}
.section18-serv .title-services{
    color: #286135;
    display: inline-block;
    vertical-align: top;
    font-family: "proximanova-bold",sans-serif;
}
.section18-serv .list-sect11{
    padding-left: 12px;
    padding-top: 11px;
    padding-bottom: 10px;
    color: #286135;
    width: 460px;
}
.section18-serv .middle-title{
    color: #295074;
}




/*section19-serv*/
.section19-serv{
    position: relative;
    z-index: 2;
}
.section19-serv .wrapper{
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 110px;
    padding-bottom: 0px;
}
.section19-serv .descr-serv-block{
    text-transform: uppercase;
    font-family: "proximanova-bold",sans-serif;
    margin-top: 8px;
    margin-bottom: 30px;
    line-height: 22px;
}
.wrap-carcase-sect19{
    background: rgba(239,238,239, .8);
    padding: 20px 0 30px;
    margin-top: 20px;
}
.text-sect11{
    font-size: 26px;
    color: #484b4e;
    text-align: center;
    font-family: "proximanova-bold",sans-serif;
}
.fix-washing-motor{
    position: absolute;
    left: 0;
    top: 0;
}
.fix-content--drigatel{
    background-color: #6C7277;
}



/*section20-serv*/

.section20-serv .wrapper{
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 70px;
}
.wrap-text-sect21{
    background-color: rgba(239,238,239, .8);
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 12px;
    padding-bottom: 35px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.23);
}
.descr-serv-block-top{
    font-size: 16px;
    color: #020202;
    font-family: "proximanova-bold",sans-serif;
    text-align: justify;
}
.descr-serv-block-bottom{
    font-size: 16px;
    color: #020202;
    margin-top: 27px;
    text-align: justify;
}




.menu-mob{display: none;}


.sticky {
    position: fixed;
    z-index: 80;
}
.stop {
    position: relative;
    z-index: 80;
}
.header-show{
    opacity: 0;
    position: absolute;
    top: 139px;
    transition: opacity .2s;
    visibility: hidden;
}
.sticky.sticky-active{
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    transition: opacity .2s;
    z-index: 99;
}

/*header-show*/
.header-show .logo {
    padding: 5px 0 1px 30px;
}
.header-show .nav-header {
    padding-top: 15px;
}
.header-show .logo img {
    max-height: 60px;
}





/*price-popup*/
.price-popup{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto!important;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(41,80,116, 0.80);
}
.price-popup-wrapper{
    position: absolute;
    top: 30px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
    z-index: 102;
    width: 1220px;
    background: #fff;
}
.price-popup--main-title{
    font-family: "proximanova-bold",sans-serif;
    font-size: 50px;
    line-height: 53px;
    text-transform: uppercase;
    color: #313f54;
    padding: 30px 52px;
}
.price-popup--title{
    font-family: "proximanova-bold",sans-serif;
    font-size: 40px;
    line-height: 43px;
    text-transform: uppercase;
    color: #fff;
    background: #295074;
    padding: 10px 55px 6px;
}
.price-popup--table-wrap{
    padding: 10px 40px 40px;
}
.price-popup--table{
    width: 100%;
}
.th1--top{
    font-family: "proximanova-bold",sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    background: #44AFD2;
    vertical-align: top;
    padding: 4px 14px;
    text-align: left;
}
.th2--top{
    font-family: "proximanova-bold",sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    background: #44AFD2;
    padding: 4px 3px 0;
    text-align: center;
}
.th--number{
    font-family: "proximanova-bold",sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    background: #44AFD2;
    padding: 2px 3px 0;
    text-align: center;
}
.th--about-number{
    font-family: "proximanova-regular",sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    background: #9ED4E3;
    padding: 12px 3px;
    text-align: center;
    width: 206px;
}
.tr-header--price-p-table th,
.price-popup--table td{
    border: 1px solid #fff;
    border-top-width: 2px;
    border-left-width: 2px;
}
.tr-header--price-p-table th.th--about-number{
    border-top-width: 1px;
}
.td1--title{
    font-family: "proximanova-bold",sans-serif;
    font-size: 31px;
    line-height: 31px;
    color: #fff;
    background:#3A9EC3;
    padding: 9px 14px 4px;
}
.td2--title{
    font-family: "proximanova-regular",sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    background:#3A9EC3;
    padding: 4px 3px;
    text-align: center;
}
.th1--price-p-table{
    font-family: "proximanova-regular",sans-serif;
    font-size: 19px;
    line-height: 19px;
    color: #000;
    background:#3A9EC3;
    padding: 9px 14px;
}
.tr--price-p-table--odd .th1--price-p-table{
    background: #9ED4E3;
}
.tr--price-p-table--even .th1--price-p-table{
    background: #DBF2F9;
}
.th--price-p-table{
    font-family: "proximanova-regular",sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    padding: 9px 3px;
    text-align: center;
    border-left-color: transparent;
    border-right-color: transparent;
}
.th--price-p-table i{
    font-size: 20px;
}
.tr--price-p-table--odd .th--price-p-table{
    background: #DBF2F9;
}
.tr--price-p-table--even .th--price-p-table{
    background: #fff;
}
.price-popup--table td.th2--price-p-table{
    border-right:none;
}
.price-popup--table td.th3--price-p-table{
    border-left: none;
    border-right:none;
}
.price-popup--table td.th4--price-p-table{
    border-left: none;
}
.tr-small-title--price-p-table td{
    font-family: "proximanova-bold",sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 9px 14px;
    text-align: center;
    text-transform: uppercase;
    background: #9ED4E3;
}
.tr-text--price-p-table td{
    font-family: "proximanova-regular",sans-serif;
    font-size: 19px;
    line-height: 19px;
    color: #000;
    padding: 11px 14px;
    text-align: center;
    background: #9ED4E3;
}
.text-for-client{
    color: #295074;
    font-family: "proximanova-bold",sans-serif;
    font-size: 25px;
    line-height: 25px;
    padding: 20px 44px 55px;
}
/*end price-popup*/

/*fix-btn-price*/
.wrap-hover-text{
    position: absolute;
    opacity: 1;
    color: black;
    top: 5px;
    width: auto;
    height: 100%;
    left: 0px;
    padding-right: 31px;
    transition: all 1s;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: none;
}
.fix-btn-price__hov-text{
    font-size: 17px;
    font-family: "proximanova-bold",sans-serif;
    background: #295074;
    padding: 9px 15px;
    color: white;
    width: 286px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,1,0,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,1,0,1);
    box-shadow: 0px 0px 13px 0px rgba(0,1,0,1);
}
.fix-btn-price__hov-text:hover{
    background: #356d9d;
}
.fix-btn-price{
    position: fixed;
    right: 50%;
    bottom: 100px;
    z-index: 98;
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-right: -550px;
}
.fix-btn-price:hover .wrap-hover-text{
    /*opacity: 1;*/
    /*left: 0px;*/
    /*top: 25px;*/
    /*-ms-transform: translateX(-100%);*/
    /*-webkit-transform: translateX(-100%);*/
    /*transform: translateX(-100%);*/
    /*transition: all 1s;*/
    display: block;
}
.fix-btn-price a{
    text-decoration: none;
}
.fix-btn-price__btn{
    color: white;
    background-color: #295074;
    position: relative;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 5px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,1,0,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,1,0,1);
    box-shadow: 0px 0px 13px 0px rgba(0,1,0,1);
}

.fix-btn-price__btn:before{
    content: "";
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 87px;
    height: 87px;
    border: 7px solid #295074;
    border-radius: 50%;
    top: -10px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,1,0,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,1,0,1);
    box-shadow: 0px 0px 13px 0px rgba(0,1,0,1);
}
.fix-btn-price__btn:hover{
    background-color: #356d9d;
}
.fix-btn-price__btn:hover:before{
    border-color:  #356d9d;
}
.fix-btn-price__btn .rouble-style{
    font-size: 71px;
    line-height: 71px;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.57);
}


/*end-fix-btn-price*/


/*popup-callback*/
.popup-callback{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto!important;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(41,80,116, 0.80);
}
.close-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 99%;
    height: 100%;
    z-index: 101;
    cursor: pointer;
}
.content-modal{
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
    z-index: 102;
    width: 308px;
    padding: 18px 16px 14px;
    background: rgba(232,233,233,0.9);
    min-height: 250px;
}
.thanks-modal{
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
    z-index: 103;
    width: 308px;
    padding: 75px 16px 25px;
    background: rgba(232,233,233,0.9);
    min-height: 250px;
    display: none;
}
.close-modal-img{
    position: absolute;
    cursor: pointer;
    z-index: 105;
    right: 0px;
    top: -2px;
    background: url("../themes/demo/assets/img/fancybox_sprite.png") no-repeat 0 0;
    width: 35px;
    height: 35px;
}
.callback-title{
    font-family: "proximanova-bold",sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #313F54;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.callback-title-small{
    font-family: "proximanova-regular",sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #2690CF;
    padding-bottom: 10px;
    text-align: center;
}
.callback-input{
    width: 100%;
    margin-bottom: 3px;
    background: #fff;
    border: 2px solid #EEEFEF;
    height: 36px;
    font-size: 15px;
    color: #000;
    font-family: "proximanova-regular",sans-serif;
    padding: 0 10px;
}
.callback-input::-webkit-input-placeholder {color:#000;}
.callback-input::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.callback-input:-moz-placeholder           {color:#000;}/* Firefox 18- */
.callback-input:-ms-input-placeholder      {color:#000;}
.callback-button{
    width: 100%;
    margin-top: 15px;
    background: #295074;
    border: 1px solid #A6B1BB;
    height: 36px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    font-family: "proximanova-regular",sans-serif;
    cursor: pointer;
}
.callback-button:hover{
    background: #305a85;
}
.thanks-text{
    text-align: center;
    color: #313f54;
    font-size: 16px;
    line-height: 24px;
}
/*end popup-callback*/




/*media css*/
@media screen and (max-width:1240px){
    .fix-btn-price{
        margin-right: -427px;
        bottom: 170px;
    }
    .for-header {
        height: 133px;
        max-height: 133px;
    }
    .for-header-fixed {
        height: 68px;
    }
    .logo {
        padding: 41px 0 4px 15px;
        width: 100px;
    }
    .wrapper{
        width: 970px;
    }
    .price-popup-wrapper {
        width: 970px;
    }
    .contact-header-wrap {
        padding: 40px 15px 50px 15px;
    }
    .contact-number,
    .contact-number a {
        font-size: 18px;
    }
    .icons-wrap {
        padding: 0 10px;
    }
    .footer .icons-wrap {
        float: none;
        display: block;
    }
    .header .icons-wrap{
        padding: 0 5px;
    }
    .header .icons-wrap a {
        margin: 0 0px;
        background-size: cover !important;
        font-size: 24px;
    }
    .nav li {
        margin: 0 5px;
    }
    .nav-header {
        padding: 46px 0 0 0;
    }
    .contact-header {
        padding: 7px 0 7px 65px;
    }
    .block-work {
        padding-right: 1%;
        padding-left: 1%;
        width: 30%;
    }
    .block-price {
        padding-left:0;
        padding-right: 2%;
    }
    .price-x {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .price-button a {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .sect2 .wrapper {
        padding: 30px 30px 10px;
    }
    .block-price-big {
        padding-left: 0;
    }
    .for-search-procent {
        font-size: 130px;
        line-height: 117px;
    }
    .for-search-form {
        width: 100%;
    }
    .search-form-title {
        font-size: 25px;
        line-height: 25px;
        text-align: right;
    }
    .search-form-title span {
        font-size: 22px;
    }
    .footer .contact-wrap {
        padding: 30px 15px 30px 20px;
    }
    .footer .nav li {
        margin: 30px 30px 0 0;
    }
    .nav-header-fixed {
        padding: 10px 0 0 0;
    }
    .logo-fixed {
        padding: 12px 0 1px 15px;
        width: 60px;
    }
    .contact-header-wrap-fixed {
        padding: 6px 15px;
    }
    .contact-number-fixed a {
        font-size: 15px;
    }
    .contact-text-fixed {
        font-size: 10px;
        padding-top: 11px;
        padding-bottom: 7px;
    }
    .block-plus-title,
    .block-how-title{
        font-size: 22px;
    }
    .block-left-sect8 {
        padding: 120px 50px 20px;
        width: 40%;
    }
    .food-price {
        padding: 10px 14px;
    }

    .wrap-prew-news {
        width: auto;
    }
    .sect50 .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wrap-prew-news {
        margin-bottom: 30px;
    }
    .contact-form-wrap {
        right: 22px;
        top: 118px;
    }
    .bg-title-table2 {
        padding-right: 343px;
    }
    .all-title-table2 {
        font-size: 20px;
    }
    .all-price-table2 {
        font-size: 32px;
        line-height: 32px;
    }
    .table2-wrap p {
        min-height: 46px;
    }
    .all-title-table4 {
        font-size: 20px;
    }
    .all-price-table4 {
        font-size: 32px;
        line-height: 32px;
    }
    .table4-wrap p {
        min-height: 46px;
    }
    .td-table3 {
        padding: 4px 50px;
    }

    .th1-table2, .th2-table2, .th3-table2 {
        font-size: 25px;
    }

    .partners .title-contact-form {
        font-size: 24px;
    }
    .my-attach {
        float: none;
        display: block;
    }
    .file-loaded{
        float: none;
        display: block;
        padding-top: 6px;
        padding-bottom: 6px;
        background-position: left center;
        margin-bottom: 5px;
    }
    .slider2-slide-text {
        width: 290px;
    }
    .nav li a {
        font-size: 12px;
    }
    .rekvizit > div {
        padding: 0 14px;
    }
    .sect5 .img-partner-wrap {
        margin: 10px 0;
    }
    .pol-per {
        right: 13.6%;
    }
    .section20 .wrapper{
        background-size: cover !important;
    }
    .left-side {
        padding-right: 40px;
    }
	.header-bg{
		width: 285px;
	}
	.logo{
	   padding: 14px 0 1px 5px;
        width: 160px;
	}
    .height-contact {
        height: 15px;
    }
    .for-header {
        height: 88px;
        max-height:88px;
    }
    .height-nav-header {
        height: 28px !important;
    }
	.contact-header-wrap{
		width: 285px;
		    padding: 0 10px 0 20px;
	}
	.nav-header{
		padding-top: 15px;
        width: 520px;
	}
    .sticky .nav-header {
        width: 520px;
    }
    .height-contact {
        max-height: 15px;
        min-height: 15px;
    }
    .section1-serv .wrapper{
        padding-top: 50px;
    }
    .wrap-carcase {
        margin-top: 35px;
    }
    .title-block-serv {
        font-size: 39px;
    }
    .wrap-one-of-trig{
        width: 32%;
    }
    .wrap-nano-trig-block{
        text-align: center;
    }
    .wrap-one-polirovka-trig {
        width: 49%;
    }
    .wrap-img-polirovka-trig > img{
        max-width: 100%;
    }
    .section6-serv .wrapper {
        padding-top: 250px;
    }
    .section3-serv .wrapper {
        padding-bottom: 70px;
    }
    .section4-serv .wrapper{
        min-height: 570px !important;
    }
    .section7-serv .wrapper {
        padding-left: 64px;
        padding-right: 64px;
    }
    .section8-serv .wrapper {
        padding-top: 40px;
        padding-left: 64px;
        padding-right: 64px;
    }
    .section9-serv .wrapper{
        padding-left: 64px;
        padding-right: 64px;
    }
    .middle-title {
        font-size: 36px;
    }
    .wrap-descr-salon-text {
        margin-top: 50px;
    }
    .wrap-row-himchistka-trig{
        text-align: center;
    }
    .one-of-himchistka-trig {
        padding-top: 140px;
        width: 28%;
        margin-bottom: 10px;
    }
    .section10-serv .wrapper {
        padding-top: 140px;
    }
    .wrap-left-side-before{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .list-sect11 {
        padding-left: 15px;
    }
    .section12-serv .wrapper{
        padding-bottom: 15px;
    }
    .descr-salon-text-top.margin-top {
        margin-top: 10px;
    }
    .section14-serv .title-block-serv.margin-top{
        margin-top: 50px;
    }
    .one-of-glass-defence{
        width: 18%;
    }
    .content-serv-16 {
        padding-bottom: 100px;
    }
    .content-serv-16 .title-block-serv.margin-top {
        margin-top: 25px;
    }
    .section17-serv .wrapper {
        padding-left: 65px;
        padding-right: 65px;
    }
    .section18-serv .wrapper {
        padding-left: 65px;
        padding-right: 65px;
    }
    .section19-serv .wrapper {
        padding-top: 50px;
    }
    .section19-serv .descr-serv-block {
        margin-bottom: 40px;
    }
    .sect1 .wrapper {
        text-align: center;
    }
    .footer-payment,
    .footer .icons-wrap-fixed {
        float: none;
        display: inline-block;
        margin-top: 15px;
    }
    .footer .wrapper {
        text-align: center;
    }
    .logo img {
        max-height: 49px;
        min-height: 49px !important;
    }
    .wrap-one-quastion{
        width: 30%;
        margin-bottom: 15px;
    }
    .wrap-all-quastion{
        text-align: center;
    }
    .cafe-food-wrap {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
    .header-show .logo {
        padding: 5px 0 1px 5px;
    }
    .header-show .height-nav-header {
        height: 21px !important;
    }
    .header-show{
        top: 84px;
    }
    .descr-serv-block > span{display: inline;}
    .section15-serv .descr-glass {
        font-size: 27px;
        line-height: 28px;
    }
    .section16-2-serv .wrapper {
        padding: 18px 64px;
    }
    .title-section16-2 {
        width: 497px;
        font-size: 46px;
    }
    .list-sect16-2 {
        padding-top: 5px;
    }
    .section18-serv .title-services{
        font-size: 47px;
    }
    .section18-serv .list-sect11 {
        width: 410px;
    }
}


@media screen and (max-width:1240px) and (min-width:992px){
    .plus-small-1 {
        padding-left: 28px;
        background-size: 22px;
    }
    .plus-small-2 {
        padding-left: 37px;
        background-size: 35px;
    }
    .plus-small-3 {
        padding-left: 24px;
        background-size: 20px;
    }
    .plus-small-4 {
        padding-left: 24px;
        background-size: 20px;
    }
    .blocks-plus-small {
        padding-left: 11px;
    }
    .blocks-plus-small > div {
        font-size: 11px;
        line-height: 13px;
        padding-right: 4px;
    }
}


@media screen and (max-width:991px){
    .height-contact,.header-bg,.height-nav-header{
        display: none;
    }
    .right-side-blog{
        width: 100%;
        display: block;
        padding-left: 1px;
    }
    .left-side-blog{
        width: 100%;
        display: block;
        padding-left: 1px;
    }
    
    .block-work {
        display: inline-block;
        padding-bottom: 50px;
        margin: 0 auto;
        width: 32%;
    }
    .wrapper{
        width:750px;
    }
    .close-modal{
        width: 100%;
    }
    .price-popup-wrapper {
        width: 750px;
    }
    .header{
        text-align: center;
    }
    .contact-header-wrap {
        padding: 6px 60px 18px;
        width: auto;
        float: none;
        display: inline-block;
        width: 325px;
    }
    .footer .icons-wrap{
        float: none;
    }
    .contact-header {
        padding-left:1px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .logo {
        padding: 18px 10px 0 10px;
        width: auto;
        position: absolute;
    }
    .nav-header {
        padding: 30px 0 0 0;
        width: auto;
        float: none;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 100;
    }
    .sticky .nav-header {
        width: auto;
    }
    .nav-header > ul {
        display: none;
        width: auto;
        position: absolute;
        top: 65px;
        right: 0;
        padding: 0 1px;
        background: #fff;
    }
    .nav-header > ul > li {
        display: block;
    }
    .nav li > a{
        padding: 8px 5px;
        font-size: 14px;
    }

    .menu-mob{
        display: block;
    }
    .menu-mob span {
        background: #000;
        width: 32px;
        height: 3px;
        margin: 3px 0;
        display: block;
    }
    .list-polirovka-trig li{
        white-space: normal;
    }

    .under-header {
        height: 170px;
    }
    .slider-wrapper {
        background-size: cover;
    }
    .block-price {
        width: 32%;
        padding-left: 4%;
        padding-right: 1%;
    }
    .price-text {
        font-size: 16px;
    }
    .block-price-big {
        display: block;
        width: 100%;
    }
    .price-button a {
        width: 80%;
        margin: 0 auto 40px;
        font-size: 16px;
    }
    .for-search-form {
        width: 100%;
    }
    .text-about {
        font-size: 16px;
    }
    .footer .nav {
        padding-top: 20px;
    }
    .footer .nav li {
        margin: 1px 10px 10px 0;
    }
    /*.logo-fixed {*/
        /*display: none;*/
    /*}*/
    /*.contact-header-wrap-fixed {*/
        /*display: none;*/
    /*}*/
    /*.nav-header-fixed {*/
        /*padding: 7px 0 0 0;*/
    /*}*/

    .logo img {
        width: 150px;
        max-width: 150px;
        height: 150px !important;

    }
    .header-show .logo img {
        max-height: 45px;
    }
    .header-show .logo{
        padding: 10px 10px 0 10px;
    }
    .header-show .nav-header {
        padding-top: 25px;
    }
    .header-show .contact-header-wrap{
        padding: 12px 60px 6px;
    }
    .icons-wrap{
        display: inline-block !important;
    }
    .block-how-text {
        padding: 20px;
    }
    .rekvizit-1,
    .rekvizit-2{
        display: block;
        width: 98%;
    }
    .block-left-sect8 {
        padding: 100px 30px 20px;
    }
    .title-sect8-9 {
        font-size: 26px;
        line-height: 32px;
    }
    .sect8-form {
        width: 90%;
    }
    .block-right-sect9{
        width: 90%;
    }
    .cafe-food-wrap {
        width: 46%;
    }
    .right-side {
        padding-left: 50px;
    }
    .wrap-prew-news {
        margin-bottom:24px;
    }
    .my-adress-sect51, .my-telephone-sect51, .my-email-sect51 {
        font-size: 16px;
        margin-right: 1px;
        padding-bottom: 10px;
        display: block;
    }
    .contact-form-wrap {
        top: 50px;
    }
    .th1-table1 {
        font-size: 20px;
        line-height: 24px;
    }
    .th2-table1 {
        font-size: 32px;
        line-height: 34px;
    }
    .table1-price {
        width: 100%;
        margin: 0 1px 20px;
    }
    .sale-block{
        display: none;
    }
    .bg-title-table2 {
        padding-right: 1px;
    }
    .bg-title-table2:after {
        background: #4FC4E7;
    }
    .all-title-table4 {
        min-height: 60px;
    }
    .table3-title {
        font-size: 30px;
    }
    .td-table3 {
        padding: 4px 10px;
    }

    .table5-title {
        font-size: 30px;
    }
    .td-table5 span {
        padding: 0 6px;
    }
    .partners .block-plus{
        width: 75%;
    }
    .partners .block-how{
        width: 21%;
}
    .partners .contact-form-wrap{
        display: block;
        width: 400px;
        margin: 0 auto 20px;
    }
    .partners .block-how-title {
        font-size: 18px;
    }
    .for-header{
        height: 77px;
        max-height: 77px;
        margin: 0;
    }
    .slider2-slide-title {
        display: block;
    }
    .slider2-slide-text,
    .for-bg2-text .slider2-slide-text{
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .read-menu {
        padding-top: 15px;
    }
    .pol-per{
        width: 70px;
        height: 70px;
        right: 4.5%;
    }
    .wrap-service .title-service{
        padding-left: 25px;
    }
    .submenu-service{
        padding-left: 35px;
    }

    .left-side {
        padding-right: 15px;
        padding-left: 5px;
    }
    .right-side {
        padding-left: 10px;
    }
	.header-bg{
		height: auto;
	}
    .title-services{
        font-size: 50px;
    }
    .section1-serv .wrapper {
        padding-left: 70px;
        padding-right: 70px;
    }
    .wrap-carcase {
        margin-top: 10px;
    }
    .section2-serv .wrapper {
        padding-left: 70px;
        padding-right: 70px;
    }
    .section3-serv .wrapper {
        padding: 25px 1px 35px 80px;
    }
    .section4-serv .wrapper {
        min-height: 520px !important;
    }
    .section5-serv .wrapper {
        padding-left: 85px;
        padding-right: 85px;
    }
    .section6-serv .wrapper {
        padding-top: 155px;
    }
    .section7-serv .descr-serv-block {
        padding: 0 10px;
    }
    .one-of-polimer-defence {
        width: 31%;
        margin-bottom: 15px;
    }
    .wrap-descr-salon-text {
        margin-top: 10px;
    }
    .one-of-salon-trig {
        width: 24%;
        margin-bottom: 25px;
    }
    .wrap-row-salon-trig {
        text-align: center;
    }
    .section10-serv .wrapper {
        padding-top: 80px;
    }
    .list-sect11 {
        padding-left: 15px;
    }
    .section11-serv .wrapper{
        text-align: center;
    }
    .section14-serv > .wrapper {
        padding-left: 55px;
        padding-right: 20px;
    }
    .section14-serv .title-block-serv.margin-top {
        margin-top: 30px;
    }
    .section17-serv .wrapper {
        padding-top: 130px;
    }
    .section19-serv .wrapper,
    .section20-serv .wrapper{
        padding-left: 85px;
        padding-right: 85px;
    }
    .wrap-row-polimer-defence {
        text-align: center;
    }
    .block-price.second-column {
        width: 33%;
    }
    .block-price.third-column {
        width: 33%;
    }
    .wrap-full-price {
        width: 400px;
        display: block;
        margin: auto;
    }
    .price-button a {
        width: 100%;
    }
    .block-price.second-column {
        width: 100%;
    }
    .block-price.third-column {
        width: 100%;
    }
    .block-price {
        padding-bottom: 10px;
    }
    .block-price-big{
        padding-top: 10px;
    }
    .wrap-one-quastion {
        width: 49%;
    }
    .cafe-food-wrap {
        width: 49%;
    }
    .food-img {
        height: 337px;
        width: 90%;
        background-size: cover;
    }
    .food-img img {
        max-width: 90%;
    }
    .price-cafe-price {
        width: 100%;
        text-align: center;
    }
    .name-cafe-price {
        width: 100%;
        text-align: center;
    }
    .food-img img {
        left: 0 !important;
    }
    .header-show{
        top: 77px;
    }
    .td1--title {
        font-size: 27px;
        line-height: 27px;
        padding: 9px 14px;
    }
    .th--about-number {
        font-size: 20px;
        line-height: 20px;
    }
    .price-popup--table-wrap {
        padding: 10px 20px 40px;
    }
    .tr-header--price-p-table th,
    .price-popup--table td{
        border: 1px solid #fff;
    }
    .wrap-nano-trigers {
        margin-left: -70px;
        margin-right: -70px;
        padding-left: 45px;
        padding-right: 45px;
    }
    .one-column-list--firs {
        padding-left: 5px;
    }
    .middle-title {
        font-size: 27px;
    }
    .middle-title .title-price {
        font-size: 54px;
    }
    .section11-serv {
        margin-top: 86px;
    }
    .section15-serv .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
    .title-section16-2 {
        margin-left: 50px;
    }
    .list-sect16-2 {
        display: block;
        padding-left: 200px;
        padding-top: 1px;
    }
    .section17-serv .descr-serv-block br{display: none;}
    .section18-serv .list-sect11 {
        width: auto;
        padding-left: 1px;
    }
    .section19-serv .descr-serv-block br{display: none;}
    .one-of-glass-defence {
        width: 19%;
    }
    .section15-serv .descr-glass {
        font-size: 23px;
        line-height: 25px;
    }
    .fix-btn-price {
        margin-right: -315px;
        bottom: 192px;
    }
}

@media screen and (max-width:767px){
    .fix-btn-price{
        margin-right: -175px;
        bottom: 203px;
    }
	.block-work{
		display: block;
        width: 100%;
	}
    .for-header {
        display: none;
    }

    .logo{
    }
    .nav-header{
        top: 32px;
    }
    .nav-header > ul {
        top: 50px;
    }

    .nav li {
        margin: 0 2px;
    }
    .wrapper{
        width:470px;
    }
    .price-popup-wrapper {
        width: 470px;
    }
    .logo {
        float: none;
        text-align: left;
        padding: 20px 0;
    }
    .header .icons-wrap {
        bottom: -5px;
    }
    .contact-header-wrap {
        float: none;
        padding: 20px 0 20px 0px;
        width: auto;
        text-align: center;
    }
    .bg-right{
        display: none;
    }
    .icons-wrap {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .icons-wrap {
        position: relative;
        bottom: 0;
        left: 0;
        padding-top: 15px;
        padding-left: 12px;
    }
    .nav-header {
        padding: 0;
    }
    .under-header{
        height: 0;
        display: none;
    }
    .for-bg-text .bg-text {
        padding: 45px 40px 50px;
        width: 100%;
    }
    .slider-main .slick-dots {
        width: 100%;
    }
    .slide-title {
        font-size: 27px;
    }
    .slide-text {
        font-size: 15px;
    }

    .block-price {
        display: block;
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .price-title {
        margin-bottom: 25px;
    }
    .rekvizit > div {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .corp-client {
        font-size: 18px;
    }
    .block-form8 {
        display: block;
        float: none;
        width: 94%;
        margin: 0 auto;
    }
    .text-form8 {
        text-align: center;
    }
    .for-search-form {
        width: 100%;
    }
    .footer .contact-wrap{
        float: none;
        padding: 20px 0 20px 94px;
    }
    .footer .nav {
        padding-top: 10px;
        text-align: center;
    }
    .footer .wrapper {
        padding: 0;
    }
    .block-plus, .block-how {
        display:block;
        width: 100%;
        margin-left: 0;
    }
    .slider2-bg-text {
        width: 100%;
        padding: 15px 40px;
    }
    .blocks-plus-small > div {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin-bottom: 20px;
    }
    .slider2-slide-text {
        margin: 0 70px;
    }
    .cafe-food-wrap {
        display: block;
        width: 98%;
        margin: 20px 1% 0;
    }
    .food-about p {
        font-size: 15px;
    }
    .pol-per{
        display: none;
    }
    .left-side {
        width: 100%;
        display: block;
    }
    .left-side-blog {
        width: 100%;
        display: block;
    }
    .news-prew {
        font-size: 15px;
    }
    .right-side{
        width: 100%;
        display: block;
        padding-left: 1px;
    }
    .right-side-blog{
        width: 100%;
        display: block;
        padding-left: 1px;
    }
    .sect51 .wrapper {
        padding-top: 30px;
    }
    .contact-form-wrap {
        top: 0;
        right: 0;
        position: static;
        margin: 0 auto 30px;
    }
    .map-sect51 {
        height: 450px;
    }
    .partners .block-plus,
    .partners .block-how{
        width: 99%;
        display: block;
        margin-left: 1px;
        min-height: 10px;
    }

    .title-sect15:before,
    .title-sect15:after,
    .table2-title:before,
    .table2-title:after,
    .table4-title:before,
    .table4-title:after{
        display: none;
    }
    .title-sect15,
    .table2-title,
    .table4-title{
        display: block;
        font-size: 30px;
        padding-left: 1px;
        padding-right: 1px;
    }
    .th1-table1 {
        font-size: 17px;
    }
    .th2-table1 {
        font-size: 25px;
    }
    .table1-price td {
        padding: 10px 7px;
    }
    .block1-table2, .block2-table2, .block3-table2, .block4-table2 {
        float: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
    .table2-wrap p {
        min-height: 5px;
    }
    .table3-price {
        width: 300px;
        margin: 0 auto 35px;
    }
    .table2-wrap {
        margin-left: auto;
        margin-bottom: 1px;
    }
    .block1-table4, .block2-table4, .block3-table4, .block4-table4 {
        float: none;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
    .all-title-table4 {
        min-height: 5px;
    }
    .table4-wrap p {
        min-height: 5px;
    }
    .table4-wrap {
        margin-left: auto;
        margin-bottom: 1px;
    }
    .table5-price {
        width: 300px;
        margin: 0 auto 35px;
    }
    .table3-title {
        font-size: 26px;
        line-height: 28px;
    }
    .table5-title {
        font-size: 26px;
        line-height: 28px;
    }

    .search-form-title span {
        display: block;
    }
    .read-menu{
        display: block;
        text-align: center;
    }
    .footer .icons-wrap{
        float: none;
        text-align: center;
        padding-bottom: 20px;
    }
    .footer .contact-header{
        float: none;
        width: 270px;
        margin: 0 auto;
    }
    .footer .wrapper{
        padding-bottom: 20px;
    }
    .sect5 .wrapper {
        padding: 0 20px;
    }
    .wrap-service .title-service {
        padding-left: 12px;
        font-size: 18px;
    }
    .submenu-service {
        padding-left: 17px;
        padding-right: 17px;
    }
    .submenu-service li a {
        font-size: 15px;
    }
    .section20 .wrapper{
        background: none !important;
    }
    .middle-title {
        font-size:20px;
    }
    .middle-title .title-price {
        font-size: 40px;
    }
    .middle-title .rouble-style {
        font-size: 32px;
    }
    .section1-serv .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .section2-serv .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .title-block-serv {
        font-size: 30px;
    }
    .section4-serv .wrapper {
        min-height: 450px !important;
    }
    .section5-serv .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .list-polirovka-trig {
        font-size: 14px;
    }
    .section6-serv .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .section6-serv .wrapper {
        padding-top: 100px;
    }
    .section7-serv .wrapper {
        padding-left: 50px;
        padding-right: 40px;
    }
    .section8-serv .wrapper {
        padding-left: 50px;
        padding-right: 40px;
        padding-top: 30px;
    }
    .one-of-himchistka-trig {
        width: 31%;
    }
    .section9-serv .wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .section10-serv .wrapper {
        padding-top: 50px;
        padding-left: 60px;
        padding-right: 60px;
    }
    .section11-serv {
        margin-top: 50px;
        margin-left: -60px;
        margin-right: -60px;
    }
    .right-side-sect12, .left-side-sect12{
        width: 100%;
    }
    .right-bg12{
        background: transparent;
    }
    .section12-serv .descr-salon-text-top,
    .section12-serv .list-sect11 li{
        color: white;
    }
    .section14-serv > .wrapper {
        padding-left: 50px;
        padding-right: 15px;
    }
    .one-of-glass-defence {
        width: 31%;
    }
    .section15-serv .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    .content-serv-16 {
        background-color: rgba(4, 113, 121, .3);
        width: 100%;
        padding-left: 50px;
        padding-right: 120px;
    }
    .content-serv-16:before {
        right: 10px;
    }
    .section17-serv .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .section18-serv .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section19-serv .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .title-services {
        line-height: 41px;
        font-size: 40px;
    }
    .text-sect11 {
        font-size: 17px;
    }
    .section20-serv .wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 25px;
    }
    .wrap-text-sect21 {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .section13-serv > .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .food-img {
        height: 421px;
    }
    .block-how-partn-descript {
        font-size: 34px;
    }
    .title-sect20 {
        font-size: 26px;
    }
    .slider-wrapper .slick-slide img{
        width: 100%;
    }
    .slider-wrapper .for-bg-text .bg-text .slide-button {
        padding-top: 110px;
    }
    .sect1 .wrapper{
        padding: 70px 30px 0px;
    }
    .wrap-slide-content{
        padding: 0 20px;
    }
    .header-show .contact-header-wrap{
        display: none;
    }
    .header-show .nav-header {
        padding-top: 0;
        margin-top: -10px;
    }
    .header-show {
        top: 256px;
    }
    .logo {
        position: relative;
    }
    .contact-header-wrap {
         width: auto;
    }
    .sect5 .slider-aromatisation .img-partner-wrap {
        min-height: 110px;
    }

    .price-popup--main-title {
        font-size: 45px;
        line-height: 45px;
        padding: 30px 12px;
    }
    .price-popup--title {
        font-size: 30px;
        line-height: 32px;
        padding: 10px 15px 6px;
    }
    .price-popup--table-wrap {
        padding: 10px 10px 40px;
    }
    .th1--top {
        font-size: 17px;
        line-height: 22px;
        padding: 4px 8px;
    }
    .th2--top {
        font-size: 19px;
        line-height: 22px;
    }
    .th--about-number {
        font-size: 15px;
        line-height: 16px;
    }
    .td1--title {
        font-size: 21px;
        line-height: 23px;
        padding: 7px 5px;
    }
    .td2--title {
        font-size: 19px;
        line-height: 19px;
    }
    .th1--price-p-table {
        font-size: 18px;
        line-height: 18px;
        padding: 8px 5px;
    }
    .th--price-p-table {
        font-size: 18px;
        line-height: 18px;
    }
    .th--price-p-table i {
        font-size: 16px;
    }
    .text-for-client {
        font-size: 23px;
        line-height: 23px;
        padding: 20px 10px 55px;
    }
    .tr-small-title--price-p-table td {
        font-size: 20px;
        line-height: 21px;
    }
    .wrap-nano-trigers {
        margin-left: -50px;
        margin-right: -50px;
    }
    .section3-serv .wrapper {
        padding: 25px 1px 35px 55px;
    }
    .section12-serv .wrapper{
        padding: 55px 55px 15px;
    }
    .descr-salon-text-top {
        font-size: 24px;
    }
    .one-of-glass-defence{
        padding-bottom: 20px;
    }
    .section15-serv .title-block-serv {
        line-height: 32px;
        font-size: 35px;
    }
    .section15-serv .descr-glass {
        font-size: 13px;
        line-height: 16px;
    }
    .wrap-btn-service__btn {
        font-size: 18px;
        line-height: 18px;
        padding: 14px 22px;
    }
    .section12-serv .one-column-list {
        width: 99%;
        display: block;
        padding-top: 20px;
    }
    .descr-glass{
        color: #093D52;
    }
    .section14-serv .title-block-serv.margin-top {
        margin-top: 50px;
    }
    .title-section16-2 {
        width: 394px;
        font-size: 35px;
        padding-top: 10px;
        margin-left: 1px;
    }
    .list-sect16-2 {
        padding-left: 80px;
    }
    .section18-serv .title-services {
        font-size: 41px;
        padding-top: 15px;
    }
}


@media screen and (max-width:479px){
    .fix-btn-price{
        margin-right: -95px;
        bottom: 327px;
    }
    .sect5 .slider-aromatisation .img-partner-wrap {
        min-height: 72px;
    }
    .wrapper{
        width:310px;
    }
    .price-popup-wrapper {
        width: 310px;
    }
    .contact-header-wrap {
        padding: 20px 0 20px 10px;
    }
    .nav li {
        margin: 0 4px;
    }
    body {
        overflow-x: visible;
    }
    .price-button a {
        width: 100%;
        font-size: 14px;
        padding: 25px 4px;
    }
    .for-search-procent{
        display: none;
    }
    .for-search-form {
        width: 100%;
        float: none;
    }
    .footer .contact-wrap {
        padding: 20px 0 20px 50px;
    }
    .footer .nav li a {
        padding: 15px 0;
    }
    .slide-title {
        font-size: 24px;
    }

    .blocks-plus-small > div {
        display: block;
        width: 98%;
    }
    .slider2-slide-text {
        margin: 0;
    }
    .slide-text {
        padding: 0 10px 32px;
    }
    .block-right-sect9 {
        height: 200px;
    }
    .service-slider .slider2-bg-text .service-slide-text {
        padding-bottom: 20px;
    }
    .nav-header ul.in-nav{
        top: 40px;
    }
    .nav ul.in-nav-footer{
        bottom: 40px;
    }
    .sect50 .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrap-date, .wrap-author {
        display: block;
        padding-top: 5px;
        padding-left: 1px;

    }
    .one-left-side,
    .one-right-side{
        display: block;
        width: 100%;
        padding-left: 1px;
        padding-right: 1px;
    }
    .wrap-contacts-sect51 {
        padding: 0 15px;
    }
    .contact-form-wrap {
        width: 300px;
    }
    .textarea-text-contact {
        width: 240px;
    }
    .table3-title {
        color: #fff;
        text-align: center;
        font-size: 20px;
        line-height: 27px;
    }
    .table5-title {
        font-size: 20px;
        line-height: 26px;
    }
    .partners .contact-form-wrap {
        width: 99%;
    }
    .partners .text-contact-form{
        text-align: center;
    }
    .table1-price td.first-table1-price {
        font-size: 13px;
    }
    .th1-table1 {
        font-size: 12px;
    }
    .th2-table1 {
        font-size: 17px;
    }
    .title-sect15, .table2-title, .table4-title {
        font-size: 26px;
    }
    .sect4 .wrapper {
        padding: 0 20px;
    }
    .left-side-service {
        width: auto;
        float: none;
        padding-bottom: 20px;
    }
    .submenu-service li a {
        font-size: 17px;
    }
    .text-service {
        float: none;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .text-block p {
        font-size: 15px;
    }
    .for-bg2-text .slider2-bg-text {
        width: auto;
        padding: 63px 30px 0 30px;
    }
    .title-news {
        font-size: 21px;
    }
    .descr-serv-block {
        font-size: 15px;
    }
    .section2-serv .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .title-trigs {
        font-size: 12px;
    }
    .wrap-one-of-trig {
        width: 100%;
        margin-bottom: 15px;
    }
    .section3-serv .wrapper {
        padding-left: 54px;
        padding-right: 15px;
    }
    .section4-serv .wrapper {
        min-height: 820px !important;
    }
    .one-of-polimer-defence {
        width: 49%;
    }
    .descr-salon-text-low {
        font-size: 10px;
    }
    .title-services {
        font-size: 35px;
    }
    .descr-salon-text-top {
        font-size: 18px;
    }
    .one-of-salon-trig {
        width: 49%;
    }
    .wrap-row-salon-trig {
        padding-top: 15px;
    }
    .one-of-himchistka-trig {
        width: 49%;
    }
    .section10-serv .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section11-serv .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section12-serv .wrapper {
        padding-left: 52px;
        padding-right: 15px;
    }
    .section12-serv .title-block-serv {
        text-align: center;
        margin-bottom: 10px;
    }
    .section13-serv > .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .one-of-glass-defence {
        width: 49%;
        margin-bottom: 20px;
    }
    .section15-serv .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .content-serv-16:before{
        display: none;
    }
    .content-serv-16:after{
        display: none;
    }
    .wrap-full-price {
        width: 100%;
    }
    .wrap-slide-content {
        top: 25px;
    }
    .sect6 {
        padding-top: 5px;
    }
    .sect6 .wrapper {
        padding: 0 0px;
    }
    .footer-payment > div {
        display: block;
        margin-top: 10px;
    }
    .footer .icons-wrap a{
        display: inline-block;
        width: 16%;
        margin: 0;
    }
    .footer .icons-wrap a:nth-of-type(1){
        width: 100%;
    }
    .footer .icons-wrap {
        display: block !important;
    }
    .wrap-one-quastion {
        width: 90%;
    }
    .food-img {
        height: 278px;
        width: 273px;
    }
    .cafe-price-item {
        font-size: 50px;
    }
    .name-cafe-top {
        font-size: 15px;
    }
    .sect11 {
        padding-bottom: 15px;
    }
    .slider-wrapper .for-bg-text .bg-text .slide-button {
        padding-top: 60px;
    }
    .footer-payment{
        width: 100%;
        padding: 0 10px;
    }
    .footer-payment .wrap-payment-img{
        padding: 0 8px;
        width: 30%;
        display: inline-block;
    }
    .descr-serv-block-top{
        text-align: left;
    }
    .descr-serv-block-bottom{
        text-align: left;
    }
    .wrap-text-sect21{
        padding-right: 15px;
    }
    .contacts-sect51{
        padding-bottom: 0;
    }
    .wrap-contacts-sect51{
        padding: 15px 15px;
    }
    .icons-wrap a{
        height: 48px;
        width: 45px;
        background-size: cover !important;
    }

    .price-popup--main-title {
        font-size: 40px;
        line-height: 40px;
        padding: 30px 1px;
        text-align: center;
    }
    .price-popup--title {
        font-size: 26px;
        line-height: 27px;
        padding: 10px 11px 8px;
    }
    .price-popup--table-wrap {
        padding: 10px 1px 40px;
    }
    .td1--title {
        font-size: 12px;
        line-height: 16px;
    }
    .th1--top {
        font-size: 11px;
        line-height: 15px;
        padding: 6px 6px;
    }
    .th2--top {
        font-size: 15px;
        line-height: 20px;
    }
    .th--number {
        font-size: 25px;
        line-height: 27px;
    }
    .th--about-number {
        font-size: 12px;
        line-height: 14px;
    }
    .th--price-p-table {
        font-size: 14px;
        line-height: 15px;
    }
    .th--price-p-table i {
        font-size: 14px;
    }
    .td2--title {
        font-size: 15px;
        line-height: 17px;
    }
    .th1--price-p-table {
        font-size: 11px;
        line-height: 14px;
        padding: 6px 3px;
    }
    .tr-small-title--price-p-table td {
        font-size: 17px;
        line-height: 19px;
    }
    .tr-text--price-p-table td {
        font-size: 14px;
        line-height: 14px;
    }
    .text-for-client {
        font-size: 19px;
        line-height: 19px;
        padding: 5px 7px 40px;
    }
    .section3-serv .wrap-list-cleaning {
        padding-left: 10px;
        padding-bottom: 25px;
    }
    .title-block-serv {
        font-size: 25px;
    }
    .section11-serv {
        margin-left: -10px;
        margin-right: -10px;
    }
    .wrap-nano-trigers {
        padding-left: 50px;
    }
    .section3-serv .title-block-serv{
        padding-left: 10px;
    }
    .section5-serv .title-block-serv{
        padding-bottom: 20px;
    }
    .wrap-one-polirovka-trig {
        width: 87%;
    }
    .section15-serv .descr-glass {
        font-size: 11px;
        line-height: 14px;
    }
    .section15-serv .title-block-serv {
        line-height: 28px;
        font-size: 28px;
    }
    .wrap-cracks-text {
        left: 12px;
        bottom: 12px;
    }
    .wrap-big-img {
        padding: 1px;
    }
    .wrap-small-img {
        padding: 1px;
    }
    .content-serv-16 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
        text-align: center;
    }
    .content-serv-16:before{display: none;}
    .title-section16-2:before{display: none;}
    .section16-2-serv .wrapper {
        padding: 18px 14px;
    }
    .title-section16-2 {
        width:290px;
        font-size: 32px;
        padding: 10px 10px;
        text-align: center;
    }
    .list-sect16-2 {
        padding-left: 10px;
    }
    .middle-title {
        font-size: 24px;
    }
    .section9-serv .middle-title{
        padding-left: 50px;
        padding-right: 50px;
    }
    .section14-serv .middle-title{
        padding-left: 30px;
        padding-right: 30px;
    }
}



