.site-footer {
  position: relative;
  margin-top: 72px;
  padding: 32px 20px 24px;
  background:
    linear-gradient(180deg, rgba(20, 41, 95, 0.98) 0%, rgba(14, 29, 69, 1) 100%);
  color: #fff;
  text-align: center;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  height: 90px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(238, 243, 251, 0) 0%,
    rgba(20, 41, 95, 0.16) 55%,
    rgba(20, 41, 95, 0.98) 100%
  );
}

.site-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.site-footer-sign {
  margin-bottom: 10px;
}

/*.site-footer-sign-image {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
  opacity: 0.92;
}*/

.site-footer .footer-copy {
  margin: 8px 0 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.site-footer .footer-text,
.site-footer .footer-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .footer-links {
    max-width: 320px;
    margin: 0 auto 10px;
    gap: 4px 10px;
    font-size: 13px;
  }
  .site-footer {
    padding: 26px 14px 22px;
  }
}
