@media print {
    html, body{
        height: 297mm;
        width: 210mm;
        font-size: 14px;
    }
    *, *:before, *:after {
        color: #000;
        box-shadow: none;
        text-shadow: none;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    header, footer, .baner_other_page, .left_menu, .cookie_absolute, .version_print, .item_detail{
        display: none !important;
    }
    .container{
        width: auto;
        margin: 0;
        padding: 0;
    }
    .item_table{
        grid-template-columns: 1fr 1fr;
    }
    .item_table div{
        border-bottom: 1px solid rgba(200, 203, 208, 0.5);
    }
}
@page {
    margin: 10mm 10mm 10mm 20mm;
}