/* Telegram - делаем иконку синей */
.t-sociallinks__item_telegram .t-sociallinks__svg path {
    fill: #0088cc !important;
}

/* WhatsApp - делаем иконку зеленой */  
.t-sociallinks__item_whatsapp .t-sociallinks__svg path {
    fill: #25D366 !important;
}

/* При наведении - затемняем цвет */
.t-sociallinks__item_telegram:hover .t-sociallinks__svg path {
    fill: #006699 !important;
}

.t-sociallinks__item_whatsapp:hover .t-sociallinks__svg path {
    fill: #1DA851 !important;
}