*{
	box-sizing: border-box;
}
body{
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2b2b2b;
}
.clearfix{
	clear: both;
}
i{
	font-style: italic;
}
.btn{
	width: 280px;
	height: 60px;
	line-height: 60px;
	font-size:16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #00c9f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c9f1 0%, #009ae5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c9f1), color-stop(100%,#009ae5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00c9f1 0%,#009ae5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00c9f1 0%,#009ae5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00c9f1 0%,#009ae5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00c9f1 0%,#009ae5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9f1', endColorstr='#009ae5',GradientType=0 ); /* IE6-9 */
	border: 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 30);
	box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 30);
	cursor: pointer;
}
.btn:hover{
	background: #1acdf1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1acdf1 0%, #179fe1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1acdf1), color-stop(100%,#179fe1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1acdf1 0%,#179fe1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1acdf1 0%,#179fe1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1acdf1 0%,#179fe1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1acdf1 0%,#179fe1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acdf1', endColorstr='#179fe1',GradientType=0 ); /* IE6-9 */
}
.wrap{
	max-width: 960px;
	width: 960px;
	margin: 0 auto;
}
#main_header{
	height: 65px;
	font-size:14px;
	font-weight: 500;
	line-height: 14px;
	text-align: right;
	padding-top: 38px;
}
#main_header span{
	padding-right: 30px;
}
section.wrap{
	border: 1px solid #143f92;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 65px;
}
section header{
	position: relative;
	padding-bottom: 4px;
}
section header:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #00b1eb;
	bottom: 3px;
	left: 0;
}
section header:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #00b1eb;
	bottom: 0;
	left: 0;
}
section header img{
	position: absolute;
	top: 35px;
	right: 36px;
}
section header h1{
	font-size:38px;
	font-weight: 900;
	line-height: 38px;
	color: #00b1eb;
	padding: 55px 0 10px 30px;
}
section header h2{
	font-size:35px;
	font-weight: 300;
	line-height: 38px;
	color: #143f92;
	padding: 0 0 54px 30px;
}
section #main{
	display: table;
	width: 100%;
	position: relative;
}
#col_left{
	width: 624px;
	float: left;
	padding-left: 30px;
}
#col_left p{
	line-height: 24px;
	padding: 14px 30px 0 0;
}
#col_left p b{
	font-weight: 700;
}
#col_left p em{
	color: #00b1eb;
}
#col_left p:first-child{
	padding-top: 24px;
}
#col_left h3{
	color: #e60058;
}
#col_right{
	width: 334px;
	height: 100%;
	background: #f9f9f9;
	-webkit-border-radius: 0px 0px 5px 0px;
	border-radius: 0px 0px 5px 0px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 35px 27px 0 27px;
}
#col_right img{
	margin-bottom: 15px;
}
#col_right p{
	font-size:14px;
	line-height: 24px;
	padding: 5px 0 24px 0;
	width: 100%;
}
#col_right p em{
	font-weight: 700;
	color: #00b1eb;
}
#col_right .btn{
	width: 280px;
}
#col_right .note{
	width: 280px;
	position: relative;
	padding: 16px 15px 10px 15px;
	margin-top: 30px;
	background: #143f92;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#col_right .note h4{
	font-size:20px;
	font-weight: 900;
	line-height: 20px;
	color: #fff;
}
#col_right .note p{
	font-size:14px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	padding: 23px 0 11px 0;
}
#col_right .note:before{
	position: absolute;
	content: "";
	width: 243px;
	height: 1px;
	background: #fff;
	left: 15px;
	top: 50px;
}
#articles_list{
	padding: 67px 29px 86px 0;
}
#articles_list h3{
	font-weight: 700;
	font-size: 16px;
	color: #e60058;
	padding: 0 0 8px 246px;
}
#col_left .article{
	width: 100%;
	display: inline-block;
	margin-bottom: 13px;
}
#col_left .article div{
	position: relative;
	width: 318px;
	height: 177px;
	float: right;
}
#col_left .article div:before{
	content: "";
	position: absolute;
	width: 56px;
	height: 2px;
	background: #143f92;
	top: 9px;
	left: 0;
}
#col_left .article:last-child div{
	height: 197px;
}
#col_left .article img{
	float: left;
	margin-right: 23px;
}
#col_left .article p{
	padding: 20px 0 0 0;
	font-weight: 700;
	font-size: 14px;
}
#col_left .article .btn{
	position: absolute;
	bottom: 0;
	left: 0;
}
#articles_list .sepa{
	width: 100%;
	height: 1px;
	margin: 33px 0;
	background: #dddddd;
}