.footer {
  padding: 16px;
}
@media (min-width: 768px) {
  .footer {
    padding: 24px;
  }
}

.footer--form,
.footer--summary {
  border-top: 1px solid #d1d1d1;
}

.footer--form {
  padding: 16px 16px 140px;
}
@media (min-width: 769px) {
  .footer--form {
    padding: 24px;
  }
}

.footer__container {
  max-width: 1110px;
  color: #6d6d6d;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer__container > * {
  width: 100%;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background: #d1d1d1;
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
}
.footer__content > img {
  width: 142.535px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer__safe-payment {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__safe-payment img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer__safe-payment span {
  color: #5d5d5d;
  font-size: clamp(12px, 1.8229166667vw, 14px);
  font-weight: 600;
  line-height: 1.3;
}

.footer__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
}
.footer__links a {
  font-size: clamp(12px, 1.8229166667vw, 14px);
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s ease-in-out;
  color: #6d6d6d;
}
.footer__links a:hover {
  color: #000;
  text-decoration: underline;
}

.footer__copyright {
  color: #6d6d6d;
  font-size: clamp(12px, 1.8229166667vw, 14px);
  font-weight: 400;
  line-height: 1.4;
}/*# sourceMappingURL=footer.css.map */