.home_top{
    display: flex;
    justify-content: space-between;
}
.home_top > div{
    align-self: flex-start;
}
.home_top .slider{
    width: calc(100% - 364px);
    max-height: 400px;
    overflow: hidden;
    margin-top: 19px;
    border-radius: 5px;
    padding-bottom: 15px;
    box-sizing: content-box;
}
.slider .slick-prev,
.slider .slick-next{
    background: url("../img/slider_str.svg") no-repeat center !important;
    width: 50px;
    height: 64px;
    z-index: 10;
    top: 50%;
    transform: rotate(0deg) !important;
    opacity: 1;
}
.slider .slick-prev{
    left: 0;
    margin-top: -32px;
}
.slider .slick-next{
    transform: rotate(180deg) !important;
    margin-top: -32px;
    right: 0;
}
.slider .slick-dots{
    display: flex;
}
.slider .slick-dots li{
    margin: 0 6px;
    flex-grow: 1;
}
.slider .slick-dots li button{
    background: #BFBFBF;
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
    padding: 0;
}
.slick-dots li button:before{
    display: none;
}
.slider .slick-dots li.slick-active button{
    background: #000;
}
.slider .slick-dots{
    /*bottom: -15px !important;*/
}
.home_katalog {
    border: 1px solid #E4E4E4;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.1);
}
.home_katalog li{
    position: relative;
}
.home_katalog > ul > li ul{
    display: none;
}
.home_katalog > ul > li{
    height: 54px;
    border-bottom: 1px solid #E4E4E4;
}
.home_katalog a{
    color: #000;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 15px;
}
.home_katalog > ul > li > a {
    padding: 0 30px 0 45px;
    line-height: 54px;
    height: 54px;
}
.home_katalog > ul > li img {
    max-width: 28px;
    position: absolute;
    left: 10px;
    top: 12px;
}
.home_katalog > ul > li > ul > li img{
    display: none;
}

.home_katalog li.sub_c:after{
    content: '';
    position: absolute;
    background: url("../img/str.svg") no-repeat;
    right: 14px;
    top: calc(50% - 4px);
    width: 5px;
    height: 8px;
}
.home_katalog > ul > li ul{
    position: absolute;
    z-index: 50;
    background: #FFF;
    white-space: nowrap;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    padding: 13px 0px 9px 0px;
}
.home_katalog > ul > li ul li{
    height: 28px;
    line-height: 28px;
    padding: 0px 27px 0px 10px;
}
.home_katalog > ul > li > ul ul{
    margin-top: -14px;
}
.pop_models .imgs, .pop_models .links{
    display: flex;
}
.pop_models .imgs{
    justify-content: space-around;
}
.pop_models .imgs img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.pop_models .links {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.pop_models .links a{
    height: 40px;
    border: 2px solid #BFBFBF;
    border-radius: 5px;
    width: calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    background: url("../img/models_str.svg") no-repeat;
    background-position: 96% 10px;
    padding: 0 5px 0 10px;
}
.pop_models .links a:nth-child(5n){
    margin-right: 0;
}
.mini_baner{
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
}
.gray_b.home{
    display: flex;
    margin-top: 74px;
    padding-bottom: 74px;
}
.pop_category .tabs{
    /*
    display: flex;
    justify-content: flex-start;
    */
    margin-bottom: 38px;
    width: 100%;
}
.pop_category .tabs li{
    font-size: 17px;
    line-height: 44px;
    height: 44px;
    padding: 0 20px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}
.pop_category .tabs .active{
    border-bottom: 2px solid #32D762;
    font-weight: bold;
}
.pop_category .tabs_content > div{
    display: none;
}
.pop_category .tabs_content > div.active{
    display: flex;
    flex-wrap: wrap;
}
.pop_category .tabs_content a{
    width: 223px;
    margin-bottom: 13px;
    margin-right: 16px;
    background: #FFF;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    text-align: center;
    padding: 20px;
}
.pop_category .tabs_content a span{
    display: flex;
    height: 150px;
    width: 100%;
    align-items: center;
}
.pop_category .tabs_content img{
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    margin: auto;
}

.home_brands a{
    display: block;
    float: left;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
}
.home_brands a img{
    max-width: 150px;
    display: inline-block;
}
.home_reviews div.slick-slide{
    margin-right: 20px;
}
.home_reviews a,
.home_reviews .autor{
    /*display: flex;*/
    margin-bottom: 24px;
    margin-top: 24px;
    min-height: 44px;
    align-items: center;
    align-self: center;
}
.home_reviews a img,
.home_reviews .autor img{
    border-radius: 100%;
    margin-right: 11px;
    float: left;
}
.home_reviews a span {
    display: block;
    height: 54px;
    overflow: hidden;
}
.home_reviews .dop_info{
    width: calc(100% - 51px);
    float: right;
}
.home_reviews .dop_info .reviews{
    display: block;
}
.home_posts .post{
    margin-right: 83px;
}
.home_posts .post .h3{
    color: #FFF;
    position: absolute;
    padding: 5px 14px;
    margin-bottom: 15px;
    bottom: 0;
    left: 0;
    width: calc(100% - 15px);
    background: #000;
}
.home_posts .post a{
    display: flex;
    position: relative;
    margin-bottom: 15px;
}
.home_posts .post .date{
    position: absolute;
    left: 14px;
    top:0;
    background: #000;
    color: #FFF;
    padding: 3px 5px;
}
.home_posts .post img{
    max-width: 100%;
    max-height: 320px;
    margin: auto;
}

/*Категория*/
.container.max{
    width: 90%;
}
.sublinks{
    background: #FFF;
    padding: 13px 0;
}
.sub-links{
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
    margin:0 0 60px;
}
.sub-links li{
    margin-right: 0px;
    max-width: 214px;
    background: #FFF;
    text-align: center;
    margin-bottom: 13px;
    border-right: 1px solid #F0F0F0;
}
.sub-links li a{
    display: block;
    height: 100%;
    padding: 16px 36px;
    width: 100%;
}
.sub-links div{
    height: 150px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.sub-links img{
    max-width: 150px;
    max-height: 100%;
    width: auto !important;
    margin: auto;
    height: auto;
}
.container.category{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.category .left_panel{
    width: 223px;
    min-width: 223px;
    border-right: 3px solid #F0F0F0;
    margin-right: 15px;
    align-self: baseline;
}
.category-name{
    padding-bottom: 30px;
}
.filters-toggle-wrapper{
    border-bottom: 3px solid #F0F0F0;
    height: 51px;
    line-height: 51px;
    margin-bottom: 21px;
}
.filter-param {
    border-bottom: 3px solid #F0F0F0;
    padding-bottom: 9px;
}
.filter-param .h4{
    margin:22px 0 14px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    padding-right: 35px;
}
.filter-param .h4:after{
    content: '';
    background: url("../img/str.svg") no-repeat center;
    width: 4px;
    height: 22px;
    right: 10px;
    top: 0;
    position: absolute;
    transform: rotate(90deg);
}
.filter-param label{
    display: block;
    line-height: 21px;
    min-height: 21px;
    margin-bottom: 10px;
    color: #747474;
    font-size: 14px;
}
/*
.filter-param label.hide{
    display: none;
}
*/
.ewe{
    display: none;
}
.filter-param label span{
    padding: 0 0 0 26px;
    display: block;
}
.filters-form-wrapper .filter-param .scl label.disabled{
    display: none !important;
}
.filter-param .slider{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.filters-form-wrapper .filter-param .scl{
    overflow-y: auto;
    max-height: 310px;
    margin-right: 6px;
}
.filters-form-wrapper .filter-param .scl::-webkit-scrollbar {
    width: 3px;
    -webkit-appearance: none;
}
.filters-form-wrapper .filter-param .scl::-webkit-scrollbar-track {
    background: #EAEAEA;
    -webkit-appearance: none;
}
.filters-form-wrapper .filter-param .scl::-webkit-scrollbar-thumb {
    -webkit-appearance: none;
    background-color: #3E444F;
    border-radius: 1px;
    border: 0px;
}
.filter-param .slider input{
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    text-align: center;
    font-size: 17px;
    height: 34px;
    line-height: 34px;
    width: 82px;
}
.filter-param .slider > div:nth-child(2){
    text-align: right;
    padding-right: 11px;
}
.filter-param .slider .filter-slider{
    order: -1;
    width: 100%;
}
.filter-param .slider > div > span{
    display: block;
    text-align: center;
}

.filters .ui-slider {
    margin: 10px 15px 10px 8px;
    display: block;
}

.filters .ui-slider-horizontal {
    height: 2px;
    border: none;
}

.filters .ui-slider-horizontal .ui-slider-handle,
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    top: -0.55em;
    margin-left: -0.4em;
    z-index: 0;
    width: 11px;
    height: 20px;
    background: #E80000;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
}
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
    border-color: #BFBFBF;
}
.filters .ui-slider-horizontal.ui-widget-content {
    background: #BFBFBF;
}
.filters .ui-slider-horizontal .ui-widget-header {
    background: #E80000;
    height: 6px;
    position: relative;
    top: -1px;
    z-index: 0;
}
.filters .ui-widget-content .ui-state-default {
    border: 1px solid #fff;
}
.filters input[type="submit"]{
    display: none;
}
.filters-selected__title label {
    border: 1px solid #747474;
    border-radius: 100px;
    height: 26px;
    line-height: 24px;
    margin-right: 7px;
    padding: 0 30px 0 10px;
    display: block;
    float: left;
    background: url(../img/x_red.svg) no-repeat;
    background-position: calc(100% - 10px) center;
    cursor: pointer;
}
.filters-selected_s {
    float: left;
    margin-right: 10px;
    line-height: 26px;
}
.filters-selected__clear-all {
    border: 1px solid #E80000;
    border-radius: 100px;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    color: #E80000;
    cursor: pointer;
    display: block;
    float: left;
}
.tab_price{
    padding: 40px 0;
    color: #666;
}
.tab_price > div{
    display: grid;
    grid-template-columns: 80% 1fr;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tab_price > div > div{
    padding: 0 10px;
}
.tab_price > div > div:last-child{
    text-align: right;
}
.tab_price .title{
    background: #ccc;
    border-top: 1px solid #ccc;
    font-weight: bold;
}
#product-list{
    width: 100%;
}
#product-list.right{
    width: calc(100% - 241px);
}
#product-list > .top{
    border-bottom: 3px solid #F0F0F0;
    margin-left: -18px;
    padding-left: 18px;
    height: 51px;
    display: flex;
    justify-content: space-between;
}
.product_vision {
    padding-top: 10px;
}
.product_vision .greed,
.product_vision .list{
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 2px solid #fff;
    float: left;
    cursor: pointer;
}
.product_vision .greed {
    padding-top: 3px;
    padding-left: 3px;
    margin-right: 12px;
}
.product_vision .list{
    padding-top: 4px;
    padding-left: 2px;
}
.product_vision .greed span,
.product_vision .list span{
    background: #747474;
}
.product_vision .greed.active,
.product_vision .list.active{
    border: 2px solid #000000;
}
.product_vision .greed.active span,
.product_vision .list.active span{
    background: #000;
}
.product_vision .greed span,
.product_vision .list span{
    display: block;
    float: left;
    border-radius: 2px;
}
.product_vision .greed span{
    width: 7px;
    height: 7px;
    margin: 0 3px 3px 0;
}
.product_vision .list span{
    width: 20px;
    height: 4px;
    margin-bottom: 2px;
}
.container.product{
    position: relative;
}
.product > article {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}
.product .galery{
    margin-right: 12px;
}
.product h1{
    padding-left: 21px;
}
.product .right .cat{
    display: block;
    padding: 10px 0 20px 21px;
}
.product #cart-flyer .bord{
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 26px 15px 17px;
}
.product .add2cart .qty{
    position: relative;
    margin-right: 40px;
}
.product .add2cart .qty .small.gray{
    position: absolute;
    top: -15px;
    right: 19px;
}
.product .add2cart .qty input,
.cart-summary-page input.qty{
    background: #FFFFFF;
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    width: 92px;
    height: 30px;
    text-align: center;
    line-height: 26px;
}
.product .add2cart .qty button,
.cart-summary-page button{
    height: 30px;
    width: 30px;
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    left: 0px;
    top: 0;
    color: #BFBFBF;
    font-weight: bold;
    font-size: 19px;
    /*line-height: 25px;*/
}
.product .add2cart .qty button.plus,
.cart-summary-page button.plus{
    left: auto;
    right: 0px;
}
/*
.product .add2cart .qty button.minus,
.cart-summary-page button.minus{
    line-height: 25px;
}
*/
.cart-summary-page button{
    left: 0;
}
.product .add2cart{
    display: flex;
    margin-bottom: 21px;
}
.product .add2cart .qty > span {
    display: inline-block;
    width: 10px;
}
.product .add2cart .price {
    /*margin-right: 30px;*/
}
.product .add2cart .price.red{
    color: #E80000;
}
.product .add2cart .compare-at-price{
    text-decoration-line: line-through;
}
.product .add2cart .d_price{
    white-space: nowrap;
    min-width: 120px;
    margin-right: 30px;
}
.product .add2cart .d_price > span{
    display: block;
    margin: 0;
}
.buy1click-open-button svg{display: none}
#product-core-image,
#product-gallery,
#product-core-image2,
#product-gallery2{
    max-width: 570px;
    width: 100%;
    position: relative;
}
#product-core-image img,
#product-gallery img,
#product-core-image2 img,
#product-gallery2 img{
    max-width: 100%;
}
.container.product .galery{
    min-width: 570px;
    position: relative;
}
#product-gallery,
#product-gallery2{
    margin-top: 15px;
}
#product-gallery .slick-slide img,
#product-gallery2 .slick-slide img{
    margin: 0 auto;
}
#product-gallery .slick-slide,
#product-gallery2 .slick-slide{
    border-top: 5px solid #fff;
}
#product-gallery .slick-slide.slick-current,
#product-gallery2 .slick-slide.slick-current{
    border-color: #E80000;
}
.product-gallery .slick-initialized .slick-slide{

}
.product .kode{
    position: absolute;
    right: 0;
    top:10px;
    background: #FFECB2;
    padding: 0px 10px;
    border-radius: 15px;
    font-size: 16px;
    min-width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.product .green_button.cart_icon{
    margin-top: -9px;
}
.product_favorite{
    margin-left: 36px;
}
.product .stocks .sklad span{
    display: block;
    font-size: 13px;
}
.product .stocks .sklad span.bold{
    display: inline-block;
}
.product .stocks .sklad .stock-green{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #02B736;
    margin-right: 5px;
    border-radius: 100%;
    color: #FFF;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    background: url("../img/est_vnal.svg") no-repeat;
}
.product .stocks .stock-high{
    color: #02B736;
    font-weight: normal;
}
.product .cart .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 470px;
}
/*
.buy1click-button[disabled]{
    display: none;
}
*/
.product .cart .bottom .dnon{
    display: none;
}
.product .cart .bottom .sklad{
    display: none;
}
.product .cart .bottom .sklad.est{
    display: block !important;
}
.cash_back{
    /*margin: 0 39px 0 36px;*/
    white-space: nowrap;
}
.cash_back i span{
    white-space: normal;
}
.cash_back img{
    margin-bottom: -27px;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px;
}
.cash_back span{
    color: #E80000;
    font-weight: bold;
}
.cash_back i,
.product .dop_info i,
i.info{
    display: inline-block;
    margin-left: 5px;
    background: url("../img/i.svg") no-repeat;
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 6px;
}
.product .dop_info i{
    position: absolute;
}
.slide.products .slick-list{
    padding: 40px 0 !important;
}
.cash_back i span,
.product .dop_info i span,
i.info span{
    position: absolute;
    top: -44px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 12px;
    background: #FFF;
    padding: 10px;
    width: 250px;
    color: #000;
    font-style: normal;
    font-weight: normal;
    left: -120px;
    display: none !important;
    line-height: normal;
    z-index: 10;
}
.cash_back img{
    max-width: 100px !important;
}
.product .storequickorder-button{
    border: 2px solid #BFBFBF;
    border-radius: 100px;
    height: 28px;
    padding:0 20px 0 40px;
    background: url("../img/trubka.svg") no-repeat 10px 4px;
    line-height: 26px;
    color: #747474;
    cursor: pointer;
}
.product .storequickorder-button:disabled{
    display: none;
}
.stocks .stock-none{
    color: #747474;
    font-size: 14px;
    font-weight: normal;
}
.product-sidebar .dop_info{
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
}
.product-sidebar .dop_info div.delivery{
    margin-right: 20px;
    flex-grow: 1;
    min-width: 224px;
}
.product-sidebar .dop_info div.payment{
    flex-grow: 1;
}
.product-sidebar .dop_info > div > div > div{
    float: left;
    padding-left: 0;
}
.product-sidebar .dop_info > div > div:after,
#product-features .name:after{
    content: ' ';
    width: 100%;
    position: absolute;
    border-bottom: 1px dotted #c4c2c2;
    height: 1px;
    left: 0;
    top: 21px;
    z-index: 1;
}
.product-sidebar .dop_info > div > div.green:after{
    display: none;
}
.l_free_ship{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}
.product-list .l_free_ship {
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
}
#product-features .name:after{

}
.product-sidebar .dop_info > div > div.top:after{
    display: none;
}
.product-sidebar .dop_info > div > div {
    width: 100%;
    float: left;
    margin-bottom: 18px;
    position: relative;
}
.product-sidebar .dop_info div span{
    display: block;
    background: #FFF;
    z-index: 2;
    position: relative;
    padding-left: 5px;
}
.product-sidebar .dop_info span.cena{
    float: right;
    text-align: center;
}
.product-sidebar .dop_info .green{
    color: #02B736;
}
.product-sidebar .dop_info .top{
    border-radius: 4px;
    font-size: 17px;
    height: 33px;
    line-height: 33px;
    padding: 0 28px 0 50px;
    margin-bottom: 13px;
    display: inline-block;
    width: auto;
}
.product-sidebar .dop_info .delivery .top{
    background: url("../img/dop1.svg") no-repeat #F4F4F4;
    background-position: 13px 8px;
}
.product-sidebar .dop_info .payment .top{
    background: url("../img/dop2.svg") no-repeat #F4F4F4;
    background-position: 13px 10px;
}
.product .product-info{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.product .product-info > div{
    flex-grow: 1;
    width: calc(50% - 10px);
}
.product .product-info > div:first-child{
    margin-right: 20px;
}
.product .product-info .h2{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #E4E4E4;
    position: relative;
}
#product-features{
    width: 100%;
    line-height: 200%;
}
#product-features .name{
    color: #747474;
    width: 50%;
    position: relative;
    vertical-align: top;
}
#product-features .name span{
/*    display: inline-block;
    height: 30px;*/
    background: #FFF;
    z-index: 2;
    position: relative;
    padding-right: 5px;
}
#product-features .value{
    vertical-align: bottom;
}
.add-review{
    /*border: 2px solid #000000;*/
    border: 0px;
    background: #32D762;
    color: #FFF;
    border-radius: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    text-align: center;
    padding: 0 20px;
    display: block;
    float: right;
    cursor: pointer;
}
.rating.prod_rat {
    display: block;
    width: 100%;
    height: 24px;
}
.reviews.block{
    /*
    max-height: 500px;
    overflow: hidden;
    */
}
.reviews.product-info{
    flex-flow: column;
}
.reviews-branch{
    position: relative;
}
.reviews-branch li{
    position: relative;
}
.reviews-branch .s-review-wrapper.review{
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 10px 15px 15px;
    margin-bottom: 7px;
}
.reviews-branch .reviews-branch{
    padding-left: 80px;
}
.reviews-branch .review.green{
    border-color: #32D762;
}
.reviews-branch .top{
    display: flex;
    padding-bottom: 11px;
}
.reviews-branch .top img{
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
.reviews-branch .review-reply{
    position: absolute;
    top:14px;
    right: 10px;
    color: #2368A7;
    font-size: 14px;
}
.reviews span.rate { line-height: 1.3em; display: inline-block; margin-right: 10px; }
.reviews .icon10, .reviews .icon16 { background-repeat: no-repeat; background-image: url(../img/star1.svg); height: 12px; width: 12px; display: inline-block; text-indent: -9999px;margin-right: 2px }
.reviews .star-empty {  background-image: url(../img/star2.svg); }
.reviews-branch .top > div > span{
    display: block;
}
#product-review-form  #review-rate .icon16{
    width: 28px;
    height: 28px;
}
#product-review-form #review-rate .icon16{
    background-image: url(../img/big_star.svg);
}
#product-review-form #review-rate .icon16.star-empty,
.rating .icon16.star-empty{
    background-image: url(../img/big_star_empty.svg);
}
#product-review-form .star-hover,
.rating .star{
    background-image: url(../img/big_star.svg);
}
.rating .icon16.star-empty,
.rating .icon16.star{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}
.prod_rat{
    font-size: 13px;
}
#review-text{
    width: 224px;
    height: 103px;
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    margin-bottom: 0px;
}
.reviews-branch .top > div > div{
    display: flex;
    align-self: center;
}
.reviews .more{
    position: absolute;
    bottom: 0;
    font-size: 17px;
    color: #747474;
    cursor: pointer;
}
.review-field textarea{
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    margin: 10px 0;
    max-width: 100%;
}
.review-field label{
    display: block;
}
.review-form-fields span.wa-required{
    color: #E80000;
}
.review-form-fields .errormsg{
    margin-top: -12px;
    display: block;
    margin-bottom: 12px;
    color: #E80000;
}
.review-field input[type="text"]{
    margin: 5px 0 12px;
    font-size: 15px;
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    color: #BFBFBF;
    width: 224px;
    height: 30px;
}
.review-submit .save.js-submit-button{
    height: 46px;
    line-height: 44px;
    border-radius: 23px;
    padding: 0 20px;
    font-size: 17px;
    background: #32D762;
    color: #FFF;
    border: none;
    box-shadow: none;
    width: 224px;
}
#product-review-form{
    margin: auto;
}
#product-review-form #user-auth-provider li{
    display: inline-block;
    margin-bottom: 12px;
}
ul.skus {
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: space-between;
}
.radio__text:after{
    top: 3px;
}
.radio__text:before{
    top: -1px;
}
ul.skus li{
    margin-bottom: 3px;
    width: calc(33% - 10px);
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 7px 5px;
}
ul.skus li.active {
    border: 2px solid #747474;
}
ul.skus li label{
    width: 100%;
}
#storequickorder .dialog-background{
    background: #747474 !important;
    opacity: 0.6 !important;
}
#storequickorder .dialog-window{
    border: none !important;
    box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
}
.dialog-buttons-gradient img{
    display: none !important;
}
.dialog-content-indent .h1,
.dialog .h1{
    font-size: 22px;
    margin-bottom: 50px;
    /*margin-top: -16px;*/
}
.storequickorder-window-product_info{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 20px;
}
.storequickorder-window-product_info img{
    margin-right: 15px;
}
.storequickorder-window-product_info-name,
.storequickorder-window-product_info-price{
    display: block !important;
}
.storequickorder-window-product_info-price{
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px;
}
.dialog-content-indent .sqr{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}
.dialog-content-indent .sqr form{
    padding: 0 20px;
}
.dialog-content-indent .sqr form,
#storequickorder input[type="text"]{
    width: 100% !important;
    z-index: 102;
    position: relative;
}
#storequickorder .dialog-window{
    padding-bottom: 0 !important;
}
#storequickorder .dialog-buttons{
    position: relative !important;
    width: auto !important;
    height: auto !important;
    bottom: auto !important;
}
#storequickorder input[type="text"]{
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    color: #000;
    width: 170px;
    height: 34px;
    text-indent: 10px;
    margin-top: 7px;
}
#storequickorder .dialog-buttons input{
    background-image: url(../img/white_cart.svg);
    background-repeat: no-repeat;
    background-position: 15px 11px;
    background-size: 29px;
    padding: 12px 20px 12px 55px;
    box-shadow: 3px 5px 12px rgba(50, 215, 98, 0.2), inset 0px -3px 0px rgba(12, 145, 0, 0.35);
    background-color: #32D762;
    border-radius: 25px;
    color: #FFF;
    border: 0;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}
#storequickorder .icon16,
#dialog .close-button{
    background-image: url("../img/close.svg") !important;
    background-size: contain !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    position: relative;
    margin-top: 13px;
    margin-right: -5px;
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 15px;
}
#dialog .cart_popup .close-button{
    margin-top: -5px;
}

.dialog-window > .cart{
    /*border: 1px solid #E4E4E4;*/
    box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.dialog-window .image img{
    max-width: 100px;
}
.dialog .green{
    color: #02B736;
}
.dialog .bottom{
    text-align: center;
    margin-top: 54px;
}
.dialog .bottom .button_block a{
    background-image: url(../img/white_cart.svg);
    background-repeat: no-repeat;
    background-position: 15px 11px;
    background-size: 29px;
    padding: 12px 20px 12px 55px;
    box-shadow: 3px 5px 12px rgba(50, 215, 98, 0.2), inset 0px -3px 0px rgba(12, 145, 0, 0.35);
    background-color: #32D762;
    border-radius: 25px;
    color: #FFF;
    border: 0;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
}
.dialog .bottom .sqr{
    margin-top: 23px;
}
.dialog .bottom .sqr a.close{
    margin-right: 20px;
    margin-bottom: 15px;
    display: block;
}
.ewe{
    color: #2368A7;
    cursor: pointer;
    margin-top: 11px;
    margin-left: 26px;
}
.cart-summary-page{
    width: 800px;
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 0 auto;
    padding: 20px 44px 0px 20px;
}
.cart-summary-page .item-qty{
    position: relative;
    width: 92px;
}
.cart-summary-page .row{
    width: 100%;
    border-bottom: 2px solid #E4E4E4;
    padding: 10px 5px 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cart-summary-page > .row.colors{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cart-summary-page .compare-at-price{
    color: #747474;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 15px;
    font-size: 12px;
}
.cart-summary-page .row > div{
    float: left;
    margin-right: 18px;
}
.cart-summary-page .row > div.item-thumb{
    width: 70px;
}
.cart-summary-page .row > div.item-thumb img{
    max-width: 100%;
    max-height: 70px;
}
.cart-summary-page .row > div.item-total{
    width: 100px;
    text-align: center;
}
.cart-summary-page .row.colors{
    border-left: 3px solid #C2AD6C;
}
.cart_popup .posylka2{
    float: left;
    width: 100%;
    padding: 10px 5px 5px 0;
    margin-top: 0;
    display: flex;
    align-items: center;
}
.cart_popup .posylka2 span{
    display: block;
}
.cart-summary-page .block2{
    width: calc(100% - 400px);
}
.cart-summary-page .remove{
    display: block;
    width: 16px;
    height: 18px;
    background: url("../img/cart_del.svg");
}
.cart-summary-page .h1{
    margin-bottom: 30px;
}
.cart-summary-page .row.no-border{
    border-bottom: none;
    background: #F8F8F8;
    margin: 0 -44px 0 -20px;
    padding: 10px 44px 5px 20px;
    box-sizing: content-box;
}
.cart-summary-page .row .right{
    float: right;
    white-space: nowrap;
    /*margin-top: -32px;*/
}
.cart-summary-page .row .right > div{
    display: inline-block;
}
.cart-summary-page .row .right .cart-total{
    font-size: 22px;
}
.cart-summary-page .row .right .cart-total-title{
    color: #747474;
    font-size: 17px;margin-right: 100px;
}
.cart-summary-page .row .right .cart-total .old_prs{
    color: #747474;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    margin-bottom: -10px;
    position: relative;
}
.cart-summary-page .row .right .cart-total .old_prs:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -7px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #E80000;
    transform: rotate(-10deg);
}
.featured-shipping-and-payment{
    max-width: 323px;
}
.featured-shipping-and-payment > .small.gray{
    display: block;
    margin-bottom: 20px;
}
.featured-shipping-and-payment input{
    border: 0;
    box-shadow: none;
    color: #2368A7;
    font-size: 15px;
    background: 0;
    padding: 0;
    margin: auto;
}
.cart-summary-page .green_button{
    height: 46px;
    line-height: 44px;
    border-radius: 23px;
    padding: 0 20px;
    font-size: 17px;
}
.cart-coupon{
    text-align: center;
    margin: 15px 0;
    min-height: 40px;
}
#use-coupon{
    color: #747474;
    font-style: normal;
    border-bottom: 1px dashed #747474 !important
}
#use-coupon i{
    font-style: normal;
    font-weight: normal;
}
.cart-summary-page input[name="coupon_code"]{
    width: 100px;
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    width: 125px;
    height: 32px;
}
.cart-summary-page .cart-coupon input{
    border-radius: 4px;
    text-align: center;
}
.cart-summary-page .cart-coupon input[type="submit"]{
    background: #32D762;
    border-radius: 100px;
    border: none;
    box-shadow: none;
    width: 62px;
    height: 36px;
    color: #FFF;
    font-weight: bold;
}
.cart-summary-page .affiliate-discount{
    display: block;
    height: 20px !important;
    line-height: 20px !important;
    width: 100%;
    text-align: right;
    display: block !important;
}
#page .moto_models{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#page .moto_models .moto{
    width: 224px;
}
#page .moto_models .moto img{
    max-width: 100%;
}
#page .moto_models .moto a{
    display: block;
}
#page .moto_models .moto a div{
    font-size: 17px;
    text-align: center;
    display: block;
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    height: 40px;
    font-weight: normal;
    line-height: 36px;
    background: url(../img/models_str.svg) no-repeat;
    background-position: 96% 10px;
}
.sub-categories.pop_models .links{
    margin-bottom: 14px;
    margin-top: 9px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px;
}
.sub-categories.pop_models .links .item{
    margin: 0;
    border: 1px solid #EAEAEA;
    background: none;
    height: 100%;
    width: 100%;
    min-height: 36px;
}
.sub-categories.pop_models .links .h4,
.sub-categories.pop_models .links .links{
    grid-column-start: 1;
    grid-column-end: -1;
}
.pop_models .links .item{
    display: flex;
    align-items: center;
}
.pop_models .links .item span{
    width: 100%;
}
.sub-categories.pop_models .h2{
    text-align: left;
}
.search_page{
    padding-top: 30px;
}
.search_page .searchpro__page-title span,
.search_page .searchpro__page-title h1{
    display: inline-block;
    font-size: 28px !important;
}
.search_page .searchpro__page-title h1{
    color: #E80000;
    margin-left: 10px;
    padding-bottom: 10px;
}
.searchpro__page-content #product-list > .top{
    justify-content: flex-end;
}
.searchpro__page-sort{
    margin-bottom: -34px !important;
}
.searchpro__page-sort_list li{
    width: 100%;
}
.c_description p{
    margin-bottom: 10px;
}
.c_description ul{
    list-style: outside;
    margin-bottom: 10px;
    padding-left: 20px;
}
.c_description {
    line-height: 24px;
}
.c_description .more{
    display: none;
}
.c_description.not_open{
    max-height: 500px;
    overflow: hidden;
    position: relative;
}
.c_description.not_open .more{
    display: inline-block;
}
.c_description.not_open .more{
    border: 2px solid #BFBFBF;
    border-radius: 100px;
    height: 28px;
    padding: 0 20px;
    line-height: 26px;
    color: #747474;
    float: right;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    box-shadow: 0 0 18px 20px #FFF;
    z-index: 100;
}
.moto_desc{
    display: flex;
    justify-content: space-between;
}
.moto_desc .h2{
    padding-bottom: 26px;
}
.moto_desc > div{
    margin-right: 20px;
}
.moto_desc > div:last-child{
    margin-right: 0;
}
.moto_desc div.table{
    display: table;
}
.moto_desc div.table > div{
    display: table-row;
}
.moto_desc div.table > div > span{
    display: table-cell;
    white-space: nowrap;
    line-height: 160%;
}
.moto_desc div.table > div > span:first-child{
    padding-right: 15px;
}
.moto_desc div p{
    padding-bottom: 20px;
}
.moto .image{
    margin-right: 20px;
}
.timer{
    height: 159px;
    background: url("../img/timer.svg") repeat-x;
    padding-top: 20px;
}
.timer .container{
    display: table;
    padding: 10px 46px;
    background: #CC0000;
    width: auto;
}
.timer p{
    color: #FFF;
    font-size: 22px;
    text-align: center;
    margin-bottom: 11px;
}
.baner_akcii {
    /*background: #000;*/
    margin-bottom: 53px;
}
.akcii_description p,
.akcii_description .h1{
    margin-bottom: 20px;
}
.countDays,
.countHours,
.countMinutes,
.countSeconds{
    position: relative;
}
.countDays:after,
.countHours:after,
.countMinutes:after,
.countSeconds:after{
    font-size: 15px;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    text-align: center;
    font-weight: normal;
}
.countDays:after{
    content: 'Дней';
}
.countHours:after{
    content: 'Часов';
}
.countMinutes:after{
    content: 'Минут';
}
.countSeconds:after{
    content: 'Секунд';
}
.akcii_list{
    display: flex;
    flex-wrap: wrap;
}
.akcii_list > div{
    width: 100%;
    float: left;
    margin-top: 34px;
}
.akcii_list > div > div{
    float: left;
    width: 28%;
    padding-top: 40px;
}
.akcii_list > div .img{
    max-width: 69%;
    width: 69%;
    height: 400px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    display: block;
    background-position: center center !important;
    float: left;
    margin-right: 2%;
}
.akcii_list > div > .h2{
    width: 100%;
    margin-bottom: 20px;
}
.akcii_list .datetime{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.akcii_list .datetime span{
    display: block;
    width: 100%;
}
.akcii_list a.all{
    float: left;
}
.privat_b{
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 15px;
    display: flex;
    margin-top: 15px;
}
.privat_b img{
    max-height: 40px;
}
.privat_b > div:first-child{
    margin-right: 20px;
}
.privat_b strong{
    display: block;
}
.category-desc img,
.c_description img{
    max-width: 100%;
}
.category-desc table,
.c_description table{
    border-collapse: collapse;
}
.category-desc table td,
.c_description table td{
    border: 2px solid #999;
    padding: 2px 3px;
}
.category-desc table th,
.c_description  table th{
    background: #aaa;
    border: 2px solid #aaa;
}
.home_posts.video_r iframe{
    max-width: 100%;
    max-height: 210px;
}
.post{
    outline: none;
}
.home_posts.video_r .post{
    margin-right: 20px;
    position: relative;
}
.home_posts.video_r .post:last-child{
    margin-right: 0;
}
.home_posts.video_r .post .date{
    left: 0;
}
.home_posts.video_r .post .h3 {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.rating_iz{
    padding-left: 20px;
}
.rev_count, .rating_iz{
    font-size: 13px !important;
    display: inline-block;
    padding-left: 5px;
    color: #747474;
}
.hide_button{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    opacity: 0.9;
}
.hide_button.show{
    display: block;

}
.hide_button > div, .hide_button button.green_button{
    margin: auto !important;
    width: 95% !important;
    margin: 10px !important;
}
.hide_button > div:active, .hide_button > div:hover,
.hide_button button.green_button:active, .hide_button button.green_button:hover{
    opacity: 1;
}
.hide_button > div > span,
.hide_button button.green_button > span{
    position: absolute;
    right: 20px;
}
.product-info .description ul{
    list-style: disc;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.product-info .description p{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.pnotice_active{
    background: none !important;
    box-shadow: none !important;
}
.pnotice_active .pnotice__w{
    width: 355px;
    max-width: 100%;
    margin: auto;
    background: #fff;
    box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px 40px;
}
.pnotice .d_info{
    color: #634D2A;
    border-radius: 5px;
    padding: 10px 10px 10px 53px;
    background: url("../img/sm.png") 10px center no-repeat #FFF3D3;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 12px;
}
.pnotice .pnotice__img img{
    width: 65px !important;
}
.pnotice .pnotice__img {
    margin-right: 17px;
    width: 65px;
}
.pnotice .pnotice__name{
    width: calc(100% - 82px);
}
.pnotice .pnotice__product{
    margin-bottom: 12px;
}
.pnotice .f_name{
    font-size: 15px;
    display: block;
}
.pnotice .pnotice__input{
    border: 2px solid #BFBFBF;
    border-radius: 4px;
    padding: 0 10px;
    width: 100%;
    margin: 5px 0 12px;
}
.pnotice .pnotice__button{
    color: #FFF;
    background: #32D762;
    box-shadow: 0px 4px 15px rgba(50, 215, 98, 0.35);
    border-radius: 18px !important;
    width: 100%;
    border: none;
    height: 38px !important;
    font-weight: bold !important;
    font-size: 17px !important;
}
.pnotice .pnotice__politika{
    display: none;
}
.pnotice .pnotice__buttonClose{
    background: #F4F4F4;
    width: 100%;
    border: none;
    border-radius: 18px !important;
    height: 38px !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
#language-panel {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 14, 31, 0.9);
    backdrop-filter: blur(10px);
    color: #FFF;
    z-index: 9999;
}
#language-panel > div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 1em 0;
    padding: 0 0.5em;
}
#language-panel > div:first-child:before, #language-panel > div:first-child:after {
    display: block;
    content: " ";
    width: 2em;
    height: 1em;
    background-color: #0079E8;
    border-radius: 3px;
}
#language-panel > div:first-child:after {
    background-color: #FFB800;
}
#language-panel > div:last-child > div {
    display: inline-block;
    line-height: 2em;
    padding: 0 1em;
    font-weight: bold;
    color: #000E1F;
    background-color: #FFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
#language-panel > div:last-child > div:first-child {
    margin-right: 1em;
}
#language-panel > div:last-child > div:last-child {
    background: none;
    color: rgba(255,255,255,0.5);
}