.bth__hearts-rate  {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.bth__hearts-rate .bth__hearts-rate-i {
    cursor: pointer;
    width: 23px;
    height: 22px;
    margin-right: 5px;
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(https://tophotels.ru/csstx/i/like-grey-2.svg);
    display: inline-block;
    vertical-align: middle;
}

.bth__hearts-rate.bth__hearts-rate--sm .bth__hearts-rate-i {
    width: 15px;
    height: 15px;
    background-size: 14px;
}

.bth__hearts-rate.bth__hearts-rate--28 .bth__hearts-rate-i {
    width: 28px;
    margin-left: 10px;
    margin-right: 0;
    background-size: contain;
    height: 28px;
}

.bth__hearts-rate .bth__hearts-rate-i.selected {
    background-image: url(https://tophotels.ru/csstx/i/like-red.svg) !important;
}

.bth__hearts-hint {
    position: absolute;
    opacity: 1;
    padding: 9px;
    background: rgb(255, 217, 215);
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #e03a3a;
    z-index: 100;
    width: 100%;
    border-radius: 3px;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border: 1.5px solid #e03a3a61;
}

@media screen and (min-width: 1023px) {
    .bth__hearts-rate .bth__hearts-rate-i.hover-active {
        background-image: url(https://tophotels.ru/csstx/i/like-red-empty.svg) !important;
    }
}
