.leasing-calculator-premium label {font-weight:600;margin-top:5px;}
.leasing-calculator-premium .input-text {
    width:100%;
    padding:8px;
    border:1px solid #ccc;
    border-radius:4px;
}
.premium-results div {margin-bottom:4px;font-size:15px;}

input[type=range] {
    width:100%;
    cursor:pointer;
}
input[type=range]::-webkit-slider-thumb {
    background:#e63946;
    border-radius:50%;
    width:16px;
    height:16px;
}
input[type=range]::-moz-range-thumb {
    background:#e63946;
    border-radius:50%;
    width:16px;
    height:16px;
}

.big-num {font-size:2.4rem;font-weight:700;color:#e63946;}
.fact-text {font-size:15px;color:#333;}

.step-num {font-weight:700;color:#e63946;font-size:1.2rem;margin-bottom:5px;}
.service h5 {font-weight:700;margin-bottom:10px;}

.leasing-contacts-section {background:#f3f3f3;border-top:1px solid #ddd;}
.leasing-contacts .bg-white {background:#fff;}
.leasing-contacts .shadow-sm {box-shadow:0 2px 8px rgba(0,0,0,0.08);}
.leasing-contacts h4, .leasing-contacts h5 {font-weight:700;color:#222;}
.leasing-contacts .input-text {
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    border-radius:4px;
}
.send_form_btn {
    background:#e63946;
    color:#fff;
    padding:10px 24px;
    border:none;
    border-radius:4px;
    cursor:pointer;
}
.send_form_btn:hover {background:#c92f3e;}
/* общая дорожка */
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 4px;
    outline: none;
}

/* активная часть (для WebKit) */
input[type=range]::-webkit-slider-runnable-track {
    height: 6px;
    background: #ddd;
    border-radius: 4px;
}

/* круглый бегунок */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -5px;
    width: 18px;
    height: 18px;
    background: #e63946;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

/* Firefox */
input[type=range]::-moz-range-track {
    height: 6px;
    background: #ddd;
    border-radius: 4px;
}

input[type=range]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #e63946;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
