.site-footer {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.site-footer-shell {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-footer-inner {
  width: 100%;
  padding: 26px 0 18px;
  display: grid;
  grid-template-columns: 1.15fr 1.55fr 1.2fr 0.8fr 0.9fr;
  column-gap: 42px;
  row-gap: 20px;
  align-items: start;
}

.site-footer-block {
  min-width: 0;
}

.site-footer-block h3 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #eafff7;
}

.site-footer-block p,
.site-footer-block li,
.site-footer-block a {
  margin: 0;
  color: rgba(234, 255, 247, 0.78);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.65;
}

.site-footer-block p + p {
  margin-top: 10px;
}

.site-footer-block a:hover {
  color: #eafff7;
}

.site-footer-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer-block li + li {
  margin-top: 4px;
}

.footer-brand,
.footer-contact,
.footer-academy,
.footer-explore,
.footer-status {
  justify-self: stretch;
}

.footer-contact a,
.footer-academy a {
  white-space: nowrap;
}

.site-footer-bottom {
  width: 100%;
  padding: 14px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(234, 255, 247, 0.78);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1180px) {
  .site-footer-inner {
    grid-template-columns: 1.1fr 1.4fr 1.1fr 0.9fr 0.9fr;
    column-gap: 28px;
  }

  .footer-contact a,
  .footer-academy a {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 980px) {
  .site-footer-inner {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
  }
}

@media (max-width: 760px) {
  .site-footer-shell {
    padding: 0 18px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr 1fr;
    padding: 22px 0 16px;
    column-gap: 22px;
    row-gap: 18px;
  }

  .site-footer-bottom {
    padding: 12px 0 18px;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .site-footer-shell {
    padding: 0 16px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-contact a,
  .footer-academy a {
    white-space: normal;
  }
}
