.menu-close {
    top: 1.425rem;
    right: calc(4.44% - 6px);
    z-index: 1;
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 32px;
    padding: 0;
}
.ws_desktop .menu-close {
    right: calc(4.44% - 23px);
}
@media (max-width:767px) {
    .menu-close {
        right: 10px;
        top: 1.425rem;
    }
}
