﻿.h-menu-w{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.h-menu-close {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: var(--m1);
    opacity: .7;
    z-index: -1;
}

.h-menu-c{
    background-color: var(--m2);
    max-width: 330px;
    width: 85%;
    height: 100%;
}