.section__foot { position: fixed; bottom: 0; left: 0; right: 0; background-color: #000; padding: 20px 0; z-index: 999999; }
.section__foot .shell { display: flex; justify-content: space-between; }
.section__foot .shell:after { content: none; }
.header .logo {
display: none !important;
}
#menu-sub-menu{
list-style: none !important;
}
#menu-sub-menu li a{
text-decoration: none;
}
@media (max-width: 985px) {
.btn-right{
display: none;
}
.section-main .section__body .shell > .sidebar {
display: none;
}
}