/* Ховер на хлебные крошки */
    .uc-hover-scaz .t396__elem:has(a){
        align-items: center;
        justify-content: center;
        display: flex;
    }
    
    .uc-hover-scaz .t396__elem:has(a){
        width: fit-content !important;
    }
    
    .uc-hover-scaz .t396__elem a{
        line-height: 1em !important;
        display: inline-flex;
        width: fit-content;
        position: relative;
        overflow: hidden;
        transition: color .2s ease-out;
        border-radius: 0 !important;
    }
    
    .uc-hover-scaz .t396__elem a::before{
        content: "";
        position: absolute;
        inset: 0;
        border-bottom: 1px solid #1B1A41;
        transition: translate .2s ease-out;
        translate: -105% 0;
    }

    .uc-hover-scaz .t396__elem a:hover::before{
        translate: 0 0;
    }
