.rs-17 .rs-reviews {
	padding: 24px 0 64px;
	background: #fff;
}

.rs-17 .rs-reviews__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.rs-17 .rs-reviews__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.36;
}

.rs-17 .rs-reviews__breadcrumbs a {
	color: rgba(0, 0, 0, 0.28);
	text-decoration: none;
}

.rs-17 .rs-reviews__breadcrumbs a:hover {
	color: #004280;
}

.rs-17 .rs-reviews__breadcrumbs span {
	color: rgba(0, 0, 0, 0.28);
}

.rs-17 .rs-reviews__breadcrumbs .is-current {
	color: #004280;
}

.rs-17 .rs-reviews__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.rs-17 .rs-reviews__head .title_r {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.rs-17 .rs-reviews__head .title_l {
	flex-shrink: 0;
}

.rs-17 .rs-reviews__head .title_l button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 24px;
	border: 0;
	border-radius: 8px;
	background: #85b42b;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s, opacity 0.2s;
	white-space: nowrap;
}

.rs-17 .rs-reviews__head .title_l button:hover {
	background: #739a24;
}

.rs-17 .rs-reviews__title {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.22;
	color: #000;
}

.rs-17 .rs-reviews__summary,
a.rs-reviews__summary {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px 6px 4px 2px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	background: #fafafa;
	flex-shrink: 0;
}

a.rs-reviews__summary {
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s, background-color 0.2s;
}

a.rs-reviews__summary:hover {
	border-color: rgba(0, 66, 128, 0.2);
	background: #fff;
}

a.rs-reviews__summary svg {
	width: 8px;
	height: 7px;
	flex-shrink: 0;
}

.rs-17 .rs-reviews__summary-score {
	display: flex;
	align-items: center;
	gap: 4px;
	height: 30px;
	padding: 0 6px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	background: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.22;
	color: #000;
}

.rs-17 .rs-reviews__summary-score svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.rs-17 .rs-reviews__summary-count {
	padding: 0 2px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.36;
	color: #4b4b4b;
	white-space: nowrap;
}


.rs-17 .rs-reviews__summary-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.rs-17 .rs-reviews__summary-toggle svg {
	width: 8px;
	height: 7px;
}

.rs-17 .rs-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}

.rs-17 .rs-reviews__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-height: 100%;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	background: #fafafa;
}

.rs-17 .rs-reviews__card-top {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rs-17 .rs-reviews__card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.rs-17 .rs-reviews__author {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.22;
	color: #222;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.rs-17 .rs-reviews__rating {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.rs-17 .rs-reviews__stars {
	position: relative;
	display: inline-flex;
	line-height: 0;
	flex-shrink: 0;
}

.rs-17 .rs-reviews__stars-track,
.rs-17 .rs-reviews__stars-fill {
	display: inline-flex;
	align-items: center;
	gap: 2px;
}

.rs-17 .rs-reviews__stars-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--rating-percent);
	overflow: hidden;
}

.rs-17 .rs-reviews__stars svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.rs-17 .rs-reviews__rating-value {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.36;
	color: #4b4b4b;
}

.rs-17 .rs-reviews__product {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

.rs-17 .rs-reviews__product-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.36;
	color: #004280;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}

.rs-17 .rs-reviews__product-link:hover {
	text-decoration: underline;
}

.rs-17 .rs-reviews__product-link svg {
	width: 10px;
	height: 8px;
	flex-shrink: 0;
}

.rs-17 .rs-reviews__product-name {
	display: inline-flex;
	align-items: center;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.36;
	color: #004280;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.rs-17 .rs-reviews--carousel {
	padding: 24px 0;
}

.rs-17 .rs-reviews--carousel .rs-reviews__inner {
	max-width: none;
}

.rs-17 .rs-reviews--carousel .rs-reviews-carousel .rs-reviews__card {
	height: 100%;
}

.rs-17 .rs-reviews--carousel .rs-reviews-carousel.owl-carousel {
	position: relative;
}

.rs-17 .rs-reviews--carousel .rs-reviews-carousel.owl-loaded {
	margin-bottom: 0;
}

.rs-17 .rs-reviews--carousel .rs-reviews-carousel .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.rs-17 .rs-reviews--carousel .rs-reviews-carousel .owl-dot {
	display: inline-block;
}

.rs-17 .rs-reviews--carousel .rs-reviews-carousel .owl-dots span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.12);
}

.rs-17 .rs-reviews--carousel .rs-reviews-carousel .owl-dot.active span {
	background: #004280;
}

.rs-17 .rs-reviews--carousel .rs-reviews-carousel .owl-prev,
.rs-17 .rs-reviews--carousel .rs-reviews-carousel .owl-next {
	display: none!important;
}


.catalog_page .rs-reviews--carousel {
	padding: 32px 0 0;
}

.rs-17 .rs-reviews__text {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.36;
	color: #4b4b4b;
}

.text-body-scroll {
	height: 84px;
	overflow-y: auto;
	padding-right: 8px;
}

.text-body-scroll::-webkit-scrollbar {
	width: 6px;
}

.text-body-scroll::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
}

.text-body-scroll::-webkit-scrollbar-thumb {
	background: #004280;
	border-radius: 10px;
}

.rs-17 .rs-reviews__text p {
	margin: 0 0 12px;
}

.rs-17 .rs-reviews__text p:last-child {
	margin-bottom: 0;
}

.rs-17 .rs-reviews__date {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.36;
	color: rgba(75, 75, 75, 0.4);
}

.rs-17 .rs-reviews__photo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 82px;
	height: 110px;
	overflow: hidden;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	background: #fff;
}

.rs-17 .rs-reviews__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rs-17 .rs-reviews__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 12px;
	border: 0;
	border-radius: 6px;
	background: #85b42b;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.36;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.rs-17 .rs-reviews__more:hover {
	background: #739d25;
}

.rs-17 .rs-reviews__more-wrap {
	display: flex;
	justify-content: center;
}

.rs-17 .rs-page .rs-reviews-single {
	padding: 24px 0 64px;
}

.rs-17 .rs-page .rs-reviews-single__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #004280;
	text-decoration: none;
}

.rs-17 .rs-page .rs-reviews-single__back:hover {
	text-decoration: underline;
}

@media (max-width: 992px) {
	.rs-17 .rs-reviews__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.rs-17 .rs-reviews {
		padding: 16px 0 40px;
	}

	.rs-17 .rs-reviews__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 16px;
	}

	.rs-17 .rs-reviews__head .title_r {
		gap: 12px;
	}

	.rs-17 .rs-reviews__head .title_l {
		width: 100%;
	}

	.rs-17 .rs-reviews__head .title_l button {
		width: 100%;
	}

	.rs-17 .rs-reviews__title {
		font-size: 24px;
	}

	.rs-17 .rs-reviews__summary {
		padding: 2px 6px 2px 2px;
	}

	.rs-17 .rs-reviews__summary-score {
		height: 20px;
		font-size: 14px;
	}

	.rs-17 .rs-reviews__summary-score svg {
		width: 14px;
		height: 14px;
	}

	.rs-17 .rs-reviews__summary-count {
		font-size: 12px;
	}

	.rs-17 .rs-reviews__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.rs-17 .rs-reviews__card-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.rs-17 .rs-reviews__author {
		font-size: 18px;
	}

	.rs-17 .rs-reviews__rating-value {
		font-size: 16px;
	}

	.rs-17 .rs-reviews__photo {
		position: static;
		width: 100%;
		height: 180px;
		margin-top: 4px;
	}

	.rs-17 .rs-reviews__more-wrap {
		display: block;
	}

	.rs-17 .rs-reviews__more {
		width: 100%;
	}
}
