/* OneMagic Unified 2.2.0 — one footer for all templates. */
:root{
  --omg-footer-bg:#f3f7fc;
  --omg-footer-line:#dfe8f4;
  --omg-footer-text:#0f1f3d;
  --omg-footer-muted:#64748b;
  --omg-footer-blue:#1468ff;
}

/* Disable historical footer implementations without touching semantic article footers. */
.sej-site-footer,
.omk2-footer,
.omg-rh-footer,
.omg-v241-footer,
.omg-v270-top,
.omg271-foot,
.omg272-foot,
.omg274-foot,
.omg275-foot,
.omg276-foot,
footer.wp-block-template-part,
.wp-site-blocks > footer:not(.omg-global-footer){
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  visibility:hidden!important;
}

.omg-global-footer{
  position:relative;
  z-index:20;
  display:block!important;
  width:100%;
  margin:0;
  padding:44px 0 22px;
  background:linear-gradient(180deg,#f7faff 0%,var(--omg-footer-bg) 100%);
  border-top:1px solid var(--omg-footer-line);
  color:var(--omg-footer-text);
  box-sizing:border-box;
  visibility:visible!important;
}
.omg-global-footer *,
.omg-global-footer *::before,
.omg-global-footer *::after{box-sizing:border-box}
.omg-global-footer__inner{
  width:min(calc(100% - 48px),1240px);
  margin:0 auto;
}
.omg-global-footer__top{
  display:grid;
  grid-template-columns:minmax(260px,1.25fr) minmax(0,2fr);
  gap:56px;
  align-items:start;
}
.omg-global-footer__brand-block{min-width:0}
.omg-global-footer__brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--omg-footer-text);
  text-decoration:none;
}
.omg-global-footer__mark{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:linear-gradient(145deg,#426bff 0%,#0d63ff 55%,#1bc98e 100%);
  color:#fff;
  font-size:20px;
  line-height:1;
  font-weight:950;
  box-shadow:0 10px 24px rgba(20,104,255,.18),inset 0 1px 0 rgba(255,255,255,.4);
}
.omg-global-footer__brand-copy{display:grid;gap:3px}
.omg-global-footer__brand-copy strong{
  color:var(--omg-footer-text);
  font-size:20px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.035em;
}
.omg-global-footer__brand-copy small{
  color:var(--omg-footer-muted);
  font-size:11px;
  line-height:1.2;
  font-weight:700;
}
.omg-global-footer__brand-block p{
  max-width:430px;
  margin:18px 0 0;
  color:var(--omg-footer-muted);
  font-size:13px;
  line-height:1.6;
  font-weight:550;
}
.omg-global-footer__groups{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
}
.omg-global-footer__group{
  display:grid;
  align-content:start;
  gap:10px;
  min-width:0;
}
.omg-global-footer__group h2{
  margin:0 0 2px;
  color:var(--omg-footer-text);
  font-size:13px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:-.015em;
}
.omg-global-footer__group a{
  width:max-content;
  max-width:100%;
  color:#52627c;
  text-decoration:none;
  font-size:13px;
  line-height:1.35;
  font-weight:750;
  transition:color .18s ease,transform .18s ease;
}
.omg-global-footer__group a:hover{color:var(--omg-footer-blue);transform:translateX(2px)}
.omg-global-footer__telegram{
  display:inline-flex!important;
  align-items:center;
  gap:7px;
  min-height:36px;
  padding:0 12px;
  border-radius:11px;
  background:#eaf3ff;
  border:1px solid #cfe1ff;
  color:var(--omg-footer-blue)!important;
}
.omg-global-footer__disclaimer{
  margin-top:34px;
  padding:15px 17px;
  border:1px solid #dbe5f1;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  color:#69778e;
  font-size:11.5px;
  line-height:1.55;
}
.omg-global-footer__disclaimer strong{color:#46556e}
.omg-global-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:20px;
  padding-top:19px;
  border-top:1px solid #dde6f1;
  color:#8a96aa;
  font-size:11.5px;
  line-height:1.4;
}
.omg-global-footer__bottom a{
  color:#69778e;
  text-decoration:none;
  font-weight:750;
}

@media(max-width:900px){
  .omg-global-footer__top{grid-template-columns:1fr;gap:32px}
  .omg-global-footer__groups{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:620px){
  .omg-global-footer{padding:30px 0 20px}
  .omg-global-footer__inner{width:min(calc(100% - 28px),1240px)}
  .omg-global-footer__top{gap:26px}
  .omg-global-footer__mark{width:34px;height:34px;border-radius:11px;font-size:18px}
  .omg-global-footer__brand-copy strong{font-size:18px}
  .omg-global-footer__brand-block p{margin-top:14px;font-size:12.5px;line-height:1.55}
  .omg-global-footer__groups{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px 18px;
  }
  .omg-global-footer__support{grid-column:1/-1}
  .omg-global-footer__telegram{width:100%!important;justify-content:center;min-height:42px}
  .omg-global-footer__group h2{font-size:12.5px}
  .omg-global-footer__group a{font-size:12.5px}
  .omg-global-footer__disclaimer{margin-top:26px;padding:14px;font-size:11px}
  .omg-global-footer__bottom{
    display:grid;
    justify-items:start;
    gap:8px;
    margin-top:16px;
    padding-top:16px;
    font-size:11px;
  }
}
