﻿@charset "UTF-8";
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9. */
[hidden] {
  display: none; }

/* ==========================================================================
 * Base
 * ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%; }

/* 2 */
/**
 * Remove default margin. */
body {
  margin: 0; }

/* ==========================================================================
 * Links
 * ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }
a:active, a:hover {
  outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers. */
/* ==========================================================================
 * Typography
 * ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types. */
q {
  quotes: "“" "”" "‘" "’"; }

/**
 * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
 * Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9. */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
 * Figures
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

/* ==========================================================================
 * Forms
 * ========================================================================== */
/**
 * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0; }

/* 2 */
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0; }

/* 3 */
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others. */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer; }

/* 3 */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer; }

/* 3 */
/**
 * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9. */
input {
  /* 2 */ }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof). */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
/**
 * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top; }

/* 2 */
/* ==========================================================================
 * Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix, .group {
  zoom: 1; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden; }

.group:before, .group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after, .group:after {
  clear: both; }

/*@font-face {
 *    font-family: "gillsans_lightregular";
 *    src: url($fonts_dir+'GillSansLightC.eot');
 *    src: url($fonts_dir+'GillSansLightC.eot') format('embedded-opentype'),
 *		url($fonts_dir+'GillSansLightC.woff') format('woff'),
 *		url($fonts_dir+'GillSansLightC.svg') format('svg'),
 *		url($fonts_dir+'GillSansLightC.ttf') format('truetype');
 *    font-weight: normal;
 *    font-style: normal;
 *} */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.2; }

blockquote {
  font-style: italic;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 25px;
  font-size: 1.4em;
  margin: 0 0 20px;
  border-left: 2px solid #006699; }

h1, h2, h3, h4, h5, p {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333; }

h1 {
  font-size: 20px;
  margin: 0 0 25px;
  font-weight: 400;
  font-style: normal; }

h2 {
  font-size: 40px;
  margin: 0 0 25px;
  font-weight: 400;
  font-style: normal; }

h3 {
  font-size: 18px;
  margin: 0 0 30px;
  font-weight: bold;
  font-style: normal; }

h4 {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  font-style: normal; }

h5 {
  font-size: 12px;
  margin: 0;
  font-style: normal;
  font-weight: normal; }

p {
  font-size: 12px;
  margin: 0 0 14px;
  color: #666666; }

pre {
  font-family: "gillsans_lightregular", Monaco, Menlo, Consolas, "Courier New", monospace;
  margin: 0 0 20px;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word; }

img, video, audio, iframe, object {
  max-width: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

body {
  font: 12px/18px Arial, sans-serif;
  width: 100%;
  background-image: url("../img/gradient-bg.jpg?1404939154");
  background-repeat: repeat-x; }

.sub_layer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute; }
  .sub_layer .sub_wrapper {
    width: 1100px;
    height: 100%;
    margin: 30px auto;
    background-color: #FFFFFF; }

.web_layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute; }
  .web_layer .web_wrapper {
    margin: 0 auto;
    width: 1100px;
    height: 100%;
    background-position: -60px -70px; }
    .web_layer .web_wrapper #top {
      left: -270px;
      position: relative;
      top: -50px; }

.main_layer {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }
  .main_layer .wrapper {
    width: 1100px;
    height: 100%;
    margin: 0 auto; }

/* Header ----------------------------------------------------------------------------- */
.header {
  width: 100%; }
  .header .header_top {
    width: 100%;
    height: 40px; }
    .header .header_top p {
      background-position: 25px 4px;
      background-repeat: no-repeat;
      float: right;
      margin: 7px 0 0 0;
      padding-left: 40px; }
    .header .header_top #email {
      background-image: url("../img/i_mail.png?1404939154"); }
    .header .header_top #phone {
      background-image: url("../img/i_tel.png?1404939154"); }
  .header .header_main {
    width: 100%; }
    .header .header_main .top_menu {
      width: 100%;
      *zoom: 1; }
      .header .header_main .top_menu:after {
        content: " ";
        display: table;
        clear: both; }
      .header .header_main .top_menu ul {
        float: right;
        margin: 5px 20px 5px 0; }
        .header .header_main .top_menu ul li {
          display: inline;
          list-style-type: none;
          border-right: 1px solid #000000; }
          .header .header_main .top_menu ul li a {
            color: #000000;
            padding: 0 6px;
            text-decoration: none; }
          .header .header_main .top_menu ul li:last-of-type {
            border: none; }
    .header .header_main #image {
      width: 803px;
      height: 232px;
      float: right;
      position: relative;
      top: 2px; }
      .header .header_main #image img {
        height: 100%; }
    .header .header_main .header__img {
      width: 803px;
      height: 270px;
      position: relative;
      top: 2px;
      float: right;
      overflow: hidden; }
      .header .header_main .header__img--1 {
        background: url(../img/iflex-1.jpg) no-repeat 38% 49%;
        -webkit-background-size: 167% 137%;
        background-size: 160% 137%; }
      .header .header_main .header__img--2 {
        background: url(../img/header_x2.jpg) no-repeat 42% 52%;
        -webkit-background-size: 147% 140%;
        background-size: 147% 140%; }
      .header .header_main .header__img--3 {
        background: url(../img/xflex_x4_x5.jpg) no-repeat 35% 41%;
        -webkit-background-size: 149% 141%;
        background-size: 149% 141%; }
      .header .header_main .header__img--4 {
        background: url(../img/header_x6.jpg) no-repeat 35% 41%;
        -webkit-background-size: 152% 142%;
        background-size: 152% 142%; }
      .header .header_main .header__img--5 {
        background: url(../img/header_varyflexv2.jpg) no-repeat 38% 10%;
        -webkit-background-size: 136% 116%;
        background-size: 136% 116%; }
      .header .header_main .header__img--6 {
        background: url(../img/Tv_503.jpg) no-repeat 38% 10%;
        -webkit-background-size: 136% 116%;
        background-size: 136% 116%; }
      .header .header_main .header__img--7 {
        background: url(../img/Fv_line.jpg) no-repeat 38% 10%;
        -webkit-background-size: 136% 116%;
        background-size: 136% 116%; }
      .header .header_main .header__img--8 {
        background: url(../img/Tv_840.jpg) no-repeat 38% 10%;
        -webkit-background-size: 136% 116%;
        background-size: 136% 116%; }
      .header .header_main .header__img--9 {
        background: url(../img/As_line.jpg) no-repeat 38% 10%;
        -webkit-background-size: 136% 116%;
        background-size: 136% 116%; }
      .header .header_main .header__img--10 {
        background: url(../img/xflex_x5.jpg) no-repeat 35% 41%;
        -webkit-background-size: 149% 141%;
        background-size: 149% 141%; }
  .header .header_main .header__img--11 {
        background: url(../img/x_flex_durst.jpg) no-repeat 42% 52%;
        -webkit-background-size: 147% 140%;
        background-size: 147% 140%; }
  .header .header_bottom {
    width: 100%;
    *zoom: 1; }
    .header .header_bottom:after {
      content: " ";
      display: table;
      clear: both; }
    .header .header_bottom ul {
      margin: 0;
      padding: 15px 0 21px;
      float: right;
      width: 800px;
      height: 100%;
      background-color: #ffffff; }
      .header .header_bottom ul.product__menu {
        padding-top: 5px; }
      .header .header_bottom ul li {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        list-style-type: none;
        height: 100%;
        width: calc(20% - 2px);
        text-align: center; }
        .header .header_bottom ul li + li {
          margin-left: 2px; }
        .header .header_bottom ul li::before, .header .header_bottom ul li::after {
          content: "";
          position: absolute;
          bottom: -5px;
          width: 50%;
          height: 5px;
          transition: 0.4s ease-in-out;
          pointer-events: none; }
        .header .header_bottom ul li::before {
          left: 0; }
        .header .header_bottom ul li::after {
          right: 0; }
        .header .header_bottom ul li:nth-child(1)::before, .header .header_bottom ul li:nth-child(1)::after {
          background-color: #ca3c2a; }
        .header .header_bottom ul li:nth-child(2)::before, .header .header_bottom ul li:nth-child(2)::after {
          background-color: #ffc200; }
        .header .header_bottom ul li:nth-child(3)::before, .header .header_bottom ul li:nth-child(3)::after {
          background-color: #69af3f; }
        .header .header_bottom ul li:nth-child(4)::before, .header .header_bottom ul li:nth-child(4)::after {
          background-color: #416dc7; }
        .header .header_bottom ul li:nth-child(5)::before, .header .header_bottom ul li:nth-child(5)::after {
          background-color: #7326a2; }
        .header .header_bottom ul li:hover::before, .header .header_bottom ul li:hover::after {
          width: 0; }
        .header .header_bottom ul li:nth-child(1):hover a {
          color: #ca3c2a; }
        .header .header_bottom ul li:nth-child(2):hover a {
          color: #ffc200; }
        .header .header_bottom ul li:nth-child(3):hover a {
          color: #69af3f; }
        .header .header_bottom ul li:nth-child(4):hover a {
          color: #416dc7; }
        .header .header_bottom ul li:nth-child(5):hover a {
          color: #7326a2; }
        .header .header_bottom ul li a {
          width: 107px;
          display: block;
          padding: 15px 5px 8px;
          margin: 0 auto;
          text-decoration: none;
          color: #000000;
          font-weight: 700;
          font-size: 13px;
          transition: 0.4s ease-in-out; }

/* Middle
 *----------------------------------------------------------------------------- */
.middle {
  width: 100%; }
  .middle .container {
    width: 100%;
    padding: 0;
    /* Left Sidebar
     *----------------------------------------------------------------------------- */ }
    .middle .container .left-sidebar {
      float: left;
      width: 280px; }
      .middle .container .left-sidebar ul {
        padding: 0;
        margin: 0; }
        .middle .container .left-sidebar ul li {
          list-style-type: none;
          margin: 0 0 28px 28px; }
        .middle .container .left-sidebar ul #img1 {
          background-image: url("../img/l_img1.jpg?1404504160");
          width: 227px;
          height: 322px; }
        .middle .container .left-sidebar ul #img2 {
          background-image: url("../img/l_img2.jpg?1404504160");
          width: 227px;
          height: 321px; }
    .middle .container .content {
      padding: 0 0 20px 300px;
      background-color: #fff; }
  .middle:after {
    display: table;
    clear: both;
    content: ""; }

/* Footer
 *----------------------------------------------------------------------------- */
.footer {
  height: 203px;
  background: #CCCCCC;
  background-image: url("../img/b_web.png?1405233708");
  background-position: 500px 0;
  background-repeat: no-repeat; }
  .footer .f_left {
    width: 650px;
    height: 100%;
    float: left;
    position: relative; }
    .footer .f_left ul {
      width: 625px;
      height: 35px;
      margin: 20px 0 0 25px;
      padding: 0; }
      .footer .f_left ul li {
        display: inline;
        list-style-type: none;
        float: left; }
        .footer .f_left ul li a {
          display: block;
          text-decoration: none;
          color: #666666;
          margin: 0 15px 0 0; }
    .footer .f_left .f_content {
      width: 580px;
      margin: 25px 0 25px 25px;
      padding: 0;
      position: relative; }
      .footer .f_left .f_content p {
        padding: 0;
        margin: 0;
        color: #575757;
        font-size: 12px;
        line-height: 14px; }
  .footer .f_right {
    margin: 30px 0 0 0;
    width: 195px;
    float: left;
    position: relative; }
    .footer .f_right ul {
      margin: 0;
      padding: 8px 0; }
      .footer .f_right ul li {
        font: bold 12px/16px Arial;
        list-style-type: none;
        padding: 4px 0;
        text-align: center;
        line-height: 20px; }
        .footer .f_right ul li a {
          color: #000000;
          text-decoration: none; }
  .footer .b_logo {
    background-image: url("../img/b_logo.png?1404939154");
    width: 211px;
    height: 158px;
    float: right;
    margin: 30px 20px 0;
    position: relative; }

@media screen and (max-width: 480px) {
  body {
    overflow-x: hidden; } }
@media print {
  header, nav, footer {
    display: none; }

  img {
    max-width: 500px; }

  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3; } }
.equip__table {
  border: 1px solid #b2b2b2;
  border-bottom: none; }
  .equip__table + .equip__table {
    margin-top: 15px; }
.equip__text {
  text-align: center; }
.equip__title {
  margin: 10px 0 0; }
.equip__descr {
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #b2b2b2; }
.equip__product {
  display: table-row;
  text-decoration: none;
  color: #000; }
  .equip__product:hover .equip__product-name, .equip__product:hover .equip__product-descr {
    text-decoration: underline; }
.equip__col {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #b2b2b2; }
.equip__product-name {
  width: 15%;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 700; }
.equip__product-img {
  overflow: hidden;
  width: 40%;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2; }
  .equip__product-img img {
    display: block;
    width: 100%;
    transform: scale(1.4);
    object-position: 0 4px; }
  .equip__productd-img img {
   display: block;
    width: 75%;
    transform: scale(1.0);
    object-position: 0 4px; }


  .equip__product-img .product-img--scaled {
    transform: scale(1.4, 1.3);
    object-position: 0 1px; }

 
.equip__product-descr {
  width: 45%;
  padding: 10px;
  font-size: 12px; }

.product__nav {
  font-size: 0; }
  .product__nav--repair .product__nav-link.is-active {
    background-color: #69af3f;
    color: #000; }
  .product__nav--repair .product__nav-link:hover {
    background-color: #ca3c2a; }
  .product__nav--repair .product__nav-link {
    padding: 6px 18px; }
  .product__nav--support .product__nav-link.is-active {
    background-color: #ffc200;
    color: #000; }
  .product__nav--support .product__nav-link {
    padding: 5px;
    height: 82px;
    border-bottom: 2px solid #fff; }
    .product__nav--support .product__nav-link::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0; }
    .product__nav--support .product__nav-link span {
      display: inline-block;
      vertical-align: middle; }
    .product__nav--support .product__nav-link:nth-child(5) {
      border-right: none; }
    .product__nav--support .product__nav-link--sub {
      width: 25%;
      height: 50px; }
      .product__nav--support .product__nav-link--sub.is-active {
        background-color: #ff9800; }
  .product__nav--consumables .product__nav-link.is-active {
    background-color: #7030A0; }
  .product__nav--consumables .product__nav-link {
    padding: 5px;
    height: 82px;
    border-bottom: 2px solid #fff; }
    .product__nav--consumables .product__nav-link::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0; }
    .product__nav--consumables .product__nav-link span {
      display: inline-block;
      vertical-align: middle; }
    .product__nav--consumables .product__nav-link:nth-child(5) {
      border-right: none; }
  .product__nav--spares .product__nav-link:nth-child(1) {
    padding-left: 0;
    padding-right: 0; }
  .product__nav--spares .product__nav-link.is-active {
    background-color: #416dc7; }
.product__nav-link {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 26px;
  background-color: #545557;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  width: 20%;
  text-align: center;
  border-right: 2px solid #fff;
  transition: 0.2s ease-in;
  font-weight: 700; }
  .product__nav-link.is-active {
    background-color: #ca3c2a;
    pointer-events: none; }
  .product__nav-link:last-child {
    border-right: none; }
  .product__nav-link:hover {
    background-color: #69af3f; }
.product__head {
  margin-bottom: 10px;
  padding: 15px 0 5px;
  text-align: right;
  border-bottom: 2px solid #545557; }
.product__brochure {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background-color: #ca3c2a;
  transition: 0.2s ease-in; }
  .product__brochure:hover {
    background-color: #75be4a; }
  .product__brochure--spares {
    background-color: #416dc7; }
.product__request {
  text-align: justify; }
  .product__request::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
  .product__request .product__sub-title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    font-size: 13px; }
  .product__request p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 700; }
  .product__request--support {
    margin: 10px 0 0; }
  .product__request-in {
    display: inline-block;
    vertical-align: middle; }
  .product__request--down {
    display: table-row;
    *zoom: 1; }
    .product__request--down:after {
      content: " ";
      display: table;
      clear: both; }
    .product__request--down .product__brochure {
      padding: 5px 72px; }
      .product__request--down .product__brochure:first-child {
        float: left; }
      .product__request--down .product__brochure:last-child {
        float: right; }
.product__title {
  float: left;
  margin-top: 7px;
  margin-bottom: 0;
  text-align: left;
  width: 70.375%; }
  .product__title--lg {
    width: 85.875%; }
  .product__title--full {
    width: 24%; }
.product__text {
  margin: 10px 0 0;
  text-align: right; }
  .product__text p {
    font-size: 13px !important;
    text-align: left; }
.product__img img {
  display: block;
  margin: 0 auto;
  border-radius: 3px; }
.product__img--double {
  margin-top: 3px; }
  .product__img--double img {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0; }
    .product__img--double img:nth-child(1) {
      width: 55.6%; }
    .product__img--double img:nth-child(2) {
      width: 44%; }
.product__img-repair {
  display: block;
  padding: 1px;
  margin: 0 auto;
  box-shadow: 0 0 3px #757575;
  border-radius: 3px; }
.product__info-list {
  margin: 15px 0 20px;
  padding-left: 15px; }
  .product__info-list li + li {
    margin-top: 10px; }
.product__table {
  width: 100%;
  margin-top: 15px;
  table-layout: fixed; }
  .product__table td {
    padding: 2px 10px;
    border: 1px solid #b2b2b2; }
  .product__table td:nth-child(2),
  .product__table td:nth-child(3),
  .product__table td:nth-child(4),
  .product__table td:nth-child(5) {
    text-align: center; }
  .product__table tr:first-child td:first-child {
    border: none; }
  .product__table-power {
    color: #ff0000;
    font-weight: 700;
    font-size: 18px;
    background-color: #D9D9D9; }
  .product__table-title {
    color: #5a5a5a;
    background-color: #D9D9D9;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left; }
    .product__table-title--hidden {
      font-size: 0; }
  .product__table-descr {
    margin: 10px 0 15px; }
.product__section--repair {
  margin-top: 15px; }
  .product__section--repair .product__brochure {
    background-color: #69af3f; }
    .product__section--repair .product__brochure:hover {
      background-color: #538a32; }
.product__section--spares {
  margin-bottom: 15px; }
  .product__section--spares .product__head {
    border-bottom: none; }
  .product__section--spares p {
    margin: 0; }
.product__section p {
  color: #000; }
.product__section--consumables {
  margin-top: 10px;
  text-align: right; }
  .product__section--consumables .product__brochure {
    background-color: #7030A0; }
    .product__section--consumables .product__brochure:hover {
      background-color: #69af3f; }
.product__section--support {
  margin: 15px 0; }
  .product__section--support .product__brochure {
    background-color: #ffc200;
    color: #000; }
    .product__section--support .product__brochure:hover {
      background-color: #69af3f; }
.product__item {
  display: table;
  margin: 10px 40px;
  box-sizing: border-box; }
  .product__item-text {
    padding: 10px 15px;
    display: table-cell;
    vertical-align: top;
    width: 70%;
    border: 1px solid #b2b2b2;
    border-right: none; }
    .product__item-text--spares {
      float: left;
      display: block;
      padding: 10px 20px;
      width: 45%;
      box-shadow: 0 0 3px #2d2d2d;
      border-radius: 3px;
      border: none; }
      .product__item-text--spares p {
        padding: 5px 0; }
      .product__item-text--spares p:first-of-type {
        border-bottom: 1px solid #a5a5a5; }
    .product__item-text--full {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      box-shadow: 0 0 3px #2d2d2d;
      border-radius: 3px;
      border: none;
      color: #000; }
      .product__item-text--full p {
        padding: 5px 0; }
  .product__item-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700; }
  .product__item span {
    font-weight: 400; }
  .product__item-descr {
    font-size: 12px; }
  .product__item-img {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    border: 1px solid #b2b2b2; }
    .product__item-img img {
      width: 100%;
      display: block; }
.product__material {
  margin: 10px 0 15px;
  font-size: 0;
  text-align: center; }
  .product__material--spares {
    *zoom: 1; }
    .product__material--spares:after {
      content: " ";
      display: table;
      clear: both; }
    .product__material--spares img {
      margin: 55px 0 15px;
      float: left; }
    .product__material--spares img + img {
      float: right;
      margin: 0; }
  .product__material p {
    margin: 10px 0 14px;
    font-size: 13px; }
  .product__material-img {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 3px #2d2d2d;
    border-radius: 3px; }
    .product__material-img--1 {
      width: 34%;
      margin: 3px; }
    .product__material-img--2 {
      width: 200px;
      height: 180px;
      margin: 3px;
      vertical-align: middle; }
    .product__material-img--3:nth-child(1) {
      float: left;
      width: 50%;
      margin: 10px 0; }
    .product__material-img--3:nth-child(2) {
      position: relative;
      top: 135px;
      width: 115px;
      height: 400px;
      box-shadow: none; }
    .product__material-img--3:nth-child(3) {
      clear: both;
      display: block;
      width: 50%; }
    .product__material-img--4 {
      width: calc(50% - 6px);
      margin: 3px;
      height: 400px; }
    .product__material-img--5 {
      width: 50%;
      box-shadow: none; }
    .product__material-img--6 {
      width: calc(50% - 6px);
      margin: 3px; }
      .product__material-img--6:nth-child(4) {
        display: block;
        margin: 2px auto 0; }
    .product__material-img--7 {
      width: calc(50% - 6px);
      margin: 3px; }
    .product__material-img--8 {
      display: block;
      box-shadow: none; }
    .product__material-img--9 {
      width: 100%; }
    .product__material-img--10 {
      display: block; }
.product__list-b {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700; }
.product__feature {
  margin: 15px 0; }
  .product__feature-title {
    font-weight: 700; }
  .product__feature-list {
    list-style: none; }
    .product__feature-list li {
      position: relative;
      *zoom: 1; }
      .product__feature-list li:after {
        content: " ";
        display: table;
        clear: both; }
      .product__feature-list li::before {
        content: "";
        position: absolute;
        top: 6px;
        left: -13px;
        height: 4px;
        width: 4px;
        background-color: #000;
        border-radius: 50%; }
    .product__feature-list span {
      float: left;
      width: 30%; }

.aluberg-logo {
  width: 200px;
  display: inline-block;
  vertical-align: middle; }

.grafikontrol-logo {
  width: 350px;
  display: inline-block;
  vertical-align: middle; }

.labeltech-logo {
  width: 300px;
  display: inline-block;
  vertical-align: middle; }

.ecosystem-logo {
  width: 200px;
  display: inline-block;
  vertical-align: middle; }
.durst-logo {
  width: 250px;
  display: inline-block;
  vertical-align: middle; }

.ace-electro_logo {
  width: 350px;
  display: inline-block;
  vertical-align: middle; }

.contact {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid grey;
  padding-bottom: 15px;
  background: #fff;
  *zoom: 1; }
  .contact:after {
    content: " ";
    display: table;
    clear: both; }
  .contact--home {
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center; }
    .contact--home .contact__block {
      padding: 0; }
      .contact--home .contact__block span {
        text-decoration: underline;
        font-weight: 400; }
      .contact--home .contact__block a {
        font-weight: 700; }
      .contact--home .contact__block:nth-child(2) {
        float: none; }
    .contact--home .contact__country {
      margin: 0 auto 15px;
      max-width: 260px;
      font-weight: 700; }
    .contact--home .contact__phones {
      margin-bottom: 13px;
      text-align: center; }
      .contact--home .contact__phones a {
        display: table;
        width: 100%; }
    .contact--home .contact__email {
      padding: 10px 0;
      text-align: center; }
      .contact--home .contact__email span {
        display: block;
        text-decoration: underline; }
    .contact--home .skype-call {
      margin: 0;
      display: inline-block;
      width: 50%;
      text-align: center; }
      .contact--home .skype-call a {
        font-weight: 400 !important; }
      .contact--home .skype-call ul {
        left: calc(50% - 120px); }
    .contact--home .skype-call + .skype-call {
      margin-left: -4px; }
    .contact--home .skype-call__name {
      display: block !important; }
  .contact__title {
    margin: 0; }
  .contact__block {
    box-sizing: border-box;
    padding: 0 70px; }
    .contact__block:nth-child(2) {
      float: left; }
    .contact__block:nth-child(3) {
      float: right; }
  .contact__sub-title {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: 700; }
  .contact__phones, .contact__email, .contact__country {
    margin-bottom: 8px; }
    .contact__phones span, .contact__email span, .contact__country span {
      display: block;
      margin-bottom: 5px;
      font-weight: 700;
      font-size: 13px; }
  .contact__email span {
    display: inline; }
  .contact__phones a {
    display: table; }
  .contact p {
    color: #000; }
  .contact a {
    text-decoration: none;
    color: #000; }
    .contact a:hover {
      text-decoration: underline; }
  .contact h3 {
    margin: 0 0 20px; }

.skype-call {
  position: relative;
  margin: 10px 0; }
  .skype-call__name {
    display: inline-block !important;
    font-size: 13px;
    font-weight: 700; }
  .skype-call img {
    visibility: hidden;
    margin: 0 !important; }
  .skype-call p {
    margin: 0; }
  .skype-call ul {
    width: 240px !important;
    padding: 0 !important;
    bottom: -100px;
    left: -16px;
    border: none !important;
    background: #c8c8c8 !important;
    box-shadow: 0 0 5px #000;
    z-index: 1000; }
    .skype-call ul li {
      line-height: 20px;
      text-align: center; }
    .skype-call ul a {
      display: block;
      padding: 10px;
      color: #000 !important;
      text-decoration: none !important;
      transition: 0.25s ease-in-out;
      font-weight: 700 !important; }
      .skype-call ul a:hover {
        background-color: #4799ff;
        color: #fff !important; }
  .skype-call a {
    cursor: pointer !important;
    text-decoration: none;
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 700 !important; }

.shadow-img {
  box-shadow: 0 0 3px #2d2d2d;
  border-radius: 3px; }
.ppf {font-size:20pt; font-weight: bold
   }
.aab a:link {font-size:16px; color:Red}
.aab a:visited {font-size:16px; color:DarkRed}
.aab a:hover {font-size:16px; color:Tomato}
.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
   }



/*# sourceMappingURL=style.css.map */
