/* Телефон — зелёный */
.t-sociallinks__item_phone svg path {
    fill: #25d366 !important;
}

/* Telegram — синий */
.t-sociallinks__item_telegram svg path {
    fill: #229ed9 !important;
}

/* WhatsApp — зелёный */
.t-sociallinks__item_whatsapp svg path {
    fill: #25d366 !important;
}

/* Размер иконок */
.t-sociallinks__item a svg {
    width: 44px !important;
    height: 44px !important;
}

.t-sociallinks__item a {
    width: 44px !important;
    height: 44px !important;
}