#rec1238505756 .t951__cont-wrapper .t951__sidebar {
    background-color: #ff4f00;
    padding: 0px!important;
@media screen and (max-width: 960px) {
    .t-store__filter__options, .t-store__filter__search-and-sort {
        margin-top: 0px!important;

    }
  
@media screen and (max-width: 960px) {

        /* Стили для отображения фильтров и поиска на мобильных устройствах */
        .t-store__filter__options, 
        .t-store__filter__search-and-sort, 
        .t-store__filter__sort {
            display: block; /* Отображение в виде блоков */
        }

        /* Скрытие кнопки фильтров для мобильных */
        .t-store__filter__opts-mob-btn {
            display: none; /* Скрытие кнопки */
        }

        /* Скрытие кнопки поиска для мобильных */
        .t-store__filter__search-mob-btn {
            display: none; /* Скрытие кнопки */
        }
    }

