/**
 * 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: .8125em/1.4em Arial, sans-serif;
}

a {
	color: #1a56bb;
}

a:visited {
	color: #6c3cb3;
}

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

img {
	border: 0;
}

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

address {
	font-style: normal;
}

small {
	font-size: .8em;
}

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 2.5em;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 .3em;
}

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

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

dd {
	margin: 0 0 .6em;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 2.46em;
	font-weight: normal;
	left: 2%;
	left: 0;
	line-height: normal;
	margin: 0 0 1.58em 30px;
	position: relative;
	width: 9em;
}

h1 a:visited {
	color: #1a56bb;
}

h2 {
	color: #469028;
	font-size: 2em;
	margin: 1.67em 0 1.25em;

	font-size: 1.846em;
	margin: 1em 0 .3em;
}

h2 b {
	font-weight: normal;
}

h3 {
	color: #469028;
	font-size: 1.538em;
	margin: 1.5em 0 1em;

	font-size: 1.385em;
	margin-bottom: .5em;
}

h4 {
	color: #fb7f06;
	font-size: 1.538em;
	margin: 1em 0 .5em;

	font-size: 1.23em;
}

h5 {
	font-size: 1.154em;
	margin: 1em 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;
}

iframe {
	border: 0;
	height: 20em;
	width: 100%;
}


/**
 * Standart presets
 */

.width_fix {
	width: 100%;
}

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

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.js .jhidden {
	display: none !important;
}

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

.errors {
	color: #c66;
}

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

.pseudo_link:hover {
	color: #5bbf33;
}

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

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

ul.list > li:before {
	content: '\2014\a0';
}

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

input.empty {
	color: #b2b2b2;
}

input.empty:focus {
	color: #000;
}

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

table.data {
	border-collapse: separate;
	empty-cells: show;
	line-height: normal;
	margin: 0 0 2em;
}

table.data th {
	border-bottom: 1px solid #888;
	/*color: #469028;*/
	font-size: .846em;
}

table.data tr.first td {
	border-top: 10px solid #fff;
}

table.data thead td {
	font-size: 1.23em;
	padding: 0 0 1em;
	text-align: center;
}

table.data th,
table.data td {
	padding: 7px 26px 7px 5px;
}

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

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

table.data tr:hover td {
	background: #dbfccd;
}

table.data tr.head:hover td {
	background: none;
}

.data_note,
.footnotes {
	font-size: .846em;
	line-height: normal;
	margin: 0 0 2.5em;
}

.data_note p,
.footnotes p {
	margin-bottom: .5em;
}

#main_content strong {
	color: #469028;
	font-size: 1.23em;
	font-weight: normal;
}

.smaller {
	font-size: .846em;
	line-height: normal;
}

.smaller p {
	margin-bottom: .5em;
}

.phone {
	color: #469028;
	font-size: 1.23em;
	white-space: nowrap;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.bigger {
	font-size: 1.23em;
}


/**
 * Рубли
 */
.rur {
	text-transform: uppercase;
}

.rur span {
	height: 1em;
	margin: 0.1ex 0 0 -0.55em;
	margin: 0.25ex 0 0 -0.6em;
	overflow: hidden;
	position: absolute;
	width: 0.45em;
}

.rur span:before {
	content: '\2013';
}