.leasing_program-row .radio-block input[type="radio"]:checked + label:after{
    background-color: #000;
}
.leasing_program-row .radio-block input[type="radio"]:checked + label:before{
    border: 1px solid #000;
}
.leasing_widget_card-info-brand:hover .leasing_widget_card-info-brand-name,
.leasing_widget_card-info-brand.active .leasing_widget_card-info-brand-name{
    color: #000;
}
.leasing_widget_card-info .leasing_widget_card-info-head .dealer-active{
    color: #000;
}
.leasing_widget_card-info{
    border: 1px solid #000;
}
.leasing_widget_brand.leasing_widget_card-item:hover .leasing_widget_card-title{
    color: #000;
}
.leasing_widget-modif .leasing_widget-modif-price{
    color: #000;
}
.leasing_widget-modif:hover {
    border-color: #000;
}
.leasing_widget-complectation-car:hover {
    border-color: #000;
}
.leasing_widget-card:hover .leasing_widget-card-title,
.leasing_widget-card:hover .leasing_widget-card-price {
    color: #000;
}
.leasing_widget-left-interesting-block .btn.cheked{
    background: #000;
}
.leasing-form__option .color-red {
    color: #000!important;
}
.leasing_program-info-item:last-child span{
    color: #000;
}
.leasing_program:hover,
.leasing_program.active{
    border: 1.5px solid #000;
}
.leasing_widget .leasing_widget-range_avans-percent{
    color: #000;
}
.leasing_widget-left-interesting-block .subtitle b{
    color: #000;
}
.leasing_widget-left-wrap-choosed .head_car-price{
    color: #000;
}

.leasing_widget .btn.btn-primary{
    background: #000;
    border: 1px solid #000;
    color: #FFFFFF;
}

.leasing_widget .btn.btn-primary:hover{
    background: #FFFFFF;
    color: #000;
}
.leasing_widget .btn.btn-outline-primary{
    background: #FFFFFF;
    border: 1px solid #000;
    color: #000;
}
.leasing_widget .btn.btn-outline-primary:hover,
.leasing_widget .btn-outline-primary:not(:disabled):not(.disabled):active:focus{
    background: #000;
    color: #fff;
}
.leasing_widget-modif-item svg {
    color: #000;
}
.leasing_widget-left-head-choosed .btn {
}
.leasing_widget-left-head-choosed .btn svg path {
    stroke: currentColor;
}
.program-info__num {
    color: #000;
}

.block-forma .form-group label {
    font-size: 17px;
}

.leasing-article__title {
    text-transform: uppercase;
}

.program-info {
    padding: 30px 0;
    background: #F4F4F4;
}

.program-info__section {
    border: 0;
    background: #fff;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.06);
}

.program-info .leasing-article__title {
    color: #646363;
    margin-bottom: 30px;
}

@media (min-width: 1050px) {
    .program-info {
        margin-bottom: 30px;
    }
}

.leasing_widget-wrap {
    margin-bottom: 0;
}

.leasing_widget {
    padding-bottom: 0;
}

/*Скрыть/показать СЕО текст*/
.content_block {
    overflow: hidden;
    position: relative;
}
.content_block.hide {
    height: 100px;
}
.content_block.hide:after{
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FAFAFA 75%);
}
.content_toggle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    min-height: 34px;
    max-width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: #000000;
    background: #F7FF14;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.content_toggle:hover{
    text-decoration: none;
    background: #000;
    color: #fff;
}
/* END Скрыть/показать СЕО текст*/