.pp-actions {
    margin-top: 20px;
}

.pp-actions .pp-action .bth__hearts-rate.bth__hearts-rate--sm .bth__hearts-rate-i, .pp-actions .pp-action::before {
    background-color: #ffffff;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    vertical-align: top;
    text-align: center;
    color: #999999;
    display: inline-block;
    line-height: 25px;
}

.pp-actions .pp-action.fas.active::before {
    content: '\f00d';
}

.pp-actions .pp-action.fas.active::before {
    color: #e03a3a;
}


.pp-actions .pp-action::before {
    width: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}

.pp-actions .pp-action .bth__hearts-rate.bth__hearts-rate--sm .bth__hearts-rate-i {
    background-position: center;
    background-image: url(https://tophotels.ru/csstx/i/like-grey-fill.svg);
    margin-right: 3px;
}

.pp-actions .pp-action .bth__hearts-rate.bth__hearts-rate--sm .bth__hearts-rate-i.hover-active {
    background-image: url(https://tophotels.ru/csstx/i/like-red.svg) !important;
}

.pp-actions .pp-action span {
    line-height: 25px;
    font-family: 'apercu_pro', sans-serif;
    font-style: normal;
}

html body .page .pp-action {
    padding: 7px 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #eeeeee;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

html body .page .pp-action.p10 {
    margin: 0;
}

@media screen and (min-width: 1025px) {
    .pp-actions .pp-action.fas.active, .pp-action.fas:not(.active):hover,
    .pp-actions .pp-action.fas:not(.active):hover {
        background-color: #f9f6e5;
    }

    .pp-actions .pp-action.fas:not(.active):hover::before {
        color: #ff8e41;
    }
}
@media screen and (max-width: 767px) {
    .pp-actions .pp-action .bth__hearts-rate.bth__hearts-rate--sm {
        width: 100%;
        margin: 5px 0;
    }

    html body .page .pp-action {
        padding: 7px 10px;
    }

    .pp-actions .pp-action::before {
        right: 10px;
    }

    .pp-actions .pp-action::before {
        width: 25px;
        font-size: 13px;
    }
}