.rating {
    position: relative;
}

.rating .fa-star:before {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.rating__best {
    width: 140px;
    height: 35px;
}

.rating_active .rating__star {
    cursor: pointer;
}

.rating_active:hover .rating__current{
    display:none!important;
}

.rating__best_hover {
   
}

.rating__star {
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
    font-size: 26px;
    color: #cccccc;
    display:inline;
}
.rating__star_hover {
    color:#f89401;
    z-index:999;
}

.rating__current {
    height: 26px;
    position: absolute;
    overflow:hidden;
    z-index:99;
    white-space:nowrap;
}
.rating__current .fa {color:#f89401;  font-size: 26px; display:inline;}