body{ background-color: #fbf9f8; }
header nav a{ color: #1e1c1c }
main{ align-items: flex-end; }
main div{ margin-bottom: 100px }
main div a img{ margin-left: 15px }
main h1{
	margin-top: 150px;
	font-size: 120px;
	color: #d0a285;
}
#contacts{
	background-color: #2a4354;
	padding: 65px;
	margin-bottom: 35px;
}
#contacts div{
	text-align: center;
	min-width: 300px;
}
@media(max-width: 900px){
	#contacts, #cform{
		display: inline-block !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	main h1{
		margin-top: 150px;
		font-size: 30px;
		color: #d0a285;
	}
	main div { margin-bottom: 20px }
	#contacts div{
		text-align: center;
		min-width: 100%;
	}
}

#contacts div h4{
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
#contacts div a, #contacts div p{
	font-size: 20px;
	color: #fff;
	margin: 0;
}
#cform form{ width: 90% }
#cform h2{
	color: #2a4354;
	font-size: 40px;
	font-weight: 400;
	line-height: 52px;
}
#cform h2 span{
	color: #d0a285;
	font-size: 40px;
	font-weight: 400;
	line-height: 52px;
}
.callus{ margin: 50px 0 }
@media(min-width: 768px){
	#cform { padding: 50px 0 }
	#cform div{ width: 50% }
}
@media(max-width: 767px){
	#cform form{ width: 100% }
	#cform div{ min-width: 300px }
	.callus {
	    margin: 50px auto;
	    display: block;
	}
}