/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 1.429; }

body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #252933; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a {color: #606d8d;}
a:visited {color: #606d8d;}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; color: #FF9B1A;}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

.artt {
    margin-right: 20px;
}

/* =============================================================================
   Tables
   ========================================================================== */

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


/* =============================================================================
   Primary styles
   Author:
   ========================================================================== */
body {
    background: url(../images/bg.jpg) repeat 0 0;
}

h1 {
    font: 42px Arial, Helvetica, sans-serif;
    color:#252933;
    margin: 30px 0 0 0;
}

h2 {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #252933;
    margin: 5px 0 5px;
}

p {
    margin-top: 0;
}

#container {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px;
}

header {
    position: relative;
}

.logo {
    position: absolute;
    top: 20px;
    left: 4px;
    padding-left: 40px;
}

.printpp {
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;

}

.nono {
    display:none;
}

nav.tiny {
    border-top: 0px solid #585961;
    margin: 0 0 71px 230px;
    font-size: 12px;
    clear: both;
}

nav.tiny ul {
    margin: 10px 0 0 0;
    list-style: none;
    text-align: right;
    clear: both;
}

nav.tiny ul.additional li {
    display: inline-block;
    margin: 10px 0 0 12px;
}

a.more_about {
    float: left;
    padding: 0 0 20px 0;
}

header address {
    position: absolute;
    right: 6px;
    top: 58px;
    font-weight: bold;
    font-size: 1.4em;
    font-style: normal;
    color: #252933;
    margin-top: -5px;
}

header .for {
    position: absolute;
    top: 60px;
    left: 232px;
    color: #75809c;
}

nav.main {
    float: right;
    background: url("../images/new-menu1.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);

}

.main ul {
    list-style: none;
    margin: 0;
    padding-left: 19px;
}

.main li {
    position: relative;
    float: left;
    border-left: 1px solid #ffb348;
}

.main > ul > li {
    background: url("../images/new-menu2.jpg") repeat-x rgba(0, 0, 0, 0);
}

.main > ul > li > a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}
/*
.main .about a {
  width: 112px;
}

.main .catalog a {
  width: 167px;
}

.main .partner a {
  width: 101px;
}

.main .articles a {
  width: 83px;
}

.main .contacts a {
  width: 97px;
}

.main .specials a {
  width: 162px;
}

.main .requisition a {
  width: 92px;
}
*/
.main > ul > li:hover {
}

.main > ul > li:hover > a {
    color: #FFFFFF;
}

.main li li {
    float: none;
    border: none;
    font-size: 0.857em;
    padding: 0;
    margin: 0 0 6px;
}

.main li{
    border: medium none;
}

.main li ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 167px;
    background: #4A4A4A;
    padding: 20px 0 8px;
    z-index: 1;
    padding: 15px;
}
nav.main.clearfix ul li ul li{
    border-bottom: 1px solid #717476;
}

nav.main.clearfix ul li ul li:last-child{
    border-bottom: none;
}

.main li ul a:link, .main li ul a:visited { color: #C7C7C7;
    text-decoration: none;
    display: block;
}

.main a {
    color: #000;
    font-weight: bold;
}
.main a:link {color: #000;}
.main a:visited {color: #000;}
.main a:hover {color: #fff;}
.main a:active {color: #fff;}

.main li.active a {color: #fff;}

.main li.active {
    background: url(../images/nav-a.png) 50% 0 no-repeat;
}

.main li.active span {
    display: block;
}

.main li span {
    display: none;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -6px;
    height: 6px;
    width: 10px;
    background: url(../images/c.png);
    margin-left: -5px;
    z-index: 11;
}

.main li:hover ul {
    display: block;
}

.sub {
    clear: both;
    background: #ff9a1a;
    padding: 0 0 0 0;
    margin: 0 0 0 273px;
}

.sub a:link {color :#c4cad7;}
.sub a:visited {color :#c4cad7;}
.sub a:hover {color :#ff9c00;}
.sub a:active {color :#ff9c00;}

.sub .current a:link {color :#919aae;}
.sub .current a:visited {color :#919aae;}
.sub .current a:hover {color :#ff9c00;}
.sub .current a:active {color :#ff9c00;}

.sub ul {
    margin: 0 0 0 -273px;
    padding: 6px 8px;
    background: #eef0f3;
    list-style: none;
    font-size: 11px;

}


.sub li {
    display: inline-block;
    color: #919aae;
}

.ie7 .sub li {
    display: inline;
}

.sub li:after {
    content: ' /';
}

.sub li.current:after {
    content: '';
}

#vendors {
    height: 268px;
    clear: both;
    padding: 0 0 1px 0;
    overflow: hidden;
}

#vendors div.slide {
    display: none;
    margin-left: 0;
}

#vendors div.selected {
    display: block;
}

#vendors .slide a {
    text-decoration: none;
}

#vendors .nav,
#vendors ul {
    margin: -69px 17px 0 0;
    background: url(../images/bg-vendors.png) repeat-x 0 0;

    padding: 0;
    float: right;
    position: relative;
    z-index: 2;
}

#vendors ul {
    list-style: none;
}

#vendors .nav {min-width: 727px;}
#vendors table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

.ie7 #vendors ul {
    margin-top: -67px;
}

#vendors li {
    float: left;
    height: 64px;
    position: relative;
    color: #606d8d;
    font-size: 11px;
    background: url(../images/bg-vendors.png) repeat-x 0 0;
    text-align: center;
}

#vendors li:hover, #vendors li.selected  {
    background: url(../images/bg-vendors.png) repeat-x 0 -64px;
}

#vendors li span {
    display: none;

    position: absolute;
    top: -12px;
    width: 0;
    height: 0;
    left: 50%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /*  border-bottom: 12px solid #fff;*/
    border-bottom: 12px solid #dce0e8;
    margin-left: -12px;
}

#vendors li.selected span,
#vendors li.ui-tabs-selected span {
    display: block;
}

#vendors td a {
    text-decoration: none;
    padding: 0;
    display: block;
}

#vendors li a {
    text-decoration: none;
    padding: 24px 0 17px;
    display: block;
    width: 170px;
}

#vendors td {vertical-align: middle; height: 64px; padding: 0 10px;}
#vendors td:hover {
    background: url(../images/bg-vendors.png) repeat-x 0 -64px;
    cursor: pointer;
}

#vendors li a:link,
#vendors li a:visited,
#vendors li a:hover,
#vendors li a:active {color: #606d8d}

#vendors li:first-child {
    border: none;

}

#vendors li:first-child a {
    /* width: 200px;*/
}

#vendors li img {
    display: block;
    margin: 0 auto 10px;
}

#vendors #vendor_name {
    position: absolute;
    top: 319px;
    left: 30px;
    z-index: 10;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
}

#vendors .vendor_desc {
    position: absolute;
    top: 275px;
    left: 30px;
    z-index: 10;
}

#vendors .triangle1 {
    display: block;
    float: left;
    width: 30px;
    height: 38px;

    background: url(/images/tr1.png);
    border-right: 1px solid rgba(255, 255, 255, 0.8);

}

#vendors .triangle2 {
    display: block;
    float: right;
    width: 30px;
    height: 38px;

    background: url(/images/tr2.png);
    border-left: 1px solid rgba(255, 255, 255, 0.8);

}

#vendors .triangle1_yell {
    display: block;
    float: left;
    width: 30px;
    height: 36px;

    background: url(/images/tr1_y.png);

}

#vendors .triangle2_yell {
    display: block;
    float: right;
    width: 22px;
    height: 36px;

    background: url(/images/tr2_y.png) top right;

}

#vendors .vendor_text {
    display: block;
    float: right;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.8);

}

#vendors .vendor_btn {
    position: absolute;
    top: 310px;
    left: -3px;
    z-index: 10;
    padding: 10px 20px;

    color: #000;
}

#vendors .vendor_text_yell {
    display: block;
    float: right;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: rgba(255,178,7,0.8);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    margin-left: 22px;
    transform: skew(-20deg);
    height: 16px;
    width: 130px;

}
#vendors .vendor_btn span {
   display: block;
    position: absolute;
    color: white;
    font-size: 17px;
    padding-top: 6px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;

}

footer {
    padding: 0;
    height: 198px;
    background: url(../images/ftr.png) repeat-x;
    margin: 0 -20px;
}

.vcard {
    float: left;
    color: #000;
    font-size: 12px;
}

footer ul.additional {
    color: #000;
}

footer a {
    color: #000;
}
footer a:link, footer a:visited { color: #000; }
footer a:hover { color: #ff9c00; }

ul.additional {
    float: right;
    margin: -1px 0px 0px 0px;
    list-style-type: none;
    color: #818693;
    /*  color: #000;*/
    font-size: 12px;
}

ul.additional li {
    display:  inline-block;
    margin: 0 0 0 12px;
}

.ie7 ul.additional li {
    display: inline !important;
}

ul.additional span {
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    /*  color: #252933;*/
    color: #DEA033;
    margin-left: 7px;
}
ul.additional span strong {
    font-weight: bold;
    font-size: 20px;
    /*  color: #252933;*/
    color: #000;
    margin-left: 1px;
}



aside {
    width: 200px;
    padding: 15px 30px 0 0;
    float: left;
    font-size: 12px;
}

aside.about {
    width: 265px;
    padding-top: 35px;
    text-align: left;
}

div.clearfix {
    font-size: 12px;
    text-align: left;

}

.content-home {
    width: 666px;
    float: right;
    padding: 0 34px 10px 0;
}

.content {
    width: 685px;
    float: right;
    padding: 0 34px 10px 0;
}

.content > h1 {
    padding-bottom: 15px;
}

.content div.childs {
    margin-top: 25px;
}

.content div.category-files {
    font-size: 12px;
}

.category-files span.filesize {
    color: #c4cad7;
}

.category-files span.save-pdf {
    display: block;
    width:  30px;
    height: 30px;
    background: url(../images/pdf.png) no-repeat 0 0;
}

div.first-file{
    margin: -30px 0 0 40px;
}

div.file {
    padding-top: 5px;
    margin-left: 40px;
}

table.nav {
    border-collapse: collapse;
    margin: 10px 0 15px;
}

table.nav td {
    font-size: 16px;
    vertical-align: middle;
    padding: 15px 0;
}

table.nav td a span {
    display: block;
    width: 88px;
    height: 88px;
    background: url('../images/icons.png') no-repeat 0 -176px;
}

#catalog {background-position: 0 -176px;}
#catalog:hover {background-position: 0 0;}
#detail {background-position: -88px -176px;}
#detail:hover {background-position: -88px 0;}
#naves {background-position: -176px -176px;}
#naves:hover {background-position: -176px 0;}
#techniks {background-position: -352px -176px;}
#techniks:hover {background-position: -352px 0;}
#services {background-position: -264px -176px;}
#services:hover {background-position: -264px 0;}
#rent {background-position: -440px -176px;}
#rent:hover {background-position: -440px 0;}


table.nav td span.link {
    display: block;
    width: 125px;
    padding: 0 15px 0 12px;
    font-weight: bold;
}

table.nav td a:link,
table.nav td a:visited,
table.nav td a:hover,
table.nav td a:active {
    color: #2d3f67;
}

.hot-news {
    background: url("../images/new-menu7.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 34px 0 0;
    font-size: 12px;
    margin: 0 0 28px;
}


.hot-news h5,
.hot-news a,
.hot-news a:visited{
    display: inline-block;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
div#container div#main.clearfix div.catalog-list ul li a:hover,
div.hot-news.clearfix div.news div.clearfix a:hover{
    color: #FF9B1A;
}


.hot-news h5 {
    display: inline;
    color: #5C5C5C;
    font-style: normal;
    font-weight: normal;
}

.hot-news h2 {
    float: left;
    line-height: 62px;
    color: #454545;
    font-size: 16px;
    font-weight: bold;

    margin: 0;
    text-align: center;
    width: 86px;
    padding-left: 20px;
    text-transform: uppercase;

}

.hot-news .news {
    float: left;
    height: 57px;
    width: 777px;
    vertical-align: top;
    background: none repeat scroll 0 0 #F1F3F6;
    padding-left: 20px;
    color: #5c5c5c;
    overflow: hidden;
    padding-top: 6px;
    margin-left: 45px;
}

.hot-news h5 {
    width: 144px;
    text-align: center;
    color: #5C5C5C;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
div.news div.clearfix a{
    color: #000000;
}
.news-date {
    font-size: 12px;
}
aside h1,
aside span.header {
    display: block;
    margin-top: 0px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #ff8f01 url(../images/g2.png) repeat-x;
    padding: 2px 4px 3px;
}

aside ul {
    list-style: none;
    padding: 11px 0 0 0;
    margin: 0;
    color: #323b53;
    font-size: 14px;
}

aside li {
    border-bottom: 1px solid #eef0f3;
    padding: 0 0 11px;
    margin: 0 0 13px;
}

aside li ul {
    font-size: 12px;
}

aside li li {
    position: relative;
    padding: 0 0 0 10px;
    border: none;
}

aside li ul {
    display: none;
}

aside.pages h1 > a{
    color: #fff;
}

ul.pages {
    display: block;
}

aside li.current > ul {
    display: block;
}

aside li li span {
    position: absolute;
    left: 0;
    top: 3px;
    border-left: 4px solid #647090;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;

}

aside li.current span {
    border-left-color: #ff9b1a;
}

aside li li ul {
    margin: 0;
    padding: 0;
}

aside li li li {
    padding: 0 0 0 14px;
    margin: 8px 0;
}


aside li li li span {
    top: 7px;
    border: none;
    border-top: 1px #ff9b1a solid;
    width: 5px;
}

aside li.current {
    font-weight: bold;
}

aside li.current ul {
    font-weight: normal;
}

.news-box {
    width: 262px;
    margin-left: 230px;
}

.news-box h5 {
    margin: 5px 0 3px;
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.news-box a:link {color :#4093c7;}
.news-box a:visited {color :#4093c7;}
.news-box a:hover {color :#ff9c00;}
.news-box a:active {color :#ff9c00;}


.vendor-review {
    float: left;
    width: 313px;
    margin: 0 10px 20px 36px;
}

.vendor-review:first-child {
    margin-left: 0;
}

.vendor-review span {
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 15px 0 0;
}

.vendor-review ul {
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.vendor-review li {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 15px;
}

.vendor-review li span {
    position: absolute;
    left:0;
    top: 3px;
    border-left: 4px solid #a0a8bb;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.vendor-review img {
    border: 1px solid #eef0f3;
}

.lined {
    border-collapse: collapse;
    margin: 0 0 31px;
    width: 100%;
}

.lined  th,
.lined  td {
    padding: 9px 20px;
    background: #f5f6f8;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.lined thead th,
.lined thead td {
    background: #d5d9e1;
    padding: 9px 20px;
    color: #72767f;
    font-size: 12px;
}

.lined .odd th,
.lined .odd td {
    background: #f1f2f5;
}

.mech p {
    font-size: 12px;
}

.mech h3 {
    font-weight: normal;
    font-size: 14px;
}

.tabs ul.clearfix {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    border-bottom: 2px #ff9001 solid;

}

.tabs .clearfix li {
    float: left;
    background: #eef0f3;
    border-left: 1px #f7f8f9 solid;
    padding: 4px 20px;

}

.tabs .clearfix li:first-child {
    border: none;

}

.tabs .clearfix li.ui-tabs-selected {
    background: #ff9001 url(../images/g3.png) repeat-x;

}

.tabs li.ui-tabs-selected a:link,
.tabs li.ui-tabs-selected a:visited,
.tabs li.ui-tabs-selected a:hover,
.tabs li.ui-tabs-selected a:active {
    cursor: default;
    color :#fff;
    text-decoration: none;
}

#tab-desc .about {
    width: 475px;
    float: left;
}


#tab-desc .thumbs {
    float: left;
    width: 180px;
    margin: 0 0 0 25px;
}

#tab-desc .about img {
    display: block;
    margin: 0 0 15px;
}

#tab-desc .thumbs img {
    display: block;
    margin: 0 0 6px;
}


#tab-spec ul {
    list-style: none;
    border: none;
    margin: 0;
    padding: 0;
}

#tab-spec li {
    padding: 0 0 0 20px;
    margin: 0 0 8px;
    background: url(../images/m.png) 5px 6px no-repeat;
    float: none;
}

#tab-diag ul {
    list-style: none;
    margin: 0 -37px 0 0;
    padding: 0;
}

#tab-diag li {
    float: left;
    margin: 0 37px 37px 0;
}

form.common {

}

form.common .row {
    margin: 0 0 12px;
}

form.common label {
    display: block;
}

form.common input[type="text"] {
    width: 430px;
}

form.common textarea {
    width: 660px;
}

form.common input[type="text"].short {
    width: 256px;
}

aside address.vcard {
    margin-top: 70px;
    font-style: normal;
    color: #252933;
    font-size: 14px;
}
aside address span {
    display: block;
    margin: 0 0 25px;
}

aside address span span {
    margin: 0;
}

aside address strong {
    display: block;
}

#huy {
    color: #000000;
    background: #ffffff;
    font-style: normal;
    font-size: 12px;
}

#map {
    width: 697px;
    height: 535px;
}

.error_list {
    color: #EE0000;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.ui-tabs-hide,
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}

div#tab-order.tab form input.idleField{
    line-height: 30px;
    border: 2px solid #FF9001;
    min-width: 200px;
    padding: 4px;
}
div#tab-order.tab form div.txt span.mandatory{
    color: red;
}
div#tab-order.tab form textarea#description_service3{
    border: 2px solid #FF9001;
    width: 400px;
    padding: 4px;
    height: 200px;
}

table.workers{
    width: 100%;
    background: #F1F3F6;
    border-bottom: 2px solid #BBC2C9;
    height: 65px;
}
table.workers  tr > td{
    height: 65px;
    vertical-align: middle;
    text-align: center;
}
div.catalog-list{
    padding: 30px 0 40px;
    clear: both;
}
div.catalog-list ul{
    display: table-row;
    clear: both;
    width: 100%;
}
div.catalog-list ul li{
    float: left;
    list-style: none;
    padding: 0 4px;
    display: table-cell;
    text-align: center;
}
div.catalog-list ul li a{
    display: block;
    color: #454545;
    line-height: 13px;
    text-align: center;
    margin: 0 auto;
    width: 117px;
}
div.catalog-list ul li a img{
    clear: both;
}
div.catalog-list ul li:nth-child(1){
    background-position: 0 0;
}

div.catalog-list ul li:nth-child(2){
    background-position: -120px 0;
}

div.catalog-list ul li:nth-child(3){
    background-position: -250px 0;
}

div.catalog-list ul li:nth-child(4){
    background-position: -370px 0;
}

div.catalog-list ul li:nth-child(5){
    background-position: -515px 0;
}
div.catalog-list ul li:nth-child(6){
    background-position: -635px 0;
}
div.catalog-list ul li:nth-child(7){
    background-position: -760px 0;
}
div.catalog-list ul li:nth-child(8){
    background-position: -880px 0;
}

a.sendphone{
    background: url("../images/new-menu4.jpg") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    display: block;width: 163px;
    padding: 0 5px;
    color: black;
    float: right;
    text-decoration: none;
    text-transform: lowercase;
    margin-bottom: 10px;
    text-align: center;
}
ul.additional li a img{
    margin-bottom: -20px;
}
div.nav table.workers tbody tr td a img{
    display: none;
}
div.nav table.workers tbody tr td a {
    background: url("../images/logos.png") no-repeat;
    display: block;
    height: 38px;
    width: 159px;
}
div.nav table.workers tbody tr td:nth-child(1) a,
div.nav table.workers tbody tr td:nth-child(1) a:visited{

    background-position: 10px -73px;
}
div.nav table.workers tbody tr td:nth-child(1) a:hover{
    background-position: 10px -12px;
}

div.nav table.workers tbody tr td:nth-child(2) a,
div.nav table.workers tbody tr td:nth-child(2) a:visited{

    background-position: -160px -73px;
}
div.nav table.workers tbody tr td:nth-child(2) a:hover{
    background-position: -160px -12px;
}
div.nav table.workers tbody tr td:nth-child(3) a,
div.nav table.workers tbody tr td:nth-child(3) a:visited{

    background-position: -330px -73px;
}
div.nav table.workers tbody tr td:nth-child(3) a:hover{
    background-position: -330px -12px;
}
div.nav table.workers tbody tr td:nth-child(4) a,
div.nav table.workers tbody tr td:nth-child(4) a:visited{

    background-position: -500px -73px;
}
div.nav table.workers tbody tr td:nth-child(4) a:hover{
    background-position: -500px -12px;
}
div.nav table.workers tbody tr td:nth-child(5) a,
div.nav table.workers tbody tr td:nth-child(5) a:visited{

    background-position: -650px -73px;
}
div.nav table.workers tbody tr td:nth-child(5) a:hover{
    background-position: -650px -12px;
}
div.content-blocks{
    display: table-row;
    margin-bottom: 20px;
    clear: both;
}
div.content-blocks div.block{
    display: table-cell;
}
div.content-blocks div.block.n50:first-child{
    width: 47%;
}
div.content-blocks div.block.n50:last-child{
    width: 53%;
    padding-left: 20px;
}
div.block-color{
    background: #F0F1F5;
    display: block;
    padding: 15px;
    font-size: 14px;
}
div.block-color p{
    padding: 0; margin: 0;
}
div.block-title{
    display: block;
    clear: both;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
}

div.block-title-h{
    display: block;
    clear: both;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
}

div.block-color-href{
    background: #F0F1F5;
    border-bottom: 4px solid #BBC2C9;
    height: 17px;
    padding-bottom: 15px;
    padding-right: 15px;
    text-align: center;
}
div.block-color-href a{
    background: url("../images/new-menu8.jpg") no-repeat;
    text-transform: uppercase;
    color: #000000;
    width: 109px;
    height: 17px;
    display: block;
    text-decoration: none;
    float: right;
}
div.block-title.fixeded{
    height: 40px;
}
div.block-color.fixeded{
    height: 105px;
    overflow: hidden;
}

div.block-title.fixeded h3{
    clear: both;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

div.block-title h1 {
    clear: both;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

ul.centramenus{
    display: table-row;
    width: 100%;
    clear: both;
}
ul.centramenus li{
    display: table-cell;
    background: url("../images/centramenu.jpg") no-repeat;
    height: 81px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}
div.centramenus-bl{
    display: block;
    clear: both;
    margin: 40px 0;
}
ul.centramenus li:nth-child(1){
    background-position: 0 0;
    padding-left: 84px;
}
ul.centramenus li:nth-child(2){
    background-position: 0 0;
    padding-left: 84px;
    background-position: 0 -80px;
    padding-left: 134px;
}
ul.centramenus li:nth-child(3){
    background-position: 0 0;
    padding-left: 84px;
    background-position: 0 -160px;
}
ul.centramenus li:nth-child(4){
    background-position: 0 0;
    padding-left: 84px;
    background-position: 0 -245px;
}
ul.centramenus li a,ul.centramenus li a:visited{
    display: block;
    color: #6F6F6F;
    float: left;
    line-height: 18px;
    text-align: center;
}
ul.centramenus li a:hover{
    color: #FF9B1A;
}



div.footer-row{
    clear: both;
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    display: table;
    height: 145px;
}
div.footer-row div.footer-block{
    display: table-cell;
    width: 25%;
    vertical-align: top;
}
ul.foter-ul-1{
    list-style: none;
    padding: 0;
    margin-top: 5px;
    font-size: 12px;
}
ul.foter-ul-1 li a {
    text-decoration: none;
    color: #454545;
    text-transform: uppercase;
}
ul.foter-ul-1 li a:hover {
    text-decoration: underline;
    color: #FF9B1A;
}
ul.foter-ul-2{
    list-style: none;
    padding: 0;
    margin-top: 5px;
    font-size: 12px;
}
ul.foter-ul-2 li a {
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
}
ul.foter-ul-2 li a:hover {
    text-decoration: underline;
    color: #FF9B1A;
}
ul.foter-ul-3{
    list-style: none;
    padding: 0;
    margin-top: 0;
    font-size: 12px;
}
ul.foter-ul-3 li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #454545;
    font-weight: bold;
}
ul.foter-ul-3 li a:hover {
    text-decoration: underline;
    color: #FF9B1A;
}
div.phone-block{
    color: #454545;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: bold;
}
div.footer-title{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
div.footer-row div.footer-block:nth-child(2){
    background: url("../images/ftri.png") no-repeat;
    background: url("../images/ftri.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 70px;
}
div.rasp{
    display: block;
    width: 340px;
}
div.rasp2{
    display: block;
    width: 240px;
}
body div#container header.clearfix div#vendors div.slide a img{
    min-width: 1000px;
}
div.footer-done{
    background: url("../images/trn.png") no-repeat right;
    display: block;
    clear: both;
    height: 36px;
    color: #B2B2B2;
    line-height: 36px;
    padding-left: 20px;
}
nav.tiny ul.additional li#ct_phone_1 span:last-child{
    margin-left: 20px;
}
div.email_voln{
    display: block;
    position: absolute;
    cursor: pointer;
    float: right;
    right: 205px;
    top: 50px;
}
ul.additional li a.topper1,ul.additional li a.topper1:visited{
    background: url("../images/topper.png") no-repeat scroll -20px -1px rgba(0, 0, 0, 0);
    display: block;
    height: 45px;
    margin-bottom: -20px;
    width: 120px;
}
ul.additional li a.topper1:hover{
    background-position: -20px -72px;
}
ul.additional li a.topper2,ul.additional li a.topper2:visited{
    background: url("../images/topper.png") no-repeat scroll -170px -1px rgba(0, 0, 0, 0);
    display: block;
    height: 45px;
    margin-bottom: -20px;
    width: 120px;
}
ul.additional li a.topper2:hover{
    background-position: -170px -72px;
}
div.nav ul.proizvoditel{
    color: #000000;
    list-style: none;
    padding: 8px 0 0 0;
    width: 100%;
    background: #F1F2F6;
    border-bottom: 3px solid gray;
    height: 60px;
    margin: 0;
}
div.nav ul.proizvoditel li{
    color: #000000;
    display: table-cell;
}
div.nav ul.proizvoditel li a{
    color: #000000;
    background: url("../images/proizvodi.jpg") no-repeat;
    display: block;
    height: 50px;
    overflow: hidden;
    width: 166px;

}
div.nav ul.proizvoditel li:nth-child(1) a,div.nav ul.proizvoditel li:nth-child(1) a:visited{
    background-position: 0 -34px;
}
div.nav ul.proizvoditel li:nth-child(1) a:hover{
    background-position: 0 -102px;
}
div.nav ul.proizvoditel li:nth-child(2) a,div.nav ul.proizvoditel li:nth-child(2) a:visited{
    background-position: -160px -34px;
}
div.nav ul.proizvoditel li:nth-child(2) a:hover{
    background-position: -160px -102px;
}
div.nav ul.proizvoditel li:nth-child(3) a,div.nav ul.proizvoditel li:nth-child(3) a:visited{
    background-position: -330px -34px;
}
div.nav ul.proizvoditel li:nth-child(3) a:hover{
    background-position: -330px -102px;
}
div.nav ul.proizvoditel li:nth-child(4) a,div.nav ul.proizvoditel li:nth-child(4) a:visited{
    background-position: -505px -34px;
}
div.nav ul.proizvoditel li:nth-child(4) a:hover{
    background-position: -505px -102px;
}
div.nav ul.proizvoditel li:nth-child(5) a,div.nav ul.proizvoditel li:nth-child(5) a:visited{
    background-position: -680px -34px;
}
div.nav ul.proizvoditel li:nth-child(5) a:hover{
    background-position: -680px -102px;
}
div.nav ul.proizvoditel li:nth-child(6) a,div.nav ul.proizvoditel li:nth-child(6) a:visited{
    background-position: -840px -34px;
}
div.nav ul.proizvoditel li:nth-child(6) a:hover{
    background-position: -840px -102px;
}
div.footer-title a,div.footer-title a:visited{
    color: #454545;
    text-decoration: none;
    font-size: 12px;
}
div.footer-title a:hover{
    text-decoration: underline;
}
div.block-body div.spec-b span.spec-b-link a{
    background: url("../images/new-menu8.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    display: block;
    float: right;
    height: 17px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 109px;
}
.spec-b {
    margin-top: -150px;
    position: absolute;
    display: block;
    padding-left: 330px;
    width: 251px;
}
.spec-b-text {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 20px;
}
.spec-b-price {
    color: #2b62a5;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 15px;
}

div#container header.clearfix div#vendors div.slide a img{
    /*height: 268px;*/
}
div.hot-news.clearfix div.news div.clearfix span.bh5{
    width: 110px;
    display: inline-block;
}
div#nav-barr{
    display: block;
    position: absolute;
    margin-top: -50px;
    width: 100%;
}
div#nav-barr div.nerw{
    float: right;
}
div#nav-barr a{
    display: block;
    background: #BEC6CD;
    float: left;
    height: 5px;
    margin: 5px;
    padding: 5px;
    width: 5px;
    border-radius: 10px;
}
div#nav-barr a.selected{
    display: block;
    background: #FFCD31;
}
div#vendors div.slide a div.vendor_btn div.vendor_text_yell{
    display: block;
    position: absolute;
}