#menu {
    background: #fff;
}

#menu .categories-list > li a {
    color: #2d2d2d;
}

#menu .categories-list > li:hover a {

    color: #ffffff;
}


#menu .categories-list > li:nth-last-child(3) a {
    color: #fff;
}

#modal-menu-btn svg rect {
    fill: #2d2d2d;
}

@media (max-width: 1259px) {
    header {
        background: #fff;
    }
    #control-panel .img-svg {
        filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
    }
}