

/* Start:/local/templates/miningx100/css/reviews.css?1763380405409*/
.page-info-title h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    color: var(--text-neutral-header);
}

.page-info-title {
    margin-top: 80px;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--text-neutral-button-default);
}

.page-container-info {
    margin-bottom: 48px;
}
/* End */


/* Start:/local/templates/miningx100/components/bitrix/news.list/reviews/style.css?17633804053462*/
.list-reviews {
	display: flex;
	gap: 8px;
}

.item-reviews {
	border: 1px solid var(--stroke-neutral-lighter);
	border-radius: 16px;
	padding: 16px;
	background: var(--surface-lighter);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
}

.item-reviews:hover {
	cursor: pointer;
	background: var(--Surface-light, #F1F1F2);
}

.item-reviews-text {
	line-height: 143%;
	letter-spacing: 0.02em;
	color: var(--text-neutral-darker);
}

.item-reviews-img_value {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.item-reviews-value {
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	color: var(--text-warning-default);
	display: flex;
	align-items: center;
	gap: 4px;
}

.item-reviews-value::before {
	content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.85494 2.30205C8.0086 1.99076 8.08542 1.83511 8.18972 1.78538C8.28047 1.74211 8.3859 1.74211 8.47664 1.78538C8.58094 1.83511 8.65777 1.99076 8.81143 2.30205L10.2692 5.25536C10.3146 5.34726 10.3373 5.39321 10.3704 5.42889C10.3998 5.46048 10.435 5.48607 10.474 5.50425C10.5182 5.52479 10.5689 5.5322 10.6703 5.54702L13.9312 6.02364C14.2745 6.07383 14.4462 6.09893 14.5257 6.1828C14.5948 6.25576 14.6273 6.35603 14.6142 6.45569C14.599 6.57022 14.4748 6.69129 14.2262 6.93342L11.8675 9.23078C11.7939 9.3024 11.7572 9.33821 11.7335 9.38081C11.7125 9.41854 11.699 9.45998 11.6938 9.50284C11.6879 9.55125 11.6966 9.60183 11.7139 9.703L12.2705 12.9479C12.3292 13.2902 12.3585 13.4613 12.3034 13.5628C12.2554 13.6512 12.1701 13.7132 12.0712 13.7315C11.9576 13.7526 11.8039 13.6717 11.4966 13.5101L8.58142 11.9771C8.49059 11.9293 8.44518 11.9054 8.39733 11.896C8.35497 11.8877 8.3114 11.8877 8.26903 11.896C8.22119 11.9054 8.17577 11.9293 8.08494 11.9771L5.16979 13.5101C4.86245 13.6717 4.70878 13.7526 4.59515 13.7315C4.49629 13.7132 4.41099 13.6512 4.363 13.5628C4.30784 13.4613 4.33719 13.2902 4.39589 12.9479L4.95243 9.703C4.96978 9.60183 4.97845 9.55125 4.97258 9.50284C4.96739 9.45998 4.95391 9.41854 4.93291 9.38081C4.90919 9.33821 4.87242 9.3024 4.79889 9.23078L2.44021 6.93342C2.19161 6.69129 2.06731 6.57022 2.05219 6.45569C2.03903 6.35603 2.07154 6.25576 2.14067 6.1828C2.22013 6.09893 2.39182 6.07383 2.7352 6.02364L5.99604 5.54702C6.09745 5.5322 6.14816 5.52479 6.19232 5.50425C6.23141 5.48607 6.26661 5.46048 6.29596 5.42889C6.32911 5.39321 6.35179 5.34726 6.39715 5.25536L7.85494 2.30205Z" fill="%23F69152" /></svg>');
	width: 17px;
	height: 16px;
	display: block;
}

.item-reviews-img_name {
	display: flex;
	gap: 12px;
}

.item-reviews-name {
	font-size: 12px;
	line-height: 133%;
	color: var(--text-neutral-darker);
	margin-bottom: 4px;
}

.item-reviews-img {
	background: var(--surface-dark);
	border-radius: 100px;
	width: 40px;
	height: 40px;
}

.item-reviews-company {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--text-neutral-darker);
}

.items-reviews-wrapper {
	opacity: 0;
	will-change: transform, opacity;
	transform-style: preserve-3d;
	transition: opacity 0.4s ease;
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
}

.items-reviews-wrapper.in-view {
	opacity: 1;
}


@media (max-width: 1140px) {
	.items-reviews-wrapper {
		width: 100%;
	}

	.items-reviews-wrapper:last-child {
		display: none;
	}
}

@media (max-width: 690px) { 
		.items-reviews-wrapper:nth-child(2) {
		display: none;
	}
}
/* End */
/* /local/templates/miningx100/css/reviews.css?1763380405409 */
/* /local/templates/miningx100/components/bitrix/news.list/reviews/style.css?17633804053462 */
