@media (max-width: 900px){
 .t-menu-popover__container .t-menu-popover__burgermenu__list-wrapper, .t-menu-popover__container .t1362__additional
 {
     flex-direction: column;
 }
}
@media screen and (min-width: 960px) {
    
    .js-store-cont-w-filter {
        max-width: 1240px;
        width: 100%;
    }
    
    /*Сайдбар с фильтрами и категорией для страниц категорий*/
    .t951 .t951__sidebar_sticky .t951__sidebar-wrapper {
        box-shadow: 0px 3px 10px 1px rgba(0,11,48,0.25) !important;
        padding: 24px;
        border-radius: 8px;
    } 
    /*Наименование титульник видов фильтра*/
    .js-store-filter-item-title {
        color: #1e1e1e;
        font-weight: 600 !important;
        font-size: 16px;
    }
    /*Категории в фильтре*/
    .t-store__filter__title {
        font-weight: 400;
        color: #3c3c3c;
        font-size: 14px;
        font-family: var(--t-text-font, Arial);

    }
    /*Активное состояние категории в фильтре*/
    .t-store__filter-tree-select-wrapper .t-store__filter__custom-sel.active {
        opacity: 100%;
    }
    /*Ползунок фильтра стоимости*/
    .t-store__filter__btn, .t-store__filter__input {
        border: 0px solid;
        background: #f5f5f5;
        border-radius: 4px;
    }
    .t-store__filter__range_bg {
        background: #fdcd00;
    }
    /*Контейнер фильтра*/
    .js-store-parts-select-container {
        margin-right: 24px;
    }
    .t-store__filter__search-and-sort {
        display: flex !important;
        justify-content: flex-end;
        margin-right: 3px;

    }
    .t951 .t-store__filter__search .t-store__filter__input {
        height: 44px;
        background: #fcfcfc;
        width: 295px;
        border: 0px solid #fdcd00;
        border-radius: 8px;
        box-shadow: 0px 3px 10px 1px rgba(0,11,48,0.25) !important;
        font-family: var(--t-text-font, Arial);
        font-weight: 400;
    }
    
    .t-store__sort-select{
        height: 44px;
        background: #fcfcfc;
        width: 295px;
        border: 0px solid #fdcd00;
        border-radius: 8px;
        box-shadow: 0px 3px 10px 1px rgba(0,11,48,0.25) !important;
        font-family: var(--t-text-font, Arial);
        font-weight: 400;
    }
    
    .t-store__filter__item .t-checkbox__control:last-child {
        font-family: var(--t-text-font, Arial);
        color: #3c3c3c;
    }
    
    .t951 .t-store__filter__search .t-store__filter__input svg{
        background: #fdcd00;
    }
    /*Пагинация*/
    .t-store .t-store__pagination__item_active {
        color: #1e1e1e;
        background: #fdcd00;
        border-color: #fdcd00 !important;
    }
    
    /*КАРТОЧКИ ТОВАРА*/
    .t-store__card {
        padding: 24px !important;
        box-shadow: 0px 3px 10px 1px rgba(0,11,48,0.25) !important;
        border-radius: 8px;
    }
    .t-store__card-list {
        column-gap: 24px;
        row-gap: 24px !important;
    }
    .t-store__stretch-col_33 {
        width: 31.333%
    }
    .t-store__card__btn {
        width: 100%;
    }
    .t-store__card__title {
        font-size: 16px;
        font-weight: 600;
        color: #1e1e1e;
    }
    .t-store__card__price {
        font-size: 20px;
        font-weight: 600 !important;
    }
    .t-store__card__price_old {
        font-size: 18px;
        font-weight: 500 !important;
        margin-left: 8px;
        color: #6e6e6e;
    }
    
    /*Попап в левом нижнем углу с результатом фильтрации*/
    .t951 .t-store__filter__prods-number {
        font-size: 14px;
        color: #3c3c3c;
        font-weight: 400;
    }
    .t951 .t-store__filter__chosen-bar {
        border-radius: 12px;
        padding: 24px;
    }
    
    /*Избранное*/
    .t1002__product-link {
        font-size: 14px;
        color: #3c3c3c;
    }
    
    /*Страница товара*/
    .t-store__prod-snippet__container {
        padding-top: 190px;
        padding-bottom: 60px;
    }
    .t-store__filter-tree-children:first-child {
        display: flex !important;
    }
    .t-store__prod-popup__col-right{
        box-shadow: 0px 3px 10px 1px rgba(0,11,48,0.25) !important;
        border-radius: 8px;
        padding: 24px;
        margin-right: 0px !important;
        margin-left: 12px !important;
    }
    .t-store__prod-popup__col-left {
        margin-left: 0px !important;
        margin-right: 12px !important;
    }
    .t-store__prod-popup__name {
        color: #1e1e1e;
    }
    .js-product-brand {
        font-size: 16px;
        font-weight: 500;
        color: #3c3c3c;
    }
    .t-store__prod-popup__sku {
        font-size: 16px;
        font-weight: 500;
        color: #3c3c3c;
    }
    .t-store__prod-popup__price {
        font-weight: 600 !important;
        color: #1e1e1e;
    }
    .t-store__prod-popup__price_old {
        color: #6e6e6e;
        font-weight: 500 !important;
    }
    .t-store__prod-popup__btn {
        font-size:  16px;
        font-weight: 500 !important;
        color: #1e1e1e;
        background: #fdcd00 !important;
        border-color: #fdcd00 !important;
        border-radius: 8px;
        width: 200px !important;
    }
        .t-store__prod-popup__btn:hover {
        border-color: #3c3c3c !important;
    }
    .t-store__prod__quantity {
        background: #F3F3F3;
        border-radius: 8px;
        border: 0px solid;
    }
    .t-store__prod__quantity-input {
        font-weight: 500;
        font-size: 16px;
    }
    .t-store__prod-popup__btn-wrapper .t1002__addBtn {
        border-radius: 8px;
        border: 2px solid #3c3c3c;
    }
    .js-store-prod-all-text {
        font-size: 14px;
        font-weight: 400;
        color: #3c3c3c;
        font-family: var(--t-text-font, Arial);
    }
    .js-store-prod-all-charcs {
        font-size: 14px;
        font-weight: 400;
        color: #3c3c3c;
        font-family: var(--t-text-font, Arial);
    }
    .t-store__relevants__title {
        margin-top: 60px;
        font-size: 32px;
        color: #1e1e1e;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 24px;
    }
    .t-store__relevants-grid-cont .t-store__card {
        margin: 0px;
        max-width: 230px;
    }
    .t-store__relevants__container .t-container .t-col {
        margin: 0px;
    }
    
    
}
/*Шапка*/
.t1261__panel {
        margin-top: 55px;
}
/*Подвал*/
#rec2105631491 {
    box-shadow: 0px 3px 10px 1px rgba(0,11,48,0.25) !important;
}