@media print,
(max-width: 1279px)
{
    /*-------------------
        Global styles
    -------------------*/
    html.custom_scroll ::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;
    }



    /*------------
        Header
    ------------*/

    header .logo img,
    header .sep
    {
        height: 44px;
    }


    header .sep
    {
        margin-left: 28px;
    }


    header .contacts
    {
        font-size: 15px;

        margin-left: 28px;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .input
    {
        font-size: 15px;
    }


    .form .submit_btn
    {
        font-size: 17px;

        padding: 14px;
    }



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


    .first_section .title
    {
        font-size: 32px;

        width: 540px;
    }


    .first_section .items
    {
        font-size: 16px;

        width: 440px;
    }


    .first_section .form
    {
        width: 480px;
    }


    .first_section .image
    {
        top: 100px;
        right: 24px;

        width: 460px;
        margin-right: 0;
    }


    .first_section .image .item1
    {
        right: -12px;
        bottom: 104px;
    }

    .first_section .image .item2
    {
        bottom: 0;
        left: 8px;
    }



    /*------------
        Footer
    ------------*/
    footer
    {
        padding: 25px 0 80px;
    }
}
