/**
 * Standard HTML elements
 */
* {
	font-size: 100.01%;
}
address,
blockquote,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ol,
table,
ul {
	font-size: 1em;
	margin: .75em 0 1em;
	padding: 0;
}
div,
td,
th,
tr {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
input,
select,
textarea {
	font-size: 1em;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ins {
	text-decoration: none;
}
label[disabled="true"] {
	opacity: 0.4;
}
sub,
sup {
	font-size: .75em;
	line-height: 0;
	position: relative;
	top: -0.5em;
	vertical-align: baseline;
}
sub {
	top: 0.1em;
}
code,
pre {
	font-family: monospace;
	font-size: 1em;
}
b {
	font-weight: normal;
}
/**
 * Lists
 */
ul {
	list-style-type: none;
}
li {
	margin: 0.5em 0 0.5em 1.3em;
}
ul > li:before {
	content: '\2014\a0';
	float: left;
	margin-left: -1.25em;
}
 ul > li > *:first-child:-moz-first-node {
 margin-top: -1.2em;
}
ul > li > * {
	text-indent: 0;
}
ul.navigation,
.navigation ul {
	list-style-image: none;
	margin-left: -1.3em;
}
.navigation li ul {
	margin: 0.5em 0 0 0;
}
.navigation li:before {
	content: '';
	float: none;
	margin-left: 0;
}
 ul.navigation > li > *:first-child:-moz-first-node, .navigation ul > li > *:first-child:-moz-first-node {
 margin-top: 0;
}
dl {
	margin: -2em 0 2em;
}
dt {
	margin: 3em 0 0.25em;
}
dd {
	margin: 0 0 1em 2em;
}
/**
 * Tables
 */
table.data ul,
table.data ol,
table.data dl,
table.data dt,
table.data dd,
table.data li,
table.data p {
	margin-top: 0;
	padding-top: 0;
}
table.data td.xsmall,
table.data td.xsmall {
	font-size: 70%;
}

table,
td,
th {
	border-spacing: 0;
	border: 0;
	font-weight: normal;
}
th,
td {
	font-size: 75%;
	padding: .5em .75em;
	text-align: left;
	vertical-align: top;
}
th {
	color: #999;
	font-size: 70%;
}
th.bb {
	vertical-align: bottom;
}
table td.br,
table th.br {
	border-right: 1px solid #888;
}
table td.bb,
table th.bb {
	border-bottom: 1px solid #888;
}
table td.vb,
table th.vb {
	vertical-align: bottom;
}
table td.vc,
table th.vc {
	vertical-align: center;
}

table td.number,
table th.number {
	text-align: right;
}
table.trainings-list th,
table.trainings-list td {
	padding: .5em .75em;
	text-align: left;
	vertical-align: top;
	font-size: 100%;
}
table.trainings-list th {
	color: #999;
	font-size: 0.9em;
}
table.trainings-list {
	margin:0 0 2em 110px;
	color:#6d6e71;
}
table.trainings-list td {
	padding:1em .7em;
	vertical-align:middle;
}
table.trainings-list td.buy {
	padding-top:0.7em;
	padding-bottom:0.3em;
}
table.trainings-list td.level {
	width:10em;
}
table.trainings-list td.title {
	padding-right:3em;
}
table.trainings-list th {
	background:#f5efe7;
	font-weight: bold;
	padding-top:1.1em;
	padding-bottom:1.1em;
}
table.trainings-list tr.odd td {
	background:#ebf2f8;
}
table.trainings-list .date {
	width:40px;
	padding-left:0px;
	padding-right:60px;
	text-align:right;
}
table.trainings-list .cost {
	padding-left:2.3em;
}
#content table.trainings-list td.date .day,
#content table.trainings-list td.date .month {
	position:static;
	float:right;
	clear:right;
}
/**
 * Links
 */
a:link,
a:visited,
p a:visited {
	text-decoration: underline;
}
a:link,
.pseudo,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited {
	color: #4e79bf;
}
.dark a:link,
.dark .pseudo {
	color:#8ed8f5;
}
.pseudo,
a.pseudo {
	border-bottom: 1px dotted;
	cursor: pointer;
	text-decoration: none;
}
.red {
	color:#d00;
}
a:visited,
p a:visited {
	color: darkmagenta;
}
.dark a:visited,
.dark p a:visited {
	color:#dc8ef5;
}
a:hover,
.pseudo:hover,
#breadcrumbs a:hover {
	color: #b34130 !important;
}
.dark a:hover,
.dark .pseudo:hover,
.dark #breadcrumbs a:hover {
	color: #f44 !important;
}
a:link *,
a:visited * {
	cursor: pointer;
}
p a,
p a:link {
	color:#0e5d80;
}
#breadcrumbs a,
#breadcrumbs a:visited {
	color:#aaa;
	margin-right:1ex;
}
.dark #breadcrumbs a,
.dark #breadcrumbs a:visited {
	color:#fff;
	margin-right:1ex;
}

small {
	font-size:80%;
}
/**
 * Headers
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 1.1;
}
h1 {
	font-size: 2.8em;
}
h1.h1_smaller {
	font-size:2em;
}
.header-date {
	font-size:0.8em;
	font-style:italic;
	color:#939598;
}
h1,
.header-date {
	margin: 0 24% .4em 2%;
	padding: 0 0 0 110px;
}
h2 {
	font-size: 2.18em;
	margin: 0 0 -.2em;
	padding: .6em 0 .4em;
}
h3 {
	font-size: 1.41em;
	margin: 0 0 -.45em;
	padding: .8em 0 0;
}
h4 {
	font-size: 1.059em;
	margin: 0 0 -.6em;
	padding: 1em 0 .4em;
}
h5 {
	font-size: 1em;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}
h6 {
	font-size: 1em;
	margin: 0 0 -.6em;
	padding: 1em 0 0;
}
h2:first-child,
h3:first-child {
	margin-top: 0;
}
h1 + h2,
h1 + h3,
h2 + h3 {
	margin-top: 0;
}
/**
 * Picture
 */
/*.picture {
	color: #999999;
	font-size: .9em;
	margin-bottom: 1em;
}

.picture p {
	margin-top: 0;
}*/


/**
 * Misc
 */
.phone,
.nobr {
	white-space: nowrap;
}
.hidden,
.js .jhidden {
	display: none !important;
}
.errors {
	color: #c66;
}

p.first {
	margin-top:0.6em;
}

.before_list {
	margin-bottom: -.5em;
}
.left {
	float: left;
	margin: 0 1em 0 0;
}
.right {
	float: right;
	margin: 0 0 0 1em;
}
.date {
	color: #929396;
	white-space: nowrap;
}
/*
.footnotes {
	border-top: 1px solid #008;
	padding: 3px 1em 0;
}

.footnotes p {
	margin-top: 0;
}

div.address {
	font-size: 1.1em;
}

blockquote {
	border-left: 1px solid #008;
	border-right: 1px solid #008;
	margin: 0 20px 2em;
	padding: 0 20px;
}

blockquote p {
	margin-top: 0;
}

blockquote .source {
	color: #999;
	margin-top: -.5em;
}

.comment {
	background: #f5f5f5;
	font-size: .9em;
	padding: 1px 10px;
}

.incut {
	border-left: 1px solid #008;
	padding: 0 20px 0 19px;
}*/

.empty {
	color: #aaa;
}
/**
 * Simple form
 */
/*.simple_form .row {
	margin: 0 0 1em;
	clear: left;
	width: 100%;
}

.simple_form .label {
	float: left;
	font-weight: normal;
	margin: 0 -100% 0 0;
	width: 5.2em;
}

.simple_form .field {
	margin: 0 0 0 5.7em;
}

.simple_form .field .text {
	width: 95%;
}

.simple_form .selector {
	line-height: 1.2em;
	margin: 0 0 .5em;
	min-height: 12px;
	position: relative;
	width: 100%;
}

.simple_form .selector input {
	height: 14px;
	left: 0;
	margin: -6px 0 0;
	position: absolute;
	top: .6em;
}

.simple_form .selector label {
	display: block;
	margin: 0 0 0 20px;
}*/


/**
 * Icons
 */
.icon {
	background: url(../i/icons.png) no-repeat;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.icon_nav {
	background-position: -11px 0;
	height: 9px;
	width: 5px;
}
a:hover .icon_nav {
	background-position: -11px -13px;
}
.selected .icon_nav {
	background-position: 0 0;
	height: 5px;
	width: 9px;
}
.selected a:hover .icon_nav,
.selected b .icon_nav {
	background-position: 0 -13px;
}
.icon_arrow_bottom {
	background-position: -60px 0;
	height: 8px;
	width: 14px;
}
.preview {
	margin-bottom:-0.6em;
	position:relative;
	overflow:hidden;
}
/**
 * Hr
 */
.hr,
.hr .l1,
.hr .l2 {
	display: block;
	height: 1px;
}
.hr {
	font-size: 1px;
	line-height: 1;
	position: relative;
	width: 100%;
}
.hr .l1,
.hr .l2 {
	overflow: hidden;
	position: absolute;
	top: 0;
}
.hr .l1 {
	background: #65686b url(../i/hr.png) no-repeat;
	left: -110px;
	padding-left: 110px;
	width: 100%;
}
.hr .l2 {
	background: url(../i/hr.png) right 0 no-repeat;
	right: -1px;
	width: 50%;
}
/*
 * Buttons
 */
button.red_button,
button.white_button {
	background:none;
	background:transparent;
	border:0;
	padding:0;
	margin:0;
}

.red_button,
.red_button:link,
.red_button:visited,
.white_button,
.white_button:link,
.white_button:visited,
.white_small_button,
.white_small_button:link,
.white_small_button:visited,
.red_small_button,
.red_small_button:link,
.red_small_button:visited {
	position:relative;
	line-height:45px;
	height:49px;
	display:-moz-inline-block;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	font-size:15pt;
}
.white_small_button,
.white_small_button:link,
.white_small_button:visited,
.red_small_button,
.red_small_button:link,
.red_small_button:visited {
	font-size:12pt;
	height:38px;
	line-height:35px;
}
.red_button span,
.white_button span,
.white_button:hover span,
.white_small_button span,
.red_small_button span,
.white_small_button:hover span {
	position:relative;
	padding:0 25px;
	color:#fff;
	white-space:nowrap;
}
.white_button span,
.white_small_button span {
	line-height:32px;
	color:#ef3d2f;
}
.red_button:hover span,
.red_small_button:hover span {
	color:#faa;
}

.red_button span,
.white_button span {
	line-height:45px;
}

.red_button ins.rbr,
.red_button ins.rbl,
.white_button:hover ins.rbr,
.white_button:hover ins.rbl {
	background:url(../i/red_button.png) 0 0 no-repeat;
}
.white_button ins.rbr,
.white_button ins.rbl {
	background:url(../i/white_button.png) 0 0 no-repeat;
}
.white_small_button ins.rbr,
.white_small_button ins.rbl {
	background:url(../i/white_small_button.png) 0 0 no-repeat;
}
.red_small_button ins.rbr,
.red_small_button ins.rbl,
.white_small_button:hover ins.rbr,
.white_small_button:hover ins.rbl {
	background:url(../i/red_small_button.png) 0 0 no-repeat;
}
.red_button ins.rbr,
.red_button ins.rbl,
.white_button ins.rbr,
.white_button ins.rbl,
.white_small_button ins.rbr,
.white_small_button ins.rbl,
.red_small_button ins.rbr,
.red_small_button ins.rbl {
	width:500px;
	height:49px;
	position:absolute;
	top:0;
	left:-27px;
}
.white_small_button ins.rbr,
.white_small_button ins.rbl,
.red_small_button ins.rbr,
.red_small_button ins.rbl {
	top:-6px;
}
.red_button ins.rbr,
.white_button ins.rbr,
.white_small_button ins.rbr,
.red_small_button ins.rbr {
	margin-left:100%;
	width:27px;
}
.red_button ins.rbl,
.white_button ins.rbl,
.white_small_button ins.rbl,
.red_small_button ins.rbl {
	width:100%;
}
.sky_bubble {
	background:url(../i/big_sky.jpg) center 0;
}
.sky_bubble,
.sky_bubble:link,
.sky_bubble:visited {
	position:relative;
	line-height:65px;
	height:95px;
	display:-moz-inline-block;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	font-size:11pt;
}
.sky_bubble span {
	position:relative;
	padding:0 30px;
	color:#f00;
	white-space:nowrap;
}
.sky_bubble:hover span {
	color: #0099ff;
}
.sky_bubble ins.rbr,
.sky_bubble ins.rbl {
	background:url(../i/exit_mask.png) 0 0 no-repeat;
	width:237px;
	height:95px;
	position:absolute;
	top:0;
	left:-44px;
}
.sky_bubble ins.rbr {
	margin-left:100%;
	width:44px;
}
.sky_bubble ins.rbl {
	width:100%;
}
.user-content {
	color:#414042;
}
.user-content h2,
h2.gh {
	font:normal 145% Georgia;
	padding-bottom:0;
	margin-bottom: -0.4em;
}
.user-content h2 {
	color:#0070bd;
}
/*.user-content ul {
	font-style:italic;
}*/
.user-content a,
.user-content b {
	font-style:normal;
}
.pseudo-select {
	position:relative;
	white-space:nowrap;
}
.pseudo-select .selected {
	margin-right:23px;
	position:relative;
	z-index:3;
}
.pseudo-select .variants {
	width:100%;
	padding:1.3em 0.4em 0.3em;
	left:-0.4em;
	top:-0.2em;
	background:#fff;
	border:solid 1px #ccc;
	position:absolute;
	z-index:2;
	text-align: left;
}
.pseudo-select .variant {
	display: block;
}
.icon_arrow_bottom {
	left:100%;
	top:60%;
	margin-top:-4px;
	margin-left:0;
}
.d-sh-t {
	position:absolute;
	background:url('../i/tails.png') 0 0 no-repeat;
}
.question_white .d-sh-cn {
	background:url('../i/corners_question_white.png') no-repeat;
}
.question_white .d-sh-t {
	background-position: 0 -93px;
	height:44px;
	width:32px;
	left:-42px;
	top:50%;
	margin-top:0;
}
.d-shadow {
	position:relative;
}
.d-shadow-wrap {
	position:relative;
	width:100%;
	padding:15px 21px 0 21px;
	margin:-15px -21px 0 -21px;
	overflow:hidden;
}
.d-sh-cn {
	position:absolute;
	left:-25px;
	z-index:-1;
}
.d-sh-tl,
.d-sh-tr {
	height:2000px;
	top:-28px;
}
.d-sh-tl,
.d-sh-bl {
	width:100%;
}
.d-sh-tr,
.d-sh-br {
	width:25px;
	margin-left:100%;
}
.d-sh-bl,
.d-sh-br {
	height:28px;
}
.d-sh-bl {
	left:-46px;
	padding-right:42px;
	clip:rect(auto auto auto 25px);
}
.d-sh-br {
	left:-4px;
}
.training-price p.price {
	word-spacing:0.2ex;
}
.training-price .note {
	max-width:17em;
}
span.price {
	position:relative;
	white-space: nowrap;
	word-spacing: -0.3ex;
}
.content-subnavigation {
	margin-bottom:1em;
}


/* dorabotki plashek */
.d-sh-t2 {
	position:absolute;
	background:url('../i/tails2.png') 0 0 no-repeat;
}
.question_white .d-sh-cn2 {
	background:url('../i/corners_question_white2.png') no-repeat;
}
.question_white .d-sh-t2 {
	background-position: 0 -93px;
	height:44px;
	width:32px;
	left:-42px;
	top:50%;
	margin-top:0;
}
.d-shadow2 {
	position:relative;
}
.d-shadow-wrap2 {
	position:relative;
	width:100%;
	padding:15px 21px 0 21px;
	margin:-15px -21px 0 -21px;
	overflow:hidden;
}
.d-sh-cn2 {
	position:absolute;
	left:-25px;
	z-index:-1;
}
.d-sh-tl2,
.d-sh-tr2 {
	height:2000px;
	top:-28px;
}
.d-sh-tl2,
.d-sh-bl2 {
	width:100%;
}
.d-sh-tr2,
.d-sh-br2 {
	width:25px;
	margin-left:100%;
}
.d-sh-bl2,
.d-sh-br2 {
	height:28px;
}
.d-sh-bl2 {
	left:-46px;
	padding-right:42px;
	clip:rect(auto auto auto 25px);
}
.d-sh-br2 {
	left:-4px;
}

/* TRINING PLASHKA ---- */
.d-sh-t3 {
	position:absolute;
	background:url('../i/tails2.png') 0 0 no-repeat;
}
.question_white .d-sh-cn3 {
	background:url('../i/corners_question_white3.png') no-repeat;
}
.question_white .d-sh-t3 {
	background-position: 0 -93px;
	height:44px;
	width:32px;
	left:-42px;
	top:50%;
	margin-top:0;
}
.d-shadow3 {
	position:relative;
}
.d-shadow-wrap3 {
	position:relative;
	width:100%;
	padding:15px 21px 0 21px;
	margin:-15px -21px 0 -21px;
	overflow:hidden;
}
.d-sh-cn3 {
	position:absolute;
	left:-25px;
	z-index:-1;
}
.d-sh-tl3,
.d-sh-tr3 {
	height:2000px;
	top:-28px;
}
.d-sh-tl3,
.d-sh-bl3 {
	width:100%;
}
.d-sh-tr3,
.d-sh-br3 {
	width:25px;
	margin-left:100%;
}
.d-sh-bl3,
.d-sh-br3 {
	height:28px;
}
.d-sh-bl3{
	left:-46px;
	padding-right:42px;
	clip:rect(auto auto auto 25px);
}
.d-sh-br3 {
	left:-4px;
}
/* ---------------- */