.filter-modal {
    font-family: 'Univers LT Std';

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(21,21,21, .5);

    display: none;
    justify-content: center;
    align-items: center;

    z-index: 100;
}

.filter-modal.show {
    display: flex;
}

.filter-modal__outer {
    border-radius: 4px;
    background: #fff;
    height: 90%;
    width: 1024px;
}

.filter-modal__body {
    height: 100%;
}

.filter-modal__header {
    padding: 28px 30px;
    height: 95px;

    border-bottom: 1px solid #E5E5E5;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-modal__form {
    height: calc(100% - 185px);
}

.filter-modal__title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    padding-right: 20px;

    position: relative;
}

.filter-modal__close {
    padding: 12px;
    cursor: pointer;
}

.filter-modal__close img {
    display: block;
    width: 15px;
    height: 15px;
}

.filter-modal__footer {
    padding: 19px 30px;
    height: 95px;

    border-top: 1px solid #E5E5E5;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-modal__remove-all{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #000000;
    cursor: pointer;
}

.filter-modal__display-btn {
    padding: 14px 26px;
    background: #000;
}

.filter-modal__display-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #FFFFFF;
}

.filter-modal__tabs {
    border-right: 1px solid #E5E5E5;
    width: 25%;
    overflow-y: scroll;
    list-style: none;
    overflow-y: auto;
}

.filter-modal__tabs-body {
    width: 100%;
}

.filter-modal__tabs-body .section-name {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.filter-modal__tabs-body .section-name:not([data-counter='0'])::after {
    content: attr(data-counter);
    display: block;
    width: 20px;
    height: 20px;
    background: #212121;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;

    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.filter-modal__tabs-content {
    padding: 0 0 7px 20px;

    display: none;
}

.filter-modal__tabs-list {
    list-style: none;
}

.filter-modal__tabs-item {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    cursor: pointer;
    display: flex;
    position: relative;
}

.filter-modal__tabs-item .filter-price__prices {
    margin-bottom: 10px;
}

.filter-modal__tabs-item.r-tabs-state-active {
    background: #F3F4F4;
    border-color: #000;
}

.filter-modal__tabs-body {
    padding: 14px 30px;
}

.r-tabs-accordion-title a {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    padding: 10px 20px;
    position: relative;
}

.r-tabs-accordion-title a::after {
    content: '';
    display: block;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 10%;
}

.filter-modal__title span,
.r-tabs-accordion-title span {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
    text-align: center;

    color: #fff;

    display: none;
    margin-left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
}

 
.filter-modal__title span {
    line-height: 21px;
}

.filter-modal__tabs-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background: #e9e9e9;
}

.filter-modal__tabs-item.active::after {
    background: #000;
}

.filter-modal__tabs-item:hover .filter-modal__tabs-body,
.filter-modal__tabs-item.active .filter-modal__tabs-body {
    background: #F3F4F4;
}

.filter-modal__main {
    display: flex;
    height: 100%;
    position: relative;
}
 
.filter-modal__content {
    padding: 40px 34px 50px 54px;
    height: 100%;
    width: 75%;
    overflow-y: scroll;
    position: relative;
}

.filter-modal__loading {
    position: absolute;
    right: 0px;
    top: 0;

    width: 75%;
    height: 100%;

    display: none;
    justify-content: center;
    align-items: center;

    background-color: rgba(255,255,255,.8);
    z-index: 1;
}

.filter-modal__loading.active {
    display: flex;
}

.filter-modal__loading img {
    display: block;
}

.filter-modal__content.loading {
    overflow: hidden;
}

.filter-modal__content-title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;

    color: #000000;
    margin-bottom: 10px;
}

.filter-modal__content-subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;

    color: #000000;
    margin-bottom: 5px;
}

.filter-popular {
    margin-bottom: 23px;
}

.filter-popular__items {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
}

.filter-popular__item {
    flex: 0 1 15%;
}

.filter-popular__link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filter-popular__image {
    width: 105px;
    height: 100px;
    position: relative;

    margin-bottom: 5px;
}

.filter-popular__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filter-popular__name {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;

    color: #212121;
}

.filter-search {
    margin-bottom: 35px;
}

.filter-search__label {
    width: 100%;
    position: relative;
}

.filter-search__label-img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    display: block;
}

.filter-search__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #BFBFBF;
    padding: 5px 23px 8px;
}

.filter-search__input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;

    color: #808080;
}

.filter-parameters__letter {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;

    color: #212121;
    margin-bottom: 10px;

    position: relative;
}

.filter-parameters__letter.remove {
    display: none;
}

.filter-parameters__letter::after {
    content: '';
    display: block;
    width: calc(100% - 25px);
    height: 1px;
    background: #E9E9E9;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
}

.filter-parameters__list {
    list-style: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
}


.filter-parameters__list-item {
    width: 32%;
}

.filter-parameters__list-item.view-limit,
.filter-parameters__list-item.hide {
    display: none;
}

.filter-parameters__list-item.active {
    font-family: 'Univers-LT-Std-65-Bold';
}

.filter-parameters__list-label {
    padding-left: 21px;
    position: relative;
    cursor: pointer;
}

.filter-parameters__list-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter-parameters__list span {
    position: absolute;
    top: 5px;
    left: 0;
    height: 12px;
    width: 11px;
    display: block;
    background: url('../../../images/shop/border.svg') no-repeat 0 0 / cover;
}

.filter-parameters__list-item.active span {
    background: url('../../../images/shop/mark.svg') no-repeat 0 0 / cover;
}

.filter-parameters__item:not(:last-child) {
    margin-bottom: 20px;
}

.r-tabs-accordion-title.r-tabs-state-active::after {
    opacity: 0;
    visibility: hidden;
}

.filter-modal__tabs-clear {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #646464;
    background: none;
    display: none;
}

.filter-parameters__show-all {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #212121;
    padding: 14px 0 0;
    display: none;

    position: relative;
}

.filter-parameters__show-all span::before,
.filter-parameters__show-all span::after {
    content: '';
    display: block;
    background: #212121;
    position: absolute;
}

.filter-parameters__show-all span::before {
    width: 14px;
    height: 2px;
    left: 60px;
    bottom: 12px;
}

.filter-parameters__show-all span::after {
    height: 14px;
    width: 2px;
    left: calc(60px + 6px);
    bottom: 6px;
}


.filter-price-box {
    display: none;
}