html, body {
  height: 297mm;
  width: 210mm;
  color: #000;
}

*:not(#_),
*:not(#_):before,
*:not(#_):after {
  box-shadow: none;
  text-shadow: none;
}

* {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

ul, ol, table {
  page-break-inside: avoid;
}

/* Скрытие шапки и подвала, т.к. при печати они обычно не нужны. */
.page__header,
.page__footer {
  display: none;
}

/* Специальный класс для элементов, которые нужно скрыть при печати. */
.noprint {
  display: none;
}
