/* cintacts.css */
.about_layer10 {
	color: #333;
	margin: 120px auto 20px;
	color: #333;
	overflow: hidden;
	min-height: 700px;
}

.contact_layer1_wrapper {
	margin: 0 auto;
	width: 845px;
}

.conl-bl {
	margin-top: 40px;
	float: left;
	line-height: 1.3em;
} 

.conr-bl {
	margin-top: 40px;
	float: right;
	font-size: 1.1em;
}

.conl-bl a {
	color: #3399ff;
	text-decoration: none;
	border-bottom: 1px solid rgba(51,153,255, 0.3);
}

.conl-bl a:hover {
	border-bottom: none;
}

.cbb_inpt::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333333;
}
.cbb_inpt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333333;
    opacity:  1;
}
.cbb_inpt::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333333;
    opacity:  1;
}
.cbb_inpt:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333333;
}

/*--*/

.lit-title {
	font-weight: bold;
	font-size: 1.9em;
}

.m2 {
	font-family: 'helveticaneuecyrlight', Helvetica;
	font-weight: normal;
}

.conr-bl a {
	color: #3399ff;
	font-family: 'helveticaneuecyrlight', Helvetica;
	text-decoration: none;
	border-bottom: 1px solid rgba(51,153,255, 0.3);
}

.conr-bl a:hover {
	border-bottom: none;
}

.cont_list {
	margin-top: 45px;
	margin-bottom: 24px;
}

.cont_list li {
	margin-top: 15px;
	list-style: none;
}

.faq_ln {
	font-family: 'helveticaneuecyrmedium', Helvetica !important; 
}

/*--*/

.cont_bottom_bl {
	margin-top: 70px;
}

.cbb_bl {
	float: left;
}

.cbb_title {
	margin-bottom: 20px;
	font-family: 'helveticaneuecyrmedium',Helvetica;
}

.cbb_inpt {
	background-color: #efeeee;
	border: none;
	display: block;
	padding: 8px;
	font-family: 'helveticaneuecyrroman', Helvetica;
	font-size: 1em;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cbb_i1 {
	width: 297px;
	height: 33px;
}

.cbb_i1:nth-child(2), .cbb_i1:nth-child(3) {
	margin-top: 10px;
}

.cbb_i2 {
	margin-left: 18px;
	width: 512px;
	height: 119px;
	resize: vertical;
	float: left;
}

.cont_send_btn {
	color: #fff;
	background-color: #23467e;
	/*border: 1px #9191ab solid;*/
	width: 106px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	float: right;
}

.cont_send_btn:hover {
	background-color: rgba(35,70,126,.7);
}

.cont_wra {
	margin-top: 15px;
	margin-right: 16px;
	width: 514px;
	float: right;
}

.cont_capcha {
	display: block;
	float: left;
}

#up_capcha {
	margin-left: 20px;
	width: 147px;
	height: 33px;
	display: block;
	float: left;
}