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;
}
ol{
    list-style: decimal;	
}
ul {
    list-style: disc;
}
blockquote,
q {
    quotes: none;
}
a img{
border: 0 none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    color: #0088cc;
}
/* + Static styles */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background: url('../images/back-bg.jpg') no-repeat top center fixed;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}
.wrapper {
    height: auto !important;
    min-height: 100%;
    margin: 15px auto 0;
    width: 1024px;
    background-color: #FAF9F8;
    //box-shadow: 0 0 5px 2px #c1c1c1;
    //-moz-box-shadow: 0 0 5px 2px #c1c1c1;
    //-webkit-box-shadow: 0 0 5px 2px #c1c1c1;
}
.wrapper .empty {
    height: 185px;
}
.container {
    margin: 0 auto;
    padding: 0 40px;
}
nav {
    float: left;
    margin-top: 8px;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li {
    float: left;
}
nav ul li a {
    display: block;
    height: 34px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
    padding: 0 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 34px;
}
nav ul li a.active {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    background: url('../images/menu-hover.png') repeat-x;
}
nav ul li a:hover {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    background: url('../images/menu-hover.png') repeat-x;
}
.main-content table {
    width: 100%;
    border-spacing: 0;
}
.main-content .sidebar {
    width: 250px;
    vertical-align: top;
    padding-right: 40px;
}
.main-content .content-part {
    vertical-align: top;
    padding-bottom: 37px;
}
.box-titles {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.yellow-title {
    position: relative;
    color: #332506;
    text-shadow: 1px 1px #ffc959;
    background: url('../images/yellow-title.png') repeat-x;
    border:1px solid #d5d6d5;
    border-bottom:1px solid #d49302;
}
.yellow-title ins {
    position: absolute;
    bottom: -7px;
    left: 15px;
    height: 7px;
    width: 15px;
    background: url('../images/yellow-arrow.png') no-repeat;
}
/* + Right menu */
.right-menu {
    margin: 0;
    padding: 15px 0;
    list-style: none;
}
.right-menu ul ul ul{
padding: 0 0 0 20px;
}
.right-menu ul ul ul li a:hover{
background-color: transparent;
border-left: 5px solid transparent;
color: #000;
text-decoration: none;
}

.right-menu > li{ padding:0; margin:0 0 1px;}

.right-menu > li > a {
    display: block;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 0 8px 20px;
    font-weight: bold;
    background:#eaeaea;
    border-left:5px solid #c8c8c8; 
}
.right-menu > li > a.active {
    text-transform: none;
}
.right-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*background-color: #eaeaea;*/
}
.right-menu > li ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 3px 0;
    text-decoration: underline;
    padding: 8px 0 8px 25px;
    border-left: 5px solid transparent;
}
.right-menu li ul ul li a{
	padding-left: 45px;	
}
.right-menu > li ul li a.active {
    color: #ffffff;
    background-color: #303030;
    border-left: 5px solid #ffb619;
    text-transform: none;
    text-decoration: none;
}
.right-menu > li ul li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #303030;
    border-left: 5px solid #ffb619;
}
/* - Right menu */
.sidebar-menu-block,
.news-block {
    box-shadow: 0 0 5px 2px #d6d5d6;
    -moz-box-shadow: 0 0 5px 2px #d6d5d6;
    -webkit-box-shadow: 0 0 5px 2px #d6d5d6;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.news-block {
    margin-bottom: 15px;
}
.news-block span {
    display: block;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
}
.black-title {
    color: #ffffff;
    font-size: 22px;
    line-height: 42px;
    /*margin-bottom: 5px;*/
    background: #df4553 url(red-title.png) left top repeat-x;
    padding-left: 20px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.black-title a {
    font-size: 14px;
    vertical-align: baseline;
    color: #252525;
}
.black-title a:hover {
    text-decoration: none;
}
.news-list {
    list-style: none;
    padding: 5px 15px 5px 32px;
    margin: 0;
    background-color: #fff;
}
.news-list li {
    margin:5px 0 10px;
}
.news-list li a {
    color: #0067c6;
    font-size: 12px;
    line-height: 14px;
}
.news-list li a:hover {
    text-decoration: none;
}
.transp-title {
    color: #333333;
    font-size: 22px;
    line-height: 24px;
}
.informers {
    margin-bottom: 15px;
    padding: 0 0 0 20px;
    font-size: 11px;
    line-height: 13px;
    color: #666666;
}
.informers-cont {
    margin: 9px 0 0 3px;
}
.sidebar-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 4px solid #5e5e5e;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    margin-bottom: 20px;
    background:#ffffff;
}
/* - Static styles */
/* + Header*/
.header-top-line {
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    height: 51px;
    width: 100%;
    background: url('../images/top-line-bg.png') repeat-x;
}
.header-top-line:before,
.header-top-line:after {
    content: "";
    display: table;
}
.header-top-line:after {
    clear: both;
}
.header-social {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    float: right;
}
.header-social:before,
.header-social:after {
    content: "";
    display: table;
}
.header-social:after {
    clear: both;
}
.header-social li {
    float: left;
    background-image: url('../images/header-social.png');
    background-repeat: no-repeat;
    background-position: 0 0px;
    margin-left: 10px;
    cursor: pointer;
}
.header-social li.facebook {
    background-position: 0 1px;
}
.header-social li.vk {
    background-position: -35px 0;
}
.header-social li.mail {
    background-position: -70px 0;
}
.header-social li:hover.facebook {
    background-position: 0 -28px;
}
.header-social li:hover.vk {
    background-position: -35px -29px;
}
.header-social li:hover.mail {
    background-position: -70px -29px;
}
.header-social li:first-child {
    margin-left: 0;
}
.header-social li a {
    display: block;
    height: 25px;
    width: 25px;
}
.left-part {
    float: left;
    width: 700px;
}
.right-part {
    float: right;
    width: 220px;
    text-align: right;
    margin:5px 0 0;
}
.right-part address {
    color: #666666;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
}
.right-part address p {
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}

.right-part > a {
    display: block;
    font-size: 12px;
    color: #0067c6;
    margin-top: 15px;
}
.right-part > a:hover {
    text-decoration: none;
}
.header-bottom-line {
    padding: 10px 0 20px;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    /*background: #faf9f8 url('../images/bottom-line-bg.png') repeat-x left top;*/
}
.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: 121px;
    width: 217px;
    margin:0 17px 0 20px;
}
.company-name {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #000000;
    font-size: 25px;
    padding-right: 8px;
    line-height: 27px;
    background: url('../images/company-border.png') no-repeat right center;
    width: 245px;
}
.company-name span {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}
.big-slogan {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #666666;
    font-size: 14px;
    line-height:18px;
    margin: 35px 0 0 15px;
    padding:7px 0 6px 18px;
    width:250px;
    background: url('../images/company-border.png') no-repeat left center;
}
/* - Header */
/* + Content */
.main-content {
    background-color: #faf9f8;
}
.main-content .container {
    padding: 0 20px 0 40px;
}
.slider-block {
    position: relative;
    height: 281px;
    width: 650px;
  /*overflow: hidden;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 1px #e1e2e2;
    -moz-box-shadow: 0px 0px 3px 1px #e1e2e2;
    -webkit-box-shadow: 0px 0px 3px 1px #e1e2e2;
}
.slider-hider { overflow: hidden; position: relative; width: 100%; height: 100%; 
    border: 1px solid #ddd;}

.slider-block ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 999999px;
    font-size:0;
    
}
.slider-block ul li {
    height: 281px;
    width: 650px;
    display: inline-block;
    vertical-align: top;
}
.slider-block ul li a {
    display: block;
    height: 281px;
    width: 650px;
}
.slide-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-image: url('../images/slide-arrow.png');
    background-repeat: no-repeat;
}
.next-slide {
    right: 10px;
    background-position: 0 top;
}
.next-slide:hover{
background-position: right top;
}
.prev-slide {
    left: 10px;
    background-position: 0 bottom;
}
.prev-slide:hover{
background-position: right bottom;
}
.text {
    padding: 15px 50px 20px 0;
    border-top: 1px solid #eaeaea;
    *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;
    margin-right: 15px;
}
.text:before,
.text:after {
    content: "";
    display: table;
}
.text:after {
    clear: both;
}

.text p {
    padding-bottom: 15px;
}
.images-gallery {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
}
.images-gallery:before,
.images-gallery:after {
    content: "";
    display: table;
}
.images-gallery:after {
    clear: both;
}
.images-gallery li {
    float: left;
    margin-left: 25px;
}
.images-gallery li:first-child {
    margin-left: 0;
}
.images-gallery li a {
    display: block;
    heigth: 91px;
    width: 102px;
    overflow: hidden;
}
/* - Content */
/* + Footer part */
footer {
    position: relative;
    height: 140px;
    margin-top: -137px;
    //background: url('../images/body-bg.png') repeat;
}
footer .container {
    padding: 0;
    width: 1024px;
}
.footer-menu {
    position: relative;
    height: 48px;
    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;
    padding-left: 55px;
    background: #1380c6 url(bottom-line.png) left top repeat-x;
    top: -48px;	    
    box-shadow: 0 3px 5px 1px #c1c1c1;
    -moz-box-shadow: 0 3px 5px 1px #c1c1c1;
    -webkit-box-shadow: 0 3px 5px 1px #c1c1c1;
}
.footer-menu:before,
.footer-menu:after {
    content: "";
    display: table;
}
.footer-menu:after {
    clear: both;
}
.footer-menu li {
    float: left;
}
.footer-menu li:first-child a {
    padding-left: 0;
}
.footer-menu li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 48px;
    text-decoration: underline;
    padding: 0 11px;
}
.footer-menu li a.active {
    color: #ffb000;
    text-decoration: none;
}
.footer-menu li a:hover {
    color: #ffb000;
    text-decoration: none;
}
.bottom-line {
    position: relative;
    top: -20px;
    margin: 0;
    overflow: hidden;
    padding-left: 75px;
}
.bottom-line address {
    margin: 0 0 15px;
}
.bottom-line address p {
    color: #474747;
    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;
    padding-right: 35px;
    width: 150px;
}
.order-site p {
    color: #474747;
    font-size: 12px;
    line-height: 16px;
}
.order-site a {
    display: block;
    color: #1a6bce;
    font-size: 11px;
    line-height: 16px;
    text-decoration: underline;
}
.order-site a:hover {
    text-decoration: none;
}
/* - Footer part */
.site-path {
    color: #999;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
}
.site-path a {
    color: #0088cc;
    text-decoration: underline;
}
.site-path a:hover {
    text-decoration: none;
}
.left-place {
    float: left;
    width: 300px;
}
.right-place {
    float: right;
    width: 200px;
    text-align: right;
    margin-right: 40px;
}
.two-blocks {
    float: left;    
    margin-right: 10px;
}


.bottom-slogan {
    margin-top: 15px;
    width:245px;
}
.bottom-slogan p {
    color: #e04653;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}


.social-block {
    margin-top: 15px;
}
.social-block p {
    color: #a3a3a3;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
}
.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: 13px;
    color: #474747;
}
.counters {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-top: 20px;
    color: #474747;
    font-size: 12px;
}
/* - Footer part */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #222222;
}
h1 {
    font-size: 24px;
    margin: 5px 0 20px;
}
h2 {
    font-size: 20px;
    margin: 5px 0 15px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
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 #303030;
    background: #303030;
    color: #fff;
    text-align: left;
}
/* 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;
}

.clear { height: 0; clear: both; line-height: 0; font-size: 0; }

/* Галерея с предпросмотром миниатюр 426*/

.gallery-1 {
	margin: 0 -45px 15px 0;
	font-size: 13px;
	line-height: normal;
}
.gallery-1 .view-box { position: relative; }
.gallery-1 .view {
	position: relative; margin: 0; border: 4px solid #ebebeb;	
	min-height: 40px; margin-bottom: 15px;
	background: #ebebeb;
}

.bimage {
	
	margin: 0 auto;
	text-align: center;
}

.gallery-1 .view img {
	display: block;
	margin: 0 auto; padding: 0; font-size: 0;
	width: 100%;
}

.gallery-1 .thumbnail {
	width: 90px;
  height: 60px; overflow: hidden;
	display: inline-block;
	border: 3px solid #ebebeb;
	margin: 5px 0 5px 10px;
	vertical-align: top; outline: none;
	*display: inline;
	*zoom: 1;
}
.gallery-1 .thumbnail img {
	display: block;
	cursor: pointer;
	width: 100%; font-size: 0; outline: none;
}
.gallery-1 .thumbnail.active {
	border-color: #d84f4f;
}

.gallery-1 .thumbnail.marginRight0 {
	margin-right: 0 !important;
}

.gallery-1 .scroll {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	background: url(slider-scroll.png) no-repeat; cursor: pointer;
}

.gallery-1 .next {
	right: -3px;
	background-position: 100% 0;
	padding: 5px 3px 5px 7px;
}
.gallery-1 .prev {
	left: -3px;
	background-position: 0 0;
	padding: 5px 7px 5px 3px;
}



.text img{
	max-width: 100%;
}