#cooperation-form-block {
	margin-top: 35px;
}
#cooperation-form-block .wrap {
	padding: 29px 38px;
    background: #e2e2e2 url(/image/catalog/cld/cooperation/cooperation.jpg) no-repeat center right;
    background-size: contain;
}
#cooperation-form-block .wrap .heading {
	display: block;
	margin-bottom: 38px;
}
#cooperation-form-block .wrap .heading .head {
	font-family: "CPM", sans-serif;
	font-size: 22px;
	line-height: 125%;
	display: block;
}
#cooperation-form-block .wrap .heading .subheading {
	font-family: 'CPR', sans-serif;
	font-size: 14px;
	line-height: 125%;
	display: block;
	margin-top: 8px;
}
#cooperation-form-block .wrap .columns {
	display: flex;
	gap: 64px;
	margin-bottom: 46px;
}
#cooperation-form-block .wrap .columns .column {
	display: flex;
	flex-direction: column;
	gap: 36px;
}
#cooperation-form-block .wrap .columns .column .input {
	height: 100%;
}
#cooperation-form-block .wrap .columns .column .input input {
	height: 24px;
	width: 170px;
	background: #e2e2e2;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding: 0px 5px;
	font-size: 14px;
	line-height: 125%;
	color: #000;
	font-family: 'CPR', sans-serif;
	outline: none;
}
#cooperation-form-block .wrap .columns .column .input input::placeholder {
	color: #000;
}
#cooperation-form-block .wrap .columns .column .input textarea {
	height: 100%;
	width: 284px;
	background: #e2e2e2;
	border: 1px solid #000;
	padding: 10px;
	font-size: 14px;
	line-height: 125%;
	color: #000;
	font-family: 'CPR', sans-serif;
	outline: none;
	resize: none;
}
#cooperation-form-block .wrap .columns .column .input textarea::placeholder {
	color: #7D7D7D;
}

#cooperation-form-block input:-webkit-autofill,
#cooperation-form-block input:-webkit-autofill:hover,
#cooperation-form-block input:-webkit-autofill:focus,
#cooperation-form-block textarea:-webkit-autofill,
#cooperation-form-block textarea:-webkit-autofill:hover,
#cooperation-form-block textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #000000;
	-webkit-box-shadow: 0 0 0px 1000px #e2e2e2 inset;
	transition: background-color 5000s ease-in-out 0s;
}
#cooperation-form-block .wrap .actions {
	display: flex;
	gap: 74px;
}
#cooperation-form-block .wrap .actions .button {
	width: 170px;
	height: 40px;
	font-size: 14px;
	font-family: "CPM", sans-serif;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	cursor: pointer;
	border: none;
}
#cooperation-form-block .wrap .actions .button:disabled {
	background: none;
	border: 1px solid #000;
	color: #000000;
	cursor: default;
}

#cooperation-form-block .wrap .actions .consents_block {
	margin: 0;
	width: 100%;
	max-width: 530px;
}
#cooperation-form-block .wrap .actions .consents_block .consent label a {
	color: #000;
	font-family: 'CPR', sans-serif;
	text-decoration: underline;
	transition: none;
}

#cooperation-form-block .wrap .columns .column .input.error input,
#cooperation-form-block .wrap .columns .column .input.error input::placeholder,
#cooperation-form-block .wrap .columns .column .input.error textarea,
#cooperation-form-block .wrap .columns .column .input.error textarea::placeholder {
	border-color: red;
	color: red;
}
#cooperation-form-block .wrap .actions .consents_block .consent.error label,
#cooperation-form-block .wrap .actions .consents_block .consent.error label a {
	color: red;
}

#cooperation_module_form .cooperation-hp {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 1250px) {
	#cooperation-form-block .wrap {
		padding: 36px 48px;
		background: #e2e2e2;
	}
}

@media (max-width: 1024px) {
	#cooperation-form-block .wrap {
		padding: 24px 30px;
	}
	#cooperation-form-block .wrap .heading {
		margin-bottom: 34px;
	}
	#cooperation-form-block .wrap .heading .head {
		font-size: 20px;
	}
	#cooperation-form-block .wrap .columns {
		margin-bottom: 40px;
	}
}

@media (max-width: 900px) {
	#cooperation-form-block .wrap .columns {
		flex-wrap: wrap;
		gap: 40px 40px;
	}
	#cooperation-form-block .wrap .columns .column {
		gap: 30px;
		width: calc((100% - 40px) / 2);
	}
	#cooperation-form-block .wrap .columns .column .input input {
		width: 100%;
	}
	#cooperation-form-block .wrap .columns .column:nth-child(3) {
		width: 100%;
	}
	#cooperation-form-block .wrap .columns .column:nth-child(3) .input textarea {
		width: 100%;
	}
	#cooperation-form-block .wrap .actions {
		gap: 40px;
	}
	#cooperation-form-block .wrap .actions .consents_block {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	#cooperation-form-block .wrap {
		padding: 22px 24px;
	}
	#cooperation-form-block .wrap .heading {
		margin-bottom: 30px;
	}
	#cooperation-form-block .wrap .columns {
		gap: 35px 40px;
		margin-bottom: 30px;
	}
	#cooperation-form-block .wrap .actions {
		flex-direction: column;
		gap: 18px;
	}
	#cooperation-form-block .wrap .actions .button {
		width: 100%;
	}
}

@media (max-width: 460px) {
	#cooperation-form-block .wrap .columns {
		gap: 30px 40px;
	}
	#cooperation-form-block .wrap .columns .column {
		width: 100%;
	}
}

@media (max-width: 360px) {
	#cooperation-form-block .wrap .heading {
		margin-bottom: 26px;
	}
}
