* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
    min-width: 1230px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    position: relative;
}

ul li {
    list-style: none;
    position: relative;
}

ul.nice_marker {
    padding-left: 15px;
}

ul.nice_marker li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: #006ab4;
    margin-right: 5px;
    margin-top: -4px;
    position: absolute;
    top: 15px;
    left: -15px;
}

ul.nice_marker li, .item_content .item_content_block {
    vertical-align: middle;
    margin: 0px;
    display: inline-block;
    min-width: 300px;
    width: 100%;
    text-align: left;
    /* font-size: 1.1em; */
    color: #747474;
    padding: 0px 0px 10px 10px;
    padding: 0;
}

.inner_cat_box .item_box .item .title_attr img {
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 10px;
}

.home_wrapper_container p > a, .body .inner_wrapper p > a {
    box-shadow: inset 0 -1px #006ab4;
    color: #444444;
}

p > a:hover {
    text-decoration: none;
    color: #006ab4;
}

.inner_wrapper ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: #006ab4;
    margin-right: 5px;
    margin-top: -4px;
    position: absolute;
    top: 15px;
    left: -15px;
}

.inner_wrapper ul li:before {
    
}

.water_bg {
    background: url('../images/water_logo.png');
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #cacaca;
}

header {
    width: 100%;
    height: 70px;
    position: relative;
    top: 0px;
    text-align: center;
    margin: auto;
    background-image: url(../images/top.jpg);
    background-size: 100% 100%;
    z-index: 1000;
    border-bottom: 2px solid #059;
    min-width: 1230px;
}

.clear {
    clear: both;
}

.header-stick {
    z-index: 20;
}

.contact_box p {
    margin-top: 20px;
    font-size: 23px;
    color: #059;

}

.contact_box p a {
        color: #059;  
        transition: ease 0.2s;
}

.contact_box p a:hover {
    text-decoration: none;
    color: #07D;
}

.contact_box i {
    position: relative;
    top: 2px;
    left: -5px;
}

.contact_box .search i {
    left: 0;
    top: 0;
}

header .logo {
    margin-top: 7px;
    text-align: left;
}

header .logo img {
    width: auto;
    height: 55px;
}

.uk-grid > *:empty {
    margin:0;
    padding:0;
    width: 0;
    height: 0;
}

.nav_menu {
/*         border-bottom-style: solid;
    border-width: 3px;
    border-color: #f1f4fa;
    background: #ffffff; */
    margin-top: 10px;
}

.nav_menu .uk-container {
    text-align: left;
    padding: 0;
}

.nav_menu ul {
    text-align: left;
    padding-left: 0px;
}

header .nav_menu ul li.level-1:first-child {
    padding-bottom: 0;
}

.nav_menu ul > li {
    position: relative;
    /* height: 50px; */
}

.nav_menu ul > li.level-1:hover {
    background: #006ab4;
}

.nav_menu ul > li.level-1:hover > a {
    color: #ffffff;
}

/* .nav_menu ul > li.level-1 > a {
    pointer-events: none;
} */

.nav_menu ul > li.level-2-2 {
    display: none;
}

.nav_menu ul > li:hover ul {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav_menu ul > li > ul {
    position: relative;
}

.nav_menu ul > li.level-1 > ul {
    min-width: 250px;
}

.nav_menu ul > li > ul {
    height: auto;
}

.nav_menu ul > li ul li {
    width: 100%;
    padding-left: 21px;
}


.nav_menu ul > li.level-1 > ul > li.level-2-1:hover > a {
    color: #e7e7e7 !important;
    font-size: 16px;
}

.nav_menu ul > li.level-1 > ul > li.level-2-1:hover {
        background: #006ab4;
}

.nav_menu ul > li.level-1 > ul > li.level-2-1 > a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
}

.nav_menu ul > li.level-1 > ul > li.level-2-1 > a:hover {
    color: #ffffff !important; 
}

.nav_menu ul > li.level-1 > ul > li.level-2-1 > ul {
    padding: 5px 0;
}

.nav_menu ul > li.level-1 > ul > li.level-2-1 {
    padding: 5px 10px;
        padding-left: 15px;
}

.nav_menu ul > li.level-1 > ul > li.level-2-1 > ul > li:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -3px;
    right: 0;
    color: #999999;
}

.nav_menu ul > li.level-1 > ul > li.level-2-1 > ul > li:last-child:after {
    display: none;
}


/* 
.nav_menu ul > li:hover ul li a {
    color: #747474;
} */
/* 
.nav_menu ul > li:hover ul li:hover a {
    color: #ffffff;
} */

.nav_menu ul > li > ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
    background: #ffffff;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.nav_menu ul > li.level-1:nth-child(3) > ul, .nav_menu ul > li.level-1:nth-child(4) > ul {
        width: 530px;
        padding-top: 0px;
        padding-bottom: 0px;
}


.nav_menu ul > li.level-1 > ul > li > ul {
    display: block;
    position: relative;
    top: 0;
    z-index: 0;
    box-shadow: none;
    padding: 0;
    background: none;
}

.nav_menu ul > li.level-1 > ul > li > ul > li {
    display: inline-block;
    padding: 0;
    width: auto;   
    position: relative;
}


.nav_menu li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 16px 6px 14px 6px;
    display: inline-block;
}


.cat_link {
    position: relative;
    text-align: center;
    top: 30px;
}

.cat_link h3 {
text-align: center;
display: table;
margin: 0 auto;
}

.cat_link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
line-height: 22px;
}

.cat_link a {
    text-transform: uppercase;
font-weight: bold;
color: #333;
width: 100%;
position: relative;
text-decoration: none;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
text-align: center;
}

.cat_link a::after {
    content: "";
    border-top: 5px solid #ddd;
        border-top-color: rgb(221, 221, 221);
    border-top-color: rgb(221, 221, 221);
    width: 50px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.nav_menu > ul > li.first {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}



.nav_menu li > ul > li:hover {
    background-color: #006ab4;

}


.nav_menu li > ul > li:hover a {
    color: #ffffff !important;
}

/* .nav_menu li > ul > li.first:hover a {
    color: #ffffff;
} */

.nav_menu li.level-1 > ul > li:hover, .nav_menu li.level-1:nth-child(3) > ul > li:hover a, .nav_menu li.level-1:nth-child(3) li.level-2-2 {
    background: none;
}

.nav_menu li.level-1 > ul > li a:hover {
    color: #ffffff !important;
}

.nav_menu li.first a {

    font-size: 26px;
    display: inline-block;
    vertical-align: top;
}

.nav_menu li ul li.first a, .nav_menu li ul li a {
    font-size: 1.0em;
    font-weight: normal;
    width: 100%;
    display: block;
    padding-right: 9px;
    color: #464647;
}

.nav_menu li ul li.level-2-2 > a {
    font-size: 12px;
    color: #c0c0c0 !important;  
}

.nav_menu li ul li.level-2-2 > a:hover {
    color: #006ab4;
}

.nav_menu li.first i {
    position: relative;
    bottom: 6px;
}

.nav_menu li a {
text-decoration: none;
    color: #747474;
    margin: 0px;
  /*   padding: 14px 7px 14px 7px;  */
    font-size: 1.0em;
    font-weight: 600;
    z-index: 900;

}



.nav_menu nav {
    /* padding-top: 15px; */
    padding-bottom: 0px;
    height: 50px;
    
}

header [class*=uk-align].header_top {
    margin-bottom: 0px;
    height: 70px;
    min-width: 1200px;

}

.nav_menu > [class*=uk-align] {
    margin-bottom: 0px;
}

body .slider_wrapper .slide {
    list-style: none;
    text-align: center;
}

.urlink {
    color: #333333;
    border-bottom: 1px solid #006ab4;
}

.urlink:hover {
    color: #006ab4;
}

.slider_wrapper .uk-dotnav {
text-align: center;
display: block;
position: relative;
bottom: 38px;
width: 90%;
margin: 0 auto;
}

.slider_wrapper .uk-dotnav li {
    display: inline-block;
    vertical-align: top;
}

.slider_wrapper .uk-slidenav {
    padding: 0;
}

.uk-slidenav.uk-slidenav-next i {
    font-size: 35px;
    padding: 0 6px;
    padding-left: 9px;
    /* color: #ffffff; */
    /* border-radius: 110px; */
    height: 27px;
    position: relative;
    right: 0px;
    transition: ease 0.2s;
    display: block;
    margin-top: -24px;
    top: 50%;
    bottom: auto;
    color: rgba(0, 0, 0, 0.5);
}

.uk-slidenav.uk-slidenav-previous i {
    font-size: 35px;
    padding: 0 10px;
    padding-left: 8px;
    /* color: #ffffff; */
    /* border-radius: 110px; */
    height: 27px;
    position: relative;
    right: 0px;
    transition: ease 0.2s;
    display: block;
    margin-top: -24px;
    top: 50%;
    bottom: auto;
    color: rgba(0, 0, 0, 0.5);
}

.slide_control {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: ease 0.2s;
}

.uk-dotnav {
    opacity: 0;
    transition: ease 0.2s;
}

.slide_control .uk-slidenav-next {
    text-align: right;
    float: right;
}

.slide_control .uk-slidenav-prev {
    text-align: left;
    float: left;
}

.home_production_box {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.home_wrapper_container {
box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
   margin-bottom: 0;
   max-width: 1130px;
   padding-left: 0;
   padding-right: 0;
   background: #ffffff;
   position: relative;
   z-index: 1;
   overflow: hidden;
}

.home_wrapper_container .what_block {
    left: 0;
}

.home_wrapper_container > .uk-container {
   padding-left: 0;
   padding-right: 0;    
}

.slider_wrapper {
    position: relative;
    height: 353px;
}

.slider_wrapper:hover .uk-dotnav {
    opacity: 0.7;
}

.slider_wrapper:hover .slide_control {
    opacity: 1;
}

.slider_wrapper:hover .slide_control .uk-slidenav-next:hover, .slider_wrapper:hover .slide_control .uk-slidenav-previous:hover {
    opacity: 1;
    text-decoration: none;
    background: rgba(136, 136, 136, 0.50);
}

.slider_wrapper:hover .slide_control .uk-slidenav-previous:hover i {
    color: rgba(0, 0, 0, 0.9);
}

.slider_wrapper:hover .slide_control .uk-slidenav-next:hover i {
    color: rgba(0, 0, 0, 0.9);
}

.slider_wrapper:hover .uk-dotnav:hover {
    opacity: 1;
    text-decoration: none;  
}

.slider_wrapper .uk-slidenav-next {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index:4;
    height: 100%;
    background: #333333;
    /* opacity: 0.7; */
    transition: ease 0.2s;
    background: rgba(136, 136, 136, 0.10);
}

.slider_wrapper .uk-slidenav-previous {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:4;
    height: 100%;
    background: #333333;  
    /* opacity: 0.7; */
    transition: ease 0.2s;
    background: rgba(136, 136, 136, 0.10);
}

.slider_wrapper .slide .meta_box {
    position: absolute;
    bottom: 15%;
    text-align: right;
}

.meta_wrapper {
    position: relative;
    left: 0;
    margin-top: -380px;
}

.slider_wrapper .slide .title {
    max-width: 35%;
    background: rgba(0, 106, 180, 1.0);
    padding: 12px 12px 12px 12px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: white;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: top;
    top: 30px;

}

.slider_wrapper .slide .title {
     opacity: 0;   
     position: relative;
     left: -100px;
     float: right;
}

.slider_wrapper .slide.uk-active .title {
    transition: ease 0.5s;
    opacity: 1 !important;
    left: 0px;
    
}



.slider_wrapper .slide .desc {
    max-width: 50%;
    background: rgba(51, 51, 51, 0.5);
    padding: 10px 10px 10px 10px;
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 400;
        text-align: left;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    opacity: 0;
    position: relative;
    left: -100px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    top: 20px;
}

.slider_wrapper .slide.uk-active .desc {
    transition: .65s ease 0.1s;
    opacity: 1 !important;
    left: 0px;    
}

.slider_wrapper .uk-slidenav-next::before, .slider_wrapper .uk-slidenav-previous::before {
    content: none;
}

.slider_wrapper .uk-dotnav>* {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0px;
    margin: 0 6px;
}
.slider_wrapper .uk-dotnav>.uk-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.tit {
    text-align: center;
    margin: 0px 25px 10px 25px;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    font-size: 1.4em;
    color: #006ab4;
    background-color: unset;
    vertical-align: top;
    padding: 20px 0px 5px 0px;
    
    
}

.news_box {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 100px;
    text-align: left;
    font-size: 1.1em;
    color: #747474;
    padding: 0px 0px 10px 10px;
    margin: 10px;
    margin-top: 40px;
    background-color: unset;
    font-size: 1.0em;
    padding: 10px 10px 10px 10px;
    border: 2px solid #f1f4fa;
    border-radius: 10px;
}

.news_box p {
    margin: 0;
}

.news_box .tit {
    color: #006ab4;
    margin-left: 0px;
    text-align: left;
    padding-top: 0;
}

.news_box img {
    text-align: center;
    font-size: 1em;
    color: #747474;
    height: 75px;
    width: auto;
}

.category_box h2, .category_box span {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0px;
}

.category_box .uk-container {
    width: 100%;
}

.category_box h2:after, .product_box .tit:after, .product_box .parameters_box .par_title:after, .category_box h1:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    right: -100%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;
}

.parameters_box .title, .input_items_box p {
    text-align: left;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: bold;
}

.parameters_box .title {
    margin-bottom: 10px;
    line-height: 1.3;
}

#item_list_content_box .parameters_box {
    padding-left: 0;
}

.product_box .parameters_box .par_title:after {
    margin-top: 81px !important;
    left: -70px !important;
}

.product_box .parameters_box .par_title:before {
    margin-top: 81px !important;  
    right: -70px !important;
}

.category_box h2:before, .product_box .tit:before, .product_box .parameters_box .par_title:before, .category_box h1:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: -100%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;
}

.category_box h2, .product_box .parameters_box .tit, .parameters_box .par_title, .category_box h1 {
    position: relative;
    display: table;
    font-weight: bold;
    background: none;
    z-index: 1;
    padding: 0 20px;
    margin-bottom: 18px;
    color: #333333;
    line-height: 120%;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    margin: 0 auto;
}

.product_box .parameters_box .tit {
     text-align: center;   
}

.product_box .parameters_box .par_title {
    font-size: 36px;
    text-align: center;
    top: 0;
    background: none;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 0px;
    max-width: 500px;
    color: #333333;
}

.category_box span, .parameters_box span.desc_tit_text, .desc_tit_text   {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
font-weight: normal;
line-height: 110%;
text-align: center;
margin: 0 auto;
margin-bottom: 40px;
color: #b8b8b8;
width: 100%;
text-transform: uppercase;
}

.desc_tit_text {
    padding-top: 0px;
    max-width: 460px;
    display: block;
    line-height: 1.4;
}

.parameters_box span.desc_tit_text  {
     display: block;   
}

.category_box .item {
 border: 2px solid #f1f4fa;   
height: 220px;
transition: ease 0.2s;
display: table;
}

.category_box .item > a {
display: table-cell;
vertical-align: middle;
padding-left: 10px;
padding-right: 10px;
}

.category_box .item:hover {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,106,180,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,106,180,1);
box-shadow: 0px 0px 10px 0px rgba(0,106,180,1);
}

.item_box {
    margin-bottom: 70px !important;
    transition: ease 0.2s;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding-bottom: 35px;
    /* background: #ffffff; */
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
/*     box-shadow: 0 2px 2px rgba(0, 0, 0, .1); */
    width: 100%;
    height: 375px;
}

.attr_box {
    opacity:0;
    transition: ease 0.2s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.item_box .item:hover .attr_box {
    background: #ffffff;
    opacity: 0.8;
    cursor: pointer;
}

.item_box .item:hover .attr_content {
    opacity: 1;
}

.product_box .attr_content p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    width: 100%;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: left;
}

.item_box .item {
    height: 340px;
    background: #ffffff;
    width: 410px;
    padding: 20px;
    position: relative;
-webkit-box-shadow: 2px -2px 11px rgba(0, 0, 0, 0.38);
-moz-box-shadow: 2px -2px 11px rgba(0, 0, 0, 0.38);
box-shadow: 2px -2px 11px rgba(0, 0, 0, 0.38);

    margin: 0 auto;
}

.category_box .cat_items .item_box .item {
    height: 320px;
    overflow: hidden;
    padding: 0;
    width: auto;
}

.cat_items .uk-width-1-3:first-child .item img {
    max-width: 150%;
    width: 120%;
    position: relative;
    right: 45px;
}


.cat_items {
    display: table;
    text-align: center;
    margin-bottom: 40px !important;
    position: relative;
    left: 4px;
}

.cat_items .item_box {
    margin-bottom: 0 !important;
}

.cat_items .uk-width-1-4  {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.cat_items .item_box {
    box-shadow: none
}

.item_box .item img {
    width: auto;
    height: 170px;
    /* height: auto; */
}

.article .item_box .item img {
    height: 170px;
}

.item_box:hover a {
    color: #006ab4;

}

.item_box:hover a:after {
    border-top-color: #006ab4 !important;
}

.category_box a {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    width: 100%;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: center;
}

.category_box .cat_link a:after {
    content: "";
border-top: 5px solid #ddd;
    border-top-color: rgb(221, 221, 221);
width: 50px;
position: absolute;
top: 100%;
left: 50%;
margin-left: -25px;
margin-top: 5px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}

.category_box a:hover {
    color: #006ab4;
}

.main_wrapper {
    padding-bottom: 30px;
    position: relative;
}

.main_wrapper .shadow_line {
    bottom: auto;
    top: -16px;
}

.help_wrapper {
    height: 450px;
    text-align: center;
    background: url('../images/ttbanner14.jpg') center 0px no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.help_wrapper .uk-container {
    width: 100%;
}

.help_wrapper .help_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.help_wrapper .form_content_box {
    position: relative;
    z-index: 100;
    margin-left: 0;
    top: 50px;
    overflow: hidden;
}

.help_wrapper .form_content_box h2 {
    position: relative;
    display: table;
    font-weight: bold;
    background: none;
    z-index: 1;
    padding: 0 20px;
    margin-bottom: 18px;
    color: #333333;
    line-height: 120%;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    margin: 0 auto;
}

.form_content_box form {
    width: 100%;
}

/* .form_content_box .product_box h2:after {
    width: 100px;
    right: -100px;
}

.form_content_box .product_box h2:before {
    width: 100px;
    left: -100px;
}
 */
.form_content_box .product_box {
    margin-bottom: 20px;
}

.form_content_box .product_box h2 {
    color: #ffffff;
}

.tit:empty, p:empty {
    margin: 0;
    padding: 0;
    display: none !important;
}

.help_wrapper p.tit {
    display: block;
    width: 100%;
    color: #ffffff;
    background: none;
    border-bottom: 1px solid #ffffff;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}

footer {
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #006ab4;
    padding: 0.5em 0 0 0;
    background-size: contain;
    padding-top: 0.5em;
    padding-bottom: 0px;
    font: inherit;
    animation: fadein 5s;
    -moz-animation: fadein 5s;
    -webkit-animation: fadein 5s;
    -o-animation: fadein 5s;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.wrapper-footer {
    margin-top: 30px;
}

.footer {
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .water_bg {
        background: url(../images/water_logo.png);
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-color: #cacaca;
}

.footer_wrapper {
    text-align: center;
    font-size: 0.8em;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

.footer_wrapper .uk-container {
    margin-bottom: 0;
}

.footer_wrapper a {
    color: #ffffff;
    text-decoration: underline;
}

.footer_wrapper a:hover {
     text-decoration: none;   
}

#af_name, #af_company, #af_phone, #af_email {
    height: 35px;
    max-width: 100%;
    padding: 4px 6px;
        padding-left: 6px;
    padding-left: 6px;
    border: 1px solid #ddd;
    background: rgba(255,255,255,0);
    color: #444;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    color: #ffffff;
    font-weight: bold;
    width: 280px;
}

#af_name:focus, #af_company:focus, #af_phone:focus, #af_email:focus, #af_message:focus {
    border: 1px solid #006ab4;
}

#af_message {
    font-size: 16px;
    font-family: inherit;
    resize: none;
    font-weight: normal;
    color: #ffffff;
    width: 100%;
    background: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    display: block;
    margin-top: 20px;
    border: 1px solid #ffffff;
    padding: 5px;
}

.af_btn {
    width: 150px;
    top: 0px;
    right: 0px;
    padding: 0px 25px;
    height: 47px;
    margin-top: 0px;
    border: 1px solid #006ab4;
    transition: ease 0.4s;
    cursor: pointer;
    background: #006ab4;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.input_box {
    padding-left: 0px;
    text-align: left;
}

/* .af_btn:hover {
    background: none;
} */

.ajax_form .uk-container {
    padding: 0;
}

.ajax_form .uk-width-1-1 {
    padding-left: 0px;
}

.uk-grid .input_box:first-child {
    text-align: left;
}

.uk-grid .input_box {
    text-align: center;
}

.uk-grid .input_box:nth-child(4) {
    text-align: right;
}

.fixed_slide {
    position: relative;
    z-index: 1;
    
}

.fixed_slide img {
    display: block;
    margin: 0 auto;
}

.title_box {
    position: relative;
    font-size: 1.5em;
    bottom: 0px;
    left: 0px;
    background-color: #006ab4;
    color: #ffffff;
    max-width: 400px;
    /* height: 40px; */
    padding: 4px 15px;
    display: inline-block;
    vertical-align: bottom;
    z-index: 2;
}

.title_product {
    background-color: #006ab4;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 50px;
    margin: 10px 0;
}
.title_product h1 {
      color: #ffffff;   
      margin-bottom:0;
      font-size: 1.5em;
}

.title_product h1:first-letter {
    text-transform: uppercase;
}

.title_box h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 27px;
    line-height: 19px;
    text-align: center;
}

.meta_box {
    position: relative;
    margin-bottom: 0;
}

.inner_wrapper {
    min-height: 500px;
    opacity: 0;
    max-width: 100%;
    line-height: 1.8;
}

.inner_wrapper_box {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.inner_wrapper_box h1 {
text-align: left;
margin-left: 0px;
}

.sidebar_content {
    padding-left: 0;
}

.inner_wrapper p {
    /* text-align: center; */
    margin-bottom: 20px;
    word-wrap: break-word;
}

p.tit {
    display: block !important;
}

.inner_wrapper .tit {
text-align: left;
    display: block;
    /* width: 90%; */
    /* max-width: 1130px; */
    margin: 0 auto;
    /* margin-top: 0px; */
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* background: #696969; */
    color: #006ab4;
    line-height: 1.4;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;

}

.title {
    margin-bottom: 5px;
}

h2.tit {
    position: relative;
    display: table;
    font-weight: bold;
    background: none;
    z-index: 1;
    padding: 0 20px;
    margin-bottom: 18px;
    color: #333333;
    line-height: 120%;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    margin: 0 auto;
}

h2.tit:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 200%;
    position: absolute;
    left: -200%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;    
}

h2.tit:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 200%;
    position: absolute;
    right: -200%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;    
}

.title .desc_tit_text {
    max-width: 600px;
}

.inner_wrapper h2.tit {
    text-align: left;
    display: inline-block;
    /* width: 90%; */
    /* max-width: 1130px; */
    margin: 0 auto;
    /* margin-top: 0px; */
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* background: #696969; */
    color: #006ab4;
    line-height: 1.4;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    font-size: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

body .contents_main {
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    left: 0px;
    display: block;
}

.contents_main ul {
    padding-left: 15px;
}

body .contents_main p {
    text-align: justify;
    margin-bottom: 15px;
}

.contents_main {
    margin: 0px;
    display: inline-block;
    max-width: 90%;
    text-align: left;
    color: #747474;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
}

.contents_main p, .contents_main {
    margin: 0;
}

.contents_main .list_img {
    position: absolute;
    left: -60px;
    top: -10px;
    width: 50px;
}

.B_crumbBox a:hover {
    color: #39f;
}

.B_crumbBox span {
    color: #39f;
}


.B_crumbBox li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.factory_item {
    margin-bottom: 40px;
}

.factory_item p {
    margin: 0;
}

.factory_item .uk-container, .factory_item .uk-grid, .factory_item .uk-grid [class*="uk-width"] {
    padding: 0;
}

.factory_item p.tit_factory {
    margin-bottom: 10px;
}

.factory_item p {
    text-align: left;
}

.factory_item.left_col img {
    padding-right: 10px;
    padding-left: 25px;
}

.factory_item.right_col img {
    padding-left: 10px;
}

/* .drive .button_box {
    margin-top: 0px;
} */

.setificate_item {
    position: relative;
    margin: 0px;
    margin-left: 0px;
    display: inline-block;
    max-width: 90%;
    text-align: left;
    color: #747474;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    padding-top: 0px;
}

.setificate_item p.tit span {
    display: inline-block;
}

.setificate_item .tit {
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;

}

body .setificate_item img.round {
    width: 70px;
    position: relative;
    left: 0px;
    top: 8px;
    /* float: left; */
    margin-right: 11px;
    margin-bottom: 15px;
}



.setificate_item p.tit {
    background: none !important;
}

.setificate_item p {
    word-wrap: break-word;
    margin: 0px;
    display: inline-block;
    text-align: left;
    color: #747474;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
}

.setificate_item li {
     word-wrap: break-word;
    margin: 0px;
    display: list-item;
    list-style: none;
    text-align: left;
    color: #747474;
    vertical-align: top;
    padding: 0px 0px 0px 0px;   
    
}



.setificate_item ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.setificate_item img {
    width: 50px;
    position: absolute;
    left: -60px;
    top: 0;
}

body.category .inner_wrapper {
    background: #dce2ee;
    padding-bottom: 0px;
    padding-top: 0px;
}

.inner_wrapper .setificate_item p.tit {
    margin: 5px;
    display: inline-block;
    min-width: 260px;
    max-width: 80%;
    text-align: left;
    font-size: 1em;
    color: #006ab4;
    background-color: #ffffff;
    vertical-align: middle;
    padding: 10px 0px 0px 0px;
    
}

.sertificate_item {
margin: 10px;
background-color: white;
display: inline-block;
width: 320px;
text-align: center;
font-size: 1.1em;
color: #006ab4;
padding: 10px 10px 10px 10px;
border: 2px solid #f1f4fa;
border-radius: 10px;
vertical-align: top;
}

.sertificate_item a:hover {
    font-weight: bold;
    text-decoration: none;
}

.product_item {
    margin: 10px;
    background-color: white;
    display: inline-block;
    width: 320px;
    text-align: center;
    font-size: 1.1em;
    color: #006ab4;
    padding: 10px 10px 10px 10px;
    border: 2px solid #f1f4fa;
    border-radius: 10px;
    vertical-align: top;
    
}

.product_item p {
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #747474;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    width: 150px;
    display: block;
    margin: 0 auto;
}

.product_item img {
    width: auto;
    height: 180px;
    /* height: auto; */
    margin-top: 20px;
}

.product_box, .manual_box {
    width: 100%;
    text-align: center;
}

.product_box .item_box .item {
    transition: all 0.25s ease-in-out;    
}

.product_box .item_box:hover .item {
    webkit-box-shadow: 0px 0px 10px 0px rgba(0,106,180,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,106,180,1);
    box-shadow: 0px 0px 10px 0px rgba(0,106,180,1);
}

.product_box ul li, .manual_box ul li {
    text-align: left;
    color: #000000;
    font-size: 80%;
    font-weight: normal;
    text-align: left;
}



.manual_box a:hover {
    font-weight: bold;
    text-decoration: none;
}

.img_box {
    padding: 30px;
    padding-bottom: 0px;
    padding-top: 3px;
}

.manual_box .product_item p {
    text-align: left;
color: #747474;
font-size: 80%;
font-weight: normal;
text-align: center;
margin-bottom: 0px;
}

.product_item a:hover {
    font-weight: bold;
    text-decoration: none;
}

/* .product_content_box {
    margin-top: 20px;
} */

.product_content_box .uk-width-1-1 {
    padding-left: 0;
}

.product_content_box .uk-width-1-3:first-child img, .adaptive_block .uk-width-1-3:first-child img {
    padding-right: 60px;
}

.adaptive_block .ffix .uk-width-1-3:first-child img {
    padding-right: 0px;
}

.adaptive_block .ffix h3 {
    padding-top: 10px;
}

.workshop_box.adaptive_block {
    padding-left: 35px;
}

.adaptive_block p, .adaptive_block span {
    font-size: 19px !important;
}

/* .adaptive_block .uk-grid {
    max-width: 1160px;
    padding-left: 0;
} */

.adaptive_block .uk-grid {
    max-width: 100%;
    padding-left: 0;
    margin-left: 0;
}

.workshop_box.adaptive_block .uk-grid {
    width: 100%;
}

body.article .adaptive_block .uk-grid {
        max-width: 1160px;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    /* margin-left: -20px; */
}

.search_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.adaptive_block .top_text_item_box {
    box-shadow: none;
    display: none;
}

/* .adaptive_block .uk-grid .uk-width-1-1 {
    padding-left: 0;
} */

.adaptive_block .item_content_box {
    margin-top: 20px;
    width: 100%;
}

.adaptive_block .uk-width-1-1 {
    padding-left: 0;
}

.adaptive_block .uk-accordion {
    padding-left: 100px;
}

.item_content_box {
    /* margin-top: 80px; */
}

.item_content {
    display: table;
    height: 100%;
}

.item_content .item_content_block {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

.item_content_block h2 {
    text-align: left;
    font-size: 1.1em;
    color: #747474;
    margin-top: 0px;
}

.item_content_block p.tit_factory {
    text-align: left;
    /* font-size: 1.1em; */
    color: #747474;
    margin-top: 20px;
}

.item_content_block p {
    vertical-align: middle;
    margin: 0px;
    display: inline-block;
    min-width: 300px;
    width: 100%;
    text-align: left;
    /* font-size: 1.1em; */
    color: #747474;
    padding: 0px 0px 10px 10px;
    padding: 0;
}

.item_content_block ul {
    padding-left: 15px;
}

.uk-accordion p {
    text-align: left;
    margin-bottom: 0;
}

.service_list_title {
    padding-left: 0px;
}

.title .desc_tit_text {
    line-height: 1.4;
    padding-top: 0;
    padding-bottom: 0;
}

.uk-accordion-title {
    display: table;
    cursor: pointer;
    margin-top: 0px;
    color: #006ab4;
    position: relative;
}

/* .uk-accordion-title {
    margin-bottom: 40px;
}

.uk-accordion-title.uk-active {
    margin-bottom: 0;
} */

.uk-accordion-title:before {
    content: '+';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: -20px;
    top: 0;
}

.uk-accordion-title.uk-active:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    top: -3px;
    font-size: 25px;
}

.uk-accordion-content {
    margin-bottom: 10px;
    color: #747474;
}

.img_item {
    width: 50px;
    height: auto;
}

.element_list_box {
    position: relative;
    margin-bottom: 40px;
}

.element_list_box .img_item {
    position: absolute;
    left: -80px;
    top: -13px;
}

.uk-accordion-content {
    position: relative;
    bottom: 0px;
}

.content_item {
    margin: 0px;
    display: inline-block;
    max-width: 90%;
    text-align: left;
    color: #747474;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
}

.contacts_item {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px;
    background: #006ab4;
    margin-bottom: 30px !important;
}

.contacts_item i {
    margin-right: 10px;
}

.inner_wrapper .contacts_item p {
    text-align: left;
    color: #ffffff;
    margin-bottom: 0;
}

.title_product_box {
margin-top: 15px;
border-bottom-style: solid;
border-width: 2px;
border-color: #dadada;
}

.drive_table .img_table {
    display: none;
}

.nice_table.main_parameters {
    float: left;
    width: 70%;
}

.right_item_parameters .nice_table {
    margin-top: 0px;
}

.right_item_parameters {
    margin-left: 0;
}

body .right_item_parameters .nice_table tr td {
    text-align: left;
}

.product_box {
/*     padding-left: 30px;
padding-right: 30px; */
    /* max-width: 900px; */
    margin: 0 auto;
}

.product_box .inner_cat_box img {
    float: none;
    margin-right: 0;
}

.inner_cat_box .item_box .item img {
    height: 100%;
    position: relative;
    top: 1px;
    padding: 20px;
}

.product_box img {
    float: left;
    margin-right: 10px;
    width: 48%;
    margin-bottom: 10px;
}

.product_box p {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 0;
}

.drive_table_box_wrapper {
    padding-top: 0;
}

.drive_table_box_wrapper.inner_catalog {
    padding-top: 150px;
}

.catalog_article .item_content_box > .uk-width-1-1 {
    padding-left: 0;
}

.text_pole {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 1px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
    background: linear-gradient(to right, #f3f3f3 0%, #f3f3f3 calc(50%), white 50%, white 100%);
    width: 1130px;
    position: relative;
    right: 35px;
    padding-left: 35px;
    padding-right: 35px;
}

.product_box.lak6000 .text_pole {
    column-gap: 90px;
}

.product_box p img:nth-child(2n) {
    margin-right: 0;
}

.parameters_box {
    display: table;
    width: 100%;
    padding-top: 20px;
}

.parameters_box ul {
    padding-left: 15px;
}

.parameters_box ul li, .parameters_box li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    text-align: left;
    list-style: none;
}

/* .parameters_box li {
    margin-left: 20px;
} */

.parameters_box li > ul li {
    margin-left: 0;
}

.parameters_box li > ul li:first-child {
    padding-top: 0;
}

.product_box .parameters_box p {
    font-weight: bold;   
    margin-bottom: 0;
    
}

.nice_table .img_table {
    display: none;
}

.product_box .parameters_box p.title {
    font-size: 24px;
    position: relative;
}

.parameters_box p.par_title {
    top: 100px;
    font-size: 24px;
    position: relative;
}

.title_product_box .B_crumbBox {
    float: right;
    margin-top: 30px;
    padding-left: 0;
}

.product_text {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.product_text br {
    height: 15px;
}

.product_text .control-label {
    display: none;
}

.product_text .form-control-static {
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #747474;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    width: 170px;
    margin: 0 auto;
}

.button_box .btn, form .btn {
    position: relative;
    font-size: 16px;
    top: 0px;
    left: 0;
    background-color: #006ab4;
    border: 1px solid #006ab4;
    color: #ffffff;
    width: 200px;
    height: auto;
    padding: 10px;
    padding-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    transition: ease 0.1s;
    padding-bottom: 10px;
}

.btn i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}

.header_center_box {
    position: relative;
    padding-left: 0;
}

body header .search_box .search {
    position: absolute;
    top: 10px;
    left: 10px;
    transition: ease 0.2s;
}

body .inner_wrapper_box .search {
    position: static;
    /* display: table; */
}

.inner_wrapper_box .uk-width-7-10 p img {
    margin-right: 10px;
}

body .inner_wrapper_box .search_box {
    display: block;
    position: relative;
}

body header .search_text {
    position: absolute;
    right: 45px;
    top: 0;
    height: 100%;
    padding: 10px 0px;
    width: 0;
    transition: ease 0.5s;
    background: none;
    border: none;
}

body.search_body .inner_wrapper_box .search_text {
    width: 100%;
    height: 47px;
    padding-left: 10px;
}

body header .search_text.open {
    width: 555px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    background: #ffffff;
}

.search_text.open + .play_search {
    display: block;
}

.play_search {
    display: none;
    position: absolute;
    right: 55px;
    top: 10px;
    transition: ease 0.4s;
    background: none;
    border: none;
    cursor: pointer;
    color: #006ab4;
}

.play_search:hover {
    color: #139eff;
}

.button_box .base_item {
    width: 160px;
    padding-bottom: 12px;
    position: relative;
    bottom: 0px;
    top: auto;
}

.search_bth {
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
        background: #006ab4;
        height: 47px;
}

.inner_wrapper_box .search_bth {
    cursor: auto;
}

.search_bth  {


}



.button_box .btn:hover, form .btn:hover {
    opacity: 0.9;
}

.product_text .form-control-static > * {
    display: none;
}

.product_text .form-control-static .dot {
content: '';
display: inline-block;
vertical-align: middle;
width: 5px;
height: 5px;
background: #747474;
border-radius: 20px;
position: relative;
bottom: 1px;
right: 0px;
}

.product_text .form-control-static:empty {
    display: none !important;
}

.inner_wrapper .product_text p {
    text-align: justify;
}

.product_text p, .product_text h2 {
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}

#msGallery {
    display: table-cell;
    vertical-align: middle;    
}

.img_cart_box {
    border: 1px solid #d4d4d4;
    text-align: center;
    /* transition: ease 0.2s; */
    width: 100%;
    margin-bottom: 20px;
    height: 460px;
    display: table;
}


.img_cart_box .fotorama__wrap {
    width: 100% !important;
}


.text_box p {
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.8;
}

.text_box .inter
{
    padding: 0;
    width: 900px;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}



.category_box {
    margin-top: 30px;
    margin-left: 0;
}

.category_box .item_box .item {
    height: 210px;
}

/* .img_cart_box:hover {
    border: 1px solid #006ab4;    
} */



.item_list.uk-active .item {
    background-color: #006ab4;
    color: #ffffff;
    text-align:center;
    
}

.item_list .item {
    text-align:center;
    padding: 10px;
    cursor: pointer;
}

.list_container {
    width: 70%;
    padding-left: 0;
}

.list_box_container {
    /* padding-left: 0px; */
    border-top: 5px solid #006ab4;
    /* margin-left: 0; */
    padding-bottom: 40px;
    max-width: 1130px;
    float: right;
    width: 100%;
} 

.item_list {
    padding-left: 0px;
    border: 1px solid #cacaca;
}

.item_list.uk-active {
    border: 1px solid #006ab4;    
}

.item_list_box {
    padding-left: 35px;
}

.item_list_block {
    padding-left: 0;
    width: 100%;

}

.item_list_block ul {
    padding-left: 0;
}

.item_list_block ul > li > ul {
    padding-left: 0;
}


.key {
background: #f3f3f3;
padding: 0 20px;
    padding-top: 0px;
    padding-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 550px;
}

.key li {

    font-family: 'Roboto',sans-serif;
}

.key ul {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    padding-left: 15px;
}

.item_list_block li {
    font-weight: normal;
    line-height: 1.3;
    font-size: 14px;
    padding-bottom: 15px;
}

.item_list_block > ul > li:before {
    background: none;
}

.item_list_block table {
    border-collapse: collapse;
    
}

.item_list_block table td {
    border: 1px solid #000000;
    padding: 0 5px;
}

.item_list_block .tit {
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-top: 20px;
}

.item_list_block p {
      text-align: left;
    margin: 0;  
}

#item_list_content_box {
    margin-top: 0px;
    margin-bottom: 20px;
    min-height: 130px;
}

.list_box_container .tit {
    text-align: left;
    font-weight: bold;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 0;
}

#item_list_content_box .item_list_block p {
    margin: 0 0 15px 0;
    word-wrap: break-word;
}

.document_box {
    background-color: #1BAACC;
    border-color: #1BAACC;
    padding: 8px 10px;
}

.document_box a {
    color: #fff;    
}

.uk-modal-dialog .tit {
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.title_prod_box {
    margin-bottom: 8px;
    margin-top: 0px;
    text-align: left;
    background: #d2d6e2;
    padding: 7px;
}

.title_prod_box i {
    padding-right: 5px;
    color: #2fcf52;
}

.uk-modal-dialog input[type="text"] {
    height: 35px;
    max-width: 100%;
    padding: 4px 6px;
    width: 400px;
    margin-bottom: 10px;
    border: 1px solid #cacaca;
}

.uk-modal-dialog textarea {
    max-width: 100%;
    padding: 4px 6px;
    width: 400px;
    margin-bottom: 10px;
    border: 1px solid #cacaca;  
    font-family: sans-serif;
    font-size: 14px;
}

.inner_wrapper .similar_products .tit {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 35px;
    width: 100%;
}

.features_wrapper_box {
    position: relative;
    padding-left: 20px;
    /* right: -20px; */
}

.features_wrapper_box .btn_placeholder {
    opacity: 0;
    transition: ease 0.2s;
}

.features_wrapper_box:hover .btn_placeholder {
    opacity: 1;
}

.inner_wrapper {
    text-align: justify;
}

.silimar_items_box {
    width: 100%;
    margin-top: 0px;
}

.silimar_items_box .ms2_product .ms2_form {
    bottom: 0;
}

.silimar_items_box .ms2_product img {
    width: auto;
    height: 80px;
}

.inner_wrapper .ms2_product .price {
    margin: 0;
    text-align: left;
}

.ms2_product form a.btn {
    padding: 7px;
}

.ms2_product .ms2_form {
    position: relative;
    bottom: 70px;
}

.ms2_product form a.btn:hover{
    text-decoration: none;
}

.ms2_product form .btn {
    width: auto;
    display: block;
    width: auto;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 5px;
position: relative;
z-index: 10;
}

.ms2_product {
    text-align: center;
    
}

.ms2_product img {
    width: 80px;
    height: auto;
}

.btn_box , .similar_products .ms2_product {
    text-align: center;
}

.similar_products .ms2_product {
    margin-bottom: 40px;
}

.btn_box .btn {
width: 135px;
display: inline-block;
vertical-align: middle;
margin-top: 5px;
}

.similar_products .ms2_form a {
    margin-top: 5px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
}

.similar_products .ms2_form a:hover {
    text-decoration: none;
}

.category_box .item_box .item img {
    width: 290px;
    height: auto;
}

.inner_category_box {
    margin-top: 70px;
}

.inner_category_box.parent_cat {
    margin-top: 0;
}

.inner_category_box.parent_cat h2 {
    position: relative;
    display: table;
    font-weight: bold;
    background: none;
    z-index: 1;
    padding: 0 20px;
    margin-bottom: 18px;
    color: #333333;
    line-height: 120%;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    margin: 0 auto;
    margin-bottom: 0px;
    max-width: 500px;
    text-align: center;
    margin-bottom: 30px;
}

.inner_category_box.parent_cat h2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: -100%;
    top: -50%;
    margin-top: 81px;
    border-bottom: 5px solid #cacaca;
}

.inner_category_box.parent_cat h2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    right: -100%;
    top: -50%;
    margin-top: 81px;
    border-bottom: 5px solid #cacaca;
}
.inner_category_box li.level-2-1 {
    display: none;
}

.inner_category_box ul {
    padding-left: 0;
}

.inner_category_box li {
    background: #006ab4;
    border: 1px solid #006ab4;
    margin-bottom: 20px;
    list-style: none;
    display: table;
    transition: ease 0.2s;
}

.inner_category_box li:hover {
    background: #ffffff;
     border: 1px solid #000000;
}

.inner_category_box li:hover a {
     color: #000000;   

}

.inner_category_box li a {
      color: #ffffff;  
      padding: 10px;
      display: inline-block;
      vertical-align: middle;
      width: 400px;
}

.inner_category_box li a:hover {
    text-decoration: none;
}

.uk-icon-right.uk-icon-angle-down {
    float: right;
    font-size: 20px;
}

#easy_zoom {
    position: absolute;
    
}

.img_cart_box img {
    width: auto;
    height: 250px;
}

.inner_cat_box {
    margin-top: 20px;
    max-width: 900px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 50px;
}

.inner_cat_box .item img {
    height: 170px;
    width: auto;
}

.structure_info {
    clear: both;
    padding-top: 0px;
}

.inner_content_box {
    padding-top: 30px;
    max-width: 100%;
    /* background: #dce2ee; */
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 260px;
    padding-left: 0;
    padding-right: 0;
}

.inner_content_box .uk-grid:before, .inner_content_box .uk-grid:after {
    content: none;
}

.nice_table {
    border-collapse: collapse;
    /* width: 810px; */
    margin-top: 30px;

}

.nice_table tr:hover > td {
    background: #b0d4eb;
}

.nice_table {
       margin-top: 30px;
       margin-bottom: 30px;
        width: 100%;
}

.nice_table tr th {
       background: #b0d4eb;
       border: 1px solid #ffffff;
       text-align: right;
}

.nice_table tr th:first-child {
        text-align: left;   
}

.nice_table tr td {
    background: #c8ddf4;
    border: 1px solid #ffffff;
}

.nice_table tr td:first-child {
    text-align: left;
    min-width: 140px;
}

.nice_table tr th {
    font-size: 13px;
}

.nice_table tr td, .nice_table tr th {
    padding: 5px 10px;
    border: 1px solid #ffffff;
    min-width: 100px;
}

.nice_table tr td {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

.product_box p.table_tit_text {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.product_box .low_text p {
    margin-bottom: 15px;
}



.manual_block .tit {
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
}



.drive_table.nice_table tr td:last-child {
    display: none;
}

.drive_table {
    position: relative;
}

.drive_table_box {
    /* width: 840px; */
    margin: 0 auto;
        margin-bottom: 0px;
    border-top: 5px solid #006ab4;
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
/* margin-top: 180px; */
position: relative;
padding-top: 60px;
padding-bottom: 50px;
}

.drive_table_wrapper .drive_table_box_wrapper {
    padding-top: 180px;
}

.drive_table_wrapper .drive_table_box_wrapper:first-child {
    padding-top: 80px;    
}

.img_table_top {
    width: 140px !important;
}

.inner_wrapper_box .uk-width-10-10 {
    padding-left: 0;
}

.inner_wrapper_box .drive_table_wrapper .drive_table_box_wrapper:nth-child(4) .img_table_top {
    top: -190px;
}

.inner_wrapper_box .drive_table_wrapper .drive_table_box_wrapper:nth-child(3) .img_table_top {
     top: -150px;   
}

.inner_wrapper_box .drive_table_wrapper.jlx_box .drive_table_box_wrapper:nth-child(3) .img_table_top {
    top: -120px;
}

.inner_wrapper_box .drive_table_wrapper.jlx_box .drive_table_box_wrapper:nth-child(4) .img_table_top {
    top: -120px;
}

.inner_wrapper_box .drive_table_wrapper .drive_table_box_wrapper:nth-child(2) .img_table_top {
     top: -150px;   
}

.drive_table_box:first-child .img_table_top {
    top: -110px;

}

.category_item_box.drive_table_box:first-child .img_table_top {
        display: none;
}

.drive_table_box:nth-child(3) .img_table_top {
    top: -150px;    
}

.drive_table_box:nth-child(4)  {
    margin-top: 220px;
}

.drive_table_box:nth-child(4) .img_table_top {
    top: -300px;
}

.drive_table_box:nth-child(5) .img_table_top {
    top: -220px;
}

.drive_table_box .title_box_content {
    display: block;
    text-align: left;
    position: relative;
    top: 0px;
    font-size: 40px;
}

.drive_table_box .num_series {
    color: #006ab4;
    margin-left: 7px;
}

/* .drive_table_wrapper {
    padding-top: 100px;
} */

.drive_table_wrapper .nice_table {
    float: left;
    width: 70%;
}

.img_table_top {
    position: absolute;
    right: 10px;
    top: -260px;
    width: 140px;
    height: auto;
}


.drive_table_wrapper .drive_table_box_wrapper:nth-child(4) {
    padding-top: 250px;
}

.img_div {
    text-align: left !important;
    display: inline-block;
}

.img_div img {
    /* float: none; */
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 230px;
    height: 183px;
}

.nice_table.size_table {
    margin-top: 0;
    margin-bottom: 0;
}

.inner_wrapper .title_size {
    font-weight: bold;
    margin-bottom: 5px;
}

.dimensions_table_box table.nice_table {
    width: 100%;
}

.dimensions_table_box .title_size {
    text-align: right;
    font-size: 16px;
}

.dimensions_table_box .nice_table.size_table tr td {
    text-align: left;
}

.dimensions_table_box {
    /* width: 30%; */
    position: relative;
    top: 30px;
}

/* .dimensions_table_box .title_size {
    font-weight: normal;
    text-transform: uppercase;
} */

.special_box {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    font-style: italic;
    position: relative;
    bottom: 20px;
    width: 70%;
    float: left;
}

.inner_wrapper .tit_desc_text p {
    text-align: justify;
    max-width: 1200px;
    margin: 0 auto;
}

.tit_desc_text {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}

.input_items_box {
    margin-top: 20px;
    margin-left: -35px;
}

.input_items_box p {
    text-align: left;   
    margin-bottom: 0;
}

.img_cart_box .fotorama__stage__frame {
    max-height: 330px !important;
    display: table;
}

.img_cart_box .fotorama__stage__shaft {
    max-height: 330px !important;    
}

.img_cart_box .fotorama__stage {
    max-height: 330px !important;      
}

.img_cart_box .fotorama__stage__frame .fotorama__img {
    max-height: 330px !important;
 
    width: auto !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    top: 0 !important;
    display: table-cell;
    vertical-align: middle;
}

.fotorama__nav-wrap {
    border-top: 1px solid #cacaca !important;
    -webkit-box-shadow: 0px -9px 11px -7px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px -9px 11px -7px rgba(0,0,0,0.75) !important;
    box-shadow: 0px -9px 11px -7px rgba(0,0,0,0.75) !important;
    margin-top: 20px;
}

/* .img_cart_box .fotorama__stage__frame .fotorama__img {
    top: 0 !important;
    padding: 40px !important;
} */

.fotorama__nav-wrap .fotorama__nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fotorama__thumb-border {
    padding-right: 1px;
}

.fotorama__nav__frame .fotorama__thumb {
    border: 1px solid #7f7f7f;
}

/* .group_ident {
    display: none;
} */

.silimar_items_box p {
    font-size: 1.4em;
    color: #006ab4;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.silimar_items_box .ms2_product {
    margin-bottom: 30px;
}

#request_price_modal .uk-modal-dialog, #request_tender_modal .uk-modal-dialog {
    width: 440px;
    text-align: center;
}

.button_box .tender_item {
    position: relative;
    font-size: 16px;
    top: 0px;
    left: 0;
    background: none;
    color: #006ab4;
    border: 1px solid #006ab4;
    width: 210px;
    height: auto;
    padding: 10px;
    padding-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    transition: ease 0.1s;
    padding-bottom: 12px;
    transition: ease 0.2s;
}

.button_box .tender_item:hover {
    background: #006ab4;    
    color: #ffffff;
}

.title_box_content {
    position: absolute;
    bottom: 0;
}

.title_box_content .title_box h1 {
    line-height: 32px;
    text-align: left;
}

/* .product_cart .bread_box {
    position: relative;
    margin-left: -30px;
} */

.product_cart .bread_box_bg {
    transform: skew(0deg);
    border: none;
    
}

/* .bread_box {
height: 40px;
font-size: 16px;
display: inline-block;
padding-right: 40px;
margin-left: -55px;
border-bottom: 0 25px 0 0;
overflow: hidden;
position: absolute;
bottom: 0px;
padding-left: 30px;
max-width: 1060px;
width: 100%;
} */

.bread_box ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.title_box_content {
    width: 100%;
    position: absolute;

}

.shadow_line {
    position: absolute;
    background: url('../images/shadow_line.png') center no-repeat;
    bottom: -7px;
    height: 7px;
    width: 100%;
}

.top_image_item_box {
    text-align: center;
}

.top_image_item_box img {
    padding-right: 0 !important;
}

.top_text_item_box {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 40px;
    /* box-shadow: 3px -3px 13px rgba(2, 1, 1, 0.24); */
    overflow: hidden;
}

.top_image_item_box, .top_text_item_box {
    background: #dce2ee;
    padding-top: 0px;
    padding-bottom: 40px;
    /* box-shadow: 3px -3px 13px rgba(80, 80, 80, 0.33); */
    padding-left: 20px;
    padding-right: 20px;
}

.title_cat_table h2.tit:before, .title_cat_table h2.tit:after {
    top: 0;
}

.title_cat_table {
    text-align: center;
}

.product_box .title_cat_table h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #444;
    padding-bottom: 0;
}

.title_cat_table .top_title {
    position: relative;
    display: table;
    font-weight: bold;
    background: none;
    z-index: 1;
    padding: 0 20px;
    margin-bottom: 18px;
    color: #333333;
    line-height: 120%;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    margin: 0 auto;
}

.title_cat_table .top_title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: -100%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;
}

.title_cat_table .top_title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    right: -100%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;
}

.title_cat_table .desc_tit_text {
    color: #848484;
}

.title_cat_table h2.tit {
    max-width: 670px;
}

.top_image_item_box img {
   position: relative;
    /* height: 260px; */
height: auto;
    width: auto;
}

body.cat_drive .top_image_item_box img {
    height: 260px;
}

/* body.drive .top_image_item_box img {
    position: absolute;
    top: 320px;
    right: 150px;
    width: 300px;
    height: auto;
    background: none;
    box-shadow: none;
} */

.top_text_item_box {
    margin-bottom: 0;
    position: relative;
    height: 100%;
}

.top_image_item_box {
    position: absolute;
    top: 50%;
    right: -80px;
    width: 300px;
    height: auto;
    background: none;
    box-shadow: none;
    padding-bottom: 0;
}

.top_image_item_box img {
    opacity: 0.15;
    filter: grayscale(100%) brightness(140%) contrast(200%);
}

.sert_box_text {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.sert_box_text ul {
    padding-left: 80px;
}

.link_img_product {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.base_item i, .tender_item i {
    margin-right: 5px;
}

.base_item i {
    /* font-size: 22px; */
    position: relative;
    top: 2px;
    float: left;
}

.tit_desc_text {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}

.sidebar_wrapper p {
    text-align: left;
}

.sidebar_wrapper {
    background: #ffffff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    min-width: 270px;
}

.sidebar_wrapper ul li:first-child {
    display: none;
}

.sidebar_wrapper ul li ul li:first-child {
    display: block;
}

/* .sidebar_wrapper ul li ul li ul li {
     display: none;   
} */

.sidebar_wrapper h3 {
    font-size: 1.2em;
    color: #006ab4;
    font-weight: bold;
}
.sidebar_wrapper ul {
    padding-left: 0px;
}

.sidebar_wrapper > ul > li > a {
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.sidebar_wrapper > ul > li > a:hover {
    text-decoration: none;
}

.sidebar_wrapper ul li {
    list-style: none;
    line-height: 1.6;
}

.sidebar_wrapper > ul {
    padding-left: 0;
    margin-left: 0;
}

/* .sidebar_wrapper > ul > li > ul > li > a:hover {
    text-decoration: none;
    color: #059;
} */

.sidebar_wrapper > ul > li > ul > li > ul {
    margin-left: 13px;
}

.sidebar_wrapper > ul > li > ul > li > ul > li > a {
        color: #333333;
}

.sidebar_wrapper > ul > li > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

.li_box {
    display: none;
}

.sidebar_wrapper li > ul > li > a {
    color: #333333;    
}

.sidebar_wrapper li > ul > li > a:hover {
    text-decoration: underline;
    color: #333333; 
}

.sidebar_wrapper li.products > ul > li > a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
    transition: ease 0.1s;   
}

.sidebar_wrapper li a {
    position: relative;
}

/* .sidebar_wrapper > ul > li.parent > a:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: #cacaca;
    position: relative;
    left: 5px;
} */

.sidebar_wrapper ul li.parent > a {
    position: relative;
}

.sidebar_wrapper ul li.parent > a i {
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -7px;
}

.section_contacts_box {
/* margin-top: 30px; */
padding: 20px;
    background: #dce2ee;
    min-width: 270px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    border-left: 5px solid #006ab4;
}

.doc_title_btn {
    cursor: pointer;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    color: #333;
    width: 100%;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: center;
    background: #006ab4;
    padding-right: 10px;
    padding-left: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ffffff;
    width: 200px;
    display: block;
    
}

.doc_title_btn img {
    width: 40px;
    height: auto;
    /* float: left; */
    margin-left: -12px;
    margin-right: 10px;
}

.doc_title_btn:hover {
    opacity: 0.8;
}

.doc_title_btn i {
    position: relative;
    bottom: 3px;
    left: 11px;
}

.doc_item_list_box {
    top: 70px !important;
    width: 100%;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    background: #ffffff;
}

.doc_item_list a {
    text-transform: none;
    font-weight: normal;
    color: #333;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: left;
    font-size: 16px;
    display: inline;
    float: left;
}

.doc_item_list a:hover {
    color: #006ab4;
}



.parameters_box h2 {
    max-height: 86px;
    max-width: 500px;
    display: inline-block !important;
}

.parameters_box .key ul > li > ul {
    padding-left: 0;
}

.parameters_box h2.tit:before, .parameters_box h2.tit:after {
    margin-top: 83px;
    
}

/* .parameters_box h2.tit:before {
    left: -70px;
}

.parameters_box h2.tit:after {
    right: -70px;
} */

.drive_table_box h3 {
    font-family: 'Open Sans', sans-serif;
}

.drive_table_box .nice_table.main_parameters tr td:last-child {
    display: none;
}

.section_contacts_box p {
     text-align: left; 
     margin-bottom: 10px;
}

.section_contacts_box .btn, .btn {
    position: relative;
    font-size: 16px;
    top: 0px;
    left: 0;
    background-color: #006ab4;
    border: 1px solid #006ab4;
    color: #ffffff;
    width: 200px;
    height: auto;
    padding: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    transition: ease 0.1s;
}

.section_contacts_box .btn:hover {
    opacity: 0.8;
}

#box_modal .uk-modal-dialog {
    max-width: 440px;
    text-align: center;
}

.tel {
    margin-top: 10px;
}

.contact_box {
    text-align: right;
    position: relative;
}

.scroll_top {
    position: fixed;
    bottom: 30px;
    right: 40px;
    background: #ffffff;
    border-radius: 110px;
    height: 60px;
    -webkit-box-shadow: 0px 0px 5px 3px rgb(156, 156, 156);
    -moz-box-shadow: 0px 0px 5px 3px rgb(156, 156, 156);
    box-shadow: 0px 0px 5px 3px rgb(156, 156, 156);
    display: none;
    z-index: 10;
}

.scroll_top i {
    font-size: 72px;
    position: relative;
    bottom: 6px;
    right: 1px;
    width: 60px;
    height: 60px;
}

a.scroll_top {
    color: #747474;
    transition: ease 0.2s;
        opacity: 0.4;
}

a.scroll_top:hover {
        color: #059;
            opacity: 1;
}

.b_last a {
    pointer-events: none;
    color: #333333;
}



.breadcrumb {
    margin: 10px;
    z-index: 1;
position: relative;
}

.breadcrumb a:hover {
    color: #333333;
}

.bitem, .b_last {
    position: relative;
    padding: 0px;
}

.b_first {
    padding-left: 0px;
}

.bread_items_box {
position: relative;
padding: 1px;
    padding-right: 1px;
right: 0px;
display: table;
padding-right: 26px;
}

.breadcrumb span:hover .bitem_bg {
    position: absolute;
    left: -1px;
    bottom: 0;
    background: #006ab4;
    width: 104%;
    height: 100%;
    transform: skew(-40deg);
    color: #ffffff;
}

body.product_cart .bitem, body.product_cart .b_last {
    padding: 0;
}

.bitem:after {
    content: '>';
    background: none;
    border: none;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0px;
    padding-left: 5px;
    padding-right: 0px;
}

body.product_cart .breadcrumb span:hover .bitem_bg {
     transform: skew(0deg); 
     padding-left: 0 !important;
     left: 0;
     background: none;
}

.breadcrumb span:hover a {
     color: #006ab4;
}

.breadcrumb {
    margin-left: 0;
}

body.product_cart  .breadcrumb span.b_first:hover .bitem_bg {
    width: 100%;
    left: 0;
    padding-left: 0;
}

body.product_cart .bitem:after {
    transform: rotate(0deg);
}

.breadcrumb span.b_first:hover .bitem_bg {
padding-left: 25px;
width: 125%;
left: -28px;    
}

.bitem a {
    position: relative;
    z-index: 2;
    color: #333333;
}

span.b_last > a {
    color: #747474 !important;
    z-index: 2;
    position: relative;
}


.breadcrumb span.b_last:hover .bitem_bg {
    background: none;
}

.breadcrumb span a:not(span.b_last a){
    position: relative;
    z-index:2;
}

.sisea-paging {
    margin-bottom: 20px;
    display: none;
}

.extract p {
    text-align: left;
}

.sisea-result-pages {
    padding-right: 5px;
}

.inner_wrapper .sisea-results {
    text-align: left;
    margin-bottom: 10px;
}

.sisea-result-pages, .sisea-results {
    font-weight: bold;
}

.sisea-results .sisea-highlight {
    color: #006ab4;    
    font-size: 21px;
    background: none;
    padding: 0;
    margin: 0;
}

.sisea-highlight {
    color: #ffffff;
    font-weight: normal;
    background: #006ab4;
    padding: 0 3px;
    margin: 0 3px;
}

.inner_wrapper_box .sisea-search-form {
    position: relative;
    bottom: 47px;
    margin-left: 45px;
    width: 100%;
}

.inner_wrapper_box .play_search {
    right: 15px;
}

body.mill .top_image_item_box {
    top: 20px;
    right: -30px;
}

.title_set_box {
    background: url('/assets/images/round.png') center left no-repeat;
    background-size: auto auto;
    background-size: 50px;
    padding-left: 60px;
    max-width: 570px;
    padding-top:25px;
    padding-bottom: 20px;
}

.inner_wrapper .setificate_item .title_set_box p.tit {
    padding-top: 0;
}

.adaptive_block {
    padding-right: 0;
    /* padding-left: 15px; */
}
/* 
.catalog_article .adaptive_block {
    padding-left: 0;
} */

.doc_box {
    width: 100%;
}

.doc_link_box {
    background-color: #ffffff;
    border: 1px solid #006ab4;
    position: relative;
    min-height: 50px;
    transition: ease 0.2s;
    margin-top: -5px;
    margin-bottom: 10px !important;

}

.doc_link_box:hover {
    background: none;
    border-color: #d40000;
}

.doc_link_box:hover a {
    color: #d40000;
}

.doc_link_box i {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 32px;
    color: #ffffff;
    margin-top: -15px;
    color: #006ab4;
}

.doc_item {
    color: #333333;
    padding: 10px 20px;
    border-radius: 3px;
    width: 100%;
    display: block;
    padding-right: 20px;
    padding-left: 45px;
    text-align: left;
}

.doc_item:hover {
    color: #ffffff;

}

.doc_link_box:hover i {
    color: #d40000;   
}

.inner_parent_cat .item_box:hover .item {
    background: none;
    webkit-box-shadow: 0px 0px 10px 0px rgba(0,106,180,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,106,180,1);
    box-shadow: 0px 0px 10px 0px rgba(0,106,180,1);
}

.inner_parent_cat .uk-width-1-3:nth-child(1) img {
/* width: 350px; */
/* max-width: 150%; */
position: relative;
/* right: 50px; */    
}

.article .inner_parent_cat .uk-width-1-3:nth-child(1) img {
        width: 100%;
    max-width: 100%;
    position: relative;
    right: 0px;
}


.inner_parent_cat .item_box a {
display: table-cell;
vertical-align: middle;
}

.inner_parent_cat .item_box .item {
    height: 315px;
    display: table;
    margin: 0;
    width: 100%;
    transition: ease 0.2s;
    overflow: hidden;
    text-align: center;
}

.inner_parent_cat .item_box {
    height: 385px;
}

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

.features_wrapper_box.show .bg_block {
    height: 10%;
    bottom: 60px;
}

.features_wrapper_box .bg_block {
    height: 10%;
    bottom: 60px;
}

.features_wrapper_box.show .bg_block {
    height: 0;
}

.product_box_content {
    overflow: hidden;
    position: relative;
    padding: 0 0px; 
}

.product_box_content.show .bg_block {
    background: none;
}


.product_box_content:hover .product_box_outline {
    border: 1px solid #006ab4;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,106,180,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,106,180,1);
    box-shadow: 0px 0px 5px 0px rgba(0,106,180,1);
    transition: ease 0.2s;
}

.product_box_content .p_btn i {
    transition: ease 0.2s;
    
}

.product_box_content:hover .p_btn i {
        transform: rotate(360deg);
        transition-delay: 0.1s;
}

.product_box_content.show:hover .p_btn i {
    transform: rotate(180deg);
    transition: ease 0s;
    transition-delay: 0;
}

.product_box_content.show .p_btn i {
    left: -4px;
    top: 12px;
}
.product_box_content:hover .btn_placeholder_content {
     opacity: 1;
    
}

/* .features_box_content.show {
    transition: ease 0.2s;
    height: auto !important;
} */

/* .features_wrapper_box.show {
    transition: ease 0.2s;
} */

.features_wrapper_box.show .placeholder_wrapper {
    background: none;
}

.features_box_content.show .item_list_block {
    padding-bottom: 20px;
}

.item_list_block ul li > ul li {
    list-style: none;
    position: relative;
    left: auto;
    margin-left: 15px;
}

.item_list_block ul li:before {
    top: 10px;
}

.features_box_content.show .btn_placeholder {
    bottom: -20px;    
}

.btn_placeholder, .btn_placeholder_content {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: none;
    border: none;
    padding: 12px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    transition: ease 0.2s;
}

.btn_placeholder {
      position: relative;
    font-size: 16px;
    top: 0px;
    left: 0;
    background-color: #006ab4;
    border: 1px solid #006ab4;
    color: #ffffff;
    width: 200px;
    height: auto;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    transition: ease 0.1s;
    float: right;
}

.features_wrapper_box .placeholder_wrapper {
    bottom: 40px;
}

.features_wrapper_box .btn_placeholder {
    width: 120px;
}


.features_wrapper_box .p_btn {
    width: 100%;
    left: 0;
    bottom: 0;
}

.btn_placeholder_content i {
     color: #006ab4;
    position: relative;
    top: 7px;
    left: 0px;
    font-size: 20px;
    transform: rotate(270deg);
    transition: ease 0.2s;
}

.right_col .btn_placeholder_content {
    opacity: 0;
    transition: ease 0.2s;
}

.right_col .btn_placeholder_content:hover {
    opacity: 0.9;    
}

/* .right_col .product_box_content:hover .btn_placeholder_content {
    display: block;
} */

.btn_placeholder:hover, .btn_placeholder_content:hover {
    opacity: 0.9;
}

.product_box_content.show .placeholder_wrapper {
    background: none;
}

/* .features_wrapper_box.show {
    margin-bottom: 70px;
} */

.features_wrapper_box.show .p_btn {
    bottom: 0px;
    background: none;
}

.p_btn {
    position: absolute;
    bottom: 5px;
    left: 1%;
    height: 40px;
    width: 98%;
    /* background: #ffffff; */
    z-index: 10;
}

.placeholder_wrapper {
    position: absolute;
    bottom: 40px;
    height: 80px;
    width: 100%;
}

.left_fot_col {
    text-align: left;

}

.left_fot_col img {
    display: block;
    /*filter: grayscale(100%);*/
    margin-top: 10px;
    margin-bottom: 10px !important;
    width: 200px;
    opacity: 0.67;
}

.right_fot_col {
    text-align: right;
}

.weight_table_block {
    margin-top: 10px;
}

.product_content_box {
    /* overflow: hidden; */
    position: relative;
}

.product_content_box .uk-container {
    padding-left: 0;
    padding-right: 0;
}

.product_content_box .uk-grid {
    margin-left: 0;
}

.product_box .img_table_top_inner_catalog {
    position: absolute;
    right: 20px;
    top: -120px;
    width: 180px;
}

.cat_lak2000 .product_box .img_table_top_inner_catalog {
    position: absolute;
    right: 50px;
    top: -117px;
    width: 180px;
}

.cat_lak4000 .product_box .img_table_top_inner_catalog {
    position: absolute;
    right: 0px;
    top: -120px;
    width: 320px;
}

.cat_lak6000 .product_box .img_table_top_inner_catalog {
    position: absolute;
    right: 50px;
    top: -160px;
    width: 290px;
}

.cat_dmp .product_box .img_table_top_inner_catalog {
    position: absolute;
    right: 20px;
    top: -100px;
    width: 290px;    
}

body.cat_amp .product_box .img_table_top_inner_catalog {
    top: -90px;
    width: 320px;
}

.cat_amp .text_pole {
    min-height: 600px;
}

.product_box.dmp .img_table_top_inner_catalog {
    right: -10px;
    top: -100px;    
}

.product_box.amp .img_table_top_inner_catalog {
    top: -100px;
    width: 320px;
    right: -30px;
}

.product_box.lak6000 .img_table_top_inner_catalog {
    top: -140px;
    right: 0;
}

.manual_block {
    margin-top: 5px;
}

.button_box {
    margin-top: 11px;
}

.button_box.mill_duty {
    margin-top: -10px;
}

.doc_table {
    display: table;
    height: 100%;
    position: relative;
    bottom: 9px;
}

.doc_table .tit {
    display: table-cell;
    vertical-align: middle;
}

.text_content_box {
   -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;  
    background: linear-gradient(to right, #f3f3f3 0%, #f3f3f3 calc(50% + 17px), white 50%, white 100%);
    padding-bottom: 0px;
}

.main_wrapper .text_content_box .img_home_box {
     float: right;
    margin-left: 15px;
    background: #f3f3f3;
    padding: 10px;
    padding-top: 0;
    border-left: 5px solid #006ab4;
    width: 280px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.main_wrapper .text_content_box .img_home_box p {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.main_wrapper .text_content_box .img_home_box img {
    
}

.text_content_box p {
    text-align: justify;
    padding-top: 3px;
}


.inner_wrapper_box_container {
    max-width: 1130px;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.inner_wrapper_box_container > .uk-container {
    padding-left: 0;
    padding-right: 0;
}

body.search_body .inner_wrapper_box_container > .uk-container {
    padding-left: 35px;
    padding-right: 35px;
}

.top_text_item_line {
    position: absolute;
    width: 5px;
    height: 100%;
    background: #006ab4;
    left: 0px;
    top: 0;
}

.attr_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: ease 0.2s;
    cursor: pointer;
    padding: 20px;
    text-align: left;

}

.attr_content ul {
    padding-left: 65px;
    margin-top: 0;
    overflow: hidden;
    height: 225px;
}

.attr_content a.btn {
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    /* height: 50px; */
    position: absolute;
    bottom: 20px;
    right: 20px;
    top: auto;
    left: auto;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.attr_content a:not(.btn) {
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    /* width: 90px; */
    /* height: 50px; */
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    background: none;
    padding: 20px;

}

.attr_content .btn {
    float: right;
}

.attr_content ul li {
    font-size: 16px;
}

.attr_content:hover a {
    text-decoration: none;
        color: #ffffff;
        
}

/* .attr_content a:hover {
    opacity: 0.8;
} */

.inner_wrapper_cat_block .uk-width-10-10 {
    padding-left: 0;
}

.inner_category_item {
    position: relative;
    right: 17px;
}

.doc_title {
    font-weight: bold;
}

.category_parameters_box .drive_table_box_wrapper.inner_catalog {
    padding-top: 80px;
    margin-bottom: 90px;
}

.doc_title_btn i.fa-file-pdf-o {
    font-size: 32px;
    position: relative;
    left: auto;
    bottom: auto;
    right: 14px;
    top: 0px;
    vertical-align: middle;
    transition: ease 0.2s;
}

.doc_title_btn:hover i.fa-file-pdf-o {
    color: #d40000;
}

.footer_bg {
    background: url(../images/light_1.png) no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 100%;
    opacity: 0.6;
    background-size: cover;
}

.context_text {
border-top: 5px solid #006ab4;
    background: #f3f3f3;
    padding: 10px;
    position: relative;
    z-index: 10;
    margin-top: 5px;
}

.product_box_outline {
    position: absolute;
    height: calc(100% - 87px);
    width: 99%;
    top: 83px;
    left: 3px;
}

.bg_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #ffffff;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(rgba(246, 246, 246, 0.19)));
    background: -webkit-linear-gradient(to top, #ffffff, rgba(246, 246, 246, 0.19));
    background: -moz-linear-gradient(to top, #ffffff, rgba(246, 246, 246, 0.19));
    background: -o-linear-gradient(to top, #ffffff, rgba(246, 246, 246, 0.19));
    background: linear-gradient(to top, #ffffff, rgba(246, 246, 246, 0.19));
    
}

.what_block {
    padding: 0px;
    width: 100%;
    text-align: left;
    position: relative;
    left: 20px;
}

.what_block_content {
    padding: 25px;
}


.what_block_content .what_item {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    background: #006ab5;
    padding: 20px 30px;
    height: 200px;
    display: table;
    width: 100%;
}

.what_block_content .what_item .uk-width-1-4, .what_block_content .what_item .uk-width-3-4, .what_desc_box {
    height: 100%;
}

.what_item > .uk-grid {
    display: table-cell;
    vertical-align: middle;
}

.what_block_content .what_item p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.3;
}

.what_block_content .what_item .what_image_box {
    position: relative;
    top: 50%;
    margin-top: -75px;
}

.what_block_content .what_item .what_image_box img {
    width: 150px;
    height: 150px;
    max-width: inherit;
    position: relative;
    right: 55px;
}

.what_block h2 {
        position: relative;
    display: table;
    font-weight: bold;
    background: none;
    z-index: 1;
    padding: 0 20px;
    margin-bottom: 18px;
    color: #333333;
    line-height: 120%;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    margin: 0 auto;
}

.what_block h2:before {
        content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: -100%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;
}

.what_block h2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    right: -100%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;
}

.what_block .what_tit {
    font-size: 21px;
}

@-moz-document url-prefix() {
    .what_block_content .what_item .what_image_box img {
        top: 50px;
    
    }
}

.plan_jlx, .plan_img_box {
    position: relative;    
}

 .plan_jlx img {
    width: 100%;
    height: auto;
    float: none;

}

.plan_jlx h3 {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.plan_text1 {
    position: absolute;
    top: 30px;
    left: 220px;
    max-width: 320px;    
    font-size: 21px;
    color: #006ab5;
}

.plan_text2 {
    position: absolute;
    top: 20px;
    right: 210px;
    max-width: 320px;
    font-size: 21px; 
    color: #006ab5;
}

.plan_text3 {
    position: absolute;
    bottom: 20px;
    left: 140px;
    max-width: 320px;
    color: #006ab5;
}

.plan_text4 {
    position: absolute;
    bottom: 0px;
    right: 140px;
    max-width: 380px;
    color: #006ab5;
}

.plan_text5 {
    position: absolute;
    top: 57px;
    right: 345px;
    max-width: 180px;
    background: #006ab5;
    text-align: left;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 16px;
    text-align: center;
}

.plan_text6 {
    position: absolute;
    top: 137px;
    right: 20px;
    max-width: 180px;
    background: #006ab5;
    text-align: left;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 16px;
    text-align: center;
}

.inner .sertificate_box {
    padding-left: 0;
    padding-right: 0;
}

.inner .sertificate_box p {
    margin-bottom: 0;
}

.sertificate_box {
    padding-left: 35px;
    padding-right: 25px;
    margin-bottom: 20px;
}


.sertificate_box .uk-grid  .uk-width-1-4 {
    padding-left: 25px;
}

.sertificate_box .img_box_content {
     margin: 10px;
    background-color: white;
    display: inline-block;
    width: 230px;
    text-align: center;
    font-size: 1.1em;
    color: #006ab4;
    padding: 10px 10px 10px 10px;
    border: 2px solid #f1f4fa;
    border-radius: 10px;
    vertical-align: top;
    transition: ease 0.2s;
    height: 270px;
}

.img_box_content img {
    width: auto;
    height: 190px;
    display: inline-block;
    vertical-align: middle;
}

.sertificate_box .img_box_content:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}

.sertificate_box h2 {
    position: relative;
    display: table;
    font-weight: bold;
    background: none;
    z-index: 1;
    padding: 0 20px;

    color: #333333;
    line-height: 120%;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    margin: 0 auto;
        margin-bottom: 18px;
}

.sertificate_box h2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 160%;
    position: absolute;
    right: -160%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;    
}

.sertificate_box h2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 160%;
    position: absolute;
    left: -160%;
    top: -50%;
    margin-top: 41px;
    border-bottom: 5px solid #cacaca;    
}

.product_text ul {
    padding-left: 15px;
    margin-top: 0;
}

.fot_menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.fot_menu li:last-child {
    margin-right: 0;
}

.cat_drive .title_cat_box {
    bottom: 0;
    padding-bottom: 40px;
    padding-top: 20px;
}

.title_cat_box {
    position: relative;
    bottom: 40px;
}

.category .title_cat_box {
    position: relative;
    bottom: 20px;
    margin-top: 40px;
}

.title_cat_box .title_cat_table .top_title:after {
    width: 400%;
    right: -400%;
}

.title_cat_box .title_cat_table .top_title:before {
    width: 400%;
    left: -400%;
}

/* .service_attr .uk-width-1-1 {
    padding-left: 0;
} */

.service_attr .top_image_item_box, .service_attr .top_text_item_box {
    background: none;
    border: none;
}

.sertificate_attr .top_image_item_box, .sertificate_attr .top_text_item_box {
    background: none;
    border: none;
    padding-bottom: 0;
}

.sertificate_attr .top_text_item_box {
    margin-top: -60px;
    margin-bottom: 30px;
}

.delivery .sertificate_box .img_box_content {
    margin: 15px;
}

.delivery .what_block {
    left: 0;
}

.inner_wrapper .contact_item p {
    margin-top: 5px;
    padding-left: 35px;
}

.inner_wrapper .contact_item a {
    color: #ffffff;
    text-decoration: underline;
}

.inner_wrapper .contact_item a:hover {
    text-decoration: none;
}

.contact_item {
    position: relative;
}

.contact_item i {
    position: absolute;
    left: 0;
    top: 1px;
}

.delivery_img {
    float: left;
    margin-right: 20px;
    width: 120px;
    position: relative;
    top: -17px;
}

.delivery_box p {
    margin-top: 0;
    font-size: 16px !important;
}

.delivery_box_item {
    padding: 20px 20px;
    padding-left: 90px;
    /* background: #f3f3f3; */
    margin-top: 20px;
    position: relative;
}

.delivery_box_item ul {
    position: relative;
    top: -17px;
    padding-left: 45px;
}

.delivery_box_item img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 50px;
}

.delivery_box_item h3 {
    font-size: 25px;
    padding-bottom: 20px;
    position: relative;
    top: 15px;
}

.delivery_box_item p {
    line-height: 1.3;
    font-size: 16px !important;
    position: relative;
    margin-left: 15px;
}

.delivery_box_item .delivery_box_item.quote_box p {
    margin-left: 0;
}

.delivery_box_item p:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: #006ab4;
    margin-right: 5px;
    margin-top: -4px;
    position: absolute;
    top: 10px;
    left: -15px;
}

.note {
    position: relative;
    padding: 7px;
    padding-left: 0;
}
.note img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}

.note p {
    /* padding-left: 70px; */
    margin-bottom: 0;
    /* font-weight: bold; */
    text-align: left;
}

.delivery_box_item.note_box {
    margin-top: 20px;
    padding-left: 20px;
}

.delivery_box_item .delivery_box_item.quote_box {
    margin-left: 0;
    margin-bottom: 20px;
}

.delivery_box_item.quote_box p:after {
    display: none;
}

.delivery_box_item .underline_text {
    text-decoration: underline;
    font-size: 16px !important;
}

.pay_box_item {
    margin-bottom: 0px;
    margin-top: 40px;
}

.delivery_pay {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 90px;
}

.pay_text {
    display: inline-block;
    vertical-align: middle;
}

.delivery_box_top {
    margin-bottom: 70px;
}

.quote_box {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 80px;
    border-top: 5px solid #006ab4;
    background-color: #eef3f7;
    margin-left: 90px;
}

.quote_box p {
    font-style: italic;
        color: #D05;
        margin-left: 0;
}

.delivery_box_item.quote_box {
    padding-left: 90px;
}

.pay_delivery_block_box h2.tit:before {
    top: -50%;
    right: auto;
    left: -200%;
}

.pay_delivery_block_box h2.tit:after {
    top: -50%;   
    right: -200%;
}

.pay_delivery_block_box_content {
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.8;
}

.pay_delivery_block_box_content .uk-grid .uk-width-1-2:nth-child(2) img {
    width: 140px;
    position: relative;
    bottom: 30px;
}

.pay_delivery_block_box_content .uk-grid .uk-width-1-2:nth-child(2) .pay_text_box {
    width: 70%;
}

.pay_delivery_block_box_content span {
    font-size: 21px;
    font-weight: bold;
}

.pay_img {
    display: inline-block;
    vertical-align: top;
}

.pay_delivery_block_box_content img {
    width: 80px;
    height: auto;
}

.pay_delivery_block_box_content ul li:before {
    top: 11px;
}

.pay_text_box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    width: 80%;
}

.pay_delivery_block_box_content .pay_text_box  ul li:before {
    top: 15px;
}



.pay_text_box ul:not(.nice_marker) li:before  {
    display: none;
    
}

.pay_text_box ul:not(.nice_marker) {
    padding-left: 0px;
}

.pay_delivery_block_box {
    margin-bottom: 60px;
}

.all_products_cat_box span {
    color: #333333;
    text-transform: none;
}

.all_products_cat_box .uk-grid .uk-width-1-10 {
    padding-left: 0px;
}

.all_products_cat_box .uk-grid .uk-width-1-10:first-child {
    padding-left: 25px;    
}

.all_products_cat_box ul li.level-1 {
    display: none;
}

.all_products_cat_box ul li.level-1 li.level-2-1 {
    display: block;
}

.all_products_cat_box .all_product_category_item span {
    margin-bottom: 0px;
}

.all_products_cat_box {
    margin-top: 20px;
    margin-bottom: 10px !important;
    height: 100px;
}

.all_product_category_item {
    transition: ease 0.2s;
}

.all_product_category_item img {
    display: block;
    width: auto;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: ease 0.2s;
}

.all_product_category_item:hover img {
    height: 70px;
}

.all_product_category_item {
    position: relative;
}

.all_product_category_item a {
    font-size: 16px;
}

.all_product_category_item:hover a {
    color: #006ab4;
}

.drive_list_item, .ac_list_item, .dc_list_item {
    position: relative;
}

.ac_list_item.first .all_product_category_item:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    left: 0px;
    border-left: 2px solid #006ab4;
    -webkit-box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
    -moz-box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
    box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
}

.ac_list_item.last .all_product_category_item:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    right: 0px;
    border-right: 2px solid #006ab4;
    -webkit-box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
    -moz-box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
    box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
  
}

.dc_list_item.first .all_product_category_item:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    left: 0px;
    border-left: 2px solid #006ab4;

}

.dc_list_item.last .all_product_category_item:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    right: 0px;
    border-right: 2px solid #006ab4;
-webkit-box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
-moz-box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
}

.drive_list_item.first .all_product_category_item:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    left: 0px;
    border-left: 2px solid #006ab4;

}

.drive_list_item.last .all_product_category_item:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    right: 0px;
    border-right: 2px solid #006ab4;
     -webkit-box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
    -moz-box-shadow: 7px 0px 12px -6px rgba(0,106,180,1);
    box-shadow: 7px 0px 12px -6px rgba(0,106,180,1); 
}

.delivery_box_item.quote_box.round_medium {
    background: url(../images/round.png) no-repeat;
    background-size: 50px;
    background-position: 20px 15px;
    background-color: #eef3f7;
}

.delivery_box_item.round_medium {
    background: url(../images/round.png) no-repeat;
    background-size: 50px;
    background-position: 20px 15px;
    background-color: none;
}

body .contents_main.round_medium {
    background: url(../images/round.png) no-repeat;
    background-size: 50px;
    background-position: 0px 0px;
    background-color: none;
    padding-left: 60px;
    min-height: 50px;
}

.round_medium {
    background: url(../images/round.png) no-repeat;
    background-size: 50px;
    background-position: 20px 15px;
    background-color: none;
}

.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: unset;
    top: 10px;
    margin-bottom: unset;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    background: rgba(94, 96, 99, 0.55);
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    text-shadow: 1px 1px #000;
}

.uk-tooltip-my {
    background: RGBA(27, 27, 27, 0.75) !important;
    border-radius: 10px;
    color:#FFF !important;
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px #000;
}

.uk-tooltip-my.uk-tooltip-top::after {
	border-top-color: RGBA(27, 27, 27, 0.75) !important;
}

#image-wrapper {
     padding-bottom: 10px;
}
#image-wrapper img:hover {
    border: 1px solid #006AB4;
    box-shadow: 4px 1px 5px rgba(0,0,0,0.4);
}

#image-wrapper img {
    border: 1px solid #CCCCCC;
    width:  100%;
    height: 175px;
    display: block;
    margin: 0px auto;
}

.tickets-row h3.title
{
    margin-bottom: 0px;
}

.tickets-row 
{
   margin-bottom: 20px;
}

.tickets-row .content
{
    margin-left: 20px;
}

.analogList
{
    text-align:left;
}
.analogList .tickets-row 
{
   display: inline-block;
    padding: 0;
    width: auto;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.analogList .tickets-row::after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -7px;
    right: 0;
    color: #999999;
    font-size: 25px;
}

.analogList .tickets-row:last-child::after {
    display: none;
}

.seria {
    display: inline;
}

.seria h3{
    color: #d05; 
    font-style: italic;
    display: inline;
    font-size: 16px;
    cursor: pointer;
}

.seria .tiporazmer p
{
    background: #dce2ee;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #006ab4;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.seria .tiporazmer{
    display: none;
    overflow:hidden;
    margin: 0;
    height: 0; 
    width: 0;
    padding-left: 10px;
    color: #d05; 
    font-style: italic;
    text-align:left;
}

.seria:hover .tiporazmer {
  margin-left: 10px;
  display: inline !important;
  width: auto;
  height:100%;
  top: -6px;
  position: relative;
}

.seria:last-of-type:after {
  content: '.';
  display: inline;
  vertical-align: middle;
}

.seria:after
{
  content: ',';
  display: inline;
  vertical-align: middle;
}

.seria .tiporazmer table tr td
{
    font-size: 11px;
    padding-left: 10px;


}

.seria .tiporazmer table
{
    margin: 0 auto;
    text-align: center;
    font-style: normal;
    margin-bottom: 20px;
}

.seria .tiporazmer table tr:first-child 
{
    background:#f3f1f1;
}

/*opros list >>>*/
.qinput_container {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
}

.input_table {
    display: table;
    /* width: 110px; */
    position: relative;
}

.input_table .nice_input, .nice_input {
    width: 45%;
    text-align: left;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #333333;
    background: unset;
}

.input_table .nice_input {
    text-align: left;

}

.input_table .nice_input:nth-child(1){
    padding-left: 10px;
}

.input_table span {
    background: none;
    position: absolute;
    top: 0;
}

.input_block.temp .input_val {
    position: relative;
    left: -15px;
    top: 1px;    
}

.input_block.temp .input_table {
    /* width: 110px; */
}

.input_block.hum .input_text p {
    width: auto;
    padding-right: 10px;
}

.input_block.hum .input_text.height p {
    width: 115px;
    padding-right: 0;
} 

.input_block .radio_box p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 19px;
    float: left;
}

.radio_row1 .radio_box p {
    width: 120px;
}

.radio_row1 .radio_box label {
    width: 170px;
}


.radio_row1 .radio_box label[for="setup1"], .radio_row1 .radio_box label[for="setup2"] {
    width: 170px;
    /* margin-right: 40px; */
}

.radio_row1 .radio_box label[for="setup1"], .radio_row1 .radio_box label[for="atm1"] {
    width: 140px;
    margin-right: 40px;
}

.radio_row1 .radio_box label[for="setup2"], .radio_row1 .radio_box label[for="atm2"] {
    margin-right: 40px;    
}

.radio_row2 .input_container.box:nth-child(2) .radio_box label[for="controltemp2"] {
    width: 151px;
    margin-left: 14px;
}

.radio_row2 .input_container.box:nth-child(2) .radio_box label[for="controltemp1"] {
    margin-left: 0;
    width: 209px;
}

.radio_row2 .input_container.box:nth-child(3) .radio_box label[for="heater2"] {
    width: 150px;
}

.radio_row2 .input_container.box:nth-child(3) .radio_box label[for="heater1"] {
    width: 210px;
}

.radio_row2 .input_container.box:nth-child(3) .radio_box > p {
    margin-right: 25px;
}

.radio_row4 .input_container.box:nth-child(2) .radio_box p {
    width: 415px;
    text-align: left;
}

.radio_row4 .input_container.box:nth-child(3) .radio_box p {
    width: 415px;
    text-align: left;
}

.radio_row4 .input_container.box:nth-child(2) .radio_box label[for="freeze1"],
.radio_row4 .input_container.box:nth-child(3) .radio_box label[for="datasp1"]
{
    width: 180px;
}

.radio_row4 .input_container.box:nth-child(2) .radio_box label[for="freeze2"],
.radio_row4 .input_container.box:nth-child(3) .radio_box label[for="datasp2"]
{
    width: 280px;
}

.radio_row6 .input_container.box .radio_box label[for="controltemp2"]
{
    width: 161px;
}

.radio_row6 .input_container.box .radio_box label[for="klembox4"]
{
    width: 113px;
}



.radio_row3 .radio_box p
{
    font-size: 17px;
    top: 5px;
    position: relative;
    display: inline-block;
    margin-right: 65px;
    width: 175px;
    text-align: left;
}
.radio_row3 .radio_box label[for="mpusk1"] {
    margin-left: 0;
    width: 248px;

}

.radio_row3 .radio_box label[for="mpusk2"] {
    margin-left: 0;
    width: 315px;
}


.radio_row3 .radio_box label[for="mpusk3"] {
    margin-left: 240px;
}

.radio_row3 .radio_box label[for="mpusk4"] {
    margin-left: 0;
    width: 316px;
}



.checkbox_radio {
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    display: inline-block;
    vertical-align: middle;
}

.radio_row2 .input_container.box:first-child .radio_box p {
    width: 211px;
}

.radio_row2 .input_container.box:nth-child(2) .radio_box p {
    width: 355px;    
}

.radio_row2 .input_container.box:nth-child(2) .radio_box p, .radio_row2 .input_container.box:nth-child(3) .radio_box p  {
    width: 355px;
    text-align: left;
}

.radio_row2 .input_container.box:nth-child(2) .radio_box label {
    margin-left: 15px;
}

.radio_row2 .input_container.box:nth-child(2) .radio_box label, .radio_row2 .input_container.box:nth-child(3) .radio_box label {
    width: 143px;
    /* margin-right: 69px; */
}

.radio_row2 .input_container.box:nth-child(1) label[for="speed3"] {
    width: auto;
}

.text {
    float: left;
    margin-right: 15px;
}

/* .input_container .text {
    float: left;
    margin-right: 15px;
} */

.input_block .radio_box input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.input_block .radio_box input[type="radio"] {
    display: none;
}

.input_block .radio_box input[type="radio"]:checked + .text + .checkbox_radio {
    background: url('/assets/images/round.png') center no-repeat;
    background-size: 13px;
    float: right;
    position: relative;
    top: 11px;
}



.radio_box {
    margin-bottom: 10px;
}

.radio_box label {
    margin-bottom: 0;
    font-size: 17px;
    position: relative;
    display: inline-block;
    top: 3px;
    font-weight: normal;
    margin-right: 55px;
    text-align:right;
    vertical-align: middle;
}

.radio_row2 .input_container.box:nth-child(2) .radio_box p {
    margin-right: 50px;
}

.radio_row2 .input_container.box:nth-child(3) .radio_box p {
    margin-right: 65px;
}



.input_container {
    margin-top: 30px;
}

.input_container h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.input_container.box {
    margin-top: 0px;
}

.qinput_box.count .input_text p {
    width: 330px;
}

.qinput_box.count .input_pole {
    width: 100px;
}

.result_text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.questionnaire_form_wrapper .result_text p {
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
}

.questionnaire_form_wrapper .button_doc
{
    left: 35px;
    top: 0px;
    background: #e1e7f3;
    color: #006ab4;
    border: 3px solid #006AB4;
    transition: ease 0.4s;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}

.input_table span.qutplus_text {
    left: 50%;
    width: 10px;
    margin-left: -10px;
    top: 2px;
}

.input_table span.qutminus_text {
    left: 0;
    font-size: 19px;
}

.input_table .nice_input:focus, .nice_input:focus {
    outline: none;
    border-bottom: 1px solid #1065a1;
}

.input_table .nice_input:nth-child(2) {
    margin-left: 0px;
    padding-left: 10px;
}

.input_block.hum .input_text.quhumidity p {
    width: 100px;
}

.input_block.radio_block {
    
}

.input_text.temp p {
    width: 290px;
}

.qinput_container h3 {
    font-weight: bold;
}

.input_container textarea {
    width: 100%;
    height: 102px;
    resize: vertical;
    border: 1px solid;
    line-height: 22px;
}

.input_container textarea:focus {
    outline: none;
}

.btn_container {
    text-align: center;
    margin-top: 30px;
}

.btn_container button {
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 21px;
    border: 2px solid #1065a1;
    color: #1065a1;
    transition: ease 0.2s;
}

.btn_container button:hover {
    background: #1065a1;
    color: #ffffff;
}

.ext_info_desc {
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    top: -10px;
}

.input_container.ext_info_desc {

}

.qinput_container label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
}

.input_text, .input_pole, .input_val {
    /* float: left; */
    display: table-cell;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    margin-right: 10px;

}

.quest_form {
    padding-left: 35px;
    padding-right: 35px;
}

.inner_wrapper_box .quest_form .uk-width-10-10
{
    padding-left: 35px;
}

.qinput_container .uk-grid .uk-width-2-5:first-child
{
   padding-left: 15px;
}

.quest_form .uk-grid
{
    margin-left: -15px;
}

input[name="qutminus"], input[name="qutplus"] {
    display: table-cell;
    vertical-align: middle;
}

.quest_form .input_val p {
    margin-left: 5px;
        width: 70px;
}

.input_text p {
    width: 250px;
}

.input_text.quregspeed p
{
    width: 293px;
}

.input_text.quclassexpdef p
{
    width: 310px;
    margin-left: 150px;
}

.radio_row5 .radio_box p{
    font-size: 17px;
    position: relative;
    top: 3px;
}
.radio_row6 .radio_box p{
    font-size: 17px;
    position: relative;
    top: 3px;
}


.input_text.quname p {
    width: 150px;
}

.input_text.quproject p {
    width: 70px;
}

.input_text.qupower p {
    width: 95px;
}

.input_text.qubinner p {
    width: 285px;
}


.input_text.qugzset p {
    width: 205px;
}

.input_text.qukpd p {
    width: 45px;
}

.input_text.qucosf p {
    width: 50px;
}

.input_text.quipusk p {
    width: 220px;
}

.input_text.qumpusk p {
    width: 260px;
}


input#qucosf {
        width: 136px;
}


.input_text.quinorm p {
    width: 160px;
}

.input_text.qurspeed p {
    width: 180px;
}

.input_text.qufax p {
    width: 90px;
}

.input_text.qumail p {
    width: 55px;
}

.input_text.quadress p {
    width: 60px;
}

.input_text.quspeed p {
    width: 205px;
}

.input_text.qumspeed p {
    width: 130px;
}

.input_text.qumaxspeed p {
    width: 130px;
}

.input_text.qubanchor p {
    width: 170px;
}

.input_text.quexcitation p {
    width: 230px;
}

.input_text.qua p {
    width: 155px;
}

.input_text.quianchor p {
    width: 90px;
}

.input_text.quwork p {
    width: 130px;
}

.input_text.qumontage p {
    width: 210px;
}

.input_text.qucooling p {
    width: 165px;
}

.input_text.quinsulation p {
    width: 290px;
}

.input_text.qukormat p {
    width: 160px;
}

.input_text.qudefend p {
    width: 145px;
}

.input_text.quheight_axis p {
    width: 190px;
}

.input_text.qudrive p {
    width: 280px;
    margin-bottom: 12px;
    font-size: 15px;
}

.input_pole.qudrive {
    display: inline;
}


input.nice_input p {
    width: 130px;
}

.input_pole, .input_pole input {
    width: 100%;    
}

.qinput_box {
    margin-bottom: 10px;
}

.qinput_box input {
    width: 100%;
}

.quest_form .tit {
    text-align: center;
    margin-bottom: 40px;
}

.quest_form .tit h2 {
    font-size: 21px;
}

.quest_form p {
    font-size: 17px;
}

.quest_form p, .quest_form h2 {
    margin: 0;
}

.questionnaire_form_wrapper {
    position: relative;
    
}

@media (max-width: 1500px) {
    .col-lg-6 {
    width: 100%;
}

.delivery_box_wrapper .col-lg-6 {
    width: 50%;
}

.category_product_top_attr_box_item {
    width: 240px;
}
}

@media (max-width: 1200px) {
    
.gallery_motors {
    height: 720px   
}

.top_menu_box ul li {
    margin-right: 10px;
}

.top_menu_box nav {
    margin-right: 2px;
}

.num_tel {
    margin-left: 5px;
}

header .header_box {
    width: 100%;
    text-align: center;
}

header svg {
        margin-right: 5px;
}

.menu_top_wrapper {
    text-align: center;
    width: 100%;
}

.category_product_top_attr_box_item {
    width:310px;
}

.profile_box.nine .service_item {
    text-align: left;
    height: auto;
    margin-bottom: 20px;
}

.profile_box.nine .winding_circle, .profile_box.thirteen .winding_circle {
    width: 60px;
    height: 60px;
    
}

.profile_box.nine .service_items p, .profile_box.thirteen .service_items p {
    display: block;
    text-align: center;
    margin-left: 0;
    font-size: 41px;
    margin: 0 auto;
    margin-bottom: 50px;
    /* margin-right: 0; */
}

.profile_box.nine .service_items p {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile_box.thirteen .service_item {
    max-width: 950px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.service_item {
    margin-bottom: 10px;
    height: 230px;
    width: 400px;
}

.profile_box.nine .service_item { 
    width: auto;
}

.service_item_text p {
    padding-right: 0px;
    padding-left: 20px;
    text-align: left;
}

.service_item_text {
    float: left;
    padding-bottom: 0;
    padding-top: 0;
    height: 175px;
}

.service_item_img {
    display: table;
}

.service_item_img img {
    height: 175px;
}

.gallery_item {
    height: 200px;
}
}

/*<<<end < opros list */



.uk-offcanvas-bar .uk-offcanvas-bar-show
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    
}

.iner-button img
{
    top: 30%;
    position: relative;
    bottom: 50%;
    
}

.uk-offcanvas-bar.uk-offcanvas-bar-show
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.uk-offcanvas-bar.uk-offcanvas-bar-show .iner-canvas-bar
{
    height: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    padding: 20px;
}

.not-active-link {
   pointer-events: none;
   cursor: default;
}

.bg-wrap
{
    width: 100%;
    height: 622px;
    position: absolute;
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    display: block;
    top: -200px;
    overflow: hidden;
    opacity: 0.15;
    filter: grayscale(100%) brightness(140%) contrast(200%);
}

.nav_menu li ul li.level-2-2 > a.select-link
{
    color: #470011 !important;
    text-shadow: 1px 1px 2px #fff;
    
}

.inner_wrapper ul.col2 li
{
    display: inline-block;
    width: 47%;
    margin-bottom: 20px;
}

.inner_wrapper ul.col2 li:last-child
{
    margin-left: 57px;
}


.inner_wrapper .im
{
  
}

.inner_wrapper .im td
{
    border-top: 1px solid #000;    
}

.inner_wrapper .im td.text
{
    width: 100%;    
}

.inner_wrapper .im h3
{
   
}

.inner_wrapper .im .img
{
  
}

.inner_wrapper .im .img img
{

 
}

.inner_wrapper .im p
{
   
}

.inner_wrapper .im .text
{

}


        .oprosnilist
          {
              
         font: normal 17px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
              color: #444;
          }

.oprosnilist .zagolovokoprs {
	font-weight: normal;
	color: #444;
	text-transform: none;
	line-height: 30px;
	font-size: 21px;
	text-align: center;
}

.oprosnilist .spannominal input {
	min-width: 130px;
}

.oprosnilist .spannominal span {
	white-space: nowrap;
}

.oprosnilist .texteare>span {
	margin-bottom: 13px;
}

.oprosnilist .line {
	width: 100%;
	background-color: #19416f;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.oprosnilist .texteare>textarea {
	font: normal 17px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 965px;
	max-width: 965px;
	width: 965px;
	min-height: 120px;
}

.texteare>* {
	display: block;
}

.oprosnilist .texteare {
	padding-left: 20px;
	display: block;
}

.oprosnilist .kollichestvo input {
	flex: initial;
	width: 100px;
}

.oprosnilist .oprosnilist {
	width: 1005px;
	margin: auto;
}

.oprosnilist .checkbox {
	display: flex;
	margin-bottom: 20px;
	padding-left: 20px;
}

.oprosnilist label {
      align-items: center;
	display: flex;
	margin-bottom: 20px;
}

.oprosnilist label span:first-child {
	letter-spacing: 0px;
	color: #444;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 17px;
}

.oprosnilist label input:focus {
	border-bottom: 1px solid #19416f;
}

.oprosnilist label input {
	font-size: 15px;
	outline: none;
	border: none;
	border-bottom: 1px solid black;
	flex: max-content;
	 background: transparent;
}

.oprosnilist .bodyopros {
	width: calc(100% - 20px);
}

.oprosnilist .nominal2 {
	font-size: 16px;
	font-family: "P FBeau Sans Pro", Arial, Helvetica, sans-serif;
}

.oprosnilist .nominal {
	display: block;
	margin-bottom: 11px;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	padding-left: 20px;
}

.oprosnilist .checkbox_radio {
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	display: inline-block;
	vertical-align: middle;
}

.oprosnilist input[type="radio"]:checked+.checkbox_radio {
	background: url('/assets/images/round.png') center no-repeat;
	background-size: auto;
	background-size: 13px;
	float: right;
	position: relative;
}

.oprosnilist .vozbuzhdenie {
	font-family: "P FBeau Sans Pro", Arial, Helvetica, sans-serif;
}


.oprosnilist .zagolovokoprs {
	font-weight: normal;
	color: #444;
	text-transform: none;
	line-height: 30px;
	font-size: 21px;
	text-align: center;
	margin-top: 40px;
}

.oprosnilist .texteare > textarea {
    font: normal 17px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 895px;
    max-width: 895px;
    width: 895px;
    min-height: 120px;
}


.texteare {
	padding-left: 20px;
	display: block;
}

.oprosnilist .spacial>label>span:first-child {
	width: calc(100% - 60px)
}

.oprosnilist .spannominal input {
    min-width: 120px;
}

.oprosnilist .spannominal span {
	white-space: nowrap;
}

.oprosnilist .vozbuzhdenie {text-align: left;}

.oprosnilist .kollichestvo input {
	flex: initial;
	width: 100px;
}

.oprosnilist {
	width: 1005px;
	margin: auto;
}

.oprosnilist .checkbox {
	display: flex;
	margin-bottom: 20px;
	padding-left: 20px;
}

.oprosnilist .checkbox_radio {
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	display: inline-block;
	vertical-align: middle;
}