.B_crumbBox{
    padding: 0!important;
    margin: 0!important;
    color: #39abe2;
}
.B_crumbBox li{
    display: inline-block;
}
.B_crumbBox li a{
    text-decoration: none;
}
.cat_menu_2 {
    column-count: 2;
    list-style: none!important;
    margin: 10px 0;
}
.cat_menu_2 li{
    margin: 10px 0;
}
.cat_menu_2 li a{
    text-decoration: none;
}


/* table */
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.over_table{
    overflow: auto;
    width: 100%;
    margin: 20px 0;
}
.delivery table{
    width: 100%;
    border-spacing: 1px 1px;
    border-collapse: separate;
}
.delivery thead{
    font-size: 24px;
    font-style: italic;
}
.delivery thead td{
    text-align: center;
    padding: 10px;
}
.delivery thead td:nth-last-child(3){
    text-align: left;
}
.delivery tbody td{
    width: 27%;
    font-size: 20px;
/*    font-style: italic;*/
    padding: 10px;
    text-align: center;
    font-family: 'exo2.0light';
    background: #eef1f8;
}
.delivery tbody td:last-child{
    background: #d4eaf7;
}
.delivery tbody td:first-child{
    width:15%;
}
.delivery tbody td:nth-last-child(3){
    text-align: left;
    font-style: normal;
    width: 50%;
}
/*.delivery tbody tr:first-child td:first-child{ border-radius: 10px 0 0 0;}
.delivery tbody tr:first-child td:last-child{border-radius: 0 10px 0 0;}*/
.sec_right,
.sec_left{
    width: 640px;
    display: inline-block;
    vertical-align: top;
    font-size: initial;
}
.sec_right{
    width: 300px;
    margin-top: 80px;
}
input{
    border: 1px solid #e2e3e2;
    padding: 6px;
    box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
::-webkit-input-placeholder{color:#000; font-size: 14px;}
::-moz-placeholder{color:#000; font-size: 14px;}
::-webkit-input-placeholder{color:#000; font-size: 14px;}
::-moz-placeholder{color:#000; font-size: 14px;}
textarea, input{color:#000; font-family: HelveticaNeueCyr;}
:focus::-webkit-input-placeholder{color:#39abe2;}
:focus::-moz-placeholder{color:#39abe2;}
:focus::-webkit-input-placeholder{color:#39abe2;}
:focus::-moz-placeholder{color:#39abe2;}

/* checkbox/radio */

input[type="radio"],
input[type="checkbox"]{
    display: none;
}
input[type="radio"]+label,
input[type="checkbox"]+label{
    cursor: pointer;
    position: relative;
}
input[type="radio"]+label:before,
input[type="checkbox"]+label:before{
    content: '';
    display: inline-block;
    background: linear-gradient(#f0f0f0,#e0e0e0);
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: absolute;
    top: 50%;
    margin-top: -9px;
}
input[type="radio"]:checked+label:before,
input[type="checkbox"]:checked+label:before{
    background-image: url(../img/agree.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
}
input[type="radio"]+label>span,
input[type="checkbox"]+label>span{
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    font-family: HelveticaNeueCyr;
    margin-left: 30px;
}
.lab_r_check span{
    margin-left: 0 !important;
    margin-right: 30px;
}
.lab_r_check:before{
    right: 0;
}

/* type number */

.input-number-box{
    position: relative;
    min-width: 160px;
    display: inline-table;
}
.input-number{
    border: none;
    background: transparent;
    box-shadow: none;
    display: inline-block;
    max-width: 50px;
    margin: 0;
    text-align: center;
}
.pack{
    display: inline-block;
    position: relative;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    font-family: "exo2.0medium";
    z-index: 99;
    width: 20px;
    font-size: 1rem;
}
.list_products .pack{
    position: absolute;
    margin-left: -28px;
}
.input-number-more,
.input-number-less{
    position: relative;
    width: 18px;
    height: 18px;
    background-color: #f0f0f0;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    top: 50%;
    margin-bottom: -5px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: inline-block;
}
.input-number-more{
    
    background-image: url(../img/icoright.png);
    
}
.input-number-less{
    
    background-image: url(../img/icoleft.png);
}
.sale_sucsess .input-number-more,
.sale_sucsess .input-number-less,
.sale_sucsess .input-number,
.sale_sucsess .pack{
    display: none;
}
/* radio */

input[type="radio"]+label:before{
    border-radius: 50%;
}
input[type="radio"]:checked+label:before{
    background-image: url(../img/agreer.png);
    border: 1px solid #39abe2;
}

/* select */

select{
    background: linear-gradient(#f0f0f0,#e0e0e0);
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    height: 30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    vertical-align: middle;
    font-family: HelveticaNeueCyr;
    cursor: pointer;
}

/* textarea */

textarea{
    font-family: HelveticaNeueCyr;
    border: 1px solid #e2e3e2;
    padding: 6px;
    box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.2);
    min-height: 80px;
}

/* delivery */

h2,.h2{
    margin-top: 50px;
    font-family: 'exo2.0bold';
    text-transform: uppercase;
}
.delivery .b_second{
    padding-bottom: 0;
}
.delivery .b_second p{
    color: #6e6e6e
}
.delivery .table{
    margin: -10px;
}
.delivery .table .cell{
    padding: 10px;
    vertical-align: top;
    font-size: 20px;
    color: #6e6e6e;
}

/* custom */

.products,
.custom form{
    font-size: 0;
}
.err{
    font-size: 10px;
    margin-top: 0;
}
.custom .table .cell:first-child input{
    width: 300px;
}
.custom h5,.custom .h5{
    margin-top: 30px;
}
.custom h3,.custom .h3{
    margin: 40px 0 10px;
    font-family: 'exo2.0bold';
}
.custom .col_silver{
    text-transform: uppercase;
}
.custom textarea{
    min-width: 500px;
    box-sizing: border-box;
    max-width: 500px;
    margin-bottom: 40px;
}
.custom .cell{
    padding: 10px 20px;
    padding-left: 0;
}
.custom span.col_blue,
.custom span.col_silver{
    font-size: 16px;
    font-family: 'exo2.0bold';
    margin-top: 10px;
    display: inline-block;
}
.custom span.col_blue{
    font-size: 20px;
}
.custom select{
    margin: 10px 20px;
    margin-left: 0;
    width: 300px;
}
.custom p{
    line-height: 30px;
}
.custom p.width_100{
    width: 300px;
}
.custom .width_10 input{
    width: 80px;
}
.custom .width_10 input{
    width: 100%;
    box-sizing: border-box;
}
.custom button.stdbtn{
    padding: 0 35px;
    font-size: 24px;
    line-height: 70px;
    width: 360px;
}
.custom button.stdbtn:after{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

button[value="cart/clean"]{
    color: #39abe2;
    text-decoration: underline;
    border: none;
    outline: none;
    font-size: 100%;
    font-family: 'exo2.0medium';
}
button[value="cart/clean"]:hover{
    text-decoration: none;
}
button[value="cart/add"]{
    border: none;
    outline: none;
}
.opac:hover img{
    opacity: 0.5;
    transition: all 0.3s ease;
}
.custom .any_select{
    margin: 10px 0 20px;
}
.right_form{
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    background: #fff;
    padding: 20px 10px;
    position: relative;
    z-index: 5;
    min-height: 0px;
}

.right_form.cat {
    min-height: auto;
}

.right_form h5,.right_form .h5{
    margin-top: 0;
    text-transform: uppercase;
}
.right_form .cell{
    padding: 5px;
    padding-left: 0;
    border-bottom: 1px solid #e2e3e2;
}
.right_form .cell:first-child{
    max-width: 120px;
    color: #39abe2;
    font-size: 16px;
}
.right_form .row:last-child .cell{
    border-bottom: none;
}
.right_form textarea{
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}
.right_form .any_select{
    margin: 0;
}
.right_form.z_index_0{
    margin-top: -5px;
    min-height: auto;
}
.inline .cell{
    display: inline-block;
}
.inline .cell input{
    width: 80px;
}
.table.inline{
    font-size: 0;
}
.right_form .table.width_100+p{
    margin-bottom: 10px;
}
.right_form .table.width_100 + h5,.right_form .table.width_100 + .h5{
    margin-top: 20px;
}
.cell.t_a_right.no_border{
    color: #39abe2;
    text-transform: uppercase;
    font-family: 'exo2.0bold';
    font-size: 20px;
}
.right_form .table .cell:last-child{
    padding-right: 0;
}
header .table{
    padding-left: 125px;
    height: 80px;
}

/* login_form */

.logcell{
    position: relative;
}
.login_form{
    position: absolute;
    top: 100%;
    right: 0;
    background: #52addf;
    text-align: left;
    width: 300px;
    font-size: 14px;
    display: none;
    z-index: 1;
}
.login_form .line{
    background: #39abe2;
}
.login_form form{
    padding: 20px 10px;
}
.login_form input{
    width: 100%;
}
.login_form button:after{
    display: none;
}
.login_form p{
    margin: 10px 0;
}
.login_form .table{
    padding: 0 !important;
    width: auto;
    text-align: left;
}
header .blue_block .login_form .cell:first-child{
    width: auto;
    padding-right: 10px;
}
.login_form img{
    width: 20px;
}
.login_form h5,.login_form .h5{
    text-transform: uppercase;
}
.login_form .table .cell{
    font-size: 16px !important;
}
.mobLogSpase .login_form{
    position: relative;
    width: 100%;
    color: #fff;
    background: #39abe2;
    display: block;
}
.mobLogSpase .login_form form{
    padding: 20px;
}
.login_form_space .login_form{
    display: block;
    overflow: auto;
}
.login_form_space .formob{
    display: none;
}
.formob{
    margin-bottom: 20px;
}
.login_form_space span{
    position: fixed;
}
.login_form+span{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
}


/* products */

.rf_unactive.rf_active .small_btn,
.products .right_form .rf_unactive+.small_btn{
    padding: 0;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.rf_unactive.rf_active .small_btn{
    margin-top: 20px;
}
.right_form .rf_unactive{
    display: none;
}
.rf_unactive.rf_active{
    display: block;
}
.rf_unactive.rf_active + .small_btn{
    display: none;
}
.cat{
    z-index: 0;
    background: #eef1f8;
}
.cat p{
    margin: 10px 0;
    display: none;
}
.cat p._visible{
    display: block;
}
.cat p:last-child{
    margin-bottom: 0;
}
.cat h5,.cat .h5{
    color: #000;
    text-transform: none;
}
.cat .cell{
    border-bottom: none;
}
.width_75{
    width: 75px;
}
.list_products .cell.t_a_right{
    white-space: nowrap;
}
.products .sec_left{
    margin-top: 50px;
    box-sizing: border-box;
    padding-right: 20px;
}
.list_products{
    width: 100%;
    margin-top: 25px;
}
.list_products .inline{
    display: inline-table;
    vertical-align: middle;
    position: relative;
}
.list_products .cell{
    padding: 20px 10px;
}
.list_products .cell:first-child .inline:first-child{
    width: 100px;
    max-height: 100px;
    overflow: hidden;
}
.shopp{
    margin-left: 10px;
    font-size: 0;
    padding: 0;
    line-height: initial;
    background: initial;
    border-radius: initial;
    box-shadow: initial;
    cursor: pointer;
    background: #39abe2;
}
.shopp:after{
    content: '';
    background: initial;
}
.shopp:hover{
}
.btn-default{
    padding: 0;
    line-height: initial;
    background: initial;
    border-radius: initial;
    box-shadow: initial;
}
.btn-default:after{
    content: '';
    background: initial;
    width: 0px !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.btn-default:hover{
    background-color: transparent;
}
.custom .customeer .cell{
    overflow: hidden;
}
.customeer .cell.count_form{
    width: 30px;
}
.list_products .input-number{
    font-family: "exo2.0medium";
    max-width: 70px;
    margin: 0px 3px;
    border: 1px solid #e2e3e2;
    background: #fff;
    padding: 6px;
    text-align: center;
    padding-right: 25px;
    box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.2);
}
.list_products .input-number-more,
.list_products .input-number-less{
    width: 28px;
    height: 28px;
    margin-bottom: -11px;
}
.list_products,
.list_products .row:first-child .cell{
    border-bottom: 3px solid #e2e3e2;
    font-family: 'exo2.0bold';
}
.list_products .row:first-child .cell:first-child{
    padding: 20px 10px 20px 0px;
}
.list_products .row.headTable .cell:first-child{
    width: 65%;
}

.list_products .row:first-child .cell:last-child{
    text-align: center;
}
.list_products .inline_table{
    width: 100%;
}
.list_products .inline_table .inline{
    display: table-cell;
}
.list_products .row:nth-child(2n) .cell{
    background: #f6f8fb;
}
.list_products .inline h5,.list_products .inline .h5{
    color: #39abe2;
    cursor: pointer;
}
.list_products .inline p{
    font-size: 14px;
    margin: 5px 0;
}
.sale_sucsess .agree{
    display: inline-block;
    padding: 4px;
}
.sale_sucsess .cell{
    background: rgba(95, 208, 127, 0.4) !important;
}
.structur{
    text-decoration: none;
}
.structur img{
    margin-left: 5px;
}
.sale_sucsess .input-number-box,
.sale_sucsess .shopp,
.agree{
    display: none;
}
.customeer .cell{
    position: relative;
}
.customeer .closer_a{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -22px;
    display: none;
    height: 36px;
    width: 36px;
    z-index: 99;
    border: none;
    outline: none;
    /* margin-left: -2px; */
}
.customeer .row:hover .cell .closer_a{
    display: block;
}

/* fiz */

.sale_sucsess .kilograms,
.sale_sucsess .gramm,
.sale_sucsess .chtuck{
    display: none;
}
.kilograms,
.gramm,
.chtuck{
    position: relative;
}
.input-number{
    position: relative;
    display: inline-block;
}
.kilograms .input-number:after,
.gramm .input-number:after,
.chtuck .input-number:after{
    content: ' ';
    position: absolute;
    top: 50%;
    left: 78px;
    line-height: 10px;
    margin-top: -6px;
    display: block;
    pointer-events: none;
    z-index: 1;
    font-family: 'exo2.0light';
}
.kilograms .input-number:after{
    content: 'кг';
}
.gramm .input-number:after{
    content: 'г';
}
.chtuck .input-number:after{
    content: 'шт';
}
.min-fiz .kilograms .input-number:after,
.min-fiz .gramm .input-number:after,
.min-fiz .chtuck .input-number:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    line-height: 10px;
    margin-top: -6px;
    display: block;
}
.min-fiz .kilograms .input-number:after{
    content: 'кг';
}
.min-fiz .gramm .input-number:after{
    content: 'г';
}
.min-fiz .chtuck .input-number:after{
    content: 'шт';
}
.min-fiz .input-number{
    padding: 0px;
    width: 30px;
    text-align: center;
}

/* sale_btn */

.sale_btn span{
    font-size: 9px;
    text-transform: uppercase;
    width: 75px;
    line-height: 15px;
    border: 1px solid transparent;
    text-align: center;
    display: inline-block;
}
.sale_btn .nov{
    color: #3ea700;
    border-color: #3ea700;
}
.sale_btn .rec{
    color: #be1319;
    border-color: #be1319;
}
.sale_btn .pop{
    color: #b04ec5;
    border-color: #b04ec5;
}

/* filter */

.catalog{
    background: #52addf;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.catalog a{
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    padding: 20px 15px;
    display: inline-block;
}
.catalog_level_1{
    display: inline-table;
}
.catalog_level_1 > li{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #39abe2;
}
.catalog_level_1 > li:last-child{
    border-right: none;
}
.catalog_level_1 > li:hover{
    background: #3ea700;
}
.catalog_level_1 > li.active{
    background: #3ea700;
}
.catalog_level_2 li{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    background: #3ea700;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.catalog_level_2 li:hover{
    background: linear-gradient(to top, #338a00, #3ea700, #3ea700);
}

.catalog_level_1 li:hover a + .catalog_level_2{
    display: block;
}
/*.catalog_level_1 li.active a + .catalog_level_2{
    display: none;
}*/
.catalog_level_2{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 10;
    display: none;
}
.newSale>.row{
    display: none;
}
.catalog_level_2 ul{
    width: 940px;
    display: table;
    margin: 0 auto;
}
.search{
    display: inline-table;
    max-height: 100%;
    vertical-align: top;
    float: right;
}
.search a{
    padding: 24px;
    vertical-align: middle;
}
.filter_wrap h5,.filter_wrap .h5{
    display: none;
}
/*.products{*/
    /*position: static;*/
/*}*/

/* pop-up */

.pop_up{
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    z-index: 5000;
    background: rgba(0,0,0,0.2);
}
.pop_wrap{
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
    box-sizing: border-box;
    max-width: 780px;
    margin: 0 auto;
}

.pop_wrap .foter form{
    display: flex;
    align-items: baseline;
    justify-content: center;
    align-content: center;
    padding-left: 32px;
    padding-right: 32px;
}


.pop_wrap .cell{
    display: table-cell;
}
.foter{
    background: #f6f8fb;
}
.foter .inline{
    width: 33.3333%;
}
.close_pop_up{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 900;
}
.pop_wrap .row:first-child .cell{
    background: #fff;
    border-bottom: none;
}
.pop_wrap h4,
.pop_wrap .h4,
.pop_wrap p{
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
}
.pop_wrap p{
    font-size: 20px;
    font-family: HelveticaNeueCyr;
    line-height: 26px;
}
.pop_up .small_btn:after{
    background: url(../img/icon_buy.png) !important;
    background: url(../img/icon_buy.png) !important;
    width: 22px;
    background-repeat: no-repeat;
}

/* filter on */

.filter_products{
    font-size: 16px;
    font-family: HelveticaNeueCyr;
    position: relative;
    height: 28px;
    width: 50%;
    float: left;
    min-width: 120px;
}
.filter_products .actual_item{
    font-family: HelveticaNeueCyr;
    cursor: pointer;
    background-color: #fff !important;
    color: #39abe2;
    display: block;
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
}
.filter_products ul{
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 20;
}
.filter_products ul li{
    cursor: pointer;
    line-height: 20px;
    padding: 0 10px;
    display: none;
    padding-right: 30px;
    color: #000;
}
.filter_products ul li:hover{
    background-color: #eef1f8;
}
._manufacturers{
    float: left;
    width: 50%;
}
._manufacturers select{
    width: 100%;
}
#ajax_options{
    display: none;
}
.fp_on ul{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.fp_on li{
    display: block !important;
}
.fp_on .actual_item{
    background-image: url(../img/arrow_up.png);
}
#closer_fp{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
}
._time_choice{
    font-size: 16px;
}
/* footer */

footer{
    border-top: 10px solid #39abe2;
    background: #eef1f8;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 16px;
    padding: 30px 0 35px;
    margin-top: 50px;
}
footer h4,footer .h4{
    font-size: 24px;
}
@media all and (min-width: 1024px){
    .cell.regMe{
        padding-top: 0;
    }
    .cell.regMe label{
        margin-top: 10px;
    }
}
@media all and (max-width: 1024px){
    .catalog_level_2 li {
        background: #d4eaf7;
    }

    /*.right_form {*/
        /*min-height: auto;*/
    /*}*/

    .right_form .table .cell:last-child{
        padding-right: 36px;
    }
    .filter_wrap{
        padding-top: 68px;
/*        position: fixed;*/
        width: 100%;
        z-index: 50;
    }
    .min-fiz .input-number{

    }
    .count_form{
        width: 60px;
    }
    .min-fiz .kilograms, .min-fiz .gramm, .min-fiz .chtuck{
        max-width: 85px;
    }
    .min-fiz .kilograms .input-number, .min-fiz .gramm .input-number, .min-fiz .chtuck .input-number{
        margin: 0 auto;
    }
    .min-fiz .kilograms .input-number:after, .min-fiz .gramm .input-number:after, .min-fiz .chtuck .input-number:after{
        left: initial;
         right:  0px;
    }
    .cell_price{
        white-space: nowrap;
    }
    .filter_wrap .catalog,
    .filter_wrap .yorder{
        width: 50%;
        padding-top: 10px;
        position: relative;
        line-height: 58px;
        text-align: center;
        background: #52addf;
        box-shadow: none;
        color: #fff;
        display: inline-block;
    }
    .sec_left{
        padding-right: 0 !important;
    }
    .catalog #con_catalog{
        display: none;
    }
    .customeer .row .cell .closer_a {
        display: block;
    }
    .catalog .container{

    }
    .filter_wrap h5,.filter_wrap .h5 {
        display: inline-block;
        font-size: 20px;
        font-family: HelveticaNeueCyr;
        text-decoration: underline;
    }
    .inline{
        padding: 5px;
        padding-left: 0;
    }
    .shopp img{
        vertical-align: middle;
    }
    .shopp{
        color: #fff;
        padding: 8px;
        background: #39abe2;
        text-decoration: none;
        font-size: 14px;
    }
    .sec_right,
    .sec_left{
        width: 100%;
        display: block;
    }
    .cat{
        display: block !important;
        width: 100%;
    }
    .right_form{
        padding: 20px 0;
        min-height: 0;
        margin: 0;
    }

    .right_form form{
        padding: 0 5px;
        /*width:100%;*/
    }

    .right_form > h5,.right_form > .h5{
        margin: 0;
        font-family: 'exo2.0bold';
        font-size: 36px;
        color: #39abe2;
        line-height: normal;
    }
    .right_form{
        box-shadow: none;
    }
    .sec_right{
        margin-top: 0;
    }
    .custom .sec_left .cell{
        display: inline-block;
    }
    .right_form textarea{
        margin-bottom: 20px;
    }
    .input-number{
        max-width: 50px;
    }
    .txtara b{
        color: #000;
    }
    .custom .sec_left .cell:last-child{
        padding-right: 0;
    }
    .search{
        background: #eef1f8;
        float: none;
        padding: 5px 10px;
        box-sizing: border-box;
    }
    #mob_filter_wrap .container{
        padding: 0;
        display: none;
        background-color: rgb(255, 255, 255);
        /* outline: 4px solid #F2F4FC; */
    }
    .container.openCat{
        display: block !important;
    }
    .search{
        width: 100%;
        padding-right: 40px;
        position: relative;
    }
    .search input{
        width: 100%;
    }
    .search a {
        position: absolute;
        top: 10px;
        padding: 0;
        right: 10px;
    }
    #mob_filter_wrap .container .catalog_level_1{
        width: 100%;
        font-size: 15px;
    }
    #mob_filter_wrap .container .catalog_level_1>li{
        display: block;
        text-align: left;
        border-right: none;
    }
    #mob_filter_wrap .container .catalog_level_2 ul{
        width: 100%;
    }
    #mob_filter_wrap .container .catalog_level_1>li>a{
        padding: 15px 20px;
        display: block;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        background: linear-gradient(#f5f8ff,#f2f4fc,#ebeef5,#e2e3e2);
    }
    #mob_filter_wrap .container .catalog_level_1>li>a:active,
    #mob_filter_wrap .container .catalog_level_1>li>a:focus{
        background: #39abe2;
        color: #fff;
    }
    #mob_filter_wrap .container .catalog_level_2{
        position: relative;
        background: #d4eaf7;
    }
    #mob_filter_wrap .container .catalog_level_2 li{
        display: block;
    }
    #mob_filter_wrap .container .catalog_level_2 li a{
        color: #000;
        text-decoration: none;
        padding: 5px 30px;
        box-sizing: border-box;
        width: 100%;
        display: inline-block;
    }
    #mob_filter_wrap .container .catalog_level_2 li:hover{
        background: #d4eaf7;
    }
    #mob_filter_wrap .container .catalog_level_2 li:hover a{
        color: #39abe2;
    }
    #mob_filter_wrap .right_form .rf_unactive{
        /* display: block; */
        padding: 20px;
    }
    #mob_filter_wrap .sec_right.openCat .right_form{
        display: block;
    }
    #mob_filter_wrap .sec_right .right_form h5,#mob_filter_wrap .sec_right .right_form .h5{
        font-size: 16px;
        text-decoration: none;
        font-family: 'exo2.0bold';

    }

    .right_form > h5,
    .right_form > .h5,
    .right_form .cell:first-child,
    .right_form .table.width_100 + p {
        padding-left: 15px;
    }

    .line {
        margin-left: 15px;
    }

    .shopCart_mini .small_btn {
        text-align: center;
        line-height: 60px !important;
        max-width: 276px !important;
        width: auto !important;
        margin: 0 auto 20px;
        float: none;
        padding: 0 !important;
        display: block !important;
    }

    .shopCart_mini .small_btn + a {
        display: block;
        text-align: center;
    }

    #mob_filter_wrap .container .catalog_level_1 br,
    .right_form.z_index_0,
    #mob_filter_wrap .right_form,
    #mob_filter_wrap .right_form > button{
        display: none;
    }
    #mob_filter_wrap .sec_right.openCat .right_form > button{
        display: block;
    }

}
@media all and (max-width: 768px){

    .custom .sec_left .cell {
        display: table-cell;
    }
    .custom form > .width_100 .cell{
        display: block;
        padding-right: 0;
    }
    .sec_right + .width_100 > .table{
        width: 100%;
    }
    .headTable > .cell{
        font-size: 0;
    }
    .pop_wrap {
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .pop_wrap  p{
        font-size: 13px;
    }
    .close_pop_up + .table{
        margin-bottom: 20px;
        display: block;
    }
    .foter{
        display: block;
        width: 100%;
    }
    .foter .cell:first-child{
        display: none;
    }
    .foter .cell{
        display: block;
    }
}
@media all and (max-width: 600px){
    .custom textarea{
        min-width: 100%;
        max-width: 100%;
    }
}
@media all and (max-width: 550px){
    .custom .table{
        width: 100%;
    }
    .foter > .cell > *{
        display: block !important;
    }
    .pop_img{
        width: 100px;
    }
    .custom .sec_left .table .cell{
        width: 100%;
        display: block;
        padding: 10px 0;
    }
    .delivery .b_second .table{
        margin: 20px 0;
    }
    .delivery .b_second .table .cell{
        padding: 0;
    }
    .delivery table{
        margin: 0 0 2px;
    }
    .custom form>.width_100 p,
    .sec_left > .width_100 .cell{
        display: block;
        line-height: normal;
    }
    .custom select,
    .custom .table .cell:first-child input,
    .custom button{
        width: 100%;
    }
    .custom select{
        margin-right: 0;
    }
    .mob_wid_50 .cell{
        width: 50% !important;
        display: inline-block !important;
    }
    .mob_wid_50 .cell:nth-last-child(3){
        display: block !important;
        width: 100% !important;
    }
/*    .list_products{
        margin-top: 100px;
    }*/
    .list_products .row{
        display: block;
    }
    .headTable .cell{
        display: none !important;
    }
    .headTable .cell:nth-child(1){
        display: block !important;
    }
    .list_products .row .cell{
        width: 100%;
        display: block;
        padding: 5px;
        box-sizing: border-box;
        text-align: left;
    }
    .filter_wrap h5,.filter_wrap .h5 {
        font-size: 14px;
    }
    .filter_wrap .catalog, .filter_wrap .yorder {
        line-height: 30px;
        padding-top: 20px;
        /* display: block; */
        /* float: left; */
        /*width: 49.99999%;*/
        overflow: hidden;
    }

    .table.table-bordered.table-hover thead{
    	font-size: 18px;
    }



}
@media all and (max-width: 400px){
    footer h4,footer .h4{
        font-size: 18px;
    }
    .custom p.width_100{
        width: 100%;
    }
    .custom button.stdbtn{
        padding: 0 20px;
        font-size: 14px;
        line-height: 40px;
        width: 240px;
    }
    .delivery_date{
        font-size: 11px;
    }
    .delivery tbody td{
        font-size: 12px !important;
    }
    .list_products .inline{
        width: 100%;
    }
    .list_products .ms2_form .inline{
        width: 50%;
    }
    .shopp:hover{
        background-color: #39abe2;
    }
    .ms-drop{
        font-size: 14px;
        left: -150px;
    }
    .min-fiz .kilograms .input-number:after, .min-fiz .gramm .input-number:after, .min-fiz .chtuck .input-number:after{
         left: 60px;
    }

}
.catalog_level_1 > li > a{
    max-width: 115px;
}
.clickable{
    cursor: pointer;
}
._hidden{
    display: none;
}
.shopCart_mini .small_btn{
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    font-family: 'Pribambas';
    text-transform: uppercase;
    border-radius: 45px;
    padding: 0 40px;
    line-height: normal;
    border: none;
    background: #5FD07F;
    padding-top: 23px;
    padding-bottom: 19px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    display: table;
}

.shopCart_mini .small_btn:hover{
    background: #58c617;
}
#shk_prodHelper .shk-but {
    position: relative;
    font-size: 18px;
    padding: 0;
    width: 90px;
    margin: 15px 0;
    line-height: 30px;
}
#shk_prodHelper .shk-but:after{
    display: none;
}
.load_ajax .row{
    width: 100%;
}
.pickmeup {
  background: #FFF;
  border-radius: 0.4em;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  color: #39abe2;
  border: 1px solid #39abe2;
  }
  .pickmeup .pmu-instance .pmu-button {
    color: #39abe2;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.pickmeup .pmu-instance .pmu-button:hover {
    background: #39abe2;
    color: #fff;
}
.pickmeup .pmu-instance .pmu-selected {
    background: #136a9f;
    color: #fff;
}

/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px auto;
  padding:0px;
  width: 325px;
  font-family:Helvetica, "Times New Roman", Times, serif;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color:   #787878 ;      
}
 
div#calendar div.header{
    line-height:40px;
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width: 315px;
    height:40px;
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{
    position:absolute;
    top: 0px;
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
}
 
div#calendar div.header span.title{
    color:#FFF;
    font-size:18px;
}
 
 
div#calendar div.header a.prev{
    left: 35px;
}
 
div#calendar div.header a.next{
    right: 35px;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:1px solid #787878 ;
    border-top:none;
}
 
 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    float:left;
    list-style-type:none;
    width: 40px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height: 40px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width: 40px;
    height: 40px;
    font-size:25px;
    background-color: #F3F0F0;
    color:#000;
    text-align:center;
}
div#calendar ul.dates li.ord-date{
    background-color: #84C5E8;
    cursor: pointer;
}
div#calendar ul.dates li.ord-date.ord-date-old{
    background-color: #F3F0F0;
    cursor: default;
}
div#calendar ul.dates li.ord-date.ord-date-cur{
    background-color: #F3F0F0;
    cursor: default;
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}
._limit_height{
    max-height: 250px;
    overflow: hidden;
}
#podskazka2{
    left: 61px;
}
.mCSB_scrollTools{
    width: 5px;
}
.mCSB_inside>.mCSB_container {
    margin-right: 5px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #39abe2;
}
.mCSB_scrollTools .mCSB_dragger:hover{
    border-color: #39abe2;
}
.any_date.any_select:after{
    margin-bottom: -8px;
}
.hidden{
    display: none;
}
.cell_price span{
    white-space: nowrap;
}
.for_mob{
    display: none;
}
.for_desc{
    display: block;
}
.ms-drop ul>li label,
.ms-drop ul>li label span{
    font-size: .8rem;
}
.ha-icon, .ha-icon-active{
    padding: 0 0 20px 0;
    margin: 20px 20px 20px 0;
}
.review-img{
    border-radius: 50%;
}
.container strong,
.container b{
    font-weight: 700;
}
.container ul{
    padding-left: 20px;
    list-style: disc;
}
.container ol{
    padding-left: 20px;
    list-style: decimal;
}
.container i{
    font-style: italic;
}
.container small{
    font-size: 70%;
}
.container sup{
    font-size: 60%;
    vertical-align: super;
}
.container sub{
    font-size: 60%;
    vertical-align: sub;
}
.container p{
    margin-bottom: 20px;
}
.container strike{
    text-decoration: line-through;
}
.container u{
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .list_products .row.headTable .cell:first-child{
        width: 100%;
        border-bottom-color: transparent;
        margin-bottom: 15px;
    }
    .msOrder_cart{
        padding-top: 80px;
    }
    .customeer .closer_a{
        margin-top: -18px;
    }
    .right_form .row .cell{
        padding-top: 10px;
    }
}
@media (max-width: 768px) and (min-width: 379px){
    /*#sec.container{
        padding: 0;
    }
    .list_products .row {
        display: block;
    }
    .headTable .cell {
        display: none;
    }
    .list_products .row.headTable .cell:first-child{
        display: block;
    }
    .list_products .row .cell {
        width: 100%;
        display: block;
        padding: 5px;
        box-sizing: border-box;
        text-align: left;
    }
    .list_products .ms2_form .inline {
        width: 50%;
        text-align: right;
    }
    .list_products .ms2_form .inline:nth-child(2){
        text-align: center;
    }*/
}
@media (max-width: 380px) {
    .msOrder_cart{
        padding-top: 40px;
    }
    .sec_right {
        display: none;
    }
    .msOrder_cart .sec_left {
        padding: 0 5px;
    }
    .msOrder_cart .sec_right {
        display: block;
    }
    .msOrder_cart .container{
        padding: 0;
    }
    #mob_filter_wrap .sec_right.openCat{
        display: block;
    }
    .list_products .row.headTable .cell:first-child{
        width: 100%;
        border-bottom-color: transparent;
        margin-bottom: 15px;
    }
    ._limit_height{
        max-height: 150px;
    }
    .delivery .ordersListOuterTpl tbody td:first-child{
        width: 70px;
        text-align: left;
    }
    .delivery .ordersListOuterTpl tbody td:nth-child(2){
        display: none;
    }
    .delivery .ordersListOuterTpl tbody td:nth-child(3){
        display: none;
    }
    .delivery .ordersListOuterTpl tbody td:nth-child(4){
        display: none;
    }
    .delivery .ordersListOuterTpl tbody td:last-child{
        display: none;
    }
    .delivery .ordersListOuterTpl thead{
        display: none;
    }
    .for_mob{
        display: block;
    }
    .for_desc{
        display: none;
    }
    .userOrders.zakazyi{
        width: calc(100% + 40px);
        margin: 0px;
    }
    .delivery .userOrders table.ordersListOuterTpl{
        width: 100%;
    }
    #hist_order{
        margin-left: -20px;
    }
    #hist_order #msMiniCart{
        float: none !important;
        margin-bottom: 20px;
    }
    #hist_order > .container{
        padding: 0 5px;
    }
    .b_five h2 + div>a,.b_five .h2 + div>a{
        margin-top: -20px !important;
    }
    .ha-icon, .ha-icon-active{
        width: 48px !important;
    }
    .min-fiz .input-number{
        width: 20px;
    }
}

.popup_cart__overlay{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: none;
    z-index: 10000000;
}
.popup_cart__overlay.vi{
    display: flex;
}
.popup_cart__modal{
    display: block;
    position: relative;
    width: 50%;
    max-width: 306px;
    min-width: 240px;
    background: #E5E5E5;
    padding-left: 31px;
    padding-right: 31px;
    padding-bottom: 31px;
}

.popup_cart__modal .content{
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    color: #00618f;
    padding-top: 10px;
}

.popup_cart__modal .content p{
    padding-bottom: 20px;
}
.popup_cart__modal .h3{
    font-family: Pribambas;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 125.1%;
    color: #39abe2;
    padding-top: 38px;
}
.popup_cart__close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup_cart__modal .line{
    border: 2px solid #C1C1C1;
    height: 0px;
    margin-left: 0px;
}
.popup_cart__actionbutton{
    text-align: center;
    padding-top: 30px;
}
.popup_cart__modal .content b{
    font-weight: bold;
}
.delivery_days .delivery-day{
	display: inline-block;
	height: 1px;
	border-bottom: 4px solid #39abe2;
	width: 10%;
}
.delivery_days .delivery-day.delivery-yes{
	border-bottom: 4px solid #5fd07f;
}
.custom button.stdbtn:disabled,
.custom button.stdbtn:disabled:hover{
	background: #9E9E9E;
	cursor: not-allowed;
}