@media print,
(max-width: 1439px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size: 15px;
        --font_size_title: 100px;
        --block_offset: 72px;
    }



    /*------------
        Header
    ------------*/
    header .logo
    {
        font-size: 24px;

        gap: 16px;
    }


    header .logo img
    {
        width: 72px;
        height: 72px;
    }



    /*-------------------
        First section
    -------------------*/
    .first_section .cont
    {
        gap: calc(var(--cont_padding) * 2);
    }


    .first_section .title
    {
        line-height: 100%;
    }


    .first_section .items > *
    {
        width: 176px;
        padding-top: 32px;
    }


    .first_section .image
    {
        right: -100px;
    }



    /*--------------
        Services
    --------------*/
    .services .block_title
    {
        margin-bottom: -20px;
    }


    .services .item
    {
        padding: var(--cont_padding);

        border-radius: 0 var(--cont_padding) 0 0;
    }


    .services .item .icon
    {
        height: 72px;
    }


    .services .item .name
    {
        font-size: 22px;
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info .item
    {
        gap: calc(var(--cont_padding) / 2);
    }


    .contacts_info .item .label
    {
        font-size: 22px;
    }



    /*------------------
        Bottom links
    ------------------*/
    .bottom_links:before
    {
        width: 60%;
        height: 60vw;
    }


    .bottom_links .item
    {
        font-size: 22px;
    }


    .bottom_links .item .icon
    {
        height: 72px;
    }



    /*----------------
        About info
    ----------------*/
    .about_info .data
    {
        width: calc(100% - 464px - var(--cont_padding));
        max-width: calc(100% - 464px - var(--cont_padding));
    }


    .about_info .boss .name
    {
        font-size: 24px;
    }


    .about_info .boss .info
    {
        width: calc(100% - 264px);
    }


    .about_info .boss .image
    {
        width: 240px;
    }


    .about_info .col_right
    {
        width: 440px;
    }


    .about_info .message
    {
        padding: var(--cont_padding);

        border-radius: 0 var(--cont_padding) 0 0;
    }


    .about_info .message .icon
    {
        width: 72px;
        height: 72px;
    }


    .about_info .message .icon + *
    {
        width: calc(100% - 96px);
    }



    /*------------
        Footer
    ------------*/
    footer .logo
    {
        font-size: 24px;

        gap: 16px;
    }


    footer .logo img
    {
        width: 72px;
        height: 72px;
    }
}
