@media screen and (max-width: 1620px) {

}

@media screen and (max-width: 1472px) {

}

/*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){
    .back{
        max-height: 541px;
    }
    .back .text h1 {
        font-size: 50px;
    }
}

/*< 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 .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;
    }

    .back{
        flex-wrap: wrap;
    }

    .back .text,
    .back .image{
        width: 100%;
    }

    .back .image{
        order: -1;
    }
}

/*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;
    }

    .button{
        font-size: 15px;
    }

    header{
        height: auto;
    }

    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: 120px;
    }

    .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: 53px;
    }

    .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: 12px;
        display: flex;
        align-items: center;
        text-align: center;
    }

    #mobile-navigation-btn{
        display: block;
    }

    .main-schedule {
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-schedule .block-schedule{
        height: auto;
        margin: 10px 30px;
    }

    .container.catalog .title {
        margin-top: 47px;
    }

    .product-box{
        flex-direction: row;
        justify-content: space-around !important;
    }

    .product{
        box-sizing: border-box;
        position: relative;
        height: 258px;
    }

    .product,
    .last-product{
        width: 150px;
        margin: 0;
    }

    .product .info .price{
        left: 35%;
    }

    .product .image{
        height: auto;
        width: 100%;
        max-height: 106px;
        min-height: 86px;
    }

    .product .image.no-image{
        border-top: 2px var(--c-beige) solid;
        border-left: 2px var(--c-beige) solid;
        border-right: 2px var(--c-beige) solid;
    }

    .product .image.no-image img{
        width: 70%;
    }

    .product .image img{
        width: 100%;
        text-align: center;
    }

    .product .info{
        margin-bottom: 12px;
        height: 140px;
    }

    .product .info .name{
        font-size: 14px;
    }

    .modal-dish {
        max-width: 95vw;
    }

    #footer{
        padding: 15px 0;
    }

    .footer-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-inner .footer_logo{
        margin-right: 0;
        width: 125px;
        justify-content: center;
    }

    .footer_contacts .block {
        justify-content: center;
    }

    .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%;
    }

    .title{
        font-size: 30px;
    }

}
