.zamer-banner {
	position: relative;
	padding: 80px 0px 80px 0px;
	background: var(--color-gray-05);
}
.zamer-banner__bg {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.zamer-banner__person {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position-x: calc(60% + 125px);
	background-position-y: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.zamer-banner .container {
	position: relative;
	z-index: 20;
}
.zamer-banner__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.zamer-banner__content {
	max-width: 755px;
	position: relative;
	z-index: 20;
}
.zamer-banner__content-description {
	font-size: 18px;
	line-height: 26px;
	margin-top: 15px;
}
.zamer-banner__content-description p + p {
	margin-top: 26px;
}
.zamer-banner__content-engeneers {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 60px;
}
.zamer-banner__content-engeneers-img {
	flex: 0 0 227px;
	width: 227px;
}
.zamer-banner__content-engeneers-img img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 227 / 77;
}
.zamer-banner__content-engeneers-main {
	flex: 1 1 auto;
	min-width: 0;
}
.zamer-banner__content-engeneers-main-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-top: calc(((26px - 18px) / 2) * -1);
}
.zamer-banner__content-engeneers-main-content {
	font-size: 15px;
	line-height: 18px;
	margin-top: 8px;
}
.zamer-banner__form {
	flex: 0 0 320px;
	width: 320px;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: var(--color-white);
	position: relative;
}
.zamer-banner__form-header-title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: calc((24px - 20px) * -1);
}
.zamer-banner__form-header-subtitle {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
}
@media (min-width: 1241px) and (max-width: 1500px) {
	.zamer-banner__person {
		background-position-x: calc(100% + 90px);
	}
	.zamer-banner__wrapper {
		justify-content: flex-start;
		gap: 80px;
	}
	.zamer-banner__content {
		max-width: 620px;
	}
	.zamer-banner__content-engeneers {
		margin-top: 30px;
	}
}
@media (max-width: 1240px) {
	.zamer-banner {
		--container-offset-side: calc((100% - var(--container-width)) / 2);
	}
	.zamer-banner__person {
		background-position-x: calc(var(--container-offset-side) + 490px);
		background-size: 400px;
	}
	.zamer-banner__wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}
	.zamer-banner__content-engeneers {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.zamer-banner {
		padding: 50px 0px 50px 0px;
	}
	.zamer-banner__person {
		background-position-x: calc(var(--container-offset-side) + 410px);
	}
	.zamer-banner__content-description {
		font-size: 16px;
		line-height: 24px;
	}
	.zamer-banner__content-description p + p {
		margin-top: 18px;
	}
	.zamer-banner__content-engeneers {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.zamer-banner__content-engeneers-img {
		flex: 1 1 auto;
	}
	.zamer-banner__content-engeneers-main-content {
		font-size: 15px;
		line-height: 22px;
	}
}
@media (max-width: 549px) {
	.zamer-banner {
		padding: 40px 0px 40px 0px;
	}
	.zamer-banner__bg[style]:before {
		content: '';
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0.25;
		z-index: 0;
	}
	.zamer-banner__person {
		display: none;
	}
	.zamer-banner__wrapper {
		gap: 30px;
	}
    .zamer-banner__content-engeneers {
		margin-top: 25px;
    }
	.zamer-banner__form {
		flex: 0 1 100%;
		width: 100%;
	}
}