.b2b-footer { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

.b2b-footer__top {
  background: #1e3a5f;
  padding: 16px 0;
}

.b2b-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.b2b-footer__col {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.b2b-footer__col--brand { flex: 1.5; }
.b2b-footer__col--contacts { flex: 1.8; }

.b2b-footer__logo { display: block; margin-bottom: 6px; }
.b2b-footer__logo img { height: 28px; width: auto;  }

.b2b-footer__col p,
.b2b-footer__col--brand p {
  color: #a0b4c8;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}

.b2b-footer__col a {
  color: #c8d8e8;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  transition: color 0.2s;
}

.b2b-footer__col a:hover { color: #7cb518; }

.b2b-footer__col--contacts p {
  color: #c8d8e8;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  margin: 0;
}
.b2b-footer__col--contacts a { color: #7cb518; }

.b2b-footer__bottom {
  background: #162d4a;
  padding: 10px 0;
}

.b2b-footer__bottom .b2b-footer__inner {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.b2b-footer__bottom span { color: #a0b4c8; font-size: 12px; }

.b2b-footer__bottom-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.b2b-footer__bottom-links a {
  color: #a0b4c8;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s;
}

.b2b-footer__bottom-links a:hover { color: #7cb518; }
footer { border: none !important; background: transparent !important; padding: 0 !important; margin: 0 !important; }
footer { position: relative !important; bottom: auto !important; padding-top: 0 !important; }
footer.b2b-footer { position: relative !important; bottom: auto !important; padding: 0 !important; background: transparent !important; border: none !important; color: inherit !important; }
footer.b2b-footer .b2b-footer__top { background: #1e3a5f !important; }
footer.b2b-footer .b2b-footer__inner { display: flex !important; gap: 48px; max-width: 1280px !important; margin: 0 auto !important; padding: 0 24px !important; }
footer.b2b-footer .b2b-footer__logo img { height: 28px !important; width: auto !important; }
footer.b2b-footer a { color: #c8d8e8 !important; }

/* ===== MOBILE: FOOTER GAP FIX ===== */
@media (max-width: 768px) {
  .b2b-footer__inner {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 20px 16px !important;
  }
  .b2b-footer__col {
    width: 100% !important;
  }
}

/* ===== MOBILE: FOOTER BOTTOM ===== */
@media (max-width: 768px) {
  .b2b-footer__bottom-links {
    gap: 8px 12px !important;
    justify-content: center !important;
  }
  .b2b-footer__bottom-links a {
    font-size: 12px !important;
  }
  .b2b-footer__bottom p,
  .b2b-footer__bottom span {
    font-size: 12px !important;
    text-align: center !important;
  }
}

/* payment badges */
.payment-badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}
.payment-badges img{height:26px;width:auto;display:block;border-radius:4px;background:#fff;padding:2px 4px}
@media(max-width:480px){.payment-badges{justify-content:center}}
