/* Перекрасить плавающую кнопку FareHarbor в #4A6F46 */
.fh-fixed--bottom a,
.fh-fixed--bottom,
.fh-fixed--bottom .fh-button,
.fh-button,
.fh-button-2d,
.fh-button-true-flat {
    background-color: #4A6F46 !important;
    color: #ffffff !important;
    border-color: #4A6F46 !important;
}

/* (Необязательно) Мягкий hover-эффект */
.fh-button:hover,
.fh-fixed--bottom a:hover {
    background-color: #3d5c3a !important; /* чуть темнее */
}.card-budget{background-color:#ff9800;}
.card-middle{background-color:#4caf50;}
.card-premium{background-color:#3f51b5;}