.reviews-page {
	padding: 0;
	background: #f6f8fb;
	color: #182231;
	overflow: hidden;
}

.reviews-page * {
	box-sizing: border-box;
}

.reviews-hero {
	position: relative;
	padding: 92px 0 82px;
	background:
		radial-gradient(circle at 84% 15%, rgba(87, 184, 220, .24), transparent 36%),
		linear-gradient(135deg, #10283c 0%, #123f5b 56%, #0c6e89 100%);
	color: #fff;
}

.reviews-hero:after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -140px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(255, 255, 255, .035), 0 0 0 110px rgba(255, 255, 255, .025);
}

.reviews-hero .wrap-cont {
	position: relative;
	z-index: 1;
}

.reviews-kicker,
.reviews-section-head > div > span,
.reviews-yandex-copy > span,
.reviews-final-cta span {
	display: block;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.reviews-kicker {
	color: #8de2f5;
}

.reviews-hero h1 {
	max-width: 850px;
	margin: 0 0 24px;
	font-size: 48px;
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -.025em;
}

.reviews-hero p {
	max-width: 800px;
	margin: 0;
	font-size: 19px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .84);
}

.reviews-source-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

.reviews-source-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	height: 42px;
	padding: 0 22px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.reviews-source-nav a:hover {
	border-color: rgba(255, 255, 255, .7);
	background: rgba(255, 255, 255, .16);
	transform: translateY(-1px);
}

.reviews-source {
	padding: 78px 0;
	scroll-margin-top: 95px;
}

.reviews-google {
	background: #fff;
}

.reviews-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	margin-bottom: 36px;
}

.reviews-section-head > div {
	flex: 0 1 570px;
}

.reviews-section-head > div > span,
.reviews-yandex-copy > span {
	color: #0a7897;
}

.reviews-section-head h2,
.reviews-yandex-copy h2,
.reviews-final-cta h2 {
	margin: 0;
	font-size: 36px;
	line-height: 1.16;
	font-weight: 700;
	letter-spacing: -.02em;
}

.reviews-section-head > p {
	flex: 0 1 500px;
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #5d6977;
}

.reviews-google-widget {
	min-height: 430px;
	padding: 22px;
	border: 1px solid #e6ebf0;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 15px 48px rgba(22, 52, 73, .09);
	overflow: hidden;
}

.reviews-google-widget .es-widget-title-container {
	display: none !important;
}

.reviews-yandex {
	background: #eef6f9;
}

.reviews-yandex-layout {
	display: flex;
	align-items: flex-start;
	gap: 56px;
}

.reviews-yandex-copy {
	position: sticky;
	top: 110px;
	flex: 1 1 42%;
	padding: 38px 0;
}

.reviews-yandex-copy h2 {
	margin-bottom: 22px;
}

.reviews-yandex-copy p {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.72;
	color: #52616f;
}

.reviews-yandex-copy .reviews-source-note {
	padding-left: 18px;
	border-left: 3px solid #43a9c4;
	font-size: 14px;
	color: #697582;
}

.reviews-external-link {
	display: inline-block;
	margin-top: 8px;
	color: #087b99;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.reviews-external-link:hover {
	text-decoration: underline;
}

.reviews-yandex-widget {
	position: relative;
	flex: 1 1 58%;
	height: 720px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 50px rgba(22, 68, 86, .13);
	overflow: hidden;
}

.reviews-yandex-widget iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #dfe7eb;
	border-radius: 20px;
}

.reviews-yandex-credit {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 8px;
	display: block;
	max-height: 14px;
	overflow: hidden;
	color: #9aa3aa;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
}

.reviews-instagram {
	background: #f6f8fb;
}

.reviews-instagram-grid {
	column-count: 2;
	column-gap: 24px;
	max-width: 1050px;
	margin: 0 auto;
}

.reviews-instagram-item {
	display: inline-block;
	width: 100%;
	margin: 0 0 24px;
	padding: 12px;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	border: 1px solid #e4e9ee;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 34px rgba(23, 46, 64, .08);
	overflow: hidden;
	font-size: 15px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.reviews-instagram-item > * {
	max-width: 100% !important;
}

.reviews-instagram-item .instagram-media {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.reviews-more {
	display: block;
	min-width: 250px;
	height: 52px;
	margin: 20px auto 0;
	padding: 0 26px;
	border: 1px solid #0a7897;
	border-radius: 999px;
	background: transparent;
	color: #0a7897;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.reviews-more:hover {
	background: #0a7897;
	color: #fff;
	transform: translateY(-1px);
}

.reviews-more span {
	font-weight: 500;
	opacity: .72;
}

.reviews-empty {
	padding: 30px;
	border-radius: 16px;
	background: #fff;
	text-align: center;
	color: #697582;
}

.reviews-final-cta {
	padding: 70px 0;
	background: linear-gradient(125deg, #102b40, #075d78);
	color: #fff;
}

.reviews-final-cta .wrap-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.reviews-final-cta .wrap-cont > div:first-child {
	max-width: 720px;
}

.reviews-final-cta span {
	color: #8de2f5;
}

.reviews-final-cta p {
	margin: 18px 0 0;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .8);
}

.reviews-final-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 240px;
}

.reviews-action {
	height: 50px;
	padding: 0 24px;
	border: 1px solid rgba(255, 255, 255, .44);
	border-radius: 999px;
	background: #fff;
	color: #12465e;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.reviews-action + .reviews-action {
	background: transparent;
	color: #fff;
}

@media (max-width: 900px) {
	.reviews-hero {
		padding: 72px 0 68px;
	}

	.reviews-hero h1 {
		font-size: 41px;
	}

	.reviews-section-head,
	.reviews-yandex-layout,
	.reviews-final-cta .wrap-cont {
		flex-direction: column;
		align-items: stretch;
	}

	.reviews-section-head {
		gap: 20px;
	}

	.reviews-section-head > div,
	.reviews-section-head > p,
	.reviews-yandex-copy,
	.reviews-yandex-widget {
		flex-basis: auto;
	}

	.reviews-yandex-layout {
		gap: 28px;
	}

	.reviews-yandex-copy {
		position: static;
		padding: 0;
	}

	.reviews-final-actions {
		flex-direction: row;
		min-width: 0;
	}
}

@media (max-width: 760px) {
	.reviews-hero {
		padding: 58px 0 54px;
	}

	.reviews-hero:after {
		display: none;
	}

	.reviews-hero h1 {
		font-size: 34px;
		line-height: 1.12;
	}

	.reviews-hero p {
		font-size: 16px;
		line-height: 1.6;
	}

	.reviews-source-nav {
		gap: 8px;
		margin-top: 28px;
	}

	.reviews-source-nav a {
		flex: 1 1 30%;
		min-width: 0;
		padding: 0 12px;
	}

	.reviews-source {
		padding: 56px 0;
	}

	.reviews-section-head h2,
	.reviews-yandex-copy h2,
	.reviews-final-cta h2 {
		font-size: 29px;
	}

	.reviews-google-widget {
		min-height: 520px;
		padding: 10px;
		border-radius: 16px;
	}

	.reviews-yandex-widget {
		height: 1450px;
		border-radius: 16px;
	}

	.reviews-yandex-widget iframe {
		border-radius: 16px;
	}

	.reviews-instagram-grid {
		column-count: 1;
	}

	.reviews-instagram-item {
		margin-bottom: 18px;
		padding: 8px;
		border-radius: 14px;
	}

	.reviews-final-cta {
		padding: 54px 0;
	}

	.reviews-final-cta .wrap-cont {
		gap: 30px;
	}

	.reviews-final-actions {
		flex-direction: column;
	}
}

@media (max-width: 420px) {
	.reviews-hero h1 {
		font-size: 30px;
	}

	.reviews-source-nav a {
		font-size: 13px;
	}

	.reviews-yandex-widget {
		height: 1550px;
	}
}
