.mm-footer { padding-block: 60px 0; background: #000; color: #fff; font-size: .8rem; }
.mm-footer a { color: #fff; text-decoration: none; }
.mm-footer a:hover { text-decoration: underline; }
.mm-footer__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.mm-footer__logo img { display: block; max-height: 80px; width: auto; }
.mm-social { display: flex; gap: 12px; list-style: none; margin: 20px 0 0; padding: 0; }
.mm-footer__col h3 { margin-bottom: 12px; font: 400 .9rem var(--mm-sans); text-transform: uppercase; }
.mm-footer__col ul { list-style: none; margin: 0; padding: 0; }
.mm-footer__col li { padding-block: 2px; }
.mm-footer .mm-langs { display: none; margin-bottom: 12px; }
.mm-footer__legal p { margin: 0 0 12px; }
.mm-footer__reviews { margin-top: 30px; text-align: center; }
.mm-footer__payments-bar { margin-top: 30px; padding-block: 14px; background: #fff; text-align: center; }
.mm-footer__payments { display: inline-block; max-width: 320px; width: 100%; }

@media (max-width: 1024px) {
  .mm-footer .mm-langs { display: flex; }
}

@media (max-width: 767px) {
  .mm-footer__grid { grid-template-columns: 1fr; text-align: center; }
  .mm-footer__logo img { margin-inline: auto; }
  .mm-social, .mm-footer .mm-langs { justify-content: center; }
}
