html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
  padding-bottom: 0;
}

html {
  background: #0c0d1e;
}

.global-wrapper {
  margin-bottom: 0;
  max-width: 100%;
  overflow-x: hidden !important;
  width: 100%;
}

.header__dropdown-menu-link {
  color: #fff;
}

.header__dropdown-menu-link:visited {
  color: #fff;
}

.header__dropdown-menu-link:hover,
.header__dropdown-menu-link:focus,
.header__dropdown-menu-link:active {
  color: #8bda30;
}

.header__dropdown-menu-link.is-active,
.header__dropdown-menu-link.is-active:visited,
.header__dropdown-menu-link[aria-current="page"] {
  color: #8bda30;
}

.header__buttons--desktop {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 70px;
  overflow: hidden;
}

.header__registration-link:not(.button-white) {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 40px;
  padding: 8px 24px;
}

.header__registration-link:not(.button-white):visited {
  color: #fff;
}

.header__registration-link:not(.button-white):hover,
.header__registration-link:not(.button-white):focus,
.header__registration-link:not(.button-white):active,
.header__registration-link:not(.button-white).is-active,
.header__registration-link:not(.button-white)[aria-current="page"] {
  color: #8bda30;
}

.header__login-link {
  clip-path: inset(0 round 9999px);
  overflow: hidden;
  position: relative;
}

.header__login-link:visited {
  color: #000;
}

.header__login-link > span {
  position: relative;
  z-index: 1;
}

.header__login-link::before {
  background-color: #111827;
  border-radius: inherit;
  content: "";
  inset: -4px;
  pointer-events: none;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.42s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
  .header__login-link:hover {
    color: #fff;
  }

  .header__login-link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.header__registration-link.button-white:visited {
  color: #000;
}

.mobile-menu__dropdown-menu-link {
  color: #000;
}

.mobile-menu__dropdown-menu-link:visited {
  color: #000;
}

.mobile-menu__dropdown-menu-link.is-active,
.mobile-menu__dropdown-menu-link.is-active:visited,
.mobile-menu__dropdown-menu-link[aria-current="page"] {
  color: #8bda30;
  font-weight: 700;
}

.site-foot {
  background: #0c0d1e;
  color: #fff;
  margin: 0;
  min-height: 360px;
  padding: 82px 0 70px;
  width: 100%;
}

.site-foot__wrap {
  display: grid;
  gap: 104px;
  grid-template-columns: 288px 1fr;
  margin: 0 auto;
  max-width: 1132px;
}

.site-foot__logo {
  display: block;
  width: 136px;
}

.site-foot__logo img {
  height: auto;
  width: 100%;
}

.site-foot__text {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 18px;
  max-width: 260px;
}

.site-foot__social {
  display: flex;
  gap: 5px;
  margin-top: 29px;
}

.site-foot__social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  height: 32px;
  justify-content: center;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 32px;
}

.site-foot__social img {
  height: 15px;
  object-fit: contain;
  transition: filter 0.25s ease;
  width: 15px;
}

.site-foot__menus {
  display: grid;
  gap: 54px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-foot__menu h2 {
  color: #8bda30;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.site-foot__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.site-foot__links a {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .site-foot__social a:hover {
    background: #8bda30;
    border-color: #8bda30;
  }

  .site-foot__social a:hover img {
    filter: brightness(0);
  }

  .site-foot__links a:hover {
    color: #8bda30;
  }
}

@media (max-width: 1199px) {
  .site-foot__wrap {
    gap: 64px;
    padding: 0 48px;
  }

  .site-foot__menus {
    gap: 32px;
  }
}

@media (max-width: 999px) {
  .site-foot {
    padding: 64px 0;
  }

  .site-foot__wrap {
    gap: 56px;
    grid-template-columns: 1fr;
    padding: 0 40px;
  }

  .site-foot__menus {
    gap: 48px 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .spx-landing-page .site-foot {
    margin-top: -1px;
    position: relative;
    z-index: 2;
  }

  .site-foot {
    padding: 52px 0;
  }

  .site-foot__wrap {
    gap: 48px;
    padding: 0 20px;
  }

  .site-foot__menus {
    gap: 42px 24px;
  }

  .site-foot__links a,
  .site-foot__menu h2 {
    font-size: 15px;
  }
}
