.hero-banner {
	padding-top: 110px;
	background-color: #F1F4F7;
	position: relative;
}

.hero-banner:after {
	content: '';
	position: absolute;
	top: -190px;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 300px;
	background-color: #F1F4F7;
}

.hero-banner .container:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-bottom: 100px;

}

.hero-banner .container:last-child {
	background-color: #fff;
}

.hero-banner__title-wrapper {
	max-width: 760px;
	width: 100%;
	background-color: #fff;
}

.hero-banner__title ins {
	color: #E94E1B;
}

.hero-banner__title-wrapper-inner {
	padding: 91px 91px 70px 112px;
}

.hero-banner__description {
	color: #3C3C3B;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

.hero-banner__description p {
	font-size: calc(16px + (24 - 16) * (100vw - 375px) / (1920 - 375));
	font-family: inherit;
}

.hero-banner__gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	background-color: #E94E1B;
	padding: 30px 45px 20px;
}

.hero-banner__image-wrapper {
	max-width: 660px;
	width: 100%;
	flex-shrink: 0;
}

.hero-banner__image {
	position: relative;
}

.hero-banner__image img {
	max-width: 100%;
}

.hero-banner__image-note {
	position: absolute;
	top: -20px;
	right: -100px;
	border-radius: 50%;
	text-align: center;
	background-color: #E94E1B;
	width: 311px;
	height: 311px;
	padding: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-family: Intro-bold-alt, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.hero-banner__statistics-blocks {
	display: flex;
	align-items: center;
	gap: 20px;
/* 	margin-left: 50px; */
}

.hero-banner__statistics-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hero-banner__statistics-block-number {
	color: #1D1D1B;
	font-family: Intro-regular-alt, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.hero-banner__statistics-block-text {
	color: #1D1D1B;
	font-family: Intro-regular-alt, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.hero-banner__bottom-text-wrapper {
	overflow: hidden;
}

.hero-banner__bottom-text {
	text-align: center;
/* 	display: grid;
	grid-template-columns: repeat(3, 1fr); */
	display: flex;
	color: #1D1D1B;
	font-family: Intro-bold-alt, sans-serif;
	font-size: calc(16px + (18 - 14) * (100vw - 1075px) / (1920 - 375));
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 10px 0;
	animation: title-animation 20s linear infinite;
	width: 400vw;
}

.hero-banner__bottom-text p {
	font-size: inherit;
	font-family: inherit;
	width: 100vw;
	white-space: nowrap;
}

/* @media screen and (max-width: 1740px) {
	.hero-banner__bottom-text {
		grid-template-columns: repeat(2, 1fr);
	}

	.hero-banner__bottom-text p:last-child {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.hero-banner__bottom-text {
		grid-template-columns: repeat(1, 1fr);
	}

	.hero-banner__bottom-text p:first-child {
		display: none;
	}
} */

@media screen and (max-width: 1570px) {
	.hero-banner__image-note {
		right: 0;
		top: 0;
	}

	.hero-banner__statistics-blocks {
		margin-left: 0;
	}
}

@media screen and (max-width: 1470px) {
	.hero-banner__title-wrapper-inner {
		padding: 60px;
	}

	.hero-banner .container:first-child {
		flex-direction: column-reverse;
		gap: 50px;
	}
}

@media screen and (max-width: 991px) {

	.hero-banner .container:first-child {
		padding-bottom: 80px;
	}

	.hero-banner__image-note {
		width: 200px;
		height: 200px;
		padding: 30px;
		font-size: 18px;
	}

	.hero-banner__statistics-blocks {
		justify-content: space-between;
	}

	.hero-banner__statistics-block {
		gap: 10px;
	}

	.hero-banner__statistics-block-number {
		font-size: 30px;
	}

	.hero-banner__title {
		margin-bottom: 30px;
	}

	.hero-banner__gallery {
		gap: 20px;
	}
}

@media screen and (max-width: 670px) {
	.hero-banner .container:first-child {
		padding-bottom: 40px;
	}

	.hero-banner__title-wrapper-inner {
		padding: 20px;
	}

	.hero-banner__title {
		margin-bottom: 20px;
	}

	.hero-banner__statistics-block-number {
		font-size: 22px;
	}
}

@media screen and (max-width: 570px) {
	.hero-banner__statistics-block-number {
		font-size: 18px;
	}

	.hero-banner__statistics-block-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 470px) {
	.hero-banner__statistics-blocks {
		flex-direction: column;
		align-items: flex-start;
	}
}
