h2.catalog__subtitle.subtitle a {
    color: #FFFFFF;
    text-decoration: none;
}
.filter__reset {
    padding: 0;
    color: #475A67;
    border: none;
    background-color: transparent;
    padding: 0.63rem 0.94rem 0.63rem 0.94rem;
    border: 1px solid grey;
    border-radius: 5px;
}
label.disabled {
    pointer-events: none;
    color: lightgrey;
}
.disabled > span > span.filter__group-label::before {
    border: 1px solid lightgrey;
}