/* Единая центровка публичных страниц под шапкой */
body > *:not(.topbar):not(script):not(style){
  width:calc(100% - 24px) !important;
  max-width:var(--container) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

#list .eventsGrid,
.eventsPreview .eventsGrid,
.eventsGrid{
  margin-left:auto !important;
  margin-right:auto !important;
  justify-content:center !important;
}

@media (max-width:720px){
  body > *:not(.topbar):not(script):not(style){
    width:calc(100% - 20px) !important;
  }
}
