

/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/reviews_template/style.css?17519863022760*/
.wrapper1 .header_wrap, .page-top>div {
    z-index: 4 !important;
}
.review-item {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.review-author-block {
    flex: 1;
    min-width: 250px;
    margin-right: 20px;
}
.review-author {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.review-post {
    font-size: 14px;
    color: #777;
    font-style: italic;
}
.review-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.review-date {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    white-space: nowrap;
}
.rating-stars {
    display: flex;
    direction: ltr; /* Важно для правильного отображения звезд */
}
.rating-stars .star.active path {
    color: #FFC107;
}
.review-content {
    margin-top: 15px;
}
.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.review-form-call {
    margin-bottom: 40px;
}

/* Стили для модального окна */
.review-form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.review-form-modal .modal-inner {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}
.review-form-modal .form_head {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #333;
}
.review-form-modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 33px;
    cursor: pointer;
    color: #999;
    padding: 5px;
    line-height: 1;
}
.review-form-modal .modal-close:hover {
    color: #333;
}
.review-form-modal .form.inline {
    padding: 0;
}
.review-form-modal .form.inline .form_footer {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .review-header {
        flex-direction: column;
    }
    .review-author-block {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .review-meta {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/reviews_template/style.css?17519863022760 */
