   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}












/* HEADER  */ 
@font-face {
  font-family: 'Arial'; 
    src: url('fonts/Arial/Arial.eot?') format('eot'), 
         url('fonts/Arial/Arial.woff') format('woff'), 
         url('fonts/Arial/Arial.ttf')  format('truetype'),
         url('fonts/Arial/Arial.svg#svgFontName') format('svg');
} 
@font-face {
  font-family: 'arialbd'; 
    src: url('fonts/Arialbd/arialbd.eot?') format('eot'), 
         url('fonts/Arialbd/arialbd.woff') format('woff'), 
         url('fonts/Arialbd/arialbd.ttf')  format('truetype'),
         url('fonts/Arialbd/arialbd.svg#svgFontName') format('svg');
} 
@font-face {font-family:'ar-na'; src:url(fonts/ar-na.ttf);}
@font-face {font-family:'ar-na-bold'; src:url(fonts/ar-na-bold.ttf);}
html {
  /*height: 100%;*/
    
}
body{
    font-family: Arial;
    font-size: 16px;
}
*{
    margin: 0px;
    max-height: 999999px
}
:focus {
    outline: 0px solid blue;
}

/* mouse/touch focus style */
:active,
.is-mouse-focused:focus {
     outline: 0px solid blue;
}
a{
    color:#fff;
    font-size: 16px;
    font-family: Arial;
    text-decoration: none;
    border: none;
    cursor: pointer;
    outline:none !important;
}
a:hover{
    text-decoration:none;
    outline: 0px solid blue;
}

img {
  border: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #959697;
    font-size: 13px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #959697;
   opacity:  1;
   font-size: 13px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #959697;
   opacity:  1;
   font-size: 13px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #959697;
   font-size: 13px;
}
.clr {
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.workarea{
    width: 960px;
    padding: 0px 20px;
    overflow: hidden;
    margin: 0 auto;
}
/* ОСНОВНОЙ КОД */

#header-bg{
    background-color: #1884cf;
    /*min-width: 1000px;*/
   /*padding-top: 5px;*/
}
    #padd{
        padding: 5px 0px 3px 0px;
    }
    #logo{
        line-height: 0; 
        
    }
    #logo img {
        max-height: 40px;
    }
    #avtorized{
        text-transform: uppercase;
        margin-left: 20px;
        margin-top: 11px;
        font-size: 13px;
    }
    #header-right-service{
        padding: 17px 15px 17px 0px;
        background: url("images/arrow-right.png") no-repeat;
        font-size: 12px;
        width: 118px;
        text-align: center;
        /*font-weight: 600;*/
        background-position: 108px 19px;
    }
    #header-right-service.open{
        background: url("images/arrow-botton.png") no-repeat;
        background-color: #69bdf7;
        background-position: 108px 21px;
    }
    #header-right-service:hover{
        /*background: url("images/arrow-botton.png") no-repeat;*/
        background-color: #69bdf7;
        /*background-position: 108px 21px;*/
    }
    #header-right-contacts:hover, #header-right-contacts-not-mob:hover{
        background-color: #69bdf7;
    }
    #header-right-contacts, #header-right-contacts-not-mob{
        padding: 17px 0px 17px 0px;
        font-size: 12px;
        /*font-weight: 600;*/
        width: 118px;
        text-align: center;
    }
    #header-right-tel{
        font-size: 16px;
        background: #69bdf7;
        width: 182px;
        text-align: center;
        padding: 15px 0px 15px 54px;
        position: relative;
    }
    #phones{
        position: absolute;
        left: 0;
        text-align: 0px;
        top: 0;
        width: 48px;
        height: 48px;
        display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
        background: #1e9cf3;
        
    }
     #phones img{
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
    #header-right-tel a{
        line-height: 0;
    }
.flexslider{
    border: none !important;
}
#header-menu-bg{
    background-color: #f3f4f6;
    /*min-width: 1000px;*/
    height: 72px;
}
    #header-menu{
        
    }
    #header-menu-top{
        
    }
    ul#header-menu-top{
        margin: 0;
        padding: 0;
    }
    #header-menu-top li{
        float: left;
        width: 190px;
        
        /*border-right: 1px solid #dedee1;*/
        
        /*text-align: center;
        
        border-bottom: 3px solid rgba(0,0,0,0);*/
    }
    #header-menu-top li:hover{
        
        /*border-bottom: 3px solid #69bdf7;
        padding-bottom: 24px;*/
    }
    #header-menu-top li:last-child{
        
        margin-right: 0;
    }
    #header-menu-top li:last-child a .head-menu-block{
        border-right: 0;
    }
    #head-menu-block{
        
    }
    #header-menu-top li a{
        color: #93939d;
        text-transform: uppercase;
        font-size: 12px;
        height: 69px;
        overflow: hidden;
        display: block;
        border-bottom: 4px solid rgba(0,0,0,0);
        line-height: 16px;
    }
    #header-menu-top li a:hover{
        padding-bottom: 3px;
        border-bottom: 4px solid #69bdf7;
        color: #000;
    }
   #header-menu-top li a .head-menu-block{
       background: url("images/arrow-right-custom.png") no-repeat left center;
       width: 133px;
       text-align: left;
       /* margin-left: 28px; */
       padding-left: 12px;
       margin: 21px 0px 21px 28px;
       border-right: 1px solid #dedee1;
       padding-right: 16px;
       min-height: 36px;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
   }


#container .flex-caption h3{
    font-family: 'Arial';
    color: #fff;
    font-weight: normal;
}

#contact-form-main{
    padding: 12px 10px;
    background-color: #f3f4f6;
    margin-top: 27px;
    overflow: hidden;
    position: relative;
}
body #contact-form-main div.wpcf7-validation-errors{
    height: 31px;
    padding-top: 19px;
    margin-top: 12px;
    margin-left: 8px;
}
body #contact-form-main div.wpcf7-mail-sent-ok{
    height: 31px;
    padding-top: 19px;
    margin-top: 12px;
    margin-left: 8px;
}
    #contact-form-main-img{
        margin-right: 9px;
        background: url("images/right-arrow.png") no-repeat right top ;
        padding-right: 7px;
        display: table;
    }
    #contact-form-main-img #img-zayavka{
        width: 310px;
        text-align: center;
        color: #fff;
        background-color: #444852;
        height: 50px;
        display: table-cell;
        vertical-align: middle;
    }
    #contact-form-main-block{
        
    }
        #contact-form-main-block input{
            float: left;
            width: 131px;
            padding-left: 10px;
            height: 33px;
            border: none;
            margin-left: 9px;
            margin-top: 7px;
            color: #959697;
            border: 1px solid rgba(0,0,0,0);
            border-radius:0px;
            font-size: 14px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
        #contact-form-main-block input:focus{
            border: 1px solid #959697;
        }
        #contact-form-main-block #go {
            width: 50px;
            height: 50px;
            display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
            background: #1884cf;
            margin-left: 641px;
            bottom: 12px;
        }
        #contact-form-main-block .wpcf7-submit{
            width: 284px;
            padding-left: 54px;
            background: #69bdf7;
            color: #fff;
            font-size: 16px;
            height: 50px;
            text-transform: uppercase;
            margin-top: 0;
            margin-left: 22px;
            cursor: pointer;
            border-radius:0px;
        }
        #contact-form-main-block .wpcf7-submit:hover{
            background: #cd0313;
        }
        .wpcf7-not-valid{
            border: 1px solid red !important;
        }
        .ajax-loader{
            display: none;
        }
        .wpcf7-not-valid-tip{
            display: none !important;
        }
        .wpcf7-validation-errors{
           
        }





#main-menu{
    margin-top: 27px;
}
#main-menu a:hover .main-menu-block-cover{
    border-bottom: 4px solid #1884cf;
    margin-bottom: 0px;
}
#main-menu a:nth-child(5) .main-menu-block-cover{
    clear: both;
}
    .main-menu-block-cover{
        float: left;
        padding-top: 22px;
        padding-bottom: 23px;
        background-color: #f3f4f6;
        
        margin-bottom: 4px;
	    position: relative;
    z-index: 2;
    }
    .main-menu-block{
        
        
        width: 239px;
        border-right: 1px solid #dedee1;
        height: 160px;
        
    }
    #main-menu a:nth-child(4n) .main-menu-block{
        border-right: none;
    }

        .main-menu-block-img{
            text-align: center;
            height: 112px;
            
        }
        .main-menu-block-text{
            background: url("images/arrow-right-custom.png") no-repeat left center;
            width: 150px;
            text-align: left;
            /* margin-left: 28px; */
            padding-left: 12px;
            margin: 21px 0px 21px 43px;
            padding-right: 25px;
            color: #93939d;
            font-size: 12px;
            text-transform: uppercase;
        }
        .main-menu-block-text span{
            color: #222223;
            display: block;
        }
h1{
    margin: 25px 0px;
    color: #222223;
    font-family: Arial;
  font-weight: 400;
  font-size: 36px;
}
h2{
    margin: 25px 0px;
    color: #222223;
    text-align: center;
    font-family: Arial;
    line-height: 1.2;
    font-size: 22px;
    font-weight: 100;
}
.advantages-block {
    margin-bottom: -20px;
}
h3{
    color: #222223;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.2;
}
.remont-text.custom{
    margin-bottom: 50px;
}
.remont-text.custom.myclass{
     margin-top: 10px;
}
.remont-text.custom.myclass h2{
        margin: 25px 0px;
}
#main-text{
    margin-top: 3px;
    margin-bottom: 23px;
    color: #222223;
    font-size: 13px;
    overflow: hidden;
    line-height: 1.2;
}

#footer-bg{
    background-color: #1884cf;
    /*min-width: 1000px;*/
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 10px;
}
    #footer{
        padding: 3px 0px;
        overflow: hidden;
    }
    #footer-menu{
        
    }
    #footer-menu ul{
        margin: 0;
        padding: 0;
    }
        #footer-menu li{
            float: left;
        }
        #footer-menu li a{
            color: #fff;
            font-size: 11px;
            margin-right: 10px;
            text-transform: uppercase;
            line-height: 1.5;
            display: inline-block;
            border-bottom: 3px solid rgba(0,0,0,0);
        }
        #footer-menu li a:hover{
            border-bottom: 3px solid #fff;
        }
        #footer-acer{
            -webkit-background-size: 33px 20px;
            background-size: 33px 20px;
            padding-left: 41px;
            padding-top: 2px;
            padding: 5px 0px 5px 41px;
            margin-top: -4px;
            
            color: #fff;
            font-size: 12px;
            float: right;
        }
        #footer-acer a{
            color: #fff;
            font-size: 12px;
            text-decoration: underline;
        }
        #footer-acer a:hover{
            text-decoration: none;
        }
        #footer-acer span{
            
        }
    
#breadcrumbs{
    color: #a1a2a3;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .breadcrumbs-link{
        background: url("images/breadcrumbs.png") no-repeat right center;
        color: #6c6c6d;
        padding-right: 10px;
        margin-right: 10px;
        float: left;
        font-size: 13px;
    }

#page-title{
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: -5px;
}
#submit-other{
    margin-bottom: -15px;
}
    #submit-other-image{
        float: left;
        line-height: 0;
        width: 645px;
        text-align: center;
            height: 220px;
    overflow: hidden;
    }
    #submit-other-form{
        float: left;
        width: 315px;
    }
        #submit-other-form-title{
            text-align: center;
            color: #ffffff;
            font-size: 13px;
            text-transform: uppercase;
            padding: 13px 0px;
            background-color: #444852;
        }
        #submit-other-form-block{
            padding: 15px 15px 17px 15px;
            background-color: #f3f4f6;
            overflow: hidden;
            
            
        }
        #go{
            position: absolute;
            bottom: 25px;
            left: 26px;
            
        }
        #go.custom{
            margin-left: 653px;
        }
        #submit-other-form-block input{
            padding: 0;
            margin: 0;
            float: left;
            width: 128px;
            padding-left: 10px;
            height: 33px;
            border: none;
            /* margin-left: 9px; */
            /* margin-top: 7px; */
            color: #959697;
            border-radius:0px;
            border: 1px solid rgba(0,0,0,0);
            font-size: 14px;
            -webkit-appearance: none !important; ;
            -moz-appearance: none !important; ;
            appearance: none !important; ;
        }
        #submit-other-form-block input:first-child{
            margin-right: 1px;
        }
        #submit-other-form-block input:focus{
            border: 1px solid #959697;
        }
        .wpcf7-textarea{
            float: left;
            width: 267.5px;
            padding-left: 10px;
            height: 51.5px;
            border: none;
            color: #959697;
            border: 1px solid rgba(0,0,0,0);
            margin-top: 1px;
            padding-top: 5px;
            font-size: 13px;
            color: #959697;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            border-radius:0px;
            font-family: 'Arial';
        }
        #submit-other-form-block .wpcf7-submit{
            width: 281px;
            padding-left: 54px;
            background: url("images/send-empty.png") no-repeat left center #69bdf7;
            color: #fff;
            font-size: 16px;
            height: 50px;
            text-transform: uppercase;
            margin-top: 0;
            /* margin-left: 22px; */
            cursor: pointer;
            text-align: center;
        }
        #submit-other-form-block .wpcf7-submit:hover{
            background: url("images/send-empty.png") no-repeat left center #1884cf;
        }
        
#submit-other-pol{ 
    background-color: #e3e4e6;
    padding: 15px 30px;
    overflow: hidden;
}
    .submit-other-pol-block{
        background: url("images/ok.png") no-repeat left center;
        padding-left: 34px;
        float: left;
        font-size: 14px;
        color: #363637;
        margin-right: 10px;
        padding-top: 2px;
            font-size: 14px;
    color: #363637;
        padding-bottom: 2px;
    }
    .submit-other-pol-block-custom{
        background: url("images/ok.png") no-repeat left center;
        padding-left: 32px;
        float: left;
        margin-right: 22px;
        padding-top: 2px;
        padding-right: 15px;
        padding-bottom: 2px;
        border-right: 1px solid #fff;
            font-size: 14px;
    color: #363637;
    }
     .submit-other-pol-block-custom:last-child{
         border-right: none;
         margin-right: 0;
     }
    .submit-other-pol-block-custom a{
        font-size: 14px;
        color: #363637;
    }
    .submit-other-pol-block-custom a:hover{
        color: #1884cf;
    }


    #contacts-text{
        margin-top: 40px;
        margin-bottom: 30px;
        line-height: 1.5;
        font-size: 16px;
        text-transform: uppercase;
    }
    #contacts-text a{
        color: #1884cf;
    }
.text{
    font-size: 14px;
    color: #222223;
    overflow: hidden;
    margin-top: 16px;
    line-height: 1.4;
    text-align: justify;
}
.text p{
    text-indent: 5px;
}
.text li{
    list-style-type: decimal;
}
.map{
    
}
    .map.custom{
        margin-top: 25px;
        margin-bottom: 65px;
        overflow: hidden;
    }
    .map-block{
        
    }
    .map-block-title{
        background-color: #69bdf7;
        color: #fff;
        width: 100%;
        padding: 18px 0px 18px 53px;
        font-size: 13px;
    }
    .map-block-left{
        background-color: #f3f4f6;
        float: left;
        width: 360px;
        min-height: 335px;
    }
        .map-block-adr{
            background: url("images/arrow-right-custom.png") no-repeat;
            color: #222223;
            font-size: 14px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 65px;
            
            border-bottom: 1px solid #fff;
            background-position: 15px center;
        }
    .map-block-right{
        width: 600px;
        float: left;
    }


.services{
    margin-top: 25px;
    
}
    .services-title{
        color: #1884cf;
        font-size: 14px;
        border-bottom: 1px solid #dedee1;
        padding-left: 13px;
        
    }
    .services-title span{
        border-bottom: 3px solid #1884cf;
        display: inline-block;
        line-height: 1.5;
        font-size: 16px;
    }
    .services-cover{
        margin-top: 10px;
        overflow: hidden;
    }
    .services-block-link{
        color: #222223;
    }
    .services-block-link.custom:hover .services-block-right-title{
         background: url("images/right-remont.jpg") no-repeat right top #f3f4f6;
    }
    .services-block-link:hover .services-block-right-title{
         background: url("images/right-remont-h.jpg") no-repeat right top #f3f4f6;
    }
    .services-block{
        margin-top: 20px;
        width: 470px;
        float: left;
        margin-right: 20px;
        overflow: hidden;
        height: 144px;
    }
    .services-block-link:nth-child(2n) .services-block{
        margin-right: 0;
    }
        .services-block-left{
            float: left;
            width: 145px;
            
        }
            .services-block-price{
                color: #fdfdff;
                background-color: #1884cf;
                padding: 7px 0px 7px 0px;
                text-align: center;
            }
            .services-block-image{
                height: 112px;
                text-align: center;
            }
    
        .services-block-right{
            width: 325px;
            float: left;
        }
            .services-block-right-title{
                color: #222223;
                font-size: 13px;
                text-transform: uppercase;
                padding: 9px 34px 8px 0px;
                padding-left: 34px;
                background: url("images/right-remont.jpg") no-repeat right top #f3f4f6;
            }
            .services-block-right-text{
                padding: 18px 34px 0px 34px;
                color: #93939d;
                font-size: 13px;
                background-color: #f3f4f6;
                min-height: 94px;
            }
    
#two-text{
    margin-top: 0;
    margin-bottom: 20px;
}
#menu-hidden-cover{
    width: 220px;
    background-color: #1884cf;
    padding: 15px 0px 15px 0px;
    position: absolute;
    left: 50%;
    margin-left: -93px;
    display: none;
    z-index: 999;
    overflow: hidden;
}
ul#menu-hidden,ul#menu-hidden-1{
    margin: 0;
    padding: 0;
    width: 170px;
    
}
    #menu-hidden li,#menu-hidden-1 li{
        padding: 7px 0px;
        
    }
        #menu-hidden li a, #menu-hidden-1 li a{
            color: #fff;
            display: block;
            padding-left: 22px;
            line-height: 1.7;
            font-size: 15px;
            border-bottom: 3px solid rgba(0,0,0,0);
        }
         #menu-hidden li a:hover,#menu-hidden-1 li a:hover{
             border-bottom: 3px solid #fff;
         }

 
    
    .price{
        margin-top: 25px;
        overflow: hidden;
        margin-bottom: 25px;
    }
        .price-title{
            background-color: #69bdf7;
            color: #fff;
            padding: 17px 0px 17px 55px;
            text-transform: uppercase;
            font-size: 13px;
            overflow: hidden;
                margin: 0;
    text-align: left;
        }
        .price-block{
            overflow: hidden;
            margin-bottom: 1px;
            width: 100%;
            display: table;
            height: 33px;
            background-color: #f3f4f6;
        }
        .price-block:hover .price-block-left{
            background: url("images/right-remont.jpg") no-repeat left center #e3e4e6;
        }
        .price-block:hover .price-block-right{
            background-color: #555965;
        }
        .price-block:hover .price-block-new{
            background-color: #e3e4e6;;
        }
        
        .price-block.custom{
            background-color: #e3e4e6;;
        }
        .price-block.custom .price-block-left{
            background: none;
            
        }
        .price-block.custom .price-block-right{
            background: none;
            text-align: center;
            color: #222223;
        }
        .price-block.custom .price-block-new{
            background-color: #e3e4e6;
        }
        .price-block.custom:hover .price-block-left{
            background: none;
        }
        .price-block.custom:hover .price-block-right{
            
        }
        .price-block.custom:hover .price-block-new{
            background: none;
        }
        
        
            .price-block-left{
                display: table-cell;
                vertical-align: middle;
                
                font-size: 14px;
                color: #222223;
                /*width: 687px;*/
                padding-left: 53px;
                background: url("images/right-remont-h2.png") no-repeat left center #f3f4f6;
                
            }
            .price-block-right{
                
                background-color: #676c7b;
                width: 220px;
                color: #fff;
                display: table-cell;
                vertical-align: middle;
                font-size: 14px;
                color: #fff;
                text-align: center;
            }
            .price-block-new{
                background-color: #f3f4f6;;
                display: table-cell;
                vertical-align: middle;
                font-size: 14px;
                color: #222223;
                text-align: center;
                width: 200px;
            }
    
#header-right{
    /*overflow: hidden;*/
} 
    
 #botton-menu-remont{
     
      overflow: hidden;
      margin-bottom: 40px;
 }  
      #botton-menu-remont a{
          
      }
      #botton-menu-remont a:nth-child(4n) .botton-menu-remont-title , #botton-menu-remont a:nth-child(4n) .botton-menu-remont-img{
          border: none;
      }
      #botton-menu-remont a:nth-child(5) .botton-menu-remont-block,#botton-menu-remont a:nth-child(9) .botton-menu-remont-block,#botton-menu-remont a:nth-child(13) .botton-menu-remont-block{
          clear: both;
      }
      #botton-menu-remont a:hover .botton-menu-remont-block{
          border-bottom: 4px solid #69bdf7;
          /*padding-bottom: 28px;*/
         margin-bottom: 0;
      }
      .botton-menu-remont-block{
          width: 240px;
          float: left;
          background-color: #f3f4f6;
          padding: 25px 0px;
          
          margin-bottom:4px;
      }
        .botton-menu-remont-img{
            text-align: center;
            border-right: 1px solid #dedee1;
        }
        .botton-menu-remont-title{
                background: url("images/arrow-right-custom.png") no-repeat;
                background-position: left 32px;
                color: #93939d;
                font-size: 12px;
                text-transform: uppercase;
                margin-left: 49px;
                padding-left: 15px;
                padding-top: 25px;
                border-right: 1px solid #dedee1;
        }
            .botton-menu-remont-title span{
                color: #222223;
                display: block;
            }
    #container{
        
        overflow: hidden;
        margin: 0 auto;
        margin-top: 25px;
    }
    
    
    
    
.e404{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.err404{
    text-align: center;
    margin-bottom: 35px;
    width: 100%;
    max-width: 390px;
}
.link-home{
    width: 261px;
    height: 54px;
    display: block;
    margin: 0 auto;
    background:#0096D5;
    border-radius:44px;
}
.link-home:after{
    content: "Перейти на главную";
    margin-top: 15px;
    display: inline-block;
    font-size: 21px;
    font-family: 'Arial';
    }

.link-home:hover{
    background:#3BB5EA;
}
    
    
#submit-other-form{
    position: relative;
}
body div.wpcf7-mail-sent-ok{
    display: block;
    position: absolute;
    top: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: red;
    
    width: 315px;
    left: 0px;
    background: url("images/o1k.png") no-repeat #444852;
    font-family: 'Arial';
    font-size: 13px;
        height: 28px;
    padding-top: 13px;
    background-position: 15px center;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
body div.wpcf7-validation-errors{
    display: block;
    position: absolute;
    top: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: red;
    
    width: 315px;
    left: 0px;
    background: url("images/fai1l.png") no-repeat #444852;
    font-family: 'Arial';
    font-size: 13px;
    
    
    height: 28px;
    padding-top: 13px;
    background-position: 15px center;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*footer к низу*/
html {
 position: relative;
 min-height: calc(100% - 32px);
 }

#page{
 padding-bottom: 53px;
 /*overflow:hidden;*/
 clear:both;
 }
#footer-bg{
 height: 40px;
 position: absolute;
 bottom: 0px;
 width: 100%;
 overflow: hidden;
 }


@media (min-width: 1030px){
    #menu-hidden-cov.plansh{
        display: none !important;
    } 
}





@media (max-width: 1024px) and (min-width: 680px){
    #submit-other-form-block{
        padding: 15px;
    }
    #header-right-contacts-not-mob{
        padding: 17px 0px 17px 0px;
        font-size: 12px;
        /* font-weight: 600; */
        width: 118px;
        text-align: center;
    }
    #header-right-tel a{
        margin: 0;
        padding: 0;
        line-height: inherit;
        font-size: inherit;
        width: inherit;
        float: none;
    }
    #header-right-tel{
        
    }
    #header-right{
        /*overflow: hidden;*/
    }
    
    #menu-hidden-cov{
        width: 220px;
        background-color: #69bdf7;
        padding: 15px 0px 15px 0px;
        position: absolute;
        margin-left: -130px;
        display: none;
        z-index: 999;
        margin-top: 48px;
    }
    
    #menu-hidden-cov.plansh{
        
    }
    #menu-hidden-cover{
        display: none !important;
    }
    
    
    body #contact-form-main div.wpcf7-validation-errors{
        width: calc(30% - 40px);
        padding-left: 35px;
        padding-top: 14px;
        background: url("images/fai1l.png") no-repeat #444852;
        background-position: 15px center;
        height: 36px;
    }
    
    body #contact-form-main div.wpcf7-mail-sent-ok{
        width: calc(30% - 40px);
        padding-left: 35px;
        padding-top: 14px;
        background: url("images/o1k.png") no-repeat #444852;
        background-position: 15px center;
        height: 36px;
    }
    
    #header-right-tel{
        width: 160px;
        float: right;
        margin-right: -19px;
        overflow: hidden;
    }
    #header-right-service.open{
        background: url("images/arrow-botton.png") no-repeat #69bdf7;
        background-position: 81px center;
    }
    #contact-form-main-img #img-zayavka{
        width: 100%;
    }
    #contact-form-main-img{
        width: 30%;
        float: left;
        margin-right: 0;
    }
    #header-bg{
        padding-top: 0;
    }
    .workarea{
        width: 96%;
        padding: 0px 2%;
    }
    #header-menu-top li{
    width: 20%;
        
    }
	
	#go {
    display: none !important;
}
    
    #contact-form-main-block.fr{
        float: none;
    }
    #contact-form-main-img img{
        width: 250px;
        margin-top: 6px;
    }
    #contact-form-main-block .wpcf7-submit{
        background: url("images/send.png") no-repeat left center #69bdf7;
        margin-left: 2%;
        width: 29%;
        float: right;
    }
    #contact-form-main-block .wpcf7-submit:hover{
        background: url("images/send.png") no-repeat left center #69bdf7;
    }
    #contact-form-main-block input{
        width: 15%;
        margin-left: 2%;
    }
    #go{
        display: none;
    }
    
    
    
    .main-menu-block-cover{
        width: 25%;
    }
    .main-menu-block{
        width: calc(100% - 1px);
        
    }
    .main-menu-block-img img{
        max-width: 100%;
        max-height: 100px;
        width: auto;
    }
    .main-menu-block-cover-custom{
        overflow: hidden;
        float: left;
        width: 50%;
    }
    .main-menu-block-cover-custom img{
        float: right;
    }
    
    
    
    
    #submit-other-image{
        width: 100%;
        margin-right: -315px;
        position: relative;
        height: 218px;
    }
    #submit-other-form{
        float: left;
    }
    #submit-other-image img{
        position: absolute;
        top: 0;
        left: 0px;
        
        margin: 0 auto;
    }
    
    
    
    #submit-other-pol{
        padding: 15px 10px;
    }
    .submit-other-pol-block-custom{
        width: calc(25% - 67px);
        min-height: 36px;
        background: url("images/ok.png") no-repeat left 4px;
    }
    
    
    .services-block{
        width: calc(50% - 10px);
    }
    .services-block-right{
        width: calc(100% - 145px);
    }
    .services-block-right-text{
        padding: 5px 15px 0px 15px;
        min-height: 107px;
    }
    .services-block-right-title{
       padding: 9px 34px 13px 15px;
    }
    
    
    .botton-menu-remont-block{
        width: 25%;
        
    }


    .botton-menu-remont-block{
        min-height: 170px;
    }
    
    .submit-other-pol-block{
       width: calc(33% - 42px);
    }
    
    
    
    
    .map-block-left{
        width: 340px;
    }
    .map-block-right{
        width: calc(100% - 340px);
    }
    
    
    #submit-other-form-block .wpcf7-submit{
        background: url("images/send.png") no-repeat left center #69bdf7 !important;
        
    }
    
    
    #header-menu-top li a:hover{
        padding-bottom: 3px;
        border-bottom: 4px solid rgba(0,0,0,0); 
        color: #000; 
    }
}




@media (max-width: 1024px) and (min-width: 860px){
    
    #header-right-service.open{
        background: url("images/arrow-botton.png") no-repeat #69bdf7;
        background-position: 106px center;
    }
    #menu-hidden-cov{
        margin-left: -87px;
    }
    #header-menu-top li a .head-menu-block{
       /*padding-right: 10%;*/
       margin: 21px 0px 21px 20px;
       width: auto;
    }
    


    .main-menu-block-text{
        margin: 21px 0px 21px 20%;
    }
    
    
    #footer-menu{
        width: 68%;
    }
    #footer-acer{
        float: right;
        font-size: 10px;
        margin-top: -2px;
        width: auto;
    }
    #footer-acer span{
        font-size: 10px;
    }
    #footer-menu li a{
       font-size: 10px;
    }
    
    
    .botton-menu-remont-title{
        margin-left: 25px;
    }
    
    


}




@media (max-width: 860px) and (min-width: 680px){
    #avtorized{
        font-size: 11px;
        
    }
    #header-menu-top li a .head-menu-block{
        padding-right: 5%;
        margin: 21px 0px 21px 0px;
		    width: 80%;
        
    }
	
	#header-menu-top li a{
		height:100%;
		}
		
	#header-menu-bg{
	    height: 86px;
}

.flexslider .slides img {
    max-width: 100%;
    display: block;
    width: 100%;
}
	
    #header-right-service, #header-right-contacts{
        font-size: 11px;
        padding: 18px 0px 18px 0px;
        background-position: 86px 19px;
        width: 90px;
    }
	
	
    #header-right-tel{
        padding: 16px 16px 17px 54px;
        width: 110px;
        font-size: 13px;
        margin-right: -16px;
    }
    #header-right-contacts-not-mob{
        font-size: 11px;
        padding: 18px 0px 18px 0px;
        background-position: 86px 19px;
        width: 90px;
    }
#contact-form-main-block input {
    width: 14%;
    margin-left: 2%;
}
#contact-form-main-block .wpcf7-submit{
    width: 29%;
}

    
    
    
    .main-menu-block-text{
        margin: 21px 0px 21px 10%;
    }
    
    
    
    #footer-menu{
        width: 63%;
    }
    #footer-acer{
        float: right;
        font-size: 10px;
        margin-top: -2px;
        width: auto;
    }
    #footer-acer span{
        font-size: 10px;
    }
    #footer-menu li a{
       font-size: 8px;
       margin-right: 4px;
    }
    
    
    #submit-other-image img{
        /*left: -160px;*/
    }
    
    
    .submit-other-pol-block-custom a{
        font-size: 12px;
    }
    
    
    
    
    .services-block-right-text{
        font-size: 10.7px;
    }
    .services-block-right-title{
        font-size: 10px;
    }
    
    
    
    .botton-menu-remont-block img{
        max-width: 158px;
        max-height: 98px;
    }
    
    
    
    .botton-menu-remont-title{
        margin-left: 20px;
    }
    
    .submit-other-pol-block{
        font-size: 13px;
    }
    
    
    
    

}
    
    
    
    
    
    













#logos-mini{
    display: none !important;
}
#services-vipadashka{
    display: none;
}
#services-vipadashka-two{
    display: none;
    
}
#remont-nout-mini{
    display: none;
    color: #fff;
}
#submit-other-form.mobile{
    display: none;
}
#up{
    display: none;
}
#menu-hidden-rem-cover{
    display: none;
}

#footer-acer.mobile{
    display: none;
}
#mobile-coop{
    display: none;
}
.mobilecl{
    display: none;
}


/*МОБИЛЬНАЯ ВЕРСИЯ*/

@media (max-width: 680px){
	
	
	.flexslider .slides img {
    width: 100%;
}
	
	
	
    .not-mobile{
        display: none;
    }
    .mobilecl{
        display: block;
    }
    
    #mobilecl-bg{
        background-color: #69bdf7;
        overflow: hidden;
    }
    #mobilecl-bg2{
        background-color: #1884cf;
        overflow: hidden;
    }

    #header>.workarea {
        background: #1884cf;
    }

    #logos {
        display: block;
        margin: 0 auto;
    }

    #padd {
        display: block;
        margin: 0 auto;
        float: none;
    }
    
    #phones{
        margin-left: 10px;
    }
    .workarea{
        width: 92%;
        padding: 0px 4%;
    }
    #header-bg{
        background: none;
        padding-top: 0;
    }
    #avtorized{
       display: none;
    }
    #header-right-service{
        display: none;
        
    }
    #logo.fl{
        float: none;
    }
    #logos-mini{
        display: none;
        width: 100%;
        
        margin: 0 auto;
    }
    #header-right.fr{
        float: left;
        width: 100%;
    }
    #header-right-contacts{
        /*margin-left: -4%;*/
        background: #69bdf7;
        
        width: 30%;
        text-align: left;
        /*padding-left: 4%;*/
        /*text-indent: 20px;*/
        font-size: 15px;
        -webkit-background-size: 6px;
        background-size: 6px;
        
    }
    #services-vipadashka{
        display: block;
        background: url("images/menu-vip.png") no-repeat #69bdf7 center center;
        width: 44px;
        height: 46px;
        float: left;
        width: 16%;
        -webkit-background-size: 30px;
        background-size: 30px;
    }
    #header-right-tel{
        width: 46%;
        padding: 15px 0px 5px 0px;
        height: 26px;
        background: url("images/tel-bg.png") no-repeat #69bdf7;
        background-size: 60px 49px;
        text-align: right;
        font-size: 12px;
    }
    #phones{
        left: 9px;
    }
    
    
    
    #header-menu-bg{
        display: none;
        
    }
    #remont-nout-mini{
        display: block;
        margin-left: -4%;
        background: #1884cf;
        width: 68%;
        text-align: left;
        text-indent: 1px;
        font-size: 15px;
        padding: 17px 0px 17px 4%;
        float: left;
        text-transform: uppercase;
        -webkit-background-size: 6px;
        background-size: 6px;
    }
    #services-vipadashka-two{
        display: block;
        background: url("images/menu-vip.png") no-repeat #1884cf;
        width: 44px;
        height: 46px;
        float: left;
        width: 32%;
        -webkit-background-size: 30px;
        background-size: 30px;
        margin-right: -4%;
        padding-right: 4%;
        background-position: 86% center;
    }
    
    #contact-form-main{
        display: none;
    }
    #submit-other-form.mobile{
        display: block;
        background-color: #f3f4f6;
        margin-left: -4%;
        padding-left: 4%;
        margin-right: -4%;
        padding-right: 4%;
        width: 100%;
        padding-top: 30px;
    }
    #submit-other-form-title.mobile{
        
    }
    #submit-other-form-block.mobile{
        padding: 0;
    }
    #submit-other-form-block.mobile input{
        width: 100%;
        margin-bottom: 1px;
        border-radius: 0px;
    }
    
    #submit-other-form-block.mobile .wpcf7-textarea{
        margin-top: 0;
        border-radius:0px;
        width: 100%;
    }
    #submit-other-form-block input:focus{
        border: 1px solid rgba(0,0,0,0);
    }
    #go{
        display: none;
    }
    #submit-other-form-block.mobile .wpcf7-submit{
        width: 100%;
        margin-top: 10px;
        border-radius:0px;
        margin-bottom: 10px;
        background: url("images/send.png") no-repeat left center #69bdf7;
    }
    #submit-other-form-block.mobile .wpcf7-submit:hover{
        background: url("images/send.png") no-repeat left center #69bdf7;
    }
    #main-menu{
        overflow: hidden;
        margin-left: -4%;
        padding-left: 4%;
        margin-right: -4%;
        padding-right: 4%;
        background-color: #f3f4f6;
    }
    #main-menu a:nth-child(2n) .main-menu-block{
        border-right: none;
    }
    .main-menu-block-cover{
        width: 50%;
        
    }
    .main-menu-block{
        width: auto;
    }
    .main-menu-block-img{
        
    }
    .main-menu-block-img img{
        max-height: 90px;
        max-width: 115px;
    }
    .main-menu-block-text{
        background: url("images/arrow-right-custom.png") no-repeat left center;
        width: 85px;
        text-align: left;
        /* margin-left: 28px; */
        padding-left: 12px;
        margin: 5px 0px 5px 13%;
        padding-right: 25px;
        color: #93939d;
        font-size: 12px;
        text-transform: uppercase;
    }
    .main-menu-block-cover-custom{
        overflow: hidden;
        clear: both;
        text-align: right;
        margin-left: -4%;
        margin-right: -4%;
        line-height: 0;
    }
    .main-menu-block-cover-custom img{
        width: 100%;
        max-width: 480px;
    }
    
    
    #footer-menu{
        display: none;
    }
    #up{
        display: block;
        background: url("images/up.png") no-repeat center center;
        width: 290px;
        height: 48px;
        margin: 0 auto;
        
        margin-bottom: 20px;
        cursor: pointer;
    }
    #breadcrumbs{
        display: none;
    }
    #page-title{
text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
    }
    #submit-other-form{
        display: none;
    }
    #submit-other-image{
        margin-left: -4%;
        width: 108%;
        margin-right: -4%;
        height: auto;
    }
    #submit-other-image img{
        width: 100%;
    }
    .submit-other-pol-block-custom{
        margin-bottom: 10px;
        padding-left: 21px;
        margin-right: 2px;
        padding-top: 2px;
        padding-right: 6px;
        padding-bottom: 2px;
        background-size: 17px;
    }
    .submit-other-pol-block-custom:nth-child(2n){
        border-right: none;
    }
    #submit-other-pol{
        margin-left: -4%;
        margin-right: -4%;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 7px;
    }
    .submit-other-pol-block-custom a, .submit-other-pol-block-custom {
        font-size: 9px;
        
    }
	

    
    
    .services-block-right-title{
           padding: 9px 34px 8px 10px;
           font-size: 9px;
           min-height: 20px;
           min-height: inherit;
    }
    .services-block-right-text{
        padding: 5px 10px 0px 10px;
        font-size: 9px;
        min-height: auto;
        height: 65px;
        min-height: 65px;
    }
    .services-block-price{
        font-size: 13px;
        
    }
    .services-title{
        padding-left: 0;
    }
    .services-title span{
        text-transform: uppercase;
        font-size: 15px;

    }
    .services-block-right-title{
        background: url("images/right-remont.jpg") no-repeat right top #f3f4f6;
        background-size: 28px;
    }
    .services-block-link:hover .services-block-right-title{
         background: url("images/right-remont-h.jpg") no-repeat right top #f3f4f6;
         -webkit-background-size: 28px;
         background-size: 28px;
    }
    .services-block{
        width: 100%;
        height: auto;
    }
    .services-block-left{
        width: 88px;
        margin-right: -88px;
        
    }
    .services-block-right{
        width: initial;
        margin-left: 88px;
    }
    .services-block-image{
        height: auto;
    }
    .price{
        margin-left: -4%;
        margin-right: -4%;
    }
    .price-block-left{
        padding-left: 38px;
        font-size: 11px;
    }
    .price-block-right{
        width: 90px;
        font-size: 11px;
    }
    .price-block-new{
        width: 75px;
        font-size: 11px;
    }
    .services-block-image{
        
    }
    .services-block-image img{
        width: 100%;
    }
    
    
    
    #botton-menu-remont{
        margin-left: -4%;
        padding-left: 4%;
        margin-right: -4%;
        padding-right: 4%;
        background-color: #f3f4f6; 
    }
    .botton-menu-remont-block{
        width: 50%;
        border-bottom: 3px solid #fff;


        margin-bottom: 0;
    }
    #botton-menu-remont a:nth-child(odd) .botton-menu-remont-block{
        margin-left: -4%;
        padding-left: 4%;
    }
    #botton-menu-remont a:nth-child(even) .botton-menu-remont-block{
        margin-right: -4%;
        padding-right: 4%;
    }
    #botton-menu-remont a:hover .botton-menu-remont-block{
        border-bottom: 3px solid #fff;
    }
    .botton-menu-remont-img{
        height: 100px;
    }
    .botton-menu-remont-img img{
        max-height: 90px;
        max-width: 115px;
    }
    .botton-menu-remont-title{
        margin-left: 13%;
        font-size: 11px;
    }
    #botton-menu-remont a:nth-child(2n) .botton-menu-remont-block div{
        border-right: none;
    }
    
    
    .submit-other-pol-block{
        font-size: 9px;
            background-size: 17px;
    }
    .map{
        margin-left: -4%;
        margin-right: -4%;
    }
    .map-block-title{
        padding-left: 4%;
        font-size: 13px;
    }
    .map-block-adr{
        background-position: 5px center;
        padding-left: 4%;
    }
    .map-block-left{
        min-height: inherit;
	width: 100%;
    }
    #contacts-text{
        font-size: 14px;
    }
    body div.wpcf7-validation-errors{
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        top: 30px;
        text-align: left;
        text-indent: 45px;
    }
    body div.wpcf7-mail-sent-ok{
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        top: 30px;
        text-align: left;
        text-indent: 45px;
    }
    #menu-hidden-cover{
        width: 100%;
        left: 0px;
        margin-left: 0;
        padding: 0;
        background: none;
        margin-top: -46px;
    }
    #menu-hidden-rem-cover{
        width: 100%;
        left: 0px;
        margin-left: 0;
        padding: 0;
        background: none;
        display: none;
        position: absolute;
        z-index: 999;
    }
    .menu-hidden-container{
        margin-left: -5%;
        padding-left: 5.3%;
        margin-right: -6%;
        padding-right: 6%;
        background-color: #69bdf7;
    }
    .menu-top-container{
        margin-left: -5%;
        padding-left: 5.3%;
        margin-right: -6%;
        padding-right: 6%;
        background-color: #1884cf;
    }
    ul#menu-top{
        padding: 0;
    }
    #menu-top li:first-child{
        /*display: none;*/
    }
    ul#menu-hidden,ul#menu-hidden-1, ul#menu-top{
        width: 100%;
    }
    #menu-hidden li,#menu-hidden-1 li, #menu-top li{
        padding: 0px 0px; 
    }
    #menu-top li{
        padding: 3px 0px;
    }
    #menu-hidden li a, #menu-hidden-1 li a, #menu-top li a{
        padding-left: 0;
        background: url("images/right-menu-arr.png") no-repeat;
        background-position: 0 center;
        text-indent: 20px;
        font-size: 11px;
        padding-left: 0;
        text-transform: uppercase;
        border: none;
        padding: 10px 0px;
        display: block;
        -webkit-background-size: 6px;
        background-size: 6px;
    }
    #menu-hidden li a:hover,#menu-hidden-1 li a:hover, #menu-top li a:hover{
        border: none;
        background: url("images/right-menu-arr.png") no-repeat #1884cf;
        background-position: 0 center;
    }
    
    #container{
        margin-left: -5%;
        margin-right: -5%;
        margin-top: 0;
    }
    .flex-caption.workarea{
        width: 92%;
        padding: 15px 4%;
    }
    .price-title{
        padding: 17px 0px 17px 38px;
    }
    
    
    
    
    
    
    
    .main-menu-block-cover{
        width: 50%;
        border-bottom: 3px solid #fff;


        margin-bottom: 0;
    }
    #main-menu a:nth-child(odd) .main-menu-block-cover{
        margin-left: -4%;
        padding-left: 4%;
    }
    #main-menu a:nth-child(even) .main-menu-block-cover{
        margin-right: -4%;
        padding-right: 4%;
    }
    #bmain-menu a:hover .main-menu-block-cover{
        border-bottom: 3px solid #fff;
    }
    #main-menu a:hover .main-menu-block-cover{
        border-bottom: 3px solid #fff;
    }
    
    #container .flex-caption h3{
        font-size: 17px;
    }
    #container .flex-caption p{
        font-size: 14px;
    }
    #footer-bg{
        height: 35px;
        padding-top: 12px;
    }
    #footer-acer.mini{
        display: none;
    }
    #footer-acer.mobile{
        display: block;
        float: left;
        text-transform: uppercase;
    }
    #footer-acer a{
        text-decoration: none;
    }
    #footer-acer span {
        font-size: 10px;
    }
    #mobile-coop{
        float: right;
        display: block;
        color: #fff;
        font-size: 10px;
        margin-top: 10px;
    }
    
    #header-right-contacts{
        padding: 14px 0px 14px 4%;
    }
    #remont-nout-mini{
        padding: 14px 0px 14px 4%;
    }
    .remont-text, .remont-text p, .text, .text p{
        line-height: 18px;
        font-size: 14px;
    }
    #main-text{
        line-height: 18px;
        font-size: 14px;
    }
    #main-text p{
        line-height: 18px;
        font-size: 14px;
    }
    #contacts-text{
        line-height: 18px;
        font-size: 14px;
    }
    #contacts-text p{
        line-height: 18px;
        font-size: 14px;
    }
    #contacts-text a{
        color: #1884cf;
        font-size: 14px;
    }
}

.advantages-block .header {
    font-size: 22px;
    font-weight: 100;
    color: #1884cf;
    border-bottom: 1px solid #dedee1;
    margin: 20px 0;
    padding: 10px 0 10px 0;
    position: relative;
}
.advantages-block .header::after {
       content: "";
       position: absolute;
       bottom: 0;
       left: 0;
       width: 350px;
       height: 4px;
       background: #1884cf;
   }
.advantages-block .cols {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.advantages-block .cols article {
   width: calc(50% - 10px);
   height: 105px;
   margin-bottom: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #f3f4f6;
    transition: all .4s ease;
}
.advantages-block .cols article:nth-child(2n) {
    margin-left: 20px;
}
.advantages-block .cols article:hover {
   background-color: #e3e4e6;
}
.advantages-block .cols article:hover .pic {
   background-color: #1e9cf3;
}
.advantages-block .cols article .pic {
    min-width: 105px;
    height: 100%;
    background-color: #1884cf;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s ease;
}
.advantages-block .cols article .text {
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 16px;
}
.advantages-block .cols article .pic.delivery {
    background-image: url("images/ambulance.png");
}
.advantages-block .cols article .pic.fast {
    background-image: url("images/timer.png");
}
.advantages-block .cols article .pic.swap {
    background-image: url("images/refresh.png");
}
.advantages-block .cols article .pic.cheap {
    background-image: url("images/chart.png");
}
.advantages-block .cols article .pic.places {
    background-image: url("images/places.png");
}
.advantages-block .cols article .pic.master {
    background-image: url("images/master.png");
}

   .vendors-block {
       margin-bottom: 90px;
   }
   .vendors-block .header {
    color: #1884cf;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.vendors-block .vendors-grid>a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 0;
    border: 2px solid #f3f4f6;
    border-radius: 2px;
    width: 112px;
    height: 112px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
.vendors-block .vendors-grid>a:hover {
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(204,204,204,1);
-moz-box-shadow: inset 0px 0px 8px 0px rgba(204,204,204,1);
box-shadow: inset 0px 0px 8px 0px rgba(204,204,204,1);
font-weight: 600;
}
.vendors-block .vendors-grid .pic {
   height: 85px;
   width: 80%;
   margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.vendors-block .vendors-grid .pic img {
    max-width: 100%;
}


   @media (max-width: 1024px) and (min-width: 1000px){
    #submit-other-image img{
        width: 100%;
    }

}
@media (max-width: 1050px) and (min-width: 900px){
    #submit-other-form-block input{
        width: 126.5px;
    }
}
@media (max-width: 900px) and (min-width: 680px){
    #submit-other-form-block input{
        width: 128px;
    }
}
@media (max-width: 680px) and (min-width: 570px){
    #header-right-tel{
        font-size: 17px;
    }
    #services-vipadashka{
        background: url("images/menu-vip.png") no-repeat #69bdf7 center left;
        -webkit-background-size: 30px;
        background-size: 30px;
    }
}
@media (max-width: 570px) and (min-width: 510px){
    #header-right-tel{
        font-size: 15px;
    }
}
@media (max-width: 510px) and (min-width: 420px){
    #header-right-tel{
        font-size: 12px;
    }
}
@media (max-width: 420px) and (min-width: 300px){
    #header-right-tel{
        font-size: 11px;
        
    }
    #services-vipadashka{
        width: 16%;
    }
    #header-right-contacts{
        font-size: 11px;
        padding: 16px 0px 16px 4%;
    }
    #remont-nout-mini{
        font-size: 11px;
        padding: 16px 0px 16px 4%;
    }
}

@media (max-width: 860px) and (min-width: 750px){
#footer-menu li a {
    margin-right: 9px;
}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
  #header-right-contacts {
        padding: 14px 0px 10px 4% !important;
  }
}}


.header-button-custom {
  padding: 17px 15px 17px 15px; 
  font-size: 12px; 
  width: 100px; 
  text-align: center; 
}
.header-button-custom:hover {
  background-color: #69bdf7;
}




.home-list{
    position: absolute;
    right: 14px;
    bottom: 17px;
	text-align:left;
	}
	
.home-list li{
    background: url(images/list-style-home.jpg) no-repeat center left;
    color: #fff;
    font-family: Arial;
    margin-bottom: 9px;
    padding-left: 36px;
    padding-bottom: 2px;
    padding-top: 8px;
    font-size: 15px;
	}
	
		.home-list{
    right: 11px;
	}

@media (max-width: 680px){	
	.home-list{
    right: 11px;
	}
	
.home-list li{
    padding-bottom: 8px;
    padding-top: 18px;
	}
	
.advantages-block .cols article {
    width: 100%;
    height: 105px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3f4f6;
    transition: all .4s ease;
    margin-left: 0 !important;
}

.vendors-block .header{
    margin: 0 0 25px 0px;
    color: #222223;
    text-align: center;
    font-family: Arial;
    line-height: 1.2;
    font-size: 22px;
    font-weight: 100;
	}

.vendors-block .vendors-grid{
	text-align:center;
	}	
.vendors-block .vendors-grid>a{
    width: 22%;
    margin-right: 1%;
    display: inline-block;
    float: none !important;
	}


	
}

@media (max-width: 480px){

.vendors-block .vendors-grid>a{
    width: 30%;
    margin-right: 1%;
    display: inline-block;
    float: none !important;
	}

	
.home-list{
    bottom: 0;
    right: 4px;
	}
.home-list li{
 font-size: 13px;
background-size: 30px;
	}
}
@media (max-width: 400px){
.home-list{
	}
.home-list li{
    background: none;
    padding-top: 7px;
	}
}
@media (max-width: 380px){


.vendors-block .vendors-grid>a{
    width: 46%;
    margin-right: 1%;
    display: inline-block;
    float: none !important;
	}
}

.main-menu-block-cover-custom {
    position: relative;
}






