@font-face {
  font-family: "Icash Header Fira Sans";
  src: url('/assets/fira-400-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Icash Header Fira Sans";
  src: url('/assets/fira-400-cyr.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0301, U+0400-052F, U+2116;
}
@font-face {
  font-family: "Icash Header Fira Sans";
  src: url('/assets/fira-500-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Icash Header Fira Sans";
  src: url('/assets/fira-500-cyr.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0301, U+0400-052F, U+2116;
}
@font-face {
  font-family: "Icash Header Fira Sans";
  src: url('/assets/fira-600-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Icash Header Fira Sans";
  src: url('/assets/fira-600-cyr.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0301, U+0400-052F, U+2116;
}

header.icash-header {
  --icash-menu-ink: #16163f;
  --icash-menu-accent: #5c25f4;
  --icash-menu-hover: linear-gradient(110deg, #f1eaff 0%, #f7f2ff 52%, #edf6ff 100%);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--icash-menu-ink);
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
  font-family: "Icash Header Fira Sans", "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
  font-synthesis: none;
}
.icash-header *, .icash-header *::before, .icash-header *::after { box-sizing: border-box; }
header.icash-header :is(a, button, span) { font-family: "Icash Header Fira Sans", "Fira Sans", sans-serif !important; font-style: normal; letter-spacing: 0; text-transform: none; }
.icash-header a { color: inherit; text-decoration: none; }
.icash-header button { margin: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; cursor: pointer; box-shadow: none; transition: none; }
.icash-header :is(a, button):focus-visible { outline: 2px solid var(--icash-menu-accent); outline-offset: 3px; }
.icash-header ul, .icash-header li { margin: 0; padding: 0; list-style: none; }
.icash-header li::before { content: none; }
.icash-header svg { display: block; width: 18px; height: 18px; flex: 0 0 auto; }
.icash-header .icash-header-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.icash-header .icash-header-top { background: #edf2f7; }
.icash-header .icash-header-top-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 0; font-size: 16px; font-weight: 400; }
.icash-header .icash-header-contacts svg { width: 12px; height: 12px; }
.icash-header :is(.icash-header-contacts, .icash-header-actions) { display: flex; align-items: center; gap: 24px; }
.icash-header :is(.icash-header-contacts, .icash-header-actions) > :is(a, span) { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.icash-header .icash-header-top a:hover { color: var(--icash-menu-accent); }
.icash-header .icash-header-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 15px 0; }
.icash-header .icash-header-logo { display: block; flex: 0 0 110px; }
.icash-header .icash-header-logo img { display: block; width: 110px; height: 48px; max-width: 100%; object-fit: contain; border: 0; }
.icash-header .icash-header-list { display: flex; align-items: center; gap: 30px; }
.icash-header .icash-header-item { position: relative; }
.icash-header .icash-header-item-row { display: flex; align-items: center; }
.icash-header .icash-header-link { display: flex; align-items: center; gap: 7px; min-height: 44px; padding: 8px 0; font-size: 16px; font-weight: 600; line-height: 1.4; white-space: nowrap; }
.icash-header .icash-header-disclosure { display: flex; align-items: center; justify-content: center; width: 22px; min-height: 44px; padding: 0 0 0 5px; }
.icash-header :is(.icash-header-disclosure, .icash-header-parent) svg { width: 11px; height: 11px; color: #817899; transition: transform 180ms ease; }
.icash-header [aria-expanded="true"] svg { transform: rotate(180deg); color: var(--icash-menu-accent); }
.icash-header .icash-header-item:is(.is-active, .is-expanded) > .icash-header-item-row, .icash-header .icash-header-link:hover { color: var(--icash-menu-accent); }
.icash-header .icash-header-submenu {
  position: absolute;
  top: calc(100% + 5px);
  left: -9px;
  width: max-content;
  min-width: 180px;
  max-width: min(300px, calc(100vw - 32px));
  padding: 9px;
  border: 1px solid #ded5f2;
  border-radius: 9px;
  background: linear-gradient(135deg, #fff 68%, #f6f4ff 100%);
  box-shadow: 0 8px 22px -6px rgb(51 27 102 / 17%), 0 1px 3px rgb(92 37 244 / 5%);
  animation: icash-menu-enter 180ms ease-out;
}
.icash-header [hidden] { display: none !important; }
.icash-header .icash-header-item:nth-last-child(2) .icash-header-submenu { left: auto; right: 0; }
.icash-header .icash-header-submenu::after { content: ""; position: absolute; top: -1px; left: 12px; right: 12px; height: 1px; background: linear-gradient(90deg, #5c25f4, #c616ed 50%, #2e9cf5); pointer-events: none; }
.icash-header .icash-header-submenu::before { content: ""; position: absolute; inset: -10px 0 auto; height: 10px; }
.icash-header .icash-header-submenu li + li { margin-top: 2px; }
.icash-header .icash-header-submenu a { display: flex; align-items: center; min-height: 38px; padding: 9px 14px; border-radius: 5px; font-size: 14px; font-weight: 500; line-height: 1.4; white-space: normal; transition: color 160ms ease, box-shadow 160ms ease; }
.icash-header .icash-header-submenu a:is(:hover, :focus-visible, [aria-current="page"]) { color: var(--icash-menu-accent); background: var(--icash-menu-hover); box-shadow: inset 2px 0 0 var(--icash-menu-accent); }
.icash-header .icash-header-demo { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 11px 20px; border-radius: 10px; background: var(--icash-menu-accent); color: #fff; font-size: 16px; font-weight: 600; }
.icash-header .icash-header-demo:hover { background: #4720cb; }
.icash-header .icash-header-menu { display: none; }
@media (min-width: 1025px) and (max-width: 1199px) {
  .icash-header .icash-header-main { gap: 20px; }
  .icash-header .icash-header-list { gap: 18px; }
  .icash-header .icash-header-link { font-size: 15px; }
}
@media (max-width: 1024px) {
  .icash-header .icash-header-shell { width: calc(100% - 30px); }
  .icash-header .icash-header-contacts { gap: 14px; }
  .icash-header .icash-header-top-inner { font-size: 14px; }
  .icash-header .icash-header-contacts > span { display: none; }
  .icash-header .icash-header-main { position: relative; padding: 20px 0; }
  .icash-header .icash-header-menu { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; border-radius: 7px; background: #f3efff; color: var(--icash-menu-accent); }
  .icash-header .icash-header-menu svg { width: 24px; height: 24px; }
  .icash-header .icash-header-menu[aria-expanded="true"] svg { transform: none; }
  .icash-header .icash-header-nav { display: none; position: absolute; top: calc(100% - 6px); left: 0; right: 0; max-height: calc(100dvh - 150px); overflow-y: auto; overscroll-behavior: contain; padding: 9px; border: 1px solid #ded5f2; border-radius: 9px; background: #fff; box-shadow: 0 8px 22px -6px rgb(22 22 63 / 15%); }
  .icash-header.is-menu-open .icash-header-nav { display: block; }
  .icash-header .icash-header-list { display: block; }
  .icash-header .icash-header-link { flex: 1; min-height: 44px; padding: 11px 14px; font-size: 15px; white-space: normal; }
  .icash-header .icash-header-parent { justify-content: space-between; width: 100%; }
  .icash-header .icash-header-disclosure { width: 44px; min-height: 44px; padding: 10px; }
  .icash-header .icash-header-item-row { border-radius: 5px; }
  .icash-header .is-expanded > .icash-header-item-row { background: var(--icash-menu-hover); }
  .icash-header .icash-header-submenu { position: static; width: auto; min-width: 0; max-width: none; margin: 4px 0 9px 14px; padding: 9px; border: 0; border-left: 2px solid #ddd3ff; border-radius: 0 9px 9px 0; background: #faf9ff; box-shadow: none; }
  .icash-header .icash-header-submenu::before, .icash-header .icash-header-submenu::after { content: none; }
  .icash-header .icash-header-submenu a { min-height: 44px; padding: 11px 14px; font-size: 15px; }
  .icash-header .icash-header-demo-item { padding: 9px 14px; }
}
@media (max-width: 767px) {
  .icash-header .icash-header-contacts { display: none; }
  .icash-header .icash-header-top-inner { justify-content: flex-end; padding: 10px 0; }
  .icash-header .icash-header-logo { flex-basis: 100px; }
  .icash-header .icash-header-logo img { width: 100px; }
}
@keyframes icash-menu-enter { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .icash-header *, .icash-header *::after { animation: none !important; transition: none !important; }
}
