/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Montserrat", sans-serif;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  display: block;
  margin: 0; }

.container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px; }

.container-big {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px; }

.btn {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  font-style: italic;
  cursor: pointer;
  margin: 20px 0;
  margin-left: 10px;
  text-decoration: none; }
  @media screen and (min-width: 720px) {
    .btn {
      font-size: 14px; } }
  @media screen and (min-width: 1280px) {
    .btn {
      font-size: 16px; } }
  .btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 8px;
    height: 100%;
    background-color: #d41f3a;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg); }
  .btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: -36px;
    width: 8px;
    height: 100%;
    border-left: #d41f3a solid 2px;
    border-right: #d41f3a solid 2px;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg); }
  .btn .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    background-color: #d41f3a; }
  .btn .cta {
    text-transform: uppercase;
    position: relative;
    display: block;
    z-index: 2;
    color: #fff; }

p {
  font-size: 12px;
  line-height: 1.4; }
  @media screen and (min-width: 1280px) {
    p {
      font-size: 14px; } }
  @media screen and (min-width: 1600px) {
    p {
      font-size: 16px; } }

/*::-webkit-scrollbar {
  width: 4px;

  @include md-h2 {

	width: 8px;
  }
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  position: relative;
  background-color: #222;
  border-radius: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: #222;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
}

::-webkit-scrollbar-corner {

}

::-webkit-resizer {

}*/
.slider-enter {
  opacity: 0; }
  .slider-enter .packshot {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  .slider-enter .text {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }

.slider-enter.slider-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .slider-enter.slider-enter-active .packshot {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .slider-enter.slider-enter-active .text {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }

.slider-exit {
  opacity: 1; }
  .slider-exit .packshot {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .slider-exit .text {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.slider-exit.slider-exit-active {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .slider-exit.slider-exit-active .packshot {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .slider-exit.slider-exit-active .text {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes triangle {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 0.2; } }

@keyframes triangle {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 0.2; } }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 999; }
  header.sticky:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, black), to(#103841));
    background: linear-gradient(to bottom, black 5%, #103841 100%); }
  @media screen and (min-width: 1024px) {
    header {
      height: 80px; } }
  @media screen and (min-width: 1280px) {
    header {
      height: 100px; } }
  @media screen and (min-width: 1600px) {
    header {
      height: 130px; } }
  @media screen and (min-width: 1920px) {
    header {
      height: 150px; } }
  header .logo {
    position: relative;
    width: 120px;
    margin-top: 20px;
    z-index: 9999; }
    @media screen and (min-width: 1024px) {
      header .logo {
        margin-top: 30px; } }
    @media screen and (min-width: 1280px) {
      header .logo {
        width: auto; } }
    @media screen and (min-width: 1600px) {
      header .logo {
        margin-top: 40px; } }
    @media screen and (min-width: 1920px) {
      header .logo {
        margin-top: 50px; } }
  header .burger {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    z-index: 2000; }
    @media screen and (min-width: 1024px) {
      header .burger {
        margin-top: 45px;
        display: none; } }
    header .burger .line {
      width: 20px;
      height: 4px;
      background-color: #fff;
      -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      border-radius: 2px; }
      header .burger .line:before {
        content: "";
        position: absolute;
        top: 8px;
        right: 0;
        width: 13px;
        height: 4px;
        background-color: #fff;
        -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        border-radius: 2px; }
      header .burger .line:after {
        content: "";
        position: absolute;
        top: 16px;
        right: 0;
        width: 16px;
        height: 4px;
        background-color: #fff;
        -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        border-radius: 2px; }
    header .burger.open .line {
      margin-top: 8px;
      background-color: #fff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      header .burger.open .line:before {
        right: 0;
        top: 0;
        background-color: #fff;
        width: 20px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      header .burger.open .line:after {
        opacity: 0;
        background-color: #fff; }
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #103841;
    background-image: url("/assets/img/lines-bg.png");
    background-repeat: repeat;
    width: 260px;
    height: 100%;
    -webkit-transform: translateX(270px);
            transform: translateX(270px);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media screen and (min-width: 1024px) {
      header nav {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        background: none;
        height: 60px;
        margin-top: 0; }
        header nav ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    @media screen and (min-width: 1920px) {
      header nav {
        width: 1100px; } }
    header nav.open {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    header nav ul {
      position: absolute;
      left: calc( 50% - 76px);
      top: calc( 50% - 128px);
      text-align: center; }
      @media screen and (min-width: 1024px) {
        header nav ul {
          right: 0;
          top: 0;
          left: auto; } }
    header nav .nav-item {
      position: relative;
      display: block;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      line-height: 1;
      padding: 10px;
      -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      header nav .nav-item.active, header nav .nav-item:hover {
        color: #d41f3a; }
      @media screen and (min-width: 1024px) {
        header nav .nav-item {
          color: #fff;
          font-weight: 700;
          font-size: 10px;
          padding: 5px 2px;
          margin: 0 4px; } }
      @media screen and (min-width: 1280px) {
        header nav .nav-item {
          font-size: 12px;
          margin: 9px; } }
      @media screen and (min-width: 1600px) {
        header nav .nav-item {
          font-size: 14px;
          margin: 10px; } }
      @media screen and (min-width: 1920px) {
        header nav .nav-item {
          font-size: 16px;
          margin: 5px 14px;
          padding: 8px 3px; } }

footer {
  position: relative;
  background-color: #d41f3a;
  background-repeat: repeat;
  background-image: url("/assets/img/lines-bg.png");
  padding: 20px 0;
  color: #fefefe;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    footer {
      text-align: left;
      padding: 30px 0; } }
  footer .serv {
    font-weight: 700;
    text-transform: uppercase; }
    footer .serv img {
      width: 60px; }
      @media screen and (min-width: 1280px) {
        footer .serv img {
          width: auto; } }
    @media screen and (min-width: 1024px) {
      footer .serv {
        position: absolute;
        right: 220px;
        top: 0;
        margin-top: -32px; } }
    @media screen and (min-width: 1280px) {
      footer .serv {
        margin-top: -34px; } }
  footer img {
    display: inline-block;
    margin: 10px 20px;
    margin-bottom: -5px; }
    @media screen and (min-width: 1280px) {
      footer img {
        margin-bottom: -15px; } }
  footer .phone {
    display: block;
    margin: 30px 0 40px; }
    footer .phone img {
      width: 30px; }
      @media screen and (min-width: 1280px) {
        footer .phone img {
          width: auto; } }
    @media screen and (min-width: 1024px) {
      footer .phone {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        margin-top: -18px; } }
    @media screen and (min-width: 1280px) {
      footer .phone {
        margin-top: -20px; } }
  footer a {
    color: #fefefe;
    font-weight: 800;
    text-decoration: none;
    font-size: 24px; }
  footer .copyrights {
    margin-top: 30px; }
    @media screen and (min-width: 1024px) {
      footer .copyrights {
        margin: 10px 0; } }

.slider {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .slider {
      height: 600px; } }
  @media screen and (min-width: 1600px) {
    .slider {
      height: 760px; } }
  @media screen and (min-width: 1920px) {
    .slider {
      height: 950px; } }
  .slider .phone {
    position: absolute;
    right: 10%;
    top: 60px;
    z-index: 100; }
    @media screen and (min-width: 1280px) {
      .slider .phone {
        top: 100px; } }
    @media screen and (min-width: 1600px) {
      .slider .phone {
        top: 120px; } }
    @media screen and (min-width: 1920px) {
      .slider .phone {
        top: 140px; } }
    .slider .phone a {
      display: inline-block;
      padding: 5px 20px;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      letter-spacing: 1px; }
      @media screen and (min-width: 1280px) {
        .slider .phone a {
          padding: 10px 30px; } }
    .slider .phone span {
      position: relative; }
    .slider .phone .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #d41f3a;
      -webkit-transform: skewX(-20deg);
              transform: skewX(-20deg); }
  .slider .slide {
    position: absolute;
    height: 400px;
    width: 100%;
    overflow: hidden; }
    @media screen and (min-width: 1280px) {
      .slider .slide {
        height: 600px; } }
    @media screen and (min-width: 1600px) {
      .slider .slide {
        height: 760px; } }
    @media screen and (min-width: 1920px) {
      .slider .slide {
        height: 950px; } }
    .slider .slide .container {
      height: 100%;
      padding: 10px 0; }
    .slider .slide .bg-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 280%;
      max-width: 280%;
      margin-left: -100%; }
      @media screen and (min-width: 720px) {
        .slider .slide .bg-img {
          width: 140%;
          max-width: 140%;
          margin-left: -15%; } }
      @media screen and (min-width: 1280px) {
        .slider .slide .bg-img {
          width: 100%;
          max-width: 100%;
          margin-left: 0; } }
    .slider .slide .text {
      position: relative;
      margin-top: 100px;
      color: #fff; }
      @media screen and (min-width: 720px) {
        .slider .slide .text {
          margin-top: 80px; } }
      @media screen and (min-width: 1280px) {
        .slider .slide .text {
          margin-top: 160px; } }
      @media screen and (min-width: 1600px) {
        .slider .slide .text {
          margin-top: 180px; } }
      @media screen and (min-width: 1920px) {
        .slider .slide .text {
          margin-top: 220px; } }
      @media screen and (min-width: 720px) {
        .slider .slide .text.no-0 {
          margin-left: 60%; } }
      @media screen and (min-width: 1280px) {
        .slider .slide .text.no-0 {
          margin-left: 55%; } }
      @media screen and (min-width: 720px) {
        .slider .slide .text.no-1 {
          margin-left: 60%; } }
      @media screen and (min-width: 1280px) {
        .slider .slide .text.no-1 {
          margin-left: 53%; } }
      @media screen and (min-width: 720px) {
        .slider .slide .text.no-3 {
          max-width: 50%; } }
      @media screen and (min-width: 1280px) {
        .slider .slide .text.no-3 {
          max-width: 40%; } }
      @media screen and (min-width: 1600px) {
        .slider .slide .text.no-3 {
          margin-left: 10%; } }
      @media screen and (min-width: 1600px) {
        .slider .slide .text.no-2 {
          margin-left: 10%; } }
      .slider .slide .text h2 {
        text-transform: uppercase;
        font-weight: 300;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); }
        @media screen and (min-width: 1280px) {
          .slider .slide .text h2 {
            font-size: 32px; } }
        @media screen and (min-width: 1600px) {
          .slider .slide .text h2 {
            font-size: 46px; } }
        @media screen and (min-width: 1920px) {
          .slider .slide .text h2 {
            font-size: 60px; } }
      .slider .slide .text p {
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); }
      .slider .slide .text span {
        color: #d41f3a; }
  .slider .dots {
    position: absolute;
    bottom: 60px;
    right: 0; }
    @media screen and (min-width: 720px) {
      .slider .dots {
        bottom: 50px; } }
    @media screen and (min-width: 1024px) {
      .slider .dots {
        bottom: 80px; } }
    @media screen and (min-width: 1280px) {
      .slider .dots {
        bottom: 140px; } }
    @media screen and (min-width: 1600px) {
      .slider .dots {
        bottom: 220px; } }
    @media screen and (min-width: 1920px) {
      .slider .dots {
        bottom: 300px; } }
    .slider .dots li {
      width: 8px;
      height: 8px;
      background-color: #fff;
      border-radius: 50%;
      display: inline-block;
      margin: 5px; }
      .slider .dots li.active {
        background-color: #d41f3a; }

.booking {
  position: relative; }
  .booking h2 {
    font-weight: 500;
    text-transform: uppercase; }
    .booking h2 span {
      color: #d41f3a; }
  .booking span {
    color: #d41f3a; }
  .booking .form-container {
    text-align: left; }
  .booking .field {
    text-align: left; }
    @media screen and (min-width: 1280px) {
      .booking .field {
        display: inline-block;
        max-width: 33.33%;
        width: calc( 33.33% - 40px);
        margin: 20px; } }
  .booking .container-big {
    background-color: #103841;
    background-image: url("/assets/img/lines-bg.png");
    background-repeat: repeat;
    padding: 20px 30px;
    color: #fff;
    text-align: center;
    margin-top: -40px; }
    @media screen and (min-width: 1024px) {
      .booking .container-big {
        margin-top: -70px; } }
    @media screen and (min-width: 1280px) {
      .booking .container-big {
        margin-top: -120px; } }
    @media screen and (min-width: 1600px) {
      .booking .container-big {
        margin-top: -200px; } }
    @media screen and (min-width: 1920px) {
      .booking .container-big {
        margin-top: -270px; } }
  .booking .btn-holder {
    text-align: center;
    margin-top: 30px; }
  .booking label {
    margin-bottom: 10px;
    display: inline-block; }
  .booking input {
    display: block;
    padding: 5px 10px;
    outline: none;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 20px; }
  .booking textarea {
    display: block;
    padding: 5px 10px;
    outline: none;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    height: 240px;
    line-height: 1.4; }
    @media screen and (min-width: 1280px) {
      .booking textarea {
        margin: 0 auto;
        margin-bottom: 20px;
        width: calc( 100% - 40px); } }
  .booking select {
    margin: 0 10px; }
  .booking .parsley-errors-list {
    display: none; }
  .booking .parsley-error {
    border: #d41f3a solid 1px; }
  .booking .form-container {
    overflow: hidden; }
  .booking .step-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .booking .step {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center; }
  .booking .steps {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    padding: 10px 0; }
    @media screen and (min-width: 1024px) {
      .booking .steps {
        border-bottom: #d41f3a solid 1px; } }
    .booking .steps .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 90%;
      height: 100%;
      margin-left: 5%;
      background-color: #d41f3a;
      -webkit-transform: skewX(-20deg);
              transform: skewX(-20deg);
      -webkit-transition: width 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: width 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media screen and (min-width: 1024px) {
        .booking .steps .bg {
          width: 25%;
          margin-left: 7px; } }
    .booking .steps li {
      position: relative;
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      text-align: center;
      font-size: 14px;
      cursor: pointer; }
      @media screen and (min-width: 1024px) {
        .booking .steps li {
          min-width: 25%;
          width: 25%;
          max-width: 25%; } }
    .booking .steps.no-1 li {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
      @media screen and (min-width: 1024px) {
        .booking .steps.no-1 li {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
    @media screen and (min-width: 1024px) {
      .booking .steps.no-1 .bg {
        width: 50%; } }
    .booking .steps.no-2 li {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%); }
      @media screen and (min-width: 1024px) {
        .booking .steps.no-2 li {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
    @media screen and (min-width: 1024px) {
      .booking .steps.no-2 .bg {
        width: 75%; } }
    .booking .steps.no-3 li {
      -webkit-transform: translateX(-300%);
              transform: translateX(-300%); }
      @media screen and (min-width: 1024px) {
        .booking .steps.no-3 li {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
    @media screen and (min-width: 1024px) {
      .booking .steps.no-3 .bg {
        width: calc( 100% - 14px); } }
  .booking .required {
    position: absolute;
    right: 0;
    bottom: 0; }

.contact {
  position: relative;
  background-color: #103841;
  padding: 30px 0;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .contact {
      padding-bottom: 60px; } }
  .contact h2 {
    font-weight: 500;
    text-transform: uppercase; }
    .contact h2 span {
      color: #d41f3a; }
  .contact .top {
    margin-bottom: 40px; }
  .contact .text {
    text-align: left; }
    @media screen and (min-width: 1024px) {
      .contact .text {
        max-width: 45%;
        display: inline-block; } }
    .contact .text span {
      font-weight: 800;
      color: #d41f3a;
      text-transform: uppercase; }
    .contact .text a {
      color: #fff;
      text-decoration: none; }
    .contact .text img {
      margin-bottom: 40px;
      width: 140px; }
      @media screen and (min-width: 1280px) {
        .contact .text img {
          width: auto; } }
  .contact .bg-text {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: -1%;
    font-size: 12vw;
    font-weight: 400;
    text-transform: uppercase;
    color: #eff0f2;
    text-align: left;
    line-height: 1;
    opacity: 0.1; }
    @media screen and (min-width: 1024px) {
      .contact .bg-text {
        top: 20%; } }
    @media screen and (min-width: 1600px) {
      .contact .bg-text {
        top: 14%; } }
  .contact #map {
    width: 100%;
    height: 300px; }
    @media screen and (min-width: 1024px) {
      .contact #map {
        width: 50%;
        height: 370px;
        margin-left: 5%;
        display: inline-block; } }
    @media screen and (min-width: 1280px) {
      .contact #map {
        height: 420px; } }
    @media screen and (min-width: 1600px) {
      .contact #map {
        height: 470px; } }

.about {
  position: relative;
  overflow: hidden; }
  .about h2 {
    font-weight: 500;
    text-transform: uppercase; }
    .about h2 span {
      color: #d41f3a; }
  .about .bg-text {
    display: inline-block;
    position: absolute;
    top: 10%;
    left: -1%;
    font-size: 12vw;
    font-weight: 400;
    text-transform: uppercase;
    color: #eff0f2;
    text-align: left;
    line-height: 1; }
    @media screen and (min-width: 1024px) {
      .about .bg-text {
        top: 17%; } }
    @media screen and (min-width: 1600px) {
      .about .bg-text {
        top: 14%; } }
  .about .container {
    padding: 30px 0; }
    @media screen and (min-width: 1024px) {
      .about .container {
        padding: 50px 0; } }
    @media screen and (min-width: 1600px) {
      .about .container {
        padding: 70px 0; } }
    @media screen and (min-width: 1024px) {
      .about .container p {
        max-width: 55%; } }
    @media screen and (min-width: 1600px) {
      .about .container p {
        max-width: 50%; } }
    @media screen and (min-width: 1920px) {
      .about .container p {
        max-width: 45%; } }
  .about .author {
    margin: 20px 0;
    font-weight: 700; }
    .about .author span {
      color: #d41f3a; }
  .about .cite {
    text-align: center;
    padding: 0 5%; }
    @media screen and (min-width: 1024px) {
      .about .cite {
        text-align: left;
        max-width: 50%; } }
    @media screen and (min-width: 1920px) {
      .about .cite {
        padding: 0 10%;
        max-width: 55%; } }
  .about .red {
    padding: 20px 0;
    background-color: #d41f3a;
    background-repeat: repeat;
    background-image: url("/assets/img/lines-bg.png");
    color: #fff; }
    .about .red img {
      position: absolute;
      bottom: 0;
      right: -10%;
      max-width: 60%; }
      @media screen and (min-width: 1280px) {
        .about .red img {
          max-width: 65%; } }

.instruction {
  position: relative;
  text-align: center;
  padding: 40px; }
  @media screen and (min-width: 1280px) {
    .instruction {
      padding: 60px 0; } }
  @media screen and (min-width: 1600px) {
    .instruction {
      padding: 80px 0; } }
  .instruction h2 {
    font-weight: 500;
    text-transform: uppercase; }
    .instruction h2 span {
      color: #d41f3a; }
  .instruction p {
    display: inline-block;
    max-width: 70%; }
  @media screen and (min-width: 720px) {
    .instruction .instruction-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 1600px) {
    .instruction .instruction-list {
      margin: 40px auto;
      max-width: 80%; } }
  .instruction .instruction-list li {
    margin-top: 30px; }
    @media screen and (min-width: 720px) {
      .instruction .instruction-list li {
        min-width: 50%;
        max-width: 50%;
        width: 50%; } }
    @media screen and (min-width: 1280px) {
      .instruction .instruction-list li {
        min-width: 33.33%;
        max-width: 33.33%;
        width: 33.33%; } }
    .instruction .instruction-list li img {
      display: inline-block;
      height: 40px;
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .instruction .instruction-list li img {
          height: 60px; } }
      @media screen and (min-width: 1600px) {
        .instruction .instruction-list li img {
          height: auto; } }
    .instruction .instruction-list li p {
      display: block;
      margin: 0 auto;
      max-width: 300px; }
      @media screen and (min-width: 1600px) {
        .instruction .instruction-list li p {
          max-width: 320px; } }

.parts {
  position: relative;
  overflow: hidden;
  padding-top: 30px; }
  @media screen and (min-width: 1024px) {
    .parts {
      padding-top: 0; } }
  .parts h2 {
    font-weight: 500;
    text-transform: uppercase; }
    .parts h2 span {
      color: #d41f3a; }
  .parts .bg-text {
    display: inline-block;
    position: absolute;
    top: 10%;
    right: -1%;
    font-size: 11vw;
    font-weight: 400;
    text-transform: uppercase;
    color: #eff0f2;
    text-align: right; }
    @media screen and (min-width: 1024px) {
      .parts .bg-text {
        top: 3%; } }
    @media screen and (min-width: 1600px) {
      .parts .bg-text {
        top: 6%; } }
  .parts .brand {
    background-color: #f7f8f9; }
    .parts .brand .brand-slider {
      position: relative;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: 60px;
      padding: 12px 0; }
      @media screen and (min-width: 1280px) {
        .parts .brand .brand-slider {
          height: 100px;
          padding: 25px 0; } }
      @media screen and (min-width: 1600px) {
        .parts .brand .brand-slider {
          height: 120px;
          padding: 32px 0; } }
      .parts .brand .brand-slider li {
        position: relative;
        min-width: 25%;
        max-width: 25%;
        width: 25%;
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        @media screen and (min-width: 1280px) {
          .parts .brand .brand-slider li {
            min-width: calc( 100% / 7);
            max-width: calc( 100% / 7);
            width: calc( 100% / 7); } }
        .parts .brand .brand-slider li img {
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          max-width: 90%;
          max-height: 90%; }
  .parts .woman {
    display: block;
    max-width: 90%;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .parts .woman {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 50%; } }
    @media screen and (min-width: 1280px) {
      .parts .woman {
        max-width: 55%; } }
  @media screen and (min-width: 1024px) {
    .parts .text {
      margin-left: 50%;
      padding: 50px 0; } }
  @media screen and (min-width: 1280px) {
    .parts .text {
      padding: 100px 0;
      max-width: 500px; } }
  @media screen and (min-width: 1600px) {
    .parts .text {
      padding: 140px 0; } }
  @media screen and (min-width: 1920px) {
    .parts .text {
      max-width: 570px;
      padding: 180px 0; } }
  .parts .blue {
    text-align: center;
    color: #fff;
    background-color: #103841;
    padding: 30px 0; }

.wheels {
  position: relative;
  background-color: #103841;
  color: #fff;
  padding-top: 100px;
  text-align: center; }
  .wheels h2 {
    font-weight: 500;
    text-transform: uppercase; }
    .wheels h2 span {
      color: #d41f3a; }
  .wheels .bg-text {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 14%;
    left: -1%;
    font-size: 12vw;
    font-weight: 400;
    text-transform: uppercase;
    color: #eff0f2;
    text-align: center;
    opacity: 0.1;
    line-height: 1; }
    @media screen and (min-width: 720px) {
      .wheels .bg-text {
        top: 20%; } }
    @media screen and (min-width: 1024px) {
      .wheels .bg-text {
        top: 22%;
        font-size: 11vw; } }
    @media screen and (min-width: 1600px) {
      .wheels .bg-text {
        top: 22%; } }
    @media screen and (min-width: 1920px) {
      .wheels .bg-text {
        font-size: 9vw;
        top: 25%; } }
  @media screen and (min-width: 720px) {
    .wheels {
      padding-top: 120px; } }
  @media screen and (min-width: 1024px) {
    .wheels {
      padding-top: 160px; } }
  @media screen and (min-width: 1280px) {
    .wheels {
      padding-top: 220px; } }
  @media screen and (min-width: 1600px) {
    .wheels {
      padding-top: 240px; } }
  @media screen and (min-width: 1920px) {
    .wheels {
      padding-top: 280px; } }
  .wheels p {
    margin: 20px 5%; }
  .wheels .oponeo {
    max-width: 90%;
    display: inline-block;
    margin-bottom: -14%; }
    @media screen and (min-width: 1024px) {
      .wheels .oponeo {
        max-width: 70%;
        margin-bottom: -10%; } }
    @media screen and (min-width: 1600px) {
      .wheels .oponeo {
        max-width: 65%;
        margin-bottom: -9%; } }
  .wheels .red {
    background-color: #d41f3a;
    padding: 30px 0 20px;
    background-repeat: repeat;
    background-image: url("/assets/img/lines-bg.png"); }
    @media screen and (min-width: 720px) {
      .wheels .red {
        padding-top: 50px; } }
    @media screen and (min-width: 1024px) {
      .wheels .red {
        padding-top: 60px; } }
    @media screen and (min-width: 1280px) {
      .wheels .red {
        padding-top: 80px; } }
  .wheels .tires {
    background-color: #f7f8f9; }
    .wheels .tires .tires-slider {
      position: relative;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: 60px;
      padding: 20px 0; }
      @media screen and (min-width: 1280px) {
        .wheels .tires .tires-slider {
          height: 100px;
          padding: 35px 0; } }
      @media screen and (min-width: 1600px) {
        .wheels .tires .tires-slider {
          height: 120px;
          padding: 42px 0; } }
      .wheels .tires .tires-slider li {
        position: relative;
        min-width: 33.33%;
        max-width: 33.33%;
        width: 33.33%;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        @media screen and (min-width: 1024px) {
          .wheels .tires .tires-slider li {
            min-width: calc( 100% / 5);
            max-width: calc( 100% / 5);
            width: calc( 100% / 5); } }
        .wheels .tires .tires-slider li img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          max-width: 90%;
          max-height: 90%; }

.service {
  text-align: center; }
  .service h2 {
    font-weight: 500;
    text-transform: uppercase; }
    .service h2 span {
      color: #d41f3a; }
  .service .container {
    padding: 30px 0; }
    @media screen and (min-width: 1024px) {
      .service .container {
        padding: 50px 0; } }
    @media screen and (min-width: 1600px) {
      .service .container {
        padding: 70px 0; } }
  .service .prev {
    position: absolute;
    left: -10px;
    top: calc( 50% - 10px);
    z-index: 10;
    cursor: pointer; }
    @media screen and (min-width: 720px) {
      .service .prev {
        left: -30px; } }
    .service .prev img {
      width: 20px; }
      @media screen and (min-width: 1920px) {
        .service .prev img {
          width: auto; } }
  .service .next {
    position: absolute;
    right: -10px;
    top: calc( 50% - 10px);
    z-index: 10;
    cursor: pointer; }
    @media screen and (min-width: 720px) {
      .service .next {
        right: -30px; } }
    .service .next img {
      width: 20px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media screen and (min-width: 1920px) {
        .service .next img {
          width: auto; } }
  .service .service-slider {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: -80px; }
    @media screen and (min-width: 720px) {
      .service .service-slider {
        height: 400px;
        margin-bottom: -100px; } }
    @media screen and (min-width: 1024px) {
      .service .service-slider {
        margin-bottom: -140px; } }
    @media screen and (min-width: 1280px) {
      .service .service-slider {
        height: 450px;
        margin-bottom: -160px; } }
    @media screen and (min-width: 1600px) {
      .service .service-slider {
        height: 550px;
        margin-bottom: -200px; } }
    @media screen and (min-width: 1920px) {
      .service .service-slider {
        height: 650px;
        margin-bottom: -230px; } }
    .service .service-slider .slider-item {
      position: relative;
      min-width: 100%;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .service .service-slider .slider-inner {
      height: 100%; }
      .service .service-slider .slider-inner .slider-container {
        width: 100%;
        height: 350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media screen and (min-width: 720px) {
          .service .service-slider .slider-inner .slider-container {
            height: 400px;
            width: calc( 60% - 20px);
            min-width: calc( 60% - 20px);
            max-width: calc( 60% - 20px);
            margin-right: 20px; } }
        @media screen and (min-width: 1280px) {
          .service .service-slider .slider-inner .slider-container {
            height: 450px; } }
        @media screen and (min-width: 1600px) {
          .service .service-slider .slider-inner .slider-container {
            height: 550px; } }
        @media screen and (min-width: 1920px) {
          .service .service-slider .slider-inner .slider-container {
            height: 650px; } }
        .service .service-slider .slider-inner .slider-container li {
          margin-top: 0; }
          .service .service-slider .slider-inner .slider-container li:nth-child(1) {
            width: 100%;
            min-width: 100%;
            height: calc( 50% - 20px);
            margin-bottom: 20px; }
          .service .service-slider .slider-inner .slider-container li:nth-child(2), .service .service-slider .slider-inner .slider-container li:nth-child(3) {
            width: calc( 50% - 10px);
            height: 50%; }
          .service .service-slider .slider-inner .slider-container li:nth-child(2) {
            margin-right: 20px; }
      @media screen and (min-width: 720px) {
        .service .service-slider .slider-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row;
                  flex-flow: row;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      @media screen and (min-width: 720px) {
        .service .service-slider .slider-inner.second .slider-container {
          margin-right: 0;
          margin-left: 20px; } }
      .service .service-slider .slider-inner.second li {
        margin-top: 0;
        margin-bottom: 20px; }
      .service .service-slider .slider-inner.third .slider-container li:nth-child(2) {
        width: 100%;
        margin-right: 0; }
      .service .service-slider .slider-inner li {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 330px;
        background-position: center;
        background-size: cover;
        margin-top: 20px; }
        @media screen and (min-width: 720px) {
          .service .service-slider .slider-inner li {
            height: 400px;
            margin-top: 0; } }
        @media screen and (min-width: 1280px) {
          .service .service-slider .slider-inner li {
            height: 450px; } }
        @media screen and (min-width: 1600px) {
          .service .service-slider .slider-inner li {
            height: 550px; } }
        @media screen and (min-width: 1920px) {
          .service .service-slider .slider-inner li {
            height: 650px; } }
        .service .service-slider .slider-inner li h4 {
          position: absolute;
          right: 0;
          top: 0;
          margin: 10px;
          display: inline-block;
          text-align: left;
          color: #fff;
          font-weight: 500;
          text-transform: uppercase;
          font-size: 13px; }
          @media screen and (min-width: 720px) {
            .service .service-slider .slider-inner li h4 {
              font-size: 16px; } }
          .service .service-slider .slider-inner li h4.bottom {
            top: auto;
            bottom: 0; }
          .service .service-slider .slider-inner li h4.left {
            right: auto;
            left: 0; }
          @media screen and (min-width: 1280px) {
            .service .service-slider .slider-inner li h4 {
              margin: 20px;
              font-size: 20px; } }
          @media screen and (min-width: 1600px) {
            .service .service-slider .slider-inner li h4 {
              margin: 30px;
              font-size: 24px; } }
          @media screen and (min-width: 1920px) {
            .service .service-slider .slider-inner li h4 {
              margin: 40px;
              font-size: 28px; } }
