.top-footer {
  width: 100%;
  line-height: 1.25rem;
  opacity: 1;
  transform: translate(0px, 0px);
  font-size: 14px;
  flex: 0 0 auto;
}
.top-footer p {
  color: #76839a;
}
.top-footer a {
  color: #76839a;
  line-height: 2;
}
.top-footer .list-unstyled li {
  border-block-end: 0;
}
.top-footer h6 {
  font-size: 14px;
  margin-block-end: 1rem;
  font-weight: 500;
}
.main-footer {
  padding: 20px 30px 20px 280px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  border-block-start: 1px solid #e6eaea;
}
.footer-payments {
  padding-inline-start: 0;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
}
.footer-payments a {
  color: #a7a8c7;
  text-decoration: none;
  font-size: 2rem;
}
.footer-payments li:not(:last-child) {
  margin-inline-end: 1.5rem;
}
.footer-payments li {
  display: inline-block;
}
.footer-social-list {
  padding-inline-start: 0;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
}
.footer-social-list li {
  display: inline-block;
}
.footer-social-list li:not(:last-child) {
  margin-inline-end: 0.7rem;
}
.footer-social-list a {
  color: var(--primary-bg-color);
}
.footer-social-list a {
  text-decoration: none;
  font-size: 2rem;
}
.lab {
  display: inline-block;
   font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}