.upload-reviews h2 {
	text-align: center;
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 47px;
}

.upload-reviews > .wrap {
	width: 100%;
	max-width: 73.5em;
	margin: 0 auto;
	padding-right: .75em;
	padding-left: .75em;
}

.upload-reviews.type_block h2 {
	font-size: 42px;
	line-height: 56px;
	margin-bottom: 30px;
}

.upload-reviews.type_block.new_style h2 {
	font-size: 46px;
	line-height: 56px;
	font-weight: 600;
	color: var(--primary-900);
	margin-bottom: 16px;
	width: 882px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.upload-reviews.has_subtitle.new_style .subtitle {
	color: var(--neutral-700);
	margin-bottom: 64px;
	width: 882px;
}

.upload-reviews.has_subtitle h2 {
	margin-bottom: 16px;
}

.upload-reviews.has_subtitle .subtitle {
	margin-bottom: 46px;
	width: 786px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.upload-reviews.type_block > .wrap {
	width: calc(1200px + 16px + 16px);
	padding: 0 16px;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.upload-reviews h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 22px;
	}

	.upload-reviews > .wrap {
		padding: 0 23px;
	}

	.upload-reviews.type_block > .wrap {
		padding: 0 16px;
	}
}

@media (max-width: 767px) {
	.upload-reviews.type_block h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.upload-reviews.has_subtitle .subtitle {
		margin-bottom: 32px;
	}

	.upload-reviews.type_block.new_style h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.upload-reviews.has_subtitle.new_style .subtitle {
		margin-bottom: 40px;
	}
}
