.mk-site-footer {
  margin-top: 56px;
  background: #36211c;
  color: #ffffff;
  width: 100%;
}

.mk-site-footer__inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0 28px;
}

.mk-site-footer__top {
  display: flex;
  align-items: flex-start;
  gap: clamp(56px, 10vw, 120px);
}

.mk-site-footer__brand img {
  width: 152px;
  height: 45px;
  display: block;
  filter: brightness(0) invert(1);
}

.mk-site-footer__brand p {
  margin: 24px 0 0;
  max-width: 248px;
  font-family: Sora, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}

.mk-site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mk-site-footer__links h3 {
  margin: 0;
  font-family: Sora, "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.mk-site-footer__links a {
  text-decoration: none;
  font-family: Sora, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.62);
}

.mk-site-footer__links a:hover {
  color: #ffffff;
}

.mk-site-footer__bottom {
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 14px;
  font-family: Sora, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 900px) {
  .mk-site-footer {
    margin-top: 40px;
  }

  .mk-site-footer__inner {
    width: calc(100% - 24px);
    padding: 44px 0 22px;
  }

  .mk-site-footer__top {
    flex-direction: column;
    gap: 32px;
  }

  .mk-site-footer__bottom {
    margin-top: 32px;
  }
}
