.footer{
  background:#111;
  color:#D9D9D9;
  padding: 28px 12px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.footer-inner{
  max-width:420px;
  margin:0 auto;
  text-align:center;
}

.footer-seals{
  display:flex;
  justify-content:center;
  gap:28px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.footer-seals img{
  max-width: 100px;
  max-height: 72px;
  object-fit:contain;
}

.footer-links{
  display:flex;
  justify-content:center;
  gap:21px;
  margin-bottom:18px;
}
.footer-links a{
  color:#BFBFBF;
  font-weight:500;
  text-decoration:none;
  font-size:14px;
}
.footer-links a:hover{ color:#fff; }

.footer-text{
  text-align:center;
}
.footer-text p{
  margin: 0 0 14px;
  font-size:12px;
  color:#848484;
}
.footer-text strong{
  color:#848484;
}
