@media (max-width: 767px)
{
    /*---------------
	    Main styles
	---------------*/



    /*---------------
		Header
	---------------*/
    header
    {
        border-bottom: none;
    }

    header.main_header
    {
        background: #ebf3fd;
    }

    header .mob_menu_link
    {
        display: block;
    }

    header .lk
    {
        display: none;
    }

    header .link
    {
        display: none;
    }

    header .log_out
    {
        display: none;
    }



    /*---------------
		Main section
	---------------*/
    .first_section
    {
        padding-top: 230px;
    }

    .first_section .info_abs
    {
        display: block;
    }


    .first_section .abs_img
    {
        display: none;
    }

    .first_section .box
    {
        max-width: none;
    }

    .first_section .more_all
    {
        width: 100%;
        margin-bottom: 28px;

        text-align: center;

        order: 1;
    }

    .first_section .title
    {
        font-size: 30px;
        line-height: 40px;

        text-align: center;

        order: 2;
    }

    .first_section .desc
    {
        margin-bottom: 0;

        text-align: center;

        order: 3;
    }


    .first_section .info_grid .item
    {
        width: calc(100% - 20px);
        max-width: none;
    }


    .advantages .item
    {
        width: 100%;
        margin-top: 70px;
    }

    .advantages .item .name br
    {
        display: none;
    }

    .advantages .item .text br
    {
        display: none;
    }

    ol li br
    {
        display: none;
    }

    .advantages .title
    {
        font-size: 28px;
    }


    .inner_section .main_title
    {
        text-align: center;
    }

    .inner_section .link
    {
        text-align: center;
    }

    .line_user .users
    {
        width: 100%;
    }

    .line_user .tag_user
    {
        justify-content: center;
    }

    .line_user .user
    {
        width: 100%;
        margin-top: 14px;

        justify-content: center;
    }

    .statistics
    {
        display: none;
    }


    .open_tabs
    {
        display: block;
    }

    .tabs
    {
        position: absolute;
        z-index: 99;
        top: 70px;
        left: 20px;

        display: none;

        width: calc(100% - 40px);
        padding: 5px;

        border: 1px solid #0398f3;
        background: #fff;
    }


    .tab_content
    {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .accordion .item .data p br
    {
        display: none;
    }
    /*---------------
		Footer
	---------------*/
}
