/*
@media screen {
    @media @mxw-980 {

    }
    @media @mxw-768 {

    }
}*/
/*----------------------------------------------------------------------------------------------------------------------
Project:    {AMC MAXIMUM Landing Page}
Version:    1.0
Author:     Denis Moskvitin
----------------------------------------------------------------------------------------------------------------------*/
/*! 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 {
  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 */
  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 {
  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"] {
  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;
}
/*
 * =============================================================================
 * [ PRINT STYLES ]
 * =============================================================================
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 * =============================================================================
 * [ BASE STYLES ]
 * =============================================================================
 */
::-moz-selection {
  background: #ffd16e;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #ffd16e;
  color: #000;
  text-shadow: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #fff;
  color: #000;
  font-family: 'pf_din_text_comp_prolight', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 19px 0;
  font-weight: normal;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 19px 0;
}
a {
  color: #00b400;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
img {
  height: auto;
  max-width: 100%;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'pf_din_text_comp_prolight', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.hidden {
  display: none;
  visibility: hidden;
}
.container-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.button-holder {
  margin-bottom: 63px;
}
.button {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 25px 4px;
  background-color: transparent;
  border: 1px solid #00b400;
  border-radius: 20px;
  color: #323232;
  letter-spacing: 3px;
  cursor: pointer;
  min-width: 170px;
}
.button:hover {
  text-decoration: none;
}
.button-green {
  background-color: #00b400;
  border-color: #fff;
  color: #fff;
}
.button-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.section-title {
  font-size: 60px;
  line-height: 62px;
  margin: 0 0 17px;
}
.section-text {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 37px;
  padding: 0 21.875%;
}
.section-text p {
  margin: 0;
}
.section-inner {
  margin-bottom: 38px;
  font-size: 25px;
  line-height: 28px;
}
.button-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #323232;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.button-back-to-top:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -8px 0 0 -10px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}
.button-back-to-top:hover {
  background-color: #000;
}
.button-back-to-top:hover:before {
  -ms-transform: translateY(-3px) rotate(180deg);
      transform: translateY(-3px) rotate(180deg);
}
.button-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
@font-face {
  font-family: 'pf_din_text_comp_prolight';
  src: url('../../fonts/pfdintextcomppro-light-webfont.woff2') format('woff2'), url('../../fonts/pfdintextcomppro-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .section-title,
  .section-text {
    padding: 0;
  }
  .section-title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .section-text {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .button-holder {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .section-title {
    font-size: 28px;
    line-height: 30px;
  }
  .section-text {
    font-size: 22px;
    line-height: 24px;
  }
}
/*
 * =============================================================================
 * { UTILITY CLASSES }
 * =============================================================================
 */
.focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.header {
  background-color: #f5f5f5;
}
.header-box {
  background: url("../../images/bg-maximum-car.jpg") no-repeat 50% 50%;
  background-size: contain;
  padding: 25px;
}
.logo-holder {
  margin-bottom: 69px;
}
.logo {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.logo-link {
  display: block;
}
.logo-link:hover {
  text-decoration: none;
}
.logo-image {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}
.logo-text {
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
  border-bottom: 1px solid #00b400;
}
.amc-slogan-holder {
  margin: -306px 0 12px;
}
.amc-maximum {
  display: block;
  margin: 0 auto;
  padding-left: 30px;
}
.amc-slogan {
  display: block;
  margin: -33px auto 0;
}
@media (max-width: 768px) {
  .logo-holder {
    margin-bottom: 30px;
  }
  .logo {
    margin: -10px 0 0 -15px;
  }
  .amc-slogan-holder {
    margin-top: 0;
  }
  .amc-maximum {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .header-box {
    background-size: cover;
  }
}
@media (max-width: 520px) {
  .amc-maximum {
    max-height: 200px;
  }
  .amc-slogan {
    margin-top: 0;
  }
}
.footer-holder {
  background-color: #3c3c3c;
}
.footer {
  padding: 13px 0;
}
.footer-logo {
  display: block;
  margin: 0 auto;
  width: 247px;
}
.footer-logo-link {
  display: block;
}
.main-nav-holder {
  padding-left: 11.869918699186991%;
  margin-bottom: 19px;
  position: relative;
  z-index: 2;
}
.main-nav {
  font-size: 22px;
  line-height: 24px;
}
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav ul li {
  padding-bottom: 6px;
}
.main-nav ul a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  padding: 5px 26px 5px 0;
  position: relative;
}
.main-nav ul a:before,
.main-nav ul a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}
.main-nav ul a:before {
  width: 11px;
  height: 4px;
  right: 7px;
  margin: -2px 0 0;
  background-color: #00b400;
}
.main-nav ul a:after {
  border-bottom: 7px solid transparent;
  border-left: 7px solid #00b400;
  border-top: 7px solid transparent;
  margin: -7px 0 0;
}
.main-nav ul a:hover {
  color: #f00;
  text-decoration: none;
}
.main-nav ul a:hover:before,
.main-nav ul a:hover:after {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.button-menu-toggle {
  float: right;
  background-color: #00b400;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0;
  margin: -15px -15px 0 0;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  display: none;
}
.button-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 980px) {
  .main-nav-holder {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .button-menu-toggle,
  .button-menu-close {
    display: block;
  }
  .main-nav-holder {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 15px 15px;
    margin: 0;
    background-color: #323232;
    color: #fff;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 100%;
    max-height: 880px;
    min-height: 140px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #000;
    z-index: 11;
    transform: translate3d(0, -100%, 0);
    will-change: transform;
  }
  .main-nav-holder.is-opened {
    transform: translate3d(0, 0, 0);
  }
  .main-nav ul {
    font-size: 28px;
    line-height: 30px;
  }
  .main-nav ul li {
    border-bottom: 1px solid #3f3f3f;
    padding: 0;
  }
  .main-nav ul a {
    color: #fff;
    display: block;
    padding: 15px 10px;
  }
  .main-nav ul a:before,
  .main-nav ul a:after {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .main-nav ul {
    font-size: 22px;
    line-height: 24px;
  }
}
.section-rf-holder {
  background-color: #323232;
  margin-bottom: 98px;
}
.section-rf {
  padding: 36px 6.3% 36px 5.2%;
  color: #c8c8c8;
}
.rf-logo-holder {
  float: left;
  margin: 0 8.7% 0 0;
  padding-top: 60px;
}
.rf-text-holder {
  float: left;
  width: 49%;
  font-size: 28px;
  line-height: 34px;
}
.rf-text-holder p {
  margin: 0;
}
.rf-button-holder {
  float: right;
  padding-top: 85px;
}
@media screen and (max-width: 1200px) {
  .section-rf-holder {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 980px) {
  .section-rf {
    padding: 30px;
    text-align: center;
  }
  .rf-logo-holder {
    float: none;
    margin: 0 0 30px;
    padding-top: 20px;
  }
  .rf-text-holder {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .rf-button-holder {
    float: none;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section-rf {
    padding: 15px;
  }
  .rf-text-holder {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 400px) {
  .section-rf {
    padding: 10px;
  }
}
.section-drive {
  margin-bottom: 75px;
}
@media (max-width: 1200px) {
  .section-drive {
    margin-bottom: 30px;
  }
}
.section-inner-drive {
  margin-bottom: 77px;
}
.section-title-power {
  margin: 0 0 50px;
  padding: 0 10%;
}
.power-box {
  padding: 0 50px;
  margin-bottom: 15px;
}
.power-text-holder {
  float: right;
  width: 53%;
}
.power-text {
  background-color: #f5f5f5;
  padding: 15px 10px 18px 26px;
  line-height: 30px;
}
.power-text p {
  margin: 0;
}
.power-graph-holder {
  float: left;
  width: 45.76271186440678%;
  position: relative;
  padding: 49px 0 0;
}
.power-graph-holder .graph-title,
.power-graph-holder .graph-value,
.power-graph-holder .power-graph-legend {
  position: absolute;
  top: 0;
  left: 0;
}
.power-graph-holder .graph-title {
  font-weight: normal;
  top: 14px;
  left: 97px;
}
.power-graph-holder .graph-value-1 {
  top: 38px;
  left: 8px;
}
.power-graph-holder .graph-value-1:after {
  content: " -";
}
.power-graph-holder .graph-value-2 {
  top: 44px;
  left: auto;
  right: 192px;
}
.power-graph-holder .graph-value-3 {
  top: 84px;
  left: 145px;
}
.power-graph-holder .graph-value-4 {
  top: 157px;
  left: 72px;
}
.power-graph-holder .graph-value-5 {
  top: 207px;
  left: 21px;
}
.power-graph-holder .graph-value-5:after {
  content: " -";
}
.power-graph-holder .power-graph-legend {
  top: 69px;
  left: auto;
  right: 9px;
}
.power-graph-holder .graph-legend {
  display: block;
  margin-bottom: 5px;
  padding-left: 29px;
  position: relative;
}
.power-graph-holder .graph-legend:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #f00;
}
.power-graph-holder .graph-legend-2:before {
  background-color: #00b400;
}
.power-graph-holder .graph-legend-3:before {
  background-color: #ffb80d;
}
.graph-image {
  display: block;
}
.section-title-compression {
  margin: 0 0 45px;
  padding: 0 10%;
}
.compression-box {
  padding: 0 10px 0 50px;
}
.compression-text-holder {
  float: left;
  width: 42.295081967213115%;
}
.compression-text-title {
  margin: 0 0 16px;
  font-size: 33px;
  line-height: 35px;
  padding: 0 25px;
}
.compression-text {
  background-color: #f5f5f5;
  padding: 15px 23px 18px 25px;
  margin-bottom: 115px;
  line-height: 30px;
}
.compression-text p {
  margin: 0;
}
.compression-data-info {
  display: block;
  padding: 0 0 0 14px;
  margin: 0 0 0 12px;
  position: relative;
}
.compression-data-info:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.compression-atm {
  text-align: right;
  position: absolute;
  top: -27px;
  right: 66px;
}
.compression-graph-holder {
  float: right;
  width: 55.81967213114755%;
  position: relative;
  padding: 8px 0 0;
  margin: 23px 0 0;
}
.compression-graph-holder .graph-value {
  position: absolute;
  top: 0;
  left: 0;
}
.compression-graph-holder .graph-value-1 {
  top: -6px;
  left: auto;
  right: 38px;
}
.compression-graph-holder .graph-value-1:before {
  content: "- ";
}
.compression-graph-holder .graph-value-2 {
  top: 266px;
  left: auto;
  right: 48px;
}
.compression-graph-holder .graph-value-2:before {
  content: "- ";
}
.compression-graph-holder .graph-value-3 {
  top: 73px;
  left: 72px;
}
.compression-graph-holder .graph-value-4 {
  top: 37px;
  left: 168px;
}
.compression-graph-holder .graph-value-5 {
  top: 174px;
  left: 115px;
}
.compression-graph-holder .graph-value-6 {
  top: 120px;
  left: 188px;
}
.compression-graph-holder .graph-value-7 {
  top: 39px;
  left: 277px;
}
.compression-graph-holder .graph-value-8 {
  top: 187px;
  left: 221px;
}
.compression-graph-holder .graph-value-9 {
  top: 135px;
  left: 301px;
}
.compression-graph-holder .graph-value-10 {
  top: 39px;
  left: 398px;
}
.compression-graph-holder .graph-value-11 {
  top: 205px;
  left: 336px;
}
.compression-graph-holder .graph-value-12 {
  top: 103px;
  left: 421px;
}
.compression-graph-holder .graph-value-13 {
  top: 40px;
  left: 540px;
}
.compression-graph-holder .graph-value-14 {
  top: 219px;
  left: 468px;
}
.compression-graph-holder .graph-value-increase {
  background-color: #ffb80d;
  padding: 5px 12px;
  font-weight: bold;
}
.compression-graph-holder .compression-graph-legend-step .graph-legend {
  position: absolute;
  bottom: 114px;
  left: 108px;
}
.compression-graph-holder .compression-graph-legend-step .graph-legend-2 {
  bottom: 97px;
  left: 213px;
}
.compression-graph-holder .compression-graph-legend-step .graph-legend-3 {
  bottom: 83px;
  left: 326px;
}
.compression-graph-holder .compression-graph-legend-step .graph-legend-4 {
  bottom: 59px;
  left: 456px;
}
.compression-graph-holder .compression-graph-legend {
  position: absolute;
  top: 449px;
  left: 95px;
}
.compression-graph-holder .compression-graph-legend .graph-legend {
  float: left;
  margin: 0 47px 0 0;
  padding-left: 29px;
  position: relative;
}
.compression-graph-holder .compression-graph-legend .graph-legend:last-child {
  margin: 0;
}
.compression-graph-holder .compression-graph-legend .graph-legend:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #f00;
}
.compression-graph-holder .compression-graph-legend .graph-legend-2:before {
  background-color: #00b400;
}
.compression-graph-holder .compression-graph-legend .graph-legend-3:before {
  background-color: #ffb80d;
}
@media screen and (max-width: 1200px) {
  .section-inner-drive {
    margin-bottom: 0;
  }
  .section-title-power,
  .section-title-compression {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .section-title-compression {
    margin-bottom: 60px;
  }
  .power-box,
  .compression-box {
    padding: 0;
    margin-bottom: 30px;
  }
  .power-graph-holder {
    float: none;
    max-width: 540px;
    width: auto;
    margin: 0 auto;
  }
  .power-text-holder {
    float: none;
    width: 100%;
    margin: -30px 0 0;
    position: relative;
  }
  .power-text,
  .compression-text {
    padding: 15px 30px;
  }
  .compression-text {
    margin-bottom: 30px;
  }
  .compression-graph-holder {
    float: none;
    max-width: 681px;
    width: auto;
    margin: 0 auto;
  }
  .compression-text-holder {
    float: none;
    width: 100%;
  }
  .compression-text-title {
    padding: 0 30px;
  }
}
@media screen and (max-width: 980px) {
  .power-text,
  .compression-text {
    padding: 15px;
  }
  .compression-data-info {
    padding: 0 15px 0 15px;
    margin: 0 0 0 15px;
    font-size: 20px;
    line-height: 22px;
  }
  .compression-data-info br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .power-graph-holder,
  .compression-graph-holder {
    max-width: 400px;
  }
  .power-text-holder {
    margin: 0;
  }
  .power-graph-holder .power-graph-legend {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    display: block;
    margin: -45px 0 30px;
    text-align: left;
    padding: 0 0 0 100px;
    font-size: 20px;
    line-height: 22px;
  }
  .power-graph-holder .graph-legend {
    margin-right: 5px;
  }
  .power-graph-holder .graph-legend:before {
    top: 2px;
  }
  .power-graph-holder .graph-value-1 {
    top: 37px;
    left: 1px;
  }
  .power-graph-holder .graph-value-2 {
    right: 94px;
  }
  .power-graph-holder .graph-value-3 {
    top: 78px;
    left: 126px;
  }
  .power-graph-holder .graph-value-4 {
    top: 142px;
    left: 60px;
  }
  .power-graph-holder .graph-value-5 {
    top: 185px;
    left: 13px;
  }
  .power-graph-holder .graph-title {
    top: 14px;
    left: 55px;
  }
  .compression-graph-holder .graph-value {
    font-size: 20px;
    line-height: 22px;
  }
  .compression-graph-holder .graph-value-1 {
    right: 7px;
  }
  .compression-graph-holder .graph-value-2 {
    top: 154px;
    right: 17px;
  }
  .compression-graph-holder .graph-value-3 {
    top: 31px;
    left: 28px;
  }
  .compression-graph-holder .graph-value-4 {
    top: 15px;
    left: 84px;
  }
  .compression-graph-holder .graph-value-5 {
    top: 88px;
    left: 58px;
  }
  .compression-graph-holder .graph-value-6 {
    top: 63px;
    left: 103px;
  }
  .compression-graph-holder .graph-value-7 {
    top: 15px;
    left: 146px;
  }
  .compression-graph-holder .graph-value-8 {
    top: 102px;
    left: 121px;
  }
  .compression-graph-holder .graph-value-9 {
    top: 70px;
    left: 172px;
  }
  .compression-graph-holder .graph-value-10 {
    top: 16px;
    left: 219px;
  }
  .compression-graph-holder .graph-value-11 {
    top: 116px;
    left: 191px;
  }
  .compression-graph-holder .graph-value-12 {
    top: 50px;
    left: 244px;
  }
  .compression-graph-holder .graph-value-13 {
    top: 15px;
    left: 296px;
  }
  .compression-graph-holder .graph-value-14 {
    top: 126px;
    left: 268px;
  }
  .compression-graph-holder .graph-value-increase {
    font-size: 20px;
    line-height: 22px;
  }
  .compression-graph-holder .compression-graph-legend-step {
    font-size: 20px;
    line-height: 22px;
  }
  .compression-graph-holder .compression-graph-legend-step .graph-legend {
    top: 200px;
    bottom: auto;
    left: 60px;
  }
  .compression-graph-holder .compression-graph-legend-step .graph-legend-2 {
    top: 212px;
    bottom: auto;
    left: 124px;
  }
  .compression-graph-holder .compression-graph-legend-step .graph-legend-3 {
    top: 224px;
    bottom: auto;
    left: 193px;
  }
  .compression-graph-holder .compression-graph-legend-step .graph-legend-4 {
    top: 236px;
    bottom: auto;
    left: 260px;
  }
  .compression-graph-holder .compression-graph-legend {
    position: static;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 22px;
    padding: 0 0 0 100px;
    margin: 0 0 30px;
  }
  .compression-graph-holder .compression-graph-legend .graph-legend {
    display: block;
    float: none;
    margin: 0 5px 5px 0;
  }
  .compression-graph-holder .compression-graph-legend .graph-legend:before {
    top: 2px;
  }
}
@media screen and (max-width: 640px) {
  .section-drive .section-text {
    padding: 0 10px;
  }
  .section-title-power,
  .section-title-compression,
  .compression-text-title {
    padding: 0 10px;
  }
  .section-title-power {
    margin-bottom: 15px;
  }
  .power-text,
  .compression-text {
    padding: 10px;
    font-size: 23px;
    line-height: 26px;
  }
  .compression-data-info {
    padding: 0 10px;
    margin: 0 10px;
  }
  .power-graph-holder {
    padding: 49px 10px 0;
  }
}
@media screen and (max-width: 400px) {
  .compression-text-title {
    font-size: 24px;
    line-height: 26px;
  }
  .power-text,
  .compression-text {
    font-size: 20px;
    line-height: 22px;
  }
  .power-graph-holder,
  .compression-graph-holder {
    max-width: 320px;
  }
  .power-graph-holder .graph-title {
    font-size: 20px;
    line-height: 22px;
  }
  .power-graph-holder .graph-value {
    font-size: 18px;
    line-height: 20px;
  }
  .power-graph-holder .graph-value-1 {
    top: 44px;
    left: 10px;
  }
  .power-graph-holder .graph-value-2 {
    right: 82px;
  }
  .power-graph-holder .graph-value-3 {
    top: 70px;
    left: 105px;
  }
  .power-graph-holder .graph-value-4 {
    top: 111px;
    left: 54px;
  }
  .power-graph-holder .graph-value-5 {
    top: 151px;
    left: 18px;
  }
  .power-graph-holder .power-graph-legend {
    margin: -30px 0 30px;
  }
  .compression-atm {
    font-size: 20px;
    line-height: 22px;
    top: -40px;
    right: 34%;
  }
  .compression-graph-holder {
    padding: 0 10px;
  }
  .compression-graph-holder .graph-value {
    font-size: 18px;
    line-height: 20px;
  }
  .compression-graph-holder .graph-value-1 {
    top: -10px;
    right: 16px;
  }
  .compression-graph-holder .graph-value-2 {
    top: 108px;
    right: 22px;
  }
  .compression-graph-holder .graph-value-3 {
    top: 22px;
    left: 28px;
  }
  .compression-graph-holder .graph-value-4 {
    top: 4px;
    left: 65px;
  }
  .compression-graph-holder .graph-value-5 {
    top: 62px;
    left: 57px;
  }
  .compression-graph-holder .graph-value-6 {
    top: 39px;
    left: 88px;
  }
  .compression-graph-holder .graph-value-7 {
    top: 4px;
    left: 113px;
  }
  .compression-graph-holder .graph-value-8 {
    top: 72px;
    left: 104px;
  }
  .compression-graph-holder .graph-value-9 {
    top: 48px;
    left: 137px;
  }
  .compression-graph-holder .graph-value-10 {
    top: 4px;
    left: 164px;
  }
  .compression-graph-holder .graph-value-11 {
    top: 80px;
    left: 156px;
  }
  .compression-graph-holder .graph-value-12 {
    top: 33px;
    left: 189px;
  }
  .compression-graph-holder .graph-value-13 {
    top: 4px;
    left: 227px;
  }
  .compression-graph-holder .graph-value-14 {
    top: 88px;
    left: 212px;
  }
  .compression-graph-holder .compression-graph-legend-step {
    display: none;
  }
  .compression-graph-holder .graph-value-increase {
    padding: 4px;
  }
  .compression-graph-holder .compression-graph-legend {
    margin: -30px 0 30px;
  }
}
.section-economy {
  margin-bottom: 110px;
}
.section-text-economy {
  padding: 0 20.875%;
}
.button-holder-economy {
  margin-bottom: 58px;
}
.economy-expenses {
  display: inline-block;
  vertical-align: top;
  width: 136px;
  padding-top: 230px;
  margin-right: -47px;
}
.economy-title {
  font-size: 30px;
  line-height: 32px;
  color: #f00;
  text-transform: uppercase;
  margin: 0 0 8px;
  text-align: left;
}
.economy-title-advantages {
  text-align: right;
  color: #00b400;
  letter-spacing: 2px;
}
.economy-box {
  border: 1px solid #9e9e9e;
  background-color: #f5f5f5;
  font-size: 18px;
  line-height: 18px;
  padding: 25px;
  text-align: left;
}
.economy-expenses-box {
  padding: 18px 6px 25px 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,ffffff+5,ffffff+38,fdfdfd+48,ffffff+65,fbfbfb+77,f6f6f6+84,e7e7e7+98,e8e8e8+99,f3f3f3+100 */
  background: #fafafa;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 5%, #ffffff 38%, #fdfdfd 48%, #ffffff 65%, #fbfbfb 77%, #f6f6f6 84%, #e7e7e7 98%, #e8e8e8 99%, #f3f3f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.economy-expenses-box-image {
  float: left;
  margin: 0;
}
.economy-expenses-box-text {
  float: right;
  margin: 0 0 0 -15px;
  width: 65px;
}
.economy-main-image {
  display: inline-block;
  vertical-align: top;
  margin: 75px 0 0;
  position: relative;
  z-index: 2;
}
.economy-advantages {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 -17px;
  width: 300px;
}
.economy-advantages-box {
  padding: 25px 15px 25px 25px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,fcfcfc+5,f7f7f7+11,f8f8f8+13,f3f3f3+19,f4f4f4+22,efefef+30,ebebeb+53,f8f8f8+73,fcfcfc+87,fdfdfd+100 */
  background: #fcfcfc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 5%, #f7f7f7 11%, #f8f8f8 13%, #f3f3f3 19%, #f4f4f4 22%, #efefef 30%, #ebebeb 53%, #f8f8f8 73%, #fcfcfc 87%, #fdfdfd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.economy-advantages-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.economy-advantages-item {
  padding: 0 0 8px 10px;
  margin-bottom: 8px;
  position: relative;
}
.economy-advantages-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,989898+25,989898+75,f4f4f4+100&0.19+0,1+0,1+100,0.87+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f5f5f5 0%, rgba(152, 152, 152, 0.97) 25%, rgba(152, 152, 152, 0.9) 75%, rgba(244, 244, 244, 0.87) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.economy-advantages-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.economy-advantages-item:last-child:after {
  display: none;
}
.economy-advantages-icon {
  display: inline-block;
  vertical-align: top;
  width: 51px;
  margin: 2px 7px 0 0;
}
.economy-advantages-text {
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
.economy-advantages-text p {
  margin: 0;
}
@media screen and (max-width: 1152px) {
  .section-text-economy {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-economy {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .section-text-economy {
    padding: 0;
  }
  .button-holder-economy {
    margin-bottom: 30px;
  }
  .economy-main-image {
    display: none;
  }
  .economy-expenses {
    padding-top: 0;
    margin: 0 15px;
  }
  .economy-advantages {
    margin: 0 15px;
  }
}
@media screen and (max-width: 520px) {
  .economy-expenses,
  .economy-advantages {
    width: 100%;
    margin: 0 0 30px;
  }
  .economy-expenses:last-child,
  .economy-advantages:last-child {
    margin-bottom: 0;
  }
  .economy-expenses-box,
  .economy-advantages-box {
    padding: 25px;
  }
  .economy-advantages-text {
    width: 70%;
  }
  .economy-advantages-text br {
    display: none;
  }
  .economy-expenses-box-text {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    width: auto;
    float: left;
    padding-top: 40px;
  }
  .economy-expenses-box-image {
    margin: 0 13% 0 0;
  }
  .economy-title {
    text-align: left;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 400px) {
  .economy-title {
    font-size: 24px;
    line-height: 26px;
  }
  .economy-expenses-box-image {
    margin: 0 15px 0 0;
  }
  .economy-expenses-box-text {
    padding-top: 49px;
    font-size: 24px;
    line-height: 26px;
  }
}
.section-inner-economy {
  margin-bottom: 30px;
}
.section-title-fuel {
  margin: 0 0 46px;
}
.fuel-box {
  padding: 0 50px 0 18px;
  margin-bottom: 22px;
}
.fuel-graph-holder {
  float: left;
  width: 46%;
  position: relative;
  padding: 60px 0 0;
}
.fuel-graph-holder .graph-title,
.fuel-graph-holder .graph-text,
.fuel-graph-holder .graph-value,
.fuel-graph-holder .fuel-graph-legend {
  position: absolute;
  top: 0;
  left: 0;
}
.fuel-graph-holder .graph-title {
  font-weight: normal;
  top: 3px;
  left: 62px;
  width: 215px;
}
.fuel-graph-holder .graph-text {
  top: 350px;
  left: 63px;
}
.fuel-graph-holder .graph-value-1 {
  top: 111px;
  left: 28px;
}
.fuel-graph-holder .graph-value-1:after {
  content: " -";
}
.fuel-graph-holder .graph-value-2 {
  top: 248px;
  left: 31px;
}
.fuel-graph-holder .graph-value-2:after {
  content: " -";
}
.fuel-graph-holder .graph-value-3 {
  top: 116px;
  left: 86px;
}
.fuel-graph-holder .graph-value-4 {
  top: 129px;
  left: 282px;
}
.fuel-graph-holder .graph-value-5 {
  top: 193px;
  left: 290px;
}
.fuel-graph-holder .fuel-graph-legend {
  top: 101px;
  left: auto;
  right: 8px;
}
.fuel-graph-holder .graph-legend {
  display: block;
  margin-bottom: 5px;
  padding-left: 29px;
  position: relative;
}
.fuel-graph-holder .graph-legend:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #7c5297;
}
.fuel-graph-holder .graph-legend-2:before {
  background-color: #00b400;
}
.fuel-graph-holder .graph-legend-3:before {
  background-color: #ffb80d;
}
.graph-image {
  display: block;
}
.fuel-text-holder {
  float: right;
  width: 50.495049504950494%;
}
.fuel-text {
  background-color: #f5f5f5;
  padding: 15px 20px 20px 26px;
  line-height: 30px;
  margin: -28px 0 82px;
  display: inline-block;
  vertical-align: top;
}
.fuel-text p {
  margin: 0;
}
.fuel-title-holder {
  position: relative;
  margin: 0;
  padding: 0 75px 0 25px;
}
.fuel-text-title {
  margin: 0;
  font-size: 33px;
  line-height: 35px;
  width: 290px;
  float: left;
}
.fuel-image {
  float: right;
  margin: -88px 0 0;
}
.fuel-data-info {
  display: block;
  position: relative;
  padding: 0 0 0 14px;
  margin: 0 0 0 12px;
}
.fuel-data-info:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .fuel-box {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .fuel-graph-holder .fuel-graph-legend {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 0 15px;
    text-align: center;
  }
  .fuel-graph-holder .graph-text {
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    display: block;
    text-align: center;
  }
  .fuel-graph-holder .graph-legend {
    display: inline-block;
    margin-right: 5px;
  }
  .fuel-graph-legend-container {
    margin-top: -85px;
  }
  .fuel-title-holder {
    padding: 0 15px;
  }
  .fuel-text {
    padding: 15px;
  }
}
@media screen and (max-width: 980px) {
  .section-title-fuel {
    margin-bottom: 30px;
  }
  .fuel-box {
    padding: 0;
  }
  .fuel-graph-holder {
    float: none;
    width: 485px;
    margin: 0 auto 30px;
    padding: 0;
  }
  .fuel-graph-holder .graph-title {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .fuel-graph-holder .fuel-graph-legend {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 22px;
  }
  .fuel-graph-holder .graph-legend {
    margin-bottom: 0;
  }
  .fuel-graph-holder .graph-legend:before {
    top: 2px;
  }
  .fuel-graph-holder .graph-text {
    font-size: 20px;
    line-height: 22px;
  }
  .fuel-text-holder {
    float: none;
    width: 100%;
  }
  .fuel-image {
    display: none;
  }
  .fuel-text-title {
    width: auto;
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }
  .fuel-text {
    margin: 0 0 15px;
  }
  .fuel-data-info {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    padding: 0 30px;
  }
  .fuel-data-info:before {
    left: 15px;
  }
  .fuel-data-info br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .fuel-title-holder,
  .section-title-fuel {
    padding: 0 10px;
  }
  .fuel-text {
    font-size: 23px;
    line-height: 26px;
  }
}
@media screen and (max-width: 520px) {
  .fuel-graph-legend-container {
    margin-top: -45px;
  }
  .fuel-graph-holder {
    width: 320px;
  }
  .fuel-graph-holder .graph-value {
    font-size: 20px;
    line-height: 22px;
  }
  .fuel-graph-holder .graph-value-1 {
    top: 117px;
    left: 12px;
  }
  .fuel-graph-holder .graph-value-2 {
    top: 208px;
    left: 12px;
  }
  .fuel-graph-holder .graph-value-3 {
    top: 117px;
    left: 56px;
  }
  .fuel-graph-holder .graph-value-4 {
    top: 131px;
    left: 179px;
  }
  .fuel-graph-holder .graph-value-5 {
    top: 178px;
    left: 186px;
  }
  .fuel-graph-holder .graph-legend {
    margin: 0 0 5px 34%;
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .fuel-text {
    font-size: 20px;
    line-height: 22px;
  }
  .fuel-text-title {
    font-size: 24px;
    line-height: 26px;
  }
  .fuel-text {
    padding: 10px;
  }
  .fuel-data-info {
    padding: 0 10px 0 20px;
  }
  .fuel-data-info:before {
    left: 10px;
  }
}
.section-resource {
  margin-bottom: 98px;
}
.resource-box-holder {
  position: relative;
}
.resource-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 67.1875%;
  color: #fff;
  padding: 5px 85px 51px 32px;
  background-color: rgba(0, 180, 0, 0.5);
}
.resource-box-text {
  font-size: 25px;
  line-height: 30px;
}
.resource-box-text p {
  margin: 0;
}
.icon-resource {
  position: absolute;
  top: -218px;
  right: 20.35%;
}
@media screen and (max-width: 1200px) {
  .section-resource {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1152px) {
  .icon-resource {
    width: 150px;
    top: -82px;
    right: 10%;
  }
}
@media screen and (max-width: 860px) {
  .resource-box {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section-title-resource {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .icon-resource {
    display: none;
  }
  .resource-box {
    background: none;
    color: #000;
    position: static;
    bottom: auto;
    right: auto;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .resource-box {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .resource-box-text {
    font-size: 22px;
    line-height: 24px;
  }
}
.section-engine {
  margin-bottom: 97px;
}
.section-text-engine {
  padding: 0 15%;
}
.button-holder-engine {
  margin-bottom: 73px;
}
.engine-box-holder {
  padding: 0 65px 0 45px;
}
.engine-image-inner {
  float: left;
  margin: 15px 10px 0 0;
}
.engine-image-main-holder {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
}
.engine-box {
  display: inline-block;
  vertical-align: top;
  width: 232px;
  margin: 0 50px;
  font-size: 18px;
  line-height: 20px;
}
.engine-block {
  padding: 0 0 0 25px;
  margin-bottom: 65px;
}
.engine-details {
  font-size: 25px;
  line-height: 26px;
  display: block;
  margin: 0 0 15px -21px;
  position: relative;
  padding: 0 0 0 21px;
}
.engine-details:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #f00;
  border-radius: 50%;
}
.engine-text {
  line-height: 22px;
}
.engine-text p {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .engine-box-holder {
    padding: 0 30px;
    text-align: center;
  }
  .engine-image-inner {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
  }
  .engine-image-main-holder {
    width: 360px;
    margin: 0 3%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .engine-box {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .engine-block {
    margin-bottom: 5px;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .engine-image-inner {
    margin: 0 12px;
  }
  .engine-image-main-holder {
    margin: 0 12px;
  }
  .engine-block {
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .engine-details {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px;
  }
  .engine-box {
    width: 100%;
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .engine-image-inner {
    display: block;
    margin: 0 auto 30px;
  }
  .engine-image-main-holder {
    display: block;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-engine {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .section-title-engine {
    margin-bottom: 15px;
  }
  .section-text-engine {
    padding: 0;
    font-size: 20px;
    line-height: 22px;
  }
  .engine-box-holder {
    padding: 0;
  }
  .button-holder-engine {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .engine-image-main-holder {
    max-width: 360px;
    min-width: 300px;
    width: auto;
    margin: 0 auto 30px;
  }
  .engine-details {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 400px) {
  .engine-image-inner,
  .engine-image-main {
    max-height: 200px;
  }
  .icon-guarantee {
    max-height: 150px;
  }
}
.section-inner-engine {
  margin-bottom: 0;
}
.section-title-revital {
  margin-bottom: 35px;
}
.revital-about-wrapper {
  padding: 0 50px;
  margin-bottom: 52px;
}
.revital-about-holder {
  margin-bottom: 43px;
}
.revital-about-box {
  float: left;
  width: 49%;
}
.revital-about-text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 83px;
}
.revital-about-text p {
  margin: 0;
}
.section-title-stage {
  margin-bottom: 37px;
}
.section-title-stage small {
  line-height: inherit;
}
.revital-stage-box {
  float: left;
  width: 69%;
  margin: 0;
}
.revital-stage-text {
  font-size: 23px;
  line-height: 27px;
}
.revital-stage-text p {
  margin: 0;
}
.revital-stage-image {
  float: right;
  margin: 4px -10px 0 0;
}
.revital-effect-box {
  float: right;
  width: 46.2%;
  background-color: #f5f5f5;
  padding: 18px 26px 23px 23px;
  margin-top: -17px;
}
.revital-effect-text {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 33px;
}
.revital-effect-text p {
  margin: 0;
}
.revital-effect-image-holder {
  position: relative;
  padding: 0 0 60px 24px;
  font-size: 18px;
  line-height: 20px;
}
.revital-effect-caption {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 205px;
}
.revital-effect-descr {
  position: absolute;
  bottom: 0;
  left: 34px;
  padding-left: 10px;
  border-left: 2px solid #fa7b7b;
}
.revital-effect-descr-1 {
  width: 175px;
  padding-top: 31px;
  padding-bottom: 3px;
}
.revital-effect-descr-2 {
  left: auto;
  right: -6px;
  width: 255px;
  padding: 2px 0 1px 10px;
  line-height: 22px;
  border-left-color: #7bd57b;
}
.revital-effect-image {
  display: block;
}
.revital-advantages-holder {
  padding: 30px 25px 37px;
  background-color: #f5f5f5;
}
.revital-advantages-box {
  float: left;
  width: 51.50442477876106%;
  font-size: 18px;
  line-height: 20px;
}
.revital-technology-descr {
  position: absolute;
  top: 115px;
  left: 0;
  color: #fff;
  background-color: #f00;
  padding: 2px 10px 5px 10px;
  border-top-left-radius: 9px;
}
.revital-technology-descr-1 {
  width: 102px;
}
.revital-technology-descr-1:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -28px;
  border-bottom: 47px solid #f00;
  border-right: 28px solid transparent;
}
.revital-technology-descr-2 {
  top: 8px;
  left: auto;
  right: 0;
  text-align: right;
  width: 177px;
  background-color: #00b400;
  border-top-left-radius: 0;
  border-top-right-radius: 9px;
  padding: 6px 14px 7px 7px;
}
.revital-technology-descr-2:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -35px;
  border-bottom: 73px solid #00b400;
  border-left: 35px solid transparent;
}
.revital-technology-image-holder {
  position: relative;
  padding: 0 0 0 60px;
}
.revital-technology-image {
  display: block;
}
.revital-technology-holder {
  margin: -37px 0 0;
}
.revital-technology-text {
  float: left;
  width: 64%;
}
.logo-rf-revital {
  float: right;
  margin-top: -16px;
}
.revital-advantages-info {
  float: right;
  width: 43.80530973451327%;
  padding: 8px 34px 0 0;
}
.revital-advantages-title {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 16px;
}
.revital-advantages-list {
  list-style: none;
  padding: 0 12px 0 2px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.revital-advantages-list-item {
  position: relative;
  padding: 0 0 18px 13px;
}
.revital-advantages-list-item:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 13px;
  left: 0;
}
.revital-advantages-list-descr {
  display: block;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin: 0;
}
.revital-advantages-list-text {
  display: block;
}
.revital-advantages-text {
  font-size: 18px;
  line-height: 22px;
}
.revital-advantages-text p {
  margin: 0;
}
.work-wrapper {
  background-color: #323232;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
.work-holder {
  padding: 29px 50px 0;
}
.section-title-work {
  color: #969696;
  margin-bottom: 18px;
}
.work-box {
  float: left;
  width: 40.25423728813559%;
  position: relative;
  z-index: 2;
}
.work-heading {
  color: #969696;
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 15px;
}
.work-box-text-holder {
  padding: 0 60px 0 0;
}
.work-box-text {
  margin-bottom: 6px;
}
.work-box-text p {
  margin: 0;
}
.work-box-text-revitalizant {
  color: #ffb80d;
  position: relative;
}
.work-box-text-revitalizant:before,
.work-box-text-revitalizant:after {
  content: "";
  position: absolute;
  top: 39px;
  right: -41px;
  width: 57px;
  height: 4px;
  background-color: #ffb80d;
  border-radius: 2px;
  -ms-transform: rotate(35deg);
      transform: rotate(35deg);
}
.work-box-text-revitalizant:after {
  top: 84px;
  right: -117px;
  width: 76px;
  height: 2px;
  -ms-transform: rotate(34deg);
      transform: rotate(34deg);
  background-color: #fff;
}
.work-box-text-components {
  padding: 0 18px 0 0;
}
.work-image-holder {
  float: left;
  margin: -44px 0 0 -108px;
}
.work-image {
  display: block;
  margin: 0 auto;
}
.work-description {
  float: right;
  width: 41.610169491525426%;
  margin: 0 0 0 -170px;
  padding: 2px 0 0;
  position: relative;
  z-index: 3;
}
.work-description-3c-effect {
  color: #ffb80d;
  margin-bottom: 56px;
  padding: 0 7px 0 0;
}
.logo-3c-effect {
  float: left;
  margin-top: 3px;
}
.work-description-3c-effect-text {
  float: right;
  margin: 0;
  width: 71%;
}
.work-component-holder {
  padding: 0 125px 0 122px;
}
.work-component {
  margin-bottom: 21px;
  position: relative;
}
.work-component:before,
.work-component:after {
  content: "";
  position: absolute;
  top: 19px;
  left: -72px;
  width: 54px;
  height: 4px;
  background-color: #ffb80d;
  border-radius: 2px;
}
.work-component:after {
  top: 20px;
  left: -190px;
  width: 107px;
  height: 2px;
  background-color: #fff;
}
.work-component-agent:before {
  background-color: #0096ff;
  -ms-transform: rotate(-17deg);
      transform: rotate(-17deg);
  top: 33px;
  width: 56px;
}
.work-component-agent:after {
  -ms-transform: rotate(-17deg);
      transform: rotate(-17deg);
  top: 61px;
  left: -192px;
  width: 110px;
}
.work-component-revitalizant {
  margin-bottom: 32px;
}
.work-component-revitalizant:before {
  top: 46px;
}
.work-component-revitalizant:after {
  top: 47px;
}
.work-component-conditioner:before {
  background-color: #ff0;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
  top: -5px;
  left: -75px;
  width: 62px;
}
.work-component-conditioner:after {
  -ms-transform: rotate(29deg);
      transform: rotate(29deg);
  top: -56px;
  left: -196px;
  width: 121px;
}
.work-component-title {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 23px;
  line-height: 24px;
  padding: 7px 15px 6px 40px;
  margin-bottom: 3px;
  border: 2px solid #ffb80d;
  border-radius: 24px;
  position: relative;
  min-width: 234px;
}
.work-component-title:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #ffb80d;
}
.work-component-title .work-component-title-decor:before,
.work-component-title .work-component-title-decor:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 12px;
  width: 14px;
  height: 3px;
  background-color: #323232;
}
.work-component-title .work-component-title-decor:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.work-component-title-agent {
  border-color: #0096ff;
}
.work-component-title-agent:before {
  background-color: #0096ff;
}
.work-component-title-conditioner {
  border-color: #ff0;
  display: block;
}
.work-component-title-conditioner:before {
  background-color: #ff0;
}
.work-component-descr {
  display: block;
  padding: 0 0 0 18px;
}
.work-component-info {
  margin: 0 0 6px 41px;
  padding: 0 0 0 15px;
  color: #ffb80d;
  position: relative;
  display: block;
}
.work-component-info:before {
  content: "";
  background-color: #ffb80d;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 3px;
}
.work-component-info .work-component-info-decor:before,
.work-component-info .work-component-info-decor:after {
  content: "";
  background-color: #ffb80d;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: -1px;
}
.work-component-info .work-component-info-decor:after {
  left: 6px;
}
@media screen and (max-width: 1200px) {
  .revital-about-wrapper {
    padding: 0;
    margin-bottom: 0;
  }
  .section-title-revital {
    padding: 0 30px;
  }
  .revital-about-holder {
    padding-left: 30px;
  }
  .revital-stage-box {
    float: none;
    width: 100%;
  }
  .revital-stage-image {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .revital-effect-box {
    padding: 15px;
  }
  .revital-effect-image-holder {
    padding: 0;
    text-align: center;
  }
  .revital-effect-caption {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    text-align: left;
  }
  .revital-effect-image {
    margin-top: -10px;
  }
  .revital-effect-descr {
    position: static;
    bottom: auto;
    left: auto;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: left;
  }
}
@media screen and (max-width: 1152px) {
  .revital-advantages-holder {
    padding: 15px 15px 30px;
  }
  .revital-advantages-box {
    float: none;
    width: 100%;
  }
  .revital-advantages-info {
    float: none;
    width: 100%;
    padding: 0;
  }
  .revital-technology-holder {
    margin: 0 0 15px;
  }
  .revital-technology-image-holder {
    width: 570px;
    margin: 0 auto;
  }
  .work-holder {
    padding: 15px;
  }
  .work-box {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .work-box-text {
    margin: 0;
  }
  .work-box-text p {
    margin: 0 0 7px;
  }
  .work-box-text-holder,
  .work-box-text-components {
    padding: 0;
  }
  .work-box-text-components {
    padding: 0;
  }
  .work-box-text-revitalizant:before,
  .work-box-text-revitalizant:after {
    display: none;
  }
  .work-image-holder {
    margin: 0;
    width: 50%;
  }
  .work-description {
    margin: 0;
    padding: 30px 0 0;
    width: 50%;
  }
  .work-component-title-conditioner {
    display: inline-block;
  }
}
@media screen and (max-width: 980px) {
  .revital-about-box {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .section-title-revital {
    padding: 0 15px;
  }
  .section-title-revital,
  .section-title-stage {
    margin-bottom: 30px;
  }
  .revital-about-holder {
    padding: 0;
  }
  .revital-about-text {
    margin-bottom: 30px;
  }
  .revital-about-holder {
    margin-bottom: 0;
  }
  .revital-effect-box {
    float: none;
    width: 100%;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .revital-stage-image {
    margin-bottom: 30px;
  }
  .revital-effect-caption br {
    display: none;
  }
  .revital-effect-image {
    margin: 0 auto;
  }
  .work-component-holder {
    padding: 0;
  }
  .work-component:before,
  .work-component:after {
    display: none;
  }
  .work-description-3c-effect {
    padding: 0;
    margin-bottom: 30px;
  }
  .work-description {
    padding: 0;
  }
  .logo-3c-effect {
    float: none;
    margin: 0 0 10px;
  }
  .work-description-3c-effect-text {
    float: none;
    width: 100%;
  }
  .work-component {
    margin-bottom: 15px;
  }
  .work-component-descr {
    padding: 0;
  }
  .work-component-info {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .section-title-revital,
  .revital-about-box {
    padding: 0 10px;
  }
  .revital-effect-box {
    padding: 15px 10px 30px;
  }
  .revital-advantages-holder {
    padding: 15px 10px 30px;
  }
  .revital-effect-caption {
    margin-bottom: 15px;
  }
  .revital-technology-image-holder {
    width: auto;
    padding: 0;
  }
  .revital-technology-image {
    margin: 0 auto;
  }
  .revital-technology-descr {
    display: none;
  }
  .revital-technology-text {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .logo-rf-revital {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .work-holder {
    padding: 10px;
  }
  .logo-3c-effect {
    margin: 0 auto 15px;
    display: block;
  }
  .work-image-holder {
    width: 100%;
    float: none;
  }
  .work-description {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .section-title-revital,
  .section-title-stage {
    margin-bottom: 15px;
  }
  .revital-stage-text {
    font-size: 20px;
    line-height: 22px;
  }
  .revital-effect-text {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .revital-effect-image {
    margin-bottom: 15px;
  }
  .revital-effect-descr {
    display: block;
    margin-bottom: 7px;
    width: 100%;
    padding: 2px 0 1px 10px;
  }
  .revital-advantages-title {
    font-size: 24px;
    line-height: 26px;
  }
  .revital-advantages-list-item {
    padding-bottom: 15px;
  }
  .revital-advantages-list-descr {
    font-size: 22px;
    line-height: 24px;
  }
  .work-heading {
    font-size: 22px;
    line-height: 24px;
  }
  .work-component-title {
    display: block;
    text-align: center;
  }
  .work-component-descr {
    padding: 0 15px;
  }
}
.section-application {
  margin-bottom: 98px;
  background-color: #323232;
}
.section-application-info {
  color: #fff;
  padding: 41px 7% 42px 7%;
  font-size: 25px;
  line-height: 28px;
}
.section-title-application {
  float: left;
  margin: 0;
  padding: 30px 0 0;
  width: 40%;
}
.application-list {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0 15px 0 0;
  width: 56%;
}
.application-list-item {
  position: relative;
  padding: 0 0 3px 12px;
}
.application-list-item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.application-box-holder {
  position: relative;
}
.application-box {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  padding: 0 5%;
  color: #fff;
}
.application-image {
  display: block;
  margin: 0 auto;
}
.application-text {
  width: 55%;
  float: right;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 47px;
  letter-spacing: 1px;
  position: relative;
}
.application-text:before {
  content: "*";
  position: absolute;
  top: 0;
  left: -15px;
}
.application-text p {
  margin: 0;
}
.button-holder-application {
  margin-bottom: 0;
}
@media screen and (max-width: 1152px) {
  .section-application {
    margin-bottom: 30px;
  }
  .section-application-info {
    padding: 30px;
  }
  .section-title-application {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .application-list {
    float: none;
    width: 100%;
  }
  .application-box {
    bottom: 30px;
    padding: 0 30px;
  }
  .application-text {
    margin-bottom: 30px;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .application-box {
    position: static;
    bottom: 0;
    left: 0;
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-application-info {
    padding: 30px 10px 10px;
  }
  .application-box {
    padding: 15px 25px 30px;
  }
  .application-list {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .application-list-item:before {
    top: 8px;
  }
  .application-image {
    margin-bottom: 15px;
  }
  .application-text {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 400px) {
  .section-application-info {
    padding: 15px 10px;
  }
  .section-title-application {
    margin-bottom: 15px;
  }
  .application-list {
    margin-bottom: 0;
  }
  .application-box {
    padding: 0 10px 30px;
  }
  .application-text {
    margin-bottom: 15px;
    padding: 0 0 0 10px;
  }
  .application-text:before {
    left: 0;
  }
}
.section-inner-application {
  margin-bottom: 50px;
  padding: 0 50px;
}
.section-title-changes {
  margin-bottom: 40px;
}
.changes-text {
  columns: 2;
  column-gap: 30px;
  font-size: 18px;
  line-height: 21px;
}
.changes-text p {
  margin: 0 0 15px;
}
@media screen and (max-width: 1152px) {
  .section-inner-application {
    padding: 0 30px;
  }
  .section-title-changes {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .changes-text {
    columns: 1;
  }
  .changes-text p:last-child {
    margin: 0;
  }
  .section-inner-application {
    padding: 0 10px;
  }
}
.section-products {
  margin-bottom: 80px;
}
.section-text-products {
  margin-bottom: 45px;
}
.car-box-holder {
  text-align: center;
  padding: 0 10px;
  font-size: 0;
}
.car-box {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 25px;
  line-height: 28px;
  position: relative;
}
.car-box:after {
  content: "";
  position: absolute;
  top: 63px;
  right: 0;
  height: 250px;
  width: 1px;
  background-color: #f00;
}
.car-box:last-child:after {
  display: none;
}
.car-box a {
  color: #000;
}
.car-box a:hover {
  text-decoration: none;
}
.car-box-double {
  width: 42.301587301587304%;
  padding: 62px 0 0;
}
.car-box-suv {
  width: 26.904761904761905%;
  padding: 53px 0 0;
}
.car-box-suv .button {
  margin-top: 25px;
}
.car-box-truck {
  width: 30.793650793650794%;
}
.car-image {
  display: block;
  margin: 0 auto 30px;
}
.car-capacity {
  display: block;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 34px;
}
.product-box-holder {
  font-size: 0;
}
.product-box {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 25px;
}
.product-box-new-car {
  width: 60%;
  float: left;
  margin: 0 0 0 -7px;
}
.product-box-new-car .button {
  margin-top: -9px;
}
.product-box-1-stage {
  width: 40%;
  float: left;
  margin: 0 0 0 -51px;
  position: relative;
  z-index: 2;
}
.product-box-1-stage .button {
  margin-top: 9px;
}
.product-title {
  margin: 0;
  font-size: 25px;
  line-height: 28px;
}
.product-descr {
  font-size: 18px;
  line-height: 23px;
  display: block;
  padding: 0 25px;
}
.product-title-new-car {
  padding: 0 0 0 90px;
  text-align: left;
}
.product-descr-new-car {
  margin: 0;
  padding: 0 44px 0 23px;
}
.product-image-holder {
  padding-top: 20px;
}
.product-image-holder-double {
  padding-top: 30px;
}
.product-image-holder-suv {
  padding-top: 76px;
}
@media screen and (max-width: 1152px) {
  .section-products {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .section-title-products {
    margin-bottom: 15px;
  }
  .section-text-products {
    padding: 0;
    margin-bottom: 30px;
  }
  .car-box-double {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .car-box-suv,
  .car-box-truck {
    width: 50%;
  }
  .car-box:after {
    display: none;
  }
  .product-box-new-car,
  .product-box-1-stage {
    margin: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .car-box-holder {
    padding: 0;
  }
  .product-title-new-car {
    padding: 0;
    text-align: center;
  }
  .product-descr br {
    display: none;
  }
  .product-descr-new-car {
    padding: 0;
  }
  .car-capacity {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-products {
    padding: 0 10px;
  }
  .product-box-new-car,
  .product-box-1-stage {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f00;
  }
  .product-image-holder {
    padding-top: 15px;
  }
  .car-box-suv,
  .car-box-truck {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f00;
  }
  .car-box {
    padding-top: 0;
  }
  .car-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .car-box .button {
    margin-top: 0;
  }
  .car-box-double {
    margin-bottom: 0;
  }
  .car-image {
    margin-bottom: 15px;
  }
  .car-capacity {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .product-image-holder img {
    max-height: 220px;
  }
}
