/* Толщина линий SVG-иконок в меню */
.t-menuwidgeticons__wrapper svg circle,
.t-menuwidgeticons__wrapper svg line,
.t-menuwidgeticons__wrapper svg path {
    stroke-width: 1.4px !important;
}

/* Нижний отступ у контейнера иконки */
.t-menuwidgeticons__icon {
    padding-bottom: 0;
}

/* Отступ между описанием товара и его ценой */
.t-catalog__card__price-wrapper {
    margin-top: 5px;
}

/* Верхний внутренний отступ текстовой части и кнопок карточки */
.t-catalog__card__wrap_txt-and-btns {
    padding: 10px 0 0 !important;
}

/* Размер ссылок в footer */
.t420__descr {
    font-size: 10px !important;
}

@media screen and (max-width: 960px) {
    /* Контейнер основного мобильного меню */
    .t-menu-base__maincontainer {
        gap: 0;
        padding: 40px 20px 10px;
    }

    /* Выравнивание ссылок в меню с левой стороны */
    .t-menu-base_mobile-left .t-menu__link-wrapper {
        justify-content: normal;
    }

    /* Размеры и внутренние отступы мобильного меню */
    .tmenu-mobile__container {
        min-height: 42px !important;
        padding: 10px 20px !important;
    }

    /* Скрывает стрелки слайдера на мобильных устройствах */
    .t-slds__arrow {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    /* Фиксированная высота слайдера и его обложки */
    .t-slds__items-wrapper,
    .t734__slds-wrapper .t-cover,
    .t-cover__wrapper {
        height: 600px !important;
    }
}