/*
 * Конфигуратор комплекта.
 */

.hikstore-kit{max-width:640px;border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:20px}
.hikstore-kit__title{margin:0 0 16px}
.hikstore-kit__top{padding:14px;border-radius:10px;background:rgba(0,0,0,.04);margin-bottom:14px}
.hikstore-kit__cameras label{display:block;font-weight:600;margin-bottom:4px}
.hikstore-kit__cameras input{width:110px;padding:8px;font-size:1.05em}
.hikstore-kit__flags{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:12px}
.hikstore-kit__field{margin-bottom:14px}
.hikstore-kit__field label{display:block;font-weight:600;margin-bottom:4px}
.hikstore-kit__field select{width:100%;padding:8px}
.hikstore-kit__slider{display:flex;align-items:center;gap:12px}
.hikstore-kit__slider input[type=range]{flex:1}
.hikstore-kit__slider output{min-width:88px;font-weight:600;text-align:right}
.hikstore-kit__scale{display:flex;justify-content:space-between;font-size:.8em;opacity:.6;margin-top:2px}
.hikstore-kit__optional,.hikstore-kit__install{margin:14px 0;padding:12px;border-radius:8px;background:rgba(0,0,0,.03)}
.hikstore-kit__toggle{display:inline-flex;align-items:center;gap:8px;font-weight:600;cursor:pointer}
.hikstore-kit__toggle--sub{display:flex;margin-top:12px;font-weight:500}
.hikstore-kit__optional select{width:100%;padding:8px}
.hikstore-kit__addon{margin-top:10px}
.hikstore-kit__addon label{display:block;font-size:.92em;font-weight:600;margin-bottom:4px}
.hikstore-kit__addon-row{display:flex;gap:8px}
.hikstore-kit__addon-row select:first-child{flex:1}
.hikstore-kit__addon-row select:last-child{width:120px}
.hikstore-kit__note{font-size:.88em;opacity:.75;line-height:1.5;margin:8px 0 0}
.hikstore-kit__cable{display:block;margin-top:10px;font-size:.92em}
.hikstore-kit__cable input{width:90px;padding:6px;margin:0 6px}
.hikstore-kit__hint{display:block;opacity:.7;font-size:.9em;margin-top:4px}
.hikstore-kit__extras{margin:14px 0}
.hikstore-kit__extras summary{cursor:pointer;font-weight:600}
.hikstore-kit__extra{display:flex;align-items:flex-start;gap:8px;padding:4px 0;font-size:.92em}
.hikstore-kit__summary{margin-top:18px;padding-top:14px;border-top:1px solid rgba(0,0,0,.12)}
.hikstore-kit__lines{font-size:.9em;line-height:1.6;margin-bottom:10px}
.hikstore-kit__lines div{display:flex;justify-content:space-between;gap:12px}
.hikstore-kit__lines span:last-child{white-space:nowrap}
.hikstore-kit__total{font-size:1.25em;margin-bottom:12px;display:flex;justify-content:space-between}
.hikstore-kit__message{margin:10px 0 0;font-size:.92em}
.hikstore-kit__warn{font-size:.88em;line-height:1.5;margin:-8px 0 14px;color:#8a4b00}
.hikstore-kit__warn:empty{display:none}
