.site-footer {
  width: 100%;
  background: var(--blue);
  color: #ffffff;
  padding: 28px 0 80px;
  text-align: center;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.site-footer__icon {
  width: 42px;
  height: auto;
  display: block;
}

.site-footer__copyright span {
  color: #D0D0D0;
}

.site-footer__company {
  margin: 0 0 26px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  color: #D0D0D0;
}

.site-footer__privacy {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.site-footer__privacy:hover {
  color: #FFF;
  text-decoration: none;
}
.link-footer { color: #337ab7; text-decoration: none}
.link-footer:hover { color: #337ab7; text-decoration: underline}