html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

textarea{
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------------reset*/
/*-----------------------------------------font-face*/

@font-face {
/* This declaration targets Internet Explorer */
	font-family: 'PFAgoraSansProMedium';
	src: url('fonts/pfagorasanspro-medium-webfont.eot');
}

@font-face {
/* This declaration targets everything else */
	font-family: 'PFAgoraSansProMedium';
	src: url(//:) format('no404'), url('fonts/pfagorasanspro-medium-webfont.woff') format('woff'), url('fonts/pfagorasanspro-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*-----------------------------------------font-face*/

html, body {
	position: relative;
	color: #000;
	min-width: 1000px;
	font: normal 18px/22px Arial, sans-serif;
}

body{
	background: #008941 url(../i/back.jpg) 50% 0 no-repeat;
}

.inner_page{
	background-image: url(../i/back_inner.jpg);
}

.wrapper{
	z-index: 1;
	position: relative;
	min-width: 1000px;
	width: 100%;
	overflow: hidden;
}

.base {
	min-width: 1000px;
	overflow: hidden;
}

/*---------------------------------------------------------------------------global*/
 h1, h2, h3{
	 font-size: 1em;
 }

.ie{
	display: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

.clear {
	clear: both;
}

.right{
	float: right;
}

.left{
	float: left;
}

.hide{
	display: none;
}

/*---------------------------------------------------------------------------global*/
/*---------------------------------------------------------------------------header*/
.header {
	z-index: 20;
	position: relative;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}

.header_wrap{
	position: relative;
	width: 1000px;
	height: 335px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.inner_page .header_wrap{
	height: 268px;
}

.main_question{
	z-index: 20;
	position: absolute;
	width: 490px;
	top: 69px;
	left: 456px;
	font-size: 38px;
	line-height: 42px;
	color: #bff3d7;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;

}

.lesson .main_question{
	
}

.butt{

}

.inner_page .main_question{
	width: 400px;
	top: 65px;
	left: 476px;
	font-size: 30px;
	line-height: 34px;
}

.main_question.dark{
	display: none;
}

.main_question span{
	display: block;
	padding: 8px 0 0;
	font-size: 49px;
	line-height: 60px;
	color: #fff;
	font-weight: 900;
	font-family: "Arial Black", Arial, sans-serif;

}

.inner_page .main_question span{
	font-size: 38px;
	line-height: 48px;
}

/*-----------------------------------------------------------------------------------header*/
/*--------------------------------------------------------------------------------main_row*/
.main_row{
	overflow: hidden;
}

/*---------------------------------------------------------------------------content_row*/

.content_row {
	z-index: 100;
	position: relative;
	overflow: hidden;
}


/*------------------------------------------------------representation_block*/
.representation_block{
	position: relative;
	width: 880px;
	padding: 30px 60px 75px;
	margin: 0 auto;
	background:#bff3d7 url(../i/cover_box.jpg) 108px 100% no-repeat;
	clear: both;
}

.representation_block .p{
	text-align: center;
	font-size: 25px;
	line-height: 31px;
}

.inner_page .representation_block .p_big{
	padding: 15px 0 30px;
	font-size: 24px;
	line-height: 28px;
}

.inner_page .representation_block .p{
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 22px;
}


.side_block{
	padding: 42px 0 0 394px;
}

.r_b_h_line{
	width: 352px;
	padding: 0 0 40px;
	font-size: 27px;
	line-height: 31px;
}

.r_b_list{
	font-size: 17px;
	line-height: 22px;
}

.r_b_list > li{
	padding: 0 0 14px 34px;
	background: url(../i/galka.png) 0 0 no-repeat;
}





/*------------------------------------------------------representation_block*/
/*------------------------------------------------------list_block*/
.list_block{
	width: 1000px;
	padding: 19px 0 0;
	margin: 0 auto;
	background: #bff3d7;
	overflow: hidden;
}

.list_block .img_right{
	margin: 20px 140px 0 30px;
}

.list_block .lb_list .img_right{
	margin: 20px 80px 0 30px;
}

.list_b_hline{
	padding: 0 60px 25px;
	font-size: 26px;
	line-height: 30px;
}

.lb_list{
}

.lb_l_item{
	padding: 10px 60px;
	font-size: 16px;
	line-height: 20px;
}

.lb_l_item strong{
	display: block;
}
.lb_l_item span{
	display: block;
	font-size: 12px;
	line-height: 16px;
}

.lb_l_item:nth-child(odd){
	background: #ecfbf3;
}
/*------------------------------------------------------list_block*/
/*------------------------------------------------------.video_block*/
.video_main_block{
	padding-top: 25px !important;
}
.v_b_hline{
	padding: 0 0 25px !important;
	text-align: center;
}

.video{
	width: 800px;
	margin: 0 auto;
}
/*------------------------------------------------------.video_block*/
/*------------------------------------------------------text_block*/
.text_block, .video_main_block{
	position: relative;
	width: 880px;
	padding: 19px 60px 3px;
	margin: 0 auto;
	background: #bff3d7;
	clear: both;
	overflow: hidden;
}

.inner_page .text_block{
	position: relative;
	width: 1000px;
	padding: 25px 0;
	margin: 0 auto;
	background: #bff3d7;
	overflow: hidden;
}

.inner_page .text_block.subscribe{
	width: 920px;
	padding: 25px 40px;
}

.text_block.author{
	padding-top: 50px;
}

.purse{
	background: #bff3d7 url(../i/purse.jpg) 561px 100% no-repeat;
}

.purse .indent{
	padding: 0 397px 18px 0;
}

.img_right{
	float: right;
	margin: 0 0 15px 30px;
}

.img_right.author {
	padding: 5px;
	margin: 10px 0 15px 30px;
	border: 1px solid #9F9F9F;
	background: #fff;
}

.img_left{
	float: left;
	margin: 0 30px 15px 0;
}

.p{
	padding: 0 0 18px;
}

.center{
	text-align: center;
}

.p_bold{
	padding: 0 0 18px;
	font-weight: 700;
}

.p_big{
	padding: 0 0 18px;
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
}

.red{
	color: #aa0303;
}

/*-----------------------------h_line*/
.h_line{
	width: 912px;
	padding: 20px 0;
	font-size: 24px;
	line-height: 28px;
	margin: 0 auto;
	overflow: hidden;
}

.h_line_c {
	width: 1000px;
	padding: 20px 0;
	font-size: 32px;
	line-height: 36px;
	color: #000;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.h_line_c span{
	display: block;
	font-size: 15px;
	line-height: 18px;
}

/*-----------------------------h_line*/

.t_b_h_line, .w_a_hline, .v_b_hline{
	padding: 0 0 20px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
}

.ttu {
	text-transform: uppercase !important;
}

.fwn{
	font-weight: 400 !important;
}

.fwb{
	font-weight: 700 !important;
}


/*----------------------lists*/
.list_one{
}

.list_one > li{
	font-size: 15px;
	line-height: 19px;
	padding: 0 27px 10px 48px;
	background: url(../i/arrow.png) 21px 2px no-repeat;
}

/*----------------------lists*/
/*------------------------------------------------------text_block*/
/*------------------------------------------------------form_block*/

.form_block{
	position: relative;
	margin:  0 auto;
	overflow: hidden;
}

.form_block.big{
	width: 910px;
	padding: 25px 0 0 90px;
	height: 186px;
	background: url(../i/form_back_big.jpg) 0 0 no-repeat;
}

.form_block.small{
	width: 878px;
	padding: 15px 0 0 122px;
	height: 65px;
	background: url(../i/form_back_small.jpg) 0 0 no-repeat;
}

.lesson .form_block.small{
	overflow: hidden;
}

.form_block_question{
	margin: 0 0 0 32px;
	float: left;
	color: #fff;
}

.lesson .form_block.small .butt{
	margin: 0 180px 0 0;
	float: right;
	text-align: center;
}

.form_block .p{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

.form_text{
	width: 465px;
	float: left;
	overflow: hidden;
}

.form_wrap{
	overflow: hidden;
}

.big .form_wrap{
	width: 318px;
	padding: 0 30px 0;
	float: left;
}

.form_field{
	width: 203px;
	height: 20px;
	padding: 12px 10px 10px 10px;
	margin: 3px 12px 0 0;
	float: left;
	background: url(../i/form_field.png) 0 0 no-repeat;
	overflow: hidden;
}

.big .form_field{
	width: 297px;
	margin: 0 0 14px;
	float: none;
	background-image: url(../i/form_field_big.png);
}



.form_wrap input[type="text"]{
	width: 187px;
	height: 20px;
	color: #848284;
	font-family: Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	background: none;
	border: none;
}

.big .form_wrap input[type="text"]{
	width: 298px;
}

.SR_submitButton, .i_baner_butt, .lesson .butt{
	display: block;
	width: 250px;
	height: 49px;
	margin: 18px auto;
	font-size: 19px;
	line-height: 49px;
	font-family: 'PFAgoraSansProMedium';
	background: url(../i/butt.png) 0 0 no-repeat;
	border:none;
	font-weight: 400;
	text-transform: none;
	clear: both;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
}

.SR_submitButton.b_b_butt{
	clear: none;
}

.small .SR_submitButton{
	margin: 0;
	clear: none;
}

.SR_submitButton:hover, .i_baner_butt:hover, .lesson .butt:hover{
	color: #25521a;
	background-position: 0 -49px;
}
/*------------------------------------------------------form_block*/
/*------------------------------------------------------inner_page*/
.inner_page{

}
/*-----------------------------------------------video_block*/
.video_block{
	z-index: 5;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/*-----------------------------select-quality*/
.select-quality {
	padding: 0 0 15px 44px;
	overflow: hidden;
}

.select-quality span {
	display: block;
	font: 12px Arial;
	margin-bottom: 10px;
}

.select-quality .active  {
	color: #000000;
	text-decoration: none;
}

.select-quality a:hover{
	text-decoration: none;
}

.select-quality a {
	color: #5f796b;
	float: left;
	font-size: 14px;
	font-weight: 700;
	margin-right: 9px;
	text-decoration: underline;
}



.select-quality a.low {
	float: left;
}

.select-quality .tumblr {
	width: 61px;
	height: 31px;
	padding-left: 1px;
	margin: 6px 9px 0 0;
	float: left;
	background: url("../i/tubmlr.png") 0 0 no-repeat;
}

.ibutton-container {
    cursor: pointer;
    height: 31px;
    max-width: 400px;
    overflow: hidden;
    position: relative;
    width: 66px;
}

.ibutton-container input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.ibutton-handle {
	background: url("../i/tumblr.png") no-repeat scroll 0 0 transparent;
	cursor: inherit;
	display: block;
	height: 31px;
	left: 0;
	position: absolute;
	top: 0;
	width: 31px;
	z-index: 3;
}
/*-----------------------------select-quality*/
.video_block_back{
	z-index: 5;
	position: relative;
	width: 1000px;
	padding: 25px 0;
	margin: 0 auto;
	background: #bff3d7;
	overflow: hidden;

}

.video_wrap{
	text-align: center;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
}

.video_wrap .p{
	padding: 15px 0 0;
	font-size: 12px;
	line-height: 16px;
}

#high{
	display: none;
}
/*-----------------------------------------------video_block*/
/*-----------------------------------------------become_professional*/
.inner_baner {
	z-index: 5;
	position: relative;
	width: 363px;
	height: 312px;
	padding: 48px 55px 41px 463px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
}

.i_baner_back {
	z-index: 1;
	position: absolute;
	width: 881px;
	height: 297px;
	top: 37px;
	left: 0;
	background: url(../i/become_professional_block/baner_back.jpg) 0 0 no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	behavior: url(styles/PIE.htc);
}

.i_baner_img {
	z-index: 10;
	position: absolute;
	width: 392px;
	height: 384px;
	top: 0;
	left: 41px;
}

.i_baner_text{
	z-index: 10;
	position: relative;
	overflow: hidden;
}

.i_baner_hline{
	font-size: 38px;
	line-height: 40px;
	font-weight: 400;
	font-family: 'PFAgoraSansProMedium';
}

.i_baner_big{
	padding: 5px 0 0;
	font-size: 24px;
	line-height: 28px;
	font-family: 'PFAgoraSansProMedium';
}

.i_baner_p{
	padding: 9px 0 20px;
	font-size: 15px;
	line-height: 18px;
}

.i_baner_butt{
	text-align: center;
	color: #000 !important;
	text-decoration: none;
	margin: 0;
}
/*-----------------------------------------------become_professional*/
/*-----------------------------links_block*/
.links_block{
	z-index: 100;
	position: relative;
	width: 880px;
	padding: 0 60px;
	margin: 0 auto;
	background: #bff3d7;
	overflow: hidden;
}

.lesson .links_block{
	padding: 20px 60px 0;
}

.link_block{
	width: 429px;
	float: left;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	background: #aee1b1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	behavior: url(styles/PIE.htc);
}

.link_block.subsc{
	margin: 0 18px 0 0;
}

.link_block_wrap{
	width: 329px;
	padding: 20px 0 20px 94px;
}

.subsc .link_block_wrap{
	background: url(../i/hend_ico_1.png) 23px 50% no-repeat;
}

.share .link_block_wrap{
	background: url(../i/hend_ico_2.png) 23px 50% no-repeat;
}

.l_b_hline{
	font-size: 19px;
	line-height: 25px;
}

.link_block a{
	color: #1848b7;
}
/*-----------------------------links_block*/
/*------------------------------------------------------inner_page*/
/*---------------------------------------------------------------------------content_row*/
/*---------------------------------------------------------------------------------main_row*/
/*-----------------------------------------------------------------------------------footer*/
.footer {
	width: 1000px;
	height: 155px;
	padding: 45px 0 0;
	margin: 0 auto ;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #bff3d7;
	overflow: hidden;
}

.footer_wrap{
	position: relative;
	width: 880px;
	height: 155px;
	margin: 0 auto;
	border-top: 1px solid #82a592;
	overflow: hidden;
}

.footer a{
	color: #0041fc;
}

.copyright{
	position: absolute;
	top: 18px;
	left: 3px;
}

.copyright span{
	display: block;
	padding: 2px 0 0;
}

.support{
	position: absolute;
	width: 455px;
	top: 18px;
	left: 430px;
	overflow: hidden;
}

.sup_hline{
	float: left;
	padding: 0 5px 0 0;
}

.sup_wrap{
	width: 330px;
	overflow: hidden;
}

.sup_list{
	overflow: hidden;
}

.sl_lv{
	padding: 0 9px;
	float: left;
	background: url(../i/list_sep.png) 0 5px no-repeat;
}

.sl_lv:first-child{
	padding: 0 9px 0 0;
	background: none;
}

.call_us{
	position: absolute;
	width: 455px;
	top: 36px;
	left: 430px;
}

.Info-DVD_logo{
	position: absolute;
	width: 160px;
	height: 47px;
	top: 78px;
	left: 379px;
	background: url(../i/info_dvd_logo.png) 0 0 no-repeat;
}
/*------------------------------------------------------footer_nav*/
/*-----------------------------------------------------------------------------------footer*/
/*-----------------------------------------------------------------------------------print*/
@media print {
	.wrapper, .base,.content_row, .static, .main_row{
		padding: 0 !important;
		overflow: visible !important;
	}

	.print_header, .print_footer{
		display: block !important;
		padding: 10px 0;
		width: 100% !important;
	}

    .content_row  {
		display: block !important;
		width: 95% !important;
		margin: 0 auto !important;
		float: none !important;
	}

	.header, .footer{
		display: none !important;
	}

}

