
    .t758__list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .t758__list .t-menu__link-item,
    .t758__breadcrumb-divider {
        line-height: 1.55 !important;
    }
    .t758__breadcrumb-divider {
        display: flex;
        align-items: center;
        height: 31px !important;
        font-size: 0px !important;
    }
    .t758__breadcrumb-divider:before {
        content: '';
        display: block;
        width: 25px;
        height: 1px;
        opacity: 0.4;
        background-color: #1c1d22;
    }
    .t758__list .t-menu__link-item:not(.t758__link-item_active),
    .t758__breadcrumb-divider{
        opacity: 0.4;
    }
    .t758__list .t-menu__link-item:not(.t758__link-item_active):hover {
        opacity: 1;
    }
