/* AMOX Industrial - site footer. */

.site-footer { padding: 74px 0 24px; color: #c5c8ce; background: #0b0d10; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .62fr .95fr; gap: 55px; }
.footer-brand .brand-logo-img { width: 235px; height: auto; filter: drop-shadow(0 9px 18px rgba(0,0,0,.3)); }
.footer-brand > small { display: block; color: #8f949d; font-size: .56rem; letter-spacing: .14em; }
.footer-brand p { max-width: 340px; margin-top: 18px; color: #8f949d; font-size: .88rem; }
.site-footer h4 { color: white; position: relative; padding-bottom: 14px; margin-bottom: 14px; }
.site-footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; border-radius: 2px; background: linear-gradient(90deg, var(--orange), var(--orange-2)); }
.footer-links { display: grid; gap: 10px; font-size: .86rem; }
.footer-menu { display: contents; }
.footer-links a:hover, .footer-contact a:hover { color: var(--orange-2); }
.footer-contact { display: grid; gap: 14px; align-content: start; font-size: .86rem; }
.footer-contact .contact-row { display: flex; align-items: center; gap: 11px; }
.footer-contact .contact-row i { flex: none; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: rgba(239,75,11,.14); color: var(--orange); font-size: .9rem; font-style: normal; }
.site-footer .btn-block { width: 100%; margin-top: 20px; border-radius: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #252830; color: #747a84; font-size: .75rem; }

@media (max-width: 1000px) {
  .footer-grid { grid-template-columns: 1.3fr .8fr 1fr; gap: 38px; }
}

@media (max-width: 740px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
