/*
Theme Name: sitetheme
Theme URI: 
Description: justbepanda@gmail.com
Author: Yuriy Ustinov
Author URI: 
Tags:
*/

/* Font tips
Light 300 
Light 300 Italic  
Normal 400  
Normal 400 Italic 
Semi-Bold 600 
Semi-Bold 600 Italic  
Bold 700 
Bold 700 Italic
Extra-Bold 800 
Extra-Bold 800 Italic

http://www.google.com/fonts#QuickUsePlace:quickUse/Script:cyrillic-ext
 */

/* main block */
@font-face {
    font-family: 'arialregular';
    src: url('arialmt3-webfont.woff2') format('woff2'),
    url('arialmt3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: url(images/wrapper-bg.jpg) repeat;
}

b, strong {
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

i, em {
    font-style: normal;
    font-weight: normal;
    font-family: 'robotoitalic';
}

i b, b i, em b, b em, i strong, em strong, strong i, strong em {
    font-style: normal;
    font-weight: normal;
    font-family: 'robotobold_italic';
}

tr td {
    padding: 5px 10px;
    border: 1px solid #ccc
}

tr th {
    padding: 5px 10px;
    border: 1px solid #ccc
}

tr td p, tr th p {
    margin: 0
}

.page-wrapper {
    width: 100%
}

.inner-site-width {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

@media (max-width: 999px) {
    .inner-site-width {
        width: 100%;
        margin: 0 auto;
    }
}

/* header block */
.header {
    width: 100%;
}

.gidrolast-icon-header {
    background: url(images/logo-header.png) no-repeat 0 15px;
    width: 96px;
    height: 58px;
    margin-top: 14px;
    margin-left: 20px;
    margin-bottom: 15px
}

@media (max-width: 999px) {
    .gidrolast-icon-header {
        background: url(images/logo-header2.png) no-repeat;
        width: 98px;
        height: 26px;
        margin-top: 15px;
        margin-left: 20px;
        margin-bottom: 0px;
        background-size: 98px 26px;
    }
}

.navbar {
    border: 0;
    margin-bottom: 0;
    background-color: #5f8e44;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #A7C957
}

.navbar-toggle {
    border: 0;
    margin-top: 12px
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    height: 3px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar {
    border-radius: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0
}

.nav > li {
    border-bottom: 1px solid #689b4b
}

.navbar-nav {
    margin: 0 -15px;

}

.navbar-default .navbar-nav > li ul.sub-menu {
    margin: 0;
    padding: 0 0 15px 40px
}

.navbar-default .navbar-nav > li ul.sub-menu a {
    color: #fff;
}

.navbar {
    -webkit-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
}

.mobile-navbar {
    display: none;
}

.standart-navbar {
    position: fixed;
    top: 0;
    z-index: 100
}

.standart-navbar .gidrolast-icon-header {
    width: 120px;
    padding: 15px 0;
    margin: 0;
    display: block
}

.standart-navbar .textwidget {
    width: 840px;
    margin-left: 120px
}

.textwidget ul.children {
    display: none;
}

@media (max-width: 999px) {
    .mobile-navbar {
        display: block;
    }

    .footer-stick {
        display: none
    }

    .standart-navbar {
        display: none
    }
}

.mobile-navbar {
    -webkit-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
}

.nav > li > a {
    padding: 10px 20px
}

.standart-navbar {
    background: #5f8e44;
    height: 63px;
    width: 100%;
    -webkit-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    overflow: hidden;
}

.standart-navbar ul.sub-menu {
    display: none
}

.standart-navbar ul, .standart-navbar li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

.standart-navbar li {
    height: 63px;
    width: 120px;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    line-height: normal;
}

.standart-navbar li a {
    color: #fff;
    display: block;
    padding: 14px 8px
}

.standart-navbar .menu-item-50 {
    text-indent: -9999px;
}

.standart-navbar .menu-item-50 a {
    background: url(images/logo-header.png) no-repeat 11px 15px;
    height: 63px
}

.standart-navbar .current_page_item {
    background: #2b4e32
}

.page-list .current_page_item > a {
    font-weight: normal
}

.header-logo-with-phones {
    padding-top: 96px
}

a.logo-header-big {
    width: 242px;
    height: 79px;
    display: block;
    float: left;
}

.header-slogan {
    /*background: url(images/slogan.png);*/
    width: 1px;
    height: 86px;
    float: left;
}

.phone-and-mail {
    float: right;
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px
}

.phone-and-mail span {
    color: #5f8e44;
    padding-right: 5px;
    font-weight: bold
}

.phone-and-mail a {
    color: #333
}

.phone-and-mail {
    text-align: right
}

@media (max-width: 999px) {
    .header-logo-with-phones {
        display: none
    }
}

/* footer block */

.footer-map {

    position: relative
}

.footer-contacts {
    background: rgba(255, 255, 255, 0.8);
    width: 260px;
    position: absolute;
    left: 50%;
    z-index: 50;
    top: 155px;
    margin-left: -460px;
    padding: 20px;
}

.footer-contacts h4 {
    font-family: 'roboto_slabbold', serif;
    color: #5f8e44;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
}

.footer-contacts-col-icons {
    width: 22px;
    float: left;
    color: #6A994E;
}

.footer-contacts-col-text {
    width: 198px;
    float: left;
    margin-bottom: 10px;
}

.footer-contacts-col-text a {
    color: #333333;
    text-decoration: none;
}

.footer-contacts-col-text a:hover {
    text-decoration: underline;
}

.mobile-map {
    display: none
}

@media (max-width: 999px) {
    .footer-contacts {
        background: #fff;
        width: 100%;
        position: relative;
        left: auto;
        z-index: 50;
        top: auto;
        margin-left: 0;
        padding: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        border-top: 1px solid #dcdcdc;
    }

    .normal-map {
        display: none
    }

    .mobile-map {
        display: block
    }

    .footer-contacts h4 {
        color: #5f8e44;
        font-family: 'roboto_slabbold', serif;
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 0;
        text-align: center;
    }
}

.footer-stick {
    position: relative;
    background: #5f8e44;
    -webkit-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
}

.footer-stick a {
    color: #fff;
    display: block;
    padding: 8px 0;
}

.footer-stick a:hover {
    color: #dce0f7
}

.go-to-top-button {
    float: left
}

.go-to-top-button a:hover {
    text-decoration: none
}

.go-to-top-button span {
    padding-right: 10px
}

.footer-stick-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 199;
}

.footer-menu-mobile {
    display: none
}

@media (max-width: 999px) {
    .footer-stick-fix {
        display: none;
    }

    .footer-menu-mobile {
        display: block
    }

}

.footer-menu * {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-menu {
    float: right;
}

.footer-menu a {
    display: block;
    color: #fff;
}

.footer-menu a:hover {
    display: block;
    text-decoration: none;
    color: #fff;
}

.footer-menu ul li ul li ul {
    background: rgba(44, 77, 236, 1);
    padding: 10px 0
}

.footer-menu ul li ul li {
    width: 220px;
    border: none;

    z-index: 1;
}

.footer-menu ul li ul li a {

    padding-top: 3px;
    padding-bottom: 3px;
}

.footer-menu ul li {
    float: left;

}

.footer-menu > ul > li {

}

.footer-menu > ul > li > a:hover {
    text-decoration: underline;
}

.footer-menu > ul > li:last-child {
    padding-right: 0;
    margin-right: 0
}

.footer-menu > ul > li > ul {
    background: #3748a2;
}

.footer-menu > ul > li > ul > li > a {
    height: auto;
    line-height: normal;
    padding: 7px 20px;
    margin: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #689b4b;
}

.footer-menu > ul > li > ul > li:last-child > a {
    background: none
}

.footer-menu > ul > li > ul > li:hover {
    /*background: #2d3c8b;*/
}

.footer-menu > ul > li > ul > li.menu-item-has-children:hover {
    background: rgba(44, 77, 236, 1)
}

.footer-menu > ul > li:last-child > ul > li.menu-item-has-children:hover {
    background: rgba(44, 77, 236, 1);
}

.footer-menu > ul > li > ul > li > a {
    text-decoration: none
}

.footer-menu > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

.footer-menu > ul > li > ul > li > ul > li > a {
    padding-left: 20px;
    font-size: 11px;
    text-decoration: none
}

.footer-menu > ul > li > ul > li > ul {
    background: #2542ce
}

.footer-menu ul li a {

    padding: 9px 15px;

}

.footer-menu .current-menu-item {
    background: #2b4e32;
}

.footer-menu > ul > li > a {
    border-right: 1px solid #325b3a
}

.footer-menu > ul > li:last-child > a {
    border-right: 0
}

.footer-menu li {
    position: relative;
    float: left;
}

.footer-menu ul li ul, .footer-menu:hover ul li ul, .footer-menu:hover ul li:hover ul li ul {

    /*position: absolute;*/
    /*list-style-type: none;*/
    /*width: 220px;*/
    /*bottom: 31px;*/
}

.footer-menu ul li ul li ul, .footer-menu:hover ul li:hover ul li ul {
    bottom: 0;
    left: 0;
}

.footer-menu:hover ul, .footer-menu:hover ul li:hover ul, .footer-menu:hover ul li:hover ul li:hover ul {
    /*visibility: visible;*/
}

/* Same here */
.footer-menu:hover ul li:hover ul li:hover ul {
    position: absolute;
    margin-left: 220px;
}

.footer-menu:hover ul li:hover ul {
    position: absolute;

}

.footer-menu:hover ul li:last-child:hover ul li:hover ul {
    position: absolute;
    margin-left: -220px;
}

/* added rule */
.footer-menu > ul > li > ul {
    bottom: 0;
    top: auto;
    z-index: 1;

}

.footer-menu > ul > li > ul:hover {
    z-index: 3;
}

.footer-menu > ul > li:hover > ul {
    bottom: 100%;
}

.footer-menu-mobile {
    -webkit-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.39);
    position: relative;

}

.footer-menu-mobile ul, .footer-menu-mobile ul li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-menu-mobile > ul > li a {
    display: block;
    background: #5f8e44;
    border-bottom: 1px solid #699d4b;
    padding: 10px 20px;
    color: #fff;
}

ul.collapse {
    display: none
}

.footer-menu-mobile > ul > li > ul > li a {
    background: #5f8e44 url(images/bg-botoom-menu-mobile.jpg) no-repeat 20px 5px;
    padding: 10px 20px 10px 40px
}

/* Center block */
a {
    color: #6A994E;
}

a:hover {
    color: #5c8642;
}

.static {
    margin-top: 50px;
    padding-bottom: 60px
}

.static a {
    color: #6A994E;
    text-decoration: underline
}

.static a:hover {
    color: #659449;
    text-decoration: underline
}

.white {
    background: #fff;
}

h1.pageheader {
    font-size: 24px;
    text-align: center;
    font-family: 'roboto_slabbold', serif;
    color: #386641;
    margin-top: 35px;
    margin-bottom: 20px
}

h1.pageheader.headeruncut {
    margin-bottom: 40px;
    margin-top: 0;
}

h2 {
    font-size: 18px;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h5 {
    font-size: 12px;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h6 {
    font-size: 10px;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.gallery {
    max-width: 820px;
    margin: 0 auto;
}

.gallery img {

}

.catalog {
    margin-bottom: 30px;
}

.owl-prev {
    position: absolute;
    top: 50%;
    background: url(images/nav_left.png) no-repeat;
    width: 19px;
    height: 33px;
    margin-left: -20px;
    margin-top: -16px;
    text-indent: -9999px;
    left: 0;
}

.owl-next {
    position: absolute;
    top: 50%;
    background: url(images/nav_right.png) no-repeat;
    width: 19px;
    height: 33px;
    margin-right: -20px;
    margin-top: -16px;
    text-indent: -9999px;
    right: 0;
}

.owl-item img {

}

.owl-carousel {
    height: auto !important;
}

.gallery-caption {
    position: absolute;
    z-index: 5;

    bottom: 10px;
    background: #fff;
    padding: 5px 10px;
}

.owl-stage-outer {

}

blockquote {
    font-size: 13px;
}

@media (max-width: 999px) {
    .content-center img {
        max-width: 100%;
        height: auto
    }

    .owl-prev {
        position: absolute;
        top: 50%;
        background: url(images/nav_left.png) no-repeat;
        width: 19px;
        height: 33px;
        margin-left: 10px;
        margin-top: -16px;
        text-indent: -9999px;
        left: 0
    }

    .owl-next {
        position: absolute;
        top: 50%;
        background: url(images/nav_right.png) no-repeat;
        width: 19px;
        height: 33px;
        margin-right: 10px;
        margin-top: -16px;
        text-indent: -9999px;
        right: 0
    }

    .gallery {
        padding: 0;
    }

    .static {
        margin-top: 0;
        padding-bottom: 30px;
    }

    h1.pageheader {
        font-size: 16px
    }

    .content-center {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif
    }

    h2 {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif
    }

    h3 {
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif
    }

    h4 {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif
    }

    h5 {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif
    }

    h6 {
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif
    }

    blockquote {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif
    }

}

.sp-head {
    color: #2A2A2A;
    cursor: pointer;
    display: block;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    margin-left: 6px;
    padding: 6px 14px 6px;
    text-align: left;
}

.sp-wrap {
    padding: 0px;
    background: none repeat scroll 0% 0% #f7f7f7;
    border-style: solid;
    border-color: #2848e9;
    border-image: none;
    border-width: 0px 0px 0px 3px;
    clear: both;
    margin-bottom: 10px;
}

/* Продукция block */

.prod-first-big-block-with-image {
    width: 100%;

    background: #fff;
    padding-top: 20px;
}

.prod-first-big-block-with-image-inner {
    height: 500px;
    position: relative
}

.prod-logo {
    width: 242px;
    height: 79px;
    position: absolute;
    left: 0;
    top: 33px;
}

.prod-title-header {
    position: absolute;
    right: 0;
    bottom: 160px;
    background: #6A994E;
    color: #fff;
    font-family: 'roboto_slabregular', serif;
    font-size: 24px;
    padding: 5px 10px;
    text-align: right;
}

.prod-gidrolast-sign {
    position: absolute;
    right: 0;
    bottom: 130px;
    font-family: 'roboto_slabbold', serif;
    font-size: 18px;
    color: #6A994E;
}

.prod-first-big-block-with-image-mobile-inner {
    display: none
}

.prod-first-big-block-with-image-mobile-inner img {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0
}

@media (max-width: 999px) {
    .prod-first-big-block-with-image-mobile-inner {
        display: block
    }

    .prod-first-big-block-with-image {
        display: none
    }
}

.prod-2-block {
    text-align: center
}

.prod-2-block h1 {
    color: #5f8e44;
    font-size: 32px;
    font-family: 'roboto_slabbold', serif;
    margin-top: 60px;
    margin-bottom: 5px
}

.prod-pozag {
    color: #5f8e44;
    font-size: 16px;
    font-family: 'roboto_slabbold', serif;
    margin-bottom: 40px
}

a.prod-button-zakazat {
    background: #BC4749;
    font-size: 15px;
    color: #fff;
    padding: 8px 145px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    margin-bottom: 40px;
    display: inline-block;
}

.prod-first-contacts {
    font-size: 15px;
    margin-bottom: 100px;
    line-height: 24px;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.prod-first-contacts b {
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

@media (max-width: 999px) {
    .prod-2-block h1 {
        color: #5f8e44;
        font-size: 18px;
        font-family: 'roboto_slabbold', serif;
        margin-top: 20px;
        margin-bottom: 5px
    }

    .prod-pozag {
        color: #5f8e44;
        font-size: 14px;
        font-family: 'roboto_slabregular', serif;
        font-weight: normal;
        margin-bottom: 30px
    }

    .prod-first-contacts {
        font-size: 13px;
        margin-bottom: 35px;
    }

    a.prod-button-zakazat {
        background: #BC4749;
        font-size: 15px;
        color: #fff;
        padding: 8px 85px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
        margin-bottom: 30px;
        display: inline-block;
    }
}

/* Меню block */
.product-menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6A994E+0,6A994E+50,5f8e44+51,5f8e44+100 */
    background: #6A994E; /* Old browsers */
    background: -moz-linear-gradient(top, #6A994E 0%, #6A994E 50%, #5f8e44 51%, #5f8e44 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6A994E), color-stop(50%, #6A994E), color-stop(51%, #5f8e44), color-stop(100%, #5f8e44)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6A994E 0%, #6A994E 50%, #5f8e44 51%, #5f8e44 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6A994E 0%, #6A994E 50%, #5f8e44 51%, #5f8e44 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6A994E 0%, #6A994E 50%, #5f8e44 51%, #5f8e44 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6A994E 0%, #6A994E 50%, #5f8e44 51%, #5f8e44 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6A994E', endColorstr='#5f8e44', GradientType=0); /* IE6-9 */
    position: relative;
    z-index: 101;
}

.product-menu ul, .product-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.product-menu ul li a {
    display: block;
    float: left;
    color: #fff;
    padding: 20px 30px;
    border-right: 1px solid #3d3d3d;
    text-transform: uppercase;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.product-menu ul li:last-child a {
    border-right: none
}

a.menu-application {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#BC4749+0,d92e21+50,ca2a1e+52,ca2a1e+100 */
    background: #BC4749; /* Old browsers */
    background: -moz-linear-gradient(top, #BC4749 0%, #BC4749 50%, #ca2a1e 52%, #ca2a1e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BC4749), color-stop(50%, #BC4749), color-stop(52%, #ca2a1e), color-stop(100%, #ca2a1e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #BC4749 0%, #BC4749 50%, #ca2a1e 52%, #ca2a1e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #BC4749 0%, #BC4749 50%, #ca2a1e 52%, #ca2a1e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #BC4749 0%, #BC4749 50%, #ca2a1e 52%, #ca2a1e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #BC4749 0%, #BC4749 50%, #ca2a1e 52%, #ca2a1e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BC4749', endColorstr='#ca2a1e', GradientType=0); /* IE6-9 */
}

@media (max-width: 999px) {
    .product-menu {
        display: none
    }
}

.prod-tech-params {
    padding-bottom: 100px
}

h2.prod-page-h2 {
    font-size: 24px;
    text-align: center;
    color: #5f8e44;
    font-family: 'roboto_slabbold', serif;
    margin-top: 80px;
    margin-bottom: 55px;
}

.prod-tech-params-table {
    float: left;
    width: 480px
}

.prod-tech-params-table table {
    width: 100%;
}

.prod-tech-params-table table tr td {
    background: #e1e1e1;
    padding: 10px;
    font-size: 14px;
    border: 0
}

.prod-tech-params-table table tr:nth-child(2n) td {
    background: #fff;
}

.prod-tech-params-table table tr td span {
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    padding-right: 5px
}

.prod-tech-params-image {
    float: right
}

.prod-tech-params-image a img {
    border: 4px solid #f5f5f5;
}

@media (max-width: 999px) {
    .prod-tech-params {
        padding-bottom: 45px
    }

    h2.prod-page-h2 {
        font-size: 14px;
        text-align: center;
        color: #5f8e44;
        font-family: 'roboto_slabbold', serif;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .prod-tech-params-image {
        display: none
    }

    .prod-tech-params-table {
        width: 100%
    }

    .prod-tech-params-table table tr td span {
        display: block
    }

    .prod-tech-params-table table tr td {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif
    }
}

.prod-equipment {
    padding-bottom: 100px
}

.prod-equipment-text {
    font-size: 14px;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;

}

.prod-equipment-text ol {
    padding: 0;
    margin: 0 0 0 20px
}

.prod-equipment-text ol li {
    padding: 4px 0;
    margin: 0
}

@media (max-width: 999px) {
    .prod-equipment {
        padding-bottom: 50px
    }

    .prod-equipment-text {
        font-size: 12px;
        font-family: 'robotoregular', Arial, Helvetica, sans-serif;
        padding-left: 0;
        border-left: none;
    }
}

.prod-competitive-advantages {
    padding-bottom: 50px
}

.competitive-advantages-item {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
    min-height: 160px
}

.competitive-advantages-text {
    padding: 20px 10px 0 10px;
    font-size: 14px;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

@media (max-width: 999px) {
    .competitive-advantages-item {
        width: 50%;
        margin-bottom: 40px;
        min-height: 140px
    }

    .prod-competitive-advantages {
        padding-bottom: 20px
    }

    .competitive-advantages-text {
        padding: 20px 10px 0 10px;
        font-size: 12px;
        font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    }
}

.prod-about {
    padding-bottom: 80px;
    margin-top: -40px;

}

.prod-about img {
    max-width: 100%;
    height: auto;
}

.prod-about table {
    margin: 10px auto
}

@media (max-width: 999px) {
    .prod-about {
        padding-bottom: 20px
    }

    .not-mobile {
        display: none
    }
}

.manager-image {
    float: left;
    width: 200px
}

.manager-image img {
    border-radius: 100%;
}

.manager-right {
    float: right;
    width: 735px
}

.manager-role {
    margin-top: 25px;
    font-family: 'roboto_slabregular', serif;
    font-size: 15px
}

.manager-name {
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    margin-top: 10px
}

.manager-phone {
}

.manager-mail {
}

.manager-fax {
}

.manager-cont {
    margin-top: 6px
}

.manager-cont span {
    color: #6A994E;
    padding-right: 8px
}

.manager-cont i {
    color: #6A994E;
    padding-right: 6px;
    font-size: 16px
}

.manager-cont a {
    color: #333;
}

.prod-cost {
    padding-bottom: 100px
}

.manager-qrcode {
    padding-left: 30px;
    float: left;
    width: 50%;
}

.manager-contacts-left {
    float: left;
    width: 50%;
}

.manager-qrcode img {
    float: left;
    width: 125px
}

.qr-text {
    font-style: italic;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    width: 190px;
}

.prod-cost-mobile {
    display: none;
    padding-bottom: 40px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.prod-cost-mobile .manager-image {
    float: none;
    width: 200px;
    margin: 0 auto
}

.prod-cost-mobile .manager-role {
    margin-top: 25px;
    font-family: 'roboto_slabregular', serif;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center
}

/*span.pdf-icon {background: url(images/pdficon.png) no-repeat; width: 23px; height:27px; display: inline-block; margin-bottom: -8px;margin-right:8px; }*/
.pdf-catalog a {
    color: #6A994E
}

@media (max-width: 999px) {
    .prod-cost-mobile {
        display: block
    }

    .prod-cost {
        display: none
    }

    .manager-name {
        font-family: 'robotobold', Arial, Helvetica, sans-serif;
    }

    .manager-qrcode {
        margin-left: 0px;
        float: none;
        margin-top: 15px
    }

    .manager-contacts-left {
        float: left;
    }

    .manager-qrcode img {
        float: none;
        width: 125px
    }

    .qr-text {
        font-style: italic;
        margin-left: 0px;
        margin-top: 10px;
        float: none;
    }
}

.prod-order-block {
    padding-bottom: 100px
}

.prod-order-block-message {
    font-size: 14px;
    font-style: italic;
    color: #5f8e44;
    text-align: center;
    margin-top: -40px;
}

.prod-order-block-form {
    width: 460px;
    margin: 40px auto 0
}
.modal .prod-order-block-form {
    width: auto;
    max-width: 460px;
    margin: 0 auto;
}
.modal-title {
    text-align: center;
}
.request-modal a{
    margin-top: 15px;
    background: #BC4749;
    font-size: 15px;
    color: #fff;
    padding: 8px 25px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    display: inline-block;
    text-decoration: none;
}
.request-modal a:hover {
    text-decoration: none;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.6);
}


.prod-order-block-form input {
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    font-size: 14px;
    width: 460px;
    padding: 8px 15px;
    margin-bottom: 20px;

}

.prod-order-block-form textarea {
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    font-size: 14px;
    width: 460px;
    padding: 8px 15px;
    margin-bottom: 20px;
    height: 100px;

}

.prod-order-block-form input[type=submit] {
    background: #BC4749;
    font-size: 15px;
    color: #fff;
    width: 460px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);;
    display: inline-block;
    border: 0;

}

::-webkit-input-placeholder {
    color: #333;
    text-align: left !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #333;
    text-align: left !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #333;
    text-align: left !important;
}

:-ms-input-placeholder {
    color: #333;
    text-align: left !important;
}

@media (max-width: 999px) {
    .prod-order-block {
        padding-bottom: 10px
    }

    .prod-order-block-message {
        font-size: 12px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
        color: #5f8e44;
        text-align: center;
        margin-top: 0px;
    }

    .prod-order-block-form {
        width: 100%;
        margin: 40px auto 0;
    }

    .prod-order-block-form input {
        background: #f6f6f6;
        border: 1px solid #e8e8e8;
        -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
        box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);

        width: 100%;
        padding: 8px 15px;
        margin-bottom: 15px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;

    }

    .prod-order-block-form textarea {
        background: #f6f6f6;
        border: 1px solid #e8e8e8;
        -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
        width: 100%;
        padding: 8px 15px;
        margin-bottom: 15px;
        height: 100px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;

    }

    .prod-order-block-form input[type=submit] {
        background: #BC4749;
        font-size: 13px;
        color: #fff;
        width: 100%;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);;
        display: inline-block;
        border: 0;

    }
}

.prod-gallery {
    padding-bottom: 100px;
}

.prod-gallery .owl-stage-outer {

}

.prod-gallery .owl-prev {
    position: absolute;
    top: 50%;
    background: url(images/nav_left.png) no-repeat;
    width: 19px;
    height: 33px;
    margin-left: -20px;
    margin-top: -16px;
    text-indent: -9999px;
    left: 0;
}

.prod-gallery .owl-next {
    position: absolute;
    top: 50%;
    background: url(images/nav_right.png) no-repeat;
    width: 19px;
    height: 33px;
    margin-right: -20px;
    margin-top: -16px;
    text-indent: -9999px;
    right: 0;
}

@media (max-width: 999px) { {
}

    .prod-gallery .owl-prev {
        position: absolute;
        top: 50%;
        background: url(images/nav_left.png) no-repeat;
        width: 19px;
        height: 33px;
        margin-left: 10px;
        margin-top: -16px;
        text-indent: -9999px;
        left: 0;
    }

    .prod-gallery .owl-next {
        position: absolute;
        top: 50%;
        background: url(images/nav_right.png) no-repeat;
        width: 19px;
        height: 33px;
        margin-right: 10px;
        margin-top: -16px;
        text-indent: -9999px;
        right: 0;
    }

    .prod-gallery {
        padding-bottom: 30px;
    }
}

/*Главная */

a.catalog-item-link {
    display: block;
    position: relative;
    width: 470px;
    height: 257px;
}

/* Solve problem on a non-solid background */
.catalog-item a.catalog-item-link:hover {
    outline: 4px solid #6A994E;
}

.catalog-item-link:hover .item-hover {
    display: block
}

.catalog-item-name {
    position: absolute;
    right: 0;
    bottom: 35px;
    background: #6A994E;
    color: #fff;
    font-family: 'roboto_slabregular', serif;
    font-size: 17px;
    padding: 5px 10px;
    text-align: right;
}

.catalog-item {
    width: 470px;
    height: 257px;
    float: left;
    position: relative;
    background: #fff;
    margin: 0 20px 20px 0
}

.catalog-item img {
}

.catalog-item:nth-child(2n) {
    margin: 0 0 20px 0
}

.home-wrapper {
    margin: 40px 0 40px
}

@media (max-width: 999px) {
    a.catalog-item-link {
        display: block;
        position: relative;
        width: 100%;
        height: 150px;
    }

    /* Solve problem on a non-solid background */
    .catalog-item a.catalog-item-link:hover {
        outline: 4px solid #6A994E;
    }

    .catalog-item-link:hover .item-hover {
        display: block
    }

    .catalog-item-name {
        position: absolute;
        right: 0;
        bottom: 20px;
        background: #6A994E;
        color: #fff;
        font-family: 'roboto_slabregular', serif;
        font-size: 13px;
        padding: 5px 10px;
    }

    .catalog-item {
        width: 100%;
        height: 150px;
        float: none;
        position: relative;
        background: #fff;
        margin: 0 0 20px 0;
        text-align: center
    }

    .catalog-item img {
        height: 150px;
        width: auto;
    }

    .home-wrapper {
        margin: 20px 0 20px
    }
}

.product-menu-fix {
    height: 58px;
}

@media (max-width: 999px) {
    .product-menu-fix {
        height: 0;
    }
}

.fixed-prod-menu {
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0
}

.standart-navbar-delete-fix {
    display: none
}

.fixed {
    top: 90px;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}

.fixed2 {
    top: 58px;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}

.phone-header a {
    font-size: 18px;
}

a.contacts-link {
    text-decoration: underline;
    color: #6A994E
}

a.contacts-link:hover {
    text-decoration: underline;
    color: #386641;
}

.icons-certi {
    background: url(images/icons-certi.png) no-repeat;
    width: 165px;
    height: 28px;
    float: left;
    margin-top: 40px;
    margin-left: 35px;

}

.icons-certi-eng {
    background: url(images/icons-certi-eng.png) no-repeat;
    width: 165px;
    height: 28px;
    float: left;
    margin-top: 40px;
    margin-left: 35px;

}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;

}

.alignright {
    float: right;
    margin: 0 0 15px 15px;

}

.aligncenter {
    float: none;
    margin: 10px auto;
    width: auto;
    display: block;
}

.share-block {
    margin-top: 40px;
    margin-bottom: -40px
}

@media (max-width: 999px) {
    .share-block {
        margin-top: 20px;
        margin-bottom: 0
    }
}

.lang-switch {
}

.lang-switch a {
    background: #dfdfdf;
    font-size: 13px;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    padding: 2px 4px;
    margin-left: 3px;
    text-decoration: none
}

.lang-switch a:hover {
    background: #d0d0d0;
}

.lang-switch a.current-lang {
    background: #334294;
    color: #fff;
}

.lang-switch a.current-lang:hover {
    background: #2c3980;
    color: #fff;
}

/* Добавлено 17.02.2016 галереи, пдф, выбор языка, иконки мессенджеров */

.document-gallery .descriptions.document-icon-row .document-icon {
    max-width: 200px !important;
    padding: 0 0 0 0 !important;
    float: left;
}

.document-gallery .descriptions.document-icon-row img {
    width: auto !important;
    max-width: 100%;
}

.document-gallery .document-icon img {
    width: auto !important;

}

.document-icon {
    float: left;
    width: 200px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
    margin-bottom: 27px !important;
    display: block !important;
    height: 188px;
    position: relative;
    background: #f8f8f8;
}

@media (max-width: 540px) {
    .document-icon {
        float: none;
        width: 200px !important;
        margin: 0 auto 20px !important;
        display: block !important;
        height: 188px;
        position: relative;
        background: #f8f8f8;
    }
}

.document-icon:nth-child(4n) {
    margin-right: 0
}

.document-icon-row:before {
    display: table;
    content: " ";
}

.document-icon-row:after {
    display: table;
    content: " ";
    clear: both;
}

.document-icon-inner {
}

.document-gallery .document-icon .title {
    display: block;
    text-align: left !important;
    background: rgb(240, 240, 240);
    padding: 8px 10px;
    color: #333;
    height: 48px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.document-gallery {
    margin: 20px 0 20px 0
}

.document-icon-row {
    margin: 0 0 0 0
}

.document-gallery .document-icon-row {
    width: auto !important;
}

.document-gallery .document-icon a {
    font-size: 13px !important;
    line-height: 100% !important;
    text-decoration: none;
    overflow: hidden;
}

a[href$='.pdf'] {
    padding: 6px 0 6px 37px;
    background: url(images/pdficon.png) center left no-repeat;
    display: block;
}

.model-booklet a[href$='.pdf'] {
    padding: 3px 0 3px 37px;
    background: url(images/pdficon-red.png) center left no-repeat;
    display: block;
}

.model-booklet a[href$='.jpg'] {
    padding: 3px 0 3px 37px;
    background: url(images/jpgicon-red.png) center left no-repeat;
    display: block;
}

.model-booklet a {
    color: #333;
    font-size: 13px;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.model-booklet a:hover {
    color: #da3027
}

.model-booklet a span {
    text-decoration: underline
}

.phone-and-mail .btn span.caret {
    color: #333;
    padding-right: 0;
    font-weight: normal;
    margin-left: 5px;
}

.phone-and-mail .dropdown-menu {
    right: -1px;
    left: auto;
}

span.lang-select-icon {
    background: url(images/lang-select-icon.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 2px;
}

.phone-and-mail button.dropdown-toggle {
    background: transparent;
    border: none;
    padding-right: 0
}

.phone-and-mail .btn-default:active, .phone-and-mail .btn-default.active, .phone-and-mail .open > .dropdown-toggle.btn-default {
    color: #333333;
    background: transparent;
    border: none;
}

.navbar-nav button.dropdown-toggle {
    background: transparent;
    border: none;
    padding-right: 0;
    color: #fff;
}

.phone-and-mail .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
}

.phone-and-mail ul.dropdown-menu {
    margin-top: 0
}

.phone-and-mail .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.phone-and-mail .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav .btn-default:active:hover, .btn-default.active:hover, .navbar-nav .open > .dropdown-toggle.btn-default:hover, .navbar-nav .btn-default:active:focus, .btn-default.active:focus, .navbar-nav .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .navbar-nav .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: transparent;
    border: none;
}

.navbar-nav .btn-default:active, .navbar-nav .btn-default.active, .navbar-nav .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: transparent;
    border: none;
}

@media (max-width: 999px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        margin-left: 25px;
    }
}

span.lang-select-icon-mob {
    background: url(images/lang-select-icon-mob.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 2px;
}

.nav .dropdown-toggle {
    margin-left: 10px;
}

.qq-icon {
    background: url(images/qq.png);
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    margin-top: -2px
}

i.fa-skype {
    margin-right: 2px
}

i.whatsapp {
    background: url(images/whatsapp-i.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 5px
}

i.viber {
    background: url(images/viber-i.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 3px
}

i.telegram {
    background: url(images/telegram-i.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 3px
}

i.wechat {
    background: url(images/wechat-i.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 3px
}

i.icq {
    background: url(images/icq-i.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 3px
}

/* // Добавлено 17.02.2016  */

/* Дропдаун меню  */
/* Добавлено 08.04.2016  */

.dropdownContain {
    display: none
}

.standart-navbar ul.dropdown-menu {
    display: none;

    padding: 13px 0;
    margin: 0px 0 0;
    width: 240px;
}

.standart-navbar .open > ul.dropdown-menu {
    display: block;
}

/*.header-main-menu .dropdown {*/
/*position: absolute;*/
/*left: 50%;*/
/*bottom: 0;*/
/*margin-left: -11px;*/
/*margin-bottom: -11px;*/
/*}*/

.header-main-menu .dropdown button.dropdown-toggle-menu {
    border-radius: 50px;
    padding: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    box-shadow: 0px -3px 0px 0px #325b3a;
    z-index: 105;
    position: relative;
    outline: none;
}

.header-main-menu .caret-container {
    border-radius: 50px;
    padding: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 105;
    position: absolute;
    outline: none;
    color: #ffffff;
    background-color: #A7C957;
    border: none;
    bottom: 0;
    left: 50%;
    margin-bottom: -11px;
    margin-left: -11px;

}

.header-main-menu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.header-main-menu .dropdown button.btn-default {

}

.header-main-menu .dropdown.open .caret-container {
    color: #2b4e32;
    background-color: #ffffff;
    border: none;
}

.dropdown-menu {
    min-width: 180px
}

.header-main-menu .dropdown:hover .caret-container {
    background-color: #5f8e44;
}

.header-main-menu .dropdown.open .caret-container:hover, .header-main-menu .dropdown.open:hover .caret-container {
    color: #2b4e32;
    background-color: #ffffff;
    border: none;
}

.standart-navbar ul.dropdown-menu {
    /*margin-left: -49px;*/
    /*margin-top:-11px;*/
    background: #2b4e32;
    font-size: 13px;
}

.standart-navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    border-radius: 0;
    border: 0;
}

.standart-navbar ul li:last-child .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    border-radius: 0;
    left: auto;
    margin-left: 0;
    /*margin-right:-49px;*/
}

.header-main-menu li.dropdown.open {
    background: #2b4e32;
}

.header-main-menu li.dropdown.open a:focus {
    text-decoration: none
}

.standart-navbar ul.dropdown-menu li {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}

.standart-navbar ul.dropdown-menu li a {
    color: #fff;
    display: block;
    padding: 8px 8px;
    white-space: normal;
    border-bottom: 1px solid #325b3a;
}

.standart-navbar ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

.standart-navbar ul.dropdown-menu li a:hover, .standart-navbar ul.dropdown-menu li a:focus {
    background: #2b4e32;
    text-decoration: underline;
}

.standart-navbar .current-page-ancestor {
    background: #2b4e32;
}

.standart-navbar ul.dropdown-menu li.current_page_item a {
    background: #325b3a;
}

.standart-navbar ul.dropdown-menu li.current_page_item a:hover {
    background: #2b4e32;
}

.menu-hidden-button {
    width: 120px;
    height: 63px;
    position: absolute;
    background: transparent;
    top: -52px;
    left: -49px;
}

.menu-hidden-button:hover {
}

.underline > a {
    text-decoration: underline
}

.footer-menu .open > ul.dropdown-menu {
    display: block;
}

.footer-menu .dropdown {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 0;*/
    /*bottom: auto;*/
    /*margin-left: -11px;*/
    /*margin-top: -11px;*/
}

.footer-menu .dropdown .caret-container {
    border-radius: 50px;
    padding: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    box-shadow: 0px 3px 0px 0px #325b3a;
    z-index: 105;
    position: absolute;
    outline: none;
    top: 0;
    bottom: auto;
    left: 50%;
    margin-left: -11px;
    margin-top: -11px;
    color: #ffffff;
    background-color: #A7C957;
    border: none;
}

.footer-menu .dropdown.open button.dropdown-toggle-menu {
    border-radius: 50px;
    padding: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 105;
    position: relative;
    outline: none;
}

.footer-menu .dropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 5px dashed;
    border-bottom: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -2px;
}

.footer-menu .dropdown button.btn-default {

}

.footer-menu .dropdown.open button.btn-default {
    color: #2b4e32;
    background-color: #ffffff;
    border: none;
}

.footer-menu .dropdown.open .caret-container {
    color: #2b4e32;
    background-color: #ffffff;
    border: none;
}

.footer-menu .dropdown button.btn-default:hover {
    background-color: #4864ff;
}

.footer-menu ul.dropdown-menu {
    margin-left: 0px;
    margin-bottom: 0px;
    background: #2b4e32;
    font-size: 13px;
    width: 230px;
    padding: 10px 0;
    -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}

.footer-menu .dropdown-menu {
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
    z-index: 102;
    border-radius: 0;
    border: 0;
}

.footer-menu ul li:last-child .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 102;
    border-radius: 0;
    left: auto;
    margin-left: 0;
    margin-right: -49px;
}

.footer-menu li.menu-open {
    background: #2b4e32;
}

.footer-menu ul.dropdown-menu li {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}

.footer-menu ul.dropdown-menu li a {
    color: #fff;
    display: block;
    padding: 8px 8px;
    white-space: normal;
    border-bottom: 1px solid #325b3a;
}

.footer-menu ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

.footer-menu ul.dropdown-menu li a:hover {
    background: #2b4e32;
    text-decoration: underline;
}

.footer-menu .current-page-ancestor {
    background: #2b4e32;
}

.footer-menu ul.dropdown-menu li.current_page_item a {
    background: #325b3a;
}

.footer-menu ul.dropdown-menu li.current_page_item a:hover {
    background: #2b4e32;
}

.footer-menu .menu-hidden-button {
    width: 149px;
    height: 40px;
    position: absolute;
    background: transparent;
    bottoM: -29px;
    left: -64px;
    top: auto;
}

.footer-menu ul li a {
    padding: 11px 15px;
}

.footer-stick a {
    padding: 11px 0;
}

.mobile-navbar .caret-container, .footer-menu-mobile .caret-container {
    display: none;
}

.mobile-navbar .nav .dropdown-toggle, .footer-menu-mobile .nav .dropdown-toggle {
    margin-left: 0
}

.navbar-default.mobile-navbar .navbar-nav > .open > a, .navbar-default.mobile-navbar .navbar-nav > .open > a:hover, .navbar-default.mobile-navbar .navbar-nav > .open > a:focus {
    background-color: #2b4e32;
    color: #fff;
}

.footer-menu-mobile a.dropdown-toggle {

}

.footer-menu-mobile .nav > li > a:hover, .footer-menu-mobile .nav > li > a:focus {
    text-decoration: none;
    background: #5f8e44;
}

.navbar-default.mobile-navbar .navbar-nav .open .dropdown-menu > li > a, .navbar-default.mobile-navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default.mobile-navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #5f8e44 url(images/bg-botoom-menu-mobile.jpg) no-repeat 20px 5px;
    padding: 6px 20px 6px 40px;
    margin-left: 0;
}

.lang-mobile .lang-mobile-button-container {
}

.navbar-default.mobile-navbar .navbar-nav > .active > a, .navbar-default.mobile-navbar .navbar-nav > .active > a:hover, .navbar-default.mobile-navbar .navbar-nav > .active > a:focus, .navbar-default.mobile-navbar li.current_page_parent > a {
    color: #fff;
    background-color: #3747a4;
}

.navbar-default.mobile-navbar .navbar-nav .open .dropdown-menu > li.current-menu-item a, .navbar-default.mobile-navbar .navbar-nav .open .dropdown-menu > li.current-menu-item a:hover {
    background: #3747a4 url(images/bg-botoom-menu-mobile.jpg) no-repeat 20px 5px;
    padding: 6px 20px 6px 40px;
    margin-left: 0;
}

.navbar-default.mobile-navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar-default.mobile-navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default.mobile-navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default.mobile-navbar li {
    display: block;
}

.footer-menu-mobile .navbar-nav {
    margin: 0 0px;
}

.breadcrumbs {
    margin: 0px 0 0;
    color: #666;
    padding: 20px 0 0;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.breadcrumbs a {
    color: #666;
    text-decoration: underline;
    background: rgba(0, 0, 0, 0.05);
    padding: 5px 10px
}

.breadcrumbs a:hover {
    text-decoration: none
}

@media (max-width: 999px) {
    .breadcrumbs a {
        color: #666;
        text-decoration: underline;
        background: transparent;
        padding: 0px 0px
    }
}

.dropdown-menu > li > a {
    white-space: normal;
}

.standart-navbar {
    overflow: visible
}

.footer-menu-mobile ul ul {
    display: none
}

.copyrights {

}

.prod-gallery {
    padding-bottom: 80px;
}

.copyrights .inner {
    width: 960px;
    margin: 0 auto;
}

.copyrights .copy-left {
    float: left;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    width: 320px;
    margin-right: 40px;
}

.copyrights .copy-right {
    float: right;
    color: #666666
}

@media (max-width: 999px) {
    .copyrights {
        margin-bottom: 20px
    }

    .copyrights {
        width: 100%;
    }

    .copyrights .inner {
        width: auto;
        margin: 0 20px;
    }

    .copyrights .copy-left {
        float: none;
        font-family: 'robotomedium', Arial, Helvetica, sans-serif;
        margin-bottom: 20px
    }

    .copyrights .copy-right {
        float: none;
        color: #666666
    }
}

/*Новое меню*/

.standart-navbar li.menu-item:hover ul.dropdown-menu {
    display: block;
}

.footer-menu li.menu-item:hover ul.dropdown-menu {
    display: block;
}

.standart-navbar li.menu-item:hover .caret-container {
    color: #2b4e32;
    background-color: #ffffff;
    border: none;
}

.footer-menu li.menu-item:hover .caret-container {
    color: #2b4e32;
    background-color: #ffffff;
    border: none;
}

.header-main-menu .caret-container {
    z-index: 1055
}

.footer-menu .dropdown .caret-container {
    z-index: 1055
}

.dropdown-menu {
    z-index: 1000 !important;
}

/*Галерея*/
.copyrights {
    padding-top: 0;
}

.owl-stage-outer {

}

.owl-carousel img {

}

.prod-gallery-slider-item, .gallery-item {

}

.owl-stage-outer {
}

.owl-carousel table {

}

.owl-carousel td {

}

@media (max-width: 999px) {
    .owl-stage-outer {
        margin: 0 auto;
        /*max-height: 400px;*/
    }

    .owl-carousel img {
    }

    .prod-gallery-slider-item, .gallery-item {
        text-align: center;
        width: 100%;

    }

    .owl-stage-outer {
    }

    .owl-carousel table {
        width: 100%;
        height: 400px !important;
    }

    .owl-carousel td {
        padding: 0;
        border: 0;
        vertical-align: middle;
        text-align: center;
        height: 380px !important;
        padding: 10px
    }
}

.owl-stage {
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.gallery-item {
    margin: 0 auto
}

@media (max-width: 599px) {
    .owl-stage-outer {
        margin: 0 auto;
        /*max-height: 200px;*/
    }

    .owl-carousel img {

    }

    .prod-gallery-slider-item, .gallery-item {
        text-align: center;
        width: 100%;
    }

    .owl-stage-outer {
    }

    .owl-carousel table {
        width: 100%;
        height: 200px !important;
    }

    .owl-carousel td {
        padding: 0;
        border: 0;
        vertical-align: middle;
        text-align: center;
        height: 200px !important;
    }
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    background: url(images/left-big.png) no-repeat center;
    width: 100px;
    height: 200px;
    margin-left: -90px;
    margin-top: -100px;
    text-indent: -9999px;
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    background: url(images/right-big.png) no-repeat center;
    width: 100px;
    height: 200px;
    margin-right: -90px;
    margin-top: -100px;
    text-indent: -9999px;
    right: 0;
}

.owl-carousel .owl-item img {

}

.prod-gallery-slider {
    width: 820px;
    margin: 0 auto;
}

@media (max-width: 999px) {
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        background: url(images/nav_left.png) no-repeat center;
        width: 39px;
        height: 200px;
        margin-left: 0px;
        margin-top: -100px;
        text-indent: -9999px;
        left: 0;
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        background: url(images/nav_right.png) no-repeat center;
        width: 39px;
        height: 200px;
        margin-right: 0px;
        margin-top: -100px;
        text-indent: -9999px;
        right: 0;
    }
}

/* Change Region styles on the footer right side */
.dropdownsRegion a {
    display: block
}

.regionChange {
    min-height: 200px;
    padding: 5px 15px;
}

div.regionChange.active {

}

.regionChange p {
    /*background: url('/img/inside/change-region-bg.png') left 5px no-repeat;*/
    float: none;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0.5em 0 1.2em;
    text-align: center;
    top: -2px;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;

}

.regionChange p a {
    padding: 0;
    float: none;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.regionChange .blueLine, .regionChange .blueLineWrapper {
    height: 5px;
    width: 100%;
    display: none;
    background-color: #00ADD8;
}

.regionChange p a.active {
    color: #00ADD8;

}

.regionChange div.dropdownsRegion ul {

    margin: 0;
    padding: 0;
}

.regionChange div.dropdownsRegion ul li {
    list-style-type: none;

}

.ul.languages {
    padding-top: 16px;
}

.regionChange div.dropdownsRegion ul.languages li {
    list-style-type: disc;
    margin-left: 15px
}

.mobile-navbar .regionChange a {
    color: #fff;
}

.navbar-default.mobile-navbar .navbar-nav .dropdown-submenu.open .dropdown-menu a {
    background: url(images/lang-dot.png) no-repeat 45px center;
    padding: 2px 20px 2px 57px;
}

.navbar-default.mobile-navbar .navbar-nav .dropdown-submenu.open .dropdown-menu a:hover {
    background: url(images/lang-dot.png) no-repeat 45px center;
    padding: 2px 20px 2px 57px;
}

.navbar-default.mobile-navbar .navbar-nav span.glyphicon-ok {
    font-size: 11px;
}

.phone-and-mail .dropdown-submenu {
    position: relative;
}

.phone-and-mail .dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.phone-and-mail .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.phone-and-mail .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.phone-and-mail .dropdown-submenu.pull-left {
    float: none;
}

.phone-and-mail .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.phone-and-mail span.glyphicon-ok {
    font-size: 11px;
}

.prod-order-block-contacts h2.prod-page-h2 {
    /*margin-top: 0*/
}

.header--z-index--fix {
    z-index: 102
}

/*modela*/
.model-image {
    width: 160px;
    height: 115px;
    background: #b7b7b7;
    margin-right: 40px;
    margin-top: 5px;
    margin-left: 5px;
}

.model-image img {
    margin-top: -5px;
    margin-left: -5px
}

.panel-group .model-panel {
    background: #ececec;
    border: 1px solid #e2e2e2;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-bottom: 20px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);

}

.panel-group .model-panel:hover {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.55);
}

.panel-group .model-panel:hover .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #c5c5c5;
}

.format-status .prod-gallery-slider {
}

.panel-heading {
    padding: 0px;
}

.model-head {
    padding: 15px 20px
}

.model-short-info h3 {
    font-size: 24px;
    color: rgb(51, 51, 51);
    margin: 0 0 6px 0;
    line-height: normal;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;

}

.panel-heading a.show-more-link {
    display: block;
    background: #1d36b8;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 6px 0;
    margin-top: 8px;
    text-decoration: none
}

.panel-heading a.show-more-link:hover {
    background: #1b30a1;
}

.show-more-link span {
    border-bottom: 1px dashed #fff;
}

.model-cost-order {
    width: 190px;
    text-align: center;
    float: right;
    padding-right: 10px
}

.model-short-info {
    float: left;
    width: 490px;
}

.model-short-info table.item-tech-table {
    font-size: 14px;
    border: 0;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.model-short-info table.item-tech-table td {
    border: 0;
    padding: 0 0 0 0
}

.model-short-info table.item-tech-table td.model-s-type {
    padding-right: 10px;
    width: 270px
}

table.item-tech-table span {
}

.model-cost-order {
    border-left: 1px solid #c9c9c9;
    padding-left: 30px;
    padding-top: 23px;
    padding-bottom: 10px
}

.model-cost {
    font-family: 'robotomedium', 'arialregular';
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
}

.model-cost span {
    font-size: 13px;
    color: #999999;
    display: block;

}

.text-below-cost {
    padding-bottom: 10px;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.model-cost-order > button {
    width: 100%;
    text-align: center
}

.model-show-more-block {
    text-align: center;
    padding: 20px 30px;
    font-size: 15px;
    border-top: 1px solid #c9c9c9;
    margin-top: 20px
}

.model-show-more-block a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    text-align: center;
    background: #1d36b8;
    font-size: 15px;
    color: #fff;
    border-radius: 0;
}

.model-show-more-block a:hover {
    background: #1a30a4;
    text-decoration: none
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0
}

.panel-body {
    padding: 0;
    color: #000000
}

.panel-body table thead td {
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.panel-body img {
    max-width: 100%;
    height: auto;
}

.tab-content {
    background: #eeeeee;
    padding: 30px 20px
}

ul.nav-tabs.nav > li {
    border-bottom: 1px solid #dddddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #3333cc;
    border: 0px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    background-color: #dddddd;
    color: #333;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.nav-tabs > li > a:hover {
    background: #d0d0d0;
}

button.btn-model {
    background: #BC4749;
    font-size: 15px;
    color: #fff;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

button.btn-model:hover, button.btn-model:focus, button.btn-model:active {
    background: #BC4749;
    font-size: 15px;
    color: #fff;
    border-radius: 0
}

#imgcode {
    margin: 10px auto;
    display: block
}

.format-status .prod-cost .prod-order-block-form input[type=text], .format-status .prod-cost .prod-order-block-form textarea {
    background: #fff
}

.tab-about table tr td {
    border: 0;
    vertical-align: top;
}

.no-mob {
    display: block
}

.mob {
    display: none
}

.toolspan {
    display: block
}

@media (max-width: 999px) {
    .panel-heading a.show-more-link.no-mob {
        display: none
    }

    .panel-group {
        margin-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .no-mob {
        display: none
    }

    .mob {
        display: block
    }

    .model-head {
        padding: 20px 20px 0 20px;
    }

    .model-short-info h3 {
        text-align: center;
        font-family: 'robotobold', Arial, Helvetica, sans-serif;
        font-size: 15px
    }

    .model-short-info {
        float: none;
        width: 100%;
    }

    .model-image {
        margin: 15px auto 10px;
        text-align: center;
        float: none;
    }

    .item-tech-table-item {
        margin-bottom: 6px;
        font-size: 13px
    }

    .item-tech-table-item span {
        display: inline-block;
        font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    }

    .model-image img {
        margin-top: -5px;
        margin-left: -8px;
    }

    .model-cost-order {
        border-left: none;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
        float: none;
        padding-right: 0;
    }

    .model-cost {
        font-size: 18px;
        text-align: center;
        font-family: 'robotomedium', Arial, Helvetica, sans-serif;
        margin-bottom: 10px;
    }

    .model-show-more-block {
        text-align: center;
        padding: 00px 20px 10px;
        font-size: 15px;
        border-top: 0px solid #c9c9c9;
        margin-top: 0px;
    }

    .model-show-more-block {
        font-size: 13px
    }

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 0px solid transparent;
        border-radius: 0px 0px 0 0;
        background-color: #dddddd;
        color: #333;
        font-family: 'robotomedium', Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .nav.nav-tabs > li > a {
        padding: 10px 10px;
    }

    .tab-content {
        background: #eeeeee;
        padding: 10px 20px;
        font-size: 13px
    }

    ul.nav-tabs.nav > li {
        border-bottom: none;
    }

    ul, ol {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    button.btn-model {
        width: 100%
    }
}

@media (max-width: 999px) {
    .share-block {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .prod-about {

        margin-top: 0px;
    }

    h2.prod-page-h2 {

        margin-top: 30px;

    }

    .prod-cost-mobile {
        display: block;
        padding-bottom: 20px;
    }

    .prod-tech-params {
        padding-bottom: 25px;
    }

    .prod-competitive-advantages {
        padding-bottom: 0px;
    }
}

.prod-about p, .prod-equipment-text p, .prod-equipment-text, .prod-equipment-text li, .manager-text p, .manager-text {
    text-align: justify
}

.copyrights {
    font-size: 14px
}

.copyrights-bg {
    background: url(images/footer-bg.jpg) repeat;
    padding: 40px 0 90px;
}

.footer-line {
    background: #e6e6e6;
    height: 1px;
    margin-bottom: 1px
}

.footer-col-1 {
    width: 320px;
    margin-right: 40px;
    float: left;
}

.copyrights-bg h4 {
    font-family: 'roboto_slabbold', serif;
    font-size: 20px;
    padding: 0;
    margin: 0 0 25px 0
}

.standarts {
    width: 153px;
    height: 28px;
    background: url(images/standart.png) no-repeat;
}

.chlen-test {
    margin-top: 30px;
    font-family: 'robotoitalic';
    width: 230px
}

.chlen-kartinka {
    margin-top: 10px
}

.footer-col-2 {
    float: left;
    width: 330px;
    margin-right: 20px
}

.footer-nazvanie {
    position: relative;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
}

.footer-icons {
    position: absolute;
    top: 0;
    left: -25px;
    color: #5f8e44;
    font-size: 16px
}

.address-footer {
    margin-top: 15px
}

.address-footer p {
    display: inline
}

.footer-col-3 {
    float: right;
    width: 200px;
}

.footer-tel {
    position: relative
}

.footer-mail {
    position: relative
}

.contacts-footer-link {
    margin-top: 5px
}

.footer-col-3 .phone-and-mail {
    text-align: left;
    float: left
}

.footer-col-3 .not-mobile .dropdown > .dropdown-menu {
    bottom: 30px;
    top: auto
}

.footer-col-3 .btn {
    padding-left: 0
}

.footer-dropdown > .dropdown {
}

.footer-tel:first-child .footer-contacts-col-text {
    margin-bottom: 3px
}

.footer-dropdown {
    position: relative
}

.footer-tel .footer-contacts-col-text {
    margin-bottom: 4px
}

.footer-dropdown span.lang-select-icon {
    top: 6px;
}

.footer-col-3 .phone-and-mail {
    font-size: 14px;
    margin-top: 0px;
    line-height: 24px;
}

.footer-share {
    margin-top: 30px
}

.footer-tel.footer-matel-m .footer-contacts-col-text {
    margin-bottom: 9px
}

.phone-and-mail .footer-share span {
    padding-right: 0
}

.footer-level-2 {
    margin-top: 40px;
    font-size: 13px
}

.mobile {
    display: none
}

.not-mobile {
    display: block
}

@media (max-width: 999px) {
    .mobile {
        display: block
    }

    .not-mobile {
        display: none
    }

    .footer-col-1 {
        width: auto;
        margin-right: 0px;
        float: none;
        margin-bottom: 30px;
        margin-left: 20px
    }

    .footer-col-2 {
        width: auto;
        margin-right: 0px;
        float: none;
        margin-bottom: 30px;
        margin-left: 20px
    }

    .footer-col-3 {
        width: auto;
        margin-right: 0px;
        float: none;
        margin-bottom: 30px;
        margin-left: 20px
    }

    .copyrights {
        margin: 0;
        font-size: 13px
    }

    .copyrights-bg {
        padding: 20px 0 20px;
    }

    .copyrights-bg h4 {
        font-family: 'roboto_slabbold', serif;
        font-size: 16px;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .footer-level-2 {
        margin-top: 10px;
        font-size: 13px;
    }

    .dropdown-mobile-footer {
        position: relative;

    }

    .footer-tel .footer-contacts-col-text {
        margin-bottom: 10px;
    }

    .dropdown-mobile-footer .nav .dropdown-toggle {
        padding: 0;
        margin: 0
    }

    .dropdown-mobile-footer .navbar-nav {
        margin: 0
    }

    .dropdown-mobile-footer .nav > li {
        border-bottom: none;
    }

    .dropdown-mobile-footer .nav > li > a:hover, .dropdown-mobile-footer .nav > li > a:focus {
        background: transparent;
        color: #333;
    }

    .dropdown-mobile-footer .dropdown {
        font-size: 13px
    }

    .dropdown-mobile-footer a.dropdown-toggle {
        color: #333
    }

    .dropdown-mobile-footer .nav .open > a, .dropdown-mobile-footer .nav .open > a:hover, .dropdown-mobile-footer .nav .open > a:focus {
        background: transparent;
        color: #333;
        font-family: 'robotobold', Arial, Helvetica, sans-serif;
    }

    .dropdown-mobile-footer .navbar-nav .open .dropdown-menu > li > a, .dropdown-mobile-footer .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 0;
    }

    .dropdown-mobile-footer .navbar-nav .open .dropdown-menu > li li a {
        padding: 3px 0 3px 10px;
    }

    .footer-tel .footer-contacts-col-text {
        margin-bottom: 10px
    }
}

.round-order {
    position: absolute;
    right: 0;
    top: 100px;
}

.round-order a.menu-application {
    height: 95px;
    width: 95px;
    border-radius: 95px;
    line-height: 95px;
    text-align: center;
    color: #fff;
    display: block;
    background: #BC4749;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    box-shadow: 0px 3px 10px 0px rgba(9, 12, 18, 0.26);

}

.model-booklet {

    padding: 10px 0px 5px 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
}

.model-left-side {
    width: 160px;
    float: left;
    margin-right: 40px;
    margin-top: 5px;
    margin-left: 5px;
}

.tab-about table td {
    min-width: 42px;
    padding: 3px;
}

.tab-about table {
    max-width: 100%;
    display: block
}

.post-time {
    text-align: center;
    font-size: 15px;
    color: #999999;
    margin-top: 45px;
}

h1.pageheader.single {
    font-size: 24px;
    text-align: center;
    font-family: 'roboto_slabbold', serif;
    color: #386641;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-list .post {
    width: 295px;
    float: left;
    position: relative;
    margin-right: 37px;
    margin-bottom: 40px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: #fff;
}

.post-list .post:nth-child(3n) {
    margin-right: 0;
}

.post-list .post .post-date {
    position: absolute;
    font-size: 12px;
    font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    background: #6A994E;
    color: #fff;
    top: 188px;
    right: 15px;
    margin-top: -5px;
    padding: 5px 10px;
}

h1.pageheader.single {
    font-family: 'roboto_slabbold', serif;
    font-size: 24px;
    text-align: center;

    color: #386641;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi span.pages {
    padding: 3px 5px 3px 0;
    margin-left: 0;
}

.wp-pagenavi span.current {
    background: #6A994E;
    color: #fff;
}

.wp-pagenavi a {
    background: #ccc;
    color: #333;
}

.wp-pagenavi a:hover {
    background: #6A994E;
    color: #fff;
}

.archive-page {
    margin-bottom: 70px;
}

h1.pageheader.archive-header {
    font-size: 24px;
    text-align: center;
    font-family: 'roboto_slabbold', serif;
    color: #5f8e44;
    margin-top: 40px;
    margin-bottom: 40px;
}

.news-item-border {
    border: 1px solid #e6e5e5
}

.short-header {
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    color: #6A994E;
    display: block;
    line-height: normal;
}

.post-list .post .post-short {
    padding: 15px 15px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.post-list .post .readmore-short {
    padding: 13px;
    text-transform: uppercase;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    border-top: 1px solid #e7e7e7;
}

.post-list .post .readmore-short span:before {
    background: url(images/readmore.png) no-repeat;
    width: 16px;
    height: 13px;
    content: '';
    position: absolute;
    display: block;
    left: 13px;
    top: 1px;
}

.post-list .post .readmore-short span {
    position: relative;
}

.readmore-helper {
    color: #333333;
    text-transform: uppercase;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

a.archive-item-link {
    text-decoration: none;
    display: block;
}

a.archive-item-link:hover .short-header {
    text-decoration: underline;

}

.post-list .post:hover {
    background: #f5f5f5
}

.post-short {
    color: #333;
}

h3.related_post_title {
    font-family: 'roboto_slabbold', serif;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}

h3.related_post_title.last-news-title {
    margin-top: 60px;
    text-align: center;
    color: #5f8e44;
}

.footer-news {
    padding-bottom: 30px;
}

.next-prev-cat {
    padding-bottom: 30px;
}

.footer-news h3.related_post_title.last-news-title {
    margin-top: 80px;
    margin-bottom: 55px;
}

.footer .prod-order-block-contacts {

}

.see-also {
    padding: 40px 0
}

.all-news {
    padding: 0px 0 20px;
    text-align: center
}

.all-news a {
    background: #6A994E;
    font-size: 15px;
    color: #fff;
    padding: 8px 65px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    display: inline-block;
}

.post-list:before {
    content: " ";
    display: table;
}

.post-list:after {
    clear: both;
    content: " ";
    display: table;
}

.owl-carousel.gallery {
    margin: 20px auto
}

.owl-item img {
    /*max-height: 350px;*/
    margin: 0 auto;
    width: auto
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.owl-item {
    background: #fff
}

@media (max-width: 999px) {
    .model-booklet a[href$='.pdf'], .model-booklet a[href$='.jpg'] {
        padding: 13px 0 13px 37px;
    }

    .prod-gallery-slider {
        max-width: 100%
    }

    .post-list .post {
        width: 280px;
        float: none;
        position: relative;
        margin: 0 auto 40px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        background: #fff;
    }

    a.archive-item-link img {
        max-width: 100%
    }

    .post-list .post:nth-child(3n) {
        margin-right: auto;
    }

    h3.related_post_title {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .post-time {
        text-align: center;
        font-size: 15px;
        color: #999999;
        margin-top: 25px;
    }

    h1.pageheader.single {
        font-size: 16px;
        text-align: center;
        font-family: 'roboto_slabbold', serif;
        color: #5f8e44;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    h1.pageheader.archive-header {
        font-family: 'roboto_slabbold', serif;
        font-size: 16px;
        text-align: center;
        color: #5f8e44;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    h3.related_post_title.last-news-title {
        margin-top: 20px;
    }

    .footer-news h3.related_post_title.last-news-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .post-time {
        text-align: center;
        font-size: 13px;
        color: #999999;
        margin-top: 25px;
    }

    .all-news {
        padding: 0px 0 20px;
        text-align: center;
    }

    .owl-item img {

    }

    .dropdown-menu {
        font-size: 13px;
    }

    .lang-mobile .dropdown-menu {
        font-size: 13px;
    }

    .catalog {
        margin-bottom: 0;
    }

    h1.pageheader.headeruncut {
        margin-bottom: 20px;
        margin-top: 0;
    }

    h1.pageheader.home-header {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.reigon-title {
    padding: 3px 10px;
    color: #6A994E;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.dropdown-mobile-footer .reigon-title {
    padding: 3px 0px;
    color: #6A994E;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.navbar-default.mobile-navbar li.reigon-title {
    padding: 3px 20px;
    color: #fff;
    font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}

.static ul, .about-cat ul {
    padding: 0;
}

.static li, .about-cat li {
    list-style: none;
}

.static li:before, .about-cat li:before {
    content: '•';
    padding-right: 5px;
}

.manager-icq svg {
    margin-bottom: -3px;
    display: inline-block;
    margin-right: 8px;
    margin-left: -1px;
}

.jplist-panel {
    margin-bottom: 20px;
}

.jplist-panel {
    display: block;
}

.catalog-item.prev-cat .catalog-item-name {
    right: auto;
    left: 0;
}

.prev-arrow {
    background: url(images/back-arrow.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    left: 10px;
}

.next-arrow {
    background: url(images/next-arrow.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: 10px;
}

.catalog-item.prev-cat, .catalog-item.next-cat {
    outline: 1px solid #ccc;
}

@media screen and (max-width: 999px) {
    .prod-gallery {
        padding-bottom: 30px;
    }
}

.header-search {
    float: left;
    margin-left: 100px;
    margin-top: 37px;

}

.footer-search {
    float: left;
    /*margin-left: 180px;*/
    margin-top: -12px;

}

.mobile-search {
    margin: 10px 0;
}

.mobile-search form.search-form input[type=submit] {
    background: #ccc url(images/musica-searcher2.svg) no-repeat center;
}

form.search-form {
    display: flex;
}

form.search-form input[type=text] {
    border: 1px solid #e1e1e1;
    padding: 9px 10px;
    width: 247px;
    text-align: left;
}

form.search-form input[type=submit] {
    background: #6A994E url(images/musica-searcher.svg) no-repeat center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    border: 0;
}

form.search-form input[type=submit]:hover {
    background: #386641 url(images/musica-searcher.svg) no-repeat center;
}

.filter-data, .facetwp-filter, .facetwp-pager {
    font-size: 18px;
}

.filter-widget {
    background: url(images/footer-bg.jpg) repeat;
    padding: 20px 30px;
    margin: 0 0 35px 0;
}

.facetwp-pager .facetwp-pager-label {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    margin: 10px 10px 0 0;
    display: inline-block;
    color: #333;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
}

.facetwp-pager .facetwp-page {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    margin: 10px 10px 0 0;
    display: inline-block;
    color: #0381bb;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
}

.facetwp-pager {
    margin-bottom: 30px;
    /*height: 40px;*/
}

.facetwp-page.active {
    color: #f03800;
}

.facetwp-page:hover {
    color: #0381bb;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: linear-gradient(to bottom, #fafafa 0, #ededed 100%);
}

.filter-widget-item {
    width: 25%;
    float: left;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.filter-widget-item select {
    width: 100%;
    padding: 5px 3px;
}

.filter-widget h3 {
    color: #2b4e32;
    margin: 0 0 20px 0;
    padding: 0 10px;
    font-size: 18px;
}

.facetwp-facet {
    margin-bottom: 0 !important;
}

.facetwp-selections {
    text-align: center;
    font-size: 14px;
}

.facetwp-pager:after {
    clear: both;
    display: table;
    content: '';
}

.filter-widget-item span {
    margin-bottom: 3px;
    display: inline-block;
}

.filter-widget-item button {
    display: inline-block;
    margin-left: 0px;
    background: #5f8e44;
    padding: 8px 30px 7px;
    width: 100%;
    font-size: 13px;
    color: #fff;
    border: 0;
    margin-top: 23px;
}

.catalog-item-image {
    text-align: center;
}

@media screen and (max-width: 1000px) {
    /*.mainblock, .copyrights {overflow: hidden}*/
    .footer-search {
        display: none;
    }

    .facetwp-pager {
        margin: 0 15px 15px;
    }

    .home-filter.mobile {
        margin-bottom: 20px
    }

    .fix-filter a.toggle-filter, .home-filter a.toggle-filter {
        font-size: 13px;
        text-decoration: none;
        display: block;
        font-family: 'robotobold', Arial, Helvetica, sans-serif;
        background: #ececec;
        color: #333;
        padding: 8px 15px;
    }

    a.toggle-filter span {
        border-bottom: 1px dashed #333;
    }

    a.toggle-filter span.glyphicon-filter {
        border-bottom: none;
        color: #999999;
    }

    .filter-place {
        display: none;
        background: #ececec;
        padding: 10px 15px;
    }

    .filter-widget-item {
        width: 100%;
    }

    .alignright {
        max-width: 50% !important;
    }

    .alignleft {
        max-width: 50% !important;
    }

}

.facetwp-count {
    width: 50px;
    margin: 10px auto;
}

.noUi-connect {
    background: #5f8e44 !important;
}

.facetwp-filter .textwidget {
    display: flex;
    flex-wrap: wrap;
}

.filter-widget-item {
    float: none
}

.facetwp-slider-reset {
    font-size: 13px;
}

.filter-widget-item.reset-div button {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #333;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    padding: 8px 8px;
}

.facetwp-selections li {
    display: inline-block;
    background: #fff;
    font-size: 13px;
    padding: 5px 10px;
    color: #333;
    border-radius: 3px;
    margin: 5px;
}

.facetwp-selections .facetwp-selection-value {
    margin-right: 0 !important;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.footer-share {
    display: flex;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-share .fs-text {
    margin-right: 5px;
    margin-top: 1px
}

.footer-social {
    margin-top: 5px;
}

.footer-social .text {
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-social .buttons a {
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.footer-social .buttons a img {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 1000px) {
    img {
        max-width: 100%;
        height: auto
    }
}

.wpcf7-recaptcha {
    margin-bottom: 10px;
}

.heavylift-specialist {
    margin-top: 10px;
    font-family: 'robotoitalic';
}

.heavylift-specialist img {
    height: 45px;
    vertical-align: bottom;
    margin-left: 3px;
}

/*Чиним мобильное меню*/

.navMenuArrowSub {
    background: #A7C957 url(images/plus-icon.png) no-repeat center center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    border-radius: 3px;
    right: 20px;
    border: 1px solid #689b4b;
}

.navMenuArrowSub.open {
    background: #A7C957 url(images/minus-icon.png) no-repeat center center;
}

.navbar-default.mobile-navbar ul.sub-menu {
    display: none;
}

.navbar-default.mobile-navbar ul.sub-menu a {
    padding: 8px 15px 8px 35px;
    display: block;
}

.navbar-default.mobile-navbar .navbar-nav > li ul.sub-menu {
    padding: 0;
}

.navbar-default.mobile-navbar ul.sub-menu li.current-menu-item {
    background: #3747a4;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: inherit;
}

.footer-lvl-1 {
    margin-bottom: 40px;
}

/*
---------------------
footer external links
---------------------
*/

.footer-external-links {
    background: rgba(0, 0, 0, 0.04);
    padding: 40px 0;
}

.footer-external-links .list {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-external-links .list .item {
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
    padding: 0 15px;
    text-align: center;
    font-family: 'robotoitalic';
    font-size: 13px;
}

.footer-external-links .list .image {
    height: 50px;
    display: flex;
    text-align: center;
    margin-bottom: 15px;
    align-items:center;

}

.footer-external-links .list .item img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    align-self:center;
    margin: 0 auto;

}

.footer-external-links .list .item a {
    text-decoration: none;
    color:#333;
}
.footer-external-links .list .item a:hover {
    color:#6A994E;
}

@media screen and (max-width: 980px){
    .footer-external-links {
        background: transparent;
        padding: 20px 0;
    }
    .footer-external-links .list .item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .footer-external-links .list .item:last-child {
        margin-bottom: 0;
    }
    .footer-external-links .list .item a {
        display: flex;
    }
    .footer-external-links .list .image {
        flex: 0 0 120px;
        max-width: 120px;
        margin-right: 20px;
        display: block;
    }
    .footer-external-links .list .text {
        text-align: left;
    }
    .footer-lvl-1 {
        margin-bottom: 0;
    }
    .footer-level-2 {
        margin-top: 20px;
    }
    .copyrights .copy-left {
        width: auto;
    }

}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-text {
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
}

.recaptcha-text a {
    color: #666;
}

.mt-15 {
    margin-top: 15px;
}