/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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;
}
/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * 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;
}
/********************************************
 GRID
 - 16 cols
 - 1 col: 6.25%
 ********************************************/
[class^='col-'] {
  float: left;
  display: block;
  padding-left: 1%;
  padding-right: 1%;
}
[class^='col-'].npl {
  padding-left: 0;
}
[class^='col-'].npr {
  padding-right: 0;
}
[class^='col-'].align-right {
  text-align: right;
}
[class^='col-'].align-center {
  text-align: center;
}
[class^='col-'].padding-right {
  padding-right: 12px;
}
[class^='col-'].right {
  float: right;
}
[class^='col-'].alpha {
  margin-left: 0;
}
[class^='col-'].omega {
  margin-right: 0;
}
[class^='col-'].center {
  float: none;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/* set website content width */
.main-wrapp {
  max-width: 1500px;
  /*max-width: 1140px;*/
  min-width: 768px;
  width: 90%;
  margin: 0 auto;
}
/*.grid-wrapp {
    width: 1140px;
}*/
[class^='grid'] {
  margin: 0 auto;
  width: 100%;
}
.grid {
  width: 100%;
}
.grid-small {
  max-width: 380px;
}
[class^='grid']:after {
  clear: both;
}
.col-1-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.3333%;
}
.col-2-3 {
  width: 66.666667%;
}
.col-1-16 {
  width: 6.25%;
}
.col-2-16 {
  width: 12.5%;
}
.col-3-16 {
  width: 18.75%;
}
.col-4-16 {
  width: 25%;
}
.col-5-16 {
  width: 31.25%;
}
.col-6-16 {
  width: 37.5%;
}
.col-7-16 {
  width: 43.75%;
}
.col-8-16 {
  width: 50%;
}
.col-9-16 {
  width: 56.25%;
}
.col-10-16 {
  width: 62.5%;
}
.col-11-16 {
  width: 68.75%;
}
.col-12-16 {
  width: 75%;
}
.col-13-16 {
  width: 81.25%;
}
.col-14-16 {
  width: 87.5%;
}
.col-15-16 {
  width: 93.75%;
}
.col-16-16 {
  width: 100%;
}
.col-1-5 {
  width: 20%;
}
.push-1-16 {
  margin-left: 6.25%;
}
.push-2-16 {
  margin-left: 12.5%;
}
.push-4-16 {
  margin-left: 25%;
}
.push-6-16 {
  margin-left: 37.5%;
}
.push-8-16 {
  margin-left: 50%;
}

@media only screen and (max-width: 840px) {
  .main-wrapp {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .grid {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  [class^='col-'] {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  [class^='col-'].right {
    float: none;
  }
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* perfect-scrollbar v0.6.8 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
}
#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .5;
    transform: scale(0.75);
  }
}
/* OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  /*background-color: #666;*/
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}
/* NAVIGATION */
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-nav button {
  width: 1em;
  /* 20 */
  height: 1em;
  /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
  /* 5 */
}
#imagelightbox-nav button.active {
  background-color: #fff;
}
/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em;
  /* 60 */
  height: 7.5em;
  /* 120 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  /* 60 */
  border: none;
  cursor: pointer;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
  background-color: #111;
}
.imagelightbox-arrow-left {
  left: 2.5em;
  /* 40 */
}
.imagelightbox-arrow-right {
  right: 2.5em;
  /* 40 */
}
.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -0.125em;
  /* 2 */
}
.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em;
  /* 5 */
}
.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em;
  /* 5 */
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  #container {
    width: 100%;
  }
  #imagelightbox-close {
    top: 1.25em;
    /* 20 */
    right: 1.25em;
    /* 20 */
  }
  #imagelightbox-nav {
    bottom: 1.25em;
    /* 20 */
  }
  .imagelightbox-arrow {
    width: 2.5em;
    /* 40 */
    height: 3.75em;
    /* 60 */
    margin-top: -2.75em;
    /* 30 */
  }
  .imagelightbox-arrow-left {
    left: 1.25em;
    /* 20 */
  }
  .imagelightbox-arrow-right {
    right: 1.25em;
    /* 20 */
  }
}
@media only screen and (max-width: 768px) {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #14181C;
}
html {
  padding: 0;
  background: #fff;
  /*padding: 98px 0 0 0;*/
  min-width: 320px;
}
body.opened-modal {
  overflow: hidden;
}
body {
  padding: 0;
}
body,
form {
  font-size: 15px;
  font-family: 'Exo 2', sans-serif;
}
body.full-bg-dark {
  background: url('../img/body-full-bg-dark.jpg') 50% 0 no-repeat #202c3a;
  background-size: contain;
  color: #fff;
}
[data-toggle] {
  cursor: pointer;
}
/* buttons */
.btn {
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
  border: 2px solid;
  padding: 10px 23px;
  transition: all .3s;
  text-decoration: none;
}
@media (max-width: 840px) {
  .btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-wide {
  padding-left: 40px;
  padding-right: 40px;
}
.btn.btn-big {
  padding: 13px 40px;
}
.btn.btn-medium {
  padding: 13px 24px;
}
.btn.btn-red {
  background: #c30c0e;
  color: #fff;
  border-color: #c30c0e;
}
.btn.btn-red:hover,
.btn.btn-red.active {
  background: #fff;
  border-color: #c30c0e;
  color: #c30c0e;
}
.btn.btn-red.loading,
.btn.btn-red.loading:hover {
  background: #fff;
  border-color: #c30c0e;
  color: #fff;
}
.btn.btn-green {
  background: #379A4E;
  color: #fff;
  border-color: #379A4E;
}
.btn.btn-green:hover,
.btn.btn-green.active {
  background: #fff;
  border-color: #379A4E;
  color: #379A4E;
}
.btn.btn-green.loading,
.btn.btn-green.loading:hover {
  background: #fff;
  border-color: #379A4E;
  color: #fff;
}
.btn.btn-white-trans {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-white-trans:hover,
.btn.btn-white-trans.active {
  background: #fff;
  border-color: #fff;
  color: #212121;
}
.btn.btn-white-trans.loading,
.btn.btn-white-trans.loading:hover {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.btn.btn-yellow-trans {
  background: transparent;
  color: #000;
  border-color: #ffd161;
}
.btn.btn-yellow-trans:hover,
.btn.btn-yellow-trans.active {
  background: #ffd161;
  border-color: #ffd161;
  color: #000;
}
.btn.btn-yellow-trans.loading,
.btn.btn-yellow-trans.loading:hover {
  background: #ffd161;
  border-color: #ffd161;
  color: #000;
}
/* form */
form label {
  color: #fff;
  padding: 0 0 5px 5px;
  display: block;
}
form label a {
  color: #fff;
  text-decoration: underline;
}
form label a:hover {
  text-decoration: none;
}
form label.invalid {
  color: #c30c0e;
}
form .input textarea,
form .input input {
  width: 100%;
  padding-left: 5px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
form .input input {
  height: 38px;
}
form .input textarea {
  resize: none;
}
form button {
  -webkit-appearance: none;
}
form .form-row {
  margin: 12px 0;
}
form .form-row.btn-form-row {
  text-align: center;
}
form input[type="checkbox"] {
  display: none;
}
form input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
form input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #fff;
  display: block;
  content: "";
  border: 4px #fff solid;
  border-radius: 2px;
}
form input[type="checkbox"]:checked + label::before {
  background: #379A4E;
}
/* .tabs */
.tabs-wrapp .tab-content {
  display: none;
}
.tabs-wrapp .tab-content.active {
  display: block;
}
/* header#main-header */
header#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 80px;
  z-index: 99;
  transition: padding-top 0.3s, background 0.3s;
  font-size: 1.1em;
}
@media (max-width: 1012px) {
  header#main-header {
    line-height: 60px;
    padding-top: 0;
    background: #181E23;
    padding-bottom: 0;
  }
}
@media (min-width: 841px) {
  header#main-header.bg {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.9);
  }
  
  
  header#main-header.bg .main-wrapp .logo-wrapp .logo img {
    height: 60px;
  }
}
@media (max-width: 1140px) {
  header#main-header .main-wrapp {
    width: 98%;
  }
}
@media (max-width: 840px) {
  header#main-header .main-wrapp {
    width: 100%;
  }
}
header#main-header .main-wrapp .logo-wrapp .logo,
header#main-header .main-wrapp .logo-wrapp .quote {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1012px) {
  header#main-header .main-wrapp .logo-wrapp {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    top: 0;
    height: 100%;
    text-align: center;
  }
}

header#main-header .main-wrapp .logo-wrapp .logo img {
  height: 80px;
  vertical-align: middle;
  margin-top: -8px;
}

@media (max-width: 1038px) {
    header#main-header .main-wrapp .logo-wrapp .logo img{
        height: 60px;
    }
}

@media (max-width: 1012px) {
    header#main-header .main-wrapp .logo-wrapp .logo img {
        max-width: 100%;
        max-height: 65%;
        height: auto;
    }
}

header#main-header .main-wrapp .logo-wrapp .quote {
  margin-left: 15px;
  line-height: 1;
  display: inline-block;
}
header#main-header .main-wrapp .logo-wrapp .quote h1 {
  color: #a2b4c2;
  font-style: italic;
  font-size: .9em;
  font-weight: 400;
}
header#main-header .main-wrapp .logo-wrapp .quote h1 span{
  display: block;
  font-style: normal;
  padding: 3px 0;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 1385px) {
    header#main-header .main-wrapp .logo-wrapp .quote{
        display: none;
    }
}

@media (max-width: 1020px) {
  header#main-header .main-wrapp .logo-wrapp .quote {
    display: none;
  }
}
@media (max-width: 1012px) {
  header#main-header .main-wrapp .nav {
    float: none;
  }
}
header#main-header .main-wrapp .nav .menu-opener {
  display: none;
  height: 60px;
  float: left;
  line-height: 60px;
  color: #A9BBCA;
  font-size: .85em;
}
@media (max-width: 1012px) {
  header#main-header .main-wrapp .nav .menu-opener {
    display: block;
  }
}
header#main-header .main-wrapp .nav .menu-opener .menu-button {
  width: 40px;
  height: 40px;
  background: url('../img/menu-opener.svg') 0 50% no-repeat;
  background-size: auto 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
  cursor: pointer;
}
header#main-header .main-wrapp .nav .menu-opener .menu-button.active {
  background-image: url('../img/close-cross.svg');
}
header#main-header .main-wrapp .nav nav {
  margin-top: 2px;
}

header#main-header .main-wrapp .nav nav ul {
  margin: 0;
  list-style-type: none;
}
@media (min-width: 1012px) {
  header#main-header .main-wrapp .nav nav {
    display: block !important;
  }
}
@media (max-width: 1012px) {
  header#main-header .main-wrapp .nav nav {
    display: none;
    float: none;
    width: 100%;
    position: fixed;
    top: 60px;
    bottom: 0;
    margin-top: 0;
    overflow: hidden;
    left: 0;
  }
  header#main-header .main-wrapp .nav nav ul {
    width: 90%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    background: #005CAB;
    padding: 10px 30px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*@media (min-width: 841px) {
  header#main-header .main-wrapp .nav nav ul {
    padding: 0;
  }
}*/
header#main-header .main-wrapp .nav nav ul li {
  display: inline-block;
  margin-left: 32px;
}
@media (max-width: 1200px) {
  header#main-header .main-wrapp .nav nav ul li {
    margin-left: 20px;
  }
}
@media (max-width: 1012px) {
  header#main-header .main-wrapp .nav nav ul li {
    display: block;
    margin-left: 0;
    border-top: 1px #478AC3 solid;
  }
  header#main-header .main-wrapp .nav nav ul li:first-of-type {
    border-top: none;
  }
}
header#main-header .main-wrapp .nav nav a {
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 12px 0;
}
header#main-header .main-wrapp .nav nav a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: none;
  background: #ee2424;
}
header#main-header .main-wrapp .nav nav a:hover::after {
  display: block;
}
@media (max-width: 1012px) {
  header#main-header .main-wrapp .nav nav a:hover::after {
    display: none;
  }
}
@media (max-width: 1012px) {
  header#main-header .main-wrapp .nav nav a:hover {
    color: #4B94D3;
  }
}
header#main-header .main-wrapp .nav nav li.active a::after {
  display: block;
}
@media (max-width: 1012px) {
  header#main-header .main-wrapp .nav nav li.active a {
    color: #4B94D3;
  }
  header#main-header .main-wrapp .nav nav li.active a::after {
    display: none;
  }
}
header#main-header .main-wrapp .nav .search-button-wrap {
  margin-left: 32px;
}
header#main-header .main-wrapp .nav .search-button-wrap span.search {
  cursor: pointer;
  background-position: 70% 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 22px auto;
  position: relative;
  top: 1px;
  vertical-align: middle;
  line-height: 1;
}
header#main-header .main-wrapp .nav .search-button-wrap span.search:hover {
  opacity: .5;
}
header#main-header .main-wrapp .nav .search-button-wrap span.search img {
  height: 22px;
}
header#main-header .main-wrapp .nav .search-button-wrap span.search.active {
  background-image: url('../img/close-cross.svg');
}
header#main-header .main-wrapp .nav .search-button-wrap span.search.active img {
  display: none;
}
header#main-header .grid {
  position: relative;
}
header#main-header .grid .search-wrapp {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  background: #005CAB;
  line-height: 1;
  padding: 30px;
  font-size: 2em;
  font-weight: 300;
  display: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1012px) {
  header#main-header .grid .search-wrapp {
    padding: 20px;
    margin-top: 0;
    font-size: 1.4em;
  }
}
header#main-header .grid .search-wrapp .input {
  width: 100%;
  position: relative;
  padding-right: 60px;
}
header#main-header .grid .search-wrapp .input input {
  background: transparent;
  border: none;
  border-bottom: 1px #478AC3 solid;
  outline: none;
  width: 100%;
  font-size: 2em;
  color: #ffffff;
  height: 40px;
}
@media (max-width: 1012px) {
  header#main-header .grid .search-wrapp .input input {
    font-size: 1.4em;
  }
}
header#main-header .grid .search-wrapp .input ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #478AC3;
}
header#main-header .grid .search-wrapp .input :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #478AC3;
  opacity: 1;
}
header#main-header .grid .search-wrapp .input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #478AC3;
  opacity: 1;
}
header#main-header .grid .search-wrapp .input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #478AC3;
}
header#main-header .grid .search-wrapp .input .button {
  position: absolute;
  right: 0;
  top: 0;
}
header#main-header .grid .search-wrapp .input .button button {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
}
header#main-header .grid .search-wrapp .input .button button img {
  height: 24px;
  position: relative;
  top: 8px;
}
header#main-header .grid .search-wrapp .input .button button:hover {
  opacity: .5;
}
@media (max-width: 1012px) {
  body.home-page header#main-header .main-wrapp .grid {
    border-bottom: 1px #3E4750 solid;
  }
  body.home-page header#main-header .main-wrapp .logo-wrapp {
    display: none;
  }
}
@media (max-width: 1012px) {
  body.home-page header#main-header.bg .grid {
    border-bottom: 1px #3E4750 solid;
  }
  body.home-page header#main-header.bg .logo-wrapp {
    display: block;
  }
}
#mobile-logo-quote {
  display: none;
  margin-bottom: 60px;
  padding-left: 1%;
  padding-right: 1%;
}
@media (max-width: 1012px) {
  #mobile-logo-quote {
    display: block;
  }
}
#mobile-logo-quote .logo {
  vertical-align: middle;
  width: 30%;
  margin-right: 5%;
  display: inline-block;
}
#mobile-logo-quote .logo a {
  display: block;
}
#mobile-logo-quote .logo a img {
  max-height: 80px;
  max-width: 100%;
}
#mobile-logo-quote .quote {
  width: 60%;
  color: #A9BBCA;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1012px) {
  body.opened-modal header#main-header.bg {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.9);
  }
  body.opened-modal header#main-header.bg .main-wrapp .logo-wrapp .logo img {
    height: 60px;
  }
}
/* .top-bg */
.section.top-bg {
  height: 119px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1012px) {
  .section.top-bg {
    height: 60px;
  }
}
body.top-bg-dark .section.top-bg {
  background-image: url('../img/bg-top-dark.jpg');
}
body.top-bg-blue .section.top-bg {
  background-image: url('../img/bg-top-blue.jpg');
}
@media (max-width: 1012px) {
  body.top-bg-blue header#main-header {
    background: #005CAB;
  }
}
body.top-bg-blue header#main-header .main-wrapp .logo-wrapp h1 {
  color: #DEEBF5;
}
/* .breadcrumbs */
.breadcrumbs {
  font-size: .9em;
  line-height: 28px;
}
.breadcrumbs .main-wrapp {
  border-bottom: 1px #E1E1E1 solid;
}
.breadcrumbs .sep {
  margin: 0 5px;
}
.breadcrumbs a {
  color: #686868;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a:last-of-type {
  color: #B8B8B8;
}
@media (max-width: 840px) {
  .breadcrumbs {
    display: none;
  }
}
body.full-bg-dark .breadcrumbs .main-wrapp {
  border-bottom-color: #2B3B4B;
}
body.full-bg-dark .breadcrumbs a {
  color: #fff;
}
body.full-bg-dark .breadcrumbs a:last-of-type {
  color: #fff;
}
/* .main-slider */
.main-slider {
  padding: 198px 0 362px;
  margin-bottom: -260px;
  background: url('../img/landing-bg.jpg') 50% 50% no-repeat #20272e;
  background-size: cover;
  color: #fff;
}
@media (max-width: 840px) {
  .main-slider {
    padding-top: 110px;
    padding-bottom: 270px;
    background: #181E23;
  }
}
.main-slider .swiper-container {
  height: 300px;
  width: 982px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 840px) {
  .main-slider .swiper-container {
    width: 100%;
    height: 320px;
  }
}
.main-slider .swiper-container .swiper-slide {
  height: 300px;
  padding-right: 80px;
}


.main-slider .swiper-container .swiper-slide .swiper-slide-image {
  width: 166px;
  float: left;

}

.main-slider .swiper-container .swiper-slide .swiper-slide-image img{
  border: 5px solid #fff;
}

.main-slider .swiper-container .swiper-slide .swiper-slide-text {
  float: left;
  padding: 0 0 0 5%;
  width: 71%;
}

@media (max-width: 840px) {
  .main-slider .swiper-container .swiper-slide {
    height: 320px !important;
    padding-right: 0;
  }

  .main-slider .swiper-container .swiper-slide .swiper-slide-image {
    display: none;
  }
}
.main-slider .swiper-container .swiper-slide h2 {
  margin: 0;
  font-size: 3.0em;
  font-weight: 300;
  line-height: 1.2;
  padding-right: 80px;
}
@media (max-width: 840px) {
  .main-slider .swiper-container .swiper-slide h2 {
    font-size: 2em;
    padding-right: 60px;
    height: 108px;
    padding-left: 2%;
  }
}
.main-slider .swiper-container .swiper-slide .slide-desc {
  margin: 30px 0;
  font-size: 1.3em;
  color: #BFCDDA;
  padding-right: 80px;
}
@media (max-width: 840px) {
  .main-slider .swiper-container .swiper-slide .slide-desc {
    padding-left: 2%;
    font-size: 1em;
    margin: 5px 0 15px 0;
    height: 36px;
  }
}
@media (max-width: 840px) {
  .main-slider .swiper-container .swiper-slide .slide-actions {
    height: 134px;
  }
}
.main-slider .swiper-container .swiper-slide .slide-actions .btn {
  margin-right: 32px;
}
@media (max-width: 840px) {
  .main-slider .swiper-container .swiper-slide .slide-actions .btn {
    margin-right: 0;
    margin-top: 15px;
  }
}
.main-slider .swiper-container .swiper-pagination {
  z-index: 9;
  left: auto;
  right: 0;
  top: 50%;
  width: 16px;
  bottom: auto;
  height: auto;
  margin-top: -100px;
}
@media (max-width: 840px) {
  .main-slider .swiper-container .swiper-pagination {
    margin-top: 0px;
    top: 30px;
    width: 24px;
  }
}
.main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  position: relative;
  background: #fff;
  opacity: 1;
  margin: 10px 0;
}
.main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet:hover,
.main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 0px 0px 2px #0d6fb0;
  -moz-box-shadow: 0px 0px 0px 2px #0d6fb0;
  box-shadow: 0px 0px 0px 2px #0d6fb0;
  background: transparent;
}
@media (max-width: 840px) {
  .main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet:hover,
  .main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #0d6fb0;
  }
}
@media (max-width: 840px) {
  .main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    margin: 6px 0;
    border: 2px #181E23 solid;
  }
}
/* big nav */
.section.big-nav {
  color: #fff;
  position: relative;
}
@media (max-width: 840px) {
  .section.big-nav .grid {
    width: 100%;
  }
}
.section.big-nav .big-nav-item {
  width: 32%;
  float: left;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 30px;
  min-height: 528px;
}
@media (max-width: 840px) {
  .section.big-nav .big-nav-item {
    text-align: left;
    width: 100%;
    float: none;
  }
}
.section.big-nav .big-nav-item .big-nav-item-img {
  display: block;
  height: 255px;
  background-size: cover;
  background-position: 50% 50%;
}

.section.big-nav .big-nav-item:nth-child(2) .big-nav-item-img{
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

.section.big-nav .big-nav-item h3 {
  font-weight: 400;
  font-size: 1.2em;
  margin: 32px auto;
  width: 90%;
}
@media (max-width: 840px) {
  .section.big-nav .big-nav-item h3 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
.section.big-nav .big-nav-item h3 a {
  color: #fff;
  text-decoration: none;
}
.section.big-nav .big-nav-item h3 a:hover {
  text-decoration: underline;
}
.section.big-nav .big-nav-item .big-nav-item-desc {
  width: 320px;
  line-height: 1.5;
  margin: 32px auto;
}
@media (max-width: 1050px) {
  .section.big-nav .big-nav-item .big-nav-item-desc {
    width: 90%;
  }
}
.section.big-nav .big-nav-item .big-nav-item-desc p {
  margin: 0;
}
.section.big-nav .big-nav-item .big-nav-item-action {
  margin-top: 40px;
  font-size: 1.06em;
  text-align: center;
}
@media (max-width: 840px) {
  .section.big-nav .big-nav-item .big-nav-item-action .btn {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.section.big-nav .big-nav-item:nth-child(1) {
  background: #c30c0e;
}
.section.big-nav .big-nav-item:nth-child(2) {
  padding-bottom: 38px;
  margin-top: -8px;
  width: 35%;
  background: #015cab;
  -webkit-box-shadow: 0px 0px 10px 0px #000000;
  -moz-box-shadow: 0px 0px 10px 0px #000000;
  box-shadow: 0px 0px 10px 0px #000000;
  position: relative;
  z-index: 2;
}
.section.big-nav .big-nav-item:nth-child(2) .big-nav-item-img {
  height: 263px;
}
@media (max-width: 840px) {
  .section.big-nav .big-nav-item:nth-child(2) .big-nav-item-img {
    height: 300px;
  }
}
@media (max-width: 840px) {
  .section.big-nav .big-nav-item:nth-child(2) {
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px;
  }
}
.section.big-nav .big-nav-item:nth-child(3) {
  background: #2e3844;
}
/* .big-action-button */
.big-action-button {
  position: fixed;
  top: 119px;
  right: 0;
  height: 64px;
  max-width: 160px;
  z-index: 9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #fd2d40;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd2d40 0%, #a0041b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd2d40 0%, #a0041b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd2d40 0%, #a0041b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 840px) {
  .big-action-button {
    top: 60px;
    height: 40px;
    max-width: 120px;
  }
}
.big-action-button:hover {
  background: #a0041b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a0041b 0%, #fd2d40 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a0041b 0%, #fd2d40 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a0041b 0%, #fd2d40 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.big-action-button .active-part {
  display: block;
}
.big-action-button .return-part {
  width: 35px;
  display: none;
  cursor: pointer;
  line-height: 64px;
  text-align: center;
}
@media (max-width: 840px) {
  .big-action-button .return-part {
    line-height: 40px;
    width: 28px;
  }
}
.big-action-button .return-part img {
  margin-top: -2px;
  vertical-align: middle;
  height: 20px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.big-action-button .close-button {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 840px) {
  .big-action-button .close-button {
    text-align: left;
    padding-left: 2px;
    padding-top: 3px;
  }
}
.big-action-button .close-button img {
  vertical-align: middle;
  width: 12px;
}
@media (max-width: 840px) {
  .big-action-button .close-button img {
    vertical-align: top;
    width: 8px;
  }
}
.big-action-button .close-button:hover {
  opacity: .5;
}
.big-action-button a {
  background-position: 20px 50%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  font-size: .9em;
  padding: 15px 20px 15px 80px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 840px) {
  .big-action-button a {
    font-size: .8em;
  }
}
@media (max-width: 840px) {
  .big-action-button a {
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.big-action-button a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background: url('../img/oil-ico.png') 50% 50% no-repeat;
  display: block;
  content: "";
}
@media (max-width: 840px) {
  .big-action-button a::before {
    width: 50px;
    background-size: 26px auto;
  }
}
.big-action-button a::after {
  position: absolute;
  left: 70px;
  top: 50%;
  margin-top: -14px;
  height: 30px;
  width: 1px;
  background: #ffffff;
  display: block;
  content: "";
}
@media (max-width: 840px) {
  .big-action-button a::after {
    left: 50px;
  }
}
/* .products */
.products {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 840px) {
  .products::before {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 1px;
    background: #E1E1E1;
    display: block;
    content: "";
  }
}
.products.section {
  padding-top: 40px;
}
@media (max-width: 840px) {
  .products.section {
    padding-top: 25px;
  }
  .products.section .grid {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .products.section::after,
  .products.section::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    background-repeat: no-repeat;
    display: block;
    content: "";
  }
  .products.section::after {
    right: 0;
    background-position: 0 50%;
    background-image: url('../img/products-bg-right.png');
  }
  .products.section::before {
    left: 0;
    background-position: 100% 50%;
    background-image: url('../img/products-bg-left.png');
  }
}
.products.section .tabs-wrapp .tabs {
  text-align: center;
  margin-bottom: 20px;
}
.products.section .tabs-wrapp .tabs .desktop-tabs {
  border-bottom: 1px #e2e2e2 solid;
  padding: 28px 0 46px 0;
}
.products.section .tabs-wrapp .tabs .tab {
  position: relative;
  padding-bottom: 16px;
  text-decoration: none;
  color: #142336;
  margin: 0 40px;
  font-size: 1.25em;
}
.products.section .tabs-wrapp .tabs .tab::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
  width: 100%;
  background: #0e70af;
  display: none;
}
.products.section .tabs-wrapp .tabs .tab.active::after,
.products.section .tabs-wrapp .tabs .tab:hover::after {
  display: block;
}
.products.section .tabs-wrapp .mobile-tabs {
  display: none;
}
.products.section .tabs-wrapp .mobile-tabs .swiper-container {
  height: 50px;
  padding-left: 5%;
}
.products.section .tabs-wrapp .mobile-tabs .swiper-container .swiper-slide {
  height: 50px;
  padding-right: 35px;
  float: left;
  width: auto;
}
.products.section .tabs-wrapp .mobile-tabs .swiper-container .swiper-slide .tab {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 8px;
}
@media (max-width: 840px) {
  .products.section .tabs-wrapp .desktop-tabs {
    display: none;
  }
  .products.section .tabs-wrapp .mobile-tabs {
    display: block;
  }
}
.products.section .products-more {
  margin-top: 40px;
}
.products .product {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
  height: 196px;
}

.products .product:hover .product-title a{
    text-decoration: underline;
}

@media (max-width: 1020px) {
  .products .product.col-1-5 {
    width: 25%;
  }
}
@media (max-width: 840px) {
  .products .product.col-1-5 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 840px) {
  .products .product.col-4-16 {
    width: 50%;
    float: left;
  }
}
.products .product .product-img {
  height: 136px;
}
.products .product .product-img a img {
  max-height: 100%;
  max-width: 100%;
}


.products .product .product-title {
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: 40px;

}

.products .product .product-title .product_code{
    margin: 0px;
  font-size: 0.9em;
  color: #5B5C5E;
}

.products .product .product-title .product_param{
    margin: 0px;
    font-size: 0.9em;
    color: #5B5C5E;
}

.products .product .product-title h3 {
  margin: 0;
  font-size: .93em;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  /*white-space: nowrap;
  text-overflow: ellipsis;*/
  height: 36px;
  width: 100%;
}
.products .product .product-title h3 a {
  color: #112033;
  text-decoration: none;
}
.products .product .product-title h3 a:hover {
  text-decoration: underline;
}
.products .product .product-label {
  position: absolute;
  top: -30px;
  font-size: .9em;
  padding: 2px 4px;
  border-radius: 3px;
}
.products .product .product-label.product-label-red {
  background: #d00232;
  color: #fff;
}
.products .products-more {
  margin-top: 25px;
  text-align: center;
  font-size: 1.06em;
}
@media (max-width: 840px) {
  .products .products-more {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 840px) {
  .products-page-wrapp .products::before {
    display: none;
  }
}
/* .big-product-wrapp */
.big-product-wrapp {
  padding-top: 40px;
}
@media (max-width: 840px) {
  .big-product-wrapp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
}
.big-product-wrapp .product-info-cols .product-img-col .main-image {
  text-align: center;
  height: 320px;
  line-height: 320px;
}
.big-product-wrapp .product-info-cols .product-img-col .main-image img {
  vertical-align: middle;
  max-height: 100%;
}
@media (max-width: 840px) {
  .big-product-wrapp .product-info-cols .product-img-col .main-image {
    display: none;
  }
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails {
  height: 60px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 840px) {
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails {
    height: 260px;
    margin-bottom: 30px;
  }
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail {
  height: 60px;
  float: left;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 841px) {
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail {
    width: 33.3333% !important;
  }
}
@media (max-width: 840px) {
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail {
    height: 260px;
    width: 100%;
    line-height: 260px;
  }
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail .image-thumbnail-content {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  line-height: 1;
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail .image-thumbnail-image {
  cursor: pointer;
  max-height: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail .image-thumbnail-image:hover,
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail .image-thumbnail-image.active {
  opacity: .5;
}
@media (max-width: 840px) {
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail .image-thumbnail-image:hover,
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail .image-thumbnail-image.active {
    opacity: 1;
  }
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail .image-thumbnail-image img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width: 841px) {
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail .image-thumbnail-image img {
    max-height: 60px;
  }
}
@media (max-width: 840px) {
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail .image-thumbnail-image img {
    max-height: 260px;
  }
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail a {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 840px) {
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .image-thumbnail a {
    display: block;
  }
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .swiper-button-prev,
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .swiper-button-next {
  display: none;
  position: absolute;
  top: 10px;
  height: 260px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
@media (max-width: 840px) {
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .swiper-button-prev,
  .big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .swiper-button-next {
    display: block;
  }
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .swiper-button-prev.swiper-button-prev,
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .swiper-button-next.swiper-button-prev {
  left: 0;
  background-image: url('../img/arrow-left.svg');
}
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .swiper-button-prev.swiper-button-next,
.big-product-wrapp .product-info-cols .product-img-col .images-thumbnails .swiper-button-next.swiper-button-next {
  right: 0;
  background-image: url('../img/arrow-right.svg');
}
.big-product-wrapp .product-info-cols .product-info-col header {
  position: relative;
  padding-top: 30px;
}
.big-product-wrapp .product-info-cols .product-info-col header h2 {
  font-weight: 400;
  font-size: 1.533333em;
  color: #112033;
  margin: 0;
  text-transform: uppercase;
}
.big-product-wrapp .product-info-cols .product-info-col header .product-code {
  font-size: 0.9em;
  color: #636E7B;
}
.big-product-wrapp .product-info-cols .product-info-col header .product-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: .9em;
  padding: 2px 4px;
  border-radius: 3px;
}
.big-product-wrapp .product-info-cols .product-info-col header .product-label.product-label-red {
  background: #d00232;
  color: #fff;
}
.big-product-wrapp .product-info-cols .product-info-col .product-desc {
  color: #112033;
  line-height: 1.7;
  margin: 30px 0;
}
.big-product-wrapp .product-info-cols .product-info-col .product-actions {
  border-top: 1px #E1E1E1 solid;
  padding-top: 30px;
}
.big-product-wrapp .product-info-cols .product-info-col .product-actions .product-action-wrap {
  margin-bottom: 30px;
  position: relative;
}
.big-product-wrapp .product-info-cols .product-info-col .product-actions .product-action-wrap::before {
  position: absolute;
  top: -6px;
  right: 0;
  height: 30px;
  width: 30px;
  display: block;
  content: "";
  background: url('../img/truck-ico-gray.png') 0 100% no-repeat;
  background-size: 20px auto;
}
.big-product-wrapp .product-info-cols .product-info-col .product-actions .product-action-wrap::after {
  position: absolute;
  top: -6px;
  right: 46px;
  height: 30px;
  width: 24px;
  display: block;
  content: "";
  background: url('../img/car-ico-gray.png') 0 100% no-repeat;
  background-size: 20px auto;
}
.big-product-wrapp .product-info-cols .product-info-col .product-actions .product-action-wrap .product-action {
  position: relative;
  cursor: pointer;
  color: #112033;
  text-decoration: underline;
  margin-left: 30px;
}
.big-product-wrapp .product-info-cols .product-info-col .product-actions .product-action-wrap .product-action::before {
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 20px;
  background: url('../img/envelope-ico.svg') 0 4px no-repeat;
  background-size: 16px auto;
  display: block;
  content: "";
}
@media (max-width: 840px) {
  .big-product-wrapp .product-info-cols .product-info-col .product-actions .product-action-wrap .product-action::before {
    background-size: 20px auto;
    background-position: 0 2px;
  }
}
.big-product-wrapp .product-info-cols .product-info-col .product-actions .product-action-wrap .product-action:hover {
  text-decoration: none;
}
.big-product-wrapp .product-info-cols .product-info-col .product-actions .btn {
  font-size: 1.066667em;
}
.big-product-wrapp .product-tabs {
  margin-top: 70px;
  margin-left: 25px;
  width: 100%;
}
@media (max-width: 840px) {
  .big-product-wrapp .product-tabs {
    margin-left: 0;
  }
}
.big-product-wrapp .product-tabs .tabs {
  border-bottom: 1px #E1E1E1 solid;
  color: #112033;
  font-size: 1.3333333em;
  width: 100%;
}
.big-product-wrapp .product-tabs .tabs.mobile-tabs {
  display: none;
  position: absolute;
  left: 0;
}
.big-product-wrapp .product-tabs .tabs.mobile-tabs .swiper-slide {
  float: left;
  width: auto;
  padding-right: 30px;
}
@media (max-width: 840px) {
  .big-product-wrapp .product-tabs .tabs {
    border-bottom: none;
  }
  .big-product-wrapp .product-tabs .tabs.desktop-tabs {
    display: none;
  }
  .big-product-wrapp .product-tabs .tabs.mobile-tabs {
    display: block;
  }
  .big-product-wrapp .product-tabs .tabs .swiper-container {
    padding-left: 5%;
  }
}
.big-product-wrapp .product-tabs .tabs .tab {
  position: relative;
  margin-left: 35px;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 8px;
}
.big-product-wrapp .product-tabs .tabs .tab:first-of-type {
  margin-left: 0;
}
.big-product-wrapp .product-tabs .tabs .tab::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ED2324;
  content: "";
  display: none;
}
.big-product-wrapp .product-tabs .tabs .tab.active::after,
.big-product-wrapp .product-tabs .tabs .tab:hover::after {
  display: block;
}
.big-product-wrapp .product-tabs .tabs-content {
  color: #112033;
  line-height: 1.7;
}
@media (max-width: 840px) {
  .big-product-wrapp .product-tabs .tabs-content {
    padding-top: 40px;
  }
}
.big-product-wrapp .product-specifications {
  margin-left: 25px;
  margin-top: 75px;
}
@media (max-width: 840px) {
  .big-product-wrapp .product-specifications {
    margin-left: 0;
  }
}
.big-product-wrapp .product-specifications .product-specifications-title {
  font-size: 1.33337em;
  color: #112033;
  border-bottom: 1px #E1E1E1 solid;
  padding-bottom: 8px;
  margin-bottom: 35px;
}

.big-product-wrapp .product-specifications .product-specifications-title-last {
  margin-bottom: 0px;
}

.big-product-wrapp .product-specifications .product-specifications-content {
  color: #112033;
}
.big-product-wrapp .product-specifications .product-specifications-content p {
  margin: 25px 0;
}
.big-product-wrapp .product-specifications .product-specifications-content .product-specifications-table .product-specifications-table-th {
  background: #ECF8FF;
  border-radius: 1px;
  border: 1px #CDE4F1 solid;
  padding: 8px 16px;
  margin-bottom: 8px;
}
.big-product-wrapp .product-specifications .product-specifications-content .product-specifications-table .product-specifications-table-tr {
  background: #F6F6F6;
  border-radius: 1px;
  border: 1px #DFDFDF solid;
  padding: 8px 16px;
  margin-bottom: 8px;
}
.big-product-wrapp .product-specifications .product-specifications-content .product-specifications-table .col-3-16 {
  float: left;
  width: 18.75%;
}
@media (max-width: 840px) {
  .big-product-wrapp .product-specifications .product-specifications-content .product-specifications-table .col-3-16 {
    width: 33.33333%;
  }
}
/* .texts-grid */
.texts-grid .main-wrapp {
  border-top: 1px #e2e2e2 solid;
  margin-top: 40px;
  padding-top: 40px;
}
@media (max-width: 840px) {
  .texts-grid .main-wrapp {
    border-top: none;
    padding-top: 0px;
  }
}
.texts-grid .main-wrapp .grid {
  background: url('../img/texts-center-border.png') repeat-y 50% 0;
}
@media (max-width: 840px) {
  .texts-grid .main-wrapp .grid {
    background: transparent;
  }
}
.texts-grid.section .texts-text {
  padding-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1080px) {
  .texts-grid.section .texts-text {
    padding-right: 40px;
  }
}
@media (max-width: 840px) {
  .texts-grid.section .texts-text {
    padding-top: 10px;
    padding-right: 0;
    margin-top: 30px;
    background: url('../img/texts-center-border-horizontal.png') 0 0 repeat-x;
    padding-bottom: 0;
  }
  .texts-grid.section .texts-text:first-of-type {
    background: transparent;
    margin-top: 35px;
  }
}
.texts-grid.section .texts-text header h2 {
  font-size: 2em;
}
@media (max-width: 840px) {
  .texts-grid.section .texts-text header h2 {
    font-size: 1.3em;
  }
}
.texts-grid.section .texts-text .text-content-wrapp .text-content {
  padding-right: 0;
}
.texts-grid.section .texts-text .text-content-wrapp .text-content p {
  height: auto;
}
.texts-grid.products-texts-grid {
  margin-top: 91px;
  background: url('../img/texts-center-border.png') 50% 0 repeat-y;
  position: relative;
  margin-left: 25px;
}
.texts-grid.products-texts-grid.product-text-grid {
  margin-top: 71px;
  margin-bottom: 80px;
}

.texts-grid.products-texts-grid.product-text-grid .text-content a{
  color: #000;
}

@media (max-width: 840px) {
  .texts-grid.products-texts-grid.product-text-grid {
    display: none;
  }
}
.texts-grid.products-texts-grid .texts-text .text-content-wrapp .text-content p {
  height: 66px;
}
@media (max-width: 840px) {
  .texts-grid.products-texts-grid .texts-text .text-content-wrapp .text-content p {
    height: auto;
  }
}
.texts-grid.products-texts-grid::before {
  position: absolute;
  left: 25px;
  right: 0px;
  top: -30px;
  background: #e2e2e2;
  height: 1px;
  display: block;
  content: "";
}
@media (max-width: 840px) {
  .texts-grid.products-texts-grid {
    margin-top: 10px;
    background: transparent;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .texts-grid.products-texts-grid::before {
    display: none;
  }
}
@media (max-width: 840px) {
  .texts-grid.products-texts-grid .texts-text {
    margin-top: 30px;
    background: url('../img/texts-center-border-horizontal.png') 0 0 repeat-x;
    padding-top: 20px;
  }
  .texts-grid.products-texts-grid .texts-text:first-of-type {
    background: transparent;
    margin-top: 10px;
  }
}
.texts-grid.products-texts-grid .texts-text header h2 {
  margin-top: 0;
}
.texts-grid .texts-text {
  position: relative;
  padding-right: 30px;
}
@media (max-width: 840px) {
  .texts-grid .texts-text {
    padding-right: 0;
  }
}
.texts-grid .texts-text:nth-child(2) {
  padding-left: 50px;
  padding-right: 30px;
}
@media (max-width: 1080px) {
  .texts-grid .texts-text:nth-child(2) {
    padding-right: 0;
  }
}
@media (max-width: 840px) {
  .texts-grid .texts-text:nth-child(2) {
    padding-left: 0;
  }
}
.texts-grid .texts-text header {
  margin-bottom: 30px;
}
.texts-grid .texts-text header h2 {
  background-repeat: no-repeat;
  padding-left: 70px;
  background-position: 10px 50%;
  font-weight: 400;
  font-size: 1.733em;
}
@media (max-width: 840px) {
  .texts-grid .texts-text header h2 {
    font-size: 1.4em;
  }
}
.texts-grid .texts-text header h2 span,
.texts-grid .texts-text header h2 a {
  color: #142336;
  text-decoration: none;
}
.texts-grid .texts-text header h2 span:hover,
.texts-grid .texts-text header h2 a:hover {
  text-decoration: underline;
}
.texts-grid .texts-text .text-content-wrapp {
  position: relative;
}
.texts-grid .texts-text .text-content-wrapp .text-content {
  padding-right: 30px;
}
.texts-grid .texts-text .text-content-wrapp .text-content a{
  color: #000;
}

@media (max-width: 840px) {
  .texts-grid .texts-text .text-content-wrapp .text-content {
    padding-bottom: 80px;
  }
}
.texts-grid .texts-text .text-content-wrapp .text-content p {
  line-height: 1.5;
  margin: 0;
  color: #5D6872;
  height: auto;
}
.texts-grid .texts-text .text-content-wrapp .text-content .text-actions {
  margin-top: 44px;
  font-size: 1.06em;
}
@media (max-width: 840px) {
  .texts-grid .texts-text .text-content-wrapp .text-content .text-actions {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.texts-grid .texts-text .text-content-wrapp.with-image .text-content {
  padding-left: 25px;
}
@media (max-width: 840px) {
  .texts-grid .texts-text .text-content-wrapp.with-image .text-content {
    width: 75%;
    float: left;
  }
}
.texts-grid .texts-text .text-content-wrapp .text-image {
  height: 100%;
}
@media (max-width: 840px) {
  .texts-grid .texts-text .text-content-wrapp .text-image {
    width: 25%;
    float: left;
  }
}
.texts-grid .texts-text .text-content-wrapp .text-image a {
  /*position: absolute;
  left: 0;
  top: 0;*/
  /*background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;*/
  height: 100%;
  font-size: 0px;
  width: inherit;
  border: 1px #dddddd solid;
  border-radius: 5px;
}
@media (max-width: 840px) {
  .texts-grid .texts-text .text-content-wrapp .text-image a {
    max-height: 90px;
    bottom: 80px;
    height: auto;
  }
}
@media (min-width: 841px) {
  body.home-page .texts-grid .texts-text .text-content-wrapp .text-content {
    padding-bottom: 0;
  }
}
/* .drivers */
.section.drivers {
  margin-top: 40px;
  background: url('../img/drivers-bg.jpg') 50% 50% no-repeat #20272e;
  background-size: cover;
  padding: 45px 0 75px 0;
}

.full-bg-dark .section.drivers {
  background: none;
}

@media (max-width: 840px) {
  .section.drivers {
    margin-top: 20px;
    padding-bottom: 25px;
  }
}
.section.drivers h2 {
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 1.8em;
  margin: 0 0 45px 0;
  line-height: 1.2;
  min-height: 30px;
}
.section.drivers h2::after,
.section.drivers h2::before {
  position: absolute;
  top: 50%;
  height: 1px;
  background: url('../img/h2-bg-border.png');
  width: 30%;
  display: block;
  content: "";
  margin-top: 1px;
}
.section.drivers h2::before {
  left: 5%;
}
.section.drivers h2::after {
  right: 5%;
}
@media (max-width: 840px) {
  .section.drivers h2 {
    font-size: 1.3em;
  }
  .section.drivers h2::after,
  .section.drivers h2::before {
    display: none;
  }
}
.section.drivers .tabs-wrapp {
  background: #448eb5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #448eb5 0%, #315d78 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #448eb5 0%, #315d78 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #448eb5 0%, #315d78 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section.drivers .tabs .tab {
  color: #BAD6E5;
  /*border-bottom: 1px #296589 solid;*/
  line-height: 1;
  cursor: pointer;
  padding: 19px 40px;
  position: relative;
  border-bottom: 1px rgba(0, 0, 0, 0.07) solid;
}
.section.drivers .tabs .tab.active,
.section.drivers .tabs .tab:hover {
  color: #fff;
  background: #378bb6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #378bb6 0%, #3583ad 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #378bb6 0%, #3583ad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #378bb6 0%, #3583ad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom-color: #3584ad;
}
.section.drivers .tabs .tab.active::after,
.section.drivers .tabs .tab:hover::after {
  position: absolute;
  top: 0;
  right: 20px;
  width: 20px;
  height: 100%;
  background: url('../img/drivers-angle-right.svg') 50% 50% no-repeat;
  background-size: auto 14px;
  display: block;
  content: "";
}
.section.drivers .tabs-content .tab-content {
  position: relative;
}
@media (max-width: 840px) {
  .section.drivers .tabs-content .tab-content .col-1-2 {
    width: 50%;
    float: left;
  }
}
.section.drivers .tabs-content .tab-content .driver-image {
  /*min-height: 200px;*/
  /*height: 310px;*/
  position: relative;
  text-align: center;
  width: 33.3%;
  overflow: hidden;
}


.section.drivers .tabs-content .tab-content .driver-image .driver-image-title {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 97.2%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;

}

.section.drivers .tabs-content .tab-content .driver-image a {
   position: relative;
   display: block;

}

.section.drivers .tabs-content .tab-content .driver-image a img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;

}


@media (max-width: 840px) {
  .section.drivers .tabs-content .tab-content .driver-image a {
    height: 240px;
  }
}
.section.drivers .tabs-content .tab-content .driver-sign {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -125px;
  margin-bottom: -35px;
}
@media (max-width: 840px) {
  .section.drivers .tabs-content .tab-content .driver-sign {
    display: none;
  }
}
.section.drivers .texts {
  text-align: left;
  margin-top: 70px;
  background: url('../img/texts-center-border-dark.png') 50% 0 repeat-y;
  color: #fff;
  padding: 15px 0 25px 0;
}
@media (max-width: 1100px) {
  .section.drivers .texts .col-15-16 {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .section.drivers .texts {
    background: transparent;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 0;
  }
}
@media (max-width: 840px) {
  .section.drivers .texts .text {
    margin-top: 40px;
  }
}
.section.drivers .texts .text:first-of-type .text-content-wrapp .text-content {
  padding-right: 20px;
}
.section.drivers .texts .text:nth-child(2) {
  padding-left: 53px;
}
@media (max-width: 840px) {
  .section.drivers .texts .text:nth-child(2) {
    padding-left: 0;
  }
}
.section.drivers .texts .text h2 {
  background-position: 10px 50%;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 60px;
  color: #fff;
  font-size: 2em;
}
@media (max-width: 840px) {
  .section.drivers .texts .text h2 {
    font-size: 1.4em;
    padding-left: 70px;
    margin-bottom: 10px;
  }
}
.section.drivers .texts .text h2 a {
  color: #fff;
  text-decoration: none;
}
.section.drivers .texts .text h2 a:hover {
  text-decoration: underline;
}
.section.drivers .texts .text h2::after,
.section.drivers .texts .text h2::before {
  display: none;
}
.section.drivers .texts .text .text-content-wrapp {
  color: #BBC6CC;
  position: relative;
}
.section.drivers .texts .text .text-content-wrapp .text-image {
  max-height: 100%;
  margin-top: 4px;
}
.section.drivers .texts .text .text-content-wrapp .text-image a {
  display: inline-block;
  border: 1px #404952 solid;
  max-height: 100%;
  max-width: 100%;
  font-size: 0px;
}

@media (max-width: 840px) {
  .section.drivers .texts .text .text-content-wrapp .text-image {
    display: none;
  }
}
.section.drivers .texts .text .text-content-wrapp a {
  color: #FED160;
  text-decoration: none;
}
.section.drivers .texts .text .text-content-wrapp a:hover {
  text-decoration: underline;
}
.section.drivers .texts .text .text-content-wrapp .text-content {
  padding-bottom: 10px;
}
@media (max-width: 840px) {
  .section.drivers .texts .text .text-content-wrapp .text-content {
    font-size: .9em;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.section.drivers .texts .text .text-content-wrapp .text-content p {
  margin: 0;
  line-height: 1.7;
}
.section.drivers .texts .text .text-content-wrapp.with-image .text-content {
  padding-left: 15px;
}
@media (max-width: 840px) {
  .section.drivers .texts .text .text-content-wrapp.with-image .text-content {
    padding-left: 0;
  }
}
/* aside */
.aside-item {
  padding-top: 5px;
  padding-bottom: 20px;
  color: #fff;
}
.aside-item .aside-item-img {
  display: block;
  height: 190px;
  background-size: cover;
  background-position: 50% 50%;
}

.aside-item:nth-child(2) .aside-item-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

.aside-item span.h3,
.aside-item h3 {
  font-weight: 400;
  font-size: 1.2em;
  margin: 17px 0;
  padding: 0 20px;
  display: block;
}
.aside-item span.h3 a,
.aside-item h3 a {
  color: #fff;
  text-decoration: none;
}
.aside-item span.h3 a:hover,
.aside-item h3 a:hover {
  text-decoration: underline;
}
.aside-item .aside-item-desc {
  line-height: 1.5;
  margin: 17px auto;
  padding: 0 20px;
}
.aside-item .aside-item-desc p {
  margin: 0;
}
.aside-item .aside-item-action {
  margin-top: 25px;
  font-size: 1.06em;
  margin-left: 20px;
  margin-right: 20px;
}
.aside-item:nth-child(2) {
  background: #015cab;
}
.aside-item:nth-child(1) {
  background: #c30c0e;
}



.aside-item:nth-child(3) {
  background: #2e3844;
}

.products-page-wrapp .aside-item:nth-child(1) {
  background: #015cab;
}

.products-page-wrapp .aside-item:nth-child(2) {
  background: #c30c0e;
}

.product-page-detail .aside-item:nth-child(1) {
  padding-bottom: 0px;
}

.product-page-detail .aside-item:nth-child(2) {
  background: #c30c0e;

}


@media (max-width: 840px) {
  .text-page-wrap aside,
  .team-page-wrap aside,
  .product-page-wrap aside {
    display: none;
  }
}
.product-page-wrap {
  position: relative;
}
.product-page-wrap .grid {
  position: static;
}
@media (max-width: 840px) {
  .product-page-wrap .grid {
    width: 100%;
  }
}
@media (max-width: 840px) {
  aside[class^="col-"] {
    padding-right: 0;
  }
}
aside .aside-menu {
  padding-top: 0;
}
aside .aside-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.15em;
}
aside .aside-menu ul a {
  color: #fff;
  text-decoration: none;
}
aside .aside-menu ul a.active,
aside .aside-menu ul a:hover {
  color: #FED160;
  text-decoration: underline;
}
aside .aside-menu ul li {
  position: relative;
}
@media (max-width: 840px) {
  aside .aside-menu ul li {
    border-top: 1px #3177B4 solid;
  }
  aside .aside-menu ul li:first-of-type {
    border-top: none;
  }
}
aside .aside-menu ul li span {
  background-position: 10px 50.1%;
  background-repeat: no-repeat;
  background-color: #005CAB;
  position: relative;
  display: block;
}
@media (max-width: 840px) {
  aside .aside-menu ul li span {
    background-position: 20px 50%;
  }
}
aside .aside-menu ul li span::after {
  position: absolute;
  right: 15px;
  top: 16px;
  height: 14px;
  line-height: 14px;
  content: "+";
  color: #fff;
  display: block;
  font-size: 1.1em;
}

aside .aside-menu ul li span.no-open-plus::after {
  content: " ";
}

@media (max-width: 840px) {
  aside .aside-menu ul li span::after {
    font-size: 1.8em;
    font-weight: 200;
  }
}
aside .aside-menu ul li span[data-toggle] {
  cursor: pointer;
}

aside .aside-menu ul li span.active::after {
   content: "-";
}

aside .aside-menu ul li span.active.no-open-plus::after {
  content: " ";
}

aside .aside-menu ul li a {
  display: inline-block;
  padding: 5px 0;
  margin: 9px 30px 9px 40px;
}
@media (max-width: 840px) {
  aside .aside-menu ul li a {
    margin-left: 50px;
  }
}
aside .aside-menu ul li ul {
  display: none;
  font-size: .8em;
  border-top: 1px #3177B4 solid;
  border-bottom: 1px #3177B4 solid;
  background: #0A4B74;
}


aside .aside-menu ul li ul li ul {
  font-size: 0.95em;
}

aside .aside-menu ul li ul li ul li ul{
  font-size: 1em;
  padding-left: 22px;
}

aside .aside-menu ul li ul.active {
  display: block;
}

aside .aside-menu ul li ul.active.level-2 {
  padding: 0 0 0 25px;
}

@media (max-width: 840px) {
  aside .aside-menu ul li ul {
    border-bottom: none;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
aside .aside-menu ul li ul li {
  position: relative;
}
aside .aside-menu ul li ul li::after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: auto;
  left: 16px;
  width: 6px;
  height: 6px;
  display: block;
  content: "";
  border-radius: 50%;
  background: #fff;
}

aside .aside-menu ul li ul li.active-bullet::after {
  top: 20px;
  margin-top: 0px;
}

aside .aside-menu ul li ul li ul li.active-bullet::after {
  top: 25px;
  margin-top: -3px;
}

@media (max-width: 840px) {
  aside .aside-menu ul li ul li {
    padding-left: 45px;
    border-top: none;
  }
  aside .aside-menu ul li ul li::after {
    left: 55px;
  }
  aside .aside-menu ul li ul li a {
    margin-left: 30px;
  }
}
/* text */
.text-wrapp {
  padding: 20px;
  margin-bottom: 30px;
  padding-top: 40px;
}
@media (max-width: 840px) {
  .text-wrapp {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.text-wrapp .text-footer {
  border-top: 1px #E1E1E1 solid;
  border-bottom: 1px #E1E1E1 solid;
  line-height: 50px;
  margin-top: 50px;
}
.text-wrapp .text-footer .fb-like-wrapp {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
  line-height: 1;
}
.text-wrapp .other-texts {
  margin-top: 50px;
}
article.text {
  line-height: 1.7;
}

article.text .text-center{
  text-align: center;
  padding-bottom: 20px;
}

article.text header{
  margin: 0 0 12px 0;
}

article.text header h2 {
  text-transform: uppercase;
  color: #1A57A4;
  font-size: 1.66667em;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
}
article.text a {
  color: #0E70AE;
  text-decoration: none;
}
article.text a:hover {
  text-decoration: underline;
}
article.text p {
  margin: 15px 0;
}
article.text img {
  max-width: 100%;
}
.texts-list .texts-list-header {
  font-size: 1.66667em;
  color: #000;
  border-bottom: 1px #E1E1E1 solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 840px) {
  .texts-list .texts-list-header {
    font-size: 1.4em;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.texts-list .small-text {
  position: relative;
  margin: 30px 0;
  padding-bottom: 10px;
}
@media (max-width: 840px) {
  .texts-list .small-text {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .texts-list .small-text:first-of-type {
    margin-top: 0;
  }
}
.texts-list .small-text .small-text-image {
  width: 20%;
  max-height: 100%;
  float: left;
  margin-top: 6px;
}
.texts-list .small-text .small-text-image img {
  max-width: 100%;
  max-height: 100%;
  /*border: 2px #404851 solid;*/
}
@media (max-width: 840px) {
  .texts-list .small-text .small-text-image {
    display: none;
  }



}
.texts-list .small-text .small-text-content {
  float: right;
  width: 77%;
}

.texts-list .small-text-full .small-text-content {
  float: none;
  width: 100%;
}

.texts-list .small-text .small-text-content a {
  color: #0E70AE;
  text-decoration: underline;
}
.texts-list .small-text .small-text-content a:hover {
  text-decoration: none;
}
.texts-list .small-text .small-text-content h2 {
  font-weight: 400;
  font-size: 2em;
  margin: 0 0 10px 0;
}
.texts-list .small-text .small-text-content h2 a {
  color: #0E70AE;
  text-decoration: none;
}
.texts-list .small-text .small-text-content h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 840px) {
  .texts-list .small-text .small-text-content h2 a {
    color: #000000;
  }
}
@media (max-width: 840px) {
  .texts-list .small-text .small-text-content h2 {
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 0;
  }
}
.texts-list .small-text .small-text-content p {
  line-height: 1.7;
  margin: 10px 0;
}
.texts-list .small-text .small-text-content p:first-of-type {
  margin-top: 0;
}
/* map-wrapp */
.grid.map-wrapp-grid {
  position: static;
}
.map-wrapp .tabs {
  margin: 30px 0;
}
.map-wrapp .tabs .tab {
  background: #F3F3F3;
  -webkit-box-shadow: 0px 0px 0px 1px #dbdbdb;
  -moz-box-shadow: 0px 0px 0px 1px #dbdbdb;
  box-shadow: 0px 0px 0px 1px #dbdbdb;
  float: left;
  width: 380px;
  margin-right: 30px;
  padding: 20px;
  padding-top: 7px;
  cursor: pointer;
  position: relative;
  height: 113px;
}
@media (max-width: 960px) {
  .map-wrapp .tabs .tab {
    width: 340px;
    height: 138px;
  }
}
.map-wrapp .tabs .tab:last-of-type {
  margin-right: 0;
}
.map-wrapp .tabs .tab.sellers {
  border-left: 5px #0089FF solid;
}
.map-wrapp .tabs .tab.services {
  border-left: 5px #D0021B solid;
}
@media (max-width: 840px) {
  .map-wrapp .tabs .tab {
    width: 50%;
    float: left;
    margin-right: 0;
    height: auto;
  }
}
.map-wrapp .tabs .tab .tab-ico {
  float: left;
  width: 45px;
  text-align: center;
  line-height: 95px;
}
@media (max-width: 960px) {
  .map-wrapp .tabs .tab .tab-ico {
    line-height: 96px;
  }
}
@media (max-width: 840px) {
  .map-wrapp .tabs .tab .tab-ico {
    position: absolute;
    left: 5px;
    top: 24px;
    width: 55px;
    line-height: 1;
  }
}
.map-wrapp .tabs .tab .tab-ico img {
  vertical-align: middle;
}
.map-wrapp .tabs .tab .tab-ico img.ico-active {
  display: none;
}
@media (max-width: 840px) {
  .map-wrapp .tabs .tab .tab-ico img {
    max-height: 25px;
  }
}
.map-wrapp .tabs .tab .tab-desc {
  float: right;
  width: 275px;
}
@media (max-width: 960px) {
  .map-wrapp .tabs .tab .tab-desc {
    width: 235px;
  }
}
@media (max-width: 840px) {
  .map-wrapp .tabs .tab .tab-desc {
    width: 100%;
    float: none;
  }
}
.map-wrapp .tabs .tab .tab-desc .tab-title {
  font-size: 1.13333em;
  color: #000000;
  margin: 4px 0 8px;
}
@media (max-width: 840px) {
  .map-wrapp .tabs .tab .tab-desc .tab-title {
    padding-left: 40px;
    font-size: 1em;
  }
}
.map-wrapp .tabs .tab .tab-desc .tab-text {
  line-height: 1.5;
  font-size: .95em;
  color: #4B545E;
}
@media (max-width: 840px) {
  .map-wrapp .tabs .tab .tab-desc .tab-text {
    font-size: .8em;
    margin-top: 20px;
  }
}
.map-wrapp .tabs .tab.active.sellers,
.map-wrapp .tabs .tab:hover.sellers {
  background: #006fce;
  /* Old browsers */
  background: -moz-linear-gradient(top, #006fce 0%, #005dac 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #006fce 0%, #005dac 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #006fce 0%, #005dac 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.map-wrapp .tabs .tab.active.services,
.map-wrapp .tabs .tab:hover.services {
  background: #D0021B;
  /* Old browsers */
  background: -moz-linear-gradient(top, #D0021B 0%, #a5021b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #D0021B 0%, #a5021b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #D0021B 0%, #a5021b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.map-wrapp .tabs .tab.active .tab-desc .tab-title,
.map-wrapp .tabs .tab:hover .tab-desc .tab-title,
.map-wrapp .tabs .tab.active .tab-desc .tab-text,
.map-wrapp .tabs .tab:hover .tab-desc .tab-text {
  color: #fff;
}
.map-wrapp .tabs .tab.active .tab-ico img.ico-active,
.map-wrapp .tabs .tab:hover .tab-ico img.ico-active {
  display: inline-block;
}
.map-wrapp .tabs .tab.active .tab-ico img.ico-inactive,
.map-wrapp .tabs .tab:hover .tab-ico img.ico-inactive {
  display: none;
}
.map-wrapp .map-map-wrapp {
  border: 1px #dcdcdc solid;
  border-radius: 5px;
  overflow: hidden;
  height: 470px;
}
@media (max-width: 840px) {
  .map-wrapp .map-map-wrapp {
    border: none;
    height: 320px;
  }
}
@media (max-width: 560px) {
  .map-wrapp .map-map-wrapp {
    height: 260px;
  }
}
.map-wrapp .map {
  height: 470px;
}
@media (max-width: 840px) {
  .map-wrapp .map {
    position: absolute;
    left: 0;
    right: 0;
    height: 320px;
  }
}
@media (max-width: 560px) {
  .map-wrapp .map {
    height: 260px;
  }
}
.map-contact {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 840px) {
  .map-contact {
    margin-bottom: 25px;
  }
}
.map-contact h2 {
  padding-left: 90px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: #14181C;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 840px) {
  .map-contact h2 {
    font-size: 1.5em;
    padding-left: 70px;
  }
}
.map-contact h2 span:hover {
  text-decoration: underline;
}
.map-contact .map-contact-text {
  margin: 30px 0;
}
.map-contact .map-contact-text p {
  margin: 0;
  color: #4B545E;
  line-height: 1.5;
}
/* .page */
article.page {
  line-height: 2;
}
article.page header h2 {
  text-transform: uppercase;
  color: #1A57A4;
  font-size: 1.66667em;
  font-weight: 300;
  margin: 15px 0;
  line-height: 1.5;
}
article.page a {
  color: #0E70AE;
  text-decoration: none;
}
article.page a:hover {
  text-decoration: underline;
}
article.page p {
  margin: 15px 0;
}
article.page .drivers {
  margin: 45px 0;
}
article.page .drivers .tabs-wrapp {
  background: #378bb7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #378bb7 0%, #21516f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #378bb7 0%, #21516f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #378bb7 0%, #21516f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  min-height: 340px;
}
article.page .drivers .tabs-wrapp .tabs .tab {
  color: #BAD6E5;
  /*border-bottom: 1px rgb(50,124,165) solid;*/
  line-height: 1;
  padding: 19px 40px;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 1px;
}
@media (max-width: 1100px) {
  article.page .drivers .tabs-wrapp .tabs .tab {
    padding-right: 10px;
    padding-left: 20px;
  }
}
article.page .drivers .tabs-wrapp .tabs .tab.active,
article.page .drivers .tabs-wrapp .tabs .tab:hover {
  background: transparent;
  color: #fff;
  /*border-bottom-color: #3584AE;*/
}
article.page .drivers .tabs-wrapp .tabs .tab.active::after,
article.page .drivers .tabs-wrapp .tabs .tab:hover::after {
  position: absolute;
  right: 20px;
  top: 0;
  width: 20px;
  height: 100%;
  background: url('../img/drivers-angle-right.svg') 50% 50% no-repeat;
  background-size: auto 14px;
  display: block;
  content: "";
}
article.page .drivers .tabs-wrapp .tabs-text {
  font-size: .95em;
}
article.page .drivers .tabs-wrapp .tabs-text .col-1-2 {
  padding: 40px;
}
article.page .drivers .tabs-wrapp .tabs-content {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 840px) {
  article.page .drivers .tabs-wrapp .tabs-content {
    position: relative;
    top: auto;
    right: auto;
    height: 400px;
  }
}
article.page .drivers .tabs-wrapp .tabs-content .tab-content {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
article.page .drivers .tabs-wrapp .tabs-content .tab-content a {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
}
@media (min-width: 841px) {
  article.page .drivers .tabs-wrapp.right-tabs .tabs .tab {
    padding-left: 50%;
  }
  article.page .drivers .tabs-wrapp.right-tabs .tabs .tab::after {
    left: 20px;
    right: auto;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 1px;
  }
}
@media (min-width: 841px) and (max-width: 1140px) {
  article.page .drivers .tabs-wrapp.right-tabs .tabs .tab {
    padding-left: 60px;
  }
}
article.page .drivers .tabs-wrapp.right-tabs .tabs-content {
  right: auto;
  left: 0;
}
article.page .drivers .tabs-wrapp.gray-tabs {
  background: #7192a3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7192a3 0%, #445764 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7192a3 0%, #445764 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7192a3 0%, #445764 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
article.page .drivers .tabs-wrapp.gray-tabs .tabs .tab {
  color: #BAD6E5;
}
article.page .drivers .tabs-wrapp.gray-tabs .tabs .tab:hover,
article.page .drivers .tabs-wrapp.gray-tabs .tabs .tab.active {
  color: #fff;
}
body.full-bg-dark article.page {
  color: #fff;
}
body.full-bg-dark article.page header h2 {
  color: #fff;
}
/* .products-page-wrapp */
.products-page-wrapp {
  background: url('../img/products-bg.png') 0 0 no-repeat;
}
@media (max-width: 840px) {
  .products-page-wrapp {
    background: transparent;
  }
  .products-page-wrapp .grid {
    width: 100%;
  }
  .products-page-wrapp aside .aside-item {
    padding-bottom: 0;
  }
  .products-page-wrapp aside .aside-item:not(.aside-menu) {
    display: none;
  }
}
.products-page-wrapp .mobile-products-aside-item {
  display: none;
}
@media (max-width: 840px) {
  .products-page-wrapp .mobile-products-aside-item {
    display: block;
    margin-top: 20px;
  }
}
.products-page-wrapp .mobile-products-aside-item .aside-item {
  background: #2D3844;
}
/* .top-category-info */
.top-category-info .main-wrapp {
  border-bottom: 1px #E1E1E1 solid;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 840px) {
  .top-category-info .main-wrapp .grid {
    width: 90%;
  }
}
.top-category-info .main-wrapp .top-category-info-img {
  text-align: right;
  padding-right: 40px;
  padding-top: 20px;
}
@media (max-width: 840px) {
  .top-category-info .main-wrapp .top-category-info-img {
    text-align: center;
    padding-right: 0;
  }
}
.top-category-info .main-wrapp .top-category-info-text h2 {
  font-size: 1.2em;
  font-weight: 400;
}
.top-category-info .main-wrapp .top-category-info-text p {
  line-height: 1.5;
}
/* .certificates */
.certificates {
  background: url('../img/certificates_bg.jpg') 50% 50% no-repeat;
  background-size: cover;
  padding: 40px;
  position: relative;
  margin-left: 25px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 840px) {
  .certificates {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.certificates.product-detail-certificates {
  margin-top: 30px;
}
.certificates::after {
  width: 1px;
  position: absolute;
  left: 50%;
  background: #C1CDD5;
  top: 30px;
  bottom: 30px;
  content: "";
  display: block;
}
@media (max-width: 840px) {
  .certificates::after {
    display: none;
  }
}
.certificates .certificates-desc {
  margin-top: 15px;
  position: relative;
  padding-right: 30px;
}
.certificates .certificates-desc .certificates-title {
  text-transform: uppercase;
  color: #0E70AE;
  font-size: 2.133333em;
}
@media (max-width: 840px) {
  .certificates .certificates-desc .certificates-title {
    text-align: center;
    font-size: 1.7em;
  }
}
.certificates .certificates-desc p {
  color: #000000;
  font-size: .95em;
  line-height: 1.5;
}
@media (max-width: 840px) {
  .certificates .certificates-desc {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .certificates .certificates-desc::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #C1CDD5;
    display: block;
    content: "";
  }
}
.certificates .certificates-list {
  padding-left: 45px;
  font-size: 1.133333em;
}
@media (max-width: 840px) {
  .certificates .certificates-list {
    padding-left: 0;
  }
}
.certificates .certificates-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.certificates .certificates-list ul li {
  margin: 8px 0;
}
.certificates .certificates-list ul li a {
  color: #094A6C;
  text-decoration: none;
}
.certificates .certificates-list ul li a:hover {
  text-decoration: underline;
}
/* footer#main-footer */
footer#main-footer {
  background: url('../img/footer-bg.jpg') 50% 50% no-repeat #101215;
  background-size: cover;
  padding-top: 45px;
}
footer#main-footer .footer-title {
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 1.8em;
  margin: 0 0 60px 0;
}
footer#main-footer .footer-title::after,
footer#main-footer .footer-title::before {
  position: absolute;
  top: 50%;
  height: 1px;
  background: url('../img/footer-title-bg-border.png');
  width: 27%;
  display: block;
  content: "";
  margin-top: 1px;
}
footer#main-footer .footer-title::before {
  left: 5%;
}
footer#main-footer .footer-title::after {
  right: 5%;
}
@media (max-width: 840px) {
  footer#main-footer .footer-title {
    font-size: 1.5em;
  }
  footer#main-footer .footer-title::before,
  footer#main-footer .footer-title::after {
    display: none;
  }
}
footer#main-footer .footer-cols {
  line-height: 2em;
  color: #9A9DA7;
}
footer#main-footer .footer-cols .footer-clearfix {
  display: none;
}
@media (max-width: 840px) {
  footer#main-footer .footer-cols {
    margin-bottom: 100px;
  }
  footer#main-footer .footer-cols .footer-clearfix {
    display: block;
  }
  footer#main-footer .footer-cols .mobile-hide-col {
    display: none;
  }
  footer#main-footer .footer-cols .footer-contact-col {
    float: right;
    width: 50%;
  }
  footer#main-footer .footer-cols .footer-menu-col {
    width: 50%;
    float: left;
    padding-left: 30px;
  }
}
footer#main-footer .footer-cols a {
  color: #9A9DA7;
  text-decoration: none;
}
footer#main-footer .footer-cols a:hover {
  text-decoration: underline;
}
footer#main-footer .footer-cols .logo-col {
  padding-top: 30px;
  text-align: center;
  position: relative;
}

footer#main-footer .footer-cols .logo-col a{
  display: inline-block;


}

footer#main-footer .footer-cols .logo-col p{

  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: top;
  margin: 0px;
}

footer#main-footer .footer-cols .logo-col p span{
  display: block;
  text-align: left;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  padding: 3px 0;
  color: #fff;
  font-weight: 600;
}

footer#main-footer .footer-cols .logo-col img {
  max-height: 80px;
}
@media (max-width: 840px) {
  footer#main-footer .footer-cols .logo-col a {
    display: inline-block;
    margin-top: 0px;
  }


}
footer#main-footer .footer-cols .footer-col-title {
  color: #FFFFFF;
  position: relative;
  padding-left: 13px;
  line-height: 1;
  margin-bottom: 20px;
}
footer#main-footer .footer-cols .footer-col-title::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 15px;
  background: #ee2424;
  display: block;
  content: "";
}
footer#main-footer .footer-bottom {
  border-top: 1px #23282D solid;
  line-height: 50px;
  color: #646B75;
  margin-top: 20px;
  font-size: .9em;
}
footer#main-footer .footer-bottom a {
  color: #646B75;
  text-decoration: none;
}
footer#main-footer .footer-bottom a:hover {
  text-decoration: underline;
}
@media (max-width: 840px) {
  footer#main-footer .footer-bottom {
    border-top: none;
    font-size: 1em;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  footer#main-footer .footer-bottom a {
    color: #FFFFFF;
  }
  footer#main-footer .footer-bottom .left,
  footer#main-footer .footer-bottom .right {
    float: none;
    width: 100%;
  }
}
footer#main-footer .footer-bottom .social {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1;
}
@media (max-width: 840px) {
  footer#main-footer .footer-bottom .social {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
footer#main-footer .footer-bottom .social a {
  margin-left: 4px;
}
footer#main-footer .footer-bottom .social a:hover {
  opacity: .7;
}
footer#main-footer .footer-bottom .social a img {
  height: 25px;
}
@media (max-width: 840px) {
  footer#main-footer .footer-bottom .social a img {
    height: 40px;
  }
}
/* modal */
.modal-wrapp {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
  overflow-y: auto;
}
.modal-wrapp .modal {
  display: none;
  position: relative;
  background: #005CAB;
  width: 800px;
  margin: 40px auto 0;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 840px) {
  .modal-wrapp .modal {
    width: 90%;
  }
}
.modal-wrapp .modal .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.modal-wrapp .modal .modal-close img {
  max-width: 25px;
}
.modal-wrapp .modal .modal-close:hover {
  opacity: .7;
}
.modal-wrapp .modal .modal-title {
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
@media (max-width: 840px) {
  .modal-wrapp .modal .modal-title {
    font-size: 1.5em;
  }
}

.message{
  text-align: center;
  margin: 20px 0 0 0;
  border-radius: 5px;
  padding: 10px;

}

.message.info-message{
  background: #CDEFF7;
  border: 1px solid #00ACD3;
}

.messageBox .message{
  border: 1px solid #259956;
  color: #259956;
  margin: 10px 0;
  font-weight: bold;
  padding: 10px;
  font-size: 1.0em;
  border-radius: 4px;

}

.messageBox .message.ok{
    border: 1px solid #259956;
    color: #259956;
    background: #fff;
}

.messageBox .error{
  border: 1px solid #d00b2a;
  color: #d00b2a;
}

@media (max-width: 1685px) {
  .section.drivers .tabs-content .tab-content .driver-image{
      width: 33.3%;
  }

  .section.drivers .tabs-content .tab-content .driver-image a img {
    /*max-width: none;
    max-height: 100%;*/
  }
}

@media (max-width: 1118px) {
  .section.drivers .tabs-content .tab-content .driver-image {
    width: 50%;
    height: auto;
  }
}

@media (max-width: 839px) {
  .section.drivers .tabs-content .tab-content .driver-image{
      width: 33.3%;
  }
}

@media (max-width: 718px) {
  .section.drivers .tabs-content .tab-content .driver-image{
      width: 50%;
  }
}


@media (max-width: 525px) {
  .section.drivers .tabs-content .tab-content .driver-image {
    height: auto;
  }

  .section.drivers .tabs-content .tab-content .driver-image a{
      height: auto;
  }
}

.msg-box{
  background: #fff;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

.msg-box .success-msg{
  background: #176B1A;
  margin: 0px;
  padding: 20px 0;
  color: #fff;
}

.msg-box .error-msg{
  background: #ED2324;
  margin: 0px;
  padding: 20px 0;
  color: #fff;
}

@media (max-width: 650px) {


  .products::before {
    background: none;
  }

  .products.section .tabs-wrapp .mobile-tabs .swiper-container {
    padding-left: 0px;
  }

  .products.section .tabs-wrapp .mobile-tabs .swiper-container {
      height: auto;
  }

  .products.section .tabs-wrapp .mobile-tabs .swiper-container .swiper-slide {
    display: block;
    width: 100%;
    float: none;
    padding: 0px;
    margin: 0px;
  }
}

@media (max-width: 840px) {
  footer#main-footer .footer-cols .footer-contact-col,
  .footer-cols .col-3-16 {
    width: 33.3%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;

  }

  #main-footer .grid{
    width: 95%;
  }

}

@media (max-width: 502px) {
  footer#main-footer .footer-cols .footer-contact-col,
  .footer-cols .col-3-16 {
    width: 100%;
    float: none;
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 20px;

  }

  #main-footer .grid{
    width: 80%;
  }
}

.lang_menu{
    margin: 19px 0 0 40px;
    padding: 0px;
    line-height: normal;
    float: right;
}

.lang_menu li{
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    list-style-type: none;
    display: inline-block;
    padding: 0px 8px;
}


.lang_menu li a{
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    height: 100%;
    padding: 12px 0;
}

.lang_menu li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    display: none;
    background: #ee2424;
}

.lang_menu li.active a::after {
    display: block;
}

.store-map-contact{
  padding-left: 2%;
  padding-top: 20px;
}

.store-map-contact .store-item{
  float: left;
  width: 31.33%;
  min-height: 210px;
  background: #f3f3f3;
  box-shadow: 0 0 0 1px #dbdbdb;
  padding: 0 20px;
  margin: 5px 0.5%;
}

.store-map-contact .store-item p{
  margin: 0px;
  padding: 0px;
  line-height: normal;
}

.store-map-contact .store-item p.store-adres{
  padding-bottom: 15px;
}

.store-map-contact .store-item p.store-phone,
.store-map-contact .store-item p.store-mail{
  padding-bottom: 5px;
}

@media (max-width: 740px) {
  .store-map-contact .store-item{
      width: 48%;
  }
}


@media (max-width: 600px) {

  body.home-page header#main-header .main-wrapp .logo-wrapp {
    display: block;
  }

  #mobile-logo-quote .logo {
    display: none;
  }

  .lang_menu{
    display: none;
  }




  #mobile-logo-quote .quote {
    display: none;
  }

  .store-map-contact{
    padding-left: 0px;
    padding-top: 20px;
  }
  .store-map-contact .store-item{
      width: 100%;
      margin: 5px 0px;
  }

  .main-slider .swiper-container .swiper-slide h2 {
    height: auto;
  }

  .main-slider .swiper-container .swiper-slide .slide-desc {
      height: auto;
  }


  .main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
  }

  .main-slider .swiper-container .swiper-slide .swiper-slide-text {
      width: 90%;
    padding: 0px;
  }

  .main-slider .swiper-container .swiper-slide h2 {
    padding: 0px;
  }
}

@media (max-width: 350px) {
  footer#main-footer .footer-cols .logo-col p{
    display: none;
  }
 /* header#main-header .main-wrapp .logo-wrapp {
      margin-left: 0px;
  }*/
}

#cookies-information{
    text-align: center;
    padding: 10px 0;
    background: #2e3844;
    color: #fff;
    font-size: 0.9em;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;

}

#cookies-information a{
    color: #fff;
    text-decoration: underline;
}

#cookies-information a:hover{
    text-decoration: none;
}

a#allow-cookies-button{
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    margin: 0 0 0 10px;
    padding: 2px 10px;
}

@media (max-width: 1050px) {
    
    article.text img{
        width: auto !important;
        height: auto !important;
    }
    
    article.text table{
        width: 100% !important;
    }
    
    article.text table tr td{
        width: 50%;
    }
    
    
    article.text table img{
        width: auto !important;
        height: auto !important;
        max-width: 35%;
    }
}

@media (max-width: 650px) {
     article.text table td,
    article.text table tr {
        display: block;
    }
}