.ya-reviews,
.ya-reviews * {
	box-sizing: border-box;
}

.ya-reviews {
	width: 100%;
	max-width: 100%;
	margin: 40px 0;
}

.ya-reviews__title {
	max-width: var(--ya-reviews-max-width, 760px);
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}

.ya-reviews__title h2 {
	margin: 0;
}

.ya-reviews__widget {
	position: relative;
	width: var(--ya-reviews-max-width, 760px);
	max-width: 100%;
	height: var(--ya-reviews-height, 700px);
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-radius: 8px;
}

.ya-reviews__iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	box-sizing: border-box;
}

.ya-reviews__link {
	position: absolute;
	left: 0;
	bottom: 8px;
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 14px;
	padding: 0 16px;
	overflow: hidden;
	color: #b3b3b3;
	font-family: "YS Text", Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.ya-reviews {
		margin: 28px 0;
	}

	.ya-reviews__title {
		margin-bottom: 16px;
	}

	.ya-reviews__widget {
		height: var(--ya-reviews-mobile-height, 600px);
	}
}
