.footer {
  background: #eaebee;
  padding: 50px 0 0 0;
}

.footer-title {
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
  font-weight: 500;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}
.footer-title a {
  color: rgba(0, 0, 0, 0.85);
}

.footer-list {
  line-height: 2;
  font-size: 14px;
  padding-left: 0;
  list-style: none;
}

.footer-list-link {
  height: 20px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 20px;
}

.footer-list-link-icon + span {
  height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
}

.footer-list-link-icon {
  height: 16px;
  width: 16px;
}

.footer-list-link-icon-middle {
  position: relative;
  top: 3px;
  display: inline-block;
  line-height: 1;
}

.footer-list-item {
  font-size: 14px;
}

.footer-item-other {
  background: #e2e3e6;
  line-height: 50px;
  height: 50px;
}

.footer-links {
  padding: 30px 0;
}

.footer-social-media-links > a {
  padding-left: 5px;
  padding-right: 5px;
}

.footer-tel {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  margin-right: 10px;
}

.footer-legal {
  height: 14px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 14px;
  margin-left: 10px;
}

.footer-vertical-hr {
  display: inline;
  width: 1px;
  height: 15px;
  border: 1px solid #bbbbbb;
}

.footer-copyright {
  font-size: 12px;
  text-align: right;
  color: #999999;
}

.social-media-links > a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-list-social {
  display: inline;
}

.footer-hr {
  border-top: 1px solid #dfdfdf;
}
