@media only screen and (max-width: 1500px) {
    .topPanel {
      min-width: 0;
    }
    .topPanel-wrapper {
      width: 100%;
      max-width: 100%;
      min-height: 70px;
      padding-left: 8px;
      padding-right: 8px;
      flex-wrap: nowrap;
      align-items: center;
      gap: 8px;
    }
    .topPanel-left {
      flex: 1 1 auto;
      min-width: 0;
      overflow: visible;
    }
    .topPanel-left::-webkit-scrollbar {
      display: none;
    }
    .topPanel-left .nav {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      width: max-content;
      min-width: 0;
      margin: 0;
      padding: 0;
    }
    .topPanel-left .nav li {
      flex: 0 0 auto;
    }
    .topPanel-left .nav li a {
      height: 70px;
      line-height: 70px;
      padding-left: 12px;
      padding-right: 12px;
      font-size: 14px;
      white-space: nowrap;
    }
    .topPanel-left .nav li .nav-bonus-tag {
      top: 45px;
      left: 50%;
      min-width: 58px;
      transform: translateX(-50%);
      font-size: 10px;
    }
    .topPanel-left .nav li .home-nav-link {
      padding-right: 40px;
    }
    .home-submenu-toggle {
      height: 70px;
    }
    .home-submenu-toggle::before {
      top: 32px;
    }
    .topPanel-actions {
      flex: 0 0 auto;
      min-height: 70px;
      gap: 8px;
      z-index: 300;
    }
    .site-language-switcher {
      width: 132px;
    }
    .news-tabs__nav {
      align-items: stretch;
    }
    .news-tabs__button {
      flex: 1 1 0;
      justify-content: center;
      padding-left: 24px;
      padding-right: 6px;
      font-size: 12px;
    }
    .mob {
      display: none !important;
    }
    .home-nav-item.is-open > .mob {
      display: block !important;
    }
    .topPanel-left .nav > li.sub-menu > ul {
      top: 70px;
      left: 0;
      min-width: 184px;
      padding: 8px 0;
      border: 1px solid rgba(216, 189, 120, 0.28);
      background: rgba(15, 15, 17, 0.96);
      box-shadow: 0 14px 26px rgba(0, 0, 0, 0.55);
      z-index: 600;
    }
    .topPanel-left .nav > li.sub-menu > ul li {
      display: block;
      width: 100%;
    }
    .topPanel-left .nav > li.sub-menu > ul li:after {
      display: none;
    }
    .topPanel-left .nav > li.sub-menu > ul li a,
    .topPanel-left .nav > li.sub-menu > ul li:hover a {
      height: auto;
      min-height: 36px;
      line-height: 1.2;
      padding: 11px 18px;
      background: none !important;
      -webkit-background-clip: border-box;
      background-clip: border-box;
      color: #fcedc0 !important;
      -webkit-text-fill-color: #fcedc0;
      font-size: 13px;
      text-transform: uppercase;
    }
    .topPanel-left .nav > li.sub-menu > ul li:hover a,
    .topPanel-left .nav > li.sub-menu > ul li a:focus {
      background: rgba(98, 157, 63, 0.18) !important;
      color: #fff6c9 !important;
      -webkit-text-fill-color: #fff6c9;
    }
    .sign-in {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      padding-right: 42px !important;
      font-size: 16px;
      white-space: nowrap;
      z-index: 301;
    }
    .sign-in:after {
      width: 48px;
      height: 48px;
      right: -8px;
      margin-top: -24px;
      background-size: contain;
    }
    footer {
      width: 100%;
      min-width: 0;
    }
    .hidden-block {
      right: 0;
      left: auto;
      max-width: calc(100vw - 20px);
    }
  }

@media only screen and (max-width: 520px) {
    .topPanel-wrapper {
      min-height: 62px;
      padding-left: 6px;
      padding-right: 6px;
      gap: 6px;
    }
    .topPanel-left .nav li a {
      height: 62px;
      line-height: 62px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 13px;
    }
    .topPanel-left .nav li .nav-bonus-tag {
      top: 40px;
      font-size: 9px;
    }
    .topPanel-left .nav li .home-nav-link {
      padding-right: 34px;
    }
    .home-submenu-toggle {
      height: 62px;
      width: 30px;
      right: 4px;
    }
    .home-submenu-toggle::before {
      top: 28px;
      left: 9px;
      border-left-width: 5px;
      border-right-width: 5px;
      border-top-width: 6px;
    }
    .topPanel-left .nav > li.sub-menu > ul {
      top: 62px;
    }
    .topPanel-actions {
      min-height: 62px;
      gap: 6px;
    }
    .site-language-switcher {
      width: 48px;
    }
    .site-language-current {
      height: 32px;
      padding: 0 24px 0 6px;
      gap: 0;
    }
    .site-language-current > span:not(.site-language-arrow) {
      display: none;
    }
    .site-language-arrow {
      top: 2px;
      right: 2px;
      width: 20px;
      height: 26px;
    }
    .site-language-arrow::after {
      left: 5px;
    }
    .site-language-menu {
      width: 150px;
      left: auto;
      right: 0;
    }
    .sign-in {
      min-height: 42px;
      padding-right: 36px !important;
      font-size: 14px;
    }
    .sign-in:after {
      width: 42px;
      height: 42px;
      right: -8px;
      margin-top: -21px;
    }
    .hidden-block {
      right: 0;
      left: auto;
      max-width: calc(100vw - 20px);
    }
  }
