

/* Start:/local/templates/agstudio/components/bitrix/news.list/reviews_list/style.css?17761015069496*/
.reviews-section {
    padding-bottom: 100px;
    color: #000;
    position: relative;
    overflow: hidden;
}

.reviews-section .container {
    position: relative;
    z-index: 2;
}

.reviews-head {
    margin-bottom: 48px;
}

.reviews-label {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: var(--primary-color);
    display: block;
}

@media (min-width: 1024px) {
    .reviews-label {
        font-size: 18px;
        line-height: 133%;
    }
}

.reviews-title {
    margin: 0 0 20px;
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.2;
    font-weight: 800;
}

.reviews-desc{
    margin: 0 0 16px;
    font-size: clamp(18px, 4vw, 24px);
    line-height: 1.3;
    font-weight: normal;
}

.reviews-text {
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(29, 28, 28, 0.72);
}

.reviews-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.reviews-stat {
    padding: 22px 20px;
    border-radius: 22px;
    background: var(--gray-50);
}

.reviews-stat__value {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
}

.reviews-stat__label {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(29, 28, 28, 0.72);
}

/* featured video */

.reviews-featured-video {
    margin-bottom: 32px;
}

.reviews-video-card {
    border-radius: 28px;
    overflow: hidden;
    background: var(--gray-50);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.reviews-video-card__inner {
    padding: 28px;
}

.reviews-video-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.reviews-video-card__source {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(29, 28, 28, 0.72);
}

.reviews-video-card__source img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 24px;
}

.reviews-video-card__person {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    text-align: right;
}

.reviews-video-card__player {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
}

.reviews-video-card__player iframe,
.reviews-video-card__player video {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.reviews-video-card__bottom {
    margin-top: 20px;
}

.reviews-video-card__title {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
}

.reviews-video-card__text {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(29, 28, 28, 0.72);
}

/* reviews list */

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.review-row {
    border-radius: 28px;
    background: var(--gray-50);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.review-row:hover {
    border: 1px solid var(--primary-color);
}

.review-row__main {
    padding: 28px;
}

.review-row__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.review-row__person {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.review-row__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background: linear-gradient(135deg, #4f00ff 0%, #8f3cf5 55%, #cf73ff 100%);
}

.review-row__person-info {
    min-width: 0;
}

.review-row__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
    color: #000;
}

.review-row__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(29, 28, 28, 0.65);
}

.review-row__meta a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
}

.review-row__meta a:hover {
    text-decoration: underline;
}

.review-row__source-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.review-row__source-icon img {
    display: block;
    max-width: 18px;
    height: auto;
}

.review-row__rating {
    flex: 0 0 auto;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffd76a;
    white-space: nowrap;
}

.review-row__content {
    font-size: 15px;
    line-height: 1.8;
    color: #000;
}

.review-row__content p:last-child {
    margin-bottom: 0;
}

/* old styles compatibility if some old markup stays */

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.review-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border-radius: 28px;
    background: var(--gray-50);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.review-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.review-card__person {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.review-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background: linear-gradient(135deg, #4f00ff 0%, #8f3cf5 55%, #cf73ff 100%);
}

.review-card__name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
}

.review-card__meta {
    font-size: 13px;
    color: rgba(29, 28, 28, 0.56);
    line-height: 1.4;
}

.review-card__source {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 999px;
    width: 45px;
    height: 45px;
    background: var(--gray-50);
}

.review-card__source img {
    max-width: 100%;
}

.review-card__rating {
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffd76a;
    margin-bottom: 18px;
}

.review-card__content {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 0;
}

.review-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.review-card__tags span {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    line-height: 1.2;
    color: rgba(29, 28, 28, 0.72);
}

.reviews-section__bottom {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.reviews-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(111, 49, 228, 0.42);
}

.reviews-section + .cta.section {
    background: var(--gray-50);
}

.field--textarea textarea {
    background: #fff !important;
}

.reviews-section + .cta.section
.field input:not(:focus),
.reviews-section + .cta.section
.field--textarea textarea:not(:focus) {
    background: #fff !important;
    border-color: #fff !important;
}

@media (max-width: 1200px) {
    .reviews-head {
        grid-template-columns: 1fr;
    }

    .reviews-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .reviews-title {
        font-size: 28px;
    }

    .reviews-text {
        font-size: 15px;
    }

    .reviews-stat__value {
        font-size: 16px;
    }

    .reviews-video-card__inner {
        padding: 22px;
    }

    .reviews-video-card__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews-video-card__title {
        font-size: 18px;
    }

    .review-row__main {
        padding: 22px;
    }

    .review-row__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .review-row__name {
        font-size: 17px;
    }

    .review-row__content {
        font-size: 15px;
        line-height: 1.7;
    }

    .review-card {
        padding: 22px;
        border-radius: 22px;
    }

    .review-card__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews-btn {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .reviews-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reviews-stats .reviews-stat:last-child {
        grid-column: 1 / -1;
    }

    .reviews-head {
        gap: 24px;
        margin-bottom: 36px;
    }

    .reviews-label {
        margin-bottom: 14px;
    }

    .review-row__person {
        align-items: flex-start;
    }

    .review-row__meta {
        gap: 6px;
        font-size: 13px;
    }

    .review-row__rating {
        font-size: 16px;
    }
}

.reviews-stat__sources {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.reviews-stat__sources a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	transition: .2s ease;
}

.reviews-stat__sources a:hover {
    text-decoration: none;
	border-color: rgba(0, 0, 0, 0.7);
}
/* End */
/* /local/templates/agstudio/components/bitrix/news.list/reviews_list/style.css?17761015069496 */
