footer {
  display: block;
  width: 100%;
  background: #282a31;
  padding: 50px 50px 0;
}

footer a:hover {
  opacity: 0.6;
}

footer .logo {
  max-width: 120px;
  max-height: 80px;
}

footer .footer-boilerplate, footer .footer-boilerplate a, .copyright-text, footer p span {
  color: #ffffff;
  font-size: 12px;
  line-height: 2.16;
  margin: 20px auto 2rem;
  max-width: 1340px;
  text-align: center;
  font-weight: 400;
}

footer p {
  line-height: 1.5;
}

.footer-lang-button {
  background: rgba(0,0,0,0);
  align-items: center;
  color: #fff!important;
  display: flex;
  font-size: 13px;
  font-weight: inherit;
  margin-left: auto;
  text-transform: none;
}
}