@page {
    size: auto;   /* auto is the current printer page size */
    margin: 0mm;  /* this affects the margin in the printer settings */
}

@media print {
    body {
        padding: 0;
        width: 100%;
    }

    *,
    *:before,
    *:after,
    *:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .wrap-simple-popup,
    .p-footer,
    .p-header,
    .wrap-popup,
    .fix-contacts,
    .container__col-small,
    .wrap-breadcrumb,
    .bx-breadcrumb,
    .btn-print,
    .pdng-t,
    .catalog-grid__item .btn-add,
    .catalog-grid__item .item__img .btn-like {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .container__col-large {
        width: 100% !important;
        padding: 0 !important;
    }

    .catalog-grid__item {
        width: 25% !important;
        padding:0 20px 30px !important;
    }

    .catalog-grid__item .item__img {
        height: 200px !important;
    }
    .container{
        max-width:100% !important;
        padding:0 20px  !important;
    }
}