@media (max-width: 979px) AND (min-width: 769px) {
    .header-mobile {
        max-height: 70px;
    }
}

@media (min-width: 980px) {
    .header-switch-page {
        display: none;
    }

    .header-search-form-dishes {
    display: none !important;
    }
    
}


.header-switch-page {
 max-width: 328px;
 width: 100%;
 margin: 16px auto;
}

.header-search-form-dishes {
    width: auto !important;
    margin: 0 16px !important;
    display: block;
}

.header-search-btn-dishes {
    
}

.header-search-input-dishes {
    width: 100% ;
    margin: 0 auto !important
}

.header-search-form {
    max-width: 550px !important;
}

.header-time-dish {
font-size: 14px;
  font-family: "Golos Text", sans-serif;
  line-height: 17px;
  font-weight: 500;
  display: none;
  min-width: 230px;
  text-align: center;
    display: none;
  justify-content: center;
}

@media (max-width: 979px) {
    .header-time-status{
        margin-right: 4px;
    }
}
.container_line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

@media (max-width: 979px) and (min-width:769px) {
    .container_header{
        display: flex;
        flex-direction: column;
    }
    .container_line{
        flex-direction: row;
        margin: 56px auto 16px;
        justify-content: center;
        align-items: center;
    }

    .header-switch-page {
       margin: 0 0 0 10px !important;
    }
        .header-search-form {
    max-width: 100% !important;
    }

    .header-time-dish {
    display: flex;
}
    .header-switch-page {

    width: 328px !important;
    margin: 16px auto;
    }
}

@media  (max-width:768px) {
    .header-time-dish {
    display: flex;
}

    .header-switch-page {
    max-width: 328px;
    width: 100%;
    margin: 16px auto;
    }

        .header-search-form {
    max-width: 100% !important;
    }
}