@media (max-width: 1200px) {
    .container {
        padding: 0 2.5rem;
    }
    .application {
        padding-right: 1rem;
        margin-right: 2.5rem;
    }
}

@media (max-width: 992px) {
    .header-nav {
        grid-template-columns: repeat(3, auto);
    }
    .nav-menu {
        margin-left: -8rem;
    }
    .menu__itmes {
        margin-right: 3rem;
    }
    .header__delivery-box {
        top: 2rem;
        left: -12rem;
    }
    .application {
        overflow: hidden;
    }
    .application__wrapper {
        flex-direction: column-reverse;
        padding-right: 13rem;
    }
    .application__banner {
        margin: 7rem 8rem -8rem 0;
    }
    .location__img--one {
        top: 2rem;
        max-width: 10rem;
    }
    .location__img--two {
        left: 13rem;
        max-width: 16rem;
    }
    .location__title {
        font-size: 3.2rem;
    }
}


@media (max-width: 768px) {
    * {
        cursor: default !important;
    }
    .nav-menu {
        display: none;
    }
    .header__btn {
        display: block;
    }
    .menu-mobile {
        display: block;
    }
    .header__title {
        font-size: 3.2rem;
    } 
    .header__title,
    .header__text {
        text-shadow: none;
        max-width: 24rem;
    }
    .header__delivery-box {
        top: -7rem;
        left: -11rem;
    }
    .footer__wrapper {
        flex-wrap: wrap;
        gap: 3rem;
    }
    .footer__banner {
        margin-top: 0;
        order: 2;
    }
}

@media (max-width: 676px) {
    .header__order-number {
        padding: 0.5rem 1rem;
    }
    .header__order-btn {
        font-size: 1.5rem;
        gap: .5rem;
        padding: 1rem 1.4rem;
    }
    .header__order-btn svg {
        width: 20;
        height: 20;
    }
    .application {
        border-top-left-radius: 50rem;
        border-top-right-radius: 50rem;
        border-bottom-right-radius: 0;
        text-align: center;
        padding: 1rem;
        margin-right: 0;
    }
    .application__banner {
        margin: 7rem 0 -12rem 0;
    }
    .application__wrapper {
        flex-direction: column-reverse;
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .application__title {
        font-size: 2.4rem;
    }
    .application__text {
        font-size: 1.2rem;
    }
    .application__links {
        justify-content: space-between;
        gap: 0;
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .location__input {
        width: auto;
    }
}
@media (max-width: 576px) {
    .container {
        padding: 0 1.2rem;
    }
    .header__content {
        grid-template-columns: repeat(1, 1fr);
    }
    .header__img-mobile {
        display: block;
        margin-bottom: 10rem;
    }
    .header__title,
    .header__text {
        max-width: 100%;
        text-align: center;
    }
    .header__img {
        display: none;
    }
    .header__price {
        margin-left: 2rem;
    }
    .header__order {
        margin-left: 2rem;
        margin-right: 2rem;
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .menu__foods {
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    }
    .header__delivery-box {
        top: -19rem;
        left: 0rem;
    }
    .sale-off__products {
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    }
    .application__img {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .application__wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    .location__title {
        font-size: 2rem;
    }
    .location__text {
        font-size: 1.2rem;
    }
    .location__input {
        width: 25%;
        font-size: 1rem;
    }
    .location__btn {
        font-size: 1rem;
    }
    .footer__wrapper {
        justify-content: left;
    }
}
@media (max-width: 350px) {
    .header__img-mobile {
        margin-bottom: 11rem;
    }
    .header__delivery-box {
        top: -25rem;
        left: 0rem;
    }
    .product__banner {
        right: -13rem;
        top: 19rem;
    }
    .product__img {
        width: 60%;
    }
    .application__links {
        flex-direction: column;
        gap: 1rem;
        width: max-content;
        margin-right: 0;
        margin-left: 0;
    }
}