/* ШРИФТ В ФОРМАХ ВМЕСТО ЗАГОЛОВОЧНОГО ПО УМОЛЧАНИЮ */
.t-range__interval-txt,                                 /**/
.t-range__value-txt,                                    /**/
.t-input_bbonly,                                        /**/
.t-input-phonemask,                                     /*в поле номера телефона*/
.t-text {                                               /*в текстовых полях*/
    font-family: 'Inter' !important;                    /*шрифт*/
    /*font-size: 16px !important;                         */
}


/*ГАРАНТИЯ ТОЛЩИНЫ ЛИНИЙ 1px В АВТОСКЕЙЛЕ*/
.xtra-thin {
    height: 1px !important;
}


/* ПОПАП BF502N */
/*плашка попапа*/
.t-popup__container {
    border-radius: 20px !important;                     /*радиус углов*/
}
/*заголовок попапа*/
.t702__title {
        letter-spacing: -0.8px;
    }

/*Наименование в карточке*/
.t-store__card .t-typography__title {
    letter-spacing: -0.5px;
}
/*Описание в карточке*/
.t-store__card .t-typography__descr {
    letter-spacing: -0.3px;
}
/*Кнопка в карточке*/
.t-align_left .t-store__card__btn {
    height: 35px;
}

/*Типографика в карточке не на мобилках*/
@media screen and (width > 680px) {
.t-store__card .t-typography__title {
    letter-spacing: -0.7px;
}
.t-store__card .t-typography__descr {
    letter-spacing: -0.5px;
}
.t-store__card__btn-text {
    font-size: 8px !important;
}
.t-btn td {
    font-size: 11px !important;
}
.t-align_left .t-store__card__btn {
    height: 25px;
}
}

/*Кнопка «Показать ещё»*/
.t-store__load-more-btn {
    width: 260px;
}

/*Отступ до кнопки «Показать ещё»*/
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px;
}


.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator, .t-checkbox__indicator {
    border-radius: 5px !important;
}
