/* xs (<=543px) */
@media (max-width: 575px) {

    /* Главная страница*/
    .image_header {
        height: 360px;
    }

    .image_header_title {
        margin: 45px auto 0 auto;
    }

    /* Меню */
    .menu_panel {
        top: 0px;
        overflow: scroll;
        height: 100%;
    }

    /* Подвал */
    #footer-widgets ul {
        font-size: 16px;
    }

    /* Popup поделиться */
    #top_popup {
        width: 100%;
        min-width: 100%;
    }

    #top_popup input {
        width: 100% !important;
    }
    .top_popup_tab {
        width: 100%;
    }

    /* Поиск */
    .yandex-serach_block {
        display: none;
    }

    /* Теги на странице уроков */
    a.tag {
        margin: 5px 11px 4px 0px;
    }

    /* Рецепты по странам */
    .recept_to_country {
        font-size: 17px !important;
        padding: 26px 23px;
        height: auto;
    }

    .country_block_recept {
        display: block;
        margin: 0 auto;
        padding: 0 10px;
    }

    /* Страница рецепта */
    .mobile-hidden {
        display: none;
    }

    /* Калькулятор рецептов */
    .calculator-recept {
        zoom: 60%;
    }

    @media all and (orientation: landscape) {
        /* Target device in landscape mode */
    }

    @media all and (orientation: portrait) {
        /* Target device in portrait mode */
    }

}

/* sm (>=576 и <=767) */
@media (min-width: 576px) and (max-width: 767px) {

    /* Главная страница*/
    .image_header {
        height: 300px;
    }

    .image_header_title {
        margin: 45px auto 0 auto;
    }

    /* Меню */
    .menu_panel {
        top: 0px;
        overflow: scroll;
        height: 100%;
    }

    /* Подвал */
    #footer-widgets ul {
        font-size: 16px;
    }

    /* Поиск */
    .yandex-serach_block {
        display: none;
    }

    /* Теги на странице уроков */
    a.tag {
        margin: 5px 11px 4px 0px;
    }

    /* Рецепты по странам */
    .recept_to_country {
        font-size: 30px !important;
        padding: 26px 23px;
        height: auto;
    }

    .country_block_recept {
        display: block;
        margin: 0 auto;
        padding: 0 10px;
    }

    /* Страница рецепта */
    .mobile-hidden {
        display: none;
    }

    /* Калькулятор рецептов */
    .calculator-recept {
        zoom: 80%;
    }

    @media all and (orientation: landscape) {
        /* Target device in landscape mode */
    }

    @media all and (orientation: portrait) {
        /* Target device in portrait mode */
    }
}