@media print {

    #bx-panel,
    .header--menu,
    .header--phone,
    .news--similar,
    .news--slider,
    .footer--bottom-right,
    .footer--logo-row,
    .news--logo-row,
    .news--button-row,
    .news--done-image,
    .news--reviews {display: none !important;}

    .news--props{width: 100% !important;padding: 0 !important;}
    .news--done {width: 100% !important;background-color: #fff !important;color:#000 !important;padding: 0 !important;}

    .news--props-item {width: 50% !important;}

    .news--description {flex-wrap: wrap;margin-bottom: 30px !important;}

    .news--detail > .container {padding: 0 !important;}

    .news--done-title,
    .news--done-name
    {color:#000 !important;}

    .news--auto-box ul, .news--auto-box li {list-style-type: circle !important;}
    .news--auto-box li:after {width: 7px !important;height: 1px !important;background-color: #000 !important;border-radius: unset !important;}
}