.banner-wrapper {
	background: url('../../../../upload/img/main-banner.png') center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	gap: 20px;
	padding: 40px;
	align-items: end;
	border-radius: 10px;
	position: relative;
}

.banner-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
	color: #fff;
}

.banner-subtitle {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #fff;
}

.banner-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #1b593eb2;
	min-width: 360px;
	box-sizing: border-box;
	z-index: 3;
}

.form-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.form-item textarea {
	min-height: 80px;
}

.form-item.form-item__agreement {
	flex-direction: row;
	gap: 10px;
	align-self: flex-start;
}

.form-item__checkbox {
	margin: 0;
	border: 1px solid #9f9f9f;
  border-radius: 4px;
  outline: none;
}

.form-item__agreement .form-item__title {
	position: relative;
	top: 1px;
}

.form-item__title {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #dcba6a;
}

.form-item__title span {
	color: #414141;
}

.form-item__field {
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	padding: 11px 15px;
	background-color: #fff;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}

select {
   appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M9.08579 0.5H1.91421C1.02331 0.5 0.577143 1.57714 1.20711 2.20711L4.79289 5.79289C5.18342 6.18342 5.81658 6.18342 6.20711 5.79289L9.79289 2.20711C10.4229 1.57714 9.97669 0.5 9.08579 0.5Z' fill='%230E2130'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
}

.services-banner {
	position: relative;
	border-radius: 10px;
	margin-bottom: 40px;
}

.services-banner__content {
	position: absolute;
	bottom: 80px;
	left: 80px;
	right: 80px;
	z-index: 3;
}

.services-banner::before,
.banner-wrapper::before {
	content: "";
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	opacity: 1;
	mix-blend-mode: screen;
	background: linear-gradient(323.87deg, rgba(27, 89, 62, 0) 43.67%, rgba(27, 89, 62, 0.2) 70.06%);
	background-blend-mode: multiply;
	transition: opacity 0.2s ease-in-out;
	border-radius: 10px;
	z-index: 2;
}

.services-banner {
	height: 600px;
}

.detail-banner {
	height: 100%;
}

.services-banner::after,
.banner-wrapper::after {
	content: "";
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	opacity: 1;
	mix-blend-mode: screen;
	background-blend-mode: multiply;
	background: linear-gradient(180deg, rgba(133, 112, 64, 0) 41.42%, rgba(133, 112, 64, 0.8) 78.73%);
	background-blend-mode: multiply;
	transition: opacity 0.2s ease-in-out;
	border-radius: 10px;
	z-index: 1;
}

.services-title {
	margin-bottom: 40px;
}

.services-banner__btn-wrapper {
	display: flex;
	gap: 10px;
}

.alternative-btn.btn.btn-default {
	background: inherit;
	border: 1px solid #52B788;
	color: #52B788;
}

@media (max-width: 1100px) {
	.banner-wrapper {
		flex-direction: column;
	}
	.banner-form {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.services-banner__content {
		left: 40px;
		right: 40px;
	}
	.banner-title {
		font-size: 48px;
	}
}

@media (max-width: 768px) {
	.services-banner__content {
		bottom: 40px;
		text-align: center;
	}
	.banner-title {
		font-size: 30px;
		line-height: 40px;
	}
	.services-banner__btn-wrapper {
		justify-content: center;
	}
	.services-banner {
		height: 400px;
	}
}

@media (max-width: 600px) {
	.banner-title {
		font-size: 20px;
		line-height: 30px;
	}

	.services-banner__content {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	.services-banner__btn-wrapper {
		flex-direction: column;
	}
}
