.trade_in-steep.active .trade_in-steep-number{
    color: #D52B1E;
}
.trade_in-fourth-steeps-left-title b{
    color: #D52B1E;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark {
    background-color: #D52B1E;
}
.view_propositions{
    color: #D52B1E;
}
.view_propositions:hover{
    color: #D52B1E;
}
.trade_in-comlectation:hover, .trade_in-comlectation.active{
    border: 1px solid #D52B1E;
}
.trade_in-last-steep .trade_in-second-info-price b{
    color: #D52B1E;
}
.trade_in-card-car.active .trade_in-card-car-name, .trade_in-card-car:hover .trade_in-card-car-name{
    color: #D52B1E;
}
.trade_in-modif-item svg path {
    fill: #D52B1E;
}
.view_propositions svg path {
    stroke: #D52B1E;
}
.trade_in-first-form button.btn.btn-primary {
    margin: 0 auto 20px;
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled {
    color: #fff;
    background-color: #D52B1E;
    border-color: #D52B1E;
}


.service-content .service-content-title.trade__in-title{
    margin-bottom: 32px;
}
.trade__in-advantages-item{
    display: flex;
    margin-bottom: 30px;
}
.trade__in-advantages-item-nmbr{
    margin-right: 24px;
    min-width: 48px;
    height: 48px;
    border: 1px solid #D52B1E;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 149.37%;
    text-align: center;
    color: #D52B1E;
}
.trade__in-advantages-item b{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: rgba(30, 30, 30, 0.85);
    margin-bottom: 12px;
    display: block;
}
.trade__in-advantages-item p{
    font-family: 'Ubuntu-L';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149.37%;
    color: #616365;
}


.trade_in-second-steeps .form-group {
    margin-bottom: 24px;
}

.trade_in-comlectation.trade_in-modif .d-flex.justify-content-between {
    display: flex;
    flex-direction: column;
}



.trade-in-btnhead{
    display: none;
}
@media (max-width: 991.98px) {
    .trade-in-btnhead{
        display: inline-block;
        margin-bottom: 15px;
    }
    .trade-in-btnleft{
        display: none;
    }
}
