.uc-intelligence a {
    color: #33CCFF !important;
}

.uc-thermogenic a {
    color: #FF6633 !important;
}

.uc-strength a {
    color: #E83B3B !important;
}

.uc-endurance a {
    color: #FFCC03 !important;
}

.uc-fitness a {
    color: #CDCCCC !important;
}

.uc-energy a {
    color: #FFFFFF !important;
}

/* Базовое размытие при появлении PopUp окон */
.t-popup_show {
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
}

/* Альтернативный вариант для старых браузеров */
.popup-blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(5px);
    z-index: 9998;
    display: none;
}