

/* Start:/local/templates/buninsys_local/css/fonts.css?17775025011512*/
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/local/templates/buninsys_local/css/../fonts/inter-v20-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/local/templates/buninsys_local/css/../fonts/inter-v20-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/local/templates/buninsys_local/css/../fonts/inter-v20-cyrillic_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/local/templates/buninsys_local/css/../fonts/inter-v20-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* End */


/* Start:/local/templates/buninsys_local/css/reset.css?17759976184669*/
/* Полное обнуление отступов и рамок */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

/* Глобальный box-sizing */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Базовые настройки html, body */
/* Не всегда нужно. Часто вместо этого удобнее:
body {
  min-height: 100vh;
}
Для обычного сайта height: 100% не обязательна. */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

/* HTML5 semantic tags как block
Можно убрать.
Для современного проекта это пережиток старой эпохи. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}

/* Обнуление списков */
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Изображения */
/* Идея правильная, но лучше оформить так: */
/* img {
  display: block;
  max-width: 100%;
  height: auto;
} */ 
img {
  vertical-align: top;
  max-width: 100%;
}

/* Корректирует положение верхних и нижних индексов. */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/* Убирает расстояния между ячейками таблиц и схлопывает границы. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Убирает курсив у тега address. */
address {
  font-style: normal;
}

/* Ссылки */
a {
  background: transparent;
  text-decoration: none;
  outline: none;
  border: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

/* Удаление outline у ссылок и у всего */
a:focus,
a:active {
  outline: none;
}

:focus,
:active {
  outline: none;
}

/* Настройки body */
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Наследование шрифта для form controls */
input,
button,
textarea {
  font-family: inherit;
}

input,
button,
textarea {
  font-size: inherit;
}

/* Placeholder opacity */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

/* Убирает встроенную кнопку очистки в старом IE/Edge. */
input::-ms-clear {
  display: none;
}

/* Кнопки и role=button */
button,
[role=button] {
  background: inherit;
  cursor: pointer;
  font-size: inherit;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}

/* Убирает внутренние отступы/рамки у кнопок в Firefox. */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Убирает браузерные дефолты у заголовков. */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Когда поле получает фокус, placeholder исчезает.
Сейчас так делать не обязательно. */
:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/* Задает нативный тип отображения кнопки в WebKit. */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* Убирает стрелочки у input[type="number"]. */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

/* Убирает странности оформления у search-поля в Safari/Chrome. */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Нормализует кнопку загрузки файла в WebKit. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
}
/* End */


/* Start:/local/templates/buninsys_local/css/global.css?17841478314897*/

:root {
  /* =========================
     Typography
     ========================= */
  --typo-H1-ExtraBold:  800 56px/64px "Inter";
  --typo-H2-ExtraBold:  800 40px/48px "Inter";
  --typo-H2-Bold:       700 40px/48px "Inter";
  --typo-H2-SemiBold:   600 40px/48px "Inter";
  --typo-H3-ExtraBold:  700 28px/36px "Inter";

  --typo-Nav-SemiBold:  400 16px/24px "Inter";

  --typo-Body-ExtraBold:  800 17px/24px "Inter";
  --typo-Body-Bold:       700 17px/24px "Inter";
  --typo-Body-Regular:    400 17px/24px "Inter";
  --typo-Body-SemiBold:   600 17px/24px "Inter";

  --typo-Small-SemiBold-16: 400 16px/20px "Inter";

  --typo-Small-Regular:   400 15px/20px "Inter";
  --typo-Small-SemiBold:  600 15px/20px "Inter";
  --typo-Small-ExtraBold: 800 15px/24px "Inter";
  --typo-Small-Bold:      700 15px/26px "Inter";

  --typo-Button-Large:      600 30px/20px "Inter";
  --typo-Button-Hero-1440:  600 20px/36px "Inter";

  --typo-Caption-Regular:   400 12px/16px "Inter";
  --typo-Caption-SemiBold:  600 12px/16px "Inter";

  /* =========================
     Accent colors
     ========================= */
  --color-Accent-Blue: #3B82F6;
  --color-Accent-DeepBlue: #3A8DFF;
  --color-Accent-LightBlue: #6CA8FF;
  --color-Accent-Green: #22C55E;

  /* =========================
     Text colors
     ========================= */
  --color-Text-Primary: #F8FAFC;
  --color-Text-Secondary: #9CA3AF;
  --color-Text-Accent: var(--color-Accent-Blue);
  --color-Text-Error: #F87171;
  --color-Text-Success: var(--color-Accent-Green);

  /* =========================
     Backgrounds
     ========================= */
  --bg-Dark: #0B1220;
  --bg-Panel: linear-gradient(282deg, #243754 0%, #202f49 18%, #1f2d46 100%);
  --bg-Footer: linear-gradient(282deg, #1b3055 0%, #1c2b46 12.019%, #202a3c 88.462%, #171f2f 100%);
  --bg-Button-Primary: var(--color-Accent-LightBlue);
  --bg-Button-Primary-Gradient: linear-gradient(252deg, var(--color-Accent-LightBlue) 39.1%, var(--color-Accent-DeepBlue) 129.01%);
  --bg-Field: #1B2740;
  --bg-IconButton: #3F4246;
  --bg-Surface: #111827;

  /* =========================
     Borders
     ========================= */
  --border-Color-Soft: rgba(156, 163, 175, 0.18);
  --border-Color-Medium: rgba(156, 163, 175, 0.24);
  --border-Color-Strong: rgba(156, 163, 175, 0.32);
  --border-Color-Error: rgba(239, 68, 68, 0.75);

  --border-Width-Hairline: 0.7px;
  --border-Width-Default: 1px;

  --border-Soft: var(--border-Width-Default) solid var(--border-Color-Soft);
  --border-Medium: var(--border-Width-Hairline) solid var(--border-Color-Medium);
  --border-Strong: var(--border-Width-Default) solid var(--border-Color-Strong);
  --border-Error: var(--border-Width-Default) solid var(--border-Color-Error);

  /* =========================
     Radius
     ========================= */
  --radius-S: 7px;
  --radius-M: 12px;
  --radius-Button: 14px;
  --radius-L: 18px;
  --radius-XL: 23px;

  /* =========================
     Spacing
     =========================*/
  --space-4: 4px;
  --space-5: 5px;
  --space-6: 6px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-14: 14px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-26: 26px;
  --space-34: 34px;
  --space-36: 36px;
  --space-46: 46px;

  /* =========================
     Effects / Motion
     ========================= */
  --transition-Base: 0.2s ease;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: var(--space-46);
}



body {
  font-family: 'Inter';
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: #F8FAFC;
  min-width: 360px;
}




.temp-spacer {
  min-height: 900px;
  background:
          linear-gradient(180deg, rgba(11, 18, 32, 0.55), rgba(11, 18, 32, 0.9)),
          url("/local/templates/buninsys_local/css/../img/hero-production.png") center / contain no-repeat,
          #0B1220;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* =========================
   Page scroll progress
   ========================= */

.page-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 4px;
  pointer-events: none;
  background: rgba(58, 141, 255, 0.08);
}

.page-scroll-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
          90deg,
          var(--color-Accent-DeepBlue),
          var(--color-Accent-LightBlue),
          var(--color-Accent-Green)
  );
  box-shadow: 0 0 12px rgba(58, 141, 255, 0.75);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
/* End */


/* Start:/local/templates/buninsys_local/css/header.css?178450309318123*/
/* =========================
   Header
   ========================= */

.header {
  position: fixed;
    top: var(--bx-panel-height, 0px);
  left: 0;
  z-index: 1000;

  width: 100%;

  background-color: var(--bg-Dark);

  transition:
    transform var(--transition-Base),
    opacity var(--transition-Base);
}

.header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.header__wrapper {
  width: 100%;
  min-height: 107px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;

  min-width: 0;
}

/* =========================
   Brand
   ========================= */

.header__brand-name {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 4px;
}

.header__brand-title {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  font: 700 34px/34px "Inter", sans-serif;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.header__brand-title-main {
  color: var(--color-Text-Primary);
}

.header__brand-title-accent {
  color: var(--color-Accent-LightBlue);
}

.header__brand-slogan {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  font: 700 9px/10px "Inter", sans-serif;
  letter-spacing: 0.015em;
}

.header__brand-slogan-systems {
  color: var(--color-Accent-LightBlue);
}

.header__brand-slogan-processes {
  color: var(--color-Accent-Green);
}

.header__brand-slogan-result {
  color: var(--color-Text-Primary);
}

.header__brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  flex: 0 0 auto;

  padding: var(--space-12);

  border: 0.5px solid var(--border-Color-Strong);
  border-radius: var(--radius-S);

  color: var(--color-Text-Primary);
  text-decoration: none;

  transition:
    border-color var(--transition-Base),
    opacity var(--transition-Base);
}

.header__brand:hover,
.header__brand:focus-visible {
  border-color: var(--color-Accent-DeepBlue);
}

.header__brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 61px;
  width: 61px;
  height: 61px;

  border-radius: var(--radius-S);
  overflow: hidden;
}

.header__brand-logo-pic {
  display: block;
  width: 61px;
  height: 61px;
  object-fit: cover;
}

.header__brand-content {
  display: inline-flex;
  align-items: center;
  gap: 17px;

  flex: 0 0 auto;
}

.header__brand-title {
  margin: 0;

  font: var(--typo-H3-ExtraBold);
  color: var(--color-Text-Primary);
  white-space: nowrap;
}

.header__brand-divider {
  width: 1px;
  height: 40px;

  flex: 0 0 1px;

  background-color: var(--border-Color-Strong);
}

.header__brand-subtitle {
  margin: 0;

  font: var(--typo-Nav-SemiBold);
  color: var(--color-Text-Secondary);
  white-space: nowrap;
}

/* =========================
   Navigation
   ========================= */

.header__nav {
  display: flex;
  align-items: center;

  flex: 0 1 auto;
  min-width: 0;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 0;

  margin: 0;
  padding: 0;

  list-style: none;
}

.header__item {
  position: relative;

  display: flex;
  align-items: center;

  flex: 0 0 auto;
}

.header__link,
.menu__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);

  min-height: 44px;
  padding: var(--space-10) var(--space-14);

  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;

  font: var(--typo-Nav-SemiBold);
  color: var(--color-Text-Primary);
  text-decoration: none;
  white-space: nowrap;

  cursor: pointer;

  transition:
    border-color var(--transition-Base),
    color var(--transition-Base),
    background-color var(--transition-Base);
}

.header__link:hover,
.header__link:focus-visible,
.menu__btn:hover,
.menu__btn:focus-visible {
  border-color: var(--color-Accent-Green);
}

.menu__btn {
  appearance: none;
  border-color: transparent;
}

/* arrow-down через CSS, если используешь псевдоэлемент */
.icon-arrow--down::after {
  content: "";

  display: inline-block;

  width: 20px;
  height: 17px;

  flex: 0 0 20px;

  background: url("/local/templates/buninsys_local/css/../img/header/chevron-down.svg") center / contain no-repeat;

  transition: transform var(--transition-Base);
}

.header__item--parent:hover .icon-arrow--down::after,
.header__item--parent:focus-within .icon-arrow--down::after {
  transform: rotate(180deg);
}

/* =========================
   Submenu
   ========================= */

.submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;

  min-width: 220px;
  padding: var(--space-8) 0;

  border: var(--border-Soft);
  border-radius: var(--radius-M);

  background-color: var(--bg-Field);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);

  transition:
    opacity var(--transition-Base),
    visibility var(--transition-Base),
    transform var(--transition-Base);
}

.header__item--parent:hover .submenu,
.header__item--parent:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu__list {
  margin: 0;
  padding: 0;

  list-style: none;
}

.submenu__item {
  margin: 0;
}

.submenu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-16);

  padding: var(--space-12) var(--space-16);

  font: var(--typo-Nav-SemiBold);
  color: var(--color-Text-Secondary);
  text-decoration: none;
  white-space: nowrap;

  transition:
    color var(--transition-Base),
    background-color var(--transition-Base);
}

.submenu__link:hover,
.submenu__link:focus-visible {
  color: var(--color-Text-Primary);
  background-color: rgba(248, 250, 252, 0.04);
}

.icon-arrow-right::after {
  content: "";

  display: inline-block;

  width: 8px;
  height: 8px;

  flex: 0 0 8px;

  background: url("/local/templates/buninsys_local/css/../img/header/chevron-down.svg") center / contain no-repeat;
  transform: rotate(-90deg);
}

/* =========================
   Actions
   ========================= */

.header__actions {
  display: inline-flex;
  align-items: center;
  gap: var(--space-26);

  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.header__action {
  display: inline-flex;
  align-items: center;

  flex: 0 0 auto;

  text-decoration: none;
  white-space: nowrap;

  transition: opacity var(--transition-Base);
}

.header__action:hover,
.header__action:focus-visible {
  opacity: 0.82;
}

.header__action--telegram {
  gap: var(--space-5);
}

.header__action--phone {
  gap: var(--space-10);
}

.header__action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;
}

.header__action-icon-pic {
  display: block;
  object-fit: contain;
}

.header__action-icon-pic--telegram {
  width: 33px;
  height: 33px;
}

.header__action-icon-pic--phone {
  width: 33px;
  height: 33px;
}

.header__action-text {
  margin: 0;

  font: var(--typo-Nav-SemiBold);
  white-space: nowrap;
}

.header__action-text--telegram {
  color: var(--color-Accent-DeepBlue);
}

.header__action-text--phone {
  color: var(--color-Text-Primary);
}

/* =========================
   Header button
   ========================= */

.header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-12);

  flex: 0 0 auto;

  min-height: 50px;
  padding: 15px var(--space-14);

  border-radius: var(--radius-Button);

  background: var(--bg-Button-Primary-Gradient);

  color: var(--color-Text-Primary);
  text-decoration: none;
  white-space: nowrap;

  overflow: hidden;

  transition:
    opacity var(--transition-Base),
    transform var(--transition-Base),
    box-shadow var(--transition-Base);
}

.header__button:hover,
.header__button:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(58, 141, 255, 0.25);
}

.header__button-text {
  margin: 0;

  font: var(--typo-Small-SemiBold);
  color: var(--color-Text-Primary);
  white-space: nowrap;
}

.header__button-line {
  width: 0.5px;
  height: 23px;

  flex: 0 0 0.5px;

  background-color: var(--color-Text-Primary);
  opacity: 0.4;
}

.header__button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 20px;

  width: 20px;
  height: 20px;
}

.header__button-arrow-pic {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* =========================
   Burger desktop hidden
   ========================= */

.header__burger {
  display: none;
}


#bx-panel,
#bx-panel-back,
.bx-panel {
  position: relative;
  z-index: 10000 !important;
}


/*body.is-bitrix-user .header {*/
/*  position: relative;*/
/*  top: auto;*/
/*  left: auto;*/
/*  z-index: 1000;*/
/*}*/

/*body.is-bitrix-user .page,*/
/*body.is-bitrix-user .main {*/
/*  padding-top: 0;*/
/*}*/
.header__mobile-menu {
  display: none;
}


/* =========================
   Header adaptive
   ========================= */
@media (max-width: 1790px) {
  .header__brand-divider,
  .header__brand-subtitle {
    display: none;
  }
}





/* 1600: убираем подпись бренда, чтобы сохранить desktop-меню */
@media (max-width: 1600px) {
  /* .header__wrapper {
    gap: var(--space-24);
  } */
  /* .header__brand-divider,
  .header__brand-subtitle {
    display: none;
  } */

  .header__brand-content {
    gap: 0;
  }
}

/* чтобы не было наездов */
@media (max-width: 1574px) {

  /*.header__actions {*/
  /*  gap: 24px; */
  /*}*/
  .header__action-text--telegram {
    display: none;
  }
}

@media (max-width: 1485px) {
  .header__actions {
    gap: 12px;
  }
}


/* 1440: Telegram становится icon-only, остальное ещё desktop */
@media (max-width: 1440px) {

  .header__link,
  .menu__btn {
    padding-inline: var(--space-12);
  }

  /* .header__action-text--telegram {
    display: none;
  } */

  /*.header__actions {*/
  /*  gap: var(--space-26);*/
  /*}*/
}

/* 1200: tablet header */
@media (max-width: 1430px) {
  .header__wrapper {
    min-height: 86px;
  }

  .header__nav {
    display: none;
  }

  .header__brand {
    padding: 7px;
  }

  .header__brand-divider,
  .header__brand-subtitle {
    display: inline-flex;
  }

  .header__brand-content {
    gap: 17px;
  }

  .header__actions {
    gap: var(--space-26);
  }

  .header__action-text--telegram,
  .header__action-text--phone {
    display: none;
  }

  .header__action--telegram,
  .header__action--phone {
    width: 50px;
    height: 50px;

    justify-content: center;

    border-radius: var(--radius-S);
    background-color: var(--bg-IconButton);
  }

  .header__action--telegram,
  .header__action--phone {
    gap: 0;
  }

  .header__action-icon--telegram,
  .header__action-icon--phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header__action-icon-pic--telegram {
    width: 30px;
    height: 30px;
  }

  .header__action-icon-pic--phone {
    width: 24px;
    height: 24px;
  }

  .header__burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 50px;

    width: 50px;
    height: 50px;

    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: var(--radius-S);
    background-color: var(--bg-Surface);

    cursor: pointer;
  }

  .header__burger-lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }

  .header__burger-line {
    display: block;

    width: 26px;
    height: 2px;

    border-radius: 10px;
    background-color: var(--color-Text-Primary);
  }

  /*body.is-menu-open::before {*/
  /*  content: "";*/
  /*  position: fixed;*/
  /*  inset: 0;*/
  /*  z-index: 1500;*/
  /*  background: rgba(2, 11, 26, 0.58);*/
  /*  backdrop-filter: blur(3px);*/
  /*}*/

  .header__mobile-menu {
    position: fixed;
    top: calc(var(--header-height, 86px) + 12px);
    right: 16px;
    z-index: 2000;

    display: block;
    width: 360px;
    max-width: calc(100vw - 32px);
    padding: 24px;
    border: 1px solid rgba(96, 165, 250, 0.35);
    border-radius: 18px;

    background: rgba(2, 11, 26, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(12px);

    opacity: 0;
    pointer-events: none;
    transform: translateX(24px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .header.is-menu-open .header__mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .header__mobile-list {
    display: flex;
    flex-direction: column;
    gap: 0;

    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header__mobile-link {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 15px 0;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #F8FAFC;
    text-decoration: none;
  }

  .header__mobile-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .header__mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 14px;

    background: var(--bg-Button-Primary-Gradient);
    color: var(--color-Text-Primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }

  .header__mobile-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: currentColor;
  }

  .header__mobile-cta-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/message.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/message.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }

  .header.is-menu-open .header__burger-line--top {
    transform: translateY(9px) rotate(45deg);
  }

  .header.is-menu-open .header__burger-line--middle {
    opacity: 0;
  }

  .header.is-menu-open .header__burger-line--bottom {
    transform: translateY(-9px) rotate(-45deg);
  }

  .header__burger-line {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  body.is-menu-open {
    overflow: hidden;
  }

  .header__mobile-menu {
    max-height: calc(100dvh - var(--header-height, 86px) - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .header {
    z-index: 3000;
  }

  body.is-menu-open::before {
    content: "";
    position: fixed;
    top: var(--header-height, 86px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;

    background: rgba(2, 11, 26, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    pointer-events: none;
  }

  .header__mobile-menu {
    z-index: 3100;
  }

}

@media (max-width: 1200px) and (max-height: 500px) {
  .header__mobile-menu {
    top: calc(var(--header-height, 86px) + 8px);
    right: 16px;

    width: 340px;
    max-height: calc(100dvh - var(--header-height, 86px) - 16px);
    padding: 18px;
  }

  .header__mobile-link {
    padding: 10px 0;
    font-size: 17px;
    gap: 14px;
  }

  .header__mobile-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .header__mobile-cta {
    margin-top: 12px;
    padding: 14px 16px;
    font-size: 17px;
  }

  .header__mobile-cta-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
}

@media (max-width: 1184px) {
  .header .wrapper {
    padding-inline: 26px;
  }
}

/* 1040: CTA уже не помещается устойчиво */
@media (max-width: 1040px) {
  .header__button {
    display: none;
  }
}

/* 900 / 844 landscape: компактные поля */
@media (max-width: 900px) {
  /*.header .wrapper {*/
  /*  padding-inline: var(--space-16);*/
  /*}*/

  .header__wrapper {
    min-height: 86px;
  }

  .header__brand {
    padding: 7px;
  }

  .header__actions {
    gap: var(--space-26);
  }
}

@media (max-width: 790px){

  .header__brand-content {
    padding-right: 7px;
  }

  .header__brand-divider,
  .header__brand-subtitle {
    display: none;
  } 
}

@media (max-width: 550px) {
  .header__brand-content {
    display: none;
  }
}

/* 390: только логотип + 3 кнопки */
@media (max-width: 480px) {
  .header .wrapper {
    padding-inline: var(--space-16);
  }

  /* .header__brand-content {
    display: none;
  } */

  .header__brand {
    padding: 7px;
  }

  .header__brand-logo {
    flex-basis: 61px;
    width: 61px;
    height: 61px;
  }

  .header__brand-logo-pic {
    width: 61px;
    height: 61px;
  }

  .header__actions {
    gap: var(--space-26);
  }
}

/* 360 и меньше: страховка, если будет тесно */
@media (max-width: 360px) {
  .header__actions {
    gap: var(--space-16);
  }

  .header__action--telegram,
  .header__action--phone,
  .header__burger {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .header__brand-logo,
  .header__brand-logo-pic {
    width: 56px;
    height: 56px;
  }


}
/* End */


/* Start:/local/templates/buninsys_local/css/hero.css?178386529724285*/
/* ==============================
   HERO
   Auto Layout CSS
============================== */

:root {
    --header-height: 107px;

    --color-Accent-Blue: #3B82F6;
    --color-Accent-DeepBlue: #3A8DFF;
    --color-Accent-LightBlue: #6CA8FF;
    --color-Accent-Green: #22C55E;
    --color-Text-Primary: #F8FAFC;
    --color-Text-Secondary: #9CA3AF;

    --bg-Button-Primary-Gradient: linear-gradient(
            252deg,
            var(--color-Accent-LightBlue) 39.1%,
            var(--color-Accent-DeepBlue) 129.01%
    );

    --border-Color-Soft: rgba(156, 163, 175, 0.18);
    --border-Color-Medium: rgba(156, 163, 175, 0.24);
    --border-Color-Strong: rgba(156, 163, 175, 0.32);

    --radius-S: 7px;
    --radius-M: 12px;
    --radius-Button: 14px;
}

.main,
.page {
    padding-top: var(--header-height, 107px);
}

.temp-spacer {
    display: none;
}

.hero,
.hero *,
.hero *::before,
.hero *::after {
    box-sizing: border-box;
}

.hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
            radial-gradient(circle at 18% 20%, rgba(0, 120, 255, 0.12), transparent 34%),
            radial-gradient(circle at 78% 28%, rgba(0, 190, 255, 0.08), transparent 32%),
            linear-gradient(135deg, #030814 0%, #061224 48%, #020711 100%);
}

.hero .wrapper.hero__wrapper {
    --hero-content-width: 700px;

    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    min-height: 942px;
    margin: 0 auto;
    padding: 20px 46px 0;
}

/* ==============================
   MAIN LAYOUT
============================== */

.hero__main {
    display: flex;
    width: 100%;
    min-height: 674px;
}

.hero__content {
    display: flex;
    flex-direction: column;
    flex: 0 0 var(--hero-content-width);
    width: var(--hero-content-width);
    min-height: 674px;
    gap: 17px;
}

.hero__visual {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 664px;
}

.hero__bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 248px;
    gap: 18px;
}

/* ==============================
   TAGS
============================== */

.hero__tags {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 43px;
    margin: 0;
    padding: 0;
    gap: 10px 20px;
    list-style: none;
}

.hero__tag {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 6px 12px;
    gap: 7px;
    border: 1px solid rgba(55, 142, 235, 0.42);
    border-radius: 8px;
    background: rgba(13, 27, 49, 0.88);
    color: rgba(239, 247, 255, 0.92);
    font: 500 14px/1.35 "Inter", sans-serif;
    white-space: nowrap;
}

.hero__tag-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #2f86ff;
}

.hero__tag-icon::before {
    content: "";
    display: block;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.hero__tag-icon--1c {
    width: 30px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    color: #1ed68c;
}

.hero__tag-icon--1c::before {
    width: 30px;
    height: 20px;
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/1s.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/1s.svg");
}

.hero__tag-icon:not(.hero__tag-icon--1c),
.hero__tag-icon:not(.hero__tag-icon--1c)::before {
    width: 20px;
    height: 20px;
}

.hero__tag-icon--cost::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/hero/tag-cost.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/hero/tag-cost.svg");
}

.hero__tag-icon--calc::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/price.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/price.svg");
}

.hero__tag-icon--factory::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
}

/* ==============================
   TITLE / TEXT
============================== */

.hero__title {
    width: 100%;
    min-height: 99px;
    margin: 0;
    color: #ffffff;
    font: var(--typo-H1-ExtraBold);
    letter-spacing: -0.025em;
}

.hero__title span {
    color: #2f86ff;
}

.hero__text {
    width: 100%;
    min-height: 120px;
    margin: 0;
    color: rgba(226, 238, 250, 0.76);
    font: 400 24px/32px "Inter", sans-serif;
}

/* ==============================
   ACTIONS / BUTTONS
============================== */

.hero__actions {
    display: flex;
    align-items: center;
    width: 100%;
    height: 118px;
    gap: 20px;
}

.hero__button {
    display: inline-flex;
    max-width: 100%;
    text-decoration: none;
    box-sizing: border-box;
}

.hero__button--primary {
    width: 445px;
    height: 118px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f8fafc;
}

.hero__button-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    padding: 5px;
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px rgba(156, 163, 175, 0.24);
}

.hero__button-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    padding: 15px 14px;
    gap: 10px;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(248.31deg, #6ca8ff 39.097%, #3a8dff 129.01%);
}

.hero__button--primary .hero__button-text {
    display: block;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    color: #f8fafc;
    font: 600 24px/36px "Inter", sans-serif;
    text-align: left;
    white-space: nowrap;
}

.hero__button--primary .hero__button-line {
    position: relative;
    display: block;
    flex: 0 0 0;
    width: 0;
    height: 46px;
    background: transparent;
}

.hero__button--primary .hero__button-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 46px;
    background: rgba(248, 250, 252, 0.45);
}

.hero__button--primary .hero__button-line img {
    display: none;
}

.hero__button--primary .hero__button-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
}

.hero__button-arrow-pic {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero__button--secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 70px;
    padding: 0;
    border: 1px solid rgba(86, 166, 244, 0.36);
    border-radius: 14px;
    background: rgba(6, 19, 36, 0.72);
    color: rgba(244, 249, 255, 0.94);
    text-align: center;
}

.hero__button--secondary .hero__button-text {
    display: block;
    color: rgba(244, 249, 255, 0.94);
    font: 600 16px/20px "Inter", sans-serif;
    white-space: nowrap;
}

.hero__button:hover {
    transform: translateY(-2px);
}

.hero__button--primary:hover .hero__button-bg {
    box-shadow: 0 18px 42px rgba(0, 113, 255, 0.28);
}

.hero__button--secondary:hover {
    border-color: rgba(86, 166, 244, 0.7);
    background: rgba(9, 29, 55, 0.82);
}

/* ==============================
   TRUST
============================== */

.hero__trust {
    display: flex;
    width: 100%;
    height: 98px;
    margin: 0;
    padding: 10px 0;
    gap: 15px;
    list-style: none;
}

.hero__trust-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 223.333px;
    height: 78px;
    padding: 10px;
    border: 1px solid rgba(86, 166, 244, 0.24);
    border-radius: 8px;
    background: rgba(5, 17, 33, 0.68);
}

.hero__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: var(--color-Accent-Blue);
}

.hero__trust-icon::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.hero__trust-icon--experience::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
}

.hero__trust-icon--rating::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/hero/trust-rating.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/hero/trust-rating.svg");
}

.hero__trust-icon--direct::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
}

.hero__trust-text {
    flex: 1;
    color: rgba(240, 248, 255, 0.92);
    font: 600 15px/20px "Inter", sans-serif;
    text-align: center;
}

/* ==============================
   COMPARE
============================== */

.hero-compare {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 664px;
    padding-left: 10px;
    box-sizing: border-box;
}

.hero-compare__before-col,
.hero-compare__after-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 644px;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid rgba(150, 194, 244, 0.5);
    border-radius: 8px;
    background: rgba(6, 18, 34, 0.42);
}

.hero-compare__before-col {
    flex: 0 0 41%;
}

.hero-compare__after-col {
    flex: 1 1 auto;
}

.hero-compare__arrow {
    position: relative;
    flex: 0 0 37px;
    width: 37px;
    height: 644px;
    margin-top: 20px;
    z-index: 5;
    pointer-events: none;
}

.hero-compare__arrow-line,
.hero-compare__arrow-head {
    display: none;
}

.hero-compare__head {

    justify-content: flex-start;
    padding-top: 10px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 121px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.hero-compare__after-col .hero-compare__head {
    margin-bottom: 8px;
}

.hero-compare__title {
    margin: 0 0 7px;
    color: #ffffff;
    font: 800 30px/36px "Inter", sans-serif;
    text-align: center;
    letter-spacing: -0.02em;
}

.hero-compare__head--after .hero-compare__title {
    color: #2f86ff;
}

.hero-compare__text {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    color: rgba(234, 244, 255, 0.9);
    font: 600 18px/24px "Inter", sans-serif;
    text-align: center;
}

.hero-compare__content {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 6px;
    background: transparent;
}

.hero-compare__content picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-compare__image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

.hero-compare__arrow::before,
.hero-compare__arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-compare__arrow::before {
    width: 110px;
    height: 80px;
    background: #3a8dff;
    clip-path: polygon(
            12% 26%,
            61% 26%,
            61% 0,
            100% 50%,
            61% 100%,
            61% 74%,
            12% 74%
    );
    filter: drop-shadow(0 0 10px rgba(95, 175, 255, 0.35));
}

.hero-compare__arrow::after {
    width: 100px;
    height: 60px;
    background: #4cd18d;
    clip-path: polygon(
            20% 35%,
            70% 35%,
            70% 20%,
            90% 50%,
            70% 80%,
            70% 65%,
            20% 65%
    );
}

/* ==============================
   BENEFITS
============================== */

.hero__benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 140px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(86, 166, 244, 0.22);
    border-radius: 8px;
    background: rgba(5, 16, 31, 0.58);
    list-style: none;
}

.hero-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 0;
    min-width: 0;
    min-height: 120px;
    padding: 10px 20px;
    gap: 20px;
}

.hero__benefit-divider {
    flex: 0 0 1px;
    width: 1px;
    height: 102px;
    background: rgba(140, 196, 255, 0.2);
}

.hero-benefit__icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    color: #2f86ff;
}

.hero-benefit__icon::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.hero-benefit__icon--speed::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/clock.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/clock.svg");
}

.hero-benefit__icon--product::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/product.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/product.svg");
}

.hero-benefit__icon--docs::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/docs.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/docs.svg");
}

.hero-benefit__icon--profit {
    color: #20d76f;
}

.hero-benefit__icon--profit::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/profit.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/profit.svg");
}

.hero-benefit__content {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    height: 100%;
    gap: 7px;
    opacity: 0.7;
}

.hero-benefit__title {
    margin: 0;
    color: #ffffff;
    font: 500 22px/24px "Inter", sans-serif;
}

.hero-benefit__text {
    margin: 0;
    color: rgba(222, 236, 250, 0.68);
    font: 400 14px/19px "Inter", sans-serif;
}

/* ==============================
   NOTE
============================== */

.hero__note {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    border-top: 1px solid rgba(140, 196, 255, 0.18);
}

.hero__note-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1104px;
    min-height: 50px;
}

.hero__note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    color: var(--color-Text-Secondary);
}

.hero__note-icon::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: currentColor;
    mask: url("/local/templates/buninsys_local/css/../img/icons/shield.svg") center / contain no-repeat;
    -webkit-mask: url("/local/templates/buninsys_local/css/../img/icons/shield.svg") center / contain no-repeat;
}

.hero__note-text {
    margin: 0;
    color: var(--color-Text-Secondary);
    font: 500 18px/24px "Inter", sans-serif;
    text-align: center;
}

/* ==============================
   1440
============================== */

@media (max-width: 1440px) {
    .hero .wrapper.hero__wrapper {
        --hero-content-width: 641px;
    }

    .hero__button--primary {
        width: 382px;
    }

    .hero__button-bg {
        /*gap: 15px;*/
        background: linear-gradient(251.21deg, #6ca8ff 39.097%, #3a8dff 129.01%);
    }

    .hero__button--primary .hero__button-text {
        font: 600 20px/36px "Inter", sans-serif;
    }

    .hero__button--secondary {
        width: 231px;
    }

    /* .hero-compare__head {

   } */

}

/* ==============================
   TABLET HEADER
============================== */

@media (max-width: 1430px) {
    :root {
        --header-height: 86px;
    }

    .hero .wrapper.hero__wrapper {
        /*gap: 16px;*/
        --hero-content-width: 581px;
    }

    .hero__title {
        font-size: 48px;
        line-height: 60px;
    }

    .hero__text {
        font-size: 20px;
        line-height: 30px;
    }

}

/* ==============================
   1200
============================== */

@media (max-width: 1200px) {






    /* .hero__button--primary {
        width: 334px;
    }

    .hero__button-bg {
        background: linear-gradient(253.5deg, #6ca8ff 39.097%, #3a8dff 129.01%);
    }

    .hero__button--primary .hero__button-text {
        width: 193px;
        font: 600 20px/29px "Inter", sans-serif;
        text-align: center;
        white-space: normal;
    } */

    .hero__benefits {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, 110px);
        min-height: 241px;
        gap: 1px 0;
        align-items: stretch;
        justify-content: stretch;
    }

    .hero__benefit-divider {
        display: none;
    }

    .hero-benefit {
        position: relative;
        justify-content: flex-start;
        width: auto;
        min-height: 110px;
        padding: 10px 20px;
    }

    .hero-benefit:nth-child(1)::after,
    .hero-benefit:nth-child(5)::after {
        content: "";
        position: absolute;
        left: 22px;
        right: 22px;
        bottom: -1px;
        display: block;
        height: 1px;
        background: rgba(156, 163, 175, 0.32);
    }

    .hero-benefit__content {
        flex: 1 1 0;
        height: 90px;
    }
}

/* ==============================
   844
============================== */

@media (max-width: 1184px) {
    .hero .wrapper.hero__wrapper {
        gap: 16px;
        min-height: 0;
        padding: 10px 26px 0;
    }

    .hero__main {
        flex-direction: column;
        min-height: 0;
    }

    .hero__content,
    .hero__visual,
    .hero__bottom {
        width: 100%;
        min-height: 0;
    }

    .hero__content {
        flex: 0 0 auto;
        align-items: center;
    }

    .hero__visual {
        flex: 0 0 auto;
    }

    .hero-compare {
        flex-direction: row;
        width: 100%;
        height: auto;
        aspect-ratio: 1128 / 664;
        padding-left: 0;
    }

    .hero-compare__before-col,
    .hero-compare__after-col,
    .hero-compare__arrow {
        height: 100%;
        margin-top: 0;
    }

    .hero-compare__before-col {
        flex: 0 0 41%;
    }

    .hero-compare__after-col {
        flex: 1 1 auto;
    }

    .hero-compare__head {
        padding-top: 0;
    }

    .hero-compare__content {
        height: auto;
    }

    .hero-compare__content picture,
    .hero-compare__image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .hero__button--primary {
        width: 403px;
        height: 100px;
    }

    .hero__button-action {
        height: 100px;
        padding: 0;
        border-radius: 14px;
        box-shadow: none;
    }

    .hero__button-bg {
        background: linear-gradient(249.77deg, #6ca8ff 39.097%, #3a8dff 129.01%);
    }

    .hero__button--primary .hero__button-text {
        width: auto;
        font: 600 20px/36px "Inter", sans-serif;
        white-space: nowrap;
    }

    .hero__benefits {
        min-height: 0;
        grid-template-rows: repeat(2, minmax(132px, auto));
        row-gap: 16px;
        overflow: visible;
    }

    .hero-benefit {
        min-height: 132px;
        height: auto;
        align-items: center;
        padding: 14px 20px;
    }

    .hero-benefit__content {
        height: auto;
        min-height: 0;
        justify-content: center;
    }

    .hero-benefit__title {
        margin-bottom: 6px;
        line-height: 1.16;
    }

    .hero-benefit__text {
        line-height: 1.28;
    }
}

/* ==============================
   700
============================== */

@media (max-width: 700px) {

    .hero__tags {
        gap: 10px;
    }

    .hero__tag {
        zoom: 0.67;
    }

    .hero__content {
        align-items: center;
        text-align: center;
    }

    .hero__title {
        font-size: 24px;
        line-height: 33px;
    }

    .hero__text {
        font: 400 15px/24px "Inter", sans-serif;
    }

    .hero .wrapper.hero__wrapper {
        gap: 17px;
    }

    .hero-compare {
        flex-direction: column;
        height: auto;
        aspect-ratio: auto;
        padding-left: 0;
    }

    .hero-compare__before-col,
    .hero-compare__after-col {
        width: 100%;
        height: auto;
        flex: 0 0 auto;
        margin-top: 0;
    }

    .hero-compare__content {
        flex: 0 0 auto;
        height: auto;
    }

    .hero-compare__content picture,
    .hero-compare__image {
        width: 100%;
        height: auto;
    }

    .hero-compare__arrow {
        width: 100%;
        height: 80px;
        flex: 0 0 80px;
        margin-top: 0;
    }

    .hero-compare__arrow::before,
    .hero-compare__arrow::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .hero__benefits {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        grid-template-columns: none;
        grid-template-rows: none;
        grid-auto-flow: initial;
        min-height: 0;
        padding: 20px;
        gap: 24px;
        overflow: visible;
    }

    .hero-benefit {
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        min-height: 0;
        padding: 0;
        flex: 0 0 auto;
    }

    .hero-benefit::after,
    .hero__benefit-divider {
        display: none !important;
    }

    .hero-benefit__icon,
    .hero-benefit__icon::before {
        width: 40px;
        height: 40px;
    }

    .hero-benefit__icon {
        flex: 0 0 40px;
        margin-top: 0;
    }

    .hero-benefit__content {
        flex: 1 1 auto;
        height: auto;
        min-height: 0;
    }

    .hero-benefit__text {
        font: 700 15px/20px "Inter", sans-serif;
    }

    .hero__note-text {
        font: 500 14px/24px "Inter", sans-serif;
    }

    .hero__actions {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        gap: 20px;
    }

    .hero__trust {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .hero__trust-item {
        width: 100%;
    }

    .hero__button--primary {
        width: 100%;
        height: 118px;
    }

    .hero__button--secondary {
        width: 100%;
        height: 70px;
    }

}

/* ==============================
   390
============================== */

@media (max-width: 390px) {

    .hero__actions {
        padding: 0 15px;
    }



    .hero__button-action {
        height: 110px;
        padding: 5px;
        border-radius: 15px;
        box-shadow: inset 0 0 0 1px rgba(156, 163, 175, 0.24);
    }

    .hero__button-bg {
        background: linear-gradient(255.39deg, #6ca8ff 39.097%, #3a8dff 129.01%);
    }

    .hero__button--primary .hero__button-text {
        width: 194px;
        font: 600 20px/29px "Inter", sans-serif;
        text-align: center;
        white-space: normal;
    }
}

/* End */


/* Start:/local/templates/buninsys_local/css/cookie-consent.css?17831711292483*/
.cookie-consent {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9500;
    font-family: inherit;
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid rgba(16, 19, 32, 0.08);
    border-radius: 24px;
    background: #ffffff;
    color: #101320;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-consent__text {
    max-width: 700px;
}

.cookie-consent__title {
    display: block;
    margin-bottom: 6px;
    color: #101320;
    font-size: 16px;
    line-height: 1.3;
}

.cookie-consent__description {
    margin: 0;
    color: rgba(16, 19, 32, 0.7);
    font-size: 14px;
    line-height: 1.45;
}

.cookie-consent__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-consent__link {
    color: #185fff;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.cookie-consent__link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-consent__button {
    border: 0;
    border-radius: 999px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.cookie-consent__button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.cookie-consent__button--primary {
    background: #185fff;
    color: #ffffff;
}

.cookie-consent__button--secondary {
    background: rgba(16, 19, 32, 0.08);
    color: #101320;
}

@media (max-width: 844px) {
    .cookie-consent {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .cookie-consent__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        border-radius: 22px;
    }

    .cookie-consent__actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .cookie-consent__button {
        flex: 1 1 auto;
    }
}

@media (max-width: 390px) {
    .cookie-consent__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-consent__link {
        text-align: center;
    }

    .cookie-consent__button {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/buninsys_local/css/footer.css?178325063912187*/
/* =========================
   Footer
   ========================= */

.footer {
  color: var(--color-Text-Secondary, #9ca3af);
  background: linear-gradient(
    -77deg,
    #1b3055 0%,
    #1c2b46 12%,
    #202a3c 88%,
    #171f2f 100%
  );
  overflow: hidden;
}

.footer .wrapper {
  padding-left: clamp(16px, 2.4vw, 46px);
  padding-right: clamp(16px, 2.4vw, 46px);
}

.footer__frame {
  width: 100%;
  padding: clamp(30px, 2.6vw, 50px) clamp(0px, 1vw, 20px);
  box-sizing: border-box;
}

/* =========================
   Top
   ========================= */

.footer__top {
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 1fr);
  gap: 0;
  width: 100%;
  padding-bottom: 45px;
  border-bottom: 0.7px solid rgba(156, 163, 175, 0.7);
  box-sizing: border-box;
}

.footer__brand-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(25px, 2vw, 37px);
  min-width: 315px;
  padding-right: clamp(30px, 3vw, 70px);
  box-sizing: border-box;
}

.footer__nav-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.32fr);
  min-width: 0;
}

/* =========================
   Brand
   ========================= */

.footer__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;

  width: 315px;
  min-width: 315px;
  height: 91px;
  min-height: 91px;
  flex: 0 0 auto;

  border: 1px solid rgba(156, 163, 175, 0.18);
  border-radius: 7px;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
}

.footer__brand-logo {
  display: block;
  width: 61px;
  height: 61px;
  flex: 0 0 61px;
  border-radius: 7px;
  overflow: hidden;
}

.footer__brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__brand-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.footer__brand-title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
}

.footer__brand-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #9ca3af;
  white-space: nowrap;
}

.footer__description {
  max-width: 343px;
  margin: 0;
  padding-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #9ca3af;
  box-sizing: border-box;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: clamp(23px, 2vw, 45px);
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #3f4246;
  text-decoration: none;
  overflow: hidden;
}

.footer__social--telegram,
.footer__social--phone,
.footer__social--email {
  padding: 10px;
}


.footer__social-icon,
.footer__social-icon img {
  display: block;
}

/* =========================
   Menu
   ========================= */

.footer__menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  min-width: 0;
  border-left: 0.7px solid rgba(156, 163, 175, 0.1);
}

.footer__column,
.footer__contacts-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 43px;
  min-width: 0;
  padding-left: clamp(30px, 3.4vw, 70px);
  padding-right: clamp(20px, 3vw, 70px);
  box-sizing: border-box;
}

.footer__column + .footer__column,
.footer__contacts-column {
  border-left: 0.7px solid rgba(156, 163, 175, 0.18);
}

.footer__column-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.footer__column-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer__column-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.footer__column-toggle-icon {
  display: block;
  width: 20px;
  height: 12px;
  border: none;
  opacity: 0.7;
    background-image: url("/local/templates/buninsys_local/css/../img/footer/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer__list,
.footer__contacts-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__item {
  margin: 0;
  padding: 0;
}

.footer__link,
.footer__contact-link,
.footer__contact-text {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: none;
}

.footer__link:hover,
.footer__contact-link:hover,
.footer__legal-link:hover {
  color: #3a8dff;
}

/* =========================
   Contacts
   ========================= */

.footer__contacts-list {
  width: 100%;
}

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
}

.footer__contact-icon img {
  display: block;
  width: 25px;
  height: 25px;
}

.footer__contact-link,
.footer__contact-text {
  display: block;
  min-width: 0;
  white-space: nowrap;
}

.footer__contact-text {
  max-width: 275px;
}

/* =========================
   Bottom
   ========================= */

.footer__bottom {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(320px, 1fr) minmax(220px, 0.7fr);
  align-items: start;
  column-gap: clamp(30px, 5vw, 189px);
  width: 100%;
  padding-top: 45px;
  box-sizing: border-box;
}

.footer__copyright {
  margin: 0;
  max-width: 401px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #9ca3af;
}

.footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 50px);
  min-width: 0;
}

.footer__legal-link {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #9ca3af;
  text-decoration: none;
  white-space: nowrap;
}

.footer__made {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 15px;
  min-width: 0;
}

.footer__made-text {
  display: block;
  max-width: 317px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #9ca3af;
  text-align: right;
}

.footer__made-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
}

.footer__made-icon img {
  display: block;
  width: 27px;
  height: 27px;
}

/* =========================
   Tablet / compact footer
   ========================= */

/* @media (max-width: 1280px) {
.footer__privacy-link {
  width: 199px;
}

.footer__terms-link {
  width: 209px;
}
} */

@media (max-width: 1410px) and (min-width: 1201px) {
  .footer__top {
    grid-template-columns: 315px minmax(0, 1fr);
  }

  .footer__brand-column {
    min-width: 315px;
    padding-right: 24px;
  }

  .footer__description {
    max-width: 270px;
  }

  .footer__nav-area {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .footer__menu {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
  }

  .footer__column,
  .footer__contacts-column {
    padding-left: 24px;
    padding-right: 16px;
  }

  .footer__contact-text {
    max-width: 180px;
  }

}


@media (max-width: 1300px) {
  .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .footer__copyright,
  .footer__made-text {
    max-width: none;
    text-align: center;
  }

  .footer__legal {
    flex-direction: column;
    gap: 10px;
  }

  .footer__made {
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .footer__frame {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer__top {
    grid-template-columns: minmax(0, 457px) minmax(280px, 347px);
    justify-content: center;
    padding-bottom: 30px;
  }

  .footer__brand-column {
    min-width: 315px;
    gap: 25px;
    padding-right: 40px;
    border-right: 1px solid rgba(156, 163, 175, 0.18);
  }

  .footer__description {
    max-width: 404px;
    padding-top: 4px;
  }

  .footer__socials {
    padding-left: 50px;
  }

  .footer__nav-area {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .footer__menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: none;
  }

  .footer__column,
  .footer__contacts-column {
    width: 100%;
    min-height: 58px;
    gap: 0;
    padding: 17px 20px 17px 30px;
    border-left: none;
    border-right: none;
  }

  .footer__column + .footer__column,
  .footer__contacts-column {
    border-left: none;
  }

  .footer__column-toggle {
    display: flex;
  }

  .footer__list,
  .footer__contacts-list {
    display: none;
  }


  .footer__column.is-open .footer__list,
  .footer__contacts-column.is-open .footer__contacts-list {
    display: flex !important;
    padding-left: 0;
    margin-top: 17px;
    gap: 17px;
  }

  .footer__column.is-open .footer__link,
  .footer__contacts-column.is-open .footer__contact-link,
  .footer__contacts-column.is-open .footer__contact-text {
    color: var(--color-Accent-Blue);
  }

  .footer__column.is-open .footer__link:hover,
  .footer__contacts-column.is-open .footer__contact-link:hover {
    color: var(--color-Accent-Green);
  }

  .footer__column.is-open .footer__item,
  .footer__contacts-column.is-open .footer__contact-item {
    position: static;
  }

  .footer__column.is-open .footer__item::before,
  .footer__contacts-column.is-open .footer__contact-item::before {
    display: none;
  }

  .footer__column.is-open .footer__column-toggle-icon,
  .footer__contacts-column.is-open .footer__column-toggle-icon {
    transform: rotate(180deg);
  }

  .footer__column-toggle-icon {
    transition: transform 0.2s ease;
  }
  /* .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .footer__copyright,
  .footer__made-text {
    max-width: none;
    text-align: center;
  }

  .footer__legal {
    flex-direction: column;
    gap: 10px;
  }

  .footer__made {
    justify-content: center;
  } */
}

/* =========================
   Mobile
   ========================= */

@media (max-width: 824px) {
  .footer__top {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer__brand-column {
    width: 100%;
    gap: 17px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: none;
  }

  .footer__brand {
    width: 315px;
  }

  .footer__description {
    max-width: 349px;
    font-size: 15px;
    line-height: 24px;
  }

  .footer__nav-area {
    width: 100%;
    border-top: 1px solid rgba(156, 163, 175, 0.18);
  }

  .footer__column,
  .footer__contacts-column {
    padding: 17px 20px 17px 30px;
  }

  .footer__bottom {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .footer__copyright,
  .footer__legal-link,
  .footer__made-text {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
  }
}

/* Debug: удалить перед продом */
.debug-after-footer {
  height: 700px;
  background: #091325;
  border-top: 2px dashed #3a8dff;
}
/* End */


/* Start:/local/templates/buninsys_local/css/lead-form.css?178325018526406*/
/* =========================
   Lead Form / Wide
   ========================= */

.lead-form {
  padding: 46px 0;
  color: var(--color-Text-Primary, #f8fafc);
  background: #091325 radial-gradient(
    145.4% 96.54% at 82.58% 50%,
    #4bb1e9 5.85%,
    #111827 28.84%,
    #091325 70.77%
  );
  overflow: hidden;
}

.lead-form .wrapper {
  position: relative;
  z-index: 1;
}

.lead-form__inner {
  width: 100%;
  padding: 0 clamp(20px, 2.6vw, 50px);
  box-sizing: border-box;
}

.lead-form__frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 50px;
  border: 0.7px solid rgba(156, 163, 175, 0.24);
  border-radius: 23px;
  background: linear-gradient(
    282deg,
    #1b3055 0%,
    #1c2b46 12.019%,
    #202a3c 88.462%,
    #171f2f 100%
  );
  box-sizing: border-box;
  overflow: hidden;
}

/* =========================
   Top
   ========================= */

.lead-form__top {
  display: grid;
  grid-template-columns:
    minmax(420px, 510px)
    0.7px
    minmax(160px, 260px)
    0.7px
    minmax(160px, 260px)
    0.7px
    minmax(160px, 260px);
  align-items: start;
  justify-content: space-between;
  gap: 0;
  width: 100%;
}

.lead-form__intro {
  width: 100%;
  min-width: 0;
}

.lead-form__title {
  margin: 0 0 28px;
  font: var(--typo-H2-Bold);
  color: var(--color-Text-Primary);
}

.lead-form__title span {
  color: var(--color-Text-Accent);
}

.lead-form__text {
  margin: 0;
  font: var(--typo-Body-SemiBold);
  color: var(--color-Text-Secondary);
}

.lead-form__divider {
  display: block;
  width: 0.7px;
  height: 193px;
  align-self: center;
  background: rgba(156, 163, 175, 0.18);
}

.lead-form__feature {
  width: 100%;
  min-width: 0;
}

.lead-form__feature-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.lead-form__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
}

.lead-form__feature-icon img {
  display: block;
  width: 90px;
  height: 90px;
}

.lead-form__feature-title {
  margin: 0 0 15px;
  font: var(--typo-Body-SemiBold);
  color: var(--color-Text-Primary);
}

.lead-form__feature-text {
  margin: 0;
  font: var(--typo-Small-Bold);
  color: var(--color-Text-Secondary);
}

/* =========================
   Bottom
   ========================= */

.lead-form__bottom {
  width: 100%;
}

.lead-form__form {
  display: block;
  width: 100%;
}

.lead-form__form-main {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(260px, 1fr) minmax(280px, 474px);
  align-items: start;
  gap: clamp(30px, 2.6vw, 50px);
  width: 100%;
}

.lead-form__fields {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.lead-form__field-group {
  position: relative;
  width: 100%;
  min-width: 0;
}

.lead-form__field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  border: 0.7px solid rgba(156, 163, 175, 0.24);
  border-radius: var(--radius-S, 7px);
  background: var(--bg-Field, #1b2740);
  box-sizing: border-box;
  overflow: hidden;
}

.lead-form__field--name,
.lead-form__field--contact {
  padding: 0 14px 0 50px;
}

.lead-form__field--textarea {
  height: 118px;
  align-items: flex-start;
  padding: 14px 14px 14px 50px;
}

.lead-form__field-icon {
  position: absolute;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--color-Text-Secondary);
  pointer-events: none;
}

.lead-form__field-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.lead-form__field-icon--textarea{
  top: 17px;
  /*transform: none;*/
}

.lead-form__field-icon--name::before {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
}

.lead-form__field-icon--contact::before {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/phone.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/phone.svg");
}

.lead-form__field-icon--textarea::before {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/message.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/message.svg");
}

.lead-form__field-icon img {
  display: block;
  width: 27px;
  height: 27px;
}

.lead-form__input,
.lead-form__textarea {
  width: 100%;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font: var(--typo-Form-Placeholder, var(--typo-Body-Regular));
  color: var(--color-Text-Primary, #f8fafc);
}

.lead-form__input::placeholder,
.lead-form__textarea::placeholder {
  color: var(--color-Text-Secondary, #9ca3af);
}

.lead-form__input {
  height: 34px;
}

.lead-form__textarea {
  height: 90px;
  padding: 0;
  resize: none;
}

/* =========================
   Button
   ========================= */

.lead-form__action-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 118px;
  min-width: 0;
}

.lead-form__action {
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(156, 163, 175, 0.24);
  border-radius: 15px;
  box-sizing: border-box;
}

.lead-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  width: 100%;
  height: 100px;
  padding: 15px 14px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(247deg, #6ca8ff 39.097%, #3a8dff 129.01%);
  color: var(--color-Text-Primary, #f8fafc);
  white-space: normal;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lead-form__button:hover,
.lead-form__button:focus-visible {
  opacity: 0.94;
  transform: translateY(-1px);
}

.lead-form__button-text {
  font: var(--typo-Button-Large);
  color: var(--color-Text-Primary);
}

.lead-form__button-line {
  width: 0.7px;
  height: 46px;
  background: rgba(248, 250, 252, 0.35);
  flex: 0 0 auto;
}

.lead-form__button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.lead-form__button-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

/* =========================
   Consent
   ========================= */

.lead-form__consent-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: start;
  gap: 20px;
  width: 100%;
  margin-top: 18px;
}

.lead-form__consent-wrap {
  position: relative;
  min-width: 0;
  padding-bottom: 20px;
}

.lead-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.lead-form__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lead-form__checkbox-box {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid rgba(156, 163, 175, 0.24);
  border-radius: 3px;
  background: var(--bg-Field, #1b2740);
  box-sizing: border-box;
}

.lead-form__checkbox-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -1px;
  width: 7px;
  height: 17px;
  border-right: 3px solid #f8fafc;
  border-bottom: 3px solid #f8fafc;
  transform: rotate(45deg);
  opacity: 0;
  box-sizing: border-box;
}

.lead-form__checkbox:checked + .lead-form__checkbox-box {
  background: var(--color-Text-Success, #22c55e);
  border-color: var(--color-Text-Success, #22c55e);
}

.lead-form__checkbox:checked + .lead-form__checkbox-box::after {
  opacity: 1;
}

.lead-form__consent-text {
  min-width: 0;
  font: var(--typo-Small-SemiBold-16);
  color: var(--color-Text-Secondary);
}

.lead-form__consent-link {
  color: var(--color-Text-Accent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.lead-form__consent-link:hover,
.lead-form__consent-link:focus-visible {
  color: var(--color-Text-Success);
}

.lead-form__note-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 40px;
}

.lead-form__note {
  margin: 0;
  font: var(--typo-Small-SemiBold-16);
  color: var(--color-Text-Secondary);
  text-align: center;
  white-space: nowrap;
}

/* =========================
   Errors
   ========================= */

.lead-form__error {
  display: none;
  margin: 4px 0 0;
  font: var(--typo-Caption-Regular);
  color: var(--color-Text-Error, #f87171);
}

.lead-form__field-group.is-error .lead-form__field,
.lead-form__consent-wrap.is-error .lead-form__checkbox-box {
  border-color: var(--color-Text-Error, #f87171);
}

.lead-form__field-group.is-error .lead-form__error,
.lead-form__consent-wrap.is-error .lead-form__error {
  display: block;
}


/*==========================
  alert
============================*/
.lead-form__status {
    display: none;
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 12px;

    font: var(--typo-Body-SemiBold);
    line-height: 1.35;
}

.lead-form__status.is-visible {
    display: block;
}

.lead-form__status.is-success {
    border: 1px solid rgba(34, 197, 94, 0.45);
    background: rgba(34, 197, 94, 0.12);
    color: #86EFAC;
}

.lead-form__status.is-error {
    border: 1px solid rgba(239, 68, 68, 0.45);
    background: rgba(239, 68, 68, 0.12);
    color: #FCA5A5;
}

.lead-form__button:disabled {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}

.lead-form__form.is-success > :not(.lead-form__status) {
  display: none;
}

.lead-form__form.is-success .lead-form__status {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin-top: 0;
  padding: 28px 32px;
  border: 1px solid rgba(34, 197, 94, 0.55);
  border-radius: 18px;
  background: rgba(34, 197, 94, 0.14);
  color: #86EFAC;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.lead-form__hp {
  position: absolute !important;
  left: -9999px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.lead-form__consent-button {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

/* =========================
   1600
   ========================= */

@media (max-width: 1600px) {
  .lead-form .wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }

  .lead-form__inner {
    padding: 0 30px;
  }

  .lead-form__top {
    grid-template-columns:
      minmax(420px, 510px)
      0.7px
      minmax(150px, 210px)
      0.7px
      minmax(150px, 210px)
      0.7px
      minmax(150px, 210px);
    align-items: stretch;
  }

  .lead-form__intro {
    min-height: 264px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .lead-form__title {
    margin: 0;
  }

  .lead-form__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }

  .lead-form__feature-button,
  .lead-form__feature-title,
  .lead-form__feature-text {
    margin: 0;
  }

  .lead-form__button-text {
    font-size: 30px;
    line-height: 20px;
    font-weight: 600;
  }
}

/* =========================
   1440
   ========================= */

@media (max-width: 1440px) {
  .lead-form__inner {
    padding: 0 20px;
  }

  .lead-form__top {
    grid-template-columns:
      minmax(420px, 510px)
      0.7px
      minmax(130px, 210px)
      0.7px
      minmax(130px, 210px)
      0.7px
      minmax(130px, 210px);
  }

  .lead-form__intro {
    min-height: 193px;
  }

  .lead-form__title,
  .lead-form__text {
    margin: 0;
  }

  .lead-form__feature-text {
    display: none;
  }

  .lead-form__feature-title {
    margin: 0;
    text-align: center;
  }

  .lead-form__form-main {
    grid-template-columns: minmax(280px, 337px) minmax(240px, 1fr) minmax(280px, 365px);
    gap: 30px;
  }

  .lead-form__button{
    gap: 10px;
  }

  .lead-form__button-text {
    font-size: 30px;
    line-height: 20px;
    font-weight: 600;
  }

  .lead-form__consent-row {
    grid-template-columns: minmax(0, 1fr) 333px;
  }

  .lead-form__note {
    width: 333px;
    font-size: 15px;
    line-height: 20px;
  }
}

/* =========================
   1320–1201 intermediate
   ========================= */

@media (max-width: 1320px) and (min-width: 1201px) {
  .lead-form__inner {
    padding: 0 10px;
  }

  .lead-form__top {
    grid-template-columns:
      minmax(380px, 458px)
      0.7px
      minmax(120px, 145px)
      0.7px
      minmax(120px, 145px)
      0.7px
      minmax(120px, 145px);
  }

  .lead-form__title {
    font-size: 36px;
    line-height: 48px;
  }

  .lead-form__feature-title {
    max-width: 145px;
  }

  .lead-form__form-main {
    grid-template-columns: minmax(280px, 337px) minmax(220px, 1fr) minmax(250px, 284px);
  }

  .lead-form__button {
    gap: 11px;
  }

  .lead-form__button-text {
    font-size: 20px;
    line-height: 20px;
  }
}

/* =========================
   1200
   ========================= */

@media (max-width: 1200px) {
  .lead-form .wrapper {
    padding-left: 46px;
    padding-right: 46px;
  }

  .lead-form__inner {
    padding: 0 10px;
  }

  .lead-form__top {
    grid-template-columns:
      minmax(360px, 458px)
      0.7px
      minmax(115px, 145px)
      0.7px
      minmax(115px, 145px)
      0.7px
      minmax(115px, 145px);
  }

  .lead-form__title {
    margin: 0;
    font-size: 36px;
    line-height: 48px;
  }

  .lead-form__text {
    margin: 0;
  }

  .lead-form__feature-title {
    margin: 0;
    text-align: center;
  }

  .lead-form__form-main {
    grid-template-columns: minmax(260px, 337px) minmax(220px, 1fr) minmax(250px, 284px);
    gap: 30px;
  }

  .lead-form__button {
    gap: 11px;
  }

  .lead-form__button-text {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }

  .lead-form__consent-row {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 333px;
  }

  .lead-form__consent-text {
    white-space: nowrap;
    font-size: 15px;
    line-height: 20px;
  }

  .lead-form__note-wrap {
    align-self: stretch;
    align-items: flex-end;
    justify-content: flex-end;
    transform: translateY(10px);
  }

  .lead-form__note {
    width: 333px;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
  }
}

/* =========================
   Tablet compact / 1100
   ========================= */

@media (max-width: 1100px) {
  .lead-form {
    padding: 16px 0;
  }

  .lead-form .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lead-form__inner {
    padding: 0;
  }

  .lead-form__frame {
    display: grid;
    grid-template-columns: 315px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 16px;
    border-radius: 23px;
  }

  .lead-form__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    width: 315px;
    border-right: 0.7px solid rgba(156, 163, 175, 0.18);
  }

  .lead-form__intro {
    width: 307px;
    height: 137px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .lead-form__title {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .lead-form__text {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  }

  .lead-form__divider {
    width: 292px;
    height: 0.7px;
    align-self: flex-start;
  }

  .lead-form__feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    text-align: left;
  }

  .lead-form__feature-button {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 7px;
    background: #203053;
  }

  .lead-form__feature-icon,
  .lead-form__feature-icon img {
    width: 30px;
    height: 30px;
  }

  .lead-form__feature-title {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
  }

  .lead-form__feature-text {
    display: none;
  }

  .lead-form__bottom {
    min-width: 0;
    width: 100%;
  }

  .lead-form__form-main {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
  }

  .lead-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
  }

  .lead-form__field-group--name,
  .lead-form__field-group--contact {
    width: 100%;
    min-width: 0;
  }

  .lead-form__field--name,
  .lead-form__field--contact {
    height: 50px;
    min-height: 0;
    padding: 0 10px 0 50px;
  }

  .lead-form__field--textarea {
    height: 85px;
    padding: 14px 15px 10px 50px;
  }

  .lead-form__input {
    height: 34px;
    font-size: 16px;
    line-height: 24px;
  }


  .lead-form__field-group--textarea {
    width: 100%;
    height: 85px;
  }



  .lead-form__textarea {
    height: 60px;
    font-size: 16px;
    line-height: 24px;
  }

  .lead-form__action-wrap {
    width: 100%;
    height: auto;
  }

  .lead-form__action {
    border-radius: 7px;
  }

  .lead-form__button {
    height: 40px;
    gap: 11px;
    border-radius: 7px;
    padding: 10px;
  }

  .lead-form__button-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  .lead-form__button-line {
    width: 0.5px;
    height: 20px;
    background: #d9d9d9;
  }

  .lead-form__button-arrow {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
  }

  .lead-form__consent-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 18px;
  }

  .lead-form__consent-wrap {
    width: 100%;
    padding-bottom: 10px;
  }

  .lead-form__consent {
    padding-bottom: 8px;
  }

  .lead-form__consent-text {
    white-space: normal;
    font-size: 10px;
    line-height: 12px;
  }

  .lead-form__note-wrap {
    width: 100%;
    justify-content: center;
    transform: none;
  }

  .lead-form__note {
    width: 100%;
    font-size: 10px;
    line-height: 12px;
    white-space: normal;
  }
}

@media (max-width: 844px) {
  .lead-form__form.is-success .lead-form__status {
    min-height: 96px;
    padding: 22px 20px;
    font-size: 20px;
  }
}

/* =========================
   Mobile wide / 700
   ========================= */

@media (max-width: 700px) {
  .lead-form__frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 16px;
  }

  .lead-form__top {
    width: 100%;
    max-width: 520px;
    align-items: stretch;
    border-right: none;
  }

  .lead-form__intro {
    width: 100%;
    max-width: 430px;
    height: auto;
    gap: clamp(16px, 4vw, 28px);
  }

  .lead-form__title {
    font-size: clamp(20px, 4.8vw, 28px);
    line-height: 1.25;
  }

  .lead-form__text {
    max-width: 430px;
    font-size: clamp(14px, 3vw, 16px);
    line-height: 1.25;
  }

  .lead-form__divider {
    width: 100%;
    align-self: stretch;
  }

  .lead-form__feature {
    width: 100%;
    min-width: 0;
  }

  .lead-form__feature-title {
    min-width: 0;
    white-space: normal;
  }

  .lead-form__bottom {
    width: 100%;
  }

  .lead-form__fields {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .lead-form__field-group--name,
  .lead-form__field-group--contact {
    width: 100%;
  }
}

/* =========================
   Mobile small / 390
   ========================= */

@media (max-width: 390px) {
  .lead-form__top {
    max-width: none;
  }

  .lead-form__intro {
    max-width: none;
  }

  .lead-form__description,
  .lead-form__text {
    max-width: none;
  }

  .lead-form__socials {
    padding-left: 0;
  }
}


/* =========================
   Consent Modal
   ========================= */

body.is-consent-modal-open {
  overflow: hidden;
}

.consent-modal[hidden] {
  display: none !important;
}

.consent-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
}

.consent-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 23, 0.78);
  backdrop-filter: blur(8px);
}

.consent-modal__dialog {
  position: relative;
  z-index: 1;

  display: flex;
  flex-direction: column;

  width: min(100%, 760px);
  max-height: min(760px, calc(100vh - 64px));

  border: 0.7px solid rgba(156, 163, 175, 0.28);
  border-radius: 23px;

  background:
          radial-gradient(
                  120% 90% at 88% 0%,
                  rgba(75, 177, 233, 0.22) 0%,
                  rgba(27, 48, 85, 0.52) 28%,
                  rgba(28, 43, 70, 0.98) 100%
          );

  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.55);
  color: var(--color-Text-Primary, #f8fafc);
  overflow: hidden;
}

.consent-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  border: 1px solid rgba(156, 163, 175, 0.28);
  border-radius: 50%;
  background: rgba(27, 39, 64, 0.9);

  color: var(--color-Text-Primary, #f8fafc);
  font-size: 28px;
  line-height: 1;

  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.consent-modal__close:hover,
.consent-modal__close:focus-visible {
  border-color: rgba(79, 156, 255, 0.7);
  background: rgba(79, 156, 255, 0.22);
  transform: rotate(90deg);
}

.consent-modal__title {
  margin: 0;
  padding: 36px 78px 24px 36px;

  border-bottom: 0.7px solid rgba(156, 163, 175, 0.18);

  font: var(--typo-H3-Bold, var(--typo-H2-Bold));
  color: var(--color-Text-Primary, #f8fafc);
}

.consent-modal__content {
  overflow-y: auto;
  padding: 28px 36px;

  color: var(--color-Text-Secondary, #9ca3af);
  font: var(--typo-Body-Regular);
  line-height: 1.6;
}

.consent-modal__content p {
  margin: 0 0 16px;
}

.consent-modal__content p:last-child {
  margin-bottom: 0;
}

.consent-modal__content a {
  color: var(--color-Text-Accent, #3a8dff);
  text-decoration: none;
  transition: color 0.2s ease;
}

.consent-modal__content a:hover,
.consent-modal__content a:focus-visible {
  color: var(--color-Text-Success, #22c55e);
}

.consent-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;

  padding: 24px 36px 36px;
  border-top: 0.7px solid rgba(156, 163, 175, 0.18);

  background: rgba(17, 24, 39, 0.72);
}

.consent-modal__button {
  min-height: 56px;
  padding: 14px 22px;

  border-radius: 14px;

  font: var(--typo-Button-Medium, var(--typo-Body-SemiBold));
  cursor: pointer;

  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.consent-modal__button:hover,
.consent-modal__button:focus-visible {
  transform: translateY(-1px);
}

.consent-modal__button--primary {
  border: 1px solid rgba(79, 156, 255, 0.9);
  background: linear-gradient(247deg, #6ca8ff 39.097%, #3a8dff 129.01%);
  color: var(--color-Text-Primary, #f8fafc);
}

.consent-modal__button--primary:hover,
.consent-modal__button--primary:focus-visible {
  opacity: 0.94;
}

.consent-modal__button--secondary {
  border: 1px solid rgba(156, 163, 175, 0.28);
  background: rgba(27, 39, 64, 0.45);
  color: var(--color-Text-Primary, #f8fafc);
}

.consent-modal__button--secondary:hover,
.consent-modal__button--secondary:focus-visible {
  border-color: rgba(248, 250, 252, 0.42);
  background: rgba(248, 250, 252, 0.08);
}

/* Кнопка-ссылка в тексте согласия формы */
.lead-form__consent-button {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

/* =========================
   Consent Modal / Mobile
   ========================= */

@media (max-width: 844px) {
  .consent-modal {
    padding: 18px;
  }

  .consent-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 36px);
    border-radius: 18px;
  }

  .consent-modal__title {
    padding: 28px 64px 20px 24px;
    font-size: 24px;
    line-height: 1.25;
  }

  .consent-modal__close {
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    font-size: 26px;
  }

  .consent-modal__content {
    padding: 22px 24px;
    font-size: 15px;
    line-height: 1.55;
  }

  .consent-modal__actions {
    padding: 20px 24px 24px;
  }

  .consent-modal__button {
    min-height: 52px;
  }
}

@media (max-width: 390px) {
  .consent-modal {
    padding: 12px;
  }

  .consent-modal__dialog {
    max-height: calc(100vh - 24px);
    border-radius: 16px;
  }

  .consent-modal__title {
    padding: 24px 58px 18px 20px;
    font-size: 21px;
  }

  .consent-modal__content {
    padding: 20px;
    font-size: 14px;
  }

  .consent-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 20px 20px;
  }

  .consent-modal__button {
    min-height: 50px;
  }
}
/* End */


/* Start:/local/templates/buninsys_local/css/lead-popup.css?17831708064129*/
.lead-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lead-popup[hidden] {
    display: none;
}

.lead-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 10, 20, 0.68);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(10px);
}

.lead-popup__dialog {
    position: relative;
    width: min(100%, 520px);
    padding: 34px 34px 30px;
    border-radius: 28px;
    background: #ffffff;
    color: #101320;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
}

.lead-popup__close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(16, 19, 32, 0.06);
    color: #101320;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.lead-popup__badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(24, 95, 255, 0.1);
    color: #185fff;
    font-size: 14px;
    line-height: 1;
}

.lead-popup__title {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.lead-popup__text {
    margin: 0 0 18px;
    color: rgba(16, 19, 32, 0.76);
    font-size: 16px;
    line-height: 1.5;
}

.lead-popup__list {
    display: grid;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    color: rgba(16, 19, 32, 0.82);
    font-size: 15px;
    line-height: 1.4;
}

.lead-popup__list li {
    position: relative;
    padding: 9px 12px 9px 34px;
    border-radius: 14px;
    background: rgba(24, 95, 255, 0.06);
}

.lead-popup__list li::before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 9px;
    color: #185fff;
    font-weight: 700;
}
.lead-popup__list strong {
    color: #101320;
}

.lead-popup__actions {
    display: flex;
    gap: 12px;
}

.lead-popup__button {
    border: 0;
    border-radius: 999px;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.lead-popup__button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.lead-popup__button--primary {
    background: #185fff;
    color: #ffffff;
}

.lead-popup__button--secondary {
    background: rgba(16, 19, 32, 0.08);
    color: #101320;
}


@media (max-width: 844px) {
    .lead-popup {
        align-items: flex-end;
        padding: 10px;
    }

    .lead-popup__dialog {
        padding: 28px 20px 22px;
        border-radius: 24px;
    }

    .lead-popup__title {
        font-size: 24px;
    }

    .lead-popup__actions {
        flex-direction: column;
    }

    .lead-popup__button {
        width: 100%;
    }
}

@media (max-height: 480px) and (orientation: landscape) {
    .lead-popup {
        align-items: center;
        padding: 8px;
    }

    .lead-popup__dialog {
        width: min(100%, 560px);
        max-height: calc(100dvh - 16px);
        padding: 16px 20px;
        border-radius: 20px;
        overflow-y: auto;
    }

    .lead-popup__badge {
        margin-bottom: 8px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .lead-popup__title {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 1.08;
    }

    .lead-popup__text {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.35;
    }

    .lead-popup__list {
        gap: 6px;
        margin-bottom: 12px;
        font-size: 13px;
    }

    .lead-popup__list li {
        padding: 7px 10px 7px 30px;
        border-radius: 12px;
    }

    .lead-popup__list li::before {
        left: 10px;
        top: 7px;
    }

    .lead-popup__actions {
        gap: 8px;
    }

    .lead-popup__button {
        padding: 11px 16px;
    }
}
/* End */


/* Start:/local/templates/buninsys_local/css/calc-problems.css?178449474832068*/
/* ==========================================================================
   Calc Problems — second screen
   ========================================================================== */

.calc-problems {
    position: relative;
    overflow: hidden;
    padding: 24px 0 64px;
    background:
            radial-gradient(circle at 72% 18%, rgba(58, 141, 255, 0.18), transparent 32%),
            radial-gradient(circle at 18% 58%, rgba(58, 141, 255, 0.10), transparent 32%),
            linear-gradient(180deg, #080f1c 0%, var(--bg-Dark) 48%, #08101d 100%);
    color: var(--color-Text-Primary);
}

.calc-problems::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 18%),
            linear-gradient(90deg, rgba(58, 141, 255, 0.07), transparent 22%, transparent 78%, rgba(58, 141, 255, 0.06));
}

.calc-problems__wrapper {
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Shared masks
   ========================================================================== */

.calc-problems__industry-icon,
.calc-problems__item--arrow::before,
.calc-problems__item-icon::before,
.calc-problems__metric-icon::before,
.calc-problems__step-arrow,
.calc-problems__button-icon,
.calc-problems__trust-icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/* ==========================================================================
   Industries marquee
   ========================================================================== */

.calc-problems__industries {
    position: relative;
    margin-bottom: 30px;
}

.calc-problems__industries-head {
    display: flex;
    align-items: center;
    gap: var(--space-20);
    margin: 0 0 var(--space-12);
    padding-left: var(--space-12);
}

.calc-problems__industries-head span {
    flex: 0 0 auto;
    color: rgba(248, 250, 252, 0.82);
    font: var(--typo-Caption-SemiBold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.calc-problems__industries-head i {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--border-Color-Strong), rgba(156, 163, 175, 0.08), transparent);
}

.calc-problems__marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 2px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.calc-problems__marquee-track {
    display: flex;
    width: max-content;
    animation: calc-problems-marquee 34s linear infinite;
    will-change: transform;
}

.calc-problems__marquee:hover .calc-problems__marquee-track {
    animation-play-state: paused;
}

.calc-problems__marquee-group {
    display: flex;
    gap: var(--space-14);
    padding-right: var(--space-14);
}

.calc-problems__industry {
    display: flex;
    flex: 0 0 220px;
    align-items: center;
    justify-content: center;
    gap: var(--space-12);
    min-height: 64px;
    padding: 0 var(--space-20);
    border: var(--border-Medium);
    border-radius: var(--radius-M);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(8, 15, 28, 0.72));
    color: var(--color-Text-Primary);
    font: var(--typo-Nav-SemiBold);
    white-space: nowrap;
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.035),
            0 14px 34px rgba(0, 0, 0, 0.14);
    transition:
            transform var(--transition-Base),
            border-color var(--transition-Base),
            background var(--transition-Base);
}

.calc-problems__industry:hover {
    transform: translateY(-1px);
    border-color: rgba(58, 141, 255, 0.42);
    background: linear-gradient(180deg, rgba(20, 120, 255, 0.16), rgba(8, 15, 28, 0.78));
}

.calc-problems__industry-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    background-color: var(--color-Text-Secondary);
    transition: background-color var(--transition-Base);
}

.calc-problems__industry:hover .calc-problems__industry-icon {
    background-color: var(--color-Accent-DeepBlue);
}

.calc-problems__industry--production .calc-problems__industry-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
}

.calc-problems__industry--furniture .calc-problems__industry-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/furniture.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/furniture.svg");
}

.calc-problems__industry--custom .calc-problems__industry-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/custom.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/custom.svg");
}

.calc-problems__industry--warehouse .calc-problems__industry-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/warehouse.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/warehouse.svg");
}

.calc-problems__industry--logistics .calc-problems__industry-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/logistics.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/logistics.svg");
}

.calc-problems__industry--metal .calc-problems__industry-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/metal.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/metal.svg");
}

.calc-problems__industry--trade .calc-problems__industry-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/trade.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/trade.svg");
}

.calc-problems__industry--services .calc-problems__industry-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/services.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/services.svg");
}

/* ==========================================================================
   Header
   ========================================================================== */

.calc-problems__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(32px, 5vw, 96px);
    margin-bottom: var(--space-20);
}

.calc-problems__head-content {
    flex: 0 1 720px;
    min-width: 0;
}

.calc-problems__title {
    max-width: 720px;
    margin: 0;
    color: var(--color-Text-Primary);
    font: var(--typo-H2-ExtraBold);
    letter-spacing: -0.045em;
}

.calc-problems__title span {
    display: block;
    color: var(--color-Accent-DeepBlue);
}

.calc-problems__lead {
    max-width: 680px;
    margin: var(--space-16) 0 0;
    color: rgba(248, 250, 252, 0.82);
    font: var(--typo-Body-Regular);
}

/* ==========================================================================
   Scene image
   ========================================================================== */

.calc-problems__scene {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 420px;
}

.calc-problems__scene-picture {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.calc-problems__scene-img {
    display: block;
    width: auto;
    height: clamp(230px, 17vw, 330px);
    max-width: 100%;
    object-fit: contain;
    object-position: right center;
    filter:
            drop-shadow(0 20px 44px rgba(0, 0, 0, 0.22))
            drop-shadow(0 0 30px rgba(58, 141, 255, 0.18));
}

/* ==========================================================================
   Shared cards
   ========================================================================== */

.calc-problems__panel,
.calc-problems__business,
.calc-problems__steps,
.calc-problems__cta {
    border: var(--border-Soft);
    background:
            radial-gradient(circle at 18% 0%, rgba(58, 141, 255, 0.09), transparent 36%),
            rgba(8, 15, 28, 0.72);
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.035),
            0 18px 46px rgba(0, 0, 0, 0.18);
}

/* ==========================================================================
   Main cards
   ========================================================================== */

.calc-problems__main {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.calc-problems__panel {
    flex: 1 1 0;
    min-width: 0;
    padding: 18px 50px 14px 14px;
    border-radius: var(--radius-L);
}

.calc-problems__panel-title {
    margin: 0 0 var(--space-12);
    padding: 0 4px;
    font: var(--typo-Body-ExtraBold);
}

.calc-problems__panel-title--red {
    color: var(--color-Text-Error);
}

.calc-problems__panel-title--blue {
    color: var(--color-Accent-DeepBlue);
}

.calc-problems__items {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}

.calc-problems__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--space-10);
    min-height: 84px;
    padding: 14px 16px;
    border: var(--border-Soft);
    border-radius: var(--radius-M);
    background: rgba(11, 18, 32, 0.72);
}

.calc-problems__item--arrow::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    width: 70px;
    height: 70px;
    background-color: var(--color-Text-Error);
    opacity: 0.92;
    transform: translateY(-50%);
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/arrow-big.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/arrow-big.svg");
    filter: drop-shadow(0 0 10px rgba(248, 113, 113, 0.28));
}

.calc-problems__item--arrow::after {
    display: none;
}

.calc-problems__item-icon {
    display: flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
}

.calc-problems__item-icon::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-color: currentColor;
}

.calc-problems__item-icon--red {
    color: var(--color-Text-Error);
    background: rgba(248, 113, 113, 0.10);
    box-shadow: inset 0 0 0 1px rgba(248, 113, 113, 0.16);
}

.calc-problems__item-icon--blue {
    color: var(--color-Accent-DeepBlue);
    background: rgba(58, 141, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(58, 141, 255, 0.16);
}

.calc-problems__item--excel .calc-problems__item-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/clock.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/clock.svg");
}

.calc-problems__item--wait .calc-problems__item-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/hourglass.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/hourglass.svg");
}

.calc-problems__item--errors .calc-problems__item-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/error.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/alert.svg");
}

.calc-problems__item--profit .calc-problems__item-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/eye_off.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/eye_off.svg");
}

.calc-problems__item--speed .calc-problems__item-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/lightning.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/lightning.svg");
}

.calc-problems__item--rules .calc-problems__item-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
}

.calc-problems__item--spec .calc-problems__item-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/docs.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/docs.svg");
}

.calc-problems__item--margin .calc-problems__item-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/chart_up.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/chart_up.svg");
}

.calc-problems__item-body {
    min-width: 0;
}

.calc-problems__item-body h4 {
    margin: 0;
    color: var(--color-Text-Primary);
    font: var(--typo-Small-ExtraBold);
}

.calc-problems__item-body p {
    margin: var(--space-6) 0 0;
    color: rgba(248, 250, 252, 0.72);
    font: var(--typo-Caption-Regular);
}

/* ==========================================================================
   Business result
   ========================================================================== */

.calc-problems__business {
    flex: 0 0 clamp(310px, 22vw, 390px);
    min-width: 0;
    padding: 22px 26px;
    border-radius: var(--radius-L);
}

.calc-problems__business-title {
    margin: 0 0 18px;
    color: var(--color-Text-Primary);
    font: var(--typo-Body-ExtraBold);
}

.calc-problems__metrics {
    display: flex;
    flex-direction: column;
}

.calc-problems__metric {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(156, 163, 175, 0.12);
}

.calc-problems__metric:last-child {
    border-bottom: 0;
}

.calc-problems__metric-icon {
    display: flex;
    flex: 0 0 62px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--color-Accent-DeepBlue);
}

.calc-problems__metric-icon::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-color: currentColor;
}

.calc-problems__metric--time .calc-problems__metric-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/clock.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/clock.svg");
}

.calc-problems__metric--errors .calc-problems__metric-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/target.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/target.svg");
}

.calc-problems__metric--margin .calc-problems__metric-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/chart_pie.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/chart_pie.svg");
}

.calc-problems__metric--speed .calc-problems__metric-icon::before {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/rocket.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/rocket.svg");
}

.calc-problems__metric-body {
    min-width: 0;
}

.calc-problems__metric-body span {
    display: block;
    margin-bottom: 4px;
    color: rgba(248, 250, 252, 0.72);
    font: var(--typo-Caption-Regular);
}

.calc-problems__metric-body b {
    display: block;
    color: var(--color-Accent-DeepBlue);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.13;
}

/* ==========================================================================
   Footer: steps + CTA
   ========================================================================== */

.calc-problems__footer {
    display: flex;
    align-items: stretch;
    gap: var(--space-16);
    margin-top: var(--space-14);
}

.calc-problems__steps {
    flex: 1 1 auto;
    min-width: 0;
    padding: 22px 24px;
    border-radius: var(--radius-L);
}

.calc-problems__steps-title,
.calc-problems__cta h3 {
    margin: 0;
    color: var(--color-Text-Primary);
    font: var(--typo-Body-ExtraBold);
}

.calc-problems__steps-title {
    margin-bottom: 18px;
}

.calc-problems__steps-list {
    display: flex;
    align-items: stretch;
    gap: var(--space-14);
}

.calc-problems__step {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    min-width: 0;
    gap: var(--space-12);
}

.calc-problems__step span {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-Accent-DeepBlue), #0f6bff);
    color: var(--color-Text-Primary);
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 0 24px rgba(58, 141, 255, 0.26);
}

.calc-problems__step div {
    min-width: 0;
}

.calc-problems__step b {
    display: block;
    color: var(--color-Text-Primary);
    font: var(--typo-Caption-SemiBold);
}

.calc-problems__step p {
    margin: 7px 0 0;
    color: rgba(248, 250, 252, 0.62);
    font: var(--typo-Caption-Regular);
}

.calc-problems__step-arrow {
    flex: 0 0 25px;
    align-self: center;
    width: 25px;
    height: 25px;
    background-color: rgba(156, 163, 175, 0.52);
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/arrow-big.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/arrow-big.svg");
}

.calc-problems__cta {
    flex: 0 0 clamp(300px, 20vw, 360px);
    min-width: 0;
    padding: 22px 24px;
    border-radius: var(--radius-L);
}

.calc-problems__cta p {
    margin: 14px 0 18px;
    color: rgba(248, 250, 252, 0.68);
    font: var(--typo-Caption-Regular);
}

.calc-problems__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 0 68px 0 24px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #5f9cff 0%, #2d7df7 55%, #1d6ff0 100%);
    color: var(--color-Text-Primary);
    font: var(--typo-Small-SemiBold);
    text-decoration: none;
    text-align: center;
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.12),
            0 14px 28px rgba(20, 120, 255, 0.22);
    transition:
            transform var(--transition-Base),
            box-shadow var(--transition-Base),
            filter var(--transition-Base);
}

.calc-problems__button:hover {
    transform: translateY(-1px);
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.14),
            0 18px 34px rgba(20, 120, 255, 0.30);
    filter: brightness(1.03);
}

.calc-problems__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 52px;
    width: 1px;
    height: 22px;
    background: rgba(248, 250, 252, 0.24);
    transform: translateY(-50%);
}

.calc-problems__button-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 22px;
    height: 22px;
    background-color: #F8FAFC;
    transform: translateY(-50%);
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/arrow-big.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/arrow-big.svg");
}

.calc-problems__cta-visual {
    display: none;
}

.calc-problems__cta-visual picture,
.calc-problems__cta-visual img {
    display: block;
}

.calc-problems__cta-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ==========================================================================
   Trust
   ========================================================================== */

.calc-problems__trust {
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.calc-problems__trust-item {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    gap: var(--space-12);
    min-width: 0;
    min-height: 58px;
    padding: 0 22px;
    border-right: 1px solid rgba(156, 163, 175, 0.18);
}

.calc-problems__trust-item:first-child {
    padding-left: 0;
}

.calc-problems__trust-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.calc-problems__trust-item div {
    min-width: 0;
}

.calc-problems__trust-item b {
    display: block;
    color: var(--color-Text-Primary);
    font: var(--typo-Caption-SemiBold);
}

.calc-problems__trust-item p {
    margin: 4px 0 0;
    color: rgba(248, 250, 252, 0.58);
    font: var(--typo-Caption-Regular);
}

.calc-problems__trust-icon {
    flex: 0 0 44px;
    width: 35px;
    height: 35px;
    background-color: var(--color-Accent-DeepBlue);
}

.calc-problems__trust-item--experience .calc-problems__trust-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
}

.calc-problems__trust-item--rating .calc-problems__trust-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/rating.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/rating.svg");
}

.calc-problems__trust-item--contract .calc-problems__trust-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/profit.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/profit.svg");
}

.calc-problems__trust-item--privacy .calc-problems__trust-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/lock.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/lock.svg");
}

.calc-problems__trust-item--support .calc-problems__trust-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/support.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/support.svg");
}

.calc-problems__trust-item--safe .calc-problems__trust-icon {
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/database_check.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/calc_problems/database_check.svg");
}

/* ==========================================================================
   Motion
   ========================================================================== */

@keyframes calc-problems-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .calc-problems__marquee-track {
        animation: none;
    }

    .calc-problems__marquee {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
    }
}

/* ==========================================================================
   Adaptive
   ========================================================================== */

@media (max-width: 1600px) {
    .calc-problems__title {
        font-size: 42px;
        line-height: 50px;
    }

    .calc-problems__industry {
        flex-basis: 205px;
        min-height: 58px;
        font-size: 15px;
    }

    .calc-problems__item {
        min-height: 80px;
        padding: 12px 14px;
    }
}

@media (max-width: 1440px) {
    .calc-problems__wrapper {
        padding-inline: 28px;
    }

    .calc-problems__head {
        gap: 32px;
    }

    .calc-problems__scene {
        min-width: 340px;
    }

    .calc-problems__scene-img {
        height: clamp(200px, 16vw, 260px);
    }

    .calc-problems__title {
        font-size: 38px;
        line-height: 46px;
    }

    .calc-problems__lead {
        font-size: 16px;
        line-height: 24px;
    }

    .calc-problems__business {
        flex-basis: 320px;
        padding: 20px 22px;
    }

    .calc-problems__metric-icon {
        flex-basis: 54px;
    }

    .calc-problems__metric-body b {
        font-size: 21px;
    }

    .calc-problems__steps-list {
        gap: var(--space-12);
    }

    .calc-problems__cta {
        flex: 0 0 clamp(300px, 20vw, 320px);
    }

    .calc-problems__trust-item {
        padding-inline: 14px;
    }

    .calc-problems__panel {
        padding: 18px 30px 14px 14px;
    }
}

@media (max-width: 1300px) {
    .calc-problems__panel {
        padding: 18px 14px 14px;
    }
}

@media (max-width: 1200px) {
    .calc-problems {
        padding-bottom: 56px;
    }

    .calc-problems__wrapper {
        padding-inline: 24px;
    }

    .calc-problems__head {
        display: block;
        margin-bottom: 20px;
    }

    .calc-problems__scene {
        display: none;
    }

    .calc-problems__main {
        flex-wrap: wrap;
    }

    .calc-problems__panel {
        flex-basis: calc((100% - var(--space-16)) / 2);
    }

    .calc-problems__business {
        flex: 1 1 100%;
    }

    .calc-problems__metrics {
        flex-direction: row;
    }

    .calc-problems__metric {
        flex: 1 1 0;
        align-items: flex-start;
        min-height: auto;
        padding: 14px;
        border-bottom: 0;
        border-right: 1px solid rgba(156, 163, 175, 0.12);
    }

    .calc-problems__metric:last-child {
        border-right: 0;
    }

    .calc-problems__metric-icon {
        flex-basis: auto;
    }

    .calc-problems__metric-body b {
        font-size: 19px;
    }

    .calc-problems__footer {
        flex-direction: row;
        align-items: stretch;
        gap: var(--space-16);
    }

    .calc-problems__steps {
        flex: 1 1 auto;
    }

    .calc-problems__steps-list {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .calc-problems__step {
        flex: 0 1 auto;
        align-items: center;
    }

    .calc-problems__step-arrow {
        display: block;
        flex: 0 0 18px;
        align-self: flex-start;
        width: 18px;
        height: 18px;
        margin: 6px 0 6px 8px;
        transform: rotate(90deg);
    }

    .calc-problems__cta {
        flex: 0 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 22px 24px;
    }

    .calc-problems__cta p {
        margin: 10px 0 14px;
    }

    .calc-problems__button {
        width: 100%;
        min-height: 48px;
        padding: 0 60px 0 20px;
    }

    .calc-problems__button::after {
        right: 46px;
        height: 20px;
    }

    .calc-problems__button-icon {
        right: 14px;
        width: 20px;
        height: 20px;
    }

    .calc-problems__cta-visual {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 150px;
        margin: 12px 0 14px;
        padding: 10px 12px;
        border: var(--border-Soft);
        border-radius: var(--radius-M);
        background:
                radial-gradient(circle at 50% 50%, rgba(58, 141, 255, 0.14), transparent 70%),
                rgba(11, 18, 32, 0.44);
    }

    .calc-problems__cta-visual picture {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .calc-problems__cta-visual img {
        width: min(100%, 240px);
        height: auto;
        max-height: 130px;
        object-fit: contain;
    }

    .calc-problems__item--arrow::before,
    .calc-problems__item--arrow::after {
        display: none;
    }

    .calc-problems__trust {
        flex-wrap: wrap;
        gap: 12px;
    }

    .calc-problems__trust-item {
        flex: 1 1 calc(50% - 12px);
        min-height: 70px;
        padding: 14px;
        border: var(--border-Soft);
        border-radius: var(--radius-Button);
        background: rgba(8, 15, 28, 0.52);
    }

    .calc-problems__trust-item:first-child,
    .calc-problems__trust-item:last-child {
        padding: 14px;
        border-right: var(--border-Soft);
    }
}

@media (max-width: 844px) {
    .calc-problems {
        padding: 34px 0 46px;
    }

    .calc-problems__wrapper {
        padding-inline: 20px;
    }

    .calc-problems__industries {
        margin-bottom: 24px;
    }

    .calc-problems__industry {
        flex-basis: 188px;
        min-height: 52px;
        font-size: 14px;
    }

    .calc-problems__title {
        font-size: 34px;
        line-height: 42px;
    }

    .calc-problems__lead {
        font-size: 15px;
        line-height: 22px;
    }

    .calc-problems__main {
        flex-direction: column;
    }

    .calc-problems__panel,
    .calc-problems__business {
        flex-basis: auto;
    }

    .calc-problems__metrics {
        flex-wrap: wrap;
    }

    .calc-problems__metric {
        flex: 1 1 calc(50% - 12px);
        border-right: 0;
        border-bottom: 1px solid rgba(156, 163, 175, 0.12);
    }

    .calc-problems__metric:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .calc-problems__footer {
        flex-direction: row;
        align-items: stretch;
    }

    .calc-problems__steps {
        flex: 1 1 auto;
        padding: 18px 16px;
    }

    .calc-problems__steps-list {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0;
    }

    .calc-problems__step {
        flex: 0 1 auto;
    }

    .calc-problems__step-arrow {
        display: block;
        width: 16px;
        height: 16px;
        margin: 5px 0 5px 9px;
        transform: rotate(90deg);
    }

    .calc-problems__cta {
        flex: 0 0 300px;
        padding: 18px 16px;
    }

    .calc-problems__cta-visual {
        min-height: 130px;
        margin: 10px 0 12px;
        padding: 8px 10px;
    }

    .calc-problems__cta-visual img {
        width: min(100%, 210px);
        max-height: 112px;
    }

    .calc-problems__trust {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .calc-problems__trust-item {
        flex: 1 1 calc(50% - 12px);
        width: auto;
    }

    .calc-problems__button {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .calc-problems {
        padding-top: 28px;
        padding-bottom: 38px;
    }

    .calc-problems__wrapper {
        padding-inline: 14px;
    }

    .calc-problems__industries {
        margin-bottom: 22px;
    }

    .calc-problems__industries-head {
        padding-left: 0;
    }

    .calc-problems__industry {
        flex-basis: 164px;
        min-height: 46px;
        padding: 0 12px;
        gap: 8px;
        font-size: 13px;
        border-radius: var(--space-10);
    }

    .calc-problems__industry-icon {
        width: 22px;
        height: 22px;
    }

    .calc-problems__title {
        font-size: 29px;
        line-height: 35px;
    }

    .calc-problems__lead {
        margin-top: 14px;
        font-size: 14px;
        line-height: 21px;
    }

    .calc-problems__panel,
    .calc-problems__business,
    .calc-problems__steps {
        border-radius: var(--radius-Button);
    }

    .calc-problems__panel {
        padding: 14px 10px 10px;
    }

    .calc-problems__item {
        min-height: auto;
        padding: 12px;
    }

    .calc-problems__item-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .calc-problems__item-body h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .calc-problems__item-body p {
        font-size: 12px;
        line-height: 16px;
    }

    .calc-problems__business {
        padding: 18px 16px;
    }

    .calc-problems__metrics {
        flex-direction: column;
    }

    .calc-problems__metric {
        flex-basis: auto;
        padding: 12px 0;
        border-bottom: 1px solid rgba(156, 163, 175, 0.12);
    }

    .calc-problems__metric:nth-last-child(-n + 2) {
        border-bottom: 1px solid rgba(156, 163, 175, 0.12);
    }

    .calc-problems__metric:last-child {
        border-bottom: 0;
    }

    .calc-problems__metric-body b {
        font-size: 18px;
    }

    .calc-problems__footer {
        flex-direction: column;
    }

    .calc-problems__steps,
    .calc-problems__cta {
        padding: 18px 16px;
    }

    .calc-problems__steps-list {
        gap: 16px;
    }

    .calc-problems__step {
        flex-basis: 100%;
    }

    .calc-problems__step-arrow,
    .calc-problems__cta-visual {
        display: none;
    }

    .calc-problems__cta {
        flex-basis: auto;
    }

    .calc-problems__button {
        width: 100%;
        min-height: 44px;
        padding: 0 54px 0 18px;
        font-size: 14px;
    }

    .calc-problems__button::after {
        right: 42px;
        height: 18px;
    }

    .calc-problems__button-icon {
        right: 12px;
        width: 18px;
        height: 18px;
    }

    .calc-problems__trust {
        flex-direction: column;
    }

    .calc-problems__trust-item {
        flex-basis: auto;
        width: 100%;
        min-width: 0;
    }
}

/* End */


/* Start:/local/templates/buninsys_local/css/automation-areas.css?178369197420748*/
/* ==============================
   AUTOMATION AREAS
============================== */

.automation-areas,
.automation-areas *,
.automation-areas *::before,
.automation-areas *::after {
    box-sizing: border-box;
}

.automation-areas {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    color: var(--color-Text-Primary);
    background:
            radial-gradient(circle at 82% 12%, rgba(58, 141, 255, 0.14), transparent 34%),
            radial-gradient(circle at 12% 32%, rgba(58, 141, 255, 0.08), transparent 30%),
            linear-gradient(135deg, #030814 0%, #061224 48%, #020711 100%);
}

.automation-areas::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
            linear-gradient(rgba(58, 141, 255, 0.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(58, 141, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.35;
}

.automation-areas .wrapper.automation-areas__inner {
    position: relative;
    z-index: 1;
}

/* ==============================
   HEAD
============================== */

.automation-areas__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.automation-areas__intro {
    flex: 1 1 auto;
    max-width: 760px;
}

.automation-areas__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    padding: 10px 18px;
    border: 1px solid rgba(76, 209, 141, 0.34);
    border-radius: 999px;
    background: rgba(9, 24, 22, 0.55);
    color: var(--color-Accent-DeepBlue);
    font: 700 15px/20px "Inter", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.automation-areas__eyebrow::before {
    content: "";
    display: block;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #b9f5d3 0%, #4CD18D 55%, #178553 100%);
    box-shadow: 0 0 12px rgba(76, 209, 141, 0.65);
}

.automation-areas__title {
    max-width: 760px;
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 56px/64px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.automation-areas__title span {
    color: var(--color-Accent-DeepBlue);
}

.automation-areas__subtitle {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 24px/32px "Inter", sans-serif;
}

/* ==============================
   BADGES
============================== */

.automation-areas__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 0 0 690px;
    max-width: 690px;
    padding-top: 34px;
    gap: 14px;
}

.automation-areas__badge {
    display: flex;
    align-items: center;
    flex: 0 0 210px;
    min-height: 78px;
    padding: 16px 20px;
    gap: 14px;
    border: 1px solid rgba(86, 166, 244, 0.24);
    border-radius: 22px;
    background: rgba(5, 17, 33, 0.68);
}

.automation-areas__badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    color: var(--color-Accent-DeepBlue);
}

.automation-areas__badge-icon::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.automation-areas__badge-text {
    display: flex;
    flex-direction: column;
    color: rgba(240, 248, 255, 0.92);
    font: 500 15px/20px "Inter", sans-serif;
}

.automation-areas__badge--experience .automation-areas__badge-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
}

.automation-areas__badge--custom .automation-areas__badge-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/solutions.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/solutions.svg");
}

.automation-areas__badge--result .automation-areas__badge-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/circle_check.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/circle_check.svg");
}

/* ==============================
   CARDS
============================== */

.automation-areas__grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
    gap: 24px;
}

.automation-areas__card {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    min-height: 260px;
    padding: 38px 36px;
    gap: 28px;
    border: 1px solid rgba(86, 166, 244, 0.28);
    border-radius: 22px;
    background:
            radial-gradient(circle at 14% 8%, rgba(58, 141, 255, 0.16), transparent 38%),
            rgba(5, 17, 33, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.automation-areas__card:hover {
    transform: translateY(-4px);
    border-color: rgba(58, 141, 255, 0.68);
    background:
            radial-gradient(circle at 14% 8%, rgba(58, 141, 255, 0.24), transparent 38%),
            rgba(7, 23, 45, 0.86);
}

.automation-areas__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin-top: 4px;
    color: var(--color-Accent-DeepBlue);
}

.automation-areas__icon::before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.automation-areas__card--calculator .automation-areas__icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/price.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/price.svg");
}

.automation-areas__card--production .automation-areas__icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
}

.automation-areas__card--tolling .automation-areas__icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/trade.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/trade.svg");
}

.automation-areas__card--integrations .automation-areas__icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/integrations.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/integrations.svg");
}

.automation-areas__card--workplaces .automation-areas__icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
}

.automation-areas__card--reports .automation-areas__icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/report.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/report.svg");
}

.automation-areas__card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
}

.automation-areas__card-title {
    max-width: 390px;
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 30px/36px "Inter", sans-serif;
    letter-spacing: -0.025em;
}

.automation-areas__card-text {
    max-width: 390px;
    margin: 16px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 20px/28px "Inter", sans-serif;
}

.automation-areas__link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    padding-top: 24px;
    gap: 10px;
    color: var(--color-Accent-DeepBlue);
    font: 700 18px/20px "Inter", sans-serif;
    text-decoration: none;
    transition: gap 0.7s ease, color 0.7s ease;
}

.automation-areas__link:hover {
    gap: 14px;
    color: var(--color-Text-Success);
}


.automation-areas__link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: currentColor;
}

.automation-areas__link-icon::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    mask: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg") center / contain no-repeat;
    -webkit-mask: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg") center / contain no-repeat;
}

.automation-areas__card:has(.automation-areas__link:hover) .automation-areas__icon {
    transition: color 0.7s ease;
    color: var(--color-Text-Success);
    /*filter: drop-shadow(0 0 10px rgba(76, 209, 141, 0.45));*/
}

/* ==============================
   CTA
============================== */

.automation-areas__cta {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 176px;
    margin-top: 24px;
    padding: 36px 50px;
    gap: 38px;
    border: 1px solid rgba(86, 166, 244, 0.32);
    border-radius: 22px;
    background:
            radial-gradient(circle at 5% 50%, rgba(58, 141, 255, 0.18), transparent 28%),
            rgba(5, 17, 33, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.automation-areas__cta::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 320px;
    background-image: radial-gradient(rgba(58, 141, 255, 0.42) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.35;
}

.automation-areas__cta-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
    border: 1px solid rgba(58, 141, 255, 0.24);
    border-radius: 50%;
    color: var(--color-Accent-DeepBlue);
    background:
            radial-gradient(circle at 36% 30%, rgba(108, 168, 255, 0.34) 0, rgba(108, 168, 255, 0.16) 18%, transparent 36%),
            radial-gradient(circle at 50% 52%, rgba(58, 141, 255, 0.22) 0, rgba(12, 39, 76, 0.62) 52%, rgba(5, 17, 33, 0.92) 100%);
    box-shadow:
            inset 8px 8px 16px rgba(255, 255, 255, 0.05),
            inset -12px -14px 20px rgba(0, 0, 0, 0.34),
            0 0 24px rgba(58, 141, 255, 0.22);
}

.automation-areas__cta-icon::before {
    content: "";
    position: relative;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    background-color: currentColor;
    mask: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg") center / contain no-repeat;
    -webkit-mask: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg") center / contain no-repeat;
}

.automation-areas__cta-icon::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 15px;
    z-index: 1;
    width: 22px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    filter: blur(3px);
}

.automation-areas__cta-text {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-width: 0;
}

.automation-areas__cta-title {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 34px/40px "Inter", sans-serif;
    letter-spacing: -0.025em;
}

.automation-areas__cta-subtitle {
    max-width: 620px;
    margin: 12px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 22px/30px "Inter", sans-serif;
}

.automation-areas__cta-divider {
    position: relative;
    z-index: 1;
    flex: 0 0 1px;
    width: 1px;
    height: 98px;
    background: rgba(140, 196, 255, 0.2);
}

.automation-areas__cta-picture {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 260px;
    width: 260px;
    pointer-events: none;
}

.automation-areas__cta-picture img {
    display: block;
    width: 260px;
    height: auto;
}

/* ==============================
   CTA BUTTON
============================== */

.automation-areas__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 16px 32px;
    border: 1px solid rgba(34, 197, 94, 0.75);
    border-radius: 12px;
    background: linear-gradient(247deg, #22c55e 0%, #16a34a 100%);
    color: #f8fafc;
    font: var(--typo-Button-Medium, var(--typo-Body-SemiBold));
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.automation-areas__button:hover,
.automation-areas__button:focus-visible {
    opacity: 0.94;
    transform: translateY(-1px);
}


.automation-areas__button-text {
    display: block;
}

.automation-areas__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #f8fafc;
}

.automation-areas__button-icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    mask: url("/local/templates/buninsys_local/css/../img/icons/arrow-big.svg") center / contain no-repeat;
    -webkit-mask: url("/local/templates/buninsys_local/css/../img/icons/arrow-big.svg") center / contain no-repeat;
}

/* ==============================
   1440
============================== */

@media (max-width: 1440px) {

    .automation-areas .wrapper.automation-areas__inner {
        padding-inline: 28px;
    }

    .automation-areas__head {
        gap: 42px;
    }

    .automation-areas__title {
        font: 800 48px/60px "Inter", sans-serif;
    }

    .automation-areas__subtitle {
        font: 400 20px/30px "Inter", sans-serif;
    }

    .automation-areas__badges {
        flex-basis: 620px;
        max-width: 620px;
    }

    .automation-areas__badge {
        flex-basis: 190px;
    }

    .automation-areas__card {
        min-height: 240px;
        padding: 32px 30px;
        gap: 24px;
    }

    .automation-areas__icon,
    .automation-areas__icon::before {
        width: 58px;
        height: 58px;
    }

    .automation-areas__icon {
        flex-basis: 58px;
    }

    .automation-areas__card-title {
        font: 800 26px/32px "Inter", sans-serif;
    }

    .automation-areas__card-text {
        font: 400 18px/26px "Inter", sans-serif;
    }

    .automation-areas__cta {
        padding: 34px 42px;
        gap: 30px;
    }

    .automation-areas__button {
        flex-basis: 340px;
        width: 340px;
        font: 800 22px/26px "Inter", sans-serif;
    }

    .automation-areas__cta-picture {
        flex-basis: 220px;
        width: 220px;
    }

    .automation-areas__cta-picture img {
        width: 220px;
    }
}

@media (max-width: 1335px) {
    .automation-areas__card {
        flex-basis: calc((100% - 24px) / 2);
    }
}

/* ==============================
   1200
============================== */

@media (max-width: 1200px) {

    .automation-areas .wrapper.automation-areas__inner {
        padding-inline: 24px;
    }

    .automation-areas__head {
        flex-direction: column;
        gap: 28px;
    }

    .automation-areas__badges {
        justify-content: flex-start;
        flex-basis: auto;
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }

    .automation-areas__badge {
        flex: 1 1 210px;
    }

    /*.automation-areas__grid {*/
    /*    grid-template-columns: repeat(2, minmax(0, 1fr));*/
    /*}*/

    .automation-areas__cta {
        gap: 28px;
    }

    .automation-areas__cta-divider,
    .automation-areas__cta-picture {
        display: none;
    }

    .automation-areas__button {
        flex-basis: 320px;
        width: 320px;
    }
}

@media (max-width: 900px) {

}

/* ==============================
   844 / TABLET
============================== */

@media (max-width: 900px) {

    .automation-areas .wrapper.automation-areas__inner {
        padding-inline: 20px;
    }

    .automation-areas {
        padding: 60px 0;
    }

    .automation-areas__badges {
        gap: 12px;
    }

    .automation-areas__badge {
        flex: 1 1 30%;
        min-width: 0;
        padding: 15px 16px;
    }

    /*.automation-areas__grid {*/
    /*    gap: 16px;*/
    /*}*/

    /*.automation-areas__card {*/
    /*    flex-basis: calc((100% - 16px) / 2);*/
    /*    min-height: 220px;*/
    /*    padding: 28px 24px;*/
    /*    gap: 20px;*/
    /*}*/

    .automation-areas__card {
        gap: 15px;
        padding: 15px;
    }

    /*.automation-areas__icon,*/
    /*.automation-areas__icon::before {*/
    /*    width: 50px;*/
    /*    height: 50px;*/
    /*}*/

    /*.automation-areas__icon {*/
    /*    flex-basis: 50px;*/
    /*}*/

    .automation-areas__cta {
        flex-wrap: wrap;
        gap: 18px 22px;
    }

    .automation-areas__cta-icon {
        flex-basis: 62px;
        width: 62px;
        height: 62px;
    }

    .automation-areas__button {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 843px) {

    .automation-areas__grid {
        gap: 16px;
    }

    .automation-areas__card {
        flex-basis: 100%;
        min-height: auto;
        padding: 30px;
    }

    .automation-areas__icon,
    .automation-areas__icon::before {
        width: 64px;
        height: 64px;
    }

    /*.automation-areas__card {*/
    /*    flex-basis: calc((100% - 16px) / 2);*/
    /*    min-height: 220px;*/
    /*    padding: 28px 24px;*/
    /*    gap: 20px;*/
    /*}*/

}

@media (max-width: 740px) {

    .automation-areas__badges {
        flex-direction: column;
        align-items: center;
    }

    .automation-areas__badge {
        flex: 0 0 auto;
        width: 210px;
        min-height: 78px;
    }

}

/* ==============================
   600 / MOBILE
============================== */

@media (max-width: 600px) {

    .automation-areas .wrapper.automation-areas__inner {
        padding-inline: 14px;
    }

    .automation-areas {
        padding: 50px 0;
    }

    .automation-areas__title {
        font: 800 36px/44px "Inter", sans-serif;
    }

    .automation-areas__subtitle {
        font: 400 17px/26px "Inter", sans-serif;
    }



    /*.automation-areas__grid {*/
    /*    grid-template-columns: 1fr;*/
    /*}*/

    /*.automation-areas__card {*/
    /*    flex-basis: 100%;*/
    /*    min-height: auto;*/
    /*}*/

    .automation-areas__cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 22px;
    }

    .automation-areas__cta::before {
        width: 100%;
        opacity: 0.22;
    }

    .automation-areas__cta-icon {
        flex-basis: 66px;
        width: 66px;
        height: 66px;
    }

    .automation-areas__cta-title {
        font: 800 28px/34px "Inter", sans-serif;
    }

    .automation-areas__cta-subtitle {
        font: 400 18px/26px "Inter", sans-serif;
    }

    .automation-areas__button {
        flex: 0 0 auto;
        width: 100%;
        height: 68px;
        font: 800 20px/24px "Inter", sans-serif;
    }
}

/* ==============================
   390
============================== */

@media (max-width: 415px) {
    .automation-areas {
        padding: 42px 0;
    }

    .automation-areas__eyebrow {
        margin-bottom: 14px;
        padding: 8px 14px;
        gap: 10px;
        font: 700 12px/16px "Inter", sans-serif;
    }

    .automation-areas__eyebrow::before {
        flex-basis: 10px;
        width: 10px;
        height: 10px;
    }

    .automation-areas__title {
        font: 800 32px/39px "Inter", sans-serif;
    }

    .automation-areas__subtitle {
        font: 400 16px/24px "Inter", sans-serif;
    }

    .automation-areas__card {
        flex-direction: column;
        gap: 18px;
        padding: 24px 20px;
    }

    .automation-areas__card-title {
        font: 800 25px/31px "Inter", sans-serif;
    }

    .automation-areas__card-text {
        margin-top: 12px;
        font: 400 17px/25px "Inter", sans-serif;
    }

    .automation-areas__link {
        padding-top: 22px;
    }

    .automation-areas__button {
        font: 800 19px/24px "Inter", sans-serif;
    }
}
/* End */


/* Start:/local/templates/buninsys_local/css/production-calculator.css?178454238045768*/
/* ==============================
   PRODUCTION CALCULATOR
   Simplified styles for one dynamic interface
============================== */

.production-calculator,
.production-calculator *,
.production-calculator *::before,
.production-calculator *::after {
    box-sizing: border-box;
}

.production-calculator {
    position: relative;
    overflow: hidden;
    padding: 74px 0 82px;
    color: var(--color-Text-Primary);
    background: linear-gradient(135deg, #020711 0%, #061224 52%, #020711 100%);
}

.production-calculator__inner {
    position: relative;
}

/* ==============================
   HEAD
============================== */

.production-calculator__head {
    max-width: 1160px;
    margin-bottom: 28px;
}

.production-calculator__eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
    padding: 9px 18px;
    gap: 10px;
    border: 1px solid rgba(58, 141, 255, 0.34);
    border-radius: 999px;
    background: #0a1c38;
    color: var(--color-Accent-LightBlue);
    font: 700 15px/20px "Inter", sans-serif;
}

.production-calculator__eyebrow-icon {
    display: inline-flex;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: var(--color-Accent-LightBlue);
}

.production-calculator__eyebrow-icon::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: var(--color-Accent-Green);
    mask: url("/local/templates/buninsys_local/css/../img/icons/price.svg") center / contain no-repeat;
    -webkit-mask: url("/local/templates/buninsys_local/css/../img/icons/price.svg") center / contain no-repeat;
}

.production-calculator__title {
    max-width: 1120px;
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 56px/64px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.production-calculator__title span {
    color: var(--color-Accent-DeepBlue);
}

.production-calculator__subtitle {
    max-width: 850px;
    margin: 18px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 23px/32px "Inter", sans-serif;
}

/* ==============================
   MAIN LAYOUT
============================== */

.production-calculator__main {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.production-calculator__demo {
    flex: 1 1 auto;
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(86, 166, 244, 0.44);
    border-radius: 26px;
    background: #07172d;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

/* ==============================
   DEMO TOP
============================== */

.production-calculator__demo-top {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-bottom: 16px;
    gap: 24px;
    border-bottom: 1px solid rgba(140, 196, 255, 0.16);
}

.production-calculator__demo-brand,
.production-calculator__demo-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.production-calculator__demo-brand {
    gap: 14px;
}

.production-calculator__demo-actions {
    gap: 10px;
}

.production-calculator__demo-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 34px;
    border: 1px solid rgba(58, 141, 255, 0.42);
    border-radius: 10px;
    background: rgba(4, 16, 33, 0.82);
    color: var(--color-Accent-Blue);
}

.production-calculator__demo-logo::before {
    content: "";
    display: block;
    width: 31px;
    height: 21px;
    background-color: currentColor;

    mask-image: url("/local/templates/buninsys_local/css/../img/icons/1s.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/1s.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.production-calculator__demo-name {
    color: var(--color-Text-Primary);
    font: 800 17px/22px "Inter", sans-serif;
    white-space: nowrap;
}

.production-calculator__demo-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: 26px;
}

.production-calculator__demo-tabs button {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-Text-Secondary);
    font: 700 13px/18px "Inter", sans-serif;
    cursor: pointer;
}

.production-calculator__demo-tabs button > span {
    color: inherit;
    font: inherit;
}

.production-calculator__demo-tabs button:hover,
.production-calculator__demo-tabs button:focus-visible,
.production-calculator__demo-tabs button.is-active {
    color: var(--color-Text-Primary);
}

.production-calculator__demo-tabs button:focus-visible {
    outline: 2px solid rgba(58, 141, 255, 0.5);
    outline-offset: 5px;
}

.production-calculator__demo-tabs button.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 2px;
    border-radius: 999px;
    background: var(--color-Accent-DeepBlue);
}

.production-calculator__tab-mobile {
    display: none;
}

/* ==============================
   AUTOPLAY AND SAVE
============================== */

.production-calculator__autoplay-toggle,
.production-calculator__save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid rgba(140, 196, 255, 0.22);
    border-radius: 10px;
    background: #111f37;
    font: 800 12px/16px "Inter", sans-serif;
}

.production-calculator__autoplay-toggle {
    padding: 7px 12px;
    gap: 9px;
    color: var(--color-Text-Secondary);
    cursor: pointer;
}

.production-calculator__save {
    padding: 8px 16px;
    color: var(--color-Text-Primary);
    cursor: default;
}

.production-calculator__autoplay-toggle:hover,
.production-calculator__autoplay-toggle:focus-visible {
    color: var(--color-Text-Primary);
    border-color: rgba(58, 141, 255, 0.5);
}

.production-calculator__autoplay-toggle:focus-visible {
    outline: 2px solid rgba(58, 141, 255, 0.5);
    outline-offset: 2px;
}

.production-calculator__autoplay-toggle.is-active {
    color: var(--color-Text-Success);
    border-color: rgba(76, 209, 141, 0.38);
    background: #072d1c;
}

.production-calculator__autoplay-track {
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 17px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.18);
}

.production-calculator__autoplay-dot {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(248, 250, 252, 0.72);
    transition: left 180ms ease, background 180ms ease;
}

.production-calculator__autoplay-toggle.is-active .production-calculator__autoplay-dot {
    left: 16px;
    background: var(--color-Text-Success);
}

/* ==============================
   CASE SWITCHES
============================== */

.production-calculator__switches {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-top: 16px;
    padding-bottom: 4px;
    cursor: grab;
    scrollbar-width: none;
}

.production-calculator__switches::-webkit-scrollbar {
    display: none;
}

.production-calculator__switches.is-dragging {
    cursor: grabbing;
}

.production-calculator__switches-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 100%;
    padding-inline: var(--switches-side-space, 50%);
    gap: 10px;
}

.production-calculator__switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 38px;
    padding: 9px 15px;
    border: 1px solid rgba(86, 166, 244, 0.22);
    border-radius: 999px;
    background: #111f37;
    color: var(--color-Text-Secondary);
    font: 800 13px/18px "Inter", sans-serif;
    cursor: pointer;
}

.production-calculator__switch:hover,
.production-calculator__switch:focus-visible {
    color: var(--color-Text-Primary);
    border-color: rgba(58, 141, 255, 0.5);
}

.production-calculator__switch:focus-visible {
    outline: 2px solid rgba(58, 141, 255, 0.46);
    outline-offset: 3px;
}

.production-calculator__switch.is-active {
    color: var(--color-Text-Primary);
    border-color: rgba(108, 168, 255, 0.82);
    background: #1f4f91;
}

/* ==============================
   ONE DYNAMIC CASE
============================== */

.production-calculator__cases {
    position: relative;
}

.production-calculator__case {
    padding-top: 18px;
    opacity: 1;
    transition: opacity 260ms ease;
}

.production-calculator__case.is-changing {
    opacity: 0;
    pointer-events: none;
}

.production-calculator__case-grid {
    display: flex;
    align-items: stretch;
    gap: 18px;
}

.production-calculator__visual {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

/* ==============================
   PARAMETERS
============================== */

.production-calculator__params {
    display: flex;
    flex-direction: column;
    flex: 0 0 330px;
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(86, 166, 244, 0.22);
    border-radius: 18px;
    background: #040e1c;
}

.production-calculator__product {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(140, 196, 255, 0.14);
}

.production-calculator__product span {
    display: block;
    margin-bottom: 6px;
    color: var(--color-Text-Secondary);
    font: 500 13px/18px "Inter", sans-serif;
}

.production-calculator__product h3 {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 25px/32px "Inter", sans-serif;
    letter-spacing: -0.035em;
}

.production-calculator__field-list,
.production-calculator__additional-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.production-calculator__field-list {
    margin-top: 16px;
}

.production-calculator__field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 12px;
    gap: 14px;
    border: 1px solid rgba(86, 166, 244, 0.18);
    border-radius: 10px;
    background: #111f37;
}

.production-calculator__field span {
    color: var(--color-Text-Secondary);
    font: 500 13px/18px "Inter", sans-serif;
}

.production-calculator__field strong {
    color: var(--color-Text-Primary);
    font: 800 13px/18px "Inter", sans-serif;
    text-align: right;
}

.production-calculator__additional {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(140, 196, 255, 0.14);
}

.production-calculator__additional[hidden] {
    display: none;
}

.production-calculator__additional-title {
    margin: 0 0 10px;
    color: var(--color-Accent-LightBlue);
    font: 800 13px/18px "Inter", sans-serif;
}

/* ==============================
   PREVIEW
============================== */

.production-calculator__preview {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    min-height: 430px;
    border: 1px solid rgba(86, 166, 244, 0.18);
    border-radius: 20px;
    background: #071223;
}

.production-calculator__picture {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    border-radius: inherit;
}

.production-calculator__picture img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.production-calculator__image-frame {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    border-radius: inherit;
    box-shadow:
            inset 0 0 0 14px rgba(7, 18, 35, 0.27),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.production-calculator__preview-top {
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 4;
}

.production-calculator__preview-modes {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    gap: 6px;
    border: 1px solid rgba(160, 210, 255, 0.18);
    border-radius: 999px;
    background: #111f37;
}

.production-calculator__preview-mode {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 30px;
    padding: 6px 12px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--color-Text-Secondary);
    font: 700 12px/16px "Inter", sans-serif;
    white-space: nowrap;
}

button.production-calculator__preview-mode {
    cursor: pointer;
}

button.production-calculator__preview-mode:hover,
button.production-calculator__preview-mode:focus-visible {
    color: var(--color-Text-Primary);
    background: rgba(248, 250, 252, 0.08);
}

button.production-calculator__preview-mode:focus-visible {
    outline: 2px solid rgba(58, 141, 255, 0.52);
    outline-offset: 2px;
}

button.production-calculator__preview-mode:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.production-calculator__preview-mode--label {
    color: var(--color-Accent-LightBlue);
    background: #16375f;
}

.production-calculator__preview-mode--active,
button.production-calculator__preview-mode--active:hover,
button.production-calculator__preview-mode--active:focus-visible {
    color: var(--color-Text-Success);
    background: #0b4129;
}

/* ==============================
   DOTS AND PROGRESS
============================== */

.production-calculator__preview-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border: 1px solid rgba(160, 210, 255, 0.18);
    border-radius: 999px;
    background: #111f37;
    transform: translateX(-50%);
}

.production-calculator__preview-progress {
    position: absolute;
    left: var(--progress-left, 0);
    top: 50%;
    z-index: 2;
    width: var(--progress-width, 0);
    height: 2px;
    border-radius: 999px;
    background: var(--color-Accent-Green);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scaleX(0);
    transform-origin: var(--progress-origin, left center);
}

.production-calculator__preview-progress::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-Accent-Green);
    opacity: 0;
    transform: translateY(-50%) scale(0.15);
}

.production-calculator__preview-progress.is-reverse::after {
    left: -5px;
    right: auto;
}

.production-calculator__preview-dots.is-counting .production-calculator__preview-progress {
    opacity: 1;
    animation: production-calculator-progress var(--progress-line-duration, 4875ms) linear forwards;
}

.production-calculator__preview-dots.is-counting .production-calculator__preview-progress::after {
    animation: production-calculator-target-dot var(--target-dot-duration, 1625ms) ease-out var(--target-dot-delay, 4875ms) forwards;
}

@keyframes production-calculator-progress {
    to {
        transform: translateY(-50%) scaleX(1);
    }
}

@keyframes production-calculator-target-dot {
    from {
        opacity: 1;
        transform: translateY(-50%) scale(0.15);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

.production-calculator__preview-dot {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.production-calculator__preview-dot::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #858d99;
}

.production-calculator__preview-dot:hover::before,
.production-calculator__preview-dot:focus-visible::before {
    background: #c8d0db;
}

.production-calculator__preview-dot:focus-visible {
    outline: 2px solid rgba(58, 141, 255, 0.46);
    outline-offset: -3px;
}

.production-calculator__preview-dot.is-active {
    z-index: 3;
}

.production-calculator__preview-dot.is-active::before {
    background: var(--color-Accent-DeepBlue);
}

.production-calculator__preview-dots.is-reverse .production-calculator__preview-dot {
    z-index: 3;
}

.production-calculator__preview-dots.is-reverse .production-calculator__preview-dot.is-progress-target {
    z-index: 1;
}

.production-calculator__preview-dots.is-reverse .production-calculator__preview-dot.is-active {
    z-index: 4;
}

/* ==============================
   TOTALS AND ORDER BUTTON
============================== */

.production-calculator__totals {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
    gap: 12px;
}

.production-calculator__total {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 106px;
    padding: 13px 12px;
    border: 1px solid rgba(86, 166, 244, 0.18);
    border-radius: 14px;
    background: #071427;
}

.production-calculator__total--margin {
    border-color: rgba(34, 197, 94, 0.42);
    background: #071f17;
}

.production-calculator__total-label {
    color: var(--color-Text-Secondary);
    font: 600 13px/18px "Inter", sans-serif;
}

.production-calculator__total-value {
    overflow: hidden;
    margin-top: 7px;
    color: var(--color-Text-Primary);
    font: 800 22px/28px "Inter", sans-serif;
    letter-spacing: -0.035em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.production-calculator__total--margin .production-calculator__total-value {
    color: var(--color-Text-Success);
}

.production-calculator__total-note {
    margin-top: auto;
    padding-top: 7px;
    color: var(--color-Text-Secondary);
    font: 500 12px/16px "Inter", sans-serif;
}

.production-calculator__demo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    margin-top: 12px;
    padding: 15px 24px;
    gap: 14px;
    border: 1px solid rgba(58, 141, 255, 0.68);
    border-radius: 12px;
    background: #1766C2;
    color: var(--color-Text-Primary);
    font: 800 16px/20px "Inter", sans-serif;
    text-decoration: none;
}

.production-calculator__demo-button:hover,
.production-calculator__demo-button:focus-visible {
    background: #1255A8;
}

.production-calculator__demo-button:focus-visible,
.production-calculator__cta-button:focus-visible {
    outline: 2px solid var(--color-Accent-LightBlue);
    outline-offset: 3px;
}

.production-calculator__demo-button-icon,
.production-calculator__cta-button-icon,
.production-calculator__cta-play {
    display: inline-flex;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    color: currentColor;
}

.production-calculator__demo-button-icon::before,
.production-calculator__cta-button-icon::before,
.production-calculator__cta-play::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.production-calculator__demo-button-icon::before,
.production-calculator__cta-play::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
}

.production-calculator__demo-hint {
    margin: 10px 0 0;
    color: var(--color-Text-Secondary);
    font: 500 12px/17px "Inter", sans-serif;
    text-align: center;
}

/* ==============================
   BUSINESS SIDE
============================== */

.production-calculator__side {
    display: flex;
    flex-direction: column;
    flex: 0 0 520px;
    min-width: 0;
    gap: 16px;
}

.production-calculator__benefits,
.production-calculator__flow,
.production-calculator__stats {
    border: 1px solid rgba(86, 166, 244, 0.26);
    border-radius: 22px;
    background: #051121;
}

.production-calculator__benefits {
    padding: 24px 26px 18px;
}

.production-calculator__side-title {
    margin: 0 0 14px;
    color: var(--color-Text-Primary);
    font: 800 27px/34px "Inter", sans-serif;
    letter-spacing: -0.03em;
}

.production-calculator__benefit-list {
    display: flex;
    flex-direction: column;
}

.production-calculator__benefit {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 11px 0;
    gap: 14px;
    border-bottom: 1px solid rgba(140, 196, 255, 0.12);
}

.production-calculator__benefit:last-child {
    border-bottom: 0;
}

.production-calculator__benefit-icon,
.production-calculator__flow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(58, 141, 255, 0.26);
    border-radius: 12px;
    background: #111f37;
    color: var(--color-Accent-DeepBlue);
}

.production-calculator__benefit-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.production-calculator__benefit-icon::before,
.production-calculator__flow-icon::before,
.production-calculator__stat-icon::before,
.production-calculator__benefit-check::before,
.production-calculator__flow-arrow::before {
    content: "";
    display: block;
    background-color: currentColor;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.production-calculator__benefit-icon::before {
    width: 27px;
    height: 27px;
}

.production-calculator__benefit--speed .production-calculator__benefit-icon::before{
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/price.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/hourglass.svg");
}

.production-calculator__benefit--docs .production-calculator__benefit-icon::before{
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/product.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/product.svg");
}


.production-calculator__stat--less-work .production-calculator__stat-icon::before{
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/computer.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/computer.svg");
}
.production-calculator__flow-step--calculation .production-calculator__flow-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/price.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/price.svg");
}

.production-calculator__benefit--specification .production-calculator__benefit-icon::before{
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/docs.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/docs.svg");
}

.production-calculator__flow-step--specification .production-calculator__flow-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/report.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/report.svg");
}

.production-calculator__benefit--control .production-calculator__benefit-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
}

.production-calculator__benefit--price .production-calculator__benefit-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/scale.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/scale.svg");
}

.production-calculator__benefit--person .production-calculator__benefit-icon::before,
.production-calculator__flow-step--request .production-calculator__flow-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
}

.production-calculator__benefit-text {
    flex: 1 1 auto;
    min-width: 0;
}

.production-calculator__benefit-text h4 {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 17px/22px "Inter", sans-serif;
    letter-spacing: -0.02em;
}

.production-calculator__benefit-text p {
    margin: 4px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 13px/18px "Inter", sans-serif;
}

.production-calculator__benefit-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: var(--color-Accent-Green);
}

.production-calculator__benefit-check::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: currentColor;

    mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/circle_check.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/circle_check.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

/* ==============================
   FLOW
============================== */

.production-calculator__flow {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 18px;
    gap: 0;
    overflow: hidden;
}

.production-calculator__flow-item {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0;
}

/* Последнему шагу стрелка уже не нужна */
.production-calculator__flow-item:last-child {
    flex: 0 0 auto;
}

.production-calculator__flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    min-width: 64px;
    gap: 7px;
}

.production-calculator__flow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(58, 141, 255, 0.26);
    border-radius: 10px;
    background: rgba(17, 31, 55, 0.72);
    color: var(--color-Accent-Blue);
}

.production-calculator__flow-icon::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.production-calculator__flow-title {
    color: var(--color-Text-Primary);
    font: 700 11px/15px "Inter", sans-serif;
    text-align: center;
    white-space: nowrap;
}

.production-calculator__flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 12px;
    height: 16px;
    color: var(--color-Accent-Blue);
}

.production-calculator__flow-arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    background-color: currentColor;
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.production-calculator__flow-step--params .production-calculator__flow-icon::before{
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/solutions.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/solutions.svg");
}
.production-calculator__stat--system .production-calculator__stat-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/first.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/first.svg");
}

.production-calculator__stat--launch .production-calculator__stat-icon::before{
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/rocket.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/rocket.svg");
}

.production-calculator__flow-step--1s .production-calculator__flow-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
}

/* ==============================
   STATS
============================== */

.production-calculator__stats {
    display: flex;
    align-items: stretch;
    padding: 22px;
    gap: 18px;
}

.production-calculator__stat {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    gap: 12px;
}

.production-calculator__stat:not(:last-child) {
    padding-right: 18px;
    border-right: 1px solid rgba(140, 196, 255, 0.16);
}

.production-calculator__stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: var(--color-Accent-LightBlue);
}

.production-calculator__stat-icon::before {
    width: 38px;
    height: 38px;
}

.production-calculator__stat-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.production-calculator__stat-text strong {
    color: var(--color-Text-Primary);
    font: 800 20px/25px "Inter", sans-serif;
    letter-spacing: -0.02em;
}

.production-calculator__stat-text span {
    margin-top: 3px;
    color: var(--color-Text-Secondary);
    font: 500 12px/16px "Inter", sans-serif;
}

/* ==============================
   BOTTOM CTA
============================== */

.production-calculator__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    margin-top: 18px;
    padding: 26px;
    gap: 42px;
    border: 1px solid rgba(86, 166, 244, 0.24);
    border-radius: 22px;
    background: #051121;
}

.production-calculator__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 16px 34px;
    gap: 12px;
    border-radius: var(--radius-Button);
    color: var(--color-Text-Primary);
    font: 800 18px/22px "Inter", sans-serif;
    text-decoration: none;
}

.production-calculator__cta-button--primary {
    min-width: 380px;
    border: 1px solid rgba(108, 168, 255, 0.72);
    background: #2563b8;
}

.production-calculator__cta-button--primary:hover,
.production-calculator__cta-button--primary:focus-visible {
    background: #1d4ed8;
}

.production-calculator__cta-button--secondary {
    min-width: 300px;
    border: 1px solid rgba(140, 196, 255, 0.26);
    background: #07172d;
}

.production-calculator__cta-button:hover {
    opacity: 0.9;
}

.production-calculator__cta-button-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
}

/* ==============================
   DESKTOP MODES
============================== */

@media (min-width: 901px) {
    .production-calculator[data-calculator-section="product"] .production-calculator__side,
    .production-calculator[data-calculator-section="product"] .production-calculator__params,
    .production-calculator[data-calculator-section="product"] .production-calculator__totals,
    .production-calculator[data-calculator-section="product"] .production-calculator__demo-button,
    .production-calculator[data-calculator-section="product"] .production-calculator__demo-hint {
        display: none;
    }

    .production-calculator[data-calculator-section="product"] .production-calculator__main,
    .production-calculator[data-calculator-section="product"] .production-calculator__case-grid {
        display: block;
    }

    .production-calculator[data-calculator-section="product"] .production-calculator__demo,
    .production-calculator[data-calculator-section="product"] .production-calculator__visual,
    .production-calculator[data-calculator-section="product"] .production-calculator__preview {
        width: 100%;
        max-width: none;
    }

    .production-calculator[data-calculator-section="product"] .production-calculator__preview {
        min-height: 0;
        aspect-ratio: 1280 / 774;
    }

    .production-calculator[data-calculator-section="details"] .production-calculator__preview {
        display: none;
    }

    .production-calculator[data-calculator-section="details"] .production-calculator__totals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0;
    }
}

/* ==============================
   1600
============================== */

@media (max-width: 1600px) {
    .production-calculator__side {
        flex-basis: 480px;
    }

    .production-calculator__params {
        flex-basis: 300px;
    }

    .production-calculator__preview {
        min-height: 390px;
    }
}

/* ==============================
   1440
============================== */

@media (max-width: 1440px) {
    .production-calculator {
        padding: 70px 0 78px;
    }

    .production-calculator__title {
        font: 800 48px/60px "Inter", sans-serif;
    }

    .production-calculator__subtitle {
        font: 400 20px/30px "Inter", sans-serif;
    }

    .production-calculator__main {
        gap: 24px;
    }

    .production-calculator__side {
        flex-basis: 430px;
    }

    .production-calculator__params {
        flex-basis: 270px;
        padding: 18px;
    }

    .production-calculator__demo-tabs {
        gap: 18px;
    }

    .production-calculator__preview {
        min-height: 360px;
    }

    .production-calculator__benefits {
        padding: 22px 22px 16px;
    }

    .production-calculator__benefit-text h4 {
        font: 800 16px/21px "Inter", sans-serif;
    }

    .production-calculator__benefit-text p {
        font: 400 12px/17px "Inter", sans-serif;
    }

}

/* ==============================
   STATS / MEDIUM DESKTOP
============================== */

@media (min-width: 1201px) and (max-width: 1600px) {
    .production-calculator__stats {
        flex-direction: column;
        padding: 18px 22px;
        gap: 0;
    }

    .production-calculator__stat {
        width: 100%;
        min-height: 76px;
        padding: 14px 0;
        gap: 16px;
    }

    .production-calculator__stat:not(:last-child) {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(140, 196, 255, 0.16);
    }

    .production-calculator__stat-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
    }

    .production-calculator__stat-text {
        flex: 1 1 auto;
    }

    .production-calculator__stat-text strong {
        font: 800 19px/24px "Inter", sans-serif;
    }

    .production-calculator__stat-text span {
        margin-top: 3px;
        font: 500 13px/18px "Inter", sans-serif;
    }
}

/* ==============================
   1200
============================== */

@media (max-width: 1200px) {
    .production-calculator__main {
        flex-direction: column;
    }

    .production-calculator__side {
        flex: 0 0 auto;
        width: 100%;
    }

    .production-calculator__benefit-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .production-calculator__benefit {
        min-height: 88px;
        padding: 14px;
        border: 1px solid rgba(140, 196, 255, 0.12);
        border-radius: 16px;
        background: #071427;
    }
}

/* ==============================
   CALCULATOR TOP / 901–1600
============================== */

@media (min-width: 901px) and (max-width: 1600px) {
    .production-calculator__demo-top {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 14px;
    }

    /* Первая строка: название слева */
    .production-calculator__demo-brand {
        order: 1;
        flex: 1 1 300px;
        min-width: 0;
    }

    .production-calculator__demo-name {
        white-space: normal;
    }

    /* Первая строка: Авто и Сохранить справа */
    .production-calculator__demo-actions {
        order: 2;
        flex: 0 0 auto;
        margin-left: auto;
    }

    /* Вторая строка: вкладки */
    .production-calculator__demo-tabs {
        order: 3;
        flex: 0 0 100%;
        justify-content: center;
        width: 100%;
        min-width: 0;
        gap: 28px;
    }
}

/* ==============================
   MOBILE MODES
============================== */

@media (max-width: 900px) {
    .production-calculator__tab-desktop {
        display: none;
    }

    .production-calculator__tab-mobile {
        display: inline;
    }

    .production-calculator__case-grid {
        display: block;
    }

    .production-calculator__params,
    .production-calculator__visual {
        width: 100%;
    }

    .production-calculator[data-calculator-section="product"] .production-calculator__params,
    .production-calculator[data-calculator-section="product"] .production-calculator__totals,
    .production-calculator[data-calculator-section="product"] .production-calculator__demo-button,
    .production-calculator[data-calculator-section="product"] .production-calculator__demo-hint {
        display: none;
    }

    .production-calculator[data-calculator-section="details"] .production-calculator__visual,
    .production-calculator[data-calculator-section="details"] .production-calculator__demo-button,
    .production-calculator[data-calculator-section="details"] .production-calculator__demo-hint {
        display: none;
    }

    .production-calculator[data-calculator-section="details"] .production-calculator__params {
        display: flex;
        flex: 0 0 auto;
    }

    .production-calculator[data-calculator-section="summary"] .production-calculator__params,
    .production-calculator[data-calculator-section="summary"] .production-calculator__preview {
        display: none;
    }

    .production-calculator[data-calculator-section="summary"] .production-calculator__totals {
        margin-top: 0;
    }

    .production-calculator__preview-dots {
        left: 18px;
        transform: none;
    }

    .production-calculator__demo-top {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 14px;
    }

    /* Первая строка */
    .production-calculator__demo-brand {
        order: 1;
        flex: 0 0 100%;
        width: 100%;
    }

    /* Вторая строка слева */
    .production-calculator__demo-tabs {
        order: 2;
        flex: 1 1 0;
        justify-content: flex-start;
        min-width: 0;
        width: auto;
        padding-bottom: 8px;
        gap: 16px;
    }

    /* Вторая строка справа */
    .production-calculator__demo-actions {
        order: 3;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .production-calculator__save {
        display: none;
    }

}

/* ==============================
   844
============================== */

@media (max-width: 844px) {
    .production-calculator {
        padding: 60px 0 66px;
    }

    .production-calculator__head {
        margin-bottom: 24px;
    }

    .production-calculator__title {
        font: 800 42px/50px "Inter", sans-serif;
    }

    .production-calculator__subtitle {
        font: 400 18px/27px "Inter", sans-serif;
    }

    .production-calculator__demo {
        padding: 18px;
    }


    /* Переключатель Авто стоит справа от вкладок */
    .production-calculator__demo-actions {
        order: 3;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .production-calculator__demo-tabs button.is-active::after {
        bottom: -8px;
    }

    .production-calculator__save {
        display: none;
    }

    .production-calculator__field-list {
        flex-flow: row wrap;
    }

    .production-calculator__field {
        flex: 1 1 210px;
    }

    .production-calculator__preview {
        min-height: 340px;
    }

    .production-calculator__totals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .production-calculator__benefit-list {
        grid-template-columns: 1fr;
    }


    .production-calculator__cta {
        flex-direction: column;
        gap: 16px;
    }

    .production-calculator__cta-button {
        width: 100%;
    }
}

/* ==============================
   600
============================== */

@media (max-width: 600px) {
    .production-calculator {
        padding: 50px 0 56px;
    }

    .production-calculator__inner {
        padding-inline: 20px;
    }

    .production-calculator__eyebrow {
        margin-bottom: 14px;
        padding: 8px 14px;
        font: 700 12px/16px "Inter", sans-serif;
    }

    .production-calculator__title {
        font: 800 36px/44px "Inter", sans-serif;
    }

    .production-calculator__subtitle {
        margin-top: 15px;
        font: 400 17px/26px "Inter", sans-serif;
    }

    .production-calculator__demo {
        padding: 14px;
        border-radius: 22px;
    }

    .production-calculator__demo-brand {
        gap: 10px;
    }

    .production-calculator__demo-name {
        white-space: normal;
    }

    .production-calculator__demo-tabs {
        gap: 16px;
    }

    .production-calculator__params,
    .production-calculator__preview {
        border-radius: 16px;
    }

    .production-calculator__field-list,
    .production-calculator__additional-list {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .production-calculator__field-list > .production-calculator__field,
    .production-calculator__additional-list > .production-calculator__field {
        flex: 0 0 auto;
        width: 100%;
        min-height: 48px;
        padding: 10px 12px;
    }

    .production-calculator__preview {
        min-height: 270px;
    }

    .production-calculator__totals {
        grid-template-columns: 1fr;
    }

    .production-calculator__total {
        min-height: 94px;
    }

    .production-calculator__benefits,
    .production-calculator__flow,
    .production-calculator__stats,
    .production-calculator__cta {
        border-radius: 18px;
    }

    .production-calculator__benefits {
        padding: 22px 18px;
    }

    .production-calculator__benefit {
        align-items: flex-start;
    }

    .production-calculator__benefit-check {
        display: none;
    }

    .production-calculator__stats {
        flex-direction: column;
    }

    .production-calculator__stat:not(:last-child) {
        padding-right: 0;
        padding-bottom: 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(140, 196, 255, 0.16);
    }

    .production-calculator__cta {
        padding: 20px;
    }

    .production-calculator__cta-button {
        min-width: 0;
        min-height: 58px;
        padding: 15px 20px;
        font: 800 16px/20px "Inter", sans-serif;
    }

    .production-calculator__flow {
        padding: 14px 10px;
    }

    .production-calculator__flow-step {
        min-width: 50px;
    }

    .production-calculator__flow-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .production-calculator__flow-title {
        max-width: 62px;
        font: 700 10px/13px "Inter", sans-serif;
        white-space: normal;
    }

    .production-calculator__flow-arrow {
        min-width: 4px;
    }

    .production-calculator__flow-arrow::before {
        width: 14px;
        height: 12px;
    }

}

/* ==============================
   390
============================== */

@media (max-width: 390px) {
    .production-calculator {
        padding: 44px 0 50px;
    }

    .production-calculator__inner {
        padding-inline: 16px;
    }

    .production-calculator__title {
        font: 800 32px/39px "Inter", sans-serif;
    }

    .production-calculator__subtitle {
        font: 400 16px/24px "Inter", sans-serif;
    }

    .production-calculator__demo {
        padding: 12px;
    }

    .production-calculator__product h3 {
        font: 800 22px/28px "Inter", sans-serif;
    }

    .production-calculator__preview {
        min-height: 230px;
    }

    .production-calculator__side-title {
        font: 800 24px/30px "Inter", sans-serif;
    }

    .production-calculator__demo-tabs {
        gap: 9px;
    }

    .production-calculator__demo-tabs button {
        font: 700 12px/16px "Inter", sans-serif;
        white-space: nowrap;
    }

    .production-calculator__autoplay-toggle {
        min-height: 32px;
        padding: 6px 9px;
        gap: 6px;
    }

    .production-calculator__params {
        padding: 16px;
    }

    .production-calculator__product {
        padding-bottom: 14px;
    }

    .production-calculator__field-list {
        margin-top: 14px;
    }

    .production-calculator__field span {
        flex: 1 1 auto;
        min-width: 0;
    }

    .production-calculator__field strong {
        flex: 0 0 auto;
        max-width: 45%;
    }
}

/* End */


/* Start:/local/templates/buninsys_local/css/automation-cases.css?178450845324477*/
/* ==============================
   AUTOMATION CASES
============================== */

.automation-cases,
.automation-cases *,
.automation-cases *::before,
.automation-cases *::after {
    box-sizing: border-box;
}

.automation-cases {
    position: relative;
    overflow: hidden;
    padding: 76px 0 82px;
    color: var(--color-Text-Primary);
    background:
            radial-gradient(circle at 96% 13%, rgba(20, 104, 255, 0.14), transparent 18%),
            radial-gradient(circle at 4% 26%, rgba(20, 104, 255, 0.08), transparent 16%),
            linear-gradient(135deg, #020711 0%, #061224 52%, #020711 100%);
}

.automation-cases::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.automation-cases::before {
    opacity: 0.18;
    background-image:
            linear-gradient(rgba(58, 141, 255, 0.28) 1px, transparent 1px),
            linear-gradient(90deg, rgba(58, 141, 255, 0.28) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.6) 0%,
            transparent 20%,
            transparent 80%,
            rgba(0, 0, 0, 0.7) 100%
    );
    -webkit-mask-image: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.6) 0%,
            transparent 20%,
            transparent 80%,
            rgba(0, 0, 0, 0.7) 100%
    );
}


.automation-cases__inner {
    position: relative;
    z-index: 1;
}

/* ==============================
   HEAD
============================== */

.automation-cases__head {
    max-width: 1220px;
    margin: 0 auto 34px;
    text-align: center;
}

.automation-cases__eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 14px;
    padding: 8px 18px;
    gap: 10px;
    border: 1px solid rgba(58, 141, 255, 0.5);
    border-radius: 12px;
    background: rgba(5, 17, 33, 0.88);
    color: var(--color-Accent-LightBlue);
    font: 700 15px/20px "Inter", sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.automation-cases__eyebrow-icon {
    display: inline-flex;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: var(--color-Accent-DeepBlue);
}

.automation-cases__eyebrow-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-Accent-Green);
    mask: url("/local/templates/buninsys_local/css/../img/icons/solutions.svg") center / contain no-repeat;
    -webkit-mask: url("/local/templates/buninsys_local/css/../img/icons/solutions.svg") center / contain no-repeat;
}

.automation-cases__title {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 56px/64px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.automation-cases__subtitle {
    max-width: 820px;
    margin: 12px auto 0;
    color: var(--color-Text-Secondary);
    font: 400 22px/31px "Inter", sans-serif;
}

/* ==============================
   CASE GRID
============================== */

.automation-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
}

.automation-cases__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(58, 141, 255, 0.68);
    border-radius: 24px;
    background: rgba(4, 16, 33, 0.9);
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.03),
            0 18px 44px rgba(0, 0, 0, 0.2);
}

.automation-cases__picture {
    display: block;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(86, 166, 244, 0.22);
    border-radius: 16px;
    background: #07172d;
}

.automation-cases__picture img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

/* ==============================
   CARD HEAD
============================== */

.automation-cases__card-head {
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 16px 2px 12px;
    gap: 12px;
}

.automation-cases__case-icon,
.automation-cases__detail-icon,
.automation-cases__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(58, 141, 255, 0.5);
    background: rgba(8, 35, 72, 0.9);
    color: var(--color-Accent-DeepBlue);
}

.automation-cases__case-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 11px;
}

.automation-cases__case-icon::before,
.automation-cases__detail-icon::before,
.automation-cases__cta-icon::before,
.automation-cases__cta-arrow::before,
.automation-cases__result-list li::before {
    content: "";
    display: block;
    background-color: currentColor;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.automation-cases__case-icon::before {
    width: 27px;
    height: 27px;
}

.automation-cases__card--tolling .automation-cases__case-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/factory.svg");
}

.automation-cases__card--calculator .automation-cases__case-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/price.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/price.svg");
}

.automation-cases__card--integration .automation-cases__case-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/computer.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/computer.svg");
}

.automation-cases__card-title {
    min-width: 0;
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 25px/31px "Inter", sans-serif;
    letter-spacing: -0.03em;
}

/* ==============================
   DETAILS
============================== */

.automation-cases__details {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    border: 1px solid rgba(86, 166, 244, 0.24);
    border-radius: 15px;
    background: rgba(5, 17, 33, 0.68);
}

.automation-cases__detail {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 76px;
    padding: 13px 12px;
    gap: 14px;
}

.automation-cases__detail:not(:last-child) {
    border-bottom: 1px solid rgba(140, 196, 255, 0.18);
}

.automation-cases__detail--result {
    align-items: flex-start;
}

.automation-cases__detail-label {
    display: flex;
    align-items: center;
    flex: 0 0 142px;
    min-width: 0;
    gap: 10px;
}

.automation-cases__detail-label strong {
    color: var(--color-Text-Primary);
    font: 700 14px/19px "Inter", sans-serif;
    white-space: nowrap;
}

.automation-cases__detail-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 9px;
}

.automation-cases__detail-icon::before {
    width: 21px;
    height: 21px;
}

.automation-cases__detail-icon--question::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
}

.automation-cases__detail-icon--work::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/solutions.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/solutions.svg");
}

.automation-cases__detail-icon--result::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/report.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/report.svg");
}

.automation-cases__detail p {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #d8dee8;
    font: 400 14px/20px "Inter", sans-serif;
}

.automation-cases__result-list {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    gap: 7px;
    list-style: none;
}

.automation-cases__result-list li {
    position: relative;
    min-width: 0;
    padding-left: 24px;
    color: #d8dee8;
    font: 400 14px/19px "Inter", sans-serif;
}

.automation-cases__result-list li::before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    color: var(--color-Accent-Green);
    mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/circle_check.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/circle_check.svg");
}

/* ==============================
   CTA
============================== */

.automation-cases__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 118px;
    margin-top: 20px;
    padding: 20px 26px;
    gap: 28px;
    border: 1px solid rgba(58, 141, 255, 0.58);
    border-radius: 21px;
    background: rgba(4, 16, 33, 0.88);
}

.automation-cases__cta-content {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 22px;
}

.automation-cases__cta-icon {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    box-shadow:
            0 0 0 7px rgba(58, 141, 255, 0.06),
            0 0 24px rgba(58, 141, 255, 0.34);
}

.automation-cases__cta-icon::before {
    width: 35px;
    height: 35px;
    mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
}

.automation-cases__cta-text {
    min-width: 0;
}

.automation-cases__cta-text h3 {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 22px/28px "Inter", sans-serif;
    letter-spacing: -0.025em;
}

.automation-cases__cta-text p {
    margin: 6px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 16px/23px "Inter", sans-serif;
}

.automation-cases__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 310px;
    min-height: 60px;
    padding: 16px 28px;
    gap: 18px;
    border: 1px solid rgba(108, 168, 255, 0.8);
    border-radius: 12px;
    background: var(--color-Accent-Blue);
    color: var(--color-Text-Primary);
    font: 800 18px/22px "Inter", sans-serif;
    text-decoration: none;
    box-shadow: 0 0 24px rgba(58, 141, 255, 0.34);
    transition:
            background var(--transition-Base),
            transform var(--transition-Base);
}

.automation-cases__cta-button:hover {
    background: var(--color-Accent-DeepBlue);
    transform: translateY(-1px);
}

.automation-cases__cta-button:focus-visible {
    outline: 2px solid var(--color-Accent-LightBlue);
    outline-offset: 3px;
}

.automation-cases__cta-arrow {
    display: inline-flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: currentColor;
}

.automation-cases__cta-arrow::before {
    width: 100%;
    height: 100%;
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
}

/* ==============================
   CASES CAROUSEL
============================== */

.automation-cases__carousel {
    position: relative;
    min-width: 0;
}

.automation-cases__viewport {
    width: 100%;
    min-width: 0;
    overflow: visible;
}

.automation-cases__nav,
.automation-cases__dots {
    display: none;
}

/* ==============================
   1600
============================== */

@media (max-width: 1600px) {
    .automation-cases__title {
        font: 800 52px/61px "Inter", sans-serif;
    }

    .automation-cases__card {
        padding: 14px;
    }

    .automation-cases__card-title {
        font: 800 23px/29px "Inter", sans-serif;
    }

    .automation-cases__detail {
        padding-inline: 10px;
        gap: 10px;
    }

    .automation-cases__detail-label {
        flex-basis: 130px;
        gap: 8px;
    }
}

/* ==============================
   1440
============================== */

@media (max-width: 1440px) {
    .automation-cases {
        padding: 70px 0 76px;
    }

    .automation-cases__title {
        font: 800 48px/58px "Inter", sans-serif;
    }

    .automation-cases__subtitle {
        font: 400 20px/29px "Inter", sans-serif;
    }

    .automation-cases__grid {
        gap: 16px;
    }

    .automation-cases__card-title {
        font: 800 21px/27px "Inter", sans-serif;
    }

    .automation-cases__case-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

    .automation-cases__detail {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        padding: 12px;
        gap: 9px;
    }

    .automation-cases__detail-label {
        flex: 0 0 auto;
        width: 100%;
    }

    .automation-cases__detail p,
    .automation-cases__result-list {
        width: 100%;
        padding-left: 46px;
    }

    .automation-cases__result-list li {
        padding-left: 23px;
    }
}

/* ==============================
   1245
============================== */

@media (max-width: 1245px) {
    .automation-cases__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .automation-cases__card:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc((100% - 18px) / 2);
    }

    .automation-cases__detail {
        align-items: center;
        flex-direction: row;
        min-height: 76px;
    }

    .automation-cases__detail-label {
        flex: 0 0 142px;
        width: auto;
    }

    .automation-cases__detail p,
    .automation-cases__result-list {
        width: auto;
        padding-left: 0;
    }
}

/* ==============================
   CAROUSEL FROM 1200
============================== */

@media (max-width: 1200px) {
    .automation-cases__carousel {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
    }

    .automation-cases__viewport {
        grid-column: 1;
        grid-row: 1;
        overflow-x: auto;
        overflow-y: hidden;
        cursor: grab;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .automation-cases__viewport::-webkit-scrollbar {
        display: none;
    }

    .automation-cases__viewport.is-dragging {
        cursor: grabbing;
        user-select: none;
    }

    .automation-cases__viewport.is-dragging img {
        pointer-events: none;
        -webkit-user-drag: none;
    }

    .automation-cases__grid {
        display: flex;
        align-items: stretch;
        width: max-content;
        min-width: 100%;
        padding-inline: var(--automation-cases-side-space, 0);
        gap: 18px;
    }

    .automation-cases__card,
    .automation-cases__card:last-child {
        flex: 0 0 78vw;
        width: 78vw;
        max-width: 880px;
        grid-column: auto;
        justify-self: auto;
    }

    .automation-cases__nav {
        z-index: 5;
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(34, 197, 94, 0.75);
        border-radius: 50%;
        background: rgba(7, 45, 28, 0.96);
        color: var(--color-Accent-Green);
        box-shadow:
                0 0 0 5px rgba(34, 197, 94, 0.06),
                0 0 20px rgba(34, 197, 94, 0.24);
        cursor: pointer;
    }

    .automation-cases__nav--prev {
        justify-self: start;
        margin-left: 8px;
    }

    .automation-cases__nav--next {
        justify-self: end;
        margin-right: 8px;
    }

    .automation-cases__nav span {
        display: block;
        width: 23px;
        height: 23px;
        background-color: currentColor;
        mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
    }

    .automation-cases__nav--prev span {
        transform: rotate(180deg);
    }

    .automation-cases__nav:hover,
    .automation-cases__nav:focus-visible {
        border-color: var(--color-Accent-Green);
        background: #0b4129;
        color: var(--color-Text-Primary);
    }

    .automation-cases__nav:focus-visible {
        outline: 2px solid var(--color-Accent-LightBlue);
        outline-offset: 3px;
    }

    .automation-cases__nav:disabled {
        opacity: 0.5;
        cursor: default;
    }

    .automation-cases__dots {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        margin-top: 4px;
        gap: 0;
    }

    .automation-cases__dot {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .automation-cases__dot::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(156, 163, 175, 0.45);
        transition:
                width 180ms ease,
                background 180ms ease;
    }

    .automation-cases__dot:hover::before,
    .automation-cases__dot:focus-visible::before {
        background: var(--color-Accent-LightBlue);
    }

    .automation-cases__dot:focus-visible {
        outline: 2px solid var(--color-Accent-LightBlue);
        outline-offset: 3px;
    }

    .automation-cases__dot.is-active::before {
        width: 22px;
        border-radius: 999px;
        background: var(--color-Accent-Green);
    }
}

/* ==============================
   1024
============================== */

@media (max-width: 1024px) {
    .automation-cases__head {
        margin-bottom: 30px;
    }

    .automation-cases__title {
        font: 800 43px/52px "Inter", sans-serif;
    }

    .automation-cases__subtitle {
        font: 400 19px/28px "Inter", sans-serif;
    }

    .automation-cases__card,
    .automation-cases__card:last-child {
        flex-basis: 82vw;
        width: 82vw;
        max-width: none;
    }

    .automation-cases__nav--prev {
        margin-left: -12px;
    }

    .automation-cases__nav--next {
        margin-right: -12px;
    }

    .automation-cases__detail {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
    }

    .automation-cases__detail-label {
        flex: 0 0 auto;
        width: 100%;
    }

    .automation-cases__detail p,
    .automation-cases__result-list {
        width: 100%;
        padding-left: 46px;
    }

    .automation-cases__cta {
        align-items: stretch;
        flex-direction: column;
    }

    .automation-cases__cta-button {
        width: 100%;
    }
}

/* ==============================
   844
============================== */

@media (max-width: 844px) {
    .automation-cases {
        padding: 60px 0 66px;
    }

    .automation-cases__title {
        font: 800 40px/49px "Inter", sans-serif;
    }

    .automation-cases__card,
    .automation-cases__card:last-child {
        flex-basis: 86vw;
        width: 86vw;
    }

    .automation-cases__nav {
        width: 44px;
        height: 44px;
    }

    .automation-cases__nav--prev {
        margin-left: -30px;
    }

    .automation-cases__nav--next {
        margin-right: -30px;
    }

    .automation-cases__detail {
        align-items: center;
        flex-direction: row;
        min-height: 76px;
    }

    .automation-cases__detail-label {
        flex: 0 0 150px;
        width: auto;
    }

    .automation-cases__detail p,
    .automation-cases__result-list {
        width: auto;
        padding-left: 0;
    }
}

/* ==============================
   600
============================== */

@media (max-width: 600px) {
    .automation-cases {
        padding: 50px 0 56px;
    }

    .automation-cases__inner {
        padding-inline: 20px;
    }

    .automation-cases__head {
        margin-bottom: 24px;
    }

    .automation-cases__eyebrow {
        margin-bottom: 12px;
        padding: 7px 13px;
        font: 700 12px/16px "Inter", sans-serif;
    }

    .automation-cases__title {
        font: 800 35px/43px "Inter", sans-serif;
    }

    .automation-cases__subtitle {
        margin-top: 14px;
        font: 400 17px/25px "Inter", sans-serif;
    }

    .automation-cases__card,
    .automation-cases__card:last-child {
        flex-basis: calc(100vw - 72px);
        width: calc(100vw - 72px);
    }

    .automation-cases__card {
        padding: 12px;
        border-radius: 20px;
    }

    .automation-cases__picture {
        border-radius: 13px;
    }

    .automation-cases__card-head {
        min-height: 62px;
        padding: 13px 1px 10px;
    }

    .automation-cases__card-title {
        font: 800 21px/27px "Inter", sans-serif;
    }

    .automation-cases__details {
        border-radius: 13px;
    }

    .automation-cases__detail {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        padding: 12px;
        gap: 9px;
    }

    .automation-cases__detail-label {
        flex: 0 0 auto;
        width: 100%;
    }

    .automation-cases__detail p,
    .automation-cases__result-list {
        width: 100%;
        padding-left: 46px;
    }

    .automation-cases__nav {
        width: 40px;
        height: 40px;
    }

    .automation-cases__nav span {
        width: 20px;
        height: 20px;
    }

    .automation-cases__nav--prev {
        margin-left: -10px;
    }

    .automation-cases__nav--next {
        margin-right: -10px;
    }

    .automation-cases__cta {
        margin-top: 16px;
        padding: 20px;
        border-radius: 18px;
    }

    .automation-cases__cta-content {
        align-items: flex-start;
        gap: 16px;
    }

    .automation-cases__cta-icon {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .automation-cases__cta-icon::before {
        width: 28px;
        height: 28px;
    }

    .automation-cases__cta-text h3 {
        font: 800 20px/26px "Inter", sans-serif;
    }

    .automation-cases__cta-text p {
        font: 400 15px/22px "Inter", sans-serif;
    }

    .automation-cases__cta-button {
        min-width: 0;
        min-height: 58px;
        padding: 15px 20px;
        font: 800 16px/20px "Inter", sans-serif;
    }
}

/* ==============================
   390
============================== */

@media (max-width: 390px) {
    .automation-cases {
        padding: 44px 0 50px;
    }

    .automation-cases__inner {
        padding-inline: 16px;
    }

    .automation-cases__title {
        font: 800 31px/38px "Inter", sans-serif;
    }

    .automation-cases__subtitle {
        font: 400 16px/24px "Inter", sans-serif;
    }

    .automation-cases__case-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .automation-cases__card-title {
        font: 800 19px/25px "Inter", sans-serif;
    }

    .automation-cases__detail p,
    .automation-cases__result-list {
        padding-left: 0;
    }

    .automation-cases__nav {
        width: 38px;
        height: 38px;
    }

    .automation-cases__nav span {
        width: 18px;
        height: 18px;
    }

    .automation-cases__nav--prev {
        margin-left: -8px;
    }

    .automation-cases__nav--next {
        margin-right: -8px;
    }

    .automation-cases__cta-content {
        flex-direction: column;
    }

    .automation-cases__cta-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }
}

/* End */


/* Start:/local/templates/buninsys_local/css/work-process.css?178450820322547*/
/* ==============================
   WORK PROCESS
============================== */

.work-process,
.work-process *,
.work-process *::before,
.work-process *::after {
    box-sizing: border-box;
}

.work-process {
    position: relative;
    overflow: hidden;
    padding: 76px 0 84px;
    color: var(--color-Text-Primary);
    background:
            radial-gradient(circle at 73% 12%, rgba(58, 141, 255, 0.11), transparent 24%),
            linear-gradient(135deg, #020711 0%, #061224 52%, #020711 100%);
}

.work-process__inner {
    position: relative;
}

/* ==============================
   INTRO
============================== */

.work-process__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    margin-bottom: 34px;
    gap: 54px;
}

.work-process__head {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 760px;
}

.work-process__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin: 0 0 18px;
    padding: 8px 15px;
    gap: 7px;
    border: 1px solid rgba(58, 141, 255, 0.5);
    border-radius: 8px;
    background: rgba(5, 17, 33, 0.76);
    color: var(--color-Accent-DeepBlue);
    font: 700 14px/20px "Inter", sans-serif;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.work-process__eyebrow-icon {
    display: inline-flex;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    color: var(--color-Accent-Green);
}

.work-process__eyebrow-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;

    mask: url("/local/templates/buninsys_local/css/../img/icons/report.svg") center / contain no-repeat;
    -webkit-mask: url("/local/templates/buninsys_local/css/../img/icons/report.svg") center / contain no-repeat;
}

.work-process__title {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 52px/62px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.work-process__title::after {
    content: "";
    display: block;
    width: 255px;
    height: 5px;
    margin-top: -4px;
    border-radius: 999px;
    background:
            linear-gradient(
                    90deg,
                    var(--color-Accent-Blue) 0 29%,
                    transparent 29% 32%,
                    var(--color-Accent-Blue) 32% 70%,
                    transparent 70% 73%,
                    var(--color-Accent-Blue) 73% 100%
            );
    opacity: 0.72;
    transform: rotate(-1deg);
}

.work-process__subtitle {
    max-width: 710px;
    margin: 24px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 18px/29px "Inter", sans-serif;
}

.work-process__illustration {
    display: block;
    flex: 0 1 565px;
    min-width: 360px;
    max-width: 565px;
    border-radius: 24px;
}

.work-process__illustration img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

/* ==============================
   STEPS
============================== */

.work-process__steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    margin: 0;
    padding: 0;
    gap: 44px;
    list-style: none;
}

.work-process__step {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 340px;
    padding: 24px;
    border: 1px solid rgba(156, 163, 175, 0.34);
    border-radius: 17px;
    background:
            linear-gradient(145deg, rgba(17, 24, 39, 0.64), rgba(4, 14, 28, 0.8));
}

.work-process__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1766C2;
    color: var(--color-Text-Primary);
    font: 700 15px/20px "Inter", sans-serif;
    box-shadow: 0 0 18px rgba(58, 141, 255, 0.28);
}

.work-process__step-icon {
    display: inline-flex;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    margin-top: 20px;
    color: var(--color-Accent-Blue);
}

.work-process__step-icon::before,
.work-process__step-arrow::before,
.work-process__benefits-shield::before,
.work-process__benefit-icon::before,
.work-process__cta-arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.work-process__step--analysis .work-process__step-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
}

.work-process__step--solution .work-process__step-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/docs.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/docs.svg");
}

.work-process__step--plan .work-process__step-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/report.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/report.svg");
}

.work-process__step--development .work-process__step-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/settings.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/settings.svg");
}

.work-process__step--support .work-process__step-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/users.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/users.svg");
}

.work-process__step-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 20px;
}

.work-process__step-content h3 {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 700 19px/26px "Inter", sans-serif;
    letter-spacing: -0.025em;
}

.work-process__step-line {
    width: 38px;
    height: 2px;
    margin: 16px 0 18px;
    border-radius: 999px;
    background: var(--color-Accent-Blue);
}

.work-process__step-content p {
    margin: 0;
    color: var(--color-Text-Secondary);
    font: 400 14px/23px "Inter", sans-serif;
}

.work-process__step-arrow {
    position: absolute;
    top: 50%;
    right: -34px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: var(--color-Text-Primary);
    transform: translateY(-50%);
}

.work-process__step-arrow::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
}

/* ==============================
   BENEFITS
============================== */

.work-process__benefits {
    display: flex;
    align-items: stretch;
    min-width: 0;
    margin-top: 32px;
    padding: 26px;
    gap: 28px;
    border: 1px solid rgba(156, 163, 175, 0.28);
    border-radius: 18px;
    background: rgba(5, 17, 33, 0.78);
}

.work-process__benefits-summary {
    display: flex;
    align-items: center;
    flex: 0 0 490px;
    min-width: 0;
    padding-right: 26px;
    gap: 22px;
    border-right: 1px solid rgba(156, 163, 175, 0.24);
}

.work-process__benefits-shield {
    display: inline-flex;
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
    padding: 20px;
    border: 1px solid rgba(58, 141, 255, 0.3);
    border-radius: 50%;
    color: var(--color-Accent-Blue);
    box-shadow:
            0 0 0 8px rgba(58, 141, 255, 0.04),
            0 0 24px rgba(58, 141, 255, 0.16);
}

.work-process__benefits-shield::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
}

.work-process__benefits-copy {
    min-width: 0;
}

.work-process__benefits-copy h3 {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 23px/31px "Inter", sans-serif;
    letter-spacing: -0.03em;
}

.work-process__benefits-copy p {
    margin: 10px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 14px/22px "Inter", sans-serif;
}

.work-process__benefit-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-process__benefit {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 0;
    padding: 0 16px;
    text-align: center;
}

.work-process__benefit:not(:last-child) {
    border-right: 1px solid rgba(156, 163, 175, 0.24);
}

.work-process__benefit-icon {
    display: inline-flex;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    padding: 13px;
    border: 1px solid rgba(156, 163, 175, 0.3);
    border-radius: 13px;
    color: var(--color-Accent-Blue);
}

.work-process__benefit--contract .work-process__benefit-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/file-check.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/file-check.svg");
}

.work-process__benefit--payment .work-process__benefit-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/wallet.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/wallet.svg");
}

.work-process__benefit--tasks .work-process__benefit-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/square-check-big.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/square-check-big.svg");
}

.work-process__benefit--communication .work-process__benefit-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/message-circle-more.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/message-circle-more.svg");
}

.work-process__benefit--specialist .work-process__benefit-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/support.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/support.svg");
}

.work-process__benefit-title,
.work-process__benefit-text {
    display: block;
    color: var(--color-Text-Primary);
    font: 400 14px/20px "Inter", sans-serif;
}

.work-process__benefit-title {
    margin-top: 12px;
}

.work-process__benefit-text {
    color: var(--color-Text-Secondary);
}

/* ==============================
   CTA
============================== */

.work-process__cta {
    display: flex;
    align-items: center;
    max-width: 900px;
    min-width: 0;
    min-height: 108px;
    margin: 24px auto 0;
    padding: 18px 24px;
    gap: 22px;
    border: 1px solid rgba(156, 163, 175, 0.26);
    border-radius: 16px;
    background: rgba(5, 17, 33, 0.86);
}

.work-process__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(58, 141, 255, 0.42);
    border-radius: 50%;
    background: rgba(8, 35, 72, 0.9);
    color: var(--color-Accent-DeepBlue);
    box-shadow:
            0 0 0 7px rgba(58, 141, 255, 0.05),
            0 0 22px rgba(58, 141, 255, 0.2);
}

.work-process__cta-icon::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-color: currentColor;

    mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/automation-areas/question-chat.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.work-process__cta-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.work-process__cta-copy h3 {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 21px/28px "Inter", sans-serif;
}

.work-process__cta-copy p {
    margin: 5px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 14px/21px "Inter", sans-serif;
}

.work-process__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 285px;
    min-height: 60px;
    padding: 16px 24px;
    gap: 18px;
    border: 1px solid rgba(108, 168, 255, 0.8);
    border-radius: 10px;
    background: #1766C2;
    color: var(--color-Text-Primary);
    font: 700 17px/22px "Inter", sans-serif;
    text-decoration: none;
    box-shadow: 0 0 22px rgba(58, 141, 255, 0.24);
    transition:
            background var(--transition-Base),
            transform var(--transition-Base);
}

.work-process__cta-button:hover {
    background: #1255A8;
    transform: translateY(-1px);
}

.work-process__cta-button:focus-visible {
    outline: 2px solid var(--color-Accent-LightBlue);
    outline-offset: 3px;
}

.work-process__cta-arrow {
    display: inline-flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.work-process__cta-arrow::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/move-right.svg");
}

/* ==============================
   1600
============================== */

@media (max-width: 1600px) {
    .work-process__intro {
        gap: 38px;
    }

    .work-process__title {
        font: 800 48px/58px "Inter", sans-serif;
    }

    .work-process__steps {
        gap: 34px;
    }

    .work-process__step {
        min-height: 330px;
        padding: 21px;
    }

    .work-process__step-arrow {
        right: -29px;
    }

    .work-process__benefits-summary {
        flex-basis: 420px;
    }

    .work-process__benefit {
        padding-inline: 10px;
    }
}

/* ==============================
   1440
============================== */

@media (max-width: 1440px) {
    .work-process {
        padding: 70px 0 76px;
    }

    .work-process__title {
        font: 800 44px/54px "Inter", sans-serif;
    }

    .work-process__subtitle {
        font: 400 17px/27px "Inter", sans-serif;
    }

    .work-process__illustration {
        flex-basis: 500px;
        min-width: 320px;
    }

    .work-process__steps {
        gap: 26px;
    }

    .work-process__step {
        min-height: 326px;
        padding: 18px;
    }

    .work-process__step-content h3 {
        font: 700 17px/24px "Inter", sans-serif;
    }

    .work-process__step-content p {
        font: 400 13px/21px "Inter", sans-serif;
    }

    .work-process__step-arrow {
        right: -24px;
        width: 20px;
        height: 20px;
    }

    .work-process__benefits {
        flex-direction: column;
    }

    .work-process__benefits-summary {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 0 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(156, 163, 175, 0.24);
    }
}

/* ==============================
   1245
============================== */

@media (max-width: 1245px) {
    .work-process__intro {
        align-items: flex-start;
    }

    .work-process__illustration {
        flex-basis: 430px;
    }

    .work-process__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .work-process__step {
        min-height: 292px;
    }

    .work-process__step-arrow {
        display: none;
    }

    .work-process__benefit-list {
        grid-template-columns: repeat(5, minmax(110px, 1fr));
        overflow-x: auto;
        padding-bottom: 6px;
        scrollbar-width: thin;
    }
}

/* ==============================
   1024
============================== */

@media (max-width: 1024px) {
    .work-process__intro {
        align-items: center;
        flex-direction: column;
        gap: 22px;
    }

    .work-process__head {
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .work-process__title::after {
        margin-inline: auto;
    }

    .work-process__subtitle {
        margin-inline: auto;
    }

    .work-process__illustration {
        flex: 0 1 auto;
        width: min(100%, 565px);
        min-width: 0;
    }

    .work-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .work-process__step {
        min-height: 270px;
    }

    .work-process__cta {
        max-width: none;
    }
}

/* ==============================
   844
============================== */

@media (max-width: 844px) {
    .work-process {
        padding: 60px 0 66px;
    }

    .work-process__title {
        font: 800 40px/49px "Inter", sans-serif;
    }

    .work-process__steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .work-process__step {
        display: grid;
        grid-template-columns: 46px 58px minmax(0, 1fr);
        grid-template-areas:
                "number icon content";
        align-items: center;
        min-height: 0;
        padding: 16px;
        gap: 14px;
    }

    .work-process__step-number {
        grid-area: number;
    }

    .work-process__step-icon {
        grid-area: icon;
        margin: 0;
    }

    .work-process__step-content {
        grid-area: content;
        margin: 0;
    }

    .work-process__step-line {
        display: none;
    }

    .work-process__step-content h3 {
        font: 700 17px/23px "Inter", sans-serif;
    }

    .work-process__step-content p {
        margin-top: 5px;
    }

    .work-process__benefits {
        padding: 22px;
    }

    .work-process__benefits-summary {
        align-items: flex-start;
    }

    .work-process__benefit-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        gap: 16px;
    }

    .work-process__benefit {
        align-items: flex-start;
        padding: 0;
        text-align: left;
    }

    .work-process__benefit:not(:last-child) {
        border-right: 0;
    }

    .work-process__benefit-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        padding: 11px;
    }

    .work-process__cta {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .work-process__cta-button {
        width: 100%;
    }
}

/* ==============================
   600
============================== */

@media (max-width: 600px) {
    .work-process {
        padding: 50px 0 56px;
    }

    .work-process__inner {
        padding-inline: 20px;
    }

    .work-process__intro {
        margin-bottom: 26px;
    }

    .work-process__eyebrow {
        min-height: 34px;
        margin-bottom: 14px;
        padding: 7px 12px;
        font: 700 12px/18px "Inter", sans-serif;
    }

    .work-process__title {
        font: 800 35px/43px "Inter", sans-serif;
    }

    .work-process__title::after {
        width: 210px;
    }

    .work-process__subtitle {
        margin-top: 18px;
        font: 400 16px/24px "Inter", sans-serif;
    }

    .work-process__step {
        grid-template-columns: 40px 48px minmax(0, 1fr);
        padding: 14px;
        gap: 11px;
        border-radius: 14px;
    }

    .work-process__step-number {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font: 700 13px/18px "Inter", sans-serif;
    }

    .work-process__step-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .work-process__step-content h3 {
        font: 700 16px/22px "Inter", sans-serif;
    }

    .work-process__step-content p {
        font: 400 13px/20px "Inter", sans-serif;
    }

    .work-process__benefits {
        margin-top: 22px;
        padding: 18px;
        border-radius: 15px;
    }

    .work-process__benefits-summary {
        flex-direction: column;
        gap: 14px;
    }

    .work-process__benefits-shield {
        flex-basis: 78px;
        width: 78px;
        height: 78px;
        padding: 16px;
    }

    .work-process__benefits-copy h3 {
        font: 800 21px/28px "Inter", sans-serif;
    }

    .work-process__benefit-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .work-process__benefit {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        grid-template-areas:
                "icon title"
                "icon text";
        align-items: center;
        column-gap: 12px;
    }

    .work-process__benefit-icon {
        grid-area: icon;
    }

    .work-process__benefit-title {
        grid-area: title;
        margin: 0;
        color: var(--color-Text-Primary);
        font: 600 14px/19px "Inter", sans-serif;
    }

    .work-process__benefit-text {
        grid-area: text;
        font: 400 14px/19px "Inter", sans-serif;
    }

    .work-process__cta {
        margin-top: 18px;
        padding: 18px;
        gap: 14px;
        border-radius: 15px;
    }

    .work-process__cta-icon {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        font-size: 28px;
    }

    .work-process__cta-copy h3 {
        font: 800 18px/24px "Inter", sans-serif;
    }

    .work-process__cta-copy p {
        font: 400 13px/20px "Inter", sans-serif;
    }

    .work-process__cta-button {
        min-width: 0;
        min-height: 56px;
        font: 700 16px/21px "Inter", sans-serif;
    }
}

/* ==============================
   390
============================== */

@media (max-width: 390px) {
    .work-process {
        padding: 44px 0 50px;
    }

    .work-process__inner {
        padding-inline: 16px;
    }

    .work-process__title {
        font: 800 31px/38px "Inter", sans-serif;
    }

    .work-process__title::after {
        width: 182px;
        height: 4px;
    }

    .work-process__step {
        grid-template-columns: 36px 42px minmax(0, 1fr);
        padding: 12px;
        gap: 9px;
    }

    .work-process__step-number {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .work-process__step-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .work-process__step-content h3 {
        font: 700 15px/20px "Inter", sans-serif;
    }

    .work-process__step-content p {
        font: 400 12px/18px "Inter", sans-serif;
    }

    .work-process__benefits-copy h3 br {
        display: none;
    }

    .work-process__cta {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .work-process__cta-button {
        grid-column: 1 / -1;
    }
}

/* End */


/* Start:/local/templates/buninsys_local/css/why-work-with-me.css?178450831121047*/
/* ==============================
   WHY WORK WITH ME
============================== */

.why-work-with-me,
.why-work-with-me *,
.why-work-with-me *::before,
.why-work-with-me *::after {
    box-sizing: border-box;
}

.why-work-with-me {
    position: relative;
    overflow: hidden;
    padding: 76px 0 84px;
    color: var(--color-Text-Primary);
    background:
        radial-gradient(circle at 72% 10%, rgba(58, 141, 255, 0.09), transparent 27%),
        linear-gradient(135deg, #020711 0%, #071426 54%, #020711 100%);
}

.why-work-with-me__inner {
    position: relative;
}

/* ==============================
   INTRO
============================== */

.why-work-with-me__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    margin-bottom: 42px;
    gap: 54px;
}

.why-work-with-me__head {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 800px;
}

.why-work-with-me__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin: 0 0 18px;
    padding: 8px 15px;
    gap: 8px;
    border: 1px solid rgba(58, 141, 255, 0.52);
    border-radius: 8px;
    background: rgba(5, 17, 33, 0.76);
    color: var(--color-Accent-DeepBlue);
    font: 700 14px/20px "Inter", sans-serif;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.why-work-with-me__eyebrow-icon {
    display: inline-flex;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    color: var(--color-Accent-Green);
}

.why-work-with-me__eyebrow-icon::before,
.why-work-with-me__feature-icon::before,
.why-work-with-me__stat-icon::before,
.why-work-with-me__cta-arrow::before,
.why-work-with-me__security-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.why-work-with-me__eyebrow-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
}

.why-work-with-me__title {
    max-width: 790px;
    margin: 0;
    color: var(--color-Text-Primary);
    font: 800 52px/62px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.why-work-with-me__title span {
    color: var(--color-Accent-Blue);
}

.why-work-with-me__subtitle {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 18px/29px "Inter", sans-serif;
}

.why-work-with-me__illustration {
    display: block;
    flex: 0 1 560px;
    min-width: 380px;
    max-width: 560px;
    border-radius: 24px;
}

.why-work-with-me__illustration img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

/* ==============================
   FEATURES
============================== */

.why-work-with-me__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    gap: 24px 26px;
    list-style: none;
}

.why-work-with-me__feature {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    min-height: 208px;
    padding: 26px 26px 52px;
    gap: 24px;
    border: 1px solid rgba(156, 163, 175, 0.3);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(17, 24, 39, 0.7), rgba(4, 14, 28, 0.84));
}

.why-work-with-me__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
    padding: 17px;
    border: 1px solid rgba(156, 163, 175, 0.2);
    border-radius: 18px;
    background: rgba(17, 24, 39, 0.56);
    color: var(--color-Accent-Blue);
    box-shadow: inset 0 0 18px rgba(58, 141, 255, 0.04);
}

.why-work-with-me__feature--contact .why-work-with-me__feature-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/user.svg");
}

.why-work-with-me__feature--contract .why-work-with-me__feature-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/file-check.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/file-check.svg");
}

.why-work-with-me__feature--payment .why-work-with-me__feature-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/chart_pie.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/chart_pie.svg");
}

.why-work-with-me__feature--standard .why-work-with-me__feature-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/settings.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/settings.svg");
}

.why-work-with-me__feature--explanation .why-work-with-me__feature-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/message-circle-more.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/message-circle-more.svg");
}

.why-work-with-me__feature--support .why-work-with-me__feature-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/support.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/support.svg");
}

.why-work-with-me__feature-copy {
    min-width: 0;
}

.why-work-with-me__feature-copy h3 {
    margin: 2px 0 10px;
    color: var(--color-Text-Primary);
    font: 700 22px/29px "Inter", sans-serif;
    letter-spacing: -0.03em;
}

.why-work-with-me__feature-copy p {
    margin: 0;
    color: var(--color-Text-Secondary);
    font: 400 15px/24px "Inter", sans-serif;
}

.why-work-with-me__feature-line {
    position: absolute;
    left: 26px;
    bottom: 23px;
    width: 42px;
    height: 2px;
    border-radius: 999px;
    background: var(--color-Accent-Blue);
}

.why-work-with-me__feature-number {
    position: absolute;
    right: 22px;
    bottom: 15px;
    color: var(--color-Accent-Blue);
    font: 500 20px/26px "Inter", sans-serif;
}

/* ==============================
   BOTTOM
============================== */

.why-work-with-me__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    margin-top: 24px;
    gap: 24px;
}

.why-work-with-me__experience,
.why-work-with-me__cta {
    min-width: 0;
    border: 1px solid rgba(156, 163, 175, 0.28);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(17, 24, 39, 0.68), rgba(4, 14, 28, 0.82));
}

.why-work-with-me__experience {
    padding: 25px 26px 28px;
}

.why-work-with-me__experience > h3 {
    margin: 0 0 22px;
    color: var(--color-Text-Primary);
    font: 700 21px/28px "Inter", sans-serif;
}

.why-work-with-me__stats {
    display: grid;
    grid-template-columns:
            minmax(115px, 0.8fr)
            minmax(135px, 0.95fr)
            minmax(155px, 1.1fr)
            minmax(210px, 1.55fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-work-with-me__stat {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
    padding: 0 22px;
}

.why-work-with-me__stat:first-child {
    padding-left: 0;
}

.why-work-with-me__stat:last-child {
    padding-right: 0;
}

.why-work-with-me__stat:not(:last-child) {
    border-right: 1px solid rgba(156, 163, 175, 0.23);
}

.why-work-with-me__stat-value {
    display: block;
    color: var(--color-Accent-Blue);
    font: 600 40px/46px "Inter", sans-serif;
    letter-spacing: -0.04em;
}

.why-work-with-me__stat-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 4px;
    gap: 2px;
}

.why-work-with-me__stat-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 0;
    gap: 4px;
    color: var(--color-Text-Secondary);
    font: 400 13px/19px "Inter", sans-serif;
    text-decoration: none;
    transition: color var(--transition-Base);
}

.why-work-with-me__stat-link:hover,
.why-work-with-me__stat-link:focus-visible {
    color: var(--color-Accent-Blue);
}

.why-work-with-me__stat-link:focus-visible {
    outline: 1px solid var(--color-Accent-Blue);
    outline-offset: 3px;
    border-radius: 3px;
}

.why-work-with-me__stat-icon {
    display: inline-flex;
    width: 45px;
    height: 45px;
    color: var(--color-Accent-Blue);
}

.why-work-with-me__stat--specialization .why-work-with-me__stat-title {
    font-weight: 600;
    color: var(--color-Text-Primary);
}

.why-work-with-me__stat--specialization .why-work-with-me__stat-text {
    margin-top: 3px;
}

.why-work-with-me__stat--specialization .why-work-with-me__stat-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/cases.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/cases.svg");
}

.why-work-with-me__stat-title,
.why-work-with-me__stat-text {
    display: block;
    color: var(--color-Text-Primary);
    font: 400 14px/21px "Inter", sans-serif;
}

.why-work-with-me__stat-title {
    margin-top: 8px;
}

.why-work-with-me__stat-text {
    color: var(--color-Text-Secondary);
}

.why-work-with-me__stat--experience .why-work-with-me__stat-text {
    margin-top: 7px;
    color: var(--color-Text-Primary);
}

/* ==============================
   CTA
============================== */

.why-work-with-me__cta {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 25px 28px 22px;
    border-color: rgba(58, 141, 255, 0.38);
}

.why-work-with-me__cta-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 0;
    gap: 28px;
}

.why-work-with-me__cta-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.why-work-with-me__cta-copy h3 {
    margin: 0;
    color: var(--color-Text-Primary);
    font: 700 22px/30px "Inter", sans-serif;
    letter-spacing: -0.025em;
}

.why-work-with-me__cta-copy h3 span {
    color: var(--color-Accent-Blue);
}

.why-work-with-me__cta-copy p {
    max-width: 510px;
    margin: 18px 0 0;
    color: var(--color-Text-Secondary);
    font: 400 14px/22px "Inter", sans-serif;
}

.why-work-with-me__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 246px;
    min-height: 68px;
    padding: 18px 24px;
    gap: 17px;
    border: 1px solid rgba(108, 168, 255, 0.78);
    border-radius: 9px;
    background: #1766C2;
    color: var(--color-Text-Primary);
    font: 600 17px/22px "Inter", sans-serif;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(58, 141, 255, 0.2);
    transition:
        background var(--transition-Base),
        transform var(--transition-Base);
}

.why-work-with-me__cta-button:hover {
    background: #1255A8;
    transform: translateY(-1px);
}

.why-work-with-me__cta-button:focus-visible {
    outline: 2px solid var(--color-Accent-LightBlue);
    outline-offset: 3px;
}

.why-work-with-me__cta-arrow {
    display: inline-flex;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
}

.why-work-with-me__cta-arrow::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/why-work-with-me/icons/arrow-right.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/why-work-with-me/icons/arrow-right.svg");
}

.why-work-with-me__security {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 18px;
    gap: 11px;
    color: var(--color-Text-Secondary);
    font: 400 13px/19px "Inter", sans-serif;
}

.why-work-with-me__security-icon {
    display: inline-flex;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: var(--color-Accent-Blue);
}

.why-work-with-me__security-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/shield.svg");
}

/* ==============================
   1600
============================== */

@media (max-width: 1600px) {
    .why-work-with-me__intro {
        gap: 42px;
    }

    .why-work-with-me__title {
        font: 800 48px/58px "Inter", sans-serif;
    }

    .why-work-with-me__feature {
        min-height: 200px;
        padding: 24px 23px 50px;
        gap: 20px;
    }

    .why-work-with-me__feature-icon {
        flex-basis: 78px;
        width: 78px;
        height: 78px;
        padding: 16px;
    }

    .why-work-with-me__feature-copy h3 {
        font: 700 20px/27px "Inter", sans-serif;
    }

    .why-work-with-me__feature-line {
        left: 23px;
    }

    .why-work-with-me__stat {
        padding-inline: 18px;
    }
}

/* ==============================
   1440
============================== */

@media (max-width: 1440px) {
    .why-work-with-me {
        padding: 70px 0 76px;
    }

    .why-work-with-me__title {
        font: 800 44px/54px "Inter", sans-serif;
    }

    .why-work-with-me__subtitle {
        font: 400 17px/27px "Inter", sans-serif;
    }

    .why-work-with-me__illustration {
        flex-basis: 500px;
        min-width: 330px;
    }

    .why-work-with-me__features {
        gap: 20px;
    }

    .why-work-with-me__feature {
        min-height: 192px;
        padding: 22px 21px 48px;
        gap: 18px;
    }

    .why-work-with-me__feature-icon {
        flex-basis: 70px;
        width: 70px;
        height: 70px;
        padding: 14px;
        border-radius: 15px;
    }

    .why-work-with-me__feature-copy h3 {
        font: 700 18px/25px "Inter", sans-serif;
    }

    .why-work-with-me__feature-copy p {
        font: 400 14px/22px "Inter", sans-serif;
    }

    .why-work-with-me__feature-line {
        left: 21px;
    }

    .why-work-with-me__bottom {
        gap: 20px;
    }

    .why-work-with-me__experience,
    .why-work-with-me__cta {
        padding-inline: 22px;
    }

    .why-work-with-me__cta-main {
        gap: 20px;
    }

    .why-work-with-me__cta-button {
        min-width: 215px;
    }
}

/* ==============================
   1245
============================== */

@media (max-width: 1245px) {
    .why-work-with-me__intro {
        gap: 28px;
    }

    .why-work-with-me__illustration {
        flex-basis: 430px;
        min-width: 300px;
    }

    .why-work-with-me__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-work-with-me__feature {
        min-height: 178px;
    }

    .why-work-with-me__bottom {
        grid-template-columns: minmax(0, 1fr);
    }

    .why-work-with-me__cta-main {
        align-items: center;
    }

    .why-work-with-me__security {
        justify-content: flex-start;
    }
}

/* ==============================
   1024
============================== */

@media (max-width: 1024px) {
    .why-work-with-me__intro {
        align-items: center;
        flex-direction: column;
        gap: 24px;
    }

    .why-work-with-me__head {
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .why-work-with-me__subtitle {
        margin-inline: auto;
    }

    .why-work-with-me__illustration {
        flex: 0 1 auto;
        width: min(100%, 560px);
        min-width: 0;
    }

    .why-work-with-me__feature {
        min-height: 172px;
    }

    .why-work-with-me__stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* ==============================
   844
============================== */

@media (max-width: 844px) {
    .why-work-with-me {
        padding: 60px 0 66px;
    }

    .why-work-with-me__title {
        font: 800 40px/49px "Inter", sans-serif;
    }

    .why-work-with-me__feature {
        min-height: 166px;
        padding: 20px 20px 46px;
    }

    .why-work-with-me__feature-icon {
        flex-basis: 62px;
        width: 62px;
        height: 62px;
        padding: 13px;
    }

    .why-work-with-me__feature-copy h3 {
        font: 700 17px/23px "Inter", sans-serif;
    }

    .why-work-with-me__feature-copy p {
        font: 400 13px/20px "Inter", sans-serif;
    }

    .why-work-with-me__feature-line {
        left: 20px;
    }

    .why-work-with-me__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 0;
    }

    .why-work-with-me__stat:nth-child(2) {
        border-right: 0;
    }

    .why-work-with-me__stat:nth-child(3) {
        padding-left: 0;
    }

    .why-work-with-me__cta-main {
        align-items: stretch;
        flex-direction: column;
    }

    .why-work-with-me__cta-button {
        width: 100%;
    }

    .why-work-with-me__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-work-with-me__stat--reviews,
    .why-work-with-me__stat--specialization {
        padding-top: 4px;
    }
}

/* ==============================
   600
============================== */

@media (max-width: 600px) {
    .why-work-with-me {
        padding: 50px 0 56px;
    }

    .why-work-with-me__inner {
        padding-inline: 20px;
    }

    .why-work-with-me__intro {
        margin-bottom: 26px;
    }

    .why-work-with-me__head {
        text-align: left;
    }

    .why-work-with-me__eyebrow {
        min-height: 34px;
        margin-bottom: 14px;
        padding: 7px 12px;
        font: 700 11px/17px "Inter", sans-serif;
    }

    .why-work-with-me__title {
        font: 800 34px/42px "Inter", sans-serif;
    }

    .why-work-with-me__subtitle {
        margin-top: 17px;
        font: 400 15px/23px "Inter", sans-serif;
    }

    .why-work-with-me__illustration {
        width: 100%;
    }

    .why-work-with-me__features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .why-work-with-me__feature {
        align-items: center;
        min-height: 0;
        padding: 12px 54px 12px 12px;
        gap: 12px;
        border-radius: 12px;
    }

    .why-work-with-me__feature-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        padding: 9px;
        border-radius: 10px;
    }

    .why-work-with-me__feature-copy h3 {
        margin: 0;
        font: 700 14px/20px "Inter", sans-serif;
    }

    .why-work-with-me__feature-copy p,
    .why-work-with-me__feature-line {
        display: none;
    }

    .why-work-with-me__feature-number {
        top: 50%;
        right: 13px;
        bottom: auto;
        font: 500 15px/20px "Inter", sans-serif;
        transform: translateY(-50%);
    }

    .why-work-with-me__bottom {
        margin-top: 18px;
        gap: 14px;
    }

    .why-work-with-me__experience,
    .why-work-with-me__cta {
        padding: 19px;
        border-radius: 14px;
    }

    .why-work-with-me__experience > h3 {
        margin-bottom: 18px;
        font: 700 18px/24px "Inter", sans-serif;
    }

    .why-work-with-me__stats {
        gap: 18px 0;
    }

    .why-work-with-me__stat {
        padding-inline: 14px;
    }

    .why-work-with-me__stat-value {
        font: 500 34px/40px "Inter", sans-serif;
    }

    .why-work-with-me__stat-icon {
        width: 36px;
        height: 36px;
    }

    .why-work-with-me__stat-title,
    .why-work-with-me__stat-text {
        font: 400 12px/18px "Inter", sans-serif;
    }

    .why-work-with-me__cta {
        padding-bottom: 16px;
    }

    .why-work-with-me__cta-copy h3 {
        font: 700 20px/27px "Inter", sans-serif;
    }

    .why-work-with-me__cta-copy p {
        margin-top: 13px;
        font: 400 13px/20px "Inter", sans-serif;
    }

    .why-work-with-me__cta-button {
        min-height: 56px;
        font: 600 16px/21px "Inter", sans-serif;
    }

    .why-work-with-me__security {
        justify-content: center;
        font: 400 12px/18px "Inter", sans-serif;
        text-align: left;
    }
}

/* ==============================
   390
============================== */

@media (max-width: 390px) {
    .why-work-with-me {
        padding: 44px 0 50px;
    }

    .why-work-with-me__inner {
        padding-inline: 16px;
    }

    .why-work-with-me__title {
        font: 800 30px/37px "Inter", sans-serif;
    }

    .why-work-with-me__feature {
        padding-right: 48px;
    }

    .why-work-with-me__feature-copy h3 {
        font: 700 13px/18px "Inter", sans-serif;
    }

    .why-work-with-me__stats {
        gap: 16px 0;
    }

    .why-work-with-me__stat {
        padding-inline: 10px;
    }

    .why-work-with-me__cta-copy h3 br {
        display: none;
    }
}

/* ==============================
   360
============================== */

@media (max-width: 360px) {
    .why-work-with-me__eyebrow {
        max-width: 100%;
        font: 700 10px/16px "Inter", sans-serif;
    }

    .why-work-with-me__title {
        font: 800 28px/35px "Inter", sans-serif;
    }

    .why-work-with-me__stats {
        grid-template-columns: 1fr;
    }

    .why-work-with-me__stat,
    .why-work-with-me__stat:first-child,
    .why-work-with-me__stat:nth-child(3),
    .why-work-with-me__stat:last-child {
        padding: 0;
        border-right: 0;
    }

    .why-work-with-me__stat {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        grid-template-areas:
            "value title"
            "value text";
        align-items: center;
        column-gap: 12px;
    }

    .why-work-with-me__stat-value,
    .why-work-with-me__stat-icon {
        grid-area: value;
        margin: 0;
    }

    .why-work-with-me__stat-title {
        grid-area: title;
        margin: 0;
    }

    .why-work-with-me__stat-text {
        grid-area: text;
        margin: 0;
    }
}

/* End */
/* /local/templates/buninsys_local/css/fonts.css?17775025011512 */
/* /local/templates/buninsys_local/css/reset.css?17759976184669 */
/* /local/templates/buninsys_local/css/global.css?17841478314897 */
/* /local/templates/buninsys_local/css/header.css?178450309318123 */
/* /local/templates/buninsys_local/css/hero.css?178386529724285 */
/* /local/templates/buninsys_local/css/cookie-consent.css?17831711292483 */
/* /local/templates/buninsys_local/css/footer.css?178325063912187 */
/* /local/templates/buninsys_local/css/lead-form.css?178325018526406 */
/* /local/templates/buninsys_local/css/lead-popup.css?17831708064129 */
/* /local/templates/buninsys_local/css/calc-problems.css?178449474832068 */
/* /local/templates/buninsys_local/css/automation-areas.css?178369197420748 */
/* /local/templates/buninsys_local/css/production-calculator.css?178454238045768 */
/* /local/templates/buninsys_local/css/automation-cases.css?178450845324477 */
/* /local/templates/buninsys_local/css/work-process.css?178450820322547 */
/* /local/templates/buninsys_local/css/why-work-with-me.css?178450831121047 */
