/* Иконки мессенджеров в мобильном хедере uc-mb_head — белые */
.uc-mb_head .t-sociallinks__item svg,
.uc-mb_head .t-sociallinks__item svg path,
.uc-mb_head .t-sociallinks__item use {
    fill: #ffffff !important;
}

/* UC-contacts — фирменные иконки */
.uc-contacts svg,
.uc-contacts svg path,
.uc-contacts use {
    fill: #e05364 !important; /* твой фирменный цвет */
}

/* Hover — можно сделать светлее */
.uc-contacts:hover svg,
.uc-contacts:hover svg path,
.uc-contacts:hover use {
    fill: #ff6f80 !important; /* светлый оттенок при наведении */
}


