.hero-image-block {
	padding-top: 40px;
}

.hero-image-block__inner {
	display: flex;
	align-items: center;
	gap: 38px;
}

.hero-image-block__info {
	max-width: 530px;
	width: 100%;
	flex-shrink: 0;
}

.hero-image-block__uptitle {
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #2f2f2f;
	margin-bottom: -6px;
}

.hero-image-block__title {
	margin-bottom: 44px;
}

.hero-image-block__description {
	margin-bottom: 44px;
}

.hero-image-block__links-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.hero-image-block__link {
	flex: 1;
}

.hero-image-block__image {
	max-width: 800px;
	flex-shrink: 0;
	width: 100%;
	background-position: center -50%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTc2IiBoZWlnaHQ9IjU3NyIgdmlld0JveD0iMCAwIDU3NiA1NzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSIyODcuNzcyIiBjeT0iMjg4LjA0NyIgcng9IjI4Ny43NzIiIHJ5PSIyODguMDQ3IiBmaWxsPSIjRkE5NTMxIi8+Cjwvc3ZnPgo=');
}


@media screen and (max-width: 1200px) {
	.hero-image-block__info {
		max-width: 400px;
	}


	.hero-image-block__links-wrapper {
		flex-direction: column;
		gap: 8px;
	}

	.hero-image-block__link {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.hero-image-block__inner {
		flex-direction: column;
	}

	.hero-image-block__uptitle {
		margin-bottom: 10px;
		text-align: center;
	}


	.hero-image-block__title {
		text-align: center;
	}

	.hero-image-block__inner {
		gap: 20px;
	}
}

@media screen and (max-width: 670px) {
	.hero-image-block__uptitle {
		font-size: 14px;
	}

	.hero-image-block__description,
	.hero-image-block__title {
		margin-bottom: 16px;
	}
}
