

/* Start:/local/templates/woolspirit_adaptive/components/bitrix/form.result.new/cooperations/style.css?17507838371179*/
.coop-form {
	display: grid;
	grid-gap: 20px;
	overflow: hidden;
	/* transition: all .4s ease; */
	max-height: 700px;
	-webkit-transition: max-height .5s, padding .5s;
	transition: max-height .5s, padding .5s;
	padding: 0 20px;
	border: 3px solid #5c4c4e;
	margin-top: -6px;
}

.coop-form.hidden {
	max-height: 0;
}
.coop-wrapper {
	display: grid;
	grid-gap: 5px;
	max-width: 768px;
}

.coop-wrapper a.coop-form-opener {
	display: flex;
	background-color: #5c4c4e;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.color_wood {
	background-color: #2e2724;
	color: #ffffff;
	border: none;
	padding: 10px 25px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	max-width: 300px;
	justify-self: center;
}
.form-input.error-input input {
	border-color: red;
}
@media (max-width: 1024px) {
	.coop-wrapper{
		padding: 0 10px;
		margin: auto;
	}
}
.coop-success {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
/* End */
/* /local/templates/woolspirit_adaptive/components/bitrix/form.result.new/cooperations/style.css?17507838371179 */
