@media (max-width: 991px) {
  .nnavbar-body-mobile-effect {
    left: 0 !important;
  }
  .nnavbar-box {
    width: 100%;
    max-width: none;
    left: 0;
    background: none;
  }
  .nnavbar:before {
    height: 70px;
    left: 0;
    top: -70px;
    opacity: 1 !important;
    border-radius: 0 0 26px 26px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .9) 42%, rgba(0, 0, 0, .7) 89%, rgba(0, 0, 0, .66) 100%);
    z-index: 1;
    transition: .4s all ease-in-out !important;
  }
  .nnavbar.nnavbar-stop:before {
    top: 0;
  }
  .nnavbar-mobile {
    z-index: 10;
  }
  .nnavbar-mobile-logo {
    width: 160px;
    opacity: 1;
    transition: .4s all ease-in-out;
  }
  .nnavbar.nnavbar-mobile-opened:has(.nnavbar-menu-item-open) .nnavbar-mobile-logo {
    opacity: 0;
  }
  .nnavbar:has(.nnavbar-menu-item-open) .nnavbar-language-box {
    opacity: 0;
    user-select: none;
    pointer-events: none;
  }
  .nnavbar-mobile-opened .nnavbar-mobile-logo {
    width: 134px;
  }
  .nnavbar-mobile-logo-box {
    line-height: 70px;
  }
  .nnavbar-mobile-opened .nnavbar-mobile-logo-box {
    transform: translate(-50%, 0);
  }
  .nnavbar-mobile-hamburger-box {
    top: 7px;
    right: 16px;
  }
  .nnavbar-desktop-hamburger-box {
    top: 11px;
    right: 20px;
  }
  .nnavbar-mobile-hamburger-box:before {
    box-shadow: 0 0 12.3px 2px rgba(0, 0, 0, 0.15);
  }
  .nnavbar-container {
    width: 100%;
    height: 0;
    transition: .4s height ease-in-out;
  }
  .nnavbar-mobile-opened .nnavbar-container {
    height: 100dvh;
  }
  .nnavbar-top-logo-box {
    display: none;
  }
  .nnavbar-language-box {
    position: absolute;
    left: -15px;
    top: -13px;
    opacity: 1;
    z-index: 10;
    transition: .4s all ease-in-out;
  }
  .nnavbar-lbox-open .nnavbar-language-box {
    opacity: 0;
  }
  .nnavbar-top-box {
    transform: translate(0, 0) !important;
  }
  .nnavbar-top-menu-container {
    transform: translate(0, 0);
    transition: .4s all ease-in-out;
  }
  .nnavbar-lbox-open .nnavbar-top-menu-container {
    transform: translate(140%, 0);
  }
  .nnavbar-menu-block,
  .nnavbar-bottom-mobile {
    opacity: 1;
    transition: .4s all ease-in-out;
  }
  .nnavbar-lbox-open .nnavbar-menu-block,
  .nnavbar-lbox-open .nnavbar-bottom-mobile {
    opacity: 0;
    user-select: none;
    pointer-events: none;
  }
  .nnavbar-lbox-logo-box {
    display: none;
  }
  .nnavbar.nnavbar-mobile-opened:before {
    top: 0;
    height: calc(100dvh + var(--bottom-ui-height, 0px));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .9) 100%);
  }
  .nnavbar-desktop-hamburger-box:before {
    background: #000;
  }
  .nnavbar-lbox-container {
    opacity: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
    transition: .4s opacity ease-in-out !important;
  }
  .nnavbar-lbox-open .nnavbar-lbox-container {
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
  }
  .nnavbar-lbox-box {
    left: 0;
    max-width: none;
    width: 100%;
    border-radius: 0;
    background: none;
  }
  .nnavbar-lbox-select-box:before {
    display: none;
  }
  .nnavbar-lbox-select {
    background: none;
  }
  .nnavbar-lbox-close-box {
    top: 11px;
    right: 20px;
  }
  .nnavbar-lbox-close-box:before {
    background: #000;
  }
  .nnavbar-bottom-mobile {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(24px * (1 - var(--bottom-ui, 0)));
    padding: 0 20px;
  }
  .nnavbar-bottom-cta {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 20px 10px;
    border-radius: 36px;
  }
  .nnavbar-bottom-hc {
    padding: 10px 20px 0;
  }
  .nnavbar-bottom-hc-icon {
    height: 24px;
    line-height: 24px;
  }
  .nnavbar-submenu-block {
    top: -138px;
    bottom: 0;
  }
  .nnavbar-subback {
    padding-bottom: 10px;
  }
  .nnavbar-submenu {
    height: calc(100% - 58px);
  }
}