/* ===== Протокол24 — legal modal freeze hotfix v2.0.4 ===== */

/* Только режим документа внутри popup */
body.p24-legal-v13-body.p24-legal-modal-view-v203,
body.p24-legal-v13-body.p24-legal-modal-view-v204 {
  background: #fff !important;
  overflow-x: hidden !important;
}

body.p24-legal-v13-body.p24-legal-modal-view-v203 .p24-legal-topbar-v13,
body.p24-legal-v13-body.p24-legal-modal-view-v203 .p24-legal-header-v13,
body.p24-legal-v13-body.p24-legal-modal-view-v203 .p24-legal-footer-v13,
body.p24-legal-v13-body.p24-legal-modal-view-v203 .p24-global-legal-links-v19,
body.p24-legal-v13-body.p24-legal-modal-view-v203 .p24-legal-burger-v15,
body.p24-legal-v13-body.p24-legal-modal-view-v204 .p24-legal-topbar-v13,
body.p24-legal-v13-body.p24-legal-modal-view-v204 .p24-legal-header-v13,
body.p24-legal-v13-body.p24-legal-modal-view-v204 .p24-legal-footer-v13,
body.p24-legal-v13-body.p24-legal-modal-view-v204 .p24-global-legal-links-v19,
body.p24-legal-v13-body.p24-legal-modal-view-v204 .p24-legal-burger-v15 {
  display: none !important;
}

body.p24-legal-v13-body.p24-legal-modal-view-v203 .p24-legal-page-v13,
body.p24-legal-v13-body.p24-legal-modal-view-v204 .p24-legal-page-v13 {
  padding: 0 !important;
  background: #fff !important;
}

body.p24-legal-v13-body.p24-legal-modal-view-v203 .p24-legal-shell-v13,
body.p24-legal-v13-body.p24-legal-modal-view-v204 .p24-legal-shell-v13 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 28px 34px 42px !important;
  background: #fff !important;
}

@media (max-width: 767px) {
  body.p24-legal-v13-body.p24-legal-modal-view-v203 .p24-legal-shell-v13,
  body.p24-legal-v13-body.p24-legal-modal-view-v204 .p24-legal-shell-v13 {
    padding: 22px 18px 36px !important;
    overflow: hidden !important;
  }

  body.p24-legal-v13-body.p24-legal-modal-view-v203 .p24-legal-content-v13 h1,
  body.p24-legal-v13-body.p24-legal-modal-view-v204 .p24-legal-content-v13 h1 {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }
}