.site-footer {
  background: #05142a;
  color: #ffffff;
}

.site-footer-main,
.site-footer-legal {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: clamp(24px, 5vw, 72px);
  padding-right: clamp(24px, 5vw, 72px);
}

.site-footer-main {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, auto);
  padding-bottom: 48px;
  padding-top: 58px;
}

.site-footer-brand {
  max-width: 560px;
}

.site-footer-brand img {
  display: block;
  height: auto;
  width: 176px;
}

.site-footer-brand p {
  color: #c9dbea;
  font-size: 17px;
  line-height: 1.5;
  margin: 22px 0 0;
}

.site-footer-navigation,
.site-footer-legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
}

.site-footer-navigation {
  justify-content: flex-end;
}

.site-footer a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #84d8ff;
}

.site-footer a:focus-visible {
  outline: 2px solid #84d8ff;
  outline-offset: 4px;
}

.site-footer-legal {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 78px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.site-footer-legal p {
  color: #aebfd0;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.site-footer-legal nav {
  justify-content: flex-end;
}

.site-footer-legal a {
  font-size: 14px;
}

.form-collection-notice {
  background: #f3f7fb;
  border-left: 4px solid #006eb8;
  color: #52647a;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  padding: 16px 18px;
}

.form-collection-notice strong {
  color: #10233c;
}

.form-collection-notice a {
  color: #005f9f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 780px) {
  .site-footer-main,
  .site-footer-legal {
    display: block;
  }

  .site-footer-navigation,
  .site-footer-legal nav {
    justify-content: flex-start;
  }

  .site-footer-navigation {
    margin-top: 34px;
  }

  .site-footer-legal {
    padding-bottom: 28px;
    padding-top: 26px;
  }

  .site-footer-legal nav {
    margin-top: 18px;
  }
}
