.t-descr_xxs .t-store__filter__item-title {
    font-size: 21px;
}

.t-store__filter__range_bg {
    background-color: #FD939B !important;
}

.t951__sidebar .t-store__filter__item-controls-wrap.t-store__filter__item-price-box.js-store-filter-item-controls-wr {
    color: #FD939B;
}

.t-store__card__mark {
    width: auto;
    height: 30px;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 20px 25px;
    margin-right: 15px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #4caf50;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #fa2837;
    color: #ffffff !important;
}