@media only screen and (max-width: 767px) {
    .mobile {
        box-sizing: border-box;
        min-height: 112px;
        padding: 24px 32px !important;
        align-items: center !important;
    }

    .mobile__logo-link {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
    }

    .mobile-search {
        align-self: center;
        margin-right: 28px !important;
    }

    .hamburger-menu {
        position: relative;
        display: flex;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        align-items: center;
        justify-content: center;
    }

    .mobile .menu__btn {
        position: relative;
        top: auto;
        right: auto;
        width: 34px;
        height: 34px;
    }
}
