.chatapp-btn {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  background-color: #0389CB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 20px;
  text-decoration: none;
  border: 1px solid #0389CB;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.chatapp-btn:hover {
  background-color: rgb(2.4058252427, 109.8660194175, 162.7941747573);
  border-color: rgb(2.4058252427, 109.8660194175, 162.7941747573);
}
.chatapp-btn.trans {
  background-color: transparent;
  border: 1px solid #0389CB;
  color: rgba(3, 137, 203, 0.9);
}
.chatapp-btn.trans:hover {
  background-color: #0389CB;
  color: #fff;
}

.container {
  max-width: 1370px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

/* На старых страницах глобальный .container объявляет flex-direction: column —
   внутри шапки .container всегда должен быть строкой, фиксируем явно поверх этого. */
.ha-header .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.ha-header {
  font-family: "Inter", sans-serif;
}

.ha-topbar {
  background-color: #0389CB;
}
@media (max-width: 1024px) {
  .ha-topbar {
    display: none;
  }
}
.ha-topbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ha-topbar__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2em;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ha-topbar__lang:hover {
  opacity: 0.8;
}
.ha-topbar__arrow {
  width: 8px;
  height: 4px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.ha-topbar__lang:hover .ha-topbar__arrow {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.ha-topbar__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.ha-topbar__contact span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2em;
  white-space: nowrap;
}
.ha-topbar__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ha-topbar__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.ha-topbar__social a:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ha-topbar__social img {
  display: block;
  width: 25px;
  height: 25px;
}

.ha-nav {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}
.ha-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ha-nav__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.ha-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ha-nav__logo svg {
  display: block;
}
.ha-nav__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .ha-nav__menu {
    display: none;
  }
}
.ha-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 5px 14px;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  background: none;
  border: none;
  font-family: inherit;
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  cursor: pointer;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.ha-nav__link:hover {
  color: #0389CB;
}
.ha-nav__item.is-open > .ha-nav__link {
  color: #0389CB;
}
.ha-nav__link-arrow {
  width: 8px;
  height: 4px;
  color: currentColor;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.ha-nav__link:hover .ha-nav__link-arrow {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.ha-nav__item.is-open .ha-nav__link-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ha-nav__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .ha-nav__actions {
    display: none;
  }
}
.ha-nav__item--anchored {
  position: relative;
}

.ha-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .ha-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ha-burger span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #131313;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.ha-burger[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.ha-burger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.ha-burger[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.ha-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.ha-dropdown--compact {
  right: auto;
  width: 339px;
}
.ha-nav__item.is-open .ha-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ha-dropdown__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: left;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 28px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.ha-dropdown__inner--resources {
  display: block;
  overflow: visible;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ha-dropdown__list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 339px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 16px;
  border-right: 1px solid rgba(19, 19, 19, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ha-dropdown__cta p {
  margin: 0 0 10px;
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.24em;
}

.ha-crm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ha-crm-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 10px;
  background: none;
  border: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.24em;
  color: #404040;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.ha-crm-list__item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #A8A8A8;
}
.ha-crm-list__item:hover, .ha-crm-list__item.is-active {
  background-color: #F3F3F3;
}

.ha-crm-panels {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ha-crm-panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 300px;
}
.ha-crm-panel.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ha-crm-panel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 10px;
  text-decoration: none;
  color: #131313;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1em;
}
.ha-crm-panel__title svg {
  color: #A8A8A8;
}
.ha-crm-panel__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ha-crm-panel__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #13151A;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1em;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.ha-crm-panel__links a:hover {
  background-color: #F3F3F3;
}
.ha-crm-panel__links a.is-featured {
  background-color: #F3F3F3;
  color: #0389CB;
}

.ha-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1000px;
  background-color: #F3F3F3;
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  white-space: nowrap;
}

.ha-ai-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 28px rgba(0, 0, 0, 0.13);
  text-align: left;
}
.ha-ai-panel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 10px;
  text-decoration: none;
  color: #131313;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1em;
}
.ha-ai-panel__title svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #A8A8A8;
}
.ha-ai-panel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ha-ai-panel__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ha-ai-panel__list a {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.24em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.ha-ai-panel__list a:hover, .ha-ai-panel__list a.is-active {
  background-color: #F3F3F3;
}

.ha-resources__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 10px;
}
.ha-resources__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.ha-resources__col--promo {
  position: relative;
  gap: 40px;
  background-color: #EBF6FB;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ha-resources__label {
  margin: 0;
  padding: 0 10px;
  color: #AFAFAF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.ha-resources__label--accent {
  color: #0389CB;
}
.ha-resources__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ha-resources__list li {
  position: relative;
}
.ha-resources__list a,
.ha-resources__list .ha-resources__flyout-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  background: none;
  border: none;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  color: #13151A;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1em;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.ha-resources__list a:hover,
.ha-resources__list .ha-resources__flyout-toggle:hover {
  background-color: #F3F3F3;
}
.ha-resources__list a.is-active,
.ha-resources__list .ha-resources__flyout-toggle.is-active {
  background-color: #F3F3F3;
  color: #0389CB;
}
.ha-resources__list svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #A8A8A8;
}
.ha-resources__promo-cta-wrap {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.ha-resources__promo-cta {
  pointer-events: none;
  cursor: default;
}
.ha-resources__promo-tag {
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}

.ha-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1000px;
  background-color: #EBF6FB;
  color: #13151A;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  white-space: nowrap;
}

.ha-flyout {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 8px;
  min-width: 200px;
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 28px rgba(0, 0, 0, 0.13);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
li.has-flyout.is-open .ha-flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ha-flyout ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ha-flyout a {
  display: block;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #13151A;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1em;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.ha-flyout a:hover, .ha-flyout a.is-active {
  background-color: #F3F3F3;
  color: #0389CB;
}

.ha-mobile {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  font-family: "Inter", sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media (max-width: 1024px) {
  .ha-mobile {
    display: block;
  }
}
.ha-mobile.is-open {
  opacity: 1;
  visibility: visible;
}
.ha-mobile__panel {
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ha-mobile__screens {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.ha-mobile__screen {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 20px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ha-mobile__screen.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}
.ha-mobile__screen.is-prev {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}
.ha-mobile__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
}
.ha-mobile__logo svg {
  display: block;
  width: 121px;
}
.ha-mobile__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: none;
  color: #131313;
  cursor: pointer;
}
.ha-mobile__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 20px;
}
.ha-mobile__back {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: none;
  color: #131313;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ha-mobile__back svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ha-mobile__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  color: #131313;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2em;
  text-decoration: none;
}
.ha-mobile__title--link svg {
  color: #A8A8A8;
}
.ha-mobile__title--sm {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 20px 0;
  font-size: 18px;
}
.ha-mobile__section-label {
  margin: 20px 20px 5px;
  color: #AFAFAF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  text-transform: uppercase;
  border-top: 1px solid rgba(19, 19, 19, 0.1);
  padding-top: 20px;
}
.ha-mobile__section-label:first-of-type {
  border-top: none;
}
.ha-mobile__section-label--accent {
  color: #0389CB;
  margin-top: 0;
}
.ha-mobile__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ha-mobile__link, .ha-mobile__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background: none;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.ha-mobile__link svg, .ha-mobile__list-link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #A8A8A8;
}
.ha-mobile__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ha-mobile__list li {
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
}
.ha-mobile__list li:last-child {
  border-bottom: none;
}
.ha-mobile__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #13151A;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.ha-mobile__list a.is-active, .ha-mobile__list a.is-featured {
  color: #0389CB;
}
.ha-mobile__list--plain {
  padding: 0 10px;
}
.ha-mobile__list--plain li {
  border-bottom: none;
}
.ha-mobile__list--plain a {
  padding: 10px;
  border-radius: 10px;
}
.ha-mobile__list--plain a.is-active, .ha-mobile__list--plain a.is-featured {
  background-color: #F3F3F3;
}
.ha-mobile__list--flush {
  padding: 0;
}
.ha-mobile__cta {
  margin-top: auto;
  padding: 20px;
  border-top: 1px solid rgba(19, 19, 19, 0.1);
  text-align: center;
}
.ha-mobile__cta p {
  margin: 0 0 10px;
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.ha-mobile__cta .chatapp-btn {
  margin: 0 auto;
}
.ha-mobile__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
  background: none;
  font-family: inherit;
  text-align: left;
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.ha-mobile__lang svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #A8A8A8;
}
.ha-mobile__support {
  padding: 16px 20px;
}
.ha-mobile__support p {
  margin: 0 0 10px;
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.ha-mobile__support-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ha-mobile__support-icons img {
  display: block;
  width: 36px;
  height: 36px;
}
.ha-mobile__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding: 20px;
}
.ha-mobile__actions .chatapp-btn {
  width: 100%;
  text-align: center;
}
.ha-mobile__promo {
  margin: 20px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background-color: #EBF6FB;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ha-mobile__promo .ha-mobile__section-label {
  margin: 0 0 5px;
}
.ha-mobile__promo-cta-wrap {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.ha-mobile__promo-cta {
  pointer-events: none;
  cursor: default;
}
.ha-mobile__promo-tag {
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}
/* ===== Sticky header + скролл-скрытие целиком (не входит в исходный ha-* дизайн) ===== */
.ha-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.ha-header.ha-header--hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* ===== МОДАЛКА ДЕМО ===== */
.hn2-demo-modal {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 2100;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.hn2-demo-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hn2-demo-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.hn2-demo-modal__box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    min-width: 300px;
    max-width: 380px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    z-index: 1;
    transform: scale(0.95) translateY(6px);
    transition: transform 0.25s ease;
}

.hn2-demo-modal.is-open .hn2-demo-modal__box {
    transform: scale(1) translateY(0);
}

.hn2-demo-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.15s;
}

.hn2-demo-modal__close:hover {
    opacity: 0.6;
}

.hn2-demo-modal__title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.08em;
    color: rgba(18, 19, 21, 1);
    margin: 0 0 8px;
    padding-right: 28px;
}

.hn2-demo-modal__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(18, 19, 21, 0.55);
    margin: 0 0 20px;
}

.hn2-demo-modal__items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hn2-demo-modal__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: rgba(18, 19, 21, 1);
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid rgba(19, 19, 19, 0.1);
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.hn2-demo-modal__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hn2-demo-modal__item-label {
    flex: 1;
}

.hn2-demo-modal__item-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hn2-demo-modal__item:hover {
    background: rgba(3, 137, 203, 0.06);
    border-color: rgba(3, 137, 203, 0.3);
    color: #0389CB;
}

.hn2-demo-modal__item:hover .hn2-demo-modal__item-arrow svg path {
    fill: #0389CB;
}

/* =========================================================================
 * Кнопки hn2__btn — перенесены из старой шапки (header-2026-3.css) для
 * обратной совместимости: этот класс используется в вёрстке статей/страниц,
 * не только в самой шапке. Оставлено без изменений, чтобы ничего не сломать.
 * ========================================================================= */
.hn2__btn {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 8px;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border: 1.5px solid transparent;
    line-height: 1.4;
    font-family: inherit;
    box-sizing: border-box;
}

.hn2__btn--ghost {
    color: #0389CB;
    background: none;
    border-color: transparent;
    padding: 8px 10px;
}

.hn2__btn--ghost:hover {
    color: #1054b0;
}

.hn2__btn--outline {
    color: #0389CB;
    background: transparent;
    border-color: #0389CB;
}

.hn2__btn--outline:hover {
    background: rgba(23, 116, 215, 0.07);
}

.hn2__btn--filled {
    color: #ffffff;
    background: #0389CB;
    border-color: #0389CB;
}

.hn2__btn--filled:hover {
    background: #1054b0;
    border-color: #1054b0;
}

@media (max-width: 1200px) {
    .hn2__btn {
        font-size: 13px;
        padding: 7px 12px;
    }

    .hn2__btn--ghost {
        padding: 7px 8px;
    }
}


.chatapp-breadcrumbs {
  width: 100%;
  box-sizing: border-box;
}