/* === 14-footer === */
.fmf2 .footer-bottom{align-items:flex-end;gap:28px 24px}
.fmf2 .footer-bottom__logo{width:424px;height:162px;flex:none}
.fmf2 .footer-accr{width:312px;max-width:312px;gap:16px;padding-block:6px;font-size:14px;line-height:1.2;color:#1d3585}
.fmf2 .footer-accr img{width:44px;height:44px}
.fmf2 .footer-meta{margin-inline-start:auto;display:flex;flex-direction:column;align-items:flex-end;gap:8px;text-align:right}
.fmf2 .footer-meta .footer-legal{margin-inline-start:0}
.fmf2 .footer-legal{display:flex;gap:6px 0;flex-wrap:wrap;justify-content:flex-end}
.fmf2 .footer-legal a:not(:last-child)::after{content:'·';margin:0 10px;color:var(--c-ink-3)}
.fmf2 .footer-legal a:hover{color:var(--c-accent)}

@media (max-width:700px){
  .fmf2 .footer-meta{margin-inline-start:0;align-items:flex-start;text-align:left;width:100%}
  .fmf2 .footer-legal{justify-content:flex-start}
}
