#menu {
    background: #fff;
}

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

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

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

#control-panel .img-svg {
    filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
}


@media (max-width: 1259px) {
    header {
        background: #fff;
    }
}