@media (max-width:1100px) {
    .welcome-desk {
        opacity: 1;
    }

    .food-list .container {
        gap: 5px;
    }

}

@media (max-width:950px) {
    .order .container {
        flex-direction: column;
        padding-right: 0;

    }

    .order-text {
        text-align: center;
    }

    .order .btn {
        width: 150px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .order-img {
        max-width: 400px;
    }
}

@media (max-width:900px) {
    .feedback-img {
        width: 300px;
        height: 300px;
    }
}

@media (max-width:850px) {
    .food-list .container {
        justify-content: space-evenly;
    }

    .feedback {
        padding: 150px;
    }

    .feedback-img {
        width: 280px;
        height: 300px;
    }

    .footer .container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "nav nav "
            "contacts socials";
        /* кавычки означают ряд */
        justify-items: center;
        gap: 40px 150px;


    }

    .footer .footer-title {
        margin-bottom: 10px;
    }

    .footer-contacts {
        grid-area: contacts;
        justify-self: end;
    }

    .footer-nav {
        grid-area: nav;
    }

    .footer-socials {
        grid-area: socials;
        align-self: center;
        justify-self: start;
    }

    .footer-list {
        gap: 80px;
    }

    .feedback {
        padding-bottom: 100px;
    }

    .footer {
        padding: 50px 0;
    }

}

@media (max-width:700px) {
    .food-list {
        padding: 50px;
    }

    .feedback {
        padding: 100px;
    }

    .feedback-img {
        width: 280px;
        height: 280px;
    }

    .download-title {
        font-size: 30px;
        font-weight: 400;

    }

}

@media (max-width:650px) {
    .header .btn {
        display: none;
    }

    .welcome {
        padding: 150px 0 100px;
        min-height: auto;
    }

    .welcome-text {
        width: 100%;
    }

    .welcome-title {
        font-size: 40px;
    }

    .welcome-desk {
        margin: 20px 0;
    }

    .product {
        padding: 60px 0;
    }

    /* .header .container{
        flex-direction: column;
        gap: 10px;
    }
    .header-lista{
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    
    .welcome{
        margin-top: -150px;
    } */
}

@media (max-width:600px) {

    .feedback .container {
        display: block;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }

    .feedback-img {
        width: 230px;
        height: 230px;
    }

}

@media (max-width:550px) {
    .product {
        padding: 0;
    }

    .download-title {
        font-size: 20px;
        /* font-weight: 200; */

    }

    .order .container {
        margin-bottom: 50px;
    }
}

@media (max-width:500px) {
    .food-list .container {
        gap: 10px;
    }

    .download-title {
        font-size: 20px;
    }
}

@media (max-width:450px) {
    .product-card {
        width: 100%;
        padding-left: 50%;
    }

    .product-card:nth-child(even) {
        padding-right: 50%;
    }

    /* .header-list{
        gap: 20px;
    } */
    .header .container {
        flex-direction: column;
        gap: 5px;
        padding-bottom: 30px;

    }

    .welcome {
        padding-top: 200px;
        padding-bottom: 50px;
    }

    /* 
    .download-title {
        font-size: 13px;
        font-weight: 500;
    }

    .download .container {
        justify-content: space-between;
    }

    .download .btn {
        width: 150px;
        height: 40px;

    } */
    .download .container {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width:430px) {
    .welcome-subtitle {}

    .welcome-desk {
        font-size: 12px;
    }

    .welcome-title {
        font-size: 25px;
    }

    .food-list {
        padding: 60px 0;
    }

    .order-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .order-img {
        width: 100%;
    }

    .footer .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-contacts {
        align-items: center;
    }

    .footer-social-icons {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    /* .footer-list{
        display: flex;
        flex-direction: column;
        gap: 10px;
    } */
    .product-card {
        padding-left: 30px;
    }

    .product-card:nth-child(even) {
        padding-right: 30px;
    }

    .product-desc {
        opacity: 1;
    }

}

@media (max-width:400px) {
    .footer-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}