.price-calc{background:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);margin:0 auto;max-width:640px;padding:30px;text-align:center;user-select:none}.price-calc .heading{align-items:center;display:flex;gap:20px;justify-content:space-between}.price-calc .heading h3{margin-bottom:0}.price-calc .heading .right{font-size:20px;font-weight:700}.price-calc .heading .right input{border:0;display:inline-flex;font-size:28px;font-weight:600;outline:none;text-align:right;width:165px}.price-calc .settings .years{background:none;border:0;font-size:24px;font-weight:600;height:30px;outline:none;text-align:center;width:40px}.price-calc .settings .years-wrapper{align-items:center;display:flex;gap:20px}.price-calc .settings .left div{font-size:24px;font-weight:600}.price-calc .settings .left span{background:#0a3349;border-radius:35px;color:#fff;cursor:pointer;display:flex;font-size:24px;font-weight:600;height:35px;justify-content:center;line-height:33px;width:35px}.price-calc .settings .left span.disabled{opacity:.4;pointer-events:none}.price-calc #interest_rate{display:none}.price-calc .settings .right .monthly{font-size:18px;font-weight:700}.price-calc .settings .right .monthly span{font-size:24px;font-weight:600}.price-calc h4,.price-calc p{margin-bottom:10px}.price-calc p:last-child{margin-bottom:0}.price-calc .range input{margin:20px 0;outline:none;width:100%}.price-calc .settings{align-items:flex-start;background:#e6f7e3;border-radius:20px;display:flex;gap:20px;justify-content:space-between;margin:20px 0 0;padding:30px}.price-calc .settings input::-webkit-inner-spin-button,.price-calc .settings input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.price-calc .settings input[type=number]{-moz-appearance:textfield}.price-calc .button{margin:20px auto}.price-calc .range-labels{align-items:center;display:flex;font-size:18px;font-weight:600;gap:20px;justify-content:space-between;line-height:normal}.price-calc .range-labels div{text-decoration:none!important}.price-calc .range-labels div:after{display:none!important}.slider{-webkit-appearance:none;appearance:none;border-radius:100px;height:20px;opacity:.7;outline:none;-webkit-transition:.2s;transition:opacity .2s;width:100%}.slider:hover{opacity:1}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0a3349;border-radius:100px;cursor:pointer;height:40px;position:relative;width:60px}.slider::-moz-range-thumb{background:#0a3349;cursor:pointer;height:30px;width:30px}@media(max-width:767px){.price-calc{padding:20px}.price-calc .heading{flex-direction:column;gap:10px}.price-calc .heading h3{font-size:20px}.price-calc .heading .right{align-items:center;display:flex;gap:0;justify-content:flex-end}.price-calc .heading .right input{font-size:20px;text-align:right;width:140px}.price-calc .settings{align-items:center;flex-direction:column;gap:35px}.price-calc .settings h5{font-size:16px}.price-calc .settings .years{margin-right:-5px;width:60px}.price-calc p:last-child{font-size:12px}.price-calc .range-labels div a{text-decoration:none!important}}