@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    .main_title
    {
        font-size: 36px;
        line-height: 46px;
    }

    .sub_title
    {
        font-size: 26px;
        line-height: 32px;
    }

    /*---------------
        Header
    ---------------*/
    header .logo
    {
        width: 250px;
    }

    /*---------------
        Main section
    ---------------*/
    .first_section
    {
        min-height: 715px;
        padding: 100px 0 68px;
    }

    .first_section .title
    {
        font-size: 45px;
        line-height: normal;
    }

    .first_section .title span
    {
        font-size: 38px;
        line-height: normal;
    }

    .first_section .bird
    {
        top: 218px;

        width: 217px;
    }

    .first_section .bird2
    {
        top: 193px;

        width: 260px;
    }

    .first_section .girl
    {
        margin-top: 100px;
    }


    .second_section .img
    {
        position: relative;
        top: auto;
        left: auto;

        width: 350px;
        margin: 30px auto 0;
    }

    .second_section .bg
    {
        top: 150px;
    }

    .second_section .bg2
    {
        top: 674px;
    }

    .second_section ul
    {
        margin-top: 32px;
    }

    .second_section ul li + li
    {
        margin-top: 24px;
    }


    .safe_deal
    {
        margin-top: 70px;
    }

    .safe_deal .img
    {
        width: 100%;
    }

    .safe_deal .note
    {
        margin-top: 32px;
    }


    .fourth_section
    {
        margin-top: 70px;
    }

    .fourth_section2
    {
        padding-top: 0;
    }

    .fourth_section .note
    {
        margin-top: 32px;
    }

    .fourth_section .img
    {
        width: 100%;
    }


    .confirmation .wrap_form
    {
        padding: 32px 16px;
    }

    .confirmation .col_l
    {
        padding: 120px 16px 50px;
    }

    .confirmation .wrap_form .img
    {
        right: -44px;
    }

    .confirmation .wrap_form .img.hidden_mob
    {
        display: none;
    }


    .review
    {
        margin-top: 48px;
    }

    .review .review_data
    {
        margin-top: 24px;
        padding-top: 24px;
    }


    .gratitude .note
    {
        margin-top: 16px;
    }

    .gratitude .sub_title
    {
        margin-top: 32px;
    }


    .error_page .data
    {
        margin-top: 26px;
        padding: 0;
    }

    .error_page .note
    {
        margin-top: 16px;
    }

    /*---------------
        Footer
    ---------------*/
}
