@media screen and (max-width: 1620px) {
    .back{
        min-height: auto;
        height: 900px;
    }
}

@media screen and (max-width: 1472px) {
    .back{
        background-size: contain !important;
    }

    .main-schedule{
        margin-top: -160px !important;
    }
}

/*lg*/
@media screen and (min-width: 1200px) {

}

/* < md*/
@media screen and (max-width: 1199px){
    .header_bottom ul{
        justify-content: center;
    }

    .products{
        justify-content: center;
    }

    #catName,
    #empty-cart
    {
        text-align: center;
        padding: 0;
    }

    .cart-container .cart{
        width: 100%;
    }

    .cart-container .cart-form{
        width: 100%;
    }
}

/* > sm*/
@media screen and (min-width: 992px){

}

/*< sm*/
@media screen and (max-width: 991px) {
    .header_info h1 {
        font-size: 18px;
    }
    .header_menu{
        font-size: 13px;
        height: 46.8px;
    }
    .header_menu a{
        margin: 0 15px;
    }
    #contacts{
        justify-content: center;
    }
    #contacts #image{
        margin-right: 0;
    }

    .main-schedule{
        margin-top: -260px;
    }

    .main-schedule .block-schedule {
        margin: 0 30px;
    }

    .our_menu ul{
        align-items: center;
        overflow: auto;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
    }

    .our_menu ul li{
        position: relative;
        width: auto;
        padding: 0 18px;
        margin-right: -20px;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .product-box {
        justify-content: center;
    }
}

/*sm*/
@media screen and (min-width: 768px) and (max-width: 991px) {

}


/*desktop*/
@media screen and (min-width: 768px) {
    .header_info.desc,
    .header_menu
    {
        display: block;
    }

    #mobile-navigation-btn,
    #mobile-navigation
    {
        display: none;
    }
}

/*mobile*/
@media screen and (max-width: 767px) {
    h1{
        font-size: 30px;
    }

    h2{
        font-size: 24px;
    }

    h3{
       font-size: 18px;
    }

    header{
        height: 7rem !important;
        position: fixed;
        background: white;
        box-shadow: 0px 6px 7px -3px rgba(34, 60, 80, 0.2);
    }

    header .header-top{
        padding: 5px 0;
    }

    .header_info{
        margin: 10px 0;
    }

    .header_info h1{
        font-size: 16px;
    }

    .header_info span{
        font-size: 12px;
    }

    #header_cart span{
        font-size: 12px;
    }

    #header_logo {
        width: 60px;
    }

    .header_info.desc,
    .header_menu
    {
        display: none;
    }

    #header_cart{
        width: auto;
    }

    #header_cart img{
        width: 25px;
    }

    .header_bottom{
        padding-top: 5px;
        padding-bottom: 5px;
        top: 60px;
    }

    .header_bottom ul{
        display: flex;
        overflow: auto;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .header_bottom ul li{
        margin: 4px 10px;
        height: 32px;
        font-weight: 500;
        font-size: 10px;
        padding: 7px 16px;
        border: 1px rgb(255, 255, 255) solid;
        display: flex;
        align-items: center;
    }

    #mobile-navigation-btn{
        display: block;
    }

    .main-schedule {
        margin-top: -600px !important;
        flex-wrap: wrap;
    }

    .main-schedule .block-schedule{
        height: auto;
        margin: 10px 30px;
    }

    .footer_contacts {
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .footer_contacts .block {
        font-size: 12px;
        width: 100%;
    }

    .catalog-dishes{
        flex-wrap: wrap;
    }

    .catalog-dishes .categories,
    .catalog-dishes .dishes
    {
        width: 100%;
    }
    .back{
        background-position: 0 7rem !important;
    }
    .desktop-only{
        display: none;
    }
    .mobile-margin{
        margin-top: 7rem;
    }
}

@media screen and (max-width: 440px) {
    .main-schedule {
        margin-top: -700px !important;
        flex-wrap: wrap;
    }

}
