@media screen and (min-width: 1024px) {
    .t778__wrapper {
        box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    }
    .t778__wrapper:hover {
        box-shadow: 1px 1px 18px rgba(0,0,0,.15);
    }
    .t778__col_right.t778__wrapper {
        box-shadow: none;
    }
    .t778__col_right.t778__wrapper:hover {
        box-shadow: none;
    }
    .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:hover::after {
        content: "";
        transform:scaleX(1);
        transition: all .3s ease;
        transform-origin: 0 0;
    }
    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;
    }
    #rec480625973 .t-menu__link-item.t-active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #bb0000;
        transform:scaleX(1);
    }
}
.t-cover__carrier {
    filter: blur(2px);
}