@media (min-width: 1100px) {
  html.etl-cursor-on body#top,
  html.etl-cursor-on body#top *,
  html.etl-cursor-on body#top *::before,
  html.etl-cursor-on body#top *::after,
  html.etl-magnetic-cursor-on body#top,
  html.etl-magnetic-cursor-on body#top *,
  html.etl-magnetic-cursor-on body#top *::before,
  html.etl-magnetic-cursor-on body#top *::after {
    cursor: none !important;
  }

  body#top .b-nav,
  body#top .b-container {
    display: block;
  }

  body#top #p-header .p-nav {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
  }

  body#top #p-header .p-nav-tools {
    position: fixed !important;
    top: 18px !important;
    right: 28px !important;
    margin-left: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    pointer-events: auto !important;
    z-index: 1304 !important;
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease !important;
  }

  body#top #p-header.p-header .p-logo {
    position: fixed !important;
    top: 30px !important;
    left: 108px !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    pointer-events: auto !important;
    z-index: 1303 !important;
    transform-origin: left center !important;
    transform: scale(1.32) !important;
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease !important;
  }

  body#top #p-header.p-header .p-logo img {
    display: block !important;
    width: auto !important;
    height: 64px !important;
    max-width: none !important;
  }

  body#top.b-clean-logo-hidden #p-header.p-header .p-logo {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-10px) scale(1.32) !important;
  }

  body#top.b-clean-logo-hidden #p-header .p-nav-tools {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;
  }

  body#top.b-clean-logo-hidden .etl-floating-search {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;
  }

  body#top.b-clean-logo-hidden #p-header .p-nav-tools > * {
    pointer-events: none !important;
  }

  body#top .etl-nav-launcher,
  body#top #etl-nav-drawer,
  body#top .etl-floating-logo,
  body#top .etl-desktop-brandbar,
  body#top .etl-desktop-nav-toggle,
  body#top #etl-desktop-drawer-v2,
  body#top .etl-desktop-drawer,
  body#top .etl-desktop-drawer__overlay,
  body#top .etl-desktop-drawer__shell,
  body#top .etl-sidemenu,
  body#top .etl-sidemenu__overlay,
  body#top .etl-sidemenu__brand,
  body#top .etl-sidemenu__body,
  body#top .etl-sidemenu__footer,
  body#top .etl-sidemenu__list,
  body#top .sidebar.etl-sidebar,
  body#top .etl-sidebar-overlay,
  body#top .etl-sidebar-button,
  body#top #p-header .p-menu-desktop,
  body#top #p-header .p-burger,
  body#top #p-header #p-burger-btn,
  body#top #p-header .p-mobile-menu,
  body#top .etl-mobile-topbar,
  body#top .etl-mobile-body-logo {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body#top #p-header.p-header .p-site-search-trigger,
  body#top #p-header.p-header #theme-toggle,
  body#top #p-header.p-header .theme-switch {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body#top.b-clean-menu-open {
    overflow: hidden;
  }

  body#top::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(247, 245, 241, 0.28)),
      radial-gradient(circle at 12% 18%, rgba(255, 84, 53, 0.06), transparent 24%);
    -webkit-backdrop-filter: blur(16px) saturate(1.02);
    backdrop-filter: blur(16px) saturate(1.02);
    -webkit-backdrop-filter: blur(16px) saturate(1.02);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all 0.4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1200;
  }

  body#top.b-clean-menu-open::after {
    opacity: 1;
    visibility: visible;
  }

  body#top.index-page .etl-floating-search {
    right: 82px !important;
  }

  body#top #p-header .cab-access-popup,
  body#top #p-header .p-cabinet {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .cab-access-popup {
    --cab-trigger-size: 34px;
    --cab-trigger-bg: linear-gradient(180deg, rgba(247, 249, 252, 0.98), rgba(236, 241, 247, 0.98));
    --cab-trigger-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 4px 16px 4px 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
    border: 1px solid rgba(18, 26, 40, 0.1);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    z-index: 1304;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
  }

  .cab-access-popup__burger {
    width: var(--cab-trigger-size);
    height: var(--cab-trigger-size);
    border: 1px solid rgba(18, 26, 40, 0.08);
    border-radius: 999px;
    background: var(--cab-trigger-bg);
    color: rgba(18, 26, 40, 0.86);
    box-shadow: var(--cab-trigger-shadow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
    pointer-events: auto;
  }

  .cab-access-popup__label {
    display: inline-flex;
    align-items: center;
    color: rgba(18, 26, 40, 0.94);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
  }

  .cab-access-popup:hover .cab-access-popup__burger,
  .cab-access-popup:focus-visible .cab-access-popup__burger {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
    color: #ea372f;
  }

  .cab-access-popup:hover,
  .cab-access-popup:focus-visible {
    border-color: rgba(234, 55, 47, 0.24);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 253, 1));
    outline: none;
  }

  .cab-access-popup__burger svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
    pointer-events: none;
  }

  .b-nav {
    position: fixed;
    left: -20em;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    border-right: 50px solid #ffffff;
    z-index: 1301;
    transition: all 600ms ease;
  }

  .b-nav::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 15px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
  }

  .b-nav:not(.open) {
    visibility: hidden;
  }

  .b-nav {
    width: 20em;
    padding: 0 0 136px;
    display: flex;
    flex-direction: column;
    position: fixed;
  }

  .b-nav li {
    color: #444444;
    list-style-type: none;
    padding: 0;
    margin: 0 0 6px;
    text-align: left;
    transform: translateX(-250px);
  }

  .b-nav li:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: bSlideOutLeft;
  }

  .b-nav li:first-child {
    margin-top: 228px;
  }

  .b-nav.open {
    left: 0;
    visibility: visible;
  }

  .b-nav.open li {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: bSlideInLeft;
  }

  .b-nav-actions {
    position: absolute;
    left: 40px;
    right: 24px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .b-nav-action {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 58px;
    padding: 14px 18px;
    border-radius: 18px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.25s ease;
    width: 100%;
    box-sizing: border-box;
  }

  .b-nav-action__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .b-nav-action__title {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .b-nav-action__meta {
    display: block;
    font-size: 12.5px;
    line-height: 1.35;
    font-weight: 600;
    opacity: 0.8;
    white-space: normal;
    word-break: keep-all;
  }

  .b-nav-action--ghost {
    color: #2a313b;
    border: 1px solid rgba(42, 49, 59, 0.12);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 248, 251, 0.88));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.85),
      0 10px 22px rgba(15, 23, 42, 0.08);
  }

  .b-nav-action--phone {
    color: #ffffff;
    background: linear-gradient(180deg, #f03b33, #df2829);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.18),
      0 14px 28px rgba(229, 38, 41, 0.24);
  }

  .b-nav-action--ghost:hover,
  .b-nav-action--ghost:focus-visible {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 253, 0.94));
    border-color: rgba(42, 49, 59, 0.2);
    outline: none;
    transform: translateY(-1px);
  }

  .b-nav-action--phone:hover,
  .b-nav-action--phone:focus-visible {
    background: linear-gradient(180deg, #eb342d, #d91f21);
    outline: none;
    transform: translateY(-1px);
  }

  .b-nav-action--ghost .b-nav-action__meta {
    color: rgba(74, 84, 98, 0.88);
  }

  .b-nav-action--phone .b-nav-action__meta {
    color: rgba(255, 255, 255, 0.84);
  }

  .b-link {
    background: transparent;
    border-left: rgba(68, 68, 68, 0) solid 2px;
    color: #444444;
    display: block;
    font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-left: 40px;
    padding: 6px 0;
    text-decoration: none;
    transition: all 0.4s ease;
    width: auto;
    white-space: nowrap;
    line-height: 1.2;
  }

  .b-link:hover,
  .b-link:focus-visible,
  .b-link--active {
    border-left: #444444 solid 2px;
    padding-left: 30px;
    outline: none;
  }

  .b-menu {
    background: #ffffff;
    border: #ffffff solid 2px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    padding-left: 15px;
    padding-top: 17.5px;
    position: relative;
    transition: all 0.4s ease;
    user-select: none;
    width: 60px;
    z-index: 1302;
  }

  .b-menu:hover {
    border: #444444 solid 2px;
  }

  .b-bun {
    background: #444444;
    position: relative;
    transition: all 0.4s ease;
  }

  .b-bun--top {
    height: 2px;
    top: 0;
    width: 25px;
  }

  .b-bun--mid {
    height: 2px;
    top: 8px;
    width: 25px;
  }

  .b-bun--bottom {
    height: 2px;
    top: 16px;
    width: 25px;
  }

  .b-brand {
    color: #ffffff;
    font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-left: 30px;
    position: relative;
    text-decoration: none;
    top: -21px;
    transition: all 0.4s ease;
    z-index: 1303;
  }

  .b-container {
    height: 60px;
    left: 30px;
    position: fixed;
    top: 30px;
    z-index: 1303;
  }

  .b-container.open .b-bun--top {
    background: #444444;
    top: 9px;
    transform: rotate(45deg);
  }

  .b-container.open .b-bun--mid {
    opacity: 0;
  }

  .b-container.open .b-bun--bottom {
    background: #444444;
    top: 5px;
    transform: rotate(-45deg);
  }

  .b-container.open .b-brand {
    color: #444444;
  }

  html[data-theme="dark"] .b-nav {
    background-color: #111111;
    border-right-color: #111111;
    box-shadow: 18px 0 42px rgba(0, 0, 0, 0.42);
  }

  html[data-theme="dark"] body#top::after {
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.34), rgba(8, 8, 8, 0.46)),
      radial-gradient(circle at 12% 18%, rgba(255, 84, 53, 0.06), transparent 24%);
    -webkit-backdrop-filter: blur(16px) saturate(1.01);
    backdrop-filter: blur(16px) saturate(1.01);
    -webkit-backdrop-filter: blur(16px) saturate(1.01);
  }

  html[data-theme="dark"] .b-nav::after {
    border-color: transparent transparent transparent #111111;
  }

  html[data-theme="dark"] .b-nav li {
    color: rgba(241, 245, 251, 0.92);
  }

  html[data-theme="dark"] .b-link {
    color: rgba(241, 245, 251, 0.92);
    border-left-color: rgba(255, 255, 255, 0);
  }

  html[data-theme="dark"] .b-link:hover,
  html[data-theme="dark"] .b-link:focus-visible,
  html[data-theme="dark"] .b-link--active {
    color: #ffffff;
    border-left-color: rgba(255, 255, 255, 0.82);
  }

  html[data-theme="dark"] .b-menu {
    background: #141414;
    border-color: #2a2a2a;
  }

  html[data-theme="dark"] .b-menu:hover {
    border-color: rgba(255, 255, 255, 0.58);
  }

  html[data-theme="dark"] .b-bun {
    background: #f3f4f7;
  }

  html[data-theme="dark"] .b-nav-action--ghost {
    color: rgba(241, 245, 251, 0.94);
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(35, 42, 54, 0.84), rgba(22, 28, 38, 0.84));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.06),
      0 12px 24px rgba(0,0,0,0.22);
  }

  html[data-theme="dark"] .b-nav-action--ghost:hover,
  html[data-theme="dark"] .b-nav-action--ghost:focus-visible {
    background: linear-gradient(180deg, rgba(42, 50, 64, 0.9), rgba(26, 32, 44, 0.9));
    border-color: rgba(255, 255, 255, 0.22);
  }

  html[data-theme="dark"] .b-nav-action--ghost .b-nav-action__meta {
    color: rgba(214, 222, 236, 0.78);
  }

  html[data-theme="dark"] .b-nav-action--phone .b-nav-action__meta {
    color: rgba(255, 255, 255, 0.82);
  }

  html[data-theme="dark"] .cab-access-popup {
    --cab-trigger-bg: linear-gradient(180deg, rgba(36, 42, 54, 0.98), rgba(25, 30, 40, 0.98));
    --cab-trigger-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(20, 22, 28, 0.96), rgba(15, 18, 24, 0.96));
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  }

  html[data-theme="dark"] .cab-access-popup__burger {
    border-color: rgba(255, 255, 255, 0.08);
    color: rgba(244, 247, 252, 0.9);
  }

  html[data-theme="dark"] .cab-access-popup__label {
    color: rgba(244, 247, 252, 0.96);
  }

  html[data-theme="dark"] .cab-access-popup:hover .cab-access-popup__burger,
  html[data-theme="dark"] .cab-access-popup:focus-visible .cab-access-popup__burger {
    color: #ff6a61;
  }
}

@media (max-width: 1099px) {
  .b-nav,
  .b-container {
    display: none !important;
  }
}

@keyframes bSlideInLeft {
  0% {
    transform: translate3d(-250px, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bSlideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-250px, 0, 0);
    visibility: hidden;
  }
}
