﻿@media print,
(max-width: 1023px)
{
    .wrap{
        padding-top: 94px;
    }
    header{
            position: fixed;
        background: var(--bg) url("../image/bg_articles.png");
    }
    /*------------
        Header
    ------------*/
    header .menu
    {
        position: fixed;
        z-index: 200;

        display: block;

        width: 100%;
        height: 100vh;
        padding: 140px 0 50px;

        transition: transform .2s ease 0s;
        transform: scaleX(0);
        transform-origin: left bottom;
        text-align: center;

        background: rgb(18, 18, 18);

        inset: 0;
    }

    header .menu.show
    {
        transform: scaleX(1);
        transform-origin: right bottom;
    }


    header .menu_item
    {
        width: 100%;
    }

    header .menu_item + .menu_item
    {
        margin-top: 40px;
        margin-left: 0;
    }


    header .menu_item > a
    {
        font-size: 20px;
        line-height: 24px;
    }


    header .menu .close_btn
    {
        display: flex;
    }


    header .mob_menu_btn
    {
        display: flex;
    }



    /*--------------
        Articles
    --------------*/
    .articles
    {
        margin-bottom: 130px;
    }


    .articles .grid
    {
        display: block;
    }


    .articles .row > *
    {
        width: calc(33.333% - 24px);
    }


    .articles .grid .article + .article
    {
        margin-top: 50px;
    }

    .articles .grid .article.big + .article
    {
        margin-top: 80px;
    }

    .articles .grid .article.big + .article:before
    {
        position: absolute;
        top: -40px;
        left: 0;

        display: block;

        width: 100%;
        height: 1px;

        content: '';

        background: rgba(255, 255, 255, .10);
    }



    /*------------------
        Article info
    ------------------*/
    .article_info
    {
        margin-bottom: 80px;
    }


    .article_info .data
    {
        width: 100%;
        padding: 0;

        border: none;
    }


    .article_info .article_title
    {
        font-size: 24px;
    }


    .article_info .info
    {
        margin-top: 10px;
    }


    .article_info .col_right
    {
        display: none;
    }



    /*----------
        Apps
    ----------*/
    .apps .logo img
    {
        width: 48px;
    }


    .apps .info .title
    {
        font-size: 20px;
    }


    .apps .info .desc
    {
        font-size: 15px;
        line-height: 21px;
    }


    .apps .bg
    {
        margin-left: -640px;
    }



    /*------------
        Footer
    ------------*/
    footer .logo
    {
        margin-right: 0;
    }


    footer .links:last-child
    {
        margin-right: 0;
    }

    .anchors_mob{
        display: block;
        margin-top: 30px;
    }

    .anchors_mob .items{
        display: none;
    }

    .anchors_mob .items.show{
        display: block;
    }

}
