/* Кастом меню */

.menu {
    background-color: rgb(255 255 255 / 30%)!important;
    backdrop-filter: blur(8px)!important;

}

@media screen and (min-width: 1200px) {
    .menuopen {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .linkgroup {
        display: none!important;
    }
}



