.banner {
	padding: 134px 0 0;
	min-height: 268px;
	text-align: center;
	background-color: var(--grey);
	color: #fff;
	position: relative;
}
.banner__bg {
	z-index: 1;
}
.banner__bg,
.banner__bg-img,
.banner__bg-img *,
.banner__bg-side-img,
.banner__bg-side-img *,
.banner__bg::after {
	position: absolute;
	top: 0;
	height: 100%;
}
.banner__bg,
.banner__bg-img,
.banner__bg-img *,
.banner__bg::after,
.banner__bg-side-img * {
	left: 0;
}
.banner__bg,
.banner__bg::after,
.banner__bg-img *,
.banner__bg-side-img * {
	width: 100%;
}
.banner__bg-img {
	width: 65%;
}
.banner__bg-side-img {
	right: 0;
	width: 35%;
}
.banner__bg-img,
.banner__bg-img *,
.banner__bg-side-img,
.banner__bg-side-img * {
	object-fit: cover;
	z-index: 1;
}
.banner__bg::after {
	content: "";
}
.banner__bg::after {
	background: linear-gradient(90deg, rgba(33, 33, 33, 0.40) 0%, rgba(33, 33, 33, 0.74) 49.79%, #212121 64.89%, rgba(33, 33, 33, 0.40) 86.14%);
	z-index: 3;
}
.banner__bg-side-img *,
.banner__bg-img * {
	position: absolute;
}
.banner > .container {
	position: relative;
	z-index: 2;
}
.banner__subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.25em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.banner__title {
	font-size: 30px;
	line-height: 1.333em;
	letter-spacing: -0.02em;
	font-weight: 400;
	margin: 0 0 20px;
}
@media screen and (min-width:576px) {
	.banner {
		padding-top: 140px;
		min-height: 290px;
	}
	.banner__title {
		font-size: 36px;
	}
}
@media screen and (min-width:768px) {
	.banner {
		text-align: left;
		padding-top: 180px;
		min-height: 360px;
	}
	.banner__subtitle {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.banner__title {
		font-size: 42px;
	}
}
@media screen and (min-width:992px) {
	.banner {
		padding-top: 200px;
		min-height: 410px;
	}
	.banner > .container {
		padding-left: 50px;
	}
	.banner__subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.banner__title {
		font-size: 48px;
	}
}
@media screen and (min-width:1200px) {
	.banner {
		padding: 221px 0 0;
		min-height: 434px;
	}
	.banner > .container {
		padding-left: 80px;
	}
	.banner__title {
		font-size: 52px;
	}
}
@media screen and (min-width:1300px) {
	.banner__title {
		font-size: 56px;
	}
	.banner > .container {
		padding-left: 106px;
	}
}