.footer {
  height: 180px;
  background: #2d2d2d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.footer__container + .footer__container {
  margin-top: -20px;
}
.footer__links {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.footer__links-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__link {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer__yandex {
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer__yandex-badge {
  width: 150px;
  border: none;
  padding: 0;
}
.footer__yandex-text {
  font-size: 15px;
  margin-left: 20px;
}
.footer__yandex a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.footer__contact {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.footer__contact--light {
  font-weight: normal;
}
.footer__payment-types {
  font-size: 14px;
  color: #9c9c9c;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__payment-type {
  border: none;
  padding: 0;
}
.footer__copyright {
  font-size: 14px;
  color: #fff;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*# sourceMappingURL=footer.css.map */
