.sh-home .sh-customer-reviews {
	padding: 46px 0 48px;
}

.sh-home .sh-customer-reviews > .sh-container {
	width: min(1270px, calc(100% - 40px)) !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.sh-home .sh-customer-reviews__head {
	max-width: 900px;
	margin-bottom: 42px;
}

.sh-home .sh-customer-reviews__head h2 {
	margin-bottom: 12px;
	color: #1589cf;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
	-webkit-text-fill-color: initial;
	background: none;
}

.sh-home .sh-customer-reviews__head p {
	color: #4f6172;
	font-size: 16px;
	line-height: 1.45;
}

.sh-home .sh-customer-reviews__grid {
	display: grid;
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.sh-home .sh-customer-reviews__card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 14px 14px 16px 16px;
	background: #fff;
	box-shadow: 0 18px 28px rgba(12, 141, 203, 0.09);
}

.sh-home .sh-customer-reviews__city {
	min-height: 56px;
	margin: 0;
	padding: 16px 22px;
	background: linear-gradient(90deg, #1aa8d7 0%, #098ad1 100%);
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
}

.sh-home .sh-customer-reviews__slider.swiper {
	flex: 1;
	position: relative;
	min-height: 335px;
	width: 100%;
	padding: 0 !important;
	overflow: hidden !important;
}

.sh-home .sh-customer-reviews__slider .swiper-wrapper {
	align-items: stretch;
	width: 100%;
	height: 100%;
	min-width: 0;
}

.sh-home .sh-customer-reviews__slide {
	display: flex;
	height: 100%;
	min-width: 0;
	padding: 19px 22px 62px;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	box-sizing: border-box;
	overflow: hidden;
}

.sh-home .sh-customer-reviews__summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 12px;
	min-width: 0;
}

.sh-home .sh-customer-reviews__source {
	min-width: 0;
	color: #172334;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
}

.sh-home .sh-customer-reviews__score {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	color: #172334;
	line-height: 1;
	white-space: nowrap;
}

.sh-home .sh-customer-reviews__score strong {
	font-size: 24px;
	font-weight: 600;
}

.sh-home .sh-customer-reviews__stars {
	color: #ffb000;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.sh-home .sh-customer-reviews__from {
	grid-column: 2;
	margin-top: 4px;
	max-width: 100%;
	color: #7a8c9b;
	font-size: 13px;
	line-height: 1.25;
	text-align: right;
	white-space: nowrap;
}

.sh-home .sh-customer-reviews__divider {
	height: 1px;
	margin: 16px 0 17px;
	background: #eef4f8;
}

.sh-home .sh-customer-reviews__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 11px;
	color: #7a8c9b;
	font-size: 13px;
	line-height: 1.35;
}

.sh-home .sh-customer-reviews__meta strong {
	color: #172334;
	font-size: 14px;
	font-weight: 800;
}

.sh-home .sh-customer-reviews__content {
	margin: 0;
	color: #172334;
	font-size: 15px;
	line-height: 1.48;
}

.sh-home .sh-customer-reviews__author {
	margin: auto 0 0;
	padding-top: 18px;
	color: #7a8c9b;
	font-size: 13px;
	line-height: 1.35;
}

.sh-home .sh-customer-reviews__pagination.swiper-pagination {
	left: 22px;
	bottom: 31px;
	width: auto;
	text-align: left;
}

.sh-home .sh-customer-reviews__pagination .swiper-pagination-bullet {
	width: 18px;
	height: 5px;
	margin: 0 4px 0 0;
	border-radius: 999px;
	background: #cfe5ee;
	opacity: 1;
}

.sh-home .sh-customer-reviews__pagination .swiper-pagination-bullet-active {
	background: #0b94d1;
}

.sh-home .sh-customer-reviews__next {
	appearance: none;
	position: absolute;
	right: 22px;
	bottom: 22px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	max-width: 32px;
	max-height: 32px;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #eef9ff;
	box-shadow: none;
	color: #168ed1;
	font-size: 0;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-shadow: none;
	text-transform: none;
	cursor: pointer;
}

.sh-home .sh-customer-reviews__next i {
	display: block;
	width: 10px;
	height: 10px;
	color: inherit;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

.sh-home .sh-customer-reviews__next:hover {
	background: #dff3fd !important;
	box-shadow: none;
	color: #168ed1;
	transform: none;
}

@media (max-width: 1024px) {
	.sh-home .sh-customer-reviews__head {
		margin-bottom: 34px;
	}

	.sh-home .sh-customer-reviews__grid {
		gap: 16px;
	}

	.sh-home .sh-customer-reviews__city {
		padding-right: 18px;
		padding-left: 18px;
		font-size: 16px;
	}

	.sh-home .sh-customer-reviews__slide {
		padding-right: 18px;
		padding-left: 18px;
	}
}

@media (max-width: 900px) {
	.sh-home .sh-customer-reviews__head {
		margin-bottom: 28px;
	}

	.sh-home .sh-customer-reviews__grid {
		grid-template-columns: minmax(0, 420px);
		justify-content: center;
		gap: 18px;
	}
}

@media (max-width: 767px) {
	.sh-home .sh-customer-reviews {
		padding: 32px 0 36px;
	}

	.sh-home .sh-customer-reviews__head {
		margin-bottom: 22px;
	}

	.sh-home .sh-customer-reviews__head h2 {
		font-size: 26px;
	}

	.sh-home .sh-customer-reviews__head p {
		font-size: 15px;
	}

	.sh-home .sh-customer-reviews__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.sh-home .sh-customer-reviews__card {
		border-radius: 14px 14px 16px 16px;
	}

	.sh-home .sh-customer-reviews__slider.swiper {
		min-height: 315px;
	}
}

@media (max-width: 374px) {
	.sh-home .sh-customer-reviews__slide {
		padding-right: 16px;
		padding-left: 16px;
	}

	.sh-home .sh-customer-reviews__summary {
		column-gap: 8px;
	}

	.sh-home .sh-customer-reviews__source,
	.sh-home .sh-customer-reviews__from {
		font-size: 12px;
	}

	.sh-home .sh-customer-reviews__score {
		gap: 7px;
	}

	.sh-home .sh-customer-reviews__score strong {
		font-size: 22px;
	}

	.sh-home .sh-customer-reviews__stars {
		font-size: 12px;
	}

	.sh-home .sh-customer-reviews__meta {
		flex-wrap: wrap;
		gap: 6px;
	}

	.sh-home .sh-customer-reviews__content {
		font-size: 14px;
	}
}
