/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
*:focus {
  outline: 0;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
button:focus,
h3 {
  outline: 0 !important;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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"],
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('../fonts/_.139-webfont.eot');
  src: url('../fonts/_.139-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/_.139-webfont.woff2') format('woff2'), url('../fonts/_.139-webfont.woff') format('woff'), url('../fonts/_.139-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('../fonts/_.175-webfont.eot');
  src: url('../fonts/_.175-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/_.175-webfont.woff2') format('woff2'), url('../fonts/_.175-webfont.woff') format('woff'), url('../fonts/_.175-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_ltlight';
  src: url('../fonts/_.5474-webfont.eot');
  src: url('../fonts/_.5474-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/_.5474-webfont.woff2') format('woff2'), url('../fonts/_.5474-webfont.woff') format('woff'), url('../fonts/_.5474-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_semibold';
  src: url('../fonts/_.173-webfont.eot');
  src: url('../fonts/_.173-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/_.173-webfont.woff2') format('woff2'), url('../fonts/_.173-webfont.woff') format('woff'), url('../fonts/_.173-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_ththin';
  src: url('../fonts/_.171-webfont.eot');
  src: url('../fonts/_.171-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/_.171-webfont.woff2') format('woff2'), url('../fonts/_.171-webfont.woff') format('woff'), url('../fonts/_.171-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hide {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  position: absolute;
}
/*#e90000;*/
/*#ffc9c9;*/
/*#d60404*/
.blue {
  color: #1B3769;
}
.black {
  color: #202020;
}
.red {
  color: #172f5d;
}
.gray {
  color: #b3b3b3;
}
.lang-gray {
  color: #a6a6a6;
}
.job-gray {
  color: #858585;
}
.white {
  color: #fff;
}
.bg-red {
  background: #172f5d;
}
.bg-black {
  background: #202020;
}
.bg-gray {
  background: #e7e7e7;
}
.bg-dark-gray {
  background: #a0a0a0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  color: #172f5d;
}
a:hover {
  color: #202020;
}
.visible {
  display: block !important;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.right {
  float: right;
}
.left {
  float: left;
}
.text-right {
  text-align: right;
}
.center-text {
  text-align: center;
}
.margin-bottom-null {
  margin-bottom: 0;
}
.margin-top-null {
  margin-top: 0;
}
.margin-null {
  margin: 0;
}
.margin-bottom-small {
  margin-bottom: 0.2em !important;
}
.margin-bottom-halfem {
  margin-bottom: 0.5em !important;
}
.margin-bottom-em {
  margin-bottom: 1em !important;
}
.margin-bottom-big {
  margin-bottom: 2em !important;
}
.margin-top-big {
  margin-top: 2.5em;
}
.margin-seealso {
  margin: 4em 0 2em 0 !important;
}
.border-right {
  border-right: 1px solid #f5f5f5;
  padding-right: 1.5em;
}
.padding-bottom-null {
  padding-bottom: 0;
}
.padding-top-null {
  padding-top: 0;
}
.padding-null {
  padding: 0 !important;
}
.hred:hover {
  color: #172f5d;
}
.hunderline:hover {
  color: #fff;
  text-decoration: underline;
}
.padding-left-null {
  padding-left: 0 !important;
  float: left !important;
}
.pad-left {
  padding-left: 2.5em;
}
.pad-right {
  padding-right: 2.5em;
}
.pad-box {
  padding: 2.188em 2.5em;
}
.cover {
  background-size: cover !important;
}
.uppercase {
  text-transform: uppercase;
}
h1 {
  font-family: proxima_nova_semibold;
  font-size: 3.125em;
  margin: 0;
  line-height: 1;
}
h2 {
  font-family: proxima_nova_semibold;
  font-size: 2.25em;
  margin: 0;
  line-height: 1;
}
h2.header {
  font-size: 3.125em;
  line-height: 1;
}
h3 {
  font-family: proxima_nova_semibold;
  font-size: 1.875em;
  margin: 0;
  line-height: 1;
}
h4 {
  font-family: proxima_nova_semibold;
  font-size: 1.5em;
  margin: 0;
  line-height: 1;
}
h5 {
  font-family: proxima_nova_semibold;
  font-size: 1.125em;
  margin: 0;
  line-height: 1;
}
h6 {
  font-family: proxima_nova_semibold;
  font-size: 0.938em;
  margin: 0;
  line-height: 1;
}
p {
  font-family: proxima_nova_rgregular;
  font-size: 0.983em;
}
.regular {
  font-family: proxima_nova_rgregular;
}
.bold {
  font-family: proxima_nova_rgbold;
}
.light {
  font-family: proxima_nova_ltlight;
}
.thin {
  font-family: proxima_nova_ththin;
}
.semi-bold {
  font-family: proxima_nova_semibold;
}
.line-height-big {
  line-height: 1.7;
}
.medium {
  font-size: 0.875em;
}
.big {
  font-size: 1em;
}
.bigger {
  font-size: 1.125em;
}
.the-biggest {
  font-size: 1.25em;
}
.tabs-title {
  font-size: 1.5em;
}
.tbi-figure {
  font-size: 4.125em;
}
.history-font-size-smaller {
  font-size: 4.5em;
}
.history-font-size {
  font-size: 5.5em;
}
.history-font-size-bigger {
  font-size: 8.188em;
}
.sub-header {
  font-size: 1.75em;
}
.small {
  font-size: 0.8em;
}
.smaller {
  font-size: 0.6875em;
}
ul {
  padding-left: 1.2em;
}
ul.circle {
  list-style-type: circle;
}
ul.circle li {
  padding-bottom: 0.3em;
}
ul.red-disc {
  list-style-type: none;
  padding-left: 0.5em;
}
ul.red-disc li {
  padding-left: 1em;
  background: url(../gfx/ico/red-disc.png) no-repeat 0% 7px;
}
ul.tag-list {
  list-style-type: none;
  overflow: auto;
  padding-left: 0;
}
ul.tag-list li {
  float: left;
  color: #fff;
  font-size: 1.25em;
  padding: 0.5em 0.5em 0.5em 0;
  font-family: proxima_nova_semibold;
  cursor: pointer;
}
ul.tag-list li.active {
  color: #172f5d;
}
ul.download-list {
  list-style-type: none;
  padding-left: 0;
}
ul.download-list li {
  cursor: pointer;
  padding: 0.688em 0;
  overflow: auto;
  padding-left: 0.8em;
  border-bottom: 1px solid #b3b3b3;
}
ul.download-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
ul.download-list li a .number {
  margin-right: 1.25em;
}
ul.download-list li a .download,
ul.download-list li a .lang-gray,
ul.download-list li a .ico-pdf {
  margin-right: 0.8em;
}
ul.download-list li:last-child {
  border-bottom: none;
}
ul.download-list li:hover {
  color: #172f5d;
}
ul.download-list li:hover .download,
ul.download-list li:hover .number,
ul.download-list li:hover .left {
  color: #172f5d;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.block-middle {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
table {
  width: 100%;
}
table tbody tr:first-child td {
  background: #f5f5f5;
}
table tbody tr td {
  border: 1px solid #202020;
  padding: 0.5em;
}
table tbody tr td:first-child {
  background: #f5f5f5;
}
.content-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0.8125em 2.3125em 0.8125em 1.438em;
  color: #fff;
  background: url(../gfx/ico/button-arrow.png) no-repeat 90% 50%;
  text-transform: lowercase;
}
.button:hover {
  border: 1px solid #172f5d;
  color: #fff;
  background: #172f5d url(../gfx/ico/button-arrow.png) no-repeat 90% 50%;
}
.button.red {
  border: 1px solid #172f5d;
  color: #172f5d;
  background: url(../gfx/ico/button-arrow-red.png) no-repeat 90% 50%;
}
.button.red:hover {
  border: 1px solid #fff;
  color: #000 !important;
  background: #fff url(../gfx/ico/button-arrow-black.png) no-repeat 90% 50%;
}
.button.black {
  border: 1px solid #000;
  color: #000;
  background: url(../gfx/ico/button-arrow-black.png) no-repeat 90% 50%;
}
.button.black:hover {
  border: 1px solid #172f5d;
  color: #fff !important;
  background: #172f5d url(../gfx/ico/button-arrow.png) no-repeat 90% 50%;
}
.button.tooltip-schowek {
  border-color: #172f5d;
  background: #172f5d url(../gfx/ico/button-arrow.png) no-repeat 90% 50%;
  color: white;
}
.button.tooltip-schowek:hover {
  border-color: black;
  background: white url(../gfx/ico/button-arrow-black.png) no-repeat 90% 50%;
  color: black!important;
}
.button.tooltip-schowek.added {
  border-color: black;
  background: white url(../gfx/ico/button-arrow-black.png) no-repeat 90% 50%;
  color: black!important;
}
.button.hblack:hover {
  border: 1px solid #fff;
  color: #000;
  background: #fff url(../gfx/ico/button-arrow-black.png) no-repeat 90% 50%;
}
.button.hred:hover {
  border: 1px solid #172f5d;
  color: #fff;
  background: #172f5d url(../gfx/ico/left-arrow.png) no-repeat 90% 50%;
}
.button.hunderline:hover {
  text-decoration: underline;
  color: #fff;
  background: url(../gfx/ico/button-arrow.png) no-repeat 90% 50%;
  border: 1px solid #fff;
}
.button.back {
  padding: 0.8125em 1.438em 0.8125em 2.3125em;
  background: url(../gfx/ico/left-arrow.png) no-repeat 10% 50%;
}
.button.back:hover {
  border: 1px solid #172f5d;
  color: #172f5d;
  background: url(../gfx/ico/left-red-arrow.png) no-repeat 10% 50%;
}
.button.back.hred:hover {
  border: 1px solid #172f5d;
  color: #fff;
  background: #172f5d url(../gfx/ico/left-arrow-white.png) no-repeat 10% 50%;
}
.button.small {
  padding: 0 2.2em 0 1em;
  height: 35px;
  line-height: 34px;
}
.columns {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.columns.columns-3 .column {
  width: 33%;
}
.columns.columns-3 .column.column-double {
  width: 66%;
}
.columns [class*="column-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.columns [class*="column-"]:first-of-type {
  padding-left: 0;
}
.columns [class*="column-"]:last-of-type {
  padding-right: 0;
}
.columns .column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0;
}
.columns .column:first-of-type {
  padding-left: 0;
}
.columns .column:last-of-type {
  padding-right: 0;
}
.columns.padding .column-2 {
  padding: 0 20px;
}
.columns .column-2 {
  width: 50%;
  float: left;
}
.columns .column-3 {
  width: 33%;
  float: left;
}
.columns .column-3:nth-of-type(4),
.columns .column-3:nth-of-type(7),
.columns .column-3:nth-of-type(10),
.columns .column-3:nth-of-type(13),
.columns .column-3:nth-of-type(16),
.columns .column-3:nth-of-type(19) {
  clear: left;
}
.columns .column-2-3 {
  width: 66%;
  float: left;
}
.columns .column-4 {
  width: 25%;
  float: left;
}
.columns .column-5 {
  width: 20%;
  float: left;
}
.col-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
}
.border-box {
  box-sizing: border-box;
}
.of-visible {
  overflow: visible;
}
.of-auto {
  overflow: auto;
}
.of-hidden {
  overflow: hidden;
}
.flex {
  display: flex;
}
.height-full {
  height: 100%;
}
.pointer {
  cursor: pointer;
}
.navigation {
  list-style-type: none;
  margin: 0;
}
.navigation li {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 0.925em;
}
.navigation li:hover {
  background: #172f5d;
}
.navigation li:hover a {
  color: #fff;
}
.navigation li a {
  font-family: proxima_nova_semibold;
  font-size: 0.875em;
  color: #fff;
  text-transform: uppercase;
}
.wrapper-breadcrumbs {
  border-bottom: 1px solid #f2f2f2;
}
nav.breadcrumbs {
  overflow: auto;
  margin: 1.625em 0;
  padding-left: 0.625em;
}
nav.breadcrumbs .navigation {
  padding-left: 0;
}
nav.breadcrumbs .navigation li {
  float: left;
  padding: 0;
}
nav.breadcrumbs .navigation li a {
  color: #b3b3b3;
  font-family: proxima_nova_ltlight;
  font-size: 1.063em;
  text-transform: uppercase;
}
nav.breadcrumbs .navigation li a:hover {
  color: #172f5d;
}
nav.breadcrumbs .navigation li:hover {
  background: transparent;
}
nav.breadcrumbs .navigation li:last-of-type span {
  display: none;
}
nav.breadcrumbs .navigation span {
  float: left;
  line-height: 35px;
}
i.ico {
  display: inline-block;
  width: 37px;
  height: 38px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  margin: 0 0.5em;
}
i.toczenie {
  background: url(../gfx/ico/toczenie.png) no-repeat;
}
i.frezowanie {
  background: url(../gfx/ico/frezowanie.png) no-repeat;
}
i.wiercenie {
  background: url(../gfx/ico/wiercenie.png) no-repeat;
}
i.news {
  width: 51px;
  height: 42px;
  background: url(../gfx/ico/news-ico.png) no-repeat;
}
.ico-wrapper {
  cursor: pointer;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
}
.ico-wrapper:hover .toczenie,
.ico-wrapper.active .toczenie {
  background: url(../gfx/ico/toczenie-red.png) no-repeat;
}
.ico-wrapper:hover .frezowanie,
.ico-wrapper.active .frezowanie {
  background: url(../gfx/ico/frezowanie-red.png) no-repeat;
}
.ico-wrapper:hover .wiercenie,
.ico-wrapper.active .wiercenie {
  background: url(../gfx/ico/wiercenie-red.png) no-repeat;
}
.ico-wrapper:hover p,
.ico-wrapper.active p {
  color: #172f5d;
}
#bookmarks > ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 2em;
  overflow: auto;
}
#bookmarks > ul > li {
  float: left;
  text-align: center;
}
#bookmarks > ul > li a {
  display: block;
  font-size: 1.375em;
  font-family: proxima_nova_semibold;
  color: #b3b3b3;
  height: 85px;
  line-height: 85px;
  border: 1px solid #b3b3b3;
  cursor: pointer;
}
#bookmarks > ul > li.ui-state-active {
  color: #000;
}
#bookmarks > ul > li.ui-state-active a {
  border-bottom: none;
}
.column.column-2-3 .button.tooltip-schowek {
  box-sizing: border-box;
  width: 210px;
}
@media (min-width: 1024px) {
  .column.column-2-3 .button.tooltip-schowek {
    margin-right: 180px;
  }
}
.page-front .columns.wrapper-info .column-2-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5em;
}
.page-front #newsletter input[type="text"] {
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  width: 65%;
  float: left;
}
.page-front #newsletter input[type="submit"] {
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  background: transparent;
  color: #202020;
  font-size: 1.1em;
  border: 1px solid #172f5d;
  width: 33%;
  float: right;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
}
.page-front #newsletter input[type="submit"]:hover {
  background: #172f5d;
  color: #fff;
}
#privacy {
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0;
  background: #e0e0e0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 50px 0.5em 0;
}
#privacy p {
  color: #000;
  font-size: 0.9em;
  padding: 0 5%;
}
#privacy:before {
  content: '';
  display: block;
  float: left;
  width: 22px;
  padding-left: 5%;
  height: 45px;
  margin-right: 1.5em;
  background: url(../gfx/ico/cookie-ico.png) no-repeat 50% 50%;
}
#privacy .prvClose {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1.5em;
  color: #000;
  background: transparent;
  font-size: 0.9em;
  padding: 0 5%;
  margin-top: 20px;
  cursor: pointer;
  float: right;
  position: relative;
  top: 0;
  right: 0;
}
.newsletter-wrapper-part-outer {
  width: 100%;
}
.newsletter-wrapper-part {
  display: inline-block;
  vertical-align: middle;
}
#newsletter .formRow {
  text-align: justify;
  font-size: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
/*.langs{
    .de{
        display: none !important;
    }
}*/
body {
  font-family: proxima_nova_rgregular, verdana, arial, sans-serif;
  color: #000;
}
.box-search {
  border-bottom: 1px solid #fff !important;
}
#menu-top-wrapper {
  height: 40px;
  width: 100%;
  background: #202020;
}
.person-wrapper {
  width: 100%;
  height: 100%;
}
.menu-top {
  max-width: 960px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.menu-top .navigation {
  float: right;
}
.menu-top .navigation:nth-child(2) {
  padding-left: 0;
}
.menu-top .navigation:nth-child(2) li {
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  background: #172f5d;
}
.menu-top .navigation:nth-child(2) li:hover {
  background: #202020;
}
.menu-top .navigation:last-child {
  margin-right: 35px;
}
#topSearch {
  float: right;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  position: relative;
  height: 40px;
}
#topSearch #submit-label {
  display: none;
}
#topSearch #submit-element {
  float: left;
  margin: 0 0.5em;
}
#topSearch #submit-element input {
  width: 13px;
  height: 40px;
  border: none;
  background: transparent url(../gfx/ico/search-ico.png) no-repeat 0 50%;
  text-indent: -99999px;
}
#topSearch #submit-element:hover .formRow {
  z-index: 1;
  opacity: 1;
  transition: 0s;
}
#topSearch .formRow {
  float: right;
  top: 40px;
  position: absolute;
  left: -162px;
  z-index: -1;
  opacity: 0;
}
#topSearch .formRow input {
  border: none;
  height: 39px;
  padding: 0 1em;
  padding-right: 2em;
}
#topSearch .formRow:hover {
  z-index: 9999;
  opacity: 1;
}
#topSearch:hover #submit-element {
  position: relative;
  z-index: 3;
}
#topSearch:hover #submit-element input {
  background: transparent url(../gfx/ico/search-black-ico.png) no-repeat 0 50%;
}
#topSearch:hover .formRow {
  z-index: 9999;
  opacity: 1;
}
.page-front #slider .slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 520px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
}
.page-front #slider .slide .wrapper {
  max-width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 155px;
}
.page-front #slider .slide.slide-0 {
  background: transparent url(../gfx/top-slider/slider-img-0.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.page-front #slider .slide.slide-1 {
  background: transparent url(../gfx/top-slider/slider-img-1.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.page-front #slider .slide.slide-1-2 {
  background: transparent url(../gfx/top-slider/slider-img-1-2.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.page-front #slider .slide.slide-2 {
  background: transparent url(../gfx/top-slider/slider-img-2.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.page-front #slider .slide.slide-3 {
  background: transparent url(../gfx/top-slider/slider-img-3.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.page-front #slider .slide.slide-4 {
  background: transparent url(../gfx/top-slider/slider-img-4.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.page-front #slider .slide.slide-5 {
  background: transparent url(../gfx/top-slider/slider-img-5.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.page-front #slider .slide p {
  margin: 0.8em 0;
}
.page-front #slider .slide p:last-child {
  margin-top: 2em;
}
.page-front .top-wrapper {
  position: relative;
  min-height: 450px;
}
.page-front .slider-wrapper {
  z-index: 1;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.page-front .content-wrapper {
  margin-bottom: 3em;
}
.page-front .content-wrapper .columns {
  overflow: hidden;
}
.page-front .content-wrapper .columns .column-2-3 {
  width: 66.666% !important;
}
.page-front .content-wrapper .columns .column-3 {
  width: 33.333% !important;
}
#configurator {
  overflow: auto;
  clear: both;
  overflow: hidden;
  min-height: 90px;
  padding-top: 1.5em;
}
#configurator .formRow {
  width: 32%;
  float: left;
  margin-right: 0.5em;
}
#configurator .formRow input,
#configurator .formRow select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7f7f7f;
  height: 33px;
  color: #b3b3b3;
}
#configurator .formRow input {
  padding: 0 0.5em;
  font-size: 0.9em;
}
#configurator .formRow:nth-child(3) {
  margin-right: 0;
}
#configurator .buttonRow {
  margin-right: 5px;
  clear: both;
  float: right;
  margin-top: 1em;
}
#configurator .buttonRow p {
  padding-right: 30px;
  font-size: 1.1em;
  line-height: 1.1;
  margin: 0;
}
#configurator.quotation-configurator .formRow {
  width: 100%;
  margin-bottom: 1em;
  clear: both;
}
#configurator.quotation-configurator .buttonRow {
  margin-top: 0;
}
#configurator.quotation-configurator .buttonRow p {
  display: none;
}
.quotation-columns {
  padding: 2.5em 0.5em;
}
.quotation-columns .offer-menu {
  border: 1px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em !important;
}
.quotation-columns .columns {
  margin-bottom: 1.5em;
}
.quotation-columns .columns.columns-params {
  margin-bottom: 0;
}
.quotation-columns .columns.columns-params p {
  margin: 0.5em 0;
}
.quotation-columns .columns.columns-params:last-child {
  margin-bottom: 2em;
}
.valid-false-column {
  max-width: 575px;
  margin: 2em auto 2em auto;
  float: none !important;
}
.logo-wrapper a {
  display: block;
}
.logo-wrapper #tbi-logo {
  width: 100px;
  height: auto;
  /*background: url(../gfx/logo-bigger.png) no-repeat;*/
}
.logo-wrapper #tbi-logo.black {
  /*background: url(../gfx/logo-bigger-black.png) no-repeat;*/
}
.wrapper-top {
  min-height: 258px;
}
.wrapper-menu2 {
  max-width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  position: relative;
  height: 65px;
  /*padding-top: 25px;*/
  z-index: 3;
}
.wrapper-menu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  position: relative;
  height: 75px;
  padding-top: 10px;
  z-index: 3;
  padding-bottom: 30px;
  background-color: rgba(23, 47, 93, 0.5);
}
.navy-bg {
  /*overflow:hidden;*/
  padding: 15px 0;
  background-color: #172f5d;
  /*max-width: @wrapper-width;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  /*position: relative;*/
  /*height: 65px;*/
  /*padding-top: 25px;*/
  z-index: 3;
}
.slider-wrapper {
  position: absolute;
  top: 40px;
  width: 100%;
}
#top-image {
  height: 218px;
}
.serach-wrapper {
  width: 45px;
  float: right;
  margin-right: 10px;
}
.langs {
  position: relative;
  float: right;
  width: 40px;
  z-index: 9999;
  margin-right: 29px;
}
.langs .navigation {
  margin-left: 1em;
  position: absolute;
}
.langs .navigation li {
  width: 18px;
  background: transparent !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  behavior: url("/pie.htc");
  display: none;
}
.langs .navigation li.active {
  display: block;
}
.langs .navigation:hover li {
  display: block;
  background: #202020 !important;
}
.langs .navigation:hover li:hover {
  background: #172f5d !important;
}
.langs .navigation img {
  padding-top: 11px;
}
#topMenu {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}
#topMenu > li {
  float: left;
  padding: 1.25em 0.75em;
  margin-right: 1em;
}
#topMenu > li > a {
  display: block;
  font-family: proxima_nova_semibold;
  font-size: 1.125em;
  color: #fff;
  text-transform: uppercase;
}
#topMenu > li:last-child {
  margin-right: 0;
}
#topMenu > li.hasSub {
  position: relative;
}
#topMenu > li.hasSub .ul-container {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
  opacity: 0;
  position: absolute;
  margin-left: -12px;
  top: 61px;
  background: #fff;
  width: 750px;
  padding-right: 2.15em;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
  behavior: url("/pie.htc");
}
#topMenu > li.hasSub .ul-container ul {
  padding: 1.5em 2em 1.5em 2.15em;
  list-style-type: none;
  float: left;
}
#topMenu > li.hasSub .ul-container ul li {
  border-bottom: 1px solid #b3b3b3;
}
#topMenu > li.hasSub .ul-container ul li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  color: #000;
  text-wrap: none;
  font-family: proxima_nova_semibold;
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5em 0;
  min-width: 175px;
  background: url(../gfx/ico/button-arrow-black.png) no-repeat 100% 50%;
}
#topMenu > li.hasSub .ul-container ul li a:hover {
  color: #172f5d;
  background: url(../gfx/ico/button-arrow-red.png) no-repeat 100% 50%;
}
#topMenu > li.hasSub .ul-container ul li:last-child {
  border-bottom: none;
}
#topMenu > li.hasSub .ul-container .sec-menu-col {
  float: left;
  padding-left: 2.25em;
  padding-right: 0;
}
#topMenu > li.hasSub .ul-container .sec-menu-col:last-child li a {
  min-width: 225px;
}
#topMenu > li.hasSub:first-child {
  margin-left: 0.5em;
}
#topMenu > li.hasSub:nth-last-child(2) .ul-container {
  right: 0;
  width: 298px;
}
#topMenu > li.hasSub:last-child .ul-container {
  right: 0;
  width: 298px;
}
#topMenu > li.hasSub:last-child .ul-container li a {
  min-width: 230px;
}
#topMenu > li.hasSub:nth-child(3) .ul-container,
#topMenu > li.hasSub:nth-child(2) .ul-container {
  width: 245px;
}
#topMenu > li.hasSub:nth-child(4) .ul-container {
  width: 245px;
}
#topMenu > li.hasSub:nth-child(5):hover ul {
  display: none;
}
#topMenu > li.hasSub:hover .ul-container {
  display: block;
  opacity: 1;
}
#topMenu > li:hover {
  background: #fff;
}
#topMenu > li:hover a {
  color: #000;
}
#topMenu.black > li a {
  color: #000;
}
.configurator p {
  font-size: 0.85em;
}
.device-serive,
.check-offer {
  height: 150px;
  background: rgba(209, 0, 13, 0.9);
  background: -moz-linear-gradient(bottom, rgba(198, 0, 22, 0.9), rgba(225, 0, 0, 0.9));
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(198, 0, 22, 0.9)), to(rgba(225, 0, 0, 0.9)));
  background: -webkit-linear-gradient(bottom, rgba(198, 0, 22, 0.9), rgba(225, 0, 0, 0.9));
  background: -o-linear-gradient(bottom, rgba(198, 0, 22, 0.9), rgba(225, 0, 0, 0.9));
  background: linear-gradient(to top, rgba(198, 0, 22, 0.9), rgba(225, 0, 0, 0.9));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6c60016', endColorstr='#e6e10000', GradientType=0);
}
.contact,
.product,
.promition,
.offer,
.company {
  height: 300px;
  background-size: cover;
}
.product {
  background: url(../gfx/home-product-box.jpg) no-repeat;
}
.promition {
  background: -webkit-linear-gradient(135deg, #e0e0e0 0%, #f2f2f2 60%, #f2f2f2 100%);
  background: -moz-linear-gradient(135deg, #e0e0e0 0%, #f2f2f2 60%, #f2f2f2 100%);
  background: -ms-linear-gradient(135deg, #e0e0e0 0%, #f2f2f2 60%, #f2f2f2 100%);
  background: -o-linear-gradient(135deg, #e0e0e0 0%, #f2f2f2 60%, #f2f2f2 100%);
  background: linear-gradient(135deg, #e0e0e0 0%, #f2f2f2 60%, #f2f2f2 100%);
}
.offer {
  background: url(../gfx/skutecznecnc.jpg) no-repeat;
}
.offer.en {
  background: url(../gfx/home-offer-box.jpg) no-repeat;
}
.company {
  background: url(../gfx/parpas.jpg) no-repeat;
}
.yt-wrapper {
  background: #f5f5f5;
}
.yt-wrapper img.margin-top-big {
  margin-top: 2em;
}
.yt-wrapper #pager {
  margin-top: 2.5em;
  margin-left: 0.5em;
}
.yt-wrapper #pager a {
  display: block;
  margin-right: 0.5em;
  background: url("../gfx/ico/pager-ico.png") no-repeat;
  background-position: 50% 50%;
  height: 12px;
  width: 12px;
  float: left;
}
.yt-wrapper #pager a.selected {
  background: url("../gfx/ico/pager-active-ico.png") no-repeat;
  height: 12px;
  width: 12px;
  background-position: 50% 50%;
}
.yt-wrapper #pager a span {
  opacity: 0;
  display: inline-block;
  width: 15px;
}
.promotion {
  background: #e6e6e6;
  background: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf), to(#f1f1f1));
  background: -webkit-linear-gradient(bottom, #dfdfdf, #f1f1f1);
  background: -o-linear-gradient(bottom, #dfdfdf, #f1f1f1);
  background: linear-gradient(to top, #dfdfdf, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#fff1f1f1', GradientType=0);
}
.machine {
  background: #eaeaea;
  background: -moz-linear-gradient(bottom, #f1f1f1, #dfdfdf);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dfdfdf));
  background: -webkit-linear-gradient(bottom, #f1f1f1, #dfdfdf);
  background: -o-linear-gradient(bottom, #f1f1f1, #dfdfdf);
  background: linear-gradient(to top, #f1f1f1, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffdfdfdf', GradientType=0);
}
.square-ico {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.square-ico.red.left-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  behavior: url("/pie.htc");
  background: #172f5d url(../gfx/ico/button-arrow.png) no-repeat 50% 50%;
}
.square-ico.red.right-arrow {
  background: #172f5d url(../gfx/ico/button-arrow.png) no-repeat 50% 50%;
}
.square-ico.red.active.left-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  behavior: url("/pie.htc");
  background: #172f5d url(../gfx/ico/button-arrow.png) no-repeat 50% 50%;
}
.square-ico.red.active.right-arrow {
  background: #172f5d url(../gfx/ico/button-arrow.png) no-repeat 50% 50%;
}
.square-ico.red.h-opacity {
  opacity: 0.5;
}
.square-ico.black.left-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  behavior: url("/pie.htc");
  background: #b3b3b3 url(../gfx/ico/button-arrow.png) no-repeat 50% 50%;
}
.square-ico.black.right-arrow {
  background: #b3b3b3 url(../gfx/ico/button-arrow.png) no-repeat 50% 50%;
}
.square-ico.black.active.left-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  behavior: url("/pie.htc");
  background: #202020 url(../gfx/ico/button-arrow.png) no-repeat 50% 50%;
}
.square-ico.black.active.right-arrow {
  background: #202020 url(../gfx/ico/button-arrow.png) no-repeat 50% 50%;
}
.square-ico.black.h-opacity {
  opacity: 0.5;
}
.square-ico.dark-gray.arrow-up {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  behavior: url("/pie.htc");
  background: #202020 url(../gfx/ico/button-arrow.png) no-repeat 50% 50%;
}
.page-front .columns:last-child .column-3:first-child {
  border-left: 1px solid #f5f5f5;
}
.page-front .col-3 {
  position: relative;
  right: 0;
  top: -300px;
  margin-bottom: -300px;
  z-index: 1;
}
.page-front .col-3 p {
  margin: 0;
}
.page-front .col-3 p:last-child {
  margin-top: 1em;
}
.page-front .contact-wrapper {
  width: 100%;
  height: 100%;
  padding: 2em 6em 2em 2em;
}
.page-front .contact-wrapper p:last-child {
  margin-top: 1em;
}
.page-front .contact-wrapper > div {
  margin-top: 1em;
}
.page-front .contact-wrapper > div p {
  margin: 0 !important;
}
.page-front .contact-wrapper > div p.big {
  margin-bottom: 1em !important;
}
.page-front .promotion-slider-wrapper {
  position: relative;
}
.page-front .promotion-slider-wrapper .select-ico-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.page-front .promotion-slider-wrapper .machine-wrapper img {
  max-width: 330px;
  width: 100% !important;
}
.page-front .machine-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  background: #fff;
}
.page-front .yt-wrapper,
.page-front .knowledge-base,
.page-front .ask-expert {
  min-height: 306px;
}
.page-front .knowledge-base p.left,
.page-front .ask-expert p.left {
  margin-left: 2em;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.page-front .movie-wrapper {
  background: #fff;
}
.page-front .movie-title p {
  margin: 0;
  text-align: center;
  padding: 0.5em 0;
}
.page-front .wrapper-news {
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ebebeb 0%, rgba(231, 56, 39, 0) 30%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 235, 235, 0)), color-stop(30%, #e73827));
  background: -webkit-linear-gradient(top, #ebebeb 0%, rgba(231, 56, 39, 0) 30%);
  background: -o-linear-gradient(top, #ebebeb 0%, rgba(231, 56, 39, 0) 30%);
  background: -ms-linear-gradient(top, #ebebeb 0%, rgba(231, 56, 39, 0) 30%);
  background: linear-gradient(to bottom, #ebebeb 0%, rgba(231, 56, 39, 0) 30%);
}
.page-front .wrapper-news.pad-box {
  padding-top: 1em;
  padding-right: 1em;
}
.page-front .wrapper-news .news {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  padding-right: 0.7em;
  padding-left: 0.7em;
}
.page-front .wrapper-news .news:first-child {
  border-right: 2px solid #e9e9e9;
}
.page-front .wrapper-news .news .column-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.3em;
  padding-left: 0.3em;
}
.page-front .wrapper-news .news .column-2 .date {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-front .wrapper-news .news .column-2 .date p {
  margin: 0.5em 0.1em 0 0.1em;
  float: left;
  display: inline-block;
  font-size: 1.2em;
}
.page-front .wrapper-news .news .column-2 .date p:first-child {
  color: #172f5d;
  font-weight: bold;
}
.page-front .wrapper-news .news .column-2 .date p:nth-child(2) {
  font-weight: bold;
}
.page-front .wrapper-news .news .lead > p {
  font-size: 0.8em;
}
.page-front .wrapper-news .news .lead > p:first-child {
  margin-top: 0;
}
.page-front .wrapper-news .news .img-wrap img {
  display: block;
  float: none;
  height: auto;
  margin: 0 auto;
  max-height: 120px;
  max-width: 100%;
}
.page-front .news-full-wrapper {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  behavior: url("/pie.htc");
  position: absolute;
  top: 385px;
  left: -195px;
  z-index: 1;
  max-width: 305px;
  height: 105px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.page-front .news-full-wrapper .news {
  clear: both;
  margin-bottom: 2em;
}
.page-front .news-full-wrapper:hover {
  height: auto;
  left: 0;
}
.page-front .news-full-wrapper:hover .news {
  opacity: 1;
}
.page-front .news-ico {
  margin-bottom: 1em;
  width: 90px;
  height: 89px;
  background: #fff url(../gfx/ico/news-ico.png) no-repeat 50% 10px;
}
.page-front .news-ico p {
  margin: 0;
  padding-top: 60px;
}
.page-front .person-contact {
  display: none;
}
.page-front .person-contact p {
  margin: 0;
}
.page-front .person-contact p a {
  color: #000;
  font-family: proxima_nova_ltlight;
  font-size: 1.125em;
}
.page-front .person-contact p a:hover {
  color: #172f5d;
}
.page-front .person-contact p.big {
  margin-bottom: 1.625em;
}
.page-front .wrapper-info .column-3 {
  border-bottom: 1px solid #f5f5f5;
}
.wrapper-footer {
  width: 100%;
  background: #e0e0e0;
}
.fotter-content {
  box-sizing: border-box;
  max-width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875em 0;
  position: relative;
}
.fotter-content .nomonday {
  float: right;
}
.fotter-content .nomonday a {
  line-height: 20px;
  display: inline-block;
  float: right;
}
.fotter-content .social-ico {
  overflow: auto;
}
.fotter-content .fb-like,
.fotter-content .google-plus {
  float: right;
}
.fotter-content .contact-footer p {
  margin-bottom: 2em;
}
.fotter-content #go-top {
  position: absolute;
  right: -45px;
  bottom: 75px;
}
.fotter-content .fotter-menu-wrapper {
  overflow: visible;
}
.fotter-content .fotter-menu-wrapper .navigation {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.fotter-content .fotter-menu-wrapper .navigation li:hover {
  background: transparent;
}
.fotter-content .fotter-menu-wrapper .navigation > li {
  float: left;
  display: block;
  height: auto;
  /*                &:nth-child(3){
                                    position: absolute;
                                    top: 150px;
                                    left: 34.5%;
                                }*/
}
.fotter-content .fotter-menu-wrapper .navigation > li a {
  font-family: proxima_nova_rgbold;
  font-size: 0.813em;
  color: #202020;
  padding-bottom: 1.5em;
}
.fotter-content .fotter-menu-wrapper .navigation > li a:hover {
  color: #172f5d;
}
.fotter-content .fotter-menu-wrapper .navigation > li ul {
  list-style-type: none;
  padding: 0;
}
.fotter-content .fotter-menu-wrapper .navigation > li ul li {
  width: 33%;
  min-width: 120px;
  float: none;
  clear: both;
  padding: 0;
  height: auto;
  line-height: 1.5;
}
.fotter-content .fotter-menu-wrapper .navigation > li ul li a {
  color: #202020;
  font-family: proxima_nova_semibold;
  text-transform: none;
}
.fotter-content .fotter-menu-wrapper .navigation > li:hover {
  background: transparent;
  color: #172f5d;
}
.fotter-content .fotter-menu-wrapper .navigation > li:nth-child(4) {
  position: absolute;
  top: 0;
  left: 66%;
}
.fotter-content .fotter-menu-wrapper .navigation > li:nth-child(4) ul {
  display: none;
}
.fotter-content .fotter-menu-wrapper .navigation > li:nth-child(5) {
  position: absolute;
  top: 50px;
  left: 66%;
}
.fotter-content .fotter-menu-wrapper .navigation > li:nth-child(5) ul {
  display: none;
}
.fotter-content .fotter-menu-wrapper .navigation > li:nth-child(6) {
  position: absolute;
  top: 100px;
  left: 66%;
}
#sidebar-wrapper {
  float: right;
}
.sidebar {
  background: #202020;
}
.sidebar .navigation {
  padding: 1.625em 3.125em 3.125em 3.125em;
}
.sidebar .navigation li {
  float: none;
  padding: 0.5em 0 0.5em 1.5em;
  height: auto;
  line-height: 1;
}
.sidebar .navigation li a {
  color: #b3b3b3;
}
.sidebar .navigation li:hover {
  background: transparent url(../gfx/ico/left-red-arrow.png) no-repeat 0 50%;
}
.sidebar .navigation li:hover a {
  color: #fff;
}
.sidebar .navigation li.active {
  background: url(../gfx/ico/left-red-arrow.png) no-repeat 0 50%;
}
.sidebar .navigation li.active a {
  color: #fff;
}
.sidebar .menu-header {
  padding: 1.125em 3.125em 0 1.5em;
}
.page-header {
  position: absolute;
  top: -100px;
  left: 0;
  font-size: 3.125em;
}
.page-sub .content-wrapper {
  border-bottom: none;
}
.page-sub .main-content {
  margin-top: 3.125em;
  margin-bottom: 4em;
  position: relative;
  z-index: 2;
}
.page-sub .section-content {
  box-sizing: border-box;
  padding-right: 2em;
}
.module-news .columns-news {
  list-style-type: none;
  padding: 0;
}
.module-news .columns-news li {
  min-height: 95px;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
}
.module-news .columns-news li:last-child {
  margin-bottom: 0;
}
.module-news .columns-news li:nth-child(even) .image {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
.module-news .columns-news li:nth-child(even) .image .time {
  left: 205px;
}
.module-news .columns-news li:nth-child(even) .description {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 1.5em 0 0;
}
.module-news .columns-news li:last-child {
  border: none;
}
.module-news .columns-news .content-news {
  padding-left: 1.5em;
}
.module-news .columns-news .content-news .news-title {
  font-size: 1.3em;
}
.module-news .columns-news .content-news .news-title a {
  color: #202020;
}
.module-news .columns-news .content-news .news-title a:hover {
  color: #172f5d;
}
.module-news .columns-news .content-news .news-lead p {
  font-family: proxima_nova_rgregular;
  font-size: 0.875em;
  color: #202020;
}
.module-news .columns-news .content-news .news-lead:hover p {
  color: #172f5d;
}
.module-news .columns-news .column-time {
  width: 16%;
  float: left;
}
.module-news .columns-news .column-big {
  width: 84%;
  float: right;
}
.module-news .time {
  width: 95px;
  height: 95px;
  background: #fff;
  margin: 0 auto;
}
.module-news .time p {
  margin: 0;
  text-align: center;
  line-height: 1;
}
.module-news .time .day {
  padding-top: 0.3em;
  font-family: proxima_nova_rgbold;
  font-size: 2.375em;
  color: #172f5d;
}
.module-news .time .month {
  font-family: proxima_nova_rgbold;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #202020;
}
.module-news .time .year {
  font-family: proxima_nova_rgregular;
  font-size: 1.25em;
  color: #202020;
}
.module-news .relative {
  max-height: 300px;
  overflow: hidden;
}
.module-news .relative time {
  position: absolute;
  bottom: 0;
  left: 0;
}
.module-news .relative.content-wrapper {
  overflow: visible;
}
.module-news .news-body time {
  font-family: proxima_nova_semibold;
  color: #202020;
  text-transform: uppercase;
}
.module-news .news-body > h4 {
  margin: 1em 0;
}
.module-news .news-body .news-header-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.module-news .news-body .news-gallery {
  margin-top: 2em;
}
.module-news .news-body .news-gallery h5 {
  margin-bottom: 0.5em;
}
.module-news .news-body .button {
  margin-top: 2em;
  float: right;
  margin-right: 2em;
}
.module-news .news-body .news-text {
  box-sizing: border-box;
  padding-right: 2em;
}
.module-news.action-read .news-body img {
  max-width: 550px !important;
  height: auto !important;
}
.pagination-container {
  position: relative;
  margin: 6em 2em 0 0;
  text-align: center;
  overflow: auto;
  box-sizing: border-box;
  min-height: 32px;
}
.pagination-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0 3em;
  float: left;
  display: inline-block;
}
.pagination-container ul li {
  float: left;
  margin-right: 0.5em;
}
.pagination-container ul li a {
  display: block;
  padding: 5px 10px;
  color: #b3b3b3;
  border: 1px solid #fff;
}
.pagination-container ul li a.active {
  color: #172f5d;
  font-weight: bold;
  border: 1px solid #172f5d;
}
.pagination-container ul li a:hover {
  color: #172f5d;
  font-weight: bold;
  border: 1px solid #172f5d;
}
.pagination-container p {
  margin: 0;
  float: left;
  width: 30px;
  height: 30px;
  position: absolute;
}
.pagination-container p:first-child a,
.pagination-container p:last-child a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #172f5d;
}
.pagination-container p:first-child.disabled,
.pagination-container p:last-child.disabled {
  opacity: 0.3;
}
.pagination-container p:first-child {
  top: 0;
  left: 2px;
  background: url(../gfx/ico/left-red-arrow.png) no-repeat 50% 50%;
}
.pagination-container p:last-child {
  right: 2px;
  top: 0;
  background: url(../gfx/ico/button-arrow-red.png) no-repeat 50% 50%;
}
.page-11 .column-2.pad-box {
  padding-top: 2em;
}
.page-13 .section-content .columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 282px;
  overflow: hidden;
}
.page-13 .section-content .columns .column-2 p {
  margin: 0;
  line-height: 0;
}
.page-13 .section-content .columns .column-2 h2 span {
  font-size: 0.318em;
}
.page-13 .section-content .columns .column-2 img {
  width: 100% !important;
  height: auto !important;
}
.page-13 .section-content .columns .column-2 > div {
  position: relative;
  height: 283px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.188em 2.5em;
}
.page-13 .section-content .columns .column-2 > div p {
  line-height: 1;
}
.page-13 .section-content .columns .column-2 > div .v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-events .event-container .columns {
  max-width: 600px;
}
.module-events .event-container .column-3 {
  width: 37%;
}
.module-events .event-container .column-2-3 {
  width: 63%;
}
.module-events .event-container ul {
  margin-top: 1em;
}
.module-events .event-container ul li {
  padding-left: 1em;
  padding-bottom: 1em;
  font-family: proxima_nova_ltlight;
  font-size: 1.25em;
}
.module-events .hisotry-wrapper {
  position: relative;
  clear: both;
  margin-top: 3.5em;
}
.module-events .select-ico-wrapper {
  position: absolute;
  top: 50px;
  left: 177px;
}
.module-events .pager-container {
  overflow: auto;
  max-width: 585px;
  padding-left: 0;
  list-style-type: none;
  height: 70px;
  background: url(../gfx/ico/history-line.jpg) repeat-x 0 91%;
}
.module-events .pager-container li {
  float: left;
  padding-right: 0.4em;
  display: block;
  height: 100%;
  background: url(../gfx/ico/history-ico.png) no-repeat 50% 100%;
}
.module-events .pager-container li a {
  font-family: proxima_nova_ltlight;
  font-size: 1em;
  display: block;
  height: 100%;
  color: #202020;
}
.module-events .pager-container li a:hover {
  color: #172f5d;
}
.module-events .pager-container li:last-child {
  padding-right: 0;
}
.module-events .pager-container li.selected {
  background: url(../gfx/ico/history-red-ico.png) no-repeat 50% 100%;
}
.module-events .pager-container li:hover {
  background: url(../gfx/ico/history-red-ico.png) no-repeat 50% 100%;
}
.module-gallery .section-content .column {
  min-height: 320px;
}
.module-gallery .section-content .galerry-img-1 {
  background: url(../gfx/gallery-img-1.jpg) no-repeat;
  background-size: cover;
}
.module-gallery .section-content .gallery-img-2 {
  background: url(../gfx/gallery-img-2.jpg) no-repeat;
  background-size: cover;
}
.module-gallery .section-content .galerry-img-3 {
  background: url(../gfx/gallery-img-3.jpg) no-repeat;
  background-size: cover;
}
.module-gallery .section-content .album-mask {
  width: 100%;
  height: 100%;
  min-height: 320px;
  position: relative;
}
.module-gallery .section-content .album-mask.black {
  background: rgba(43, 43, 43, 0.8);
}
.module-gallery .section-content .album-mask.red {
  background: rgba(233, 0, 0, 0.8);
}
.module-gallery .section-content .album-mask .text-container {
  display: table-cell;
  vertical-align: middle;
  height: 320px;
}
.module-gallery .section-content .album-mask h4 {
  text-align: center;
  min-width: 305px;
  width: 100%;
  text-transform: uppercase;
}
.module-gallery .section-content .album-mask:hover .text-container {
  display: none;
}
.module-gallery .section-content .album-mask:hover .image-wrapper {
  display: block;
  max-height: 320px;
  overflow: hidden;
}
.module-gallery .section-content .album-mask:hover .image-wrapper .fancy {
  padding: 0.6em 0.5em 0 0;
  display: block;
  float: left;
}
.module-gallery .section-content .album-mask:hover .image-wrapper .fancy:nth-child(4n+4) {
  padding-right: 0;
}
.module-gallery .section-content .album-mask:hover .image-wrapper .fancy:nth-child(4n+1) {
  padding-left: 1em;
}
.acc-size {
  font-size: 1.125em;
}
.ui-accordion-header {
  cursor: pointer;
  margin-top: 2px;
  padding: 2em;
  padding-right: 6.25em;
  border-top: 4px solid #f5f5f5;
  border-left: 4px solid #f5f5f5;
  border-right: 4px solid #f5f5f5;
  background: #f5f5f5 url(../gfx/ico/plus.png) no-repeat 95% 40%;
  overflow: auto;
}
.ui-accordion-header .number {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  background: #b3b3b3;
  color: #fff;
  font-size: 1.375em;
  text-align: center;
  line-height: 45px;
  margin-right: 1.5em;
}
.ui-accordion-header-active {
  background: transparent url(../gfx/ico/minus.png) no-repeat 95% 40%;
}
.ui-accordion-header-active .number {
  background: #172f5d;
}
.ui-accordion-content {
  padding: 1.5em 2em 1.5em 0.5em;
  border-bottom: 4px solid #f5f5f5;
  border-left: 4px solid #f5f5f5;
  border-right: 4px solid #f5f5f5;
}
.ui-accordion-content ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 2em;
}
.ui-accordion-content ul li {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  overflow: visible;
  cursor: pointer;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
}
.ui-accordion-content ul li a {
  font-family: proxima_nova_rgregular;
  color: #202020;
  text-transform: uppercase;
  font-size: 0.8em;
}
.ui-accordion-content ul li a.bold {
  font-family: proxima_nova_rgbold;
}
.ui-accordion-content ul li.catwrapper {
  padding-left: 2em;
  cursor: inherit;
  font-size: 0.875em;
  font-family: proxima_nova_rgbold;
  text-transform: uppercase;
  background: transparent;
}
.ui-accordion-content ul li.catwrapper ul {
  padding: 1em 0;
}
.ui-accordion-content ul li.catwrapper ul li {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}
.ui-accordion-content ul li.catwrapper ul li a {
  font-family: proxima_nova_rgregular;
  color: #202020;
}
.ui-accordion-content ul li.catwrapper ul li a:hover {
  color: #172f5d;
}
.ui-accordion-content ul li ul {
  padding: 0.7em 0 0.7em 0;
}
.ui-accordion-content ul li ul li.lastcat {
  padding: 0 0 0 2em;
  position: relative;
  font-weight: normal;
  /*&:hover{
                            .tooltip{
                                display: block;
                                opacity: 1;
                                color: @black;
                            }
                        }*/
}
.ui-accordion-content ul li ul li.lastcat:hover {
  background: url(../gfx/ico/cat-li.gif) no-repeat 0 50%;
}
.ui-accordion-content ul li ul li.lastcat:hover a {
  color: #172f5d;
}
.ui-accordion-content ul li ul li.lastcat:hover .tooltip:not(:empty) {
  display: block;
  opacity: 1;
  color: #202020;
}
.ui-accordion-content ul li ul li.lastcat + .tooltipwrapper:not(.lastcat) {
  padding-top: 1em;
}
.ui-accordion-content ul li.lastcat {
  position: relative;
}
.ui-accordion-content ul li.lastcat:hover a {
  color: #172f5d;
}
.ui-accordion-content ul li.lastcat:hover .tooltip:not(:empty) {
  display: block;
  opacity: 1;
  color: #202020;
}
.ui-accordion-content ul li.first-level:not(.lastcat).tooltipwrapper:hover > .tooltip:not(:empty) {
  display: block;
  opacity: 1;
  color: #202020;
}
.ui-accordion-content ul li.first-level:not(.lastcat).tooltipwrapper:hover > .tooltip:not(:empty).child-hover {
  display: none;
  opacity: 0;
}
.ui-accordion-content#ui-id-10 ul li.lastcat {
  font-weight: bold;
}
.ui-accordion-content#ui-id-10 ul li.lastcat:hover a {
  color: #172f5d;
}
.ui-accordion-content#ui-id-10 ul li.lastcat + .tooltipwrapper:not(.lastcat) {
  margin-top: 2em;
}
.ui-accordion-content#ui-id-10 ul li ul li.lastcat {
  font-weight: normal;
}
.tooltip {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  padding: 1em;
  font-weight: normal;
  border: 1px solid #000;
  display: none;
  opacity: 0;
  position: absolute;
  width: 600px;
  height: auto;
  top: -25px;
  right: 215px;
  background: #fff url(../gfx/ico/arrow-tooltip.png) no-repeat 105% 0;
  text-transform: none;
}
.tooltip h5 {
  font-size: 1.375em;
}
.tooltip p {
  font-size: 0.9em;
}
.tooltip .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
}
.tooltip .column:last-child {
  padding-right: 0;
}
.tooltip .red-circle {
  list-style-type: none;
}
.tooltip .red-circle li {
  font-size: 0.9em;
  padding: 0.2em 0 0.2em 0.7em;
  background: url(../gfx/ico/red-disc.png) no-repeat 0 9px;
}
.module-faq .faq-sidebar {
  margin: 1.25em 0;
  width: 100%;
  background: #b3b3b3;
}
.module-faq .contact-us {
  background: #172f5d url(../gfx/contact-woman.png) no-repeat 100% 100%;
  width: 100%;
  min-height: 290px;
}
.module-faq .contact-us .button {
  margin-top: 1em;
}
.module-faq .ui-accordion-content {
  padding-left: 2em;
}
.ico-pdf {
  display: block;
  float: right;
  width: 15px;
  height: 16px;
  background: url(../gfx/ico/pdf-ico.png) no-repeat;
}
.module-download .section-content {
  padding-left: 1em;
}
.module-jobs .section-content .column-3 {
  float: right !important;
}
.module-jobs .section-content .sidebar-list {
  background: #202020;
}
.module-jobs .section-content .sidebar-list .jobs-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.module-jobs .section-content .sidebar-list .jobs-list li {
  cursor: pointer;
  padding: 1.5em;
  box-sizing: border-box;
}
.module-jobs .section-content .sidebar-list .jobs-list li p {
  margin: 0;
}
.module-jobs .section-content .sidebar-list .jobs-list li.active {
  background: #fff;
}
.module-jobs .section-content .sidebar-list .jobs-list li.active p {
  color: #202020;
}
.module-jobs .section-content .margin-bottom-big {
  margin-bottom: 3em !important;
}
.module-jobs .section-content .content-offer h5 {
  font-family: proxima_nova_semibold;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #202020;
  margin-top: 2em;
}
.module-jobs .section-content .content-offer ul {
  list-style-type: none;
  padding-left: 0;
}
.module-jobs .section-content .content-offer ul li {
  padding-bottom: 0.3em;
  padding-left: 1.2em;
  background: url(../gfx/ico/red-disc.png) no-repeat 5px 9px;
}
.module-jobs .section-content .work-img {
  background: url(../gfx/work-img.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
}
.module-jobs .section-content .document-wrapper {
  margin-top: 4em;
}
.module-jobs .section-content .document-wrapper p {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  float: left;
  display: inline-block;
  padding-right: 25px;
  margin-right: 3em;
  cursor: pointer;
}
.module-jobs .section-content .document-wrapper p.print {
  background: url(../gfx/ico/print-ico.png) no-repeat 100% 50%;
}
.module-jobs .section-content .document-wrapper p.pdf {
  background: url(../gfx/ico/gen-pdf-ico.png) no-repeat 100% 50%;
}
.module-jobs .section-content .document-wrapper p.pdf a {
  color: #202020;
}
.module-jobs .section-content .document-wrapper p:hover {
  color: #172f5d;
}
.module-jobs .section-content .document-wrapper p:hover a {
  color: #172f5d;
}
.layout-kontakt .contact-info {
  margin-bottom: 3.5em;
}
.layout-kontakt .contact-info .column {
  height: 85px;
  border: 1px solid #e1e1e1;
}
.layout-kontakt .contact-info .column.pad-box {
  padding: 1.4em 2.5em !important;
}
.layout-kontakt .contact-info .column a {
  font-size: 1.375em;
  color: #202020;
  line-height: 40px;
  padding-left: 1em;
}
.layout-kontakt .contact-info .column a:hover {
  color: #172f5d;
}
.layout-kontakt .contact-info .column p {
  font-size: 1.375em;
  color: #202020;
  line-height: 40px;
  margin: 0;
  padding-left: 3em;
}
.layout-kontakt .contact-info .column:first-child {
  border-right: 1px solid #efefef;
}
.layout-kontakt .contact-info .column:last-child {
  border-left: 1px solid #efefef;
}
.layout-kontakt .contact-form {
  box-sizing: border-box;
  padding: 0;
}
.layout-kontakt .contact-form .contact-address-wrapper {
  background: rgba(23, 47, 93, 0.8);
  height: 320px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.layout-kontakt .contact-form .G-map {
  position: relative;
  z-index: 40;
}
.layout-kontakt .contact-form .direction-arrow {
  background: url(../gfx/contact-arrow.png) no-repeat 50% 50%;
  height: 23px;
  position: absolute;
  top: 320px;
  width: 100%;
  z-index: 50;
  left: 0;
}
.layout-kontakt .contact-form h2 {
  margin-bottom: 1.5em;
}
.layout-kontakt .contact-form p {
  margin: 0.5em 0;
}
.layout-kontakt .contact-form .contact-info-wrapper {
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 2em 0 3em 2em;
  margin-top: 2.55em;
  height: 320px;
}
.layout-kontakt .contact-form .contact-info-wrapper .column {
  padding-right: 2em;
}
.layout-kontakt .contact-form .contact-info-wrapper .column:last-child {
  padding-right: 0;
}
.layout-kontakt .contact-form .contact-info-wrapper .uppercase {
  margin-bottom: 2em;
}
.layout-kontakt .contact-form .contact-info-wrapper .small {
  margin-bottom: 1em;
}
.layout-kontakt .contact-form .contact-info-wrapper .small a {
  color: #202020;
}
.layout-kontakt .contact-form .contact-info-wrapper .small a:hover {
  color: #172f5d;
}
.layout-kontakt .seller-wrapper {
  box-sizing: border-box;
  padding: 5em 2em;
}
.layout-kontakt .seller-wrapper .title-seller {
  margin-bottom: 1.5em;
}
.layout-kontakt .seller-wrapper .columns {
  margin-bottom: 3em;
}
.layout-kontakt .seller-wrapper .columns:last-child {
  margin-bottom: 0;
}
.layout-kontakt .seller-wrapper .column-3 {
  box-sizing: border-box;
  padding-right: 2em;
}
.layout-kontakt .seller-wrapper .column-3 p {
  margin: 0;
  line-height: 1.2;
}
.layout-kontakt .seller-wrapper .column-3 p.woj {
  margin-top: 1.5em;
}
.layout-kontakt .seller-wrapper .column-3 p a {
  color: #202020;
  font-size: 1.1em;
}
.layout-kontakt .seller-wrapper .column-3 p a:hover {
  color: #172f5d;
}
.layout-kontakt .seller-wrapper .column-3:last-child {
  padding-right: 0;
}
.contact-form-wrapper {
  padding: 2.5em;
}
#contactForm .two-col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 0.9em;
}
#contactForm .two-col:nth-child(2n+1) {
  padding-right: 1.5em;
}
#contactForm input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #d7d7d7;
  border-bottom: 2px solid #ececec;
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: proxima_nova_rgregular;
}
#contactForm #message {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-bottom: 2px solid #ececec;
  height: 90px;
  padding: 1em;
}
#contactForm .contact-button {
  margin-top: 0.9em;
  float: right;
}
#contactForm .contact-button input {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  width: 180px;
  height: 40px;
  background: transparent url(../gfx/ico/button-arrow-red.png) no-repeat 90% 50%;
  border: 1px solid #172f5d;
  text-align: left;
  padding: 0 1em;
  color: #172f5d;
}
#contactForm .contact-button input:hover {
  background: transparent url(../gfx/ico/button-arrow-black.png) no-repeat 90% 50%;
  color: #202020;
  border: 1px solid #202020;
}
#contactForm .errors li {
  color: #172f5d;
}
.layout-serwis #bookmarks > ul > li:first-child a {
  background: url(../gfx/ico/tools-gray.png) no-repeat 10% 50%;
}
.layout-serwis #bookmarks > ul > li:first-child.ui-state-active a {
  background: url(../gfx/ico/tools.png) no-repeat 10% 50%;
  color: #000;
}
.layout-serwis #bookmarks > ul > li:nth-child(2) a {
  background: url(../gfx/ico/comp-gray.png) no-repeat 5% 50%;
  padding-left: 2em;
}
.layout-serwis #bookmarks > ul > li:nth-child(2).ui-state-active a {
  background: url(../gfx/ico/comp.png) no-repeat 5% 50%;
  color: #000;
}
.layout-serwis .tab-content {
  padding: 0 2em;
}
.layout-serwis .tab-content .columns {
  box-sizing: border-box;
  overflow: hidden;
}
.layout-serwis .comments-content {
  position: relative;
}
.layout-serwis .comments-content .button {
  position: absolute;
  top: -70px;
  font-size: 0.875em;
  left: 0;
  padding: 0 0.5em;
  padding-right: 2em;
  height: 28px;
  line-height: 28px;
}
.layout-serwis .comments-content .button:first-letter {
  text-transform: uppercase;
}
.layout-serwis #tab-usluga-serwisowa-oprogramowania .label-column .company-data {
  height: 70px;
}
.layout-serwis #tab-usluga-serwisowa-oprogramowania .label-column .instlation-address {
  height: 135px;
}
.layout-serwis #tab-usluga-serwisowa-oprogramowania .label-column .machine-fault {
  height: 240px;
}
.layout-serwis #tab-usluga-serwisowa-oprogramowania .label-column .person-data {
  height: 265px;
}
.layout-serwis .label-column .company-data {
  height: 70px;
}
.layout-serwis .label-column .instlation-address {
  height: 137px;
}
.layout-serwis .label-column .machine-fault {
  height: 300px;
}
.layout-serwis .label-column .person-data {
  height: 265px;
}
.green-check {
  list-style-type: none;
  padding: 0;
}
.green-check li {
  padding: 0.5em 0;
  padding-left: 2em;
  background: url(../gfx/ico/green-check.png) no-repeat 0 10px;
  text-align: left;
}
.checkbox {
  width: 48%;
  display: inline-block;
  padding: 1%;
}
.checkbox .hint {
  color: #333333;
}
#seriveForm,
#ServiceSoftwareForm {
  overflow: hidden;
}
#seriveForm .display-group,
#ServiceSoftwareForm .display-group {
  margin-bottom: 1.5em;
  overflow: auto;
}
#seriveForm .formRow,
#ServiceSoftwareForm .formRow {
  overflow: auto;
  width: 100%;
}
#seriveForm .formRow.file input,
#ServiceSoftwareForm .formRow.file input {
  float: right;
  border: none;
  height: 30px;
  background: transparent;
  width: 280px;
}
#seriveForm .formRow.filePlus button,
#ServiceSoftwareForm .formRow.filePlus button {
  float: right;
}
#seriveForm .formRow #submit,
#ServiceSoftwareForm .formRow #submit {
  width: 160px;
  height: 30px;
  border: 1px solid #172f5d;
  line-height: 25px;
  float: right;
  text-transform: none;
  text-align: left;
  background: transparent url(../gfx/ico/button-arrow-red.png) no-repeat 90% 50%;
  color: #172f5d;
}
#seriveForm .formRow #submit:hover,
#ServiceSoftwareForm .formRow #submit:hover {
  border: 1px solid #000;
  background: transparent url(../gfx/ico/button-arrow-black.png) no-repeat 90% 50%;
  color: #000;
}
#seriveForm .checkbox input,
#ServiceSoftwareForm .checkbox input {
  width: auto;
  width: 10%;
  height: 20px;
  float: left;
}
#seriveForm .checkbox label,
#ServiceSoftwareForm .checkbox label {
  width: 90%;
  float: right;
}
#seriveForm .formRow:not(two-col),
#ServiceSoftwareForm .formRow:not(two-col) {
  margin-bottom: 1.5em;
}
#seriveForm .two-col,
#ServiceSoftwareForm .two-col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}
#seriveForm .two-col:nth-child(2n+1),
#ServiceSoftwareForm .two-col:nth-child(2n+1) {
  padding-right: 1.5em;
}
#seriveForm input,
#ServiceSoftwareForm input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #d7d7d7;
  border-bottom: 2px solid #ececec;
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: proxima_nova_rgregular;
}
#seriveForm #message,
#ServiceSoftwareForm #message {
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  border: 1px solid #d7d7d7;
  border-bottom: 2px solid #ececec;
  height: 90px;
  padding: 1em;
}
#seriveForm .contact-button,
#ServiceSoftwareForm .contact-button {
  margin-top: 0.9em;
  float: right;
}
#seriveForm .contact-button input,
#ServiceSoftwareForm .contact-button input {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  width: 180px;
  height: 40px;
  background: transparent url(../gfx/ico/button-arrow-red.png) no-repeat 90% 50%;
  border: 1px solid #172f5d;
  text-align: left;
  padding: 0 1em;
  color: #172f5d;
}
#seriveForm .contact-button input:hover,
#ServiceSoftwareForm .contact-button input:hover {
  background: transparent url(../gfx/ico/button-arrow-black.png) no-repeat 90% 50%;
  color: #202020;
  border: 1px solid #202020;
}
#seriveForm .errors li,
#ServiceSoftwareForm .errors li {
  color: #172f5d;
}
.page-search .slide {
  height: 218px;
}
.page-search .wrapper-breadcrumbs {
  display: none;
}
.page-search .box-search {
  margin-top: 2em;
  overflow: auto;
}
.page-search .column-2-3 {
  width: 100%;
}
.default-subpage .wrapper-breadcrumbs {
  display: none;
}
.default-subpage #sidebar-wrapper {
  display: none;
}
.default-subpage .content-wrapper .section-content {
  width: 100%;
}
.default-subpage #seriveForm {
  margin-top: 2em;
}
.default-subpage section.bg-white {
  margin: 2em 0;
}
.module-realizations .section-content {
  padding-right: 0;
}
.module-realizations .column-province {
  width: 17%;
}
.module-realizations .column-province p {
  margin: 0;
}
.module-realizations .province-select-wrapper {
  padding-left: 1.5em;
  padding-right: 2.5em;
  width: 58%;
}
.module-realizations .province-info-wrapper h2 {
  font-size: 2.1em;
}
.module-realizations .number-of-realizations {
  width: 25%;
}
.module-realizations .number-of-realizations p {
  margin: 0;
}
.module-realizations .section-content > .columns {
  clear: both;
  z-index: 1;
}
.module-realizations .section-content > .columns:first-child {
  padding-bottom: 2em;
  min-height: 80px;
  overflow: visible;
  z-index: 2;
}
.module-realizations .section-content > .columns:nth-child(2) {
  padding-top: 3em;
  border-top: 1px solid #f5f5f5;
}
.module-realizations .section-content > .columns:nth-child(2) .column-2:first-child {
  width: 45%;
}
.module-realizations .section-content > .columns:nth-child(2) .column-2:last-child {
  width: 55%;
}
.module-realizations .province-select {
  max-width: 460px;
  width: 100%;
  height: 45px;
  overflow: visible;
  position: relative;
  border: 1px solid #b3b3b3;
  background: url(../gfx/ico/select-arrow.png) no-repeat 95% 50%;
  cursor: pointer;
}
.module-realizations .province-select ul {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 1.125em;
  font-family: proxima_nova_semibold;
  text-transform: uppercase;
  list-style-type: none;
}
.module-realizations .province-select ul li {
  height: 45px;
  line-height: 45px;
  padding-left: 1em;
  display: none;
  opacity: 0;
}
.module-realizations .province-select ul li a {
  color: #202020;
  transition: none;
}
.module-realizations .province-select ul li a:hover {
  color: #172f5d;
}
.module-realizations .province-select ul li.active {
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.module-realizations .province-select.hover {
  border: none;
}
.module-realizations .province-select.hover ul {
  background: #fff url(../gfx/ico/select-arrow.png) no-repeat 95% 17px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #b3b3b3;
}
.module-realizations .province-select.hover ul li {
  height: 25px;
  line-height: 25px;
  display: block;
  opacity: 1;
}
.module-realizations .province-select.hover ul li.active {
  position: relative;
}
.module-realizations .province-select.hover ul li:first-child {
  padding-top: 10px;
}
.module-realizations .province-select.hover ul li:last-child {
  padding-bottom: 10px;
}
.module-realizations .number-red {
  font-size: 2em;
  color: #172f5d;
}
.module-realizations .number-small {
  font-family: proxima_nova_semibold;
}
.module-realizations .size105 {
  font-size: 1.05em;
}
.module-realizations .province-content {
  display: none;
}
.module-realizations .province-content.active {
  display: block;
}
.module-realizations .province-content .columns {
  padding: 0.5em 0;
}
.module-realizations .fotter-realizations {
  height: 184px;
  width: 100%;
  background: url(../gfx/fotter-realizations.jpg) no-repeat;
  background-size: cover;
}
.module-realizations .fotter-realizations h2 {
  line-height: 184px;
}
#referenceslider {
  margin: 2em auto 2em auto;
}
.column-reference {
  position: relative;
}
.column-reference #prev-ref {
  position: absolute;
  top: 50%;
  left: 0;
}
.column-reference #next-ref {
  position: absolute;
  top: 50%;
  right: 0;
}
.reference {
  width: 100%;
  overflow: auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 960px;
  padding: 0 6em;
}
.reference .reference-content p {
  text-align: center;
}
.module-catalog .section-content,
.module-index .section-content {
  overflow: hidden;
}
.module-catalog .tbi-tools-content,
.module-index .tbi-tools-content {
  background: url(../gfx/frez.jpg) no-repeat;
  background-size: cover;
}
.module-catalog .opis-wrapper,
.module-index .opis-wrapper {
  overflow: hidden;
}
.module-catalog .opis-wrapper ul,
.module-index .opis-wrapper ul {
  list-style-type: none;
  padding-left: 0.5em;
}
.module-catalog .opis-wrapper ul li,
.module-index .opis-wrapper ul li {
  padding-left: 1em;
  background: url(../gfx/ico/red-disc.png) no-repeat 0% 7px;
}
.module-catalog .Cat-title,
.module-index .Cat-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2em;
}
.module-catalog .cat-description,
.module-index .cat-description {
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5em;
}
.module-catalog .cat-description p,
.module-index .cat-description p {
  font-size: 0.9em;
  color: #202020;
}
.module-catalog .person-wrapper,
.module-index .person-wrapper {
  min-height: 160px;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module-catalog .person-contact,
.module-index .person-contact {
  display: none;
}
.module-catalog .person-contact h4,
.module-index .person-contact h4 {
  margin-bottom: 0.5em;
}
.module-catalog .columns-prom-storage,
.module-index .columns-prom-storage {
  padding-top: 2em;
}
.module-catalog .offer-menu,
.module-index .offer-menu {
  float: right;
}
.module-catalog .offer-columns,
.module-index .offer-columns {
  overflow: visible;
  position: relative;
  z-index: 50;
}
.module-catalog #acc-oferta,
.module-index #acc-oferta {
  margin-top: 3em;
}
.module-catalog #acc-oferta .ui-accordion-header,
.module-index #acc-oferta .ui-accordion-header {
  font-size: 1.2em;
  padding: 0.75em;
  padding-right: 3.5em;
  text-transform: uppercase;
  background: #f5f5f5 url(../gfx/ico/acc-plus.png) no-repeat 95% 25%;
  border-left: 10px solid #f5f5f5;
  border-top: 10px solid #f5f5f5;
  border-right: 10px solid #f5f5f5;
}
.module-catalog #acc-oferta .ui-accordion-header .minus,
.module-index #acc-oferta .ui-accordion-header .minus {
  display: none;
}
.module-catalog #acc-oferta .ui-accordion-header-active,
.module-index #acc-oferta .ui-accordion-header-active {
  background: #2b2b2b url(../gfx/ico/acc-minus.png) no-repeat 95% 45%;
  border-left: 10px solid #2b2b2b;
  border-top: 10px solid #2b2b2b;
  border-right: 10px solid #2b2b2b;
  color: #fff;
}
.module-catalog #acc-oferta .ui-accordion-header-active .plus,
.module-index #acc-oferta .ui-accordion-header-active .plus {
  display: none;
}
.module-catalog #acc-oferta .ui-accordion-header-active .minus,
.module-index #acc-oferta .ui-accordion-header-active .minus {
  display: block;
}
.module-catalog #acc-oferta .ui-accordion-header-active i.ico,
.module-index #acc-oferta .ui-accordion-header-active i.ico {
  margin-left: 0;
  width: 25px;
  height: 26px;
  display: blokc;
  float: left;
  margin-top: -4px;
}
.module-catalog #acc-oferta .ui-accordion-header-active i.ico-hsm,
.module-index #acc-oferta .ui-accordion-header-active i.ico-hsm {
  background: url(/Media/files/ikony-menu-oferta/ico-hsm-w.png) no-repeat 5% 50%;
}
.module-catalog #acc-oferta .ui-accordion-header-active i.ico-frez,
.module-index #acc-oferta .ui-accordion-header-active i.ico-frez {
  background: url(/Media/files/ikony-menu-oferta/ico-frez-w.png) no-repeat 5% 50%;
}
.module-catalog #acc-oferta .ui-accordion-header-active i.ico-toka,
.module-index #acc-oferta .ui-accordion-header-active i.ico-toka {
  background: url(/Media/files/ikony-menu-oferta/ico-toka-w.png) no-repeat 5% 50%;
}
.module-catalog #acc-oferta .ui-accordion-header-active i.ico-wyta,
.module-index #acc-oferta .ui-accordion-header-active i.ico-wyta {
  background: url(/Media/files/ikony-menu-oferta/ico-wyta-w.png) no-repeat 5% 50%;
}
.module-catalog #acc-oferta .ui-accordion-header-active i.ico-narz,
.module-index #acc-oferta .ui-accordion-header-active i.ico-narz {
  background: url(/Media/files/ikony-menu-oferta/ico-narz-w.png) no-repeat 5% 50%;
}
.module-catalog #acc-oferta .ui-accordion-header-active i.ico-obr,
.module-index #acc-oferta .ui-accordion-header-active i.ico-obr {
  background: url(/Media/files/ikony-menu-oferta/ico-obr-w.png) no-repeat 5% 50%;
}
.module-catalog #acc-oferta .ui-accordion-header-active i.ico-obrspec,
.module-index #acc-oferta .ui-accordion-header-active i.ico-obrspec {
  background: url(/Media/files/ikony-menu-oferta/ico-obrspec-w.png) no-repeat 5% 50%;
}
.module-catalog #acc-oferta .ui-accordion-header-active i.ico-szkol,
.module-index #acc-oferta .ui-accordion-header-active i.ico-szkol {
  background: url(/Media/files/ikony-menu-oferta/ico-szkol-w.png) no-repeat 5% 50%;
}
.module-catalog #acc-oferta .ui-accordion-content,
.module-index #acc-oferta .ui-accordion-content {
  border-left: 10px solid #f5f5f5;
  border-bottom: 10px solid #f5f5f5;
  border-right: 10px solid #f5f5f5;
}
.module-catalog i.ico,
.module-index i.ico {
  margin-left: 0;
  width: 25px;
  height: 26px;
  display: blokc;
  float: left;
  margin-top: -4px;
}
.module-catalog i.ico-hsm,
.module-index i.ico-hsm {
  background: url(/Media/files/ikony-menu-oferta/ico-hsm.png) no-repeat 5% 50%;
}
.module-catalog i.ico-frez,
.module-index i.ico-frez {
  background: url(/Media/files/ikony-menu-oferta/ico-frez.png) no-repeat 5% 50%;
}
.module-catalog i.ico-toka,
.module-index i.ico-toka {
  background: url(/Media/files/ikony-menu-oferta/ico-toka.png) no-repeat 5% 50%;
}
.module-catalog i.ico-wyta,
.module-index i.ico-wyta {
  background: url(/Media/files/ikony-menu-oferta/ico-wyta.png) no-repeat 5% 50%;
}
.module-catalog i.ico-narz,
.module-index i.ico-narz {
  background: url(/Media/files/ikony-menu-oferta/ico-narz.png) no-repeat 5% 50%;
}
.module-catalog i.ico-obr,
.module-index i.ico-obr {
  background: url(/Media/files/ikony-menu-oferta/ico-obr.png) no-repeat 5% 50%;
}
.module-catalog i.ico-obrspec,
.module-index i.ico-obrspec {
  background: url(/Media/files/ikony-menu-oferta/ico-obrspec.png) no-repeat 5% 50%;
}
.module-catalog i.ico-szkol,
.module-index i.ico-szkol {
  background: url(/Media/files/ikony-menu-oferta/ico-szkol.png) no-repeat 5% 50%;
}
.module-catalog .columns-contact.cad-cam-hide,
.module-index .columns-contact.cad-cam-hide {
  padding-top: 1.5em;
}
.module-catalog .column-person-contact,
.module-index .column-person-contact {
  min-height: 290px;
  background: url(../gfx/offer-contact.jpg) no-repeat;
  background-size: cover;
  width: 67%;
}
.module-catalog .column-person-contact .person-contact,
.module-index .column-person-contact .person-contact {
  min-height: 290px;
}
.module-catalog .column-person-contact .person-contact > p,
.module-index .column-person-contact .person-contact > p {
  margin: 0;
}
.module-catalog .column-person-contact .person-contact > p a,
.module-index .column-person-contact .person-contact > p a {
  font-size: 1em;
  color: #202020;
}
.module-catalog .column-person-contact .person-contact > p a:hover,
.module-index .column-person-contact .person-contact > p a:hover {
  color: #172f5d;
}
.module-catalog .column-promotion,
.module-index .column-promotion {
  min-height: 290px;
  background: url(../gfx/offer-promotion.jpg) no-repeat;
  background-size: cover;
  padding: 2.5em;
}
.module-catalog .columns-usefull-link,
.module-index .columns-usefull-link {
  border: 1px solid #f5f5f5;
  padding: 2.5em !important;
}
.module-catalog .tbi-tools-wrapper,
.module-index .tbi-tools-wrapper {
  background: url(../gfx/tbi-tools-bg.jpg) no-repeat;
  background-size: cover;
}
.module-catalog .column-promotion-2-3,
.module-index .column-promotion-2-3 {
  background: url(../gfx/promotion-big-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 290px;
  padding: 2.5em !important;
  width: 67%;
}
.module-catalog .column-promotion-2-3 .column-3,
.module-index .column-promotion-2-3 .column-3 {
  padding: 0 0.5em;
}
.module-catalog .column-promotion-2-3 .column-3:first-child,
.module-index .column-promotion-2-3 .column-3:first-child {
  padding-left: 0;
}
.module-catalog .column-promotion-2-3 .column-3:last-child,
.module-index .column-promotion-2-3 .column-3:last-child {
  padding-right: 0;
}
.module-catalog .column-promotion-2-3 .column-3-promotion,
.module-index .column-promotion-2-3 .column-3-promotion {
  padding-top: 0;
}
.module-catalog .column-storage-3,
.module-index .column-storage-3 {
  background: url(../gfx/storage-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 290px;
  padding: 2.5em !important;
  padding-right: 1em !important;
}
.module-catalog .column-offer .columns .column-3.column-product-item,
.module-index .column-offer .columns .column-3.column-product-item {
  padding-right: 2em;
}
.module-catalog .column-offer .columns .column-3.column-product-item:last-child,
.module-index .column-offer .columns .column-3.column-product-item:last-child {
  padding-right: 0;
}
.module-catalog .column-offer > .columns,
.module-index .column-offer > .columns {
  margin-bottom: 2.5em;
}
.module-catalog .column-offer > .columns:last-child,
.module-index .column-offer > .columns:last-child {
  margin-bottom: 0;
}
.module-catalog.action-product .column-descritpion-product,
.module-index.action-product .column-descritpion-product {
  float: right;
  padding-left: 3em;
}
.module-catalog.action-product .column-gallery-product,
.module-index.action-product .column-gallery-product {
  overflow: auto;
  float: left;
}
.module-catalog.action-product .carousel-wrapper,
.module-index.action-product .carousel-wrapper {
  position: relative;
}
.module-catalog.action-product .carousel-wrapper .caroufredsel_wrapper:first-of-type,
.module-index.action-product .carousel-wrapper .caroufredsel_wrapper:first-of-type {
  border: 1px solid #b3b3b3;
}
.module-catalog.action-product .carousel-wrapper .caroufredsel_wrapper:last-of-type,
.module-index.action-product .carousel-wrapper .caroufredsel_wrapper:last-of-type {
  min-height: 97px;
  height: 100% !important;
}
.module-catalog.action-product #carousel-product-image img,
.module-index.action-product #carousel-product-image img {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.module-catalog.action-product .select-ico-wrapper,
.module-index.action-product .select-ico-wrapper {
  position: absolute;
  top: 0;
  right: 37px;
}
.module-catalog.action-product .img-slide,
.module-index.action-product .img-slide {
  float: left;
  overflow: auto;
}
.module-catalog.action-product #pager,
.module-index.action-product #pager {
  overflow: hidden;
  max-width: 427px;
  min-height: 97px !important;
}
.module-catalog.action-product #pager .pager-img,
.module-index.action-product #pager .pager-img {
  max-width: 106px !important;
}
.module-catalog.action-product .pager-img,
.module-index.action-product .pager-img {
  cursor: pointer;
  float: left;
}
.module-catalog.action-product .pager-img img,
.module-index.action-product .pager-img img {
  border: 1px solid #b3b3b3;
  display: block;
  margin: 0;
  padding: 0;
}
.module-catalog.action-product .product-dostepny,
.module-index.action-product .product-dostepny {
  display: inline-block;
  padding-right: 1.5em;
  background: url(../gfx/ico/prod-check.png) no-repeat 100% 50%;
}
.module-catalog.action-product .magazine-status,
.module-index.action-product .magazine-status {
  margin-top: 1.5em;
}
.module-catalog.action-product .magazine-status .column-3 p,
.module-index.action-product .magazine-status .column-3 p {
  display: inline-block;
  float: right;
}
.module-catalog.action-product .magazine-status .column-2-3 .magazine-list,
.module-index.action-product .magazine-status .column-2-3 .magazine-list {
  background: url(../gfx/ico/select-ico.png) no-repeat 95% 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  list-style-type: none;
  height: 20px;
  overflow: hidden;
}
.module-catalog.action-product .magazine-status .column-2-3 .magazine-list:hover,
.module-index.action-product .magazine-status .column-2-3 .magazine-list:hover {
  height: auto;
}
.module-catalog.action-product .tabs-machine-list,
.module-index.action-product .tabs-machine-list,
.module-catalog.action-product .tabs-software-list,
.module-index.action-product .tabs-software-list {
  list-style-type: none;
  padding: 0;
  overflow: auto;
  margin-top: 3em;
  margin-bottom: 0;
}
.module-catalog.action-product .tabs-machine-list li,
.module-index.action-product .tabs-machine-list li,
.module-catalog.action-product .tabs-software-list li,
.module-index.action-product .tabs-software-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  text-align: center;
  display: block;
  float: left;
  cursor: pointer;
}
.module-catalog.action-product .tabs-machine-list li:nth-child(1),
.module-index.action-product .tabs-machine-list li:nth-child(1),
.module-catalog.action-product .tabs-software-list li:nth-child(1),
.module-index.action-product .tabs-software-list li:nth-child(1) {
  background: #f7f7f7;
}
.module-catalog.action-product .tabs-machine-list li:nth-child(2),
.module-index.action-product .tabs-machine-list li:nth-child(2),
.module-catalog.action-product .tabs-software-list li:nth-child(2),
.module-index.action-product .tabs-software-list li:nth-child(2) {
  width: 34%;
  background: #eeeeee;
}
.module-catalog.action-product .tabs-machine-list li:nth-child(3),
.module-index.action-product .tabs-machine-list li:nth-child(3),
.module-catalog.action-product .tabs-software-list li:nth-child(3),
.module-index.action-product .tabs-software-list li:nth-child(3) {
  background: #e6e6e6;
}
.module-catalog.action-product .tabs-machine-list li.ui-tabs-active,
.module-index.action-product .tabs-machine-list li.ui-tabs-active,
.module-catalog.action-product .tabs-software-list li.ui-tabs-active,
.module-index.action-product .tabs-software-list li.ui-tabs-active {
  background: #fff;
  border-left: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.module-catalog.action-product .tabs-machine-list li a,
.module-index.action-product .tabs-machine-list li a,
.module-catalog.action-product .tabs-software-list li a,
.module-index.action-product .tabs-software-list li a {
  padding: 1.2em 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.module-catalog.action-product .tabs-software-list li,
.module-index.action-product .tabs-software-list li {
  width: 50%;
}
.module-catalog.action-product .tabs-software-list li:nth-child(2),
.module-index.action-product .tabs-software-list li:nth-child(2) {
  width: 50%;
}
.module-catalog.action-product .tabs-machine-inner-list,
.module-index.action-product .tabs-machine-inner-list {
  list-style-type: none;
  overflow: auto;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.module-catalog.action-product .tabs-machine-inner-list li,
.module-index.action-product .tabs-machine-inner-list li {
  float: left;
  width: 33%;
  text-align: center;
  padding: 1em 0;
}
.module-catalog.action-product .tabs-machine-inner-list li.ui-tabs-active a,
.module-index.action-product .tabs-machine-inner-list li.ui-tabs-active a {
  display: inline-block;
  padding-right: 1em;
  background: url(../gfx/ico/small-red-select.png) no-repeat 100% 50%;
  color: #202020;
}
.module-catalog.action-product .trigger-product-wrapper .ui-tabs-panel,
.module-index.action-product .trigger-product-wrapper .ui-tabs-panel {
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.module-catalog.action-product .trigger-product-wrapper .ui-tabs-panel #tabs-machine-inner .ui-tabs-panel,
.module-index.action-product .trigger-product-wrapper .ui-tabs-panel #tabs-machine-inner .ui-tabs-panel {
  border: none;
  margin-top: 1.5em;
}
.module-catalog.action-product .trigger-product-wrapper #tab-cechy ul,
.module-index.action-product .trigger-product-wrapper #tab-cechy ul,
.module-catalog.action-product .trigger-product-wrapper #tab-wyposazenie ul,
.module-index.action-product .trigger-product-wrapper #tab-wyposazenie ul,
.module-catalog.action-product .trigger-product-wrapper #tab-inf-post ul,
.module-index.action-product .trigger-product-wrapper #tab-inf-post ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
}
.module-catalog.action-product .trigger-product-wrapper #tab-cechy ul li,
.module-index.action-product .trigger-product-wrapper #tab-cechy ul li,
.module-catalog.action-product .trigger-product-wrapper #tab-wyposazenie ul li,
.module-index.action-product .trigger-product-wrapper #tab-wyposazenie ul li,
.module-catalog.action-product .trigger-product-wrapper #tab-inf-post ul li,
.module-index.action-product .trigger-product-wrapper #tab-inf-post ul li {
  padding-left: 1em;
  padding-bottom: 1em;
  line-height: 1.3;
  background: url(../gfx/ico/red-disc.png) no-repeat 0 7px;
}
.module-catalog.action-product .trigger-product-wrapper #tab-cechy .columns .column-2:first-child,
.module-index.action-product .trigger-product-wrapper #tab-cechy .columns .column-2:first-child,
.module-catalog.action-product .trigger-product-wrapper #tab-wyposazenie .columns .column-2:first-child,
.module-index.action-product .trigger-product-wrapper #tab-wyposazenie .columns .column-2:first-child,
.module-catalog.action-product .trigger-product-wrapper #tab-inf-post .columns .column-2:first-child,
.module-index.action-product .trigger-product-wrapper #tab-inf-post .columns .column-2:first-child {
  padding-right: 1em;
}
.module-catalog.action-product .trigger-product-wrapper #tab-cechy .columns .column-2:last-child,
.module-index.action-product .trigger-product-wrapper #tab-cechy .columns .column-2:last-child,
.module-catalog.action-product .trigger-product-wrapper #tab-wyposazenie .columns .column-2:last-child,
.module-index.action-product .trigger-product-wrapper #tab-wyposazenie .columns .column-2:last-child,
.module-catalog.action-product .trigger-product-wrapper #tab-inf-post .columns .column-2:last-child,
.module-index.action-product .trigger-product-wrapper #tab-inf-post .columns .column-2:last-child {
  padding-left: 1em;
}
.module-catalog.action-product .trigger-product-wrapper #tab-wyposazenie,
.module-index.action-product .trigger-product-wrapper #tab-wyposazenie {
  overflow: auto;
}
.module-catalog.action-product .trigger-product-wrapper #tab-wyposazenie ul,
.module-index.action-product .trigger-product-wrapper #tab-wyposazenie ul {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
.module-catalog.action-product .trigger-product-wrapper #tab-wyposazenie ul li,
.module-index.action-product .trigger-product-wrapper #tab-wyposazenie ul li {
  padding-bottom: 0.5em;
  font-size: 0.75em;
}
.module-catalog.action-product .trigger-product-wrapper #tab-wyposazenie .print-wyp,
.module-index.action-product .trigger-product-wrapper #tab-wyposazenie .print-wyp {
  display: inline-block;
  float: right;
  padding-right: 2em;
  cursor: pointer;
  background: url(../gfx/ico/print-ico-black.png) no-repeat 100% 50%;
}
.module-catalog.action-product .trigger-product-wrapper .wyp-stand-wrapper,
.module-index.action-product .trigger-product-wrapper .wyp-stand-wrapper {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 2em;
}
.module-catalog.action-product .trigger-product-wrapper #tab-dane-techniczne,
.module-index.action-product .trigger-product-wrapper #tab-dane-techniczne {
  overflow: auto;
}
.module-catalog.action-product .trigger-product-wrapper #tab-dane-techniczne p,
.module-index.action-product .trigger-product-wrapper #tab-dane-techniczne p {
  padding-left: 1em;
  padding-right: 1em;
  color: #202020;
  font-size: 0.8em;
  margin: 0;
}
.module-catalog.action-product .trigger-product-wrapper #tab-dane-techniczne table,
.module-index.action-product .trigger-product-wrapper #tab-dane-techniczne table {
  margin-bottom: 1em;
}
.module-catalog.action-product .trigger-product-wrapper #tab-dane-techniczne table:first-child,
.module-index.action-product .trigger-product-wrapper #tab-dane-techniczne table:first-child {
  margin-bottom: 1.5em;
}
.module-catalog.action-product .trigger-product-wrapper #tab-dane-techniczne table:first-child th,
.module-index.action-product .trigger-product-wrapper #tab-dane-techniczne table:first-child th {
  padding-left: 1em;
  padding-right: 1em;
  text-align: left !important;
  text-transform: uppercase;
  color: #202020;
  font-size: 0.9em;
  /*&:first-child{
                                width: 70%;
                            }
                            &:nth-child(2){
                                width: 15%;
                            }
                            &:last-child{
                                width: 15%;
                            }*/
}
.module-catalog.action-product .trigger-product-wrapper #tab-dane-techniczne table tr th,
.module-index.action-product .trigger-product-wrapper #tab-dane-techniczne table tr th {
  background: #fff;
  font-size: 0.9em;
  color: #202020;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}
.module-catalog.action-product .trigger-product-wrapper #tab-dane-techniczne table tr td,
.module-index.action-product .trigger-product-wrapper #tab-dane-techniczne table tr td {
  border: none;
  background: #f6f6f6;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
  /*&:first-child{
                                width: 70%;
                            }
                            &:nth-child(2){
                                width: 15%;
                            }
                            &:last-child{
                                width: 15%;
                            }*/
}
.module-catalog.action-product .trigger-product-wrapper #tab-dane-techniczne table tr:nth-child(2n+1) td,
.module-index.action-product .trigger-product-wrapper #tab-dane-techniczne table tr:nth-child(2n+1) td {
  background: #fff;
}
.module-catalog.action-product .trigger-product-wrapper #tab-dane-techniczne .download-tech,
.module-index.action-product .trigger-product-wrapper #tab-dane-techniczne .download-tech {
  display: inline-block;
  float: right;
  padding: 1.5em 2em 1.5em 0;
  background: url(../gfx/ico/pdf-ico-black.png) no-repeat 100% 50%;
}
.module-catalog.action-product #prev-pow,
.module-index.action-product #prev-pow {
  float: left;
  margin-bottom: 1.5em;
}
.module-catalog.action-product #next-pow,
.module-index.action-product #next-pow {
  float: right;
  margin-bottom: 1.5em;
}
.module-catalog.action-product #pager-pow,
.module-index.action-product #pager-pow {
  text-align: center;
  margin-top: 1em;
  margin-left: 0.5em;
}
.module-catalog.action-product #pager-pow a,
.module-index.action-product #pager-pow a {
  display: block;
  margin-right: 0.5em;
  background: url("../gfx/ico/pager-ico.png") no-repeat;
  background-position: 50% 50%;
  height: 12px;
  width: 12px;
  float: left;
}
.module-catalog.action-product #pager-pow a.selected,
.module-index.action-product #pager-pow a.selected {
  background: url("../gfx/ico/pager-active-ico.png") no-repeat;
  height: 12px;
  width: 12px;
  background-position: 50% 50%;
}
.module-catalog.action-product #pager-pow a span,
.module-index.action-product #pager-pow a span {
  opacity: 0;
  display: inline-block;
  width: 15px;
}
.module-catalog.action-product #pow-slider .columns .column-pow,
.module-index.action-product #pow-slider .columns .column-pow {
  padding-right: 2em;
}
.module-catalog.action-product #pow-slider .columns .column-pow:nth-child(2),
.module-index.action-product #pow-slider .columns .column-pow:nth-child(2) {
  padding-right: 0;
  padding-left: 2em;
}
.module-catalog.action-product #pow-slider .columns .column-pow figure,
.module-index.action-product #pow-slider .columns .column-pow figure {
  width: 15%;
  display: block;
  float: left;
  margin: 0;
}
.module-catalog.action-product #pow-slider .columns .column-pow figure img,
.module-index.action-product #pow-slider .columns .column-pow figure img {
  max-width: 65px;
  width: 100% !important;
  height: auto !important;
}
.module-catalog.action-product #pow-slider .columns .column-pow .wrapper-pow-description,
.module-index.action-product #pow-slider .columns .column-pow .wrapper-pow-description {
  float: right;
  width: 80%;
}
.module-catalog.action-product #pow-slider .columns .column-pow .wrapper-pow-description .pow-lead p,
.module-index.action-product #pow-slider .columns .column-pow .wrapper-pow-description .pow-lead p {
  color: #202020;
  font-size: 0.875em;
}
.module-catalog.action-product #pow-slider .columns .column-pow .wrapper-pow-description .pow-lead:hover p,
.module-index.action-product #pow-slider .columns .column-pow .wrapper-pow-description .pow-lead:hover p {
  color: #172f5d;
}
.module-catalog.action-product .person-contact,
.module-index.action-product .person-contact {
  display: none;
}
.module-catalog.action-product .person-wrapper,
.module-index.action-product .person-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
  min-height: 160px;
}
.person-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
  min-height: 160px;
}
.person-contact-info {
  margin-bottom: 0.5em;
}
.person-contact-info p {
  margin: 0;
}
.contact-min {
  z-index: 100;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  behavior: url("/pie.htc");
  position: fixed;
  top: 193px;
  right: -370px;
}
.contact-min .column-ico-phone {
  width: 100px;
  height: 100px;
  background: #fff url(../gfx/ico/phone-contact.png) no-repeat 50% 50%;
  float: left;
}
.contact-min .column-contact {
  min-width: 370px;
  float: left;
}
.contact-min:hover {
  right: 0;
}
.percent-big {
  font-size: 4em;
  line-height: 0.5;
}
.percent-big .percent-small {
  font-size: 0.5em;
}
.usefull-link {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin-top: 2.5em;
  margin-bottom: 1em;
  overflow: auto;
}
.usefull-link li {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  float: left;
  padding: 0 1.8em 0 3.5em;
}
.usefull-link li a {
  font-family: proxima_nova_semibold;
  color: #202020;
  text-transform: uppercase;
}
.usefull-link li a:hover {
  color: #172f5d;
}
.usefull-link li.people {
  background: url(../gfx/ico/usefull-link/people.png) no-repeat 5% 50%;
}
.usefull-link li.folder {
  background: url(../gfx/ico/usefull-link/folder.png) no-repeat 5% 50%;
}
.usefull-link li.realizations {
  background: url(../gfx/ico/usefull-link/realizations.png) no-repeat 5% 50%;
}
.usefull-link li.work {
  background: url(../gfx/ico/usefull-link/work.png) no-repeat 5% 50%;
}
.usefull-link li.books {
  background: url(../gfx/ico/usefull-link/books.png) no-repeat 5% 50%;
}
.layout-magazyn .columns-filter {
  border: 5px solid #ebebeb;
  margin-bottom: 3.5em;
}
.layout-magazyn .columns-filter .column {
  padding: 0.7em 0;
  /*            &:last-child{
                .filter-element{
                    background: url(../gfx/ico/arrow-red.png) no-repeat 66% 50%;
                }
            }*/
}
.layout-magazyn .columns-filter .column p {
  text-align: left;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.layout-magazyn .columns-filter .column .filter-element {
  background: url(../gfx/ico/arrow-red.png) no-repeat 98% 50%;
}
.layout-magazyn .columns-filter .column .filter-element.active,
.layout-magazyn .columns-filter .column .filter-element:hover {
  color: #172f5d;
}
.layout-magazyn .columns-magazine {
  margin-bottom: 5em;
}
.layout-magazyn .columns-magazine .column-hidden {
  margin-top: 2.5em;
}
.column-seealso {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 2em;
}
.column-product-item {
  padding-right: 2em !important;
}
.column-product-item:last-child {
  padding-right: 0;
}
.column-product-item:last-child .border-right {
  border: none;
}
.column-product-item figure {
  min-height: 150px;
  width: 100%;
  margin: 0;
}
.column-product-item figure img {
  width: 100%;
  height: auto;
}
.layout-promocje #promtion-list {
  margin-bottom: 3em;
}
.layout-promocje .columns-promotions > h3 {
  margin-bottom: 2em;
}
.layout-promocje .columns-promotions > .columns {
  margin-top: 2.5em;
}
.layout-promocje .column-product-item p.pad-right {
  padding-right: 2em;
}
.layout-promocje .column-product-item p.stroke {
  text-decoration: line-through;
}
.layout-promocje .column-product-item figure img {
  width: 100%;
  height: auto;
}
.page-44 .wrapper-breadcrumbs {
  display: none;
}
.stroke {
  text-decoration: line-through;
}
html[lang="en"] #topMenu > li {
  padding: 1.25em 0.5em;
}
html[lang="en"] .usefull-link li {
  padding: 0 0.8em 0 3.5em;
}
html[lang="en"] .layout-magazyn .columns-filter .column .filter-element {
  background-position: 90% 50%;
}
html[lang="en"] .layout-magazyn .columns-filter .column:last-child .filter-element {
  background-position: 72% 50%;
}
html[lang="de"] #topMenu > li {
  padding: 1.25em 0.2em;
}
html[lang="de"] #topMenu > li > a {
  text-align: center;
  font-size: 1em;
}
html[lang="de"] .device-serive .right > p:first-child {
  font-size: 1em;
}
html[lang="de"] #configurator .buttonRow p {
  font-size: 0.9em;
}
html[lang="de"] .configurator > h3 {
  font-size: 1.5em;
}
html[lang="de"] .module-gallery .section-content .album-mask h4 {
  font-size: 1.2em;
}
html[lang="de"] .usefull-link li {
  padding: 0 1.8em 0 2.5em;
}
html[lang="de"] .layout-magazyn .columns-filter .column .filter-element {
  background-position: 68% 50%;
}
html[lang="de"] .layout-magazyn .columns-filter .column:last-child {
  background-position: 72% 50%;
}
html[lang="de"] .module-events .pager-container li a {
  font-size: 1.1em;
}
html[lang="de"] .module-catalog #acc-oferta .ui-accordion-header {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.column-product-item p {
  -moz-hyphens: auto;
  hyphens: auto;
}
html[lang='lt'] #topMenu {
  padding-left: 0;
}
html[lang='lt'] #topMenu > li {
  padding: 1.25em 0.2em;
  margin-right: 0em;
}
html[lang='lt'] #topMenu > li > a {
  margin-left: 5px;
  margin-right: 5px;
}
html[lang='lt'] #topMenu > li.hasSub {
  position: relative;
}
html[lang='lt'] #topMenu > li.hasSub .ul-container {
  margin-left: -3px;
  width: 497px;
  padding-right: 2.15em;
}
html[lang='lt'] #topMenu > li.hasSub .ul-container ul {
  padding: 1.5em 0.5em 1.5em 0.6em;
}
html[lang='lt'] #topMenu > li.hasSub .ul-container ul li a {
  padding: 0.5em 0;
  min-width: 175px;
}
html[lang='lt'] #topMenu > li.hasSub .ul-container .sec-menu-col {
  width: 200px;
}
html[lang='lt'] #topMenu > li.hasSub .ul-container .sec-menu-col li a {
  min-width: 190px;
}
html[lang='lt'] #topMenu > li.hasSub:first-child {
  margin-left: 0;
}
html[lang='lt'] #topMenu > li.hasSub:nth-last-child(2) .ul-container,
html[lang='lt'] #topMenu > li.hasSub:nth-last-child(3) .ul-container {
  right: 0;
  width: 298px;
}
html[lang='lt'] #topMenu > li.hasSub:last-child .ul-container {
  right: 0;
  width: 298px;
}
html[lang='lt'] #topMenu > li.hasSub:last-child .ul-container li a {
  min-width: 230px;
}
html[lang='lt'] #topMenu > li.hasSub:nth-child(3):hover ul {
  display: none;
}
html[lang='lt'] #topMenu > li.hasSub:nth-child(4):hover ul {
  display: none;
}
html[lang='lt'] #topMenu > li.hasSub:nth-child(5):hover ul {
  display: none;
}
html[lang='lt'] #topMenu > li.hasSub:hover .ul-container {
  display: block;
  opacity: 1;
}
html[lang='lt'] .device-serive .right > p:first-child {
  font-size: 1em;
}
html[lang='lt'] .check-offer .right > p:first-child {
  font-size: 1em;
}
html[lang='lt'] #configurator .buttonRow p {
  font-size: 0.9em;
}
html[lang='lt'] .usefull-link li {
  padding: 0 1.8em 0 2.5em;
}
html[lang='lt'] .layout-magazyn .columns-filter .column .filter-element {
  padding-left: 1em;
  background-position: 96% center;
}
html[lang='lt'] .layout-magazyn .columns-filter .column:last-child .filter-element {
  padding-left: 2em;
  background-position: 72% 50%;
}
html[lang='lt'] #bookmarks > ul > li a {
  font-size: 1em;
}
html[lang='ru'] #topMenu {
  padding-left: 0;
}
html[lang='ru'] #topMenu > li {
  padding: 1.25em 0.2em;
  margin-right: 0.7em;
}
html[lang='ru'] #topMenu > li.hasSub {
  position: relative;
}
html[lang='ru'] #topMenu > li.hasSub .ul-container {
  margin-left: -3px;
  width: 497px;
  padding-right: 2.15em;
}
html[lang='ru'] #topMenu > li.hasSub .ul-container ul {
  padding: 1.5em 0.5em 1.5em 0.6em;
}
html[lang='ru'] #topMenu > li.hasSub .ul-container ul li a {
  padding: 0.5em 0;
  min-width: 175px;
}
html[lang='ru'] #topMenu > li.hasSub .ul-container .sec-menu-col {
  width: 200px;
}
html[lang='ru'] #topMenu > li.hasSub .ul-container .sec-menu-col li a {
  min-width: 190px;
}
html[lang='ru'] #topMenu > li.hasSub:first-child {
  margin-left: 0;
}
html[lang='ru'] #topMenu > li.hasSub:nth-last-child(2) .ul-container,
html[lang='ru'] #topMenu > li.hasSub:nth-last-child(3) .ul-container {
  right: 0;
  width: 298px;
}
html[lang='ru'] #topMenu > li.hasSub:last-child .ul-container {
  right: 0;
  width: 298px;
}
html[lang='ru'] #topMenu > li.hasSub:last-child .ul-container li a {
  min-width: 230px;
}
html[lang='ru'] #topMenu > li.hasSub:nth-child(3):hover ul {
  display: none;
}
html[lang='ru'] #topMenu > li.hasSub:nth-child(4):hover ul {
  display: none;
}
html[lang='ru'] #topMenu > li.hasSub:nth-child(5):hover ul {
  display: none;
}
html[lang='ru'] #topMenu > li.hasSub:hover .ul-container {
  display: block;
  opacity: 1;
}
html[lang='ru'] .device-serive .right > p:first-child {
  font-size: 0.7em;
}
html[lang='ru'] .device-serive.pad-box.border-box {
  padding-left: 2em;
  padding-right: 2em;
}
html[lang='ru'] .check-offer.pad-box.border-box {
  padding-left: 2em;
  padding-right: 2em;
}
html[lang='ru'] .check-offer .right > p:first-child {
  font-size: 0.7em;
}
html[lang='ru'] #configurator .buttonRow p {
  font-size: 0.8em;
}
html[lang='ru'] .contact.border-box .button.small.black {
  padding: 0 1.8em 0 0.5em;
}
html[lang='ru'] .usefull-link li {
  padding: 0 1.8em 0 2.5em;
}
html[lang='ru'] .layout-magazyn .columns-filter .column .filter-element {
  padding-left: 1em;
  background-position: 96% center;
}
html[lang='ru'] .layout-magazyn .columns-filter .column:last-child .filter-element {
  padding-left: 1em;
  background-position: 96% center;
}
html[lang='ru'] #bookmarks > ul > li a {
  font-size: 0.8em;
}
html[lang='ru'] .active.province-content .button.small,
html[lang='ru'] .columns.offer-columns .button.small,
html[lang='ru'] .column-promotion-2-3 .button.small {
  padding: 0.4em 2.2em 0.4em 1em;
  line-height: 20px;
  height: auto;
}
html[lang='ru'] .column.column-3.column-storage-3 h3.white.uppercase.bold.margin-bottom-em {
  font-size: 1.2em;
}
html[lang='ru'] .module-events .pager-container li a {
  font-size: 1.1em;
}
html[lang='ru'] .contact-form .contact-address-wrapper h2.white.uppercase {
  font-size: 1.3em;
}
html[lang='ru'] #contactForm #submit {
  width: 260px;
}
.columns-industry {
  padding-bottom: 4em;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2em;
}
.contact-widget {
  position: fixed;
  width: 75px;
  height: 75px;
  top: 20%;
  left: 0;
  z-index: 100;
  background: #fff url(../gfx/ico/phone.jpg) no-repeat 50% 25%;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  behavior: url("/pie.htc");
}
.contact-widget p {
  margin-top: 3.2em;
  font-size: 0.9em;
  text-align: center;
}
.module-catalog .column-product-item,
.layout-promocje .column-product-item,
.layout-magazyn .column-product-item,
.module-catalog .column-3-promotion,
.layout-promocje .column-3-promotion,
.layout-magazyn .column-3-promotion {
  position: relative;
}
.module-catalog .column-product-item .button.abs,
.layout-promocje .column-product-item .button.abs,
.layout-magazyn .column-product-item .button.abs,
.module-catalog .column-3-promotion .button.abs,
.layout-promocje .column-3-promotion .button.abs,
.layout-magazyn .column-3-promotion .button.abs {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-front .person-contact p a {
  font-size: 1em;
}
.page-front .person-contact p.big {
  margin-bottom: 0.5em;
}
.page-front .person-contact {
  background-size: 40% !important;
}
.tooltip-schowek-cnt {
  /*padding-left: 9em;*/
  text-align: right;
}
.layout-magazyn .person-contact {
  background-size: 40% !important;
}
.promo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 199;
  overflow: hidden;
}
.promo-wrapper.hiden {
  width: 0;
  height: 0;
}
.summer-end-promotion {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 700px;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../gfx/summer-off.jpg);
  z-index: 200;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}
.summer-end-promotion.hiden {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  top: -1000px;
  left: -1000px;
}
.summer-end-promotion > a {
  display: inline-block;
  background-color: #f26424;
  color: white;
  box-sizing: border-box;
  position: absolute;
  top: 74%;
  right: 4.2%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 1.2em 1.4em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: solid 1px #f26424;
}
.summer-end-promotion > a span {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.summer-end-promotion > a:hover {
  color: #f26424;
  background-color: white;
}
.summer-end-promotion > a:hover span {
  left: 0.4em;
}
.summer-end-promotion #close-pop-up {
  position: absolute;
  top: -26px;
  right: -26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.summer-end-promotion #close-pop-up > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  position: relative;
}
.summer-end-promotion #close-pop-up > div:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 24px;
}
.summer-end-promotion #close-pop-up > div:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
}
.summer-end-promotion #close-pop-up:active,
.summer-end-promotion #close-pop-up:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.summer-end-promotion #close-pop-up:active > div,
.summer-end-promotion #close-pop-up:hover > div {
  background-color: #ff4a27;
}
#pager-main {
  position: absolute;
  bottom: 20px;
  left: 40%;
}
#pager-main a span {
  color: transparent;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  margin: 0 0.3em;
}
#pager-main a.selected span {
  background: #fff;
}
@media all and (max-width: 768px) {
  .layout-promocje .section-content table tr td {
    display: block;
    width: 95%;
  }
  .layout-promocje .section-content table tr td img {
    max-width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .summer-end-promotion {
    display: none;
    z-index: -100;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-03-16, 13:59:24
    Author     : Wojciech Zimoń <wojciech.zimon@nomonday.pl>
*/
.cubby-wrapper-bg {
  position: fixed;
  z-index: 109;
  top: 80px;
  right: 0;
}
.cubby-wrapper-bg .cubby {
  width: 100px;
  height: 100px;
  background: #202020 url(../gfx/ico/cubby-ico.png) no-repeat 50% 15px;
  position: relative;
  z-index: 99;
}
.cubby-wrapper-bg .cubby p {
  text-transform: uppercase;
  color: white;
  display: inline-block;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  cursor: default;
}
.cubby-wrapper-bg .cubby .count {
  cursor: default;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: -7px;
}
.cubby-wrapper-bg .cubby-content {
  width: 250px;
  height: auto;
  padding-top: 100px;
  background: #202020;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 98;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  counter-reset: ol-counter;
}
.cubby-wrapper-bg .cubby-content ol {
  overflow: auto;
  padding: 0;
  margin-left: 1em;
  padding-right: 1em;
  color: white;
  list-style: none;
}
.cubby-wrapper-bg .cubby-content ol li {
  counter-increment: ol-counter;
  margin: 0.4em 0;
  overflow: auto;
}
.cubby-wrapper-bg .cubby-content ol li a {
  color: white;
}
.cubby-wrapper-bg .cubby-content ol li a:first-child {
  display: inline-block;
  width: 85%;
  float: left;
}
.cubby-wrapper-bg .cubby-content ol li a:last-child {
  display: inline-block;
  width: 12px;
  height: 15px;
  float: right;
  background: url(../gfx/ico/trash.png) no-repeat 50% 50%;
}
.cubby-wrapper-bg .cubby-content ol li:before {
  content: counter(ol-counter);
  float: left;
  display: inline-block;
  margin-right: 0.5em;
}
.cubby-wrapper-bg .cubby-content .send-cubby-msg {
  width: 145px;
  text-align: center;
  padding: 0.1em;
  margin: 1em auto;
  display: block;
  float: none;
  border: solid 1px white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  behavior: url("/pie.htc");
}
.cubby-wrapper-bg .cubby-content .send-cubby-msg:hover {
  background: white;
  color: #202020;
}
.cubby-wrapper-bg .cubby-content .cubby-content-title {
  position: absolute;
  top: 0px;
  left: 1em;
  font-size: 1.2em;
  color: white;
}
.cubby-wrapper-bg.show-tooltip:hover .cubby-tooltip {
  opacity: 1;
  visibility: visible;
}
.cubby-wrapper-bg .cubby-tooltip {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.7em;
  opacity: 0;
  position: absolute;
  right: 99px;
  color: white;
  top: 0;
  transition: all 0.2s ease-in 0s;
  visibility: hidden;
  width: 250px;
  background: #202020;
}
.cubby-wrapper-bg .cubby-tooltip p {
  margin: 0;
}
#sendCubby .form-row {
  margin: 0.4em 0;
  padding: 0 0.5em;
}
.multiple-question {
  padding: 2em 1em;
}
.multiple-question #sendCubby {
  margin-top: 1em;
}
.multiple-question #sendCubby .two-col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 0.9em;
}
.multiple-question #sendCubby .two-col:nth-child(2n+1) {
  padding-right: 1.5em;
}
.multiple-question #sendCubby input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #d7d7d7;
  border-bottom: 2px solid #ececec;
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: proxima_nova_rgregular;
}
.multiple-question #sendCubby #message {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-bottom: 2px solid #ececec;
  height: 90px;
  padding: 1em;
}
.multiple-question #sendCubby .contact-button {
  margin-top: 0.9em;
  float: right;
}
.multiple-question #sendCubby .contact-button input {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
  width: 180px;
  height: 40px;
  background: transparent url(../gfx/ico/button-arrow-red.png) no-repeat 90% 50%;
  border: 1px solid #172f5d;
  text-align: left;
  padding: 0 1em;
  color: #172f5d;
}
.multiple-question #sendCubby .contact-button input:hover {
  background: transparent url(../gfx/ico/button-arrow-black.png) no-repeat 90% 50%;
  color: #202020;
  border: 1px solid #202020;
}
.multiple-question #sendCubby .errors li {
  color: #172f5d;
}
@media (max-width: 768px) {
  .cubby-wrapper-bg {
    top: 180px;
  }
  .rwd-cubby {
    cursor: default;
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    background: #1B1B1B;
    height: 100%;
    width: 30px;
  }
  .rwd-cubby p {
    text-transform: uppercase;
    color: white;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    behavior: url("/pie.htc");
    text-align: center;
    margin: 22px 0;
  }
  .cubby-wrapper-bg {
    right: -100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    behavior: url("/pie.htc");
  }
  .cubby-wrapper-bg.show-tooltip:hover .cubby-tooltip {
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 360px) {
  .cubby-wrapper-bg:hover {
    right: 0;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-07-21, 10:41:05
    Author     : nm-it-1
*/
.module-catalog .column-offer > .columns.column-catalog-category {
  margin: 0;
}
.offer-columns > .margin-top-big:first-of-type {
  margin-top: 0;
}
.column-catalog-category > .column {
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #3d3d3d;
}
.column-catalog-category > .column.first-col {
  background: #0d295b;
  overflow: visible;
  position: relative;
  cursor: initial;
}
.column-catalog-category > .column.first-col:after {
  content: '';
  display: block;
  width: 24px;
  height: 90px;
  background: url(../gfx/offer-box-arrow.png) no-repeat 50% 50%;
  right: -21px;
  top: 50%;
  margin-top: -45px;
  position: absolute;
}
.column-catalog-category > .column.first-col h2 {
  font-size: 1.3em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.column-catalog-category > .column > h2 {
  display: inline-block;
  font-size: 1em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5em;
}
.column-catalog-category > .column > h2 a {
  font-size: 1.3em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.column-catalog-category > .column:hover a {
  color: #0d295b;
}
.column-1 {
  width: 100%;
}
.column-3-4 {
  width: 75%;
}
.module-catalog .configurator p {
  margin: 0.5em 1em 0.5em 0;
}
.module-catalog .configurator .ico {
  width: 40px;
  height: 40px;
}
.columns-product-list {
  margin-bottom: 4em;
}
.columns-product-list .column-3 {
  border-right: 1px solid #ebebeb;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.columns-product-list .column-3 .column-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
}
.columns-product-list .column-3 .column-2 img {
  max-width: 100%;
  height: auto;
}
.columns-product-list .column-3:last-child {
  margin-right: none;
}
.columns-product-list .column-3:first-child {
  padding-left: 0;
}
.pager-img {
  overflow: hidden;
}
.yt-slide {
  display: block;
  position: relative;
}
.yt-slide a:after {
  content: '';
  display: block;
  background: url(../gfx/ico/video-play.png) no-repeat 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -52px;
  width: 104px;
  height: 80px;
}
.wrapper-top {
  position: relative;
}
.wrapper-top .device-serive {
  width: 300px;
  height: 128px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25em;
}
.wrapper-top .device-serive .right p {
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
}
.fb-widget {
  position: fixed;
  top: 35%;
  left: -400px;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url("/pie.htc");
}
.fb-widget .fb-ico-widget {
  width: 75px;
  height: 80px;
  background: url(../gfx/ico/fb-widget.jpg) no-repeat 50% 50%;
  opacity: 0.5;
  float: right;
}
.fb-widget .fb-page {
  float: left;
  width: 400px;
}
.fb-widget:hover {
  left: 0;
}
.fb-widget:hover .fb-ico-widget {
  opacity: 1;
}
/*#e90000 ;*/
/*#ffc9c9 ;*/
/*#d60404 */
@media (max-width: 1024px) {
  .page-front #slider .slide .wrapper {
    padding-left: 130px;
  }
  .fotter-content #go-top {
    position: relative;
    float: right;
    margin: 1.5em 0;
    right: 0;
    bottom: 0;
  }
  .wrapper-footer {
    overflow: auto;
  }
}
@media (max-width: 980px) {
  .wrapper-menu .ico-rwd {
    display: block;
    background: url(../gfx/ico/rwd-menu-ico.png) no-repeat 100% 50%;
    position: relative;
    margin-right: 1em;
    width: 50px;
    height: 43px;
    overflow: visible;
    cursor: pointer;
  }
  .wrapper-menu .ico-rwd.black {
    background: url(../gfx/ico/rwd-menu-ico-black.png) no-repeat 100% 50%;
  }
  #topMenu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 250px;
    top: 80px;
    right: -20px;
  }
  #topMenu > li {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #topMenu > li > a {
    color: #000;
    text-align: center;
  }
  #topMenu > li.hasSub {
    overflow: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #topMenu > li.hasSub:first-child {
    margin-left: 0;
  }
  #topMenu > li.hasSub .ul-container {
    z-index: 1000;
    position: relative;
    top: 0;
    width: auto;
    padding-right: 0;
    box-shadow: none;
    margin-left: 0;
    overflow: auto;
    background: #dedede;
    margin-top: 0.5em;
    padding: 1em 0;
  }
  #topMenu > li.hasSub .ul-container ul {
    clear: both;
    padding-bottom: 0;
    padding-top: 0;
  }
  #topMenu > li.hasSub .ul-container ul li:last-child {
    border-bottom: 1px solid #b3b3b3;
  }
  #topMenu > li.hasSub .ul-container ul.sec-menu-col {
    padding-top: 0;
    float: none;
    clear: both;
  }
  #topMenu > li.hasSub .ul-container ul.sec-menu-col li:last-child {
    border-bottom: none;
  }
  #topMenu > li.hasSub:hover {
    padding-bottom: 0;
  }
  #topMenu > li:nth-child(4):hover .ul-container,
  #topMenu > li:nth-child(5):hover .ul-container {
    display: none;
  }
  #topMenu > li:nth-child(4):hover,
  #topMenu > li:nth-child(5):hover {
    padding-bottom: 1.25em;
  }
  #topMenu > li:hover a {
    color: #172f5d;
  }
  .check-offer,
  .device-serive {
    padding: 0.5em !important;
  }
  .logo-wrapper {
    margin-left: 0.5em;
  }
}
@media (max-width: 768px) {
  .contact-min {
    z-index: 1;
  }
  .pad-box {
    padding: 1em 1em;
  }
  .page-front .contact-wrapper {
    padding: 1em 2em 1em 1em;
  }
  .page-front .yt-wrapper {
    min-height: 343px;
  }
  .contact {
    height: 316px;
  }
  .wrapper-info {
    display: flex;
  }
  .module-news .columns-news .column-2 {
    width: 100%;
    float: none;
    padding: 1.5em 1em;
  }
  .module-news .columns-news li:nth-child(2n) .column-2 {
    width: 100%;
    float: none;
    padding: 1.5em 1em;
  }
  .main-content {
    padding: 0 0.5em;
  }
  .history-font-size,
  .history-font-size-smaller {
    font-size: 2.5em;
  }
  .history-font-size-bigger {
    font-size: 3.5em;
  }
  .module-events .event-container .columns {
    max-width: 500px;
  }
  .module-events .event-container .columns .column-3 {
    width: 50%;
  }
  .module-events .event-container .columns .column-2-3 {
    width: 50%;
  }
  .module-events .pager-container {
    height: 175px;
    background: transparent;
  }
  .module-events .pager-container li {
    height: 70px;
    margin-bottom: 1em;
  }
  .page-13 .section-content .columns {
    display: block;
    height: auto;
  }
  .page-13 .section-content .columns .column-2 {
    width: 100%;
  }
  .module-gallery .section-content .galerry-img-1,
  .module-gallery .section-content .galerry-img-3 {
    width: 50%;
  }
  .module-gallery .section-content .gallery-img-2 {
    display: none;
  }
  .module-gallery .section-content .columns .column-3 {
    width: 50%;
  }
  .module-gallery .section-content .album-mask .text-container {
    padding-left: 1em;
  }
  .css-map {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .province-content .columns .column-3 {
    width: 50%;
  }
  .module-realizations .section-content > .columns:nth-child(2) {
    overflow: hidden;
  }
  .module-realizations .fotter-realizations h2 {
    font-size: 1.5em;
  }
  .reference {
    max-width: 750px;
  }
  .module-catalog .column-offer {
    width: 50%;
  }
  .module-catalog .column-offer .columns .column-3.column-product-item {
    width: 100%;
    margin-top: 1.5em;
  }
  .module-catalog .column-offer .columns .column-3.column-product-item:last-child {
    margin-top: 0;
  }
  .module-catalog .offer-menu {
    width: 50%;
  }
  .module-catalog .column-storage-3 {
    padding: 1em !important;
  }
  .module-catalog .column-promotion-2-3 .column-3 {
    width: 50%;
  }
  .module-catalog .column-promotion-2-3 .column-3:last-child {
    display: none;
  }
  .module-catalog.action-product .column-gallery-product {
    width: 100%;
    float: right;
  }
  .module-catalog.action-product .column-descritpion-product {
    width: 100%;
    padding-left: 0;
    padding-top: 2em;
    float: left;
  }
  .usefull-link li {
    padding-bottom: 1.5em;
    background-position: 0 0 !important;
  }
  .ui-accordion-content ul li.lastcat:hover .tooltip:not(:empty) {
    display: none;
    opacity: 0;
  }
  .layout-magazyn .columns-filter > .column {
    width: auto;
  }
  .layout-magazyn .columns-filter .column .filter-element {
    background: transparent;
  }
  .layout-magazyn .columns-filter .column:last-child .filter-element {
    background: transparent;
  }
  .layout-magazyn .columns-magazine .columns .column-4 {
    width: 50%;
  }
  .layout-magazyn .columns-magazine .columns .column-4:nth-child(3),
  .layout-magazyn .columns-magazine .columns .column-4:nth-child(4) {
    padding-top: 1.5em;
  }
  .layout-promocje #promtion-list .columns .column-4 {
    width: 50%;
  }
  .layout-promocje #promtion-list .columns .column-4:nth-child(3),
  .layout-promocje #promtion-list .columns .column-4:nth-child(4) {
    padding-top: 1.5em;
  }
  .layout-promocje #promtion-list .columns .column-4:nth-child(3) {
    clear: left;
  }
  .page-header {
    padding-left: 0.5em;
  }
  .layout-kontakt .contact-info .column {
    width: 50%;
  }
  .page-8 .tabs-nav li {
    width: 100% !important;
  }
  .module-catalog .column-offer.column-1 {
    width: 100%;
  }
  .column-catalog-category .column-4 {
    width: 50%;
  }
}
@media (max-width: 720px) {
  #topSearch .formRow {
    width: 0;
    overflow: hidden;
  }
  .margin-bottom-em {
    margin-bottom: 0.5em !important;
  }
  #configurator .buttonRow:last-child p {
    display: none;
  }
  #configurator .formRow:first-child,
  #configurator .formRow:nth-child(2) {
    width: 100%;
  }
  #configurator .formRow:nth-child(2) {
    margin-top: 0.5em;
  }
  #configurator .field {
    margin-top: 0.5em;
    width: 100%;
  }
  .page-front .content-wrapper {
    overflow: auto;
  }
  .page-front .content-wrapper .columns-1 {
    display: flex;
  }
  .page-front .content-wrapper .columns-1 .column-2-3,
  .page-front .content-wrapper .columns-1 .column-3 {
    width: 50% !important;
  }
  .page-front .content-wrapper .columns-1 .column-2-3 .contact,
  .page-front .content-wrapper .columns-1 .column-3 .contact {
    height: 355px;
  }
  .page-front .col-3 {
    margin: 0;
    top: auto;
    max-width: 100%;
    width: 100%;
  }
  .page-front .col-3 .device-serive,
  .page-front .col-3 .check-offer {
    width: 50%;
    float: left;
    padding: 1em 2.5em !important;
  }
}
@media (max-width: 630px) {
  .page-front .col-3 .device-serive,
  .page-front .col-3 .check-offer {
    width: 100%;
  }
  .page-front .col-3 .device-serive .right,
  .page-front .col-3 .check-offer .right {
    float: left;
    padding-left: 1.5em;
  }
  .page-front .content-wrapper .columns-2 .column-3,
  .page-front .content-wrapper .columns-3 .column-3,
  .page-front .content-wrapper .columns-2 .column-2-3,
  .page-front .content-wrapper .columns-3 .column-2-3 {
    width: 100% !important;
  }
  .page-front .content-wrapper .wrapper-info {
    display: block;
  }
  .page-front .content-wrapper .wrapper-info .column-3 {
    width: 50% !important;
  }
  .page-front .content-wrapper .wrapper-info .column-3:last-of-type {
    width: 100% !important;
    clear: left;
  }
  .page-front .content-wrapper .wrapper-info .column-3:last-of-type .movie iframe {
    text-align: center !important;
  }
  .page-front .product,
  .page-front .company {
    background-size: cover;
  }
  .page-front .product h3,
  .page-front .company h3,
  .page-front .product p,
  .page-front .company p {
    text-align: center;
  }
  .page-sub .main-content {
    overflow: hidden;
  }
  #sidebar-wrapper {
    overflow: hidden;
    position: absolute;
    top: 50px;
    height: 50px;
    right: -250px;
    width: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #sidebar-wrapper #sidebar-nav-ico {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../gfx/ico/rwd-menu-ico-black.png) no-repeat;
  }
  #sidebar-wrapper .sidebar {
    background: transparent;
  }
  .section-content.column-2-3 {
    width: 100%;
  }
  .module-gallery .section-content {
    padding-right: 0;
  }
  .module-gallery .section-content .columns .column-3,
  .module-gallery .section-content .columns .column-2-3,
  .module-gallery .section-content .columns .column-2 {
    width: 100%;
  }
  .module-gallery .section-content .columns .column-3.title-img,
  .module-gallery .section-content .columns .column-2-3.title-img,
  .module-gallery .section-content .columns .column-2.title-img {
    background-size: cover !important;
  }
  .module-gallery .section-content .album-mask h4 {
    font-size: 1em;
  }
  .module-realizations .section-content > .columns:first-child .column-3:first-child {
    width: 33%;
  }
  .module-realizations .section-content > .columns:first-child .column-3:last-child {
    margin-top: 1.5em;
    width: 100%;
  }
  .module-realizations .section-content > .columns:first-child .column-2-3 {
    width: 66%;
  }
  .module-realizations .section-content > .columns:nth-child(2) > .column-2:first-child {
    width: 100%;
  }
  .module-realizations .section-content > .columns:nth-child(2) > .column-2:last-child {
    width: 100%;
  }
  #referenceslider {
    max-width: 620px;
    width: 100%;
  }
  .reference {
    max-width: 620px;
    width: 100%;
    padding: 0 4.5em;
  }
  .layout-magazyn .section-content {
    padding-right: 0;
  }
  .layout-magazyn .columns-filter .column-4 {
    width: 50%;
  }
  .columns-contact .column-3,
  .columns-contact .column-2-3 {
    width: 100%;
  }
  .columna-seealso {
    width: 50%;
  }
  .fb-widget {
    display: none;
  }
}
@media (max-width: 480px) {
  .columns-special-mag.columns {
    display: block!important;
  }
  .reference {
    max-width: 480px;
  }
  .button {
    padding: 0.3em 2.3em 0.3em 0.5em;
  }
  .logo-wrapper #tbi-logo {
    background-size: 100%;
    width: 62px;
    height: 59px;
  }
  .page-header {
    font-size: 1.5em;
    top: -75px;
  }
  .page-front .top-wrapper {
    min-height: 320px;
    height: 320px;
  }
  .page-front .slider-wrapper {
    height: 320px;
  }
  .page-front #slider .slide {
    height: 320px;
  }
  .page-front #slider .slide .wrapper {
    padding-left: 0.5em;
  }
  .page-front #slider .slide .wrapper h2.header {
    font-size: 1.5em !important;
    max-width: 70%;
  }
  .page-front #slider .slide .wrapper p {
    margin: 0.3em 0;
    font-size: 1em;
  }
  .page-front .promotion-slider-wrapper .select-ico-wrapper {
    bottom: auto;
    top: 50%;
    left: 0;
  }
  .page-front .news-full-wrapper {
    display: none;
  }
  .page-front .offer {
    background-size: cover;
    background-position-x: -50%;
  }
  .page-front .content-wrapper .columns-1 {
    display: block;
  }
  .page-front .content-wrapper .columns-1 .column-2-3,
  .page-front .content-wrapper .columns-1 .column-3 {
    width: 100% !important;
  }
  .page-front .content-wrapper #slider-promotion .columns .column-2 {
    width: 100%;
    max-width: 330px;
  }
  .page-front .machine-wrapper {
    max-width: 330px !important;
  }
  .wrapper-footer {
    overflow: hidden;
  }
  .fotter-content .columns {
    overflow: inherit;
  }
  .fotter-content .columns .column-2-3,
  .fotter-content .columns .column-3 {
    width: 100%;
  }
  .fotter-content .columns .column-3 {
    margin-top: 100px;
    overflow: hidden;
  }
  .fotter-content .fotter-menu-wrapper .navigation > li:nth-child(3),
  .fotter-content .fotter-menu-wrapper .navigation > li:nth-child(4),
  .fotter-content .fotter-menu-wrapper .navigation > li:nth-child(5) {
    left: 28%;
  }
  .fotter-content .fotter-menu-wrapper .navigation > li:nth-child(6) {
    left: 60%;
  }
  .module-events #history-slider .columns .column-3,
  .module-events #history-slider .columns .column-2-3 {
    width: 90%;
  }
  .module-realizations .fotter-realizations h2 {
    line-height: 1.2;
    padding: 2em 1em;
  }
  .layout-magazyn .columns-magazine .columns .column-4 {
    width: 100%;
  }
  .layout-promocje #promtion-list .columns .column-4 {
    width: 100%;
    margin-top: 1em;
    padding-bottom: 3em;
    box-sizing: content-box;
  }
  .columns .column-2-3,
  .columns .column-3 {
    width: 100%;
  }
  .layout-kontakt #contactForm .two-col {
    width: 100%;
  }
  .layout-kontakt .section-content {
    padding-right: 0;
  }
  .layout-kontakt .contact-info .column {
    width: 100%;
  }
  .layout-kontakt .contact-form .contact-info-wrapper {
    height: auto;
  }
  .label-column {
    display: none !important;
  }
  #ServiceSoftwareForm .two-col {
    width: 100%;
  }
  #seriveForm .two-col {
    width: 100%;
  }
  .module-catalog .offer-columns {
    overflow: hidden !important;
  }
  .module-catalog #acc-oferta .ui-accordion-header {
    font-size: 1em;
  }
  .module-catalog .offer-menu {
    overflow: hidden;
    position: absolute;
    top: 50px;
    height: 50px;
    right: -250px;
    width: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .module-catalog .offer-menu #sidebar-nav-ico {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../gfx/ico/rwd-menu-ico-black.png) no-repeat;
  }
  .module-catalog .offer-menu > h3:first-of-type {
    display: none;
  }
  .module-catalog .section-content {
    padding-right: 0;
  }
  .module-catalog.action-product .select-ico-wrapper {
    right: 3px;
  }
  .module-catalog.action-product .contact-min {
    display: none;
  }
  .module-catalog.action-product #tabs-machine li {
    width: 100% !important;
  }
  .module-catalog.action-product .columns {
    overflow: hidden !important;
  }
  .module-catalog.action-product .columns .column-2 {
    width: 100%;
  }
  .module-catalog.action-product .columns .column-pow {
    padding: 0 0 1em 0 !important;
  }
  .module-catalog.action-product #carousel-product-image img {
    max-width: 340px !important;
    width: 100% !important;
    height: auto !important;
  }
  .module-catalog.action-product .columna-seealso {
    width: 100%;
  }
  .page-front .content-wrapper .columns .column-2-3 {
    width: 100% !important;
    padding: 0.5em;
  }
  .fotter-content .fotter-menu-wrapper .navigation > li:nth-child(3),
  .fotter-content .fotter-menu-wrapper .navigation > li:nth-child(4),
  .fotter-content .fotter-menu-wrapper .navigation > li:nth-child(5),
  .fotter-content .fotter-menu-wrapper .navigation > li:nth-child(6) {
    left: 50%;
    position: static;
  }
  .columns-product-list .column-3 {
    margin-bottom: 1em;
  }
  .contact-widget {
    display: none;
  }
  #menu-top-wrapper {
    height: 85px;
    z-index: 9;
  }
  .wrapper-news .columns .column-2 {
    width: 100%;
  }
  .langs {
    clear: right;
    margin-right: 0;
  }
  .menu-top .navigation:last-child {
    width: auto;
    z-index: 999;
    position: relative;
  }
  .slider-wrapper {
    top: 85px;
  }
  #top-image {
    height: 196px;
  }
  #pager-main {
    left: auto;
    right: 10%;
  }
  .contact-min {
    height: 100px;
    top: 280px;
    right: -290px;
  }
  .contact-min .column-ico-phone {
    width: 70px;
    height: 70px;
  }
  .contact-min .column-contact {
    min-width: 290px;
  }
}
@media (max-width: 360px) {
  .slider-wrapper {
    top: 80px;
  }
  .menu-top .navigation:last-child {
    margin-right: 13px;
    width: 78%;
  }
  #bookmarks > ul > li a {
    font-size: 1em;
  }
  .layout-serwis #bookmarks > ul > li.ui-state-active:first-child a {
    background: transparent;
  }
  .layout-serwis #bookmarks > ul > li.ui-state-active:nth-child(2) a {
    background: transparent;
  }
  .layout-serwis #bookmarks > ul > li:first-child a {
    background: transparent;
  }
  .layout-serwis #bookmarks > ul > li:nth-child(2) a {
    background: transparent;
  }
  .layout-serwis .comments-content .button {
    left: auto;
    right: 0;
    top: -30px;
  }
  .layout-serwis nav.breadcrumbs .navigation li.last {
    clear: left;
  }
  .module-realizations .section-content > .columns:first-child .column-3,
  .module-realizations .section-content > .columns:first-child .column-2-3 {
    width: 100%;
  }
  #map-poland {
    left: -100px !important;
  }
  .map-wrapper {
    left: -100px;
  }
  .css-map {
    transform: scale(0.5);
  }
  .reference {
    max-width: 350px;
  }
  .module-events #history-slider .columns .column-3,
  .module-events #history-slider .columns .column-2-3 {
    width: 65%;
  }
  .columns .column-2 {
    width: 100%;
  }
  .menu-top {
    position: relative;
    z-index: 1000;
  }
  nav.breadcrumbs .navigation span:nth-of-type(2) {
    clear: left;
  }
  #menu-top-wrapper {
    height: 80px;
  }
  #topSearch {
    float: left;
  }
  #topSearch .formRow {
    left: 0;
  }
  #topSearch .formRow input {
    padding-left: 2em;
    padding-right: 1em;
  }
  .device-serive .left {
    display: none;
  }
  .check-offer .left {
    display: none;
  }
}
.close-news {
  position: absolute;
  top: 360px;
  left: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid black;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: block;
  -webkit-transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  transition: left 0.3s linear;
  behavior: url("/pie.htc");
  z-index: 20;
  background: white;
}
.close-news:active,
.close-news:hover {
  background: black;
  border-color: white;
}
.close-news:active > div,
.close-news:hover > div {
  background-color: white;
}
.close-news > div {
  width: 20px;
  height: 2px;
  background-color: black;
  position: absolute;
}
.close-news > div:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  behavior: url("/pie.htc");
  top: 10px;
  left: 1px;
}
.close-news > div:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  behavior: url("/pie.htc");
  top: 10px;
  left: 1px;
}
.info-box {
  background: #f1f6ff;
  padding: 30px;
}
.info-box .text-box {
  display: inline-block;
  float: left;
  width: 70%;
  margin-left: 10%;
}
.info-box .text-box h3 {
  text-transform: uppercase;
}
.info-box .click-box {
  display: inline-block;
  width: 20%;
}
.visualizer {
  margin-top: 30px;
}
.visualizer .visualizer-image {
  display: block;
  float: left;
  position: relative;
  /*                .layer1 {
                            background: url("../gfx/element-1.png");
                        }
                        .layer2 {
                            background: url("../gfx/element-2.png");
                        }
                        .layer3 {
                            background: url("../gfx/element-3.png");
                        }
                        .layer4 {
                            background: url("../gfx/element-4.png");
                        }
                        .layer5 {
                            background: url("../gfx/element-5.png");
                        }
                        .layer6 {
                            background: url("../gfx/element-6.png");
                        }*/
}
.visualizer .visualizer-image img {
  width: 601px;
  height: 562px;
}
.visualizer .visualizer-image .layer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  transition: all 0.4s;
}
.visualizer .visualizer-image .layer.ring-container {
  position: absolute;
}
.visualizer .visualizer-image .layer .circle {
  width: 15px;
  height: 15px;
  background-color: #2f5fcc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.visualizer .visualizer-image .layer .ringring {
  border: 3px solid #2f5fcc;
  -webkit-border-radius: 30px;
  height: 35px;
  width: 35px;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 21px);
  transform: translate(-50%);
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0.2s;
  opacity: 0;
}
.visualizer .visualizer-image .layer .ringring2 {
  border: 3px solid #2f5fcc;
  -webkit-border-radius: 30px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 28px);
  transform: translate(-50%);
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
.visualizer .visualizer-list {
  display: inline-block;
  border: 3px solid #ebebeb;
}
.visualizer .visualizer-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 320px;
}
.visualizer .visualizer-list > ul > li p {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgbold';
  position: relative;
  padding: 20px;
  margin: 0;
  background: #ebebeb;
  cursor: pointer;
}
.visualizer .visualizer-list > ul > li p:after {
  content: "\002B";
  position: absolute;
  font-family: arial;
  font-size: 24px;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
  color: #2f5fcc;
}
.visualizer .visualizer-list > ul > li p:hover {
  background: #fff;
}
.visualizer .visualizer-list > ul > li p.active {
  background: #fff;
}
.visualizer .visualizer-list > ul > li p.active:after {
  content: "\2212";
}
.visualizer .visualizer-list > ul > li ul {
  list-style: none;
  padding-top: 10px;
}
.visualizer .visualizer-list > ul > li ul li {
  padding: 8px 2px;
}
.visualizer .visualizer-list > ul > li ul li a {
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  text-transform: capitalize;
  color: #182d5d;
  text-decoration: underline;
  display: block;
  transform: translateY(-6px);
  max-width: 290px;
  position: relative;
  margin-left: 34px;
}
.visualizer .visualizer-list > ul > li ul li a:before {
  content: "";
  font-family: arial;
  color: #3765ce;
  font-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 30em;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  transform: translateY(8px);
  position: absolute;
  left: -40px;
  top: -11px;
}
.visualizer .visualizer-list > ul > li ul li a:hover {
  color: #3765ce;
}
.visualizer .visualizer-list > ul > li ul li a:hover:before {
  border: 1px solid #3765ce;
}
.visualizer .visualizer-list > ul > li ul li ul li {
  max-width: 200px;
}
.visualizer .visualizer-list a {
  text-decoration: none;
}
.visualizer .visualizer-list .toggleable:before {
  content: "\002B";
  transform: translateY(7px);
}
.visualizer .visualizer-list .toggleable:hover:before {
  border-color: #3765ce;
  color: #3765ce;
}
.visualizer .visualizer-list .toggleable.active {
  border-color: #3765ce;
}
.visualizer .visualizer-list .toggleable.active:before {
  content: "\2212";
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@media all and (max-width: 1023px) {
  .info-box {
    display: none;
  }
  .visualizer {
    margin: 0;
  }
  .visualizer .visualizer-image {
    display: none;
  }
  .section-content {
    width: 100%;
  }
  .visualizer .visualizer-list {
    width: 100%;
  }
  .visualizer .visualizer-list > ul {
    width: 100%;
  }
}
/*RODO*/
.service__agreements {
  float: left;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: justify;
}
#newsletter .formRow.checkbox {
  float: left;
  margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */
