.menu__level-1-img {
    width: 26px;
    height: 23px;
    margin: 0 7px 0 0;
}
.mobile-top-banner {
    width: 100%;
    background-color: #4b5a8b; /* Цвет как на скриншоте */
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.4;
}

.mobile-top-banner__content div:first-child {
    font-size: 14px;
}

.mobile-top-banner__content div:last-child {
    font-weight: bold;
    font-size: 18px;
    margin-top: 4px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .mobile-top-banner {
        display: none !important;
    }
}