/* 
.t-descr_xxs {
        font-size: 14px !important;
        font-family: 'Inter' !important;
        font-weight: 100 !important;
    }

.js-block-header-descr.t-section__descr.t-align_left::after {
    content: "///";
    color: #ff4c0c;
    font-size: 48px;
    font-weight: 700;
    margin-left: 3px;
    position: relative;
    top: -3px;
    letter-spacing: 3px;
}


.uc-document-mobile {
    
    
}

.uc-image-form-feedback {
    
}
*/
@media screen and (max-width: 760px) {
.t649 .t-card__title  {
    margin-top: 15px !important;
}
.t-section__title {
    padding-bottom: 10px !important;
}
}

.orange-glow {
    box-shadow: 0 0 20px rgba(255, 140, 40, 0.35);
}

.orange-glow:hover {
    box-shadow:
        0 0 15px rgba(255, 140, 40, 0.45),
        0 0 35px rgba(255, 140, 40, 0.30);
    transform: translateY(-2px);
}

.orange-glow-mini {
    box-shadow: 0 0 10px rgba(255, 140, 40, 0.95);
}

.orange-glow-numb {
    box-shadow: 0 0 10px rgba(255, 140, 40, 0.95);
}

.glass-card {
    transition:
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.glass-card:hover {
    box-shadow:
        0 0 20px rgba(201, 201, 201, 0.12),
        0 0 45px rgba(201, 201, 201, 0.08);
    
    border-color: rgba(201, 201, 201, 0.45);
}

.stat-number-down {
    text-shadow:
        0 0 8px rgba(255, 90, 31, 0.35),
        0 0 15px rgba(255, 90, 31, 0.15);
}


.glass-card {
    transition:
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.stat-number {
    transition:
        color 0.4s ease,
        text-shadow 0.4s ease;
    text-shadow:
        0 0 2px rgba(255, 90, 31, 0.35),
        0 0 8px rgba(255, 90, 31, 0.15);    
}

/* Когда наведены на плашку — подсвечиваем цифру */
.t-rec:has(.glass-card:hover) .stat-number {
    color: #FF6A32 !important;
    text-shadow:
        0 0 5px rgba(255, 90, 31, 0.5),
        0 0 14px rgba(255, 90, 31, 0.25);
}

.glass-card-white {
    transition:
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.glass-card-white:hover {
    box-shadow:
        0 0 20px rgba(51, 51, 51, 0.12),
        0 0 45px rgba(51, 51, 51, 0.08);
    
    border-color: rgba(255, 76, 12, 0.45);
}

.stat-number-radial {
    position: relative;
    border-radius: 50%;
}

.stat-number-radial::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow:
        0 0 12px rgba(255, 90, 31, 0.55),
        0 0 30px rgba(255, 90, 31, 0.30),
        0 0 55px rgba(255, 90, 31, 0.15);
    pointer-events: none;
}

#rec3421159501 .t-title {
    position: relative;
    padding-left: 27px;
}

#rec3421159501 .t-descr {
    padding-left: 27px;
}

#rec3421159501 .t-title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F15A24;
}

.t-menu-base__list-item {
    margin: 0 2px !important;
}