#menu-bottom-tabs.tabs{
    display: none;
}
@media screen and (max-width: 992px){
    #menu-bottom-tabs.tabs {
        display: flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: var(--bg-header);
        z-index: 100;
        /* padding: 4px 0 0; */
        /*height: 64px;*/

    }
    #menu-bottom-tabs .menu-bottom-item{
        list-style: none;
    }
    .menu-bottom_text{
        color: #82869E;
    }
    .menu-bottom_icon{
        width: 85%;
    }
    .menu-bottom-item{
        width: 20%;
    }
    .__icon__profile:after {
        content: '';
        display: block;
        background-position: center;
        background-repeat: no-repeat;
    }
    .__icon__profile.--link__profile {
        background-image: var(--path);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .__icon__profile.--sm__profile {
        width: 24px;
        height: 24px;
        display: inline-block;
    }
    .menu-bottom-item.is-active .__icon__profile.--link__profile{
        filter: #1f1f1f;
        transition: .2s;
    }
   
    .menu-bottom-item.is-active .menu-bottom_text{
        color: var(--bg-btn-theme);
    }
    .menu-bottom-item:hover .menu-bottom_icon{
        background-color: var(--bg-btn-theme);
        filter: #fff;
    }
    .menu-bottom-item:hover .menu-bottom_text{
        font-weight: 600;
    }
    .fb_dialog_content>iframe{
        bottom: 90px !important;
    }
}

.disable-bottom{
    pointer-events: none;
}
