/* Капсула режимов не перекрывает мобильное меню */
html body.mmenu-open .left-main,
html body.mmenu-open .left-main.cards { z-index: auto !important; }
html body .header-menu.mobdrawer { z-index: 2147483000 !important; }
html body .header-menu.mobdrawer .mmenu-panel { z-index: 2 !important; }

/* Меню длиннее по вертикали, ширина как была */
html body .header-menu.mobdrawer .mmenu-panel.mmenu-panel {
    width: 63% !important;
    max-width: 300px !important;
    top: 68px !important;
    bottom: 8px !important;
    padding: 12px 0 !important;
    border-radius: 22px !important;
}

/* Монета и крестик чуть выше */
html body .header-menu.mobdrawer .mmenu-logo {
    top: 13px !important;
    left: 18px !important;
}
html body .header-menu.mobdrawer .mmenu-logo img {
    width: 44px !important;
    height: 44px !important;
}
html body .header-menu.mobdrawer .mmenu-close {
    top: 15px !important;
}
