/**
 * Standard HTML elements
 */
* {
	font-size: 100.01%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font: .9375em/1.6 Arial, sans-serif;
}

a {
	color: #0834b3;
}

a:visited {
	color: #909;
}

a:hover,
a:focus {
	color: #ff5223 !important;
}

img {
	border: 0;
}

p,
address,
blockquote {
	margin: 0 0 1em;
}

address {
	font-style: normal;
}

small {
	font-size: .867em;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
}

dl,
ul {
	margin: 0 0 1.5em;
}

ol {
	margin: 0 0 1.5em 1.3em;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 .3em;
}

li ul,
li ol {
	margin: .3em 0 0 2.5em;
}

dt {
	font-weight: bold;
	margin: 0;
}

dd {
	margin: 0 0 .6em;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 2.33em;
	font-weight: bold;
	margin: 0 1em 1em 27%;

	margin-left: 7.29em;
	font-size: 2.466em;
	margin-left: 6.89em;
}

h1.with_more {
	margin-bottom: 1.143em;
}

h1,
h1 a {
	color: #ff9a23;
}

h2 {
	color: #000;
	font-size: 1.33em;
	font-size: 1.69em;
	font-weight: bold;
	margin: 1.3em 0 .5em;
}

h3 {
	font-size: 1.33em;
	margin: 1.5em 0 .5em;
}

h2:first-child,
h3:first-child {
	margin-top: 0;
}

h1 + h2,
h1 + h3,
h2 + h3 {
	margin-top: 0;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

strong {
	color: #f93613;
	font-weight: normal;
}


/**
 * Standart presets
 */
.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden,
.js .jhidden {
	display: none;
}

.errors,
.successes {
	margin: 1.5em 0;
}

.errors {
	color: #c66;
}

.pseudo_link {
	border-bottom: 1px dashed;
	color: #0834b3;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.pseudo_link:hover {
	color: #ff5223;
}

p.before_list {
	margin-bottom: .2em;
}

ul.list {
	margin-left: 1.7em;
}

ul.list > li {
	text-indent: -1.7em;
}

ul.list > li:before {
	color: #ffb55e;
	content: '\2014\a0';
	margin-right: .4em;
}

input.empty {
	color: #b2b2b2;
}

.navigation a,
.navigation b {
	font-weight: normal;
}

table.data {
	empty-cells: show;
	margin: 0 0 1.2em;
}

table.data th,
table.data td {
	padding: .3em 2em .3em 0;
}

table.data th {
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
}

table.data td.number,
table.data th.number {
	text-align: right;
}

#measurer {
	left: 0;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: -1em;
	visibility: hidden;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.phone {
	white-space: nowrap;
}


/**
 * Simple Form
 */
.simple_form {

}

.simple_form .row {
	margin: 0 0 1em;
}

.simple_form .label {
	font-weight: normal;
	margin: 0;
}

.simple_form .field {
	margin: 0;
}

.simple_form .text input,
.simple_form .text textarea {
	width: 60%;
}

.simple_form .long_text input,
.simple_form .long_text textarea {
	width: 100%;
}

.simple_form .error input,
.simple_form .error textarea {
	color: #f00;
}

.simple_form .error input:focus,
.simple_form .error textarea:focus {
	color: #000;
}

.f_params {
	display: none;
}


/**
 * Common
 */
#widther {
	height: 1px;
	line-height: 0;
	margin-top: -1px;
	position: relative;
	width: 64em;
}

#layout,
#footer {
	/*margin: 0 auto;*/
	max-width: 1300px;
	min-width: 970px;
	position: relative;
	width: 100%;
}

#layout {
	min-height: 100%;
}

#header {
	height: 95px;
	position: relative;
	width: 100%;
}

#content {
	clear: both;
	padding-bottom: 350px;
	width: 100%;
}

#content:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#extra_content {
	float: left;
	margin: 0 -100% 0 0;
	padding-left: 1.33em;
	position: relative;
	width: 15.67em;
	z-index: 1;
}

#main_content {
	clear: right;
	padding: 0 5.33em 0 17em;
	position: relative;
}

#main_content .content_reducer {
	float: left;
	width: 100%;
}

#footer {
	height: 80px;
	margin-top: -80px;
}

#footer .footer_decor {
	border-top: 1px solid #ccc;
	display: block;
	left: 2%;
	position: absolute;
	top: 0;
	width: 96%;

	left: 0;
	margin: 0 1.3em;
	position: relative;
	width: auto;
}

h1 .more {
	display: block;
	font-size: .429em;
}

.shape {
	left: 0;
	position: absolute;
	top: 0;
}


/**
 * Logo
 */
#logo {
	color: #0834b3;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	left: .665em;
	position: absolute;
	top: 20px;
}

#logo a {
	color: #1533b8;
	outline: none;
}

#logo b {
	font-weight: normal;
}

#logo img,
#logo_print img {
	height: 52px;
	width: 167px;
}

#logo_print {
	display: none;
}

#logo .runner {
	background: url(../i/logo_runner.png) no-repeat;
	display: block;
	height: 15px;
	left: 143px;
	position: absolute;
	top: 0;
	width: 24px;
}


/**
 * Languages
 */
#languages {
	font-size: .733em;
	margin-right: 60px;
	position: absolute;
	right: 2%;
	top: 10px;
	white-space: nowrap;
}

#languages .question {
	font-style: italic;
}

#languages a {
	color: #000;
}

#languages b {
	font-weight: bold;
}


/**
 * Powerpack in Header
 */
#header .powerpack {
	background: url(../i/powerpack.png) no-repeat;
	display: block;
	height: 31px;
	right: 2%;
	overflow: hidden;
	position: absolute;
	top: 8px;
	width: 46px;
}


/**
 * Navigation
 */
#navigation {
	clear: both;
	left: 242px;
	position: absolute;
	top: 40px;
	white-space: nowrap;
	width: 73%;
}

#navigation:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#navigation .item {
	display: block;
	float: left;
	font-size: 1.133em;
	line-height: 1.4;
	margin-right: 5px;
	padding: 3px 11px;
	position: relative;
}

#navigation a:visited {
	color: #0834b3;
}

#navigation a,
#navigation b {
	display: block;
	font-weight: normal;
	position: relative;
}

#navigation a.selected,
#navigation .selected {
	color: #eb232a;
}


/**
 * Sub Navigation
 */
.sub_navigation {
	clear: both;
	font-size: 1.133em;
	width: 85%;
}

.sub_navigation:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

.sub_navigation .item {
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.4;
	margin-bottom: .8em;
	padding: .18em .59em;
	position: relative;
	zoom: 1;
}

.sub_navigation a,
.sub_navigation b {
	/*display: block;
	float: left;*/
	font-weight: normal;
	position: relative;
}

.sub_navigation a:link {
	color: #f02800;
	color: #fd7c04;
}

.sub_navigation b.selected {
	color: #ff9a23;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.sub_navigation .jscorner {
	background-color: #fff;
	border: 1px solid #fd993f;
	border: 1px solid #fd3f7f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
}


/**
 * Bottom Navigation
 */
#bottom_navigation {
	bottom: 1.7em;
	font: .733em Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 7.3em;
}

#bottom_navigation .navigation {
	float: left;
	margin: 0 0 0 3em;
	position: relative;
}

#bottom_navigation .item {
	clear: left;
	display: block;
	float: left;
	margin-bottom: .3em;
}

#bottom_navigation a:visited {
	color: #0834b3;
}


/**
 * Copyright
 */
#footer .copyright {
	font-size: .867em;
	left: 1.3em;
	position: absolute;
	top: 30px;
}

#footer .copyright .phone {
	color: #ff4200;
}


/**
 * Talk Human
 */
.talk_human {
	height: 1px;
	position: absolute;
	width: 1px;
}

.talk_human .human {
	background-repeat: no-repeat;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

.talk_human .message {
	margin: 0;
	position: absolute;
}

.talk_human .message .jscorner {
	background: #fff;
	border: 1px solid #f59238;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	position: relative;
	zoom: 1;
}

.talk_human .message .content {
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.4;
	padding: .2em .8em;
	position: relative;
}

.talk_human .mouth {
	bottom: -8px;
	display: block;
	overflow: hidden;
	position: absolute;
}

.talk_human .mouth ins {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.talk_human .small_powerpack {
	display: none;
	position: absolute;
}


/**
 * Big Bubble
 */
.big_bubble {
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	zoom: 1;
}

.big_bubble .bb_wrap {
	background-color: #fff;
	background-position: right 0;
	background-repeat: repeat-y;
	width: 100%;
}

.big_bubble .bb_wrap2 {
	background-repeat: repeat-y;
	padding: 25px 30px 1px;
	zoom: 1;
}

.big_bubble .bb_content {
	position: relative;
	width: 100%;
}

.big_bubble .bb_cn {
	background-repeat: no-repeat;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.big_bubble .bb_cn.bb_cn_lt {
	height: 10px;
	top: -3px;
	width: 10px;
}

.big_bubble .bb_cn.bb_cn_rt {
	background-position: -9px 0;
	height: 10px;
	left: -11px;
	margin-left: 100%;
	top: -3px;
	width: 11px;
}

.big_bubble .bb_cn_b {
	background-repeat: repeat-x;
	display: block;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	position: relative;
}

.big_bubble .bb_cn.bb_cn_lb {
	background-position: 0 -9px;
	height: 10px;
	top: -8px;
	width: 10px;
}

.big_bubble .bb_cn.bb_cn_rb {
	background-position: -9px -9px;
	height: 10px;
	left: -11px;
	margin-left: 100%;
	top: -8px;
	width: 11px;
}


/**
 * Big Bubble #ababab
 */
.big_bubble_ababab {
	border-top-color: #ababab;
}

.big_bubble_ababab .bb_wrap {
	background-image: url(../i/pc_r_ababab.gif);
}

.big_bubble_ababab .bb_wrap2 {
	background-image: url(../i/pc_l_ababab.gif);
}

.big_bubble_ababab .bb_cn {
	background-image: url(../i/pc_corners_ababab.png);
}

.big_bubble_ababab .bb_cn.bb_cn_lt {
	background-position: -22px 0;
	height: 11px;
	top: -1px;
	width: 11px;
}

.big_bubble_ababab .bb_cn.bb_cn_rt {
	background-position: -33px 0;
	height: 9px;
	top: -1px;
}

.big_bubble_ababab .bb_cn_b {
	background-image: url(../i/pc_b_ababab.gif);
}

.big_bubble_ababab .bb_cn.bb_cn_lb {
	background-position: -22px -11px;
	height: 15px;
	top: -9px;
	width: 11px;
}

.big_bubble_ababab .bb_cn.bb_cn_rb {
	background-position: -33px -11px;
	height: 15px;
	top: -9px;
}


/**
 * Big Bubble #c9a9d8
 */
.big_bubble_c9a9d8 {
	border-top-color: #c9a9d8;
	border-top-width: 2px;
}

.big_bubble_c9a9d8 .bb_wrap {
	background-image: url(../i/pc_r_c9a9d8.gif);
}

.big_bubble_c9a9d8 .bb_wrap2 {
	background-image: url(../i/pc_l_c9a9d8.gif);
}

.big_bubble_c9a9d8 .bb_cn {
	background-image: url(../i/pc_corners_c9a9d8.png);
}

.big_bubble_c9a9d8 .bb_cn_b {
	background-image: url(../i/pc_b_c9a9d8.gif);
}


/**
 * Big Bubble #ffc27b
 */
.big_bubble_ffc27b {
	border-top-color: #ffc27b;
}

.big_bubble_ffc27b .bb_wrap {
	background-image: url(../i/pc_r_ffc27b.gif);
}

.big_bubble_ffc27b .bb_wrap2 {
	background-image: url(../i/pc_l_ffc27b.gif);
}

.big_bubble_ffc27b .bb_cn {
	background-image: url(../i/pc_corners_ffc27b.png);
}

.big_bubble_ffc27b .bb_cn_b {
	background-image: url(../i/pc_b_ffc27b.gif);
}


/**
 * Simple Corners
 */
.simple_corners .sc_cn {
	display: block;
	height: 10px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 10px;
}

.simple_corners .sc_cn ins {
	background: url(../i/icons.png) no-repeat;
	height: 20px;
	left: -20px;
	position: absolute;
	top: 0;
	width: 70px;
}

.simple_corners .sc_cn.sc_cn_rt,
.simple_corners .sc_cn.sc_cn_rb {
	left: 100%;
	margin-left: -10px;
}

.simple_corners .sc_cn.sc_cn_rt ins,
.simple_corners .sc_cn.sc_cn_rb ins {
	left: -30px;
}

.simple_corners .sc_cn.sc_cn_lb ins,
.simple_corners .sc_cn.sc_cn_rb ins {
	top: -10px;
}


/**
 * Selected Corner
 */
.selected_corner {
	float: left;
	position: relative;
}

.selected .selected_corner {
	float: left;
	position: relative;
}

.selected_corner .selc_container {
	display: block;
	position: relative;
	z-index: 1;
}

.selected_corner .selc_content {
	display: block;
	padding: 5px 10px;
	position: relative;
}

.selected_corner .selc_cn {
	display: none;
	height: 5px;
	overflow: hidden;
	position: absolute;
	width: 5px;
}

.selected .selected_corner .selc_cn {
	display: block;
}

.selected_corner .selc_cn ins {
	background: url(../i/icons.png) 0 0 no-repeat;
	display: block;
	height: 20px;
	left: -40px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 70px;
}

.selected_corner .selc_cn_l {
	left: 0;
}

.selected_corner .selc_cn_t {
	top: 0;
}

.selected_corner .selc_cn_r {
	left: -5px;
	margin-left: 100%;
}

.selected_corner .selc_cn_b {
	margin-top: -5px;
}

.selected_corner .selc_cn_r ins {
	left: -45px;
}

.selected_corner .selc_cn_b ins {
	top: -15px;
}

.selected .selected_corner_ff9c24 {
	background: #ff9c24 url(../i/gradient_ff9c24.png) 0 -5px repeat-x;
}

.selected .selected_corner_ff3275 {
	background: #ff3275 url(../i/gradient_ff3275.png) 0 -5px repeat-x;
}

.selected .selected_corner_39bf21 {
	background: #39bf21 url(../i/gradient_39bf21.png) 0 -5px repeat-x;
}

.selected_corner .selc_fade {
	background: #fff;
	display: none;
	height: 2em;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/**
 * Art Logo
 */
#art_logo {
	font: .733em Tahoma, sans-serif;
	left: 43%;
	margin-left: -140px;
	padding: 20px 0 0 140px;
	position: absolute;
	top: 10px;
}

#art_logo img {
	cursor: hand;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
}


/**
 * Simple Bubble
 */
.simple_bubble {
	border-width: 1px;
	border-style: solid;
	margin-bottom: 2em;
	position: relative;
	zoom: 1;
}

.simple_bubble .sbb_content {
	padding: 15px 20px 5px;
}

.simple_bubble .sbb_corner {
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	position: relative;
	width: 100%;
}

.simple_bubble .sbb_cn {
	display: block;
	height: 10px;
	left: -1px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 10px;
}

.simple_bubble .sbb_cn ins {
	background: url(../i/icons.png) no-repeat;
	display: block;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 70px;
}

.simple_bubble .sbb_r {
	left: -9px;
	margin-left: 100%;
}

.simple_bubble .sbb_b .sbb_cn {
	top: -8px;
}

.simple_bubble .sbb_mouth {
	display: block;
	overflow: hidden;
	position: absolute;
	top: -11px;
}

.simple_bubble .sbb_mouth ins {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.simple_bubble .sbb_human {
	display: block;
	overflow: hidden;
	position: absolute;
}


.simple_bubble_ffa63d {
	border-color: #ffa63d;
}

.simple_bubble_ffa63d .sbb_l ins {
	left: 0;
}

.simple_bubble_ffa63d .sbb_r ins {
	left: -10px;
}

.simple_bubble_ffa63d .sbb_b .sbb_cn ins {
	top: -10px;
}

.simple_bubble_ff0000 {
	border-color: #f00;
}

.simple_bubble_ff0000 .sbb_l ins {
	left: -50px;
}

.simple_bubble_ff0000 .sbb_r ins {
	left: -60px;
}

.simple_bubble_ff0000 .sbb_b .sbb_cn ins {
	top: -10px;
}


/**
 * Small Powerpack
 */
.small_powerpack {
	background-image: url(../i/powerpack_small.png);
	display: block;
	height: 33px;
	width: 52px;
}


/**
 * Plastic
 */
.js .plastic_link {
	border-bottom: 1px dashed;
	cursor: hand;
	cursor: pointer;
}

.js .plastic_selected {
	border-bottom: 0;
	cursor: auto;
}

.js .plastic_container {
	padding-bottom: 1px;
	position: relative;
}

.js .plastic_link:hover {
	color: #ff5223;
}

.js .plastic_selected:hover {
	color: #000;
}


/**
 * Animate Human
 */
.morph_human {
	display: block;
	height: 1px;
	position: absolute;
	width: 1px;
}

.morph_human .pictures {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

a.morph_human .pictures {
	cursor: pointer;
}

.morph_human .pictures .container {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.morph_human .pictures img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

.morph_human .pictures img.selected {
	z-index: 1;
}

.morph_human .jscorner {
	background: #fff;
	border: 1px solid #f59238;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
}

.morph_human .message {
	display: block;
	position: absolute;
}

a.morph_human .message {
	cursor: pointer;
}

.morph_human .content {
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.4;
	padding: 0 12px 4px;
	position: relative;
	white-space: nowrap;
}

.morph_human .mouth {
	bottom: -8px;
	display: block;
	height: 8px;
	overflow: hidden;
	position: absolute;
	width: 12px;
}

.morph_human .mouth ins {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}


/**
 * Rotate Human
 */
.rotate_human {
	height: 1px;
	position: absolute;
	width: 1px;
}

.rotate_human .shape_container {
	margin-top: 20px;
	overflow: hidden;
	position: absolute;
}

.rotate_human a {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

.rotate_human .picture {
	display: block;
	left: 0;
	/*overflow: hidden;*/
	position: absolute;
	top: 20px;
}

.rotate_human .message {
	display: block;
	left: 0;
	position: absolute;
}

.rotate_human a .picture,
.rotate_human a .message {
	cursor: pointer;
}

.rotate_human .message .content {
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.4;
	padding: 0 12px 4px;
	position: relative;
	white-space: nowrap;
}

/* Гребаная Опера косячит без него */
.rotate_human a .message .content {
	text-decoration: underline;
}

.rotate_human .jscorner {
	background: #fff;
	border: 1px solid #f59238;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
}

.rotate_human .mouth {
	bottom: -6px;
	display: block;
	height: 8px;
	overflow: hidden;
	position: absolute;
	width: 12px;
}

.rotate_human .mouth ins {
	background-repeat: no-repeat;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}


/**
 * Columns
 */
.columns {
	clear: left;
	zoom: 1;
}

.columns:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

.columns .column {
	float: left;
	margin-right: -1px;
	padding-right: 6%;
	width: 47%;
	zoom: 1;
}

.columns .column_last {
	padding-right: 0 !important;
}


/**
 * JS Corner Shape
 */
.jscorner_shape {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}