.hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url(../../img/hero-shapes.svg);
	background-repeat: no-repeat;
	background-position: right top;
}

.hero__image img {
	width: 547px;
	max-width: 100%;
}

h1.hero__title {
	font-size: 64px;
	line-height: 78px;
	margin-bottom: 0;
}

.hero__subtitle {
	margin-top: 4px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.hero__button_wrapper {
	margin-top: 36px;
}

.hero__button:before {
	content: '';
	display: block;
	background-image: url(../../img/basket.svg);
	width: 23px;
	height: 19px;
}

.has_hero header {
	margin-bottom: 16px;
}

.has_hero #breadcrumbs {
	display: none;
}

.hero__side.right {
	flex: 0 0 582px;
	display: flex;
	justify-content: center;
	max-width: 50%;
}

body.has_hero #page-wrapper:before {
	width: 890px;
	height: 890px;
	content: '';
	display: block;
	position: absolute;
	background-color: var(--light-pink);
	opacity: 0.5;
	top: -40px;
	transform: rotate(-44.688deg) translateY(-50%);
	border-radius: 52px;
	z-index: -1;
	left: calc(50% + 85px);
}

@media (max-width: 991px) {
	h1.hero__title {
		font-size: 40px;
		line-height: 1.2;
	}	
}

@media (max-width: 767px) {
	.hero {
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
		gap: 8px;
		margin-bottom: 34px;
	}

	.hero__side.right {
		flex: 1;
		max-width: 100%;
	}

	h1.hero__title {
		font-size: 36px;
		line-height: 44px;
	}	

	.has_hero header {
		margin-bottom: 25px;
	}

	.hero__subtitle {
		font-size: 15px;
		line-height: 22px;
	}

	.hero__side.right {
		flex-direction: column;
		min-width: 100%;
	}

	.hero__button_wrapper.mobile {
		margin-top: 0;
	}

	.hero__side.left {
		margin-bottom: 10px;
	}

	body.has_hero #page-wrapper:before {
		transform: rotate(-44.688deg) translateY(0) translateX(-50%);
		width: 458px;
		height: 458px;
		left: -158px;
		left: calc(50% - 58px);
		top: -160px;
	}

	.hero__image img {
		width: 280px;
	}

	.hero {
		background-image: url(../../img/hero-background-mobile.svg);
		background-position: center calc(100% - 90px);
	}

	.hero__image {
		text-align: center;
	}
}
