.contact{
	width: 100%;
}
.contact_top{
	width: 100%;
	height: 600px;
}
.contact_right{
	padding-top:140px;
	padding-left: 110px;
}
.contact_right1{
	font-size: 14px;
	line-height: 30px;
	margin-top: 35px;
}
.contact_right2{
	margin-top: 35px;
	font-size: 14px;
	line-height: 30px;
}
.contact_all{
	padding: 0 20px;
	width: 100%;
}

.contact_content {
	margin: auto;
	width: 100%;
	max-width: 1100px;
}

.contact_form{
	display: inline-block;
	overflow: auto;
	padding-top: 90px;
	padding-bottom: 170px;
}
.form-control{
	padding: 5px 20px;
	outline:none;
	margin-top: 5px;
	border: 1px solid #dcdcdc;
	display: block;
	width: 100%;
}
.form_group{
	margin-top: 25px;
}
.radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.block{
	display: block;
}
.ma_left{
	margin-left: 130px;
}
.ma_20{
	margin-top: 20px;
}
form{
	font-size: 14px;
}
.height_160{
	height: 160px;
}
.form_button{
	background: #FFFFFF;
	margin-top: 25px;
	padding: 10px 20px;
	border: 1px solid #c12006;
	color: #c12006;
}
.form_button:focus{
	outline: none;
}
.form_button:hover{
	color: #FFFFFF;
	background: #c12006;
}
.err-input[placeholder], .err-input::-webkit-input-placeholder{
	color: #ff0000;
	font-family: 'Gothic720BTRomanB';
	font-size: 14px;
}
.err-input{
	border: 1px solid #FF0000;
}
#wrap_map_598a7dded854b{
	height: 600px;
}
#map_598a7dded854b{
	height: 600px;
}
.one-radio {
    display: inline-block;
    margin-right: 120px;
}
label .radio-circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 50%;
    position: relative;
    top: 2px;
    margin-right: 22px;
    cursor: pointer;
    transition: linear 0.2s border;
    -webkit-transition: linear 0.2s border;
}
label .radio-circle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    background: transparent;
    transition: linear 0.2s background;
    -webkit-transition: linear 0.2s background;
}
input {
    outline: 0;
   	border: 1px solid #dcdcdc;
}
.one-radio.checked .radio-circle {
    border-color: #000;
}

.one-radio.checked .radio-circle:after {
    background: #000;
}
.range{
	font-weight: 600;
}
.margin_t{
	font-size: 14px;
	font-style: initial;
	font-weight: 100;
}
.contact_right .fonts_24{
	font-size: 24px !important;
}
.contact_right1 ul li{
	font-size: 16px;
}
.contact_right2 p{
	font-size: 16px;
}