@media print {
  .header .header__buttons,
.footer__bottom,
.faq-filter,
#savePdf {
    display: none;
  }

  .footer {
    display: block;
    margin-top: 100px;
    position: relative;
  }

  .header,
.header .container,
.breadcrumbs,
.breadcrumbs .container-fluid,
.faq-list,
.faq-list-item,
.faq-list-item .panel__btn,
.footer,
.footer__top,
.ctype-ce_headerimage_with_text,
.ctype-ce_headerimage_with_text img,
.ctype-ce_headerimage_with_text .textbox-pos,
.ctype-ce_headerimage_with_text .textbox-pos .row {
    display: block;
    height: auto;
    position: relative;
    transform: unset;
    width: 100%;
  }
}
/*# sourceMappingURL=print.css.map */
