:root{
    --top-bg: linear-gradient(90deg, #1c4898 -4.29%, #2155b3 26.34%, #2c61c3 54.6%, #295ab4 102.3%);
    --head-top-bg: linear-gradient(90deg, #f4f7f0 -4.29%, #fdfffa 26.34%, #f9f9f8 54.6%, #f4f7f0 102.3%);
    --btn-gradient: linear-gradient(90deg, #f9f9f8 -4.29%, #f4f7f0 54.6%, #f4f7f0 102.3%);
    --btn-gradient-2: linear-gradient(90deg, #ebebea -4.29%, #e2e5df 54.6%, #dee1db 102.3%);
    --bg-color:#f7f6ee;
    --bg-color-2: #dfddcf;
    --bg-wrapper:#e7e5d6;
    --bg-wrapper-2: #dad8ca;
    --aside-zero: #cdcbbe;
    --width: 1500px;
    --link: #2155b3;
    --link-hover: #2f67cf;
    --aside-bg: #56595e;
    --aside-bg-2: rgba(89,89,94, .95);
    --bg-wrapper-2-op: rgba(218,216,202, .95);
    --shadow:0 2px 5px 1px rgba(0, 0, 0, .2);
    --inshadow:0 5px 30px -20px rgba(0, 0, 0, .25);
    --inshadowdark:0 5px 30px -20px rgba(0, 0, 0, 1);
    --inshadowwhite:0 5px 30px -20px #fff;
    --show: form_show ease-out .3s 1;
    --aside-width:300px;
    --aside-width-2:260px;
    --head-height:80px;
    --sitescroll-head-height:60px;
    --aside-border-color:#76797e;
    --active-counter:#fe6c26;
    --right-aside-width:295px;
    --right-aside-width-2:240px;
    --padding:35px;
    --padding-20:20px;
}
@font-face{
    font-family:'Icons';
    src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'Cafe';
    src:url('../fonts/CafeParisC.ttf');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'Text';
    src:url('../fonts/Ptrootui.ttf');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'Head';
    src:url('../fonts/Ubuntu-Regular.ttf');
    font-weight:normal;
    font-style:normal;
}
html{

    max-width:100%;
    height: 100%;
    margin:0;
    padding:0;
    scroll-behavior: smooth;
}
body{
    font-family:'Text';
    margin:0;
    padding:0;
    background: var(--bg-color);
    font-size:15px;
    font-weight:normal;
    line-height: 1.35;
    color:#333;
    width:100vw;
    height:100%;
    touch-action: pan-y;
    overflow-x:hidden;
    overflow-y: scroll;
    margin-left:calc(-1 * (100vw - 100%) / 2);
}
body *::-webkit-scrollbar {
    width: 2px;
    background:transparent;
}
body *::-webkit-scrollbar-track {
    margin-right:8px;
    background: var(--aside-zero);
}
aside *::-webkit-scrollbar-track {
    background: var(--aside-zero);
}
body *::-webkit-scrollbar-thumb {
    background: var(--link-hover);
}
aside *::-webkit-scrollbar-thumb {
    background: var(--link-hover);
}

.icms-widget__transparent>.card-header:before, .icms-widget__square>.card-header:before{
    background:var(--aside-bg);
}
.card-header{
    border-bottom: 1px solid var(--aside-zero);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
body.is_fixed,
.fix_body{
    position:fixed;
    left:0;
    overflow: hidden;
    overflow-y: scroll;
}
.loader{
    width: 44px;
    height: 10px;
    position: fixed;
    top: calc(50% - 5px);
    left: calc(50% - 22px);
    z-index:10000;
}
.dot{
    display:block;
    width:10px;
    height:10px;
    background:#cdc8c8;
    margin:0 7px 0 0;
    border-radius:50%;
    float:left;
}
.cart_submit .loader,
.order_form_submit .loader,
.search_results .loader{
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    float: right;
    margin: 17px 0 0 15px;
}
.search_results .loader{
    float: none;
    margin: 10px auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.dot1{
    animation:loader1 ease-in-out 1s infinite;
}
.dot2{
    animation:loader2 ease-in-out 1s infinite;
}
.dot3{
    margin-right:0;
    animation:loader3 ease-in-out 1s infinite;
}
@keyframes loader1{
    from{
        opacity:0;
    }
    25%{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes loader2{
    from,15%{
        opacity:0;
    }
    40%{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes loader3{
    from,30%{
        opacity:0;
    }
    55%{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes form_show{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}
.owl-theme .owl-dots .owl-dot span{
    background: var(--aside-border-color)!important;
    transition: all ease .15s;
    width: 8px!important;
    height: 8px!important;
    margin: 5px 5px!important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--active-counter)!important;
}
#scroll-top{
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--btn-gradient-2)!important;
    color:#333!important;
    opacity: 0.7!important;
    border: 0;
    border-radius: var(--radius)!important;
    font-size: 18px;
    padding: 0;
    transition:all ease .15s;
    transform: translateY(15px);
    z-index:90;
}
#scroll-top:hover{
    opacity:1!important;
    color:var(--link-hover)!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Head';
}
h1{
    font-size: 36px;
    margin: 0;
    padding: 0;
}
h1 i{
    color:var(--link);
}
h2 {
    font-size: 32px;
    margin-bottom: var(--padding-20);
}
h3{
    font-size:24px;
    font-weight: normal;
}
a{
    color:var(--link);
    text-decoration: none!important;
    transition:all ease .15s;
}
a:hover{
    color:var(--link-hover);
}
a[href^="tel:"]{
    white-space: nowrap;
}
p{
    width:100%;
    clear:both;
}
.menu_toolbar{
    position:fixed;
    z-index:10000;
    right:0;
    top:300px;
    width:40px;
    height:40px;
    line-height: 40px;
    font-size:20px;
    text-align: center;
    background:var(--link);
    cursor:pointer;
    color:#fff;
    opacity:0.7;
    transition: all ease .15s;
}
.menu_toolbar:hover{
    opacity:1;
}
.menu_toolbar ul{
    text-align: left;
    color:#333;
    opacity:0;
    visibility:hidden;
    position:absolute;
    right:100%;
    top:0;
    background:#fff;
    padding: 7px 15px;
    box-shadow: var(--shadow);
    font-size: 14px;
}
.menu_toolbar:hover ul{
    display:inline-block;
    transition: all ease-out .15s;
    opacity:1;
    visibility:visible;
}
.menu_toolbar li{
    float: none;
    clear: both;
    line-height: 24px;
    padding: 3px 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
}
.menu_toolbar li:last-child{
    border-bottom: 0;
}
.menu_toolbar a{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #333;
    white-space: nowrap;
    padding:0;
}
.menu_toolbar a:hover{
    color:var(--link-hover);
}
header{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    height:var(--head-height);
    background: #fff;
    z-index: 100;
    transition:height ease .15s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    box-shadow: var(--inshadow);
}
.sitescroll header{
    height:var(--sitescroll-head-height);
}
.header{
    width: 100%;
    max-width:var(--width);
    margin:0 auto;
}
.logo_small{
    display:none;
}
.logo{
    display:block;
    width:var(--aside-width);
    height:var(--head-height);
    padding:0 var(--padding-20);
    background:var(--top-bg);
    float: left;
}
.logo:hover{
    filter: brightness(110%);
}
.logo img{
    width:100%;
    height:100%;
    object-fit: contain;
    padding: 15px 25px;
}

.city_section{
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 36px;
    line-height: 36px;
    background: var(--link-hover);
    padding: 0 15px;
    margin: calc((var(--head-height) - 36px) / 2) 0 0 30px;
    color: #fff;
    cursor: default;
    position:relative;
    transition: margin ease .015s;
}
.sitescroll .city_section{
    margin: calc((var(--sitescroll-head-height) - 36px) / 2) 0 0 30px;
}
.header_menu,
.head_contacts{
    float:left;
    display:inline-block;
    vertical-align: top;
    line-height: 36px;
    margin:calc((var(--head-height) - 36px) / 2) 30px 0 30px;
    transition: margin ease .015s;
}
.sitescroll .header_menu,
.sitescroll .head_contacts{
    margin:calc((var(--sitescroll-head-height) - 36px) / 2) 30px 0 30px;
}
.head_contacts{
    /*width: calc((100% - var(--aside-width)) / 2);*/
    width: 390px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 0;
    height: var(--head-height);
    align-items: center;
    transition: margin ease .015s, margin-top ease .015s, height ease .15s;
}
.sitescroll .head_contacts{
    height: var(--sitescroll-head-height);
    margin-top: 0;
}
.header_contact{
    text-align: center;
}
.header_contact a{
    color:#333;
    display: flex;
    align-items: center;
    cursor:default;
}
.header_email a{
    cursor:pointer;
}
.header_email a:hover{
    color:var(--link-hover);
}
.header_contact svg{
    font-size:18px;
    color:var(--link);
    margin-right:5px;
}
.header_contact_hint{
    line-height: 14px;
    font-size: 12px;
    margin-top: -5px;
    color:#999;
}
.header_contact_hint .hint_btn{
    color:var(--link);
    cursor:pointer;
    transition: all ease .15s;
    border-bottom:1px solid #fff;
}
.header_contact_hint .hint_btn:hover{
    color:var(--link-hover);
    border-bottom:1px solid var(--link-hover);
}
.header_menu nav ul{
    margin:0;
    padding:0;
}
.header_menu nav li,
.city_section li{
    list-style-type: none;
    float:left;
    margin-left:30px;
    position:relative;
}
.city_section li{
    margin-left:0;
}
.header_menu nav a,
.city_section li a{
    color:#333;
    display:inline-block;
    vertical-align: top;
    height:36px;
    white-space: nowrap;
}
.header_menu nav li.more > a:before{
    content:'\f0c9';
    font-family: 'Icons';
    font-size: 21px;
    display:block;
    width:36px;
    text-align:center;
}
.header_menu nav li ul,
.cities_list{
    position:absolute;
    top:calc(100% + 5px);
    right:0;
    display:inline-block;
    visibility:hidden;
    opacity:0;
    vertical-align: top;
    background:#fff;
    box-shadow: var(--shadow);
}
.cities_list{
    right:auto;
    left:0;
    padding: 0;
}
.header_menu nav li:hover > ul,
.city_section:hover .cities_list{
    top:calc(100% - 5px);
    visibility:visible;
    opacity:1;
    transition:all ease .25s;
    padding:10px 0;
}
.city_section:hover .cities_list{
    top:100%;
}
.header_menu nav li li,
.city_section li{
    margin:0;
    line-height: 1;
}
.header_menu nav li li a,
.city_section li a{
    line-height: 1.2;
    height:auto;
    padding:5px 15px;
}
.header_menu nav li:hover > a,
.header_menu nav a:active,
.header_menu nav a:focus,
.header_menu nav .active a,
.city_section li a:hover{
    color:var(--link-hover);
}
.header_menu nav > ul > .active > a{
    border-bottom:2px solid;
}
.head_cart{
    float:right;
}
.head_cart a{
    display: flex;
    height: var(--head-height);
    background: var(--link-hover);
    padding: 0 15px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: height ease .15s;
}
.sitescroll .head_cart a{
    height: var(--sitescroll-head-height);
}
.head_cart a:hover{
    background: var(--link);
}
.cart_top{
    line-height:20px;
}
.header_btn_counter{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    text-align: center;
    background: var(--active-counter);
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    border-radius:50%;
    margin-top:5px;
}
.header_btn_counter.counter_empty_cart{
    background: var(--aside-bg);
    color:var(--bg-color);
}
.head_cart .icms-svg-icon{
    font-size: 30px;
    margin-right: 3px;
}




.wrapper{
    width: 100%;
    max-width:var(--width);
    margin:var(--head-height) auto 0 auto;
    transition:margin ease .15s;
}
.sitescroll .wrapper{
    margin:var(--sitescroll-head-height) auto 0 auto;
}
aside{
    width:var(--aside-width);
    float:left;
    background:var(--aside-bg);
    height:calc(100vh - var(--head-height));
    position:fixed;
    margin-top:0;
    transition:margin-top ease .15s;
}
.sitescroll aside{
    margin-top: calc(var(--head-height) - var(--sitescroll-head-height));
}
.aside_search{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.search_results{
    display:none;
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    height: calc(100% - 87px);
}
.aside_search.search_active .search_results{
    display: inline-block;
    vertical-align: top;
}


.search_results_header{
    height:36px;
    line-height: 36px;
    padding:0 15px;
    background:var(--bg-wrapper-2);
    position: relative;
}
.search_form_close{
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    cursor:pointer;
    opacity:.5;
    transition: all ease .15s;
}
.search_form_close:hover{
    opacity:1;
}
.search_form_close:after,
.search_form_close:before{
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    position: absolute;
    background: var(--active-counter);
    top: 9px;
    left: 18px;
    transform: rotate(45deg);
}
.search_form_close:before{
    transform: rotate(-45deg);
}
.search_results_body{
    position: absolute;
    width: calc(100% - 30px);
    overflow-y: auto;
    height: calc(100% - 46px);
    background: #fff;
    margin: 5px 15px;
    padding-right: 10px;
}
.live_search_item{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 5px 0;
    clear:both;
}
.live_search_item img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
    float:left;
}
.live_search_item .search_prices{
    white-space: nowrap;
    padding-right: 10px;
    float:left;
    width:calc(100% - 55px);
    line-height: 40px;
    font-size: 18px;
}
.live_search_item .list_item_title{
    line-height: 1.2;
    width:100%;
    display: inline-block;
    vertical-align: top;
}
.live_search_item span{
    display:block;
}
.live_search_more{
    display: block;
    margin: 10px 0;
    text-align: center;
    width:100%;
}
.search_page_form{
    display:inline-block;
    vertical-align: top;
    width:100%;
    margin-top:15px;
}
.search_input{
    height: 36px;
    padding: 0 10px;
    width: calc(var(--aside-width) - 36px);
    float: left;
    border: 0;
    border-right: 0;
    outline: none !important;
    background: var(--bg-wrapper);
    transition: all ease .15s;
}
.search_page_form button{
    width:36px;
    height:36px;
    border:0;
    text-align: center;
    line-height: 36px;
    color:#fff;
    outline: none !important;
    background:var(--link);
    transition:all ease .15s;
}
.search_page_form button:hover{
    background:var(--link-hover);
}
.aside_search.search_active .search_input,
.search_input:focus{
    background: #fff;
}
.search_btn{
    width: 36px;
    float: left;
    height: 36px;
    border: 0;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    background: var(--link-hover);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .15s;
}
.search_btn:hover{
    background: var(--link);
}
.aside_widgets{
    width: 100%;
    clear: both;
    float: none;
    display: inline-block;
    vertical-align: top;
    color:#fff;
    overflow-y:auto;
    max-height:calc(100% - 130px);
    padding: 0 var(--padding-20) var(--padding-20) var(--padding-20);
}

.aside_widgets ul{
    margin:var(--padding-20) 0 0 0;
    padding:0;
}

.aside_widgets li{
    margin:0;
    padding:0;
    list-style-type: none;
}
.aside_widgets a{
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.2;
    background:rgba(0, 0, 0, 0);
}
.aside_widgets a:hover,
.aside_widgets .active a,
.aside_widgets a:active{
    background:rgba(0, 0, 0, .15);
    padding-left:10px;
}

.aside_btns{
    display: flex;
    justify-content: space-around;
    margin-top:10px;
}
.aside_btn{
    width:50%;
}
.aside_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    height:24px;
    line-height: 24px;
    font-size: 14px;
}
.aside_btn_title{
    margin:0 3px;
}
.aside_btn svg{
    font-size:16px;
}
.aside_counter,
.aside_btn svg{
    color:var(--active-counter);
}
.aside_counter{
    min-width: 16px;
}
.aside_btn a.count_zero,
.aside_btn a.count_zero .aside_counter,
.aside_btn a.count_zero svg{
    color:var(--aside-zero);
}
.aside_btn a:hover{
    color:var(--active-counter);
}

.aside_copyright{
    position: fixed;
    bottom: 0;
    height: 50px;
    width: var(--aside-width);
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    border-top: 1px solid var(--aside-border-color);
    background: rgba(0, 0, 0, .2);
    text-align: center;
}
.aside_copyright a{
    color:var(--bg-wrapper);
}
.aside_copyright a:hover{
    color:#fff;
}
main{
    width:calc(100% - var(--aside-width));
    float:left;
    position:relative;
    margin-left: var(--aside-width);
    background: var(--bg-wrapper);
    min-height:calc(100vh - var(--head-height));
    display:inline-block;
    vertical-align: top;
    transition:min-height ease .15s;
}
.sitescroll main{
    min-height:calc(100vh - var(--sitescroll-head-height));
}
.head_alert{
    display: inline-block;
    vertical-align: top;
    background: var(--active-counter);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 9px var(--padding);
    position: fixed;
    width: calc(var(--width) - var(--aside-width));
    max-width:calc(100% - var(--aside-width));
    z-index: 5;
    top: var(--head-height);
    transition:top ease .15s;
}
.sitescroll .head_alert{
    top: var(--sitescroll-head-height);
}
.head_alert_content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width:calc(100% - 75px);
}
.head_alert_close{
    position:absolute;
    width:32px;
    height:32px;
    text-align:center;
    line-height: 32px;
    right:var(--padding);
    top: calc(50% - 16px);
    cursor:pointer;
    color:rgba(255,255,255,.6);
    transition: all ease .15s;
}
.head_alert_close:hover{
    color:rgba(255,255,255,1);
}
.head_alert_content svg{
    margin-right:5px;
    font-size:16px;
}
#breadcrumbs{
    display:inline-block;
    vertical-align: top;
    width:100%;
}
#breadcrumbs ul{
    margin:0 var(--padding);
    padding:13px 0 0 0;
}

#breadcrumbs li{
    list-style-type: none;
    float:left;
    padding:0;
    margin:5px 5px 0 0;
}
#breadcrumbs a{
    display:inline-block;
    vertical-align: top;
    background:var(--bg-color);
    font-size:14px;
    line-height:18px;
    padding:5px 10px;
    color:#333;
}
#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a.lastitem{
    background: #fff;
}
#controller_wrap{
    padding: 0 var(--padding);
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: var(--padding-20);
}
#controller_wrap.aside_on{
    width: calc(100% - var(--right-aside-width));
    float:left;
}
.right_aside{
    width: var(--right-aside-width);
    float:left;
    margin-top: var(--padding-20);
    padding-right:var(--padding);
}
.content_list_item{
    background:#fff;
    height:64px;
    position:relative;
}
.compare_list .content_list_item{
    height:auto;
    display:inline-block;
    vertical-align: top;
}
.content_list_item+.content_list_item{
    margin-top: 15px;
}
.content_list_item .content_images{
    float:left;
    margin-right:15px;
}
.list_item_btns{
    position:absolute;
    right:0;
    top:0;
    width:32px;
    height:64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list_item_btn{
    width:32px;
    height:32px;
    line-height: 32px;
    text-align: center;
    cursor:pointer;
    color:var(--aside-zero);
    transition: all ease .15s;
}
.list_item_btn.active,
.list_item_btn:hover{
    color:var(--active-counter);
}
.compare_list .product_remove{
    color:#333;
    transition: all ease .15s;
    cursor:pointer;
}
.compare_list .product_remove:hover{
    color:var(--active-counter);
}
.list_item_left{
    display: inline-block;
    float: left;
    width: calc(100% - 382px);
}
.compare_list .list_item_left{
    width:100%;
}
.list_item_title{
    font-size: 16px;
    color: #333;
    height: 64px;
    display: flex;
    align-items: flex-start;
    line-height: 18px;
    flex-direction: column;
    justify-content: center;
    transition: all ease .15s;
    padding-right: 15px;
}
.compare_list .list_item_title{
    line-height:16px;
    padding-right:10px;
    font-size:15px;
}
.list_item_left:hover .list_item_title{
    color:var(--active-counter);
}
.list_item_article{
    font-size:12px;
    color: var(--link-hover);
}
.compare_list .list_item_article{
    color:#333;
}
.compare_list_bottom{
    background: var(--bg-color-2);
    height: 32px;
    line-height: 32px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
}
.list_item_prices{
    float: left;
    height: 64px;
    width: 100px;
    background: var(--bg-color-2);
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
}
.compare_list .list_item_prices{
    width:100%;
}
.list_price_unit{
    font-size: 12px;
}
.cart_form{
    height: 64px;
    display: flex;
    width: 240px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    float: left;
    text-align: center;
}
.compare_list .cart_form{
    width:100%;
}
.cart_form_calc{
    width: 112px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cart_form_calc input,
.order_form_field input,
.search_page_form input,
.order_form_comment,
.call_form_input{
    height:32px;
    border:1px solid var(--bg-wrapper);
    background: var(--bg-wrapper);
    width:48px;
    text-align: center;
    transition: all ease .15s;
    outline: none!important;
    color:#333;
}
.order_form_field input.input_error,
.call_form_input.call_form_error{
    background: var(--active-counter);
    border:1px solid var(--active-counter);
}
.call_form_input,
.order_form_field input,
.order_form_comment{
    width:100%;
    text-align:left;
    padding:0 10px;
}
.order_form_comment{
    line-height:18px;
    height:64px;
    padding:5px 10px;
}
.search_page_form input{
    height:36px;
    text-align:left;
    width: calc(50% - 36px);
    border:0;
    float:left;
    background:var(--bg-color);
    padding:0 10px;
}
.cart_form_calc input::selection,
.order_form_field input::selection,
.search_page_form input::selection,
.order_form_comment::selection,
.call_form_input::selection{
    color: #333;
    background: #fff;
}
.cart_form_calc input:focus,
.order_form_field input:focus,
.search_page_form input:focus,
.order_form_comment:focus,
.call_form_input:focus{
    background: #fff;
}
.cart_form_calc_btn{
    height:32px;
    line-height: 32px;
    width:32px;
    text-align: center;
    -webkit-user-select: none!important;
    user-select: none!important;
    cursor:pointer;
    transition: all ease .15s;
    color:var(--aside-border-color);
}
.cart_form_calc_btn:hover{
    color:var(--active-counter);
}
.cart_submit{
    display:inline-block;
    vertical-align: top;
    white-space: nowrap;
    height:32px;
    line-height: 32px;
    padding:0 10px;
    background:var(--link);
    cursor:pointer;
    transition:all ease .15s;
    color:#fff;
    margin-left: 10px;
}
.cart_submit:hover{
    background:var(--link-hover);
}

.pagebar{
    margin:var(--padding) 0 0 0;
    padding:0;
    display:flex;
    justify-content: center;
}

.pagebar li{
    margin:0 5px;
    padding:0;
    list-style-type: none;
}

.pagebar a,
.pagebar li > span{
    display:flex;
    justify-content: center;
    align-items: center;
    width:32px;
    height:32px;
    text-align: center;
    font-size:14px;
    background: var(--bg-color);
    color:#333;
    transition:all ease .15s;
}
.pagebar a:hover{
    background: #fff;
}
.pagebar li > span{
    font-size:18px;
    background: #fff;
    color:var(--active-counter);
}
.pagebar svg{
    font-size: 16px;
    vertical-align: middle;
}






footer{
    width:100%;
    display:inline-block;
    vertical-align: top;
    margin-top:var(--padding);
    background:var(--top-bg);
    color:#fff;
    padding:var(--padding) var(--padding) 10px var(--padding);
}
footer a{
    color:#fff;
}
.footer{
    display: flex;
    justify-content: space-between;
}
.payments_block{
    margin: var(--padding) 0 0 0;
    border-top: 1px solid var(--link-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    padding: 10px 0 0 0;
}
footer .nav-item{
    border-bottom:1px solid var(--link-hover);
}
footer .nav-item:last-child{
    border-bottom:0;
}
footer .nav-link{
    color: #fff!important;
    padding:5px 0;
}
footer .nav-link:hover,
footer .nav-link:active,
footer .nav-link.active{
    background: var(--link-hover);
    padding:5px 7px;
}
.footer_1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer_1 img{
    width:180px;
    margin-bottom: 10px;
}
.footer_phone{
    color:#fff!important;
    font-size:20px;
    cursor: default;
    line-height: 28px;
}
.footer_call_btn{
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    background: var(--link);
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    cursor: pointer;
    transition:all ease .15s;
}
.footer_call_btn:hover{
    background: var(--link-hover);
}
.footer_email,
.footer_privacy{
    border-bottom:1px dashed;
    color:#fff!important;
    font-size:20px;
}
.footer_privacy{
    font-size:12px;
}
.footer_email:hover,
.footer_privacy:hover{
    border-bottom:1px dotted;
}
.footer_worktime{
    margin:15px 0;
}
.alert-info{
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.right_aside{
    font-size:14px;
}
.right_aside ul{
    margin:0;
    padding:0;
}
.right_aside ul ul{
    margin-bottom:7px;
}
.right_aside li{
    list-style-type: none;
    margin:0;
    padding:0;
}
.right_aside ul a {
    display:block;
    font-size:14px;
    color:#333;
    line-height: 18px;
    padding:7px 10px;
    background:#fff;
    margin:0 0 5px 0;
}

.right_aside ul ul a{
    padding: 3px 0 3px 20px;
    background:transparent;
    margin:0;
    line-height: 16px;
}

.right_aside a:hover,
.right_aside a:active,
.right_aside a.is_active{
    color:var(--link-hover);
}
.right_aside .card-body{
    padding-top:10px;
}
.right_aside .card{
    margin-bottom:var(--padding);
}
.right_aside p{
    margin:0;
}
.chosen-container-multi .chosen-choices,
.chosen-container-multi .chosen-choices .search-choice{
    border-radius:0;
    border-color:var(--aside-zero);
    color:#333;
    background:#fff;
}
.chosen-container-multi .chosen-choices .search-choice{
    padding: 0.27rem 1.5rem 0.25rem 0.25rem;
}
.right_aside label{
    font-weight:normal!important;
    color:#333;
}
.right_aside .chosen-container .chosen-drop{
    font-size:14px;
    border-radius:0;
    border: 1px solid var(--aside-zero);
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close{
    top: 0.13rem;
    color:var(--active-counter)!important;
}
.right_aside .btn{
    font-weight:normal;
    border:0;
    padding:9px 10px;
    line-height:14px;
    font-size:14px;
    border-radius:0;
}
.right_aside .cancel_filter_link{
    background: var(--aside-zero);
    color:#fff;
    font-size:16px;
    line-height: 32px;
    width:32px;
    padding:0;
    display:flex;
    align-items: center;
    justify-content: center;
}
.right_aside .cancel_filter_link:hover{
    background:var(--active-counter);
    color:#fff;
}
.right_aside .buttons{
    justify-content: space-between;
}
.content_item{
    display: inline-block;
    vertical-align: top;
    width:100%;
    margin-top:15px;
}
.content_body{
    float:none;
    clear: both;
}
.item_info_bar{
    font-size:14px;
    display: inline-block;
    vertical-align: top;
    width:100%;
}
.item_info_bar > span{
    float:left;
    margin-left:15px;
}
.item_info_bar .item_article{
    margin-right:var(--padding-20);
    margin-left:0;
}
.item_info_bar .item_views{
    float:right;
    margin-left:0;
}
.item_top_btn{
    cursor:pointer;
    transition: all ease .15s;
    white-space: nowrap;
}
.item_top_btn:hover,
.item_top_btn_on{
    color:var(--link-hover);
}
.item_top_btn_on svg{
    color:var(--active-counter);
}
.content_item .content_image{
    width: calc(100% - 295px);
    float: left;
    margin-right: 15px;
    height:280px;
    overflow: hidden;
}
.content_item .content_image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.content_item .content_row{
    width:100%;
    display:inline-block;
    vertical-align: top;
    margin-top:15px;
    background:#fff;
    padding:25px var(--padding);
    font-size:16px;
}
.content_item .content_row.top_row{
    padding: 0;
    background:transparent;
    margin-top:10px;
}
.content_item .content_right{
    width:280px;
    padding:var(--padding);
    float: right;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}
.content_item .content_right.cr_noimg{
    width:100%;
    height: auto;
    float: none;
}
.content_item .item_price{
    font-size:44px;
}
.content_item .item_price_unit{
    font-size:20px;
}
.content_item .cart_form{
    flex-direction: column;
    margin-top: 15px;
}
.content_item .cart_form_calc{
    justify-content: center;
    flex-direction: row;
    width: 100%;
}
.content_item .cart_form_total{
    font-size: 14px;
    margin-top: 15px;
}
.content_item .cart_added_text{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
}
.content_item .remove_from_cart{
    cursor:pointer;
    color:var(--aside-zero);
    transition:all ease .15s;
}
.content_item .remove_from_cart:hover,
.content_item .remove_from_cart:active{
    color:var(--active-counter);
}
.content_item .mc-filter-title{
    display:inline-block;
    vertical-align: top;
    width:100%;
    float:none;
    clear:both;
    margin-top:15px;
}
.content_item .mc-filter-button{
    font-size:14px;
    line-height: 32px;
    white-space: nowrap;
    padding:0 10px;
    background:var(--bg-color-2);
    cursor:pointer;
    transition:all ease .15s;
    margin:5px 5px 5px 0;
    float:left;
    display:block;
    color:#333;
}
.content_item .mc-filter-button:hover,
.content_item .mc-filter-button:active,
.content_item .mc-filter-button.mc-active{
    background:var(--active-counter);
    color:#fff;
}
.content_item .mc-filter-button.mc-active{
    cursor:default;
}
.content_item .filter_row h2{
    margin-bottom:0;
}










.review_form_name,
.review_form_textarea{
    border-radius: 0;
    border:1px solid var(--aside-zero);
    color: #333;
    background: #fff;
    outline:none;
    height:32px;
    padding:0 10px;
    transition:all ease .15s;
    width:100%;
}
.review_form_name:focus,
.review_form_name:active,
.review_form_textarea:active,
.review_form_textarea:focus{
    border:1px solid #333;
}

.review_form_textarea{
    height: 120px;
    line-height: 20px;
    padding: 10px !important;
    margin-top: 10px;
}
.reviews_title{
    display:inline-block;
    vertical-align: top;
    width: 100%;
}
.reviews_title h2{
    float:left;
}
.reviews_add_btn,
.reviews_form_btn{
    float: right;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    margin-top: 5px;
    background: var(--link);
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
    transition: all ease .15s;
    border-radius:var(--radius);
}
.reviews_form_btn{
    float:none;
    margin:0;
}
.reviews_form_cancel{
    background: var(--bg-wrapper);
    color:#333;
}
.reviews_add_btn:hover,
.reviews_form_btn:hover{
    background: var(--link-hover);
}
.reviews_form_cancel:hover{
    background: var(--active-counter);
    color:#fff;
}
.reviews_item{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    clear: both;
    margin-top:var(--padding);
}
.reviews_item:first-child{
    margin-top:0;
}
.reviews_item_head{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    clear: both;
    height:40px;
    line-height: 18px;
    font-size:18px;
    font-weight:bold;
    border-bottom: 1px solid rgba(26, 26, 26, 0.125);
    position:relative;
    padding: 10px 0;
}

.reviews_item_head:before{
    background: var(--aside-border-color);
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 3rem;
}
.review_hidden .reviews_item_head{
    color:var(--aside-zero);
}
.reviews_item_author{
    float:left;
}
.reviews_item_content{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    clear: both;
    padding:var(--padding-20) 0 0 0;
}
.review_hidden .reviews_item_content{
    color:var(--aside-zero);
}
.reviews_item_rating{
    float:right;
}
.wd_homereviews .reviews_item_rating{
    float:none;
    text-align: center;
}

.reviews_item_rating span {
    padding: 0;
    font-size: 20px;
    margin: 0 3px;
    color: var(--aside-border-color);
}
.review_hidden .reviews_item_rating span{
    color: var(--aside-zero);
}
.reviews_item_rating > span:before {
    content: '★';
}
.reviews_item_rating > .rating_star_active {
    color: var(--active-counter);
}
.review_hidden .reviews_item_rating > .rating_star_active{
    opacity:0.5;
}
.reviews_btns{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
}
.reviews_btn{
    display: inline-block;
    float: left;
    vertical-align: top;
    cursor: pointer;
    transition: all ease .15s;
    border-bottom:1px dashed;
    font-size:13px;
    margin-left:10px;
    border-radius: var(--radius);
}
.reviews_delete_btn{
    color: var(--active-counter);
    opacity:0.5;
}
.reviews_delete_btn:hover{
    opacity:1;
}
.reviews_restore_btn{
    color: var(--link);
    opacity:0.5;
}
.reviews_restore_btn:hover{
    opacity:1;
}
.reviews_form_body{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    animation: var(--show);
    margin-bottom: 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--aside-zero);
    padding: 15px 0;
}
.reviews_form_body h3{
    margin-bottom: 15px;
}

.rating-area {
    display: inline-block;
    vertical-align: top;
}
.user_rating{
    display: flex;
    flex-direction: row;
    line-height: 24px;
    margin-bottom: 5px;
}
.user_rating span{
    display:inline-block;
    vertical-align: top;
    padding-right:10px;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 24px;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    color: var(--aside-zero);
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label,
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label,
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: var(--active-counter);
}
.rate-area > label:active {
    position: relative;
}
.reviews_form_bottom {
    text-align: left;
    font-size: 13px;
    margin: 0;
    color: var(--aside-border-color);
}
.reviews_form_btns{
    width:100%;
    margin: var(--padding-20) 0 0 0;
    display: flex;
    justify-content: space-between;
}
.call_form_error_message{
    background: var(--active-counter);
    padding: 10px 15px;
    color: #fff;
}
.similar_img{
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 15px 10px 0;
    display:block;
}
.similar_title{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #333;
}
.similar_title:hover{
    color:var(--link-hover);
}
.similar_title h3{
    font-size:18px;
}
.similar_prices{
    width:calc(100% - 79px);
    height:64px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.nav-pills .nav-link{
    border-radius:0;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background:var(--link-hover);
}
#controller_wrap.notfound_body{
    background: #fff;
    margin: var(--padding-20) var(--padding) 0 var(--padding);
    width: calc(100% - 70px);
    padding:var(--padding);
}
#controller_wrap.notfound_body p{
    margin:0!important;;
}
.cart_total{
    display:inline-block;
    vertical-align: top;
    width:100%;
    margin-top:15px;
}
.cart_total .total_count,
.cart_total .total_sum{
    color:var(--link-hover);
}
.cart_total .cart_btn_continue{
    float:right;
}
.cart_btn_continue{
    cursor:pointer;
    transition: all ease .15s;
    color:var(--link);
}
.cart_btn_continue span{
    border-bottom:1px dashed;
}
.cart_btn_continue:hover{
    color:var(--link-hover);
}
.cart_btn_continue svg{
    font-size: 12px;
}
.order_details{
    background: #fff;
    padding: 10px var(--padding-20) var(--padding-20) var(--padding-20);
}
.order_table_item{
    display: flex;
    justify-content: space-between;
    margin-top:10px;
    border-bottom:1px dotted var(--aside-zero);
}
.order_table_div{
    background:#fff;
    margin-bottom: -1px;
}
.order_table_title{
    padding-right:15px;
}
.order_table_total{
    margin-top:10px;
}
.delivery_box,
.order_form{
    margin-top: 15px;
    background: #fff;
    padding: var(--padding-20);
}
.order_form{
    padding: 10px var(--padding-20) var(--padding-20) var(--padding-20);
}
.delivery_btns{
    display:flex;
    justify-content: space-around;
}
.delivery_btn{
    line-height: 36px;
    padding:0 15px;
    width:50%;
    background:var(--bg-wrapper);
    cursor:pointer;
    transition: all ease .15s;
    text-align:center;
}
.delivery_autos{
    margin-top:4px;
}
.delivery_auto{
    display:flex;
    justify-content: space-between;
    height:30px;
    line-height:30px;
    background:var(--bg-wrapper);
    padding:0 10px;
    font-size:14px;
    cursor:pointer;
    transition: all ease .15s;
    margin-top:1px;
}
.delivery_btn:hover,
.delivery_btn:active,
.delivery_auto:hover,
.delivery_auto:active{
    background:var(--link-hover);
    color:#fff;
}
.delivery_btn.delivery_on,
.delivery_auto.delivery_auto_on{
    background:var(--link)!important;
    color:#fff;
    cursor:default;
}
.delivery_hint{
    font-size: 12px;
    color: var(--aside-zero);
    margin-top: 5px;
}
.order_form_field{
    display:flex;
    flex-direction: column;
    margin-top: 10px;
}
.order_form_field label{
    margin: 0;
    font-size: 14px;
}
.order_form_hint{
    margin-top: 10px;
    font-size: 12px;
    color: var(--aside-zero);
}
.order_form_total{
    display: flex;
    justify-content: space-between;
    margin-top: var(--padding-20);
    line-height: 36px;
}
.order_form_submit{
    padding:0 10px;
    color:#fff;
    cursor:pointer;
    background:var(--link);
    transition: all ease .15s;
}
.order_form_submit:hover{
    background:var(--link-hover);
}
.order_alert_error{
    margin-top:10px;
    color:var(--active-counter);
}
.call_form{
    position:fixed;
    z-index:200;
    background:rgba(0,0,0,.8);
    top:0;
    left:0;
    width:100%;
    height:100vh;
    animation: var(--show);
}
.call_form_box{
    display: block;
    background: #fff;
    max-width: calc(100% - 40px);
    margin: 80px auto;
    padding: 25px var(--padding) var(--padding) var(--padding);
    box-shadow: var(--inshadowwhite);
    width: 570px;
    height: auto;
    position: relative;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    padding-top: 0;
}
.call_form_close{
    position:absolute;
    width:32px;
    height:32px;
    cursor:pointer;
    top:40px;
    right:0;
}
.call_form_close:after,
.call_form_close:before{
    content:'';
    display:block;
    background:var(--active-counter);
    width:2px;
    height:32px;
    transform: rotate(45deg);
    position:absolute;
    transition: all ease .15s;
    top:0;
    left:15px;
    opacity:.5;
}
.call_form_close:before{
    transform: rotate(-45deg);
}
.call_form_close:hover:after,
.call_form_close:hover:before{
    opacity:1;
}
.call_form_content{
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    height:calc(100% - 45px);
    display: flex;
    flex-wrap: wrap;
}
.call_form_top{
    width: 100%;
    background: #fff;
    padding: var(--padding) 0 5px 0;
    position:relative;
}
.call_form_icon{
    float:left;
    margin-right:15px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
    color: var(--link-hover);
}
.call_form_title{
    font-size:32px;
}
.call_form_text,
.call_form_fields,
.call_form_bottom{
    display:inline-block;
    vertical-align: top;
    width:100%;
    margin-top:25px;
}
.call_form_text{
    margin-bottom: 0;
    margin-top: 10px;
}
.call_form_fields{
    margin-top:15px;
}
.call_form_field{
    margin-bottom:10px;
    display:inline-block;
    vertical-align: top;
    width:100%;
    font-size: 16px;
}
.call_form_label{
    margin-bottom: 0;
    width:100%;
}
.call_form_btn{
    display: inline-block;
    vertical-align: top;
    background: var(--link);
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    margin-top: 10px;
    cursor: pointer;
    transition: allease .15s;
    font-size: 18px;
}
.call_form_btn:hover{
    background: var(--link-hover);
}
.call_form_bottom{
    font-size: 13px;
}
.call_form_success_message{
    font-size:18px;
    margin-top:5px;
}
.call_form_error_message{
    width:100%;
}
.call_form_error_message svg{
    margin-right:10px;
}
.catalog_wrap{
    background:#fff;
    padding:var(--padding-20) 0 var(--padding) var(--padding);
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.incatalog_img{
    width:32px;
    height:32px;
    float:left;
    margin-right:10px;
    overflow:hidden;
}
.incatalog_img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.incatalog_desc{
    background:#fff;
    padding:var(--padding);
    margin-top: 15px;
}
.catalog_wrap ul{
    margin:0;
    padding:0;
}
.catalog_wrap > ul{
    float:left;
    width:50%;
    padding-right:var(--padding);
    margin-top:15px;
}
.catalog_wrap li{
    margin:0;
    padding:0;
    list-style-type: none;
}
.catalog_wrap a{
    color:#333;
}
.catalog_wrap a:hover{
    color:var(--link-hover);
}
.catalog_wrap > ul > li > a{
    font-size: 24px;
    line-height: 24px;
    padding: 6px 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align:top;
    width: 100%;
    position:relative;
    background:var(--bg-wrapper);
}
.catalog_wrap > ul > li > a:hover{
    background:var(--bg-color);
}
.catalog_wrap > ul > li > ul > li > a{
    display:inline-block;
    vertical-align:top;
    background:var(--bg-color);
    font-size:16px;
    line-height:16px;
    padding:4px 10px;
    margin-bottom:5px;
}
.catalog_wrap ul ul ul{
    padding: 5px 0 10px var(--padding-20);
    font-size:13px;
}
.pages_item{
    background:#fff;
    padding:var(--padding);
}
.homelist_wd{
    display: flex;
    padding: var(--padding) 15px 0 var(--padding);
}
.homelist_item{
    margin-right:var(--padding-20);
    background:#fff;
    padding:15px 25px;
    width:calc(33.33333% - var(--padding-20));
}
.homelist_title{
    font-size: 24px;
    border-bottom: 1px solid var(--aside-zero);
    line-height: 24px;
    padding: 10px 0;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align:top;
    width: 100%;
    position:relative;
}
.homelist_title:before{
    content:'';
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 3rem;
    background:var(--aside-bg);
}
.wd_newproducts{
    background:#fff;
    margin-top:var(--padding);
    padding:var(--padding) var(--padding) 15px var(--padding);
}
.new_products_list{
    display:flex;
    width:100%;
    margin: 10px 0 25px 0;
}
.new_product_item{
    width:50%;
    padding-right:var(--padding-20);
    display:flex;
    align-items: center;
}
.new_product_item img{
    width:48px;
    height:48px;
    margin-right:15px;
}
.new_product_item a{
    color:#333;
    font-size:20px;
    line-height: 24px;
}
.new_product_item a:hover{
    color:var(--link-hover);
}
.wds_bt .widget_text_block{
    background: var(--top-bg);
    color:#fff;
    padding:var(--padding);
}
#wdstat_132 .wdstat_desc{
    text-align: left;
}
.wd_recommend{
    padding:var(--padding);
}
.recommend_img{
    width:100%;
    height:100px;
    overflow: hidden;
}
.recommend_img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.recommend_prices{
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--bg-color-2);
    font-size: 28px;
}
.recommend_prices .price span{
    font-size:13px;
}
.recommend_title{
    display:flex;
    width:100%;
    padding:0 15px;
    color:#333;
    background:#fff;
    height:80px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.recommend_title:hover{
    color:var(--link-hover);
}
.recommend_title h3{
    font-size:18px;
}

.wd_faq_head,
.wd_homereviews_head{
    background:#fff;
    padding:var(--padding);
}
.wd_faq_head h2,
.wd_homereviews_head h2{
    margin-bottom:10px;
}
.wd_faq_list,
.homereviews_list{
    padding: 10px var(--padding) 0 var(--padding);
}
.wd_homereviews{
    margin-top:var(--padding);
}
.homereviews_item{
    background:#fff;
    padding:15px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.homereviews_author{
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 0 5px 0;
}
.homereviews_date{
    font-size: 12px;
    text-align: center;
    padding: 0 0 15px 0;
    color: var(--aside-border-color);
}
.homereviews_url{
    font-size: 12px;
    padding-top: var(--padding-20);
}
.homereviews_url a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:inline-block;
    vertical-align: top;
    width:100%;
}
.homereviews_review{
    font-style: italic;
    line-height: 18px;
    height: 105px;
    overflow: hidden;
    position:relative;
}
.homereviews_review:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.sidebar_menu_btn,
.mobile_menu_btn,
.right_aside_btn{
    display:none;
}
.wdstat_ctype{
    margin-left:0!important;
}
.category_description{
    margin-top: var(--padding);
    background: #fff;
    padding: var(--padding);
}
.mc-filter .form-control{
    display:none!important;
}