/*mobile menu*/
@media(min-width: 769px) {
    .m_fix_menu {
        display:none;
    }
}

.m_fix_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1500;
    background-color: #ffffff;
    color: #000;
    /* border-top: 1px solid #1E8EE8; */
    box-shadow: 1px -2px 3px #b5b5b599;
}

.m_fix_menu_in {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_fix_menu_item {
    /* border-left: 1px solid #345060; */
    padding: 6px 8px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.75;
    width: 22%;
    height: 40px;
    position: relative;
}

.m_fix_menu_item.active {
    opacity: 1;
}

.m_fix_menu_text {
    font-size: 10px;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    letter-spacing: 0.05em;
    color: #000;
}

.m_fix_menu_icon {
    width: 18px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
    margin-bottom: 4px;
    display: block;
    min-height: 22px;
}

.m_fix_menu_icon.icon_edu {
    width: 23px;
}

.m_fix_menu_item_more {
    width: 8%;
}

.icon_menu_dots {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    margin: 0;
    position: relative;
    min-height: unset;
}

.icon_menu_dots:before, .icon_menu_dots:after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    top: -12px;
    background-color: #000;
}

.icon_menu_dots:after {
    top: 12px;
}

.m_fix_menu_more {
    display: none;
    position: absolute;
    bottom: 51px;
    width: 240px;
    right: 0;
    /* background-color: #27A0FF; */
    border: 1px solid #bbd0e1;
    border-bottom: 0;
    border-right: 0;
    z-index: 10000;
    border-radius: 5px 0 0 0;
    box-shadow: -2px -1px 3px #b5b5b599;
}

.left_menu_more_item {
    display: flex;
    padding: 13px 7px 13px 16px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.07em;
    align-items: center;
    font-weight: 300;
}

.left_menu_more_item .left_menu_icon {
    margin-bottom: 0;
    margin-right: 12px;
    width: 22px;
    height: 22px;
}