
/* Visible on every page; no forms, tracking, or payment details. */
.business-details {
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin: 20px auto 0;
  padding: 18px 24px;
  border-top: 1px solid currentColor;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: inherit;
  text-align: left;
  overflow-wrap: anywhere;
}
.business-details span { display: block; }
.business-details__name { font-weight: 600; }
.business-details-footer { margin: 0; padding: 0; color: inherit; background: inherit; }

/* Main RU/EN pages: one footer, one container, one legal row.
   Article footers and every element outside .footer--unified stay unchanged. */
.footer--unified { padding-bottom: 28px; }
.footer--unified .footer-grid {
  padding-bottom: 24px;
  margin-bottom: 0;
}
.footer--unified .footer-slogan {
  margin: 0;
  padding: 16px 0 20px;
  border: 0;
}
.footer--unified .footer-legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px 40px;
  color: #aaa79f;
  font-size: 12px;
  line-height: 1.65;
}
.footer--unified .business-details {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: inherit;
}
.footer--unified .business-details__name {
  margin-bottom: 4px;
  color: #d5d0c5;
}
.footer--unified .business-details__ids {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 16px;
}
.footer--unified .footer-legal__rights p { margin: 0; }
.footer--unified .footer-legal__rights .copyright-notice { margin-top: 4px; }
@media (max-width: 720px) {
  .footer--unified .footer-legal { grid-template-columns: 1fr; gap: 12px; }
  .footer--unified .footer-slogan { padding: 14px 0 16px; }
}
