/* Рендер текста «Характеристики» */
.js-store-prod-all-charcs::before {
    content: "Характеристики:";
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .t774__wrapper {
        box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    }
    .t774__wrapper:hover {
        box-shadow: 1px 1px 18px rgba(0,0,0,.15);
    }
    .t554__card {
        box-shadow: 0 2px 20px rgba(0,0,0,.15);
    }
    .t229__list_item {
    position: relative;
    }
    a.t-menu__link-item {
        display: block;
        height: 50px;
        line-height: 50px;
    }
    a.t-menu__link-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #bb0000;
        transform:scaleX(0);
        transform-origin: 0 0;
    }
    a.t-menu__link-item:hover::after {
        content: "";
        transform:scaleX(1);
        transition: all .3s ease;
        transform-origin: 0 0;
    }
    #rec351191754 .t-menu__link-item.t-active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #bb0000;
        transform:scaleX(1);
    }
    

    .t338__btn {
        font-size: 22px;
        height: 100px;
        padding-right: 100px;
        padding-left: 100px;
    }
}