
.tmenu { 
    background-color: rgba(0, 0, 0, 0); /* Прозрачное меню */
    transition: background-color 0.3s ease;
}
.tmenu:hover {
    background-color: rgba(0, 0, 0, 1); /* Чёрный фон при наведении */
}
.tmenu.tmenu_fixed {
    background-color: rgba(0, 0, 0, 1) !important; /* Остаётся чёрным при прокрутке */
}

