@media (max-width: 1023px)
{
    /*---------------
	    Main styles
	---------------*/
    :root
    {
        --aside_width: 100%;
        --font_size_title: 30px;
    }


    .block
    {
        margin-bottom: 50px;
    }


    .block_head .title
    {
        line-height: 36px;
    }



    .block_head .title:before
    {
        bottom: 7px;
    }



    .content_flex .content
    {
        width: 100%;
    }



    /*---------------
		Header
	---------------*/
    header
    {
        margin-bottom: 40px;
    }


    header .slogan
    {
        font-size: 18px;

        display: block;

        width: 100%;
        margin-top: 10px;
        padding-right: 100px;

        text-align: left;
    }


    header .mob_menu_link
    {
        display: block;
    }



    header .bottom
    {
        position: absolute;
        top: 100%;
        right: 20px;

        display: none;

        width: 154px;
        padding: 20px;

        border-radius: 2px;
        background: #fff;
        box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .16);
    }

    header .bottom .cont
    {
        padding: 0;
    }

    header .menu .sep
    {
        display: none;
    }


    header .menu .menu-item
    {
        position: relative;

        width: 100%;
        padding-left: 15px;
    }

    header .menu .menu-item:before
    {
        position: absolute;
        top: 15px;
        left: 0;

        display: block;

        width: 4px;
        height: 4px;

        content: '';

        border: 1px solid #ec6a2a;
        background: #2b2d30;
    }

    header .menu .menu-item > a
    {
        font-size: 10px;

        width: 100%;
        min-height: 34px;
        padding: 0;

        text-align: left;

        justify-content: flex-start;
    }

    header .menu .menu-item.free > a
    {
        text-align: center;

        justify-content: center;
    }



    /*---------------
		Sidebar
	---------------*/
    aside
    {
        margin-top: 50px;

        column-count: 2;
        column-gap: 20px;
    }

    aside > *
    {
        transform: translateZ(0);

        --webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    aside > * + *
    {
        margin-top: 20px;
    }



    /*---------------
		Main section
	---------------*/
    .main_banner .data
    {
        padding: 50px;
    }



    .post_info .post_author
    {
        margin-bottom: 20px;
    }



    /*---------------
		Footer
	---------------*/
    footer .menu
    {
        column-gap: 20px;
        column-count: 2;
    }


    footer .menu .menu-item > a,
    footer .requisites
    {
        font-size: 12px;
    }



    /*---------------
		PopUp
	---------------*/
}
