.global-footer.site-footer {
  box-sizing: border-box;
  width: 100%;
  padding: 56px clamp(28px, 8vw, 132px) 104px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #070707;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.global-footer h3,
.global-footer p,
.global-footer a,
.global-footer small,
.global-footer strong,
.global-footer span {
  margin: 0;
}

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

.global-footer .site-footer__brand {
  display: flex;
  align-items: center;
  gap: 22px;
}

.global-footer .site-footer__logo {
  display: grid;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  place-items: center;
}

.global-footer .site-footer__logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.global-footer .site-footer__brand p {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 650;
  line-height: 1.25;
}

.global-footer .site-footer__index {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: clamp(10px, 1.5vw, 24px);
  margin-top: clamp(38px, 4vw, 56px);
}

.global-footer .site-footer__index-item,
.global-footer .site-footer__index-divider {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-decoration: none;
  border-bottom: 0;
}

.global-footer .site-footer__index-divider {
  color: rgba(255, 255, 255, 0.18);
  font-weight: 430;
}

.global-footer .site-footer__index-item.is-accent {
  color: rgba(255, 255, 255, 0.92);
}

.global-footer .site-footer__statement {
  max-width: 1180px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.65;
}

.global-footer .site-footer__contacts {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.05fr) minmax(0, 1.4fr);
  margin-top: clamp(34px, 4vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.global-footer .site-footer__contacts > a,
.global-footer .site-footer__contacts > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  padding: 26px clamp(18px, 2.4vw, 38px) 28px;
}

.global-footer .site-footer__contacts > :first-child {
  padding-left: 0;
}

.global-footer .site-footer__contacts small {
  color: #ffad01;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0.12em;
}

.global-footer .site-footer__contacts strong {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 690;
  line-height: 1.35;
}

.global-footer .site-footer__contacts span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.4;
}

.global-footer .site-footer__contacts > a:hover strong,
.global-footer .site-footer__contacts > a:focus-visible strong {
  color: #ffad01;
}

.global-footer .site-footer__utility {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
}

.global-footer .site-footer__utility nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.global-footer .site-footer__utility a,
.global-footer .site-footer__utility p {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

.global-footer .site-footer__utility a:hover,
.global-footer .site-footer__utility a:focus-visible {
  color: rgba(255, 255, 255, 0.86);
}

.global-footer .site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.global-footer .site-footer__bottom p {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .global-footer .site-footer__contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-footer .site-footer__contacts > :nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 0;
  }

  .global-footer .site-footer__utility,
  .global-footer .site-footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .global-footer.site-footer {
    padding: 56px 20px 112px;
  }

  .global-footer .site-footer__logo {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .global-footer .site-footer__logo img {
    width: 46px;
    height: 46px;
  }

  .global-footer .site-footer__index {
    gap: 9px 12px;
    margin-top: 48px;
  }

  .global-footer .site-footer__index-item,
  .global-footer .site-footer__index-divider {
    font-size: clamp(27px, 8.2vw, 34px);
  }

  .global-footer .site-footer__statement {
    margin-top: 24px;
    font-size: 14px;
  }

  .global-footer .site-footer__contacts {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .global-footer .site-footer__contacts > a,
  .global-footer .site-footer__contacts > div,
  .global-footer .site-footer__contacts > :first-child,
  .global-footer .site-footer__contacts > :nth-child(3) {
    grid-column: auto;
    padding: 24px 0 26px;
    border-top: 0;
  }

  .global-footer .site-footer__contacts > :not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (min-width: 1100px) {
  .global-footer .site-footer__statement {
    max-width: none;
    white-space: nowrap;
  }
}
