#rec833977848 .t-section__title, #rec833984568 .t-section__title {
    margin-bottom: 45px !important;
    
}
@media screen and (max-width: 640px) {
    .t-cover {
        height: 260px !important;
    }
}

/*Стили категорий в каталоге*/
    .uc-catalog-category .t774__bgimg {
        margin: 24px 24px 0 24px;
        background-size: contain;
    }
    
    .uc-catalog-category .t-btnflex.t-btnflex_type_button {
    width: 100%;
    }
    
    .uc-catalog-category .t774__wrapper {
        box-shadow: 0px 5px 10px 2px #7E71B199;
    }
    
/* Выравнивание карточек в блоке - базовая настройка (для десктопа) */
.uc-card .t-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Мобильная версия (до 620px) */
@media (max-width: 620px) {
    .uc-card .t-container {
        flex-direction: column; /* Меняем направление на колонку */
        align-items: flex-start;
    }
    
    .uc-card .t177 .t-col:first-child {
        margin-bottom: 32px!important; /* Отступ между текстом и картинкой */
    }
}

/* Десктопная версия (от 621px) */
@media (min-width: 621px) {
    .uc-card .t177 .t-col:first-child {
        margin-bottom: 32px!important;
    }
}



.uc-cardslider .t-container {
    width: 100%;
}