@media print {
  .hide {
    display: none !important;
  }
  #web_print {
    font-family: 'Times New Roman', Times, serif;
    margin: 5px;
    text-align: justify !important;
    display: table;
    word-break: auto-phrase;
    font-size: 11pt !important;
  }

  h6,
  .h6,
  h5,
  .h5,
  h4,
  .h4,
  h3,
  .h3,
  h2,
  .h2,
  h1,
  .h1 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold !important;
    font-size: 11pt !important;
    /* text-align: center; */
    /* Центрируем заголовки */
    margin: 10px 0;
    /* Добавляем отступы сверху и снизу */
  }

  p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 11pt !important;
  }

  .web_render_buttons {
    display: none !important;
  }

  @page {
    size: A4;
    font-size: 11pt !important;
    margin: 20px;
    padding: 0px;
  }

  .web_empty {
    display: inline;
    border-bottom: 1px solid black;
  }

  #web_print_container {
    display: block;
    margin: 10px !important;
    box-sizing: content-box;
  }

  #web_print {
    margin: 5px !important;
    display: table;
    border-collapse: collapse;
  }

  #web_print_footer {
    border: none;
  }

  #web_print div.row {
    overflow: hidden;
  }

  .web_rez_tab_td {
    display: table-cell;
    box-sizing: border-box;
    margin: -1px 0 0 -1px;
  }

  .web_rez_tab_td .web_empty {
    display: inline;
    border-bottom: 1px solid black;
  }

  #web_print .col-12 {
    width: auto !important;
    flex: 1 0 auto;
  }
  

}