*{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

:focus{
    outline: 0;
}

span.lang{
    color: #fff;
    font-size: 12px;

}

a.lang{
    color: #989898;
    font-size: 12px;
}

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

.lang + .lang{
    margin-left: 10px;
}

.container{
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}

.top{
    padding: 5px 0;
    background-color: #292929;
}

.top:after{
    content: '';
    display: block;
    clear: both;
}

.search_form{
    float: right;
}

.search_form input{
    display: inline-block;
    vertical-align: top;
    border: 0;
    height: 23px;
    width: 220px;
    padding: 0 7px;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
}

.search_form button{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 23px;
    border: 0;
    background: #fff url(../images/search.png) no-repeat center;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
}

header{
    padding: 17px 0;
}

header:after{
    content: '';
    display: block;
    clear: both;
}

.main_logo{
    float: left;
}

.header_phones{
    float: right;
    list-style: none;
    min-height: 70px;
    padding-left: 60px;
    padding-top: 7px;
    background: url(../images/phone.png) no-repeat 10px center;
}

.header_phones li{
    line-height: 28px;
    font-size: 18px;
    font-weight: 100;
}

.header_cart{
    float: right;
    height: 70px;
    padding-left: 80px;
    padding-top: 10px;
    background: url(../images/box.png) no-repeat 9px center;
    margin-left: 40px;
    width: 220px;
    text-decoration: none;
    font-size: 14px;
}

.header_cart .quantity{
    color: #f82504;
    font-weight: bold;
    text-decoration: underline;
    line-height: 26px;
}

.header_cart .price_total{
    color: #000;
    display: block;
}

.main_nav{
    background-color: #007cd9;
}

.nav{
    font-size: 0;
    list-style: none;
}

.nav > li{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 16px;
    position: relative;
    border-right: 1px solid #fff;
    text-align: center;
}

.nav > li:first-child{
    border-left: 1px solid #fff;
}

.nav > li > a{
    display: block;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.nav > li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #292929;
    list-style: none;
    padding: 10px 0;
    z-index: 200;
}

.nav ul li{
    padding: 5px 15px;
    text-align: left;
}

.nav ul a{
    color: #fff;
    font: 14px/14px 'Arial', sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

.nav > li:hover{
    background-color: #292929;
}

.nav > li:hover ul{
    display: block;
}

.main_slider,
.main_slider.slick-dotted{
    margin-bottom: 50px;
}

.main_slider .slide{
    height: 415px;
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0,0,0,.72);
}

.main_slider .slide a{
    display: block;
    height: 415px;
    text-decoration: none;
}

.main_slider > .slide:not(:first-child){
    display: none;
}

.main_slider .slick-dots{
    bottom: 15px;
}

.slick-dots li button:before{
    color: #fff;
    opacity: 1;
    font-size: 12px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before{
    opacity: 1;
    color: #007cd9;
}

.banner{
    text-align: center;
    margin-bottom: 50px;
}

.banner img{
    max-width: 100%;
    height: auto;
}

/*.popular {*/
    /*display: flex;*/
/*}*/

.popular h2{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 100;
    color: #007ac6;
    margin-bottom: 20px;
}

.popular .items{
    display: flex;
    flex-wrap: wrap;
}

.popular .item{
    /*width: 230px;*/
    width: calc((100% - 60px)/4);
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popular .item:nth-child(4n+1){
    margin-left: 0;
}

.item_img{
    display: block;
    /*height: 198px;*/
    overflow: hidden;
    margin-bottom: 10px;
}

.item_img img{
    display: block;
    max-width: 100%;
    height: auto;
    transform: scale(1);
    transition-duration: .5s;
}

.item:hover img {
    transform: scale(1.1);
    transition-duration: 3s;
}

.important_attrs{
    list-style: none;
    font-size: 13px;
    color: #3f464d;
    padding: 5px 0;
}

.item_name{
    font-size: 14px;
    color: #292929;
}

.item_links{
    display: flex;
    padding-top: 10px;
}

.item_links ul{
    padding: 0 5px;
    list-style: none;
    width: 55%;
    background-color: #292929;
    color: #fff;
    text-align: left;
}

.item_links li{
    font-size: 22px;
}

.item_links .old{
    height: 11px;
    margin-bottom: 3px;
    font-size: 11px;
    text-decoration: line-through;
}

.item_links a{
    width: 45%;
    background-color: #007ac6;
    color: #fff;
    list-style: none;
    line-height: 48px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.item_links a:hover{
    opacity: .9;
}

.seo_text{
    padding-top: 40px;
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 50px;
}

footer{
    background-color: #292929;
    border-top: 6px solid #007ac6;
    box-shadow: 0 -6px 0 #292929;
    padding: 15px 0;
}

footer:after{
    content: '';
    display: block;
    clear: both;
}

.footer_links{
    width: 20%;
    list-style: none;
    float: left;
}

.footer_links + .footer_links{
    margin-left: 50px;
}

.footer_links li{
    padding: 3px 0;
}

.footer_links a{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.footer_links a:hover{
    text-decoration: underline;
}

.footer_contacts{
    float: right;
}

.footer_contacts {
    text-align: right;
}

.footer_contacts ul{
    list-style: none;
    color: #fff;
    font-size: 12px;
}

.footer_contacts li + li{
    margin-top: 15px;
}

.footer_contacts li.develop {
    margin-top: 30px;
    color: #626262;
}

.develop a{
    color: #626262;
    text-decoration: none;
}

.breadcrumbs{
    list-style: none;
    font-size: 12px;
    color: #97a4a6;
    width: 980px;
    margin: 0 auto;
    padding: 13px 0;
}

.breadcrumbs li{
    display: inline-block;
}

.breadcrumbs a{
    color: #97a4a6;
    text-decoration: none;
    font-size: 12px;
}

.breadcrumbs a:hover{
    text-decoration: underline;
}

.breadcrumbs li + li:before{
    content: '>';
    margin-right: 3px;
}

.title{
    background-color: #007cd9;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 15px;
}

.catalog_sort{
    padding: 5px 10px;
    background-color: #c3c3c3;
    text-align: right;
}

.catalog_sort label{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #06282e;
    font-weight: bold;
    margin-left: 15px;
}

.catalog_sort select{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.wrapper{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

aside{
    width: 220px;
}

main{
    width: calc(100% - 240px);
}

aside h3{
    font-size: 17px;
    color: #06282e;
    margin-bottom: 15px;
}

.filter_form{
    margin-bottom: 50px;
}

.filter_form h4{
    font-size: 18px;
    font-weight: 100;
    color: #06282e;
    margin-bottom: 10px;
}

.filter_form fieldset{
    border: 0;
}

.filter_form fieldset + fieldset {
    margin-top: 20px;
}

.filter_form  label{
    display: block;
    font-size: 14px;
    color: #06282e;
}

.filter_form  label + label{
    margin-top: 5px;
}

.filter_form  label input{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.catalog_item{
    font-size: 0;
    margin-bottom: 46px;
}

.catalog_img{
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 186px;
    border: 1px solid #e4e9ea;
    overflow: hidden;
}

.catalog_description{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 230px);
    padding-left: 10px;
    font-size: 13px;
}

.catalog_name{
    font-size: 18px;
    color: #f82304;
}

.catalog_name:hover{
    text-decoration: none;
}

.catalog_description > ul{
    list-style: none;
    font-size: 13px;
    color: #3f464d;
    padding-top: 15px;
}

.catalog_item .item_links{
    width: 230px;
    float: right;
    clear: right;
}

.to_cart{
    text-align: center;
}

.more{
    float: right;
    color: #007cd9;
}

.pagination{
    text-align: center;
    font-size: 18px;
}

.pagination a,
.pagination span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.pagination span {
    line-height: 38px;
    width: 38px;
    text-align: center;
    color: #fff;
    background-color: #007cd9;
}

.pagination a {
    text-decoration: none;
    color: #3f464d;
}

.pagination .prev,
.pagination .next{
    font-size: 22px;
}

.product_title{
    padding: 5px 0;
    background-color: #f82304;
}

.product_title h1{
    color: #fff;
    font-weight: 100;
    font-size: 18px;
}

.product_block{
    margin-bottom: 70px;
}

.product_block aside{
    width: 280px;
}

.product_block main {
    width: calc(100% - 300px);
}

.product_images{
    height: 230px;
    overflow: hidden;
    border: 1px solid #e4e9ea;
    margin-bottom: 20px;
}

.product_images > a:not(:first-child){
    display: none;
}

.product_thumbs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_thumbs a{
    width: 133px;
    height: 108px;
    border: 1px solid #e4e9ea;
    overflow: hidden;
    margin-bottom: 20px;
}

.product_description{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product_description .description{
    width: calc(100% - 240px);
}

.description ul{
    list-style: none;
    font-size: 14px;
    color: #3f464d;
    margin-bottom: 24px;
}

.description li{
    line-height: 22px;
}

.description .icons{
    display: inline-block;
    border: 1px solid #007cd9;
    border-radius: 8px;
    padding: 10px;
}

.icons img{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px;
}

.product_description .order{
    width: 220px;
}

.call_order{
    background-color: #efefef;
    padding: 10px;
    text-align: center;
    color: #3f464d;
    margin-bottom: 10px;
}

.call_order h6{
    font-size: 16px;
    font-weight: normal;
}

.call_order span{
    display: block;
    margin: 3px 0 5px;
    font-weight: bold;
    font-size: 21px;
}

.call_order a{
    color: #3f464d;
    font-size: 14px;
}

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

.tabs .tab_links{
    list-style: none;
    font-size: 0;
    border-bottom: 1px solid #c3c3c3;
    background-color: #c3c3c3;
}

.tab_links li{
    display: inline-block;
    vertical-align: bottom;
}

.tab_links a{
    display: block;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #3f464d;
}

.tab_links a.active,
.tab_links a:hover{
    background-color: #007cd9;
    color: #fff;
}

.tab{
    background-color: #f6f6f6
}

.tab:not(.active){
    display: none;
}

.characteristics{
    min-width: 100%;
    border-collapse: collapse;
}

.characteristics td{
    padding: 10px 15px;
    font-size: 14px;
    color: #161616;
}

.characteristics td + td{
    border-left: 1px solid #d6eaff;
}

.characteristics tr{
    background-color: #f6f6f6;
}

.characteristics tr:nth-child(even){
    background-color: #d6eaff;
}

.product_about {
    padding: 15px;
    font-size: 14px;
}

.product_about h2,
.product_about h3,
.product_about h4{
    font-weight: normal;
    margin: 10px 0;
}

.product_about ul,
.product_about ol{
    list-style-position: inside;
    margin: 10px 0;
}

.product_about p{
    margin: 10px 0;
}

.product_about a{
    color: #007cd9;
}

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

.video{
    padding: 10px;
}

.video iframe{
    width: 100%;
    max-width: 100%;
    height: 377px;
}

.search_block{
    padding: 30px 0;
}

.docs_block{
    padding-bottom: 50px;
}

.docs_list{
    display: flex;
    flex-wrap: wrap;
}

.docs_item{
    width: 230px;
    margin-left: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.docs_item:nth-child(4n+1){
    margin-left: 0;
}

.docs_item img{
    display: block;
    margin-bottom: 15px;
}

.docs_item a{
    font-size: 14px;
    color: #000000;
}

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

.instructions_block{
    padding-bottom: 40px;
}

.instruction_search{
    border: 1px solid #292929;
    margin-bottom: 35px;
}

.instruction_search input{
    display: inline-block;
    vertical-align: top;
    height: 30px;
    border: 0;
    padding: 0 10px;
    width: calc(100% - 35px);
}

.instruction_search button{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 0;
    background: #fff url(../images/search.png) no-repeat center;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
}

.instruction_item{
    margin-bottom: 30px;
    display: flex;
}

.instruction_item img{
    width: 77px;
    height: 77px;
}

.instruction_item .instruction{
    width: calc(100% - 115px - 77px);
    padding: 10px 20px 0;
    font-size: 18px;
    line-height: 28px;
}

.instruction_item .download{
    width: 115px;
    font-size: 12px;
    text-align: center;
}

.instruction_item .download a{
    display: block;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f82504;
}

.instruction_item .download a:hover{
    opacity: .9;
}

.page_block{
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 2;
}

.page_block p{
    margin: 10px;
}

.page_block ul,
.page_block ol{
    list-style-position: inside;
    margin: 10px 0;
    padding-left: 5px;
}

.page_block a{
    color: #007cd9;
}

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

.contacts_block{
    padding-bottom: 40px;
}

.contacts{
    margin-bottom: 40px;
}

.contacts:after{
    content: '';
    display: block;
    clear: both;
}

.contacts .text{
    float: left;
    max-width: calc(100% - 275px);
    padding-right: 20px;
    font-size: 14px;
    line-height: 2;
}

.contacts .text ul{
    list-style: none;
}

.contacts .text p{
    margin: 20px 0;
}

.contacts_form{
    width: 275px;
    padding:20px;
    background-color: #272727;
    float: right;
}

.contacts_form h3{
    text-align: center;
    font-size: 30px;
    color: #f82504;
    font-weight: 500;
    margin-bottom: 20px;
}

.contacts_form p {
    margin-bottom: 15px;
}

.contacts_form input,
.contacts_form select{
    display: block;
    height: 42px;
    min-width: 100%;
    border: 1px solid #3c657b;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 0;
}

.contacts_form input.error,
.contacts_form select.error{
    border-color: #f82504;
}

.contacts_form button{
    display: block;
    min-width: 100%;
    height: 42px;
    text-align: center;
    background-color: #f82504;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 19px;
    text-transform: uppercase;
}

.contacts_form button:hover{
    opacity: .9;
}

#map{
    height: 340px;
}

.cart_block{
    padding: 30px 0 50px;
}

.cart_block table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.cart_block th{
    background: #f3f3f3;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}

.cart_block tr:not(.empty) td:first-child{
    width: 210px;
    font-size: 0;
    padding: 0;
}

.cart_block td {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px;
}

.cart_block td a{
    color: #000;
}

.cart_block td .delete_product{
    text-decoration: none;
    color: #bd362f;
    font-size: 32px;
}

.cart_totals{
    padding: 30px 0;
    text-align: right;
    font-size: 18px;
    text-transform: uppercase;
}

.cart_block input{
    border: 1px solid #000;
    border-right: 0;
    height: 36px;
    width: 44px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #000;
}

.cart_block .counter_buttons{
    display: inline-block;
    vertical-align: top;
    width: 18px;
}

.cart_block .counter_buttons button{
    display: block;
    width: 100%;
    color: #000;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    background-color: transparent;
}

.cart_block .counter_buttons button + button{
    border-top: 0;
}

.cart_block .counter_buttons button:hover{
    background-color: #ccc;
}

.cart_links:after{
    content: '';
    display: block;
    clear: both;
}

.cart_links a{
    color: #000;
}

.cart_links .btn{
    float: right;
    line-height: 40px;
    padding: 0 20px;
    background-color: #007ac6;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 100;
}

.order_block{
    padding: 30px 0 50px;
}

.order_block .messages{
    list-style: none;
    text-align: center;
    font-size: 18px;
    padding: 30px;
}

.order_form{
    width: 500px;
    margin: 0 auto;
}

.order_form p{
    margin-bottom: 10px;
}

.order_form .errorlist{
    display: none;
}

.order_form .errorlist + p input{
    border-color: #bd362f;
}

.order_form h4{
    text-align: center;
    padding: 35px 0 45px;
    font-size: 18px;
    font-weight: normal;
}

.order_form label{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    padding-right: 13px;
    text-align: right;
    font-size: 18px;
    text-transform: uppercase;
}

.order_form input{
    width: 300px;
    height: 36px;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 16px;
}

.order_form button{
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    background-color: #007ac6;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 100;
    border: 0;
    margin: 50px 0 25px 200px;
}

.order_block p{
    text-align: center;
}

.fancybox-close{
    background: none;
    text-decoration: none;
    color: #fff;
    top: -36px;
    right: -36px;
}

.fancybox-title-float-wrap .child{
    background: transparent;
    font-weight: 300;
    font-size: 16px;
    box-shadow: none;
}

.fancybox-close:before{
    content: '×';
    font-size: 46px;
    line-height: 36px;
}

#body{
    background-color: #fff;
}

.mmenu_open{
    color: #007ac6;
    font-size: 32px;
    position: absolute;
    left: 20px;
    text-decoration: none;
    display: none;
}

.filter_trigger{
    display: none;
}

@media only screen and (max-width: 1000px){
    .container{padding: 0 15px;}
    .nav > li{font-size: 14px;}
    .main_slider .slide {font-size: 61px;}
    .item_links a{font-size: 15px;}
    .item_links li:not(.old){font-size: 18px; line-height: 30px;}
    .breadcrumbs{max-width: 100%; padding: 13px 15px;}
    .catalog_img{width: 150px;  height: 121px;}
    .catalog_img img{max-width: 100%; height: auto;}
    .catalog_description{width: calc(100% - 150px);}
    .product_description{display: block;}
    .product_description .description {width: auto;}
    .product_description .order{margin-top: 30px;}
}

@media only screen and (max-width: 750px){
    .popular .item{ width: calc((100% - 40px)/3);}
    .popular .item:nth-child(4n+1){margin-left: 20px;}
    .popular .item:nth-child(3n+1){margin-left: 0;}
    .main_slider .slide {font-size: 48px;height: 380px;}
    .nav{display: flex;}
    .nav > li{width: auto; flex: 1; }
    .nav > li > a{ padding: 0 15px; white-space: nowrap;}

    .aside_filters{display: none;}
    .aside_filters h3{font-weight: normal; text-align: center;}
    .aside_filters .filter_form{padding-left: 15px;}
    .aside_filters.open{display: block; position: absolute; top: 20px; left: 0; background-color: rgba(255,255,255,1); z-index: 10; box-shadow: 0 0 3px rgba(0,0,0,.5)}
    .aside_filters + main{width: 100%;}
    .wrapper{position: relative;}

    .product_block .wrapper{ display: block; }
    .filter_trigger{float: left;}
    .filter_trigger img{display: block;}

    .product_block aside{margin: 0 auto;}

    .product_block aside + main{ width: 100%;}

    .contacts .text{max-width: calc(100% - 240px);}
    .contacts_form {width: 240px;}
    .filter_trigger{ display: block;}
}

@media only screen and (max-width: 570px){
    .main_logo{ float: none; display: block; width: 155px; margin: 0 auto; }
    .header_cart{ float: none; display: block; width: 250px; margin: 20px auto; }
    .header_phones{ float: none; display: block; width: 250px; margin: 0 auto;}
    .popular .item{ width: calc((100% - 20px)/2);}
    .popular .item:nth-child(3n+1){margin-left: 20px;}
    .popular .item:nth-child(odd){margin-left: 0;}
    .item_img img{width: 100%; height: auto;}
    .main_slider .slide { height: 300px; text-align: center; font-size: 32px;}
    .mmenu_open{display: block;}
    .main_nav{display: none;}
    .search_form input{width: 180px;}

    .contacts .text{max-width: none; float: none; margin-bottom: 30px;}
    .contacts_form {width: 100%;}
}

@media only screen and (max-width: 460px){
    .main_slider .slide{font-size: 26px;}
    .popular .items{display: block}
    .popular .item, .popular .item:nth-child(odd),.popular .item:nth-child(3n+1){width: 230px; margin: 20px auto;}
    .popular h2{font-size: 24px; text-align: center;}
    .catalog_item{width: 290px; margin-left: auto; margin-right: auto;}
    .catalog_item:after{content: ''; display: block; clear: both;}
    .catalog_img{display: block; width: auto; height: auto; margin-bottom: 10px;}
    .catalog_img img{width: 100%; height: auto;}
    .catalog_description{ display: block; width: auto; text-align: center;}
    .catalog_description ul{text-align: left;}
    .more {display: none;}
    .catalog_item .item_links{width: 290px;}
}