.site-footer {
  margin-top: auto;
  padding: 20px 16px;
  border-top: 1px solid #e0e0e0;
  background: #ffffff;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer__title {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.72);
}

.site-footer__text {
  margin: 0;
}

.site-footer__text--center {
  text-align: center;
}

.site-footer__link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
  color: rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 900px) {
  .site-footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
