@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    :root
    {
        --font_size_title: 38px;
    }


    .wrap
    {
        padding-top: 65px;
    }

    .block_head
    {
        margin-bottom: 30px;
    }



    /*---------------
        Header
    ---------------*/
    header .logo,
    header .logo a
    {
        font-size: 22px;
    }

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


    header .logo + .sep,
    header .sr
    {
        display: none;
    }



    /*---------------
        Main section
    ---------------*/
    .first_section .cont
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .first_section .block_title
    {
        font-size: 38px;
        line-height: 42px;

        margin-bottom: 35px;
    }

    .first_section .block_title b
    {
        font-size: 46px;
        line-height: 46px;
    }


    .first_section .info,
    .first_section .tasks
    {
        font-size: 15px;
        line-height: 21px;

        width: 100%;
        max-width: 100%;
    }


    .first_section .tasks
    {
        margin-top: 40px;
    }


    .first_section .call .title
    {
        font-size: 22px;
        line-height: 24px;
    }

    .first_section .tasks .title,
    .first_section .goal .title
    {
        font-size: 18px;
        line-height: 20px;
    }


    .first_section .bg
    {
        top: -30px;
        right: -60px;
    }


    .first_section .link button
    {
        font-size: 18px;
        line-height: 57px;

        height: 54px;
        padding: 0 30px;
    }



    .block_wrap
    {
        min-height: calc(100vh - 65px);
        padding: 50px 0;
    }



    .step1 .number
    {
        font-size: 25px;
        line-height: 25px;
    }

    .step1 .block_title
    {
        font-size: 36px;
        line-height: 40px;

        margin-bottom: 25px;
    }

    .step1 .block_title br
    {
        display: none;
    }
    
    .step1 .normal br {
        display: block;
    }


    .step1 .form
    {
        padding: 25px;

        border-radius: 20px;
    }

    .step1 .form .flex
    {
        margin-left: -25px;
    }

    .step1 .form .label
    {
        font-size: 17px;

        margin-bottom: 10px;
    }

    .step1 .form .line
    {
        width: calc(50% - 25px);
        margin-bottom: 25px;
        margin-left: 25px;
    }

    .step1 .form .gender,
    .step1 .form .waist
    {
        width: calc(100% - 25px);
    }

    .step1 .form .bottom
    {
        padding-top: 25px;
    }

    .step1 .form .exp
    {
        width: 100%;
        max-width: 100%;
    }

    .step1 .form .submit
    {
        width: 100%;
        margin-top: 25px;

        text-align: center;
    }

    .step1 .form .submit_btn
    {
        line-height: 46px;

        width: 200px;
        height: 46px;
    }

    .step1 .normal
    {
        font-size: 22px;
    }



    .step2 .block_title
    {
        font-size: 32px;
        line-height: 36px;

        margin-bottom: 30px;
    }

    .step2 .block_title br
    {
        display: none;
    }

    .step2 .result
    {
        padding: 25px;

        border-radius: 20px;
    }

    .step2 .result .title
    {
        font-size: 38px;
        line-height: 40px;
    }

    .step2 .result .desc
    {
        font-size: 22px;
        line-height: 26px;

        margin-top: 10px;
    }

    .step2 .result .link
    {
        font-size: 28px;
        line-height: 57px;

        height: 54px;
        padding: 0 30px;
    }



    .step3 .block_title
    {
        font-size: 36px;
        line-height: 40px;

        margin-bottom: 30px;
    }

    .step3 .block_title br
    {
        display: none;
    }

    .step3 .city
    {
        width: 100%;
    }

    .step3 .city .title
    {
        font-size: 28px;
        line-height: 32px;
    }

    .step3 .city
    {
        padding: 25px 30px;
        border-radius: 25px;
    }


    .block_wrap
    {
        min-height: calc(100vh - 65px);
    }



    .events .item .thumb
    {
        width: 150px;
        min-height: 150px;
    }

    .events .item .date
    {
        font-size: 38px;
        line-height: 42px;

        top: 15px;

        height: 42px;
    }

    .events .item .thumb + *
    {
        font-size: 15px;
        line-height: 21px;

        width: calc(100% - 150px);
        padding: 15px 20px;
    }



    .partners .flex > *
    {
        width: calc(33.333% - 3px);
    }

    .partners .item
    {
        height: 110px;
    }

    .block_head .title {
        margin-bottom: 15px;
    }


    /*---------------
        Footer
    ---------------*/
    footer .socials + .sep
    {
        display: none;
    }


    footer .creator
    {
        font-size: 18px;
        line-height: 22px;

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