/* Текст в блоке #rec780130556 */
#rec780493918 .menu-item a {
    transition: color 0.3s ease-in-out;
    color: #333; /* Исходный цвет текста */
    text-decoration: none;
}

#rec780493918 .menu-item a:hover {
    color: #FF090C !important; /* Цвет текста при наведении */
    text-decoration: none !important; /* Убираем подчеркивание */
}


#rec780493918 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

