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: 'PFAgoraSansPro';
	src: url('fonts/pfagorasanspro-bold-webfont.eot');
}

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

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

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

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

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

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

html, body {
	position: relative;
	color: #000;
	min-width: 955px;
	font: normal 16px/20px Arial, sans-serif;
}

body {
	background: #fff url(../i/back_pattern.png) 0 0 repeat;
}

.wrapper {
	background: url(../i/header.png) 50% 17px no-repeat;
	z-index: 1;
	position: relative;
	min-width: 945px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.base {
	width: 100%;
	min-width: 945px;
	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;
}

.no_overflow {
	overflow: visible !important;
}

.right {
	float: right;
}

.left {
	float: left;
}

.no_bg {
	background: none !important;
}

.no_border {
	border: none !important;
}

/*---------------------------------------------------------------------------global*/
/*---------------------------------------------------------------------------header*/
.header {
	z-index: 20;
	position: relative;
	width: 945px;
	padding: 356px 0 0;
	margin: 0 auto;
	overflow: hidden;
}

/*-----------------------------------------------------------------------nav*/

.nav_false .nav {
	display: none;
}

.nav {
	position: relative;
	width: 943px;
	height: 50px;
	margin: 0 auto;
	background: url(../i/nav_back.png) 0 0 repeat-x;
	border: 1px solid;
	border-color: #cccbcb #cccbcb #9f9f9f;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	behavior: url(styles/PIE.htc);
	border-radius: 4px;
	behavior: url(styles/PIE.htc);
}

.lv_n {
	height: 50px;
	float: left;
	background: url(../i/nav_sep.png) 100% 50% no-repeat;
}

.lv_n a {
	position: relative;
	display: block;
	height: 50px;
	padding: 0 25px;
	color: #000;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
}

.lv_n:first-child a {
	position: relative;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	behavior: url(styles/PIE.htc);
}

.lv_n a:hover, .lv_n.mark a {
	color: #fff;
	background: url(../i/nav_h.png) 0 0 repeat-x;
}

.media {
	position: relative;
	float: right;
	height: 50px;
	margin: 0;
	line-height: 50px;
}

.media a {
	display: block;
	height: 50px;
	width: 76px;
	margin: 0 4px 0 0;
	padding: 0 0 0 44px;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-decoration: none;
	background: url(../i/butt_media.png) 0 0 no-repeat;
}

.media a:hover, .media.mark a {
	color: #bb0000;
}

/*-------------------------------------------------nav*/

.headline {
	position: absolute;
	top: 130px;
	left: 473px;
	color: #fff;
	text-transform: uppercase;
	font: 700 48px/54px 'PFAgoraSansPro';
}

.headline span {
	color: #ff0;
}

.infodvd_logo {
	position: absolute;
	width: 122px;
	height: 36px;
	top: 37px;
	right: 54px;
	background: url(../i/info_dvd_logo.png) 0 0 no-repeat;
}

/*-----------------------------------------------------------------------------------header*/
/*--------------------------------------------------------------------------------main_row*/
.main_row {
	position: relative;
	width: 100%;
	min-width: 945px;
	padding: 0 0 25px;
	overflow: hidden;
}

.page_hline, .text_block, .cover_block {
	position: relative;
	width: 843px;
	padding: 36px 50px 15px;
	border: solid #e7e8e8;
	border-width: 0 1px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.page_hline {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	color: #bb0000;
	text-align: center;
}

.page_hline.mod_1 {
	padding: 36px 50px;
	color: #fff;
	background: url(../i/important_block.png) 0 0 repeat-y;
}

/*---------------------------------------------------accent_block*/
.accent_block {
	position: relative;
	width: 843px;
	padding: 16px 50px 25px;
	font-size: 28px;
	text-align: center;
	line-height: 35px;
	color: white;
	font-weight: 700;
	border: solid #E7E8E8;
	margin: 0 auto;
	background: black url(../i/important_block.png) 0 0 no-repeat;
	overflow: hidden;
	border-width: 0 1px;
}

.accent_block.mod_1 {
	background-repeat: repeat-y;
}

/*-----------------------------------------accent_block*/
/*-----------------------------------------text_block*/
.text_block.last {
	text-align: center;
	border-width: 0 1px 1px;
}

.text_block.last.mod_1 {
	padding: 0 50px 15px;
}

.text_block.mod_2 {
	background: #e5e5e5;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.last_link, .last_link:before {
	background-image: url(../i/bott_butt.png);
	background-repeat: no-repeat;
}

.last_link {
	position: relative;
	display: inline-block;
	height: 63px;
	padding: 0 24px 0 0;
	margin: 0 0 22px;
	left: 24px;
	color: #313131;
	font-size: 17px;
	font-weight: 700;
	line-height: 63px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	background-position: 100% 0;
	cursor: pointer;
}

.last_link:hover {
	color: #797979;
	background-position: 100% -63px;
}

.last_link span {
	display: inline-block;
	line-height: 20px;
	font-size: 17px;
	vertical-align: middle;
}

.last_link:before {
	position: absolute;
	width: 24px;
	height: 63px;
	top: 0;
	left: -24px;
	content: "";
	background-position: 0 0;
}

.last_link:hover:before {
	background-position: 0 -63px;
}

.red {
	color: #ff3333 !important;
}

.red2 {
	color: #bb0000 !important;
}

.center {
	text-align: center;
}

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

.tdu {
	text-decoration: underline;
}

.tar {
	text-align: right;
}

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

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

.fsi {
	font-style: italic;
}

.overflow {
	overflow: hidden;
}

.ls_d_i {
	list-style-type: disc;
	list-style-position: inside;
}

.lsp_i {
	list-style-position: inside;
}

.img_right.mod_1 {
	margin: 0 -50px 15px 20px !important;
}

.img_right.mod_2 {
	margin: 52px 30px 15px 0;
}

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

.img_right.mod_3 {
	margin: 37px 0 0 22px;
}

.img_right.mod_4 {
	margin: 21px 0 0 22px;
}

.img_center {
	display: block;
	margin: 0 auto 22px;
}

.list_one .img_right {
	margin: 15px 40px 0 20px;
}

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

.img_left.mod_2 {
	margin: 52px 30px 15px 0;
}

.img_left.mod_1 {
	margin: 12px 20px 15px -50px !important;
}

.img_left.author {
	padding: 5px;
	border: 1px solid #9f9f9f;
}

.p {
	padding: 0 0 22px;
}

.p.small {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.p a, .p_small a {
	color: #0c29bb;
}

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

.p_small {
	padding: 0 0 22px;
	font-size: 13px;
	line-height: 17px;
}

.p_bold_mod_1 {
	padding: 0 0 10px;
	font-weight: 700;
}

.p_bold.mod_2 {
	font-size: 21px;
	font-weight: 700;
	padding: 0 0 22px;
	line-height: 24px;
}

.p_bold.mod_3 {
	font-size: 19px;
	line-height: 24px;
}

.p_big {
	padding: 0 0 22px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
}

.p_big.mod_1 {
	font-size: 32px;
	line-height: 36px;
}

.t_b_h_line {
	padding: 0 0 22px;
	font-size: 24px;
	line-height: 28px;
	clear: both;
}

.t_b_h_line.mod_1 {
	text-transform: uppercase;
}

.t_b_h_ine_text {
	display: inline-block;
	width: 700px;
	padding: 0 0 0 20px;
	vertical-align: middle;
	color: #b00;
}

.t_b_h_line.mod_1 .t_b_h_ine_text {
	color: #000;
}

.t_b_h_line.mod_1, .t_b_h_line.mod_2 {
	vertical-align: middle;
}

.t_b_h_c_line {
	padding: 0 0 22px;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	clear: both;
}

.t_b_h_c_line.mod_1 {
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
}

.t_b_h_c_line.mod_2 {
	font-size: 28px;
	line-height: 32px;
}

.t_b_h_c_line.mod_3 {
	padding: 30px 50px;
	margin: 0 -50px 30px;
	font-size: 24px;
	line-height: 32px;
	color: white;
	background: black;
}

.t_b_h_c_line.mod_4 {
	padding: 0 0 32px;
}

.order_last_link {
	font-size: 30px;
	text-decoration: underline;
	font-weight: 700;
}

.num {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	font-size: 45px;
	text-align: center;
	vertical-align: middle;
	background: #BB0000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	behavior: url(styles/PIE.htc);
}

.text_block.mod_down {
	padding: 36px 50px 50px;
}

.text_block.mod_dbb {
	padding: 36px 50px 60px;
}

/*------------------------------------------------lists-*/

.list_one {
	padding: 18px 0 20px;
	font-weight: 700;
	overflow: hidden;
}

.list_one.mod_1 {
	font-weight: 400;
	overflow: visible;
}

.list_one > li {
	padding: 5px 52px 10px 39px;
	background: url(../i/list_galka.png) 0 0 no-repeat;
}

.list_one .no_bg {
	background: none;
}

.list_one.mod_1 > li:nth-child(odd) {
	font-weight: 700;
}

/*------------------*/

.list_two, .list_fifth, .list_sixth {
	position: relative;
	padding: 0 0 22px;
	margin: 0 -50px;
	font-size: 16px;
	line-height: 20px;
}

.list_two > li, .list_fifth > li, .list_sixth > li {
	padding: 15px 50px 15px 90px;
	background: #fff url(../i/list_arrow.png) 50px 50% no-repeat;
}

.list_two > li:nth-child(even) {
	background-color: #f0eff2;
	border: solid #e5e5e5;
	border-width: 1px 0;
}

.list_two.mod_1 {
	margin: 0;
	overflow: hidden;
}

.list_two.mod_1 > li:nth-child(even) {
	font-weight: 700;
}

.list_two.mod_1.odd_2 {
	margin: 0 -1px 0 0;
	overflow: hidden;
}

.list_two.mod_1.odd_2 > li:nth-child(odd) {
	font-weight: 700;
	background-color: #f0eff2;
	border: solid #e5e5e5;
	border-width: 1px 0;
}

.list_two.mod_1.odd_2 > li:nth-child(even) {
	background-color: #fff;
	border: none;
	font-weight: 300 !important;
}

.list_fifth {
	color: #bb0000;
	font-weight: 700;
	overflow: hidden;
}

.list_fifth.mod_1 {
	margin: 0;
}

.list_fifth > li {
	background-image: url(../i/bulet_x.png) !important;
}

.list_fifth > li:nth-child(even) {
	background-color: #F1DFDE;
	border: solid #e5e5e5;
	border-width: 1px 0;
}

.list_sixth > li:nth-child(even) {
	background-color: #EDF7EA;
	border: solid #E5E5E5;
	border-width: 1px 0;
}

.list_sixth > li {
	background-image: url(../i/green_chek.png) !important;
	background-position: 20px 50%;
	padding: 15px 70px;
}

/*--------------------------*/
.list_sixth.mod_1 {
	margin: 0;
	overflow: hidden;
}

.list_sixth.mod_1 > li:nth-child(even) {
	font-weight: 700;
}

.list_sixth.mod_1.odd_2 {
	margin: 0 -1px 0 0;
	overflow: hidden;
}

.list_sixth.mod_1.odd_2 > li:nth-child(even) {
	background-color: #EDF7EA;
	border: solid #E5E5E5;
	border-width: 1px 0;
}

.list_sixth.mod_1.odd_2 > li:nth-child(odd) {
	background-color: #fff;
	border: none;
}

.list_sixth.mod_2 li:nth-child(even) {
	font-weight: 700;
}

/*-------------------------------------------------lists*/

.comments_block {
	padding: 30px 0 0;
}

.c_b_item {
	padding: 0 0 36px;
}

.c_b_i_author_data {
	width: 187px;
	float: left;
}

.c_b_i_author_data img {
	max-width: 159px;
	display: block;
	margin: 0 0 18px;
	padding: 5px;
	background: #e5e5e5;
}

.c_b_i_author_data span {
	font-size: 15px;
}

.c_b_i_comment_text, .c_b_i_comment_text .comment_after {
	background-image: url(../i/comment_bg.png);
	background-repeat: no-repeat;
}

.c_b_i_comment_text {
	width: 587px;
	margin: 0 0 0 187px;
	padding: 24px 26px 6px 41px;
	position: relative;
}

.c_b_i_comment_text .comment_after {
	position: absolute;
	width: 654px;
	height: 10px;
	bottom: 0;
	left: 0;
	background-position: 0 100%;
	background-color: #fff;
}

.c_b_i_comment_text .p,
.lsp_i li, .ls_d_i li {
	font-size: 15px;
	padding: 0 0 15px;
}

/*-----------------------------------*/

.screen_block {
	text-align: center;
}

.screen_wrap {
	position: relative;
	display: inline-block;
	padding: 5px;
	margin: 0 0 22px;
	background: #fff;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	behavior: url(styles/PIE.htc);
}

.screen_wrap .img_center {
	margin: 0;
}

.screen_wrap.mod_1 {
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.screen_wrap.mod_1 img {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(styles/PIE.htc);
}

/*-----------------------*/
.t_b_video_wrap {
	padding: 0 0 32px;
	text-align: center;
	overflow: hidden;
}

.media_page .t_b_video_wrap {
	z-index: 10;
	position: relative;
	padding: 24px 0;
	margin: 0 -58px 35px;
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #CFCFCF;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 0 0 4px #CFCFCF;
}

.t_b_video_block {
	display: inline-block;
	padding: 0 0 10px;
}

.t_b_video_link {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.t_b_video_link a {
	border-bottom: 1px dotted;
	color: #07263B;
	text-decoration: none;
}

.t_b_video_link a:hover {
	text-decoration: none;
}

/*-----------------------------*/
.pdf_block {
	background: url(../i/pdf_icon.png) 20px 20px no-repeat #f0f0f0;
	margin: 15px auto 30px;
	position: relative;
	padding: 17px 17px 13px 100px;
	font-size: 14px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(styles/PIE.htc);
}

.pdf_block strong {
	display: block;
	font-size: 26px;
	line-height: 32px;
	color: #B71B00;
	font-weight: 400;
}

/*--------------------------------------------*/
.bonus {
	position: relative;
	width: auto;
	margin: 10px -50px 20px;
	padding: 20px 75px;
	border: 2px dashed #e9e9e9;
	border-width: 2px 0px;
	background: #fcfcfc;
	overflow: hidden;
}

.b_desc_img {
	float: left;
	width: 222px;
}

.b_desc_text {
	overflow: hidden;
}

.img_bonus1 {
	margin: 5px 65px 15px 0;
}

.img_bonus3 {
	margin: 5px 85px 15px 0;
}

.bonus_description {
	color: #444;
	font-size: 0.8em;
	clear: both;
}

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

.form_block {
	position: relative;
	padding: 35px 20px 32px 300px;
	margin: 0 auto;
	width: 623px;
	min-height: 136px;
	background: url(../i/form_bg.jpg) 0 0 no-repeat;
}

.form_cover {
	position: absolute;
	bottom: 0;
	left: 61px;
	width: 190px;
	height: 229px;
}

.form_block .p {
	padding: 0 0 26px;
	font-size: 24px;
	line-height: 1.1;
	color: #fff;
}

.form_field {
	position: relative;
	float: left;
	width: 161px;
	height: 22px;
	padding: 10px 10px 9px;
	margin: 0 10px 0 0;
	background: url(../i/form_field.png) 0 0 no-repeat;
}

.form_wrap input[type="name"],
.form_wrap input[type="email"],
.form_wrap input[type="text"] {
	width: 161px;
	height: 22px;
	color: #000;
	font: 15px/22px Arial, sans-serif;
	background: none;
	border: none;
}

.form_wrap .form_field input::-webkit-input-placeholder {
	color: #000 !important;
}

.form_wrap .form_field input:-moz-placeholder {
	color: #000 !important;
}

.SR_submitButton {
	position: relative;
	display: block;
	top: 1px;
	width: 192px;
	height: 44px;
	padding: 0;
	border: none;
	background: url(../i/butt_form.png) 0 0 no-repeat;
	text-transform: uppercase;
	font: 20px/44px "PFDinTextCondProMedium", sans-serif;
	cursor: pointer;
	color: #fff;
}

.SR_submitButton:hover {
	background-position: 0 -48px;
	color: #efcfcf;
}

/*------------------------------------------------------form_block*/

/*------------------------------------------------------questions_list*/
.questions_list {
	padding: 0 0 22px;
	margin: 0 -18px;
}

.q_l_item {
	position: relative;
	padding: 16px 18px 10px 67px;
	min-height: 28px;
	background: url(../i/faq_q.png) 13px 6px no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	behavior: url(styles/PIE.htc);
}

.q_l_item.open_parent {
	position: relative;
	background: #f7f7f7 url(../i/faq_q.png) 13px 6px no-repeat;
	margin: 5px 0 0;
	border: 1px solid #cccbcb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
	behavior: url(styles/PIE.htc);
}

.question {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	padding: 0 21px 0 0;
	cursor: pointer;
}

.question span {
	padding: 0 0 0 20px;
	background: url(../i/arrow_down.png) 100% 60% no-repeat;
}

.question.open span {
	background-image: url(../i/arrow_up.png);
}

.answer {
	position: relative;
	padding: 13px 0 0 2px;
	margin: 0 0 0 10px;
}

.a_wrap {
	font-size: 14px;
	line-height: 18px;
}

.a_wrap .p {
	padding: 0 0 15px;
}

/*----------------------------------------------questions_list*/
/*------------------------------------------------cover_block*/
.cover_block {
	position: relative;
	height: 300px;
	padding: 25px 50px 0;
	color: white;
	background: url(../i/cover_block_back.jpg) 0 0 no-repeat;
}

.cover_img {
	float: left;
	margin: 0 55px 0 0;
}

.cover_hline {
	font-size: 45px;
	line-height: 49px;
	font-weight: 400;
}

.cover_info {
	font-size: 25px;
	line-height: 29px;
}

.cover_info.mod_1 {
	font-size: 26px;
}

/*-----------------------------------------------cover_block*/
/*-------------------------------------------order_block*/
.order_block {
	position: relative;
	width: 943px;
	height: 130px;
	line-height: 130px;
	margin: 0 auto;
	color: white;
	background: #1D2225 url(../i/order_back.jpg) 0 0 no-repeat;
	border: solid #E7E8E8;
	overflow: hidden;
	border-width: 0 1px;
}

.order_b_text {
	display: inline-block;
	min-width: 430px;
	padding: 0 74px 0 108px;
	font-size: 27px;
	line-height: 31px;
	vertical-align: middle;
}

.order_b_text.mod_1 {
	padding: 0 45px 0 50px;
}

.order_b_text.mod_2 {
	padding: 0 110px 0 50px;
}

.order_b_text.mod_3 {
	padding: 0 25px 0 50px;
}

.order_b_text.mod_4 {
	padding: 0 75px 0 50px;
}

.butt {
	display: inline-block;
	width: 266px;
	height: 67px;
	top: 38px;
	right: 63px;
	text-align: center;
	line-height: 67px;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	background: url(../i/butt.png) 0 0 no-repeat;
	-moz-text-shadow: 0 -2px 1px #11617a;
	-webkit-text-shadow: 0 -2px 1px #11617a;
	text-shadow: 0 -2px 1px #11617a;
	behavior: url(styles/PIE.htc);
	overflow: hidden;
}

.butt:hover {
	color: #cfe6ef;
	background-position: 0 -67px;
}

.order_block.mod_1 {
    background: url("../i/important_block_3.png") no-repeat scroll 0 0 transparent;
    height: 80px;
    line-height: 80px;
}
.order_block.mod_1 .order_b_text {
    font-size: 22px;
    padding: 0 30px 0 58px;
}
.order_block.mod_1 .butt {
    background: url("../i/butt_2.png") no-repeat scroll 0 0 transparent;
    font-size: 20px;
    height: 51px;
    line-height: 51px;
    width: 199px;
}
.order_block.mod_1 .butt:hover {
    background-position: 0 -50px;
}

/*----------------------------------------order_block*/
/*---------------------------------------cover_big_block*/
.cover_big_block {
	position: relative;
	width: 864px;
	padding: 25px 36px 22px 42px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
	background: #39464e; /* Old browsers */
	background: -moz-linear-gradient(top, #39464e 0%, #1e2327 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39464e), color-stop(100%, #1e2327)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #39464e 0%, #1e2327 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #39464e 0%, #1e2327 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #39464e 0%, #1e2327 100%); /* IE10+ */
	background: linear-gradient(top, #39464e 0%, #1e2327 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#39464e', endColorstr = '#1e2327', GradientType = 0); /* IE6-9 */
}

.cbb_hline {
	padding: 0 0 22px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}

.cbb_hline.mod_1 {
	padding: 0 0 14px;
	font-size: 38px;
	line-height: 38px;
}

.cbb_hline.mod_2 {
	padding: 32px 0 16px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	text-align: left;
}

.cbb_hline.mod_3 {
	padding: 0 0 32px;
	font-size: 28px;
	line-height: 32px;
}

.cbb_list_info {
	padding: 0 0 20px;
}

.cbb_list_info li {
	padding: 6px 0 14px 42px;
	font-size: 18px;
	background: url(../i/cbb_slider/bullet_v.png) 0 0 no-repeat;
}

.cover_big_block .p {
	padding: 0 0 32px;
}

.cover_big_block .butt {
	display: block;
	margin: 0 auto;
}

.cbb_slider_wrap {
	position: relative;
	width: 943px;
	margin: 0 0 0 -42px;
	overflow: hidden;
}

.cbb_side_wrap {
	width: 420px;
	height: 430px;
	padding: 0 20px 0 0;
	float: right;
	overflow: hidden;
}

.cbb_slider_list {
	width: 940px;
	height: 70px;
	padding: 8px 0 28px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.cbb_slider_list li {
	display: inline-block;
	margin: 0 8px;
	vertical-align: top;
}

.cbb_slider_l_prev, .cbb_slider_l_next {
	width: 26px;
	height: 48px;
	padding: 22px 8px 0;
}

.cbb_slider_l_prev_link, .cbb_slider_l_next_link {
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../i/cbb_slider/arrow_slide.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.cbb_slider_l_prev_link {
	background-position: 0 0;
}

.cbb_slider_l_next_link {
	background-position: -26px 0;
}

.cbb_slider_l_prev_link:hover {
	background-position: 0 -26px;
}

.cbb_slider_l_next_link:hover {
	background-position: -26px -26px;
}

.cbb_slider_l_item {
	width: 95px;
	padding: 4px;
	cursor: pointer;
}

.cbb_slider_l_item.mark, .cbb_slider_l_item:hover {
	padding: 12px 4px 4px;
	margin: -8px 8px 0;
	background: url(../i/cbb_slider/cbb_slider_img_back_h.png) 0 0 no-repeat;
}

.cbb_slider_big_img {
	position: absolute;
	display: none;
	top: 0;
	right: 480px;
	cursor: default;
}

.cbb_slider_img_wrap {
	display: block;
	width: 95px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	vertical-align: middle;
	background: url(../i/cbb_slider/cbb_slider_img_back.png) 0 0 no-repeat;
	overflow: hidden;
}

.cbb_slider_img {
	display: inline-block;
	vertical-align: middle;
}

/*---------------------------------------cover_big_block*/

/*-------------------------------------dekor_block*/
.decor_block {
	position: relative;
	width: 843px;
	padding: 44px 50px 30px;
	margin: 0 auto;
	background: url(../i/decor_video_bg.jpg) 0 0 no-repeat;
}

.decor_b_head {
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
}

.d_b_h_img {
	position: absolute;
	top: -92px;
	left: 58px;
}

.d_b_h_hline {
	position: absolute;
	left: 456px;
	top: 86px;
	width: 480px;
	text-transform: uppercase;
	color: #fbfbfb;
	font: 700 38px/42px 'ElektraTextPro', sans-serif;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
}

.decor_b_video_w {
	width: 666px;
	margin: 0 auto;
}

.decor_b_hline {
	padding: 340px 0 15px;
	text-align: center;
	font-size: 34px;
	line-height: 1;
	color: #fff;
}

.decor_b_video_block {
	width: 640px;
	height: 400px;
	border: 13px solid #fff;
}

.decor_b_links_hold {
	position: relative;
	width: 640px;
	height: 71px;
	line-height: 71px;
}

.decor_b_v_download, .decor_b_v_download:before {
	background-image: url(../i/decor_video_link.png);
	background-repeat: no-repeat;
}

.decor_b_v_download_w {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 32px 0 0;
}

.decor_b_v_download {
	position: relative;
	float: left;
	padding: 0 16px 0 0;
	margin: 0 8px 0 50px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-decoration: none;
	background-position: 100% 0;
}

.decor_b_v_download:before {
	position: absolute;
	width: 16px;
	height: 24px;
	top: 0;
	left: -16px;
	content: "";
	background-position: 0 0;
}

.decor_b_v_download:hover {
	background-position: 100% -30px;
}

.decor_b_v_download:hover:before {
	background-position: 0 -30px;
}

.decor_b_v_size {
	float: left;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}

.decor_submit {
	position: relative;
	display: block;
	width: 233px;
	height: 50px;
	padding: 0;
	border: none;
	background: url(../i/decor_submit.png) 0 0 no-repeat;
	text-transform: uppercase;
	font: 24px/50px "PFDinTextCondProMedium", sans-serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.decor_submit:hover {
	background-position: 50% -53px;
	color: #efcfcf;
}

.decor_b_v_order_w {
	position: relative;
	float: right;
	padding: 17px 0 0;
	overflow: hidden;
}

.decor_b_v_order {
	float: right;
	margin: 0 34px 0 0;
	text-align: center;
	text-decoration: none;
}

/*-------------------------------------dekor_block*/
/*-------------------------------------dekor_big_block*/
.decor_big_block {
	position: relative;
	margin: 0 auto;
	width: 846px;
	padding: 0 50px 0 47px;
	background: #971e05 url(../i/decor_big_block/dbb_bg.jpg) 0 0 no-repeat;
}

.dbb_corner {
	position: absolute;
	right: 0;
	top: 0;
	width: 182px;
	height: 183px;
	background: url(../i/decor_big_block/dbb_corner.png) 0 0 no-repeat;
}

.dbb_author {
	z-index: 1;
	position: absolute;
	left: 66px;
	top: -86px;
	width: 322px;
	height: 563px;
}

.dbb_head {
	position: relative;
	padding: 62px 0 0 366px;
}

.dbb_hline {
	padding: 0 0 30px;
	font-size: 28px;
	line-height: 1.2;
	color: #fff;
}

.dbb_hline.mod_1 {
	padding: 0 0 45px;
	font-size: 35px;
	color: #fffb00;
}

.dbb_hline.mod_1 span {
	color: #fff;
}

.dbb_present_block_w {
	z-index: 2;
	padding: 0 1px 3px;
	position: relative;
	margin: 0 0 24px;
	overflow: hidden;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.dbb_present_block {
	position: relative;
	padding: 12px 0 0 35px;
	overflow: hidden;
	background: #f7f7f7;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .5);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .5);
}

.pr_b_hline {
	font-size: 32px;
	line-height: 1.1;
	padding: 18px 0 22px 96px;
	background: url(../i/decor_big_block/dbb_num_1.png) 0 50% no-repeat;
}

.pr_b_hline.mod_1 {
	background-image: url(../i/decor_big_block/dbb_num_2.png);
}

.pr_b_text p {
	font-size: 17px;
	padding: 0 0 20px 8px;
}

.pr_img {
	float: right;
	margin: 0 0 0 22px;
}

.pr_img.mod_1 {
	margin: 0 -24px 32px 22px;
}

.dbb_order_block {
	position: relative;
	overflow: hidden;
	padding: 12px 0 34px;
}

.or_b_text {
	position: relative;
	float: left;
	padding: 0 0 0 46px;
	font-size: 23px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.or_b_butt {
	margin: 0 24px 0 0;
	float: right;
}

/*-------------------------------------dekor_big_block*/

/*------------------------------------------------------tizer_blocks*/
.tizer_blocks {
	width: 943px;
	height: 337px;
	margin: 0 auto;
	background: url(../i/tizer/tizer_back.jpg) 0 0 no-repeat;
	overflow: hidden;
}

.tizer_b_item {
	position: relative;
	width: 262px;
	height: 197px;
	padding: 140px 26px 0;
	float: left;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
}

.tizer_blocks_img {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 150px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.tizer_blocks_img img {
	display: block;
	width: 300px;
	height: 150px;
	margin: 0 auto;
}

.tizer_b_hline {
	z-index: 20;
	position: relative;
	padding: 0 0 2px;
	font-size: 20px;
	line-height: 24px;
}

.tizer_text {
	z-index: 20;
	position: relative;
	height: 102px;
	margin: 0 0 15px;
	overflow: hidden;
}

.tizer_butt {
	display: block;
	width: 150px;
	height: 40px;
	margin: 0 auto;
	color: #fff;
	line-height: 40px;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	text-shadow: 0 -2px 1px #137ca1;
	text-decoration: none;
	background: url(../i/tizer/t_butt.png) 0 0 no-repeat;
}

.tizer_butt:hover {
	background-position: 0 -40px;
}

/*------------------------------------------------------tizer_blocks*/
/*------------------------------------------------------delivery*/

.text_block.delivery_back {
	background: #DBE0E3;
}

.delivery {
	padding: 25px 0;
	text-align: center;
}

.d_item {
	display: inline-block;
	width: 27%;
}

.d_block {
	width: 190px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
}

.d_block span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #66686a;
}

.how_pay {
	position: relative;
	display: block;
	width: 421px;
	padding: 0 0 0 68px;
	margin: 10px auto 0;
	font-size: 24px;
	line-height: 48px;
	text-decoration: none;
	background: url(../i/basket.png) 24px 10px no-repeat;
	cursor: pointer;
}

.how_pay.open {
	background: #fff url(../i/basket.png) 24px 10px no-repeat;
}

.how_pay span {
	border-bottom: 1px dashed #000;
}

.how_pay:hover span {
	border: none;
}

.how_pay_info {
	padding: 30px;
	margin: 0 44px 25px;
	background: #fff;
	overflow: hidden;
}

.how_pay_info a {
	color: #3900b8;
}

.msg {
	text-align: center;
	font: 12px/16px 'Trebuchet MS', Helvetica, sans-serif;
}

.form {
	margin: 10px 44px 25px;
}

.separator {
	background: url("../i/separator.png") no-repeat scroll 50% 50% transparent;
	height: 27px;
	margin: 20px 0;
}

/*---------------------------------------------------------content_row*/
/*---------------------------------------------------------------------------------main_row*/
/*-----------------------------------------------------------------------------------footer*/
.footer {
	position: relative;
	width: 945px;
	height: 224px;
	margin: 0 auto;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
}

/*------------------------------------------------------footer_nav*/
.footer_nav {
	position: relative;
	width: 818px;
	height: 40px;
	padding: 0 0 0 125px;
	font-size: 12px;
	line-height: 43px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Arial, sans-serif;
	background: url(../i/nav_bott_back.png) 0 0 repeat-x;
	border: 1px solid;
	border-color: #dedfdf #dedfdf #c7c8c8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	behavior: url(styles/PIE.htc);
}

.nav_false .footer_nav {
	display: none;
}

.f_lv_n, .f_lv_n:first-child a {
	background-image: url(../i/nav_sep.png);
	background-repeat: no-repeat;
}

.f_lv_n {
	float: left;
	background-position: 100% 50%;
}

.f_lv_n, .f_media {
	background-position: 100% 50%;
	float: left;
}

.f_media {
	background-image: none;
	line-height: 39px;
	position: relative;
	text-align: center;
}

.f_media a {
	position: relative;
	width: 80px;
	height: 24px;
	display: block;
	margin: 8px 0 0 29px;
	overflow: hidden;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url("../i/f_media.png") repeat-x 0 0;
}

.f_media a:hover, .f_media_mark a {
	background-color: #36434A;
	background-image: none;
}

.f_lv_n a {
	position: relative;
	display: block;
	height: 40px;
	padding: 0 24px;
	color: #787878;
	text-decoration: none;
	overflow: hidden;
}

.f_lv_n:first-child a {
	padding: 0 24px 0 26px;
	background-position: 0 50%;
}

.f_lv_n a:hover, .f_mark a {
	color: #000;
}

.copyright {
	position: absolute;
	top: 70px;
	left: 50px;
}

.copyright a {
	color: #3a446a;
}

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

.affiliate_Program {
	position: absolute;
	top: 158px;
	left: 50px;
	color: #3a446a;
}

.support {
	position: absolute;
	top: 70px;
	left: 463px;
	color: #89898a;
}

.support a, .call_us a {
	color: #868ca3;
}

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

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

.call_us {
	position: absolute;
	top: 125px;
	left: 463px;
	color: #999;
}

.call_us span {
	display: block;
}

/*------------------------------------------------------footer_nav*/
/*-----------------------------------------------------------------------------------footer*/
/*-----------------------------------------------------------------------------------print*/
@media print {
	.wrapper, .base, .content_row, .static, .main_row {
		padding: 0 !important;
		overflow: visible !important;
	}

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

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

}
