.card__badges-item .label-hint {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 236px;
    padding: 10px;
    background: #fff;
    color: #000;
    box-shadow: 0 0 16px rgba(44, 24, 11, 0.2);
    border-radius: 5px;
    font-size: 13px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .card__badges-item:hover .label-hint {
        display: block;
    }
}

.b24-widget-button-visible {
    visibility: hidden !important;
}