@media print {
    header,
    .breadcrumbs,
    aside,
    footer,
    .top_panel__single_thumbnail,
    .post_item__meta,
    .button,
    .decor_lines,
    .featured_articles,
    .so_me,
    .grecaptcha-badge,
    .grecaptcha-logo {
        display: none !important;
    }

    .print_vis {
        display: block !important;
    }

    .top_panel {
        margin-bottom: 40px;
    }

    .single_header {
        color: #000000 !important;
    }

    #main {
        margin-top: 0;
    }
}