

/* Start:/local/calc/calc.css?178715544028436*/
/* ===========================================================
   Конфигуратор «Умный дом на ЦИНТРОН» — стили UI
   Все правила под префиксом .shc-* (Smart Home Configurator) —
   для безопасного встраивания в Bitrix (Aspro Max, cyntron.ru).
   Палитра сайта: акцент #137aee, hover #308af0/#0e6ed9, фон #fff,
   панели #f2f2f2/#ececec/#fafafa/#f5f5f5, границы #e7e7e7,
   текст #333 (заголовки #222), вторичный #555/#666/#999.
   =========================================================== */

.shc-root, .shc-demo-header, .shc-demo-footer, .shc-modal, .shc-mobilebar, .shc-toast {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.shc-root *, .shc-demo-header *, .shc-demo-footer *, .shc-modal *, .shc-mobilebar * { box-sizing: border-box; }
.shc-root { background: #fff; padding-bottom: 60px; }
.shc-root a { color: #137aee; text-decoration: none; }
.shc-root a:hover { color: #0e6ed9; }
.shc-root h1, .shc-root h2, .shc-root h3, .shc-root h4 { color: #222; font-weight: 500; margin: 0; line-height: 1.25; }
.shc-root h1 { font-size: 32px; }
.shc-root h2 { font-size: 24px; }
.shc-root h3 { font-size: 17px; }
.shc-root h4 { font-size: 15px; }
.shc-root p { margin: 0 0 10px; }
.shc-muted { color: #999; }
.shc-sec { color: #666; }
.shc-small { font-size: 12px; }
.shc-hidden { display: none !important; }
.shc-nowrap { white-space: nowrap; }
.shc-right { text-align: right; }
.shc-center { text-align: center; }

.shc-container { max-width: 1348px; margin: 0 auto; padding: 0 30px; }

/* ---------- демо-шапка / подвал (на сайте НЕ подключать) ---------- */
.shc-demo-header { border-bottom: 1px solid #e7e7e7; background: #fff; }
.shc-demo-header__inner { display: flex; align-items: center; gap: 28px; height: 76px; }
.shc-demo-header__logo { font-size: 24px; font-weight: 700; letter-spacing: .08em; color: #222; text-decoration: none; }
.shc-demo-header__logo span { color: #137aee; }
.shc-demo-header__menu { display: flex; gap: 26px; margin: 0 auto 0 10px; padding: 0; list-style: none; }
.shc-demo-header__menu a { color: #333; font-size: 15px; text-decoration: none; padding: 8px 0; display: inline-block; border-bottom: 2px solid transparent; }
.shc-demo-header__menu a:hover, .shc-demo-header__menu a.shc-active { color: #137aee; }
.shc-demo-header__phone { font-weight: 700; font-size: 16px; color: #333; text-decoration: none; white-space: nowrap; }
.shc-demo-header__phone small { display: block; font-weight: 400; font-size: 12px; color: #999; }
.shc-demo-footer { background: #f5f5f5; border-top: 1px solid #e7e7e7; color: #666; font-size: 13px; margin-top: 40px; }
.shc-demo-footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 30px; padding: 24px 0; }
.shc-demo-footer a { color: #555; }
.shc-demo-footer a:hover { color: #137aee; }

/* ---------- кнопки ---------- */
/* сброс списков: тема сайта (Aspro) добавляет ul > li::before «—» и отступы — внутри виджета списков-маркеров нет */
.shc-root ul, .shc-root ol { list-style: none !important; margin: 0; padding: 0; }
.shc-root li { list-style: none !important; padding-left: 0; }
.shc-root li::before, .shc-root li::after { content: none !important; display: none !important; }
.shc-btn--muted { opacity: .6; }
.shc-row--end { justify-content: flex-end; }
/* единая высота полей формы (перебиваем глобальные стили темы сайта для input[type=text|tel|email], select, textarea) */
.shc-root input.shc-input, .shc-root select.shc-select { height: 44px; min-height: 44px; line-height: normal; padding: 0 14px; font-size: 14px; border: 1px solid #ececec; background: #f8f8f8; border-radius: 3px; box-shadow: none; margin: 0; }
.shc-root input.shc-input--sm, .shc-root select.shc-select--sm, .shc-root .shc-table--rooms input.shc-input, .shc-root .shc-table--rooms select.shc-select { height: 34px; min-height: 34px; padding: 0 10px; font-size: 13px; }
.shc-root .shc-sys__f input.shc-input, .shc-root .shc-sys__f select.shc-select { height: 36px; min-height: 36px; }
.shc-root textarea.shc-textarea { min-height: 90px; padding: 10px 14px; border: 1px solid #ececec; background: #f8f8f8; border-radius: 3px; font-size: 14px; box-shadow: none; margin: 0; }
.shc-root input.shc-input:focus, .shc-root select.shc-select:focus, .shc-root textarea.shc-textarea:focus { border-color: #137aee; background: #fff; box-shadow: 0 0 0 3px #137aee1a; outline: none; }
.shc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid #137aee; background: #137aee; color: #fff;
  border-radius: 3px; padding: 0 24px; height: 44px; font: inherit; font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .03em; cursor: pointer; white-space: nowrap;
  transition: background .15s, border-color .15s, color .15s, box-shadow .15s; text-decoration: none; line-height: 1;
}
.shc-btn:hover { background: #308af0; border-color: #308af0; color: #fff; }
.shc-btn:active { background: #0e6ed9; border-color: #0e6ed9; }
.shc-btn:disabled, .shc-btn[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.shc-btn--outline { background: #fff; color: #137aee; }
.shc-btn--outline:hover { background: #137aee1a; color: #0e6ed9; }
.shc-btn--grey { background: #f2f2f2; border-color: #e7e7e7; color: #333; }
.shc-btn--grey:hover { background: #ececec; border-color: #ddd; color: #222; }
.shc-btn--sm { height: 34px; padding: 0 14px; font-size: 11px; }
.shc-btn--xs { height: 28px; padding: 0 10px; font-size: 10px; }
.shc-btn--block { width: 100%; }
.shc-link-btn { background: none; border: 0; padding: 0; color: #137aee; cursor: pointer; font: inherit; font-size: 13px; }
.shc-link-btn:hover { color: #0e6ed9; text-decoration: underline; }
.shc-icon-btn { background: none; border: 1px solid transparent; border-radius: 3px; color: #999; cursor: pointer; font: inherit; font-size: 16px; line-height: 1; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.shc-icon-btn:hover { color: #d33; border-color: #e7e7e7; background: #fafafa; }

/* ---------- поля ---------- */
.shc-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.shc-label { font-size: 12px; font-weight: 500; color: #555; text-transform: uppercase; letter-spacing: .03em; display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; }
.shc-input, .shc-select, .shc-textarea {
  width: 100%; height: 44px; border: 1px solid #ececec; background: #f8f8f8; border-radius: 3px; padding: 0 14px;
  font: inherit; font-size: 14px; color: #333; outline: none; transition: border-color .15s, background .15s, box-shadow .15s;
  -moz-appearance: textfield;
}
.shc-input::-webkit-outer-spin-button, .shc-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.shc-input:focus, .shc-select:focus, .shc-textarea:focus { border-color: #137aee; background: #fff; box-shadow: 0 0 0 3px #137aee1a; }
.shc-input::placeholder { color: #aaa; }
.shc-input--sm, .shc-select--sm { height: 34px; padding: 0 10px; font-size: 13px; }
.shc-textarea { height: auto; min-height: 90px; padding: 10px 14px; resize: vertical; }
.shc-select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23777' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 30px; }
.shc-input-wrap { position: relative; display: flex; align-items: center; }
.shc-input-wrap .shc-input { padding-right: 44px; }
.shc-input-wrap__unit { position: absolute; right: 12px; color: #999; font-size: 12px; pointer-events: none; }
.shc-range { width: 100%; height: 20px; margin: 0; -webkit-appearance: none; appearance: none; background: transparent; cursor: pointer; }
.shc-range::-webkit-slider-runnable-track { height: 4px; background: #e7e7e7; border-radius: 2px; }
.shc-range::-moz-range-track { height: 4px; background: #e7e7e7; border-radius: 2px; }
.shc-range::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; margin-top: -7px; border-radius: 50%; background: #137aee; border: 3px solid #fff; box-shadow: 0 0 0 1px #137aee; }
.shc-range::-moz-range-thumb { width: 12px; height: 12px; border-radius: 50%; background: #137aee; border: 3px solid #fff; box-shadow: 0 0 0 1px #137aee; }
.shc-range-scale { display: flex; justify-content: space-between; font-size: 11px; color: #999; margin-top: -2px; }
.shc-check { display: inline-flex; align-items: center; min-height: 44px; gap: 9px; cursor: pointer; font-size: 14px; color: #333; user-select: none; }
.shc-check input { appearance: none; -webkit-appearance: none; width: 18px; height: 18px; border: 1px solid #cfcfcf; border-radius: 3px; background: #fff; margin: 0; flex: 0 0 18px; cursor: pointer; position: relative; transition: all .15s; }
.shc-check input:checked { background: #137aee; border-color: #137aee; }
.shc-check input:checked::after { content: ""; position: absolute; left: 5px; top: 1px; width: 6px; height: 11px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.shc-check input:focus-visible { box-shadow: 0 0 0 3px #137aee1a; }
.shc-check--sm { font-size: 13px; }
.shc-switch { position: relative; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; font-size: 14px; }
.shc-switch input { appearance: none; -webkit-appearance: none; width: 40px; height: 22px; border-radius: 11px; background: #d6d6d6; margin: 0; position: relative; cursor: pointer; transition: background .15s; flex: 0 0 40px; }
.shc-switch input::after { content: ""; position: absolute; left: 2px; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.2); transition: left .15s; }
.shc-switch input:checked { background: #137aee; }
.shc-switch input:checked::after { left: 20px; }
.shc-switch input:focus-visible { box-shadow: 0 0 0 3px #137aee1a; }
.shc-field > .shc-seg { align-self: flex-start; }
.shc-seg { display: inline-flex; flex-wrap: wrap; gap: 0; border: 1px solid #e7e7e7; border-radius: 3px; overflow: hidden; background: #fff; }
.shc-seg__btn { border: 0; border-right: 1px solid #e7e7e7; background: #fafafa; color: #333; padding: 0 16px; height: 42px; line-height: 42px; display: inline-flex; align-items: center; font: inherit; font-size: 13px; cursor: pointer; transition: background .15s, color .15s; white-space: nowrap; }
.shc-seg__btn:last-child { border-right: 0; }
.shc-seg__btn:hover { background: #137aee1a; color: #0e6ed9; }
.shc-seg__btn.shc-active { background: #137aee; color: #fff; }
.shc-seg--sm .shc-seg__btn { height: 34px; padding: 0 12px; font-size: 12px; }
.shc-chip { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 2px 6px; border: 1px solid #e7e7e7; background: #fafafa; color: #333; border-radius: 3px; padding: 6px 12px; min-height: 34px; font: inherit; font-size: 12px; text-align: left; cursor: pointer; transition: all .15s; }
.shc-chip:hover { border-color: #137aee; color: #137aee; background: #fff; }
.shc-chip.shc-active { border-color: #137aee; background: #137aee1a; color: #0e6ed9; }
.shc-chip small { color: #999; font-size: 11px; }
.shc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.shc-badge { display: inline-block; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; border-radius: 2px; padding: 2px 6px; line-height: 1.3; vertical-align: middle; }
.shc-badge--auto { background: #eef5fe; color: #137aee; }
.shc-badge--manual { background: #fff3e0; color: #b26a00; }
.shc-badge--est { background: #f2f2f2; color: #777; }
.shc-badge--off { background: #f2f2f2; color: #999; }
.shc-badge--warn { background: #fff3e0; color: #b26a00; }

/* ---------- hero / шаги ---------- */
.shc-hero { padding: 34px 0 18px; }
.shc-hero__crumbs { font-size: 12px; color: #999; margin-bottom: 14px; }
.shc-hero__crumbs a { color: #666; }
.shc-hero p { color: #666; max-width: 820px; margin-top: 10px; font-size: 14px; }
.shc-steps { position: sticky; top: 0; z-index: 20; background: #fff; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; margin-bottom: 26px; }
.shc-steps__list { display: flex; gap: 0; list-style: none; margin: 0; padding: 0; overflow-x: auto; scrollbar-width: none; }
.shc-steps__list::-webkit-scrollbar { display: none; }
.shc-steps__link { display: flex; align-items: center; gap: 8px; padding: 14px 18px 12px; font-size: 13px; color: #555; border-bottom: 2px solid transparent; white-space: nowrap; cursor: pointer; }
.shc-steps__link:hover { color: #137aee; }
.shc-steps__link.shc-active { color: #137aee; border-bottom-color: #137aee; font-weight: 500; }
.shc-steps__num { width: 22px; height: 22px; border-radius: 50%; background: #f2f2f2; color: #666; font-size: 11px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }
.shc-steps__link.shc-active .shc-steps__num { background: #137aee; color: #fff; }
.shc-steps__progress { display: none; }

/* ---------- раскладка ---------- */
.shc-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; align-items: start; }
.shc-main { min-width: 0; }
.shc-aside { position: sticky; top: 62px; }

/* ---------- секции ---------- */
.shc-section { margin-bottom: 38px; scroll-margin-top: 64px; }
.shc-section__head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.shc-section__num { font-size: 12px; font-weight: 600; color: #137aee; background: #137aee1a; border-radius: 3px; padding: 3px 8px; }
.shc-section__sub { color: #777; font-size: 13px; width: 100%; }
.shc-card { background: #fff; border: 1px solid #e7e7e7; border-radius: 3px; padding: 22px; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.shc-card--grey { background: #fafafa; }
.shc-card + .shc-card { margin-top: 16px; }
.shc-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 18px 20px; }
.shc-col-2 { grid-column: span 2; } .shc-col-3 { grid-column: span 3; } .shc-col-4 { grid-column: span 4; }
.shc-col-5 { grid-column: span 5; } .shc-col-6 { grid-column: span 6; } .shc-col-7 { grid-column: span 7; }
.shc-col-8 { grid-column: span 8; } .shc-col-9 { grid-column: span 9; } .shc-col-12 { grid-column: span 12; }
.shc-hr { border: 0; border-top: 1px solid #ececec; margin: 18px 0; }
.shc-row { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; }
.shc-modes { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.shc-mode { border: 1px solid #e7e7e7; border-radius: 3px; padding: 14px 16px; cursor: pointer; background: #fafafa; transition: all .15s; position: relative; }
.shc-mode:hover { border-color: #137aee; background: #fff; }
.shc-mode.shc-active { border-color: #137aee; background: #fff; box-shadow: inset 0 0 0 1px #137aee; }
.shc-mode__title { font-weight: 600; font-size: 14px; color: #222; margin-bottom: 4px; }
.shc-mode__desc { font-size: 12px; color: #777; line-height: 1.4; }
.shc-mode.shc-active .shc-mode__title { color: #137aee; }
.shc-gate { border: 1px dashed #c9dcf4; background: #eef5fe; border-radius: 3px; padding: 18px 20px; color: #0e6ed9; font-size: 14px; }

/* ---------- таблицы ---------- */
.shc-table-wrap { overflow-x: auto; }
.shc-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.shc-table th, .shc-table td { padding: 9px 10px; border-bottom: 1px solid #ececec; text-align: left; vertical-align: middle; }
.shc-table th { background: #f5f5f5; color: #555; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; }
.shc-table td.shc-num, .shc-table th.shc-num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.shc-table tr:hover td { background: #fafafa; }
.shc-table tr.shc-total td { font-weight: 600; background: #f5f5f5; color: #222; border-top: 2px solid #e0e0e0; }
.shc-table tr.shc-group td { background: #eef5fe; color: #0e6ed9; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.shc-table tr.shc-subtotal td { background: #fafafa; font-weight: 500; }
.shc-table--rooms td { padding: 6px 6px; }
.shc-table--rooms .shc-input, .shc-table--rooms .shc-select { height: 34px; padding: 0 10px; font-size: 13px; background: #fff; }
.shc-table--rooms .shc-select { padding-right: 26px; }
.shc-table .shc-est-mark { color: #999; font-size: 11px; }
.shc-table .shc-link-ico { color: #137aee; text-decoration: none; font-size: 14px; }
.shc-table .shc-link-ico:hover { color: #0e6ed9; }
.shc-table--tight th, .shc-table--tight td { padding: 6px 8px; }
.shc-rooms-summary { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; margin-top: 16px; }
.shc-room-mini { background: #fafafa; border: 1px solid #ececec; border-radius: 3px; padding: 10px 12px; font-size: 12px; color: #555; }
.shc-room-mini b { display: block; color: #222; font-weight: 600; font-size: 13px; margin-bottom: 4px; }
.shc-room-mini span { display: inline-block; margin-right: 8px; white-space: nowrap; }

/* ---------- карточки подсистем ---------- */
.shc-sys { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.shc-sys__card { border: 1px solid #e7e7e7; border-radius: 3px; background: #fff; padding: 16px 18px 14px; box-shadow: 0 1px 2px rgba(0,0,0,.03); transition: border-color .15s; }
.shc-sys__card.shc-off { background: #fafafa; }
.shc-sys__card.shc-off .shc-sys__fields { opacity: .45; pointer-events: none; }
.shc-sys__head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.shc-sys__title { font-weight: 600; font-size: 15px; color: #222; flex: 1; }
.shc-sys__title small { display: block; font-weight: 400; font-size: 12px; color: #888; margin-top: 2px; }
.shc-sys__fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 14px; }
.shc-sys__f { display: flex; flex-direction: column; gap: 4px; }
.shc-sys__f--wide { grid-column: span 2; }
.shc-sys__f .shc-label { font-size: 11px; text-transform: none; letter-spacing: 0; color: #666; justify-content: space-between; }
.shc-sys__f .shc-input { height: 36px; padding: 0 44px 0 10px; font-size: 13px; }
.shc-sys__f .shc-input.shc-manual { background: #fff; border-color: #f0c988; }
.shc-sys__f .shc-select { height: 36px; padding: 0 26px 0 10px; font-size: 13px; }
.shc-sys__f .shc-input-wrap__unit { right: 10px; font-size: 11px; }
.shc-reset { background: none; border: 0; color: #b26a00; font: inherit; font-size: 10px; text-transform: uppercase; cursor: pointer; padding: 0; text-decoration: underline dotted; }
.shc-reset:hover { color: #137aee; }
.shc-sys__foot { margin-top: 10px; display: flex; align-items: center; gap: 10px; }
.shc-sys__delta { font-size: 12px; color: #777; margin-left: auto; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- результат ---------- */
.shc-kpi { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-bottom: 18px; }
.shc-kpi__tile { background: #fafafa; border: 1px solid #ececec; border-radius: 3px; padding: 14px 16px; }
.shc-kpi__tile--main { background: #137aee; border-color: #137aee; color: #fff; grid-column: span 2; }
.shc-kpi__tile--main .shc-kpi__lbl, .shc-kpi__tile--main .shc-kpi__sub { color: #d7e8fc; }
.shc-kpi__val { font-size: 22px; font-weight: 600; color: #222; line-height: 1.15; font-variant-numeric: tabular-nums; word-break: break-word; }
.shc-kpi__tile--main .shc-kpi__val { font-size: 30px; color: #fff; }
.shc-kpi__lbl { font-size: 11px; color: #777; text-transform: uppercase; letter-spacing: .04em; margin-top: 4px; }
.shc-kpi__sub { font-size: 12px; color: #666; margin-top: 2px; }
.shc-warn { border-left: 3px solid #f0a030; background: #fff8ec; padding: 10px 14px; border-radius: 0 3px 3px 0; font-size: 13px; color: #7a4b00; margin-bottom: 8px; }
.shc-res-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.shc-subhead { display: flex; align-items: center; gap: 12px; margin: 22px 0 10px; }
.shc-subhead h3 { flex: 1; }
.shc-subhead .shc-link-btn { font-size: 12px; }
.shc-est-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.shc-note { font-size: 12px; color: #888; margin-top: 10px; line-height: 1.5; }

/* ---------- сводка ---------- */
.shc-summary { border: 1px solid #e7e7e7; border-radius: 3px; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.04); overflow: hidden; }
.shc-summary__head { background: #137aee; color: #fff; padding: 16px 18px; }
.shc-summary__head small { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; opacity: .85; }
.shc-summary__total { font-size: 26px; font-weight: 600; line-height: 1.2; font-variant-numeric: tabular-nums; }
.shc-summary__body { padding: 14px 18px; }
.shc-summary__row { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; padding: 6px 0; border-bottom: 1px solid #f0f0f0; }
.shc-summary__row:last-child { border-bottom: 0; }
.shc-summary__row span:first-child { color: #666; }
.shc-summary__row b { font-weight: 600; color: #222; font-variant-numeric: tabular-nums; white-space: nowrap; }
.shc-summary__actions { padding: 0 18px 16px; display: flex; flex-direction: column; gap: 8px; }
.shc-summary__share { text-align: center; font-size: 12px; }
.shc-summary__hint { font-size: 12px; color: #999; padding: 0 18px 14px; line-height: 1.4; }

.shc-mobilebar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: #fff; border-top: 1px solid #e7e7e7; box-shadow: 0 -2px 8px rgba(0,0,0,.06); padding: 8px 14px; align-items: center; gap: 12px; }
.shc-mobilebar__total { font-weight: 600; font-size: 17px; color: #222; font-variant-numeric: tabular-nums; line-height: 1.1; }
.shc-mobilebar__sub { font-size: 11px; color: #777; }
.shc-mobilebar .shc-btn { margin-left: auto; }

/* ---------- модалка ---------- */
.shc-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,.45); }
.shc-modal.shc-open { display: flex; }
.shc-modal__box { background: #fff; border-radius: 3px; max-width: 720px; width: 100%; max-height: 90vh; display: flex; flex-direction: column; box-shadow: 0 10px 40px rgba(0,0,0,.2); }
.shc-modal__head { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-bottom: 1px solid #e7e7e7; }
.shc-modal__head h3 { flex: 1; }
.shc-modal__close { background: none; border: 0; font-size: 26px; line-height: 1; color: #999; cursor: pointer; padding: 0 4px; }
.shc-modal__close:hover { color: #333; }
.shc-modal__body { padding: 16px 20px; overflow: auto; }
.shc-modal__foot { padding: 12px 20px; border-top: 1px solid #e7e7e7; display: flex; align-items: center; gap: 12px; background: #fafafa; }
.shc-modal__foot b { margin-left: auto; font-size: 16px; white-space: nowrap; }
.shc-modal__body td:first-child { white-space: nowrap; }
.shc-delta-neg { color: #2e7d32; }
.shc-delta-pos { color: #333; }

/* ---------- форма заказа ---------- */
.shc-order { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; }
.shc-order .shc-col-12 { grid-column: span 2; }
.shc-order__result { background: #eef5fe; border: 1px solid #c9dcf4; color: #0e6ed9; padding: 12px 14px; border-radius: 3px; font-size: 13px; }

/* ---------- тост ---------- */
.shc-toast { position: fixed; left: 50%; bottom: 80px; transform: translateX(-50%) translateY(20px); background: #222; color: #fff; font-size: 13px; padding: 10px 18px; border-radius: 3px; opacity: 0; transition: all .2s; z-index: 200; pointer-events: none; }
.shc-toast.shc-show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- адаптив ---------- */
@media (max-width: 1120px) {
  .shc-layout { grid-template-columns: 1fr; }
  .shc-aside { position: static; }
  .shc-demo-header__menu { display: none; }
}
@media (max-width: 900px) {
  .shc-container { padding: 0 20px; }
  .shc-sys { grid-template-columns: 1fr; }
  .shc-kpi { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .shc-est-grid { grid-template-columns: 1fr; }
  .shc-modes { grid-template-columns: 1fr; }
  .shc-col-2, .shc-col-3, .shc-col-4, .shc-col-5 { grid-column: span 6; }
  .shc-col-7, .shc-col-8, .shc-col-9 { grid-column: span 12; }
}
@media (max-width: 720px) {
  .shc-root { padding-bottom: 90px; }
  .shc-container { padding: 0 14px; }
  .shc-root h1 { font-size: 24px; }
  .shc-root h2 { font-size: 20px; }
  .shc-card { padding: 16px; }
  .shc-kpi { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .shc-kpi__tile--main { grid-column: span 2; }
  .shc-col-4, .shc-col-5, .shc-col-6 { grid-column: span 12; }
  .shc-col-2, .shc-col-3 { grid-column: span 6; }
  .shc-kpi__val { font-size: 19px; }
  .shc-kpi__tile--main .shc-kpi__val { font-size: 26px; }
  .shc-order { grid-template-columns: 1fr; }
  .shc-order .shc-col-12 { grid-column: span 1; }
  .shc-mobilebar { display: flex; }
  .shc-demo-header__inner { height: 60px; gap: 14px; }
  .shc-demo-header__phone small { display: none; }
  .shc-demo-header .shc-btn { display: none; }
  .shc-summary__actions .shc-btn--xlsx { display: none; }
  .shc-sys__fields { grid-template-columns: 1fr 1fr; }
  .shc-seg__btn { padding: 0 11px; font-size: 12px; }
  .shc-res-actions .shc-btn { flex: 1 1 auto; }
}

/* ---------- печать ---------- */
@media print {
  .shc-demo-header, .shc-demo-footer, .shc-steps, .shc-aside, .shc-mobilebar, .shc-modal, .shc-toast,
  .shc-section--object, .shc-section--rooms, .shc-section--systems, .shc-section--board, .shc-section--order,
  .shc-res-actions, .shc-hero p { display: none !important; }
  .shc-root { padding: 0; font-size: 11px; }
  .shc-layout { display: block; }
  .shc-card { border: 0; padding: 0; box-shadow: none; }
  .shc-kpi { grid-template-columns: repeat(4, 1fr); }
  .shc-kpi__tile--main { background: #fff; color: #222; border: 1px solid #ccc; }
  .shc-kpi__tile--main .shc-kpi__val, .shc-kpi__tile--main .shc-kpi__lbl { color: #222; }
  .shc-table { font-size: 10px; }
  .shc-table th, .shc-table td { padding: 4px 6px; }
  .shc-section { page-break-inside: avoid; }
  .shc-table tr { page-break-inside: avoid; }
  a[href]::after { content: "" !important; }
}
/* поля с единицей измерения: место под суффикс справа (после общего правила высоты) */
.shc-root .shc-input-wrap input.shc-input { padding-right: 44px; }
.shc-root .shc-sys__f .shc-input-wrap input.shc-input { padding: 0 44px 0 10px; }
.shc-root select.shc-select { padding-right: 30px; }
.shc-root .shc-table--rooms select.shc-select, .shc-root .shc-sys__f select.shc-select { padding-right: 26px; }

.shc-note--wide { margin-top: 14px; }

/* модалка «Состав»: фон не прокручивается, прокручивается тело окна */
html.shc-modal-open, body.shc-modal-open { overflow: hidden !important; overscroll-behavior: contain; }
.shc-modal { overscroll-behavior: contain; touch-action: none; }
.shc-modal__box { max-height: 86vh; }
.shc-modal__body { overflow-y: auto; -webkit-overflow-scrolling: touch; touch-action: pan-y; overscroll-behavior: contain; }
.shc-sys__delta { white-space: nowrap; }

.shc-summary__row--muted { color: #999; font-size: 12px; }
.shc-summary__row--muted b { font-weight: 500; }

/* End */
/* /local/calc/calc.css?178715544028436 */
