@media print {
  body {
    font-size: 12pt;
    color: #000;
    background: none !important;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  nav,
  .sidebar,
  .buttons,
  .ads,
  .no-print,
  .line-top,
  .marquee,
  .nagoroda {
    display: none !important;
  }
  .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4 {
    color: #000;
    page-break-after: avoid;
  }
  img {
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
  }
  table {
    page-break-inside: avoid;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  }
  @page {
    size: auto;
    margin: 10mm;
  }
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 10pt;
  }
}/*# sourceMappingURL=print.css.map */