/*-- ============================================== Общие стили =================================================== --*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;

}
html, body{
    font-size: 12px;
    height: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.left{
    float: left;
}
.right{
    float: right;
}
a{
    text-decoration: none;
    color: black;
    font-size: 12px;
}
ul{
    list-style: none;
}
img{
    border: 0;
}
input{
    outline: none;
}
.container{
    width: 970px;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}
.wrap{
    width: 100%;
    min-height: 100%;
    position: relative;
}

ul.full_width{
    font: 14px Verdana, Geneva, sans-serif;
    text-align: justify;
    line-height: 0;
    font-size: 1px;
}
ul.full_width:after{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
ul.full_width li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    vertical-align: top;
}
h1.title{
    color: #c02020;
    font-size: 31px;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0;
}
.sp_catalog{
    padding-bottom: 85px;
    border-bottom: 1px solid #e6e6e6;
}
.sp_catalog h1.title{
    padding-bottom: 25px;
}
.padding_bottom{
    padding-bottom: 140px;
}
.fluid_container{
    padding-top: 40px;
}
strong{
    font-size: inherit;
}
.minheight{
    min-height: 300px;
}
/*-- Full Width --*/
.full_width{
    text-align: justify;
    line-height: 0;
}
.full_width:after{
    content: '';
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: inline-block;
}
.full_width > *{
    display: inline-block;
    text-align: left;
    line-height: normal !important;
    vertical-align: top;
}
/*-- =================================================== Шапка ==================================================== --*/
header{
    padding-top: 30px;
}

header .header_right_bar{
    width: 85%;
    text-transform: uppercase;
}
header .header_right_bar a{
    color: #aaaaaa;
    /*letter-spacing: 1px;*/
}
header .header_right_bar .support a:hover,
header .header_right_bar .search-order a:hover{
    text-decoration: underline;
}
header .header_right_bar .lang ul li{
    float: left;
}
header .header_right_bar .lang ul li a{
    padding: 3px 5px;
    margin-right: 1px;
    display: block;
}
header .header_right_bar .lang ul li.active a,
header .header_right_bar .lang ul li a:hover{
    background-color: #ededed;
}
header .support_wrap{
    position: relative;
    float: left;
    padding-left: 35px;
}
header .header_right_bar .support-wrap{
    position: absolute;
    width: 100%;
    text-align: center;
}
header .header_right_bar .support{
    display: inline-block;
    position: relative;
    left: -45px;
}
header .header_right_bar .support a:before{
    content: '';
    display: block;
    background: url("../img/header/support.png") no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: -3px;
    left: -25px;
}
header .header_right_bar .search-order,
header .header_right_bar .lang{
    position: relative;
}
header .header_right_bar .search-order ul li{
    float: left;
    /*padding-left: 55px;*/
    position: relative;
}
header .header_right_bar .search-order ul li a:before{
    display: block;
    position: absolute;
    top: -5px;
    left: -20px;
    content: '';
    height: 21px;
}
.openModal{
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #aaaaaa;
}
.openModal:before{
    background: url("../img/header/order.png");
    width: 16px;
    display: block;
    position: absolute;
    top: -5px;
    left: -25px;
    content: '';
    height: 21px;
}
.popup-btn{
    position: absolute;
    width: 90px;
    right: 30px;
}
.right_bar_top{
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 17p*/
    position: relative;
}


a.popup-btn:before,
header .header_right_bar .search-order ul li.search i{
    background: url("../img/header/search.png") no-repeat;
    width: 19px;
    display: block;
    position: absolute;
    top: -5px;
    left: -25px;
    content: '';
    height: 21px;
}
header .header_right_bar .search-order ul li.search{
    position: relative;
}
header .header_right_bar .search-order ul li.search .search_form{
    position: absolute;
    top: -10px;
}

header .header_right_bar .search-order ul li.search .search_form .search_submit{
    border: 0;
    text-indent: -9999px;
    height: 24px;
    line-height: 24px;
    width: 41px;
    background: url("../img/search.png") no-repeat 2px -3px;
    cursor: pointer;
    display: none;
    top: 1px;
    right: 1px;
    position: absolute;
}
header .header_right_bar .right_bar_bottom{
    padding-top: 20px;
}
header .header_right_bar .right_bar_bottom h1{
    color: #bc3131;
    font-size: 48px;
    float: left;
    letter-spacing: 3px;
}
header .header_right_bar .right_bar_bottom h4{
    float: left;
    width: 320px;
    font-weight: normal;
    color: #a2a2a2;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 0 0 0;
    display: block;
    letter-spacing: 1px;
}
/*-- =============================================== Навигация ==================================================== --*/
nav{
    text-transform: uppercase;
}
nav ul li:first-child,
nav ul li.first{
    margin-left: 0;
}
nav > ul.top_menu li{
    padding: 30px 0 5px 0;

}
nav ul{
    font: 14px Verdana, Geneva, sans-serif;
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    position: relative;
}
nav ul:after{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
nav ul li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
}
nav ul li a{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: bold;
    position: relative;
    -webkit-transition:-webkit-transform 0.075s linear;
}
nav ul.top_menu a.active:before{
    content: '';
    display: block;
    background: url("../img/cut.png") no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    left: 40%;
    bottom: -26px;
    z-index: 100;
}
nav ul li a:hover{
    color: #e7e758;
}
nav ul.top_menu li:hover .sub_menu_div{
    display: block;
}
.sub_menu_wrap{
    padding-top: 19px;
}
.sub_menu_div{
    position: relative;
    /*z-index: 2000;*/
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    padding: 15px;
}
.sub_menu_width{
    width: 25%;

}
.sub_menu_ul{
    text-align: left;
    text-transform: none;
}
.sub_menu_ul li{
    display: block;
    text-align: left;
    padding: 0 !important;
}
.sub_menu_ul li a{
    font-size: 13px;
    color: #3c3c3c;
    padding: 5px 10px;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 1px;
}
.sub_menu_ul li a:hover,
.sub_menu_ul li a.active{
    background-color: #c02020;
    color: #ffffff;
}
.sub_menu_wrap .download-list{
    margin-right: 20px;
}
.sub_menu_wrap .download-list li a{
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: normal;
    padding: 0;
    position: relative;
    margin-top: 15px;
}
.sub_menu_wrap .download-list li a:before{
    content: '';
    background: url("../img/download.png") no-repeat;
    width: 21px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    top: 5px;
}
.sub_menu_wrap .download-list li a span{
    display: block;
}
.sub_menu_wrap .download-list li a:hover{
    background: none;
    text-decoration: underline;
}
.nav_width{
    margin: 0 auto;
    width: 30%;
}
nav ul.about_company{
    margin-right: 12%;
}

/*-- ================================================ Запчасти ==================================================== --*/
.spare_parts > ul{
    font: 14px Verdana, Geneva, sans-serif;
    /*text-align: justify;*/
    line-height: 0;
    font-size: 1px;
}
.spare_parts > ul:after{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.spare_parts > ul > li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
    width: 30%;
    margin: 20px 0 60px 2%;
    background-color: #ffffff;
    /*border: 1px solid #ffffff;*/
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    border: 1px solid transparent;
}

.spare_parts > ul > li.disableElem:hover{
    border: 1px solid #d8d8d8;

}
.spare_parts > ul > li.activeElem{
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;

}
.spare_parts > ul > li > h3{
    font-size: 17px;
    color: #3c3c3c;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.spare_parts > ul > li:hover > h3 p{
    color: #c10000;
}
.spare_parts > ul > li img{
    margin: 0 auto;
    display: block;
    cursor: pointer;
    padding: 25px 0 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.spare_parts > ul > li h3 img{
    cursor: pointer;
    padding: 25px 0 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.spare_parts > ul > li:hover h3 img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.spare_parts .hover_title{
    color: #3c3c3c;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;

}
.hover_title_sup{
    color: #c10000;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
/*Всплывающее меню*/
.spare_parts_wrap{
    display: none;
    position: absolute;
    left: -1px;
    width: 100%;
    background-color: #ffffff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    z-index: 2000;
    text-align: center;
}
.hover_title{
    display: block;
    padding: 10px 0;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    text-align: center;
}
.spare_parts{
    position: relative;


}
.spare_parts_cathalog{
    padding: 0 10px 10px 10px;
    position: relative;
    text-align: left;
    font-weight: normal;
    z-index: 2000;
}
.spare_parts_cathalog p{
    font-size: 14px;
    color: #3c3c3c;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 15px 0;
}
.spare_parts_cathalog ul li{
    line-height: 24px;
    float: none;
}
.spare_parts_cathalog ul li a{
    color: #717171;
    font-size: 12px;
    padding: 5px 15px;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 2000;
}
.spare_parts_cathalog ul li a:hover{
    background-color: #c02020;
    color: #ffffff;
}
.spare_parts_last{
    position: relative;
    height: 300px;
}
.spare_parts_cathalog ul li a img{
    text-align: center;
    display: block;
}
.spare_parts_last ul{
    text-align: center !important;

}
.spare_parts_last ul li{
    text-align: center;
}
.spare_parts_last ul li .spare_parts_cathalog ul li{
    text-align: left;
}
/*-- ================================================ Новости ===================================================== --*/
.news{
    /*padding-bottom: 60px;*/
}
.news ul.news_block_ul{
    font: 14px Verdana, Geneva, sans-serif;
    font-size: 1px;
    padding-bottom: 50px !important;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.news_block_ul li{
    background-color: #ececec;
}
.news ul > div,
.news ul li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
    flex-basis: 209px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0;
    -webkit-transition-timing-function: ease;
    position: relative;
    margin: 0 10px 20px 20px;
}
/*.news ul li:first-child{*/
/*margin-left: 0;*/
/*}*/
.news ul li a.wrap{
    height: 340px;
    display: block;
}
.cursor{
    /*.cursor a{*/
    cursor: default !important;
}
a.prices_a{
    height: 340px;
    display: block;
    cursor: default;
}
@media screen and (max-width: 1240px) {
    .news .pre_last,
    .news .last{
        display: none;
        visibility: hidden;
        height: 0;
        width: 0;
        -webkit-transition-property: background;
        -webkit-transition-duration: 0.7s;
        -webkit-transition-timing-function: ease;
    }
}
.news_block_ul li:hover{
    background-color: #2f771c;
    cursor: pointer;
}
.news ul li a:hover{
    background-color: #2f771c;
    cursor: pointer;
}
.news_nav .news ul li span{
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 19px;

}
.news ul li:hover a p{
    color: #ffffff;
}
.news ul li a p{
    color: #515151;
    padding: 20px 20px 0 20px;
    line-height: 24px;
    font-family: Arial, sans-serif;
}
.news ul li a p.date{
    position: absolute;
    bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #348632;
    font-family: 'Roboto Condensed', serif;
}
.news ul li:hover a p.date{
    color: #ffffff;
}
.news_block{
    padding-bottom: 0 !important;
}
.news ul.news_ul li{
    margin-bottom: 40px;
}
.news_block_ul{
    padding-bottom: 0 !important;
}
.news_block_ul li{
    margin-bottom: 40px;
}
.news_nav{
    margin: 20px 0 70px 0;
    position: relative;
    z-index: 100;
}
.news_nav li{
    height: 35px !important;
    line-height: 35px !important;
    padding: 0;
    text-align: center !important;
    position: relative !important;
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    width: 209px;
    font-weight: bold;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.news_nav li a:hover{
    background-color: #2f771c;
    cursor: pointer;
}
.news_nav li:before{
    content: '';
    background: none !important;
    margin-left: 0 !important;
}
.news_nav li span.unactive{
    display: none !important;
}
.news_nav li span,
.news_nav li a{
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 19px;
    background-color: #ececec;
    display: block;
}
.news_nav li a:before{
    content: '';
    width: 12px;
    height: 18px;
    display: block;
    top: 8px;
    position: absolute;
}
.news_nav li a.news_nav_left:before{
    background: url("../img/news/left_arrow.png") no-repeat;
    left: 30px;
}
.news_nav li a.news_nav_right:before{
    background: url("../img/news/right_arrow.png") no-repeat;
    right: 30px;
}
.news_nav li:hover a.news_nav_left:before{
    background: url("../img/news/left_arrow-focus.png") no-repeat;
    left: 30px;
}
.news_nav li:hover a.news_nav_right:before{
    background: url("../img/news/right_arrow-focus.png") no-repeat;
    right: 30px;
}
.news_nav li:hover a{
    color: #ffffff;
}
/*Одиночная новость*/
#single_new{
    padding: 0 85px 80px 85px;
}
#single_new h4{
    color: #656565;
    padding-bottom: 25px;
}
.cms-sitemap{
    padding-bottom: 60px;
}
#single_new .article{
    font-size: 14px;
    color: #348632;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#single_new .new_content{
    padding: 30px 0 0 0;
}
#single_new .new_content ul{

    font-size: 14px;
    font-family: Arial !important;
}
#single_new .new_content ul li{
    position: relative;
    margin-left: 15px;
}
#single_new .new_content ul li:before{
    content: '';
    background: url("img/list.png");
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: -12px;
}
.new_content iframe{
    display: block;
    margin: 0 auto;
}
.new_content p{
    padding-bottom: 15px;
}
#single_new .new_content p a{
    font-size: 14px;
    font-family: Arial,serif;
    color: #000000;
}
#single_new .new_content p a:hover{
    /*color: #36a655;*/
    text-decoration: none;
}


#single_new p{
    color: #313131;
    font-size: 14px;
    line-height: 26px;
    font-family: Arial,serif;
}
.twelve p{
    font-size: 12px !important;
}
#single_new p.title{
    font-weight: bold;
    padding: 15px 0;
    font-size: 17px;
}
#single_new p strong{
    font-family: Arial,serif;
}
/*-- ================================================ Warning ===================================================== --*/
.warning{
    border: 9px solid #cccccc;
    margin-top: 50px;
    padding: 50px 0;
}
.warning:hover{
    border: 9px solid #ffb104;
}
.warning .warning_content{
    width: 80%;
    margin: 0 auto;
    min-height: 136px;
    line-height: 24px;
    padding: 10px 0;
    background: url("../img/warning.png") no-repeat 0 18px;

}
.warning .warning_content h3,
.warning .warning_content p{
    padding-left: 170px;
    font-size: 12px;
    color: #383838;
}
.warning .warning_content h3{
    color: #f88405;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 20px;
}
.warning .warning_content p{
    font-family: Arial, sans-serif;
    color: #383838;
    line-height: 24px;
}
/*-- ================================================= About ====================================================== --*/
.about{
    text-align: center;
    font-family: Arial, sans-serif;
    color: #616161;
    line-height: 24px;
    margin: 0 auto;
    padding: 80px 0 125px 0;
    width: 100%;
}
.about img{
    padding-bottom: 15px;
}
.about p{
    width: 80%;
    margin: 0 auto;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
/*-- ================================================ О компании ================================================== --*/
#about_company{
    padding: 0 100px 150px 100px;
}
#about_company iframe{
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}
#about_company p.first{
    color: #656565;
    font-size: 17px;
}
#about_company p{
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
}
#about_company p.signature{
    float: right;
    font-style: italic;
    width: 40%;
}
#about_company a{
    text-align: center;
    /*display: block;*/
}
/*-- ================================================= Каталог ==================================================== --*/
.cathalog{
    padding: 0 0 50px 0;
}
.cathalog h2{
    color: #c02020;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
.cathalog ul.cathalog_ul{
    text-align: left;
    line-height: 0;
    font-size: 1px;
    padding: 0 0 50px 0;
    min-height: 380px;
}
.cathalog ul:after{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.cathalog ul.cathalog_ul li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
    width: 30%;
    min-height: 400px;
    margin: 20px 0 60px 2%;
    background-color: #ffffff;
    /* border: 1px solid #ffffff; */
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    border: 1px solid transparent;
}
.carousel ul.carousel_ul li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
    width: 300px !important;
    margin: 20px 0 60px 2%;
    background-color: #ffffff;
    /* border: 1px solid #ffffff; */
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    border: 1px solid transparent;
}
.cathalog ul.cathalog_ul li span,.cathalog ul.cathalog_ul li a button{
    text-align: center;
}
.cathalog ul.cathalog_ul li h3,
.cathalog ul.cathalog_ul li a{
    text-align: center !important;
    display: block;
}
.cathalog ul.cathalog_ul li h3 img,
.cathalog ul.cathalog_ul li a img{
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 25px 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.cathalog ul.cathalog_ul li:hover h3 img,
.cathalog ul.cathalog_ul li:hover a img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.flip:hover{
    box-shadow: 0 0 10px #2f771c;
}
.cathalog h3 button,
.cathalog a button{

}
.cathalog h3,
.cathalog a{
    text-align: center;
}
.cathalog h3 span,
.cathalog a span{
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0 10px 10px 10px;
}
.cathalog h3 span.price,
.cathalog a span.price{
    color: #2f771c;
    font-weight: bold;
    font-size: 18px;

}
.cathalog ul.cathalog_ul h3 .order{
    background-color: #2f771c;
    border: 0;
    outline: 0;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    display: none;
    margin: 20px auto 10px auto !important;
    text-align: center !important;
}

.cathalog button.order{
    background-color: #2f771c;
    border: 0;
    outline: 0;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px auto !important;
    text-align: center !important;
    width: 95px;
    cursor: pointer;
}
.cathalog .next_items{
    font-size: 22px;
    padding: 50px 0;
}
.cathalog{
    position: relative;
}
.order_message{
    position: absolute;
    bottom: 60px;
    left: 42%;
    width: 180px;
    display: block;
    line-height: 20px;
    text-align: left;
    border: 2px solid #2f771c;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 2px;
    color: #947363;
    background-color: white;
}
/*-- ================================================ POPUP ======================================================= --*/
.pag_overlay{
    position: relative;
}
.pag{
    padding: 10px 10px 0 10px;
}
.pag .pag_but{
    width: 8px;
    height: 9px;
    display: block;
    margin-top: 5px;
}
.pag .pag_prev{
    background: url("../img/item_pag.png") no-repeat 0 0;
    float: left;
}
.pag .pag_prev:hover{
    background: url("../img/item_pag.png") no-repeat 0 -11px;
    float: left;
}
.pag .pag_forward{
    background: url("../img/item_pag.png") no-repeat 0 -21px;
    float: right;
}
.pag .pag_forward:hover{
    background: url("../img/item_pag.png") no-repeat 0 -33px;
}
.pag_total{
    width: 40px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

.popup .popup_content{
    background-color: #e3f2d6;
    padding: 0 0 20px 0;
    position: relative;
    top: 50px;
    width: 750px;
    margin: 0 auto;
}
.popup .popup_content h4.subtitle{
    text-align: center;
    padding: 45px 0;
}
.popup .popup_content .popup_form{
    position: relative;
    padding: 0 15px 50px 15px;
}
.message_text{
    position: absolute;
    top: 1px;
    left: 1px;
}
.popup .popup_content label{
    display: block;
    margin-bottom: 20px;
    text-align: left;
}
.popup .popup_content label input,
.popup .popup_content label textarea{
    border: 1px solid #a5a5a5;
    outline: 0;
    resize: none;
    padding: 3px 5px;
    width: 405px;
    background-color: #f0f0f0;
}
.popup .popup_content label input:focus,
.popup .popup_content label textarea:focus{
    border: 1px solid #00aeec;
}
.popup .popup_content .title{
    text-align: center;
    font-size: 15px;
    color: #313131;
    padding-bottom: 10px;
}
.popup .popup_content .textarea{
    position: relative;
    overflow: auto;
}
.popup .popup_content .textarea span{
    font-size: 15px;
    margin-right: 30px;
    color: #313131;
}
.popup .popup_content label.textarea span{
    position: relative;
    top: 1px;
    left: 107px;
}
label.texta span{
    width: 110px !important;
}
.popup .popup_content label textarea{
    height: 80px;
}
.popup .popup_content input[type='submit']{
    background-color: #217e18;
    color: #ffffff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    outline: 0;
    border: 0;
}
.txt-c{text-align: center}
.popup .popup_content input[type='submit']:hover{
    cursor: pointer;
}
.popup .popup_content label span{
    font-size: 15px;
    color: #313131;
    display: inline-block;
    width: 80px;
    vertical-align: top;
}
.popup .popup_content .item_hover{
    background-color: #ffffff;
    border: 1px solid #a5a5a5;
    text-align: center;
    position: relative;
}
.popup .popup_content .item_hover .title{
    position: absolute;
    left: -95px;
    font-size: 15px;
    margin-right: 30px;
    color: #313131;
}
.popup .popup_content .item_hover img{
    display: block;
    margin: 0 auto;
}
.popup .popup_content .item_hover p{
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.popup .popup_content .item_hover p.price{
    color: #2f771c;
    font-weight: bold;
    font-size: 14px;
}
.form-field-wrap{
    text-align: center;
}
.form-fields{
    display: inline-block;
    text-align: left;
}
#close{
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -9999px;
    background: url("../img/close.png") no-repeat;
    width: 19px;
    height: 18px;
}
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    width: 100%;
    height: 100%;
}
#boxes{
    font-family: Arial, serif;
}
#ajax-report{
    /*width: 100% !important;*/
}
#ajax-report p:first-child{
    text-align: center;
    /*margin-bottom: 20px;*/
}
#boxes .window {
    position:absolute;
    left:0;
    display:none;
    z-index:9999;
    text-align: center;
    font-size: 25px;
    width: 100%;
}
#boxes .window *{
    box-sizing: border-box;
}
ul.item_cat{
    padding: 15px 0;
}
ul.item_cat li{
    padding: 0 15px 15px 15px;
}
ul.item_cat li:first-child{
    padding-top: 0;
}
ul.item_cat li:last-child{
    padding-bottom: 0;
}
ul.item_cat li:last-child .item_hover_overlay{
    border: 0;
}
ul.item_cat .item_hover_overlay{
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.vsego{
    width: 210px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 18px;
    padding: 20px 0;
}
.vsego .title{
    font-size: 14px;
    line-height: 30px;
}
.vsego .price{
    font-weight: bold;
    color: #2f771c;
}
.vsego .vsego_left{
    text-align: right;
    width: 48%;
}
.vsego .vsego_right{
    text-align: left;
    width: 48%;
}
ul.item_cat li .num,
ul.item_cat li .photo,
ul.item_cat li .desc{
    float: left;
    text-align: left;
    position: relative;
}
ul.item_cat  li:first-child{
    margin: 0;
}
ul.item_cat  li img{
    display: block;
}
ul.item_cat  li .num{
    font-size: 14px;
    width: 25px;
    font-weight: bold;
}
ul.item_cat  li .photo{
    font-size: 14px;
    width: 130px;
    text-align: left !important;
    padding-right: 20px;
}
ul.item_cat  li .desc{
    font-size: 14px;
    width: 225px;
}
ul.item_cat  li a.cancel{
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 0;
    line-height: 38px;
    height: 20px;
    right: 1px;
    background: url("../img/q.png") no-repeat;
    width: 18px;
}
ul.item_cat  li a.cancel:hover{
    background: url("../img/q.png") no-repeat 0 -19px;
}
/*-- ================================================ Таблицы ===================================================== --*/
table.green{
    width: 100%;
    border-collapse: collapse;
    color: #313131;
    font-size: 14px;
    font-family: Arial, serif;
}
table.green a{
    color: #313131;
    font-size: 14px;
}
table.green p{
    line-height: 26px;
    color: #313131;
}
table.green a:hover{
    text-decoration: underline;
}
h4.subtitle{
    color: #313131;
    font-size: 24px;
    font-weight: normal;
}
.contact_form_wrap{
    margin-top: 56px;
}
.contact_form h4.subtitle{
    padding: 25px 0 35px 125px;
}
.pad{
    padding: 20px 0 20px 0;
}
#partners {
    padding: 0 0 80px 0;
}
table.green tr td.download span{
    position: relative;
}
table.green tr td.download span:before{
    content: '';
    background: url("../img/download.png") no-repeat;
    left: -25px;
    top: 4px;
    width: 21px;
    height: 20px;
    display: block;
    position: absolute;
}
table.green.support_list{
    font-family: Arial;
    color: #515151;
    width: 97%;
    margin: 0 auto;
}
table.green.support_list tr td.title{
    font-weight: bold;
    font-size: 14px;
}
table.green.support_list tr td.date{
    color: #348632;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}
table.green.support_list tr td.view{
}
/*-- ================================================ Контакты ==================================================== --*/
#contacts{
    margin: 0 auto;
    width: 90%;
    padding: 0 0 180px 0;
    line-height: 26px;
    font-size: 14px;
}
#contacts strong,
#contacts a{
    font-size: 14px;
    font-family: Arial, sans-serif;
}
#contacts .content p{
    padding-bottom: 15px;
    font-family: Arial, sans-serif;

}
#contacts .google_map{
    float: right;
}
.google_map a{
    outline: none;
}
.google_map img{
    border: 2px solid #9f9f9f;
}
#contacts .google_map iframe{
    border: 3px solid #9f9f9f;
    margin: 0 0 35px 35px;
}
#contacts .google_map small{
    display: none;
}
.contact_form{
    margin: 0 auto;
    width: 50%;
    padding: 0 0 40px 0;
}
.contact_form label{
    display: block;
    text-align: right;
    margin-bottom: 20px;
}

.contact_form label input,
.contact_form label textarea{
    width: 385px;
    border: 0;
    outline: 0;
    resize: none;
    padding: 3px 5px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    border: 1px solid transparent;
}
.contact_form label textarea{
    text-align: left;
}
.contact_form label input:focus,
.contact_form label textarea:focus{
    border: 1px solid #00aeec;
}
.contact_form label.textarea{
    position: relative;
}
.contact_form label.textarea span{
    position: absolute;top: 0;right: 395px;
}

.contact_form label textarea{
    height: 200px;
}
.contact_form input[type='submit']{
    float: right;
    background-color: #217e18;
    color: #ffffff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    outline: 0;
    border: 0;
}
.contact_form input[type='submit']:hover{
    cursor: pointer;
}
.contact_form label span{
    font-size: 15px;
    margin-right: 30px;
}

#single_item .contact_form_back .contact_form{
    width: 51%;
}
.contact_form_back{
    background-color: #e3f2d6;
}
#single_item .contact_form {
    padding: 20px;
}
#single_item .contact_form label.textarea span{
    left: 0;
}

#single_item #tabs{
    border: 0;
}
/*-- ================================================= Single Item ================================================ --*/
#single_item .info{
    text-align: center;
}
#single_item .info .hpandm{
    padding-top: 20px;
    font-size: 16px;
}
#single_item h2{
    color: #c02020;
    text-transform: uppercase;
    font-size: 30px;

}
#single_item p.article{
    font-size: 14px;
    color: #959393;
    padding: 5px 0;
}
#single_item img.cover{
    display: block;
    margin: 0 auto;
}
#single_item p.price{
    color: #2f771c;
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 15px;
}
#single_item button{
    height: 65px;
    line-height: 65px;
    padding: 0 25px;
    font-size: 33px;
    border: 0;
    background-color: #2f771c;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
}
.support .show_overlay{
    margin: 0 auto;
    text-align: center;
}


#single_item button:hover{
    cursor: pointer;
}
/*Табы*/
#tabs{
    padding-top: 65px;
    text-align: center;
    /*border-bottom: 1px solid #e6e6e6;*/
}
#tabs p{
    text-align: left;
    color: #3c3c3c;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}#tabs iframe{
     padding-bottom: 30px;
 }
.tabs_wrap{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 75px;
}
.single_tab{
    padding: 0 40px;
}
.tabs_wrap ul{
    display: inline-block;
    margin: 0 auto;

}
.tabs_wrap ul li{
    float: left;
}
.tabs_wrap ul li a{
    margin-right: 45px;
    margin-bottom: 1px;
    border: 1px solid transparent;
    top: 5px;
    position: relative;
}
.tabs_wrap ul li.active a{
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 3px solid #ffffff;
}
.tabs_wrap ul li a{
    font-size: 18px;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 15px 20px;
    display: block;
    position: relative;
    top: 6px;
}
#tabs figure{
    padding-bottom: 30px;
}
#tabs figure figcaption{
    color: #7f7f7f;
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding-top: 5px;
}

.tab_disable{
    display: none;
}
.tab_enable{
    display: block;
}
/*-- ================================================= Price-Lists ================================================ --*/
.price_lists ul li{

}
.price_lists ul li .price_info{
    position: absolute;
    bottom: 0;
    padding: 0 15px 15px 15px;
}
.price_lists ul li .price_info .download{
    font-size: 14px;
}
.price_lists ul li .price_info .download a{
    margin-right: 5px;

}
.price_lists ul li .price_info a{
    line-height: 30px;
    font-size: 14px;

}
.price_lists ul li .price_info p.date{
    text-transform: uppercase;
    font-size: 11px;
    color: #348632;
    padding-top: 10px;
}
.price_lists ul li:hover .price_info p.date{
    color: #ffffff;
}
.price_lists ul li:hover a,
.price_lists ul li:hover span,
.price_lists ul li:hover a p{
    color: #ffffff;
}
.price_lists ul li a p{
    color: #515151;
    padding: 10px 20px 0 15px;
    line-height: 24px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.price_lists ul li .price_info a:hover{
    text-decoration: underline;
    color: white;

}
/*-- ================================================= Support ==================================================== --*/
.padding_bottom #tabs{
    text-align: left;
    padding-top: 0;
}
.padding_bottom #tabs .single_tab{
    padding: 0;

}
#tabs .tabs_wrap_support{
    padding-bottom: 40px;
    margin: 0 auto;
    width: 1000px;
}
#tabs .tabs_wrap_support ul{
    margin-left: 10%;
    padding-bottom: 30px;
}
#tabs .tabs_wrap_support ul li{
    float:left;
    padding: 10px 15px;
}
#tabs .tabs_wrap_support ul li.active{
    background-color: #2f771c;
    position: relative;
}
#tabs .tabs_wrap_support ul li.active a{
    color: white;
}
#tabs .tabs_wrap_support ul li.active a:before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 48%;
    background: url("../img/corner.png") no-repeat;
    width: 15px;
    height: 8px;
}
#tabs .tabs_wrap_support ul li a{
    font-size: 17px;
}
.checkboxes{
    padding-left: 90px;
    margin: 0 auto;
    width: 90%;
}
.check_overlay{
    width: 94%;
    margin: 0 auto;
}
#tabs .tabs_wrap_support .checkboxes .checkbox{
    position: relative;
    display: inline-block;
}
.checkboxes input[type='checkbox']{
    display: none;
}
.checkboxes input[type='checkbox'] + label{
    display: inline-block;
    position: relative;
}
.checkboxes input[type='checkbox'] + label:before{
    content: '';
    width: 17px;
    height: 16px;
    display: block;
    position: absolute;
    background: url("../img/checkboxes.png") no-repeat 0 0;
}
.checkboxes .left_side{
    font-size: 14px;
    line-height: 26px;
    width: 45%;
}
.checkboxes .right_side{
    width: 40%;
    font-size: 14px;
    line-height: 26px;

}
.checkboxes .left_side input[type='checkbox'] + label:before{
    left: -35px;
    top: 5px;
}
.checkboxes .right_side input[type='checkbox'] + label:before{
    left: -35px;
    top: 5px;
}
.checkboxes .right_side input[type='checkbox'] + label:before{
    right: 290px;
}


.checkboxes input[type='checkbox']:checked + label:before{
    background-position: 0 -16px;
}
.tab_overlay{
    width: 940px;
    margin: 0 auto;
}
/*Поиск*/
.support_search{
    padding: 60px 0 60px 0;
}
.support_search input[type='text'] {
    border: 3px solid #a5a5a5;
    padding: 4px;
    width: 85%;
    color: #a5a5a5;
}
.support_search input[type='submit'] {
    border: 0;
    text-indent: -9999px;
    height: 32px;
    line-height: 32px;
    width: 41px;
    background: url("../img/search.png") no-repeat;
    cursor: pointer;
}
.but_nav{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
    width: 209px;
    background-color: #ececec;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    position: relative;
}
.but_nav a{
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
}
.but_nav a:before{
    content: '';
    width: 12px;
    height: 18px;
    display: block;
    top: 8px;
    position: absolute;
}
.but_nav a.but_nav_left:before{
    background: url("../img/news/left_arrow.png") no-repeat;
    left: 30px;
}
.new_content li:before{
    background: none;
}
.news_nav li a.news_nav_right:before{
    background: url("../img/news/right_arrow.png") no-repeat;
    right: 30px;
}
.news_nav li:hover a.news_nav_left:before{
    background: url("../img/news/left_arrow-focus.png") no-repeat;
    left: 30px;
}
.news_nav li:hover a.news_nav_right:before{
    background: url("../img/news/right_arrow-focus.png") no-repeat;
    right: 30px;
}
.news_nav li:hover a{
    color: #ffffff;
}
.support .description{
    line-height: 26px;
    color: #4a4a4a;
    font-size: 14px;
    font-family: Arial, serif;
    padding: 0 10% 40px 10%;
}
.support_title{
    color:#313131;
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
}
.support_title h3{
    font-weight: normal;
}
.support_show{
    margin: 0 auto;
    padding: 5px 50px;
    font-size: 18px;
    background-color: #2f771c;
    border: 0;
    outline: 0;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
}
.support_show:hover{
    box-shadow: 0 0 10px #2f771c;
}
.show_overlay{
    padding: 25px 0 50px 0;
}
/*-- ================================================= Footer ===================================================== --*/
footer{
    padding: 40px 0;
    position: relative;
    background-color: #eaeaea;
    z-index: 1000;
}
footer .container{

}
footer .tractors{
    position: absolute;
    top: -75px;
    width: 100%;
    min-width: 1000px;
    z-index: 10;
}
footer .footer_top{
    padding-bottom: 45px;
}
footer .production{
    margin-left: 15px;
}
footer .footer_sp_cathalog{
    margin-left: 15px;
}
.footer-search{
    margin: 0 auto;
    width: 280px;
}
footer h4,
footer .about_company .others li a{
    text-transform: uppercase;
    font-size: 17px;
    color: #6a6a6a;
}
#about_company p,
#about_company ul li{
    font-family: Arial !important;
}
footer .about_company .rang,
footer .footer_sp_cathalog ul,
footer .production ul{
    padding: 10px 0 0 0;
}
footer .camera{
    position: relative;
    padding: 30px 0 10px 30px;
}
footer .camera a:before{
    content: '';
    background: url("../img/camera.png") no-repeat;
    width: 26px;
    height: 21px;
    display: block;
    position: absolute;
    left: -40px;
}
footer .camera a{
    text-transform: uppercase;
    font-size: 17px;
    color: #6a6a6a;
    font-weight: bold;
    position: relative;
}
footer .camera a:hover{
    text-decoration: underline;
}
footer .about_company .rang li a,
footer .footer_sp_cathalog ul li a,
footer .production ul li a{
    color: #717171;
    line-height: 24px;
    font-size: 13px;
}
footer .about_company .others{
    padding-top: 40px;
}
footer .about_company .others li a{
    line-height: 36px;
    font-weight: bold;
}
footer .about_company .rang li a:hover,
footer .about_company .others li a:hover,
footer .footer_sp_cathalog ul li a:hover,
footer .production ul li a:hover{
    text-decoration: underline;
}
footer .footer_bottom{
    border-top: 1px solid #cfcfcf;
    padding: 20px 0 50px 0;
    position: relative;
}
footer .footer_bottom_left{
    padding-left: 80px;
}
footer .footer_bottom_date{
    position: absolute;
    left: 0;
}
footer .footer_bottom_left p,
footer .footer_bottom_left a,
footer .footer_bottom_right p{
    color: #575757;
    line-height: 24px;
    text-transform: uppercase;
}
footer .footer_bottom_right a span{
    text-decoration: underline;
}
footer .footer_bottom_right a{
    color: #575757;
    text-transform: uppercase;
}
footer .footer_bottom_right a:hover,
footer .footer_bottom_left a:hover{
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}

.b-price .price-upload{width:179px;}
.error{border:1px solid #C02020 !important;}

.b-pricecat{padding: 1em 0;}
.b-pricecat .pricecat{background:#EAEAEA;padding:1.5em;}
.b-pricecat .b-field{padding-bottom:0.7em;}
.b-pricecat .b-field label{font-size:14px;font-weight:bold;}
.b-pricecat .pricecat-upload, .b-pricecat .pricecat-del{font-size:14px;font-weight:bold;padding:0 1.5em;}
#admbar input[type="button"]{height: 28px;font-size:10px !important;}

.googlelus{
    padding-right: 125px;
}
.googlelus a{
    color: #575757;
    text-transform: uppercase;
}
.googlelus a:hover{
    text-decoration: underline;
}






.b-contentbox ul,
.b-contentbox ol,
.single_tab ol,
.single_tab ul{
    list-style: circle;
    margin: 0 0 0 25px;
    float: none !important;
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: Arial;
}
.single_tab ul li{
    font-family: Arial;
    line-height: 20px;
}
#about_company p,
#about_company ul li{
    font-family: Arial !important;
}
#about_company ul, #about_company ul li {
    list-style: square !important;
    color: #313131;
    font-size: 14px;
    line-height: 26px;
    font-family: Arial, serif !important;
    margin-left: 15px;
}
/*#single_new .new_content ul li:before,*/
/*#about_company ul li:before{*/
/*content: '';*/
/*background: url("img/list.png");*/
/*display: block;*/
/*width: 5px;*/
/*height: 5px;*/
/*position: absolute;*/
/*top: 8px;*/
/*left: -12px;*/
/*}*/
.hover_li{
    position: relative;
}






/* Google Search Header */
header .gsc-input-box{
    border: 0 !important;
    height: 0 !important;
}
header .gsc-search-box{
    position: relative !important;
    /*display: none !important;*/
}
header .gsc-control-cse{
    background-color: #ffffff !important;
    border: 1px solid #ffffff;
    padding: 0 !important;

}
header .gsib_a,
header .gsib_b{
    background-color: #ffffff !important;
    border: 0 !important;
}
header .gsib_b{
    display: none !important;
}
header .gsib_a input[type='text']{
    width: 220px !important;
    border: 3px solid #a5a5a5 !important;
    padding: 3px 7px !important;
    color: #a5a5a5 !important;
    position: relative;
    left: 26px;
    top: -19px;
}

.gsc-search-button-v2 {
    border: 3px solid #a5a5a5 !important;
    padding: 6px 13px !important;
}

header .gsc-search-button input[type='image']{
    right: 22px !important;
    position: absolute !important;
    top:2px !important;
    border: 0 !important;
    background-color: #a5a5a5 !important;
    height: 18px !important;
    line-height: 18px !important;
    padding: 7px 15px !important;
}

#tabs-3 iframe{
    text-align: center;
    margin: 0 auto;
    display: block;
}
#tabs-4 img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.pr_last tr td:last-child{
    padding-right: 95px;

}
#ajax-report{
    position: absolute;
    width: 330px;
    text-align: center;
    font-family: Arial, serif;
}
/* Откл рекламу */
#adBlock{
    display: none !important;
}
#liquid1{
    margin-bottom: 100px;
}


/* Ya search */
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    border-color: transparent !important;
}
.ya-site-form__input-text{
    width: 200px !important;
    border: 3px solid !important;
    padding: 0 7px !important;
    line-height: 32px;
    height: 32px;
    color: #cccccc !important;
}
.ya-site-form__submit{
    background: url("../img/search.png") no-repeat;
    width: 41px !important;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: relative;
    right: 7px;
    text-indent: -9999px;
}
footer .ya-site-form__submit{
    position: relative;
    right: 7px !important;
}
#ya-site-form1 .ya-site-form__search-input-layout, #ya-site-form1 .ya-site-form__search-input-layout-l {
    width: auto !important;
}
/* Результаты поиска */
#ya-site-results .b-serp-item__title-link{
    text-align: left !important;
}
.b-serp-item__links-link{
    text-align: left !important;
    display: none !important;
}
#ya-site-results{
    display: inline !important;
}
/*-- ============================================== Общие стили =================================================== --*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;

}
html, body{
    font-size: 12px;
    height: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.left{
    float: left;
}
.right{
    float: right;
}

.new_content ul li{
    list-style: disc;
    font-family: Arial;
    margin-left: 45px;
}
img{
    border: 0;
}
input{
    outline: none;
}
.container{
    width: 1110px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    /*z-index: 500;*/
}
.wrap{
    width: 100%;
    min-height: 100%;
    position: relative;
}

ul.full_width{
    font: 14px Verdana, Geneva, sans-serif;
    text-align: justify;
    line-height: 0;
    font-size: 1px;
}
ul.full_width:after{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
ul.full_width li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    vertical-align: top;
}
h4.title{
    color: #c02020;
    font-size: 31px;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0;
}
.sp_catalog{
    padding-bottom: 85px;
    border-bottom: 1px solid #e6e6e6;
}
.sp_catalog h4.title{
    padding-bottom: 25px;
}
.padding_bottom{
    padding-bottom: 140px;
}
.fluid_container{
    padding-top: 40px;
}
strong{
    font-size: inherit;
}
.minheight{
    min-height: 300px;
}
/*-- Full Width --*/
.full_width{
    text-align: justify;
    line-height: 0;
}
.full_width:after{
    content: '';
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: inline-block;
}
.full_width > *{
    display: inline-block;
    text-align: left;
    line-height: normal !important;
    vertical-align: top;
}
/*-- =================================================== Шапка ==================================================== --*/
header.main {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

header .header_right_bar{
    width: 85%;
    text-transform: uppercase;
}
header .header_right_bar a{
    color: #aaaaaa;
    position: relative;
    /*letter-spacing: 1px;*/
}
header .header_right_bar .support a:hover,
header .header_right_bar .search-order a:hover{
    text-decoration: underline;
}
header .header_right_bar .lang ul li{
    float: left;
}
header .header_right_bar .lang ul li a{
    padding: 3px 5px;
    margin-right: 1px;
    display: block;
}
header .header_right_bar .lang ul li.active a,
header .header_right_bar .lang ul li a:hover{
    /*background-color: #ededed;*/

    background-color: #36a655;
    color: white;


}
header .support_wrap{
    position: relative;
    float: left;
    padding-left: 35px;
}
header .header_right_bar .support a:before{
    content: '';
    display: block;
    background: url("../img/header/support.png") no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: -3px;
    left: -25px;
}
header .header_right_bar .search-order,
header .header_right_bar .lang{
    position: relative;
}
header .header_right_bar .search-order ul li{
    float: left;
    /*padding-left: 55px;*/
    position: relative;
}
header .header_right_bar .search-order ul li a:before{
    display: block;
    position: absolute;
    top: -5px;
    left: -20px;
    content: '';
    height: 21px;
}
.popup-btn{
    position: absolute;
    width: 90px;
    right: 30px;
}


a.popup-btn:before,
.emptyModal:before{
    background: url("../img/header/order.png");
    width: 16px;
}
header .emptyModal{
    color: #aaaaaa;
    position: relative;
}
header .header_right_bar .search-order ul li.search i{
    background: url("../img/header/search.png") no-repeat;
    width: 19px;
    display: block;
    position: absolute;
    top: -5px;
    left: -25px;
    content: '';
    height: 21px;
}
header .header_right_bar .search-order ul li.search{
    position: relative;
}
header .header_right_bar .search-order ul li.search .search_form{
    position: absolute;
    top: -10px;
}

header .header_right_bar .search-order ul li.search .search_form .search_submit{
    border: 0;
    text-indent: -9999px;
    height: 24px;
    line-height: 24px;
    width: 41px;
    background: url("../img/search.png") no-repeat 2px -3px;
    cursor: pointer;
    display: none;
    top: 1px;
    right: 1px;
    position: absolute;
}
.res-nav{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 240px;
    display: none;
    z-index: 1000;
}
/*-- =============================================== Навигация ==================================================== --*/
nav{
    text-transform: uppercase;
}
nav ul li:first-child,
nav ul li.first{
    margin-left: 0;
}
nav > ul.top_menu li{
    padding: 30px 0 5px 0;

}
nav ul{
    font: 14px Verdana, Geneva, sans-serif;
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    position: relative;
}
nav ul:after{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
nav ul li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
}
nav ul li a{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: bold;
    position: relative;
    -webkit-transition:-webkit-transform 0.075s linear;
}
nav ul.top_menu a.active:before{
    content: '';
    display: block;
    background: url("../img/cut.png") no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    left: 40%;
    bottom: -26px;
    z-index: 100;
}
nav ul li a:hover{
    color: #c10000;
}
nav ul.top_menu li:hover .sub_menu_div{
    display: block;
}
.sub_menu_wrap{
    padding-top: 19px;
}
.sub_menu_div{
    position: relative;
    /*z-index: 2000;*/
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    padding: 15px;
}
.sub_menu_width{
    width: 25%;

}
.sub_menu_ul{
    text-align: left;
    text-transform: none;
}
.sub_menu_ul li{
    display: block;
    text-align: left;
    padding: 0 !important;
}
.sub_menu_ul li a{
    font-size: 13px;
    color: #3c3c3c;
    padding: 5px 10px;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 1px;
}
.sub_menu_ul li a:hover,
.sub_menu_ul li a.active{
    background-color: #c02020;
    color: #ffffff;
}
.sub_menu_wrap .download-list{
    margin-right: 20px;
}
.sub_menu_wrap .download-list li a{
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: normal;
    padding: 0;
    position: relative;
    margin-top: 15px;
}
.sub_menu_wrap .download-list li a:before{
    content: '';
    background: url("../img/download.png") no-repeat;
    width: 21px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    top: 5px;
}
.sub_menu_wrap .download-list li a span{
    display: block;
}
.sub_menu_wrap .download-list li a:hover{
    background: none;
    text-decoration: underline;
}
.nav_width{
    margin: 0 auto;
    width: 30%;
}
nav ul.about_company{
    margin-right: 12%;
}

/*-- ================================================ Запчасти ==================================================== --*/
.spare_parts > ul{
    font: 14px Verdana, Geneva, sans-serif;
    /*text-align: justify;*/
    line-height: 0;
    font-size: 1px;
}
.spare_parts > ul:after{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.spare_parts > ul > li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
    width: 30%;
    margin: 20px 0 60px 2%;
    background-color: #ffffff;
    /*border: 1px solid #ffffff;*/
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    border: 1px solid transparent;
}

.spare_parts > ul > li.disableElem:hover{
    border: 1px solid #d8d8d8;

}
.spare_parts > ul > li.activeElem{
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;

}
.spare_parts > ul > li > h3{
    font-size: 17px;
    color: #3c3c3c;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.spare_parts > ul > li:hover > h3 p{
    color: #c10000;
}
.spare_parts > ul > li img{
    margin: 0 auto;
    display: block;
    cursor: pointer;
    padding: 25px 0 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.spare_parts > ul > li h3 img{
    cursor: pointer;
    padding: 25px 0 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.spare_parts > ul > li:hover h3 img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.spare_parts .hover_title{
    color: #3c3c3c;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;

}
.hover_title_sup{
    color: #c10000;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
/*Всплывающее меню*/
.spare_parts_wrap{
    display: none;
    position: absolute;
    left: -1px;
    width: 100%;
    background-color: #ffffff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    z-index: 2000;
    text-align: center;
}
.hover_title{
    display: block;
    padding: 10px 0;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    text-align: center;
}
.spare_parts{
    position: relative;


}
.spare_parts_cathalog{
    padding: 0 10px 10px 10px;
    position: relative;
    text-align: left;
    font-weight: normal;
    z-index: 2000;
}
.spare_parts_cathalog p{
    font-size: 14px;
    color: #3c3c3c;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 15px 0;
}
.spare_parts_cathalog ul li{
    line-height: 24px;
    float: none;
}
.spare_parts_cathalog ul li a{
    color: #717171;
    font-size: 12px;
    padding: 5px 15px;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 2000;
}
.spare_parts_cathalog ul li a:hover{
    background-color: #c02020;
    color: #ffffff;
}
.spare_parts_last{
    position: relative;
    height: 300px;
}
.spare_parts_cathalog ul li a img{
    text-align: center;
    display: block;
}
.spare_parts_last ul{
    text-align: center !important;

}
.spare_parts_last ul li{
    text-align: center;
}
.spare_parts_last ul li .spare_parts_cathalog ul li{
    text-align: left;
}
/*-- ================================================ Warning ===================================================== --*/
.warning{
    border: 9px solid #cccccc;
    margin-top: 50px;
    padding: 50px 0;
}
.warning:hover{
    border: 9px solid #ffb104;
}
.warning .warning_content{
    width: 80%;
    margin: 0 auto;
    min-height: 136px;
    line-height: 24px;
    padding: 10px 0;
    background: url("../img/warning.png") no-repeat 0 18px;

}
.warning .warning_content h3,
.warning .warning_content p{
    padding-left: 170px;
    font-size: 12px;
    color: #383838;
}
.warning .warning_content h3{
    color: #f88405;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 20px;
}
.warning .warning_content p{
    font-family: Arial, sans-serif;
    color: #383838;
    line-height: 24px;
}
/*-- ================================================= About ====================================================== --*/
.about{
    text-align: center;
    font-family: Arial, sans-serif;
    color: #616161;
    line-height: 24px;
    margin: 0 auto;
    padding: 80px 0 125px 0;
    width: 100%;
}
.about img{
    padding-bottom: 15px;
}
.about p{
    width: 80%;
    margin: 0 auto;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
/*-- ================================================ О компании ================================================== --*/
#about_company{
    padding: 0 100px 150px 100px;
}
#about_company iframe{
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}
#about_company p.first{
    color: #656565;
    font-size: 17px;
}
#about_company p{
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
}
#about_company p.signature{
    float: right;
    font-style: italic;
    width: 40%;
}
#single_item a.cboxElement{
    /*padding: 60px 0;*/
    display: block;
}
#tabs-1 a.cboxElement{
    display: inline-block !important;
}
#about_company a,
#single_item a{
    text-align: center;
    /*display: block;*/
    font-family: Arial, sans-serif !important;
    font-size: 14px;
}
/*-- ================================================= Каталог ==================================================== --*/
.cathalog{
    padding: 0 0 50px 0;
}
.cathalog h2{
    color: #c02020;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
.cathalog ul.cathalog_ul{
    text-align: left;
    line-height: 0;
    font-size: 1px;
    padding: 0 0 50px 0;
    min-height: 380px;
}
.cathalog ul:after{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.cathalog ul.cathalog_ul li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
    width: 30%;
    min-height: 400px;
    margin: 20px 0 60px 2%;
    background-color: #ffffff;
    /* border: 1px solid #ffffff; */
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    border: 1px solid transparent;
}
.carousel ul.carousel_ul li{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
    width: 300px !important;
    margin: 20px 0 60px 2%;
    background-color: #ffffff;
    /* border: 1px solid #ffffff; */
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    border: 1px solid transparent;
}
.cathalog ul.cathalog_ul li span,.cathalog ul.cathalog_ul li a button{
    text-align: center;
}
.cathalog ul.cathalog_ul li h3,
.cathalog ul.cathalog_ul li a{
    text-align: center !important;
    display: block;
}
.cathalog ul.cathalog_ul li h3 img,
.cathalog ul.cathalog_ul li a img{
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 25px 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.cathalog ul.cathalog_ul li:hover h3 img,
.cathalog ul.cathalog_ul li:hover a img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
}
.flip:hover{
    box-shadow: 0 0 10px #2f771c;
}
.cathalog h3 button,
.cathalog a button{

}
.cathalog h3,
.cathalog a{
    text-align: center;
}
.cathalog h3 span,
.cathalog a span{
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0 10px 10px 10px;
    text-transform: uppercase;
}
.cathalog h3 span.price,
.cathalog a span.price{
    color: #2f771c;
    font-weight: bold;
    font-size: 18px;

}
.cathalog h3 .order{
    background-color: #2f771c;
    border: 0;
    outline: 0;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    display: none;
    margin: 20px auto 10px auto !important;
    text-align: center !important;
}
.cathalog a:hover button.order{
    display: block;
}

.cathalog li h3 .order:hover,
.cathalog li a .order:hover{
    box-shadow: 1px 1px 4px #999;
}
.cathalog .next_items{
    font-size: 22px;
    padding: 50px 0;
}
.cathalog{
    position: relative;
}
.order_message{
    position: absolute;
    bottom: 60px;
    left: 42%;
    width: 180px;
    display: block;
    line-height: 20px;
    text-align: left;
    border: 2px solid #2f771c;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 2px;
    color: #947363;
    background-color: white;
}
.catalogs-block{
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.catalogs-block li{
    text-transform: uppercase;
    line-height: 22px;
    list-style: none;
}
.catalogs-block a{
    position: relative;
}
.catalogs-block a:before {
    content: '';
    background: url("../img/download.png") no-repeat;
    width: 21px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    top: -2px;
}
/*-- ================================================ POPUP ======================================================= --*/
.pag_overlay{
    position: relative;
}
.pag{
    padding: 10px 10px 0 10px;
}
.pag .pag_but{
    width: 8px;
    height: 9px;
    display: block;
    margin-top: 5px;
}
.pag .pag_prev{
    background: url("../img/item_pag.png") no-repeat 0 0;
    float: left;
}
.pag .pag_prev:hover{
    background: url("../img/item_pag.png") no-repeat 0 -11px;
    float: left;
}
.pag .pag_forward{
    background: url("../img/item_pag.png") no-repeat 0 -21px;
    float: right;
}
.pag .pag_forward:hover{
    background: url("../img/item_pag.png") no-repeat 0 -33px;
}
.popup .popup_content h4.subtitle{
    text-align: center;
    padding: 45px 0;
}
.message_text{
    position: absolute;
    top: 1px;
    left: 1px;
}
.popup .popup_content label input:focus,
.popup .popup_content label textarea:focus{
    border: 1px solid #00aeec;
}
.popup .popup_content .textarea{
    position: relative;
    overflow: auto;
}

.popup .popup_content label.textarea span{
    position: relative;
    top: 1px;
    left: 107px;
}
.popup .popup_content label textarea{
    height: 80px;
}
.popup .popup_content input[type='submit']:hover{
    cursor: pointer;
}
.popup .popup_content .item_hover img{
    display: block;
    margin: 0 auto;
}
.popup .popup_content .item_hover p{
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.popup .popup_content .item_hover div.price{
    color: #2f771c;
    font-weight: bold;
    font-size: 14px;
}
#close{
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -9999px;
    background: url("../img/close.png") no-repeat;
    width: 19px;
    height: 18px;
}
#boxes{
    font-family: Arial, serif;
}
#ajax-report p{
    text-align: center;
    /*margin-bottom: 20px;*/
}
ul.item_cat{
    padding: 15px 0;
}
ul.item_cat li{
    padding: 0 15px 15px 15px;
}
ul.item_cat li:first-child{
    padding-top: 0;
}
ul.item_cat li:last-child{
    padding-bottom: 0;
}
ul.item_cat li:last-child .item_hover_overlay{
    border: 0;
}
ul.item_cat .item_hover_overlay{
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.vsego .title{
    font-size: 14px;
    line-height: 30px;
}
.vsego .price{
    font-weight: bold;
    color: #2f771c;
}
.vsego .vsego_left{
    text-align: right;
    width: 48%;
}
.vsego .vsego_right{
    text-align: left;
    width: 48%;
}
ul.item_cat  li:first-child{
    margin: 0;
}
ul.item_cat  li img{
    display: block;
}
ul.item_cat  li .num{
    font-size: 14px;
    width: 25px;
    font-weight: bold;
}
ul.item_cat  li .desc{
    font-size: 14px;
    width: 225px;
}
ul.item_cat  li a.cancel:hover{
    background: url("../img/q.png") no-repeat 0 -19px;
}
/*-- ================================================ Таблицы ===================================================== --*/
table.green{
    width: 100%;
    border-collapse: collapse;
    color: #313131;
    font-size: 14px;
    font-family: Arial, serif;
    box-sizing: border-box;
}
table.green a{
    color: #313131;
    font-size: 14px;
}
table.green p{
    line-height: 26px;
    color: #313131;
}
table.green a:hover{
    text-decoration: none;
}
table.green tr td{
    padding: 15px 30px;
    font-family: Arial, sans-serif;
    text-align: left;
    box-sizing: border-box;

}
h4.subtitle{
    color: #313131;
    font-size: 24px;
    font-weight: normal;
}
.contact_form_wrap{
    margin-top: 56px;
}
.contact_form h4.subtitle{
    padding: 25px 0 35px 125px;
}
#partners {
    padding: 0 0 80px 0;
}
table.green tr td.download span{
    position: relative;
}
table.green tr td.download span:before{
    content: '';
    background: url("../img/download.png") no-repeat;
    left: -25px;
    top: 4px;
    width: 21px;
    height: 20px;
    display: block;
    position: absolute;
}
table.green.support_list{
    font-family: Arial;
    color: #515151;
    width: 97%;
    margin: 0 auto;
}
table.green.support_list tr td.title{
    font-weight: bold;
    font-size: 14px;
}
table.green.support_list tr td.date{
    color: #348632;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}
table.green.support_list tr td.view{
}
/*-- ================================================ Контакты ==================================================== --*/
#contacts{
    margin: 0 auto;
    width: 90%;
    padding: 0 0 180px 0;
    line-height: 26px;
    font-size: 14px;
}
#contacts strong,
#contacts a{
    font-size: 14px;
    font-family: Arial, sans-serif;
}
#contacts .content p{
    padding-bottom: 15px;
    font-family: Arial, sans-serif;

}
#contacts .google_map{
    float: right;
}
.google_map a{
    outline: none;
}
.google_map img{
    border: 2px solid #9f9f9f;
}
#contacts .google_map iframe{
    border: 3px solid #9f9f9f;
    margin: 0 0 35px 35px;
}
#contacts .google_map small{
    display: none;
}
.contact_form{
    margin: 0 auto;
    width: 50%;
    padding: 0 0 40px 0;
}

.contact_form label input,
.contact_form label textarea{
    width: 385px;
    border: 0;
    outline: 0;
    resize: none;
    padding: 3px 5px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    border: 1px solid transparent;
}
.contact_form label input:focus,
.contact_form label textarea:focus{
    border: 1px solid #00aeec;
}

.contact_form label textarea{
    height: 200px;
}
.contact_form input[type='submit']:hover{
    cursor: pointer;
}

#single_item .contact_form_back .contact_form{
    width: 51%;
}
.contact_form_back{
    background-color: #e3f2d6;
}
#single_item .contact_form {
    padding: 20px;
}
#single_item .contact_form label.textarea span{
    left: 0;
}

#single_item #tabs{
    border: 0;
}
/*-- ================================================= Price-Lists ================================================ --*/
.price_lists ul li{

}
.price_lists ul li .price_info .download{
    font-size: 14px;
}
.price_lists ul li .price_info .download a{
    margin-right: 5px;

}
.price_lists ul li .price_info a{
    line-height: 30px;
    font-size: 14px;

}
.price_lists ul li .price_info p.date{
    text-transform: uppercase;
    font-size: 11px;
    color: #348632;
    padding-top: 10px;
}
.price_lists ul li:hover .price_info p.date{
    color: #ffffff;
}
.price_lists ul li:hover a,
.price_lists ul li:hover span,
.price_lists ul li:hover a p{
    color: #ffffff;
}
.price_lists ul li a p{
    color: #515151;
    padding: 10px 20px 0 15px;
    line-height: 24px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.price_lists ul li .price_info a:hover{
    text-decoration: underline;
    color: white;

}
/*-- ================================================= Support ==================================================== --*/
.padding_bottom #tabs{
    text-align: left;
    padding-top: 0;
}
.padding_bottom #tabs .single_tab{
    padding: 0;

}
#tabs .tabs_wrap_support{
    padding-bottom: 40px;
    margin: 0 auto;
    width: 1000px;
}
#tabs .tabs_wrap_support ul{
    margin-left: 10%;
    padding-bottom: 30px;
}
#tabs .tabs_wrap_support ul li{
    float:left;
    padding: 10px 15px;
}
#tabs .tabs_wrap_support ul li.active{
    background-color: #2f771c;
    position: relative;
}
#tabs .tabs_wrap_support ul li.active a{
    color: white;
}
#tabs .tabs_wrap_support ul li.active a:before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 48%;
    background: url("../img/corner.png") no-repeat;
    width: 15px;
    height: 8px;
}
#tabs .tabs_wrap_support ul li a{
    font-size: 17px;
}
.checkboxes{
    padding-left: 90px;
    margin: 0 auto;
    width: 90%;
}
.check_overlay{
    width: 94%;
    margin: 0 auto;
}
#tabs .tabs_wrap_support .checkboxes .checkbox{
    position: relative;
    display: inline-block;
}
.checkboxes input[type='checkbox']{
    display: none;
}
.checkboxes input[type='checkbox'] + label{
    display: inline-block;
    position: relative;
}
.checkboxes input[type='checkbox'] + label:before{
    content: '';
    width: 17px;
    height: 16px;
    display: block;
    position: absolute;
    background: url("../img/checkboxes.png") no-repeat 0 0;
}
.checkboxes .left_side{
    font-size: 14px;
    line-height: 26px;
    width: 45%;
}
.checkboxes .right_side{
    width: 40%;
    font-size: 14px;
    line-height: 26px;

}
.checkboxes .left_side input[type='checkbox'] + label:before{
    left: -35px;
    top: 5px;
}
.checkboxes .right_side input[type='checkbox'] + label:before{
    left: -35px;
    top: 5px;
}
.checkboxes .right_side input[type='checkbox'] + label:before{
    right: 290px;
}


.checkboxes input[type='checkbox']:checked + label:before{
    background-position: 0 -16px;
}
.tab_overlay{
    width: 940px;
    margin: 0 auto;
}
/*Поиск*/
.support_search{
    padding: 60px 0 60px 0;
}
.support_search input[type='text'] {
    border: 3px solid #a5a5a5;
    padding: 4px;
    width: 85%;
    color: #a5a5a5;
}
.support_search input[type='submit'] {
    border: 0;
    text-indent: -9999px;
    height: 32px;
    line-height: 32px;
    width: 41px;
    background: url("../img/search.png") no-repeat;
    cursor: pointer;
}
.but_nav{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    vertical-align: top;
    width: 209px;
    background-color: #ececec;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    position: relative;
}
.but_nav a{
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
}
.but_nav a:before{
    content: '';
    width: 12px;
    height: 18px;
    display: block;
    top: 8px;
    position: absolute;
}
.but_nav a.but_nav_left:before{
    background: url("../img/news/left_arrow.png") no-repeat;
    left: 30px;
}
.new_content li:before{
    background: none;
}
.news_nav li a.news_nav_right:before{
    background: url("../img/news/right_arrow.png") no-repeat;
    right: 30px;
}
.news_nav li:hover a.news_nav_left:before{
    background: url("../img/news/left_arrow-focus.png") no-repeat;
    left: 30px;
}
.news_nav li:hover a.news_nav_right:before{
    background: url("../img/news/right_arrow-focus.png") no-repeat;
    right: 30px;
}
.news_nav li:hover a{
    color: #ffffff;
}
.support .description{
    line-height: 26px;
    color: #4a4a4a;
    font-size: 14px;
    font-family: Arial, serif;
    padding: 0 10% 40px 10%;
}
.support_title{
    color:#313131;
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
}
.support_title h3{
    font-weight: normal;
}
.support_show{
    margin: 0 auto;
    padding: 5px 50px;
    font-size: 18px;
    background-color: #2f771c;
    border: 0;
    outline: 0;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
}
.support_show:hover{
    box-shadow: 0 0 10px #2f771c;
}
.show_overlay{
    padding: 25px 0 50px 0;
}

.b-price .price-upload{width:179px;}
.error{border:1px solid #C02020 !important;}

.b-pricecat{padding: 1em 0;}
.b-pricecat .pricecat{background:#EAEAEA;padding:1.5em;}
.b-pricecat .b-field{padding-bottom:0.7em;}
.b-pricecat .b-field label{font-size:14px;font-weight:bold;}
.b-pricecat .pricecat-upload, .b-pricecat .pricecat-del{font-size:14px;font-weight:bold;padding:0 1.5em;}
#admbar input[type="button"]{height: 28px;font-size:10px !important;}

.googlelus{
    padding-right: 125px;
}
.googlelus a{
    color: #575757;
    text-transform: uppercase;
}
.googlelus a:hover{
    text-decoration: underline;
}






.b-contentbox ul,
.b-contentbox ol,
.single_tab ol,
.single_tab ul{
    list-style: circle;
    margin: 0 0 0 25px;
    float: none !important;
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: Arial;
}
.single_tab ul li{
    font-family: Arial;
    line-height: 20px;
}
#about_company p,
#about_company ul li{
    font-family: Arial !important;
}
#about_company ul, #about_company ul li {
    list-style: square !important;
    color: #313131;
    font-size: 14px;
    line-height: 26px;
    font-family: Arial, serif !important;
    margin-left: 15px;
}
/*#single_new .new_content ul li:before,*/
/*#about_company ul li:before{*/
/*content: '';*/
/*background: url("img/list.png");*/
/*display: block;*/
/*width: 5px;*/
/*height: 5px;*/
/*position: absolute;*/
/*top: 8px;*/
/*left: -12px;*/
/*}*/
.hover_li{
    position: relative;
}

#tabs-3 iframe{
    text-align: center;
    margin: 0 auto;
    display: block;
}
#tabs-4 img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
input.gsc-input{
    background: #ffffff !important;
}
#ajax-report{
    position: absolute;
    width: 330px;
    text-align: center;
    font-family: Arial, serif;
}
/* Откл рекламу */
#adBlock{
    display: none !important;
}
#liquid1{
    margin-bottom: 100px;
}


/* Ya search */
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    border-color: transparent !important;
}
.ya-site-form__input-text{
    width: 200px !important;
    border: 3px solid !important;
    padding: 0 7px !important;
    line-height: 32px;
    height: 32px;
    color: #cccccc !important;
}
.ya-site-form__submit{
    background: url("../img/search.png") no-repeat;
    text-indent: -9999px;
    width: 41px !important;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: relative;
    right: 7px;
}
footer .ya-site-form__submit{
    position: relative;
    right: 7px !important;
}
#ya-site-form1 .ya-site-form__search-input-layout, #ya-site-form1 .ya-site-form__search-input-layout-l {
    width: auto !important;
}
/* Результаты поиска */
#ya-site-results .b-serp-item__title-link{
    text-align: left !important;
}
.b-serp-item__links-link{
    text-align: left !important;
    display: none !important;
}

/*-- ================================================= Слайдер ==================================================== --*/
.slider{
    padding-top: 30px;
    overflow-x: hidden;
}

.slider-arrows{
    position: relative;
    bottom: 55px;
}
.slider-nav{
    position: relative;
}
.slider-nav a{
    border-radius: 10px;
    border: 5px solid #ffffff;
}
.slider-arrows .slider-arrow{
    display: block;
    height: 18px;
    width: 12px;
    text-indent: -99999px;
}
.slider-arrows .slider-arrow--right{
    background: url(../img/slider/arrow-right.png) no-repeat;
}
.slider-arrows .slider-arrow--left{
    background: url(../img/slider/arrow-left.png) no-repeat;
}
.slider .slide{
    position: relative;
}
.slide .slider_caption {
    background: url("../img/slider/caption-background.png") repeat;
    width: 375px;
    top: 40px;
    right: 40px;
    position: absolute;
    color: #fff;
    padding: 25px 30px;
    text-transform: uppercase;
}
.slide .slider_caption h4 {
    font-size: 30px;
    font-weight: normal;
}
.slide .slider_caption span {
    color: #c2ffa7;
    font-size: 18px;
    text-transform: uppercase;
}
.new-slider{
    padding-top: 20px;
}
.new-slider .slide{
    position: relative;
}
/* Техподдержка для админки */
#yabvdul ul.news_block_ul li.cursor{
    width: 96.5%;
}
#yabvdul .prices_a img{
    float: left;
    padding-right: 10px;
}
#yabvdul .price_lists ul li .price_info{
    position: static;
}
#yabvdul a.prices_a {
    cursor: default;
    display: block;
    /*height: 265px;*/
}
#yabvdul .download .left{
    margin-right: 20px;
    width: 30%;
}


#dialog.window p{
    left: 160px;
    position: relative;
}

.news_nav > span{
    opacity: 0;
}

.table-overlay{
    width: 100%;
    overflow-y: auto;
}
.lang-wrap{
    position: relative;
    z-index: 1;
}
.search-order{
    position: relative;
    z-index: 2;
}
.search-right{
    right: 255px;
}
/* 2015.10.09 */
h2.sub-title{
    text-align:     center;
    margin-bottom:  25px;
    font-size:      28px;
    text-transform: uppercase;
}
h2.sub-title a{
    text-align:     center;
    margin-bottom:  25px;
    font-size:      28px;
    text-transform: uppercase;
}
h2.sub-title a:hover{
    text-decoration: underline;
}

.owl-carousel{
    margin-bottom: 50px;
}
.owl-carousel .owl-item{
    text-align: center;
}
/*--- Greed -------------------------------------------------------------------------------------------------------===*/

.row{
    width: 100%;
}
.row:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.row [class*="col_"],
.row > div{
    float: left;
    min-height: 1px;
}
.col_1{width: 8.333333333333333%;}
.col_2{width: 16.66666666666667%;}
.col_3{width: 25%;}
.col_4{width: 33.33333333333333%;}
.col_5{width: 41.66666666666667%;}
.col_6{width: 50%;}
.col_7{width: 58.33333333333333%;}
.col_8{width: 66.66666666666667%;}
.col_9{width: 75%;}
.col_10{width: 83.33333333333333%;}
.col_11{width: 91.66666666666667%;}
.col_12{width: 100%;}

.offset_1{padding-left: 8.333333333333333%;}
.offset_2{padding-left: 16.66666666666667%;}
.offset_3{padding-left: 25%;}
.offset_4{padding-left: 33.33333333333333%;}
.offset_5{padding-left: 41.66666666666667%;}
.offset_6{padding-left: 50%;}
.offset_7{padding-left: 58.33333333333333%;}
.offset_8{padding-left: 66.66666666666667%;}
.offset_9{padding-left: 75%;}
.offset_10{padding-left: 83.33333333333333%;}
.offset_11{padding-left: 91.66666666666667%;}

/* Новая шапка */
header.main *{
    box-sizing: border-box;
}

header.main .lang{
    margin-right: 30px;
    flex-shrink: 0;
}

header.main .lang div{
    float: left;
}
header.main .lang div a{
    padding: 3px 5px;
    margin-right: 1px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    color: #aaaaaa;
}
header.main .lang div.active a,
header.main .lang div:hover a{
    background-color: #36a655;
    color: white;
}

header.main .support {
    text-align: center;
}

header.main .support a{
    position: relative;
    color: #aaaaaa;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
header.main .support a:hover{
    text-decoration: underline;
}
header.main .support a:before{
    content: '';
    display: block;
    background: url("../img/header/support.png") no-repeat;
    width: 19px;
    height: 19px;
    top: -3px;
    left: -25px;
    margin-right: 5px;
}
header.main .emptyModal,
.openModal
{
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #aaaaaa;
}

header.main * {
    box-sizing: border-box;
}

header.main .header__block {
}

header.main .header__block-1 {
    flex-basis: 100%;
    margin-right: 30px;
}

header.main .header__block-2 {
    flex-basis: 25%;
    flex-shrink: 0;
}

header.main .header__block-3 {
    flex-basis: 245px;
    flex-shrink: 0;
}

header.main .emptyModal:before{
    background: url("../img/header/order.png");
    width: 16px;
    display: block;
    position: absolute;
    top: -5px;
    left: -25px;
    content: '';
    height: 21px;
}

header.main .links{
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
    position: relative;
    padding-left: 25px;
    margin-bottom: 22px;
}

.header__block-1-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

header.main .header__logo {
    margin-right: 50px;
}

header.main .links.hide{
    opacity: 0;
    visibility: hidden;
}

header.main .search{
    font-size: 12px;
    text-transform: uppercase;
    color: #aaaaaa;
    margin-left: 55px;
    display: inline-block;
    position: relative;
}

header.main .search:before{
    background: url("../img/header/search.png") no-repeat;
    width: 19px;
    display: block;
    position: absolute;
    top: -5px;
    left: -25px;
    content: '';
    height: 21px;
}
header.main .search_form{
    position: absolute;
    bottom: -15px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    transition: all 0.6s;
    display: inline-block;
    background-color: #fff;
}
header.main .search_form.show{
    opacity: 1;
    visibility: visible;
}

header.main .title h2{
    color: #36a655;
    font-size: 40px;
    letter-spacing: 3px;
}

header.main .slogan{
    padding-top: 5px;
}

header.main .slogan h4{
    font-weight: normal;
    color: #a2a2a2;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.den-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    width: 100%;
}
.den-block a{
    display: flex;
    align-items: center;
    height: 40px;
}
.den-block a img {
    height: 40px;
    width: auto;
}
.den-block a.instagram img {
    height: 42px;
}
.den-block a.camera img {
    height: 58px;
}
.den-block .fb{
    /*background: url("../img/facebook.png") no-repeat;*/
    /*width: 71px;*/
    /*height: 19px;*/
}
.den-block .camera{
    /*margin: 10px 0 0 30px;*/
    /*position: relative;*/
    text-transform: uppercase;
    /*color: #a2a2a2;*/
    color: #000;
    font-weight: bold;
}
/*.den-block .camera:before {*/
/*    content: '';*/
    /*background: url("../img/camera.png") no-repeat;*/
/*    width: 26px;*/
/*    height: 21px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: -30px;*/
/*    top: -5px;*/
/*}*/
header.main .header-bottom.dif{
    display: none;
}

.table-wrap{
    overflow-x: auto;
}
/* Стрелки */
.owl-theme .owl-controls .owl-buttons div.owl-next{
    background: url("../img/next-new.png") no-repeat center, #999999;
    margin-left: 25px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
    background: url("../img/prev-new.png") no-repeat center, #999999;
    margin-right: 25px;
}
.catalogs-block-s{
    text-align: center !important;
    display: none;
}
input#e,
label[for="e"]{
    display: none !important;
}
.dl-menuwrapper li.dl-back > a{
    height: 16px;
}

header.main .hot h4 {
    color: #36a655;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
}

header.main .hot a {
    text-decoration: none;
    color: #36a655;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

header.main .hot a:hover {
    text-decoration: underline;
}
.popup__lang {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*transform: translate(-50%, -50%);*/
    background: rgba(82, 170, 57, 0.9);
    padding: 20px 30px;
    text-align: center;
    z-index: 1001;
}
.popup__lang-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 35px;
    font-weight: bold;
    padding: 5px 15px;
    color: #fff;
    z-index: 5;
    cursor: pointer;
}
.popup__lang.active {
     display: flex;
}

.popup__lang h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 60px;
}
.popup__lang-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 420px;
    max-width: 95%;
}
.popup__lang-list li {
    margin-right: 10px;
    flex-basis: 45%;
    margin-bottom: 20px;
}
.popup__lang-list li:nth-child(even) button {
    margin-left: auto;
 }

.popup__lang-list button {
    display: flex;
    width: 130px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.2s linear;
    border: none;
    outline: none;
}
.popup__lang-list button:hover {
    background: #f4f4f4;
}
@media (max-width: 400px) {
    .popup__lang-list {
        flex-direction: column;
    }
    .popup__lang h3 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .popup__lang-list {
        margin-bottom: 60px;
    }
    .popup__lang-list li {
        width: 100%;
        flex-basis: auto;
    }
    .popup__lang-list li button,
    .popup__lang-list li:nth-child(even) button {
        margin-left: auto;
        margin-right: auto;
    }
}
