.section-form-sph::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 73.3%;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 1) 100%);
	opacity: 0.5;
}
.section-form-sph {
	padding-top: 114px;
	padding-bottom: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
}
.form-contact-sph {
	max-width: 515px;
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.desc-form-sph.showing+.form-contact-sph {
	margin-top: 0;
}

.col-half-contact {
	width: calc(50% - 7.5px) !important;
}

.form-contact-sph input {
	background-color: #fff;
	outline: 0 !important;
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

.form-contact-sph input {
	font-size: 16px !important;
	line-height: 2 !important;
	font-family: 'DIN' !important;
	font-weight: 500;
	color: #000 !important;
	height: 50px;
	border-radius: 6px !important;
	padding: 0 15px;
	margin: 0;
}
.form-contact-sph input.error, .form-contact-sph #mc-nl-email.error {
	border: 2px solid #bd2c0e;
}

.form-contact-sph input::placeholder {
	color: #6D6D6D !important;
	opacity: 1 !important;
}

.form-contact-sph button {
	border-radius: 6px !important;
	background-color: #1495D9 !important;
	font-family: 'DIN';
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff !important;
	height: 50px;
	width: calc(50% - 7.5px) !important;
	border: none;
	cursor: pointer;
}
.section-form-sph .container-newsletter {
	width: 1550px;
	position: relative;
	z-index: 10;
}
.form-contact-sph input::placeholder {
	color: #6D6D6D !important;
	opacity: 1 !important;
}
.container-news {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1550px;
}
.main-form-sph h2 {
	margin: 0;
	color: #041440;
	font-family: 'DIN-Bold';
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 3.8px;
}
.main-form-sph h2 span {
	color: #1495D9;
}
.main-form-sph p.desc-form-sph {
	color: #141414;
	font-size: 20px;
	line-height: 1.6;
	font-family: 'DIN';
	font-weight: 500;
	margin: 0;
	margin-bottom: 23.3px;
}
@media (max-width: 767px) {
	.form-contact-sph {
		gap: 10px;
		max-width: 100%;
	}
	.section-form-sph{
		aspect-ratio: 375 / 467;
		/*min-height: 467px;*/
		align-items: flex-start;
	}
	.form-contact-sph input {
		font-size: 16px !important;
		line-height: 1 !important;
		height: 40px;
	}

	.form-contact-sph input[type="email"].col-half-contact,
	.form-contact-sph button {
		width: 100% !important;
	}

	.col-half-contact {
		width: calc(50% - 5px) !important;
	}
	.section-form-sph .container-newsletter{
		width: 100%;
	}
	.container-news{
		padding-inline: 17px;
	}

	.form-contact-sph button {
		font-size: 20px !important;
		line-height: 25px !important;
		text-transform: none !important;
		height: 50px;
	}
	.main-form-sph h2{
		font-size: 28px;
		letter-spacing: -0.8px;
		margin-bottom: 6.6px;
		line-height: 1.16;
	}
	.main-form-sph p.desc-form-sph{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 14.3px;
	}
	.main-form-sph h2 span {
		display: block;
	}
	.section-form-sph{
		padding-top: 35px;
	}

}
