.navigation-menu {
    right: -480px;
    width: min(100vw, 480px);
    max-width: 480px;
    color: #304963;
    box-shadow: -12px 0 36px rgba(29, 50, 70, 0.12);
}

.navigation-menu.open {
    right: 0;
}

.navigation-menu .menu-heder {
    height: 88px;
    padding: 30px 32px 0;
    color: #304963;
    font-family: circe-regular, sans-serif;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.navigation-menu .menu-heder .close-navi {
    top: 27px;
    right: 31px;
    width: 32px;
    height: 32px;
    color: #304963;
}

.navigation-menu .sidemenu-padding {
    height: calc(100% - 88px);
    padding: 20px 32px 40px;
    scrollbar-color: #b5bdc4 #f5f7f8;
    scrollbar-width: thin;
}

.navigation-menu .sidemenu-padding::-webkit-scrollbar {
    width: 4px;
}

.navigation-menu .sidemenu-padding::-webkit-scrollbar-track {
    background: #f5f7f8;
}

.navigation-menu .sidemenu-padding::-webkit-scrollbar-thumb {
    background: #b5bdc4;
    border-radius: 4px;
}

.navigation-menu .profile-menu-toggle {
    margin: 0;
    color: #304963;
}

.navigation-menu .profile-menu.show .profile-menu-toggle {
    color: #304963;
}

.navigation-menu .profile-menu-user {
    display: flex;
    align-items: center;
    min-width: 0;
}

.navigation-menu .sidebar-profile-img {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    margin-right: 22px;
    border: 0;
    background-color: #fff6f1;
    background-image: url("../img/menu-avatar.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 106%;
    box-shadow: 0 7px 18px rgba(171, 118, 101, 0.16);
}

.navigation-menu .profile-menu-user .bold {
    overflow: hidden;
    color: #304963;
    font-size: 23px;
    line-height: 28px;
    text-overflow: ellipsis;
    transform: translateY(3px);
    white-space: nowrap;
}

.navigation-menu .profile-menu-toggle::after {
    width: 0.65rem;
    height: 0.65rem;
    margin: 5px 4px 0 16px;
    color: #304963;
    border-width: 1.5px 0 0 1.5px;
}

.navigation-menu .profile-menu.show .profile-menu-toggle::after {
    margin-top: 12px;
}

.navigation-menu .profile-menu-links {
    margin-top: 23px;
}

.navigation-menu .profile-menu-links .profile-link {
    display: flex;
    align-items: center;
    min-height: 51px;
    padding: 7px 8px;
    color: #304963;
    font-size: 19px;
    line-height: 24px;
}

.navigation-menu .profile-menu-links .profile-link::before {
    display: none;
}

.navigation-menu .profile-link .zmdi {
    flex: 0 0 30px;
    width: 30px;
    margin-right: 17px;
    text-align: center;
    font-size: 29px;
}

.navigation-menu .profile-link-products .zmdi {
    color: #e77f84;
}

.navigation-menu .profile-link-subscription .zmdi {
    color: #9b7ec6;
}

.navigation-menu .profile-link-messages .zmdi {
    color: #48b9dc;
}

.navigation-menu .profile-link-results .zmdi {
    color: #47b8b6;
}

.navigation-menu .profile-link-settings .zmdi {
    color: #eeae62;
}

.navigation-menu .profile-link-logout .zmdi {
    color: #ee8f88;
    transform: rotate(180deg);
}

.navigation-menu .line.profile-divider {
    margin: 21px 0 0;
    background: #e2e3e4;
}

.navigation-menu .menu-list > ul > li {
    margin: 0;
    padding: 20px 0 18px;
    border-bottom-color: #e2e3e4;
    color: #304963;
    font-family: circe-bold, sans-serif;
    font-size: 21px;
    line-height: 27px;
}

.navigation-menu .menu-list > ul > li:last-child {
    border-bottom: 1px solid #e2e3e4;
}

.navigation-menu .menu-list > ul > li > a,
.navigation-menu .menu-list > ul > li > .dropdown > a {
    color: #304963;
}

.navigation-menu .menu-list .menu_link:hover,
.navigation-menu .menu-list .menu_link:active {
    color: #304963;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.navigation-menu .menu-list > ul > li:hover,
.navigation-menu .menu-list .dropdown.show > .dropdown-toggle {
    color: #304963;
}

.navigation-menu .menu-list .dropdown-toggle::after {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 5px;
    color: #304963;
    border-width: 1.5px 0 0 1.5px;
}

.navigation-menu .menu-list .dropdown-menu {
    margin-top: 12px;
}

.navigation-menu .menu-list .dropdown-item {
    padding: 7px 15px;
    color: #52677b;
    font-family: circe-regular, sans-serif;
    font-size: 16px;
    line-height: 21px;
}

.navigation-language-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding: 14px 16px;
    border: 1px solid #e2e3e4;
    border-radius: 12px;
    color: #304963;
    font-family: circe-regular, sans-serif;
}

.navigation-language-label {
    font-size: 17px;
    line-height: 22px;
}

.navigation-language-options {
    display: flex;
    padding: 3px;
    border-radius: 9px;
    background: #f5f7f8;
}

.navigation-language-option {
    min-width: 48px;
    padding: 7px 12px;
    border-radius: 7px;
    color: #52677b !important;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-decoration: none !important;
}

.navigation-language-option.active {
    color: #fff !important;
    background: #e77f9a;
    box-shadow: 0 3px 9px rgba(231, 127, 154, 0.25);
}

.sidemenu_bg {
    opacity: 0.55;
}

@media (max-width: 600px) {
    .navigation-menu {
        right: -100vw;
        width: 100vw;
        max-width: none;
    }
}

@media (max-width: 380px) {
    .navigation-menu .menu-heder {
        height: 76px;
        padding: 24px 24px 0;
        font-size: 20px;
    }

    .navigation-menu .menu-heder .close-navi {
        top: 20px;
        right: 21px;
    }

    .navigation-menu .sidemenu-padding {
        height: calc(100% - 76px);
        padding: 16px 24px 32px;
    }

    .navigation-menu .sidebar-profile-img {
        flex-basis: 66px;
        width: 66px;
        height: 66px;
        margin-right: 17px;
    }

    .navigation-menu .profile-menu-user .bold {
        font-size: 21px;
    }

    .navigation-menu .profile-menu-links .profile-link {
        min-height: 47px;
        font-size: 18px;
    }
}
