/*
Theme name: Hydrott
Author: Maksimova Ekaterina
Version: 1.0
Text Domain: hydrott
License: GPL
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Description: Тема для сайта hydrott.ru
*/ 
@font-face {
    font-display: swap;
    font-family: 'intro_regular';
    src: url('fonts/intro_0.eot');
    src: url('fonts/intro_0.eot?#iefix') format('embedded-opentype'),
        url('fonts/intro_0.woff2') format('woff2'),
        url('fonts/intro_0.woff') format('woff'),
        url('fonts/intro_0.ttf') format('truetype'),
        url('fonts/intro_0.svg#intro_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "LatoBold";
    font-display: swap;
    src: url("fonts/LatoBold.eot");
    src: url("fonts/LatoBold.eot?#iefix")format("embedded-opentype"),
        url("fonts/LatoBold.woff") format("woff"),
        url("fonts/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "LatoRegular";
    font-display: swap;
    src: url("fonts/LatoRegular.eot");
    src: url("fonts/LatoRegular.eot?#iefix")format("embedded-opentype"),
        url("fonts/LatoRegular.woff") format("woff"),
        url("fonts/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "LatoItalic";
    font-display: swap;
    src: url("fonts/LatoItalic.eot");
    src: url("fonts/LatoItalic.eot?#iefix")format("embedded-opentype"),
        url("fonts/LatoItalic.woff") format("woff"),
        url("fonts/LatoItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "LatoLight";
    font-display: swap;
    src: url("fonts/LatoLight.eot");
    src: url("fonts/LatoLight.eot?#iefix")format("embedded-opentype"),
        url("fonts/LatoLight.woff") format("woff"),
        url("fonts/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: lighter;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} 
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
html,body{
    min-width:320px;
    width: auto;
    font-size: 18px;
    color: #333333;
    margin:0;
    padding:0;
    font-family: "Open Sans",Helvetica,sans-serif;
    font-weight:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
a{
    cursor:pointer;
}
a, a:focus, a:visited{
    color:#3669bb
}
a:hover{
    color: #5093ff
}
* {
    box-sizing:border-box;
    position:relative;    
    outline:none;
}
a[href^=tel]{
    display: inline-block
}
div, header, article, aside,footer, nav{
    margin: 0;
    padding: 0;
    display:block;
    /*overflow: hidden;*/
}
.clear,
.container:after,
.motiv-phones:after,
div:after{
    clear:both;
    content: " ";
    display: table;
}
p{
    text-align:justify;
    line-height: 26px;
    margin: 30px 0;
}
h1,h2,h3,h4, .h2{
    text-align: left!important;
    font-family: 'LatoBold',Helvetica,sans-serif;
    margin-top:0;

}
article h2,
article h3,
article h4,
article h5{
    margin:30px 0 30px 30px;
}
h1,h2{
    text-transform: uppercase
}
h1{
    font-size: 30px;
    color:#3669bb;
    border-left: 4px solid #4275c7;
    padding:0 0 0 26px;
    margin-left: 30px;
}
h2{
    font-size: 24px;
    color: #e64440;
}
h2.frontpage-title{
    text-align:center!important;
    margin-bottom:30px;
}
h3, .h2{
    font-size: 24px;
}
h4{
    font-size: 23px;
}
h5{
    font-size: 20px;
}
.h2 span,
h2 span{
    text-transform: uppercase;
    color:#3669bb
}
.h3 span,
h3 span{
    text-transform: uppercase;
    color:#3669bb
}
.hidden{
    display:none;
}
img{
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
    
}
img.img{
    margin: 0 10px;
}
.blue{
    color:#3669bb;
}
section.main .w50 p {
    padding:0
}
section.main h3{
    margin-left:0;
}
section.main p.h2{
    padding:0;
    margin-top:40px;
}
section .content ul,
section .content ol {
    margin-left: 60px;
}
section.main ul {
	margin: 30px 0 30px 60px;
}
section .content ul li,
section.main ul li,
section article ul li{
    list-style-type: none;
    list-style-image: none;

}
section article ul li:before,
section.main ul li:before,
section .content ul li:before{
    content:"";
    width:8px;
    height:8px;
    background:#4275c7;
    position:absolute;
    top:6px;
    left: -20px;
    border-radius: 50%;
}

section .breadcrumbs{
    padding:15px 30px;
    line-height: 18px;
    font-size: 14px;
    color:#414141
}
section .breadcrumbs a{
    color:#414141
}
article{
    padding: 50px 0 0 0;
}
article p{
    margin-left:30px;
}

article article{
    margin-left:30px;
}

article ul,
article ol{
    margin-left:60px;
}
article ol.bold{
    font-weight:bold;
}
article>table{
    margin: 0 0 0 30px;
}
.alignleft{
    margin: 0 52px 0 60px;
    float:left;
}
article p .alignleft{
    margin: 0 52px 0 0px;
}
article .postmeta.date {
    float: right;
    color: #666;
    width: auto;
    font-size: 14px;
    height: 15px;
}

.aligncenter{
    display: block;
    margin: 0 auto;
    float: none!important;
}
.alignright{ 
    float:right;
    margin: 0 0 0 52px;
}
.container{ /*full site width container*/
    width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 100%;
    /*overflow:auto;*/
}
aside{
    width: 270px;
    float:left;
}
section{
    width: calc(100% - 300px);
    float:right;
}
section.main{
    width:100%;
    float:none;
}
hr{
    width: 130px;
    float: left;
    border: none;
    height: 5px;
    background: #e2e6ec;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.w60, .w50, .w35, .w25, .w15{
    float:left;
}
.w50{
    width:50%
}

.w60{
    width:60%
}
.w35{
    width:35%
}
.w25{
    width:25%
}
.w15{
    width:15%
}
.w48{
    width: 48%;
}

.m92{
    margin-top:92px;
}
.m45{
    margin-top:45px;
}

.w35.fr, 
.w60.fr{
    float:right;
}
.center{
    text-align: center;
}
nav ul{
    list-style-type: none;
    display:block;
    margin:0;
    padding:0;
}
nav li{
    list-style-type: none;
}
nav ul ul{
    display:none;
}
nav ul li{
    float:left;
}


#topnav{
    position:fixed;
    width:100%;
    height: 58px;
    top:0;
    z-index:100;
    min-width:320px;
}
#topnav:before,#topnav:after{
    width: calc(50% - 590px);
    height:58px;
    left: 0;
    top:0;
    content:"";
    position:absolute;
    background: 0 0 repeat-x url(img/topnav-back.png);
}
#topnav:after{
    display:block;
    left:auto;
    right:0;
    width: calc(50% - 630px);
}

#topnav .container .arka{
    background: 0 0 repeat-x url(img/topnav-back.png);  
    width: 118px;
    height: 57px;
    margin-left:40px;
    float:left;
    content:"";
}
.attop #topnav .container .arka{
    background: 0 0 no-repeat url(img/topnav-arka.png);
}
#topnav .container .arka .logo{
    font-size: 36px;
    line-height:55px;
    font-weight:bold;
    color:#204174; 
    text-decoration:none;
    letter-spacing: 8px;
}
.attop #topnav .container .arka .logo{
    display:none;
}

#topnav nav{
    padding: 0;
    float:right;
    width: calc(100% - 158px);
    z-index: 100;
    background: 0 0 repeat-x url(img/topnav-back.png);
}
#topnav nav ul{
    float:right;
    height: 57px;
    font-family: "LatoBold",Arial,sans-serif;
    text-shadow: 1px 1px 2px #1e3a66;

}
#topnav nav ul a{
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    height:57px;
    padding: 20px 20px 16px 20px;
    display:block;
    line-height: 16px;
}
#topnav nav>ul>li>a:before,
#topnav nav>ul>li:last-of-type>a:after{
    top: 18px;
    height: 19px;
    width: 1px;
    background: #537ec9;
    content: "";
    position: absolute;
    left: 0;
}

#topnav nav>ul>li:last-of-type a:after{
    left:auto;
    right:0
}

#topnav nav ul li:hover a{
    color:#2d5697;

}
#topnav nav>ul>li:hover>a{
    background:#fff;
}
#topnav nav ul ul li{
    float:none;
}
#topnav nav>ul>li.menu-item-has-children:hover>a{
    border-bottom:1px dashed #ccc;
}
#topnav nav>ul>li:hover>a,
#topnav nav>ul>li>ul>li>a{
    text-shadow: 1px 1px 1px #ccc;
}
#topnav nav ul li:hover a:before,
#topnav nav ul li:hover a:after{
    display:none;
}

#topnav nav ul li:hover ul{
    display:block;   
    float:none;
}

#topnav nav>ul>li:hover>ul{
    position:absolute;
    left:0;
    background:#fff;
    padding: 25px 30px
}
#topnav nav>ul>li>ul{
    width: auto;
    height:auto;
    max-height:440px;
    min-width:300px;
    border: 1px solid #ccc;
    border-top:none;
}
#topnav nav>ul>li.col-3>ul{
    width:900px;
    column-width: auto;
    -webkit-column-rule: 1px dashed #ccc;
    -moz-column-rule: 1px dashed #ccc;
    column-rule: 1px dashed #ccc;
    column-count: 3;
}

#topnav nav ul ul ul{
    margin:0 0 20px 3px;
    height: auto
}
#topnav nav li li{
    float:none;
    display:inline-block;
    min-width:200px
}
#topnav nav li li a:hover{
    color:#4683e2;
}
#topnav nav li li li a{
    display:inline
}
#topnav nav li li li:before{
    content:"";
    box-sizing:border-box;
    display: inline-block;
    width:8px;
    height:8px;
    border:4px solid transparent;
    border-left: 4px solid #1c3863;
}
#topnav nav li li li:hover:before{
    border-left: 4px solid #4683e2;
}
#topnav nav li li li a:hover{
    text-decoration:underline
}
#topnav nav li li a{
    padding: 5px 0;
    height: auto;
    line-height:20px;
}
#topnav nav li li li a{
    height: 28px;
    padding:  5px;
    font-family:'LatoRegular';
    font-weight:normal;
    text-shadow:none;
    text-transform:lowercase;
}
#topnav nav li li.red a{
    font-size:14px;
    color: #f00;
}
#flybar-phone{
    display:none
}
* {
    margin: 0;
    padding: 0; 
}

#burger {
    width: 50px;
    height: 40px;
    position: relative;
    float:left;
    display:none;
    margin: 10px 0 0 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#burger span{
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    opacity: 1;
    left: 0;
    top:0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#burger span:nth-child(2) {
    top: 14px;
}

#burger span:nth-child(3) {
    top: 28px;
}

#burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
    top:-3px;
}

#burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 33px;
    left: 8px;
}

header{
    width:100%;
    height: auto;
    background: 0 0 no-repeat url('/wp-content/uploads/2022/10/2header_bg.jpg');
    margin: 0 0 34px 0;
    background-size:cover;
}
header.bgwidth { 
    background-size: 110% auto; 
}
header.bgheight { 
    background-size: auto 110%; 
}
header.front{
    height: 744px;
}
.strelka_back{
    width: 57px;
    height: 56px;
    background: center center no-repeat url(img/strelka_back.png);
    position:absolute;
    left: 50%;
    margin-left: -28px;
    bottom: 230px;
    cursor:pointer;
    opacity:0.87;
    transition: all 0.3s ease-in-out
}
.strelka_back:hover{
    opacity:1    
}
.strelka_back .strelka{
    display:block;
    width: 57px;
    height: 56px;
    position:absolute;
    bottom:0;
    left:0;
    background: center center no-repeat url(img/strelka.png);
    transition: all 0.3s ease-in-out
}
.strelka_back:hover .strelka{

    bottom:-7px;
}
#header-top{
    width:100%;
    padding: 58px 0 0 0;
    height: 200px;
    background: rgba(0,0,0,0.5);

}

#header-top div{
    height: 100%;
}
#header-top .logo{
    display: block;
    text-decoration: none;
    width: 345px;
    height:115px;
    margin: 15px auto 0 auto;
    background: top left no-repeat url(img/logo.png);
}
#header-top #logo_addr {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    height: 10px!important;
    color: #ccc;
    display: block;
    bottom: 34px;
    position: absolute;
    right: 18px;
}
#mobile_header_addr{
    color: #fff;
    width: 290px;
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 auto;
    display:none;
    padding: 20px 0 10px 0;
}
#mobile_header_text{
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    color: #fff;
    display:none;
}
#mobile_menu{
    width: 290px;
    height:20px;
    margin: 0 auto;
    display:none
}
#mobile_menu li{
    display:inline-block;
    float:none
}
#mobile_menu li a{
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
}
#mobile_menu ul{
    text-align:justify;
    text-align-last: justify;
    width:290px;
}
#header-top .phones{
    padding-top:30px;
}
#header-top .phones p{
    padding: 5px 33px 0 0;
    color: #fff;
    text-align:right;
    font-size:14px;
    line-height:22px;
    margin:0
}
#header-top .phones a{
    color: #fff;
    text-decoration:none;
    font-size: 16px;
    font-weight: bold;
}
#header-top .phones .tel8800{
    padding: 0px 30px 0 0;
}
#header-top .phones .tel8800 a{
    font-size: 26px;
    font-family: 'LatoRegular';
    font-weight: normal;
    background: center left no-repeat url(img/phone.png);
    padding: 0 2px 0 27px
}
#header-top .mail-and-recall{
    text-align:center;
    padding:30px 10px 0 10px;
    line-height:0;
}
#header-top .mail{
    display:inline-block;
    background: center left no-repeat url(img/mail-ico.png);
    font-size: 16px;
    line-height:16px;
    font-family: 'LatoItalic';
    text-decoration: none;
    padding: 0 0 0 25px;
    color: #fff;
}
#header-top .recall{
    height: 36px;
    line-height: 38px;
    padding: 0 19px 0 39px;
    display:inline-block;
    margin: 20px 0 0 0;
    border-radius: 19px;
    border: 1px solid #e64440;
    background: #e64440 20px center no-repeat url(img/phone-white.png);
    font-family: 'LatoRegular';
    font-size:12px;
    text-transform:uppercase;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}
#header-top .recall:hover{
    background-color: inherit;
    border: 1px solid #fff;
}
#header-top .count{
    text-align:center;
    padding-top:30px;
}
#header-top .count-btn{
    display: inline-block;
    width: 100px;
    height: 77px;
    color: #fff;
    padding: 41px 0 0 0;
    background: top center no-repeat url(img/header-calc.png);
    font-family:'LatoLight';
    font-size: 14px;
    text-transform:uppercase;
    text-decoration: underline;
    line-height: 19px;
    text-align:Center;
}
#header-top .count-btn:hover{
    text-decoration: none;
}

.header-bottom .container.slogan{
    padding: 60px 45px 0 0;
    height: 330px;
}
.header-bottom .text-white,
.header-bottom .text-yellow{
    text-align: right;
    color: #fff;
    display: block;
    margin: 30px;
    font-family: 'intro_regular',Arial,sans-serif;
    font-size: 62px;
    line-height: 44px;
    text-shadow: -1px -1px 1px #000;
}
.header-bottom .text-white{
    margin-bottom:20px;
}
.header-bottom .text-white span{
    font-size:34px;
}
.header-bottom .container.slogan h1{
    border-left:none;
}
.header-bottom .text-yellow{
    font-family:'intro_regular',Arial,sans-serif;
    font-size:34px;
    line-height: 37px;
    color:#faae31;
    margin-top:20px;
}
.header-bottom .buttons{
    width:100%;
    height: 215px;
    background: rgba(255,255,255,0.5)
}
.header-bottom #header-menu{
    display: block;
    margin:0;
    padding:17px 0 8px 0;
}
.header-bottom #header-menu ul{
    float:left;
}
.header-bottom #header-menu>ul>li{
    display:block;
    width:190px;
    height:190px;
    background:#fff;
    border-radius: 5px;
    margin: 0 10px 0 0;
    font-size: 15px;
    text-align:center;
    text-transform: uppercase;
}
.header-bottom #header-menu>ul>li>a{
    display:table-cell;
    vertical-align: middle;
    width:190px;
    height:190px;
    border: 2px solid #fff;
    border-radius:5px;
    text-decoration: none;
    color:#333333;
    font-weight: bold;
    padding: 140px 0 0 0;
}
.header-bottom #header-menu>ul>li:last-of-type{
    margin: 0;
    width:60px;
}
.header-bottom #header-menu>ul>li:last-of-type>a{
    width:60px;
    padding: 80px 10px 0 10px;
}
.header-bottom #header-menu>ul>li:nth-of-type(1){
    background: #fff center 20px no-repeat url(img/menu1.png)
}
.header-bottom #header-menu>ul>li:nth-of-type(2){
    background: #fff center 14px no-repeat url(img/menu2.png)
}
.header-bottom #header-menu>ul>li:nth-of-type(3){
    background: #fff center 10px no-repeat url(img/menu3.png)
}
.header-bottom #header-menu>ul>li:nth-of-type(4){
    /*background: #fff center 10px no-repeat url(img/menu4.png)*/
    background: #fff center 10px no-repeat url(img/menu4_upd.png)
}
.header-bottom #header-menu>ul>li:nth-of-type(5){
    /*background: #fff top center no-repeat url(img/menu5.png)*/
    background: #fff top center no-repeat url(img/menu5_upd.png)
}
.header-bottom #header-menu>ul>li:nth-of-type(6){
    background: #fff top center no-repeat url(img/menu6.png)
}
.header-bottom #header-menu>ul>li{
    position:static
}
#header-menu>ul>li>ul{
    position:absolute;
    height:320px;
    width:100%;
    padding: 30px 40px;
    background:#fff;
    border-radius: 5px;
    border: 2px solid #e64440;
    z-index:11;
    left:0;
    margin-top:7px;
}
#header-menu>ul>li ul li{
    float: none;
    height: auto;
    display: block;
    overflow: hidden;
    min-width: 200px;
    width:100%
}

#header-menu>ul>li:hover ul ul{
    width:100%;
}
#header-menu>ul>li:hover ul{
    display: block;

}
#header-menu>ul>li:hover>a{
    border: 2px solid #e64440;
}
#header-menu>ul>li.menu-item-has-children:hover>a:after{
    content:"";
    dipslay:block;
    position: absolute;
    width: 100%;
    height: 14px;
    left: -2px;
    bottom: -11px;
    background: #fff;
    border-left: 2px solid #e64440;
    border-right: 2px solid #e64440;
    z-index: 12;
}
#header-menu>ul>li:last-of-type:hover>a:after{
    width: 56px;
}
.header-bottom  #header-menu>ul>li:last-of-type>ul{
    border-radius:5px 0 5px 5px
}
#header-menu>ul>li:first-of-type>ul{
    border-radius:0 5px 5px 5px
}
.header-bottom #header-menu.hoverup>ul>li>ul{
    left:0;
    bottom: 205px
}
.header-bottom #header-menu.hoverup>ul>li.menu-item-has-children:hover>a:after{
    bottom: 184px;
    height: 21px
}

.header-bottom #header-menu.hoverup>ul>li:last-of-type>ul{
    border-radius:5px 5px 0 5px
}
.header-bottom #header-menu.hoverup>ul>li:first-of-type>ul{
    border-radius:5px 5px 5px 0 
}

.header-bottom #header-menu>ul>li:nth-of-type(1)>ul{
    background: #fff 0 0 no-repeat url('img/menuhover1.jpg');
    background-position: right 12px top 8px;
}
.header-bottom #header-menu>ul>li:nth-of-type(2)>ul{
    background: #fff 0 0 no-repeat url('img/menuhover2.jpg');
    background-position: right 12px top 8px;
}
.header-bottom #header-menu>ul>li:nth-of-type(3)>ul{
    background: #fff 0 0 no-repeat url('/wp-content/uploads/2019/11/IMG_20190814_112303.jpg');
    background-position: right 12px top 8px;
}
.header-bottom #header-menu>ul>li:nth-of-type(4)>ul{
    /*background: #fff right 12px top 8px no-repeat url('img/menuhover4.jpg');*/
    background: #fff right 12px top 8px no-repeat url('img/menuhover5.jpg');
}
/*.header-bottom #header-menu>ul>li:nth-of-type(5)>ul{
    background: #fff 12px 8px no-repeat url('img/menuhover5.jpg');
}*/
.header-bottom #header-menu>ul>li:nth-of-type(6)>ul{
    background: #fff 12px 8px no-repeat url('img/menuhover6.jpg');
}
.header-bottom #header-menu>ul>li:nth-of-type(7)>ul{
    background: #fff 12px 8px no-repeat url('img/menuhover7.jpg');
}
#header-menu>ul>li>ul>li{
    float:none;
    display:inline-block;
    min-width:200px;

}
#header-menu .menu-col-1-wrap{
    float:left;
    width:280px;
    padding-right:10px
}
#header-menu .menu-col-1-wrap.double{
    width:590px;
}
#header-menu .menu-col-2-wrap{
    float:left;
    width:310px;
}
#header-menu li:nth-of-type(7) .menu-col-2-wrap{
    width: 270px;
}
#header-menu .menu-col-3-wrap{
    float:left;
    width:320px;
    padding-left: 30px;
    border-left: 1px solid #e7e7e7;
    height: 250px;
}

#header-menu li:nth-of-type(5) .menu-col-1-wrap,
#header-menu li:nth-of-type(6) .menu-col-1-wrap,
#header-menu li:nth-of-type(7) .menu-col-1-wrap,
#header-menu li:nth-of-type(5) .menu-col-2-wrap,
#header-menu li:nth-of-type(6) .menu-col-2-wrap,
#header-menu li:nth-of-type(7) .menu-col-2-wrap,
#header-menu li:nth-of-type(5) .menu-col-3-wrap,
#header-menu li:nth-of-type(6) .menu-col-3-wrap,
#header-menu li:nth-of-type(7) .menu-col-3-wrap{
    float:right
}

.header-bottom  #header-menu li:nth-of-type(5) .menu-col-3-wrap,
#header-menu li:last-of-type .menu-col-3-wrap{
    /*border-right: 1px solid #e7e7e7;*/
    border-left: none;
}
.header-bottom  #header-menu li:nth-of-type(5) .menu-col-3-wrap{
    border-right: 1px solid #e7e7e7;
    border-left: none;
    margin-right:15px;
    width:305px;
}
#header-menu>ul>li>ul{
    text-align:left;
}
#header-menu>ul>li>ul>div>li a{
    float:left;
    text-transform:none;
    text-align:left;
    line-height:16px;
    margin-bottom:5px
}

#header-menu>ul>li>ul>div>li>a{
    color: #2d5697;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 10px;
    line-height: 20px;
    float:none;
    display:block;
} 
#header-menu>ul>li:first-of-type>ul>div>li>a{
    margin-bottom: 5px;
    height: 30px;
    line-height: 15px;
    float: none;
    display: block;
}
#header-menu>ul>li>ul>div>li>a:focus, #header-menu>ul>li>ul>div>li>a:hover{
    color: rgba(45, 86, 151, 0.7);
}
#header-menu>ul>li>ul>div>li>a[href="#"]{
    color:#333;
    cursor: text;
}
#header-menu li li li a{
    text-transform: none;
    color: #333;
    text-decoration: underline;
    font-size:17px;
    margin-bottom:5px
}
#header-menu li li li a:focus, #header-menu li li li a:hover{
    color: rgba(51, 51, 51, 0.7);
}
#header-menu>ul>li>ul>div>li.red>a{
    color: #e64440
}
#header-menu>ul>li>ul>div>li.red>a:focus, #header-menu>ul>li>ul>div>li.red>a:hover{
    color: rgba(230, 68, 64, 0.7);
}
#header-menu>ul ul ul{
    margin-bottom:30px;
}
#header-menu>ul ul .break ul{
    margin-bottom:0
}
#header-menu li.podbor-upl{
    position:absolute;
    bottom:0;
}
#header-menu li.podbor-upl a{
    height: 50px!important;
    border:1px solid #e64440;
    border-radius:20px;
    color:#e64440;
    line-height:50px!important;
    font-weight:normal;
    text-transform:uppercase;
    font-style: normal;
    text-align:center;
    width: 240px;
    font-size:12px;
    max-width:100%;
    transition: 0.2s;
}
#header-menu li.podbor-upl a:focus, #header-menu li.podbor-upl a:hover{
    background: #e64440;
    color: #fff;
}
aside #header-menu{
    width:100%;
    display:block;
}
aside #header-menu>ul{
    float:left;
    width:100%;
    height:auto;
    background: #eef0f3;
    padding: 1px;
    border-radius: 0 0 5px 5px;
}
aside #header-menu>ul>li{
    height: 100px;
    display:block;
    width:100%;
    border-radius: 5px;
    margin-top:1px;
    background:#fff;
}
aside #header-menu>ul>li>a{
    height: 100px;
    display:table-cell;
    letter-spacing: -1px;
    vertical-align:middle;
    width:268px;
    padding: 0 0 0 100px;
    text-decoration:none;
    color:#333333;
    font-weight:bold;
    font-size:15px;
    text-transform: uppercase;
}
aside #header-menu>ul>li>a:before{
    content:"";
    width:90px;
    height: 95px;
    position: absolute;
    top:0;
    left:10px;
    background: #fff 0 0 no-repeat url(img/aside-menu-icons.png);
}
#header-menu>ul>li:nth-of-type(6)>a:after{
    display:none;
}
aside #header-menu>ul>li:nth-child(2) a:before{
    background-position: 0 -100px;
}
aside #header-menu>ul>li:nth-child(3) a:before{
    background-position: 0 -200px;
}
aside #header-menu>ul>li:nth-child(4) a:before{
    /*background-position: 0 -300px;*/
    background-position: 0 -400px;
}
aside #header-menu>ul>li:nth-child(5) a:before{
    /*background-position: 0 -400px;*/
    background-position: 0 -771px;
}
aside #header-menu>ul>li:nth-child(6) a:before{
    background-position: 0 -500px;
}
aside #header-menu>ul>li:nth-child(7) a:before{
    background-position: 0 -671px
}
aside #header-menu>ul>li>ul{
    top:0;
    margin-top: 0;
    left:275px;
    width: 870px;
    background:#fff;
    border:1px solid #e64440;
    border-radius: 0 5px 5px 0;
}
aside  #header-menu .menu-col-1-wrap{
    padding-right: 10px;
    float:left!important;
    width:33%;
}
aside #header-menu .menu-col-1-wrap.double{
    width:66%;
}
aside #header-menu .menu-col-2-wrap{
    float:left!important;
    width:33%;
}
aside #header-menu .menu-col-3-wrap{
    float:left!important;
    width:33%;
}
aside #header-menu li:nth-of-type(7) .menu-col-2-wrap{
    width:33%;
}

aside #header-menu>ul>li:hover>a{
    border-radius:5px 0 0 5px;
    border:1px solid #e64440
}
aside #header-menu>ul>li.menu-item-has-children:hover>a:after{
    width: 11px;
    height: 100px;
    border-top: 1px solid #e64440;
    border-bottom: 1px solid #e64;
    border-left: none;
    border-right: none;
    top: -1px;
    left: 264px;
    box-sizing: border-box;
}
aside #header-menu>ul>li.menu-item-has-children:last-of-type:hover>a:after{
    width:11px;
}
section.main{
    margin:73px 0 30px 0;
    overflow: hidden;
}
section.main h1{
    margin-top:0;
    margin-left:0;
}
section.main p{
    padding: 0 0 0 30px;
}
/* section.main p:first-of-type{
    margin-top:0
} */
section.main h1 span{
    color: #333
}

section.main .price-centr {
	width: 475px;
    margin: 30px auto;
}
section.main .grey-right, section .grey-right{
    width: 475px;
    float:right;
    padding: 40px 35px;
    border-top: 5px solid #e2e6ec;
    border-bottom: 5px solid #e2e6ec;
    background:#eef0f3;
    margin: 0 0 30px 0;
}
section.main .price-centr .grey-right.hydr {
	padding: 0;
}
section.main .price-centr .grey-right.hydr .prices-wrap {
	width: 100%;
    margin-top: 30px;
}
section.main .left{
    width: calc(100% - 475px);
    width: 100%;
    float:left;
    padding: 0 25px 0 0;
}

section.main .grey-right .title, section .grey-right .title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding:0;
    margin-top:0;
    text-align:center;
}

.page-menu { 
    width: 500px;
    border: 1px dashed #7c7cc4;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 100%;
}
.page-menu a {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 16px;
    width: 340px;
    text-align: center;
    background: none;
    height: auto;
    overflow: inherit;
    text-indent: inherit;
    text-decoration: underline;
    margin-bottom: 10px;
}
.page-menu a:hover {
    opacity: 1;
    text-decoration: none;
}
.page-menu p {
    font-weight: 700;
    font-size: 20px;
    background: #fff;
    width: 200px;
    text-align: center;
    height: 25px;
    margin: 0;
    margin-left: -100px;
    bottom: -10px;
    position: absolute;
    left: 50%;

}
/*dotted list*/
ul.leaders{
    padding-left:0;
    margin:0 0 0 20px;
    list-style-image:none;
    overflow:hidden;
    list-style:none
}
ul.leaders li{
    background:none;
    font-size:16px;
    color: #000;
}
ul.leaders li:before{
    float:left;
    width:0;
    white-space:nowrap;
    line-height: 30px;
    color: #000;
    content:"........."
        "..................."
        "..................."
        "..................."}
ul.leaders li>span:first-child{
    padding-right:0.33em;
    background:white;
    line-height:30px;
    height:30px
}
.grey-right ul.leaders li>span:first-child,
ul.leaders li>span+span{
    background:#eef0f3
}
ul.leaders li>span+span{
    float:right;
    padding: 0 0 0 0.3em;
    width:100px;
    line-height:30px;
    position:relative;
    height:30px;
    font-weight: bold;
}
section .count-btn{
    height: 45px;
    line-height: 49px;
    padding: 0 19px 0 44px;
    display:block;
    width:260px;
    margin: 40px auto 0 auto;
    border-radius: 23px;
    background: #e64440 25px center no-repeat url(img/calc.png);
    font-family: 'LatoRegular';
    font-size:14px;
    text-transform:uppercase;
    color: #fff;
    text-decoration:none;
    text-align:center;
    border: 1px solid #e64440;
    transition: 0.2s;
}
section .count-btn.zap4 {
    background: #4275c7 25px center no-repeat url(/wp-content/uploads/2018/04/zap.png);
    border: 1px solid #4275c7;
    margin-left: 25px;
}
section .count-btn.zap4:hover {
    background: 25px center no-repeat url(/wp-content/uploads/2018/04/zap2.png);
    color: #4275c7;
}
section .count-btn:hover{
    background: 25px center no-repeat url(img/calc2.png);
    color: #e64440;
}
.count-btn:hover{
    color:#fff;
}
section .zakaz-btn{
    height: 45px;
    line-height: 49px;
    padding: 0;
    float:right;
    width:200px;
    margin: 20px 0 0 0 ;
    border-radius: 23px;
    background: #4275c7;
    font-family: 'LatoRegular';
    font-size:14px;
    text-transform:uppercase;
    text-decoration: none;
    color: #fff;
    text-align:center;
    border: 1px solid #4275c7;
    transition: 0.2s;
}
section .zakaz-btn:hover{
    color: #4275c7;
    background: none;
}
.count-btn:hover{
    color:#fff;
}
.grey{
    background: #eef0f3;
}
aside .title{
    height:48px;
    line-height:48px;
    font-weight:bold;
    margin:0;
    border-radius:5px 5px 0 0;
}
.videohome-wrap{
    width:440px;
    float:right;
}

section.main .services{
    width: calc(100% - 460px);
    float:left;
}
section.main .services.full-width{
    width: 100%;
}

/*sliders*/
.owl-carousel a{
    display: block;
    width:auto;
    text-align:center;    
    color:#333;
    font-size:15px;
    text-decoration: none; 


}

.owl-carousel a:hover img{
    border-color: #4275c7
}
.owl-carousel a img{
    margin-top: 5px;       
    border: 3px solid #fff; 
}
.owl-carousel.photos a img{
    border-radius: 5px; 
}
.owl-carousel.reviews a img{

}


.owl-carousel .owl-nav{
    position:static;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    position:absolute;
    top:50%;
    margin-top:-37px;
    left: -50px;
    background: center 0 no-repeat url(img/arrow.png);
    text-indent: 1000px;
    white-space: nowrap;
    height:34px;
    width:30px;
    overflow: hidden;
}
.owl-carousel .owl-nav .owl-next{
    left:auto;
    right: -50px;
    background-position: center -34px;
}
.owl-carousel .owl-nav .owl-prev:hover{
    background-position: center -68px;
}
.owl-carousel .owl-nav .owl-next:hover{
    background-position: center -102px;
}
.owl-dots{
    margin: 15px 0 0 0;
    text-align: center;
}
.owl-dots .owl-dot{
    width:8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 4px;
    background: #bac3d0;
    display:inline-block;
}
.owl-dots .owl-dot.active{
    background: #4275c7;
}

/*Footer*/
footer{
    background: #e2e6ec;
    margin: 60px 0 0 0;
}
footer .container{
    padding:90px 10px;
}
footer .container div{
    float:left;
}
footer .phones{
    width: 290px;
    padding: 26px 0 0 0;
}
footer .addr{
    width:380px;
    padding: 26px 0 0 0;
}
footer .menu1{
    width:130px;
    padding: 16px 0 0 0;
}
footer .menu2{
    width: 130px;
    padding: 16px 0 0 0;
    margin-bottom: 2px
}
footer .container .logo{
    float:right;
    text-align: center
}
footer .logo a{
    width: 260px;
    height: 80px;
    float:right;
    background: top right no-repeat url(img/logo_footer.png);
    margin: 0 0 20px 0
}
footer .copy{
    clear:both;
    text-align:right;
    font-size: 12px;
    margin:0;
}
footer .phones p{
    font-size:14px;
    line-height: 25px;
    margin:0;
    padding: 0 0 0 32px;
}
footer .phones a{
    text-decoration:none;
    color:#333;
    font-size:16px;
    font-weight: bold;
}
footer .phones .tel8800{
    padding: 0 0 10px 0;
}
footer .phones .tel8800 a{
    font-size: 26px;
    font-family: 'LatoRegular';
    font-weight: normal;
    background: center left no-repeat url(img/phone.png);
    padding: 0 2px 0 27px
}
footer .addr p{
    font-size: 16px;
    line-height: 24px;
    margin:0 0 20px 0;
    padding:0 0 0 35px;
}
footer .addr .address{
    text-align:left;
    max-width: 320px;
    background: top left no-repeat url(img/home-ico.png);
}
footer .addr .mail{
    background: 0 2px no-repeat url(img/mail-ico.png);
    line-height:16px;
}
footer .addr .mail a{
    color:#333333;
    font-style: italic;
}
footer .container .oferta {
    font-size: 12px;
    color: #7e7e7e;
    margin-left: 30px;
}
#footer-menu1,
#footer-menu2{
    line-height: 28px;
    font-size: 16px;
}
#footer-menu1 li,
#footer-menu2 li{
    float:none;
}
#totop{
    width: 60px;
    height: 61px;
    display:none;
    position:fixed;
    right:100px;
    bottom: 30px;
    cursor:pointer;
    z-index:20;
    background: 0 0 no-repeat url(img/totop.png);
    background-size: cover;
    opacity: .6;
    transition: .2s;
}
#totop:focus, #totop:hover {
    opacity: 1;
}
/*Motivators*/
.grey-block{
    width: 100%;
    background: #eef0f3;
    border-left: 8px solid #e2e6ec;
    border-right: 8px solid #e2e6ec;
    background: #eef0f3;
    padding: 35px 92px;
    margin: 30px 0 0 0;
}
.grey-block.zabor{
    height: 180px;
    background: #eef0f3 112px 19px no-repeat url(img/zabor.png);
    padding: 40px  90px 0 292px;

}
.zabor div{
    float:left;
}
.zabor .text{
    width: 460px;
    height: 102px;
    font-size:30px;
    text-transform: uppercase;
    color:#494949;
    font-family: 'LatoBold';
}
.zabor .text span{
    color: #4275c7;
    font-size:70px;
}
.zabor .car{
    width: 152px;
    height: 102px;
    background: 0 0 no-repeat url(img/zabor_car.png)
}
.motiv-phones{
    text-align:center;
    clear:both;
    margin: 30px 0 0 0;
}
.motiv-phones a{
    display:inline-block;
    vertical-align:top;
    width: 240px;
    min-height: 130px;
    text-align:center;
    text-decoration: none;
    font-size: 24px;
    font-weight:bold;
    color:#333;
}
.motiv-phones a span{
    color:#4275c7
}
.motiv-phones a span.mob{
    color:#686868;
    font-size:15px;
    font-weight: normal;
}
.motiv-phones a:before{
    content:"";
    display:block;
    float:none;
    margin: 0 auto 17px auto;
    border: 2px solid #4275c7;
    border-radius:50%;
    width:60px;
    height:60px;
    background: center center no-repeat url(img/phone2.png);
    transition: 0.2s;
}
.motiv-phones a:hover:before{
    background: #4275c7 center center no-repeat url(img/phone3.png)
}

.motivator {
    float:none;
    margin: 70px 0;
    width:100%;
    min-height: 308px;
    background: top right no-repeat url(img/motivator_bg.png);
    background-size: cover;
    padding: 40px 40px 40px 46%;
    overflow: hidden;
    border-radius: 6px;
}
.motivator.main{
    padding: 70px 60px 60px 0;
}
.motivator .logo{
    position:absolute;
    top: 36px;
    left:60px;
    width: 345px;
    height:115px;
    margin: 15px auto 0 auto;
    background: top left no-repeat url(img/logo.png);
    z-index: 2
}
.motivator.main .logo{
    left:80px
}
.motivator .pic{
    position:absolute;
    top: 130px;
    left:65px;
    width: 358px;
    height: 252px;
    background: 0 0 no-repeat url(img/motivator_cil.png);
}
.motivator.main .pic{
    left: 130px;
}
.motivator a{
    text-decoration:none;
    color:#fff;
}
.motivator.main .phones{
    float:right;
}
.motivator .phone1{
    float:right;
}
.motivator .phone1 a{
    font-size: 30px;
    font-family: 'LatoRegular';
    font-weight: normal;
    background: center left no-repeat url(img/phone-yellow.png);
    padding: 0 2px 0 30px;
    text-transform: none;
    color:#ffba49;
}
.motivator.main .phone1 a{
    font-size: 46px;
    padding: 0 2px 0 40px;
    background: center left no-repeat url(img/phone2.png);
    color:#fff;
}
.motivator .phone2{
    font-size: 14px;
    float:right;
    margin-left:10px;
    text-align:left;
    color:#fff;
    line-height: 30px;
}
.motivator.main .phone2{
    line-height: 20px;
    float:right;
}
.motivator .phone2 a{
    font-size: 16px;
    font-weight:bold;
}
.motivator .slogan{
    float:right;
    margin: 25px 0 30px 0;
    width: 700px;
    font-size:18px;
    color:#b4c2d7;
    text-align:center;
    font-weight: bold;
    font-style: italic;
}
.motivator .buttons{
    text-align:center;
    margin-top:30px;
}
.motivator.main .buttons{
    width:700px;
    float:right;
    margin:0
}
.motivator .buttons a{
    width: 235px;
    height: 51px;
    margin: 0;
    display:inline-block;
    font-family: 'LatoBold', Helvetica, sans-serif;
    font-size: 16px;
    color: #080808;
    border-radius: 25px;
    border: 3px solid #889fc8;
    padding: 0 20px 0 43px;
    line-height: 51px;
    text-transform: uppercase;
    text-align:center;
    transition: 0.2s;
}
.motivator.main .buttons a{
    margin: 0 12px;
    width: 260px;
}
.motivator .buttons a.btn-question{
    background: #ffba49 20px center no-repeat url(img/plane.png);
}
.motivator .buttons a.btn-question:hover{
    background: 20px center no-repeat url(img/plane2.png);
    border-color: rgba(255, 186, 73, 0.8);
    color: #fff;
}
.motivator .buttons a.btn-request{
    background: #e64440 20px center no-repeat url(img/paper.png);
    color: #fff;
}
.motivator .buttons a.btn-request:hover {
    background: 20px center no-repeat url(img/paper.png);
    border-color: rgba(230, 68, 64, 0.8);
}

.motivator.cil .pic{
    background-image: url(img/motivator_cil.png);
}
.motivator.any .pic{
    background-image: url(img/motivator_any.png);
}
.motivator.mot .pic{
    background-image: url(img/motivator_mot.png);
}
.motivator.upl .pic{
    top:90px;
    background-image: url(img/motivator_upl.png);
}
.motivator .text{
    margin:0 0 30px 0;
    height:70px;
    color:#6bbae3;
    font-size: 28px;
    text-align:left;
    font-family: 'LatoRegular', Helvetica,sans-serif;
}
.motivator.any .text{
    line-height:38px;
    font-size: 33px;
}
.motivator.any .text span{
    font-size: 42px;
}
.motivator .text span{
    font-size:30px;
    color:#fff;
    font-family: 'LatoBold', Helvetica,sans-serif;
}
.motivator.cil .text{
    padding: 37px 0 0 0;
}
.motivator.upl .text {
    padding: 20px 0 0 0;
}
.motivator.upl .text span{
    font-size: 29px;
}
.motivator.mot .text{
    padding: 20px 0 0 0;
    font-size:33px;
}
.motivator.mot .text span{
    font-size:25px;
} 
.partner.title{
    border-top:6px solid #e2e6ec;
    text-align:center;
}
.partner.title span{
    display: block;
    margin: -53px auto 0 auto;
    padding: 38px 0 0 0;
    width: 260px;
    background: #fff;
    font-size: 24px;
    font-weight:bold;
    text-transform:uppercase;
}
.partner.title span:before{
    content:"";
    position:absolute;
    top:0px;
    left: 60px;
    width: 140px;
    border-top:6px solid #e2e6ec;
}
.partner.title span a {
    text-decoration: none;
}
.partner.title span a:hover, .partner.title span a:focus {
    color: #3669bb
}
.partner-block{
    margin: 0 40px;
    text-align: center;
    font-size:0;
}
.partner-block span{
    display:inline-block;
    vertical-align:top;
    height:80px;
    line-height:80px;
    width:145px;
    text-align:center;
}
.partner-block span img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.partner-block span img{
    vertical-align:middle;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    transition: .2s
}

.partner-block span img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none; /* Firefox 4+ */
}

/*workexamples*/
.workexamples_wrap{
    width: 100%;
    border-radius: 10px;
    background: #2d5697;
    height: auto;
    overflow: hidden;
    box-shadow: 3px 3px 3px #cacaca;
    font-family: Verdana, Arial;
    margin: 0 auto 20px auto;
    padding-bottom: 30px;
}
.workexamples_wrap .workexamples_text{
    background: #3666b3;
    margin: 0;
    padding: 0 70px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}
.workexamples_wrap .workexamples_title{
    font-size: 16px;
    padding: 20px 70px;
    margin: 0;
    color: #fff;
}
.workexamples_wrap .workexamples_title span{
    color: #fff;
    font-weight: 700;
}
.workexamples_wrap .workexamples_text.first{
    margin-top: 20px;
    padding-top: 10px;
}
.workexamples_wrap .workexamples_text:last-child{
    padding-bottom: 20px;
}
.workexamples_wrap a{
    width: 150px;
    height: 130px;
    display:block;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 2px;
}
.workexamples_wrap a:hover{
    border: 2px solid #e64440
}

.workexamples_wrap .owl-carousel .owl-item img{
    width: 150px;
    height: 150px;
    border:none;
    margin-top:0    
}
.workexamples_wrap .workexamples_slider{
    width: 100%;
    padding: 0 70px;
    box-sizing:border-box;
}
.workexamples_wrap .owl-carousel .owl-stage-outer{
    width: 100%; 
    overflow:hidden;
}
.workexamples_wrap .owl-carousel .owl-prev,
.workexamples_wrap .owl-carousel .owl-next{
    position:absolute;
    height: 130px;
    width: 30px;
    top:0px;
    margin:0;
    background: 0 10px  no-repeat url(img/example_slider_arrows.png);
    white-space: nowrap;
    text-indent: 100px;
    overflow:hidden;
    left: 30px
}

.workexamples_wrap .owl-carousel .owl-next{
    right: 30px;
    left: auto;
    background-position: -90px 10px;
}
.workexamples_wrap .owl-carousel .owl-prev:hover{
    background-position:-33px 10px
}
.workexamples_wrap .owl-carousel .owl-next:hover{
    background-position:-59px 10px;
}
.workexamples_wrap .owl-carousel .owl-dots{
    display:none;
}
.examples_btn{
    margin-left: -30px;
    height: 50px;
    line-height: 51px;
    padding: 0;
    width: 250px;
    border-radius: 23px;
    background: none;
    font-family: 'LatoRegular';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #4275c7;
    text-align: center;
    border: 1px solid #4275c7;
    transition: .2s;
    display: inline-block;
}
.examples_btn:hover{
    cursor:pointer;
    text-decoration: none;
    color: #fff;
    background: #4275c7;
}

#pagenavi{
    margin:30px 0 5px 0;
    text-align:center;
}
#pagenavi a,
#pagenavi span.current{
    width:46px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    display:inline-block;
    margin: 0 3px;
    font-size: 16px;
    color:#4e535b;
    background: #eef0f3;
    text-align:center;
    text-decoration:none;
    vertical-align:top;
}
#pagenavi span.current{
    color:#fff;
    font-weight:bold;
    background: #4275c7;
}
#pagenavi .next,
#pagenavi .prev{
    padding: 15px 0;
    line-height:16px;
}
#pagenavi .next:before,
#pagenavi .prev:before{
    content: "";
    display:inline-block;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid #6d6e71;
    margin-left:-10px;
}
#pagenavi .next:before{
    border-left:8px solid #6d6e71;
    border-right:8px solid transparent;
    margin: 0 -10px 0 0
}
.loader {
    font-size: 4px;
    width: 1em;
    height: 1em;
    left: 3.5em;
    display:inline-block;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.reviews-more {
    height: 45px;
    line-height: 47px;
    padding: 0;
    width: 200px;
    border-radius: 23px;
    background: #4275c7;
    font-family: 'LatoRegular';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    border: 1px solid #4275c7;
    transition: .2s;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.reviews-more:hover, .reviews-more:focus {
    background: none;
    color: #4275c7 !important;
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #2c2c2c, 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.5), -1.8em -1.8em 0 0em rgba(44,44,44, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.7), 1.8em -1.8em 0 0em #2c2c2c, 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.5), 1.8em -1.8em 0 0em rgba(44,44,44, 0.7), 2.5em 0em 0 0em #2c2c2c, 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.5), 2.5em 0em 0 0em rgba(44,44,44, 0.7), 1.75em 1.75em 0 0em #2c2c2c, 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.5), 1.75em 1.75em 0 0em rgba(44,44,44, 0.7), 0em 2.5em 0 0em #2c2c2c, -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.5), 0em 2.5em 0 0em rgba(44,44,44, 0.7), -1.8em 1.8em 0 0em #2c2c2c, -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.5), -1.8em 1.8em 0 0em rgba(44,44,44, 0.7), -2.6em 0em 0 0em #2c2c2c, -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.5), -2.6em 0em 0 0em rgba(44,44,44, 0.7), -1.8em -1.8em 0 0em #2c2c2c;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #2c2c2c, 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.5), -1.8em -1.8em 0 0em rgba(44,44,44, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.7), 1.8em -1.8em 0 0em #2c2c2c, 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.5), 1.8em -1.8em 0 0em rgba(44,44,44, 0.7), 2.5em 0em 0 0em #2c2c2c, 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.5), 2.5em 0em 0 0em rgba(44,44,44, 0.7), 1.75em 1.75em 0 0em #2c2c2c, 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.5), 1.75em 1.75em 0 0em rgba(44,44,44, 0.7), 0em 2.5em 0 0em #2c2c2c, -1.8em 1.8em 0 0em rgba(44,44,44, 0.2), -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.5), 0em 2.5em 0 0em rgba(44,44,44, 0.7), -1.8em 1.8em 0 0em #2c2c2c, -2.6em 0em 0 0em rgba(44,44,44, 0.2), -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.5), -1.8em 1.8em 0 0em rgba(44,44,44, 0.7), -2.6em 0em 0 0em #2c2c2c, -1.8em -1.8em 0 0em rgba(44,44,44, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(44,44,44, 0.2), 1.8em -1.8em 0 0em rgba(44,44,44, 0.2), 2.5em 0em 0 0em rgba(44,44,44, 0.2), 1.75em 1.75em 0 0em rgba(44,44,44, 0.2), 0em 2.5em 0 0em rgba(44,44,44, 0.2), -1.8em 1.8em 0 0em rgba(44,44,44, 0.5), -2.6em 0em 0 0em rgba(44,44,44, 0.7), -1.8em -1.8em 0 0em #2c2c2c;
    }
}
/*end workexamples*/
/*Misc*/

.videohome{
    display: block;
    width: 440px;
    height: 295px;
    margin: 0 auto;
    background: url('img/videohome.jpg') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.videohome:hover{
    background: url('img/videohome.jpg') no-repeat 0px -295px;
}
.videostend{
    display: block;
    width: 440px;
    height: 295px;
    margin: 0 auto;
    background: url('/wp-content/uploads/2012/10/stend5.jpg') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
.videostend:hover{
    background: url('/wp-content/uploads/2012/10/stend5.jpg') no-repeat 0px -295px;
}

.videohome2{
    display: block;
    width: 440px;
    height: 295px;
    margin: 0 auto;
    background: url('/wp-content/uploads/2017/10/videohome2.jpg') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
.videohome2:hover {
    background-position-y: -295px;
}

.videoraskat{
    display: block;
    width: 440px;
    height: 295px;
    margin: 0 auto;
    background: url('img/videoraskat.jpg') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.videoraskat:hover{
    background: url('img/videoraskat.jpg') no-repeat 0px -300px;
}
.videoraskat3 {
    display: block;
    width: 440px;
    height: 295px;
    margin: 0 auto;
    background: url('/wp-content/uploads/2017/08/v4-1.jpg') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
.videoraskat3:hover {
    background: url('/wp-content/uploads/2017/08/v4-1.jpg') no-repeat 0px -300px;
}
.videoraskat4 {
    display: block;
    width: 440px;
    height: 295px;
    margin: 0 auto;
    background: url('/wp-content/uploads/2017/01/videohome6jpg.jpg') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
.videoraskat4:hover {
    background: url('/wp-content/uploads/2017/01/videohome6jpg.jpg') no-repeat 0px -300px;
}
.videoraskat2 {
    display: block;
    width: 440px;
    height: 295px;
    margin: 0 auto;
    background: url('/wp-content/uploads/2012/10/v3-1.jpg') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
.videoraskat2:hover {
    background: url('/wp-content/uploads/2012/10/v3-1.jpg') no-repeat 0px -300px;
}
.tiles{
    margin: 0 -10px 0 50px;
    text-align:center;
    font-size:0;
}
.tiles br{
    display:none;
}
.tiles a, .tiles i{
    display:inline-block;
    margin: 0 10px 0 0;
    height: 270px;
    width:210px;
    text-align: center;
    font-size: 20px;
    color:#3669bb;
    line-height: 26px;
    font-style: italic;
}
.tiles a img, .tiles i img{
    transition: all .2s ease-in-out;
    border: 2px solid #eef0f3;
}
.tiles a:hover img, .tiles i:hover img{
    transform: scale(1.1)
}
article article{
    border-bottom: 1px dashed #d4e0f2;
    padding: 20px 0
}
article .post-thumb{
    float:left;
    margin: 0 20px 0 0;
    border: 2px solid #eef0f3;
    width:84px;
    height:84px;
}
article h2.list-title{
    text-transform: none;
    font-size: 18px;
    margin: 0 0 5px 0;

}
article p.excerpt{
    font-size:16px;
    margin:0;
    line-height:30px;
}
article table{
    border-collapse: collapse;
    border: 1px solid #fff;
    margin: 0 auto;
}
article table th,
article table td{
    padding: 20px 25px;
    font-size:16px;
    line-height:16px;
    border: 1px solid #fff;
    background-clip: padding-box!important
}

article table th{
    background:#2d5697;
    background-clip: padding-box;
    color:#fff;
    text-align:left;
    text-transform: uppercase;
    font-weight:normal;
}
article table td{
    background: #eef0f3;
    background-clip: padding-box;
    font-size: 14px;
}

.table-wrap, .table-wraper{
    width:100%;
    overflow-x:auto;
    margin-bottom: 30px;
}


button.fancybox-close-small:after,
button.fancybox-close-small:hover:after{
    font: 40px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    background:none;
    color:#Fff;

}


/*contacts*/
article table.contact-table,
article table.contact-table td,
article table.contact-table{
    border:none;
    background:none;
}
article table.contact-table{
    margin: 15px 0 0 0;
    float: none;
}
article table.contact-table td{
    padding: 8px 8px 8px 0;
    font-size:16px;
}
article table.contact-table.small td{
    font-size:14px;
    padding: 5px 5px 5px 0;
}
article .contact-table td:first-of-type{
    font-weight:bold;
    width:200px;
}
article p.metro{

    margin-left:0;
}
p.metro:before{
    content:"";
    display:inline-block;
    vertical-align: middle;
    width:27px;
    height:24px;
    background: 0 0 no-repeat url(img/metro.png)
}
article .contact-right h2{
    margin-left:0;
    margin-top:0;
    font-size:20px;
}
article .contact-right .print-map{
    font-size:16px;
    text-transform: none;
    display:inline-block;
    margin-left:10px;
}
article .contact-right .print-map:before{
    content:"";
    display:inline-block;
    vertical-align: middle;
    width:19px;
    height:15px;
    background: 0 0 no-repeat url(img/print.png)
}
.contact-left{
    text-align:Center;
    float:left;
    width:40%;
    margin: 30px 0 40px 0;
}
.contact-left img{
    margin-right:30px;
    margin-left:30px;
    border: 2px solid #ccc;
}
.contact-right{
    clear:both;
    width: 60%;
    float:right;
    margin: 30px 0 40px 0;
}
.contact-right a[href^="mailto"]{
    color:#333
}
a.yandex-map-url{
    margin:10px 0 0 0;
    padding-left:30px;
    display:inline-block;
    font-size:14px;
    line-height:24px;
    text-decoration: underline;
    color:#333;
    text-align:center;
    background:0 0 no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjgyNiAxQzIuMjY2IDEgMSAyLjI3OCAxIDMuODN2MTYuMzRDMSAyMS43MyAyLjI2IDIzIDMuODI2IDIzSDE2LjAzYy4zNzIgMCAuODI0LS4yNSAxLjAxOC0uNTc2bDUuNzk3LTkuNzAyYy4yMzgtLjQuMjQyLTEuMDQgMC0xLjQ0NGwtNS43OTctOS43MDJjLS4xOS0uMzE4LS42NDMtLjU3Ni0xLjAyLS41NzZIMy44Mjd6IiBzdHJva2Utb3BhY2l0eT0iLjE1IiBzdHJva2U9IiMwMDAiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTAuMjkgMTIuODk1TDkuMSAyMHM0LjU0LTYuMTc1IDUuNjEtOC45ODdjLjEzOC0uMzYuMTktMS4xMTcuMTktMi4wMTNsLTQuNjEgMy44OTV6IiBzdHJva2U9IiNDNTE0MUMiIHN0cm9rZS13aWR0aD0iLjEiIGZpbGw9IiNDNTE0MUMiLz48cGF0aCBkPSJNMTAgMTRjMi43NiAwIDUtMi4yNCA1LTVzLTIuMjQtNS01LTUtNSAyLjI0LTUgNSAyLjI0IDUgNSA1em0wLTNjMS4xMDUgMCAyLS44OTUgMi0ycy0uODk1LTItMi0yLTIgLjg5NS0yIDIgLjg5NSAyIDIgMnoiIGZpbGw9IiNFMDAiLz48L2c+PC9zdmc+)
}
hr.dashed{
    border-bottom:1px dashed #d4e0f2;
    width:100%;
    height:0;
    background:none
}
.tabs_container {
    width: 100%;
    margin: 0 auto 16px;
    border: 5px solid #d9d9d9;
    border-radius: 8px;
}
.tabs_container.prices {
	margin: 0;
    border: none;
}
.tabs_container > div {
    margin: 0 10px;
}
.tabs_container table {
    border-collapse: collapse;
    margin: 0 0 10px;
    width: 100%;
}
.tabs_container table td {
    border: 1px solid #ccc;
    padding: 5px;
}
.tabs_container table tr td:nth-child(1) {
    width:60%;
}
.tabs_container table td:nth-child(2)  {
    width: 20%;
}
.tabs_container table td:nth-child(3)  {
    width: 20%;
}
.tabs_container table th {
    border: 1px solid #ccc;
    padding: 5px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #2d5697;
}
.dvtab {
    display: none; /* по умолчанию прячем все блоки */
    clear:both
}
.dvtab.active {
    display: block; /* по умолчанию показываем нужный блок */
    padding: 0;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs .dvtab {
	max-width: 624px;
    min-width: auto;
    width: auto;
    margin: 0 auto;
    float: none!important;
    padding: 25px;
}
.tabs_container #tabs {border:none}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs {
	margin: 0 15px;
}
.tabs_container #tabs > ul {
    display: block;
    margin: 0;
    padding: 20px 0 0;
    height: 146px;
    background: none;
    list-style-type:none;
    list-style-image: none;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs ul.tabs {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: none;
    height: auto;
    overflow: hidden;
}
.tabs_container.nasos_tabs {
    border: none;
}
.tabs_container.nasos_tabs #tabs {
    margin: 0;
}
.tabs_container.nasos_tabs #tabs > ul {
    height: 169px;
}
.tabs_container #tabs > ul > li {
    float:left;
    width: 16.5%;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs ul.tabs li {
    width: 33.33333%;
}
.tabs_container.nasos_tabs #tabs > ul li {
    border-bottom: 5px solid #0069bf;
    border-radius: 8px 8px 0 0;
    position: relative;
    z-index: 10;
    width: 16.667%;
}
.tabs_container.nasos_tabs #tabs > ul li.active {
    border: 5px solid #0069bf;
    border-radius: 8px 8px 0 0;
    border-bottom: #fff;
    position: relative;
    z-index: 10;
}
.tabs_container #tabs > ul > li:before{
    content:none;
}
.tabs_container #tabs > ul > li > a {
    display: block;
    padding: 90px 0 0;
    font-size: 16px;
    text-decoration: underline;
    color:#1d44c5;
}
.tabs_container.nasos_tabs #tabs > ul > li > a {
    padding-bottom: 14px;
    padding-top: 100px;
    background-position-y: 15px!important;
    opacity: .65;
}
.tabs_container.nasos_tabs #tabs > ul li.active > a {
    padding-top: 95px;
    padding-bottom: 19px;
    background-position-y: 10px!important;
    opacity: 1;
}
.tabs_container.nasos_tabs #tabs > ul > li > a.dvtab4 {
    padding-bottom: 36px;
}
.tabs_container.nasos_tabs #tabs > ul > li.active > a.dvtab4 {
    padding-bottom: 41px;
}
.tabs_container #tabs > ul > li.active > a {
    opacity: .65;
}
.tabs_container #tabs > ul > li > a span {
    line-height: 24px;
}
.tabs_container #tabs > ul > li > a.dvtab1 {background: url(img/dvig-tabs/dv1.jpg) no-repeat 50% 0;}
.tabs_container  #tabs > ul > li > a.dvtab2 {background: url(img/dvig-tabs/dv2.jpg) no-repeat 50% 0;}
.tabs_container #tabs > ul > li > a.dvtab3 {background: url(img/dvig-tabs/dv3.jpg) no-repeat 50% 0;}
.tabs_container #tabs > ul > li > a.dvtab4 {background: url(img/dvig-tabs/dv4.jpg) no-repeat 50% 0;}
.tabs_container #tabs > ul > li > a.dvtab5 {background: url(img/dvig-tabs/dv5.jpg) no-repeat 50% 0;}
.tabs_container #tabs > ul > li > a.dvtab6 {background: url(img/dvig-tabs/dv6.jpg) no-repeat 50% 0;}
.tabs_container #tabs .dvtab.active {
    position: relative;
    z-index: 0;
    margin-top: -5px;
    float: left;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs ul li a {
	color: #fff;
    font-size: 16px;
    background: #9eb4d5!important;
    text-decoration: none;
    opacity: 1!important;
    height: 39px;
    line-height: 39px;
    padding: 0 35px;
    margin: 0;
    margin-right: 1px;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs ul.tabs li a {
    padding: 0;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs ul.tabs li.active a {
	background: #7292c2!important;
}
/* .tabs_container #tabs .dvtab.active {
    border: 5px solid #0069bf;
    border-radius: 0 0 8px 8px;
    padding: 0 10px;
    border-top: 5px solid #fff;
} */

.col1,
.col2{
    width:48%;
    float:left
}
.col1{
    margin-right: 4%;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #ededf0;
    position: relative;
}

.jspDrag
{
    background: #bbd;
    border-radius:5px;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspDrag:before, .jspDrag:after{
    content: " ";
    position: Absolute;
    top: 50%;
    left: 2px;
    height: 3px;
    width: 6px;
    margin-top:-3px;
    background:none;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

.jspDrag:after{
    border-bottom:none;
    margin-top:5px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 10px;
}

.jspHorizontalBar .jspArrow
{
    width: 10px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}



.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.screen-reader-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
#all_forms_are_here{
    display:none;
}
.gallery-caption {
    font-size: 12px;
}
.pdf-link {
    margin: 0 15px;
    width: 102px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #0291dd;
    display: inline-block;
    line-height: 14px;
}
.pdf-link:before {
    content: '';
    background: url(/wp-content/uploads/2017/01/pdf-icon2.png) -1px -1px;
    width: 98px;
    height: 98px;
    display: block;
    border: 2px solid #0291dd;
    border-radius: 50%;
    transition: .2s;
}
.pdf-link:hover {
    text-decoration: none;
    color: #0291dd;
}
.pdf-link:hover:before {
    background: url(/wp-content/uploads/2017/01/pdf-icon2.png) -1px -101px;
}
article table.black-border td {
    border: 1px solid #ccc;
}
article table.small-padding td {
    padding: 20px 25px;
    font-size: small
}
article table.small-padding2 td, article table.small-padding2 th {
    padding: 10px 7px;
    font-size: small
}
article table th a {
    color: #fff !important;
}
.wp-caption p.wp-caption-text {
    text-align: center
}
.search-form {
    text-align: center
}
.search-form .search-input {
    width: 300px;
    display: inline-block;
    margin-top: 0;
    margin-right: 20px;
    height: 45px
}
.search-form .search-submit {
    display: inline-block;
    float: none;
    border-radius: 25px;
    border: 1px solid #e64440;
    background: #e64440;
    font-family: 'LatoRegular';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: .2s;
    letter-spacing: 0;
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
    background: #fff;
    color: #e64440
}
.dwls_search_results {
    display: none !important
}
.about-bottons {
    margin-left: 15px;
    margin-top: 20px;
    margin-right: -15px;
}
.about-bottons .one-item {
    display: inline-block;
    width: 33.33333%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.about-bottons .one-item a {
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #b9babc;
    padding: 20px 15px 20px 15px;
    line-height: 1.3;
    transition: all 100ms ease-out;
    display: block;
    font-weight: 600;
    color: #456fa5;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    position: relative
}
.about-bottons .one-item a.current, .about-bottons .one-item a:hover {
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #456fa5;
}
.about-bottons .one-item a span {
    display: block;
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -1px;
}
.about-bottons .one-item a.current span, .about-bottons .one-item a:hover span {
    color: #456fa5;
}
.about-bottons .one-item a.about i, .about-bottons .one-item a.thanks i, .about-bottons .one-item a.clients i {
    display: block;
    width: 33px;
    height: 41px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 15px;
    background: url(/wp-content/uploads/2012/10/house3.jpg);
}
.about-bottons .one-item a.thanks i {
    width: 35px;
    height: 51px;
    margin-top: -25px;
    background: url(/wp-content/uploads/2012/10/thanks4.jpg);
}
.about-bottons .one-item a.clients i {
    width: 45px;
    background: url('/wp-content/uploads/2012/10/clients4-1.png');
}
.about-bottons .one-item a.about.current i, .about-bottons .one-item a.about:hover i {
    background-position-y: -41px;
}
.about-bottons .one-item a.thanks.current i, .about-bottons .one-item a.thanks:hover i {
    background-position-y: -51px;
}
.about-bottons .one-item a.clients.current i, .about-bottons .one-item a.clients:hover i {
    background-position-y: -41px;
}
section .grey-left{
    width: 475px;
    float: left;
    padding: 40px 35px;
    border-top: 5px solid #e2e6ec;
    border-bottom: 5px solid #e2e6ec;
    background:#eef0f3;
    margin: 0 0 30px 0;
    margin-left: 30px;
}
section .grey-left .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    margin-top: 0;
    text-align: center;
    margin-left: 0;
}
section .grey-left ul.leaders li {
    text-align: left;
}
.grey-left ul.leaders li>span:first-child, ul.leaders li>span+span {
    background: #eef0f3;
}
section .grey-left ul.leaders li:before {
    margin-left: 25px;
    line-height: 10px;
}
.tabs_container.no-border .dvtab ol li {
    text-align: left;
}
nav.nav-single {
    float: left;
    width: 100%;
    margin: 30px 0 50px 0;
}
nav.nav-single span.nav-previous, nav.nav-single span.nav-next {
    display: block;
    float: left;
    color: #e64440;
    text-transform: uppercase;
}
nav.nav-single span.nav-next {
    float: right;
}
nav.nav-single a {
    color: #e64440;
    text-decoration: none;
    font-weight: 600;
}
nav.nav-single a:hover {
    text-decoration: underline;
}
.reviews-more.no-bg {
    color: #4275c7 !important;
    background: none;
}
.reviews-more.no-bg:hover {
    color: #fff !important;
    background: #4275c7;
}
.soc-block {
    float: right !important;
    /* margin-right: 76px; */
	width: 260px;
    text-align: center;
}
footer .container .soc-block a.footer-vk, footer .container .soc-block a.footer-insta, footer .container .soc-block a.footer-youtube {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0;
    margin-top: 5px;
    opacity: .8;
    transition: .2s;
    background-size: cover !important;
}
footer .container .soc-block a.footer-vk {
    margin-right: 10px;
    background: url('https://www.hydrott.ru/wp-content/uploads/2017/11/vk.png');
}
footer .container .soc-block a.footer-insta {
	margin-right: 10px;
    background: url('https://www.hydrott.ru/wp-content/uploads/2017/11/inst.png');
}
footer .container .soc-block a.footer-youtube {
	background: url('https://www.hydrott.ru/wp-content/uploads/2018/09/youtube.png');
}
footer .container .soc-block a.footer-vk:hover, footer .container .soc-block a.footer-insta:hover, footer .container .soc-block a.footer-youtube:hover {
    opacity: 1
}
.stend-block {
    margin-left: 20px
}
.stend-block .videostend {
    float: left;
    margin: 10px;
    margin-top: 0;
    display: inline-block;
}
.stend-block .videostend.stend10 {
    background: url(/wp-content/uploads/2018/04/videohome10.jpg) no-repeat;
}
.stend-block .videostend.stend10:hover {
    background: url(/wp-content/uploads/2018/04/videohome10.jpg) no-repeat 0 -300px;
}
.stend-block .videostend.stend11 {
    background: url(/wp-content/uploads/2018/05/videohome1111.jpg) no-repeat;
}
.stend-block .videostend.stend11:hover {
    background: url(/wp-content/uploads/2018/05/videohome1111.jpg) no-repeat 0 -300px;
}
.stend-block .videostend.stend12 {
    background: url(/wp-content/uploads/2018/05/videohome121.jpg) no-repeat;
}
.stend-block .videostend.stend12:hover {
    background: url(/wp-content/uploads/2018/05/videohome121.jpg) no-repeat 0 -300px;
}
.stend-block .videostend.stend13 {
    background: url(/wp-content/uploads/2018/05/videohome13.jpg) no-repeat;
}
.stend-block .videostend.stend13:hover {
    background: url(/wp-content/uploads/2018/05/videohome13.jpg) no-repeat 0 -300px;
}
.stend-block a.foto {
    display: inline-block;
    float: left;
    height: 140px;
    overflow: hidden;
    margin: 14px;
    margin-right: 0;
    margin-top: 0;
}
.stend-block a.foto img {
    width: 100%;
    height: 100%;
}
.stend-block a.foto:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2012/10/zoom.png') no-repeat center center,rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    opacity: 0;
}
.stend-block a.foto:hover:after {
    opacity: 1;
}
.title-blue {
    font-size: 21px;
    text-transform: uppercase;
    padding: 15px 12px;
    border-left: 7px solid #4275c7;
    color: #e64440
}
.obfond-link {
    display: block;
    margin: 0 auto;
    width: 225px;
    height: 205px;
    background: url('/wp-content/uploads/2012/10/fond-bg3.png') no-repeat top center;
    position: relative
}
.obfond-link span {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-decoration: none;
    width: 130px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #2d5697;
    border-radius: 20px;
    text-align: center;
    color: #2d5697;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-left: -65px;
    transition: .2s
}
.obfond-link:hover span {
    color: #fff;
    background: #2d5697;
}
ol.blue-list {
    list-style-type: none;
    counter-reset: item;
    margin-left: 30px;
}
ol.blue-list li {
    margin-left: 30px;
    margin-bottom: 10px;
}
ol.blue-list li:before {
    content: counter(item) '';
    counter-increment: item;
    margin-left: -30px;
    width: 20px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 24px;
    background: #3669bb;
    color: #fff;
}


.advantages {
    width: 100%;
    margin-top: 55px;
}
.advantages .title, .advantages .mozaika {
    width: 100%;
}
.advantages .title h2.blue {
    font-size: 24px;
    color: #3669bb;
    margin-top: 35px;
    float: left;
    text-transform: uppercase
}
.advantages .title a {
    float: right;
    color: #2c2c2c;
    font-size: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 37px;
}
.advantages .title a:hover {
    text-decoration: none;
}
.advantages .mozaika {
    margin-top: 30px;
    text-align: center;
}
.advantages .mozaika .one-item {
    width: 20%;
    min-width: 252px;
    display: inline-block;
    background-color: #eef0f3;
    border-top: 5px solid #e2e6ec;
    min-height: 355px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    margin-bottom: 15px;
}
.advantages .mozaika .one-item .advimg {
    position: relative;
}
.advantages .mozaika .one-item:hover .advimg {
    -webkit-animation: 0.1s tremor ease-out 1;  
    animation: 0.1s tremor ease-out 1;
    animation-name: tremor !important;
    animation-delay: 0s !important;
}
@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
.advantages .owl-carousel.mozaika .owl-item {
    width: 252px !important;
}
.advantages .mozaika .one-item p.text {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0;
}
.advantages .mozaika .one-item p.text span {
    color: #e64440;
    font-size: 16px;
    display: block;
    margin-top: 27px;
}
.advantages .owl-carousel.mozaika .owl-item img {
    width: auto;
    display: inline-block;
}
.simple-gallery {
    text-align: center;
}
.simple-gallery a {
    width: 228px;
    height: 171px;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.table-wrap a {
    display: block
}
.simple-gallery a:after, .table-wrap a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2012/10/zoom.png) no-repeat center center,rgba(0,0,0,.5);
    transition: .2s;
    opacity: 0;
}
.simple-gallery a:hover:after, .table-wrap a:hover:after {
    opacity: 1;
}
.table-wrap .no-loop a {
	display: initial;
    text-transform: uppercase;
}
.table-wrap .no-loop a:after {
	display: none;
}
div.wpcf7 input[type='file']{
    width:200px;
}


/* New Year */

#topnav .container:before {
    content: '';
    display: none;
    position: absolute;
    width: 473px;
    height: 57px;
    background: url('/wp-content/uploads/2017/12/ng-11.png');
    top: -9px;
    left: -225px;
    z-index: 101;
    transform: rotate(2deg);
}
#topnav .container .arka .logo {
    z-index: 102;
}
header #header-top .logo:before {
    content: '';
    display: none;
    position: absolute;
    width: 105px;
    height: 80px;
    background: url('/wp-content/uploads/2017/12/ng-2.png');
    top: -32px;
    left: -36px;
}
header.front .header-bottom .container:before {
    content: '';
    display: none;
    position: absolute;
    top: -81px;
    left: -110px;
    width: 677px;
    height: 502px;
    background: url('/wp-content/uploads/2018/12/ng-5.png');
}
@media all and (max-width:1280px) {
    #topnav .container:before, header #header-top .logo:before, header.front .header-bottom .container:before {
        display: none;
    }
}
@media all and (max-width:900px) {
	header.front .header-bottom .container:before {
		display: none;
	}
}

/* End New Year */

/* Галерея Наши работы */

.gallery .tabs_container.no-border {
    margin: 0;
    margin-top: 30px;
    border: none
}
.gallery .tabs_container.no-border #tabs>ul {
    height: auto;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.gallery .tabs_container.no-border #tabs>ul>li {
    width: auto;
    text-transform: uppercase;
    margin-right: 5px;
}
.gallery .tabs_container.no-border #tabs>ul>li:last-child {
    margin-right: 0;
}
.gallery .tabs_container.no-border #tabs>ul>li>a {
    padding: 0 12px;
    text-decoration: none;
    background: #20449b;
    color: #fff;
    line-height: 30px;
    border-radius: 20px;
    font-size: 11px;
}
.gallery .tabs_container.no-border #tabs>ul>li>a:hover {
    opacity: .7;
}
.gallery .tabs_container.no-border #tabs>ul>li.active>a {
    opacity: 1;
    background: #ff2a1e;
}
.gallery .tabs_container.no-border .dvtab {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}
.gallery .tabs_container.no-border .dvtab a {
    display: inline-block;
    margin: 0 10px 14px;
    width: 220px;
    height: 135px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.gallery .tabs_container.no-border .dvtab a img {
    min-height: 135px;
    min-width: 220px;
}
.gallery .tabs_container.no-border .dvtab a.vertical img {
    position: absolute;
    left: 0;
    top: -58%;
}
.gallery .tabs_container.no-border .dvtab a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2012/10/zoom.png') no-repeat center center,rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    opacity: 0;
}
.gallery .tabs_container.no-border .dvtab a:hover:after {
    opacity: 1;
}

/* Галерея Наши работы */

/* Mini-gal */

.mini-gal {
    text-align: center;
    line-height: 26px;
    margin: 30px 0 30px 30px;
}
.mini-gal.nasos a {
	height: 117px;
    display: inline-block;
    margin: 0 2px 2px;
    width: 176px;
    overflow: hidden;
}
.mini-gal.nasos a:nth-child(1), .mini-gal.nasos a:nth-child(2), .mini-gal.nasos a:nth-child(3) {
	width: 300px;
	height: 200px;
}
.mini-gal a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2012/10/zoom.png') no-repeat center center,rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    opacity: 0;
}
.mini-gal a:hover:after {
    opacity: 1;
}

/* End Mini-gal */

/* About-gal */

.about-gal a {
	display: block;
	position: relative;
	margin: 0;
    margin-bottom: 15px;
    margin-left: 15px;
	float: left;
}
.about-gal a .alignleft {
	margin: 0;
}
.about-gal a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2012/10/zoom.png') no-repeat center center,rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    opacity: 0;
}
.about-gal a:hover:after {
    opacity: 1;
}

/* End About-gal */

/* White-slider */

.white-slider .workexamples_wrap {
    background: none;
    box-shadow: none;
    padding-bottom: 0;
}
.white-slider .workexamples_wrap a, .white-slider .workexamples_wrap a:hover {
    border: none;
}
.white-slider .workexamples_wrap a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(http://www.hydrott.ru/wp-content/uploads/2012/10/zoom.png) no-repeat center center,rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    opacity: 0;
}
.white-slider .workexamples_wrap a:hover:after {
    opacity: 1;
}
.white-slider .workexamples_text {
    display: none;
}
.white-slider .workexamples_title {
    position: relative;
}
.white-slider .workexamples_title:before {
    background: #fff;
    color: #3669bb;
    font-weight: 600;
    content: 'Процесс ремонта гидронасосов';
    display: block;
    width: 340px;
    height: 25px;
    position: absolute;
    left: 69px;
    top: 18px;
    text-transform: uppercase;
}
.white-slider.no-title .workexamples_title:before {
	display: none;
}
.white-slider.no-title .workexamples_title, .white-slider.no-title .workexamples_title span {
	color: #3669bb;
	text-transform: uppercase;
    font-weight: 600;
}
.white-slider .owl-carousel .owl-nav .owl-prev, .white-slider .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    border: 1px solid #bababa;
    border-radius: 4px;
    background: none;
}
.white-slider .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 20px;
}
.white-slider .owl-carousel .owl-nav .owl-prev:before, .white-slider .owl-carousel .owl-nav .owl-next:before {
    color: #bababa;
    content: '';
    left: 3px;
    top: 4px;
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background: url(http://www.hydrott.ru/wp-content/uploads/2014/02/prew-text-bg2-1.png) no-repeat 0 -40px;
}
.white-slider .owl-carousel .owl-nav .owl-next:before {
    background-position: 0 0;
    right: 3px;
    left: auto;
}
.white-slider .workexamples_wrap .owl-carousel .owl-prev:hover, .white-slider .workexamples_wrap .owl-carousel .owl-next:hover {
    border-color: #82a4da;
}
.white-slider .workexamples_wrap .owl-carousel .owl-prev:hover:before {
    background-position: -40px -40px;
}
.white-slider .workexamples_wrap .owl-carousel .owl-next:hover:before {
    background-position: -40px 0;
}

/* End White-slider */


section .zakaz-btn.white {
    display: inline-block;
    line-height: 47px;
    float: none;
    color: #4275c7;
    background: none;
    margin-top: 0;
}
section .zakaz-btn.white:hover, section .zakaz-btn.white:focus {
    background: #4275c7;
    color: #fff;
}
.card-table 
{padding-top: 60px;
}
.card-table table {
    min-width: 846px;
    width: 100%;
    border-collapse: collapse;
}
.card-table table:last-child {
    margin-bottom: 30px;
}
.card-table table tr th {
    font-size: 18px;
    padding: 10px 5px 5px 5px;
    border: 2px solid #8196c1;
}
.card-table table tr th.caption {
    text-transform: uppercase;
    padding: 10px;
    text-align: center !important;
}
.card-table table tr td {
    padding: 10px 5px 5px;
    border: 2px solid #8196c1;
    vertical-align: top;
}
/* .card-table table tr td:nth-child(2) {font-size: 12px;} */
.card-table table tr td:nth-child(3) {
    width: 375px;
    padding: 10px 8px 5px 10px;
}
.card-table table tr td:nth-child(3) a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
	height: 80px;
}
.card-table table tr td:nth-child(3) a:nth-child(3n) {
	margin-right: 0;
}
.card-table table tr td:nth-child(3) a img {
    padding: 0;
    margin: 0;
}
.card-table table tr td:nth-child(4) {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}
.befaf {
    display: inline-block;
    height: 196px;
    border: 3px solid #4a93c5;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 27px;
}
.befaf.last{
    margin-right: 0;
}
.befaf:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2012/10/zoom.png') no-repeat center center,rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    opacity: 0;
}
.befaf:hover:after {
    opacity: 1;
}
.fancybox-container p{
    font-family: "Open Sans",Helvetica,sans-serif;
}

.brand-table .one-item {
	display: inline-block;
    width: 33.33333%;
    vertical-align: top;
}
.brand-table .one-item p {
	text-align: center;
    margin-left: 0;
    margin: 15px 0;
}

ol.leaders {
    padding-left: 0;
    margin: 0 0 0 20px;
    list-style-image: none;
    overflow: hidden;
    list-style: none;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs .dvtab ol.leaders {
    margin: 0;
    width: auto;
}
ol.leaders li {
    background: none;
    font-size: 16px;
    color: #000;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices .dvtab ol.leaders li {
    border-bottom: 2px dotted #000;
    height: 21px;
    margin-bottom: 10px;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs .dvtab ol.leaders li {
    border-bottom: 2px dotted #000;
    height: 21px;
    margin-bottom: 10px;
    width: 100%;
}
ol.leaders li>span:first-child {
    padding-right: 0.33em;
    background: white;
    line-height: 30px;
    height: 30px;
}
ol.leaders li>span+span {
    float: right;
    padding: 0 0 0 0.3em;
    width: auto;
    line-height: 30px;
    position: relative;
    height: 30px;
    font-weight: bold;
}
section.main .price-centr .grey-right.hydr ol.leaders li>span:first-child, ol.leaders li>span+span {
    background: #eef0f3;
}
section.main .price-centr .grey-right.hydr .tabs_container.prices #tabs .dvtab ol.leaders li:nth-child(2) {
    border-bottom: none;
    margin-bottom: 0;
}



/*Adaptive*/

@media all and (max-width:1296px) {
    .befaf {
        margin-right: 10px;
    }
}
@media all and (max-width:1290px) {
    .tabs_container.no-border #tabs > ul > li {
        height: 50px;
    }
}
@media all and (max-width:1288px){
	.mini-gal.nasos a {
		width: 145px;
    	height: 96px;
	}
	.mini-gal.nasos a:nth-child(1), .mini-gal.nasos a:nth-child(2), .mini-gal.nasos a:nth-child(3) {
		width: 250px;
    	height: 166px;
	}
}
@media all and (max-width:1280px){
    #topnav{
        background: 0 0 repeat-x url(img/topnav-back.png);
    }
    #topnav:before,
    #topnav:after{
        content:none;
    }
    #topnav .arka{
        display:none;
    }
    #topnav nav{
        background:none;
        width: auto;
    }
    #header-top .phones p,
    #header-top .phones .tel8800{
        padding-right:0;
    }
    #header-top .logo{
        max-width:100%;
        background-size:contain;
    }
    #header-top #logo_addr{
        right:0
    }
    #header-top .w25.phones{
        width:35%;
    }
    #header-top .w35{
        width:25%
    }
    .header-bottom #header-menu>ul>li:nth-of-type(1)>ul,
    .header-bottom #header-menu>ul>li:nth-of-type(2)>ul,
    .header-bottom #header-menu>ul>li:nth-of-type(3)>ul,
    .header-bottom #header-menu>ul>li:nth-of-type(4)>ul,
    .header-bottom #header-menu>ul>li:nth-of-type(5)>ul{
        background:#fff
    }
    #header-menu .menu-col-1-wrap,
    #header-menu .menu-col-2-wrap,
    #header-menu .menu-col-3-wrap{
        width: 33.3%
    }

    .grey-block{
        padding: 30px 65px;
    }
    .grey-block.zabor{
        background-position:10px center;
        background-size:80px;
        height: 150px;
        padding: 30px 30px 30px 110px;
        text-align:center;
    }
    .grey-block.zabor .text{
        width: 50%;
        font-size:25px;
    }
    .grey-block.zabor .text span{
        font-size:55px;
    }
    .grey-block.zabor .car{
        margin-top:-10px;
    }
    section.main .w50{
        width:100%;
        padding:0!important;
    }
    .motivator {
        padding: 30px 30px 30px 30%;
    }
    .motivator .logo{
        width:160px;
        top: 40px;
        left: 40px;
        background-size:contain;
    }
    .motivator .pic{
        opacity:0.4;
        left: 0;
        top: 80px;
    }
    .motivator.main .pic{
        left:0
    }
    footer .container{
        width:750px
    }
    footer .container .phones,
    footer .container .addr{
        width: 50%;
    }
    footer .container .menu2,
    footer .container .menu1{
        width: 30%
    }
    footer .container .logo{
        width: 40%
    }
    footer .container .oferta {
        width: 64%;
        text-align: center;
        margin-top: 20px;
        margin-left: 0
    }
    .contact-left img{
        margin: 0 20px 0 auto;
        max-width: calc(100% - 20px)
    }
    aside #header-menu>ul>li>ul{
        width: calc(100vw - 315px);
    }
    .header-bottom #header-menu>ul>li,
    .header-bottom #header-menu>ul>li:nth-of-type(2),
    .header-bottom #header-menu>ul>li:nth-of-type(3),
    .header-bottom #header-menu>ul>li:nth-of-type(4),
    .header-bottom #header-menu>ul>li:nth-of-type(5),
    .header-bottom #header-menu>ul>li:nth-of-type(6){
        width: calc(16.6666666vw - 27px);
        font-size:1.1vw;
    }
    .header-bottom #header-menu>ul>li:nth-of-type(7)>ul{
        background:#fff;
    }
    .advantages .owl-carousel.mozaika {
        width: calc(100% - 91px);
        margin-left: 45px;
    }
    .advantages .owl-carousel.mozaika .owl-dots.disabled, .advantages .owl-carousel.mozaika .owl-nav.disabled {
        display: block;
    }
}
@media all and (max-width:1245px) {
    .befaf {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }
}
@media all and (max-width:1138px) {
	.mini-gal.nasos a {
		width: 250px;
    	height: 166px;
	}
}
@media all and (max-width:1100px) {
    #topnav nav ul a{
        font-size: 16px;
        padding:20px 15px 16px 15px;
    }
    #header-menu>ul>li>ul{
        padding: 15px 10px;
    }
    #header-menu>ul>li>ul>div>li>a{
        font-size: 16px;
    }
    #header-menu li li li a{
        font-size: 15px;
    }
    #header-menu .menu-col-1-wrap,
    #header-menu .menu-col-2-wrap,
    #header-menu .menu-col-3-wrap{
        padding: 0 10px;
    }
    .motivator {
        padding: 30px ;
    }
    .motivator .buttons{
        text-align:right
    }
    .motivator .text{
        font-size: 2.4vw;
        text-align:right;
        float:right;
    }
    .motivator.any .text{
        font-size: 2.6vw
    }
    .motivator.mot .text{
        font-size: 2.6vw
    }
    .motivator.mot .text span{
        font-size: 2.1vw
    }
    .motivator.any .text span{
        font-size: 3vw
    }
    .motivator .text span{
        font-size: 2.5vw;
    }
    .motivator.upl .text span {
        font-size: 2.5vw;
    }
    .motivator.main .logo{
        left: 40px;
    }
    .motivator.main .phone1 a{
        font-size: 36px;
    }
    article table th,
    article table td{
        padding: 20px 10px;
        font-size:14px;
    }
    .header-bottom #header-menu>ul>li,
    .header-bottom #header-menu>ul>li:nth-of-type(2),
    .header-bottom #header-menu>ul>li:nth-of-type(3),
    .header-bottom #header-menu>ul>li:nth-of-type(4),
    .header-bottom #header-menu>ul>li:nth-of-type(5),
    .header-bottom #header-menu>ul>li:nth-of-type(6){
        background-size:contain;
    }
    .about-bottons .one-item a {
        font-size: 14px;
    }
    .about-bottons .one-item a span {
        font-size: 10px;
    }
}

@media all and (max-width:1111px) {
	.brand-table .one-item p {
		font-size: 16px;
	}
}

@media all and (max-width:1040px) {
    .about-bottons {
        margin-left: 25px;
        margin-right: -5px;
    }
    .about-bottons .one-item {
        padding-right: 5px;
        padding-left: 5px;
    }
    .about-bottons .one-item a.about i, .about-bottons .one-item a.thanks i, .about-bottons .one-item a.clients i {
        right: 7px;
    }
}

@media all and (max-width:980px) {
    .advantages .title {
        text-align: center;
    }
    .advantages .title hr {
        float: none;
        margin: 0 auto;
    }
    .advantages .title h2.blue {
        font-size: 30px;
        float: none;
        text-align: center !important;
        margin-bottom: 15px;
    }
    .advantages .title a {
        float: none;
        margin: 0;
    }
}

@media all and (min-width:961px){
    section .grey-right.width {
        width: 624px;
        margin: 0 auto;
        float: none;
    }
}

@media all and (max-width:960px){
    section{
        width:100%;
    }
    aside{
        display:none;
    }
    header.front{
        height:530px;
    }
    header.front .buttons{
        display:none;
    }
    #burger{
        display:block;
    }
    #topnav nav{
        top:100%;
        position:fixed;
        overflow:hidden;
        top: 53px;
        left:0;
        width:0;
        height:0;
        background: rgba(0,0,0,0.9);
        z-index:100;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #topnav nav.open{
        display:block;
        overflow-y: auto;
        height:100%;
        width: 300px;


    }
    #nav-closer{
        display: none;
        position: fixed;
        cursor:pointer;
        width: 100%;
        top: 53px;
        right: 0;
        height: 100%;
        z-index: 99;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: rgba(255,255,255,0.6);
    }
    #nav-closer.open{
        display:block;
    }
    #topnav nav ul{
        float:none;
    }
    #topnav nav ul li{
        width: 100%;
        float:none;
    }
    #topnav nav>ul>li>ul{
        border:none;
    }
    #topnav nav ul li a:before{
        content:none;
    }
    #topnav nav ul ul,
    #topnav nav>ul>li:hover>ul{
        width: 100%;
        position:relative;
        background:none;
        padding:0;
    }
    #topnav nav ul ul a{
        padding-left: 25px;
    }
    #topnav nav ul ul ul a{
        padding-left: 35px;
    }
    #topnav nav>ul>li>ul{
        height: auto;
        float: left;
        max-height: none;
    }
    #topnav nav>ul>li.col-3>ul{
        columns:initial;
    }
    #topnav nav ul ul a,
    #topnav nav ul li:hover a{
        background:none;
        color:#fff;
    }
    #topnav nav li li li:before{
        content:none;
    }
    #topnav nav>ul>li.menu-item-has-children:hover>a{
        border-bottom:0
    }

    #flybar-phone{
        display:block;
        position:absolute;
        left:50%;
        margin-left: -100px;
        width:260px;
        top: 5px;
        text-align:center;
    }
    #flybar-phone a{
        font-size: 30px;
        text-decoration: none;
        color:#fff;
    }
    h1,h2,h3,h4,.h2,
    .alignleft,
    article p,
    section.main p.h2,
    article h3,
    article h2,
    article h4,
    article article{
        margin-left:0
    }
    .tiles{
        margin:0
    }
    article table{
        margin: 30px auto 0
    }
    #header-top .logo{
        background-position: top center;
    }
    #header-top .w35{
        width: 201px
    }
    #header-top .w25.phones{
        width: calc(42% - 67px)
    }
    #header-top .w25{
        width: calc(35% - 67px)
    }
    #header-top .w15{
        width:calc(23% - 67px)
    }
    #header-top .recall{
        padding: 0 15px 0 35px
    }
    section.main .left{
        width:100%;
        padding:0;
    }
    section.main .grey-right, section .grey-right{
        width:100%;
    }
    .grey-right ul.leaders{
        width:400px;
    }
    .grey-block.zabor{
        padding: 30px 20px;
        background-image:none;

    }
    .grey-block.zabor .text{
        width: 300px;
        font-size:21px;
    }
    .grey-block.zabor .text span{
        font-size: 48px;
    }
    .videohome-wrap{
        width:100%;
        text-align:center;
    }
    .videohome-wrap br{
        display:none;
    }
    .videohome-wrap a{
        display:inline-block;
    }
    section.main .services{
        width: 100%;
    }
    section.main p{
        padding:0
    }
    .hide960{
        display:none;
    }
    section.main .w60{
        width:100%;
    }
    .m92,.m45{
        margin-top: 40px;
    }
    .motivator .text{
        font-size: 28px;
    }
    .motivator.any .text{
        font-size: 33px;
    }
    .motivator.any .text span{
        font-size: 42px;
    }
    .motivator .text span{
        font-size:30px;
    }

    .motivator.upl .text span{
        font-size: 29px;
    }
    .motivator.mot .text{
        width:100%;
        font-size:33px;
    }
    .motivator.mot .text span{
        font-size:25px;
    } 
    .motivator.main {
        padding: 50px 30px ;
    }
    .motivator.main .phones,
    .motivator.main .slogan,
    .motivator.main .buttons{
        width: 100%;
    }
    .motivator.main .slogan{
        color:#fff;
    }
    .motivator.main .buttons a{
        width: 235px;
        margin: 0;
    }
    .partner-block,
    .partner.title{
        display:none
    }
    .about-bottons {
        margin-left: 0;
        margin-right: 0;
    }
    .about-bottons .one-item {
        padding-right: 15px;
        padding-left: 15px;
    }
    .about-bottons .one-item:first-child {
        padding-left: 0;
    }
    .about-bottons .one-item:last-child {
        padding-right: 0;
    }
    .about-bottons .one-item a.about i, .about-bottons .one-item a.thanks i, .about-bottons .one-item a.clients i {
        right: 15px;
    }
    .about-bottons .one-item a {
        font-size: 16px;
    }
    .about-bottons .one-item a span {
        font-size: 12px;
    }
    .strelka_back{
        bottom:20px;
        left:50px
    }
}

@media all and (max-width:780px){
    p{
        text-align:left;
    }
    .grey-block.zabor .car{
        display:none;
    }
    #header-top .w15{
        display:none;
    }
    #header-top .w25.phones{
        width: calc(55% - 101px)
    }
    #header-top .w25{
        width: calc(45% - 101px);
        padding-left:0;
        padding-right:0;
    }
    .header-bottom .container.slogan{
        padding-top:0;
        height:auto
    }
    header.front {
        height: auto;
        background-image:url(img/header_bg320.jpg);
    }
    .motivator .logo,
    .motivator.main .logo{
        display: block;
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        z-index: 9;
        background-position: center center;
    }
    .motivator .pic{
        opacity:0.3;
        bottom:0;
        top:auto;
    }
    .motivator .buttons{
        text-align:center;
    }
    .motivator .text{
        float:none;
        text-align:center;
    }
    .motivator .phones{
        width: 470px;
        margin: 0 auto;
    }
    .motivator.main .phone1 a{
        font-size:7vw;
    }
    footer .container{
        width:100%
    }
    footer .container .logo,
    footer .container .addr{
        display:none;
    }
    footer .container .menu1,
    footer .container .menu2{
        width:25%
    }
    footer .container .oferta {
        width: 100%;
    	margin-left: 0;
    }
    .about-bottons .one-item a {
        font-size: 14px;
    }
    .about-bottons .one-item a span {
        font-size: 10px;
    }
    .soc-block {
        width: 100%;
        margin-top: 10px;
    }
    .advantages .title h2.blue {
        font-size: 26px;
    }
}
@media all and (max-width:755px) {
    .stend-block {
        text-align: center;
    }
    .stend-block .videostend, .stend-block a.foto {
        float: none;
    }
}
@media all and (max-width:730px) {
    .about-bottons .one-item a.about i, .about-bottons .one-item a.thanks i, .about-bottons .one-item a.clients i {
        right: 10px;
    }
}
@media all and (max-width:700px){

    .tabs_container #tabs > ul > li{
        width:33%;
    }
    .tabs_container #tabs table th{
        font-size:12px
    }
    .tabs_container #tabs table th:nth-of-type(1),
    .tabs_container #tabs table th:nth-of-type(2){
        word-break: break-all;
    }
    .tabs_container #tabs > ul > li > a{
        font-size:14px
    }
    .col1,
    .col2{
        width:100%;
        margin:0;
    }
}
@media all and (max-width:695px) {
    .about-bottons .one-item {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .about-bottons .one-item:last-child {
        margin-bottom: 0;
    }
    .about-bottons .one-item a {
        font-size: 16px;
    }
    .about-bottons .one-item a span {
        font-size: 12px;
    }
    .about-bottons .one-item a.about i, .about-bottons .one-item a.thanks i, .about-bottons .one-item a.clients i {
        right: 15px;
    }
}
@media all and (max-width:670px) {
    #header-top .w35{
        width:300px;
        margin: 0;
    }
    #header-top .w25.phones{
        display:none;
    }
    #header-top .w25{
        width:calc(100% - 300px)
    }
    .advantages .title h2.blue {
        font-size: 22px;
    }
	section.main .left .raspis {
		display: none;
	}
}

@media all and (max-width:650px) {
	.brand-table .one-item {
		width: 100%;
	}
}

@media all and (max-width:600px){
    #header-top{
        height:auto;
        padding:58px 0 20px 0;
    }
    .strelka_back{
        display:none;
    }
    .fancybox-slide--iframe .fancybox-content{
        width: 100%!important;
        max-width: 100%!important;
    }

    .grey-block.zabor{
        height:auto
    }
    section .zakaz-btn {
        float: none;
        display:inline-block;
        margin: 0;
    }
    .motivator.main{
        padding: 30px 20px;
    }
    .motivator .phones{
        width: 100%
    }
    .motivator .text,
    .motivator.mot .text,
    .motivator.any .text{
        font-size: 25px;
        line-height: 29px;
        padding-top:0;
        height:auto;
    }
    .motivator .text span,
    .motivator.any .text span,
    .motivator .phone1 a{
        font-size:25px;
    }
    section.main .grey-right, section .grey-right{
        padding: 40px 20px;
    }
    .grey-right ul.leaders{
        width: auto;
        margin: 0
    }
    .grey-block.zabor .text{
        width: auto;
        font-size: 18px;
    }
    .grey-block.zabor .text span{
        font-size: 38px;
    }
    .header-bottom .container.slogan{
        padding:40px 40px 40px 0;
        height: auto;
    }
    .header-bottom .text-white, .header-bottom .text-yellow{
        margin: 0;
        font-size: 8vw;
        line-height: 10vw;
    }
    section h1{
        font-size: 24px;
    }
    section p{
        font-size: 16px;
        line-height: 24px;
        margin: 24px 0;
    }
    .videohome-wrap{
        width:300px;
        margin: 0 auto;
        overflow: hidden;
        float:none;
    }
    .videohome-wrap a{
        transform: scale(0.65);
        transform-origin: 0 0;
    }
    img.img{
        margin: 0;
    }
    footer .container{
        width:300px;
    }
    footer .container .phones{
        display:none
    }
    footer .container .menu2,
    footer .container .menu1{
        width: 50%;
        text-align:center;
    }
    footer .container .logo,
    footer .copy{
        width: 100%;
        text-align: center;
    }
    footer .container .logo a{
        float:none;
        display:block;
        margin: 10px auto;
        background-position:center top;
    }
    footer .container .oferta {
        display: none
    }
    .w48{
        width:100%
    }
    .workexamples_wrap .workexamples_text{
        padding: 0 20px
    }
    .workexamples_wrap .workexamples_slider {
        width: 100%;
        padding: 0 50px;
    }
    .workexamples_wrap .owl-carousel .owl-next {
        right: 15px;
        left: auto;
    }
    .workexamples_wrap .owl-carousel .owl-prev{
        left:15px;
    }
    .workexamples_wrap .workexamples_title{
        padding: 20px
    }
    .contact-left img{
        margin: 0 auto;
        display:block;
        float:none;
        width:80%;
        margin-top:20px;
    }
    .contact-left,
    .contact-right{
        width:100%
    }
}

@media all and (max-width:579px) {
	.mini-gal.nasos {
		margin-left: 0;
	}
	.mini-gal.nasos a, .mini-gal.nasos a:nth-child(1), .mini-gal.nasos a:nth-child(2), .mini-gal.nasos a:nth-child(3) {
		width: 210px;
    	height: 140px;
	}
}

@media all and (max-width:570px) {
    .advantages .title h2.blue {
        font-size: 18px;
    }
    .advantages .title a {
        font-size: 16px;
    }
}

@media all and (max-width:540px){
    #mobile_header_text,
    #mobile_header_addr,
    #mobile_menu{
        display:block;
    }
    .header-bottom,
    #header-top #logo_addr{
        display:none;
    }
    #header-top .mail{
        display:none
    }
    #header-top .w25{
        position:static;
        padding: 0;
    }
    #header-top .w35{
        margin: 0 auto;
        float: none;
    }
    #header-top .recall{
        position:absolute;
        right: calc(50% - 150px);
        top: 50px;
    }
    ul.leaders li{
        font-size: 14px;
    }
}

@media all and (max-width:520px) {
    .stend-block .videostend, .stend-block a.foto {
        margin: 0;
        margin-bottom: 10px;
    }
    .stend-block .videostend {
        height: 150px;
        width: 225px;
        background-size: cover;
    }
    .stend-block .videostend:hover {
        background-position-y: -150px;
    }
}

@media all and (max-width:521px) {
    section .count-btn.zap4, section .count-btn.remont {
        display: block !important;
        margin-left: auto;
    }
}

@media all and (max-width:470px) {
    .advantages .title h2.blue {
        font-size: 16px;
    }
}
@media all and (max-width:452px) {
	.mini-gal.nasos a, .mini-gal.nasos a:nth-child(1), .mini-gal.nasos a:nth-child(2), .mini-gal.nasos a:nth-child(3) {
		width: 143px;
    	height: 95px;
	}
}

@media all and (max-width:380px){
    .advantages .owl-carousel.mozaika {
        width: 209px;
        margin: 45px auto 0;
    }
    .advantages .owl-carousel.mozaika .owl-item {
        width: 209px !important;
    }
    .advantages .mozaika .one-item {
        min-width: 209px;
        width: 209px;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .advantages .mozaika .one-item p.text {
        font-size: 13px;
    }
    .advantages .mozaika .one-item p.text span {
        font-size: 14px;
    }
}

@media all and (max-width:320px){
    .motivator.main .phone1 a{
        font-size: 24px
    }
    header-bottom .text-white, .header-bottom .text-yellow{
        font-size:26px;
    }
}