@media(min-width: 55rem) {
    .modal__popup {
        width: 50vw !important;  
    }
    .content__item--img {
        flex-direction: row !important;
    }
    .page__moto {
        padding: 1.5rem 1rem;
    }
    .page__nav {
        width: auto !important;
        max-width: 38rem !important;
    }
    .link__text {
        display: inline !important;
    }
    .nav__item:hover .work__popup {
        transform: translateX(-5%) scale(1) !important;
    }
    .modal__popup {
        z-index: 4 !important; 
    }
    .menu__button {
        padding: 0.85rem 1rem !important;
    }
    .menu__list {
        padding: 0 !important;
    }
    .item__ingredients {
        display: -webkit-box !important;
    }
    .menu__item {
        grid-template-columns: auto 1fr auto !important;
        grid-template-rows: 8.5rem !important;
    }
    /* .menu__item--small {
        grid-template-rows: 4rem !important;
    } */
    .item__price {
        grid-column: 3 !important;
    }
    .popup__img {
        width: 100%;
    }
    .test__conteiner.move-left {
        transform: translateX(-25%); 
    }
      .test__conteiner.move-right {
        transform: translateX(25%); 
    }
    .dropdown {
        width: 48vw !important;
        height: 100dvh !important;
    }
}