html { scroll-behavior: smooth; }
body.codex-bitrix { background: var(--paper); color: var(--ink); }
#panel { position: relative; z-index: 10000; }
.codex-main { min-height: 60vh; }
.codex-page-section { padding-top: 150px; }
.bitrix-content { color: var(--ink); }
.bitrix-content h1, .bitrix-content h2, .bitrix-content h3 { letter-spacing: 0; }
.bitrix-content a { color: inherit; }
.bitrix-content img { max-width: 100%; height: auto; }
.burger { display: none; flex-direction: column; gap: 4px; align-items: center; justify-content: center; }
.burger span { width: 18px; height: 2px; background: currentColor; display: block; }
.codex-home-note { margin-top: 14px; color: var(--muted); }
.codex-real-catalog { margin-top: 24px; }
.codex-real-catalog .btn { margin-right: 10px; margin-bottom: 10px; }
.codex-page-section .container { max-width: 1280px; }
.codex-page-section .catalog_detail, .codex-page-section .catalog_block, .codex-page-section .basket-items-list-wrapper, .codex-page-section .sale_order_full_table { background: #fff; border-radius: 8px; }
@media (max-width: 980px) {
  .burger { display: inline-flex; }
  .codex-page-section { padding-top: 112px; }
}
