/*
 * Bounded fixes for decoration-driven document overflow. Keep these selectors
 * on their owning sections so Slick, Swiper and the mobile navigation retain
 * their intentional off-canvas geometry.
 */
.main-title.clients,
.clients-tab.partners,
.price-how,
.vacancy-team,
.vacancy-about__above-wrapper {
	overflow-x: clip;
}

@media (min-width: 361px) and (max-width: 599px) {
	.page-id-62736 .vacancy-about__heading {
		font-size: clamp(35px, 10vw, 50px);
	}
}

@media (min-width: 401px) and (max-width: 599px) {
	.page-id-62709 .price-form__heading {
		font-size: clamp(35px, 10vw, 50px);
	}
}
