#contact_header {
	text-align:center;
	padding:70px 0 32px;
}

#contact_header h1 {
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: center;
	color: #2a2a2a;
	margin-top:0;
}

#contact_header h2 {
	font-size: 70px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.24;
	letter-spacing: 0.18px;
	text-align: center;
	color: #ff444f;
	margin:0;
}

div#contact_page_con {
    width: 719px;
    max-width: 100%;
}

div#contact_page_contacts {
    display: flex;
    text-align: center;
    width: 100%;
	margin-top:53px;
}

.contact_item {
    width: 50%;
}

.contact_item:nth-child(odd) {
	border-left:1px solid #dcdfea;
}


.contact_item div,
.contact_item a {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.39px;
	text-align: center;
	color: #514f64;
	display:block;
}

.contact_item .contact_title {
	font-weight:bold;
}

.contact_content {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.39px;
    text-align: center !important;
    color: #514f64;
	margin-top:51px;
}

.contact_content p {
	text-align:center !important;
}

#contact_page_con .formControlLabel {
	display:none !important;
}

#contact_page_con div.formBody {
	float:none;
}

#rsform_11_page_0 {
	font-size:0;
	text-align:justify;
	text-align-last:justify;
}

#rsform_11_page_0 * {
	text-align:right;
	text-align-last:right;
}

#contact_page_con .rsform-block-name,
#contact_page_con .rsform-block-email {
	width:49%;
	display:inline-block;
	box-sizing:border-box;
}

#contact_page_con input[type=text],
#contact_page_con input[type=phone],
#contact_page_con input[type=number],
#contact_page_con input[type=email],
#contact_page_con textarea {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.34px;
	color: #514f64;
	margin-bottom:15px;
}

#contact_page_con .rsform-block-send,
#contact_page_con .rsform-block-captcha {
	text-align:center;
	text-align-last:center;
	margin:15px auto;
}

#contact_page_con button#send {
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.32px;
    text-align: center;
    color: #ffffff;
	border-radius: 6px;
	border: solid 1px #ff444f;
	background-color: #ff444f;
	width: 392px;
	height:50px;
	line-height: 50px;
	max-width:100%;
	text-align:center;
	text-align-last:center;
}

#contact_page_con .grecaptcha-badge {
	margin:20px auto 30px;
}

#contact_page_con span.formValidation {
    margin-top: -5px;
    display: block;
}








