.t-menubar__lang a {
    color: #000000 !important; /* обычный цвет языка */
    transition: color .2s ease;
}

.t-menubar__lang a:hover {
    color: #A97BF8 !important; /* лиловый hover */
}
