html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* 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;
}
a {
    color: #0066cc;
}
/* + Static styles */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background: url('../images/wrapper-bg.png') repeat;
}
.wrapper {
    height: auto !important;
    min-height: 100%;
    margin: 0 auto;
    width: 943px;
}
.wrapper .empty {
    height: 150px;
 clear: both;
}
.container {
    margin: 0 auto;
    padding: 0 20px;
}
.general-page {
    float: left;
    background: url('../images/general-page.png') no-repeat center center;
    padding: 0;
    width: 40px;
    height: 52px;
    margin-left: 10px;
}
.general-page:hover {
    background: url('../images/general-page.png') no-repeat center center;
}
nav {
    float: left;
    height: 52px;
    line-height: 52px;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
nav ul li {
    float: left;
    background: url('../images/menu-border.png') no-repeat left top;
}
nav ul li:first-child {
    background: none;
}
nav ul li a {
    position: relative;
    display: block;
    height: 52px;
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    padding: 0 16px;
    font-weight: bold;
}

nav ul li a:hover {
    color: #ffffff;
    background: url('../images/menu-active.png') repeat-x;
}
.main-content {
    position: relative;
    min-height: 500px;
    background-color: #fff;
}
.main-content table {
    width: 100%;
    border-spacing: 0;
}
.main-content .sidebar {
    width: 230px;
    vertical-align: top;
    padding-right: 25px;
}
.main-content .content-part {
    vertical-align: top;
    padding-bottom: 50px;
}
.main-content .container {
    position: relative;
    padding: 13px 18px 0 18px;
    /*background-color: #fff;*/
}
.bottom-bg-part {
    height: 180px;
    width: 953px;
    position: absolute;
    bottom: -20px;
    left: -5px;
    background: url('../images/bottom-part-bg.png') no-repeat left bottom;
}
.top-bg-part {
    height: 350px;
    width: 960px;
    position: absolute;
    top: -12px;
    left: -7px;
    background: url('../images/top-part-bg.png') no-repeat;
}
.box-titles {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.red-title {
    color: #ffffff;
    background: url('../images/red-title.png') repeat-x left top;
    font-size: 18px;
}
/* + Right menu */
.right-menu {
    margin: 0;
    padding: 1px 0 0;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid #e4e4e4;
}
.right-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.right-menu li {
    border-bottom: 1px solid #ccc;
    *border-bottom: 0 none;
}
.right-menu li:first-child {
    border: 0 none;
}
.right-menu li > a {
    position: relative;
    display: block;
    color: #333;
    padding: 10px 0 9px 20px;
    font-size: 13px;
    text-decoration: none;
    background: url('../images/right-menu-element.png') repeat-x;
    font-weight: bold;
    overflow: hidden;
}
.right-menu li > a ins {
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -4px;
    background: url('../images/right-menu-arrow.png') no-repeat 2px top;
}
.right-menu li > a.active ins {
    background: url('../images/right-menu-arrow.png') no-repeat left -43px;
}
.right-menu li > a:hover {
    color: #000000;
}
.right-menu li > a:hover ins {
    background: url('../images/right-menu-arrow.png') no-repeat left -43px;
}
.right-menu li ul {
    background: url('../images/wrapper-bg.png') repeat;
}
.right-menu li ul li {
    border-bottom: 0 none;
}
.right-menu li ul li a {
    text-decoration: none;
    padding: 9px 10px 8px 30px;
    background: none;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid transparent;
}

.right-menu ul ul li a{
padding-left: 45px;
}

.right-menu ul ul ul li a{
padding-left: 60px;
}

.right-menu ul ul ul ul li a{
padding-left: 75px;
}

.right-menu li ul li a:hover {
    border-bottom: 1px solid #7f5d00;
    background:#ffbb00 url('../images/dropdown-bg.png') repeat-x;
    color: #000;
    border-bottom: 1px solid #7f5d00;
}
.right-menu li ul li a.active {
    background:#ffbb00 url('../images/dropdown-bg.png') repeat-x;
    text-decoration: none;
    color: #000;
}
/* - Right menu */
.contacts-block {
    border: 3px solid #e4e4e4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 5px;
}
.stock-block {
    background-color: #f7ede1;
    position: relative;
    padding: 10px 15px 25px;
}

.stock-block ins {
    position: absolute;
    right: -1px;
    bottom: -1px;
    height: 26px;
    width: 31px;
    background: url('../images/contacts-bg.png') no-repeat;
}
.stock-block p {
    color: #000;
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 8px;
}

.stock-block .other-question {
    margin-top: 15px;
}
.news-block {
    margin: 0 0 5px 6px;
}
.white-title {
    color: #000000;
    font-size: 22px;
    background-color: #fff;
    padding: 0;
}
.white-title a {
    color: #0066cc;
    font-size: 11px;
    vertical-align: middle;
}
.white-title a:hover {
    text-decoration: none;
}
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.news-list li {
    padding: 5px 20px 15px 0;
    color: #333;
    font-size: 12px;
    line-height: 14px;
}
.news-list li:first-child {
    border-top: 0 none;
}
.news-list li a {
    color: #0066cc;
    font-size: 12px;
    line-height: 14px;
}
.news-list li a:hover {
    text-decoration: none;
}
.news-list li span {
    display: block;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}
.informers {
    margin: 0 0 15px 6px;
    padding: 15px 0 25px 0;
    border-bottom: 1px solid #e5e5e5;
}
.transp-title {
    color: #333;
    font-size: 22px;
}
.informers-cont {
    color: #999;
    font-size: 11px;
    line-height: 13px;
    margin: 9px 0 0 3px;
}
.sidebar-content {
    margin-bottom: 20px;
}
.search-block {
    float: right;
    margin-top: 12px;
}
.search-block .search-container {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: 10px;
    -webkit-box-shadow: 0px 0px 6px -4px #000000;
    -moz-box-shadow: 0px 0px 6px -4px #000000;
    box-shadow: 0px 0px 6px -4px #000000;
}
.search-block .search-container > .field {
    position: relative;
    height: 26px;
    width: 230px;
}
.search-block .search-container > .field input {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 26px;
    font: 11px Arial, Helvetica, sans-serif;
    color: #0a3f56;
    width: 85%;
    border: 0 none;
    background-color: transparent;
    line-height: 26px;
}
.search-block .search-container > .field input:focus{
outline: 0 none;
}
.search-block .search-container > .field button {
    position: absolute;
    top: 0px;
    right: 9px;
    height: 26px;
    width: 13px;
    background: transparent url('../images/search-btn.png') no-repeat left center;
    border: 0 none;
    cursor: pointer;
}
.search-block .search-container > .field div {
    position: relative;
    height: 27px;
    background: url('../images/field.png') no-repeat right bottom;
}
header .sb-focus .search-container {
    background: url('../images/search-area.png') no-repeat left -82px;
}
header .sb-focus .search-container .field {
    background: url('../images/search-area.png') no-repeat right bottom;
}
header .sb-focus .search-container .field input {
    color: #666;
}
/* - Static styles */
/* + Header*/
.header-top-line {
    position: absolute;
    left: 0;
    top: 50;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    height: 56px;
    line-height: 52px;
    width: 100%;
    background: url('../images/top-line-bg.png') repeat-x;
    z-index: 100;
}
.header-top-line:before,
.header-top-line:after {
    content: "";
    display: table;
}
.header-top-line:after {
    clear: both;
}
.header-top-line .container {
    width: 940px;
}
.left-part {
    float: left;
    width: 540px;
    margin-left: 5px;
}
.right-part {
    float: right;
    margin-top: -10px;
}
.header-bottom-line {
    padding: 80px 0 18px;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
}
.header-bottom-line:before,
.header-bottom-line:after {
    content: "";
    display: table;
}
.header-bottom-line:after {
    clear: both;
}
.logo {
    position: relative;
    overflow: hidden;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    height: 130px;
    width: 130px;
    margin: -5px 8px 0 -22px;
}
.company-name {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    width: 135px;
    background: url('../images/dotted-border.png') no-repeat right center;
    margin: 32px 15px 0 0;
    padding: 0 15px 0 0;
}
.company-name span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
}
.info-school {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    width: 250px;
    margin-top: -5px;
}
.address-field {
    color: #000;
    font-size: 12px;
}
.address-field span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #999;
    font-size: 12px;
}
.address-block,
.phone-block {
    padding-left: 45px;
    background: url('../images/icons.png') no-repeat left top;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}
.address-block span,
.phone-block span {
    display: block;
    font-size: 15px;
    line-height: 23px;
}
.phone-block {
    background: url('../images/icons.png') no-repeat left bottom;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}
.special-but{
	position: relative;
	display: block;
	padding:0; 
	margin:15px 0 0;
}
.special-but span{
	position: absolute;
	display: inline-block;
	top:7px;
	left:45px;
	color:#ffffff;
}

/* - Header */
/* + Content */
.slider-block {
    position: relative;
    height: 290px;
    *zoom: expression(this.runtimeStyle.zoom='2', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 2;
    width: 570px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
}
.slider-block:before,
.slider-block:after {
    content: "";
    display: table;
}
.slider-block:after {
    clear: both;
}
.slider-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 999999px;
}
.slider-block ul li {
    float: left;
    height: 290px;
    width: 570px;
    overflow: hidden;
}
.slider-block ul li a {
    display: block;
    height: 290px;
    width: 570px;
    text-decoration: none;
}
.slide-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background-image: url('../images/slide-arrow.png');
    background-repeat: no-repeat;
}
.next-slide {
    right: -1px;
    background-position: left bottom;
}
.prev-slide {
    left: -1px;
    background-position: left top;
}
.text {
    padding: 5px 0 20px;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.text:before,
.text:after {
    content: "";
    display: table;
}
.text:after {
    clear: both;
}
.text p {
    padding-bottom: 15px;
}
/* - Content */
/* + Footer part */
footer {
    position: relative;
    height: 150px;
    width: 943px;
    margin: -150px auto 50px;
    background-color: #fff;
}
footer .container {
    position: relative;
    z-index: 1;
}
.footer-menu {
    height: 41px;
    padding: 0;
    list-style: none;
    margin: 0;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    border-top: 3px solid #ebd0b1;
}
.footer-menu:before,
.footer-menu:after {
    content: "";
    display: table;
}
.footer-menu:after {
    clear: both;
}
.footer-menu li {
    position: relative;
    float: left;
    background: url('../images/footer-border-menu.png') no-repeat left center;
}
.footer-menu li:first-child {
    background: none;
}
.footer-menu li:first-child a {
    padding-left: 0;
}
.footer-menu li a ins {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0c455d;
    *top: -13px;
}
.footer-menu li a.active ins {
    display: block;
}
.footer-menu li:hover a ins {
    display: block;
}
.footer-menu li a {
    position: relative;
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 41px;
    text-decoration: none;
    padding: 0 11px;
    margin-top: -3px;
}
.footer-menu li a.active {
    color: #000000;
}
.footer-menu li a:hover {
    color: #000000;
}
.bottom-line {
    overflow: hidden;
}
.bottom-line address {
    margin: 0 0 15px;
    color: #999999;
    font-size: 13px;
    line-height: 15px;
    font-style: normal;
}
.order-site {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: url("../images/mega-logo.png") no-repeat scroll right center;
    width: 195px;
}
.order-site span {
    color: #999;
    font-size: 13px;
    line-height: 16px;
}
.order-site a {
display: block;
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}
/* - Footer part */
.site-path {
    color: #ccc;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
}
.site-path a {
    color: #0066cc;
    text-decoration: underline;
}
.site-path a:hover {
    text-decoration: none;
}
.left-place {
    float: left;
    width: 300px;
    margin-top: 17px;
}
.right-place {
    float: right;
    width: 250px;
    text-align: right;
}
.two-blocks {
    float: left;
    width: 200px;
    margin-right: 50px;
}
.social-block {
    margin-top: 10px;
}

.social-block:after{
content: "";
clear: both;
display: table;
}
.social-block p {
    color: #999;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
}
.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icons li {
    float: left;
    margin-left: 5px;
}
.social-icons li:first-child {
    margin-left: 0;
}
.social-icons li a {
    display: block;
    height: 16px;
    width: 16px;
    overflow: hidden;
}
.copy {
    font-size: 12px;
    line-height: 17px;
    color: #999;
    margin-top: 15px;
}
.counters {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-top: 20px;
    color: #999;
    font-size: 12px;
}
/* - Footer part */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #000000;
    margin: 5px 0 20px;
}
h1 {
    font-size: 22px;
    line-height: 30px;
}
h2 {
    font-size: 20px;
    line-height: 30px;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
table.table0 td p,
table.table1 td p,
table.table2 td p {
    padding: 0;
    margin: 0;
}
table.table0 {
    border-collapse: collapse;
}
table.table0 td {
    padding: 5px;
    border: none;
}
table.table1 {
    border-collapse: collapse;
}
table.table1 tr:hover {
    background: #e0e0e0;
}
table.table1 td {
    padding: 5px;
    border: 1px solid #91949a;
}
table.table2 {
    border-collapse: collapse;
}
table.table2 tr:hover {
    background: #e0e0e0;
}
table.table2 td {
    padding: 5px;
    border: 1px solid #91949a;
}
table.table2 th {
    padding: 8px 5px;
    border: 1px solid #E55959;
    background: #E55959;
    color: #fff;
    text-align: left;
}
.go-up {
    position: absolute;
    top: -60px;
    left: -80px;
    display: block;
    height: 41px;
    width: 41px;
    background-image: url('../images/go-up.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.go-up:hover {
    background-position: 0 bottom;
}
.body-top-bg {
    height: 100%;
    left: -50%;
    position: fixed;
    top: 0;
    width: 200%;
    z-index: -1;
}
.body-top-bg img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    *left: 20%;
}
/* Imports files */
.iblock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}
.clearfix {
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.captcha {
    vertical-align: middle;
}
.search-block .search-container > .field .place-color{
color: #0a3f56;
}

.news-above-images {
  margin: 30px 0;
}