@media (max-width: 1279px) {
  html,
  body {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    background: #0a1b5c !important;
  }

  body.home,
  html.home {
    background: #050b2e !important;
  }

  .ss-page,
  .ss-top,
  .ss-body,
  .ss-qa {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  header.sm-top {
    min-height: 60px !important;
    background: #0a1b5c !important;
    overflow: hidden !important;
  }

  header.sm-top .sm-top__l {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: 100vw !important;
    height: 60px !important;
    display: flex !important;
    background: rgba(0, 0, 0, 0.2) !important;
  }

  header.sm-top .sm-logo {
    order: 1 !important;
    margin-right: auto !important;
  }

  header.sm-top .sm-lang {
    order: 2 !important;
    margin-left: 0 !important;
    flex: 0 0 58px !important;
    position: absolute !important;
    top: 0 !important;
    right: auto !important;
    left: calc(100dvw - 120px) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  header.sm-top .sm-menu {
    order: 3 !important;
    flex: 0 0 62px !important;
    width: 62px !important;
    min-width: 62px !important;
    position: absolute !important;
    top: 0 !important;
    right: auto !important;
    left: calc(100dvw - 62px) !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-right: 0 !important;
  }

  header.sm-top .sm-menu > span:not(.sm-menu__bars) {
    display: none !important;
  }

  header.sm-top .sm-menu__bars {
    display: flex !important;
    gap: 5px !important;
  }

  header.sm-top .sm-menu__bars span {
    display: block !important;
    width: 20px !important;
  }

  header.sm-top .sm-menu__bars span:last-child {
    display: block !important;
    width: 14px !important;
  }

  header.sm-top .sm-cta--partner {
    display: none !important;
  }
}

@media (max-width: 599px) {
  header.sm-top .sm-logo {
    flex: 0 0 60px !important;
    width: 60px !important;
    height: 60px !important;
  }

  header.sm-top .sm-lang {
    flex-basis: 56px !important;
    min-width: 56px !important;
    left: min(calc(100dvw - 116px), 274px) !important;
  }

  header.sm-top .sm-menu {
    width: 60px !important;
    min-width: 60px !important;
    flex-basis: 60px !important;
    left: min(calc(100dvw - 60px), 330px) !important;
    padding: 0 !important;
    justify-content: center !important;
  }
}
