.branch {
    display: none;
}

.header-mobile {
    display: none;
}

@media (max-width: 540px) {
    .nav__base {
        display: none;
    }
}
