@media print {
    body, body.empty, .container  {
        color: #000;
        background: none;
    }
    body, article {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .decoration-bg, .social-sharing, .main-menu, .search, footer, .content .col-left img, .form, .catalog-menu, .additional-info-button, .site-regulation .tabs li {
        display: none;
    }
    .menu-block .logo {
        float: left;
        text-align: left;
        height: 150px;
        padding-top: 30px;
    }
    .site-regulation .tabs li.active {
        display: block;
        margin: 0;
        padding: 0;
    }
    .site-regulation .tabs li.active a {
        font-size: 1.5em;
        text-align: left;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .site-regulation .tabs li.active a span {
        margin: 0;
        padding: 0;
    }
    .site-terms li > p {
        display: inherit;
    }
    .qrcode {
        display: block;
        float: right;
    }
    @page {
        margin: 2cm;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    .content article img {
        max-width: 100% !important;
    }
    /*    article {
            page-break-before: always;
        }*/
    ul, img {
        page-break-inside: avoid;
    }
    .content a {
        font-weight: bolder;
        text-decoration: none;
    }

    .content a[href^=http]:after {
        content:" <" attr(href) "> ";
    }
    .content a[href^="#"]:after {
        content: "";
    }

}