.pamyatka {
  max-width: 820px;
  color: #343a60;
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 40px;
}

.pamyatka__actions {
  display: flex;
  justify-content: flex-end;
  margin: -8px 0 24px;
}

.pamyatka__print {
  appearance: none;
  border: 1px solid #3068f7;
  background: #fff;
  color: #3068f7;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.pamyatka__print:hover {
  background: #3068f7;
  color: #fff;
}

.pamyatka__lead {
  margin: 0 0 28px;
}

.pamyatka__section {
  margin-bottom: 28px;
}

.pamyatka__section h2 {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #343a60;
}

.pamyatka__section h3 {
  margin: 16px 0 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #343a60;
}

.pamyatka__section ul {
  margin: 0;
  padding-left: 1.2em;
}

.pamyatka__section li {
  margin-bottom: 6px;
}

.pamyatka__section li:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .pamyatka {
    font-size: 14px;
    padding-bottom: 24px;
  }

  .pamyatka__actions {
    justify-content: stretch;
    margin-bottom: 20px;
  }

  .pamyatka__print {
    width: 100%;
  }

  .pamyatka__section h2 {
    font-size: 18px;
  }
}

@media print {
  @page {
    margin: 16mm;
  }

  html,
  body {
    background: #fff !important;
    color: #000 !important;
  }

  #panel,
  header,
  footer,
  section.menu,
  section.mobile_menu,
  section.top-main .breadcrumbs,
  .pamyatka__actions,
  dialog,
  [data-modal-target] {
    display: none !important;
  }

  main,
  section.top-main,
  section.main#workarea,
  section.main#workarea > .container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  section.top-main .title {
    margin: 0 0 16px !important;
  }

  section.top-main h1 {
    color: #000 !important;
    font-size: 22pt !important;
  }

  .pamyatka {
    max-width: none;
    padding: 0;
    color: #000;
    font-size: 11pt;
    line-height: 1.45;
  }

  .pamyatka__lead {
    margin-bottom: 16px;
  }

  .pamyatka__section {
    margin-bottom: 14px;
    break-inside: avoid;
  }

  .pamyatka__section h2,
  .pamyatka__section h3 {
    color: #000;
  }

  .pamyatka__section h2 {
    font-size: 13pt;
    margin-bottom: 8px;
  }

  .pamyatka__section h3 {
    font-size: 11pt;
    margin: 10px 0 6px;
  }

  .pamyatka__section a {
    color: #000;
    text-decoration: none;
  }
}
