@media print {


            .tab-content.test {display: flex; gap: 10px;}
            .tab-content > .active {
    width: 100%;
}
#tab-1 img {max-width: 100%;}
        .tab-content.test #tab-1   .scheme  {    display: grid;}
            .tab-content.test #tab-1  .img-thumbnail-variant-1{order:2; page-break-before: always; white-space: nowrap;   position: relative; top:50px;
}
            .tab-content.test #tab-1 .p-table {order:1; }
            .product {margin-top: 33px;}
            body >div, jdiv{display: none;}
.product .col-lg-5{max-width: 49%;}
.product .col-lg-7{max-width: 49%;}
#tab-1 img {max-width: 99%;margin: 0 auto; display: block;}
    .ourCategories .col-lg-3, #header, .container, footer{display: none;}
    .ourCategories .container {display: block;}
    .print-flex {display: flex;    display: flex;
    align-items: center; background-color: #fff;    padding: 20px;    gap: 40px;}
.print-flex>div {flex: 1;    color: #000000;
    line-height: 2;
    font-size: 16px;
    font-weight: bold;}
    .ourCategories .col-lg-9 {        flex: 1;
        max-width: 100%;}
        .nav-tabs {display: none;}
            .no-print {
                display: none; /* Скрыть элементы с классом no-print при печати */
            }
        .only-print {
                display: block!important; /* Скрыть элементы с классом no-print при печати */
            }
            
        }