* { padding: 0; margin: 0; }

body {
	background-size: 100%;
	background: #f1f1f1 url(../images/shattered.png) repeat;
	background-attachment: fixed;
}

#garland {position:fixed;top:-9px;left:0;background-image:url('../images/christmas.png');height:36px;width:100%;overflow:hidden;z-index:99}  
#nums_1 {padding:100px}  
.garland_1 {background-position: 0 0}  
.garland_2 {background-position: 0 -36px}  
.garland_3 {background-position: 0 -72px}  
.garland_4 {background-position: 0 -108px}

.elka {position:fixed; top:0; left:0;z-index:51;}

.infoz a {
background: url(../images/infoz-1.png) repeat;
margin: -25px 25px -10px 25px;
width:202px;
height:93px;
display:block;
float:right;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;

}

.infoz a:hover {
background: url(../images/infoz-2.png) repeat;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
}

.newsico {
background: url(../images/news.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background-size: contain;
    margin: 0px 10px 0px -10px;
}

.news a {
background: url(../images/news.png) no-repeat;
text-align:center;
margin: 10px 0px 0px 40px;
width:100px;
height:87px;
display:block;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;

}

.news a:hover {
background: url(../images/news2.png) no-repeat;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
}

.news2 a {
background: url(../images/news-1.png) no-repeat;
text-align:center;
margin: 10px 0px 0px 40px;
width:100px;
height:87px;
display:block;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;

}

.news2 a:hover {
background: url(../images/news2-1.png) no-repeat;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
}


p {
	font-family: 'pf_din_text_comp_prolight';
	padding: 20px 30px 20px 30px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	font-size: 20px;
	font-weight: normal;
	color: #0b0b15;
	letter-spacing: 1px;
}

pre {
	font-family: 'pf_din_text_comp_prolight';
	padding: 10px 10px 10px 30px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	font-size: 20px;
	font-weight: normal;
	color: #0b0b15;
	letter-spacing: 1px;
}

#content p {
	padding-left:30px;
}

em { color: #a31919; }

sup {color:#555659;}

.vid {
	display:inline-block;
	width:350px;
	margin:20px 0px 0px 20px;
}

mark {
	background: rgba(163,25,25,0.6);
	font-size:0.8em;
	color: #d5c7c7;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	padding: 2px 4px 2px 5px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

mark:hover {
	background: #a31919;
	font-size:0.8em;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
		-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}



.tel { font-weight: bold; color: #000000; text-align: center; font-size: 26px; font-family: Arial; 	text-shadow: 0 1px 10px #5d0000, 0 1px 1px #5d0000;
}



a {
	color: #a31919;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
	text-decoration: none;
}

a:hover {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #fc2e2e;	
}

.flag-eng {
	background: url(../images/flag-eng.jpg) no-repeat;
	padding:0 0 0 30px!important;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 18px!important;
}

.flag-rus {
	background: url(../images/flag-rus.jpg) no-repeat;
	padding:0 0 0 30px!important;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 18px!important;
}

blockquote {
padding: 0 30px;
line-height: 22px;
margin: 10px 0;
}

blockquote::before {
content: '“';
}

blockquote::after {
content: '”';
}

q, blockquote {
quotes: '“' '”' '‘2018' '’2019';
font-family: "Times New Roman",Times,serif;
font-style: italic;
font-size: 18px;
color:red;
}

hr {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0,0), rgba(0, 0, 0, 0.36), rgba(0, 0, 0,0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0,0), rgba(0, 0, 0, 0.36), rgba(0, 0, 0,0));
background-image: -ms-linear-gradient(left, rgba(0, 0, 0,0), rgba(0, 0, 0, 0.36), rgba(0, 0, 0,0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0,0), rgba(0, 0, 0, 0.36), rgba(0, 0, 0,0));
} 

b, strong {
font-family: 'pf_din_text_comp_promedium';
font-weight: normal;
}

address {
	font-family: 'pf_din_text_comp_prolight';
	font-style:normal;
	font-size: 18px;
	letter-spacing: 1px;
	color: #0b0b15;
	padding:15px 0 0 30px;
}

h1 {
	background-color: transparent;
font-family: 'pf_din_text_comp_proregular';
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-left: 30px;
	cursor: default;
	color: #0b0b15;
	font-weight: normal;
	font-size: 26px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background-origin: padding-box;
	letter-spacing: 1px;
}

h2 {
font-family: 'pf_din_text_comp_proregular';
	padding-top: 11px;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-left: 30px;
	cursor: default;
	color: #f1f1f1;
	font-size: 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-weight: normal;
	background-origin: padding-box;
	letter-spacing: 1px;
	background-color: #0b0b15;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.h2 {
font-family: 'pf_din_text_comp_proregular';
	padding-top: 11px;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-left: 30px;
	cursor: default;
	color: #f1f1f1;
	font-size: 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-weight: normal;
	background-origin: padding-box;
	letter-spacing: 1px;
	background-color: #0b0b15;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

h3,h5,h6 {
font-family: 'pf_din_text_comp_promedium';
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	cursor: default;
	color: #0b0b15;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}

h4 {
font-family: 'pf_din_text_comp_prolight';
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	cursor: default;
	color: red;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
}

h5 {font-size: 20px;}

h6 {font-size: 18px;}

.poisk {
color: #49495C;
display: block;
position: relative;
float: left;
left: 220px;
margin-bottom: 20px;
text-align: justify;
width: 770px;
font-size:20px;
}

.poisk a {
	color: #f1f1f1;
	background:#2e3436;
	padding: 6px 10px;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
		-moz-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	-webkit-transition: -webkit-transform 0.05s;
	-moz-transition: -moz-transform 0.05s;
	transition: transform 0.05s;
margin:3px;
display:block;
float:left;
letter-spacing:1px;
}

.poisk a:hover {
	background:#a31919;
	font-size:16px;
	text-shadow:0 1px 1px rgba(0,0,0,0.6);
	-webkit-transform: scale(0.96);
	-moz-transform: scale(0.96);
	transform: scale(0.96);
	-webkit-transition: -webkit-transform 0.05s;
	-moz-transition: -moz-transform 0.05s;
	transition: transform 0.05s;
		-moz-box-shadow:  0 1px 3px rgba(0,0,0,0.3)inset, 0 1px 0px rgba(255,255,255,0.9);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0.3)inset, 0 1px 0px rgba(255,255,255,0.9);
	box-shadow:  0 1px 3px rgba(0,0,0,0.3)inset, 0 1px 0px rgba(255,255,255,0.9);

}

.poisk a:active {

}
.sticky-wrapper {
width:750px;
margin:0 auto;
}
.geography {
color: #49495C;
font-size:12px;
display: block;
position: relative;
float: left;
padding:10px;
margin-bottom: 10px;
text-align: left;
font-size:18px;
}

.geography a {
	color: #f1f1f1;
	background:#2e3436;
	font-size:12px;
	padding: 3px 8px;
	text-decoration: none;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
		-moz-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	-webkit-transition: -webkit-transform 0.05s;
	-moz-transition: -moz-transform 0.05s;
	transition: transform 0.05s;
margin:1px;
display:inline-block;
letter-spacing:1px;
}

.geography a:hover {
	background:#a31919;
	text-shadow:0 1px 1px rgba(0,0,0,0.6);
	-webkit-transform: scale(0.96);
	-moz-transform: scale(0.96);
	transform: scale(0.96);
	-webkit-transition: -webkit-transform 0.05s;
	-moz-transition: -moz-transform 0.05s;
	transition: transform 0.05s;
		-moz-box-shadow:  0 1px 3px rgba(0,0,0,0.3)inset, 0 1px 0px rgba(255,255,255,0.9);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0.3)inset, 0 1px 0px rgba(255,255,255,0.9);
	box-shadow:  0 1px 3px rgba(0,0,0,0.3)inset, 0 1px 0px rgba(255,255,255,0.9);

}

.geography a:active {

}

#wrapper { 
	margin: 0 auto;
	width: 1000px;
	padding: 90px 0px 0px 0px;
}

.prehead {
	float: right;
	margin: 10px 0 10px;
}

#preheadlogo {
	float: left;
	background: url(../images/logo3.gif) no-repeat;
	width: 90px;
	height:90px;
	padding:0px 0px 0px 0px;
	margin:-6px 59px 0px 57px;
}

#prehead1 {
width: 260px;
top: 0px;
float: right;
padding: 12px 0px 0px 0px;
background-position-y: 5px;
}

.pretelmob{
	color:#f1f1f1;
	font-family: 'pf_din_text_comp_proregular';
	text-shadow: 0 1px 0px rgba(0,0,0,0.3);
	font-size:22px;
}
.pretelmail {
	color:#f1f1f1;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	font-size:18px;
}

#gost {
	display:block;
	text-align:center; 
	position:fixed;
	right:16px;
	top:90px;
	padding:5px;
	background: #e8e7e7 url(../images/contpt.png) repeat;
	border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-khtml-border-radius:4px;
	color: #0b0b15;
	-moz-box-shadow: 
		0px 1px 5px rgba(0,0,0,0.3),
		0px 1px 0 #fdfdfd inset ;
	-webkit-box-shadow:
		0px 1px 5px rgba(0,0,0,0.3),
		0px 1px 0 #fdfdfd inset ;
	box-shadow:
		0px 1px 5px rgba(0,0,0,0.3),
		0px 1px 0 #fdfdfd inset ;
}

#content {
	color: #000000;
	background: #e8e7e7 url(../images/contpt.png) repeat;
	height: 100%;
	width: 770px;
	display: inline-block;
	border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-khtml-border-radius:4px;
	margin:5px;
	margin-bottom:15px;
	-moz-box-shadow: 
		0px 1px 5px rgba(0,0,0,0.3),
		0px 1px 0 #fdfdfd inset ;
	-webkit-box-shadow:
		0px 1px 5px rgba(0,0,0,0.3),
		0px 1px 0 #fdfdfd inset ;
	box-shadow:
		0px 1px 5px rgba(0,0,0,0.3),
		0px 1px 0 #fdfdfd inset ;
	margin-right: 0px;
	margin-left: 220px;
	margin-top: 0px;
}

#header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	width: 100%;
	float: left;
	height: 242px;
	background-image: url(../images/head.jpg);
	border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-khtml-border-radius:4px;
	-moz-box-shadow: 
		0 1px 3px rgba(0,0,0,0.3),
		0px 1px 0 #fdfdfd inset,
		0px 1px 0 #fdfdfd inset;
	-webkit-box-shadow:
		0 1px 3px rgba(0,0,0,0.3),
		0px 1px 0 #fdfdfd inset,
		0px 1px 0 #fdfdfd inset;
	box-shadow:
		0 1px 3px rgba(0,0,0,0.3),
		0px 1px 0 #fdfdfd inset,
		0px 1px 0 #fdfdfd inset;
}

#footer {
	background: #f1f1f1 url(../images/real_cf.png) repeat;	
	color: #f1f1f1;
	width:100%;
	float: left;
	height: 60px;
	text-align: right;
	font-weight: bold;
	padding-bottom: 20px;
		-moz-box-shadow: 
		0px 0px 5px rgba(0,0,0,0.1) inset,
		0px 3px 0 #4b4b4b inset;
	-webkit-box-shadow:
		0px 0px 5px rgba(0,0,0,0.1) inset,
		0px 3px 0 #4b4b4b inset;
	box-shadow:
		0px 0px 5px rgba(0,0,0,0.1) inset,
		0px 3px 0 #4b4b4b inset;

}

#footer p {
	color: #f1f1f1;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	padding:10px 20px 0px 0px;
}

#leftcolumn {
	height: 100%;
	width: 210px;
	float: left;
	margin-top:0px;
}

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

table.zebra2 { 
	width: 97%;
	margin:10px 10px 10px 12px;
	-webkit-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-moz-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-o-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-ms-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
}

table.zebra2 th {
	font-size: 16px;
}

table.zebra2 th,
table.zebra2 td { padding: 9px 2px 9px 4px; font-weight: normal;}

table.zebra2 tbody,
table.zebra2 tfoot { font-size: 18px; }

table.zebra2 .bold { font-weight: bold; }
table.zebra2 .center { text-align: center; }

table.zebra2 td * { vertical-align: middle; }

table.zebra2 tfoot { font-style: italic; }

table.zebra2 caption {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}
table.zebra2  tr {
	text-align: center;
	border-bottom:1px solid rgba(0,0,0,0.1);
	-webkit-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-moz-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-o-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-ms-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;	
}

table.zebra2  tr small {
	font-size:14px;
}

table.zebra2  tr:hover {
	cursor: default;
}
	
table.zebra2 thead th {
	background: rgba(110,110,110,0.3);
	color: #0b0b15;
	text-shadow: 0 1px 0px rgba(255,255,255,0.3);
}

table.zebra2 tbody tr {
	background: rgba(66,66,66,0.02);
	-moz-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	box-shadow:  0 2px 1px rgba(0,0,0,0.15);
}

table.zebra2 tfoot tr {
	border-top: 1px solid #210007;
	background: rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	color: #666;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

ul.zebra2 > li.odd,
table.zebra2 tbody tr.odd,
ul.zebra2 > li:nth-of-type(odd),
table.zebra2 tbody tr:nth-of-type(odd) { background: rgba(255,255,255,0.03); }

table.zebra2 p {
	font-family: 'pf_din_text_comp_prolight';
	text-align: left;
	padding: 0 0 0 20px!important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	font-size: 18px;
	font-weight: normal;
	color: #0b0b15;
	letter-spacing: 1px;
}

table.zebra2 caption { color: #888; }

table.zebra3 { 
	width: 97%;
	margin:10px 10px 10px 12px;
	-webkit-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-moz-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-o-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-ms-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
}

table.zebra3 th {
	font-size: 16px;
}

table.zebra3 th,
table.zebra3 td { padding: 5px 2px 1px 4px; font-weight: normal; vertical-align:top;}

table.zebra3 tbody,
table.zebra3 tfoot { font-size: 16px; }

table.zebra3 .bold { font-weight: bold; }
table.zebra3 .center { text-align: center; }

table.zebra3 td * { vertical-align: middle; }

table.zebra3 tfoot { font-style: italic; }

table.zebra3 caption {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}
table.zebra3  tr {
	text-align: left;
	border-bottom:1px solid rgba(0,0,0,0.1);
	-webkit-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-moz-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-o-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-ms-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;	
}

table.zebra3  tr small {
	font-size:14px;
}

table.zebra3  tr:hover {
	cursor: default;
}
	
table.zebra3 thead th {
	background: rgba(110,110,110,0.3);
	color: #0b0b15;
	text-shadow: 0 1px 0px rgba(255,255,255,0.3);
}

table.zebra3 tbody tr {
	background: rgba(66,66,66,0.0);
}

table.zebra3 tfoot tr {
	border-top: 1px solid #210007;
	background: rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	color: #666;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

ul.zebra3 > li.odd,
table.zebra3 tbody tr.odd,
ul.zebra3> li:nth-of-type(odd),
table.zebra3 tbody tr:nth-of-type(odd) {  }

table.zebra3 p {
	font-family: 'pf_din_text_comp_prolight';
	text-align: left;
	padding: 0 0 0 20px!important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	font-size: 18px;
	font-weight: normal;
	color: #0b0b15;
	letter-spacing: 1px;
}

table.zebra3 caption { color: #888; }


table.zebra { 
	width: 97%;
	margin:20px 10px 10px 12px;
}

table.zebra th,
table.zebra td { padding: 3px 2px 3px 4px; font-weight: normal;}

table.zebra tbody,
table.zebra tfoot { font-size: 20px; }

table.zebra td * { vertical-align: middle; }

table.zebra  tr {
	text-align: center;
}
	
table.zebra p {
	font-family: 'pf_din_text_comp_prolight';
	text-align: left;
	padding: 0 0 0 20px!important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	font-size: 20px;
	font-weight: normal;
	color: #0b0b15;
	letter-spacing: 1px;
}


ul.check > li { 
	background-image: url(../images/list_check.png); 
	color: #555659;
	font-size: 18px;
	padding: 0px 20px 0px 30px;
	background-position:0 0;
	background-repeat: no-repeat;
	text-shadow: 0 1px 0px rgba(255,255,255,0.5);
	line-height:30px;
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;
}

ul.check { 
	color: #555659;
	font-size: 18px;
	text-shadow: 0 1px 0px rgba(255,255,255,0.5);
	line-height:30px;
	margin-left: 30px;
	margin-bottom: 10px;
	letter-spacing:1px;
}

.button-price:hover {
background: #ed2424 url(../images/price.png) 24px 13px no-repeat;
color:#fafbfc;
}
.button-foto:hover {
background: #ed2424 url(../images/foto.png) 24px 13px no-repeat;
color:#fafbfc;
}

.button-price {
background: #2e3436 url(../images/price.png) 24px 13px no-repeat;
color: #f1f1f1;
margin-bottom:10px;
font-size: 26px;
padding: 30px 30px 30px 110px;
font-weight: normal;
text-decoration: none;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
text-shadow: 0px 1px 0px rgba(81,212,234,0.2);
display: inline-block;
-moz-transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.button-foto {
background: #2e3436 url(../images/foto.png) 24px 13px no-repeat;
color: #f1f1f1;
font-size: 26px;
padding: 30px 30px 30px 110px;
font-weight: normal;
text-decoration: none;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
text-shadow: 0px 1px 0px rgba(81,212,234,0.2);
display: inline-block;
-moz-transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.exel {background: #2e3436 url(../images/exel.png) 10px no-repeat !important;padding: 10px 20px 10px 50px !important;font-size:20px !important;}

.button {
	color:#f1f1f1;
	background: #2e3436;
	font-size: 16px;
	padding: 6px 10px;
	font-weight: normal;
	text-decoration: none;
	border-radius:3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	text-shadow: 0px 1px 0px rgba(81,212,234,0.2);
	display:inline-block; /* IE is so silly */
 -moz-transition: all 0.1s ease-in;
 -webkit-transition: all 0.1s ease-in;
 -o-transition: all 0.1s ease-in;
 transition: all 0.1s ease-in;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.button:hover {
	color:#ed2424;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	background: #161819;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	 -moz-transition: all 0.01s;
	-webkit-transition: all 0.01s;
	-o-transition: all 0.01s;
	transition: all 0.01s;
}
.button:active {
	background: #a31919;
	color:#f1f1f1;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);

}

.menu-sidebar {
	text-shadow: 0 1px 0px rgba(0,0,0,0.3);
}
.menu-sidebar a,
.menu-sidebar li > span {
	color: #f1f1f1;
}
.menu-sidebar a.current {
	color: #ed2424;
	text-shadow: 0 1px 0px rgba(0,0,0,0.3);
	background-clip: padding-box;
	-moz-box-shadow: 
	0 0 3px rgba(0,0,0,0.3) inset,
	-webkit-box-shadow:
	0 0 3px rgba(0,0,0,0.3) inset,
	box-shadow:
	0 0 3px rgba(0,0,0,0.3) inset,
;
}

.menu-sidebar li.level1.current:first-child {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
}

.menu-sidebar li.level1:first-child {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
}

.menu-sidebar li.level1:last-child {
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
}

.menu-sidebar li.level1:first-child { background: none; }
.menu-sidebar a.level1 > span,
.menu-sidebar span.level1 > span {
	padding: 10px 0;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
}

.mod-box3 {
	padding: 20px;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px rgba(81,212,234,0.2);
	background: rgba(253,246,235,1.0);
	border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-khtml-border-radius:4px;
	-moz-box-shadow: 
		0px 1px 5px rgba(0,0,0,0.1) inset,
		0px 1px 0 #fdfdfd ;
	-webkit-box-shadow:
		0px 1px 5px rgba(0,0,0,0.1) inset,
		0px 1px 0 #fdfdfd ;
	box-shadow:
		0px 1px 5px rgba(0,0,0,0.1) inset,
		0px 1px 0 #fdfdfd ;
}


.mod-box {
	padding: 20px;
	margin-bottom: 10px;
	background: #2e3436 url(../images/real_cf.png) repeat;
	border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-khtml-border-radius:4px;
	-moz-box-shadow: 
		0px 1px 5px rgba(0,0,0,0.1) inset,
		0px 1px 0 #fdfdfd ;
	-webkit-box-shadow:
		0px 1px 5px rgba(0,0,0,0.1) inset,
		0px 1px 0 #fdfdfd ;
	box-shadow:
		0px 1px 5px rgba(0,0,0,0.1) inset,
		0px 1px 0 #fdfdfd ;
}

.mod-box2 {
	padding: 10px 20px 0px 20px;
	/*margin-bottom: 20px;*/
	background: #2e3436 url(../images/real_cf.png) repeat;
	border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-khtml-border-radius:4px;
	-moz-box-shadow: 
		0px 1px 5px rgba(0,0,0,0.1) inset,
		0px 0px 0 #fdfdfd ;
	-webkit-box-shadow:
		0px 1px 5px rgba(0,0,0,0.1) inset,
		0px 0px 0 #fdfdfd ;
	box-shadow:
		0px 1px 5px rgba(0,0,0,0.1) inset,
		0px 0px 0 #fdfdfd ;
}

.mod-box .menu-sidebar { 
	margin: -20px -20px -20px -20px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	overflow: hidden;
}

.mod-box .menu-sidebar li.level1 { 
 -moz-transition: background-color .3s ease-in;
 -webkit-transition: background-color .3s ease-in;
 -ms-transition: background-color .3s ease-in;
 -o-transition: background-color .3s ease-in;
 transition: background-color .3s ease-in;

}

.mod-box .menu-sidebar li.level1 .current  { 
	color:red;
}

.mod-box .menu-sidebar li.level1:hover { 
	background: red;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: scale(0.99);
transform: scale(0.99);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
 -moz-transition: background-color 0.1s, color 0.3s;
 -webkit-transition: background-color 0.1s, color 0.3s;
 -ms-transition: background-color 0.1s, color 0.3s;
 -o-transition: background-color 0.1s, color 0.3s;
 transition: background-color 0.1s, color 0.3s;
 }

.mod-box .menu-sidebar li.level1 > a,
.mod-box .menu-sidebar li.level1 > span,
.mod-box .menu-sidebar li.level1 > div,
.mod-box .menu-sidebar li.level1 > ul {padding-left: 20px; padding-right: 20px; }
.mod-box .menu-sidebar li.level1 > a:hover {color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.3);}


.menu,
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu a,
.menu span { display: block; }
.menu a { text-decoration: none; }

::-moz-selection { 
	background: rgba(163,25,25,0.6);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
::selection {
	background: rgba(163,25,25,0.6);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

#gallery { list-style:none; padding-left: 11px; }
#gallery li {
	background:#ffffff;
	float:left;
	display:block;
	margin: 10px 8px 18px 12px;
	display:block;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px;
	padding: 0px;
	-webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 5px rgba(0,0,0,0.3);
	box-shadow:0px 1px 5px rgba(0,0,0,0.3);
	z-index: 110;
 -moz-transition: all .1s ease-in;
 -webkit-transition: all .1s ease-in;
 -ms-transition: all .1s ease-in;
 -o-transition: all .1s ease-in;
 transition: all .1s ease-in;
}
#gallery li p {
	border:0px solid #3d0000;
	padding:3px 3px 3px 3px;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px;
	margin:0;
 }
#gallery li a { display:block; color:#fff; padding:0; text-decoration:none;  }
#gallery img {
	border-radius:1px; 
	-webkit-border-radius:1px; 
	-moz-border-radius:1px; 
	-khtml-border-radius:1px;
	margin:0;
	padding:0;
}
#gallery li:hover {
	background:#2e3436;
	-moz-transition: all 0.01s;
	-webkit-transition: all 0.01s;
	-ms-transition: all 0.01s;
	-o-transition: all 0.01s;
	transition: all 0.01s;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);

}
a img {
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
 }
 
a img:hover {
	-moz-transition: all 0.01s;
	-webkit-transition: all 0.01s;
	-ms-transition: all 0.01s;
	-o-transition: all 0.01s;
	transition: all 0.01s;
filter:alpha(opacity=90); ..-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;
}

.ha-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

.ha-header h1,
.ha-header h1::before,
.ha-header h1 span,
.ha-header nav,
.ha-header nav::before {
	display: inline-block;
	vertical-align: middle;
}
.ha-header h1 {
	font-weight: 200;
	color: #ed2424;
	font-size: 4.5em;
	padding: 0 0 90px 160px;
	cursor: default;
	background: url(../images/logo.png) no-repeat;
	z-index: 1;
}
.ha-header2 h1,
.ha-header2 h1::before,
.ha-header2 h1 span,
.ha-header2 nav,
.ha-header2 nav::before {
	display: inline-block;
	vertical-align: middle;
}
.ha-header2 h1 {
	font-weight: 300;
	color: #f8e8ba;
	font-size: 1.0em;
	padding: 0 0 0 0;
	cursor: default;
	z-index: 1;
}

.footnum {padding-right:170px;font-size:30px;}

@media screen and (max-width: 65em) {
	body {font-size: 85%;}
	#gost {display:none;}
	.elka {position:fixed; top:0; left:-100px;z-index:51;}
}

@media screen and (max-width: 50em) {
	.ha-header-perspective > div {text-shadow: 0 1px 1px rgba(0,0,0,0.3);padding: 0px 0px 0px 5%;}
	#wrapper {padding-top: 100px;width: 100%;}
	.ha-header h1 {font-size: 2.5em;}
	#content {width:410px;}
	#page {display:none;	}
	#nav ul li{margin:20px 3px!important;}
	#nav ul {width: 100%!important;}
	#nav a{font-size:18px!important;padding: 0px 3px!important;margin-top:6px;height:14px;line-height:14px;}
	.poisk {width: 410px;font-size:16px;}
	#gost {display:none;}
	#nav a {padding: 8px 0px;}
	#preheadlogo {margin: 0px 5px 0px 5px;}
	#prehead1 {padding-right:5px;}
	.flag-eng, .flag-rus {width:50px!important;}
	.footnum {padding-right:10px;font-size:30px;}
			
}



.rhino-btn {
	background:url(../images/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width:56px;
	height:56px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev, .rhino-next { bottom:4px; }

.rhino-prev:active, .rhino-next:active { bottom:3px; }

.rhino-prev {
	left:6px;
	background-position:-168px 0;
}

.rhino-next {
	right:6px;
	background-position:-106px 0;
}

.rhino-prev:hover { background:url(../images/rhinoslider-sprite2.png) 0 0 no-repeat; background-position:-168px 0; }

.rhino-next:hover { background:url(../images/rhinoslider-sprite2.png) 0 0 no-repeat; background-position:-106px 0; }

.rhino-toggle {
	top:-4px;
	left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets {
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin:0 0 0 -50px;
	z-index: 10;
	background: #fff;
	padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:56px;
	height:56px;
	background:url(images/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color:#999;
	background:#eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	background:#5cd4e8;
}

			#slider {
				width:750px;
				height:290px;
				border-radius:2px; 
				-webkit-border-radius:2px; 
				-moz-border-radius:2px; 
				-khtml-border-radius:2px;

			}
			
			#slider li { list-style:none; }
			
			#page {
				width:100%;
				 margin: 0 auto;
				 margin-bottom:10px;
				 float:left;
				padding:10px;
			}
#nav{
    height:85px;
	-moz-box-shadow: 
		1px 0px 10px rgba(0,0,0,0.5) ;
	-webkit-box-shadow:
		1px 0px 10px rgba(0,0,0,0.5) ;
	box-shadow:
		1px 0px 10px rgba(0,0,0,0.5) ;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background: #0b0b15;
}
#nav ul{
    height:75px;
    list-style:none;
    margin:3px auto 0px auto;
    width:990px;   
}
#nav ul li{
    display:inline;
    float:left;
    margin:25px 6px;
}
#nav a{
    font-size:22px;
    float:left;
    padding: 8px 8px;
    color:red;
    text-decoration: none;
    cursor: pointer;
    height:16px;
    line-height:16px;
}
#nav a:hover{
color:white;
}
#nav a.active {
color: white;
}

.tip-twitter {
	opacity:0.8;
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px 8px;
	max-width:200px;
	color:#fff;
	font-family: 'pf_din_text_comp_prolight';
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background-color:#000;
}
.tip-twitter .tip-inner {
	font:bold 11px/14px;
	letter-spacing:1px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-twitter .tip-arrow-top {
	margin-top:-5px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:5px;
	background:url(tip-twitter_arrows.gif) no-repeat;
}
.tip-twitter .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:5px;
	height:9px;
	background:url(tip-twitter_arrows.gif) no-repeat -9px 0;
}
.tip-twitter .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:5px;
	background:url(tip-twitter_arrows.gif) no-repeat -18px 0;
}
.tip-twitter .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-5px;
	top:50%;
	left:0;
	width:5px;
	height:9px;
	background:url(tip-twitter_arrows.gif) no-repeat -27px 0;
}

#metrika {
display:block;
float: left;
margin: 11px 30px 0px 30px;
}

#formBody{width: 400px;font-size: 16px;padding-bottom: 10px;margin-left: 20px;}
#formHeader{
height: 24px;
font-weight: normal;
font-size: 24px;
text-align: left;
margin-bottom: 10px;
margin-left: 10px;
}
.formBodyInput{background-color: #fafbfc;border: solid; border-width:1px;font-size: 16px;margin-left: 10px;margin-right: 10px;height: 16px;width: 400px;}
#formBody textarea{background-color: #fafbfc;border: solid; border-width:1px;margin-left: 10px;margin-right: 10px;height: 150px;width: 400px;}
.input-header{margin-left: 10px;margin-right: 10px;margin-top: 2px;margin-bottom: 2px;}

input, textarea {font:normal 18px "Calibri";
border:solid 1px #222222;
padding:10px;
color:#222222;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

button {
padding:10px 20px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

button {
border: none;
  color: #fff8e9; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #222222; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
} 
button:hover { background: red; cursor:pointer; } /* при наведении курсора мышки */
button:active { background: rgb(152,15,0); } /* при нажатии */