

/* Start:/local/components/calc/fence/templates/htmx/style.min.css?179031005424867*/
.calc-krovlya{background:var(--fs-surface,#fff);border:1px solid var(--fs-line,#e0e0e0);border-radius:12px;box-shadow:0 4px 20px color-mix(in srgb,var(--fs-ink,#000) 10%,transparent);padding:40px;padding-bottom:50px;margin-bottom:60px}.calc-progress{display:flex;justify-content:space-between;margin-bottom:40px;position:relative}.calc-progress::before{content:'';position:absolute;top:20px;left:50px;right:50px;height:4px;background:var(--fs-paper,#e0e0e0);z-index:0;border-radius:2px}.calc-progress::after{content:'';position:absolute;top:20px;left:50px;height:4px;background:linear-gradient(90deg,var(--fs-amber,#f5a623) 0%,var(--fs-amber,#f5a623) 100%);z-index:0;border-radius:2px;width:0;transition:width .3s ease}.calc-progress[data-step="1"]::after{width:0}.calc-progress[data-step="2"]::after{width:calc((100% - 100px) * .33)}.calc-progress[data-step="3"]::after{width:calc((100% - 100px) * .66)}.calc-progress[data-step="4"]::after{width:calc(100% - 100px)}.calc-progress__step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1;max-width:200px}.calc-progress__num{width:40px;height:40px;border-radius:50%;background:var(--fs-line,#e0e0e0);color:var(--fs-ink,#999);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;margin-bottom:10px;transition:all .3s ease}.calc-progress__text{font-size:13px;color:var(--fs-ink-2,#666);text-align:center;line-height:1.3}.calc-progress__step--active .calc-progress__num{background:var(--fs-action,#0aa360);color:var(--fs-white,#fff)}.calc-progress__step--active .calc-progress__text{color:var(--fs-ink,#333)}.calc-progress__step--current .calc-progress__num{box-shadow:0 0 0 4px color-mix(in srgb,var(--fs-green,#0aa360) 20%,transparent)}.calc-step{display:none;animation:fadeIn .3s ease}.calc-step--active{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.calc-step__title{font-size:24px;font-weight:600;margin-bottom:30px;color:var(--fs-ink,#333)}.calc-step__actions{display:flex;gap:15px;margin-top:30px;padding-top:20px;border-top:1px solid var(--fs-line,#eee)}.calc-roof-types{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.calc-roof-type{display:flex;flex-direction:column;align-items:center;padding:25px 15px;border:2px solid var(--fs-line,#e0e0e0);border-radius:12px;cursor:pointer;transition:all .2s ease;background:var(--fs-surface,#fff);position:relative}.calc-roof-type:hover{border-color:var(--fs-green,#0aa360);box-shadow:0 4px 12px color-mix(in srgb,var(--fs-green,#0aa360) 15%,transparent)}.calc-roof-type input{position:absolute;opacity:0;pointer-events:none}.calc-roof-type input:checked+.calc-roof-type__check{opacity:1;transform:scale(1)}.calc-roof-type input:checked~span{color:var(--fs-green-press,#0aa360);font-weight:600}.calc-roof-type:has(input:checked){border-color:var(--fs-green,#0aa360);background:color-mix(in srgb,var(--fs-action,#0aa360) 5%,transparent)}.calc-roof-type__check{position:absolute;top:12px;left:12px;width:24px;height:24px;background:var(--fs-action,#0aa360)url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")50%/14px no-repeat;border-radius:50%;opacity:0;transform:scale(.5);transition:all .2s ease}.calc-roof-type img{width:100%;max-width:180px;height:120px;object-fit:contain;margin-bottom:15px;transition:transform .2s ease}.calc-roof-type span{font-size:14px;color:var(--fs-ink,#333);text-align:center;font-weight:500}.calc-params{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.calc-params__form{display:flex;flex-direction:column;gap:20px}.calc-params__group{display:flex;flex-direction:column;gap:15px}.calc-input-group{position:relative}.calc-input-group input{width:100%;padding:15px 50px 15px 15px;border:2px solid var(--fs-ink-2,#e0e0e0);border-radius:8px;font-size:16px;transition:border-color .2s ease}.calc-input-group input:focus{outline:none;border-color:var(--fs-green,#0aa360)}.calc-input-group input::placeholder{color:var(--fs-ink-2,#999)}.calc-input-label{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:var(--fs-action,#0aa360);color:var(--fs-white,#fff);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.calc-params__preview{display:flex;justify-content:center;align-items:center;background:var(--fs-paper,#f8f9fa);border-radius:12px;padding:30px;min-height:250px}.calc-params__preview img{max-width:100%;max-height:200px;object-fit:contain}.calc-material-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px;margin-bottom:25px}@media(max-width:575px){.calc-material-tabs{grid-template-columns:1fr}}.calc-material-tab{padding:12px 24px;background:var(--fs-paper,#f5f5f5);border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;color:var(--fs-ink,#333)}.calc-material-tab:hover{background:var(--fs-line,#e8e8e8)}.calc-material-tab--active{background:var(--fs-action,#0aa360);color:var(--fs-white,#fff)}.calc-products{min-height:200px;position:relative}.calc-products__placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--fs-ink-2,#999);font-size:16px;background:var(--fs-paper,#f8f9fa);border-radius:12px}.calc-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.calc-product-card{background:var(--fs-surface,#fff);border:2px solid var(--fs-line,#e0e0e0);border-radius:12px;padding:15px;cursor:pointer;transition:all .2s ease}.calc-product-card:hover{border-color:var(--fs-green,#0aa360);box-shadow:0 4px 12px color-mix(in srgb,var(--fs-green,#0aa360) 15%,transparent)}.calc-product-card--selected{border-color:var(--fs-green,#0aa360);background:color-mix(in srgb,var(--fs-action,#0aa360) 5%,transparent)}.calc-product-card__image{width:100%;height:120px;object-fit:contain;margin-bottom:10px}.calc-product-card__name{font-size:14px;font-weight:500;color:var(--fs-ink,#333);margin-bottom:8px;line-height:1.3}.calc-product-card__price{font-size:16px;font-weight:600;color:var(--fs-green-press,#0aa360)}.calc-loading{display:none;position:sticky;top:74px;z-index:10;align-items:center;gap:12px;margin:0 0 14px;padding:10px 16px;border:1px solid var(--fs-line,#d9e6dd);border-radius:8px;background:var(--fs-green-tint,#eef7f0);color:var(--fs-ink,#333);font-size:14px;line-height:1.3}.calc-loading.htmx-request{display:flex}.calc-products.htmx-request{opacity:.4;pointer-events:none;transition:opacity .15s ease-in}.calc-loading__spinner{flex:none;width:22px;height:22px;border:3px solid var(--fs-line,#e0e0e0);border-top-color:var(--fs-green,#0aa360);border-radius:50%;animation:spin .8s linear infinite}@media(prefers-reduced-motion:reduce){.calc-loading__spinner{animation-duration:2.4s}}@keyframes spin{to{transform:rotate(360deg)}}.calc-selected-material{margin-top:25px;padding:20px;background:var(--fs-paper,#f8f9fa);border-radius:12px}.calc-selected-material h3{font-size:16px;font-weight:600;margin-bottom:15px;color:var(--fs-ink,#333)}.calc-results{display:grid;grid-template-columns:2fr 1fr;gap:30px;align-items:start}.calc-results__table{background:var(--fs-surface,#fff);border-radius:12px;padding:25px;box-shadow:0 2px 8px color-mix(in srgb,var(--fs-ink,#000) 8%,transparent)}.calc-table{width:100%;border-collapse:collapse}.calc-table th,.calc-table td{padding:12px 15px;text-align:left;vertical-align:middle}.calc-table tr{border-bottom:1px solid var(--fs-line,#eee)}.calc-table th{background:var(--fs-paper,#f8f9fa);font-weight:600;font-size:13px;color:var(--fs-ink-2,#666);text-transform:uppercase}.calc-table td{font-size:14px;color:var(--fs-ink,#333)}.calc-table tbody tr:hover{background:var(--fs-paper,#f8f9fa)}.calc-table td:last-child{font-weight:500;white-space:nowrap}.calc-table th:nth-child(2),.calc-table td:nth-child(2),.calc-table th:nth-child(3),.calc-table td:nth-child(3){white-space:nowrap;width:1%}.calc-table th:last-child{white-space:nowrap}@media(max-width:767px){.calc-table td.calc-table__wrap{white-space:normal}}.calc-results__summary{position:sticky;top:20px}.calc-summary{background:var(--fs-surface,#fff);border-radius:12px;padding:25px;box-shadow:0 2px 8px color-mix(in srgb,var(--fs-ink,#000) 8%,transparent)}.calc-summary h3{font-size:18px;font-weight:600;margin-bottom:20px;color:var(--fs-ink,#333)}.calc-summary__row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--fs-line,#eee);font-size:14px}.calc-summary__row span:first-child{color:var(--fs-ink-2,#666)}.calc-summary__row span:last-child{font-weight:500;color:var(--fs-ink,#333)}.calc-summary__total{display:flex;justify-content:space-between;padding:15px 0;margin-top:10px;font-size:18px;font-weight:600}.calc-summary__total span:last-child{color:var(--fs-green-press,#0aa360)}.calc-results__actions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.calc-results__actions .calc-btn{width:100%;justify-content:center}.calc-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.calc-btn:disabled{opacity:.5;cursor:not-allowed}.calc-btn--primary{background:var(--fs-action,#0aa360);color:var(--fs-white,#fff)}.calc-btn--primary:hover:not(:disabled){background:var(--fs-action-hover,#098a52)}.calc-btn--secondary{background:var(--fs-paper,#f5f5f5);color:var(--fs-ink,#333)}.calc-btn--secondary:hover:not(:disabled){background:var(--fs-line,#e8e8e8)}.calc-btn svg{flex-shrink:0}.calc-products__empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--fs-ink-2,#999);font-size:16px;background:var(--fs-paper,#f8f9fa);border-radius:12px}.calc-product-card__check{display:block;width:24px;height:24px;border:2px solid var(--fs-line,#e0e0e0);border-radius:50%;background:var(--fs-surface,#fff);transition:all .2s ease}.calc-product-card--selected .calc-product-card__check{border-color:var(--fs-green,#0aa360);background:var(--fs-action,#0aa360)url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")50%/14px no-repeat}.calc-product-card__colors{font-size:12px;color:var(--fs-ink-2,#999);margin-top:4px}.calc-product-card{position:relative}.calc-product-card__image{width:100%;padding-bottom:100%;position:relative;margin-bottom:10px}.calc-product-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.calc-description{margin-top:40px;margin-left:auto;margin-right:auto;max-width:900px;padding-top:30px;border-top:1px solid var(--fs-line,#eee)}@media(max-width:991px){.calc-params{grid-template-columns:1fr}.calc-params__preview{order:-1}.calc-results{grid-template-columns:1fr}.calc-results__summary{position:static}}@media(max-width:991px){.calc-roof-types{grid-template-columns:repeat(3,1fr)}.calc-table{font-size:13px}.calc-table th{font-size:11px}.calc-table th,.calc-table td{padding:10px 8px}}@media(max-width:767px){.calc-progress{flex-wrap:wrap;gap:15px}.calc-progress::before,.calc-progress::after{display:none}.calc-progress__step{flex:0 0 calc(50% - 10px)}.calc-roof-types{grid-template-columns:repeat(2,1fr)}.calc-step__actions{flex-direction:column}.calc-btn{width:100%;justify-content:center}.calc-results__table{overflow-x:auto;-webkit-overflow-scrolling:touch}.calc-table{font-size:12px}.calc-table th{font-size:10px}.calc-table th,.calc-table td{padding:8px 6px}.calc-table__name img{width:28px;height:28px}}@media(max-width:480px){.calc-roof-types{grid-template-columns:1fr}.calc-products__grid{grid-template-columns:1fr}.calc-progress__step{flex:0 0 100%}}.calc-params__preview-wrap{position:relative;display:inline-block;max-width:100%}.calc-params__preview-wrap img{display:block;max-width:100%;height:auto}.calc-input-group input.calc-input--valid{border-color:var(--fs-green,#0aa360)}.calc-input-group input.calc-input--invalid{border-color:var(--fs-error,#e53935)}.calc-input-label[data-color]{color:var(--fs-white,#fff);transition:background .15s;background:var(--fs-ink-2,#9e9e9e)}.calc-filter{display:flex;flex-wrap:wrap;gap:12px 16px;margin:0 0 20px;align-items:flex-end}.calc-filter__item{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--fs-ink-2,#666);min-width:150px}.calc-filter__item select,.calc-filter__item input{border:1px solid var(--fs-ink-2,#cfd8cf);border-radius:6px;padding:8px 10px;font-size:14px;background:var(--fs-surface,#fff);max-width:220px}.calc-filter__price-inputs{display:flex;gap:6px}.calc-filter__price-inputs input{width:90px}.calc-product-card{position:relative}.calc-product-card__check{position:absolute;top:10px;right:10px;width:22px;height:22px;border:2px solid var(--fs-line,#cfd8cf);border-radius:50%;background:var(--fs-surface,#fff);z-index:1}.calc-product-card--selected .calc-product-card__check{border-color:var(--fs-green,#0aa360);background:var(--fs-action,#0aa360)url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3"><polyline points="20 6 9 17 4 12"/></svg>')50%/14px no-repeat}.calc-product-card__nophoto{display:flex;align-items:center;justify-content:center;height:120px;color:var(--fs-ink-2,#bbb);font-size:13px;text-transform:uppercase;letter-spacing:.06em}.calc-product-card__colors-hint{font-size:12px;color:var(--fs-ink-2,#888);margin-top:4px}.calc-product-card__swatches{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px 12px}.calc-swatch{width:28px;height:28px;padding:0;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;background:var(--fs-paper,#f1f1f1);line-height:0}.calc-swatch:hover{border-color:var(--fs-green-tint,#9ccfb6)}.calc-swatch--selected{border-color:var(--fs-green,#0aa360)}.calc-swatch img{width:100%;height:100%;object-fit:cover}.calc-swatch__label{font-size:8px;line-height:24px;color:var(--fs-ink-2,#555);display:block;overflow:hidden;white-space:nowrap}.calc-selected{margin:24px 0;padding:20px;border:1px solid var(--fs-ink-2,#e3e8e3);border-radius:10px;background:var(--fs-paper,#fafcfa)}.calc-selected h3{margin:0 0 16px;font-size:18px}.calc-selected__layout{display:grid;grid-template-columns:minmax(280px,1.2fr)minmax(160px,.8fr)minmax(200px,1fr);gap:20px;align-items:start}.calc-selected__props{margin:0}.calc-selected__row{display:flex;justify-content:space-between;gap:16px;padding:7px 0;border-bottom:1px solid var(--fs-ink-2,#ecf0ec);font-size:14px}.calc-selected__row dt{color:var(--fs-ink-2,#777)}.calc-selected__row dd{margin:0;text-align:right;font-weight:500}.calc-selected__card{text-align:center;border:1px solid var(--fs-ink-2,#e3e8e3);border-radius:8px;padding:14px;background:var(--fs-surface,#fff)}.calc-selected__card img{max-width:110px;max-height:110px;object-fit:contain}.calc-selected__card p{margin:10px 0 0;font-size:13px}.calc-selected__roof img{max-width:100%;border-radius:8px}.calc-table__name{display:flex;align-items:center;gap:10px}.calc-table__name img{width:40px;height:40px;object-fit:contain;flex:none}@media(max-width:900px){.calc-selected__layout{grid-template-columns:1fr}.calc-filter__item{min-width:calc(50% - 8px)}}.calc-params{grid-template-columns:minmax(300px,2fr)3fr}.calc-params__preview{padding:10px;min-height:0}.calc-params__preview img{max-width:100%;max-height:max(420px,calc(100vh - 330px));width:auto;height:auto}.calc-filter__price{min-width:240px}.calc-filter__price-inputs{display:flex;align-items:center;gap:6px}.calc-filter__price-inputs input{width:90px}.calc-price-slider{position:relative;display:block;height:22px;margin-top:8px}.calc-price-slider__track{position:absolute;left:0;right:0;top:50%;height:4px;transform:translateY(-50%);background:var(--fs-paper,#dce8df);border-radius:2px}.calc-price-slider__fill{position:absolute;top:50%;height:4px;transform:translateY(-50%);background:var(--fs-action,#0aa360);border-radius:2px}.calc-price-slider input[type=range]{position:absolute;left:0;top:0;width:100%;height:22px;margin:0;background:0 0;-webkit-appearance:none;appearance:none;pointer-events:none}.calc-price-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;background:var(--fs-surface,#fff);border:2px solid var(--fs-green,#0aa360);cursor:pointer;box-shadow:0 1px 3px color-mix(in srgb,var(--fs-ink,#000) 15%,transparent)}.calc-price-slider input[type=range]::-moz-range-thumb{pointer-events:auto;width:14px;height:14px;border-radius:50%;background:var(--fs-surface,#fff);border:2px solid var(--fs-green,#0aa360);cursor:pointer}.calc-price-slider input[type=range]::-moz-range-track{background:0 0}@media(max-width:900px){.calc-params{grid-template-columns:1fr}.calc-params__preview img{max-height:60vh}}.calc-products__more{margin-top:20px;text-align:center}.calc-products__more .calc-btn{width:100%}.calc-color-filter{position:relative}.calc-color-filter__toggle{display:flex;align-items:center;gap:8px;border:1px solid var(--fs-line,#cfd8cf);border-radius:6px;padding:7px 10px;font-size:14px;background:var(--fs-surface,#fff);cursor:pointer;min-width:170px}.calc-color-filter__toggle img{width:20px;height:20px;border-radius:4px;object-fit:cover}.calc-color-filter__toggle b{font-weight:500;flex:1;text-align:left}.calc-color-filter__arrow{width:8px;height:8px;border-right:2px solid var(--fs-ink-2,#888);border-bottom:2px solid var(--fs-ink-2,#888);transform:rotate(45deg)translateY(-2px);flex:none}.calc-color-filter__panel{position:absolute;z-index:30;top:100%;left:0;margin-top:6px;width:330px;max-height:320px;overflow-y:auto;background:var(--fs-surface,#fff);border:1px solid var(--fs-line,#dfe8e2);border-radius:10px;box-shadow:0 8px 24px color-mix(in srgb,var(--fs-ink,#000) 12%,transparent);padding:8px;display:grid;grid-template-columns:1fr 1fr;gap:2px}.calc-color-filter__panel[hidden]{display:none}.calc-color-option{display:flex;align-items:center;gap:8px;padding:6px 8px;border:0;border-radius:6px;background:0 0;cursor:pointer;font-size:13px;text-align:left}.calc-color-option:hover{background:var(--fs-green-tint,#f1f7f3)}.calc-color-option--active{background:var(--fs-green-tint,#e6f4ec);font-weight:600}.calc-color-option img,.calc-color-option__noswatch{width:22px;height:22px;border-radius:4px;object-fit:cover;flex:none;border:1px solid var(--fs-line,#e3e8e3)}.calc-color-option__noswatch{background:repeating-linear-gradient(45deg,var(--fs-paper,#f3f3f3),var(--fs-paper,#f3f3f3) 4px,var(--fs-line,#e8e8e8) 4px,var(--fs-line,#e8e8e8) 8px)}.calc-color-option>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calc-material-tab{display:flex;flex-direction:column;align-items:center;gap:2px}.calc-material-tab__range{font-size:11px;opacity:.75;font-weight:400;white-space:nowrap}.calc-product-card__estimate{margin-top:4px;font-size:12px;color:var(--fs-ink-2,#555)}.calc-material-tab__total{display:block;font-size:11px;color:var(--fs-green-press,#0aa360);font-weight:500;white-space:nowrap}.calc-material-tab--active .calc-material-tab__total{color:var(--fs-white,#fff);opacity:.95}.calc-product-card__image{height:170px;display:flex;align-items:center;justify-content:center;overflow:hidden}.calc-product-card__image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.calc-product-card__nophoto{height:170px}.calc-product-card__name{min-height:3.9em}.calc-selected__card img{width:150px;height:150px;object-fit:contain;display:block;margin:0 auto}.calc-selected__card p{min-height:2.6em}.calc-selected__roof img{width:100%;aspect-ratio:1/1;object-fit:contain}.calc-table__name img{background:var(--fs-surface,#fff)}.calc-selected__swatch{width:16px;height:16px;border-radius:3px;object-fit:cover;vertical-align:-3px;margin-right:4px}.calc-material-tab__thickness{display:block;font-size:11px;font-weight:600;color:var(--fs-ink-2,#555);background:color-mix(in srgb,var(--fs-action,#0aa360) 8%,transparent);border-radius:4px;padding:1px 6px;white-space:nowrap}.calc-material-tab--active .calc-material-tab__thickness{color:var(--fs-white,#fff);background:rgba(255,255,255,.18)}.calc-table__thumb{width:40px;height:40px;flex:none;display:inline-flex;align-items:center;justify-content:center}.calc-table__thumb img{max-width:100%;max-height:100%;object-fit:contain}.calc-filter__item--reset .calc-btn{padding:7px 14px;font-size:13px}.calc-products__count{margin:0 0 12px;font-size:13px;color:var(--fs-ink-2,#777)}.calc-progress__step{cursor:not-allowed}.calc-progress__step--available{cursor:pointer}.calc-color-option:disabled{opacity:.35;cursor:not-allowed}.calc-pick{margin-top:28px}.calc-pick:first-child{margin-top:0}.calc-pick__title{font-size:20px;font-weight:600;margin:0 0 12px;color:var(--fs-ink,#333)}.calc-pick__title small{font-weight:400;color:var(--fs-ink-2,#888);font-size:13px}.calc-input-group--radios{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;padding:4px 0}.calc-radios-label{font-size:14px;color:var(--fs-ink-2,#555);width:100%}.calc-radio{display:inline-flex;align-items:center;gap:7px;cursor:pointer;font-size:15px;margin:0}.calc-radio input{accent-color:var(--fs-green,#0aa360);width:17px;height:17px;margin:0;cursor:pointer}.calc-order-inline{max-width:620px;margin:30px auto 0;padding:26px 24px 10px;background:var(--fs-green-tint,#f3faf6);border:1px solid var(--fs-green-tint,#cdeadb);border-radius:10px}.calc-order-inline__head{margin-bottom:6px;font-size:19px;font-weight:700;line-height:1.35;color:var(--fs-green-press,#07502f);text-align:center}.calc-order-inline__note{margin:0 0 18px;font-size:14px;line-height:1.45;color:var(--fs-ink-2,#3f5848);text-align:center}#calc-order-form-embed .b24-form-header{display:none}#calc-order-form-embed .b24-form,#calc-order-form-embed .b24-form-wrapper,#calc-order-form-embed .b24-form-shadow,#calc-order-form-embed .b24-form-content{background:0 0;box-shadow:none;border:none}#calc-order-form-embed .b24-form-padding-side{padding-left:0;padding-right:0}@media(max-width:640px){.calc-order-inline{padding:20px 14px 6px}.calc-order-inline__head{font-size:17px}.calc-order-inline__note{font-size:13px}}.calc-input-caption{display:block;margin:0 0 5px 2px;font-size:13px;font-weight:500;color:var(--fs-ink-2,#5a6b60)}.calc-summary__notice{margin:12px 0 0;padding:10px 14px;background:var(--fs-warn-bg,#fff8e6);border-left:4px solid var(--fs-amber,#f0a020);border-radius:6px;font-size:14px;line-height:1.45;color:var(--fs-warn-text,#6b4e00)}@media(max-width:575px){.calc-progress{flex-wrap:nowrap;gap:6px;margin-bottom:18px}.calc-progress__step{flex:1;min-width:0;max-width:none}.calc-progress__num{width:28px;height:28px;font-size:12px;margin-bottom:6px}.calc-progress__text{font-size:10px;line-height:1.2;overflow-wrap:normal;hyphens:none}#calc-krovlya .calc-step__title{font-size:19px;margin-bottom:14px}.calc-roof-types{grid-template-columns:repeat(2,1fr);gap:10px}.calc-roof-type{padding:12px 8px}.calc-roof-type img{height:84px;margin-bottom:8px}.calc-roof-type span{font-size:13px}.calc-table th,.calc-table td:not(.calc-table__name){overflow-wrap:normal}}.calc-table__note{display:block;font-size:13px;line-height:1.45;font-weight:400}.calc-table__price{display:block;color:var(--fs-ink,#333)}.calc-table__price del{color:var(--fs-ink-2,#9aa0a6);margin-right:4px}.calc-table__chip{display:inline-block;padding:0 6px;border-radius:10px;background:var(--fs-green-tint,#eef7f0);color:var(--fs-green-press,#0aa360);font-size:12px;font-weight:600;white-space:nowrap}.calc-table__hint{color:var(--fs-green-press,#0aa360)}.calc-table__condition{display:block;color:var(--fs-ink-2,#6b7280);font-size:12px;line-height:1.4}@media(max-width:575px){.calc-table__name{display:table-cell}.calc-table__note{margin-top:4px}.calc-table__note{font-size:12px}.calc-table__condition{font-size:11px}}@media(max-width:575px){.calc-krovlya{padding:16px 14px 24px}.calc-table__thumb{display:none}.calc-table td:last-child{white-space:normal}}.calc-kit{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 16px;margin:16px 0 4px}.calc-kit__status{font-size:14px;line-height:1.4;color:var(--fs-ink-2,#666)}.calc-kit__status:empty{display:none}.calc-kit__status a{color:var(--fs-green-press,#0E4A2E)}.calc-table__unit-inline{display:none}@media(max-width:575px){.calc-table th:nth-child(2),.calc-table td.calc-table__unit{display:none}.calc-table .calc-table__unit-inline{display:inline}.calc-table td.calc-table__qty:not(.calc-table__wrap),.calc-table td.calc-table__sum{white-space:nowrap}#calc-krovlya .calc-results__table{padding-left:12px;padding-right:12px}}
/* End */


/* Start:/local/components/calc/print.min.css?17899359081794*/
@media print{.calc-progress,.calc-step__actions,.calc-results__actions,.calc-material-tabs,.calc-products,.calc-selected-material,.calc-loading{display:none}html body header,html body footer,html body nav,html body .fg-desktop-nav,html body .fg-mobile-root,html body .breadcrumbs,html body .back-url,html body .bottom-links-block{display:none}html body #calc-krovlya .calc-btn{display:none}html body{background:var(--fs-surface,#fff);color:var(--fs-ink,#000);font-size:12pt;line-height:1.4}.calc-krovlya{padding:0;max-width:none}.calc-step{display:none}#calc-step-4{display:block}.calc-results{display:block;page-break-inside:avoid}.calc-results__table{box-shadow:none;padding:0;margin-bottom:30px}html body #calc-krovlya .calc-step__title{font-size:18pt;margin-bottom:20px;color:var(--fs-ink,#000)}.calc-table{width:100%;border:1px solid var(--fs-ink,#000)}.calc-table th,.calc-table td{border:1px solid var(--fs-ink,#000);padding:8px 10px;font-size:10pt}.calc-table th{background:var(--fs-paper,#f0f0f0);-webkit-print-color-adjust:exact;print-color-adjust:exact}.calc-table tbody tr:hover{background:0 0}.calc-results__summary{position:static}.calc-summary{box-shadow:none;padding:20px;border:2px solid var(--fs-ink,#000);page-break-inside:avoid}html body #calc-krovlya .calc-summary h3{font-size:14pt;margin-bottom:15px}.calc-summary__row{font-size:11pt;border-bottom-color:var(--fs-line,#ccc)}.calc-summary__total{font-size:14pt;border-top:2px solid var(--fs-ink,#000);margin-top:10px;padding-top:15px}.calc-summary__total span:last-child{color:var(--fs-ink,#000)}.calc-results__table{page-break-after:avoid}a{color:var(--fs-ink,#000)!important;text-decoration:none!important}}.calc-table__note{display:block;margin-top:3px;font-size:10pt}.calc-table__condition{display:block;font-size:9pt}
/* End */
/* /local/components/calc/fence/templates/htmx/style.min.css?179031005424867 */
/* /local/components/calc/print.min.css?17899359081794 */
