.sis-contact-bar,
.sis-contact-bar * {
  box-sizing: border-box;
}

.sis-contact-bar {
  position: relative;
  z-index: 110;
  width: 100%;
  min-height: 40px;
  background: linear-gradient(105deg, #1ab3cc 0%, #399fc6 48%, #6a53a8 100%);
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
}

.sis-contact-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1500px, 100%);
  min-height: 40px;
  margin: 0 auto;
  padding: 0 28px;
}

.sis-contact-bar__social,
.sis-contact-bar__details {
  display: flex;
  align-items: center;
}

.sis-contact-bar__social {
  gap: 5px;
}

.sis-contact-bar__social a,
.sis-contact-bar__details a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.sis-contact-bar__social a {
  width: 27px;
  height: 27px;
  border-radius: 8px;
}

.sis-contact-bar__social img {
  display: block;
  width: 13px;
  height: 13px;
  filter: brightness(0) invert(1);
}

.sis-contact-bar__details {
  gap: 8px;
}

.sis-contact-bar__details a {
  gap: 8px;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.sis-contact-bar__details svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sis-contact-bar__social a:hover,
.sis-contact-bar__social a:focus-visible,
.sis-contact-bar__details a:hover,
.sis-contact-bar__details a:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  opacity: 1;
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 1px;
  transform: translateY(-1px);
}

.sis-shared-footer,
.sis-shared-footer * {
  box-sizing: border-box;
}

.sis-shared-footer {
  width: 100%;
  margin: 0;
  padding: 72px 24px 32px;
  background: #403366;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
}

.sis-shared-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, 0.8fr));
  gap: 56px;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.sis-shared-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.sis-shared-footer__logo {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.sis-shared-footer__logo img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.sis-shared-footer__about > p {
  max-width: 340px;
  margin: 22px 0 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.sis-shared-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sis-shared-footer__social a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.sis-shared-footer__social a:hover,
.sis-shared-footer__social a:focus-visible {
  border-color: #22b8d1;
  background: #22b8d1;
  transform: translateY(-2px);
  outline: none;
}

.sis-shared-footer__social img {
  display: block;
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.sis-shared-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.sis-shared-footer__column h2 {
  margin: 2px 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.sis-shared-footer__column a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  transition: color 160ms ease;
}

.sis-shared-footer__registration {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.sis-shared-footer__column a:hover,
.sis-shared-footer__column a:focus-visible {
  color: #fff;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sis-shared-footer__column .sis-shared-footer__address {
  max-width: 230px;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.65;
}

.sis-shared-footer__bottom {
  width: min(1240px, 100%);
  margin: 48px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .sis-shared-footer__grid {
    grid-template-columns: minmax(260px, 1.3fr) minmax(180px, 1fr);
    gap: 44px 56px;
  }
}

@media (max-width: 1180px) {
  .sis-contact-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1100;
    min-height: 36px;
  }

  .sis-contact-bar__inner {
    min-height: 36px;
    padding: 0 16px;
  }

  html.sis-has-contact-bar.sis-has-fixed-mobile-nav {
    scroll-padding-top: 120px;
  }

  html.sis-has-contact-bar.sis-has-fixed-mobile-nav body {
    padding-top: 108px !important;
  }

  html.sis-has-contact-bar .sis-global-header {
    top: 36px !important;
  }

  html.sis-has-contact-bar.sis-has-detail-header body {
    padding-top: 108px;
  }

  html.sis-has-contact-bar.sis-has-detail-header .detail-header {
    top: 36px;
  }
}

@media (max-width: 620px) {
  .sis-contact-bar__inner {
    gap: 10px;
    padding: 0 12px;
  }

  .sis-contact-bar__social {
    gap: 2px;
  }

  .sis-contact-bar__social a {
    width: 25px;
    height: 25px;
  }

  .sis-contact-bar__details {
    gap: 2px;
  }

  .sis-contact-bar__details a {
    width: 30px;
    min-height: 30px;
    padding: 0;
  }

  .sis-contact-bar__details a span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .sis-shared-footer {
    padding: 52px 22px 28px;
  }

  .sis-shared-footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sis-shared-footer__about > p {
    max-width: 100%;
  }

  .sis-shared-footer__bottom {
    margin-top: 40px;
    padding-top: 22px;
  }
}
