#menu-footer,
#menu-sub-footer {
    justify-content: space-between;
    display: flex;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap;

}

#menu-footer li,
#menu-sub-footer li {
    list-style-type: none;

}

#menu-footer ul,
#menu-sub-footer ul {
    margin: 0
    
}

#menu-footer li a,
#menu-sub-footer a {
    color: #7a7b7b;
    font-size: 0.8rem;
}

#menu-footer>li {
    margin-right: 10px;
    min-width: 200px;
}
#menu-footer>li>a.menu-link {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    font-family: Archivo, sans-serif
}

.tab-menu_subsidebar{
    display: block;
    background-color: #fff;
}

.elementor-sticky--active {
    z-index: 3;
}

.elementor-nav-menu--dropdown a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.e--pointer-underline .elementor-item:after {
    background-color: #f70;
}

@media (min-width: 900px) and (max-width: 1366px) {
    #menu-footer>li {
        min-width: 130px;
    }
}