/* Исправление цвета кнопки Games в навигации */
.header__nav-list .menu-item a {
    color: #f4f4f4 !important;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    transition: color 0.2s ease 0s;
}

.header__nav-list .menu-item a:hover {
    color: #ff2400 !important;
}

/* Для активной страницы Games */
.header__nav-list .menu-item-games a {
    color: #f4f4f4 !important;
}
