/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

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


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

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }


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

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }


/* =============================================================================
   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; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

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%; }

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; list-style-image: none; margin: 0; padding: 0; }


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

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

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


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

figure { margin: 0; }


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

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

label { cursor: pointer; }

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

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

button, input { line-height: normal; }

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

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

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

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

#layout {
  width: 908px;
  margin: 10px auto 0;
}
#topLine {
  background-image: url(../img/bg1.png);
  width: 920px;
  height: 15px;
}
#header {
  width: 100%;
  height: 102px;
}
a.logo {
 float: left;
 margin-top: 22px;
}
div.icons_set {
  float: right;
  margin-top: 42px;
  margin-right: 5px;
}
div.icons_set a {
  margin-left: 15px;
}
#content {
  width: 920px;
  height: 574px;
  overflow: hidden;
}

#content .shutter {
  width: 920px;
  height: 574px;
  position: absolute;
  overflow: hidden;
}
#content .shutter2 {
  width: 690px;
  height: 574px;
  position: absolute;
  overflow: hidden;
}
#content .shutter .area .cell {
  width: 113px;
  height: 113px;
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
}
#content .shutter2 .area .cell {
  width: 113px;
  height: 113px;
  border: 1px solid #f0f0f0;
  float: left;
}
#content .shutter .area .cell_d {
  background-color: #d0d0d0;
}
#content .shutter .area .cell_e,
#content .shutter2 .area .cell_e {
  background-color: #e0e0e0;
}
#content .shutter .area .cell_f,
#content .shutter2 .area .cell_f {
  background-color: #f0f0f0;
}
#content .shutter .area .cell_ff {
  background-color: #ffffff;
}

#content .nav {
  width: 920px;
  height: 574px;
  position: absolute;
  overflow: hidden;
}
#content .nav .area {
  width: 920px;
  height: 574px;
  background-image: url(../img/cell_bg.png);
  background-color: #fff;
}
#content  .nav .scheme {
  width: 920px;
  height: 574px;
  background-image: url(../img/roads.png);
  background-repeat: no-repeat;
  background-position: 270px 52px;
  position: absolute;
}
#content .button {
  width: 113px;
  height: 113px;
  position: absolute;
  display: none;
}
#content .button a {
  width: 113px;
  height: 113px;
  display: inline-block;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 9pt;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#btnBack a { }
#btnBack img  { margin: 30px 0 15px 0; }
#btnAbout a { background-image: url(../img/about_bg.png); }
#btnAbout img  { margin: 20px 0 10px 0; }
#btnContacts a { background-image: url(../img/contacts_bg.png); }
#btnContacts img { margin: 20px 0 10px 0; }
#btnPersonalization a { background-image: url(../img/personalization_bg.png); }
#btnPersonalization img { margin: 30px 0 10px 0; }
#btnLogistic a { background-image: url(../img/logistic_bg.png); }
#btnLogistic img { margin: 20px 0 10px 0; }
#btnEquipment a { background-image: url(../img/equipment_bg.png); }
#btnEquipment img { margin: 20px 0 10px 0; }
#btnJobs a { background-image: url(../img/jobs_bg.png); }
#btnJobs img { margin: 20px 0 10px 0; }
#btnPolygrafic a { background-image: url(../img/polygrafic_bg.png); }
#btnPolygrafic img { margin: 20px 0 10px 0; }

#content .main {
  width: 690px;
  height: 574px;
  position: absolute;
  margin-left: 231px;
  background-image: url(../img/content_bg.png);
}
#content .main >.area {
  width: 670px;
  height: 554px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  overflow: auto;
}


#footer {
  margin: 24px auto;
  padding-top: 16px;
  width: 725px;
  border-top: 1px solid #ed1c24;
  font-size: 9pt;
  color: #757575;
}







/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}


/* ==|== non-semantic helper classes ========================================
   ========================================================================== */

.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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; } /* h5bp.com/t */
  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; }
}
