@media only screen and (max-width: 767px) {
    .mobile {
        min-height: 88px;
        padding: 17px 24px !important;
    }

    .mobile__logo-link {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
    }

    .mobile-search {
        margin-right: 24px !important;
    }
}
