.leasing_widget-item.active {
    color: #E40C25;
}
.leasing_widget-item.active svg path {
    fill: #E40C25;
}
.leasing_card-item:hover .leasing_card-title {
    text-decoration: none;
    color: #E40C25;
    cursor: pointer;
}
.leasing_card-car:hover .leasing_card-car-title{
    color: #E40C25;
    cursor: pointer;
}
.leasing_complectation-car.leasing-modif:hover {
    border: 1px solid #E40C25;
}
@media (min-width: 1200px){
    .container {
        max-width: 1199px;
    }
}
.btn.btn-primary {
    background: #E40C25;
    border: 1px solid #E40C25;
}
.btn.btn-primary :hover, .btn:not(:disabled):not(.disabled):active {
    color: #E40C25;
    background: transparent;
    box-shadow: none!important;
    border: 1px solid #E40C25;
}
.leasing_steep-form .btn-primary:hover {
    background-color: #E40C2599;
    border-color: #E40C2599;
}
.leasing-modif:hover{
    border-color: #E40C25;
}
.leasing-modif .leasing_card-car-title {
    color: #E40C25;
}
.leasing-modif-item-price{
    border-color: #E40C25;
}
.leasing_range_avans-percent{
    color: #E40C25;
}
input[type=range]::-webkit-slider-thumb {
    border: 1px solid #E40C25;
    background: #E40C25;
}
input[type=range]::-moz-range-thumb {
    border: 1px solid #E40C25;
    background: #E40C25;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #E40C25;
    border: 1px solid #E40C25;
    background: #E40C25;
}
input[type=range]::-ms-fill-lower {
    background: red;
}

.leasing_card-info{
    border: 1px solid #E40C25;
}
.leasing_card-info .leasing_card-info-head .dealer-active{
    color: #E40C25;
}
.leasing_card-info-brand:hover .leasing_card-info-brand-name,
.leasing_card-info-brand.active .leasing_card-info-brand-name{
    color: #E40C25;
}