/* body, html{
    overflow-x: hidden;
} */
html {
    max-width: 100vw;
    overflow-x: hidden;
}

.moduletablemod_vic_categories {
    margin: 20px 0;
}

.filter__wrapper input,
.filter__wrapper button,
.filter__wrapper textarea {
    font-family: inherit;
    outline: none;
    border: none;
    background: transparent;
}

.filter__wrapper *,
.filter__wrapper *:before,
.filter__wrapper *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter__wrapper * {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* .filter__wrapper {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    overflow-x: hidden !important;
} */

.filter__wrapper .input {
    background: #fff;
    border: 1px solid #D4D9DE;
    color: #000;
    width: 100%;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 7px 5px;
}

.filter__wrapper .btn,
.filter_not_found button {
    text-align: center;
    padding: 8px 15px;
    background: #de002b;
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .4s;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
}

.filter__wrapper .btn:hover,
.filter__wrapper .btn_upend,
.filter_not_found button:hover {
    color: #de002b;
    border-color: #de002b;
    background: transparent;
}

.filter__wrapper .btn.btn_upend:hover {
    color: #fff;
    background: #de002b;
    border-color: transparent;
}

/*  */
.filter__wrapper .filter {
    padding: 22px 18px;
    background: #F8F9FA;
    border: 1px solid #D4D9DE;
}

@media (max-width: 1000px) {

    .filter__wrapper .filter {
        padding-bottom: 60px;
    }
}

.filter__wrapper {
    /* max-width: 255px;
    min-width: 255px */
}

#select2_sort_filter {
    margin-left: auto;
}

.select2_sample_nude.select2_sample_nude_white.select2_sample_nude_black .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(/templates/mkelektro/fil_vic/images/sort_w_black.svg) center center no-repeat;

}

@media (max-width: 992px) {
    #select2_sort_filter {
        display: none;
    }

    .filter__wrapper {
        display: none
    }
}

.filter__wrapper .filter__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 15px */
}

.filter__wrapper .filter__title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #16161f;
}

.filter__wrapper .filter__title svg {
    display: none;
    margin-left: auto;
    fill: #1e1e1e
}

@media (max-width: 992px) {
    .filter__wrapper .filter__title svg {
        display: block
    }
}

.filter__wrapper .filter__item.open .filter__header img {
    transform: rotate(180deg)
}

.filter__wrapper .filter__item.open .filter__body {
    display: block
}

.filter__item_fixed .filter__header img {
    display: none;
}

.filter__wrapper .filter__header {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    margin-bottom: 7px;
    cursor: pointer;
    transition: all .4s
}

.filter__wrapper .filter__header:hover {
    opacity: .7
}

.filter__wrapper .filter__header p {
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #343A40;
}

.filter__wrapper .filter__header img {
    transform: rotate(90deg);
    transition: all .4s
}

.filter__wrapper .filter__clear {
    color: #de002b;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all .4s
}

.filter__wrapper .filter__clear:hover {
    opacity: .7
}

.filter__wrapper .filter__body {
    margin-top: 7px;
    display: none
}

.filter__wrapper .filter__actions {
    display: flex;
    gap: 7px;
    flex-direction: column;
    margin-top: 20px
}

.filter__wrapper .filter__actions button {
    width: 100%
}

.filter__wrapper .filter__actions_btn_clear {
    background: transparent;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #636363;
    border: none !important;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.filter__wrapper .filter__actions_btn_clear:hover {
    color: #9398ae;
    opacity: 0.7;
}

.filter__wrapper .filter__range_inputs {
    display: flex;
    align-items: center
}

.filter__wrapper .filter__range_inputs input {}

.filter__wrapper .filter__range_inputs span {
    color: #8e95a6;
    margin: 0 4px
}

.filter__wrapper .filter__checkbox,
.filter__wrapper .filter__radio {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.filter__wrapper .filter__radio:not([data-radio="all"]) {
    overflow: hidden;
}

.filter__radio {
    max-height: 200px;
    overflow: auto;
}

.filter__wrapper .filter__radio_hide {
    display: none;
}

.filter__radio_btn {
    text-align: left;
    color: #de002b8a;
    transition: all 0.4s;
    margin-top: 5px;
}

.filter__radio_btn:hover {
    opacity: 0.7;
}

.filter.filter_louder {
    --skeleton-gradient-width: 300px;
    --skeleton-animation-duration: 1.5s;
    --color-skeleton-from: #cfcfcf;
    --color-skeleton-to: #e1e1e1;
    max-width: 100%;
    border-radius: 6px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    visibility: visible;
    z-index: 1;
}

.filter.filter_louder::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 99;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: calc(100% + var(--skeleton-gradient-width, 300px));
    background-image: linear-gradient(to right, var(--color-skeleton-from, var(--vkui--color_skeleton_from)) 0, var(--color-skeleton-to, var(--vkui--color_skeleton_to)) calc(var(--skeleton-gradient-width, 300px) * .5), var(--color-skeleton-from, var(--vkui--color_skeleton_from)) calc(var(--skeleton-gradient-width, 300px) * .75));
    background-size: var(--skeleton-gradient-width, 300px) 100%;
    background-attachment: fixed;
    animation-name: skeleton-iso;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-duration: var(--skeleton-animation-duration, 1.5s);
    animation-timing-function: ease-in-out;
}

@keyframes skeleton-iso {
    0% {
        transform: translateX(calc(var(--skeleton-gradient-width, 300px)*-1))
    }

    to {
        transform: translateX(0)
    }
}

/*  */
.checkbox input {
    display: none
}

.checkbox label {
    color: #53555c;
    position: relative;
    cursor: pointer;
    word-break: break-all;
    padding-top: 2px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.checkbox label sup {
    top: 0;
    margin-left: 3px;
    word-break: keep-all;
    color: #de002b8a;
    font-weight: 500;
    font-size: 9px;
    line-height: 100%;
}

.checkbox input+label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #53555c;
}

.checkbox input:disabled+label {
    cursor: default;
    opacity: 0.5;
}

.checkbox input+label:after {
    content: "";
    background-image: url("/templates/mkelektro/fil_vic/images/checkbox.svg");
    background-repeat: no-repeat;
    background-size: 9px 9px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    left: 0;
    top: 2px;
    text-align: center;
    background-color: #de002b;
    font-size: 10px;
    height: 14px;
    width: 14px;
    min-width: 14px;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0;
    transition: all .4s
}

.checkbox input:checked+label:after {
    opacity: 1
}

.checkbox a {
    color: #cc222e;
    display: contents;
    transition: all .4s
}

.checkbox a:hover {
    color: #8e95a6
}

.radio input {
    display: none
}

.radio label {
    color: #9CA2B1;
    position: relative;
    cursor: pointer;
    word-break: break-all;
    padding-top: 2px;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.radio label sup {
    top: 0;
    margin-left: 3px;
    word-break: keep-all;
    color: #8C8C94;
    font-weight: 500;
    font-size: 9px;
    line-height: 100%;
}

.radio input:disabled+label {
    cursor: default;
    opacity: 0.5;
}


.radio input+label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #8e95a6;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer
}

.radio input+label:after {
    content: "";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    left: 3px;
    top: 5px;
    text-align: center;
    background-color: #de002b;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0;
    transition: all .4s
}

.radio input:checked+label:after {
    opacity: 1
}

.radio input:checked+label:before {
    border-color: #de002b
}

.radio a {
    color: #cc222e;
    display: contents;
    transition: all .4s
}

.radio a:hover {
    color: #8e95a6
}

.fil_pagination a[data-page] {
    cursor: pointer;
}

.filter_not_found {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.filter_not_found button {}

.filter_not_found h1 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.filter_not_found p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.filter__item_stock_preview > .filter__header img {
    display: block;
}

.filter__item_stock_preview .filter__item:not(.filter__item_fixed) > .filter__header img {
    display: block;
}


.checkbox_stock_line {
    margin-bottom: 6px; /* расстояние между фильтрами */
}

.checkbox_stock_line:last-child {
    margin-bottom: 14px;
}

.checkbox_stock_line label {
    cursor: pointer;
    line-height: 1.2;
}

.checkbox_stock_line input {
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: 1px; /* выравнивание чекбокса с текстом */
}

.checkbox_stock_line__title {
    display: inline;
    line-height: 1.2;
}

.checkbox_stock_line label sup {
    margin-left: 2px;
    font-size: 9px;
    line-height: 1;
    vertical-align: super;
}