html{
    overflow-x: hidden;
}

.artSpecLst a{
    color: var(--secondary);
}

.filterList__el.filterList__el--action.filterList__el--action-smb{
    flex-basis: calc(9.375rem - var(--cgap));
}
.filterList__el--search.filterList__el {
    flex-basis: calc(50% - var(--cgap));
    max-width: 28.75rem;
}
.filterList__el--range.filterList__el {
    flex-basis: calc(50% - var(--cgap));
    z-index: 0;
}
.filterList__el {
    flex: calc(20% - var(--cgap)) 1 0;
}
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.range-slider-container{
    margin-left: auto;
}
.filterList__el.filterList__el--action.filterList__el--action-smb{
    display: inline-flex;
    justify-content: flex-end;
}

.filterResetList{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    margin-top: 60px;
    list-style: none;
}
.filterReset{
    display: inline-flex;
    align-items: center;
}
.filterReset a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    white-space: nowrap;
    padding: 0px 20px;
    border: solid 1px #fff;
    border-radius: 4px;
    height: 40px;
    box-sizing: border-box;
    transition: all .3s;
}
.filterReset a:hover{
    background-color: color-mix(in srgb, var(--white) 30%, transparent);
    color: var(--white);
    border-color: var(--white);
}
.objectsFilterForm__reset{
    background: #fff;
    border: solid 1px #999;
    border-radius: 4px;
    color: #000;
}

@media screen and (max-width: 767.98px), screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) and (max-width: 767.98px) {
    .filterList__el.filterList__el--action.filterList__el--action-smb,
    .filterList__el {
        min-width: 100%;
    }
}