.l_sb_cat {
    height: 50px;
    border-radius: 3px;
    background-image: linear-gradient(184deg, #1f7dc7 0%, #0c67af 100%);
    border: 1px solid #0c67af;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: helvetica;
    padding-left: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px
}

.l_sb_cat:hover {
    text-decoration: none;
}

.l_sb_cat:after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../../images/catalog.svg) no-repeat;
    background-size: contain;
    margin-left: 10px;
    position: relative;
    top: -3px
}

.filter_title {
    height: 50px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#fffeff));
    background-image: linear-gradient(90deg, #eeeeee 0%, #fffeff 100%);
    font-family: helvetica;
    font-size: 16px;
    line-height: 55px;
    color: #353a42;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 39px;
    margin: 13px 0 22px
}

.filter_content .title,
.filter_content .title.champ {
    font-size: 19px;
    font-weight: 600;
    font-family: helvetica;
    position: relative;
    margin-bottom: 14px;
    cursor: pointer
}

.filter_content .title span.arrow {
    position: absolute;
    width: 16px;
    height: 8px;
    background: url(../../images/arrow_down.svg) no-repeat;
    background-size: contain;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 8px;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: all .2s cubic-bezier(.9, .1, .1, .9);
    transition: all .2s cubic-bezier(.9, .1, .1, .9)
}

.filter_content .title span.arrow.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s cubic-bezier(.9, .1, .1, .9);
    transition: all .2s cubic-bezier(.9, .1, .1, .9)
}

.filter_content li span.show_bl {
    position: absolute;
    display: block;
    width: 204px;
    height: 40px;
    background: url(../../images/baloon.png) no-repeat;
    background-size: contain;
    margin: auto;
    top: -7px;
    right: -210px;
    -webkit-filter: drop-shadow(6.923px 8.549px 13.5px rgba(0, 0, 0, 0.26));
    filter: drop-shadow(6.923px 8.549px 13.5px rgba(0, 0, 0, 0.26));
    z-index: 999;
    font-size: 14px;
    line-height: 41px;
    color: #fff;
    font-weight: 300;
    font-family: helvetica;
    cursor: default
}

.filter_content li span.show_bl .wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.filter_content li span.show_bl .wr .count {
    margin-left: 10px
}

.filter_content li span.show_bl .wr .show {
    position: relative;
    cursor: pointer
}

.filter_content li span.show_bl .wr .show:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #fff;
    position: absolute;
    bottom: 12px
}

#filter_form .feature .wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.height .feature .wr span {
    padding-top: 4px
}

#filter_form .feature .wr input[type=text] {
    width: 65px;
    height: 30px;
    font-family: helvetica;
    color: #a4a4a4;
    font-size: 13.9px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 0 9px;
    padding-top: 8px;
    text-align: center
}

#filter_form .feature .wr input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 300;
    font-family: helvetica
}

#filter_form .feature .wr input[type=text]::-moz-placeholder {
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 300;
    font-family: helvetica
}

#filter_form .feature .wr input[type=text]:-ms-input-placeholder {
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 300;
    font-family: helvetica
}

#filter_form .feature .wr input[type=text]::-ms-input-placeholder {
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 300;
    font-family: helvetica
}

#filter_form .feature .wr input[type=text]::placeholder {
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 300;
    font-family: helvetica
}

.ui-widget.ui-widget-content {
    margin-top: 24px;
    background: url(../../images/filter/rang_bg.png) #d1d1d1 !important;
    border-radius: 4px;
    background-color: #d1d1d1;
    height: 9px
}

.ui-state-default,
.ui-widget-content .ui-state-default .ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: url(../../images/filter/circle.png) !important;
    border: 1px solid transparent !important;
    cursor: pointer !important
}

.ui-slider-horizontal .ui-slider-range {
    background: url(../../images/filter/rang_bg_2.png) #d1d1d1 !important;
    background-position: center
}

.ui-slider .ui-slider-handle {
    width: 33px;
    height: 32px
}

#filter_form .feature {
    max-width: 222px;
    margin-bottom: 26px
}

#filter_form .feature.butt {
    margin-bottom: 0
}

#filter_form li {
    margin-bottom: 21px;
    border-bottom: 1px solid #ddd;
    position: relative
}

#filter_form li.champions {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#filter_form .feature .wr span {
    white-space: nowrap;
    font-family: helvetica;
    margin-top: 5px
}

#filter_form li.light {
    padding-bottom: 5px
}

#filter_form .light .feature.checkbox .wr:first-child,
#filter_form .gender .feature.checkbox .wr:first-child {
    margin-bottom: 8px
}

#filter_form .feature .wr input[type=checkbox] {
    display: none
}

#filter_form .feature.checkbox .wr label {
    position: relative
}

#filter_form .feature .wr input[type=checkbox]+label:before {
    content: '';
    width: 22px;
    height: 21px;
    border-radius: 7px;
    border: 1px solid #d1d1d1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    cursor: pointer
}

#filter_form .feature .wr input[type=checkbox]:checked+label:before {
    border: 1px solid transparent
}

#filter_form .feature .wr input[type=checkbox]:checked+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(../../images/filter/filt_checkbox.svg) 0 0 no-repeat;
    z-index: 9999;
    background-size: 24px
}

#filter_form li.type {
    padding-bottom: 5px
}

#filter_form li.tgk {
    padding-bottom: 5px
}

#filter_form .type .feature.checkbox .wr {
    margin-bottom: 8px
}

#filter_form .type .feature .wr input[type=checkbox]+label:before,
#filter_form .gender .feature .wr input[type=checkbox]+label:before,
#filter_form .grower .feature .wr input[type=checkbox]+label:before {
    margin-right: 8px
}

#filter_form li.gender {
    padding-bottom: 5px
}

#filter_form .variant_checkbox {
    padding-bottom: 6px
}

#filter_form .variant_checkbox .wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#filter_form .variant_checkbox .feature {
    max-width: unset;
    margin-bottom: unset
}

#filter_form .variant_checkbox .feature .wr input[type=checkbox]+label:before,
#filter_form .variant_checkbox .feature .wr input[type=checkbox]:checked+label:after {
    display: none
}

#filter_form .variant_checkbox input {
    display: none
}

#filter_form .variant_checkbox .wr input[type=checkbox]+label {
    content: '';
    width: 60px;
    height: 31px;
    border-radius: 7px;
    border: 1px solid #d1d1d1;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    margin-right: 21px;
    margin-bottom: 18px;
    font-family: helvetica;
    color: #3a3b3c;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer
}

#filter_form .variant_checkbox .wr input[type=checkbox]+label:hover,
#filter_form .variant_checkbox .wr input[type=checkbox]:checked+label {
    background-color: #22c046;
    border: 1px solid #22c046;
    color: #fdfdfd
}

#filter_form .grower .feature .wr {
    margin-bottom: 8px
}

#filter_form .grower .hide {
    display: none
}

#filter_form .grower .feature {
    margin-bottom: 20px
}

#filter_form .grower .show_all {
    cursor: pointer
}

#filter_form .grower .show_all span {
    font-size: 15px;
    line-height: 31px;
    color: #3cb64a;
    font-weight: 300;
    font-family: helvetica;
    border-bottom: 1px dashed;
    padding-bottom: 2px
}

#filter_form .grower .show_all:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url(../../images/filter/arrow_down_gr.png);
    background-size: contain;
    margin-left: 5px
}

.filter_content .title.champ {
    margin: 0
}

#filter_form .champions input {
    display: none
}

#filter_form .champions label {
    display: inline-block;
    position: relative;
    width: 67px;
    height: 29px;
    border-radius: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: background .125s;
    transition: background .125s;
    cursor: pointer
}

#filter_form .champions input:checked+label:before,
#filter_form .champions input:not(:checked)+label:before {
    content: "=";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 23px;
    height: 23px;
    -webkit-filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.11));
    background-image: linear-gradient(184deg, #fffeff 0%, #d9d9d9 100%);
    border-radius: 100%;
    text-align: center;
    color: #a4a4a4;
    line-height: 25px
}

#filter_form .champions input:checked+label:after,
#filter_form .champions input:not(:checked)+label:after {
    content: "=";
    position: absolute;
    right: 5px;
    top: 2px;
    width: 23px;
    height: 23px;
    -webkit-filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.11));
    background-image: linear-gradient(184deg, #fffeff 0%, #d9d9d9 100%);
    border-radius: 100%;
    text-align: center;
    color: #a4a4a4;
    line-height: 25px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#filter_form .champions input:not(:checked)+label:after {
    opacity: 0
}

#filter_form .champions input:checked+label:after {
    opacity: 1
}

#filter_form .champions input:checked+label:before {
    opacity: 0
}

#filter_form .champions input:checked+label {
    border-radius: 14px;
    background-color: #5fdc70;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 25px -8px rgba(34, 60, 80, .2) inset;
    box-shadow: 0 1px 25px -8px rgba(34, 60, 80, .2) inset
}

#filter_form .champions label span:last-child {
    text-align: right;
    display: block;
    line-height: 29px;
    padding-right: 6px;
    font-size: 13px;
    color: #b0b0b0;
    font-weight: 600;
    font-family: helvetica;
    letter-spacing: 1px
}

#filter_form .champions label span:first-child {
    display: block;
    line-height: 29px;
    padding-left: 12px;
    font-size: 13px;
    color: #fdfdfd;
    font-weight: 600;
    font-family: helvetica;
    letter-spacing: 1px
}

#filter_form .champions input:checked+label span:last-child {
    display: none
}

#filter_form .champions input:not(:checked)+label span:first-child {
    display: none
}

#filter_form .reset {
    height: 47px;
    border-radius: 3px;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    color: #6f7070;
    cursor: pointer
}

#filter_form .reset:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 23px;
    background: url(../../images/filter/reset.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 5px;
    left: 7px;
    margin-right: 20px
}

#content .main_title.filter h1:before,
#content .main_title.filter h1:after {
    display: none
}

.filter_sort {
    margin-top: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter_sort .bl_1>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: helvetica;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter_sort .bl_1 ul li {
    margin-right: 10px;
    cursor: pointer
}

.filter_sort .bl_1 ul li:first-child {
    cursor: unset
}

.filter_sort .bl_1 ul li span {
    color: #a4a4a4;
    font-weight: 300
}

.filter_sort .bl_1 .l_sb ul li span {}

.filter_sort .bl_1 ul li.tgk,
.filter_sort .bl_1 ul li.sale {
    margin-right: 22px
}

.bl_1 .l_sb {
    position: relative;
    margin-left: 8px
}

.bl_1 .l_sb .dr_down {
    color: #505050;
    font-size: 16px;
    position: relative;
    line-height: 16px
}

.bl_1 li.inp_cb {
    position: relative
}

.bl_1 .selected .dr_down,
.bl_1 .inp_cb.selected {
    color: #207dc7
}

.bl_1 .selected .dr_down:before,
.bl_1 .inp_cb.selected:before {
    content: "";
    display: block;
    width: 87%;
    height: 2px;
    border-bottom: 1px dashed #207dc7;
    position: absolute;
    bottom: -3px
}

.bl_1 .inp_cb.selected:before {
    bottom: -1px;
    width: 100%
}

.bl_1 .l_sb .dr_down:after {
    content: "";
    display: inline-block;
    background: url(../../images/filter/arrow_down.png);
    width: 12px;
    height: 6px;
    margin-left: 6px
}

.order_list {
    width: 218px;
    margin-top: 5px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    border-radius: 1px;
    background: #fff;
    border-radius: 1px;
    -webkit-filter: drop-shadow(3.464px 2px 8.5px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(3.464px 2px 8.5px rgba(0, 0, 0, 0.11));
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .2s cubic-bezier(.9, .1, .1, .9);
    transition: all .2s cubic-bezier(.9, .1, .1, .9);
    z-index: 999
}

.order_list.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.order_list div span {
    font-size: 16px;
    line-height: 39px;
    color: #000;
    font-weight: 300;
    font-family: helvetica;
    padding-left: 25px
}

.order_list div:hover,
.order_list div.active {
    background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#fffeff));
    background-image: linear-gradient(90deg, #eeeeee 0%, #fffeff 100%)
}

.filter_sort .bl_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter_sort .bl_2 span {
    display: block;
    width: 26px;
    height: 26px;
    opacity: .5;
    cursor: pointer
}

.filter_sort .bl_2 .table {
    background: url(../../images/filter/table.svg) no-repeat center;
    background-size: contain;
    margin-right: 20px
}

.filter_sort .bl_2 .list {
    background: url(../../images/filter/list.svg) no-repeat center;
    background-size: contain
}

.filter_sort .bl_2 .active,
.filter_sort .bl_2 span:hover {
    opacity: 1;
    -webkit-filter: invert(27%) sepia(31%) saturate(4403%) hue-rotate(189deg) brightness(95%) contrast(91%);
    filter: invert(27%) sepia(31%) saturate(4403%) hue-rotate(189deg) brightness(95%) contrast(91%)
}

#products.list .product {
    width: 100%
}

#products.list .sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 26px 17px 20px
}

#products.list .sub .list_wr {}

#products.list .sub .img {
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px
}

#products.list .sub .img img {
    left: 0
}

#products.list .sub .wr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    border-right: 1px solid #ddd;
    padding-left: 20px;
    margin-right: 5px
}

#products.list .sub .title {
    margin: 0 0 10px
}

#products.list .sub .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px
}

#products.list .sub .testRater_wr {
    width: 215px
}

#products.list .sub .variants {
    width: 100%;
    max-width: 210px
}

#products.list .sub .price_wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#products.list .sub .price {
    font-size: 30px;
    padding-top: 10px
}

#products.list .sub .curr {
    font-size: 26px
}

#products.list .sub .selectbox {
    width: 100%;
    margin: 88px 0 12px
}

#products.list .sub .selectbox .select_2 {
    width: 100%
}

.sh_more_wr {
    width: 100%
}

@media(max-width: 767px) {
    .filter_sb {
        display: none
    }

    #content .main_title.filter {
        padding: 0 0 2px
    }

    .filter_sort {
        margin-bottom: 14px;
        padding-bottom: 6px
    }

    .filter_sort .bl_1,
    .bl_1.l_sb .sort_acive,
    .filter_sort .bl_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: helvetica;
        font-size: 12px;
        color: #000;
        font-weight: 300;
        position: relative
    }

    .bl_1.l_sb .sort_acive:before,
    .bl_1.l_sb .sort_acive:after {
        display: none
    }

    .filter_sort .bl_1:before {
        content: '';
        display: inline-block;
        width: 19px;
        height: 17px;
        background: url(../../images/filter/sorting.png);
        background-size: contain;
        margin-right: 7px
    }

    .filter_sort .bl_2:before {
        content: '';
        display: inline-block;
        width: 19px;
        height: 17px;
        background: url(../../images/filter/filter.png);
        background-size: contain;
        margin-right: 7px
    }

    .filter_sort .bl_2 span {
        width: unset;
        height: unset;
        opacity: 1
    }

    .order_list {
        width: 177px;
        margin-top: 5px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 100%;
        border-radius: 1px;
        background: #fff;
        border-radius: 1px;
        -webkit-filter: drop-shadow(3.464px 2px 8.5px rgba(0, 0, 0, 0.11));
        filter: drop-shadow(3.464px 2px 8.5px rgba(0, 0, 0, 0.11));
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all .2s cubic-bezier(.9, .1, .1, .9);
        transition: all .2s cubic-bezier(.9, .1, .1, .9);
        z-index: 999;
        padding: 10px 0 0
    }

    .order_list.open {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .order_list div span {
        font-size: 12px;
        line-height: 36px;
        color: #000;
        font-weight: 300;
        font-family: helvetica;
        padding-left: 25px
    }

    .order_list div:hover,
    .order_list div.active {
        background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#fffeff));
        background-image: linear-gradient(90deg, #eeeeee 0%, #fffeff 100%)
    }

    .filter_sort .bl_2 .active,
    .filter_sort .bl_2 span:hover {
        -webkit-filter: unset;
        filter: unset
    }

    .statVal {
        margin-bottom: 0
    }

    .preview_features {
        margin-top: 0;
        margin-bottom: 7px;
        min-height: 125px
    }

    .preview_features li {
        line-height: 12px;
        padding-left: 0
    }

    .preview_features span {
        font-size: 9px;
        padding-left: 7px
    }

    .preview_features .icon {
        width: 12px;
        height: 16px
    }

    .l_sb_mob.filter_sb {
        position: absolute;
        z-index: 970;
        top: 130px;
        padding: 0 25px 60px;
        width: 100%;
        background-color: #fff;
    }

    .l_sb .mob_filt_close {
        width: 100%;
        height: 42px;
        border-radius: 1px;
        margin: 0 -25px;
        background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#fffeff));
        background-image: linear-gradient(90deg, #eeeeee 0%, #fffeff 100%);
        color: #353a42;
        font-weight: 300;
        font-family: helvetica;
        font-size: 14px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 27px
    }

    .l_sb .mob_filt_close:before {
        content: '';
        width: 14px;
        height: 14px;
        background: url(../../images/filter/back.png);
        margin-right: 20px
    }

    .l_sb .mob_filt_close span {
        padding-top: 5px
    }

    .view {
        font-family: helvetica;
        font-size: 14px;
        color: #3a3b3c;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 21px 0 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 24px
    }

    .view .title {
        padding-top: 5px;
        margin-right: 23px
    }

    .view .table {
        width: 95px;
        height: 32px;
        background: url(../../images/filter/table_mob.svg) no-repeat center;
        background-size: 20px;
        border: 1px solid #000;
        -webkit-filter: invert(81%) sepia(58%) saturate(1%) hue-rotate(8deg) brightness(101%) contrast(87%);
        filter: invert(81%) sepia(58%) saturate(1%) hue-rotate(8deg) brightness(101%) contrast(87%)
    }

    .view .list {
        width: 95px;
        height: 30px;
        background: url(../../images/filter/list_mob.svg) no-repeat center;
        background-size: 23px 20px;
        border: 1px solid #000;
        -webkit-filter: invert(81%) sepia(58%) saturate(1%) hue-rotate(8deg) brightness(101%) contrast(87%);
        filter: invert(81%) sepia(58%) saturate(1%) hue-rotate(8deg) brightness(101%) contrast(87%)
    }

    .view .table.active_mob,
    .view .list.active_mob {
        -webkit-filter: invert(51%) sepia(75%) saturate(506%) hue-rotate(82deg) brightness(100%) contrast(89%);
        filter: invert(51%) sepia(75%) saturate(506%) hue-rotate(82deg) brightness(100%) contrast(89%);
        margin-bottom: 0;
    }

    .filter_content .title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .filter_content .title span {
        right: 0
    }

    #filter_form .feature {
        max-width: 92%
    }

    #filter_form .feature .wr span {
        font-size: 13px;
        margin-top: 0;
        padding-top: 0
    }

    #filter_form .feature .wr input[type=text] {
        width: 79px;
        height: 29px;
        font-size: 13px;
        margin-right: 15px
    }

    #filter_form .feature .wr input[type=checkbox]+label:before {
        width: 20px;
        height: 20px
    }

    #filter_form .feature .wr input[type=checkbox]:checked+label:after {
        width: 20px;
        height: 20px;
        background-size: 20px
    }

    #filter_form .variant_checkbox .wr input[type=checkbox]+label {
        font-size: 14px;
        height: 28px
    }

    #products.list .product {
        max-width: unset
    }

    #products.list .sub {
        padding: 7px 7px 17px 14px
    }

    #products.list .sub .wr {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        border: none
    }

    #products.list .sub .wr .testRater_wr {
        display: none
    }

    #products.list .sub .list_wr .testRater_wr {
        width: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #products .list_wr .testRater_wr,
    #products.list .table_view {
        display: none
    }

    #products.list .list_view {
        display: block
    }

    #products.list .list_wr .testRater_wr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #products.list .product .mylist_add {
        right: 8px;
        top: 8px
    }

    #products.list .product .c_mylist_add {
        right: 8px;
        top: 39px
    }

    #products.list .sub .title {
        margin: 0 30px 5px 0
    }

    #products.list .sub .price_wr {
        margin-bottom: 5px
    }

    #products.list .sub .selectbox {
        margin: 0 0 4px
    }

    #products.list .sub .price {
        font-size: 18px;
        padding-top: 0;
        margin-top: 0
    }

    #products.list .sub .curr {
        font-size: 18px
    }

    #products.list .price_wr .one_var {
        margin: 0 0 12px
    }

    #filter_form .reset_wr {
        margin: 0 -25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        border-radius: 1px;
        -webkit-filter: drop-shadow(0.438px -0.899px 3px rgba(0, 0, 0, 0.11));
        filter: drop-shadow(0.438px -0.899px 3px rgba(0, 0, 0, 0.11));
        background-color: #fdfdfd
    }

    #filter_form .reset_wr div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        border: unset;
        height: unset;
        font-size: 14px;
        line-height: 40px;
        text-align: center
    }

    #filter_form .reset_wr div:last-child {
        border-radius: 1px;
        background-color: #deffe3;
        color: #22c046
    }

    #filter_form .reset:before {
        width: 14px;
        height: 20px;
        margin-right: 15px
    }

    #filter_form .apply:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 15px;
        margin-right: 15px;
        background: url(../../images/filter/apply.svg) no-repeat center;
        background-size: contain;
        position: relative;
        top: 3px;
        left: -3px;
        margin-right: 4px
    }

    .filter_content li span.show_bl {
        display: none
    }

    #summary.wrap img {
        width: 100%;
        height: auto
    }
}

@media(max-width: 350px) {
    .preview_features span {
        font-size: 7px;
    }

}