@media print {
  .top-nav,
  .utility-bar,
  .mobile-nav,
  .menu-overlay,
  .site-header__badge,
  .hotline-bar,
  .site-footer__links,
  .site-footer__hotline-mini,
  .sidebar,
  .breadcrumbs,
  .home-hotline-strip,
  .vk-section,
  .partners,
  .cookie-banner,
  .skip-link,
  #scrollHint,
  button,
  .btn,
  .appeals-form {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #000;
    font-size: 12pt;
  }

  .container { max-width: none; padding: 0; }
  .glass,
  .content-page,
  .doc-list__item {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  a { color: #000; text-decoration: none; }
  a[href^="http"]::after,
  a[href^="/"]::after { content: ' (' attr(href) ')'; font-size: 10pt; color: #555; }
  a[href^="tel:"]::after,
  a[href^="mailto:"]::after { content: ''; }

  h1, h2, h3 { page-break-after: avoid; }
  img { max-width: 100%; }

  .site-footer {
    background: transparent !important;
    color: #000 !important;
    border-top: 1px solid #ccc;
    padding: 1cm 0 0;
  }
}
