@font-face {
	font-family: 'Ubuntu';
	src: url(/fonts/Ubuntu.eot?#iefix) format('embedded-opentype'),  url(/fonts/Ubuntu.woff) format('woff'), url(/fonts/Ubuntu.ttf)  format('truetype'), url(/fonts/Ubuntu.svg#Ubuntu) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu Bold';
	src: url(/fonts/Ubuntu-Bold.eot?#iefix) format('embedded-opentype'),  url(/fonts/Ubuntu-Bold.woff) format('woff'), url(/fonts/Ubuntu-Bold.ttf)  format('truetype'), url(/fonts/Ubuntu-Bold.svg#Ubuntu-Bold) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu Italic';
	src: url(/fonts/Ubuntu-Italic.eot?#iefix) format('embedded-opentype'),  url(/fonts/Ubuntu-Italic.woff) format('woff'), url(/fonts/Ubuntu-Italic.ttf)  format('truetype'), url(/fonts/Ubuntu-Italic.svg#Ubuntu-Italic) format('svg');
	font-weight: normal;
	font-style: normal;
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 1;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #000;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
input[type="text"], input[type="password"], textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea {height: 200px;}
table {width: 100%;}
.clr:after {
	content: '';
	display: table;
	clear: both;
}
.positioner {
	width: 1170px;
	margin: 0 auto;
}
.positioner:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
.text h1, .text h2, .text h3, .text h4, .text strong {font-family: "Ubuntu Bold";}
.text ul {
	list-style-type: disc;
	padding: 18px 40px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text em {font-family: 'Ubuntu Italic';}
.text p {margin-bottom: 5px;}
.text img {max-width: 100%;}
.text #contactForm > div:last-child {text-align: center;}
/*********text********/
.fl-l {float: left;}
.fl-r {float: right;}
.marg-r {margin-right: 30px;}
.marg-t {margin-top: 30px;}
.marg-b {margin-bottom: 30px;}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body{height: 100%;}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #000;
	background: #fff url(/images/pergament2.jpg);
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.1;
	color: #336699;
}
h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1, .h1 {font-size: 25px;}
h2, .h2 {font-size: 20px;}
h3, .h3 {font-size: 15px;}
h4, .h4 {font-size: 15px;}
h5, .h5 {font-size: 15px;}
h6, .h6 {font-size: 15px;}
#page {
	position: relative;
	min-height: 100%;
}
#header {position: relative;}
.header-top {
	position: relative;
	background: url(/images/topbg1.gif);
	background-position: bottom;
	padding: 15px
}
.header-middle-wrap {background: #fff url(/images/topshadow.gif) repeat-x top;}
.header-middle {
	background:
		url(/images/logo_left.jpg) no-repeat left 1px,
		url(/images/logo_right.jpg) no-repeat right top;
	text-align: center;
	position: relative;
}
.header-middle img {margin-top: 10px;display: inline-block;max-width: 100%;vertical-align: middle;}
.old__logo {
	display: block;
	max-width: 255px;
	position: absolute;
	left: 100px;
	top: 5px;
}
.logo {
	display: inline-block;
	text-align: center;
}
.logo:hover {color: #10238C;}
.header-contacts {
	position: absolute;
	right: 150px;
	top: 10px;
}
.header-contacts p {
	margin-bottom: 10px;
	font-size: 22px;
}
#nav {
	position: relative;
	display: table;
	width: 100%;
	background: url(/images/menu1_bg.gif);
}
.nav__item {
	display: table-cell;
	position: relative;
}
.nav__item__link {
	position: relative;
	display: block;
	padding: 28px 17px 29px 14px;
	font: normal 14px/16px 'Ubuntu', sans-serif;
	color: #fff;
	text-align: center;
}
.nav__item__link:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/menu1_l.gif);
	width: 14px;
	height: 73px;
}
.nav__item__link:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background-position: right top;
	background-image: url(/images/menu1_r.gif);
	width: 17px;
	height: 73px;
}
.nav__item__link:hover, .nav__item.current .nav__item__link {color: yellow;}
#pageMain {
	position: relative;
	min-height: 100%;
	padding: 20px;
	background: #fff;
}
.full {height: 90px;}
#footer {
	margin-top: -90px;
	position: relative;
	z-index: 2;
}
.footer-layout {
	background: url(/images/footerbg.gif) repeat-x left top;
}
.footer-nav__item {
	float: left;
	width: 33.33333333%;
	padding: 15px;
	/*background: url(/images/footerline.gif) no-repeat top left;*/
}
.footer-nav__item__link {
	padding-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.footer-nav__item__link:hover {color: yellow;}
.footer-nav__item__contacts {
	font: normal 14px 'Ubuntu';
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
.footer-address {
	padding: 10px 20px 60px;
	color: #fff;
}
.footer-address a {color: #fff;}
.footer-address a:hover {color: yellow;}
#contactForm > div {
	margin-bottom: 25px;
}
.minus-marg {
	margin-left: -15px;
	margin-right: -15px;
}
.halfWidth {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.btn {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 0%, #2989d8 29%, #207cca 75%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#2989d8 29%,#207cca 75%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7db9e8 0%,#2989d8 29%,#207cca 75%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	padding: 8px 15px;
	cursor: pointer;
}
.btn:hover {
	color: yellow;
}
.shadow {
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 14px rgba(0,0,0,.5);
	box-shadow: 0 0 14px rgba(0,0,0,.5);
}
#contact-popup {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.callback {
	text-align: center;
	padding: 20px 0;
}
.callback-wrap {
	background: #fff;
	max-width: 720px;
	width: 100%;
	margin: 10% auto;
	padding: 30px 20px 13px 20px;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#callback-form > div {
	margin-bottom: 25px;
}
#callback-form > div:last-child {
	margin-bottom: 0;
	text-align: center;
}
#callback-form input[type="text"], #callback-form textarea {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 6px 6px 7px 6px;
	line-height: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	outline: none;
	font-family: inherit!important;
}
#callback-form textarea {height: 150px;}
#callback-form input[type="text"]:focus, #callback-form textarea:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
#callback-close {
	position: absolute;
	right: 7px;
	top: 5px;
	font-size: 20px;
	z-index: 99;
	color: #072747;
}
#callback-preload, #callback-result {
	display: none;
}
#callback-close:hover {cursor: pointer;}
.tab tr, .tab td {
    border: 1px solid black;padding: 5px;
}
.folder-children li {
	margin-bottom: 10px;
	line-height: 20px;
}
.folder-children li:last-child {margin-bottom: 0;}
.folder-children li a {
	font: normal 18px/20px 'Ubuntu Bold';
	color: #000;
}
.folder-children li a:hover {color: #336699;}