html body .site-footer {
    background: #ffffff;
    color: #334155;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.04);
}html body .site-footer__brand-name,
html body .site-footer__title {
    color: #0f172a;
}html body .site-footer__brand-tagline,
html body .site-footer__bottom,
html body .site-footer__contacts,
html body .site-footer__links,
html body .site-footer__links a,
html body .site-footer__contacts a,
html body .site-footer__contacts li,
html body .site-footer__link-button {
    color: #475569;
}html body .site-footer a:hover,
html body .site-footer__link-button:hover {
    color: #2563eb;
}html body .site-footer__bottom {
    border-top-color: rgba(15, 23, 42, 0.08);
}html body .site-footer__logo-image {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.08);
}html body[data-client-type="business"] .site-footer {
  background:linear-gradient(180deg,#071d34 0%,#061827 100%);
  color:#d9e8f4;
  border-top-color:rgba(255,255,255,.09);
  box-shadow:none;
}html body[data-client-type="business"] .site-footer__brand-name,
html body[data-client-type="business"] .site-footer__title {color:#fff;}html body[data-client-type="business"] .site-footer__brand-tagline,
html body[data-client-type="business"] .site-footer__bottom,
html body[data-client-type="business"] .site-footer__contacts,
html body[data-client-type="business"] .site-footer__links,
html body[data-client-type="business"] .site-footer__links a,
html body[data-client-type="business"] .site-footer__contacts a,
html body[data-client-type="business"] .site-footer__contacts li,
html body[data-client-type="business"] .site-footer__link-button {color:#c4d7e6;}html body[data-client-type="business"] .site-footer a:hover,
html body[data-client-type="business"] .site-footer__link-button:hover {color:#ffd957;}html body[data-client-type="business"] .site-footer__bottom {border-top-color:rgba(255,255,255,.09);}html body[data-client-type="business"] .site-footer__logo-image {background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.14);}