:root {
    --mb-button-size: 42px;
}

.mm-menu {
    z-index: 999 !important;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
}

.mm-menu--offcanvas:not(.mm-menu--opened) {
    opacity: 0;
    width: 0;
}

.mm-menu--offcanvas.mm-menu--opened {
    opacity: 1;
    width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}

.mburger {
    width: 42px;
    height: 42px;
    z-index: 999;
    border-radius: 5px;
    background: linear-gradient(#44bdf2, #2771b1);
}

.mburger b {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

.mburger:visited b {
    color: #fff !important;
}
.mm-wrapper__blocker {
    z-index: -1 !important;
}
.mm-wrapper--opened #links-scr {
    position: sticky;
}

.mm-panel {
    font: normal 18px/22px arial, tahoma, verdana;
    box-shadow: 0px 0px 5px #aeaeae !important;
    background: #0f90d1 !important;
}

.mm-navbar__title {
    color: #fff !important;
    font: bold 23px/22px arial, tahoma, verdana;
    background: #0f90d1 !important;
}

.mm-listitem__text {
    color: #fff !important;
}

.mm-btn--next:after {
    border-color: #fff !important;
}

.mm-panel ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    position: initial;
}

.mm-panel ul li {
    padding: 0 !important;
    margin: 0 !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;

    color: var(--mm-color-text) !important;
    border-color: var(--mm-color-border) !important;
}

.mm-panel ul li[data-mm-child] {
    order: -1;
}

.mm-panel ul li .img,
.mm-panel ul li img {
    display: none !important;
}

.mm-panel ul li:after {
    color: #0d81bb !important;
}

.mm-panel ul li a {
    padding: 10px 20px !important;
    height: auto !important;
    font: normal 18px/22px arial, tahoma, verdana !important;
}
.mm-panel ul li a span {
    height: auto !important;
    font: normal 18px/22px arial, tahoma, verdana !important;
}

.mm-navbar .pop_callback {
    box-shadow: none;
    outline: none;
    border: 0;
    transition: background 0.3s linear;
    color: #000;
    background: #ffc900;
    font: bold 23px/22px arial, tahoma, verdana;
}

.mm-navbar .pop_callback:hover {
    color: #fff;
    background: linear-gradient(#44bdf2, #2771b1);
}

.mm-navbar .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    outline: none;
    border: 0;
}

.mm-navbar .phone {
    background: url('../../images/client/phone.png') center / contain no-repeat;
}

.mm-navbar .email {
    background: url('../../images/client/mail.png') center / contain no-repeat;
}

.mm-navbar .roulette {
    padding: 0;
    border-radius: 50%;
    background: rgb(44, 168, 49, 1);
    background: linear-gradient(
        180deg,
        rgba(99, 221, 104, 1) 0%,
        rgba(44, 168, 49, 1) 50%
    );
}
