@media print,
(max-width: 1023px)
{
    /*-------------------
        First section
    -------------------*/
    .first_section
    {
        padding-top: 140px;
    }


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

        width: 508px;
        margin-bottom: 32px;
    }


    .first_section .items
    {
        margin-bottom: 36px;
    }

    .first_section .items > * + *
    {
        margin-top: 16px;
    }


    .first_section .form
    {
        width: 432px;
        margin-bottom: 200px;
    }


    .first_section .image
    {
        top: 420px;
        right: 0;

        width: 380px;
    }


    .first_section .image .item
    {
        font-size: 11px;
        line-height: 17px;
    }

    .first_section .image .item1
    {
        right: 24px;
        bottom: 92px;
    }

    .first_section .image .item2
    {
        bottom: -10px;
        left: -4px;
    }
}
