@media screen and (min-width: 1024px) {
    .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;
    }
    #rec173295666 .t-menu__link-item.t-active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #bb0000;
        transform:scaleX(1);
    }
}