.megamenu-body{
    display: none;
}
@media (max-width: 767px) {
    .hd-mobile-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .hd-mobile-logo img {
        max-width: 130px;
    }

    #header .header-mobile .hd-mobile-btnMenu a {
        height: auto;
        line-height: unset;
        padding: 0;
    }
}