.leasing_widget {
    padding-top: 35px;
}
.leasing_widget-item.active {
    color: #2CA3E1;
}
.leasing_widget-item.active svg path {
    fill: #2CA3E1;
}
.leasing_card-item:hover .leasing_card-title {
    text-decoration: none;
    color: #2CA3E1;
}
.leasing-modif .leasing_card-car-title {
    color: #2CA3E1;
}
.leasing_card-car:hover .leasing_card-car-title{
    color: #2CA3E1;
}
.leasing-modif:hover{
    border-color: #2CA3E1;
}
.leasing_range_avans-percent{
    color: #2CA3E1;
}
.leasing_widget .btn.btn-primary {
    background: #2CA3E1;
    color: #FFFFFF;
    border: 1px solid #2CA3E1;
    width: 100%;
}
.leasing_widget .btn.btn-primary :hover, .leasing_widget .btn:not(:disabled):not(.disabled):active {
    color: #2CA3E1;
    background: transparent;
    box-shadow: none!important;
    border: 1px solid #2CA3E1;
}
.leasing_widget input[type=range]::-webkit-slider-thumb {
    border: 1px solid #2CA3E1;
    background: #2CA3E1;
}
.leasing_widget input[type=range]::-moz-range-thumb {
    border: 1px solid #2CA3E1;
    background: #2CA3E1;
}
.leasing_widget input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #2CA3E1;
    border: 1px solid #2CA3E1;
    background: #2CA3E1;
}
.leasing_widget input[type=range]::-ms-fill-lower {
    background: #2CA3E1;
}


.leasing_widget-item.active {
    color: #2CA3E1;
}
.leasing_list-icon svg path {
    stroke: #2CA3E1;
}
.leasing_widget-item.active svg path {
    fill: #2CA3E1;
}
.leasing_card-item:hover .leasing_card-title {
    text-decoration: none;
    color: #2CA3E1;
    cursor: pointer;
}
.leasing_card-car:hover .leasing_card-car-title{
    color: #2CA3E1;
    cursor: pointer;
}
@media (min-width: 1200px){
    .container {
        max-width: 1199px;
    }
}
.btn.btn-primary {
    background: #2CA3E1;
    color: #FFFFFF;
    border: 1px solid #2CA3E1;
    width: auto;
}
.btn.btn-primary :hover, .btn:not(:disabled):not(.disabled):active {
    color: #2CA3E1;
    background: transparent;
    box-shadow: none!important;
    border: 1px solid #2CA3E1;
}

.leasing-modif-item svg path {
    fill: #2CA3E1;
}
.leasing_widget-title {
    font-size: 22px;
}
.leasing_complectation-car-title,
.leasing_financial-terms label,
.leasing_card-car-title{
    font-size: 18px;
}
.leasing-modif-item {
    font-size: 12px;
}
.leasing_widget-item-desc.big b {
    font-size: 14px;
}