<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print,
(max-width: 1279px)
{
    /*-------------------
        Global styles
    -------------------*/
    html.custom_scroll ::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;
    }



    /*------------
        Header
    ------------*/
    header .currencies,
    header .currencies + .sep
    {
        display: none;
    }



    /*--------------
        Articles
    --------------*/
    .articles .row
    {
        margin-bottom: -40px;
        margin-left: -24px;
    }

    .articles .row &gt; *
    {
        width: calc(25% - 24px);
        margin-bottom: 40px;
        margin-left: 24px;
    }


    .articles .row.big
    {
        margin-bottom: -40px;
        margin-left: -24px;
    }

    .articles .row.big &gt; *
    {
        width: calc(33.333% - 24px);
        margin-bottom: 40px;
        margin-left: 24px;
    }


    .articles .article .thumb
    {
        margin-bottom: 12px;
    }


    .articles .article .name
    {
        font-size: 14px;
        line-height: 22px;
    }


    .articles .big_w .article .name
    {
        font-size: 20px;
        line-height: 28px;
    }


    .articles .other_article .name
    {
        font-size: 14px;
    }



    .articles .more_articles .list
    {
        max-height: 466px;
        padding-right: 12px;
    }


    .articles .more_articles .item + .item
    {
        margin-top: 16px;
        padding-top: 16px;
    }


    .articles .more_articles .name
    {
        font-size: 14px;
    }



    /*---------------
        Most read
    ---------------*/
    .most_read .grid
    {
        grid-gap: 40px;
        grid-template-columns: repeat(3, 1fr);
    }

    .most_read .grid &gt; *.big_w
    {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }


    .most_read .item:nth-child(2):after,
    .most_read .item:nth-child(3):before
    {
        display: none;
    }

    .most_read .item:nth-child(3):after,
    .most_read .item:nth-child(4):after,
    .most_read .item:nth-child(5):after
    {
        position: absolute;
        top: -20px;
        left: 0;

        display: block;

        width: 100%;
        height: 1px;

        content: '';

        background: #e0e0e0;
    }

    .most_read .item:nth-child(2):before,
    .most_read .item:nth-child(4):before,
    .most_read .item:nth-child(5):before
    {
        position: absolute;
        top: 0;
        left: -23px;

        display: block;

        width: 1px;
        height: 100%;

        content: '';

        background: #e0e0e0;
    }



    /*------------
        Videos
    ------------*/
    .videos .block_head .title
    {
        font-size: 28px;
        line-height: 36px;
    }


    .videos .video
    {
        font-size: 16px;
        line-height: 24px;
    }



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


    footer .col_left
    {
        width: 100%;
        margin-bottom: 40px;
    }


    footer .col_right
    {
        display: flex;
        flex-direction: row;

        width: 100%;

        justify-content: space-between;
        align-items: flex-end;
        align-content: flex-end;
        flex-wrap: wrap;
    }


    footer .subscribe
    {
        width: calc(100% - 200px);
        margin: 0;
    }



    /*-----------
        PopUp
    -----------*/
}
</pre></body></html>