.t-store .t-checkbox__indicator {
    border: 2px solid #3b4566;
    margin-right: 10px;
    opacity: .6;
    position: relative;
    transition: all .2s;
    vertical-align: middle;
}

.t-store__filter__item .t-checkbox__control {
    margin-bottom: 5px;
}

/* Настройка шрифта и цвета описания */
.t-descr {
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 500;
    color: #3b4566;
}

/* Толщина полосы фона */
.t-store__filter__range_bg {
    width: 100%;
    height: 4px;               
    background: #3b4566;       
}

/* Настройка полей с ценой */
.t-store__filter__btn, .t-store__filter__input {
    background: #fafafa;
    border: 1px solid #3b456629;
    color: #3b4566;
    border-radius: 5px;
}

.t-store__card__price-wrapper {
    margin-top: 5px;
}

.t-store__tabs__button_active{
    border-bottom: 3px solid #3b4566;
}