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;
}


@font-face {
    font-family: 'roboto_condensedregular';
    src: url('robotocondensed-regular-webfont.eot');
    src: url('robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-regular-webfont.woff') format('woff'),
         url('robotocondensed-regular-webfont.ttf') format('truetype'),
         url('robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('robotocondensed-bold-webfont.eot');
    src: url('robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-bold-webfont.woff') format('woff'),
         url('robotocondensed-bold-webfont.ttf') format('truetype'),
         url('robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a img{
border: 0 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/body-bg.png') repeat;
    background: url(bg-top.png)0 0 repeat-x;
}
.wrapper {
    height: auto !important;
    min-height: 100%;
    margin: 0 auto;
    width: 982px;
}
.wrapper .empty {
    height: 185px;
}
.img-bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
}
.img-bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}
.container {
    margin: 0 auto;
    padding: 0 20px;
}
nav {
    float: left;
    margin-top: 15px;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li {
    float: left;
    background: url(menu-border.png) no-repeat left 7px;
   margin: 0 -5px 0 0;
}
nav ul li:first-child{
    background: none;
}

nav ul li:first-child a {
    background: none;
}
nav ul li a {
    display: block;
    height: 20px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font: normal 16px 'roboto_condensedregular';
    padding: 0 0 17px 0;
    margin: 0 18px;
    line-height: 20px;
    *background: url(menu-border.png) no-repeat left center;
    border-bottom: 5px solid transparent;
}
nav ul li a.active {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 5px solid #e23940;
}
nav ul li a:hover {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 5px solid #e23940;
}
.main-content {
    background: #fff; //url('../images/wrapper-bg.png') repeat;
}
.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, .lblock-tit {
    font:normal 20px 'roboto_condensedregular';
    height: 47px;
    line-height: 47px;
    padding-left: 20px;
    *border-radius: 3px 3px 0 0;
    *-moz-border-radius: 3px 3px 0 0;
    *-webkit-border-radius: 3px 3px 0 0;
}
.brown-title, .lblock-tit {
    position: relative;
    color: #ffffff;
    *font:normal 20px 'roboto_condensedregular';
    text-transform: uppercase;
    background: #e23940; //url('../images/brown-title.png') repeat-x;
}
.brown-title ins {
    position: absolute;
    bottom: -6px;
    left: 15px;
    height: 7px;
    width: 15px;
    *background: url('../images/brown-arrow.png') no-repeat;
}
/* + Right menu */
.right-menu {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    *background-color: #fbf6f1;
}
.right-menu > li > a {
    display: block;
    text-decoration: none;
}
.right-menu > li > a span {
    display: block;
    font-size: 15px;
    color: #000;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    background: #f7f7f7 url(lm-arr.png) right 50% no-repeat;
    padding: 8px 0 8px 20px;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
}
.right-menu > li > a.active {
    border-left: 5px solid #c8c8c8;
}
.right-menu > li > a.active span {
    padding: 8px 0 8px 15px;
    display: block;
}
.right-menu > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.right-menu > li ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 0 8px 32px;
    background: url(lm-aanh.png) 0 14px no-repeat;
}
.right-menu > li ul li a.active {
    color: #e23940;
    background: url(lm-aah.png) 0 14px no-repeat;
    text-decoration: none;
}
.right-menu > li ul li a:hover {
    text-decoration: none;
    color: #e23940;
    background: url(lm-aah.png) 0 14px no-repeat;
}
/* - 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;
}
.news-block, .eblock {
    margin-bottom: 15px;
    border: 1px solid #d5d5d5;
    background :#fff;
}
.news-block span {
    display: block;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
}
.white-title {
    color: #fff;
    font-size: 22px;
    line-height: 42px;
    padding-left: 20px;
    *border-radius: 3px 3px 0 0;
    *-moz-border-radius: 3px 3px 0 0;
    *-webkit-border-radius: 3px 3px 0 0;
    background-color: #3c3c3c;
    font-family: 'roboto_condensedregular';
    text-transform: uppercase;
}
.white-title a {
    font-size: 14px;
    vertical-align: baseline;
    color: #fff;
    text-transform: none;
    padding-left: 100px;
}
.white-title a:hover {
    text-decoration: none;
}
.news-list, .lblock-note {
    list-style: none;
    padding: 10px 15px 5px 20px;
    margin: 0;
    background-color: #fff;
}
.news-list li {
    margin-bottom: 15px;
}
.news-list li a {
    color: #e23940;
    font-size: 12px;
    line-height: 14px;
}
.news-list li a:hover {
    text-decoration: none;
}
.eblock {
    margin:25px 0;
    padding: 0 0 10px 0;
}
.lblock-note {
    color: #555;
    font: normal 14px Arial;
}
.lblock-note p {margin: 10px 0;}
.interview {
    padding: 0 0 10px 0;
    margin: 0 0 25px 0;
}
.interview-name {
	font: normal 22px 'roboto_condensedregular';
	color: #555;
	padding: 0 19px;
	margin-top: 25px;
        text-transform: uppercase;
}

.answer {
        padding: 10px 19px;
        color: #313131;
        font:normal 12px Arial, Helvetica, sans-serif; 
}
.answer b {
        color: #2b2b2b;
        font:bold 13px Arial, Helvetica, sans-serif; 
}
.variant {margin: -3px 0;}

.lt-ie8 input[type="checkbox"], input[type="radio"] {margin:4px 0;} 

.alter {
        color: #c2c2c2;
        font:bold 11px Arial, Helvetica, sans-serif; 
}

.alt-inp {
        padding: 8px 0;
        border: 1px solid #c2c2c2;
}

.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 #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    *border-radius: 0 0 5px 5px;
    *-moz-border-radius: 0 0 5px 5px;
    *-webkit-border-radius: 0 0 5px 5px;
    margin-bottom: 20px;
}
/* - Static styles */
/* + Header*/
header {min-height: 176px;}
.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/header-menu.png') repeat-x;
}
.header-top-line:before,
.header-top-line:after {
    content: "";
    display: table;
}
.header-top-line:after {
    clear: both;
}
.search-block {
    float: right;
    margin-top: 10px;
}
.search-block .search-container > .field {
    position: relative;
    background: url(search.png) 0 0 no-repeat;
    height: 28px;
    *border-radius: 5px;
    *-moz-border-radius: 5px;
    *-webkit-border-radius: 5px;
    width: 200px;
}
.search-block .search-container > .field input {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 0;
    margin: 0;
    height: 28px;
    line-height: 30px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #7d7573;
    width: 80%;
    border: 0 none;
    background-color: transparent;
}
.search-block .search-container > .field input:focus{
outline: 0 none;
}
.search-block .search-container > .field button {
    position: absolute;
    top: 0px;
    right: 2px;
    height: 28px;
    width: 30px;
    background: transparent url('../images/search-btn0.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;
}
.left-part {
    float: left;
    width: 700px;
}
.right-part {
    float: right;
    width: 195px;
    text-align: right;
    margin: 7px 0px 0 0;
    background: url(phone-ico.png) 24px 18px no-repeat;
}
.right-part address {
    color: #555555;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    font: normal 13px Arial;
}
.right-part address span {
    color: #e23940;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
}
.right-part address p {
    font: normal 18px Arial;
    color: #333;
    line-height: 15px;
    padding-bottom: 5px;
    margin-top: 4px;
}
.right-part > a {
    display: block;
    font-size: 12px;
    color: #0067c6;
    margin-top: 5px;
}
.right-part > a:hover {
    text-decoration: none;
}
.header-bottom-line {
    padding: 15px 0 20px;
    *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: 66px;
    width: 65px;
    margin: 17px 10px 0 6px;
    *background: #e3e3e3;
}
.company-name {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #e23940;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    font-size: 37px;
    padding-right: 8px;
    line-height: 27px;
    background: url('../images/company-border.png') no-repeat right center;
    min-width: 350px;
    margin: 25px 0 0 8px;
}
.company-name span {
    display: block;
    color: #4c4c4c;
    font-family: Arial;
    font-size: 13px;
    line-height: 16px;
    margin-top: 8px;
    text-transform: none;
}
.big-slogan {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #ffffff;
    font-size: 18px;
    margin: 5px 0 0 15px;
}
/* - Header */
/* + Content */
.main-content {
    padding-top: 20px;
}
.main-content .container {
    padding: 0 20px;
}
.slider-wrap {
    position: relative;
    width: 649px;
}
.slider-block {
    position: relative;
    height: 281px;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
    width: 649px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    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-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: 281px;
    width: 649px;
}
.slider-block > ul > li > a {
    display: block;
    height: 281px;
    width: 649px;
    overflow: hidden;
}
.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;
}
.prev-slide {
    left: 10px;
    background-position: 0 bottom;
}
.prev-slide:hover{
    background-position: right bottom;
}
.next-slide {
    right: 10px;
    background-position: 0 top;
}
.next-slide:hover{
    background-position: right top;
}
.slider-nav {
    list-style: none;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    bottom: 1px;
    right: 2px;
    background: url('../images/slider-nav.png') repeat;
    border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
}
.slider-nav li {
    float: left;
    margin-left: 10px;
}
.slider-nav li:first-child {
    margin-left: 0;
}
.slider-nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}
.slider-nav li a.active {
    color: #ffe400;
}
.text {
    padding: 15px 50px 20px 0;
    *border-top: 1px solid #e1d6cf;
    *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;
}
.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: 185px;
    margin-top: -185px;
}
footer .container {
    position: relative;
    padding: 0;
    width: 982px;
    *background: url('../images/footer-bg.png') repeat;
}
.back-top {
    position: absolute;
    top: 0px;
    *left: 180px;
    display: block;
    height: 40px;
    width: 40px;
    background: url(back-top.png) repeat;
    text-align: center;
}
.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
}
.footer-list:before,
.footer-list:after {
    content: "";
    display: table;
}
.footer-list:after {
    clear: both;
}
.footer-list > li {
    float: left;
    width: 200px;
}
.footer-list > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-list > li ul li a {
    display: block;
    text-decoration: none;
    color: #cfcfcf;
    font-size: 13px;
    line-height: 14px;
    padding: 5px 0;
}
.bottom-line {
    padding: 25px 0;
    overflow: hidden;
    min-height: 100px;
    *background: url('../images/bototm-line.png') repeat;
}
.bottom-line address {
    margin: 0 0 15px;
}
.bottom-line address p {
    color: #474747;
    font-size: 13px;
    line-height: 15px;
    font-style: normal;
}
.order-site {
    background: url(mega-logo.png) no-repeat scroll right center;
    width: 120px;
    margin-right: 21px;
    color: #555;
    position: absolute;
    right: 46px;
    top: 37px;
}
.order-site p {
    color: #555;
    font-size: 12px;
    line-height: 17px;
}
.order-site a {
    display: block;
    color: #e23941;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
}
.order-site a:hover {
    text-decoration: none;
}
.footer-top-line {
    padding: 20px 0 25px 51px;
    *zoom: expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif');
    *zoom: 1;
}
.footer-top-line:before,
.footer-top-line:after {
    content: "";
    display: table;
}
.footer-top-line:after {
    clear: both;
}
.footer-top-line ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 185px;
}
.footer-top-line ul li.menu-level_1 a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    text-transform: uppercase;
    color: #333;
    font: normal 16px 'roboto_condensedbold', Arial, Helvetica, sans-serif;
}
.footer-top-line ul li.menu-level_1 a:hover {
    color: #333;
    text-decoration: none;
}
.footer-top-line ul li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    line-height: 14px;
}
.footer-top-line ul li a:hover {
    color: #e23940;
    text-decoration: underline;
}
/* - Footer part */
.site-path {
    color: #999;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
}
.site-path a {
    color: #e23940;
    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;
    width: 135px;
    margin-right: 115px;
}
.counters {
    color: #474747;
    font-size: 12px;
    position: absolute;
    right: 66px;
    top: 86px;
}
/* - Footer part */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #222222;
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
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 #471b16;
    background: #471b16;
    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;
}
.search-block .search-container > .field .place-color{
	color: #dac5c5;
}

.footer-in {
    background: #f7f7f7;
    border-bottom: 1px solid #E8E5E5;
}

.footer-in2 {
    width:980px;
    margin: 0 auto;
}

.site-name-bottom {
	width:250px;
	position:absolute; top:44px; left:22px;
	text-align:left;
	font-size:12px;
	color:#555; 
}

.soc_net {
    position:absolute; 
    top:86px; 
    left:22px;
    color: #555;
    font-size:11px;
}
.contact-bot {
    position:absolute; 
    top:40px; 
    left:282px;
    color: #555;
    font-size:13px;
    width: 450px;
}
.adres {
    background: url(adr-ico.png) 0 0 no-repeat;
    padding: 0 0 18px 25px;
}
.schedule {
    background: url(sh-ico.png) 0 0 no-repeat;
    padding: 0 0 18px 25px;
}
.phone-bot {
    background: url(sh-ico.png) 0 0 no-repeat;
    padding: 0 0 18px 25px;
}