.consultation-hero__drive-title:before,
.consultation-entrance__link:hover .consultation-entrance__btn,
.consultation-steps__item.--passed:hover .consultation-steps__num,
.time-list__item input:checked + .time-list__value,
.date-list__item input:checked + .date-list__value {
    background: #c3002f;
}

.consultation-entrance__link:hover,
.c-btn.--border,
.consultation-steps__item.--active .consultation-steps__num,
.test-drive-car input:checked + .test-drive-car__label,
.test-drive-consultant__item:hover {
    border-color: #c3002f;
}

.consultation-entrance__title,
.consultation-entrance___icon,
.c-btn,
.c-btn:not([disabled]):hover,
.btn-txt,
.consultation-steps__edit,
.consultation-steps__info span,
.test-drive-car input:checked + .test-drive-car__label .test-drive-car__check,
.test-drive-car input:checked + .test-drive-car__label .test-drive-car__btn,
.test-drive-car__label:hover .test-drive-car__btn,
.test-drive-map input:checked + .test-drive-map__checkmark,
.consultants-list__checkbox input:checked + .consultants-list__checkmark,
.consultation-form a:hover,
.check-label input:checked + .check-label__checkmark,
.consultation-page-header__title span {
    color: #c3002f;    
}

.consultation-entrance___icon:before {
    background: #E8E8E8;
}


.test-drive-car__item:hover .test-drive-car__label,
.test-drive-car__item:hover .test-drive-car__maps,
.test-drive-car__col.--selected .test-drive-consultant__item,
.test-drive-car__col.--selected .test-drive-car__label,
.test-drive-car__col.--selected .test-drive-car__maps {
    border-color: #c3002f;
}

.test-drive-car__progress {
    color: #c3002f;   
    border-color: #c3002f; 
}

.consultants-list__label:not(.--disabled):hover .consultants-list__checkmark,
.consultants-list__label:not(.--disabled):hover .consultants-list__name {
    color: #c3002f;
}

.owl-prev:hover, .owl-next:hover {
    background: #E8E8E8!important;
    color: #c3002f!important;
}

.owl-carousel button.owl-dot.active {
    background: #c3002f !important;
    border: 2px solid #c3002f!important;
}

.theme-site .vdatetime-popup__header,
.theme-site .vdatetime-calendar__month__day--selected > span > span,
.theme-site .vdatetime-calendar__month__day--selected:hover > span > span {
  background: #c3002f;
}

.theme-site .vdatetime-year-picker__item--selected,
.theme-site .vdatetime-time-picker__item--selected,
.theme-site .vdatetime-popup__actions__button {
  color: #c3002f;
}

.date-list__value,
.time-list__value {
    background: rgba(0, 0, 0, .08);
}

.date-list__btn {
    color: #101010;
    background: rgba(0, 0, 0, .18);
}

.consultants-list__photo.--best {
    background-image: url(../../../img/consultation/consultant-photo-black.jpg);
}

.c-btn.--green {
    background: #c3002f;
}

.c-btn:not([disabled]).--green:hover {
    background: #000;
    text-decoration: none;
}