@media screen and (max-width: 768px) {
    .menu {
        display: none !important;
    }
    .smMenuHambarger {
        display: inline-block;
    }
}