.site-footer,
.site-footer * {
  box-sizing: border-box;
}

.site-footer {
  position: relative;
  z-index: 40;
  height: 516px;
  overflow: hidden;
  border-radius: 48px 48px 0 0;
  background: #172033;
  color: #ffffff;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer .footer__logo-wrap {
  position: absolute;
  left: 50%;
  top: 96px;
  transform: translateX(-50%);
  width: 357px;
  height: 80px;
}

.site-footer .footer__logo-link,
.site-footer .footer__logo {
  display: block;
  width: 357px;
  height: 80px;
}

.site-footer .footer__logo {
  object-fit: contain;
}

.site-footer .footer__cards-wrap {
  position: absolute;
  left: 50%;
  top: 208px;
  transform: translateX(-50%);
  width: 1290px;
}

.site-footer .footer__cards {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.site-footer .footer__card {
  flex: 1 1 0;
  min-height: 172px;
  padding: 32px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.05);
}

.site-footer .footer__card-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.site-footer .footer__icon-shell {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e6e3d8;
  flex-shrink: 0;
}

.site-footer .footer__icon {
  width: 16px;
  height: 16px;
}

.site-footer .footer__card-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.site-footer .footer__card-label {
  color: #d9e2ea;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.site-footer .footer__card-value {
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  white-space: pre-line;
}

.site-footer .footer__card-note {
  color: #d9e2ea;
  font-family: Inter, Arial, sans-serif;
  font-size: 13.33px;
  font-weight: 400;
  line-height: 1.6;
  white-space: pre-line;
}

.site-footer .footer__card-note--muted {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .footer__copyright-wrap {
  position: absolute;
  left: 55px;
  top: 430px;
  width: calc(100% - 110px);
  min-height: 53px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer .footer__copyright {
  position: static;
  color: rgba(255, 255, 255, 0.4);
  font-family: Inter, Arial, sans-serif;
  font-size: 13.33px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.site-footer .footer__copyright-link {
  color: rgba(255, 255, 255, 0.62);
  font-family: Inter, Arial, sans-serif;
  font-size: 13.33px;
  font-weight: 400;
  line-height: 1.6;
  transition: color 200ms ease;
}

.site-footer .footer__copyright-link:hover {
  color: #e6d6b8;
}

.site-footer .footer__rocket-wrap {
  position: absolute;
  right: 26px;
  bottom: 14px;
  width: 110px;
  height: auto;
  pointer-events: none;
  opacity: 0.92;
}

.site-footer .footer__rocket {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1360px) {
  .site-footer {
    height: auto;
    border-radius: 32px 32px 0 0;
    padding: 72px 24px 40px;
  }

  .site-footer .footer__logo-wrap,
  .site-footer .footer__cards-wrap,
  .site-footer .footer__copyright-wrap,
  .site-footer .footer__copyright {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    transform: none;
  }

  .site-footer .footer__logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .site-footer .footer__cards-wrap {
    max-width: 1290px;
    margin: 0 auto;
  }

  .site-footer .footer__cards {
    flex-wrap: wrap;
  }

  .site-footer .footer__card {
    min-width: 280px;
  }

  .site-footer .footer__copyright-wrap {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .site-footer .footer__rocket-wrap {
    position: static;
    margin: 18px auto 0;
    width: 96px;
    opacity: 0.85;
  }

  .site-footer .footer__copyright {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .site-footer {
    border-radius: 24px 24px 0 0;
    padding: 56px 16px 28px;
  }

  .site-footer .footer__logo-wrap,
  .site-footer .footer__logo-link,
  .site-footer .footer__logo {
    width: 260px;
    height: 58px;
  }

  .site-footer .footer__cards {
    gap: 16px;
  }

  .site-footer .footer__card {
    min-height: 0;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
  }

  .site-footer .footer__rocket-wrap {
    width: 78px;
    margin-top: 14px;
  }

  .site-footer .footer__copyright-wrap {
    gap: 8px 14px;
  }
}
