@media (max-width: 479px)
{
    /*---------------
        Main styles
    ---------------*/
    .form .columns
    {
        --form_columns_offset: 15px;
    }

    .form .columns > *
    {
        width: 100%;
    }

    .form .columns > *.width1of3,
    .form .columns > *.width2of3
    {
        width: calc(50% - var(--form_columns_offset));
    }


    .form .submit_btn
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }



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

    .text_block h2
    {
        font-size: 16px;
        line-height: 21px;

        margin-bottom: 15px;
    }

    .text_block .contacts
    {
        font-size: 17px;
        line-height: 21px;

        margin-left: 0;
    }

    .text_block .contacts > *
    {
        width: 100%;
        margin-left: 0;
    }

    .text_block .contacts > * + *
    {
        margin-top: 5px;
    }


    .text_block .gallery .flex > *
    {
        width: calc(50% - 10px);
    }



    .block_head .title
    {
        font-size: 28px;
    }

    .block_head .desc
    {
        font-size: 14px;
        line-height: 20px;
    }

    .block_head .desc .phone,
    .block_head .desc .email
    {
        font-size: 16px;

        display: block;

        width: 100%;
        margin-top: 5px;
    }

    .block_head .desc .email + .phone,
    .block_head .desc .phone + .email
    {
        margin-left: 0;
    }



    /*---------------
        Header
    ---------------*/
    header .logo a,
    header .logo img
    {
        width: 180px;
    }


    header .phone
    {
        top: 10px;
        right: 20px;
    }

    header .phone a
    {
        font-size: 16px;
    }


    header .callback_link,
    header .login_link
    {
        font-size: 14px;
    }

    header .login_link
    {
        margin-left: 15px;
    }



    /*---------------
        Sidebar
    ---------------*/



    /*---------------
        Main section
    ---------------*/
    .page_links
    {
        margin-bottom: 20px;
    }

    .page_links .box a,
    .page_links .rental_link
    {
        font-size: 14px;

        width: 100%;
    }



    .page_title
    {
        font-size: 22px;
        line-height: 24px;
    }

    .page_title br
    {
        display: none;
    }



    .transfer_rent .list .add_adres_link,
    .transfer_rent .list input[type=checkbox] + label
    {
        font-size: 14px;
    }


    .transfer_rent .list .item
    {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .transfer_rent .list .item:before,
    .transfer_rent .list .item:after
    {
        display: none;
    }

    .transfer_rent .list .item .name
    {
        font-size: 17px;
        line-height: 21px;
    }

    .transfer_rent .list .item .desc
    {
        font-size: 12px;
        line-height: 15px;
    }

    .transfer_rent .list .item .price
    {
        width: 140px;
        margin-top: 15px;
        margin-left: 0;

        text-align: center;
    }

    .transfer_rent .list .item .order
    {
        width: calc(100% - 140px);
        margin-top: 15px;
    }



    .order .links
    {
        margin-bottom: 10px;
    }

    .order .adres
    {
        font-size: 17px;
        line-height: 21px;
    }


    .order .car
    {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .order .car:before,
    .order .car:after
    {
        display: none;
    }

    .order .car .name
    {
        font-size: 17px;
        line-height: 21px;
    }

    .order .car .desc
    {
        font-size: 12px;
        line-height: 15px;
    }

    .order .car .price
    {
        width: calc(100% - 140px);
        margin-top: 5px;
        margin-left: auto;

        text-align: left;
    }


    .order .form .total_price
    {
        font-size: 20px;
        line-height: 22px;

        margin-right: auto;
    }


    .rent_order .title
    {
        font-size: 17px;
        line-height: 21px;
    }



    .cooperation .flex > *
    {
        width: calc(100% - 20px);
    }



    .accordion .item .title
    {
        font-size: 16px;
    }



    .drivers .links
    {
        width: calc(100% + 20px);
    }

    .drivers .links > *
    {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .drivers .links > * + *
    {
        margin-top: 10px;
    }

    .drivers .links a
    {
        display: block;

        text-align: center;
    }


    .drivers .form .photos .title
    {
        font-size: 14px;
        line-height: 18px;
    }



    .clients .links
    {
        width: calc(100% + 20px);
    }

    .clients .links > *
    {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .clients .links > * + *
    {
        margin-top: 10px;
    }

    .clients .links a
    {
        display: block;

        text-align: center;
    }



    .corp_clients .links
    {
        width: calc(100% + 20px);
    }

    .corp_clients .links > *
    {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .corp_clients .links > * + *
    {
        margin-top: 10px;
    }

    .corp_clients .links a
    {
        display: block;

        text-align: center;
    }



    .first_section .cont
    {
        padding-top: 60px;
        padding-bottom: 40px;
    }


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



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

    .about .item .icon,
    .about .item .icon img
    {
        width: 52px;
    }

    .about .item .icon + *
    {
        width: calc(100% - 72px);
    }

    .about .item .name
    {
        font-size: 24px;
    }

    .about .btn a
    {
        font-size: 17px;
    }



    .autopark .flex > *
    {
        width: calc(100% - 20px);
    }



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



    footer .email
    {
        margin-top: 5px;
    }


    footer .main_phone
    {
        font-size: 20px;

        margin-top: 15px;
    }



    /*---------------
        PopUp
    ---------------*/
}
