section.form-contact {
	margin-top: -100px;
	z-index: 2;
	position: relative;
	text-align: center;
}
section.form-contact .c {
	background: white;
	padding: 55px 270px;
	border-radius: 8px;
}
section.form-contact h2 {
	margin-bottom: 10px;
	font-size: 34px;
}
section.form-contact .form {
	margin-bottom: 5px;
	margin-top: 30px;
}
section.form-contact .form .columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px;
	margin-bottom: 10px;
}
section.form-contact .form .inp-city {
	margin-bottom: 10px;
}
section.form-contact .code {
	text-align: center;
	margin-bottom: 20px;
}
section.form-contact .code .g-recaptcha {
	display: inline-block;
}
section.form-contact label {
	font-size: 14px;
	line-height: 14px;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
section.form-contact .error label {
	color: var(--color-error)
}
section.form-contact .error .inp {
	border-color: var(--color-error)
}
section.form-contact .form textarea {
	resize: none;
	height: 200px;
}
section.form-contact .how {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
}
section.form-contact .how h3 {
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0 10px;
	font-weight: 400;
}
section.form-contact .how ul {
	border: 1px solid #dfdfdf;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 10px;
}
section.form-contact .how label {
	display: inline-block;
	cursor: pointer;
}
/* [xl] */
@media all and (max-width: 1300px) {
	section.form-contact {}
	section.form-contact .c {}
	section.form-contact h2 {}
	section.form-contact .form {}
	section.form-contact .form .columns {}
	section.form-contact label {}
	section.form-contact .error label {}
	section.form-contact .error .inp {}
	section.form-contact .form textarea {}
}
/* [l] */
@media all and (max-width: 1200px) {
	section.form-contact {}
	section.form-contact .c {
		/* padding: 55px 250px; */
	}
	section.form-contact h2 {}
	section.form-contact .form {}
	section.form-contact .form .columns {}
	section.form-contact label {}
	section.form-contact .error label {}
	section.form-contact .error .inp {}
	section.form-contact .form textarea {}
}
/* [m] */
@media all and (max-width: 992px) {
	section.form-contact {}
	section.form-contact .c {}
	section.form-contact h2 {}
	section.form-contact .form {}
	section.form-contact .form .columns {}
	section.form-contact label {}
	section.form-contact .error label {}
	section.form-contact .error .inp {}
	section.form-contact .form textarea {}
}
/* [s] */
@media all and (max-width: 768px) {
	section.form-contact {}
	section.form-contact .c {}
	section.form-contact h2 {}
	section.form-contact .form {}
	section.form-contact .form .columns {}
	section.form-contact label {}
	section.form-contact .error label {}
	section.form-contact .error .inp {}
	section.form-contact .form textarea {}
}
/* [xs] */
@media all and (max-width: 576px) {
	section.form-contact {}
	section.form-contact .c {
		padding: 25px 5px;
	}
	section.form-contact h2 {}
	section.form-contact .form {}
	section.form-contact .form .columns {
		grid-template-columns: 1fr;
		grid-gap: 7px;
	}
	section.form-contact label {}
	section.form-contact .error label {}
	section.form-contact .error .inp {}
	section.form-contact .form textarea {
		height: 100px;
	}


}

