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: 'PFDinTextCondProMedium';
	src: url('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('fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@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 {
	/* This declaration targets Internet Explorer */
	font-family: 'PFAgoraSansPro';
	src: url('fonts/pfagorasanspro-reg-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'PFAgoraSansPro';
	src: url(//:) format('no404'), url('fonts/pfagorasanspro-reg-webfont.woff') format('woff'), url('fonts/pfagorasanspro-reg-webfont.ttf') format('truetype'), url('fonts/pfagorasanspro-reg-webfont.svg#PFAgoraSansProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'PFDinTextCondPro';
	src: url('fonts/pfdintextcondpro-regular-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'PFDinTextCondPro';
	src: url(//:) format('no404'), url('fonts/pfdintextcondpro-regular-webfont.woff') format('woff'), url('fonts/pfdintextcondpro-regular-webfont.svg#PFDinTextCondProRegular') format('svg'), url('fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*-----------------------------------------font-face*/

html, body {
	position: relative;
	color: #000;
	min-width: 760px;
	font: normal 16px/20px Arial, sans-serif;
}

body {
	background: #55acd1 url(../i/bg.jpg) 50% 0 no-repeat;
}

.inner_page {
	background-image: url(../i/bg_inner.jpg);
}

.wrapper {
	z-index: 1;
	position: relative;
	min-width: 850px;
	width: 100%;
	overflow: hidden;
}

.inner_page .wrapper {
}

.base {
	overflow: hidden;
}

.inner_page .base {
}

/*---------------------------------------------------------------------------global*/
h1, h2, h3 {
	font-size: 1em;
}

.ie {
	display: none;
}

a {
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.overflow {
	overflow: hidden;
}

/*---------------------------------------------------------------------------global*/
/*---------------------------------------------------------------------------header*/
.header {
	z-index: 20;
	position: relative;
	width: 100%;
	min-width: 830px;
	font-size: 16px;
	line-height: 20px;
}

.header_wrap {
	position: relative;
	width: 460px;
	padding: 70px 330px 120px 40px;
	margin: 0 auto;
}

.nikita_link, .info_dvd_logo, .support_desk_link {
	background-image: url(../i/bg.jpg);
	background-repeat: no-repeat;
}

.nikita_link {
	position: absolute;
	width: 139px;
	height: 31px;
	top: 268px;
	left: 58px;
	background-position: -444px -268px;
}

.info_dvd_logo {
	position: absolute;
	width: 111px;
	height: 31px;
	top: 268px;
	left: 225px;
	background-position: -611px -268px;
}

.support_desk_link {
	position: absolute;
	width: 114px;
	height: 37px;
	top: 265px;
	left: 354px;
	background-position: -740px -265px;
}

.inner_page .header_wrap {
	width: 362px;
	padding: 70px 386px 28px 82px;
}

.header_wrap .p {
	position: relative;
	width: 475px;
	padding: 0 0 7px;
	margin: 0 0 0 -5px;
	text-transform: uppercase;
	/*font:normal 14px/18px 'PFDinTextCondPro';*/
	font: normal 16px/18px 'PFDinTextCondPro';
}

.inner_page .header_wrap .p {
	width: 362px;
	height: 0;
	padding: 22px 0 0;
	background: url(../i/inner_p.png) 45% 0 no-repeat;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	overflow: hidden;
}

.main_headline {
	text-align: center;
	text-transform: uppercase;
	font: normal 400 47px/47px 'PFDinTextCondProMedium';
}

.main_headline span {
	display: block;
	padding: 3px 0 0;
	font-size: 30px;
	color: #333;
}

.inner_page .main_headline {
	font-size: 38px;
	line-height: 38px;
}

.inner_page .main_headline span {
	font-size: 24px;
}

.cover {
	z-index: 1;
	position: absolute;
	width: 244px;
	height: 378px;
	top: 44px;
	right: 29px;
	background: url(../i/cover_main.png) 0 0 no-repeat;
}

.inner_page .cover {
	width: 156px;
	height: 241px;
	top: 32px;
	right: 122px;
	background-image: url(../i/cover_inner.png);
}

.circle {
	z-index: 100;
	position: absolute;
	width: 154px;
	height: 154px;
	line-height: 154px;
	top: 210px;
	left: 493px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	background: url(../i/corner_circle.png) 0 0 no-repeat;
}

.circle span {
	display: inline-block;
	font: normal 20px/25px 'PFDinTextCondProMedium';
	vertical-align: middle;
}

.inner_page .circle {
	z-index: 100;
	position: absolute;
	width: 98px;
	height: 98px;
	line-height: 98px;
	top: 139px;
	left: 513px;
	background-image: url(../i/corner_circle_inner.png);
}

.inner_page .circle span {
	font-size: 13px;
	line-height: 17px;
}

/*-----------------------------------------------------------------------------------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: 830px;
	padding: 0 10px 10px;
	margin: 0 auto;
	overflow: hidden;
}

.column {
	width: 270px;
	margin: 0 0 0 10px;
	float: left;
}

.column:first-child {
	margin: 0;
}

.column_hline {
	height: 55px;
	padding: 0 0 0 22px;
	font: normal 400 30px/55px 'PFDinTextCondPro';
}

.column_text {
	position: relative;
	height: 190px;
	padding: 15px 22px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
	behavior: url(styles/PIE.htc);
}

.subscribe {
	height: 400px;
}

.subscribe .p_big {
	padding: 15px 0 30px;
	font-size: 24px;
	line-height: 28px;
}

.subscribe .p {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 22px;
}

/*------------------------------------------------------representation_block*/

.shadow_wrap {
	position: relative;
	width: 830px;
	margin: 0 auto 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	behavior: url(styles/PIE.htc);
}

.bor_top {
	position: relative;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	behavior: url(styles/PIE.htc);
}

.bor_bott {
	position: relative;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	behavior: url(styles/PIE.htc);
}

/*------------------------------------------------------text_block*/
.text_block {
	position: relative;
	width: 764px;
	padding: 23px 33px 3px;
	margin: 0 auto;
	background: #fff;
	clear: both;
	overflow: hidden;
}

.inner_page .text_block {
	width: 881px;
	padding: 0;
}

.no_bg {
	background: none !important;
}

.no_overflow {
	overflow: visible !important;
}

.img_right {
	float: right;
	margin: 0 0 15px 20px;
}

.img_left {
	float: left;
	margin: 0 20px 15px 0;
}

.p {
	padding: 0 0 22px;
}

.center {
	text-align: center;
}

.p_bold {
	padding: 0 0 18px;
	font-weight: 700;
}

.red {
	color: #aa0303;
}

/*-----------------------------h_line*/
.h_line_c {
	height: 80px;
	width: 830px;
	font-size: 48px;
	line-height: 80px;
	margin: 0 auto;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'PFDinTextCondPro';
	text-align: center;
	overflow: hidden;
}

.inner_page .h_line_c {
	height: auto;
	text-transform: none;
	font: 32px/36px Arial, sans-serif;
}

.h_line_c span {
	display: block;
}

/*-----------------------------h_line*/

.t_b_h_line, .w_a_hline, .v_b_hline, .t_b_c_h_line {
	padding: 0 0 20px;
	font-size: 26px;
	line-height: 32px;
}

.t_b_c_h_line {
	text-align: center;
}

.t_b_h_line_sub {
	font-size: 18px;
	padding: 0 0 20px;
}

.ttu {
	text-transform: uppercase !important;
}

.fwn {
	font-weight: 400 !important;
}

.fwb {
	font-weight: 700 !important;
}

/*------------------------------------------------------text_block*/
/*-----------------------------------------------inner_baner*/
.inner_baner {
	z-index: 5;
	position: relative;
	width: 519px;
	height: 263px;
	padding: 30px 58px 0 304px;
	margin: 0 auto 30px;
	color: #000;
	overflow: hidden;
}

.i_baner_back {
	z-index: 1;
	position: absolute;
	width: 881px;
	height: 278px;
	top: 15px;
	left: 0;
	background: url(../i/inner_baner_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: 340px;
	height: 334px;
	top: 0;
	left: 58px;
}

.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';
	letter-spacing: -0.01em;
	text-shadow: 0 1px 1px #fff;
}

.i_baner_big {
	padding: 7px 0 30px;
	font-size: 25px;
	line-height: 28px;
	font-family: 'PFAgoraSansPro';
	text-shadow: 0 1px 1px #fff;
}

.i_baner_p {
	padding: 9px 0 20px;
	font-size: 15px;
	line-height: 18px;
}

.i_baner_butt {
	font-size: 23px !important;
	text-align: center;
	color: #000 !important;
	text-decoration: none;
	margin: 0;
}

/*-----------------------------------------------inner_baner*/
/*------------------------------------------------------form_block*/

.form_block {
	position: relative;
	margin: 0 auto;
	background: url(../i/form_back_big.jpg) 0 0 repeat;
	overflow: hidden;
}

.form_block.big {
	width: 723px;
	padding: 22px 0 3px 37px;
}

.form_block.small {
	width: 830px;
	padding: 0;
}

.form_block .p {
	padding: 0 0 17px;
}

.form_text {
	width: 410px;
	float: left;
	color: #cdd1da;
	font-size: 15px;
	line-height: 19px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	overflow: hidden;
}

.small .form_text {
	width: 830px;
	padding: 20px 0 10px;
	float: none;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	overflow: hidden;
}

.form_text_hline {
	padding: 0 0 10px;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
}

.form_wrap {
	overflow: hidden;
}

.big .form_wrap {
	width: 250px;
	padding: 0 0 25px 37px;
	float: left;
}

.small .form_wrap {
	padding: 10px 0 20px 76px;
}

.form_field {
	width: 211px;
	height: 20px;
	padding: 11px 10px 10px 10px;
	margin: 0 9px 0 1px;
	float: left;
	background: url(../i/form_field.png) 0 0 no-repeat;
}

.form_wrap input[type="text"] {
	width: 211px;
	height: 20px;
	color: #848284;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	background: none;
	border: none;
}

.small .form_field {
	width: 191px;
	background: url(../i/form_field_small.png) 0 0 no-repeat;
}

.small .form_wrap input[type="text"] {
	width: 191px;
}

.SR_submitButton, .i_baner_butt {
	position: relative;
	display: block;
	width: 232px;
	height: 43px;
	font-size: 18px;
	line-height: 43px;
	font-family: 'PFDinTextCondProMedium', Arial, sans-serif;
	background: url(../i/butt.png) 0 0 no-repeat;
	border: none;
	text-transform: uppercase;
	clear: both;
	cursor: pointer;
	text-shadow: 0 1px 0 #9eb244;
}

.big .SR_submitButton {
	top: 5px;
}

.SR_submitButton.b_b_butt {
	clear: none;
}

.small .SR_submitButton {
	margin: 0;
	clear: none;
}

.SR_submitButton:hover, .i_baner_butt:hover {
	color: #414f05;
	background-position: 0 -43px;
}

/*------------------------------------------------------form_block*/
/*------------------------------------------------------inner_page*/
.inner_page {

}

/*-----------------------------------------------video_block*/
.video_block {
	z-index: 5;
	position: relative;
	width: 915px;
	margin: 0 auto;
}

.video_block_back {
	z-index: 5;
	position: relative;
	width: 915px;
	padding: 12px 0 20px;
	margin: 0 auto;
	overflow: hidden;
}

.video_wrap {
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.video_img_wrap {
	padding: 0 0 20px;
}

.video_img_wrap img {
	display: block;
}

.video_wrap .inner_triger {
	width: 339px;
	height: 45px;
	padding: 0;
	margin: 0 auto;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	behavior: url(styles/PIE.htc);
}

.video_wrap .inner_triger span {
	border-bottom: 1px dotted #5c6e76;
}

.video_wrap .inner_triger:hover span {
	border-style: solid;
}

.video_wrap .inner_triger.open {
	background: #b8dded;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	behavior: url(styles/PIE.htc);
}

#high {
	display: none;
}

.hidden_video_info {
	position: relative;
	width: 768px;
	padding: 20px 19px 20px 25px;
	margin: 0 auto;
	background: #b8dded;
	text-align: left;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	behavior: url(styles/PIE.htc);
	overflow: hidden;
}

.hidden_video_info_list {

}

.hidden_video_info_list li {
	width: 780px;
	padding: 6px 0 7px;
	line-height: 25px;
	border-top: 1px solid #ededed;
	overflow: hidden;
}

.hidden_video_info_list li:first-child {
	border: none;
}

.hidden_video_info_list span {
	color: #7f898d;
}

.video_butt {
	width: 137px;
	height: 28px;
	padding: 0 0 0 37px;
	margin: 0 0 0 5px;
	float: right;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	text-decoration: none;
	background-image: url(../i/inner_butt.png);
	background-repeat: no-repeat;
}

.video_butt.low {
	background-position: 0 0;
}

.video_butt.low:hover {
	background-position: 0 -28px;
}

.video_butt.high {
	background-position: -179px 0;
}

.video_butt.high:hover {
	background-position: -179px -28px;
}

/*-----------------------------------------------video_block*/
.accident_block {
	width: 665px;
	height: 93px;
	padding: 0 0 0 216px;
	margin: 0 auto 30px;
	background: url(../i/inner_block.png) 0 0 no-repeat;
}

.accident_block h2 {
	padding: 22px 0 7px;
	font-size: 30px;
	font-weight: 400;
}

.accident_block a {
	color: #3333cc;
	font-size: 14px;
	line-height: 16px;
}

/*-------------------------------------------------social_icons*/
.social_icons {
	width: 830px;
	height: 30px;
	padding: 0 0 20px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.addthis_toolbox {
	display: inline-block;
	height: 30px;
}

.social_icons ul {
	width: 321px;
	overflow: hidden;
}

.social_icons li {
	float: left;
}

.social_icons a {
	position: relative;
	display: block;
	width: 60px;
	height: 30px;
	text-decoration: none;
	background-image: url(../i/social_icons.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

.social_icons a span{
	position: absolute;
	width: 60px;
	height: 7px;
	bottom: 0;
	left: 0;
	background: url(../i/social_icons_shadow.png) 0 0 no-repeat;
}

.addthis_button_facebook {
	background-position: 14px 9px;
}

.addthis_button_twitter {
	background-position: -62px 9px;
}

.addthis_button_google_plusone{
	margin: 10px 0 0 16px;
	height: 20px !important;
	/*background-position: -137px 9px;*/
	background: none !important;
}

.addthis_button_odnoklassniki_ru{
	background-position: -212px 9px;
}

.addthis_button_vk{
	background-position: -288px 9px;
}


.addthis_button_facebook:hover {
	background-position: 14px 2px;
}

.addthis_button_twitter:hover {
	background-position: -62px 2px;
}

.addthis_button_google_plusone:hover{
	/*background-position: -137px 2px;*/
}

.addthis_button_odnoklassniki_ru:hover{
	background-position: -212px 2px;
}

.addthis_button_vk:hover{
	background-position: -288px 2px;
}

/*-------------------------------------------------social_icons*/
/*------------------------------------------------------inner_page*/
/*---------------------------------------------------------------------------content_row*/
/*---------------------------------------------------------------------------------main_row*/
/*-----------------------------------------------------------------------------------footer*/
.footer {
	width: 830px;
	height: 140px;
	padding: 5px 0 0;
	margin: 0 auto;
	color: #fff;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;

	overflow: hidden;
}

.inner_page .footer {
	width: 880px;
	padding: 0;
}

.footer_wrap {
	position: relative;
	width: 830px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
}

.footer a {
	color: #fff;
}

.copyright {
	position: absolute;
	top: 18px;
	left: 33px;
}

.copyright span {
	display: block;
	padding: 2px 0 0;
}

.support {
	position: absolute;
	width: 455px;
	top: 18px;
	left: 350px;
	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: 350px;
}

.footer .nikita_link, .footer  .Info-DVD_logo, .footer .support_desk_link {
	background-image: url(../i/footer_logos.png);
	background-repeat: no-repeat;
}

.footer .nikita_link {
	position: absolute;
	width: 130px;
	height: 42px;
	top: 81px;
	left: 220px;
	background-position: 0 0;
}

.footer .Info-DVD_logo {
	position: absolute;
	width: 114px;
	height: 42px;
	top: 81px;
	left: 382px;
	background-position: -162px 0;
}

.footer .support_desk_link {
	position: absolute;
	width: 101px;
	height: 42px;
	top: 81px;
	left: 518px;
	background-position: -298px 0;
}

/*------------------------------------------------------footer_nav*/
.test{
	position: absolute;
	margin: 0;
	top: 0;
	left: 100%;
}
/*-----------------------------------------------------------------------------------footer*/
/*-----------------------------------------------------------------------------------print*/
@media print {
	.wrapper, .base, .content_row, .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;
	}

	* {
		background: transparent !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	a:after {
		content: " (" attr(href) ")";
	}

	abbr:after {
		content: " (" attr(title) ")";
	}

	.ir a:after {
		content: "";
	}

	/* Don't show links for images */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	/* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}


