/* LazyBlock: title (типографика как у offer) */

.title-block__subtitle {
	color: var(--rr-theme-primary);
	font-size: var(--rr-fs-h4);
	font-weight: var(--rr-fw-regular);
	line-height: 30px;
	margin-bottom: 12px;
}

.title-block__heading {
	max-width: 566px;
	color: var(--rr-heading-primary);
	font-size: var(--rr-fs-h2);
	font-weight: var(--rr-fw-bold);
	line-height: var(--rr-lh-h2);
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.title-block__heading {
		font-size: 38px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.title-block__heading {
		font-size: 40px;
		line-height: 52px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.title-block__heading {
		font-size: 40px;
		line-height: 52px;
	}
}

@media (max-width: 575px) {
	.title-block__heading {
		font-size: 30px;
		line-height: 42px;
	}
}

@media (max-width: 450px) {
	.title-block__heading {
		font-size: 27px;
		line-height: 37px;
	}
}
