

/* Start:/local/templates/doctor/components/bitrix/catalog.element/element/style.css?17818522361773*/
.share__bottom-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.share__bottom-rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.share__bottom-rating-star {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: #d9d9d9;
    cursor: pointer;
    transition: color .2s ease;
}

.share__bottom-rating-star.is-active,
.share__bottom-rating-star.is-hover {
    color: #f5b301;
}

.share__bottom-rating-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #787070;
}

.share__bottom-rating-value {
    font-weight: 700;
    color: #323232;
}

.needed__buttons-scrollbar {
    height: 8px;
}

.needed__buttons::-webkit-scrollbar-track {
    background: #eee;
}

.needed__buttons::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

.needed__buttons {
    scrollbar-width: thin;
    scrollbar-color: #999 #eee;
}

.needed__buttons {
    display: none!important;
    overflow-x: scroll;
}

.needed--articles {
    display: none!important;
}

@media (max-width: 1100px) {
    .needed--articles {
        display: flex!important;
    }
    .needed__buttons {
        display: flex!important;
    }
    .needed__buttons-btn {
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        flex-shrink: 0;
    }
}

.needed--articles.is-fixed {
    position: fixed;
    z-index: 111;
    background: #fff;
    margin-left: -20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
/* End */
/* /local/templates/doctor/components/bitrix/catalog.element/element/style.css?17818522361773 */
