/* Cooperation Page - Start */

/* Cooperation Section - Start */
section.cooperation {
	padding-bottom: 20px;
}
.col-50.info-col {
	overflow: hidden;
	border-radius: 40px;
}
/* Info Column - Start */
.info-col .info-wrapper {
	height: 100%;
	border: 1px solid #234B5A;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
}
.info-col .h2 {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
}
.info-col p {
	margin: 0 auto auto auto;
	max-width: 600px;
	text-align: center;

}
.cooperation-photo {
	width: 100%;
	height: auto;
	border-radius: var(--border-radius-20);
	margin-top: auto;
}
/* Info Column - End */

/* Form Column - Start */
.form-col .form-wrapper {
	height: 100%;
	padding: 70px 0 ;
	background: var(--accent);
	border-radius: var(--border-radius-30);
	display: flex;
	flex-direction: column;
}


.form-col .h2 {
	text-align: center;
	margin-bottom: 30px;
}

.form-col p {
	margin: 0 auto 40px auto;
	max-width: 600px;
	text-align: center;
}

/* Form Styles - Start */
form.form-fields.cooperation-form {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.cooperation-form input,
.cooperation-form textarea {
	border-bottom: 1px solid #fff;
}
.checkbox-custom input:checked + span {
	border: 1px solid  #fff!important;
}
.checkbox-custom input + span::after {
	background: #fff!important;
}
.cooperation-form input::placeholder,
.cooperation-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.cooperation-form input:focus,
.cooperation-form textarea:focus {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.5);
}

/* Form Styles - End */

/* Form Column - End */

/* Responsive - Start */
@media (max-width: 1480px) {

}

@media (max-width: 1279px) {
	.col-50.info-col {
		border-radius: 16px;
	}
	.info-col .info-wrapper {
		padding: 0 20px;
		border-radius: 16px;
	}
	.info-col p {
		margin: 0 auto 30px auto;
	}
	.info-col .h2 {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.form-col .form-wrapper {
		padding: 32px 16px 16px 16px;
		border-radius: 16px;
	}
	.cooperation-form .btn {
		width: 100%;
	}
}

/* Responsive - End */

/* Cooperation Section - End */

/* Cooperation Page - End */