.xxx-calculator{width:100%;max-width:768px}@media (min-width:1200px){.xxx-calculator{max-width:none}}.xxx-calculator .xxx-field{box-shadow:none}.xxx-calculator__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;gap:25px;margin:0 -10px;padding:10px;border:1px solid #dce4ee;border-radius:14px;background:#fff;box-shadow:0 14px 32px rgba(37,53,79,.1)}@media (min-width:768px){.xxx-calculator__wrapper{gap:30px;margin:0;padding:20px}}@media (min-width:1200px){.xxx-calculator__wrapper{display:grid;grid-template-columns:minmax(0,1fr) 50%;grid-template-rows:auto 1fr;grid-template-areas:"heading aside" "header aside";-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start;gap:25px 40px}}.xxx-calculator__aside,.xxx-calculator__body,.xxx-calculator__header,.xxx-calculator__heading,.xxx-calculator__share,.xxx-calculator__using{width:100%;min-width:0}.xxx-calculator__heading{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0}@media (min-width:1200px){.xxx-calculator__heading{grid-area:heading}}.xxx-calculator__aside{display:contents}@media (min-width:1200px){.xxx-calculator__aside{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-area:aside;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:24px;border-radius:14px;background:#f1f4f7}}.xxx-calculator__header{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}@media (min-width:1200px){.xxx-calculator__header{grid-area:header}}.xxx-calculator__body{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;padding:14px;border-radius:12px;background:#f1f4f7}@media (min-width:1200px){.xxx-calculator__body{padding:0;border-radius:0;background:0 0}}.xxx-calculator__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;color:#444;font-size:14px;line-height:1.4;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-weight:400}.xxx-calculator__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;margin:0 0 16px}@media (min-width:768px){.xxx-calculator__items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:20px;margin-bottom:20px}}.xxx-calculator__item{width:100%;min-width:0}.xxx-calculator__controls{margin:0 0 18px}.xxx-calculator__chips,.xxx-calculator__double,.xxx-calculator__multi{display:grid;gap:28px;margin:0 0 20px}.xxx-calculator__segmented .xxx-group__inputs-title{margin-bottom:10px}.xxx-calculator__segmented .xxx-group__inputs-elements{gap:0;margin-top:0}.xxx-calculator__segmented .xxx-group__inputs-element{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%}.xxx-calculator__segmented .xxx-group__inputs-element:first-child .xxx-group__inputs-text{border-radius:8px 0 0 8px}.xxx-calculator__segmented .xxx-group__inputs-element:last-child .xxx-group__inputs-text{border-radius:0 8px 8px 0}.xxx-calculator__segmented .xxx-group__inputs-element:not(:last-child) .xxx-group__inputs-text{border-right:0}.xxx-calculator__segmented .xxx-group__inputs-text{width:100%;min-height:42px;border-radius:0;font-size:14px;line-height:1.2}@media (min-width:768px){.xxx-calculator__segmented .xxx-group__inputs-text{min-height:46px;font-size:15px}}.xxx-calculator__toggles{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px;margin:0 0 20px}@media (min-width:768px){.xxx-calculator__toggles{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:14px 24px}}.xxx-calculator__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}@media (min-width:480px){.xxx-calculator__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media (min-width:480px){.xxx-calculator__reset,.xxx-calculator__submit{width:auto;min-width:170px}}.xxx-calculator__using{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.xxx-calculator__using-items{display:grid;gap:10px;margin:0;padding:0}@media (min-width:480px){.xxx-calculator__using-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width:1200px){.xxx-calculator__using-items{display:grid}}.xxx-calculator__using-item{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:40px;padding:8px 12px;border:1px solid #dce4ee;border-radius:8px;background:#fff;color:#444;font-size:14px;line-height:1.25;text-align:center;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:border-color .15s ease,background-color .15s ease,color .15s ease;-o-transition:border-color .15s ease,background-color .15s ease,color .15s ease;transition:border-color .15s ease,background-color .15s ease,color .15s ease}@media (min-width:480px){.xxx-calculator__using-item{-webkit-box-flex:1;-webkit-flex:1 1 -webkit-calc(50% - 10px);-ms-flex:1 1 calc(50% - 10px);flex:1 1 calc(50% - 10px)}}@media (min-width:1200px){.xxx-calculator__using-item{width:100%}}.xxx-calculator__using-item:focus-visible,.xxx-calculator__using-item:hover{border-color:#212121;background:#212121;color:#fff}.xxx-calculator__using-note{position:absolute;left:50%;bottom:-webkit-calc(100% + 8px);bottom:calc(100% + 8px);z-index:2;width:-webkit-max-content;width:max-content;max-width:220px;padding:7px 10px;border-radius:6px;background:#000;color:#fff;font-size:12px;line-height:1.3;text-align:center;pointer-events:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.xxx-calculator__result{width:100%}.xxx-calculator__result-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding:10px 0}.xxx-calculator__result-name{position:relative;min-width:0;padding-left:24px;color:#444;font-size:15px;line-height:1.35}@media (min-width:768px){.xxx-calculator__result-name{font-size:18px}}.xxx-calculator__result-name::before{content:"";position:absolute;top:50%;left:0;width:12px;height:12px;border-radius:3px;background:0 0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.xxx-calculator__result-name--green::before{background:#5cb85c}.xxx-calculator__result-name--orange::before{background:#ff8000}.xxx-calculator__result-name--yellow::before{background:#fad201}.xxx-calculator__result-value{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;color:#212121;font-size:18px;line-height:1.25;text-align:right;white-space:nowrap}.xxx-calculator__result-value--big{font-size:26px}@media (min-width:768px){.xxx-calculator__result-value--big{font-size:32px}}.xxx-calculator__diagram{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:8px;overflow:hidden;margin:20px 0 0;border-radius:8px;background:#fff}.xxx-calculator__diagram-segment{height:100%}.xxx-calculator__diagram-segment--green{background:#5cb85c}.xxx-calculator__diagram-segment--orange{background:#ff8000}.xxx-calculator__diagram-segment--yellow{background:#fad201}.xxx-calculator__schedule{position:fixed;inset:0;z-index:70;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:12px;opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:scale(.98);-ms-transform:scale(.98);transform:scale(.98);-webkit-transition:opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;-o-transition:opacity .2s ease,visibility .2s ease,transform .2s ease;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;transition:opacity .2s ease,visibility .2s ease,transform .2s ease,-webkit-transform .2s ease}@media (min-width:1200px){.xxx-calculator__schedule{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:30px}}.xxx-calculator__schedule--open{opacity:1;visibility:visible;pointer-events:auto;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.xxx-calculator__schedule-wrapper{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:min(100%,1120px);max-height:-webkit-calc(100vh - 24px);max-height:calc(100vh - 24px);padding:18px 12px 12px;border-radius:14px;background:#fff;box-shadow:0 18px 60px rgba(22,33,54,.18)}@media (min-width:768px){.xxx-calculator__schedule-wrapper{padding:24px}}@media (min-width:1200px){.xxx-calculator__schedule-wrapper{max-height:-webkit-calc(100vh - 60px);max-height:calc(100vh - 60px);padding:30px}}.xxx-calculator__schedule-close{top:12px;right:12px}@media (min-width:768px){.xxx-calculator__schedule-close{top:18px;right:18px}}.xxx-calculator__schedule-title{margin:0 44px 16px 0}.xxx-calculator__schedule-table{overflow:auto;min-height:0;padding-right:2px;scrollbar-width:thin}.xxx-calculator__schedule-table table{margin:0;border-collapse:separate;border-spacing:0;line-height:1.4}.xxx-calculator__schedule-table thead{display:none}@media (min-width:1200px){.xxx-calculator__schedule-table thead{display:table-header-group}}.xxx-calculator__schedule-table tbody{display:grid;gap:10px}@media (min-width:1200px){.xxx-calculator__schedule-table tbody{display:table-row-group}}.xxx-calculator__schedule-table tr{display:grid;gap:8px;padding:12px;border-radius:10px;background:#f1f4f7}@media (min-width:1200px){.xxx-calculator__schedule-table tr{display:table-row;padding:0;border-radius:0;background:#fff}.xxx-calculator__schedule-table tr:nth-child(2n){background:#f1f4f7}}.xxx-calculator__schedule-table tr.is-hidden-row{display:none}.xxx-calculator__schedule-table td,.xxx-calculator__schedule-table th{border-bottom:0;padding:0;font-size:14px;line-height:1.35;vertical-align:top}@media (min-width:1200px){.xxx-calculator__schedule-table td,.xxx-calculator__schedule-table th{padding:14px 12px;border-bottom:1px solid #f1f4f7;white-space:nowrap}}.xxx-calculator__schedule-table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#fff;color:#444;font-weight:600}.xxx-calculator__schedule-table td{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:14px;color:#212121}.xxx-calculator__schedule-table td::before{content:attr(data-column);-webkit-box-flex:0;-webkit-flex:0 1 48%;-ms-flex:0 1 48%;flex:0 1 48%;color:#88919d;font-size:12px;line-height:1.35}@media (min-width:1200px){.xxx-calculator__schedule-table td{display:table-cell}.xxx-calculator__schedule-table td::before{content:none}}.xxx-calculator__schedule-marker{display:none}@media (min-width:1200px){.xxx-calculator__schedule-marker{display:block;padding-top:4px;color:#88919d;font-size:12px;line-height:1.25;opacity:0;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.xxx-calculator__schedule-marker::after{content:attr(data-index)}}@media (min-width:1200px){.xxx-calculator__schedule-table tr:hover .xxx-calculator__schedule-marker{opacity:1}}.xxx-calculator__schedule-opener td{display:block}.xxx-calculator__schedule-opener td::before{content:none}@media (min-width:1200px){.xxx-calculator__schedule-opener td{display:table-cell;padding:14px 12px;text-align:center}}.xxx-calculator__schedule-more{width:100%}@media (min-width:1200px){.xxx-calculator__schedule-more{width:auto;min-width:220px}}.xxx-calculator__share{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5;width:100%}.xxx-chips-group__title{margin:0 0 6px;color:#444;font-size:14px;font-weight:500;line-height:1.1}@media (min-width:768px){.xxx-chips-group__title{font-size:16px}}.xxx-chips-group__description{margin:-4px 0 8px;color:#88919d;font-size:13px;line-height:18px}@media (min-width:768px){.xxx-chips-group__description{font-size:14px;line-height:20px}}.xxx-chips-group__chips{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-top:10px}@media (min-width:768px){.xxx-chips-group__chips{gap:15px;margin-top:15px}}@media (min-width:1200px){.xxx-chips-group__chips{gap:20px;margin-top:20px}}.xxx-chips-group__chip{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer}.xxx-chips-group__chip input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.xxx-chips-group__chip span{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:7px 12px;border:1px solid transparent;border-radius:18px;background:#fff;color:#444;font-size:14px;line-height:1;-webkit-transition:border-color .15s ease,background-color .15s ease,color .15s ease;-o-transition:border-color .15s ease,background-color .15s ease,color .15s ease;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.xxx-chips-group__chip input:checked+span{border-color:#428bca;background:#428bca;color:#fff}.xxx-field--date .xxx-field__label{top:-9px;left:10px;padding:0 5px;background:-webkit-gradient(linear,left bottom,left top,color-stop(55%,#fff),color-stop(55%,transparent));background:-o-linear-gradient(bottom,#fff 55%,transparent 55%);background:linear-gradient(to top,#fff 55%,transparent 55%);color:#444;font-size:12px;line-height:16px;-webkit-transform:none;-ms-transform:none;transform:none}.xxx-field--date .xxx-field__control{color-scheme:light}.xxx-multi-inputs__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px;margin-bottom:12px}.xxx-multi-inputs__row{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px;padding-right:30px}@media (min-width:480px){.xxx-multi-inputs__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:10px}}.xxx-multi-inputs__field{-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;width:100%;min-width:0}.xxx-multi-inputs__delete{position:absolute;top:11px;right:0;z-index:3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:#d9534f;color:#fff;cursor:pointer}.xxx-multi-inputs__delete .xxx-icon{width:10px;height:10px;fill:currentColor}.xxx-multi-inputs__add{width:auto}.xxx-double-input-radio__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}@media (min-width:480px){.xxx-double-input-radio__body{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}}.xxx-double-input-radio__field{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}@media (min-width:480px){.xxx-double-input-radio__field .xxx-field{border-radius:8px 0 0 8px}}.xxx-double-input-radio__switch{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.xxx-double-input-radio__group{height:100%}.xxx-double-input-radio__group .xxx-group__inputs-elements{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:0;height:100%;margin-top:0}.xxx-double-input-radio__group .xxx-group__inputs-element{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%}.xxx-double-input-radio__group .xxx-group__inputs-text{height:100%;min-height:44px;padding:0 18px;border-radius:0}.xxx-double-input-radio__group .xxx-group__inputs-element:last-child .xxx-group__inputs-text{border-radius:0 0 8px 8px}@media (min-width:480px){.xxx-double-input-radio__group .xxx-group__inputs-element:last-child .xxx-group__inputs-text{border-radius:0 8px 8px 0}}