/* === Секция Отзывы === */
.kirsanovv-reviews-section {
	background: #f5f5f5;
	padding: 60px 0 70px;
}
.kirsanovv-reviews-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.kirsanovv-reviews-header {
	text-align: center;
	margin-bottom: 40px;
}
.kirsanovv-reviews-header h2 {
	color: #203352;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
	letter-spacing: 2px;
}
.kirsanovv-reviews-header p {
	color: #666666;
	font-size: 16px;
	margin: 0;
}
.kirsanovv-reviews-widget-wrap {
	width: 100%;
	max-width: 760px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
.kirsanovv-reviews-widget-wrap iframe {
	width: 100%;
	height: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	box-sizing: border-box;
}
.kirsanovv-reviews-yandex-link {
	box-sizing: border-box;
	text-decoration: none;
	color: #b3b3b3;
	font-size: 11px;
	font-family: YS Text, sans-serif;
	padding: 10px 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	min-height: 44px;
	line-height: 24px;
	white-space: nowrap;
}

/* Адаптив */
@media (max-width: 768px) {
	.kirsanovv-reviews-header h2 {
		font-size: 26px;
	}
	.kirsanovv-reviews-widget-wrap {
		border-radius: 0;
	}
}
