/* Champion Centre — mobile portrait repair v1.11.63
   Loaded after all theme/Leaflet styles under a unique filename to bypass page/CSS caches. */

@media (max-width: 820px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body * {
    box-sizing: border-box;
  }

  img,
  video,
  svg,
  canvas {
    max-width: 100%;
  }

  .champion-mobile-org-switcher-hidden {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  main,
  .page-main,
  .about-page,
  .federations-page,
  .contacts-page {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    contain: none !important;
    content-visibility: visible !important;
  }

  .container {
    width: calc(100% - 28px) !important;
    max-width: 680px !important;
    margin-inline: auto !important;
  }

  /* Header */
  .site-header .header-inner {
    width: calc(100% - 20px) !important;
    min-height: 78px !important;
    grid-template-columns: minmax(0, 1fr) 50px !important;
    gap: 8px !important;
  }

  .site-header .brand {
    min-width: 0 !important;
    gap: 8px !important;
  }

  .site-header .brand__script {
    width: 98px !important;
    height: 46px !important;
  }

  .site-header .brand__coat {
    width: 38px !important;
    height: 50px !important;
  }

  .site-header .brand__text {
    display: block !important;
    min-width: 0 !important;
    max-width: 150px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .site-header .brand__text-full { display: none !important; }
  .site-header .brand__text-short { display: block !important; }

  .site-header .menu-toggle {
    display: inline-flex !important;
    width: 48px !important;
    height: 48px !important;
  }

  .site-header .main-nav {
    position: absolute !important;
    left: 10px !important;
    right: 10px !important;
    top: calc(100% + 4px) !important;
    width: auto !important;
    max-height: calc(100dvh - 98px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  /* Page headings */
  .page-hero,
  .contacts-hero,
  .federations-page-hero {
    padding: 30px 0 22px !important;
  }

  .page-title-block h1,
  .contacts-heading-row h1 {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: .98 !important;
    overflow-wrap: anywhere !important;
  }

  .page-title-block p,
  .contacts-heading-row > div > p {
    max-width: 100% !important;
    margin-top: 18px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .section-title,
  .staff-info h2 {
    font-size: clamp(28px, 8.5vw, 36px) !important;
    line-height: 1.04 !important;
    overflow-wrap: anywhere !important;
  }

  /* HOME: news must always render below the heading. */
  body.home .news-events,
  body.home .news-column,
  body.home .news-layout,
  body.home .main-news-card,
  body.home .main-news-card .news-card-link,
  body.home .side-news-list,
  body.home .side-news-card {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    contain: none !important;
    content-visibility: visible !important;
  }

  body.home .news-events,
  body.home .news-column {
    display: block !important;
  }

  body.home .news-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
    margin-top: 0 !important;
  }

  body.home .main-news-card,
  body.home .side-news-card {
    display: grid !important;
    width: 100% !important;
  }

  body.home .main-news-card .news-card-link {
    display: flex !important;
    flex-direction: column !important;
  }

  body.home .main-news-card img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
  }

  body.home .main-news-card__body {
    display: block !important;
    padding: 17px !important;
  }

  body.home .side-news-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.home .side-news-card {
    grid-template-columns: 92px minmax(0, 1fr) 18px !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  body.home .side-news-card img {
    display: block !important;
    width: 92px !important;
    height: 76px !important;
    object-fit: cover !important;
  }

  /* NEWS PAGE */
  .news-page-main,
  .news-page-section,
  .news-list-heading,
  .news-grid-all,
  .news-grid-card,
  .news-grid-card > * {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    contain: none !important;
    content-visibility: visible !important;
  }

  .news-page-section {
    display: block !important;
    padding-top: 28px !important;
    padding-bottom: 44px !important;
  }

  .news-grid-all {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  .news-grid-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    padding: 14px !important;
  }

  .news-grid-card img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
  }

  .news-grid-card h3 {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  /* ABOUT PAGE */
  .about-page #general,
  .about-page #structure,
  .about-page #events,
  .about-page #requisites,
  .about-story,
  .about-story__content,
  .about-work-tiles,
  .about-work-tile,
  .org-chart,
  .org-chart__root,
  .org-chart__branches,
  .org-branch,
  .org-managements,
  .org-management,
  .info-panel,
  .requisites-layout,
  .requisites-card,
  .requisites-download-card {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    contain: none !important;
    content-visibility: visible !important;
  }

  .about-page #general,
  .about-page #structure,
  .about-page #events,
  .about-page #requisites {
    display: block !important;
    padding-top: 28px !important;
    padding-bottom: 34px !important;
  }

  .about-story,
  .about-story__content,
  .org-chart__branches,
  .org-managements,
  .requisites-layout,
  .requisites-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .about-work-tiles {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .about-story__content p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .org-chart__connector,
  .org-chart__branches::before,
  .org-branch::before {
    display: none !important;
  }

  .org-branch,
  .org-node,
  .org-management,
  .info-panel,
  .requisites-card,
  .requisites-download-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  .requisites-group--bank {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  /* FEDERATIONS PAGE */
  .federation-directory,
  .federation-directory__intro,
  .federation-directory__toolbar,
  .federation-list,
  .federation-card,
  .federation-card > * {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    contain: none !important;
    content-visibility: visible !important;
  }

  .federation-directory {
    display: block !important;
    padding-top: 28px !important;
    padding-bottom: 46px !important;
  }

  .federation-directory__intro,
  .federation-directory__toolbar,
  .federation-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .federation-kpis {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .federation-card {
    display: block !important;
    width: 100% !important;
    padding: 16px !important;
  }

  .federation-card[hidden] {
    display: none !important;
  }

  .federation-card h2 {
    font-size: 15px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
  }

  /* MAP: one column and a compact canvas. JS v63 lowers minZoom and fits the full country. */
  .sport-staff,
  .staff-info,
  .map-panel,
  .map-toolbar,
  .map-meta,
  .map-canvas,
  #championLeafletMap {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    max-width: 100% !important;
    contain: none !important;
    content-visibility: visible !important;
  }

  .sport-staff {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    width: calc(100% - 20px) !important;
    max-width: 680px !important;
    height: auto !important;
    min-height: 0 !important;
    margin-inline: auto !important;
    padding: 18px 10px !important;
    overflow: visible !important;
  }

  .staff-info,
  .map-panel {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .map-toolbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
    width: 100% !important;
  }

  .map-toolbar > *,
  .map-filter,
  .map-search,
  .map-filter select,
  .map-search input {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .map-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px 10px !important;
    width: 100% !important;
    padding: 10px 0 !important;
    overflow: visible !important;
  }

  #championMap.map-canvas,
  #championLeafletMap,
  .map-canvas {
    display: block !important;
    width: 100% !important;
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }

  #championMap .leaflet-control-zoom a {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
  }

  .map-selection {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin-top: 10px !important;
    overflow: visible !important;
  }

  /* CONTACTS */
  .contacts-heading-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  .main-phone-card {
    display: grid !important;
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 16px !important;
  }

  .main-phone-card__icon {
    display: grid !important;
    place-items: center !important;
    width: 68px !important;
    height: 68px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
  }

  .main-phone-card__icon img {
    display: block !important;
    width: 52px !important;
    height: 52px !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: contain !important;
    transform: none !important;
  }

  .main-phone-card__download {
    width: 100% !important;
  }

  /* Footer */
  .site-footer,
  .footer-top,
  .footer-contacts,
  .footer-bottom {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .footer-top,
  .footer-contacts,
  .footer-bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }
}

@media (max-width: 430px) {
  .container { width: calc(100% - 22px) !important; }

  .site-header .brand__script { width: 92px !important; }
  .site-header .brand__coat { width: 35px !important; }
  .site-header .brand__text { max-width: 126px !important; font-size: 11.5px !important; }

  .page-title-block h1,
  .contacts-heading-row h1 {
    font-size: clamp(31px, 10.5vw, 40px) !important;
  }

  body.home .side-news-card {
    grid-template-columns: 82px minmax(0, 1fr) 16px !important;
  }
  body.home .side-news-card img {
    width: 82px !important;
    height: 70px !important;
  }

  #championMap.map-canvas,
  #championLeafletMap,
  .map-canvas {
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
  }

  .main-phone-card {
    grid-template-columns: 62px minmax(0, 1fr) !important;
  }
  .main-phone-card__icon {
    width: 62px !important;
    height: 62px !important;
  }
  .main-phone-card__icon img {
    width: 48px !important;
    height: 48px !important;
  }
}


/* v1.11.66: front-page mobile flow safeguard. */
@media (max-width: 820px) {
  body.home main#top,
  body.home main#top > section,
  body.home .sport-staff,
  body.home .upcoming-events,
  body.home .directions-section,
  body.home .useful-section,
  body.home .site-footer {
    display: block !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    contain: none !important;
    content-visibility: visible !important;
  }

  body.home .sport-staff {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  body.home .upcoming-events .event-list,
  body.home .directions-panel,
  body.home .useful-quickbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.home #championMap {
    display: block !important;
    width: 100% !important;
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.home .site-footer {
    width: 100% !important;
    margin-top: 44px !important;
  }
}


/* v1.11.67: мобильная карта и отступ после легенды. */
@media (max-width: 820px) {
  body.home .staff-info .map-legend {
    margin-bottom: 24px !important;
  }

  body.home .map-toolbar {
    margin-top: 0 !important;
  }

  body.home #championMap .champion-leaflet-map,
  body.home #championMap .leaflet-container {
    min-height: 250px !important;
    opacity: 1 !important;
    animation: none !important;
  }

  body.home #championMap path.champion-russia-land {
    fill: #fff4f5 !important;
    fill-opacity: 1 !important;
  }

  body.home #championMap .leaflet-overlay-pane path.champion-russia-boundary-geotree {
    stroke: #d7192a !important;
    stroke-width: 2.4 !important;
    stroke-opacity: 1 !important;
    display: block !important;
  }

  body.home #championMap .leaflet-overlay-pane path.champion-russia-boundary-halo {
    display: block !important;
  }
}


/* v1.11.68: гарантированный отступ после легенды и видимая SVG-карта на iPhone. */
@media (max-width: 820px) {
  body.home .staff-info .map-legend {
    margin: 18px 0 30px !important;
    padding-bottom: 4px !important;
  }

  body.home .map-panel {
    margin-top: 0 !important;
  }

  body.home #championMap,
  body.home #championLeafletMap,
  body.home #championMap .leaflet-container {
    display: block !important;
    width: 100% !important;
    height: 270px !important;
    min-height: 270px !important;
    max-height: 270px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.home #championMap .leaflet-overlay-pane,
  body.home #championMap .leaflet-overlay-pane svg,
  body.home #championMap .leaflet-overlay-pane path,
  body.home #championMap .champion-land-pane,
  body.home #championMap .champion-land-pane svg,
  body.home #championMap .champion-land-pane path {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.home #championMap path.champion-russia-land {
    fill: #fff4f5 !important;
    fill-opacity: 1 !important;
    stroke: none !important;
  }
}

/* v1.11.72 — mobile home: remove foreign organization selector and restore Leaflet SVG map. */
@media (max-width: 820px), (hover: none) and (pointer: coarse) {
  body.home .organization-selector,
  body.home .organization-switcher,
  body.home [data-organization-selector],
  body.home .champion-mobile-org-switcher-hidden {
    display: none !important;
    visibility: hidden !important;
  }

  body.home #championMap,
  body.home #championLeafletMap,
  body.home #championMap .leaflet-container {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
    overflow: hidden !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* The general mobile rule max-width:100% clips Leaflet's oversized SVG viewport
     in Safari. Leaflet must manage the SVG dimensions itself. */
  body.home #championMap .leaflet-overlay-pane svg,
  body.home #championMap .leaflet-pane > svg,
  body.home #championMap svg.leaflet-zoom-animated,
  body.home #championMap canvas.leaflet-zoom-animated {
    max-width: none !important;
    max-height: none !important;
  }

  body.home #championMap .leaflet-map-pane,
  body.home #championMap .leaflet-pane,
  body.home #championMap .leaflet-overlay-pane,
  body.home #championMap .leaflet-marker-pane,
  body.home #championMap .champion-land-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.home #championMap path.champion-russia-land {
    display: block !important;
    fill: #fff4f5 !important;
    fill-opacity: 1 !important;
  }
}

@media (max-width: 500px) and (orientation: portrait) {
  body.home #championMap,
  body.home #championLeafletMap,
  body.home #championMap .leaflet-container {
    height: 310px !important;
    min-height: 310px !important;
    max-height: 310px !important;
  }
}

@media (hover: none) and (pointer: coarse) and (orientation: landscape) {
  body.home #championMap,
  body.home #championLeafletMap,
  body.home #championMap .leaflet-container {
    height: min(390px, 72vh) !important;
    min-height: 330px !important;
    max-height: 390px !important;
  }
}


/* v1.11.74 — remove the external organization/page selector on every mobile page. */
@media (max-width: 820px), (hover: none) and (pointer: coarse) {
  .organization-selector,
  .organization-switcher,
  [data-organization-selector],
  .organization-select,
  .org-selector,
  .site-selector,
  .champion-mobile-org-switcher-hidden {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }
}


/* v1.11.75 — страница «О центре»: полное мобильное отображение структуры,
   мероприятий и реквизитов без обрезания дочерних элементов. */
@media (max-width: 820px), (hover: none) and (pointer: coarse) {
  .about-page,
  .about-page #general,
  .about-page #structure,
  .about-page #events,
  .about-page #requisites,
  .about-page #general *,
  .about-page #structure *,
  .about-page #events *,
  .about-page #requisites * {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    max-height: none !important;
    clip: auto !important;
    clip-path: none !important;
    content-visibility: visible !important;
    contain: none !important;
  }

  .about-page #general,
  .about-page #structure,
  .about-page #events,
  .about-page #requisites {
    display: block !important;
    position: relative !important;
    width: calc(100% - 24px) !important;
    max-width: 680px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 30px 0 38px !important;
    overflow: visible !important;
  }

  .about-page #structure,
  .about-page #events,
  .about-page #requisites {
    border-top: 1px solid #edf0f2 !important;
  }

  .about-story,
  .about-story--expanded,
  .about-story__heading,
  .about-story__content,
  .about-work-tiles,
  .org-chart,
  .org-chart__root,
  .org-chart__branches,
  .org-branch,
  .org-managements,
  .org-management,
  .info-panel--map-access,
  .requisites-layout,
  .requisites-card--detailed,
  .requisites-group,
  .requisites-list--detailed,
  .requisites-download-card {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .about-story,
  .about-story--expanded,
  .about-story__content,
  .about-work-tiles,
  .org-chart__branches,
  .org-managements,
  .requisites-layout,
  .requisites-card--detailed,
  .requisites-list--detailed {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .about-story,
  .about-story--expanded {
    gap: 22px !important;
    padding: 22px 18px !important;
  }

  .about-work-tiles { gap: 10px !important; }
  .about-work-tile { display: grid !important; grid-template-columns: 34px minmax(0,1fr) !important; }

  .structure-section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
  }

  .structure-directory-link {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .org-structure-intro {
    margin: 14px 0 22px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .org-chart {
    display: block !important;
    padding: 18px 12px !important;
    border-radius: 12px !important;
  }

  .org-chart__root {
    display: flex !important;
    justify-content: stretch !important;
  }

  .org-node--person,
  .org-branch__lead--person {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: left !important;
  }

  .org-node--person {
    width: 100% !important;
    padding: 14px !important;
  }

  .org-person__photo,
  .org-person__photo--director,
  .org-branch__lead--person .org-person__photo {
    display: block !important;
    width: 72px !important;
    height: 92px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    object-fit: cover !important;
  }

  .org-chart__connector,
  .org-chart__branches::before,
  .org-branch::before {
    display: none !important;
  }

  .org-chart__branches {
    gap: 16px !important;
    margin-top: 16px !important;
  }

  .org-branch,
  .org-branch--direct {
    display: block !important;
    grid-column: auto !important;
    margin: 0 !important;
    padding: 12px !important;
  }

  .org-branch__lead,
  .org-branch__lead--person {
    display: grid !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 12px !important;
  }

  .org-managements { gap: 12px !important; margin-top: 12px !important; }
  .org-management { display: block !important; padding: 14px !important; }
  .org-management ul { display: grid !important; gap: 8px !important; }

  .info-panel--map-access {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 20px 18px !important;
  }

  .info-panel--map-access .page-link {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .requisites-layout { gap: 16px !important; }

  .requisites-card--detailed {
    gap: 0 !important;
    padding: 18px !important;
  }

  .requisites-group { display: block !important; }
  .requisites-group--bank {
    margin-top: 20px !important;
    padding: 20px 0 0 !important;
    border-top: 1px solid #e1e7ea !important;
    border-left: 0 !important;
  }

  .requisites-list--detailed { gap: 0 !important; }
  .requisites-list--detailed > div,
  .requisites-list--detailed .requisites-list__wide {
    display: block !important;
    grid-column: auto !important;
    width: 100% !important;
    padding: 12px 0 !important;
  }

  .requisites-list--detailed dt,
  .requisites-list--detailed dd {
    display: block !important;
    width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .requisites-download-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    padding: 20px 18px !important;
  }

  .primary-link--download {
    display: inline-flex !important;
    width: 100% !important;
    justify-content: center !important;
  }
}

/* v1.11.76 — stable mobile rendering for the About page.
   Disable delayed reveal/containment on this template only. */
@media (max-width: 820px), (hover: none) and (pointer: coarse) {
  .about-page,
  .about-page #general,
  .about-page #structure,
  .about-page #events,
  .about-page #requisites,
  .about-page .about-story,
  .about-page .about-story__heading,
  .about-page .about-story__content,
  .about-page .about-work-tiles,
  .about-page .org-chart,
  .about-page .org-chart__root,
  .about-page .org-chart__branches,
  .about-page .org-branch,
  .about-page .org-managements,
  .about-page .org-management,
  .about-page .info-panel--map-access,
  .about-page .requisites-layout,
  .about-page .requisites-card--detailed,
  .about-page .requisites-download-card {
    animation: none !important;
    transition-property: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    content-visibility: visible !important;
    contain: none !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
  }

  .about-page #general,
  .about-page #structure,
  .about-page #events,
  .about-page #requisites {
    display: block !important;
  }

  .about-page .org-chart__branches,
  .about-page .org-managements,
  .about-page .requisites-layout,
  .about-page .requisites-card--detailed,
  .about-page .requisites-list--detailed {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .about-page .org-branch,
  .about-page .org-management,
  .about-page .requisites-group,
  .about-page .requisites-list--detailed > div {
    display: block !important;
  }
}

/* v1.11.99: на мобильной главной сначала изображение, затем текстовый блок. */
@media (max-width: 820px) {
  body.home .hero {
    display: flex !important;
    flex-direction: column !important;
    padding-top: 0 !important;
  }

  body.home .hero__media {
    order: 1 !important;
    width: 100% !important;
    height: clamp(300px, 73vw, 430px) !important;
    min-height: 300px !important;
    margin: 0 !important;
  }

  body.home .hero__inner {
    order: 2 !important;
    width: min(100% - 28px, 680px) !important;
    margin-inline: auto !important;
  }

  body.home .hero__copy {
    padding: 34px 0 26px !important;
  }

  body.home .hero-slider__slide:nth-child(1),
  body.home .hero-slider__slide:nth-child(2),
  body.home .hero-slider__slide:nth-child(3) {
    object-position: 68% center !important;
  }
}

@media (max-width: 374px) {
  body.home .hero__media {
    height: 280px !important;
    min-height: 280px !important;
  }
}

/* v1.11.101: физический порядок hero — изображение перед текстом; центрирование карточки мероприятий. */
@media (max-width: 820px) {
  body.home .hero__media {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
  }
  body.home .hero__inner {
    position: relative !important;
    order: 2 !important;
  }
  body.home .stats-card__item--events {
    text-align: center !important;
    justify-items: center !important;
    align-content: center !important;
  }
  body.home .stats-card__item--events .stat-icon,
  body.home .stats-card__item--events strong,
  body.home .stats-card__item--events span,
  body.home .stats-card__item--events small {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

/* v1.11.103: карточка «Мероприятия» — иконка по центру на мобильных. */
@media (max-width: 820px) {
  body.home .stats-card__item--events {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto auto !important;
    row-gap: 3px !important;
  }

  body.home .stats-card__item--events .stat-icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 auto 5px !important;
  }

  body.home .stats-card__item--events strong {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: center !important;
  }

  body.home .stats-card__item--events span {
    grid-column: 1 !important;
    grid-row: 3 !important;
    justify-self: center !important;
  }

  body.home .stats-card__item--events small {
    grid-column: 1 !important;
    grid-row: 4 !important;
    justify-self: center !important;
    max-width: 260px !important;
  }
}

/* v1.11.103: карточка «Мероприятия» — иконка слева от числа, вся группа по центру. */
@media (max-width: 820px) {
  body.home .stats-card__item--events {
    grid-template-columns: 72px max-content !important;
    grid-template-rows: auto auto auto !important;
    column-gap: 14px !important;
    row-gap: 3px !important;
    justify-content: center !important;
    justify-items: start !important;
    align-content: center !important;
    text-align: left !important;
  }

  body.home .stats-card__item--events .stat-icon {
    grid-column: 1 !important;
    grid-row: 1 / 4 !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 !important;
  }

  body.home .stats-card__item--events strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin: 0 !important;
    text-align: left !important;
  }

  body.home .stats-card__item--events span {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  body.home .stats-card__item--events small {
    grid-column: 2 !important;
    grid-row: 3 !important;
    justify-self: start !important;
    max-width: 280px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
}
