.mobile_menu_container ul {
    display: flex;
    flex-direction: column;
}
@media (max-width: 490px) {
    .mobile_menu_container {
        top: 69px !important;
    }
}
.inactive a {
    opacity: .5;
    cursor: default
}
.parent_mob:nth-child(5){
    order: 1;
}
.parent_mob:nth-child(6){
    order: 2;
}
.parent_mob:nth-child(7){
    /*order: 1;*/
}
.parent_mob:nth-child(8){
    order: 1;
}
