

/* 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?178586457641172*/
: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";

  /* =========================
     Structure
     ========================= */
  --border-Width-Hairline: 0.7px;
  --border-Width-Default: 1px;

  --radius-S: 7px;
  --radius-M: 12px;
  --radius-Button: 14px;
  --radius-L: 18px;
  --radius-XL: 23px;

  --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;

  --transition-Base: 0.2s ease;
}

/* ==========================================================================
   Theme values
   Only actual design values are duplicated between dark and light themes.
   ========================================================================== */

:root,
html[data-theme="dark"] {
  color-scheme: dark;

  /* Core palette */
  --color-page: #0B1220;
  --color-header: #0B1220;
  --color-surface: #111827;
  --color-surface-secondary: #1B2740;

  --color-text: #F8FAFC;
  --color-text-secondary: #9CA3AF;
  --color-text-on-accent: #F8FAFC;

  --color-border-soft: rgba(156, 163, 175, 0.18);
  --color-border-medium: rgba(156, 163, 175, 0.24);
  --color-border-strong: rgba(156, 163, 175, 0.32);

  --color-accent: #2F86FF;
  --color-accent-strong: #3A8DFF;
  --color-accent-soft: #6CA8FF;
  --color-success: #4CD18D;
  --color-error: #F87171;

  --color-hover: rgba(248, 250, 252, 0.04);
  --color-overlay: rgba(2, 11, 26, 0.45);

  /* Theme switcher */
  --theme-switch-background: #111827;
  --theme-switch-thumb: #3A8DFF;

  /* Common tags */
  --ui-tag-border: rgba(58, 141, 255, 0.55);
  --ui-tag-background:
          linear-gradient(
                  180deg,
                  rgba(18, 38, 67, 0.90),
                  rgba(10, 25, 45, 0.90)
          );
  --ui-tag-text: rgba(248, 250, 252, 0.96);
  --ui-tag-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.035),
          0 7px 18px rgba(1, 7, 18, 0.16);

  --ui-tag-section-border: rgba(58, 141, 255, 0.72);
  --ui-tag-section-background:
          linear-gradient(
                  180deg,
                  rgba(13, 32, 59, 0.94),
                  rgba(7, 22, 42, 0.94)
          );
  --ui-tag-section-text: #6CA8FF;
  --ui-tag-section-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.04),
          0 0 18px rgba(58, 141, 255, 0.13);

  /* Hero: only values unique to this screen */
  --hero-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-title: #FFFFFF;
  --hero-text: rgba(226, 238, 250, 0.76);

  --hero-primary-background:
          linear-gradient(248.31deg, #6CA8FF 39.097%, #3A8DFF 129.01%);
  --hero-primary-background-1440:
          linear-gradient(251.21deg, #6CA8FF 39.097%, #3A8DFF 129.01%);
  --hero-primary-background-tablet:
          linear-gradient(249.77deg, #6CA8FF 39.097%, #3A8DFF 129.01%);
  --hero-primary-background-mobile:
          linear-gradient(255.39deg, #6CA8FF 39.097%, #3A8DFF 129.01%);
  --hero-primary-frame: inset 0 0 0 1px rgba(156, 163, 175, 0.24);
  --hero-primary-divider: rgba(248, 250, 252, 0.45);
  --hero-primary-shadow: 0 18px 42px rgba(0, 113, 255, 0.28);

  --hero-secondary-background: rgba(6, 19, 36, 0.72);
  --hero-secondary-background-hover: rgba(9, 29, 55, 0.82);
  --hero-secondary-border: rgba(86, 166, 244, 0.36);
  --hero-secondary-border-hover: rgba(86, 166, 244, 0.70);
  --hero-secondary-text: rgba(244, 249, 255, 0.94);
  --hero-secondary-shadow: none;
  --hero-secondary-shadow-hover: none;

  --hero-trust-background: rgba(5, 17, 33, 0.68);
  --hero-trust-border: rgba(86, 166, 244, 0.24);
  --hero-trust-text: rgba(240, 248, 255, 0.92);
  --hero-trust-shadow: none;

  --hero-compare-before-background: rgba(6, 18, 34, 0.42);
  --hero-compare-after-background: rgba(6, 18, 34, 0.42);
  --hero-compare-before-border: rgba(150, 194, 244, 0.50);
  --hero-compare-after-border: rgba(150, 194, 244, 0.50);
  --hero-compare-shadow: none;
  --hero-compare-text: rgba(234, 244, 255, 0.90);
  --hero-compare-arrow-primary: #3A8DFF;
  --hero-compare-arrow-shadow:
          drop-shadow(0 0 10px rgba(95, 175, 255, 0.35));

  --hero-benefits-background: rgba(5, 16, 31, 0.58);
  --hero-benefits-border: rgba(86, 166, 244, 0.22);
  --hero-benefits-divider: rgba(140, 196, 255, 0.20);
  --hero-benefits-shadow: none;
  --hero-benefit-profit: #20D76F;
  --hero-benefit-content-opacity: 0.7;
  --hero-benefit-text: rgba(222, 236, 250, 0.68);

  --hero-note-border: rgba(140, 196, 255, 0.18);
  --hero-note-icon: #9CA3AF;

  /* Calc Problems: only values unique to this screen */
  --calc-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(--color-page) 48%, #08101D 100%);
  --calc-overlay:
          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-text-lead: rgba(248, 250, 252, 0.82);
  --calc-industry-background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(8, 15, 28, 0.72));
  --calc-industry-background-hover: linear-gradient(180deg, rgba(20, 120, 255, 0.16), rgba(8, 15, 28, 0.78));
  --calc-industry-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.035),
          0 14px 34px rgba(0, 0, 0, 0.14);
  --calc-scene-shadow:
          drop-shadow(0 20px 44px rgba(0, 0, 0, 0.22))
          drop-shadow(0 0 30px rgba(58, 141, 255, 0.18));
  --calc-card-background:
          radial-gradient(circle at 18% 0%, rgba(58, 141, 255, 0.09), transparent 36%),
          rgba(8, 15, 28, 0.72);
  --calc-card-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.035),
          0 18px 46px rgba(0, 0, 0, 0.18);
  --calc-item-background: rgba(11, 18, 32, 0.72);
  --calc-button-background: linear-gradient(135deg, #5F9CFF 0%, #2D7DF7 55%, #1D6FF0 100%);
  --calc-button-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.12),
          0 14px 28px rgba(20, 120, 255, 0.22);
  --calc-button-shadow-hover:
          inset 0 1px 0 rgba(255, 255, 255, 0.14),
          0 18px 34px rgba(20, 120, 255, 0.30);
  --calc-cta-visual-background:
          radial-gradient(circle at 50% 50%, rgba(58, 141, 255, 0.14), transparent 70%),
          rgba(11, 18, 32, 0.44);

  /* Automation Areas: only values unique to this screen */
  --areas-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%);
  --areas-panel-color: #051121;
  --areas-panel-hover-color: #07172D;
  --areas-border-color: #56A6F4;
  --areas-panel-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  --areas-cta-icon-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%);
  --areas-cta-icon-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);

  /* Production Calculator: only values unique to this screen */
  --production-background:
          linear-gradient(135deg, #020711 0%, #061224 52%, #020711 100%);
  --production-surface-strong: #07172D;
  --production-control-background: #111F37;
  --production-panel-background: #051121;
  --production-params-background: #040E1C;
  --production-preview-background: #071223;
  --production-item-background: #071427;
  --production-success-background: #072D1C;
  --production-demo-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  --production-image-frame-shadow:
          inset 0 0 0 14px rgba(7, 18, 35, 0.27),
          inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --production-dot: #858D99;
  --production-dot-hover: #C8D0DB;
  --production-button-background: #1766C2;
  --production-button-hover: #1255A8;

  /* Automation Cases: only values unique to this screen */
  --cases-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%);
  --cases-panel-color: #041021;
  --cases-picture-background: #07172D;
  --cases-card-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.03),
          0 18px 44px rgba(0, 0, 0, 0.20);
  --cases-detail-text: #D8DEE8;
  --cases-cta-icon-shadow:
          0 0 0 7px rgba(58, 141, 255, 0.06),
          0 0 24px rgba(58, 141, 255, 0.34);

  /* Work Process: only values unique to this screen */
  --work-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-step-background:
          linear-gradient(145deg, rgba(17, 24, 39, 0.64), rgba(4, 14, 28, 0.80));
  --work-panel-color: #051121;
  --work-action-background: #1766C2;
  --work-action-hover: #1255A8;

  /* Why Work With Me: only values unique to this screen */
  --why-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-card-background:
          linear-gradient(145deg, rgba(17, 24, 39, 0.70), rgba(4, 14, 28, 0.84));
  --why-action-background: #1766C2;
  --why-action-hover: #1255A8;

  /* FAQ: only values unique to this screen */
  --faq-background:
          radial-gradient(circle at 13% 40%, rgba(58, 141, 255, 0.11), transparent 25%),
          radial-gradient(circle at 88% 18%, rgba(58, 141, 255, 0.08), transparent 24%),
          linear-gradient(135deg, #020711 0%, #061224 52%, #020711 100%);
  --faq-guide-background:
          linear-gradient(145deg, rgba(17, 30, 50, 0.74), rgba(4, 14, 28, 0.90));
  --faq-item-background:
          linear-gradient(145deg, rgba(17, 24, 39, 0.62), rgba(4, 14, 28, 0.82));
  --faq-item-open-background:
          linear-gradient(145deg, rgba(18, 31, 52, 0.80), rgba(4, 14, 28, 0.90));
  --faq-panel-color: #051121;

  /* Pricing Formats: only values unique to this screen */
  --pricing-background:
          radial-gradient(circle at 50% 8%, rgba(58, 141, 255, 0.12), transparent 23%),
          radial-gradient(circle at 96% 72%, rgba(58, 141, 255, 0.08), transparent 20%),
          linear-gradient(135deg, #020711 0%, #061224 52%, #020711 100%);
  --pricing-panel-background:
          linear-gradient(145deg, rgba(17, 24, 39, 0.72), rgba(4, 14, 28, 0.88));
  --pricing-surface-color: #051121;
  --pricing-recommended-background:
          linear-gradient(145deg, rgba(18, 42, 77, 0.90), rgba(5, 17, 33, 0.92));

  /* Lead Form: only values unique to this screen */
  --lead-background:
          #091325 radial-gradient(
                  145.4% 96.54% at 82.58% 50%,
                  #4BB1E9 5.85%,
                  #111827 28.84%,
                  #091325 70.77%
          );
  --lead-frame-background:
          linear-gradient(
                  282deg,
                  #1B3055 0%,
                  #1C2B46 12.019%,
                  #202A3C 88.462%,
                  #171F2F 100%
          );
  --lead-field-background: #1B2740;
  --lead-button-background:
          linear-gradient(247deg, #6CA8FF 39.097%, #3A8DFF 129.01%);
  --lead-modal-overlay: rgba(3, 10, 23, 0.78);
  --lead-modal-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%
          );
  --lead-modal-shadow: 0 32px 120px rgba(0, 0, 0, 0.55);

  /* Footer: only values unique to this screen */
  --footer-background:
          linear-gradient(
                  -77deg,
                  #1B3055 0%,
                  #1C2B46 12%,
                  #202A3C 88%,
                  #171F2F 100%
          );
  --footer-social-background: #3F4246;

  /* Price page: shared values for all screens */
  --price-page-background:
          radial-gradient(circle at 88% 16%, rgba(58, 141, 255, 0.10), transparent 28%),
          var(--color-page);
  --price-hero-background:
          radial-gradient(circle at 77% 48%, rgba(58, 141, 255, 0.14), transparent 34%),
          linear-gradient(180deg, rgba(8, 18, 34, 0.38), rgba(8, 18, 34, 0));
  --price-panel-background:
          linear-gradient(145deg, rgba(27, 44, 72, 0.90), rgba(15, 28, 49, 0.90));
  --price-card-background:
          linear-gradient(145deg, rgba(20, 35, 59, 0.82), rgba(14, 25, 44, 0.82));
  --price-accent-panel-background:
          linear-gradient(90deg, rgba(22, 39, 67, 0.96), rgba(25, 61, 106, 0.82));
  --price-surface-color: #0B1729;
  --price-primary-background:
          linear-gradient(135deg, #2E74D9 0%, #5FA1FF 100%);
  --price-primary-hover:
          linear-gradient(135deg, #327EEA 0%, #6AACFF 100%);
  --price-shadow-color: #010712;
  --price-panel-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.025),
          0 18px 40px rgba(1, 7, 18, 0.12);
  --price-hero-center-shadow:
          0 0 0 10px rgba(58, 141, 255, 0.035),
          0 26px 66px rgba(1, 7, 18, 0.50),
          0 0 40px rgba(58, 141, 255, 0.12);

  /* About page: only values unique to this page */
  --about-background:
          radial-gradient(circle at 76% 5%, rgba(58, 141, 255, 0.11), transparent 24%),
          #0B1220;
  --about-grid-line: rgba(108, 168, 255, 0.025);
  --about-surface-color: #111827;
  --about-surface-strong: #0E1727;
  --about-hero-overlay-left:
          linear-gradient(90deg, #0B1220 0%, rgba(11, 18, 32, 0.82) 22%, transparent 100%);
  --about-hero-overlay-bottom:
          linear-gradient(0deg, rgba(11, 18, 32, 0.74) 0%, transparent 100%);
  --about-story-panel-background:
          radial-gradient(circle at 78% 18%, rgba(58, 141, 255, 0.13), transparent 32%),
          rgba(14, 23, 39, 0.86);
  --about-benefit-background:
          linear-gradient(145deg, rgba(58, 141, 255, 0.045), transparent 52%),
          rgba(17, 24, 39, 0.68);
  --about-architecture-background:
          radial-gradient(circle at center, rgba(58, 141, 255, 0.12), transparent 34%),
          rgba(14, 23, 39, 0.68);
  --about-architecture-core-background:
          radial-gradient(circle, rgba(58, 141, 255, 0.24), rgba(14, 23, 39, 0.96) 68%);
  --about-cta-background:
          radial-gradient(circle at 88% 22%, rgba(58, 141, 255, 0.18), transparent 26%),
          rgba(14, 23, 39, 0.88);
  --about-shadow-color: rgba(0, 0, 0, 0.30);

  /* Contacts page: only values unique to this page */
  --contacts-background:
          radial-gradient(circle at 88% 15%, rgba(58, 141, 255, 0.10), transparent 28%),
          #0B1220;
  --contacts-hero-background:
          radial-gradient(circle at 82% 32%, rgba(58, 141, 255, 0.12), transparent 31%);
  --contacts-response-background:
          linear-gradient(145deg, rgba(27, 44, 72, 0.92), rgba(15, 28, 49, 0.92));
  --contacts-method-background:
          linear-gradient(145deg, rgba(26, 43, 70, 0.88), rgba(15, 28, 48, 0.88));
  --contacts-benefits-background:
          linear-gradient(145deg, rgba(27, 44, 72, 0.86), rgba(15, 28, 49, 0.86));
  --contacts-surface-color: #0B1729;

  /* 404 page: only values unique to this page */
  --not-found-background: #030B19;
  --not-found-card-background:
          linear-gradient(
                  180deg,
                  rgba(27, 39, 64, 0.72) 0%,
                  rgba(17, 24, 39, 0.54) 100%
          );
  --not-found-card-hover-background:
          linear-gradient(
                  180deg,
                  rgba(31, 54, 94, 0.82) 0%,
                  rgba(17, 24, 39, 0.62) 100%
          );
  --not-found-help-background:
          radial-gradient(
                  70% 120% at 8% 50%,
                  rgba(76, 209, 141, 0.18) 0%,
                  rgba(27, 39, 64, 0.40) 38%,
                  rgba(17, 24, 39, 0.54) 100%
          );
  --not-found-help-icon-background:
          radial-gradient(
                  circle at 50% 50%,
                  rgba(76, 209, 141, 0.22) 0%,
                  rgba(47, 134, 255, 0.18) 42%,
                  rgba(17, 24, 39, 0.62) 78%
          );

  /* Legal pages: only values unique to this page family */
  --legal-background:
          radial-gradient(
                  circle at 80% 10%,
                  rgba(58, 141, 255, 0.18),
                  transparent 34%
          ),
          #07111F;
  --legal-panel-background: rgba(12, 27, 48, 0.72);
  --legal-panel-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

html[data-theme="light"] {
  color-scheme: light;

  /* Core palette */
  --color-page: #F5F7FB;
  --color-header: #FFFFFF;
  --color-surface: #FFFFFF;
  --color-surface-secondary: #EEF3F8;

  --color-text: #0B1220;
  --color-text-secondary: #526071;
  --color-text-on-accent: #FFFFFF;

  --color-border-soft: #E7EDF4;
  --color-border-medium: #DCE4EE;
  --color-border-strong: #C8D3E0;

  --color-accent: #2478E5;
  --color-accent-strong: #1E68C7;
  --color-accent-soft: #3A8DFF;
  --color-success: #4CD18D;
  --color-error: #D64550;

  --color-hover: rgba(36, 120, 229, 0.08);
  --color-overlay: rgba(11, 18, 32, 0.18);

  /* Theme switcher */
  --theme-switch-background: #EEF3F8;
  --theme-switch-thumb: #2478E5;

  /* Common tags */
  --ui-tag-border: rgba(36, 120, 229, 0.30);
  --ui-tag-background:
          linear-gradient(
                  180deg,
                  rgba(255, 255, 255, 0.98),
                  rgba(238, 245, 253, 0.98)
          );
  --ui-tag-text: #203044;
  --ui-tag-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.80),
          0 6px 16px rgba(30, 64, 110, 0.08);

  --ui-tag-section-border: rgba(36, 120, 229, 0.38);
  --ui-tag-section-background:
          linear-gradient(
                  180deg,
                  #FFFFFF,
                  #EEF5FD
          );
  --ui-tag-section-text: #2478E5;
  --ui-tag-section-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.90),
          0 6px 18px rgba(36, 120, 229, 0.10);

  /* Hero: only values unique to this screen */
  --hero-background:
          radial-gradient(circle at 18% 20%, rgba(36, 120, 229, 0.13), transparent 34%),
          radial-gradient(circle at 78% 28%, rgba(22, 135, 91, 0.08), transparent 32%),
          linear-gradient(135deg, #F8FBFF 0%, #EEF5FF 48%, #F7FAFE 100%);
  --hero-title: var(--color-text);
  --hero-text: var(--color-text-secondary);

  --hero-primary-background:
          linear-gradient(248.31deg, #3A8DFF 20%, #2478E5 110%);
  --hero-primary-background-1440:
          linear-gradient(251.21deg, #3A8DFF 20%, #2478E5 110%);
  --hero-primary-background-tablet:
          linear-gradient(249.77deg, #3A8DFF 20%, #2478E5 110%);
  --hero-primary-background-mobile:
          linear-gradient(255.39deg, #3A8DFF 20%, #2478E5 110%);
  --hero-primary-frame: inset 0 0 0 1px rgba(36, 120, 229, 0.22);
  --hero-primary-divider: rgba(255, 255, 255, 0.52);
  --hero-primary-shadow: 0 18px 42px rgba(36, 120, 229, 0.25);

  --hero-secondary-background: rgba(255, 255, 255, 0.76);
  --hero-secondary-background-hover: #FFFFFF;
  --hero-secondary-border: rgba(36, 120, 229, 0.35);
  --hero-secondary-border-hover: rgba(36, 120, 229, 0.70);
  --hero-secondary-text: #1E4F88;
  --hero-secondary-shadow: 0 8px 22px rgba(30, 64, 110, 0.07);
  --hero-secondary-shadow-hover: 0 12px 26px rgba(36, 120, 229, 0.12);

  --hero-trust-background: rgba(255, 255, 255, 0.72);
  --hero-trust-border: rgba(36, 120, 229, 0.20);
  --hero-trust-text: #26384D;
  --hero-trust-shadow: 0 8px 22px rgba(30, 64, 110, 0.06);

  --hero-compare-before-background: rgba(255, 255, 255, 0.72);
  --hero-compare-after-background:
          linear-gradient(
                  180deg,
                  rgba(241, 247, 255, 0.96),
                  rgba(255, 255, 255, 0.86)
          );
  --hero-compare-before-border: rgba(36, 120, 229, 0.22);
  --hero-compare-after-border: rgba(36, 120, 229, 0.38);
  --hero-compare-shadow: 0 12px 30px rgba(30, 64, 110, 0.07);
  --hero-compare-text: var(--color-text-secondary);
  --hero-compare-arrow-primary: #2478E5;
  --hero-compare-arrow-shadow:
          drop-shadow(0 4px 10px rgba(36, 120, 229, 0.22));

  --hero-benefits-background: rgba(255, 255, 255, 0.72);
  --hero-benefits-border: rgba(36, 120, 229, 0.18);
  --hero-benefits-divider: rgba(36, 120, 229, 0.16);
  --hero-benefits-shadow: 0 12px 30px rgba(30, 64, 110, 0.06);
  --hero-benefit-profit: var(--color-success);
  --hero-benefit-content-opacity: 1;
  --hero-benefit-text: var(--color-text-secondary);

  --hero-note-border: var(--color-border-medium);
  --hero-note-icon: #607086;

  /* Calc Problems: only values unique to this screen */
  --calc-background:
          radial-gradient(circle at 72% 18%, rgba(36, 120, 229, 0.12), transparent 32%),
          radial-gradient(circle at 18% 58%, rgba(36, 120, 229, 0.07), transparent 32%),
          linear-gradient(180deg, #F8FBFF 0%, var(--color-page) 48%, #F2F6FB 100%);
  --calc-overlay:
          linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 18%),
          linear-gradient(90deg, rgba(36, 120, 229, 0.05), transparent 22%, transparent 78%, rgba(36, 120, 229, 0.04));
  --calc-text-lead: #40536A;
  --calc-industry-background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.96));
  --calc-industry-background-hover: linear-gradient(180deg, rgba(36, 120, 229, 0.10), #FFFFFF);
  --calc-industry-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.85),
          0 10px 24px rgba(30, 64, 110, 0.08);
  --calc-scene-shadow:
          drop-shadow(0 20px 44px rgba(30, 64, 110, 0.12))
          drop-shadow(0 0 30px rgba(36, 120, 229, 0.12));
  --calc-card-background:
          radial-gradient(circle at 18% 0%, rgba(36, 120, 229, 0.08), transparent 36%),
          rgba(255, 255, 255, 0.88);
  --calc-card-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.92),
          0 18px 46px rgba(30, 64, 110, 0.09);
  --calc-item-background: rgba(248, 250, 253, 0.94);
  --calc-button-background: linear-gradient(135deg, #4A94F7 0%, #2478E5 55%, #1E68C7 100%);
  --calc-button-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.22),
          0 14px 28px rgba(36, 120, 229, 0.20);
  --calc-button-shadow-hover:
          inset 0 1px 0 rgba(255, 255, 255, 0.26),
          0 18px 34px rgba(36, 120, 229, 0.28);
  --calc-cta-visual-background:
          radial-gradient(circle at 50% 50%, rgba(36, 120, 229, 0.12), transparent 70%),
          rgba(248, 250, 253, 0.92);

  /* Automation Areas: only values unique to this screen */
  --areas-background:
          radial-gradient(circle at 82% 12%, rgba(36, 120, 229, 0.12), transparent 34%),
          radial-gradient(circle at 12% 32%, rgba(36, 120, 229, 0.07), transparent 30%),
          linear-gradient(135deg, #F8FBFF 0%, #EEF5FF 48%, #F7FAFE 100%);
  --areas-panel-color: #FFFFFF;
  --areas-panel-hover-color: #F3F8FF;
  --areas-border-color: #2478E5;
  --areas-panel-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.92),
          0 12px 30px rgba(30, 64, 110, 0.08);
  --areas-cta-icon-background:
          radial-gradient(circle at 36% 30%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.52) 18%, transparent 36%),
          radial-gradient(circle at 50% 52%, rgba(58, 141, 255, 0.18) 0, rgba(225, 238, 255, 0.78) 52%, rgba(255, 255, 255, 0.98) 100%);
  --areas-cta-icon-shadow:
          inset 8px 8px 16px rgba(255, 255, 255, 0.78),
          inset -12px -14px 20px rgba(36, 120, 229, 0.08),
          0 8px 24px rgba(36, 120, 229, 0.16);

  /* Production Calculator: only values unique to this screen */
  --production-background:
          radial-gradient(circle at 76% 14%, rgba(36, 120, 229, 0.10), transparent 34%),
          linear-gradient(135deg, #F8FBFF 0%, #EEF5FF 52%, #F7FAFE 100%);
  --production-surface-strong: #FFFFFF;
  --production-control-background: #EEF3F8;
  --production-panel-background: #FFFFFF;
  --production-params-background: #F8FBFF;
  --production-preview-background: #EEF5FF;
  --production-item-background: #F7FAFE;
  --production-success-background: #EAF8F0;
  --production-demo-shadow: 0 20px 50px rgba(30, 64, 110, 0.10);
  --production-image-frame-shadow:
          inset 0 0 0 14px rgba(36, 120, 229, 0.08),
          inset 0 1px 0 rgba(255, 255, 255, 0.72);
  --production-dot: #8B98A8;
  --production-dot-hover: #526071;
  --production-button-background: #2478E5;
  --production-button-hover: #1E68C7;

  /* Automation Cases: only values unique to this screen */
  --cases-background:
          radial-gradient(circle at 96% 13%, rgba(36, 120, 229, 0.11), transparent 18%),
          radial-gradient(circle at 4% 26%, rgba(36, 120, 229, 0.06), transparent 16%),
          linear-gradient(135deg, #F8FBFF 0%, #EEF5FF 52%, #F7FAFE 100%);
  --cases-panel-color: #FFFFFF;
  --cases-picture-background: #F3F8FF;
  --cases-card-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.92),
          0 18px 44px rgba(30, 64, 110, 0.09);
  --cases-detail-text: #526071;
  --cases-cta-icon-shadow:
          0 0 0 7px rgba(36, 120, 229, 0.06),
          0 0 24px rgba(36, 120, 229, 0.18);

  /* Work Process: only values unique to this screen */
  --work-background:
          radial-gradient(circle at 73% 12%, rgba(36, 120, 229, 0.10), transparent 24%),
          linear-gradient(135deg, #F8FBFF 0%, #EEF5FF 52%, #F7FAFE 100%);
  --work-step-background:
          linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 253, 0.92));
  --work-panel-color: #FFFFFF;
  --work-action-background: #2478E5;
  --work-action-hover: #1E68C7;

  /* Why Work With Me: only values unique to this screen */
  --why-background:
          radial-gradient(circle at 72% 10%, rgba(36, 120, 229, 0.09), transparent 27%),
          linear-gradient(135deg, #F8FBFF 0%, #EEF5FF 54%, #F7FAFE 100%);
  --why-card-background:
          linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(238, 245, 253, 0.93));
  --why-action-background: #2478E5;
  --why-action-hover: #1E68C7;

  /* FAQ: only values unique to this screen */
  --faq-background:
          radial-gradient(circle at 13% 40%, rgba(36, 120, 229, 0.10), transparent 25%),
          radial-gradient(circle at 88% 18%, rgba(36, 120, 229, 0.07), transparent 24%),
          linear-gradient(135deg, #F8FBFF 0%, #EEF5FF 52%, #F7FAFE 100%);
  --faq-guide-background:
          linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 245, 253, 0.95));
  --faq-item-background:
          linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 253, 0.90));
  --faq-item-open-background:
          linear-gradient(145deg, rgba(248, 252, 255, 0.98), rgba(232, 242, 255, 0.94));
  --faq-panel-color: #FFFFFF;

  /* Pricing Formats: only values unique to this screen */
  --pricing-background:
          radial-gradient(circle at 50% 8%, rgba(36, 120, 229, 0.11), transparent 23%),
          radial-gradient(circle at 96% 72%, rgba(36, 120, 229, 0.07), transparent 20%),
          linear-gradient(135deg, #F8FBFF 0%, #EEF5FF 52%, #F7FAFE 100%);
  --pricing-panel-background:
          linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 245, 253, 0.94));
  --pricing-surface-color: #FFFFFF;
  --pricing-recommended-background:
          linear-gradient(145deg, rgba(239, 247, 255, 0.98), rgba(220, 236, 255, 0.96));

  /* Lead Form: only values unique to this screen */
  --lead-background:
          #EEF2F7 radial-gradient(
                  145.4% 96.54% at 82.58% 50%,
                  rgba(58, 141, 255, 0.22) 5.85%,
                  #E6EDF6 28.84%,
                  #EEF2F7 70.77%
          );
  --lead-frame-background:
          linear-gradient(
                  282deg,
                  #EDF2F7 0%,
                  #E4EBF3 12.019%,
                  #DDE6F0 88.462%,
                  #EBF1F6 100%
          );
  --lead-field-background: #FFFFFF;
  --lead-button-background:
          linear-gradient(247deg, #3A8DFF 20%, #2478E5 110%);
  --lead-modal-overlay: rgba(11, 18, 32, 0.45);
  --lead-modal-background:
          radial-gradient(
                  120% 90% at 88% 0%,
                  rgba(58, 141, 255, 0.16) 0%,
                  rgba(238, 245, 255, 0.96) 28%,
                  rgba(255, 255, 255, 0.99) 100%
          );
  --lead-modal-shadow: 0 32px 120px rgba(30, 64, 110, 0.18);

  /* Footer: only values unique to this screen */
  --footer-background:
          linear-gradient(
                  -77deg,
                  #D9E3ED 0%,
                  #E2EAF2 12%,
                  #EDF2F7 88%,
                  #D6E1EC 100%
          );
  --footer-social-background: #DCE4EE;

  /* Price page: shared values for all screens */
  --price-page-background:
          radial-gradient(circle at 88% 16%, rgba(36, 120, 229, 0.09), transparent 28%),
          var(--color-page);
  --price-hero-background:
          radial-gradient(circle at 77% 48%, rgba(36, 120, 229, 0.12), transparent 34%),
          linear-gradient(180deg, rgba(225, 237, 252, 0.72), rgba(245, 247, 251, 0));
  --price-panel-background:
          linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 240, 249, 0.96));
  --price-card-background:
          linear-gradient(145deg, rgba(250, 252, 255, 0.98), rgba(232, 240, 249, 0.94));
  --price-accent-panel-background:
          linear-gradient(90deg, rgba(238, 245, 255, 0.98), rgba(219, 234, 252, 0.96));
  --price-surface-color: #FFFFFF;
  --price-primary-background:
          linear-gradient(135deg, #2478E5 0%, #5FA1FF 100%);
  --price-primary-hover:
          linear-gradient(135deg, #1E68C7 0%, #6AACFF 100%);
  --price-shadow-color: #1E406E;
  --price-panel-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.92),
          0 18px 40px rgba(30, 64, 110, 0.09);
  --price-hero-center-shadow:
          0 0 0 10px rgba(36, 120, 229, 0.06),
          0 26px 66px rgba(30, 64, 110, 0.14),
          0 0 40px rgba(36, 120, 229, 0.16);

  /* About page: only values unique to this page */
  --about-background:
          radial-gradient(circle at 76% 5%, rgba(36, 120, 229, 0.10), transparent 24%),
          #F5F7FB;
  --about-grid-line: rgba(36, 120, 229, 0.055);
  --about-surface-color: #DCE6F0;
  --about-surface-strong: #D2DFEA;
  --about-hero-overlay-left:
          linear-gradient(90deg, #F5F7FB 0%, rgba(245, 247, 251, 0.82) 22%, transparent 100%);
  --about-hero-overlay-bottom:
          linear-gradient(0deg, rgba(245, 247, 251, 0.72) 0%, transparent 100%);
  --about-story-panel-background:
          radial-gradient(circle at 78% 18%, rgba(36, 120, 229, 0.10), transparent 32%),
          rgba(226, 235, 244, 0.94);
  --about-benefit-background:
          linear-gradient(145deg, rgba(36, 120, 229, 0.055), transparent 52%),
          rgba(226, 235, 244, 0.90);
  --about-architecture-background:
          radial-gradient(circle at center, rgba(36, 120, 229, 0.10), transparent 34%),
          rgba(224, 234, 244, 0.92);
  --about-architecture-core-background:
          radial-gradient(circle, rgba(36, 120, 229, 0.18), rgba(232, 240, 248, 0.98) 68%);
  --about-cta-background:
          radial-gradient(circle at 88% 22%, rgba(36, 120, 229, 0.14), transparent 26%),
          rgba(222, 233, 243, 0.96);
  --about-shadow-color: rgba(30, 64, 110, 0.14);

  /* Contacts page: only values unique to this page */
  --contacts-background:
          radial-gradient(circle at 88% 15%, rgba(36, 120, 229, 0.10), transparent 28%),
          #F5F7FB;
  --contacts-hero-background:
          radial-gradient(circle at 82% 32%, rgba(36, 120, 229, 0.09), transparent 31%);
  --contacts-response-background:
          linear-gradient(145deg, #E5EDF5, #D9E4EF);
  --contacts-method-background:
          linear-gradient(145deg, #EDF3F8, #E1EAF3);
  --contacts-benefits-background:
          linear-gradient(145deg, #E7EEF5, #DCE6EF);
  --contacts-surface-color: #FFFFFF;

  /* 404 page: only values unique to this page */
  --not-found-background: #F5F7FB;
  --not-found-card-background:
          linear-gradient(
                  180deg,
                  rgba(255, 255, 255, 0.98) 0%,
                  rgba(231, 238, 246, 0.94) 100%
          );
  --not-found-card-hover-background:
          linear-gradient(
                  180deg,
                  rgba(245, 250, 255, 0.99) 0%,
                  rgba(218, 232, 247, 0.96) 100%
          );
  --not-found-help-background:
          radial-gradient(
                  70% 120% at 8% 50%,
                  rgba(76, 209, 141, 0.16) 0%,
                  rgba(232, 241, 249, 0.96) 38%,
                  rgba(255, 255, 255, 0.98) 100%
          );
  --not-found-help-icon-background:
          radial-gradient(
                  circle at 50% 50%,
                  rgba(76, 209, 141, 0.18) 0%,
                  rgba(36, 120, 229, 0.14) 42%,
                  rgba(241, 247, 252, 0.98) 78%
          );

  /* Legal pages: only values unique to this page family */
  --legal-background:
          radial-gradient(
                  circle at 80% 10%,
                  rgba(36, 120, 229, 0.10),
                  transparent 34%
          ),
          #F5F7FB;
  --legal-panel-background: #E5EDF5;
  --legal-panel-shadow: 0 24px 80px rgba(30, 64, 110, 0.13);
}


/* ==========================================================================
   Theme-independent component values
   ========================================================================== */

:root {
  --areas-button-border: rgba(34, 197, 94, 0.75);
  --areas-button-background: linear-gradient(247deg, #22C55E 0%, #16A34A 100%);
}

/* ==========================================================================
   Temporary aliases
   Existing screens still use these names. Do not use them in new code.
   ========================================================================== */

:root {
  /* Old project palette.
     Values stay fixed until each remaining screen is migrated.
     This prevents half-light, half-dark components. */
  --color-Accent-Blue: #2F86FF;
  --color-Accent-DeepBlue: #3A8DFF;
  --color-Accent-LightBlue: #6CA8FF;
  --color-Accent-Green: #4CD18D;

  --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);

  --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;

  --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-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);

  /* Header */
  --theme-page: var(--color-page);
  --theme-header: var(--color-header);
  --theme-surface: var(--color-surface);
  --theme-text: var(--color-text);
  --theme-text-secondary: var(--color-text-secondary);
  --theme-border: var(--color-border-strong);
  --theme-hover: var(--color-hover);
  --theme-overlay: var(--color-overlay);
  --theme-switch-border: var(--color-border-strong);
  --theme-switch-icon: var(--color-text-secondary);

  /* Hero */
  --hero-title-accent: var(--color-accent);
  --hero-tag-icon-1c: var(--color-success);
  --hero-trust-icon: var(--color-accent);
  --hero-compare-title: var(--hero-title);
  --hero-compare-title-accent: var(--color-accent);
  --hero-compare-arrow-secondary: var(--color-success);
  --hero-benefit-icon: var(--color-accent);
  --hero-benefit-title: var(--hero-title);
  --hero-note-text: var(--color-text-secondary);
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: var(--space-46);
}

html {
  background-color: var(--color-page);
  overscroll-behavior-y: none;
}

body {
  min-height: 100%;
  margin: 0;
  background-color: var(--color-page);
  font-family: 'Inter';
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: var(--color-text);
  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-strong),
          var(--color-accent-soft),
          var(--color-success)
  );
  box-shadow: 0 0 12px rgba(58, 141, 255, 0.75);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

/* ==========================================================================
   Общие теги Bunin Systems
   ========================================================================== */

.ui-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 10px 20px;
  list-style: none;
}

.ui-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 6px 12px;
  gap: 7px;
  border: 1px solid var(--ui-tag-border);
  border-radius: 8px;
  background: var(--ui-tag-background);
  color: var(--ui-tag-text);
  font: 600 14px/1.35 "Inter", sans-serif;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: var(--ui-tag-shadow);
}

.ui-tag__icon {
  display: inline-flex;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--color-accent);
}

.ui-tag__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;
}

/* Одиночный тег перед заголовком секции */

.ui-tag--section {
  border-color: var(--ui-tag-section-border);
  background: var(--ui-tag-section-background);
  color: var(--ui-tag-section-text);
  font: 700 12px/18px "Inter", sans-serif;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  box-shadow: var(--ui-tag-section-shadow);
}

.ui-tag--section .ui-tag__icon {
  color: var(--color-success);
}

@media (max-width: 600px) {
  .ui-tags {
    gap: 8px;
  }

  .ui-tag {
    min-height: 30px;
    padding: 5px 10px;
    gap: 6px;
    font-size: 12px;
  }

  .ui-tag__icon {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }

  .ui-tag--section {
    font-size: 11px;
    line-height: 16px;
  }
}

/* End */


/* Start:/local/templates/buninsys_local/css/header.css?178609959127462*/
/* =========================
   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: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;

  background-color: var(--color-Accent-Blue);

  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;

  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;

  transition: background-color 180ms ease;
}

.header__action-icon--telegram {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/tg_filling.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/tg_filling.svg");
}

.header__action-icon--phone {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/phone_filling.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/phone_filling.svg");
}

@media (hover: hover) and (pointer: fine) {
  .header__action:hover .header__action-icon {
    background-color: var(--color-Accent-Green);
  }
}

.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-20);
  }
}

@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;
  }


}

/* ==========================================================================
   Header theme
   ========================================================================== */

.header {
  background-color: var(--theme-header);
}

.header__brand {
  border-color: var(--theme-border);
  color: var(--theme-text);
}

.header__brand-title,
.header__brand-title-main,
.header__brand-slogan-result,
.header__link,
.menu__btn,
.header__action-text--phone {
  color: var(--theme-text);
}

.header__brand-subtitle,
.submenu__link {
  color: var(--theme-text-secondary);
}

.header__brand-divider {
  background-color: var(--theme-border);
}

.submenu {
  border-color: var(--theme-border);
  background-color: var(--theme-surface);
}

.submenu__link:hover,
.submenu__link:focus-visible {
  color: var(--theme-text);
  background-color: var(--theme-hover);
}

/* CTA и переключатель */

.header__cta-group {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/*
 * Компактный переключатель под CTA.
 * Размеры заданы жёстко, чтобы общие стили кнопок не превращали его в круг.
 */
.header .theme-switcher {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
  flex: 0 0 42px;

  width: 42px;
  min-width: 42px;
  max-width: 42px;

  height: 20px;
  min-height: 20px;
  max-height: 20px;

  margin: 0;
  padding: 0;

  border: 1px solid var(--theme-border);
  border-radius: 999px;
  outline: none;

  background-color: var(--theme-switch-background);
  color: var(--theme-switch-icon);

  font: inherit;
  line-height: 0;

  appearance: none;
  cursor: pointer;

  transition:
          border-color var(--transition-Base),
          background-color var(--transition-Base),
          box-shadow var(--transition-Base);
}

.header .theme-switcher:hover {
  border-color: var(--color-accent);
}

.header .theme-switcher:focus-visible {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-accent) 28%, transparent);
}

/*
 * Бегунок 14×14.
 * Слева и справа одинаковый отступ 3px.
 */
.theme-switcher__thumb {
  position: absolute;
  top: 2px;
  left: 3px;
  z-index: 1;

  display: block;
  box-sizing: border-box;

  width: 14px;
  height: 14px;

  border-radius: 50%;
  background-color: var(--theme-switch-thumb);

  transform: translateX(20px);

  transition:
          transform var(--transition-Base),
          background-color var(--transition-Base);
}

/*
 * Иконки расположены абсолютно, поэтому не влияют на размер кнопки
 * и совпадают с центрами двух положений бегунка.
 */
.theme-switcher__icon {
  position: absolute;
  top: 4px;
  z-index: 2;

  display: block;

  width: 10px;
  height: 10px;

  color: var(--theme-switch-icon);
  background-color: currentColor;
  opacity: 0.58;
  pointer-events: none;

  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px 10px;

  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 10px 10px;

  transition:
          color var(--transition-Base),
          opacity var(--transition-Base);
}

.theme-switcher__icon--sun {
  left: 5px;

  mask-image: url("/local/templates/buninsys_local/css/../img/icons/sun.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/sun.svg");
}

.theme-switcher__icon--moon {
  right: 5px;

  mask-image: url("/local/templates/buninsys_local/css/../img/icons/moon.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/moon.svg");
}

html[data-theme="dark"] .theme-switcher__icon--sun {
  color: var(--theme-switch-icon);
  opacity: 0.42;
}

html[data-theme="dark"] .theme-switcher__icon--moon {
  color: #FFFFFF;
  opacity: 1;
}

html[data-theme="light"] .theme-switcher__thumb {
  transform: translateX(0);
}

html[data-theme="light"] .theme-switcher__icon--sun {
  color: #FFFFFF;
  opacity: 1;
}

html[data-theme="light"] .theme-switcher__icon--moon {
  color: var(--theme-switch-icon);
  opacity: 0.42;
}

/* Tablet и mobile */

@media (max-width: 1430px) {
  .header__burger {
    border-color: var(--theme-border);
    background-color: var(--theme-surface);
  }

  .header__burger-line {
    background-color: var(--theme-text);
  }

  .header__mobile-menu {
    border-color: var(--theme-border);
    background: var(--theme-surface);
  }

  .header__mobile-link {
    color: var(--theme-text);
  }

  .header__mobile-solutions-row {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .header__mobile-link--solutions {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header__mobile-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 44px;
    width: 44px;
    height: 44px;

    margin-left: auto;
    padding: 0;

    border: 0;
    border-radius: 10px;

    color: var(--theme-text-secondary);
    background: transparent;

    cursor: pointer;

    transition:
            color var(--transition-Base),
            background-color var(--transition-Base);
  }

  .header__mobile-submenu-toggle:hover,
  .header__mobile-submenu-toggle:focus-visible {
    color: var(--theme-text);
    background-color: var(--theme-hover);
  }

  .header__mobile-submenu-chevron {
    display: block;
    width: 18px;
    height: 18px;

    background-color: currentColor;

    mask: url("/local/templates/buninsys_local/css/../img/header/chevron-down.svg") center / contain no-repeat;
    -webkit-mask: url("/local/templates/buninsys_local/css/../img/header/chevron-down.svg") center / contain no-repeat;

    transition: transform var(--transition-Base);
  }

  .header__mobile-submenu-toggle[aria-expanded="true"]
  .header__mobile-submenu-chevron {
    transform: rotate(180deg);
  }

  .header__mobile-submenu {
    display: grid;
    gap: 2px;

    margin: 0 0 8px;
    padding: 4px 0 8px 42px;

    list-style: none;
  }

  .header__mobile-submenu[hidden] {
    display: none;
  }

  .header__mobile-submenu-link {
    display: flex;
    align-items: center;
    gap: 12px;

    min-height: 42px;
    padding: 8px 12px;

    border-radius: 9px;

    color: var(--theme-text-secondary);
    font: 600 15px/1.3 "Inter", sans-serif;
    text-decoration: none;

    transition:
            color var(--transition-Base),
            background-color var(--transition-Base);
  }

  .header__mobile-submenu-link:hover,
  .header__mobile-submenu-link:focus-visible {
    color: var(--theme-text);
    background-color: var(--theme-hover);
  }

  .header__mobile-submenu-icon {
    display: block;

    flex: 0 0 20px;
    width: 20px;
    height: 20px;

    object-fit: contain;
  }

  body.is-menu-open::before {
    background: var(--theme-overlay);
  }
}

/* После скрытия CTA переключатель становится квадратной кнопкой шапки. */

@media (max-width: 1040px) {
  .header__cta-group {
    display: inline-flex;
    flex-direction: row;
    gap: 0;
  }

  .header .theme-switcher {
    flex: 0 0 50px;

    width: 50px;
    min-width: 50px;
    max-width: 50px;

    height: 50px;
    min-height: 50px;
    max-height: 50px;

    border-radius: var(--radius-S);
    background-color: var(--theme-surface);
  }

  .theme-switcher__thumb {
    display: none;
  }

  .theme-switcher__icon {
    top: 50%;
    left: 50%;
    right: auto;

    width: 22px;
    height: 22px;

    mask-size: 22px 22px;
    -webkit-mask-size: 22px 22px;

    transform: translate(-50%, -50%);
  }

  html[data-theme="dark"] .theme-switcher__icon--sun {
    display: block;
    color: var(--color-accent-soft);
    opacity: 1;
  }

  html[data-theme="dark"] .theme-switcher__icon--moon {
    display: none;
  }

  html[data-theme="light"] .theme-switcher__icon--sun {
    display: none;
  }

  html[data-theme="light"] .theme-switcher__icon--moon {
    display: block;
    color: var(--color-accent-strong);
    opacity: 1;
  }
}

@media (max-width: 360px) {
  .header .theme-switcher {
    flex-basis: 46px;

    width: 46px;
    min-width: 46px;
    max-width: 46px;

    height: 46px;
    min-height: 46px;
    max-height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-switcher,
  .theme-switcher__thumb,
  .theme-switcher__icon {
    transition: none;
  }
}

/* End */


/* Start:/local/templates/buninsys_local/css/hero.css?178584381022483*/


.main,
.page {
    padding-top: var(--header-height, 107px);
}

.hero,
.hero *,
.hero *::before,
.hero *::after {
    box-sizing: border-box;
}

.hero {
    position: relative;
    overflow: hidden;
    color: var(--hero-title);
    background: var(--hero-background);
}

.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__tag-icon--1c {
    flex-basis: 30px;
    width: 30px;
    height: 20px;
    color: var(--hero-tag-icon-1c);
}

.hero__tag-icon--1c::before {
    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--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: var(--hero-title);
    font: var(--typo-H1-ExtraBold);
    letter-spacing: -0.025em;
}

.hero__title span {
    color: var(--hero-title-accent);
}

.hero__text {
    width: 100%;
    min-height: 120px;
    margin: 0;
    color: var(--hero-text);
    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: var(--color-text-on-accent);
}

.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: var(--hero-primary-frame);
}

.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: var(--hero-primary-background);
}

.hero__button--primary .hero__button-text {
    display: block;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    color: var(--color-text-on-accent);
    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: var(--hero-primary-divider);
}

.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 var(--hero-secondary-border);
    border-radius: 14px;
    background: var(--hero-secondary-background);
    color: var(--hero-secondary-text);
    box-shadow: var(--hero-secondary-shadow);
    text-align: center;
}

.hero__button--secondary .hero__button-text {
    display: block;
    color: var(--hero-secondary-text);
    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: var(--hero-primary-shadow);
}

.hero__button--secondary:hover {
    border-color: var(--hero-secondary-border-hover);
    background: var(--hero-secondary-background-hover);
    box-shadow: var(--hero-secondary-shadow-hover);
}

/* ==============================
   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 var(--hero-trust-border);
    border-radius: 8px;
    background: var(--hero-trust-background);
    box-shadow: var(--hero-trust-shadow);
}

.hero__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: var(--hero-trust-icon);
}

.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: var(--hero-trust-text);
    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-radius: 8px;
    box-shadow: var(--hero-compare-shadow);
}

.hero-compare__before-col {
    flex: 0 0 41%;
    border: 1px solid var(--hero-compare-before-border);
    background: var(--hero-compare-before-background);
}

.hero-compare__after-col {
    flex: 1 1 auto;
    border: 1px solid var(--hero-compare-after-border);
    background: var(--hero-compare-after-background);
}

.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: var(--hero-compare-title);
    font: 800 30px/36px "Inter", sans-serif;
    text-align: center;
    letter-spacing: -0.02em;
}

.hero-compare__head--after .hero-compare__title {
    color: var(--hero-compare-title-accent);
}

.hero-compare__text {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    color: var(--hero-compare-text);
    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: var(--hero-compare-arrow-primary);
    clip-path: polygon(
            12% 26%,
            61% 26%,
            61% 0,
            100% 50%,
            61% 100%,
            61% 74%,
            12% 74%
    );
    filter: var(--hero-compare-arrow-shadow);
}

.hero-compare__arrow::after {
    width: 100px;
    height: 60px;
    background: var(--hero-compare-arrow-secondary);
    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 var(--hero-benefits-border);
    border-radius: 8px;
    background: var(--hero-benefits-background);
    box-shadow: var(--hero-benefits-shadow);
    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: var(--hero-benefits-divider);
}

.hero-benefit__icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    color: var(--hero-benefit-icon);
}

.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: var(--hero-benefit-profit);
}

.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: var(--hero-benefit-content-opacity);
}

.hero-benefit__title {
    margin: 0;
    color: var(--hero-benefit-title);
    font: 500 22px/24px "Inter", sans-serif;
}

.hero-benefit__text {
    margin: 0;
    color: var(--hero-benefit-text);
    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 var(--hero-note-border);
}

.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(--hero-note-icon);
}

.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(--hero-note-text);
    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: var(--hero-primary-background-1440);
    }

    .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: var(--hero-primary-background-1200);
    }

    .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: var(--hero-benefits-divider);
    }

    .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: var(--hero-primary-background-tablet);
    }

    .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: var(--hero-primary-frame);
    }

    .hero__button-bg {
        background: var(--hero-primary-background-mobile);
    }

    .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?178579763614101*/
/* =========================
   Footer
   ========================= */

.footer {
  color: var(--color-text-secondary);
  background: var(--footer-background);
  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 color-mix(in srgb, var(--color-text-secondary) 70%, transparent);
  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 var(--color-border-soft);
  border-radius: 7px;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
}

.footer__brand:hover {
  border-color: var(--color-success);
}

.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: var(--color-text);
  white-space: nowrap;
}

.footer__brand-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-text-secondary);
  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: var(--color-text-secondary);
  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: var(--footer-social-background);
  text-decoration: none;
  overflow: hidden;
}

.footer__social--telegram,
.footer__social--phone,
.footer__social--email {
  padding: 10px;
}


.footer__social-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--color-accent);
  transition: background-color 180ms ease;

  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;

  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.footer__social-icon--telegram {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/tg_filling.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/tg_filling.svg");
}

.footer__social-icon--phone {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/phone_filling.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/phone_filling.svg");
}

.footer__social-icon--email {
  mask-image: url("/local/templates/buninsys_local/css/../img/footer/email_filling.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/footer/email_filling.svg");
}

.footer__social:hover .footer__social-icon {
  background-color: var(--color-success);
}

/* =========================
   Menu
   ========================= */

.footer__menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  min-width: 0;
  border-left: 0.7px solid color-mix(in srgb, var(--color-text-secondary) 10%, transparent);
}

.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 var(--color-border-soft);
}

.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: var(--color-text-secondary);
  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-color: var(--color-text-secondary);
  mask: url("/local/templates/buninsys_local/css/../img/footer/arrow-down.svg") center / contain no-repeat;
  -webkit-mask: url("/local/templates/buninsys_local/css/../img/footer/arrow-down.svg") center / contain no-repeat;
}

.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: var(--color-text-secondary);
  text-decoration: none;
}

.footer__link:hover,
.footer__contact-link:hover,
.footer__legal-link:hover {
  color: var(--color-accent);
}

/* =========================
   Contacts
   ========================= */

.footer__contacts-list {
  width: 100%;
}

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer__contact-icon {
  display: block;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;

  background-color: var(--color-accent);

  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;

  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;

  transition: background-color 180ms ease;
}

.footer__contact-icon--phone {
  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");
}

.footer__contact-icon--telegram {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/tg.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/tg.svg");
}

.footer__contact-icon--email {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/email.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/email.svg");
}

.footer__contact-icon--location {
  mask-image: url("/local/templates/buninsys_local/css/../img/icons/mappin.svg");
  -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/mappin.svg");
}

.footer__contact-item:hover .footer__contact-icon {
  background-color: var(--color-success);
}

.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: var(--color-text-secondary);
}

.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: var(--color-text-secondary);
  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: var(--color-text-secondary);
  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 var(--color-border-soft);
  }

  .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);
  }

  .footer__column.is-open .footer__link:hover,
  .footer__contacts-column.is-open .footer__contact-link:hover {
    color: var(--color-success);
  }

  .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 var(--color-border-soft);
  }

  .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: var(--footer-background);
  border-top: 2px dashed var(--color-accent);
}
/* End */


/* Start:/local/templates/buninsys_local/css/lead-form.css?178579765226483*/
/* =========================
   Lead Form / Wide
   ========================= */

.lead-form {
  padding: 46px 0;
  color: var(--color-text);
  background: var(--lead-background);
  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 var(--color-border-medium);
  border-radius: 23px;
  background: var(--lead-frame-background);
  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);
}

.lead-form__title span {
  color: var(--color-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: var(--color-border-soft);
}

.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);
}

.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 var(--color-border-medium);
  border-radius: var(--radius-S, 7px);
  background: var(--lead-field-background);
  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);
}

.lead-form__input::placeholder,
.lead-form__textarea::placeholder {
  color: var(--color-text-secondary);
}

.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 var(--color-border-medium);
  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: var(--lead-button-background);
  color: var(--color-text-on-accent);
  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-on-accent);
}

.lead-form__button-line {
  width: 0.7px;
  height: 46px;
  background: color-mix(in srgb, var(--color-text-on-accent) 35%, transparent);
  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 var(--color-border-medium);
  border-radius: 3px;
  background: var(--lead-field-background);
  box-sizing: border-box;
}

.lead-form__checkbox-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -1px;
  width: 7px;
  height: 17px;
  border-right: 3px solid var(--color-text-on-accent);
  border-bottom: 3px solid var(--color-text-on-accent);
  transform: rotate(45deg);
  opacity: 0;
  box-sizing: border-box;
}

.lead-form__checkbox:checked + .lead-form__checkbox-box {
  background: var(--color-success);
  border-color: var(--color-success);
}

.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-accent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.lead-form__consent-link:hover,
.lead-form__consent-link:focus-visible {
  color: var(--color-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-error);
}

.lead-form__field-group.is-error .lead-form__field,
.lead-form__consent-wrap.is-error .lead-form__checkbox-box {
  border-color: var(--color-error);
}

.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 color-mix(in srgb, var(--color-success) 45%, transparent);
    background: color-mix(in srgb, var(--color-success) 12%, transparent);
    color: var(--color-success);
}

.lead-form__status.is-error {
    border: 1px solid color-mix(in srgb, var(--color-error) 45%, transparent);
    background: color-mix(in srgb, var(--color-error) 12%, transparent);
    color: var(--color-error);
}

.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 color-mix(in srgb, var(--color-success) 55%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--color-success) 14%, transparent);
  color: var(--color-success);
  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 var(--color-border-soft);
  }

  .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: color-mix(in srgb, var(--color-accent-strong) 14%, var(--lead-field-background));
  }

  .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: color-mix(in srgb, var(--color-text-on-accent) 78%, transparent);
  }

  .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: var(--lead-modal-overlay);
  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 var(--color-border-medium);
  border-radius: 23px;

  background: var(--lead-modal-background);

  box-shadow: var(--lead-modal-shadow);
  color: var(--color-text);
  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 var(--color-border-medium);
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-accent-strong) 12%, var(--color-surface));

  color: var(--color-text);
  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: color-mix(in srgb, var(--color-accent-strong) 70%, transparent);
  background: color-mix(in srgb, var(--color-accent-strong) 22%, transparent);
  transform: rotate(90deg);
}

.consent-modal__title {
  margin: 0;
  padding: 36px 78px 24px 36px;

  border-bottom: 0.7px solid var(--color-border-soft);

  font: var(--typo-H3-Bold, var(--typo-H2-Bold));
  color: var(--color-text);
}

.consent-modal__content {
  overflow-y: auto;
  padding: 28px 36px;

  color: var(--color-text-secondary);
  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-accent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.consent-modal__content a:hover,
.consent-modal__content a:focus-visible {
  color: var(--color-success);
}

.consent-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;

  padding: 24px 36px 36px;
  border-top: 0.7px solid var(--color-border-soft);

  background: color-mix(in srgb, var(--color-surface) 72%, transparent);
}

.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 color-mix(in srgb, var(--color-accent-strong) 90%, transparent);
  background: var(--lead-button-background);
  color: var(--color-text-on-accent);
}

.consent-modal__button--primary:hover,
.consent-modal__button--primary:focus-visible {
  opacity: 0.94;
}

.consent-modal__button--secondary {
  border: 1px solid var(--color-border-medium);
  background: color-mix(in srgb, var(--color-surface-secondary) 45%, transparent);
  color: var(--color-text);
}

.consent-modal__button--secondary:hover,
.consent-modal__button--secondary:focus-visible {
  border-color: color-mix(in srgb, var(--color-text) 42%, transparent);
  background: color-mix(in srgb, var(--color-text) 8%, transparent);
}

/* Кнопка-ссылка в тексте согласия формы */
.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?178603440031180*/
/* ==========================================================================
   Calc Problems — second screen
   ========================================================================== */

.calc-problems {
    position: relative;
    overflow: hidden;
    padding: 77px 0 27px;
    background: var(--calc-background);
    color: var(--color-text);
}

.calc-problems::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: var(--calc-overlay);
}

.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: var(--calc-text-lead);
    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(--color-border-strong), var(--color-border-soft), 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: 1px solid var(--color-border-medium);
    border-radius: var(--radius-M);
    background: var(--calc-industry-background);
    color: var(--color-text);
    font: var(--typo-Nav-SemiBold);
    white-space: nowrap;
    box-shadow: var(--calc-industry-shadow);
    transition:
            transform var(--transition-Base),
            border-color var(--transition-Base),
            background var(--transition-Base);
}

.calc-problems__industry:hover {
    transform: translateY(-1px);
    border-color: var(--ui-tag-border);
    background: var(--calc-industry-background-hover);
}

.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-strong);
}

.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/icons/warehouse.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/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);
    font: var(--typo-H2-ExtraBold);
    letter-spacing: -0.045em;
}

.calc-problems__title span {
    display: block;
    color: var(--color-accent-strong);
}

.calc-problems__lead {
    max-width: 680px;
    margin: var(--space-16) 0 0;
    color: var(--calc-text-lead);
    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: var(--calc-scene-shadow);
}

/* ==========================================================================
   Shared cards
   ========================================================================== */

.calc-problems__panel,
.calc-problems__business,
.calc-problems__steps,
.calc-problems__cta {
    border: 1px solid var(--color-border-soft);
    background: var(--calc-card-background);
    box-shadow: var(--calc-card-shadow);
}

/* ==========================================================================
   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-error);
}

.calc-problems__panel-title--blue {
    color: var(--color-accent-strong);
}

.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: 1px solid var(--color-border-soft);
    border-radius: var(--radius-M);
    background: var(--calc-item-background);
}

.calc-problems__item--arrow::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    width: 70px;
    height: 70px;
    background-color: var(--color-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 color-mix(in srgb, var(--color-error) 28%, transparent));
}

.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-error);
    background: color-mix(in srgb, var(--color-error) 10%, transparent);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--color-error) 16%, transparent);
}

.calc-problems__item-icon--blue {
    color: var(--color-accent-strong);
    background: color-mix(in srgb, var(--color-accent-strong) 12%, transparent);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--color-accent-strong) 16%, transparent);
}

.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/icons/chart_up.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/chart_up.svg");
}

.calc-problems__item-body {
    min-width: 0;
}

.calc-problems__item-body h4 {
    margin: 0;
    color: var(--color-text);
    font: var(--typo-Small-ExtraBold);
}

.calc-problems__item-body p {
    margin: var(--space-6) 0 0;
    color: var(--color-text-secondary);
    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);
    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 var(--color-border-soft);
}

.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-strong);
}

.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/icons/target.svg");
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/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: var(--color-text-secondary);
    font: var(--typo-Caption-Regular);
}

.calc-problems__metric-body b {
    display: block;
    color: var(--color-accent-strong);
    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);
    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-strong), var(--color-accent));
    color: var(--color-text-on-accent);
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 0 24px color-mix(in srgb, var(--color-accent-strong) 26%, transparent);
}

.calc-problems__step div {
    min-width: 0;
}

.calc-problems__step b {
    display: block;
    color: var(--color-text);
    font: var(--typo-Caption-SemiBold);
}

.calc-problems__step p {
    margin: 7px 0 0;
    color: var(--color-text-secondary);
    font: var(--typo-Caption-Regular);
}

.calc-problems__step-arrow {
    flex: 0 0 25px;
    align-self: center;
    width: 25px;
    height: 25px;
    background-color: var(--color-text-secondary);
    -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: var(--color-text-secondary);
    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: var(--calc-button-background);
    color: var(--color-text-on-accent);
    font: var(--typo-Small-SemiBold);
    text-decoration: none;
    text-align: center;
    box-shadow: var(--calc-button-shadow);
    transition:
            transform var(--transition-Base),
            box-shadow var(--transition-Base),
            filter var(--transition-Base);
}

.calc-problems__button:hover {
    transform: translateY(-1px);
    box-shadow: var(--calc-button-shadow-hover);
    filter: brightness(1.03);
}

.calc-problems__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 52px;
    width: 1px;
    height: 22px;
    background: color-mix(in srgb, var(--color-text-on-accent) 24%, transparent);
    transform: translateY(-50%);
}

.calc-problems__button-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 22px;
    height: 22px;
    background-color: var(--color-text-on-accent);
    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 var(--color-border-soft);
}

.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);
    font: var(--typo-Caption-SemiBold);
}

.calc-problems__trust-item p {
    margin: 4px 0 0;
    color: var(--color-text-secondary);
    font: var(--typo-Caption-Regular);
}

.calc-problems__trust-icon {
    flex: 0 0 44px;
    width: 35px;
    height: 35px;
    background-color: var(--color-accent-strong);
}

.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 var(--color-border-soft);
    }

    .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: 1px solid var(--color-border-soft);
        border-radius: var(--radius-M);
        background: var(--calc-cta-visual-background);
    }

    .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: 1px solid var(--color-border-soft);
        border-radius: var(--radius-Button);
        background: var(--calc-item-background);
    }

    .calc-problems__trust-item:first-child,
    .calc-problems__trust-item:last-child {
        padding: 14px;
        border-right: 1px solid var(--color-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 var(--color-border-soft);
    }

    .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 var(--color-border-soft);
    }

    .calc-problems__metric:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--color-border-soft);
    }

    .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?178603271920182*/
/* ==============================
   AUTOMATION AREAS
============================== */

.automation-areas,
.automation-areas *,
.automation-areas *::before,
.automation-areas *::after {
    box-sizing: border-box;
}

.automation-areas {
    position: relative;
    overflow: hidden;
    padding: 77px 0;
    color: var(--color-text);
    background: var(--areas-background);
}

.automation-areas::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
            linear-gradient(color-mix(in srgb, var(--color-accent-strong) 4.5%, transparent) 1px, transparent 1px),
            linear-gradient(90deg, color-mix(in srgb, var(--color-accent-strong) 4.5%, transparent) 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__tag {
    margin-bottom: 18px;
}

.automation-areas__tag-icon {
    color: var(--color-success);
}

.automation-areas__tag-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");
}

.automation-areas__title {
    max-width: 760px;
    margin: 0;
    color: var(--color-text);
    font: 800 56px/64px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.automation-areas__title span {
    color: var(--color-accent-strong);
}

.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 color-mix(in srgb, var(--areas-border-color) 24%, transparent);
    border-radius: 22px;
    background: color-mix(in srgb, var(--areas-panel-color) 68%, transparent);
}

.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-strong);
}

.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: color-mix(in srgb, var(--color-text) 92%, transparent);
    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/icons/circle_check.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/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 color-mix(in srgb, var(--areas-border-color) 28%, transparent);
    border-radius: 22px;
    background:
            radial-gradient(circle at 14% 8%, color-mix(in srgb, var(--color-accent-strong) 16%, transparent), transparent 38%),
            color-mix(in srgb, var(--areas-panel-color) 76%, transparent);
    box-shadow: var(--areas-panel-shadow);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.automation-areas__card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--color-accent-strong) 68%, transparent);
    background:
            radial-gradient(circle at 14% 8%, color-mix(in srgb, var(--color-accent-strong) 24%, transparent), transparent 38%),
            color-mix(in srgb, var(--areas-panel-hover-color) 86%, transparent);
}

.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-strong);
}

.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);
    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-strong);
    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-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-success);
}

/* ==============================
   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 color-mix(in srgb, var(--areas-border-color) 32%, transparent);
    border-radius: 22px;
    background:
            radial-gradient(circle at 5% 50%, color-mix(in srgb, var(--color-accent-strong) 18%, transparent), transparent 28%),
            color-mix(in srgb, var(--areas-panel-color) 76%, transparent);
    box-shadow: var(--areas-panel-shadow);
}

.automation-areas__cta::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 320px;
    background-image: radial-gradient(color-mix(in srgb, var(--color-accent-strong) 42%, transparent) 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 color-mix(in srgb, var(--color-accent-strong) 24%, transparent);
    border-radius: 50%;
    color: var(--color-accent-strong);
    background: var(--areas-cta-icon-background);
    box-shadow: var(--areas-cta-icon-shadow);
}

.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/icons/question-chat.svg") center / contain no-repeat;
    -webkit-mask: url("/local/templates/buninsys_local/css/../img/icons/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: color-mix(in srgb, var(--color-text-on-accent) 12%, transparent);
    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);
    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: color-mix(in srgb, var(--color-accent-soft) 20%, transparent);
}

.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 var(--areas-button-border);
    border-radius: 12px;
    background: var(--areas-button-background);
    color: var(--color-text-on-accent);
    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: var(--color-text-on-accent);
}

.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?178603271947263*/
/* ==============================
   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);
    background: var(--production-background);
}

.production-calculator__inner {
    position: relative;
}

/* ==============================
   HEAD
============================== */

.production-calculator__head {
    max-width: 1160px;
    margin-bottom: 28px;
}

.production-calculator__tag {
    margin-bottom: 18px;
}

.production-calculator__tag-icon {
    color: var(--color-success);
}

.production-calculator__tag-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__title {
    max-width: 1120px;
    margin: 0;
    color: var(--color-text);
    font: 800 56px/64px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.production-calculator__title span {
    color: var(--color-accent-strong);
}

.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 color-mix(in srgb, var(--color-accent-soft) 44%, transparent);
    border-radius: 26px;
    background: var(--production-surface-strong);
    box-shadow: var(--production-demo-shadow);
}

/* ==============================
   DEMO TOP
============================== */

.production-calculator__demo-top {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-bottom: 16px;
    gap: 24px;
    border-bottom: 1px solid color-mix(in srgb, var(--color-accent-soft) 16%, transparent);
}

.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 color-mix(in srgb, var(--color-accent-strong) 42%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--production-params-background) 82%, transparent);
    color: var(--color-accent);
}

.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);
    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);
}

.production-calculator__demo-tabs button:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--color-accent-strong) 50%, transparent);
    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-strong);
}

.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 color-mix(in srgb, var(--color-accent-soft) 22%, transparent);
    border-radius: 10px;
    background: var(--production-control-background);
    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);
    cursor: default;
}

.production-calculator__autoplay-toggle:hover,
.production-calculator__autoplay-toggle:focus-visible {
    color: var(--color-text);
    border-color: color-mix(in srgb, var(--color-accent-strong) 50%, transparent);
}

.production-calculator__autoplay-toggle:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--color-accent-strong) 50%, transparent);
    outline-offset: 2px;
}

.production-calculator__autoplay-toggle.is-active {
    color: var(--color-success);
    border-color: color-mix(in srgb, var(--color-success) 38%, transparent);
    background: var(--production-success-background);
}

.production-calculator__autoplay-track {
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 17px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-text) 18%, transparent);
}

.production-calculator__autoplay-dot {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--color-text) 72%, transparent);
    transition: left 180ms ease, background 180ms ease;
}

.production-calculator__autoplay-toggle.is-active .production-calculator__autoplay-dot {
    left: 16px;
    background: var(--color-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 color-mix(in srgb, var(--color-accent-soft) 22%, transparent);
    border-radius: 999px;
    background: var(--production-control-background);
    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);
    border-color: color-mix(in srgb, var(--color-accent-strong) 50%, transparent);
}

.production-calculator__switch:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--color-accent-strong) 46%, transparent);
    outline-offset: 3px;
}

.production-calculator__switch.is-active {
    color: var(--color-text);
    border-color: color-mix(in srgb, var(--color-accent-soft) 82%, transparent);
    background: color-mix(in srgb, var(--color-accent-strong) 48%, var(--production-control-background));
}

/* ==============================
   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 color-mix(in srgb, var(--color-accent-soft) 22%, transparent);
    border-radius: 18px;
    background: var(--production-params-background);
}

.production-calculator__product {
    padding-bottom: 16px;
    border-bottom: 1px solid color-mix(in srgb, var(--color-accent-soft) 14%, transparent);
}

.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);
    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 color-mix(in srgb, var(--color-accent-soft) 18%, transparent);
    border-radius: 10px;
    background: var(--production-control-background);
}

.production-calculator__field span {
    color: var(--color-text-secondary);
    font: 500 13px/18px "Inter", sans-serif;
}

.production-calculator__field strong {
    color: var(--color-text);
    font: 800 13px/18px "Inter", sans-serif;
    text-align: right;
}

.production-calculator__additional {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid color-mix(in srgb, var(--color-accent-soft) 14%, transparent);
}

.production-calculator__additional[hidden] {
    display: none;
}

.production-calculator__additional-title {
    margin: 0 0 10px;
    color: var(--color-accent-soft);
    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 color-mix(in srgb, var(--color-accent-soft) 18%, transparent);
    border-radius: 20px;
    background: var(--production-preview-background);
}

.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: var(--production-image-frame-shadow);
}

.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 color-mix(in srgb, var(--color-accent-soft) 18%, transparent);
    border-radius: 999px;
    background: var(--production-control-background);
}

.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);
    background: color-mix(in srgb, var(--color-text) 8%, transparent);
}

button.production-calculator__preview-mode:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--color-accent-strong) 52%, transparent);
    outline-offset: 2px;
}

button.production-calculator__preview-mode:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.production-calculator__preview-mode--label {
    color: var(--color-accent-soft);
    background: color-mix(in srgb, var(--color-accent-strong) 30%, var(--production-control-background));
}

.production-calculator__preview-mode--active,
button.production-calculator__preview-mode--active:hover,
button.production-calculator__preview-mode--active:focus-visible {
    color: var(--color-success);
    background: color-mix(in srgb, var(--color-success) 28%, var(--production-success-background));
}

/* ==============================
   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 color-mix(in srgb, var(--color-accent-soft) 18%, transparent);
    border-radius: 999px;
    background: var(--production-control-background);
    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-success);
    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-success);
    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: var(--production-dot);
}

.production-calculator__preview-dot:hover::before,
.production-calculator__preview-dot:focus-visible::before {
    background: var(--production-dot-hover);
}

.production-calculator__preview-dot:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--color-accent-strong) 46%, transparent);
    outline-offset: -3px;
}

.production-calculator__preview-dot.is-active {
    z-index: 3;
}

.production-calculator__preview-dot.is-active::before {
    background: var(--color-accent-strong);
}

.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 color-mix(in srgb, var(--color-accent-soft) 18%, transparent);
    border-radius: 14px;
    background: var(--production-item-background);
}

.production-calculator__total--margin {
    border-color: color-mix(in srgb, var(--color-success) 42%, transparent);
    background: color-mix(in srgb, var(--production-success-background) 72%, var(--color-page));
}

.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);
    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-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 color-mix(in srgb, var(--color-accent-strong) 68%, transparent);
    border-radius: 12px;
    background: var(--production-button-background);
    color: var(--color-text-on-accent);
    font: 800 16px/20px "Inter", sans-serif;
    text-decoration: none;
}

.production-calculator__demo-button:hover,
.production-calculator__demo-button:focus-visible {
    background: var(--production-button-hover);
}

.production-calculator__demo-button:focus-visible,
.production-calculator__cta-button:focus-visible {
    outline: 2px solid var(--color-accent-soft);
    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 color-mix(in srgb, var(--color-accent-soft) 26%, transparent);
    border-radius: 22px;
    background: var(--production-panel-background);
}

.production-calculator__benefits {
    padding: 24px 26px 18px;
}

.production-calculator__side-title {
    margin: 0 0 14px;
    color: var(--color-text);
    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 color-mix(in srgb, var(--color-accent-soft) 12%, transparent);
}

.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 color-mix(in srgb, var(--color-accent-strong) 26%, transparent);
    border-radius: 12px;
    background: var(--production-control-background);
    color: var(--color-accent-strong);
}

.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);
    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-success);
}

.production-calculator__benefit-check::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: currentColor;

    mask-image: url("/local/templates/buninsys_local/css/../img/icons/circle_check.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/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 color-mix(in srgb, var(--color-accent-strong) 26%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--production-control-background) 72%, transparent);
    color: var(--color-accent);
}

.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);
    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);
}

.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 color-mix(in srgb, var(--color-accent-soft) 16%, transparent);
}

.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-soft);
}

.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);
    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 color-mix(in srgb, var(--color-accent-soft) 24%, transparent);
    border-radius: 22px;
    background: var(--production-panel-background);
}

.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);
    font: 800 18px/22px "Inter", sans-serif;
    text-decoration: none;
}

.production-calculator__cta-button--primary {
    min-width: 380px;
    border: 1px solid color-mix(in srgb, var(--color-accent-soft) 72%, transparent);
    background: var(--production-button-background);
    color: var(--color-text-on-accent);
}

.production-calculator__cta-button--primary:hover,
.production-calculator__cta-button--primary:focus-visible {
    background: var(--production-button-hover);
}

.production-calculator__cta-button--secondary {
    min-width: 300px;
    border: 1px solid color-mix(in srgb, var(--color-accent-soft) 26%, transparent);
    background: var(--production-surface-strong);
}

.production-calculator__cta-button:hover {
    opacity: 0.9;
}

.production-calculator__cta-button-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/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 color-mix(in srgb, var(--color-accent-soft) 16%, transparent);
    }

    .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 color-mix(in srgb, var(--color-accent-soft) 12%, transparent);
        border-radius: 16px;
        background: var(--production-item-background);
    }
}

/* ==============================
   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 color-mix(in srgb, var(--color-accent-soft) 16%, transparent);
    }

    .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?178603271924185*/
/* ==============================
   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);
    background: var(--cases-background);
}

.automation-cases::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.automation-cases::before {
    opacity: 0.18;
    background-image:
            linear-gradient(color-mix(in srgb, var(--color-accent-strong) 28%, transparent) 1px, transparent 1px),
            linear-gradient(90deg, color-mix(in srgb, var(--color-accent-strong) 28%, transparent) 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__tag {
    margin-bottom: 18px;
}

.automation-cases__tag-icon {
    color: var(--color-success);
}

.automation-cases__tag-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-cases__title {
    margin: 0;
    color: var(--color-text);
    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 color-mix(in srgb, var(--color-accent-strong) 68%, transparent);
    border-radius: 24px;
    background: color-mix(in srgb, var(--cases-panel-color) 90%, transparent);
    box-shadow: var(--cases-card-shadow);
}

.automation-cases__picture {
    display: block;
    overflow: hidden;
    width: 100%;
    border: 1px solid color-mix(in srgb, var(--color-accent-soft) 22%, transparent);
    border-radius: 16px;
    background: var(--cases-picture-background);
}

.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 color-mix(in srgb, var(--color-accent-strong) 50%, transparent);
    background: color-mix(in srgb, var(--color-accent-strong) 22%, var(--cases-panel-color));
    color: var(--color-accent-strong);
}

.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);
    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 color-mix(in srgb, var(--color-accent-soft) 24%, transparent);
    border-radius: 15px;
    background: color-mix(in srgb, var(--cases-panel-color) 68%, transparent);
}

.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 color-mix(in srgb, var(--color-accent-soft) 18%, transparent);
}

.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);
    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/icons/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/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: var(--cases-detail-text);
    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: var(--cases-detail-text);
    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-success);
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/circle_check.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/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 color-mix(in srgb, var(--color-accent-strong) 58%, transparent);
    border-radius: 21px;
    background: color-mix(in srgb, var(--cases-panel-color) 88%, transparent);
}

.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: var(--cases-cta-icon-shadow);
}

.automation-cases__cta-icon::before {
    width: 35px;
    height: 35px;
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
}

.automation-cases__cta-text {
    min-width: 0;
}

.automation-cases__cta-text h3 {
    margin: 0;
    color: var(--color-text);
    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 color-mix(in srgb, var(--color-accent-soft) 80%, transparent);
    border-radius: 12px;
    background: var(--color-accent);
    color: var(--color-text-on-accent);
    font: 800 18px/22px "Inter", sans-serif;
    text-decoration: none;
    box-shadow: 0 0 24px color-mix(in srgb, var(--color-accent-strong) 34%, transparent);
    transition:
            background var(--transition-Base),
            transform var(--transition-Base);
}

.automation-cases__cta-button:hover {
    background: var(--color-accent-strong);
    transform: translateY(-1px);
}

.automation-cases__cta-button:focus-visible {
    outline: 2px solid var(--color-accent-soft);
    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 color-mix(in srgb, var(--color-success) 75%, transparent);
        border-radius: 50%;
        background: color-mix(in srgb, var(--color-success) 20%, var(--cases-panel-color));
        color: var(--color-success);
        box-shadow:
                0 0 0 5px color-mix(in srgb, var(--color-success) 6%, transparent),
                0 0 20px color-mix(in srgb, var(--color-success) 24%, transparent);
        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-success);
        background: color-mix(in srgb, var(--color-success) 28%, var(--cases-panel-color));
        color: var(--color-text);
    }

    .automation-cases__nav:focus-visible {
        outline: 2px solid var(--color-accent-soft);
        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: color-mix(in srgb, var(--color-text-secondary) 45%, transparent);
        transition:
                width 180ms ease,
                background 180ms ease;
    }

    .automation-cases__dot:hover::before,
    .automation-cases__dot:focus-visible::before {
        background: var(--color-accent-soft);
    }

    .automation-cases__dot:focus-visible {
        outline: 2px solid var(--color-accent-soft);
        outline-offset: 3px;
    }

    .automation-cases__dot.is-active::before {
        width: 22px;
        border-radius: 999px;
        background: var(--color-success);
    }
}

/* ==============================
   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?178603271922386*/
/* ==============================
   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);
    background: var(--work-background);
}

.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__tag {
    margin-bottom: 18px;
}

.work-process__tag-icon {
    color: var(--color-success);
}

.work-process__tag-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__title {
    margin: 0;
    color: var(--color-text);
    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) 0 29%,
                    transparent 29% 32%,
                    var(--color-accent) 32% 70%,
                    transparent 70% 73%,
                    var(--color-accent) 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 color-mix(in srgb, var(--color-text-secondary) 34%, transparent);
    border-radius: 17px;
    background: var(--work-step-background);
}

.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: var(--work-action-background);
    color: var(--color-text-on-accent);
    font: 700 15px/20px "Inter", sans-serif;
    box-shadow: 0 0 18px color-mix(in srgb, var(--color-accent-strong) 28%, transparent);
}

.work-process__step-icon {
    display: inline-flex;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    margin-top: 20px;
    color: var(--color-accent);
}

.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/icons/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/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);
    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);
}

.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);
    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 color-mix(in srgb, var(--color-text-secondary) 28%, transparent);
    border-radius: 18px;
    background: color-mix(in srgb, var(--work-panel-color) 78%, transparent);
}

.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 color-mix(in srgb, var(--color-text-secondary) 24%, transparent);
}

.work-process__benefits-shield {
    display: inline-flex;
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
    padding: 20px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 30%, transparent);
    border-radius: 50%;
    color: var(--color-accent);
    box-shadow:
            0 0 0 8px color-mix(in srgb, var(--color-accent-strong) 4%, transparent),
            0 0 24px color-mix(in srgb, var(--color-accent-strong) 16%, transparent);
}

.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);
    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 color-mix(in srgb, var(--color-text-secondary) 24%, transparent);
}

.work-process__benefit-icon {
    display: inline-flex;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    padding: 13px;
    border: 1px solid color-mix(in srgb, var(--color-text-secondary) 30%, transparent);
    border-radius: 13px;
    color: var(--color-accent);
}

.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);
    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 color-mix(in srgb, var(--color-text-secondary) 26%, transparent);
    border-radius: 16px;
    background: color-mix(in srgb, var(--work-panel-color) 86%, transparent);
}

.work-process__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 42%, transparent);
    border-radius: 50%;
    background: color-mix(in srgb, var(--color-accent-strong) 22%, var(--work-panel-color));
    color: var(--color-accent-strong);
    box-shadow:
            0 0 0 7px color-mix(in srgb, var(--color-accent-strong) 5%, transparent),
            0 0 22px color-mix(in srgb, var(--color-accent-strong) 20%, transparent);
}

.work-process__cta-icon::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-color: currentColor;

    mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/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);
    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 color-mix(in srgb, var(--color-accent-soft) 80%, transparent);
    border-radius: 10px;
    background: var(--work-action-background);
    color: var(--color-text-on-accent);
    font: 700 17px/22px "Inter", sans-serif;
    text-decoration: none;
    box-shadow: 0 0 22px color-mix(in srgb, var(--color-accent-strong) 24%, transparent);
    transition:
            background var(--transition-Base),
            transform var(--transition-Base);
}

.work-process__cta-button:hover {
    background: var(--work-action-hover);
    transform: translateY(-1px);
}

.work-process__cta-button:focus-visible {
    outline: 2px solid var(--color-accent-soft);
    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 color-mix(in srgb, var(--color-text-secondary) 24%, transparent);
    }
}

/* ==============================
   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);
        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/page-scroll-progress.css?1785871533572*/
.page-scroll-progress {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    overflow: hidden;
    pointer-events: none;
}

.page-scroll-progress__bar {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.08s linear;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .page-scroll-progress__bar {
        transition-duration: 0.01ms;
    }
}

/* End */


/* Start:/local/templates/buninsys_local/css/why-work-with-me.css?178579580921516*/
/* ==============================
   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);
    background: var(--why-background);
}

.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__tag {
    margin-bottom: 18px;
}

.why-work-with-me__tag-icon {
    color: var(--color-success);
}

.why-work-with-me__tag-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__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__title {
    max-width: 790px;
    margin: 0;
    color: var(--color-text);
    font: 800 52px/62px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.why-work-with-me__title span {
    color: var(--color-accent);
}

.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 color-mix(in srgb, var(--color-text-secondary) 30%, transparent);
    border-radius: 16px;
    background: var(--why-card-background);
}

.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 color-mix(in srgb, var(--color-text-secondary) 20%, transparent);
    border-radius: 18px;
    background: color-mix(in srgb, var(--color-surface) 56%, transparent);
    color: var(--color-accent);
    box-shadow: inset 0 0 18px color-mix(in srgb, var(--color-accent-strong) 4%, transparent);
}

.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);
    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);
}

.why-work-with-me__feature-number {
    position: absolute;
    right: 22px;
    bottom: 15px;
    color: var(--color-accent);
    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 color-mix(in srgb, var(--color-text-secondary) 28%, transparent);
    border-radius: 16px;
    background: var(--why-card-background);
}

.why-work-with-me__experience {
    padding: 25px 26px 28px;
}

.why-work-with-me__experience > h3 {
    margin: 0 0 22px;
    color: var(--color-text);
    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 color-mix(in srgb, var(--color-text-secondary) 23%, transparent);
}

.why-work-with-me__stat-value {
    display: block;
    color: var(--color-accent);
    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);
}

.why-work-with-me__stat-link:focus-visible {
    outline: 1px solid var(--color-accent);
    outline-offset: 3px;
    border-radius: 3px;
}

.why-work-with-me__stat-icon {
    display: inline-flex;
    width: 45px;
    height: 45px;
    color: var(--color-accent);
}

.why-work-with-me__stat--specialization .why-work-with-me__stat-title {
    font-weight: 600;
    color: var(--color-text);
}

.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);
    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);
}

/* ==============================
   CTA
============================== */

.why-work-with-me__cta {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 25px 28px 22px;
    border-color: color-mix(in srgb, var(--color-accent-strong) 38%, transparent);
}

.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);
    font: 700 22px/30px "Inter", sans-serif;
    letter-spacing: -0.025em;
}

.why-work-with-me__cta-copy h3 span {
    color: var(--color-accent);
}

.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 color-mix(in srgb, var(--color-accent-soft) 78%, transparent);
    border-radius: 9px;
    background: var(--why-action-background);
    color: var(--color-text-on-accent);
    font: 600 17px/22px "Inter", sans-serif;
    text-decoration: none;
    box-shadow: 0 0 20px color-mix(in srgb, var(--color-accent-strong) 20%, transparent);
    transition:
        background var(--transition-Base),
        transform var(--transition-Base);
}

.why-work-with-me__cta-button:hover {
    background: var(--why-action-hover);
    transform: translateY(-1px);
}

.why-work-with-me__cta-button:focus-visible {
    outline: 2px solid var(--color-accent-soft);
    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);
}

.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 */


/* Start:/local/templates/buninsys_local/css/faq.css?178603271921580*/
/* ==============================
   FAQ
============================== */

.faq,
.faq *,
.faq *::before,
.faq *::after {
    box-sizing: border-box;
}

.faq {
    position: relative;
    overflow: hidden;
    padding: 76px 0 82px;
    color: var(--color-text);
    background: var(--faq-background);
}

.faq__inner {
    position: relative;
    z-index: 1;
}

.faq__layout {
    display: grid;
    grid-template-columns: minmax(470px, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: 38px;
}

/* ==============================
   INTRO
============================== */

.faq__intro {
    min-width: 0;
}

.faq__head {
    max-width: 640px;
}

.faq__tag {
    margin-bottom: 18px;
}

.faq__tag-icon {
    color: var(--color-success);
}

.faq__tag-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
}

.faq__guide-icon,
.faq__ask-icon,
.faq__bottom-icon,
.faq__bottom-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--color-success);
}


.faq__guide-icon::before,
.faq__ask-icon::before,
.faq__bottom-icon::before,
.faq__bottom-button-icon::before,
.faq__guide-list li::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;
}

.faq__title {
    margin: 0;
    color: var(--color-text);
    font: 800 52px/62px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.faq__title span {
    display: block;
    color: var(--color-accent-strong);
}

.faq__subtitle {
    max-width: 600px;
    margin: 22px 0 0;
    color: var(--color-text-secondary);
    font: 400 18px/30px "Inter", sans-serif;
}

.faq__illustration {
    display: block;
    overflow: hidden;
    width: min(100%, 560px);
    margin: 24px auto 0;
    border-radius: 20px;
}

.faq__illustration img {
    display: none;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

/* ==============================
   GUIDE CARD
============================== */

.faq__guide {
    margin-top: 14px;
    padding: 22px;
    border: 1px solid color-mix(in srgb, var(--color-accent-soft) 28%, transparent);
    border-radius: 18px;
    background: var(--faq-guide-background);
    box-shadow:
            inset 0 1px 0 color-mix(in srgb, var(--color-text-on-accent) 3%, transparent),
            0 18px 44px color-mix(in srgb, var(--color-page) 18%, transparent);
}

.faq__guide-head {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 18px;
}

.faq__guide-icon {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    padding: 13px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 34%, transparent);
    border-radius: 50%;
    color: var(--color-accent);
    box-shadow:
            0 0 0 7px color-mix(in srgb, var(--color-accent-strong) 4%, transparent),
            0 0 24px color-mix(in srgb, var(--color-accent-strong) 15%, transparent);
}

.faq__guide-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");
}

.faq__guide-copy {
    min-width: 0;
}

.faq__guide-copy h3 {
    margin: 0;
    color: var(--color-text);
    font: 800 20px/27px "Inter", sans-serif;
    letter-spacing: -0.025em;
}

.faq__guide-copy p {
    margin: 6px 0 0;
    color: var(--color-text-secondary);
    font: 400 14px/22px "Inter", sans-serif;
}

.faq__guide-list {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0;
    padding: 18px 0 0;
    gap: 11px;
    border-top: 1px solid color-mix(in srgb, var(--color-accent-soft) 15%, transparent);
    list-style: none;
}

.faq__guide-list li {
    position: relative;
    min-width: 0;
    padding-left: 28px;
    color: var(--color-text-secondary);
    font: 500 14px/21px "Inter", sans-serif;
}

.faq__guide-list li::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    color: var(--color-success);
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/circle_check.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/circle_check.svg");
}

.faq__guide-action {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 18px;
    gap: 18px;
    border-top: 1px solid color-mix(in srgb, var(--color-accent-soft) 15%, transparent);
}

.faq__ask-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 245px;
    min-height: 56px;
    padding: 14px 22px;
    gap: 12px;
    border-radius: 11px;
    background: linear-gradient(
            252deg,
            color-mix(in srgb, var(--color-accent) 74%, var(--color-page)) 39.1%,
            color-mix(in srgb, var(--color-accent-strong) 68%, var(--color-page)) 129.01%
    );
    color: var(--color-text-on-accent);
    font: 700 16px/22px "Inter", sans-serif;
    text-decoration: none;
    transition:
            transform var(--transition-Base),
            box-shadow var(--transition-Base),
            opacity var(--transition-Base);
}

.faq__ask-button:hover,
.faq__ask-button:focus-visible {
    opacity: 0.94;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--color-accent-strong) 24%, transparent);
}

.faq__ask-button:focus-visible,
.faq__bottom-button:focus-visible,
.faq__question:focus-visible {
    outline: 2px solid var(--color-accent-soft);
    outline-offset: 3px;
}

.faq__ask-icon {
    width: 24px;
    height: 24px;
    color: var(--color-text-on-accent);
}

.faq__ask-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/tg.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/tg.svg");
}

.faq__guide-action p {
    max-width: 170px;
    margin: 0;
    color: var(--color-text-secondary);
    font: 400 13px/20px "Inter", sans-serif;
}

/* ==============================
   FAQ LIST
============================== */

.faq__list {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 10px;
}

.faq__item {
    min-width: 0;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--color-text-secondary) 30%, transparent);
    border-radius: 16px;
    background: var(--faq-item-background);
    transition:
            border-color var(--transition-Base),
            background var(--transition-Base),
            box-shadow var(--transition-Base);
}

.faq__item.is-open {
    border-color: color-mix(in srgb, var(--color-accent-soft) 48%, transparent);
    background: var(--faq-item-open-background);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--color-page) 16%, transparent);
}

.faq__question {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 28px;
    align-items: center;
    width: 100%;
    min-height: 72px;
    padding: 16px 20px;
    gap: 17px;
    border: 0;
    background: transparent;
    color: var(--color-text);
    text-align: left;
    cursor: pointer;
}

.faq__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--color-accent) 74%, var(--color-page));
    color: var(--color-text-on-accent);
    font: 700 15px/20px "Inter", sans-serif;
    box-shadow: 0 0 18px color-mix(in srgb, var(--color-accent-strong) 20%, transparent);
}

.faq__question-text {
    min-width: 0;
    color: inherit;
    font: 700 18px/25px "Inter", sans-serif;
    letter-spacing: -0.02em;
}

.faq__chevron {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    justify-self: end;
}

.faq__chevron::before,
.faq__chevron::after {
    content: "";
    position: absolute;
    top: 9px;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: var(--color-accent-strong);
    transition: transform 220ms ease;
}

.faq__chevron::before {
    left: 0;
    transform: rotate(45deg);
}

.faq__chevron::after {
    right: 0;
    transform: rotate(-45deg);
}

.faq__item.is-open .faq__chevron::before {
    transform: rotate(-45deg);
}

.faq__item.is-open .faq__chevron::after {
    transform: rotate(45deg);
}

.faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 260ms ease;
}

.faq__item.is-open .faq__answer {
    grid-template-rows: 1fr;
}

.faq__answer-inner {
    min-height: 0;
    overflow: hidden;
}

.faq__answer p {
    margin: 0;
    padding: 0 68px 20px 81px;
    color: var(--color-text-secondary);
    font: 400 14px/23px "Inter", sans-serif;
}

/* ==============================
   BOTTOM CTA
============================== */

.faq__bottom-cta {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 96px;
    margin-top: 20px;
    padding: 16px 22px;
    gap: 20px;
    border: 1px solid color-mix(in srgb, var(--color-text-secondary) 28%, transparent);
    border-radius: 17px;
    background: color-mix(in srgb, var(--faq-panel-color) 78%, transparent);
}

.faq__bottom-icon {
    width: 54px;
    height: 54px;
    padding: 11px;
    border: 1px solid color-mix(in srgb, var(--color-text-secondary) 30%, transparent);
    border-radius: 50%;
    color: var(--color-accent);
}

.faq__bottom-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
}

.faq__bottom-copy {
    min-width: 0;
}

.faq__bottom-copy h3 {
    margin: 0;
    color: var(--color-text);
    font: 700 19px/25px "Inter", sans-serif;
}

.faq__bottom-copy p {
    margin: 4px 0 0;
    color: var(--color-text-secondary);
    font: 400 14px/21px "Inter", sans-serif;
}

.faq__bottom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 52px;
    padding: 13px 22px;
    gap: 10px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 58%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--faq-panel-color) 82%, transparent);
    color: var(--color-accent-soft);
    font: 600 16px/22px "Inter", sans-serif;
    text-decoration: none;
    transition:
            border-color var(--transition-Base),
            background var(--transition-Base),
            color var(--transition-Base);
}

.faq__bottom-button:hover,
.faq__bottom-button:focus-visible {
    border-color: var(--color-success);
    background: color-mix(in srgb, var(--color-accent-strong) 22%, var(--faq-panel-color));
    color: var(--color-text);
}

.faq__bottom-button-icon {
    width: 22px;
    height: 22px;
    color: currentColor;
}

.faq__bottom-button-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");
}

/* ==============================
   1600
============================== */

@media (max-width: 1600px) {
    .faq__layout {
        grid-template-columns: minmax(430px, 0.76fr) minmax(0, 1.24fr);
        gap: 32px;
    }

    .faq__title {
        font-size: 47px;
        line-height: 57px;
    }

    .faq__question {
        padding-inline: 18px;
    }
}

/* ==============================
   1440
============================== */

@media (max-width: 1440px) {
    .faq {
        padding-top: 68px;
        padding-bottom: 74px;
    }

    .faq__layout {
        grid-template-columns: minmax(390px, 0.72fr) minmax(0, 1.28fr);
        gap: 28px;
    }

    .faq__title {
        font-size: 42px;
        line-height: 51px;
    }

    .faq__subtitle {
        font-size: 16px;
        line-height: 27px;
    }

    .faq__illustration {
        width: min(100%, 470px);
        margin-top: 20px;
    }

    .faq__guide {
        padding: 19px;
    }

    .faq__question {
        grid-template-columns: 42px minmax(0, 1fr) 24px;
        min-height: 68px;
        padding: 14px 16px;
        gap: 14px;
    }

    .faq__number {
        width: 42px;
        height: 42px;
    }

    .faq__question-text {
        font-size: 16px;
        line-height: 22px;
    }

    .faq__answer p {
        padding: 0 52px 17px 72px;
        font-size: 13px;
        line-height: 21px;
    }
}

/* ==============================
   1200: still two columns
============================== */

@media (max-width: 1200px) {
    .faq {
        padding-top: 58px;
        padding-bottom: 64px;
    }

    .faq__layout {
        grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
        gap: 22px;
    }

    .faq__title {
        font-size: 36px;
        line-height: 44px;
    }

    .faq__subtitle {
        margin-top: 17px;
        font-size: 15px;
        line-height: 25px;
    }

    .faq__illustration {
        width: min(100%, 390px);
        margin-top: 16px;
    }

    .faq__guide {
        margin-top: 10px;
        padding: 16px;
    }

    .faq__guide-head {
        gap: 13px;
    }

    .faq__guide-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        padding: 10px;
    }

    .faq__guide-copy h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .faq__guide-copy p,
    .faq__guide-action p {
        font-size: 12px;
        line-height: 18px;
    }

    .faq__guide-list {
        margin-top: 15px;
        padding-top: 14px;
        gap: 8px;
    }

    .faq__guide-list li {
        padding-left: 24px;
        font-size: 12px;
        line-height: 18px;
    }

    .faq__guide-list li::before {
        width: 16px;
        height: 16px;
    }

    .faq__guide-action {
        align-items: stretch;
        flex-direction: column;
        margin-top: 15px;
        padding-top: 14px;
        gap: 7px;
    }

    .faq__ask-button {
        flex-basis: auto;
        width: 100%;
        min-height: 50px;
        font-size: 15px;
        line-height: 20px;
    }

    .faq__guide-action p {
        max-width: none;
        text-align: center;
    }

    .faq__list {
        gap: 8px;
    }

    .faq__question {
        grid-template-columns: 38px minmax(0, 1fr) 22px;
        min-height: 60px;
        padding: 12px 14px;
        gap: 11px;
    }

    .faq__number {
        width: 38px;
        height: 38px;
        font-size: 13px;
        line-height: 18px;
    }

    .faq__question-text {
        font-size: 14px;
        line-height: 20px;
    }

    .faq__answer p {
        padding: 0 44px 14px 63px;
        font-size: 12px;
        line-height: 19px;
    }

    .faq__bottom-cta {
        grid-template-columns: 54px minmax(0, 1fr) auto;
        min-height: 90px;
        padding: 14px 17px;
        gap: 16px;
    }

    .faq__bottom-icon {
        width: 50px;
        height: 50px;
    }

    .faq__bottom-button {
        min-width: 185px;
    }
}

/* ==============================
   844: single column begins here
============================== */

@media (max-width: 844px) {
    .faq {
        padding: 36px 0 40px;
    }

    .faq__inner {
        padding-inline: var(--space-26);
    }

    .faq__illustration img {
        display: none;
    }

    .faq__layout {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .faq__head {
        max-width: 690px;
    }

    .faq__title {
        font-size: 39px;
        line-height: 47px;
    }

    .faq__subtitle {
        max-width: 690px;
        font-size: 16px;
        line-height: 26px;
    }

    .faq__illustration {
        width: min(100%, 470px);
        margin-top: 20px;
    }

    .faq__guide {
        max-width: 690px;
        padding: 20px;
    }

    .faq__guide-action {
        align-items: center;
        flex-direction: row;
        gap: 16px;
    }

    .faq__ask-button {
        flex: 0 0 260px;
        width: auto;
    }

    .faq__guide-action p {
        max-width: 180px;
        text-align: left;
    }

    .faq__question {
        grid-template-columns: 42px minmax(0, 1fr) 24px;
        min-height: 68px;
        padding: 14px 17px;
        gap: 14px;
    }

    .faq__number {
        width: 42px;
        height: 42px;
    }

    .faq__question-text {
        font-size: 16px;
        line-height: 22px;
    }

    .faq__answer p {
        padding: 0 52px 16px 73px;
        font-size: 14px;
        line-height: 22px;
    }

    .faq__bottom-cta {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .faq__bottom-button {
        grid-column: 1 / -1;
        width: 100%;
    }
}

/* ==============================
   600
============================== */

@media (max-width: 600px) {
    .faq__eyebrow {
        margin-bottom: 15px;
        padding: 7px 12px;
        font-size: 12px;
        line-height: 18px;
    }

    .faq__title {
        font-size: 32px;
        line-height: 39px;
    }

    .faq__subtitle {
        font-size: 15px;
        line-height: 24px;
    }

    .faq__illustration {
        width: min(100%, 380px);
        margin-top: 16px;
    }

    .faq__guide-action {
        align-items: stretch;
        flex-direction: column;
        gap: 7px;
    }

    .faq__ask-button {
        flex-basis: auto;
        width: 100%;
    }

    .faq__guide-action p {
        max-width: none;
        text-align: center;
    }

    .faq__question {
        grid-template-columns: 38px minmax(0, 1fr) 20px;
        min-height: 64px;
        padding: 13px 14px;
        gap: 11px;
    }

    .faq__number {
        width: 38px;
        height: 38px;
    }

    .faq__question-text {
        font-size: 15px;
        line-height: 21px;
    }

    .faq__answer p {
        padding: 0 42px 15px 63px;
        font-size: 13px;
        line-height: 21px;
    }

    .faq__bottom-cta {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 15px;
        gap: 13px;
    }

    .faq__bottom-icon {
        width: 46px;
        height: 46px;
        padding: 10px;
    }

    .faq__bottom-copy h3 {
        font-size: 17px;
        line-height: 23px;
    }

    .faq__bottom-copy p {
        font-size: 13px;
        line-height: 20px;
    }
}

/* ==============================
   390
============================== */

@media (max-width: 390px) {
    .faq {
        padding-top: 24px;
        padding-bottom: 28px;
    }

    .faq__title {
        font-size: 29px;
        line-height: 35px;
        letter-spacing: -0.04em;
    }

    .faq__subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .faq__illustration {
        width: min(100%, 330px);
    }

    .faq__guide {
        padding: 14px;
        border-radius: 14px;
    }

    .faq__guide-head {
        align-items: flex-start;
        gap: 11px;
    }

    .faq__guide-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        padding: 9px;
    }

    .faq__guide-copy h3 {
        font-size: 15px;
        line-height: 21px;
    }

    .faq__guide-copy p {
        font-size: 12px;
        line-height: 18px;
    }

    .faq__guide-list li {
        font-size: 12px;
        line-height: 18px;
    }

    .faq__ask-button {
        min-height: 50px;
        font-size: 15px;
        line-height: 20px;
    }

    .faq__question {
        grid-template-columns: 34px minmax(0, 1fr) 18px;
        padding: 12px;
        gap: 9px;
    }

    .faq__number {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        font-size: 12px;
        line-height: 17px;
    }

    .faq__question-text {
        font-size: 14px;
        line-height: 19px;
    }

    .faq__chevron {
        width: 18px;
        height: 18px;
    }

    .faq__chevron::before,
    .faq__chevron::after {
        width: 10px;
    }

    .faq__answer p {
        padding: 0 34px 13px 55px;
        font-size: 12px;
        line-height: 19px;
    }

    .faq__bottom-cta {
        grid-template-columns: 42px minmax(0, 1fr);
        margin-top: 18px;
        padding: 13px;
        border-radius: 14px;
    }

    .faq__bottom-icon {
        width: 42px;
        height: 42px;
        padding: 9px;
    }

    .faq__bottom-copy h3 {
        font-size: 15px;
        line-height: 21px;
    }

    .faq__bottom-copy p {
        font-size: 12px;
        line-height: 18px;
    }

    .faq__bottom-button {
        min-height: 50px;
        font-size: 15px;
        line-height: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq__answer,
    .faq__chevron::before,
    .faq__chevron::after,
    .faq__ask-button,
    .faq__item {
        transition: none;
    }
}

/* End */


/* Start:/local/templates/buninsys_local/css/pricing-formats.css?178603271927594*/
/* ==============================
   PRICING FORMATS
============================== */

.pricing-formats,
.pricing-formats *,
.pricing-formats *::before,
.pricing-formats *::after {
    box-sizing: border-box;
}

.pricing-formats {
    position: relative;
    overflow: hidden;
    padding: 46px 0;
    color: var(--color-text);
    background: var(--pricing-background);
}

.pricing-formats__inner {
    position: relative;
    z-index: 1;
}

/* ==============================
   HEAD
============================== */

.pricing-formats__head {
    max-width: 980px;
    margin: 0 auto 34px;
    text-align: center;
}


.pricing-formats__tag {
    margin-bottom: 18px;
}

.pricing-formats__tag-icon {
    color: var(--color-success);
}

.pricing-formats__tag-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");
}

.pricing-formats__panel-icon,
.pricing-formats__stage-icon,
.pricing-formats__project-note-icon,
.pricing-formats__comparison-icon,
.pricing-formats__trust-icon,
.pricing-formats__button-arrow,
.pricing-formats__benefits li::before {
    display: inline-flex;
    flex: 0 0 auto;
    color: var(--color-accent);
}


.pricing-formats__panel-icon::before,
.pricing-formats__stage-icon::before,
.pricing-formats__project-note-icon::before,
.pricing-formats__comparison-icon::before,
.pricing-formats__trust-icon::before,
.pricing-formats__button-arrow::before,
.pricing-formats__benefits li::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;
}

.pricing-formats__title {
    margin: 0;
    color: var(--color-text);
    font: 800 54px/62px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.pricing-formats__subtitle {
    max-width: 830px;
    margin: 14px auto 0;
    color: var(--color-text-secondary);
    font: 400 19px/29px "Inter", sans-serif;
}

/* ==============================
   MAIN PANELS
============================== */

.pricing-formats__main {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: stretch;
    gap: 24px;
}

.pricing-formats__panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 28px;
    border: 1px solid color-mix(in srgb, var(--color-text-secondary) 30%, transparent);
    border-radius: 20px;
    background: var(--pricing-panel-background);
    box-shadow:
            inset 0 1px 0 color-mix(in srgb, var(--color-text-on-accent) 3%, transparent),
            0 18px 44px color-mix(in srgb, var(--color-page) 20%, transparent);
}

.pricing-formats__panel--packages {
    border-color: color-mix(in srgb, var(--color-accent-soft) 34%, transparent);
}

.pricing-formats__panel-head {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 18px;
}

.pricing-formats__panel-icon {
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    padding: 14px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 38%, transparent);
    border-radius: 50%;
    background: color-mix(in srgb, var(--color-accent-strong) 14%, var(--pricing-surface-color));
    box-shadow:
            0 0 0 7px color-mix(in srgb, var(--color-accent-strong) 4%, transparent),
            0 0 24px color-mix(in srgb, var(--color-accent-strong) 14%, transparent);
}

.pricing-formats__panel-icon--packages::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");
}

.pricing-formats__panel-icon--stages::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");
}

.pricing-formats__panel-copy {
    min-width: 0;
}

.pricing-formats__panel-copy h3 {
    margin: 0;
    color: var(--color-text);
    font: 800 27px/34px "Inter", sans-serif;
    letter-spacing: -0.03em;
}

.pricing-formats__panel-copy p {
    margin: 3px 0 0;
    color: var(--color-text-secondary);
    font: 400 15px/22px "Inter", sans-serif;
}

/* ==============================
   PACKAGES
============================== */

.pricing-formats__packages {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    margin-top: 24px;
    gap: 14px;
}

.pricing-formats__package {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
    min-height: 326px;
    padding: 22px 20px 20px;
    border: 1px solid color-mix(in srgb, var(--color-accent-soft) 25%, transparent);
    border-radius: 15px;
    background: color-mix(in srgb, var(--pricing-surface-color) 78%, transparent);
}

.pricing-formats__package.is-recommended {
    border-color: color-mix(in srgb, var(--color-accent-strong) 95%, transparent);
    background: var(--pricing-recommended-background);
    box-shadow:
            0 0 0 1px color-mix(in srgb, var(--color-accent-strong) 16%, transparent),
            0 0 30px color-mix(in srgb, var(--color-accent-strong) 13%, transparent);
}

.pricing-formats__package-badge {
    position: absolute;
    left: 50%;
    top: -13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 13px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 72%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-accent-strong) 10%, var(--pricing-surface-color));
    color: var(--color-accent-soft);
    font: 700 11px/16px "Inter", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateX(-50%);
}

.pricing-formats__package-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 190px;
    text-align: center;
}

.pricing-formats__package-title {
    position: relative;
    display: block;
    padding-bottom: 11px;
    color: var(--color-text);
    font: 700 18px/24px "Inter", sans-serif;
}

.pricing-formats__package-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 42px;
    height: 2px;
    border-radius: 999px;
    background: var(--color-accent);
    transform: translateX(-50%);
}

.pricing-formats__package-volume {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

.pricing-formats__package-volume strong {
    color: var(--color-accent);
    font: 800 50px/52px "Inter", sans-serif;
    letter-spacing: -0.045em;
}

.pricing-formats__package-volume span {
    margin-top: -2px;
    color: var(--color-text);
    font: 700 15px/20px "Inter", sans-serif;
}

.pricing-formats__package-text {
    max-width: 210px;
    margin: 13px auto 0;
    color: var(--color-text-secondary);
    font: 400 13px/19px "Inter", sans-serif;
    text-align: center;
}

.pricing-formats__package-examples {
    width: 100%;
    margin-top: 16px;
    padding: 13px 14px 14px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 16%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--color-accent-strong) 4.5%, transparent);
    text-align: left;
}

.pricing-formats__package-examples-title {
    display: block;
    margin-bottom: 9px;
    color: var(--color-accent-soft);
    font: 700 11px/16px "Inter", sans-serif;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.pricing-formats__package-tasks {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 8px;
    list-style: none;
}

.pricing-formats__package-tasks li {
    position: relative;
    padding-left: 19px;
    color: var(--color-text-secondary);
    font: 400 12px/18px "Inter", sans-serif;
    text-align: left;
}

.pricing-formats__package-tasks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-success);
    font: 700 12px/18px "Inter", sans-serif;
}

.pricing-formats__package-note {
    margin: 14px 0 0;
    color: var(--color-text-secondary);
    font: 400 12px/18px "Inter", sans-serif;
    text-align: center;
}

.pricing-formats__package-price {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid color-mix(in srgb, var(--color-accent-soft) 16%, transparent);
    text-align: center;
}

.pricing-formats__package-price strong,
.pricing-formats__package-price span {
    display: block;
}

.pricing-formats__package-price strong {
    color: var(--color-text);
    font: 800 30px/38px "Inter", sans-serif;
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.pricing-formats__package-price span {
    margin-top: 3px;
    color: var(--color-accent-soft);
    font: 700 14px/20px "Inter", sans-serif;
}

/* ==============================
   BENEFITS
============================== */

.pricing-formats__benefits {
    display: flex;
    flex-direction: column;
    margin: 22px 0 0;
    padding: 20px 0 0;
    gap: 10px;
    border-top: 1px solid color-mix(in srgb, var(--color-accent-soft) 17%, transparent);
    list-style: none;
}

.pricing-formats__benefits--stages {
    margin-top: 18px;
    padding-top: 0;
    border-top: 0;
}

.pricing-formats__benefits li {
    position: relative;
    min-width: 0;
    padding-left: 28px;
    color: var(--color-text-secondary);
    font: 400 14px/21px "Inter", sans-serif;
}

.pricing-formats__benefits li::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    color: var(--color-success);
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/circle_check.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/circle_check.svg");
}

/* ==============================
   STAGES
============================== */

.pricing-formats__stages {
    display: flex;
    flex-direction: column;
    margin: 24px 0 0;
    padding: 0;
    gap: 8px;
    list-style: none;
}

.pricing-formats__stage {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 24px;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    gap: 12px;
    border: 1px solid color-mix(in srgb, var(--color-accent-soft) 20%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--color-accent-strong) 10%, var(--pricing-surface-color));
}

.pricing-formats__stage-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 45%, transparent);
    border-radius: 50%;
    color: var(--color-accent-soft);
    font: 700 12px/16px "Inter", sans-serif;
}

.pricing-formats__stage-title {
    min-width: 0;
    color: var(--color-text-secondary);
    font: 500 14px/20px "Inter", sans-serif;
}

.pricing-formats__stage-icon {
    width: 22px;
    height: 22px;
    justify-self: end;
    color: var(--color-text-secondary);
}

.pricing-formats__stage--analysis .pricing-formats__stage-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");
}

.pricing-formats__stage--prototype .pricing-formats__stage-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");
}

.pricing-formats__stage--development .pricing-formats__stage-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");
}

.pricing-formats__stage--testing .pricing-formats__stage-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");
}

.pricing-formats__stage--launch .pricing-formats__stage-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");
}

.pricing-formats__project-note {
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
    padding: 13px 14px;
    gap: 12px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 50%, transparent);
    border-radius: 11px;
    background: color-mix(in srgb, var(--color-accent-strong) 16%, var(--pricing-surface-color));
}

.pricing-formats__project-note-icon {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    color: var(--color-accent-soft);
}

.pricing-formats__project-note-icon::before {
    mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
    -webkit-mask-image: url("/local/templates/buninsys_local/css/../img/icons/question-chat.svg");
}

.pricing-formats__project-note p {
    margin: 0;
    color: var(--color-text-secondary);
    font: 400 13px/20px "Inter", sans-serif;
}

.pricing-formats__project-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding: 12px 14px;
    gap: 16px;
    border: 1px solid color-mix(in srgb, var(--color-accent-soft) 22%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--pricing-surface-color) 66%, transparent);
}

.pricing-formats__project-rate span {
    color: var(--color-text-secondary);
    font: 500 13px/19px "Inter", sans-serif;
}

.pricing-formats__project-rate strong {
    color: var(--color-text);
    font: 800 18px/24px "Inter", sans-serif;
    white-space: nowrap;
}

/* ==============================
   BUTTONS
============================== */

.pricing-formats__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    margin-top: auto;
    padding: 14px 24px;
    gap: 14px;
    border-radius: 11px;
    color: var(--color-text);
    font: 700 17px/23px "Inter", sans-serif;
    text-decoration: none;
    transition:
            transform var(--transition-Base),
            background var(--transition-Base),
            border-color var(--transition-Base),
            box-shadow var(--transition-Base);
}

.pricing-formats__button--primary {
    margin-top: 24px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 72%, transparent);
    background: var(--color-accent);
}

.pricing-formats__button--outline {
    margin-top: 16px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 62%, transparent);
    background: color-mix(in srgb, var(--pricing-surface-color) 72%, transparent);
    color: var(--color-accent-soft);
}

.pricing-formats__button:hover,
.pricing-formats__button:focus-visible {
    transform: translateY(-1px);
}

.pricing-formats__button--primary:hover,
.pricing-formats__button--primary:focus-visible {
    background: var(--color-accent-strong);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--color-accent-strong) 22%, transparent);
}

.pricing-formats__button--outline:hover,
.pricing-formats__button--outline:focus-visible {
    border-color: var(--color-success);
    background: color-mix(in srgb, var(--color-accent-strong) 22%, var(--pricing-surface-color));
    color: var(--color-text);
}

.pricing-formats__button:focus-visible {
    outline: 2px solid var(--color-accent-soft);
    outline-offset: 3px;
}

.pricing-formats__button-arrow {
    width: 21px;
    height: 21px;
    color: currentColor;
}

.pricing-formats__button-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");
}

/* ==============================
   COMPARISON
============================== */

.pricing-formats__comparison {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 22px 0 0;
    padding: 18px 22px;
    border: 1px solid color-mix(in srgb, var(--color-text-secondary) 28%, transparent);
    border-radius: 17px;
    background: color-mix(in srgb, var(--pricing-surface-color) 80%, transparent);
    list-style: none;
}

.pricing-formats__comparison-item {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0 22px;
    gap: 14px;
}

.pricing-formats__comparison-item:not(:last-child) {
    border-right: 1px solid color-mix(in srgb, var(--color-text-secondary) 24%, transparent);
}

.pricing-formats__comparison-icon {
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    padding: 12px;
    border: 1px solid color-mix(in srgb, var(--color-accent-strong) 32%, transparent);
    border-radius: 50%;
    background: color-mix(in srgb, var(--color-accent-strong) 13%, var(--pricing-surface-color));
}

.pricing-formats__comparison-item--flexibility .pricing-formats__comparison-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");
}

.pricing-formats__comparison-item--predictability .pricing-formats__comparison-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");
}

.pricing-formats__comparison-item--cost .pricing-formats__comparison-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");
}

.pricing-formats__comparison-item--business .pricing-formats__comparison-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");
}

.pricing-formats__comparison-copy {
    min-width: 0;
}

.pricing-formats__comparison-copy strong,
.pricing-formats__comparison-copy span {
    display: block;
}

.pricing-formats__comparison-copy strong {
    color: var(--color-text);
    font: 700 15px/21px "Inter", sans-serif;
}

.pricing-formats__comparison-copy span {
    margin-top: 2px;
    color: var(--color-text-secondary);
    font: 400 13px/19px "Inter", sans-serif;
}

/* ==============================
   TRUST
============================== */

.pricing-formats__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 980px;
    margin: 18px auto 0;
    gap: 15px;
    text-align: center;
}

.pricing-formats__trust-icon {
    width: 50px;
    height: 50px;
    color: var(--color-accent);
}

.pricing-formats__trust-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");
}

.pricing-formats__trust p {
    margin: 0;
    color: var(--color-text-secondary);
    font: 400 14px/22px "Inter", sans-serif;
}

/* ==============================
   1600
============================== */

@media (max-width: 1600px) {
    .pricing-formats__title {
        font-size: 50px;
        line-height: 58px;
    }

    .pricing-formats__panel {
        padding: 24px;
    }

    .pricing-formats__package {
        padding: 18px;
    }

    .pricing-formats__package-price strong {
        font-size: 29px;
        line-height: 36px;
    }
}

/* ==============================
   1440
============================== */

@media (max-width: 1440px) {
    .pricing-formats {
        padding-top: 68px;
        padding-bottom: 74px;
    }

    .pricing-formats__head {
        margin-bottom: 30px;
    }

    .pricing-formats__title {
        font-size: 44px;
        line-height: 52px;
    }

    .pricing-formats__subtitle {
        font-size: 17px;
        line-height: 26px;
    }

    .pricing-formats__main {
        gap: 18px;
    }

    .pricing-formats__panel {
        padding: 21px;
    }

    .pricing-formats__panel-icon {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
        padding: 12px;
    }

    .pricing-formats__panel-copy h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .pricing-formats__packages {
        gap: 10px;
    }

    .pricing-formats__package {
        min-height: 306px;
        padding: 18px 15px 16px;
    }

    .pricing-formats__package-price strong {
        font-size: 25px;
        line-height: 32px;
    }

    .pricing-formats__comparison-item {
        padding-inline: 15px;
    }
}

/* ==============================
   1200
============================== */

@media (max-width: 1200px) {
    .pricing-formats {
        padding-top: 58px;
        padding-bottom: 64px;
    }

    .pricing-formats__title {
        font-size: 39px;
        line-height: 47px;
    }

    .pricing-formats__main {
        grid-template-columns: 1fr;
    }

    .pricing-formats__panel {
        padding: 24px;
    }

    .pricing-formats__package {
        min-height: 304px;
    }

    .pricing-formats__package-price strong {
        font-size: 30px;
        line-height: 37px;
    }

    .pricing-formats__comparison {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-formats__comparison-item {
        padding: 16px 20px;
    }

    .pricing-formats__comparison-item:nth-child(2) {
        border-right: 0;
    }

    .pricing-formats__comparison-item:nth-child(-n+2) {
        border-bottom: 1px solid color-mix(in srgb, var(--color-text-secondary) 24%, transparent);
    }
}

/* ==============================
   844
============================== */

@media (max-width: 844px) {
    .pricing-formats {
        padding: 40px 0 44px;
    }

    .pricing-formats__inner {
        padding-inline: 20px;
    }

    .pricing-formats__head {
        margin-bottom: 24px;
        text-align: left;
    }

    .pricing-formats__title {
        font-size: 36px;
        line-height: 44px;
    }

    .pricing-formats__subtitle {
        margin-top: 12px;
        font-size: 15px;
        line-height: 24px;
    }

    .pricing-formats__panel {
        padding: 20px;
        border-radius: 17px;
    }

    .pricing-formats__packages {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pricing-formats__package {
        min-height: 0;
        padding: 20px 18px 18px;
    }

    .pricing-formats__package-main {
        min-height: 180px;
    }

    .pricing-formats__package-price {
        margin-top: 15px;
        padding-top: 14px;
    }

    .pricing-formats__benefits {
        margin-top: 18px;
        padding-top: 17px;
    }

    .pricing-formats__comparison {
        grid-template-columns: 1fr;
        padding: 0 18px;
    }

    .pricing-formats__comparison-item {
        padding: 16px 0;
        border-right: 0 !important;
    }

    .pricing-formats__comparison-item:not(:last-child) {
        border-bottom: 1px solid color-mix(in srgb, var(--color-text-secondary) 24%, transparent);
    }

    .pricing-formats__trust {
        align-items: flex-start;
        text-align: left;
    }
}

/* ==============================
   600
============================== */

@media (max-width: 600px) {
    .pricing-formats__eyebrow {
        min-height: 34px;
        margin-bottom: 14px;
        padding: 7px 12px;
        font-size: 12px;
        line-height: 18px;
    }

    .pricing-formats__title {
        font-size: 31px;
        line-height: 38px;
    }

    .pricing-formats__panel-head {
        gap: 13px;
    }

    .pricing-formats__panel-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        padding: 11px;
    }

    .pricing-formats__panel-copy h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .pricing-formats__panel-copy p {
        font-size: 13px;
        line-height: 20px;
    }

    .pricing-formats__project-rate {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .pricing-formats__comparison-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        padding: 11px;
    }
}

/* ==============================
   390
============================== */

@media (max-width: 390px) {
    .pricing-formats {
        padding-top: 28px;
        padding-bottom: 32px;
    }

    .pricing-formats__inner {
        padding-inline: 16px;
    }

    .pricing-formats__title {
        font-size: 28px;
        line-height: 35px;
    }

    .pricing-formats__subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .pricing-formats__panel {
        padding: 15px;
        border-radius: 15px;
    }

    .pricing-formats__panel-head {
        align-items: flex-start;
    }

    .pricing-formats__panel-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        padding: 9px;
    }

    .pricing-formats__panel-copy h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .pricing-formats__panel-copy p {
        font-size: 12px;
        line-height: 18px;
    }

    .pricing-formats__package {
        padding: 14px;
    }

    .pricing-formats__package-main {
        min-height: 174px;
    }

    .pricing-formats__package-title {
        font-size: 17px;
        line-height: 23px;
    }

    .pricing-formats__package-volume strong {
        font-size: 46px;
        line-height: 48px;
    }

    .pricing-formats__package-text {
        max-width: 230px;
        font-size: 12px;
        line-height: 18px;
    }


    .pricing-formats__benefits li,
    .pricing-formats__stage-title,
    .pricing-formats__project-note p {
        font-size: 12px;
        line-height: 18px;
    }

    .pricing-formats__package-price strong {
        font-size: 27px;
        line-height: 34px;
    }

    .pricing-formats__button {
        min-height: 50px;
        padding: 13px 18px;
        font-size: 15px;
        line-height: 20px;
    }

    .pricing-formats__comparison {
        margin-top: 16px;
        padding-inline: 14px;
    }

    .pricing-formats__comparison-item {
        gap: 12px;
    }

    .pricing-formats__comparison-copy strong {
        font-size: 14px;
        line-height: 20px;
    }

    .pricing-formats__comparison-copy span,
    .pricing-formats__trust p {
        font-size: 12px;
        line-height: 18px;
    }

    .pricing-formats__trust-icon {
        width: 26px;
        height: 26px;
    }
}

@media (min-width: 1201px) {
    .pricing-formats__benefits {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 24px;
    }

    .pricing-formats__panel--stages {
        justify-content: space-between;
    }

    .pricing-formats__panel--stages .pricing-formats__stages,
    .pricing-formats__panel--stages .pricing-formats__benefits--stages,
    .pricing-formats__panel--stages .pricing-formats__project-note,
    .pricing-formats__panel--stages .pricing-formats__project-rate,
    .pricing-formats__panel--stages .pricing-formats__button--outline {
        margin-top: 0;
    }
}
/* End */


/* Start:/local/templates/buninsys_local/css/back-to-top.css?17851965613235*/
/* ==============================
   BACK TO TOP
============================== */

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 97px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(58, 141, 255, 0.58);
    border-radius: 50%;
    background: rgba(7, 23, 45, 0.94);
    color: var(--color-Accent-LightBlue);
    box-shadow:
            0 12px 30px rgba(0, 0, 0, 0.3),
            0 0 22px rgba(58, 141, 255, 0.14);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transform: translateY(14px);
    transition:
            opacity 180ms ease,
            visibility 180ms ease,
            transform 180ms ease,
            border-color 180ms ease,
            background 180ms ease,
            color 180ms ease;
}

/* Обычное видимое состояние */
.back-to-top.is-visible {
    opacity: 0.55;
    visibility: visible;
    transform: translateY(0);
}

/* Наведение только на устройствах с настоящей мышью */
@media (hover: hover) and (pointer: fine) {
    .back-to-top.is-visible:hover {
        opacity: 1;
        border-color: var(--color-Accent-Green);
        background: rgba(8, 35, 72, 0.98);
        color: var(--color-Accent-LightBlue);
    }
}

/* Фокус при управлении клавиатурой */
.back-to-top:focus-visible {
    opacity: 1;
    border-color: var(--color-Accent-LightBlue);
    background: rgba(7, 23, 45, 0.94);
    color: var(--color-Accent-LightBlue);
    outline: 2px solid var(--color-Accent-LightBlue);
    outline-offset: 3px;
}

/* Нажатие */
.back-to-top:active {
    border-color: var(--color-Accent-LightBlue);
    color: var(--color-Accent-LightBlue);
    transform: scale(0.94);
}

/* На телефонах запрещаем залипшие hover/focus-состояния */
@media (hover: none), (pointer: coarse) {
    .back-to-top.is-visible,
    .back-to-top.is-visible:hover,
    .back-to-top.is-visible:focus,
    .back-to-top.is-visible:active {
        opacity: 0.55;
        border-color: rgba(58, 141, 255, 0.58);
        background: rgba(7, 23, 45, 0.94);
        color: var(--color-Accent-LightBlue);
        outline: none;
    }

    .back-to-top.is-visible:active {
        opacity: 0.8;
        transform: scale(0.94);
    }
}

.back-to-top__arrow {
    display: block;
    width: 22px;
    height: 22px;
    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;
    transform: rotate(-90deg);
}

@media (max-width: 844px) {
    .back-to-top {
        right: 16px;
        bottom: 18px;
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 390px) {
    .back-to-top {
        right: 12px;
        bottom: 38px;
        width: 44px;
        height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .back-to-top {
        transition: none;
    }
}
/* End */
/* /local/templates/buninsys_local/css/fonts.css?17775025011512 */
/* /local/templates/buninsys_local/css/reset.css?17759976184669 */
/* /local/templates/buninsys_local/css/global.css?178586457641172 */
/* /local/templates/buninsys_local/css/header.css?178609959127462 */
/* /local/templates/buninsys_local/css/hero.css?178584381022483 */
/* /local/templates/buninsys_local/css/cookie-consent.css?17831711292483 */
/* /local/templates/buninsys_local/css/footer.css?178579763614101 */
/* /local/templates/buninsys_local/css/lead-form.css?178579765226483 */
/* /local/templates/buninsys_local/css/lead-popup.css?17831708064129 */
/* /local/templates/buninsys_local/css/calc-problems.css?178603440031180 */
/* /local/templates/buninsys_local/css/automation-areas.css?178603271920182 */
/* /local/templates/buninsys_local/css/production-calculator.css?178603271947263 */
/* /local/templates/buninsys_local/css/automation-cases.css?178603271924185 */
/* /local/templates/buninsys_local/css/work-process.css?178603271922386 */
/* /local/templates/buninsys_local/css/page-scroll-progress.css?1785871533572 */
/* /local/templates/buninsys_local/css/why-work-with-me.css?178579580921516 */
/* /local/templates/buninsys_local/css/faq.css?178603271921580 */
/* /local/templates/buninsys_local/css/pricing-formats.css?178603271927594 */
/* /local/templates/buninsys_local/css/back-to-top.css?17851965613235 */
