/* Своё оформление калькулятора «Больничный». Общее — в kalkulyatory.css. */
#calc-bolnichnyy{font-size:16px;line-height:1.5;text-align:left;margin:30px 0 38px;overflow:hidden;background:#fff;color:var(--ink);font-family:inherit}
#calc-bolnichnyy .dgr-kicker{display:inline-block;margin-bottom:10px;border-radius:999px;color:#fff;font-weight:700;line-height:1.3;text-transform:uppercase}
#calc-bolnichnyy .dgr-h{margin:0 0 10px;line-height:1.22;font-weight:700}
#calc-bolnichnyy .dgr-lead{max-width:820px;margin:0;font-size:17px;line-height:1.55}
#calc-bolnichnyy fieldset{max-width:none;min-width:0;border:0}
#calc-bolnichnyy legend{max-width:none;float:none;display:block;width:100%;font-weight:700;line-height:1.4}
#calc-bolnichnyy .dgr-grid.dgr-three{grid-template-columns:repeat(3,minmax(0,1fr))}
#calc-bolnichnyy .dgr-label{display:block;margin-bottom:6px;line-height:1.35}
#calc-bolnichnyy .dgr-input{width:100%;font-family:inherit;line-height:1.35}
#calc-bolnichnyy .dgr-help{display:block;margin-top:5px;font-size:12.5px;line-height:1.45}
#calc-bolnichnyy .dgr-mode.dgr-two{grid-template-columns:repeat(2,minmax(0,1fr))}
#calc-bolnichnyy .dgr-card{display:block;min-height:100%;padding:14px 15px;font-size:14px;line-height:1.42;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}
#calc-bolnichnyy .dgr-card-title{display:block;margin-bottom:3px;font-weight:700}
#calc-bolnichnyy .dgr-option>input:checked+.dgr-card{border-color:var(--green)}
#calc-bolnichnyy .dgr-check{display:flex;gap:9px;align-items:flex-start;margin-bottom:9px;font-size:14.5px;line-height:1.45;cursor:pointer}
#calc-bolnichnyy .dgr-actions{display:flex;flex-wrap:wrap}
#calc-bolnichnyy .dgr-primary{color:#fff}
#calc-bolnichnyy .dgr-reset{background:#fff}
#calc-bolnichnyy .dgr-status{margin:0 0 18px;line-height:1.5}
#calc-bolnichnyy .dgr-status.dgr-badmsg{font-weight:700}
#calc-bolnichnyy .dgr-metrics{display:grid;margin-bottom:20px}
#calc-bolnichnyy .dgr-metric>span{display:block;margin-bottom:5px;line-height:1.35}
#calc-bolnichnyy .dgr-value{font-weight:700;line-height:1.25}
#calc-bolnichnyy .dgr-metric.dgr-accent{border-color:var(--green)}
#calc-bolnichnyy .dgr-route{margin-bottom:20px;padding:16px 18px}
#calc-bolnichnyy .dgr-route h4{margin:0 0 10px;font-weight:700}
#calc-bolnichnyy .dgr-route ul{margin:0;padding-left:0}
#calc-bolnichnyy .dgr-flag{display:inline-block;flex:0 0 auto;align-self:flex-start;width:auto;height:auto;min-width:0;max-width:none;margin:0 6px 0 0;border-radius:999px;font-weight:700;line-height:1.45;white-space:nowrap;vertical-align:baseline}
#calc-bolnichnyy table.dgr-table th{font-weight:700;white-space:nowrap}
#calc-bolnichnyy table.dgr-table tr.dgr-sumrow td{font-weight:700}
#calc-bolnichnyy .dgr-notes{margin:0;padding:14px 16px;border-radius:12px}
#calc-bolnichnyy .dgr-notes p{margin:0 0 8px;line-height:1.55}
#calc-bolnichnyy .dgr-rowhead{margin:0 0 10px;color:var(--muted);font-size:12.5px;line-height:1.45}
#calc-bolnichnyy .dgr-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px}
#calc-bolnichnyy .dgr-src{padding:14px 16px;border:1.5px solid var(--line);border-radius:13px;background:#fff}
#calc-bolnichnyy .dgr-src>span{display:block;margin-bottom:4px;color:var(--muted);font-size:11.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}
#calc-bolnichnyy .dgr-src b{display:block;color:var(--ink);font-size:19px;line-height:1.25}
#calc-bolnichnyy .dgr-src p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.4}
#calc-bolnichnyy select.dgr-input{height:45px;-webkit-appearance:menulist;appearance:menulist}
#calc-bolnichnyy table.dgr-table tr.dgr-grp td{background:var(--cream);color:var(--ink);font-weight:700}
#calc-bolnichnyy table.dgr-table tr.dgr-cut td{background:var(--orange-tint);color:#8a5300}
#calc-bolnichnyy table.dgr-table tr.dgr-pay td{background:var(--cream);color:var(--ink)}
@media (max-width:640px){#calc-bolnichnyy .dgr-grid,#calc-bolnichnyy .dgr-grid.dgr-three,#calc-bolnichnyy .dgr-mode,#calc-bolnichnyy .dgr-mode.dgr-two{grid-template-columns:1fr}#calc-bolnichnyy .dgr-split{grid-template-columns:1fr}}