/* Общие документы и уведомление о технических cookie во всех оболочках. */
#cookie-notice-spacer { height: var(--cookie-notice-space, 0px); }
#cookie-notice {
  box-sizing: border-box;
  position: fixed;
  z-index: 90;
  left: 16px;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  width: auto;
  max-width: 960px;
  max-height: calc(100vh - 32px);
  max-height: calc(100svh - 32px);
  overflow: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 24px;
  color: #183b32;
  background: #fffdf6;
  border: 1px solid #a4b6a2;
  border-radius: 16px;
  box-shadow: 0 8px 32px #132f2329;
  font-family: inherit;
  text-align: left;
}
#cookie-notice[hidden] { display: none; }
#cookie-notice p { margin: 0; font-size: 16px; font-weight: 400; line-height: 1.55; letter-spacing: normal; }
#cookie-notice a { color: #155346; text-decoration: underline; text-underline-offset: 3px; }
#cookie-notice button {
  flex: 0 0 auto;
  min-width: 120px;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid #155346;
  border-radius: 9px;
  background: #155346;
  color: #fffdf6;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: normal;
  cursor: pointer;
}
#cookie-notice button:hover { background: #0f4035; }
#cookie-notice :is(a, button):focus-visible { outline: 3px solid #be582a; outline-offset: 4px; }
body.has-cookie-notice.user-v36.r25-public .mobile-course-action { bottom: var(--cookie-notice-space, 0px); }
.user-v36.r25-public .r14-legal-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 22px; font-size: 14px; line-height: 1.5; color: #516653; }
.user-v36.r25-public .r14-legal-links a { text-decoration: underline; text-underline-offset: 3px; }
.user-v36.r25-public :is(.register-consent, .compact-purchase-consent, .consultation-consent) a { color: #155346; text-decoration: underline; text-underline-offset: 3px; }
.user-v36.r25-public .contacts-main .crumbs { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.user-v36.r25-public .contact-documents > h2 { margin-bottom: 22px; }
.r14-staff-documents { margin-top: 24px; }
@media (max-width: 600px) {
  #cookie-notice { left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); gap: 16px; padding: 18px; flex-direction: column; align-items: stretch; border-radius: 13px; }
  #cookie-notice p { font-size: 15px; }
  #cookie-notice button { width: 100%; }
  .user-v36.r25-public .r14-legal-links { gap: 14px; flex-direction: column; font-size: 14px; }
}
@media print { #cookie-notice, #cookie-notice-spacer { display: none !important; } }
