.hidden{
    display: none;
}

.has-error span{
    color: red!important;
}

.has-error a{
    color: red!important;
}

input.has-error { border: 1px solid red !important; animation: errore 1s linear !important; }
label.has-error { color: red !important; }

.catalog__item-img .car-card__favourites_filled svg path {
    fill: #283485;
}

.btn-favorite-card.car-card__favourites_filled svg path {
    fill: #283485;
}