#rec1225375381 {
    .t447__input-wrapper .t-descr_xxs {
        font-size: 12px !important;
    }
    
    .t-descr {
        font-family: 'Montserrat' !important;
    }
}
/*Заголовок каталогов*/
.t795 .t-container {
    max-width: 3840px !important;
}

@media screen and (min-width: 960px) {
    .t795 .t-container {
   margin: 0px 40px;
}
}
/*Блок с фильтрами в мобилке*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont_col-width_stretch .t951__sidebar {
        margin: 0px 5px 20px 5px !important;
        border-radius: 2px;
    }
}
/*Разделы в фильтрации*/
.t-store__parts-switch-wrapper.t-align_center {
    display: flex;
    gap: 12px;
    overflow-x: scroll;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.t-store__parts-switch-wrapper.t-align_center::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
}

.t-store__parts-switch-wrapper .t-store__parts-switch-btn {
    text-wrap-mode: nowrap;
    margin: 0px !important;
}
/*Фильтр Цены*/
.t-store__filter__price-outer {
    height: 8px !important;
    top: 10px !important;
    background-color: #fdf9f9 !important;
}

.t-store__filter__range_bg {
    background-color: #1a1818 !important;
    height: 8px !important;
    top: 10px !important;
}

/*Фильтр инпутов Цены*/
.t-store__filter__btn, .t-store__filter__input {
    background: #fff !important;
    border: 1px solid #1a1818 !important;
    color: #1a1818 !important;
    min-height: 28px !important;
    border-radius: 2px !important;
}

/*Расстояние между фильтрами*/
@media screen and (min-width: 961px) {
    .t951__sidebar .t-store__filter__options {
        margin-top: 30px;
    }
}

/*Паддинги у фильтра цвета*/
.t-store .t-store__filter__item_custom .t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
    padding: 0px !important;
}

/*Паддинги у фильтра цвета*/
.t-store__sort-select {
    background: #f8f8f8 !important;
    border: 1px solid #1a1818 !important;
    border-radius: 2px !important;
    color: #1a1818 !important
}

.t-store__sort-select-wrapper:after {
    border-color: #1a1818 transparent transparent !important;
}

.t-cover__carrier.loaded {
    background-position: center 35% !important;
}