*{
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html,
body { width: 100%; min-height: 100%; font-family: "Searchpro-Roboto", sans-serif; font-size: 15px; color: #000; -webkit-font-smoothing: antialiased; }
ul{ list-style: none; padding-left: 0;margin: 0; }
.addtocart input[type="submit"], button{
    cursor: pointer;
}

button, button:active, button:focus,
input, input:active, input:focus, a{
    outline: none;
}
input[type="submit"], button{
    cursor: pointer;
}
footer{
    float: left;
    width: 100%;
}
h1, .h1{
    font-size: 28px;
    font-weight: normal;
}
h2, .h2{
    font-size: 26px;
    font-weight: normal;
}
h3, .h3{
    font-size: 22px;
    font-weight: normal;
}
h4, .h4{
    font-size: 17px;
    font-weight: normal;
}
h2, .h2, h3, .h3, h4{
    margin-top: 24px;
    margin-bottom: 12px;
}
.bold{
    font-weight: bold;
}
.small{
    font-size: 12px;
}
.gray{
    color: #747474;
}
input, button{
    -webkit-appearance: none;
}
a{
    color: #2368A7;
    text-decoration: none;
}
.nowrap{
    white-space: nowrap;
}
.uah{
    font-size: 90%;
    font-weight: normal;
}
:root {
    --mm-sidebar-expanded-size: 300px;
}
.mm-menu {
    --mm-listitem-size: 50px;
    --mm-navbar-size: 50px;
}
blockquote{
    border-left: 1px solid rgba(0,0,0,.1);
    padding: 8px 0 8px 24px;
    color: rgba(0,0,0,.6);
    margin-bottom: 16px;
    background: rgb(238 238 238);;
}
@media (min-width: 992px) {
    .header a {
        display: none;
    }
}
.up{
    background: url("../img/up.svg") no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 70px;
    display: none;
    cursor: pointer;
    opacity: 0.5;
    z-index: 9998;
}
.mm-navbar_tabs span {
    display: inline-block;
    margin-left: 8px;
}
@media (max-width: 450px) {
    .mm-navbar_tabs span {
        display: none;
    }
}
.bg{
    display: none;
    position: fixed;
    background: rgba(89, 89, 89, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
.bg.open{
    display: block;
}
#menu .close{
    content: '';
    width: 30px;
    height: 30px;
    right: -41px;
    top: 6px;
    background: url(../img/close_white.svg) no-repeat;
    cursor: pointer;
    position: absolute;
}
/*buttons*/
.green_button{
    background: #1BC14C;
    color: #FFF;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    font-size: 15px;
}
.green_button.cart_icon{
    box-shadow: 3px 5px 12px rgba(50, 215, 98, 0.2), inset 0px -3px 0px rgba(12, 145, 0, 0.35);
    border-radius: 100px;
    background-image: url(../img/white_cart.svg);
    background-repeat: no-repeat;
    background-position: 16px 11px;
    background-size: 29px;
    width: 222px;
    height: 50px;
    line-height: 48px;
    font-size: 22px;
    font-weight: bold;
}
.green_button.cart_icon:disabled{
    background: #F4F4F4;
    box-shadow: none;
    display: none;
}
.pnotice__buttonView{
    border: 2px solid #000000;
    border-radius: 100px;
    width: 222px;
    height: 50px;
    line-height: 48px;
    font-size: 17px;
    font-weight: bold;
    background: #fff;
    box-shadow: none;
}
.container{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.gray_b{
    background: #F4F4F4;
}
.hide{
    display: none;
}
.breadcrumbs{
    padding:  12px 0 10px;
}
.breadcrumbs ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.breadcrumbs ul span{
    padding: 0 5px;
}
.breadcrumbs a, .breadcrumbs span{
    font-size: 14px;
}
.katalog{
    cursor: pointer;
}
.katalog, .home_katalog{
    width: 336px;
    align-self: center;
}
.katalog{
    height: 58px;
    line-height: 58px;
}
.katalog span{
    color: #FFF;
    padding-left: 20px;
    font-size: 22px;
}
.top_line, .top_line .apps, .top_line .user_menu {
    display: flex;
    height: 79px;
}
.top_line{
    align-items: center;
    justify-content: space-between;
}
.top_line .apps, .top_line .logo, .top_line .user_menu, .top_line .phone {
    flex: 1;
}
.top_line .apps{
    flex: 2;
    line-height: 79px;
}
.top_line .apps a{
    margin-right: 15px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}
.top_line .apps{
    justify-content: center;
}
.top_line .user_menu{
    justify-content: space-between;
}
.top_line .user_menu > div{
    align-self: center;
}
.top_line .user_menu .login{
    display: inline-block;
}
.top_line .user_menu .login .no_login{
    line-height: 34px;
}
.top_line .user_menu .login a{
    display: inline-flex;
    height: 34px;
    float: left;
    color: #000;
}
.top_line .user_menu .login a img{
    height: 30px;
    margin-top: 2px;
}
.top_menu {
    background: rgba(232, 0, 0, 0.9);
    height: 48px;
    position: relative;
    z-index: 1000;
}
.phone_block {
    padding-left: 20px;
    position: relative;
}
.phone_block > div > span {
    display: block;
    white-space: nowrap;
}
.phone_block .free{
    color: #32D762;
}
.phone_block > div > a{
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
}
.phone_block > div > a:before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top:7px;
    background: url("../img/phone-icon.svg") no-repeat center;
}
.login .phone_icon{
    background: url("../img/phone-icon.svg") no-repeat center;
    position: relative;
    display: block;
    left: auto;
    width: 30px;
    height: 28px;
    background-size: contain;
    cursor: pointer;
}
.phone_block > div > a .str{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    top:5px;
    background: url("../img/str_b.svg") no-repeat center #F4F4F4;
    border-radius: 50%;
}
.phone_block .hide a{
    display: block;
    font-size: 22px;
    color: #000;
}
.phone_block  a.mail{
    color: #2368A7;
    font-size: 15px;
    margin-top: 12px;
}
.top_line .user_menu span{
    display: block;
}
.top_line .user_menu > div > div, .top_line .user_menu img{
    display: inline-block;
}
.top_line .user_menu img{
    margin-right: 5px;
}
#cart{
    position: relative;
}
#cart .cart-total {
    background: rgba(232, 0, 0, 0.9);
    width: 25px;
    height: 25px;
    color: #FFF;
    text-decoration: none;
    position: absolute;
    top:-2px;
    right: -2px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}
header .favourite{
    position: relative;
}
.favorite_count {
    background: rgba(232, 0, 0, 0.9);
    width: 20px;
    height: 20px;
    color: #FFF;
    text-decoration: none;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 14px;
}
.favorite_count.empty{
    display: none;
}
.top_menu:after{
    content: '';
    float: right;
    width: 20%;
    height: 48px;
    background: #3E444F;
    position: absolute;
    right: 0;
    top:0;
    z-index: 5;
}
.top_menu .container{
    display: flex;
    height: 100%;
    z-index: 10;
    position: relative;
}
.top_menu .sear{
    width: calc(100% - 336px);
    height: 100%;
    display: flex;
    background: #3E444F;
}
.top_menu .sear > div{
    align-self: center;
    height: 100%;
    display: flex;
}
.top_menu .sear > div:first-child{
    padding: 0 20px;
    color: #FFF;
    cursor: pointer;
    font-size: 17px;
}
.top_menu .sear > div:nth-child(2){
    width: 468px;
    height: 100%;
    position: relative;
}
.top_menu .sear > div:last-child{
    flex-grow: 1;
    text-align: center;
    display: block;
}
.top_menu .sear > div:last-child a{
    line-height: 48px;
}
.help_center{
    text-decoration: none;
    font-size: 17px;
    color: #32D762;
    padding-left: 30px;
    background: url("../img/help-icon.svg") no-repeat left center;
    background-size: contain;
    white-space: nowrap;
}
.js-searchpro__field-wrapper{
    width: 100%;
}
.top_menu .sear > div > span{
    align-self: center;
}
.top_menu .search-wrapper,
.top_menu .search{
    height: 100%;
    width: 100%;
}
.top_menu .search-wrapper button,
.searchpro__field-button-container{
    position: absolute;
    left: 10px;
    top:6px;
    background: url("../img/search-icon.svg") no-repeat center;
    border: 0;
    font-size: 0;
}
.searchpro__field-button.js-searchpro__field-button,
.top_menu .search-wrapper button,
.searchpro__field-button-container{
    height: 35px;
    width: 35px;
    cursor: pointer;
}
#search,
.searchpro__field .searchpro__field-input-container .searchpro__field-input{
    height: 48px;
    background: #191A1C;
    border: none;
    color: #FFF;
    width: 100%;
    text-indent: 50px;
    font-size: 14px;
}
#search::placeholder,
.searchpro__field .searchpro__field-input-container .searchpro__field-input::placeholder{
    color: #FFF;
    font-size: 16px;
}
footer > div > div{
    display: flex;
    justify-content: space-between;
}
footer .top{
    margin-bottom: 35px;
    margin-top: 40px;
}
footer .logo{
    max-width: 240px;
}
footer .logo img{
    margin-bottom: 50px;
}
.bottom_phone{
    width: 200px;
}
.bottom_phone .hide {
    display: block;
}
.bottom_phone .hide .small.gray{
    margin-bottom: 30px;
    display: block;
}
footer .h3{
    margin-bottom: 20px;
}
footer .bottom_menu a{
    line-height: 220%;
}
footer .middle div:first-child img{
    margin-bottom: -9px;
    margin-right: 20px;
}
footer .middle > div{
    align-self: center;
}
footer .bottom{
    background: #F4F4F4;
    height: 36px;
    line-height: 36px;
    margin-top: 40px;
}
footer .bottom a {
    padding: 0 32px;
}
footer .copyright{
    white-space: nowrap;
}
footer .phone_block{
    text-align: right;
}
footer .phone_block .str,
footer .phone_block .help_center{
    display: none;
}
footer .line{
    background: #3E444F;
    height: 97px;
    margin-top: 35px;
}
footer .line .container{
    position: relative;
    height: 100%;
    display: flex;
}
footer .line .container:before{
    content: '';
    width: 189px;
    height: 114px;
    position: absolute;
    left: -80px;
    bottom: 0;
    background: url("../img/in_line.svg") no-repeat left;
}
footer .line .container > div{
    align-self: center;
    flex-grow: 1;
}
footer .line .container > div:first-child{
    padding-left: 130px;
}
footer .line .container .h3{
    color: #FFF;
    margin-bottom: 0;
    display: block;
}
.sp-form{
    padding: 0 !important;;
    margin: 0 !important;;
    width: 100% !important;;
    border: 0 !important;
    position: relative;
}
.sp-form .sp-field,
.sp-form-horizontal .sp-element-container .sp-field{
    padding: 0 !important;
}
.sp-form .sp-field:first-child{
    width: 100%;
}
.sp-form .sp-field:last-child{
    position: absolute;
    padding: 0 !important;
    right: 5px;
    top:4px !important;
    max-width: 60%;
    min-width: 140px;
}
.sp-form .sp-form-control{
    height: 38px !important;
    line-height: 38px !important;
    border-radius: 19px !important;
    width: 100% !important;
    text-indent: 15px;
    padding-right: 150px !important;
}
.sp-form .sp-button{
    font-size: 17px !important;
    color: #02B736 !important;
    border: 1px solid #02B736 !important;
    background: #FFF !important;
    height: 29px !important;
    line-height: 25px !important;
    border-radius: 14px !important;
    font-weight: normal !important;
    font-family: 'PT Sans', sans-serif !important;
    width: 140px !important;
    max-width: 100% !important;
}
.sp-form .sp-button:active {
    box-shadow: none !important;
}
.sp-form-fields-wrapper.show-grid{
    height: 38px;
}
a.all{
    height: 40px;
    border: 2px solid #000;
    border-radius: 20px;
    text-align: center;
    line-height: 32px;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 223px;
    margin-top: 42px;
    color: #000;
}
a.all span{
    font-size: 23px;
}
/*
a.all:after{
    content: '→';
    background-position: 96% 10px;
    position: absolute;
    right: 30px;
    top: -1px;
    font-size: 23px;
}
*/
.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.product-list li{
    width: 232px;
    float: left;
    margin-bottom: 40px;
    margin-right: 12px;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.pop_models .product-list li{
    margin-right: 8px;
}
#youlooked-block .slick-track{
    min-width: 100%;
}
#youlooked-block .product-list li{
    width: 154px;
}
#youlooked-block .product-list li .addtocart input[type="submit"]{
    background-position: center;
}
#youlooked-block .product-list li .image{
    height: 130px;
}
.slide .product-list li{
    margin-bottom: 0;
}
.product-list li img{
    max-width: 100%;
    max-height: 100%;
    display: initial;
    width: auto;
    height: auto;
}
.addtocart input[type="submit"]{
    background-image: url("../img/white_cart.svg");
    background-repeat: no-repeat;
    background-position: 3px 6px;
    padding: 8px 10px 8px 35px;
    float: right;
    box-shadow: 0px 4px 15px rgba(50, 215, 98, 0.35);
    /*opacity: 0.2;*/
    transition: 0.3s;
}
.product-list li .name{
    /*text-align: center;*/
    display: block;
    margin: 4px 0 15px;
    height: 51px;
    overflow: hidden;
    font-size: 14px;
    color: #000;
}
.product-list li .image{
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    align-self: center;
    justify-content: center;
    position: relative;
}
.product-list li .pricing{
    float: left;
    width: 80px;
    line-height: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-list li .pricing .price.h3{
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin: 0;
}
.product-list li .price,
.product-list li .compare-at-price{
    display: block;
}
.product-list li .compare-at-price {
    text-align: right;
    text-decoration: line-through;
    line-height: 12px;
    margin-top: -5px;
}
.product-list li .price.copar{
    color: #E80000;
}
.product-list li .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
}
.product-list li .list_qb{
    text-align: center;
}
.product-list li .storequickorder-button{
    color: #747474;
    background: none;
    border: none;
    border-bottom: dashed 1px;
    padding: 0;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    padding-bottom: 2px;
}
.pod_zakaz{
    color: #c29918;
    text-align: right;
    font-size: 12px;
}
.pod_zakaz span{
    display: block;
}
.time_pod_zakaz{
    width: 100%;
    padding: 10px 20px;
    background: #ffecb2;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #e7d497;
    border-radius: 3px;
}
.time_pod_zakaz img{
    margin-right:20px
}
.time_pod_zakaz span{
    display: block;
}
.posylka2 {
    margin-top: 17px;
}
.s_cart > div.colors{
    border-left: 3px solid #C2AD6C;
}

.posylka2 img{
    margin-right: 10px;
}
.list_qb > span{
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url("../img/klik_gray.svg") no-repeat;
    margin-left: 5px;
    margin-bottom: -2px;
}
.list_qb:hover > span{
    background: url("../img/klik_red.svg") no-repeat;
}
.product-list li .storequickorder-button:hover{
    color: #EB2025;
}
.product-list.list{
    display: table;
    width: 100%;
}
.product-list.list li{
    width: 100%;
    display: table-row;
    float: none;
    vertical-align: middle;
}
.product-list.list li > div{
    display: table-cell;
    width: auto;
    margin-bottom: 4px;
    border-bottom: 2px solid #E4E4E4;
    padding: 5px 10px;
    vertical-align: middle;
}
.product-list.list li .name{
    white-space: nowrap;
    text-align: left;
    margin: 0;
    height: 33px;
    line-height: 33px;
    /*position: relative;*/
    overflow: visible;

}
.product-list.list li .name span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-left: 10px;
}
.product-list.list li .name .image{
    display: none;
    position: absolute;
    z-index: 1000;
}
.product-list.list li img{
    max-width: 1000px !important;
}
.product-list.list li .compare-at-price{
    text-align: left;
}
.product-list.list li .top{
    position: absolute;
}
.product-list.list li .skus_b div{
    display: inline-block;
}
.in-stock, .product-list .sity{
    color: #02B736;
}
.product-list .sku {
    text-align: right;
}
.product-list .sity.blue{
    color: #2368A7;
}
.product-list .sity i,
.stocks .sklad span.sity i{
    display: inline-block;
    width: 12px;
    height: 12px;
    text-align: center;
    color: #FFF;
    border-radius: 2px;
    background-image: url("../img/k.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -2px;
}
.product-list .sity.green i,
.stocks .sklad span.sity.green i{
    background-color: #02B736;
    background-image: url("../img/x.svg");
}
.product-list .sity.blue i,
.stocks .sklad span.sity.blue i{
    background-color: #2368A7;
}
.product-list li .top > div > div,
.product-list li .top > div > span{
    display: inline-block;
}
.cart-summary-page .stocks .sklad span.sity.green span{
    color: #02B736;
}
.cart-summary-page .stocks .sklad.est{
    color: #02B736;
}
.cart-summary-page .stocks .sklad span.sity.blue span span{
    color: #2368A7;
}
.product-list .offers {
    display: inline-block;
    width: 100%;
}
.product-list .offers .product_favorite{
    float: right;
    margin-right: 10px;
    margin-left: 0;
    opacity: 0;
    width: 22px;
    height: 28px;
    background: url("../img/heart-icon.svg") no-repeat bottom;
    background-size: contain;
    transition: 0.3s;
}
.product-list .offers .product_favorite.active{
    background: url("../img/heart-icon-active.svg") no-repeat bottom;
    background-size: contain;
    opacity: 1;
}
.product-list .offers .out-of-stock{
    font-size: 13px;
    font-weight: normal;
    color: #747474;
}
.product-list li.no_available{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
#cart-form .product_favorite{
    width: 30px;
    height: 28px;
    background: url("../img/heart-icon.svg") no-repeat bottom;
    background-size: contain;
}
#cart-form .product_favorite.active{
    background: url("../img/heart-icon-active.svg") no-repeat bottom;
    background-size: contain;
}
#youlooked-block .product-list{
    display: block;
}
#youlooked-block .product-list img{
    max-height: 130px;
}
.slick-slider > button{
    top: -56px;
    background: url("../img/models_str.svg") no-repeat !important;
    opacity: 0.5;
}
.slick-slider > button.slick-disabled{
    opacity: 0.1;
}
.slick-prev{
    transform: rotate(180deg) !important;
    margin-top: -14px;
}
.slick-prev:before, .slick-next:before{
    display: none !important;
}
/*Стилизация чекбоксов*/
.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox > span{
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
}
.checkbox > span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: #FFFFFF;
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    transition: .2s;
    width: 16px;
    height: 16px;
}
.checkbox > span:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 2px;
    transition: .2s;
}
.checkbox input:checked + span{
    color: #000;
}
.checkbox input:checked + span:before {
    border: 2px solid #000;
}
.checkbox input:checked + span:after {
    background: #000;
}

.radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.radio__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}
.radio__text:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #BFBFBF;
    border-radius: 50%;
    background: #FFF;
}
.radio__text:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    opacity: 0;
    transition: .2s;
}
.radio input:checked + .radio__text:after {
    opacity: 1;
}
.radio input:checked + .radio__text:before {
    border-color: #000;
}
.paging-nav{
    margin-bottom: 60px;
}
.paging-nav .menu-h{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    margin-left: 10px;
}
.paging-nav .menu-h a,
.paging-nav .menu-h span{
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    line-height: 32px;
    text-align: center;
    font-size: 17px;
    color: #000;
}
.paging-nav .menu-h .selected a{
    background: #E80000;
    border-radius: 100%;
    color: #fff;
}
.paging-nav a.all:after{
    content: '';
}
/* selectboxs */
div.selectboxss {
    width: 214px;
    position: relative;
    height: 34px;
    background-color: #fff;
    cursor: pointer;
    transition: .3s;
    margin: 0px 0 10px;
}
div.selectboxss .selectboxssvalue {
    padding: 16px 31px 0px 16px;
    cursor: pointer;
    transition: .2s;
    height: 40px;
    margin: 0px;
    position: relative;
    white-space: nowrap;
}
div.selectboxss .selectboxssvalue:after{
    content: '';
    background: url(../img/str.svg) no-repeat center;
    width: 22px;
    height: 22px;
    right: 7px;
    top: 13px;
    position: absolute;
    transform: rotate(90deg);
}
div.selectboxss img.arrowselect {
    position: absolute;
    right: 0;
    width: 21px;
    padding: 0px 10px 0px 0px;
}
ul.selectboxssmenu {
    background: #fff;
    transition: .3s;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    margin-top: 0px;
    display: block;
    padding: 0px;
    margin: 0px;
    z-index: 1000;
}
ul.selectboxssmenu > li {
    display: block;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
}
ul.selectboxssmenu > li a{
    display: block;
    width: 100%;
    height: 100%;
}
ul.selectboxssmenu > li.selectoption {
    color: gray;
    padding: 5px 5px 5px 17px;
}
header .phone_block .hide .small.gray{
    color: #32D762;
    font-size: 15px;
    margin: 10px 0;
    display: block;
}
header .phone_block .hide .help_center{
    font-size: 17px;
    color: #32D762;
    margin-top: 12px;
    padding-left: 42px;
}
header .phone_block:hover > div,
header .open .phone_block > div{
    background: #FFF;
    border: 1px solid #E4E4E4;
    box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 9px 40px 16px 40px;
    position: absolute;
    top: -37px;
    z-index: 10000;
    width: 251px;
    left: -21px;
}
header .open .phone_block > div{
    top: 34px;
    left: 40px;
}
/* Dialogs
---------- */

.dialog {
    display: none;
    position: relative;
    z-index: 1000;
}
.dialog-background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #747474; opacity: 0.6; z-index: 99; }
.dialog-window .cart { position: fixed; height:385px;top: 15%; left: 0; right: 0; opacity: 1; z-index: 100; overflow-x: hidden; margin: 0 auto; text-align: left; width: 400px; bottom: 15%; background: #fff; padding: 25px; max-width: 100%}
.dialog-window .cart .added2cart { font-style: italic; }
.dialog-window .cart .purchase { display: block; }
.dialog-window .dialog-close, #dialog .close-button { float: right; color: #bbb; text-decoration: none; font-size: 200%; margin-top: -3px; }

.dialog-window .cart.cart_popup{
    width: 800px;
    height: 600px;
    max-width: 100%;
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 1000;
    margin: 0 auto;
    text-align: left;
    bottom: 15%;
    background: #fff;
    padding: 0px;
    overflow: hidden;
    max-height: calc(100% - 30px);
}
.dialog-window .cart.cart_popup .storequickorder-button{
    display: none;
}
.dialog-window .cart .cart_p {
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    background: #fff;
    padding: 0px;
    height: 100%;
}
.dialog-window .cart.cart_popup .close-button{
    position: absolute;
    z-index: 10000;
    right: 35px;
    top: 13px;
}
.dialog-window .cart.cart-summary-page{
    width: 100%;
    position: relative;
    height: 100%;
    border: 0;
    padding-bottom: 0;
}
.cp_window .dialog-window .cart{
    width: 752px;
}
.cp_window .dialog-window .cart .h2{
    margin-bottom: 26px;
}
.dialog-window .cart.no_login{
    height: 470px;
}
.dialog-window .cart.signup{
    height: 665px;
    max-height: 90%;
}
.dialog-window .cart.forgot{
    height: 370px;
}
#dialog .image{
    margin-right: 15px;
}
#menu{
    z-index: 10000;
    transition: 0.4s;
}
#menu .mm-navbar__searchfield{
    display: none !important;
}
#menu .mm-navbars_top .mm-navbar:first-child{
    height: 25px;
    min-height: 25px;
}
#menu li{
    height: 54px;
}
#menu li img{
    max-width: 44px;
    display: inline-block;
    margin-right: 10px;
}
#menu li.ktc{
    border-color: rgba(3,2,1,0) !important;
    font-size: 17px !important;
    font-weight: bold !important;
}
#menu li a, #menu li span{
    color: #000 !important;
}
#menu.mm-menu.open{
    left: 0 !important;
}
#menu li a{
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
}
#menu .phone_block{
    display: block;
    text-align: left;
    padding-left: 40px;
}
#menu .phone_block > div > a{
    color: #000;
}
#menu .phone_block > div > a.help_center:before,
#menu .phone_block > div > a .str{
    display: none;
}
#menu .phone_block > div > a:before{
    top:4px;
}
#menu .phone_block > div > a.help_center{
    margin-top: 10px;
    font-size: 17px;
    color: #32D762;
    margin-left: -28px;
    padding-left: 26px;
}
#menu .bottom_link.mm-listitem:after{
    display: none;
}
#menu .bottom_link.mm-listitem{
    height: 30px;
}
#menu .bottom_link.mm-listitem a,
#menu .bottom_link.mm-listitem a span{
    color: #2368A7 !important;
    font-size: 15px;
}
.center{
    text-align: center;
}
.page .h2.center{
    padding: 56px 0 44px;
}
.page_button{
    border: 2px solid #000000;
    border-radius: 100px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #000;
    font-size: 17px;
    text-align: center;
    padding: 9px 42px;
}
.pop_models .h2,
.products .h2,
.pop_category .h2, .to .h2{
    margin: 74px 0 42px;
    text-align: center;
}
.to .items{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.to .items > div{
    background: #FFF;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    padding: 42px 22px 9px 17px;
}
.to .items > div img{
    position: absolute;
    top: -34px;
    left: 0px;
}
.to .items > div a{
    display: block;
    background: url("../img/str.svg") no-repeat;
    background-size: 8px;
    background-position: 100% 3px;
    padding-bottom: 15px;
}
.informer{
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
    text-align: center;
}
.informer > div{
    width: 170px;
}
.informer div.h4 {
    width: 125px;
    margin: auto;
    padding: 10px 0 0;
    height: 66px;
}
.load_form{
    width: 224px;
    margin: auto;
}
.load_form input[type="text"],
.load_form input[type="password"]{
    background: #FFFFFF;
    border: 2px solid #BFBFBF !important;
    border-radius: 4px;
    padding-left: 10px !important;
    height: 34px;
    font-size: 15px !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.wa-login-form-wrapper .wa-login-form-fields{
    width: 100%;
}
.wa-forgotpassword-form-wrapper .wa-field .wa-forgotpassword-button{
    width: 100%;
}
.load_form input[type="submit"],
.button.wa-request-onetime-password-button{
    background: #32D762;
    box-shadow: -3px -3px 8px rgba(50, 215, 98, 0.2);
    border-radius: 100px;
    width: 100%;
    height: 46px;
    line-height: 44px;
    border: 0;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
}
.load_form .wa-field .wa-name{
    color: #000 !important;
    font-size: 15px !important;
    margin-bottom: 0.5em;
}
.wa-buttons-wrapper{
    position: relative;
}
.load_form .wa-buttons-wrapper:after {
    content: "→";
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 23px;
    background-position: 96% 10px;
    color: #FFF;
}
.load_form .wa-section-divider,
.load_form .wa-signup-url,
.load_form .wa-login-forgotpassword-url,
.signup .load_form .wa-adapters-section{
    display: none !important;
}
.load_form .js-wa-form-item{
    display: flex;
    flex-wrap: wrap;
}
.load_form .wa-login-form-fields{
    order: 1;
}
.load_form .wa-login-form-actions{
    order: 2;
    width: 100%;
}
.load_form .wa-adapters-section{
    order: 3;
    text-align: center;
    width: 100%;
    padding-top: 19px;
}
.load_form .wa-section-header{
    font-size: 17px !important;
    color: #000 !important;
    margin: 0 0 1.071428571428571em;
}
.wa-login-form-wrapper .wa-adapters-section{
    margin-bottom: 0 !important;
}
.load_form .wa-buttons-wrapper a{
    margin-top: 20px;
    display: inline-block;
}
.load_form .wa-buttons-wrapper a.signup{
    float: right;
}
.wa-adapters-list li{
    display: inline-block;
    margin-right: 10px;
}
.load_form .wa-field,
.load_form .wa-login-form-actions{
    margin: 1.071428571428571em 0 0;
}
.load_form .wa-signup-form-wrapper.wa-is-need-confirm{
    visibility: visible !important;
}
.signup .load_form .wa-buttons-wrapper,
.load_form .wa-forgotpassword-button{
    margin: 20px 0;
}
.signup .load_form .wa-signup-form-fields > div{
    margin-top: 8px;
}
.load_form .wa-login-url{
    text-align: center;
}
.load_form .wa-login-url a {
    display: block;
    width: 50px;
    margin: auto;
}
.load_form h1{
    white-space: nowrap;
}
.cart.forgot h1{
    margin-left: -60px;
    margin-bottom: 20px;
}
.signup .load_form wa-info-msg,
.forgot .load_form wa-info-msg{
    font-size: 17px;
    line-height: 32px;
    text-align: center;
}
.wa-value{
    position: relative;
}
.wa-required .wa-value:after,
.wa-field[data-is-required="1"] .wa-value:after{
    content: '*';
    position: absolute;
    right: 8px;
    top: 0px;
    color: #E80000;
    font-size: 25px;
    font-weight: bold;
    height: 30px;
    line-height: 42px;
}
.badge-wrapper{
    position: absolute;
    left: 0;
    top: 0;
}
.top_line .phone.open{
    display: block;
    position: absolute;
}
.top_line .phone.open .hide{
    display: block;
}
.social i{
    display: block;
    height: 22px;
    width: 22px;
}
footer .social a{
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
}
.social i.facebook{
    background: url("../img/facebook.svg") no-repeat;
}
.social i.instagram{
    background: url("../img/instagram.svg") no-repeat;
}
.social i.twitter{
    background: url("../img/twitter.svg") no-repeat;
}
.social i.youtube{
    background: url("../img/youtube.svg") no-repeat;
}
.storequickorder-window-product_info-name > a{
    display: none !important;
}
.-b- span, .-b- i{
    display: none !important;
}
.-b- {
    width: 150px;
    height: 23px;
}
.-b-.skidka{
    background: url("/wa-data/public/site/stickers/st4.svg") no-repeat;
}
.-b-.rec{
    background: url("/wa-data/public/site/stickers/st1.svg") no-repeat;
}
.-b-.hit{
    background: url("/wa-data/public/site/stickers/st2.svg") no-repeat;
}
.-b-.new{
    background: url("/wa-data/public/site/stickers/st3.svg") no-repeat;
}
.description{
    font-size: 14px;
    line-height: 1.43;
}
.checkout-step-content .load_form{
    width: 100%;
    max-width: 350px;
}
.cash_back i:hover span,
.product .dop_info i:hover span,
i.info:hover span,
.diinfo:hover i.info span{
    display: block !important;
}
.langs{
    display: inline-block;
    margin-left: 40px;
}
.langs span.lang{
    margin: 0 10px;
}
.langs a.active.lang{
    font-weight: bold;
    color: #666;
}
.multi-title, a.multi-title > span > span,
div.multi-taxon > span > span{
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #666;
}
.multi-titleIcon{
    position: absolute;
    right: 31px;
    top: 1px;
}
.multi-title, a.multi-title{
    position: relative;
}
.checkout-step-content input[type="submit"][disabled="disabled"],
.buy1click-form__submit-button[disabled="disabled"],
.wa-request-onetime-password-button[disabled="disabled"]{
    background: #ccc !important;
    opacity: 0.5 !important;
    cursor: no-drop;
}