.underheader {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 100px;
	padding: 0 20px;
	width: 100%;
}
.underheader > div {
	align-items: center;
	box-sizing: border-box;
	gap: 0px 25px;
	max-width: 1560px;
	width: 100%;
}
.underheader .doors-title {
	background: #ffffff47;
	padding: 60px 150px 80px 30px;
	position: relative;
	align-self: flex-start;
}
.underheader .doors-title::after {
	border-bottom: 3px solid #f60;
	bottom: -3px;
	content: '';
	left: 0;
	position: absolute;
	width: 52%;
}
.underheader .doors-title h1 {
	font-weight: normal;
	margin: 0;
}
.underheader .doors-title .text-top {
	color: #fff;
	font-family: 'Raleway';
	font-size: 47px;
	line-height: 1.1;
	text-align: right;
}
.underheader .doors-title .text-bottom {
	color: #fff;
	font-family: 'LuzSans';
	font-size: 158px;
	line-height: 1;
	position: relative;
	right: -10px;
	text-transform: uppercase;
	transform: scaleX(0.9);
	transform-origin: right;
}
.underheader .orange-circles {
	justify-content: space-between;
	margin-top: 215px;
	width: 100%;
}
.underheader .orange-circle {
	gap: 10px 0;
	width: 245px;
}
.underheader .orange-circle .orange-circle-top {
	position: relative;
}
.underheader .orange-circle .orange-circle-top img {
	width: 245px;
}
.underheader .orange-circle .text-big {
	color: #fff;
	font-family: 'LuzSans';
	font-size: 198px;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	transform: scaleX(0.9);
}
.underheader .orange-circle:nth-child(1) .text-big {
	right: -26px;
	top: 0;
}
.underheader .orange-circle:nth-child(2) .text-big {
	right: 15px;
	top: 0;
}
.underheader .orange-circle:nth-child(3) .text-big {
	right: 0;
	top: 0;
}
.underheader .orange-circle .text-small {
	color: #fff;
	font-family: 'Tahoma';
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.pos-center {
	left: 108px;
	position: absolute;
	top: 130px;
}
.pos-sideways {
	position: absolute;
	right: 39px;
	top: 117px;
	writing-mode: sideways-lr;
}