.site-footer {
  overflow: hidden;
  display: block;
  margin-top: 48px;
}

.footer_sidebar56 {
  border: 0 solid var(--border-color);
  border-top-width: 1px;
}

.footer_sidebar56 .container {
  padding: 30px 0;
}

.footer56__row {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.footer56__col {
  flex: 1 1 0;
}

.widget-title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 20px;
}

.footer-link56 {
  display: block;
  color: inherit;
  padding: 4px 0;
}

.footer-link56:hover {
  color: var(--accent-color);
}

.footer_bottom56 {
  border: 0 solid var(--border-color);
  border-top-width: 1px;
  text-align: center;
}

.footer_bottom56 .container {
  padding: 22px 0;
}

.footer56__copyright {
  color: #555;
  font-size: 14px;
}

.scrollup__placeholder {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
}

.scrollup56 {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-color);
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 18px;
  cursor: pointer;
}

.scrollup56.is-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scrollup56:hover {
  background: #111;
  color: #fff;
}

@media only screen and (max-width: 840px) {
  .footer56__row {
    display: block;
  }

  .footer56__col + .footer56__col {
    margin-top: 20px;
  }

  .footer_sidebar56 .container {
    padding: 20px 0;
  }
}
