

/* Start:/local/components/calc/fence/templates/htmx/style.min.css?178118193920591*/
.calc-krovlya{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:40px!important;padding-bottom:50px!important;margin-bottom:60px!important}.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:#e0e0e0;z-index:0;border-radius:2px}.calc-progress::after{content:'';position:absolute;top:20px;left:50px;height:4px;background:linear-gradient(90deg,#f5a623 0%,#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:#e0e0e0;color:#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:#666;text-align:center;line-height:1.3}.calc-progress__step--active .calc-progress__num{background:#0aa360;color:#fff}.calc-progress__step--active .calc-progress__text{color:#333}.calc-progress__step--current .calc-progress__num{box-shadow:0 0 0 4px rgba(10,163,96,.2)}.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:#333}.calc-step__actions{display:flex;gap:15px;margin-top:30px;padding-top:20px;border-top:1px solid #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 #e0e0e0;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff;position:relative}.calc-roof-type:hover{border-color:#0aa360;box-shadow:0 4px 12px rgba(10,163,96,.15)}.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:#0aa360;font-weight:600}.calc-roof-type:has(input:checked){border-color:#0aa360;background:rgba(10,163,96,5%)}.calc-roof-type__check{position:absolute;top:12px;left:12px;width:24px;height:24px;background:#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:#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 #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .2s ease}.calc-input-group input:focus{outline:none;border-color:#0aa360}.calc-input-group input::placeholder{color:#999}.calc-input-group input.calc-input--error{border-color:#e74c3c;background:#fff5f5}.calc-input-label{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:#0aa360;color:#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:#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:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}.calc-material-tab{padding:12px 24px;background:#f5f5f5;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;color:#333}.calc-material-tab:hover{background:#e8e8e8}.calc-material-tab--active{background:#0aa360;color:#fff}.calc-products{min-height:200px;position:relative}.calc-products__placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;color:#999;font-size:16px;background:#f8f9fa;border-radius:12px}.calc-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.calc-product-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:15px;cursor:pointer;transition:all .2s ease}.calc-product-card:hover{border-color:#0aa360;box-shadow:0 4px 12px rgba(10,163,96,.15)}.calc-product-card--selected{border-color:#0aa360;background:rgba(10,163,96,5%)}.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:#333;margin-bottom:8px;line-height:1.3}.calc-product-card__price{font-size:16px;font-weight:600;color:#0aa360}.calc-loading{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);align-items:center;justify-content:center;flex-direction:column;gap:15px;border-radius:12px;z-index:10}.calc-loading.htmx-request{display:flex}.calc-loading__spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#0aa360;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.calc-selected-material{margin-top:25px;padding:20px;background:#f8f9fa;border-radius:12px}.calc-selected-material h3{font-size:16px;font-weight:600;margin-bottom:15px;color:#333}.calc-selected-material__row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e0e0e0}.calc-selected-material__row:last-child{border-bottom:none}.calc-selected-material__row span:first-child{color:#666}.calc-selected-material__row span:last-child{font-weight:500;color:#333}.calc-results{display:grid;grid-template-columns:2fr 1fr;gap:30px;align-items:start}.calc-results__table{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px rgba(0,0,0,8%)}.calc-table{width:100%;border-collapse:collapse}.calc-table th,.calc-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #eee}.calc-table th{background:#f8f9fa;font-weight:600;font-size:13px;color:#666;text-transform:uppercase}.calc-table td{font-size:14px;color:#333}.calc-table tbody tr:hover{background:#f8f9fa}.calc-table td:last-child{font-weight:500;white-space:nowrap}.calc-table__discount td{font-weight:600;color:#0aa360;border-top:2px solid #e0e0e0;background:#f8fdf9}.calc-table__discount td:last-child{color:#0aa360}.calc-table__markup td{font-weight:600;color:#e67e22;border-top:2px solid #e0e0e0;background:#fef9f3}.calc-table__markup td:last-child{color:#e67e22}.calc-results__summary{position:sticky;top:20px}.calc-summary{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px rgba(0,0,0,8%)}.calc-summary h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#333}.calc-summary__row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee;font-size:14px}.calc-summary__row span:first-child{color:#666}.calc-summary__row span:last-child{font-weight:500;color:#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:#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:#0aa360;color:#fff}.calc-btn--primary:hover:not(:disabled){background:#098a52}.calc-btn--secondary{background:#f5f5f5;color:#333}.calc-btn--secondary:hover:not(:disabled){background:#e8e8e8}.calc-btn--full{width:100%}.calc-btn svg{flex-shrink:0}.calc-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.calc-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.calc-modal__content{position:relative;background:#fff;border-radius:16px;padding:30px;max-width:450px;width:100%;max-height:90vh;overflow-y:auto}.calc-modal__close{position:absolute;top:15px;right:15px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease}.calc-modal__close:hover{background:#e8e8e8;color:#333}.calc-modal__content h3{font-size:20px;font-weight:600;margin-bottom:25px;padding-right:40px}.calc-form-group{margin-bottom:15px}.calc-form-group input{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:border-color .2s ease}.calc-form-group input:focus{outline:none;border-color:#0aa360}.calc-form-group input::placeholder{color:#999}#calc-order-result{margin-top:20px}.calc-order-success{text-align:center;padding:20px}.calc-order-success svg{display:block;margin:0 auto 15px}.calc-order-success h4{font-size:18px;font-weight:600;color:#0aa360;margin-bottom:8px}.calc-order-success p{color:#666;font-size:14px}.calc-order-error{padding:15px;background:#fff5f5;color:#e74c3c;border:1px solid #e74c3c;border-radius:8px;text-align:center}.calc-products__empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:#999;font-size:16px;background:#f8f9fa;border-radius:12px}.calc-product-card__select{position:absolute;top:12px;right:12px}.calc-product-card__check{display:block;width:24px;height:24px;border:2px solid #e0e0e0;border-radius:50%;background:#fff;transition:all .2s ease}.calc-product-card--selected .calc-product-card__check{border-color:#0aa360;background:#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:#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 #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)}}@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,.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:#0aa360}.calc-input-group input.calc-input--invalid{border-color:#e53935}.calc-input-label[data-color]{color:#fff;transition:background .15s;background:#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:#666;min-width:150px}.calc-filter__item select,.calc-filter__item input{border:1px solid #cfd8cf;border-radius:6px;padding:8px 10px;font-size:14px;background:#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 #cfd8cf;border-radius:50%;background:#fff;z-index:1}.calc-product-card--selected .calc-product-card__check{border-color:#0aa360;background:#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:#bbb;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.calc-product-card__colors-hint{font-size:12px;color:#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:#f1f1f1;line-height:0}.calc-swatch:hover{border-color:#9ccfb6}.calc-swatch--selected{border-color:#0aa360}.calc-swatch img{width:100%;height:100%;object-fit:cover}.calc-swatch__label{font-size:8px;line-height:24px;color:#555;display:block;overflow:hidden;white-space:nowrap}.calc-selected{margin:24px 0;padding:20px;border:1px solid #e3e8e3;border-radius:10px;background:#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 #ecf0ec;font-size:14px}.calc-selected__row dt{color:#777}.calc-selected__row dd{margin:0;text-align:right;font-weight:500}.calc-selected__card{text-align:center;border:1px solid #e3e8e3;border-radius:8px;padding:14px;background:#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}.calc-table__discount td{color:#0aa360;font-weight:600}@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:#dce8df;border-radius:2px}.calc-price-slider__fill{position:absolute;top:50%;height:4px;transform:translateY(-50%);background:#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:#fff;border:2px solid #0aa360;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.15)}.calc-price-slider input[type=range]::-moz-range-thumb{pointer-events:auto;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #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 #cfd8cf;border-radius:6px;padding:7px 10px;font-size:14px;background:#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 #888;border-bottom:2px solid #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:#fff;border:1px solid #dfe8e2;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);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:#f1f7f3}.calc-color-option--active{background:#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 #e3e8e3}.calc-color-option__noswatch{background:repeating-linear-gradient(45deg,#f3f3f3,#f3f3f3 4px,#e8e8e8 4px,#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:#555}.calc-material-tab__total{display:block;font-size:11px;color:#0aa360;font-weight:500;white-space:nowrap}.calc-material-tab--active .calc-material-tab__total{color:#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:#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:#555;background:rgba(10,163,96,8%);border-radius:4px;padding:1px 6px;white-space:nowrap}.calc-material-tab--active .calc-material-tab__thickness{color:#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:#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:#333}.calc-pick__title small{font-weight:400;color:#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:#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:#0aa360;width:17px;height:17px;margin:0;cursor:pointer}
/* End */


/* Start:/local/components/calc/fence/templates/htmx/print.min.css?17810872282318*/
@media print{.calc-progress,.calc-step__actions,.calc-results__actions,.calc-btn,.calc-modal,.calc-material-tabs,.calc-products,.calc-selected-material,.calc-loading,header,footer,nav,.breadcrumbs,.back-url,.bottom-links-block{display:none!important}body{background:#fff!important;color:#000!important;font-size:12pt!important;line-height:1.4!important}.calc-krovlya{padding:0!important;max-width:none!important}.calc-step{display:none!important}#calc-step-4{display:block!important}.calc-results{display:block!important;page-break-inside:avoid}.calc-results__table{box-shadow:none!important;padding:0!important;margin-bottom:30px}.calc-step__title{font-size:18pt!important;margin-bottom:20px!important;color:#000!important}.calc-table{width:100%!important;border:1px solid #000!important}.calc-table th,.calc-table td{border:1px solid #000!important;padding:8px 10px!important;font-size:10pt!important}.calc-table th{background:#f0f0f0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.calc-table tbody tr:hover{background:0 0!important}.calc-results__summary{position:static!important}.calc-summary{box-shadow:none!important;padding:20px!important;border:2px solid #000!important;page-break-inside:avoid}.calc-summary h3{font-size:14pt!important;margin-bottom:15px!important}.calc-summary__row{font-size:11pt!important;border-bottom-color:#ccc!important}.calc-summary__total{font-size:14pt!important;border-top:2px solid #000!important;margin-top:10px!important;padding-top:15px!important}.calc-summary__total span:last-child{color:#000!important}.calc-results__table{page-break-after:avoid}a{color:#000!important;text-decoration:none!important}}#calc-pdf-container{font-family:Arial,sans-serif;color:#333;line-height:1.5}#calc-pdf-container h1{color:#0aa360;font-size:24px;margin-bottom:20px;border-bottom:2px solid #0aa360;padding-bottom:10px}#calc-pdf-container p{margin:10px 0;font-size:14px}#calc-pdf-container table{width:100%;border-collapse:collapse;margin:20px 0}#calc-pdf-container th,#calc-pdf-container td{border:1px solid #ddd;padding:10px 12px;text-align:left;font-size:13px}#calc-pdf-container th{background:#f5f5f5;font-weight:600;color:#333}#calc-pdf-container tbody tr:nth-child(even){background:#fafafa}#calc-pdf-container hr{border:none;border-top:1px solid #ddd;margin:20px 0}
/* End */
/* /local/components/calc/fence/templates/htmx/style.min.css?178118193920591 */
/* /local/components/calc/fence/templates/htmx/print.min.css?17810872282318 */
