.button{display:flex;align-items:center;justify-content:center;gap:16px;cursor:pointer;transition:.3s;height:-moz-min-content;height:min-content;width:100%}.button:hover{opacity:.9}.button.button_disabled{opacity:.4;pointer-events:none}@media screen and (max-width:1260px){.button_bg-md{background-color:#e6e9f0!important}.button_bg-md-light{background-color:#fff!important}}.button_pd-0{padding:0}.button_pd-xs{padding:18px}@media screen and (max-width:1760px){.button_pd-xs{padding:15px}}@media screen and (max-width:1420px){.button_pd-xs{padding:14px}}.button_pd-sm{padding:16px 24px}@media screen and (max-width:1760px){.button_pd-sm{padding:15px 20px}}@media screen and (max-width:1420px){.button_pd-sm{padding:14px 18px}}.button_pd-sm-primary{padding:14px 24px}@media screen and (max-width:1760px){.button_pd-sm-primary{padding:14px 20px}}@media screen and (max-width:1420px){.button_pd-sm-primary{padding:12px 18px}}.button_pd-md{padding:18px 28px}@media screen and (max-width:1760px){.button_pd-md{padding:15px 20px}}@media screen and (max-width:1420px){.button_pd-md{padding:14px 18px}}.button_pd-lg{padding:20px 40px}@media screen and (max-width:1760px){.button_pd-lg{padding:14px 36px}}@media screen and (max-width:1420px){.button_pd-lg{padding:12px 16px}}.button__icon{height:-moz-min-content;height:min-content}@media screen and (max-width:1760px){.button__icon{width:18px;height:18px}}@media screen and (max-width:1420px){.button__icon{width:16px;height:16px}}@media screen and (max-width:1260px){.button__icon{width:18px;height:18px}}.button__text{font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.28px}@media screen and (max-width:1760px){.button__text{font-size:13px;letter-spacing:-.26px}}@media screen and (max-width:1260px){.button__text{font-size:14px;letter-spacing:-.28px}}@media screen and (max-width:780px){.button__text{font-size:13px;letter-spacing:-.26px}}.button__icon-bg{background-color:#eeeff1;padding:18px;border-radius:12px;height:-moz-min-content;height:min-content;display:flex;align-items:center}@media screen and (max-width:1760px){.button__icon-bg{padding:15px}}@media screen and (max-width:1420px){.button__icon-bg{padding:14px}}@media screen and (max-width:1260px){.button__icon-bg{background-color:#fff}}.button__border-radius-12{border-radius:12px}.button__border-radius-8{border-radius:8px}.range-field{display:block}.range-field__header{margin-bottom:10px;display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:space-between}.range-field__label{font-size:16px;line-height:1}.range-field__value-slot-text{font-weight:700;font-size:16px;line-height:1}.range-field__input{width:100%;position:relative}.range-field__input input{width:100%;cursor:pointer;opacity:0!important}.range-field-input{display:flex;flex-direction:row;align-items:center;height:16px;position:absolute;top:0;left:0;right:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.range-field-input__dot{width:4px;height:4px;background-color:#e6e9f0}.range-field-input__dot:first-child:not(.range-field-input__dot_current){border-top-left-radius:10px;border-bottom-left-radius:10px}.range-field-input__dot:last-child:not(.range-field-input__dot_current){border-top-right-radius:10px;border-bottom-right-radius:10px}.range-field-input__dot_active,.range-field-input__dot_current{background-color:#fecb00!important}.range-field-input__dot_current{width:16px;height:16px;border-radius:10px}.range-field-input__line{flex:1;height:4px;background-color:#e6e9f0}.range-field-input__line_active{background-color:#fecb00}.calculator{width:100%}.calculator__title{font-weight:600;font-size:16px;line-height:1;margin-bottom:30px}@media screen and (max-width:780px){.calculator__title{font-size:20px}}@media screen and (max-width:480px){.calculator__title{font-size:16px;text-align:center}}.calculator__fields{display:flex;flex-direction:column;gap:30px;margin-bottom:30px}@media screen and (max-width:1420px){.calculator__fields{gap:15px}}@media screen and (max-width:780px){.calculator__fields{gap:30px}}@media screen and (max-width:480px){.calculator__fields{gap:15px}}.calculator__field{width:100%}.calculator__card{padding:5px 15px;border-radius:10px;background-color:#eeeff1}.calculator__table{width:100%}.calculator__table-line{border-top:1px solid #e1e4eb}.calculator__buttons{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}.calculator__line-button{padding:10px 0;position:relative;display:flex;flex-direction:row;align-items:center;gap:20px;cursor:pointer}.calculator__line-button:after,.calculator__line-button:before{content:"";flex:1;height:1px;background-color:#1f1f33;opacity:.2}.calculator__line-button span{font-size:14xp;line-height:16px;text-transform:uppercase;transition:all .25s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none}.calculator__line-button img{display:block;margin-left:-10px}.calculator__line-button:hover img,.calculator__line-button:hover span{opacity:.6}.calculator__line-button_open{margin-bottom:-10px}.calculator__line-button_open img{transform:rotate(180deg)}.calculator__hint{font-size:14px;line-height:1.2;color:rgba(31,31,51,.8);text-align:center}.calculator__hint a{color:#00c;text-decoration:none}.calculator-table-line{padding:15px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.calculator-table-line_small-pagging{padding:8px 0!important}.calculator-table-line__key{font-size:16px;line-height:1}@media screen and (max-width:1420px){.calculator-table-line__key{font-size:14px}}@media screen and (max-width:780px){.calculator-table-line__key{font-size:16px}}@media screen and (max-width:480px){.calculator-table-line__key{font-size:14px}}.calculator-table-line__value{font-weight:600;font-size:16px;line-height:1}@media screen and (max-width:1420px){.calculator-table-line__value{font-size:14px}}@media screen and (max-width:780px){.calculator-table-line__value{font-size:16px}}@media screen and (max-width:480px){.calculator-table-line__value{font-size:14px}}.calculator-table-line__value_bigger{font-weight:900;font-size:20px}@media screen and (max-width:1420px){.calculator-table-line__value_bigger{font-size:16px}}@media screen and (max-width:780px){.calculator-table-line__value_bigger{font-size:20px}}@media screen and (max-width:480px){.calculator-table-line__value_bigger{font-size:16px}}.calculator-more-modal{margin-top:-30px}.calculator-more-modal__title{font-size:18px;line-height:1;font-weight:600;margin-bottom:25px}