.elementor-166 .elementor-element.elementor-element-fb18bbe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-166 .elementor-element.elementor-element-fb18bbe{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-8c09ffa */.at-site-header {
  --at-dark: #071827;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;

  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: rgba(7, 24, 39, .96);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
  font-family: Inter, Arial, sans-serif;
  color: var(--at-white);
}

.at-site-header *,
.at-site-header *::before,
.at-site-header *::after {
  box-sizing: border-box;
}

.at-site-header .at-container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-site-header__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.at-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--at-white);
  text-decoration: none !important;
  flex: 0 0 auto;
}

.at-logo__mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--at-blue);
  color: var(--at-white);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  font-style: italic;
}

.at-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.at-logo__text strong {
  font-size: clamp(26px, 2vw, 36px);
  font-weight: 950;
  letter-spacing: -1.4px;
}

.at-logo__text small {
  margin-top: 6px;
  color: rgba(255,255,255,.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .25px;
}

.at-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1 1 auto;
}

.at-desktop-nav a,
.at-nav-toggle {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,.82);
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
}

.at-desktop-nav a:hover,
.at-nav-toggle:hover {
  color: var(--at-white);
}

.at-nav-toggle span {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.at-nav-item {
  position: relative;
}

.at-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: -16px;
  min-width: 286px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(7,24,39,.98);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 22px 54px rgba(0,0,0,.32);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .18s ease;
}

.at-nav-item:hover .at-dropdown,
.at-nav-item:focus-within .at-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.at-dropdown a {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  justify-content: flex-start;
  font-size: 14px;
}

.at-dropdown a:hover {
  background: rgba(255,255,255,.08);
}

.at-header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.at-phone {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 10px;
  color: var(--at-white);
  text-decoration: none !important;
  line-height: 1.1;
}

.at-phone span {
  grid-row: 1 / 3;
  color: var(--at-blue);
  font-size: 20px;
}

.at-phone b {
  font-size: 17px;
  font-weight: 950;
  white-space: nowrap;
}

.at-phone small {
  margin-top: 4px;
  color: rgba(255,255,255,.65);
  font-size: 12px;
}

.at-header-btn {
  min-height: 54px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  box-shadow: 0 14px 30px rgba(16,174,232,.22);
  font-size: 15px;
  font-weight: 950;
  text-decoration: none !important;
  white-space: nowrap;
}

.at-mobile-actions {
  display: none;
  align-items: center;
  gap: 10px;
}

.at-mobile-phone,
.at-burger {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.at-mobile-phone {
  border: 1px solid rgba(16,174,232,.36);
  background: rgba(255,255,255,.96);
  color: var(--at-blue);
  font-size: 23px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

.at-burger {
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.at-burger span {
  width: 22px;
  height: 2px;
  border-radius: 10px;
  background: var(--at-white);
  transition: .2s ease;
}

.at-burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.at-burger.is-open span:nth-child(2) {
  opacity: 0;
}

.at-burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.at-mobile-panel {
  display: none;
}

@media (max-width: 1320px) {
  .at-site-header .at-container {
    width: min(100% - 48px, 1180px);
  }

  .at-desktop-nav {
    gap: 18px;
  }

  .at-desktop-nav a,
  .at-nav-toggle {
    font-size: 14px;
  }

  .at-phone small {
    display: none;
  }
}

@media (max-width: 1180px) {
  .at-desktop-nav,
  .at-header-right {
    display: none;
  }

  .at-mobile-actions {
    margin-left: auto;
    display: flex;
  }

  .at-site-header__inner {
    min-height: 88px;
    padding: 12px 0;
  }

  .at-mobile-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9998;
    width: 100vw;
    display: block;
    background: #071827;
    color: #ffffff;
    border-top: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 28px 60px rgba(0,0,0,.38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  body.at-menu-open .at-mobile-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.at-menu-open {
    overflow: hidden;
  }

  .at-mobile-nav {
    width: min(100% - 28px, 430px);
    max-height: calc(100dvh - 220px);
    margin: 0 auto;
    padding: 16px 0 10px;
    overflow-y: auto;
  }

  .at-mobile-nav a {
    min-height: 48px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.9);
    font-size: 15px;
    font-weight: 850;
    text-decoration: none !important;
  }

  .at-mobile-panel__bottom {
    width: min(100% - 28px, 430px);
    margin: 0 auto;
    padding: 14px 0 20px;
    display: grid;
    gap: 10px;
    background: #071827;
  }

  .at-mobile-panel__bottom a:first-child {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 950;
    text-decoration: none !important;
  }

  .at-mobile-panel__bottom a:last-child {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #10aee8, #0787d8);
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
    text-decoration: none !important;
  }
}

@media (max-width: 767px) {
  .at-site-header .at-container {
    width: min(100% - 28px, 430px);
  }

  .at-logo__mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 34px;
  }

  .at-logo__text strong {
    font-size: 30px;
    letter-spacing: -1.1px;
  }

  .at-logo__text small {
    margin-top: 5px;
    font-size: 9px;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .at-site-header .at-container {
    width: min(100% - 24px, 430px);
  }

  .at-site-header__inner {
    min-height: 82px;
  }

  .at-logo {
    gap: 9px;
  }

  .at-logo__mark {
    width: 44px;
    height: 44px;
    font-size: 31px;
  }

  .at-logo__text strong {
    font-size: 25px;
  }

  .at-logo__text small {
    font-size: 8px;
  }

  .at-mobile-phone,
  .at-burger {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 1180px) {
  .at-mobile-group {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .at-mobile-group__btn {
    width: 100%;
    min-height: 54px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.94);
    font-family: inherit;
    font-size: 18px;
    font-weight: 950;
    text-align: left;
    cursor: pointer;
  }

  .at-mobile-group__btn span {
    width: 9px;
    height: 9px;
    margin-right: 4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
  }

  .at-mobile-group.is-open .at-mobile-group__btn span {
    transform: rotate(-135deg);
  }

  .at-mobile-group__list {
    display: none;
    padding: 0 0 10px;
  }

  .at-mobile-group.is-open .at-mobile-group__list {
    display: block;
  }

  .at-mobile-group__list a {
    min-height: 42px;
    padding: 0 0 0 14px;
    display: flex;
    align-items: center;
    border-bottom: 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
  }

  .at-mobile-nav__single {
    min-height: 54px !important;
    padding: 0 4px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    color: rgba(255,255,255,.94) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    text-decoration: none !important;
  }
}
@media (max-width: 1180px) {
  .at-mobile-panel {
    background: #061524;
  }

  .at-mobile-nav {
    padding: 18px 0 12px;
  }

  .at-mobile-group {
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .at-mobile-group__btn {
    min-height: 58px;
    padding: 0 14px !important;
    border-radius: 14px;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 18px;
    font-weight: 900;
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      box-shadow 0.2s ease;
  }

  .at-mobile-group.is-open .at-mobile-group__btn {
    background: rgba(16, 174, 232, 0.12) !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(16, 174, 232, 0.18);
  }

  .at-mobile-group__btn span {
    margin-right: 4px;
    border-color: currentColor;
    opacity: 0.9;
  }

  .at-mobile-group__list {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.025);
    border-radius: 0 0 14px 14px;
    transition:
      max-height 0.24s ease,
      opacity 0.18s ease,
      padding 0.2s ease;
  }

  .at-mobile-group.is-open .at-mobile-group__list {
    max-height: 420px;
    padding: 8px 10px 12px;
    opacity: 1;
  }

  .at-mobile-group__list a {
    min-height: 46px;
    padding: 0 12px !important;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 15px;
    font-weight: 760;
    line-height: 1.25;
    transition:
      background-color 0.18s ease,
      color 0.18s ease,
      transform 0.18s ease;
  }

  .at-mobile-group__list a:hover,
  .at-mobile-group__list a:focus {
    background: rgba(255, 255, 255, 0.055);
    color: #ffffff !important;
    transform: translateX(2px);
  }

  .at-mobile-nav__single {
    min-height: 58px !important;
    margin-bottom: 6px;
    padding: 0 14px !important;
    border-radius: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
  }

  .at-mobile-nav__single:hover,
  .at-mobile-nav__single:focus {
    background: rgba(16, 174, 232, 0.08) !important;
    color: #ffffff !important;
  }

  .at-mobile-panel__bottom {
    padding-top: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4847316 *//* ============================================================
   NATOLIY HEADER — clean blue/white header without topbar
   ============================================================ */

.nt-header {
  --nt-navy: #071a33;
  --nt-navy-2: #0d2748;
  --nt-blue: #0b73f6;
  --nt-blue-2: #075bd8;
  --nt-blue-soft: #eaf3ff;
  --nt-bg: #f6f9fd;
  --nt-white: #ffffff;
  --nt-muted: #607086;
  --nt-line: rgba(7, 26, 51, .12);

  position: sticky;
  top: 0;
  z-index: 999;

  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  background: var(--nt-white);
  color: var(--nt-navy);
  border-bottom: 1px solid var(--nt-line);
  font-family: inherit;
}

:root {
  overflow-x: hidden;
}

body.admin-bar .nt-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .nt-header {
    top: 46px;
  }
}

.nt-header *,
.nt-header *::before,
.nt-header *::after {
  box-sizing: border-box;
}

.nt-header a,
.nt-header a:hover,
.nt-header a:focus,
.nt-header a:active {
  text-decoration: none !important;
}

.nt-icon {
  flex: 0 0 auto;
  display: block;
}

/* ---------- Main row ---------- */

.nt-header__inner {
  width: min(100% - 48px, 1440px);
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

/* ---------- Logo ---------- */

.nt-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--nt-navy);
}

.nt-header__logo-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b7cff 0%, #075bd8 100%);
  color: #ffffff;
  font-size: 32px;
  font-weight: 950;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.06em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
}

.nt-header__logo-text {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.nt-header__logo-text strong {
  color: var(--nt-navy);
  font-size: 29px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: -0.055em;
}

.nt-header__logo-text small {
  color: var(--nt-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .01em;
}

/* ---------- Desktop nav ---------- */

.nt-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.nt-header__nav-item,
.nt-has-dropdown {
  position: relative;
}

.nt-header__nav-link {
  min-height: 44px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--nt-navy);
  font: inherit;
  font-size: 15.5px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
  -webkit-tap-highlight-color: transparent;
}

.nt-header__nav-link:hover,
.nt-has-dropdown.is-open > .nt-header__nav-link {
  background: var(--nt-blue-soft);
  color: var(--nt-blue-2);
}

.nt-header__nav-toggle,
.nt-header__nav-toggle:hover,
.nt-header__nav-toggle:focus,
.nt-header__nav-toggle:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.nt-header__chevron {
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.nt-has-dropdown.is-open .nt-header__chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.nt-has-dropdown::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 20px;
  display: block;
}

.nt-header__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 420px;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  border: 1px solid var(--nt-line);
  border-radius: 18px;
  background: var(--nt-white);
  box-shadow: 0 24px 60px rgba(7, 26, 51, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.nt-header__dropdown--small {
  width: 330px;
}

.nt-has-dropdown:hover .nt-header__dropdown,
.nt-has-dropdown:focus-within .nt-header__dropdown,
.nt-has-dropdown.is-open .nt-header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nt-header__dropdown a {
  min-height: 44px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: transparent;
  color: var(--nt-navy);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.25;
  transition: background .2s ease, color .2s ease;
}

.nt-header__dropdown a:hover {
  background: var(--nt-blue-soft);
  color: var(--nt-blue-2);
}

/* ---------- Actions ---------- */

.nt-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.nt-header__phone {
  min-height: 46px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  color: var(--nt-navy);
  font-size: 15.5px;
  font-weight: 850;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.nt-header__phone svg {
  width: 18px;
  height: 18px;
  color: var(--nt-blue-2);
}

.nt-header__phone:hover {
  background: var(--nt-blue-soft);
  color: var(--nt-blue-2);
}

.nt-header__calc,
.nt-header__calc:hover,
.nt-header__calc:focus,
.nt-header__calc:active {
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b7cff 0%, #075bd8 100%) !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
  outline: none !important;
  box-shadow: 0 16px 34px rgba(11, 115, 246, .22) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.nt-header__calc:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(11, 115, 246, .28) !important;
}

/* ---------- Burger ---------- */

.nt-header__burger {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid var(--nt-line);
  border-radius: 16px;
  background: var(--nt-white);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.nt-header__burger:hover,
.nt-header__burger:focus,
.nt-header__burger:focus-visible,
.nt-header__burger:active {
  background: var(--nt-white) !important;
  border-color: var(--nt-line) !important;
  outline: none !important;
  box-shadow: none !important;
}

.nt-header__burger span {
  width: 22px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 10px;
  background: var(--nt-navy) !important;
  transition: transform .2s ease, opacity .2s ease;
}

.nt-header.is-menu-open .nt-header__burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nt-header.is-menu-open .nt-header__burger span:nth-child(2) {
  opacity: 0;
}

.nt-header.is-menu-open .nt-header__burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Mobile menu ---------- */

.nt-mobile-menu {
  display: none;
}

body.nt-menu-lock {
  overflow: hidden;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1260px) {
  .nt-header__inner {
    gap: 18px;
  }

  .nt-header__nav-link {
    padding: 0 11px;
    font-size: 14.5px;
  }

  .nt-header__phone span {
    display: none;
  }

  .nt-header__phone {
    width: 46px;
    padding: 0;
    border: 1px solid var(--nt-line);
    background: var(--nt-white);
  }

  .nt-header__calc {
    padding: 0 18px;
    font-size: 14px;
  }

  .nt-header__logo-text strong {
    font-size: 26px;
  }
}

@media (max-width: 980px) {
  .nt-header__inner {
    width: 100%;
    min-height: 74px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .nt-header__logo-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 13px;
    font-size: 28px;
  }

  .nt-header__logo-text strong {
    font-size: 25px;
  }

  .nt-header__logo-text small {
    font-size: 11px;
  }

  .nt-header__nav,
  .nt-header__calc,
  .nt-header__phone {
    display: none;
  }

  .nt-header__burger {
    display: block;
  }

  .nt-mobile-menu {
    position: fixed;
    inset: var(--nt-mobile-menu-top, 74px) 0 auto 0;
    z-index: 998;
    display: block;
    width: 100vw;
    height: calc(100dvh - var(--nt-mobile-menu-top, 74px));
    background: var(--nt-white);
    color: var(--nt-navy);
    transform: translateX(100%);
    visibility: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: transform .24s ease, visibility .24s ease;
  }

  .nt-header.is-menu-open .nt-mobile-menu {
    transform: translateX(0);
    visibility: visible;
  }

  .nt-mobile-menu__inner {
    width: 100%;
    min-height: 100%;
    padding: 24px 16px 0;
    display: flex;
    flex-direction: column;
    background: var(--nt-white);
  }

  .nt-mobile-menu__link,
  .nt-mobile-menu__toggle {
    width: 100%;
    min-height: 58px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid var(--nt-line);
    background: transparent;
    color: var(--nt-navy);
    font: inherit;
    font-size: 18px;
    font-weight: 850;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .nt-mobile-menu__toggle,
  .nt-mobile-menu__toggle:hover,
  .nt-mobile-menu__toggle:focus,
  .nt-mobile-menu__toggle:active,
  .nt-mobile-menu__toggle.is-open {
    background: transparent !important;
    color: var(--nt-navy) !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  .nt-mobile-menu__toggle span {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-right: 2px solid var(--nt-blue-2);
    border-bottom: 2px solid var(--nt-blue-2);
    transform: rotate(45deg);
    transition: transform .2s ease;
  }

  .nt-mobile-menu__toggle.is-open span {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .nt-mobile-menu__panel {
    display: block;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height .26s ease, opacity .18s ease, visibility .18s ease;
  }

  .nt-mobile-menu__panel.is-open {
    max-height: 760px;
    margin: 10px 0 14px;
    visibility: visible;
    opacity: 1;
  }

  .nt-mobile-menu__panel a {
    min-height: 48px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(7, 26, 51, .08);
    background: var(--nt-bg);
    color: var(--nt-navy);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.25;
    -webkit-tap-highlight-color: transparent;
  }

  .nt-mobile-menu__panel a:hover {
    color: var(--nt-blue-2);
  }

  .nt-mobile-menu__panel a:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .nt-mobile-menu__panel a:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .nt-mobile-card {
    margin: 22px 0 16px;
    padding: 15px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid var(--nt-line);
    border-radius: 16px;
    background: var(--nt-bg);
  }

  .nt-mobile-card svg {
    width: 21px;
    height: 21px;
    color: var(--nt-blue-2);
    margin-top: 2px;
  }

  .nt-mobile-card span {
    display: block;
    margin: 0 0 4px;
    color: var(--nt-muted);
    font-size: 11.5px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .nt-mobile-card strong {
    display: block;
    color: var(--nt-navy);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
  }

  .nt-mobile-menu__cta {
    position: sticky;
    bottom: 0;
    z-index: 1001;
    margin: auto -16px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: var(--nt-white);
    border-top: 1px solid var(--nt-line);
  }

  .nt-mobile-menu__primary,
  .nt-mobile-menu__call {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 850;
    -webkit-tap-highlight-color: transparent;
  }

  .nt-mobile-menu__primary,
  .nt-mobile-menu__primary:hover,
  .nt-mobile-menu__primary:focus,
  .nt-mobile-menu__primary:active {
    background: linear-gradient(135deg, #0b7cff 0%, #075bd8 100%) !important;
    color: #ffffff !important;
  }

  .nt-mobile-menu__call,
  .nt-mobile-menu__call:hover,
  .nt-mobile-menu__call:focus,
  .nt-mobile-menu__call:active {
    border: 1.5px solid var(--nt-blue-2);
    background: #ffffff !important;
    color: var(--nt-blue-2) !important;
  }

  .nt-mobile-menu__primary svg,
  .nt-mobile-menu__call svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 420px) {
  .nt-header__inner {
    min-height: 70px;
    padding: 0 12px;
  }

  .nt-mobile-menu {
    inset: var(--nt-mobile-menu-top, 70px) 0 auto 0;
    height: calc(100dvh - var(--nt-mobile-menu-top, 70px));
  }

  .nt-header__logo-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 26px;
  }

  .nt-header__logo-text strong {
    font-size: 23px;
  }

  .nt-header__logo-text small {
    font-size: 10.5px;
  }

  .nt-header__burger {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nt-header *,
  .nt-mobile-menu * {
    transition: none !important;
  }
}/* End custom CSS */