@media (max-width: 479px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size: 14px;
        --font_size_title: 36px;
    }



    /*------------
        Header
    ------------*/
    header
    {
        padding: 15px 0;
    }


    header .logo a,
    header .logo img
    {
        width: 91px;
        height: 60px;
    }


    header .socials .icon
    {
        width: 30px;
        height: 33px;

        background-size: 30px 66px !important;
    }

    header .socials a + a
    {
        margin-left: 8px;
    }


    header .mob_menu_btn
    {
        margin-left: 10px;
    }



    /*---------------
        Page head
    ---------------*/
    .page_head .cont
    {
        padding-top: 130px;
        padding-bottom: 50px;
    }


    .page_head .page_title
    {
        font-size: 60px;
        line-height: 60px;
    }


    .page_head .phone
    {
        font-size: 20px;

        margin-top: 10px;
    }



    /*----------------
        Block head
    ----------------*/



    /*------------------
        Form elements
    ------------------*/
    .form .line
    {
        margin-bottom: 20px;
    }

    .form .input
    {
        height: 50px;
        padding: 0 25px;
    }

    .form .submit
    {
        padding-top: 12px;
    }



    /*----------------
        Typography
    ----------------*/
    .text_block
    {
        line-height: 22px;
    }



    /*-------------------
        First section
    -------------------*/
    .first_section .cont
    {
        padding-top: 135px;
    }


    .first_section .info .title
    {
        font-size: 60px;
        line-height: 60px;
    }

    .first_section .info .phone
    {
        font-size: 20px;

        margin-top: 10px;
    }

    .first_section .info .book_btn
    {
        font-size: 17px;

        width: 280px;
        margin-top: 25px;
        padding: 10px 25px;
    }



    /*-----------------
        Restaurants
    -----------------*/
    .restaurants .row > *
    {
        width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }


    .restaurants .restaurant .name
    {
        font-size: 28px;
        line-height: 32px;
    }



    /*----------------
        Info block
    ----------------*/
    .info_block .data
    {
        padding: 25px;
    }

    .info_block .data .number
    {
        font-size: 163px;
        line-height: 150px;
    }

    .info_block .data .title
    {
        font-size: 42px;
        line-height: 42px;
    }

    .info_block .data .link
    {
        font-size: 15px;
        line-height: 17px;

        min-width: 180px;
        margin-top: 20px;
        padding: 12px 25px 14px;
    }



    /*--------------
        Articles
    --------------*/
    .articles .row
    {
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .articles .row > *
    {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        margin-left: 10px;
    }


    .articles .item .name
    {
        font-size: 22px;
        line-height: 28px;

        padding: 15px;
    }



    /*-------------
        Gallery
    -------------*/
    .gallery .data
    {
        padding: 30px 20px;
    }


    .gallery .row
    {
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .gallery .row > *
    {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        margin-left: 10px;
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info .title
    {
        font-size: 20px;

        margin-bottom: 20px;
        padding-bottom: 8px;
    }

    .contacts_info .item
    {
        font-size: 14px;
        line-height: 20px;
    }


    .contacts_info .map
    {
        height: 360px;
    }



    /*---------------
        Menu_info
    ---------------*/
    .menu_info .head .links
    {
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .menu_info .head .links > *
    {
        width: calc(100% - 10px);
        margin-bottom: 10px;
        margin-left: 10px;
    }



    .menu_info .data .cat:before,
    .menu_info .data .cat:after
    {
        background-size: 50% auto;
    }



    /*------------
        Footer
    ------------*/
    footer .subscribe .input
    {
        width: calc(100% - 90px);
        max-width: calc(100% - 90px);
        height: 50px;
    }

    footer .subscribe .submit_btn
    {
        width: 75px;
        height: 50px;
    }

    footer .subscribe .submit_btn img
    {
        width: 26px;
    }



    /*-----------
        PopUp
    -----------*/
    .fancybox-slide--html .fancybox-close-small
    {
        width: 50px;
        height: 50px;
    }


    .modal
    {
        padding: 35px;
    }

    .modal_title
    {
        margin-bottom: 25px;
    }
}
