body, html {
    padding: 0;
    margin: 0
}

body {
    min-height: 100vh;
    position: relative;
    -webkit-text-size-adjust: none
}

.mm-divider.button {
    text-indent: 0 !important;
    padding: 20px 20px 40px 20px !important
}

nav:not(.mm-menu) {
    display: none
}

body .mh-head {
    background: rgb(23,41,82);
    background: linear-gradient(90deg, rgba(23,41,82,1) 20%, rgba(255,248,0,1) 100%);
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .mh-text {
    font-size: 16px;
    font-weight: 700
}

.mh-head .hamburger-inner, .mh-head .hamburger-inner::after, .mh-head .hamburger-inner::before {
    background: #fff
}

.mh-head a[href="#page"] {
    display: none !important
}

.mm-wrapper_opening .mh-head a[href="#categories"] {
    display: none !important
}

.mm-wrapper_opening .mh-head a[href="#page"] {
    display: block !important;
    left: 0 !important
}

.mm-menu:not(.mm-menu_offcanvas) {
    z-index: 10
}

.mm-menu:not(.mm-menu_offcanvas) + #page {
    display: none
}

.mm-listitem .fa {
    margin: 0 20px 0 5px;
    font-size: 16px;
    width: 12px;
    text-align: center
}

.mm-menu_tileview .mm-listitem .fa {
    margin: 0;
    line-height: 0
}

.mm-menu_tileview .mm-listitem .fa + span {
    display: none
}