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


    .wrap
    {
        padding-top: 59px;
    }

    .block_head
    {
        margin-bottom: 25px;
    }



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

    header .logo img
    {
        width: 34px;
        height: 34px;
        margin-right: 6px;
    }



    header .menu .item + .item
    {
        margin-left: 15px;
    }

    header .menu .item > button
    {
        font-size: 17px;
        line-height: 21px;
    }



    /*---------------
        Main section
    ---------------*/
    .first_section .block_title
    {
        font-size: 34px;
        line-height: 38px;

        margin-bottom: 30px;
    }

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



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

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


    .first_section .tasks li:before
    {
        top: 10px;
    }


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


    .first_section .link button
    {
        font-size: 16px;
        line-height: 53px;

        height: 50px;
    }



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

    .step1 .block_title
    {
        font-size: 32px;
        line-height: 34px;

        margin-bottom: 20px;
    }

    .step1 .form .label
    {
        font-size: 16px;
    }

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

    .step2 .result .title b {
        display: inline-block;
    }

    .step2 .number
    {
        font-size: 22px;
        line-height: 22px;
    }

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

        margin-bottom: 20px;
    }

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

    .step2 .result .desc {
        font-size: 18px;
        font-weight: 300;
        text-transform: none;
        line-height: 24px;
    }

    .step2 .result .link
    {
        width: 100%;
        font-size: 18px;
        line-height: 53px;
        height: 50px;
    }



    .step3 .number
    {
        font-size: 22px;
        line-height: 22px;
    }

    .step3 .block_title
    {
        font-size: 28px;
        line-height: 32px;

        margin-bottom: 20px;
    }

    .step3 .city
    {
        width: 100%;
        padding: 20px 25px;

        border-radius: 20px;
    }

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

    .step3 .city .nice-select
    {
        width: 100%;
    }

    .step3 .city .nice-select ~ .nice-select
    {
        margin-top: 15px;
    }

    .step3 .city .nice-select .current {
        font-size: 16px;
        font-weight: 300;
        border: 2px solid #0f65d7;
    }
    
    .step3 .city .nice-select .list {
        border: 2px solid #0f65d7;
    }
    
    .step3 .city .nice-select .list .list_item {
        font-size: 16px;
        font-weight: 300;
        padding: 15px 15px 9px;
    }
    
    .step3 .text {
         font-size: 16px;
         font-weight: 300;
     }

    .map_block
    {
        height: 400px;
    }



    .events .item .thumb
    {
        width: 100%;
    }

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

        height: 38px;
    }

    .events .item .thumb + *
    {
        font-size: 14px;
        line-height: 20px;

        width: 100%;
    }



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

    .partners .item
    {
        height: 100px;
    }



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


    footer .logo img
    {
        width: 150px;
    }
}
