
#footer.ct-footer {
  display: none !important;
}

.statusko-site-footer,
.statusko-site-footer * {
  box-sizing: border-box;
}

.statusko-site-footer {
  position: relative;
  width: min(1440px, calc(100% - 4vw));
  margin: 48px auto 0;
  border-radius: 32px 32px 0 0;
  background: #7f7f7f;
  color: #ffffff;
  overflow: visible;
}

.statusko-site-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 96px 38px;
  display: grid;
  grid-template-columns: 48px minmax(620px, 1.9fr) minmax(230px, 0.8fr) minmax(250px, 0.95fr);
  gap: 28px 28px;
  align-items: start;
}

.statusko-site-footer__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 48px;
}

.statusko-site-footer__brand img {
  width: 32px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.statusko-site-footer__nav {
  display: grid;
  gap: 18px;
  padding-left: 20px;
}

.statusko-site-footer__nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 21px 45px;
}

.statusko-site-footer__nav-row a {
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  line-height: 1.35;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.statusko-site-footer__nav-row--primary a {
  color: #ffffff;
  font-weight: 600;
}

.statusko-site-footer__nav-row--secondary a {
  color: #f08319;
  font-weight: 500;
}

.statusko-site-footer__contacts,
.statusko-site-footer__meta {
  display: grid;
  gap: 8px;
}

.statusko-site-footer__contacts p,
.statusko-site-footer__meta p {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-size: 10px;
  line-height: 1.45;
  color: #ffffff;
}

.statusko-site-footer__contacts strong {
  font-weight: 700;
}

.statusko-site-footer__contacts a {
  color: inherit;
  text-decoration: none;
}

.statusko-site-footer__schedule {
  display: grid;
  gap: 2px;
  margin-top: 8px;
}

.statusko-site-footer__meta {
  justify-items: start;
}

.statusko-site-footer__socials {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 22px;
}

.statusko-site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  opacity: 0.95;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.statusko-site-footer__socials a:hover,
.statusko-site-footer__nav-row a:hover,
.statusko-site-footer__contacts a:hover {
  opacity: 0.78;
}

.statusko-site-footer__socials a:hover {
  transform: translateY(-1px);
}

.statusko-site-footer__socials img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.statusko-site-footer__mascot {
  position: absolute;
  z-index: 2;
  top: 0;
  right: clamp(104px, 14vw, 250px);
  width: 90px;
  pointer-events: none;
  transform: translateY(-100%);
}

.statusko-site-footer__mascot img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .statusko-site-footer__inner {
    grid-template-columns: 48px minmax(0, 1fr) minmax(220px, 0.9fr);
  }

  .statusko-site-footer__meta {
    grid-column: 2 / -1;
  }
}

@media (max-width: 900px) {
  .statusko-site-footer {
    width: calc(100% - 4vw);
    margin: 40px auto 0;
  }

  .statusko-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px 32px;
  }

  .statusko-site-footer__nav {
    padding-left: 0;
  }

  .statusko-site-footer__meta {
    grid-column: auto;
  }

  .statusko-site-footer__socials {
    gap: 22px;
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  .statusko-site-footer {
    width: 100%;
    margin: 32px 0 0;
    border-radius: 32px 32px 0 0;
  }

  .statusko-site-footer__inner {
    padding: 24px 16px 28px;
  }

  .statusko-site-footer__mascot {
    position: static;
    grid-column: 1;
    justify-self: center;
    width: 132px;
    margin: 24px auto 0;
    transform: none;
  }

  .statusko-site-footer__nav-row {
    gap: 12px 20px;
  }

  .statusko-site-footer__socials a {
    width: 44px;
    height: 44px;
  }

  .statusko-site-footer__socials img {
    width: 44px;
    height: 44px;
  }
}
