.filters {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    max-height: 100%;
    background: white;
    padding: 44px 33px 100px;
    border-radius: 25px 25px 0 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow-y: scroll;
    z-index: 3;
}

.filters__caption {
    margin-bottom: 20px;
    font-family: 'Suisse Intl';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #343434;
}

.filters__title {
    margin-bottom: 8px;
    font-family: 'Suisse Intl';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #343434;
}

.filters__options {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}

.filters__wrap {
    margin: 4px;
}

.filters__option {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 7px 12px;
    font-family: 'Suisse Intl';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    color: #828282;
    background: rgba(130, 130, 130, .2);
    border-radius: 4px;
    -webkit-transition: 0s, color 0.4s;
    -o-transition: 0s, color 0.4s;
    transition: 0s, color 0.4s;
}

.filters__option:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #828282;
}

.filters__option::before {
    content: attr(data-text);
    height: 0;
    font-weight: 400;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.filters__option--active {
    background: rgba(255, 255, 255, 1);
    color: #E02C38;
}

.filters--open {
    -webkit-transform: translateY(32px);
    -ms-transform: translateY(32px);
    transform: translateY(32px);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0px -10px 25px rgba(200, 44, 47, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0px -10px 25px rgba(200, 44, 47, 0.1);
}

.filters__slider {
    margin: 32px 0 !important;
}

.filters__item {
    margin-bottom: 20px;
}

.filters__item--slider {
    padding-bottom: 57px;
}

.filters__buttons {
    display: flex;
    width: 100%;
    margin-top: 78px;
    justify-content: space-between;
}

.filters__button-accept {
    margin: 0 32px 0 0;
    background: #E02C38;
    border-radius: 4px;
    flex: 1 1 auto;
}

.filters__button-accept_button {
    width: 100%;
    padding: 17.5px 32px;
    border: 0;
    cursor: pointer;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

.filters__button-accept_button:disabled {
    cursor: default;
}

.filters__button-clear,
.filters__button-clear:hover,
.filters__button-clear:active,
.filters__button-clear:disabled {
    background: none;
    border: none;
    box-shadow: none;
    text-transform: inherit;
    cursor: pointer;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1px;
    color: #E02C38;
    flex: 0 0 auto;
}

.filters__button-clear:disabled {
    cursor: default;
}

.filters__button-clear::after {
    content: url('/local/templates/main/img/sharing/union_v2.svg');
    vertical-align: text-top;
    margin-left: 18px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.filters__button-clear--active,
.filters__button-clear--active:hover {
    color: #E02C38;
}

.filters__button-clear--active::after {
    content: url('/local/templates/main/img/sharing/union-red.svg');
    vertical-align: text-top;
    margin-left: 7px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.noUi-tooltip {
    font-family: 'Suisse Intl' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

.noUi-tooltip-suffix {
    font-family: 'Suisse Intl' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: center !important;
    color: rgba(60, 60, 67, 0.6) !important;
}

/* Begin switch slider */
.filters__item--inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters__switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 31px;
}

.filters__checkbox {
    display: none;
}

.filters__slider--check {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}

.filters__slider--check:before {
    position: absolute;
    content: "";
    height: 27px;
    width: 27px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

.filters__checkbox:checked+.filters__slider--check {
    background-color: #E02C38;
}

.filters__checkbox:focus+.filters__slider--check {
    box-shadow: 0 0 1px #E02C38;
}

.filters__checkbox:checked+.filters__slider--check:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

/* Rounded sliders */
.filters__slider--check.filters__round {
    border-radius: 31px;
}

.filters__slider--check.filters__round:before {
    border-radius: 50%;
}

.filters__mobile--close {
    display: none;
}

/* End switch slider */
@media (max-width: 991.9px) {
    .filters__slider {
        margin: 32px 20px !important;
    }

    .filters__buttons {
        margin-top: 36px;
    }

    .filters__mobile--close {
        display: block;
        position: absolute;
        right: 11px;
        top: 47px;
        cursor: pointer;
    }
}

span.options__block.options__block--circle {
    cursor: pointer;
    border-color: transparent;
    border-radius: 50%;
}

span.options__block.options__block--circle.filters__option--active {
    background: #F6F6F6;
    border: 2px solid #E02C38;
    border-radius: 100px;
    box-shadow: 0 0 0 2px #F6F6F6 inset;
}

/* Begin toggle full collection */

.filters__full-collections {
    display: none;
}

.full-toggle__show {
    display: none;
}

.full-toggle__hide {
    display: none;
}

.full-toggle--active {
    display: flex;
    flex-wrap: wrap;
}

.full-toggle {
    font-family: 'Suisse Intl';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-top: 8px;
    cursor: pointer;
    user-select: none;
    transition: .3s all;
    width: 100%;
}

.full-toggle:hover {
    color: #E02C38;
}

.full-toggle__show:after {
    width: 24px;
    height: 24px;
    content: "";
    fill: #262626;
    transition: .3s all;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 17.6993L6 11.6993L7.4 10.2993L12 14.8993L16.6 10.2993L18 11.6993L12 17.6993Z' fill='%23262626' /%3E%3C/svg%3E%0A");
}

.full-toggle__show:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 17.6993L6 11.6993L7.4 10.2993L12 14.8993L16.6 10.2993L18 11.6993L12 17.6993Z' fill='%23E02C38' /%3E%3C/svg%3E%0A");
}

.full-toggle__hide:after {
    width: 26px;
    height: 26px;
    content: "";
    fill: #262626;
    transition: .3s all;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 17.6993L6 11.6993L7.4 10.2993L12 14.8993L16.6 10.2993L18 11.6993L12 17.6993Z' fill='%23262626' /%3E%3C/svg%3E%0A");
    transform: rotateZ(-180deg);
}

.full-toggle__hide:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 17.6993L6 11.6993L7.4 10.2993L12 14.8993L16.6 10.2993L18 11.6993L12 17.6993Z' fill='%23E02C38' /%3E%3C/svg%3E%0A");
    transform: rotateZ(-180deg);
}

.disabled.options__block--circle span {
    width: 100%;
    height: 100%;
    background: url('/local/templates/.default/components/bitrix/catalog.smart.filter/filter_v2/images/close1.png') no-repeat center !important;
    background-size: cover !important;
}

.filters__link.disabled_button {
    color: #c6bbbb;
}

.filters__link.disabled_button:hover {
    color: #c6bbbb;
    cursor: default;
}

.prices-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: center;
    justify-content: flex-start;
    gap: 10px;
}

.prices-input {
    padding: 7px 12px;
    font-family: 'Suisse Intl';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    min-width: 120px;
    outline: none;
}


.checkbox-btn {
    display: inline-block;
    user-select: none;
    position: relative;
    cursor: pointer;
}

.checkbox-btn input[type=checkbox] {
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* .checkbox-btn span {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 7px 12px;
    font-family: 'Suisse Intl';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    color: #828282;
    background: rgba(130, 130, 130, .2);
    border-radius: 4px;
    -webkit-transition: 0s, color 0.4s;
    -o-transition: 0s, color 0.4s;
    transition: 0s, color 0.4s;
} */

/* Checked */
.checkbox-btn input[type=checkbox]:checked+div {
    background: rgba(255, 255, 255, 1);
    color: #E02C38;
}

/* Focus */
.focused div {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover */
.checkbox-btn:hover {
    color: #666;
}

/* Active */
.checkbox-btn input[type=checkbox]:active:not(:disabled)+div {
    background: #d2c5ac;
    color: #000;
}

/* Disabled */
.checkbox-btn input[type=checkbox]:disabled+div {
    background: #efefef;
    color: #666;
    cursor: default;
}

.checkbox-btn input[type=checkbox]:checked:disabled+div {
    background: #f7efdc;
}


#modef {
    background: white;
    position: absolute;
    padding: 5px 7px;
    right: 0;
    z-index: 999999999;
}

#modef:before {
    content: "";
    border: solid transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    border-right-color: #eee;
    border-width: 9px;
    margin-top: -9px;
}

.prices-input:focus {
    border-image: none !important;
    border: 1px solid #E02C38 !important;
}