.page-konstruktor #main{flex-direction:column;flex:auto;display:flex}[hidden]{display:none!important}.calc{flex-direction:column;flex:auto;display:flex}.calc__inner{flex-direction:column;gap:32px;padding-top:48px;padding-bottom:80px;display:flex}.calc__head{flex-direction:column;gap:10px;max-width:720px;display:flex}.calc__title{font-size:40px;font-weight:700;line-height:1.12}.calc__lead{color:var(--text-muted);font-size:16px;line-height:1.55}.calc__layout{border:0;align-items:flex-start;gap:32px;margin:0;padding:0;display:flex}.calc__col--main{flex-direction:column;flex:1.6 1 0;gap:36px;min-width:0;display:flex}.calc__col--side{flex:1 1 0;min-width:340px;position:sticky;top:84px}.calc__group{border:0;flex-direction:column;gap:14px;min-width:0;margin:0;padding:0;display:flex}.calc__group-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;display:flex}.calc__group-title{letter-spacing:-.01em;font-size:19px;font-weight:600;line-height:1.3}.calc__group-hint{color:var(--green);letter-spacing:.01em;font-size:12px}.calc__grid{min-width:0;display:grid}.calc__grid--types{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.calc__grid--modules,.calc__grid--conds{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.calc__option{cursor:pointer;min-width:0;display:block}.calc__option-body{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-lg);flex-direction:column;gap:6px;height:100%;padding:18px 20px;transition:border-color .18s,background-color .18s,color .18s;display:flex}.calc__option-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.calc__option-name{font-size:16px;font-weight:600;line-height:1.25}.calc__option-term{color:var(--text-dim);white-space:nowrap;font-size:12px}.calc__option-price{color:var(--text);font-size:15px;transition:color .18s}.calc__option-desc{color:var(--text-dim);font-size:13px;line-height:1.4}.calc__option:hover .calc__option-body{border-color:var(--green)}.calc__input:checked~.calc__option-body{border-color:var(--green);background:var(--surface-sel)}.calc__input:checked~.calc__option-body .calc__option-price{color:var(--green)}.calc__input:focus-visible~.calc__option-body,.calc__input:focus-visible~.calc__module-body,.calc__input:focus-visible~.calc__cond-body{outline:2px solid var(--green);outline-offset:3px}.calc__module{cursor:pointer;min-width:0;display:block}.calc__module-body{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-md);align-items:center;gap:12px;height:100%;padding:14px 16px;transition:border-color .18s,background-color .18s;display:flex}.calc__module:hover .calc__module-body{border-color:var(--green)}.calc__input:checked~.calc__module-body{border-color:var(--green);background:var(--surface-sel)}.calc__box{background:var(--surface);border:1.5px solid var(--line-dash);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .18s,background-color .18s;display:flex}.calc__input:checked~.calc__module-body .calc__box{background:var(--green);border-color:var(--green)}.calc__input:checked~.calc__module-body .calc__box:after{content:"✓";color:var(--text-on-dark);font-size:13px;line-height:1}.calc__module-text{flex-direction:column;gap:2px;min-width:0;display:flex}.calc__module-name{font-size:14.5px;font-weight:500;line-height:1.3}.calc__module-meta{color:var(--text-dim);font-size:12px}.calc__cond{cursor:pointer;min-width:0;display:block}.calc__cond-body{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-md);flex-direction:column;gap:4px;height:100%;padding:16px 18px;transition:border-color .18s,background-color .18s;display:flex}.calc__cond:hover .calc__cond-body{border-color:var(--green)}.calc__input:checked~.calc__cond-body{border-color:var(--green);background:var(--surface-sel)}.calc__cond-name{font-size:14.5px;font-weight:500;line-height:1.3}.calc__input:checked~.calc__cond-body .calc__cond-name:after{content:" ✓";color:var(--green)}.calc__cond-meta{color:var(--text-dim);font-size:12px}.calc__summary{background:var(--ink);color:var(--text-on-dark);border-radius:var(--r-2xl);flex-direction:column;gap:16px;padding:28px;display:flex}.calc__summary-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.calc__summary-label{color:var(--text-dim);letter-spacing:.1em;font-size:12px}.calc__summary-tag{color:var(--green-light);font-size:12px}.calc__summary-live{flex-direction:column;gap:16px;display:flex}.calc__rows{flex-direction:column;gap:9px;font-size:14px;display:flex}.calc__row{border-bottom:1px dashed var(--line-dark);justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:9px;display:flex}.calc__row-label{color:var(--text-on-dark-muted)}.calc__row-sum{color:var(--text-on-dark);white-space:nowrap}.calc__row--strong .calc__row-label{color:var(--text-on-dark)}.calc__row--accent{color:var(--green-light)}.calc__row--accent .calc__row-label,.calc__row--accent .calc__row-sum{color:inherit}.calc__note{color:var(--text-on-dark-muted);background:var(--ink-card);border-radius:var(--r-sm);padding:14px 16px;font-size:14px;line-height:1.55}.calc__total{flex-direction:column;gap:6px;display:flex}.calc__total-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.calc__total-label{font-size:17px;font-weight:600}.calc__total-sum{color:var(--green-light);white-space:nowrap;font-size:28px;line-height:1.1}.calc__days-label{color:var(--text-on-dark-muted);font-size:14px}.calc__days-value{white-space:nowrap;font-size:15px}.calc__actions{flex-direction:column;gap:10px;display:flex}.calc__foot{color:var(--text-dim);text-align:center;font-size:12.5px;line-height:1.45}.calc__bar{z-index:70;padding:10px var(--gutter);background:var(--ink);color:var(--text-on-dark);border-top:1px solid var(--line-dark);justify-content:space-between;align-items:center;gap:14px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0a0c1047}.calc__bar-info{flex-direction:column;gap:2px;min-width:0;display:flex}.calc__bar-sum{color:var(--green-light);white-space:nowrap;font-size:18px;line-height:1.2}.calc__bar-days{color:var(--text-dim);white-space:nowrap;font-size:12px}.calc__bar .btn{flex-shrink:0}.page-konstruktor.calc-bar-visible{padding-bottom:76px}@media (width>=1025px){.calc__bar{display:none!important}.page-konstruktor.calc-bar-visible{padding-bottom:0}}@media (width<=1024px){.calc__layout{flex-direction:column}.calc__col--main,.calc__col--side{flex:auto;width:100%;min-width:0}.calc__col--side{position:static;top:auto}}@media (width<=900px){.calc__inner{gap:28px;padding-top:40px;padding-bottom:64px}.calc__title{font-size:32px}.calc__col--main{gap:30px}.calc__grid--types{grid-template-columns:minmax(0,1fr)}}@media (width<=560px){.calc__inner{gap:24px;padding-top:32px;padding-bottom:56px}.calc__title{font-size:28px}.calc__lead{font-size:15px}.calc__grid--modules,.calc__grid--conds{grid-template-columns:minmax(0,1fr)}.calc__summary{padding:22px}.calc__total-sum{font-size:24px}.calc__bar{gap:10px;padding:9px 14px}.calc__bar-sum{font-size:16px}.page-konstruktor.calc-bar-visible{padding-bottom:70px}}
