

/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/review/style.css?16971727393788*/
.reviews-text_container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
}

.reviews-text__paragraph {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
}

.review-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
}

.review-item__text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
}

.reviews-user {
    display: flex;
    gap: 24px;
}

.reviews-user__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-user__avatar {
    max-width: 110px;
    width: 100%;
    min-height: 110px;
    max-height: 110px;
    border-radius: 16px;
}

.reviews-user__name {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}

.reviews-user__date {
    color: #777;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-gallery__container {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.review-gallery__container a {
    width: 102px;
    height: 102px;
}

/*рейтинг звезды*/
.feedbacks-item__container {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 52px;
    padding: 4px 24px;
    gap: 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
    border: none;
    margin-bottom: 24px;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #808080;
}
.feedbacks-item__rate {
    display: flex;
    gap: 2px;
}

.fileUpload.feedbacks-item__container {
    justify-content: center;
}

.fileUpload.feedbacks-item__container .flex {
    display: flex;
    gap: 16px;
    align-items: center;
}

.fileUpload.feedbacks-item__container img {
    width: 30px;
    height: 30px;
}

.feedbacks-item__rate img {
    width: 24px;
    height: 24px;
}
.rating-area {
    overflow: hidden;
    width: 210px;
    margin: 0;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
    position: relative;
}
/*конец рейтинг звезды*/

.file-delete {
    margin-right: 8px;
}

.file-block {
    margin-right: 16px;
    white-space: nowrap;
}

.feedback__files:first-child {
    background-color: red;
    margin-left: 16px;
}

.feedbacks-item__container.fileUpload__files {
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
}

/*.feedbacks-item__container.fileUpload__files {*/
/*    display: none;*/
/*}*/

.review-answer-item {
    display: flex;
    gap: 24px;
}

.review-answer-item__avatar {
    max-width: 110px;
    width: 100%;
    min-height: 110px;
    max-height: 110px;
}

@media screen and (max-width: 767px) {
    .reviews-text_container {
        margin-bottom: 24px;
    }

    .review-answer-item {
        flex-direction: column;
    }
}
/* End */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/review/style.css?16971727393788 */
