.ui-contact-main{
	width: 786px;
	height: 708px;
	/*background-color: red;*/
	/* float: left;	 */
	margin: 0 auto;
	padding-left: 51px;
}

.contact-txt{
	font-size: 9pt;
	color: #4b4b4b;
	width: 400px;
	height: 50px;
	float: left;
	font-family: CGFont
}

.block-contact{
	width: 731px;
	height: 680px;
	float: left;
	background-color:  #e5e5e5
}

.contact-info{
	width: 413px;
	height: 633px;
	/*background-color: red;*/
	float: left;
	padding-top: 46px;
	padding-left: 27px;
}

.contact-mail{
	width: 291px;
	height: 680px;
	float: left;
	background-color: #c7c7c7;
	float: left;
}

.contact-mail table{
	margin-left: 20px;
	float: left;	
}

.contact-mail tr:nth-child(odd){
	color: #238cdc;
	font-family: CGFont;
	font-size: 10pt;
	text-transform: uppercase;
	height: 10px;
	vertical-align: bottom;
}

.contact-mail tr:nth-child(even) input[type=text],.contact-mail tr:nth-child(even) input[type=email]{
	background-color: #696969;
	border-radius: 3px;
	border: 0;
	width: 231px;
	height: 29px;
	color: #fff;
	font-family: CGFont;
	font-size: 10pt;
	padding: 3px;
	padding-left: 10px;
}

.contact-mail tr:nth-child(even) input[type=text]:focus,.contact-mail tr:nth-child(even) input[type=email]:focus,.contact-mail tr:nth-child(even) textarea:focus{
	color: #fff;
	box-shadow: 0px 0px 3px #0681c6

}

.contact-mail tr:nth-child(even) textarea{
	width: 234px;
	height: 152px;
	background-color: #696969;
	border-radius: 3px;
	border: 0;
	appearance: none;
	padding-left: 10px;
	padding-top: 10px;
	resize: none;
	font-size: 10pt;
	color: #fff;
	font-family: CGFont
}
.block-address{
	width: 413px;
	height: 110px;
	/*background: red;*/
	float: left;
}

.block-phone{
	width: 413px;
	height: 74px;
	float: left;
	/*margin-top: 10px;*/
}

.block-mail{
	width: 413px;
	height: 38px;
	float: left;
	margin-top: 10px

}

.block-web{
	width: 413px;
	height: 38px;
	float: left;
	margin-top: 30px
}

.block-map{
	width: 392px;
	height: 253px;
	float: left;
	margin-top: 12px;
	box-shadow: 0px 0px 2px #b4d2ff
}

.icon-info{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	float: left;
}

.info-place{
	background: url('../image/ico-contact-place.png')no-repeat #6b6b6b;
	background-position: center center;
}

.info-phone{
	background: url('../image/ico-contact-phone.png')no-repeat #6b6b6b;
	background-position: center center;
}

.info-mail{
	background: url('../image/ico-contact-mail.png')no-repeat #6b6b6b;
	background-position: center center;
}

.info-web{
	background: url('../image/ico-contact-web.png')no-repeat #6b6b6b;
	background-position: center center;
}


.address-text{
	width: 342px;
	height: 100px;
	padding-left: 30px;
	/*background: red;*/
	float: left;
	padding-top: 10px;
	
}

.address-text label{
	color: #515151;
	font-family: CLFont;
	font-size: 14px;
	width: 342px;
	height: 50px;
	float: left;
	/*background-color: yellow*/
}

.phone-text{
	width: 342px;
	height: 74px;
	padding-left: 30px;
	/*background: red;*/
	float: left;
	padding-top: 10px;
	
}

.phone-text label{
	color: #515151;
	font-family: CLFont;
	font-size: 14px;
	width: 342px;
	height: 30px;
	float: left;
	/*background-color: yellow*/
}


.ui-btn-send{
	width: 73px;
	height: 30px;
	background-color: #d01b12;
	font-family: CGFontB;
	color: #fff;
	border-radius: 5px;
	border: 0;
	float: right;
	margin-top: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.ui-btn-send:hover{
	background-color: #e1281f
}

.warning-block{
	width: 245px;
	height: 25px;
	float: left;
	background: #27ae60;
	margin-top: 84px;
	margin-left: 20px;
	border-radius: 3px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-family: CGFont;
	line-height: 25px;
}