﻿.content-header{
	margin-left: 63px;
	margin-right: 55px;
	height: 215px;
	background: #eee url(../images/cont-head-help.png) no-repeat 260px top;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.content-header .tabs{	
	position: relative;
	float: left;
	padding: 21px 0 0 26px;
}
.content-header .tabs:before{
	position: absolute;
	bottom: -20px;
	left: 77px;
	content:'';
	display: block;
	width: 136px;
	height: 16px;
	background: url(../images/tabs-pointer.png) no-repeat left top;
}
.content-header .tabs li{
	overflow: hidden;
	padding-bottom: 24px;
}
.content-header .tabs i{
	float: left;
	display: inline-block;
	width: 42px;
	height: 38px;
	background: #fff url(../images/icons.png) no-repeat left -6px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content-header .tabs span{
	display: inline-block;
	margin-left: 10px;
	font: 15px helveticaneuecyrbold;
	text-transform: uppercase;
	line-height: 20px;
	color: #585858;
	cursor: pointer;
}
.content-header .tabs #tab_two i{
	background-position: -3px -54px;
}
.content-header .tabs #tab_two span{
	padding-top: 10px;
}
.content-header .tabs #tab_three i{
	background-position: -3px -105px;
}
.content-header .tabs .isActive span{
	color: #0c54a0;
	cursor: default;
}
.content-header .tabs #tab_one.isActive i{
	background-position: -50px -6px;
}
.content-header .tabs #tab_two.isActive i{
	background-position: -53px -54px;
}
.content-header .tabs #tab_three.isActive i{
	background-position: -53px -105px;
}

.content-header .quest_block{
	float: right;
	padding: 21px 26px 0 0;
}
.content-header .quest_block li:first-child{
	font: 15px helveticaneuecyrbold;
	text-transform: uppercase;
	line-height: 20px;
	color: #585858;
}
.content-header .quest_block textarea{
	width: 495px;
	height: 93px;
}
.content-header .quest_block input[type="text"]{
	width: 495px;
	margin-right: -153px;
}
.content-header .quest_block input[type="text"], .content-header .quest_block button{
	vertical-align: top;
}

.content{
	padding-top: 50px;
}
.content > div{
	margin-left: 143px;
	margin-right: 70px;
	padding-bottom: 20px;
}
.content > div h3{
	line-height: 1.0;
	font-size: 14px;
	font-weight: normal;
	font-family: helveticaneuecyrroman;
}
.content > div h3 span{
	text-transform: uppercase;
	color: #444;
	border-bottom: 1px dashed #444;
	line-height: 1.7;
	cursor: pointer;
}
.content > div h3.isActive span{
	color: #0c54a0;
	border-bottom: none;
}
.content > div h3:hover span{
	color: #0c54a0;
	border-bottom: 1px dashed #0c54a0;
}
.content > div h3.isActive:hover span{
	border-bottom: none;
}
.content > div p{
	position: relative;
	display: none;
	padding: 30px 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	/*font-style: italic;*/
	color: #0c54a0;
	line-height: 20px;
	background: #fff;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0px 0px 20px #afbfd6;
	-moz-box-shadow: 0px 0px 20px #afbfd6;
	box-shadow: 0px 0px 20px #afbfd6;
}
.content > div p:before{
	position: absolute;
	top: -10px;
	left: 200px;
	content:'';
	display: block;
	width: 24px;
	height: 10px;
	background: url(../images/bubble-pointer.png) no-repeat left top;
}

#content-block_two, #content-block_three{
	display: none;
}