/*COLORS 

blue #596de0;
GREY #dddddd;
GREY-FONT #b3abab;
*/

a{
    color: black;
    text-decoration: none;
}
a:hover{    
    text-decoration: underline;
    color: inherit;
}

@media (max-width: 767px) {
    .nav__mix_logo{
        height: 24px !important;        
    }
    .nav__mix_phone {
        height: 24px !important;  
        padding: 0 0 0 0 !important;
    }
    .nav__cart {    
        height: 25px !important;
        padding: 0px 0px 0px 0px !important;
    }


    .zform-inline-always {
        width: auto;
        display: inline-block;
    }
    .zform-inline-always > .checkbox {
        margin-left: 5px;
        margin-right: 5px;
    }
    .zform-inline-always .form-control {
        width: auto;
        display: inline-block;
    }
    .zform-inline-always label {
        margin-right: 5px;
    }
    .zform-inline-always .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }   
}

.zform-inline-always {
    width: auto;
    display: inline-block;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    min-height: 100%;
}



h1, h2, h3, h4, h5, h6{
    margin: 8px 0 8px 0;
}

.popover{
    max-width: 300px;
    width: 200px;
}
.breadcrumb{
    padding: 1px 5px;
    margin-bottom: 4px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li{
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.breadcrumb>li+li:before {
    padding: 0;
    margin: 0;
    color: #333333;
    content: "/";
}






.nav__static-pages{    
    background-color: #dddddd;    
}
.nav__static-pages_a, .nav__static-pages_a:hover, .nav__static-pages_a:visited, .nav__static-pages_a:focus{
    color: #333333;   
    margin: 0 1em 0 0;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
}
.nav__mix{

}
.nav__mix_logo{
    height: 50px;    
    margin: 0;
    max-width: 100%;
    display: inline-block;
    float: left;
}
.nav__mix_slogan{   
    font-size: 15px;
    padding: 14px 0 0 14px;
    display: inline-block;
    float: left;
}
.nav__mix_phone{
    height: 50px;
    vertical-align: top;
    margin: 0px 0 0 0;
    padding: 12px 0 0 0;
    float: left;
}
.nav__mix_phone-num{    
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;   
    display: inline-block;
    margin: 0px 2em 0px 0px;
    float: left;
}
.nav__mix_phone-callback{    
    cursor: pointer;   
    display: inline-block;
    margin: 4px 0 0 0;
    float: left;
}
.nav__mix_phone-callback-icon{
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
    display: inline-block;
    margin: 0px 6px 0 0;
    float: left;
}
.nav__mix_phone-callback-text{
    border-bottom: 1px dashed;
    font-size: 15px;  
    line-height: 15px;
    display: inline-block;
    margin: 0;
    float: left;
}
.nav__cart{
    max-width: 340px;
    height: 50px;       
    padding: 8px 0px 0px 0px;
    display: inline-block;
    margin: 0;   
    vertical-align: top;
    float: left;
}
.nav__cart a, .nav__cart a:hover{
    font-size: 15px;
    text-decoration: none;
}
.nav__cart_block{
    height: 34px;  
    padding: 0; 
    margin: 0; 
    display: inline-block; 
    overflow: hidden;
    vertical-align: top;
    float: left;
}
.nav__cart_badge{
    height: 34px; 
    width: 30px;     
    padding: 0; 
    margin: 0px -16px 0px 0px; 
    display: inline-block; 
    vertical-align: top;
    overflow: visible;
    position: relative;
    z-index: 2;   
    float: left;
}
.nav__cart_icon{
    height: 34px; 
    width: 30px;       
    padding: 0; 
    margin: 0; 
    display: inline-block;  
    vertical-align: top;
    position: relative;
    z-index: 1;    
    float: left;
}
.nav__cart_stat{
    height: 34px;    
    width: 124px;    
    padding: 0; 
    margin: 0; 
    display: inline-block; 
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 2;  
    float: left;
}
.nav__cart_stat_line{
    height: 17px;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 2;
    float: left;
}




.left_catalog_header{
    height: 32px;
    background-color: #dddddd;
    padding: 3px 0px 0px 3px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    margin: 2px 0 3px 0;
}
.left_catalog_header-caret{
    color: #333333;
    padding: 0px;
    margin: 6px 6px 0px 0px;
    float: right;    
    cursor: pointer;
    display: flex;
    align-items: baseline;
}
.left_catalog_list{
    padding: 2px 2px 6px 2px;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
}
.left_catalog_list ul{
    list-style: none;
    padding: 0;
    margin: 0;     
}
.left_catalog_list ul li{
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #d1d1d1;
}
.left_catalog_list ul li img{
    width: 20px;
    max-height: 20px;
    margin: 0;
    padding: 0;
}
.left_catalog_list ul li a{
    color: #282626;
    font-size: 14px;     
}





.left_news_header{
    height: 32px;
    background-color: #dddddd;
    padding: 3px 0 0 4px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    margin: 20px 0 10px 0;
}
.left_news_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.layout_left_news_item_date{
    font-size: 12px;
}
.left_news_list li{
    clear: both; 
    margin: 10px 0 0px 0;
}  




.footer{
    margin: 20px 0 0 0;
    padding: 0px 0 30px 0; 
}
.footer a{
    text-decoration: none;
}
.footer__h{
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
}
.footer__item{
    font-weight: lighter;
    font-size: 14px;
}
.footer__item-icon{
    font-weight: lighter;
    font-size: 16px;
    vertical-align: bottom;
}
.footer_copyright{
    background-color: white;
    text-align: right;
    font-size: 12px;
    color: grey;
    padding: 1px 100px 1px 0px;
}
.footer_sticker{
    position: fixed;
    bottom: 10px;
    right: 4px;
    width: 100%;   
    height: 24px; 
}
.footer_sticker__btn-goto-top{
    display: block;
    float: right;
    margin: 0 0 0 0;
    padding: 3px 0 0 4px;
    height: 24px;
    width: 24px;
    background-color: #596de0;
    font-size: 17px;
    line-height: 17px;
    color: whitesmoke;
    cursor: pointer;
    border-radius: 3px;
}
.footer_sticker__btn-consultant{
    display: block;
    float: right;
    margin: 0 20px 0 0;
    padding: 3px 0 0 4px;
    height: 24px;
    width: 24px;
    background-color: #596de0;
    font-size: 17px;
    line-height: 17px;
    color: whitesmoke;
    cursor: pointer;
    border-radius: 3px;
}



.center__products-hit{
    height: 260px;
    margin: 0 0 5px 0;
    overflow: hidden;     
}

.index-catalog_cat-main_name{    
    font-weight: bold;
    font-size: 16px;
}


.index-catalog_cat-inner_name{
    padding: 2px 2px 2px 0px;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.index-catalog_cat-inner_name ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.index-catalog_cat-inner_name ul li{
    padding: 2px 0px 2px 0px;
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
}
.index-catalog_cat-inner_name ul li a{
    color: #282626;
    font-size: 14px;
    padding: 0;
}
.index-catalog_cat-inner_more{
    font-size: 13px;
    color: #cc0000;
    padding: 4px 0 0 0;
    margin: 0;
    cursor: pointer;
}

.product-attrs{
    display: inline-block;
    margin: 0;
    padding: 0;

}
.product-attr{
    display: inline-block;
    margin: 0 14px 0 0;
    padding: 0;
}
.product-attr-name{
    font-size: 13px;
    font-weight: bold;
}
.product-attr-val, .product-attr-val a{
    font-size: 13px;
    font-weight: 400;
    color: black;
    text-decoration: none;
}
.product-attr-val a:hover{   
    color: black;
    text-decoration: underline;
}
.product-btn-portalpostavshikov{
    border: 2px solid #33cc00;
    padding: 6px 6px;
    display: inline-block;
    padding: 2px 2px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 4px;
    color: #2db300;
}
.product-btn-portalpostavshikov a{
    color: #2db300;
}

.product-btn-portalpostavshikov img{
    height: 30px;
}
.product-desc_short{
    display: inline-block;
    width: 100%;
    color: #282626;
    font-size: 13px;
    margin: 4px 0 4px 0;
}
.product-desc_long{
    display: inline-block;
    width: 100%;
    color: #282626;
    font-size: 13px;
    margin: 10px 0 10px 0 ;
}

.product-arrival{
    display: inline-block;
    width: 100%;
    color: #282626;
    text-align: left;      
    padding: 2px 0 2px 0;
    margin: 0;
}
.product-arrival-icon{
    font-size: 24px;
    vertical-align: middle;
}
.product-arrival-title{
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}
.product-arrival-desc{
    font-size: 13px;       
    vertical-align: middle;
}
#product-call, #product-call a{
    color: black;
    text-decoration: none;
}

.bg-deleted{
    color: #333333 !important;
    background-image: url('/common/bnv1/img/bg-deleted.png') !important;
    background-repeat: repeat !important;
}
tr.bg-deleted:hover td  {    
    background-image: url('/common/bnv1/img/bg-deleted.png') !important;
    background-repeat: repeat !important;
}
