#contact {
	padding: 38px 0 38px 0;
}
#contact .container {
	gap: 0 88px;
}
#contact .contact-form {
	flex-basis: 525px;
	flex-shrink: 0;
}
#contact .form-row.flex {
	gap: 0 20px;
}
#contact .form-field {
	padding: 0 0 19px 0;
}
#contact h1 {
	font-size: 34px;
	margin-bottom: 31px;
}
#contact form {
	max-width: 524px;
}
#contact input,
#contact input::placeholder,
#contact select {
	height: 40px;
	line-height: 40px;
	color: #262626;
	font-size: 13px;
	padding: 0;
	text-indent: 10px;
	border-color: var(--dark-gray);
}
#contact textarea,
#contact textarea::placeholder {
	color: #262626;
}
	
#contact textarea {
	width: 100%;
	resize: none;
	font-size: 13px;
	font-family: 'Soleil-Regular';
	height: 40px;
	padding: 11px 10px;
	border-color: var(--dark-gray);
}
#contact button[type="submit"] {
	border: none;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	width: 100%;
	max-width: 224px;
	margin-top: 12px;
	padding: 0;
}
#contact .form-field .select::after {
	display: none;
}
#contact .form-field select {
	appearance: none;
	background-image: url('../../images/icons/icon-select-black.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px);
	background-size: 12px;
}
#contact .form-action:last-of-type {
	padding-top: 0;
}
@media screen and (max-width: 1100px ) {
	#contact .container {
		gap: 0 50px;
	}
	#contact .contact-form {
		flex-shrink: unset;
	}
	}
	
@media screen and (max-width: 992px ) {
	#contact h1 {
		font-size: 42px;
	}
	#contact .container {
		gap: 0 35px;
	}
}
@media screen and (max-width: 768px ) {
	#contact .container {
		flex-direction: column;
		gap: 50px 0;
	}
	#contact .contact-form {
		margin-top: 0;
	}
	#contact .contact-form {
		flex-basis: unset;
	}
}

@media screen and (max-width: 567px ) {
	#contact {
		padding: 29px 0 68px 0;
	}
	#contact h1 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 22px;
	}
	#contact .form-row {
		flex-direction: column;
	} 
	#contact .form-action:last-of-type {
		text-align: center;
	}
	#contact .form-field {
		padding: 0 0 14px 0;
	}
	#contact input,
	#contact input::placeholder,
	#contact select {
		height: 44px;
		line-height: 44px;
		text-indent: 15px;
		padding: 0.15em 0 0;
	}
	#contact textarea {
		height: 44px;
		padding: 11px 15px;
	}
	#contact button[type="submit"] {
		margin-top: 18px;
	}
	#contact .form-field select {
		background-position: calc(100% - 18px);
	}
}