.page-footer {
  padding-top: 80px;
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 11px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 500;
  border-top: 1px solid #e8e8e8;
}

.page-footer h4 {
  font-size: 17px;
  line-height: 32px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 22px;
  letter-spacing: 0.05em;
}

.page-footer .footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  word-break: break-all;
}

.page-footer .footer-links a {
  color: #ececec;
  font-size: 16px;
  text-decoration: none;
}

.page-footer .footer-links li {
  margin-bottom: 15px;
  line-height: 1;
}

.page-footer .footer-legal .copyright {
  margin-right: 60px;
}

.page-footer .footer-legal .legal-links .item {
  padding-right: 13px;
  border-right: 1px solid #ccc;
  margin: 0;
  margin-right: 13px;
}

.page-footer .footer-legal .legal-links .item:last-child {
  border-right: none;
}

.page-footer .footer-legal .legal-links .item h5 {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}

.region {
  margin-right: 20px;
}

.region a {
  color: #fafafa;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 280ms linear 0ms;
  -moz-transition: all 280ms linear 0ms;
  -ms-transition: all 280ms linear 0ms;
  transition: all 280ms linear 0ms;
}

.page-footer .region img {
  margin-right: 7px;
}

@media (min-width: 768px) {
  .page-footer .region {
    margin-bottom: 0;
  }
}

.footer-legal {
  padding: 15px 0;
  background: #0b0b5a;
  border-top: 1px solid #0b0b5a;
  font-size: 11px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.035em;
  color: #ffffff;
}

