.t-store .t-store__filter__item_custom .t-store__filter__checkmark {
    box-sizing: border-box;
    display: block;
    position: relative
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox .t-store__filter__checkmark {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons .t-store__filter__title_color,
.t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons .t-store__filter__title_color {
    display: none
}

.t-store__tooltip_black {
    background: #000;
    border-radius: 3px
}

.t-store__tooltip_black .tooltipster-content {
    color: #fff;
    padding: 4px 10px
}

.t-store .t-store__filter__item_custom .t-store__filter__custom-sel.t-store__filter__custom-sel_color {
    background-color: unset
}

.t-store .t-store__filter__item_custom .t-store__filter__checkmark_radio,
.t-store .t-store__filter__item_custom .t-store__filter__checkmark_select {
    background-color: unset !important
}

.t-checkbox__control {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.t-checkbox__control .t-checkbox {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.t-store .t-checkbox__indicator {
    border: 2px solid #000;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    opacity: .6;
    position: relative;
    transition: all .2s;
    vertical-align: middle;
    width: 20px
}

.t-store .t-checkbox__indicator:after {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3px
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
    opacity: 1
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator:after {
    display: block
}

.t-store .t-store__filter__item_buttons.t-store__filter__item_color .t-store__filter__item-controls-wrap {
    min-width: 160px
}

.t-store .t-store__filter__item_custom .t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 8px 0
}

@media screen and (max-width:960px) {
    .t-store .t-store__filter__item_custom .t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
        padding: 0
    }
}

.t-store .t-store__filter__custom-sel_buttons.t-store__filter__custom-sel_color {
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 5px
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons .t-store__filter__checkmark_color,
.t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons .t-store__filter__checkmark_color {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 26px;
    width: 26px
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons .t-store__filter__checkmark_color {
    opacity: 1
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons.active .t-store__filter__checkmark_color:after {
    display: none
}

.t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons.active .t-store__filter__checkmark_color:before,
.t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons.active .t-store__filter__checkmark_color:before {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    content: "";
    height: calc(100% + 8px);
    left: -5px;
    position: absolute;
    top: -5px;
    width: calc(100% + 8px)
}

.t-store .t-store__filter__checkbox_buttons.t-store__filter__checkbox_color,
.t-store .t-store__filter__checkbox_buttons.t-store__filter__checkbox_color:last-child {
    margin-bottom: 8px
}

@media screen and (min-width:960px) {
    .t-store .t-store__filter__checkbox_buttons.t-store__filter__checkbox_color .t-store__filter__checkmark_buttons.t-store__filter__checkmark_color {
        margin-left: 5px;
        margin-right: 5px
    }
}

.t-store__filter {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px
}

.t-store__grid-cont_col-width_stretch[data-col-gap="0"] .t-store__filter {
    margin-left: 0;
    margin-right: 0
}

.t-store__grid-cont_col-width_stretch[data-col-gap="10"] .t-store__filter {
    margin-left: 5px;
    margin-right: 5px
}

.t-store__grid-cont_col-width_stretch[data-col-gap="20"] .t-store__filter {
    margin-left: 10px;
    margin-right: 10px
}

.t-store__grid-cont_col-width_stretch[data-col-gap="40"] .t-store__filter {
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width:1200px) {
    .t-store__grid-cont_col-width_stretch[data-col-gap="40"] .t-store__filter {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:960px) {
    .t-store__grid-cont_col-width_stretch[data-col-gap="20"] .t-store__filter {
        margin-left: 5px;
        margin-right: 5px
    }
    .t-store__grid-cont_col-width_stretch[data-col-gap="0"] .t-store__filter.t-store__filter_horiz-on-mobile {
        margin-left: 20px;
        margin-right: 20px
    }
    .t-store__grid-cont_col-width_stretch[data-col-gap="10"] .t-store__filter.t-store__filter_horiz-on-mobile,
    .t-store__grid-cont_col-width_stretch[data-col-gap="20"] .t-store__filter.t-store__filter_horiz-on-mobile {
        margin-left: 15px;
        margin-right: 15px
    }
}

.t-store__filter__controls-wrapper {
    display: table;
    width: 100%
}

.t-store__filter__options {
    display: table-cell;
    width: 100%
}

.t-store__filter__options_wrap {
    font-size: 0
}

.t-store__filter__options_center {
    text-align: center
}

.t-store__filter__opts-mob-btn {
    cursor: pointer;
    display: none;
    line-height: 24px
}

.t-store__filter__opts-mob-btn-icon {
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 11px
}

.t-store__filter__search-mob-btn {
    cursor: pointer;
    display: none
}

.t-store__filter__search-mob-btn-icon {
    width: 16px
}

.t-store__filter__opts-mob-btn.active,
.t-store__filter__search-mob-btn.active {
    opacity: .5
}

.t-store__filter__search-and-sort {
    display: table-cell;
    text-align: right;
    white-space: nowrap
}

.t-store__filter__search,
.t-store__filter__sort {
    display: inline-block;
    vertical-align: middle
}

.t-store__filter__sort {
    margin-left: 20px
}

.t-store__search-wrapper {
    position: relative
}

.t-store__search-icon {
    border-left: 1px solid #ddd;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    margin: auto;
    padding-left: 7px;
    padding-right: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px
}

@media screen and (min-width:960px) {
    .t-store__search-close-icon:hover path,
    .t-store__search-icon:hover path {
        fill: #111
    }
    .t951 .t-store__filter__item-controls-wrap {
        left: 0
    }
    .t-store__filter__range {
        height: 30px;
        margin: 0;
        outline: none;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%
    }
    .t-store__filter__range_bg {
        background-color: #7dc3fe;
        border-radius: 4px;
        height: 2px;
        position: absolute;
        width: 100%;
        z-index: -1
    }
    .t-store__filter__price-outer,
    .t-store__filter__range_bg {
        top: 14px
    }
    .t-store__filter__range,
    .t-store__filter__range::-webkit-slider-runnable-track,
    .t-store__filter__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background: none;
        border: none;
        margin: 0;
        padding: 0
    }
    .t-store__filter__range:nth-child(2)::-webkit-slider-runnable-track {
        background: none
    }
    .t-store__filter__range::-webkit-slider-thumb {
        background: #fff;
        border: 2px solid rgba(0, 0, 0, .2);
        border-radius: 25px;
        cursor: pointer;
        height: 22px;
        pointer-events: auto;
        position: relative;
        width: 22px;
        z-index: 1
    }
    .t-store__filter__range::-moz-range-thumb {
        background: #fff;
        border: 2px solid rgba(0, 0, 0, .2);
        border-radius: 25px;
        box-sizing: border-box;
        cursor: pointer;
        height: 22px;
        pointer-events: auto;
        position: relative;
        width: 22px;
        z-index: 1
    }
    .t-store__filter__range::-ms-thumb {
        background: #fff;
        border: 2px solid rgba(0, 0, 0, .2);
        border-radius: 25px;
        box-sizing: border-box;
        cursor: pointer;
        height: 22px;
        pointer-events: auto;
        position: relative;
        width: 22px;
        z-index: 1
    }
    .t-store__filter__range::-webkit-slider-thumb:active {
        border: 2px solid #000
    }
    .t-store__filter__item-price-slider {
        display: inline-block;
        height: 34px;
        position: relative;
        width: 100%
    }
    .t-store__filter__price-outer {
        background-color: #ddd;
        border-radius: 4px;
        content: "";
        height: 2px;
        position: absolute;
        width: 1%;
        z-index: 0
    }
    .t-store__filter__price-outer_start {
        left: 0
    }
    .t-store__filter__price-outer_end {
        right: 0
    }
    .t-store__filter__btn-expand {
        background: none;
        border: none;
        border-bottom: 1px dashed;
        cursor: pointer;
        outline: none;
        padding: 0
    }
    .t-store__filter__btn-expand[data-expanded=yes] {
        margin-top: 5px
    }
    .t-store .t-store__filter-tree-node_hidden,
    .t-store .t-store__filter__checkbox.t-checkbox__control_hidden,
    .t-store .t-store__filter__custom-sel.t-store__filter__custom-sel_hidden {
        display: none
    }
}

.t-store__search-close-icon {
    bottom: 0;
    cursor: pointer;
    display: inline;
    display: none;
    margin: auto;
    opacity: .8;
    padding-left: 2px;
    padding-right: 8px;
    position: absolute;
    right: 28px;
    top: 0
}

.t-store__sort-select-wrapper {
    display: table;
    position: relative;
    width: 200px
}

.t-store__sort-select-wrapper:after {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    bottom: 0;
    content: " ";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0
}

.t-store__sort-select {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    outline: none;
    padding: 2px 30px 2px 10px;
    width: 100%
}

.t-store__sort-select::-ms-expand {
    height: 0;
    opacity: 0;
    width: 0
}

.t-store__filter__item {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 20px;
    position: relative;
    vertical-align: middle
}

.t-store__filter__item.t-store__filter__item_sort-mobile {
    display: none
}

.t-store__filter__item:last-child {
    margin-right: 0
}

.t-store__filter__item-title {
    cursor: pointer;
    max-width: 260px;
    overflow: hidden;
    padding-right: 14px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in
}

.t-store__filter__item.active .t-store__filter__item-title {
    opacity: .5
}

@media screen and (min-width:960px) {
    .t-store__filter__item-title:hover {
        opacity: .5
    }
}

.t-store__filter__item-title:after {
    border-color: transparent #000 #000 transparent;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: " ";
    height: 5px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px
}

.t-store__filter__item-controls-wrap {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    display: none;
    left: -10px;
    margin-top: 8px;
    min-width: 160px;
    position: absolute
}

.t-store__filter__item_price .t-store__filter__item-controls-wrap {
    text-align: left
}

.t-store__filter__item_available .t-store__filter__item-controls-wrap,
.t-store__filter__item_price .t-store__filter__item-controls-wrap {
    min-width: 250px;
    padding: 12px 10px
}

.t-store__filter__item_checkbox .t-store__filter__item-controls-wrap,
.t-store__filter__item_select .t-store__filter__item-controls-wrap {
    min-width: 200px
}

.t-store__filter__item-controls-container {
    max-height: 500px;
    overflow: auto;
    width: 100%
}

.t-store__filter__item_checkbox .t-store__filter__item-controls-container,
.t-store__filter__item_checkbox.t-store__filter__item_color .t-store__filter__item-controls-container,
.t-store__filter__item_checkbox.t-store__filter__item_select .t-store__filter__item-controls-container {
    padding: 12px 10px
}

.t-store__filter__item_select .t-store__filter__item-controls-container {
    padding: 6px 0
}

.t-store__filter__item-controls-wrap_left {
    left: 0;
    -webkit-transform: none;
    transform: none
}

.t-store__filter__item-controls-wrap_right {
    left: auto;
    right: 0;
    -webkit-transform: none;
    transform: none
}

.t-store__filter__item.active .t-store__filter__item-controls-wrap {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 10
}

.t-store__filter__item .t-checkbox__control {
    margin-bottom: 8px;
    text-align: left
}

.t-store__filter__item .t-checkbox__control:last-child {
    margin-bottom: 0
}

.t-store__filter__btn,
.t-store__filter__input {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: none;
    padding: 0 6px
}

.t-store__filter__btn {
    color: #111;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px
}

.t-store__filter__search .t-store__filter__input {
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 30px;
    width: 150px
}

.t-store__filter__search .t-store__filter__input::-webkit-input-placeholder {
    color: #aaa
}

.t-store__filter__custom-sel {
    cursor: pointer;
    line-height: 1.2;
    padding: 5px 10px;
    text-align: left
}

.t-store__filter__custom-sel.active {
    background-color: hsla(0, 0%, 51%, .2)
}

@media screen and (min-width:960px) {
    .t-store__filter__custom-sel:hover {
        background-color: rgba(0, 0, 0, .1)
    }
}

.t-store__filter__item_price .t-store__filter__input {
    width: 35%
}

.t-store__filter__item_price .t-store__filter__btn {
    float: right;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 15%
}

.t-store__filter__chosen-wrapper {
    margin-bottom: 20px;
    margin-top: 20px
}

.t-store__filter__prods-number {
    margin-bottom: 20px
}

.t-store__filter__chosen-val {
    background-color: hsla(0, 0%, 51%, .2);
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 260px;
    overflow: hidden;
    padding: 2px 8px 3px 22px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    white-space: nowrap
}

.t-store__filter__chosen-val:after {
    bottom: 0;
    content: "✕";
    font-size: 10px;
    height: 10px;
    left: 8px;
    line-height: 1;
    margin-bottom: auto;
    margin-right: 4px;
    margin-top: auto;
    padding: 3px;
    position: absolute;
    top: 0
}

.t-store__filter__reset {
    border-bottom: 1px dashed;
    cursor: pointer;
    display: none;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 4px;
    transition: opacity .1s ease-in;
    vertical-align: top
}

.t-store__filter__reset_visible {
    display: inline-block
}

.t-store__filter__delimeter {
    font-family: sans-serif
}

@media screen and (min-width:960px) {
    .t-store__filter__chosen-val:hover,
    .t-store__filter__reset:hover {
        opacity: .6
    }
}

@media screen and (max-width:1200px) {
    .t-store__filter {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:960px) {
    .t-store__filter__btn-expand,
    .t-store__filter__item.active .t-store__filter__item-controls-wrap.t-store__filter__item-price-slider {
        display: none
    }
    .t-store__filter {
        margin-left: 20px;
        margin-right: 20px
    }
    .t-store__filter__controls-wrapper {
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .t-store__filter__opts-mob-btn {
        -ms-flex-order: 1;
        display: block;
        -webkit-order: 1;
        order: 1
    }
    .t-store__filter__search-mob-btn {
        -ms-flex-order: 2;
        display: block;
        margin-left: auto;
        -webkit-order: 2;
        order: 2
    }
    .t-store__filter__options,
    .t-store__filter__search-and-sort {
        -ms-flex-order: 3;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px;
        -webkit-order: 3;
        order: 3
    }
    .t-store__filter__options,
    .t-store__filter__search-and-sort,
    .t-store__filter__sort {
        display: none
    }
    .t-store__filter__options_center {
        text-align: left
    }
    .t-store__filter__item,
    .t-store__filter__item.t-store__filter__item_sort-mobile {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        display: block;
        margin: 0;
        padding: 10px 0
    }
    .t-store__filter__item:first-child {
        border-top: 1px solid rgba(0, 0, 0, .2)
    }
    .t-store__filter__item-title {
        max-width: 100%;
        white-space: normal
    }
    .t-store__filter__item-controls-wrap {
        background-color: transparent;
        box-shadow: none;
        position: static
    }
    .t-store__filter__custom-sel,
    .t-store__filter__item_available .t-store__filter__item-controls-wrap,
    .t-store__filter__item_checkbox .t-store__filter__item-controls-container,
    .t-store__filter__item_price .t-store__filter__item-controls-wrap {
        padding-left: 0;
        padding-right: 0
    }
    .t-store__filter__item_price .t-store__filter__item-controls-wrap {
        text-align: left
    }
    .t-store__filter__item-title:after {
        right: 3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .t-store__filter__item.active .t-store__filter__item-title:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .t-store__filter__search {
        margin-right: 0;
        width: 100%
    }
    .t-store__filter__search .t-store__filter__input {
        padding-right: 72px;
        width: 100%
    }
    .t-store__search-icon {
        padding-left: 12px;
        padding-right: 14px
    }
    .t-store__search-close-icon {
        padding-left: 5px;
        padding-right: 14px;
        right: 40px
    }
    .t-store__filter__btn,
    .t-store__filter__input {
        font-size: 16px;
        padding-bottom: 2px;
        padding-top: 2px
    }
    .t-store__filter__item_price .t-store__filter__btn {
        float: none
    }
    .t-store__filter__chosen-val {
        font-size: 14px;
        padding: 3px 12px 4px 26px
    }
    .t-store__filter__chosen-val:after {
        font-size: 16px;
        height: 15px
    }
    .t-store__filter__reset {
        font-size: 14px
    }
    .t1025 .t-store__filter {
        margin-left: 0;
        margin-right: 0
    }
}

.t-store__parts-switch-wrapper {
    margin-bottom: 40px
}

.t-store__parts-item {
    display: inline-block;
    position: relative
}

.t-store__parts-item_has-subparts.t-store__parts-item_level-1>.t-store__parts-switch-btn {
    margin-right: 13px
}

.t-store__parts-switch-btn {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative
}

.t-store__parts-item-title {
    -ms-flex-positive: 1;
    word-wrap: break-word;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word
}

.t-store__parts-item:focus-within>.t-store__parts-switch-btn,
.t-store__parts-item:hover>.t-store__parts-switch-btn {
    opacity: .5
}

.t-store__parts-sublist {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 3px;
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, .1);
    display: none;
    left: 15px;
    max-width: calc(100vw - 32px);
    min-width: 184px;
    opacity: 0;
    padding: 3px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    transition: opacity .2s ease-in-out .5s, visibility 0s linear .5s;
    visibility: hidden;
    width: -webkit-max-content;
    width: max-content;
    z-index: 100
}

.t-store__parts-sublist .t-store__parts-item {
    display: block;
    margin: 0;
    width: 100%
}

.t-store__parts-sublist .t-store__parts-switch-btn {
    word-wrap: break-word;
    display: block;
    margin: 0;
    overflow-wrap: break-word;
    padding: 5px 8px;
    text-align: left;
    word-break: break-word
}

.t-store__parts-sublist .t-store__parts-switch-btn.t-active {
    opacity: 1
}

.t-store__parts-item_has-subparts:focus-within>.t-store__parts-sublist,
.t-store__parts-item_has-subparts:hover>.t-store__parts-sublist,
.t-store__parts-item_opened>.t-store__parts-sublist {
    display: block;
    opacity: 1;
    transition-delay: 0s, 0s;
    visibility: visible
}

.t-store__parts-sublist_visible {
    display: block
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]):focus-within .t-store__parts-switch-btn,
.t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]):hover .t-store__parts-switch-btn {
    opacity: 1
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]):focus-within,
.t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]):hover {
    background: rgba(0, 0, 0, .04);
    opacity: 1
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]):has(.t-active)>.t-store__parts-switch-btn {
    background: rgba(0, 0, 0, .04)
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]):after {
    content: "";
    height: calc(100% + 6px);
    left: 100%;
    position: absolute;
    top: -3px;
    width: 8px
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"])>.t-store__parts-sublist {
    left: 100%;
    margin-left: 8px;
    top: -4px;
    -webkit-transform: none;
    transform: none
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]) .t-store__parts-switch-btn {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.t-store__parts-item-arrow {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 4px 0;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    width: 20px
}

.t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]) .t-store__parts-item-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.t-store__parts-switch-btn.t-active {
    opacity: .7
}

.t-store__parts-switch-wrapper_tree {
    font-size: 0
}

.t-store__parts-tree-root-wrapper {
    max-width: 250px
}

.t951__cont-wrapper .t-store__parts-switch-wrapper.t-store__parts-switch-wrapper_mobile {
    display: none
}

.t-store__parts-tree-line {
    gap: 4px;
    width: 100%
}

.t-store__parts-tree-btn,
.t-store__parts-tree-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.t-store__parts-tree-btn {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0
}

.t-store__parts-tree-btn-title {
    margin: 6px 0;
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.t-store__parts-tree-expander {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 6px;
    padding: 0;
    width: 20px
}

.t-store__parts-tree-expander-icon {
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

.t-store__parts-tree-expander.is-open .t-store__parts-tree-expander-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.t-store__parts-tree-children.is-collapsed {
    display: none
}

.t-store__parts-tree-children {
    margin-left: 16px
}

.js-store-filter-tree-container {
    padding: 12px 10px
}

.t951__cont-wrapper .js-store-filter-tree-container {
    padding: 0
}

.t951__cont-wrapper .t-store__filter__item-controls-container {
    max-height: none;
    overflow: initial
}

.t-store__filter-tree-checkbox {
    -ms-flex-positive: 1;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0;
    min-width: 0
}

.t-store__filter-tree-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 240px
}

.t951__cont-wrapper .t-store__filter-tree-wrapper {
    max-width: none
}

@media screen and (max-width:960px) {
    .t-store__filter-tree-wrapper {
        max-width: 100%
    }
}

.t-store__filter-tree-children {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-left: 16px;
    margin-top: 10px
}

.t-store__filter-tree-select-wrapper .t-store__filter-tree-children {
    gap: 0;
    margin-top: 0
}

.t-store__filter-tree-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: 100%
}

.t-store__filter-tree-line .t-checkbox__control {
    margin-bottom: 0
}

.t-store__filter-tree-expander {
    -ms-flex-negative: 0;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1px;
    padding: 0;
    width: 20px
}

.t-store__filter-tree-expander.is-open .t-store__filter-tree-expander-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.t-store__filter-tree-children.is-collapsed {
    display: none
}

.t-store__filter-tree-expander-icon {
    display: block;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

.t-store__filter-tree-label {
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.t-store__filter-tree-select-wrapper {
    gap: 0
}

.t-store__filter__custom-sel_tree {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 16px)
}

.t-store__filter__custom-sel_tree .t-store__filter__title {
    overflow-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-word
}

.t-store__filter-tree-select-wrapper .t-store__filter__custom-sel {
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5px 8px
}

.t-store__filter-tree-select-wrapper .t-store__filter__custom-sel.active {
    border-radius: 3px;
    opacity: 50%
}

.t-store__filter-tree-select-wrapper .t-store__filter__custom-sel:hover {
    border-radius: 3px
}

@media screen and (max-width:1200px) {
    .t-store__parts-select-wrapper {
        margin-left: 10px
    }
}

@media screen and (max-width:960px) {
    .js-store-filter-tree-container,
    .t951__cont-wrapper .js-store-filter-tree-container {
        padding: 12px 0
    }
    .t-store__relevants-grid-cont.t-store__grid-cont_col-width_stretch.t-store__grid-cont_mobile-one-row .t-store__parts-select-wrapper {
        margin-left: 20px
    }
    .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-store__parts-select-wrapper {
        margin-left: 40px
    }
    .t-store__grid-cont_col-width_stretch.t-store__grid-cont_mobile-one-row .t-store__parts-select-wrapper,
    .t-store__parts-select-wrapper {
        margin-left: 20px
    }
    .t-store__grid-cont_mobile-one-row .t-store__parts-select-wrapper {
        margin-left: 40px
    }
    .t-store__parts-sublist {
        min-width: auto
    }
    .t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]):focus-within,
    .t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]):hover {
        background: initial
    }
    .t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"])>.t-store__parts-sublist {
        border: none;
        border-radius: 0;
        box-shadow: none;
        left: auto;
        margin: 5px 0 0 16px;
        padding: 0;
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        transition: none;
        width: calc(100% - 16px)
    }
    .t-store__parts-item[data-storepart-level]:not([data-storepart-level="0"]):not([data-storepart-level="1"]).t-store__parts-item_opened>.t-store__parts-switch-btn>.t-store__parts-item-arrow {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    .t-store__parts-item_level-1>.t-store__parts-sublist {
        box-sizing: border-box;
        -webkit-transform: none;
        transform: none
    }
    .t-store__parts-item_has-subparts:focus-within>.t-store__parts-sublist,
    .t-store__parts-item_has-subparts:hover>.t-store__parts-sublist {
        display: none;
        opacity: 0;
        transition-delay: none;
        visibility: hidden
    }
    .t-store__parts-item_opened:hover>.t-store__parts-sublist,
    .t-store__parts-item_opened>.t-store__parts-sublist {
        display: block;
        opacity: 1;
        transition-delay: none;
        visibility: visible
    }
    .t-store__parts-sublist .t-store__parts-item {
        margin: 0 0 5px
    }
    .t-store__parts-item_level-1>.t-store__parts-sublist>.t-store__parts-item:last-child {
        margin: 0
    }
    .t-store__parts-sublist {
        transition: none
    }
    .t-store__parts-tree-root-wrapper {
        width: auto
    }
    .t-store__parts-tree-node {
        display: inline-block
    }
    .t-store__parts-tree-children {
        position: absolute
    }
    .t-store__parts-tree-root-wrapper {
        display: none
    }
    .t951__cont-wrapper .t-store__parts-switch-wrapper.t-store__parts-switch-wrapper_mobile {
        display: block
    }
    .t951__cont-wrapper .t-store__filter__item-controls-container {
        max-height: 500px;
        overflow: auto
    }
    .t951__cont-wrapper .t-checkbox__control_hidden,
    .t951__cont-wrapper .t-store__filter-tree-node_hidden,
    .t951__cont-wrapper .t-store__filter__custom-sel_hidden {
        display: block
    }
}

@media screen and (max-width:640px) {
    .t-store__parts-select-wrapper {
        margin-left: 10px
    }
    .t-store__grid-cont_mobile-one-row .t-store__parts-select-wrapper {
        margin-left: 20px
    }
}