@media (max-width: 1023px)
{
    /*---------------
        Main styles
    ---------------*/
    :root
    {
        --font_size: 15px;
        --font_size_title: 44px;
    }



    /*---------------
        Header
    ---------------*/
    header .logo + .sep
    {
        margin: 0 25px;
    }


    header .steps
    {
        display: none;
    }



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


    .first_section .block_title
    {
        font-size: 44px;
        line-height: 50px;

        margin-bottom: 40px;
    }

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


    .first_section .info,
    .first_section .tasks
    {
        font-size: 16px;
        line-height: 22px;
    }


    .first_section .call .title
    {
        font-size: 26px;
        line-height: 32px;

        margin-bottom: 15px;
    }

    .first_section .call .sub_title
    {
        margin-bottom: 15px;
    }

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


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


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

        height: 56px;
        padding: 0 35px;
    }



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

    .step1 .block_title
    {
        font-size: 44px;

        margin-bottom: 40px;
    }

    .step1 .form
    {
        padding: 30px;
    }

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

        margin-bottom: 15px;
    }

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

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

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

    .step1 .form .exp
    {
        width: calc(100% - 220px);
    }

    .step1 .form .submit_btn
    {
        font-size: 18px;
        line-height: 50px;
        width: 180px;
        height: 50px;
    }



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

    .step2 .result
    {
        padding: 30px;
    }

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

    .step2 .result .desc
    {
        font-size: 26px;
    }

    .step2 .result .link
    {
        font-size: 18px;
        line-height: 60px;
        height: 56px;
        margin-top: 20px;
        padding: 0 35px;
    }



    .step3 .number
    {
        font-size: 28px;
    }

    .step3 .block_title
    {
        font-size: 44px;
        line-height: 46px;
    }


    .step3 .city
    {
        width: 100%;
        padding: 30px 35px;
    }

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

    .step3 .text
    {
        font-size: 16px;
        line-height: 22px;

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



    .events .flex
    {
        margin-left: 0;
    }

    .events .flex > *
    {
        width: 100%;
        margin-left: 0;
    }

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

    .events .item .date
    {
        font-size: 44px;
    }

    .events .item .thumb + *
    {
        padding: 20px 25px;
    }



    .partners .item
    {
        height: 130px;
    }



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