/* Актуальный cookie-баннер: единое положение на всех страницах сайта. */
html body #allrecords .t972:not(:has(.t972__reject-btn)) {
  display: none !important;
}

html body #allrecords .t972:has(.t972__reject-btn):not(.t972_widgetview) {
  position: fixed !important;
  left: 20px !important;
  right: auto !important;
  bottom: 20px !important;
  width: min(900px, calc(100vw - 40px)) !important;
  max-width: calc(100vw - 40px) !important;
  box-sizing: border-box !important;
  z-index: 2147482000 !important;
}

html body #allrecords .t972:has(.t972__reject-btn) .t972__banner,
html body #allrecords .t972:has(.t972__reject-btn) .t972__settings {
  width: 100% !important;
  max-height: calc(100dvh - 40px) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  html body #allrecords .t972:has(.t972__reject-btn):not(.t972_widgetview) {
    left: 10px !important;
    right: 10px !important;
    bottom: 88px !important;
    width: auto !important;
    max-width: none !important;
  }

  html body #allrecords .t972:has(.t972__reject-btn) .t972__banner,
  html body #allrecords .t972:has(.t972__reject-btn) .t972__settings {
    max-height: calc(100dvh - 108px) !important;
    padding: 16px !important;
  }

  html body #allrecords .t972:has(.t972__reject-btn) .t972__buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  html body #allrecords .t972:has(.t972__reject-btn) .t972__buttons > * {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* Временно отключено праздничное оформление меню. */
html body #allrecords #menu-tree,
html body #allrecords .menu-tree-wrap {
  display: none !important;
}
