.uc-menu .t450__logowrapper {
    margin-bottom: 56px;
}

.left-border {
    border-left: 1px solid #2B2B2B;
}


/* Фото-блок карточки */
.card-gradient .t-bgimg {
    position: relative;
    overflow: hidden;
}

/* Градиент поверх фото */
.card-gradient .t-bgimg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.58) 0%,
        rgba(0, 0, 0, 0.28) 38%,
        rgba(0, 0, 0, 0.08) 62%,
        rgba(0, 0, 0, 0) 100%
    );
}

/* Контент поверх затемнения */
.card-gradient .t-bgimg > * {
    position: relative;
    z-index: 2;
}


.label-title span {
    display: inline-block;
    line-height: 0.82;
    padding: 0.12em;
}