/*----------------------------------------------------------------------------------------------------------------------
Project:    {Oil}
Version:    1.0
Author:     Denis Moskvitin
----------------------------------------------------------------------------------------------------------------------*/
/*
 * =============================================================================
 * [ normalize.css v3.0.1 | MIT License | git.io/normalize ]
 * =============================================================================
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
 * =============================================================================
 * [ 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 ]
 * =============================================================================
 */
@font-face {
  font-family: 'corbel-regular';
  src: url('../../fonts/corbel-regular.woff2') format('woff2'), url('../../fonts/corbel-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corbel-bold';
  src: url('../../fonts/corbel-bold.woff2') format('woff2'), url('../../fonts/corbel-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
::-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: 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: #3888ff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
small {
  font-size: 85%;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.hidden {
  display: none;
  visibility: hidden;
}
.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;
}
.invisible {
  visibility: hidden;
}
.l-container {
  max-width: 1280px;
  margin: 0 auto;
}
.wrapper {
  min-height: calc(100vh - 55px);
  overflow: hidden;
}
/*
section:not(.revitalizant) {
  display: none;
}
*/
/*
 * =============================================================================
 * { UTILITY CLASSES }
 * =============================================================================
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.header {
  border-bottom: 1px solid #e6e6e6;
}
.nav {
  background: #545454;
  margin-bottom: 23px;
}
.nav__list {
  list-style: none;
  padding: 0 20px;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
}
.nav__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 40px;
}
.nav__link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px;
}
.nav__link:hover {
  text-decoration: underline;
}
.header__box {
  padding: 0 35px 23px 20px;
}
.logo {
  float: left;
  margin: 0 11.7% 0 0;
  width: 252px;
  height: 37px;
}
.logo__image {
  display: block;
}
.header__phone {
  float: left;
  color: #808080;
}
.header__phone-text {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  margin: 0 10px 0 0;
  text-align: right;
}
.header__phone-number {
  display: inline-block;
  vertical-align: top;
  font-size: 44px;
  line-height: 40px;
  color: #000;
  font-weight: normal;
}
.header__phone-number span {
  color: #f00;
}
.account {
  float: right;
  text-align: right;
}
.account__list {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 7px 0 0 0;
  margin: 0;
}
.account__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 23px;
}
.account__item--login {
  padding: 6px 20px 6px 0;
  border-right: 1px solid #ccc;
}
.account__item--menu {
  display: none;
}
.account__link {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.account__link:hover {
  text-decoration: underline;
}
.account__link--login .account__text {
  display: block;
  position: relative;
  padding: 0 68px 0 0;
}
.account__link--login .account__text:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  background: #9cb1c9;
  border-radius: 30px;
  width: 43px;
  height: 30px;
}
.account__link--login .account__text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 19px;
  height: 19px;
  background: url("../../images/icon-login.svg") no-repeat;
}
.account__link--cart {
  background: #9cb1c9;
  border-radius: 30px;
  width: 43px;
  height: 30px;
  position: relative;
}
.account__link--cart:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -12px;
  background: url("../../images/icon-cart.svg") no-repeat;
  width: 24px;
  height: 18px;
}
.account__link--wishlist {
  position: relative;
  width: 34px;
  height: 30px;
}
.account__link--wishlist:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -17px;
  background: url("../../images/icon-wishlist.svg") no-repeat;
  width: 34px;
  height: 30px;
}
.nav__button-close {
  border: none;
  background: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  display: none;
}
.nav__button-close:before,
.nav__button-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  width: 2px;
  height: 33px;
  background-color: #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.nav__button-close:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.button-menu {
  display: block;
  width: 43px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: 0;
  position: relative;
}
.button-menu:before,
.button-menu:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  width: 25px;
  height: 19px;
  border-top: 3px solid #9cb1c9;
  border-bottom: 3px solid #9cb1c9;
}
.button-menu:after {
  border-bottom: none;
  height: 3px;
  top: 14px;
}
@media screen and (max-width: 1100px) {
  .logo {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 1000px) {
  .header__box {
    padding: 0 20px 20px;
    text-align: center;
  }
  .logo {
    margin-right: 0;
  }
  .header__phone {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .account__link--login .account__text {
    padding: 0;
    overflow: hidden;
    text-indent: 9999px;
    width: 43px;
    height: 30px;
    display: block;
  }
  .account__link--login .account__text:before {
    top: 0;
  }
  .account__link--login .account__text:after {
    top: 5px;
  }
  .account__item {
    margin-left: 10px;
  }
  .account__item--login {
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 830px) {
  .nav__list {
    text-align: center;
  }
  .nav__item {
    padding: 0 12px;
  }
  .header__phone-text {
    display: none;
  }
  .header__phone-number {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .header__box {
    padding: 20px;
    text-align: right;
  }
  .nav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #545454;
    overflow-y: hidden;
    transition: 0.5s;
  }
  .nav.is-opened {
    transition-delay: 0s;
    height: 100%;
    z-index: 100;
  }
  .nav.is-opened .nav__button-close {
    display: block;
  }
  .nav__list {
    padding: 0;
    font-size: 33px;
    line-height: 34px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
    transition-delay: 0s;
    visibility: hidden;
  }
  .nav__list.is-opened {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition-delay: 0.2s;
  }
  .nav__item {
    display: block;
    padding: 0;
  }
  .nav__link {
    display: block;
  }
  .account__list {
    padding-top: 3px;
  }
  .account__item--menu {
    display: inline-block;
  }
  .header__phone {
    display: none;
  }
  .header__phone-number {
    font-size: 28px;
  }
}
@media screen and (max-width: 540px) {
  .logo {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .account {
    float: none;
    display: block;
    text-align: center;
  }
  .account__item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 420px) {
  .nav__list {
    font-size: 28px;
    line-height: 30px;
  }
}
.footer {
  text-align: center;
  padding: 15px;
}
.video__holder {
  position: relative;
  margin: 0;
}
.video__title {
  position: absolute;
  top: 50px;
  left: 0;
  width: 49%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  font-size: 55px;
  line-height: 1.1;
  font-family: 'corbel-regular', Arial, Helvetica, sans-serif;
  padding: 30px 40px;
  margin: 0;
  color: #3888ff;
}
.video__title strong {
  font-weight: normal;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
}
.video__title.is-clicked {
  display: none;
}
.youtube-player {
  position: relative;
  margin: auto;
  cursor: pointer;
}
.youtube-player iframe {
  display: block;
}
.youtube-player img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.youtube-player.button-play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -105px;
  background: url("../../images/bg-play.png") no-repeat;
  width: 209px;
  height: 209px;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}
.youtube-player.button-play:hover:before {
  opacity: .7;
}
@media screen and (max-width: 960px) {
  .video__title {
    top: 0;
    width: 100%;
    font-size: 38px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .youtube-player.button-play:before {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    margin-top: -50px;
    margin-left: -50px;
  }
  .video__title {
    font-size: 32px;
    padding: 15px;
  }
}
@media screen and (max-width: 560px) {
  .video__title {
    position: static;
  }
  .video__title.is-clicked {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .video__title {
    font-size: 30px;
    padding: 10px;
  }
}
.shelf {
  background: url("../../images/bg-shelf.jpg") no-repeat 50% 0;
  background-size: cover;
  color: #fff;
  padding: 53px 0 267px;
  margin-bottom: 57px;
}
.shelf__inner {
  padding: 0 21% 0 13.2%;
}
.shelf__title {
  margin: 0 0 10px;
  font-size: 50px;
  line-height: 1.1;
  text-align: center;
  font-family: 'corbel-regular', Arial, Helvetica, sans-serif;
}
.shelf__title strong {
  font-weight: normal;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
}
.shelf__text {
  margin: 0 0 63px;
  padding: 0 35px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.shelf__text p {
  margin: 0;
}
.shelf__box {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 180px 0 80px;
}
.shelf__box:before {
  content: "";
  position: absolute;
  top: -28px;
  left: -158px;
  width: 214px;
  height: 214px;
  background: url("../../images/logo-north-sea.svg") no-repeat;
}
.shelf__box p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .shelf__inner {
    padding: 0 20px;
  }
  .shelf__text {
    margin-bottom: 48px;
    padding: 0;
  }
  .shelf__box {
    padding: 0;
    text-align: center;
  }
  .shelf__box:before {
    display: block;
    margin: 0 auto 40px;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .shelf__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 540px) {
  .shelf {
    padding: 40px 0;
    background: url("../../images/m/bg-shelf-m.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
  }
  .shelf__inner {
    padding: 0 10px;
  }
  .shelf__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .shelf__box {
    font-size: 14px;
  }
  .shelf__box:before {
    width: 144px;
    height: 144px;
  }
  .shelf__text {
    font-size: 14px;
  }
}
.holland {
  overflow: hidden;
}
.holland__container {
  position: relative;
  padding-bottom: 200px;
}
.holland__container:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -225px;
  width: 726px;
  height: 187px;
  background: url("../../images/bg-oil-can.jpg") no-repeat;
  z-index: -1;
}
.holland__inner {
  float: right;
  width: 86.5%;
  padding-right: 140px;
}
.holland__title {
  padding-left: 30px;
  font-size: 50px;
  font-family: 'corbel-regular', Arial, Helvetica, sans-serif;
  color: #f00;
  margin: 0 0 15px;
}
.holland__title strong {
  font-weight: normal;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
}
.holland__subtitle {
  color: #ebebeb;
  margin: 0 0 29px;
  font-family: 'corbel-regular', Arial, Helvetica, sans-serif;
  font-size: 135px;
  line-height: 0.7;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.holland__subtitle strong {
  font-weight: normal;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
}
.holland__text {
  width: 55.9%;
  padding-right: 35px;
  float: right;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
.holland__text:before {
  content: "";
  position: absolute;
  top: 45px;
  left: -1273px;
  width: 1397px;
  height: 383px;
  background: url("../../images/bg-truck.jpg") no-repeat;
  z-index: -1;
}
.holland__text p {
  margin: 0;
}
.holland__icon {
  font-size: 37px;
  line-height: 0.9;
  font-family: 'corbel-regular', Arial, Helvetica, sans-serif;
  color: #f00;
  position: relative;
  width: 145px;
  display: block;
  padding-top: 29px;
  margin: 0 0 0 77px;
}
.holland__icon:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -112px;
  width: 102px;
  height: 103px;
  background: url("../../images/logo-stars.svg") no-repeat;
}
.holland__icon strong {
  display: block;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
  font-size: 34px;
  letter-spacing: -2px;
}
@media screen and (max-width: 1280px) {
  .holland__subtitle {
    font-size: 100px;
  }
}
@media screen and (max-width: 1186px) {
  .holland__text {
    padding: 0;
    width: 76%;
  }
}
@media screen and (max-width: 1000px) {
  .holland__container {
    padding-bottom: 0;
  }
  .holland__container:after {
    position: static;
    display: block;
    margin: 0 auto;
    background-size: 100%;
    max-width: 100%;
    background-color: #131313;
  }
  .holland__inner {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  .holland__title {
    padding-left: 0;
    margin-bottom: 5px;
    text-align: center;
    font-size: 40px;
  }
  .holland__subtitle {
    text-align: center;
    font-size: 60px;
  }
  .holland__text {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .holland__text:before {
    position: static;
    display: block;
    margin: 0;
    background-size: 100%;
    max-width: 100%;
    height: 280px;
  }
  .holland__text p {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .holland__icon {
    margin: 0 auto;
    position: relative;
    left: -50px;
  }
}
@media screen and (max-width: 830px) {
  .holland__text:before {
    height: 225px;
  }
}
@media screen and (max-width: 768px) {
  .holland__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .holland__text:before {
    height: 180px;
  }
}
@media screen and (max-width: 540px) {
  .holland__container:after {
    height: 135px;
  }
  .holland__inner {
    padding: 0 10px;
  }
  .holland__title {
    font-size: 30px;
  }
  .holland__subtitle {
    font-size: 40px;
  }
  .holland__text {
    font-size: 14px;
  }
  .holland__text:before {
    height: 145px;
  }
}
@media screen and (max-width: 400px) {
  .holland__container:after {
    height: 100px;
  }
  .holland__text:before {
    height: 103px;
  }
}
.revitalizant {
  background: url("../../images/bg-revitalizant.jpg") calc(50% - 50px) 0 no-repeat, #bec0bf url("../../images/bg-revitalizant-repeat.jpg") repeat-x;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 28px;
}
.revitalizant__title {
  margin: 0 0 13px;
  font-size: 50px;
  font-family: 'corbel-regular', Arial, Helvetica, sans-serif;
  line-height: 1.15;
  text-align: center;
  width: 62%;
  padding: 0 0 0 12%;
}
.revitalizant__title strong {
  font-weight: normal;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
}
.revitalizant__title .colored {
  color: #f60;
}
.revitalizant__text-holder {
  padding: 0 25.7% 0 0;
  margin-bottom: 69px;
}
.revitalizant__text {
  color: #f60;
  font-size: 18px;
  line-height: 1.5;
  float: right;
  width: 67.5%;
}
.revitalizant__text p {
  margin: 0;
}
.revitalizant__text p:first-child {
  margin-bottom: 15px;
}
.revitalizant__info-holder {
  padding: 0 19.6% 0 0;
  margin-bottom: 192px;
}
.revitalizant__info {
  float: right;
  width: 425px;
  font-size: 18px;
  line-height: 1.5;
}
.revitalizant__info p {
  margin: 0;
}
.revitalizant__info p strong {
  font-weight: normal;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
}
.revitalizant__big {
  display: block;
  font-size: 35px;
  line-height: 1.1;
}
.revitalizant__big--protect {
  text-align: right;
}
.revitalization__button-holder {
  padding: 0 26% 0 0;
}
.revitalization__button {
  float: right;
  background: none;
  border: 0;
  padding: 0 0 50px;
  font-size: 18px;
  line-height: 1.5;
  color: #f60;
  position: relative;
  width: 170px;
}
.revitalization__button:before,
.revitalization__button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4px;
  height: 34px;
  border-radius: 3px;
  background-color: #858787;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-left: 11px;
}
.revitalization__button:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  margin-left: -11px;
}
.revitalization__button--text-mobile {
  display: none;
}
@media screen and (max-width: 1280px) {
  .revitalizant {
    padding-left: 20px;
    padding-right: 20px;
  }
  .revitalizant__title {
    width: 100%;
    padding: 0;
  }
  .revitalizant__text-holder {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .revitalizant__title {
    font-size: 45px;
  }
  .revitalizant__info-holder {
    padding-right: 5%;
    text-align: right;
  }
  .revitalizant__big {
    font-size: 30px;
    text-align: right;
  }
}
@media screen and (max-width: 830px) {
  .revitalizant__text-holder {
    padding: 0;
  }
  .revitalizant__text {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .revitalizant {
    padding-top: 25px;
    padding-bottom: 40px;
    background: #bdbdbd url("../../images/m/bg-revitalizant-m.jpg") no-repeat 50% 0;
  }
  .revitalizant__text {
    font-size: 16px;
  }
  .revitalizant__info {
    font-size: 16px;
  }
  .revitalizant__big {
    font-size: 26px;
  }
  .revitalizant__title {
    font-size: 40px;
  }
  .revitalization__button-holder.invisible {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .revitalizant__text-holder {
    text-align: center;
    margin-bottom: 260px;
  }
  .revitalizant__info-text {
    display: none;
  }
  .revitalizant__info-holder {
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
  }
  .revitalizant__info {
    float: none;
    width: 100%;
  }
  .revitalizant__info p strong {
    text-align: left;
  }
  .revitalization__button-holder {
    padding: 0;
  }
  .revitalization__button {
    float: none;
    display: block;
    width: 100%;
    /*max-width: 320px;*/
    margin: 0 auto;
    padding: 10px;
    background-color: #f60;
    text-align: center;
    border: 3px solid #000;
    color: #000;
    border-radius: 8px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
  }
  .revitalization__button:before,
  .revitalization__button:after {
    display: none;
  }
  .revitalization__button .revitalization__button--text-desktop {
    display: none;
  }
  .revitalization__button .revitalization__button--text-mobile {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .revitalizant {
    padding-left: 10px;
    padding-right: 10px;
  }
  .revitalizant__title {
    font-size: 30px;
  }
  .revitalizant__text-holder {
    text-align: center;
    margin-bottom: 340px;
  }
  .revitalizant__text {
    font-size: 14px;
  }
  .revitalizant__info {
    font-size: 14px;
    padding: 0 10px;
  }
  .revitalizant__big {
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  .revitalizant__title {
    margin-bottom: 5px;
  }
  .revitalizant__text-holder {
    margin-bottom: 275px;
  }
}
.work {
  padding: 85px 42px 135px;
  display: none;
}
.work__title {
  font-size: 50px;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
  color: #f60;
  text-shadow: 3px 3px 5px #000;
  margin: 0 0 15px;
}
.work__text {
  margin: 0 0 30px;
  padding: 0 40% 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.work__text p {
  margin: 0;
}
.work__process-holder {
  text-align: center;
  color: #000;
  counter-reset: number;
}
.work__process {
  display: inline-block;
  vertical-align: top;
  margin: 0 45px;
  width: 25.5%;
  font-size: 18px;
  position: relative;
  counter-increment: number;
}
.work__process--1 {
  padding-top: 263px;
}
.work__process--1:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -114px;
  background: url("../../images/img-work1.png") no-repeat;
  width: 225px;
  height: 275px;
}
.work__process--1:after {
  content: counter(number);
  position: absolute;
  top: 160px;
  left: 37px;
  color: #f60;
  font-size: 72px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.work__process--2 {
  padding-bottom: 330px;
}
.work__process--2:before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -126px;
  background: url("../../images/img-work2.png") no-repeat;
  width: 252px;
  height: 308px;
}
.work__process--2:after {
  content: counter(number);
  position: absolute;
  top: 153px;
  left: 48px;
  color: #f60;
  font-size: 72px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.work__process--3 {
  padding-top: 329px;
}
.work__process--3:before {
  content: "";
  position: absolute;
  top: -67px;
  left: 50%;
  margin-left: -254px;
  background: url("../../images/img-work3.png") no-repeat;
  width: 508px;
  height: 485px;
}
.work__process--3:after {
  content: counter(number);
  position: absolute;
  top: 218px;
  left: 20px;
  color: #f60;
  font-size: 72px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.work__process-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
  position: relative;
}
.work__process-text {
  margin: 0;
  line-height: 1.5;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .work {
    padding: 150px 0 100px;
  }
  .work__text {
    padding-right: 20%;
  }
  .work__process {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  .work__process:after {
    display: none;
  }
  .work__process--1:before {
    top: 0;
  }
  .work__process--2 {
    padding: 330px 0 0;
  }
  .work__process--2:before {
    bottom: auto;
    top: 0;
  }
  .work__process-text {
    padding: 0 15%;
  }
  .work__process-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .work__title {
    font-size: 40px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .work {
    padding-top: 25px;
    padding-bottom: 185px;
  }
  .work__title {
    font-size: 35px;
    padding: 0;
    text-align: center;
  }
  .work__text {
    padding: 0;
    font-size: 16px;
    color: #fff;
  }
  .work__process-text {
    padding: 0;
  }
}
@media screen and (max-width: 540px) {
  .work__title {
    font-size: 30px;
  }
  .work__text {
    font-size: 14px;
  }
  .work__process-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .work {
    padding-top: 0;
    padding-bottom: 120px;
  }
}
.compare {
  background-color: #4a8700;
  display: none;
}
.compare__container {
  padding: 0 0 23px;
  position: relative;
}
.compare__container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -330px;
  background: url("../../images/img-engine.jpg") no-repeat;
  width: 1167px;
  height: 701px;
  z-index: 0;
}
.compare__title {
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 60px;
  color: #4a8700;
  font-size: 50px;
  position: relative;
  z-index: 3;
  top: -62px;
}
.compare__title em {
  font-style: normal;
  display: block;
}
.compare__title span {
  display: block;
  color: #fff;
}
.compare__box {
  margin-bottom: 9px;
  position: relative;
  z-index: 2;
}
.before {
  float: left;
  width: 36.7%;
  padding: 0;
  position: relative;
  z-index: 2;
}
.before__box {
  float: left;
  width: 46.8%;
  padding: 18px 0 0;
}
.before__title {
  margin: 0 0 10px;
  font-size: 22px;
  text-align: right;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
}
.before__title strong {
  font-weight: normal;
  font-size: 50px;
  line-height: 1.15;
  display: block;
  margin: 0;
}
.before__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
}
.before__image-holder {
  float: right;
  padding-top: 8px;
  width: 48.7%;
}
.after__image-holder {
  position: relative;
  font-size: 18px;
  color: #000;
  z-index: 1;
  float: left;
  width: 34.0625%;
  margin: -200px 0 0 -116px;
}
.after__image-holder:after {
  content: "";
  position: absolute;
  top: -80px;
  left: -200px;
  background: url("../../images/img-after-shadow.png") no-repeat;
  width: 891px;
  height: 474px;
  z-index: -1;
  opacity: 0.4;
}
.after__image {
  display: block;
  margin-bottom: 53px;
}
.after__descr-holder {
  padding: 0 33px 0 140px;
}
.after__zoom {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px -7px;
  padding: 0 21px 0 0;
  position: relative;
  font-size: 20px;
}
.after__zoom:after {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  background: url("../../images/bg-zoom.svg") no-repeat;
  width: 33px;
  height: 35px;
}
.after__descr {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.after__box {
  float: left;
  width: 33.125%;
  margin: -98px 0 0 -26px;
  position: relative;
  z-index: 1;
}
.after__title {
  margin: 0 0 15px;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.after__title strong {
  font-weight: normal;
  font-size: 50px;
  color: #f60;
  display: block;
}
.after__title em {
  font-style: normal;
}
.after__text {
  font-size: 16px;
  line-height: 1.45;
  padding-right: 30px;
  margin: 0 0 28px;
}
.stats-holder {
  padding: 0 19% 0 0;
}
.stats {
  margin: 0 0 15px;
  padding: 7px 30px 4px 40px;
  background-color: #367700;
}
.stats__number-holder {
  margin: 0 0 5px;
  text-align: right;
  color: #f60;
  font-size: 18px;
}
.stats__number-text {
  display: inline-block;
  vertical-align: top;
  margin: 0 -15px 0 10px;
  text-align: left;
}
.stats__number-text:first-child {
  vertical-align: bottom;
  margin: 0 10px 0 0;
}
.stats__number {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 50px;
  line-height: 0.9;
  font-family: Arial, Helvetica, sans-serif;
}
.stats__text {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.5;
}
.stats__index {
  margin: 0;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
.compare__text {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 23% 0 31.5%;
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
}
.compare__text p {
  margin: 0;
}
.compare__text a {
  color: #fff;
}
.inner__button-close-holder {
  position: relative;
  z-index: 1;
  padding: 0 25.4% 0 0;
  visibility: hidden;
}
.inner__button-close {
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  width: 60px;
  height: 34px;
}
.inner__button-close:before,
.inner__button-close:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4px;
  height: 34px;
  border-radius: 3px;
  background-color: #9ebf76;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  margin-left: 11px;
}
.inner__button-close:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-left: -11px;
}
/* hide for desktops */
.after__results {
  display: none;
  background-color: rgba(0, 164, 29, 0.3);
  padding: 10px 20px;
  margin-bottom: 20px;
}
.after__results-title {
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1;
  color: #154b02;
}
.after__results-subtitle {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 0 4px 4px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.after__results-row {
  border-bottom: 1px solid #356100;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 0;
}
.after__results-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.after__results-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
}
.after__results-box:last-child {
  color: #f60;
}
.after__results-box:last-child .after__results-number {
  padding: 0;
  font-size: 34px;
}
.after__results-text {
  display: block;
}
.after__results-number {
  display: block;
  font-weight: normal;
  font-size: 24px;
  padding-top: 5px;
}
.after__results-number span {
  font-size: 18px;
}
.after__results-number em {
  font-style: normal;
  color: #154B02;
  display: block;
  font-size: 16px;
  line-height: 18px;
  padding-top: 3px;
}
@media screen and (max-width: 1280px) {
  .compare {
    margin: 0 -20px;
  }
  .compare__container {
    padding: 0 20px 23px;
  }
  .compare__title {
    padding: 0;
  }
  .after__box {
    margin: -98px 0 0;
    float: right;
  }
  .stats-holder {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .before__box {
    padding: 0;
  }
  .after__image-holder {
    margin: -42px 0 0 -60px;
  }
  .after__image {
    margin-bottom: 23px;
  }
  .after__descr-holder {
    padding: 0 33px 0 60px;
  }
  .stats__number {
    font-size: 38px;
  }
  .compare__text {
    padding: 0 15% 0 42%;
  }
}
@media screen and (max-width: 768px) {
  .compare__title {
    font-size: 40px;
    top: -110px;
    z-index: 1;
  }
  .compare__title:after {
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    background: url("../../images/m/bg-compare-title.png") no-repeat;
    width: 416px;
    height: 183px;
    z-index: -1;
  }
  .compare__title span {
    color: #4a8700;
  }
  .compare__container {
    max-width: 500px;
  }
  .compare__container:before {
    top: 0;
    bottom: auto;
    left: -230px;
    background: url("../../images/m/img-engine-m.jpg") no-repeat;
    width: 694px;
    height: 648px;
    z-index: 2;
  }
  .before {
    width: 100%;
    float: none;
  }
  .before:after {
    content: "";
    display: table;
    clear: both;
  }
  .before:after {
    content: "";
    display: table;
    clear: both;
  }
  .before__title {
    text-align: left;
    font-size: 20px;
  }
  .before__title strong {
    font-size: 40px;
  }
  .before__text {
    text-align: left;
  }
  .before__image {
    max-width: 200px;
  }
  .after__image-holder {
    float: none;
    width: 100%;
    margin: 0;
  }
  .after__descr-holder {
    padding: 0;
  }
  .after__box {
    float: none;
    width: 100%;
    margin: 0;
  }
  .after__title strong {
    font-size: 35px;
  }
  .stats {
    padding: 7px;
    text-align: center;
  }
  .stats__number-holder {
    text-align: center;
  }
  .stats__number-text {
    font-size: 16px;
  }
  .stats__number {
    font-size: 35px;
  }
  .stats__index {
    font-size: 16px;
  }
  .compare__text {
    padding: 0;
  }
  .stats-holder {
    display: none;
  }
  .after__results {
    display: block;
  }
  .compare__box {
    margin-top: -60px;
  }
  .before__box {
    width: 250px;
    padding: 0 0 0 55px;
  }
  .before__text,
  .after__text,
  .compare__text,
  .stats {
    font-size: 14px;
  }
  .before {
    margin-bottom: 10px;
  }
  .before__image-holder {
    width: auto;
    padding: 0;
    margin: -87px 0 0 -110px;
  }
  .before__image {
    max-width: 157px;
  }
  .after__box {
    margin-top: -90px;
  }
  .after__image-holder {
    padding-top: 135px;
  }
  .after__image-holder:after {
    top: 28px;
    left: -58px;
  }
  .after__image {
    margin-left: 87px;
  }
  .after__descr-holder {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 120px;
  }
  .after__descr {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 540px) {
  .compare {
    margin: 0 -10px;
  }
  .compare__container {
    padding: 0 10px;
  }
  .compare__title {
    font-size: 30px;
    top: -85px;
  }
  .compare__title:after {
    top: -26px;
    left: 0;
  }
}
@media screen and (max-width: 380px) {
  .before__box {
    width: 225px;
    padding: 25px 0 0 55px;
  }
  .before__image-holder {
    margin-top: -63px;
    position: relative;
    left: 10px;
  }
}
.additive {
  background: url("../../images/bg-additive.jpg") 50% 0 no-repeat, #fff url("../../images/bg-additive-repeat.jpg") repeat-x;
  padding-top: 45px;
}
.additive__title {
  margin: 0 0 21px;
  color: #4d4d4d;
  text-align: center;
  font-family: 'corbel-regular', Arial, Helvetica, sans-serif;
  font-size: 50px;
}
.additive__title strong {
  font-weight: normal;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
}
.additive__box-holder {
  text-align: center;
}
.additive__box {
  display: inline-block;
  vertical-align: top;
  width: 42.96875%;
  margin: 0 20px;
  font-size: 18px;
  line-height: 1.25;
}
.additive__box:last-child .additive__more-holder {
  border-bottom-color: #fff;
}
.additive__image-holder {
  margin-bottom: 8px;
}
.additive__image {
  width: 232px;
  height: 132px;
  display: block;
  margin: 0 auto 15px;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.5));
}
.additive__image-number-box {
  display: inline-block;
  vertical-align: middle;
}
.additive__image-rf {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 35px;
  margin: 0;
}
.additive__image-number {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
}
.additive__text {
  font-size: 16px;
  line-height: 1.5;
}
.additive__text p {
  margin: 0;
}
.additive__accent {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding-top: 23px;
}
.additive__more-holder {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b3b3b3;
  display: none;
}
.additive__more {
  display: block;
  width: 100%;
  padding: 9px 17px;
  margin: 0;
  border: 2px solid #808080;
  border-radius: 4px;
  background: none;
  position: relative;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 1.1;
}
.factor__button-holder {
  padding: 0 27% 14px;
}
.factor__button {
  font-size: 18px;
  line-height: 1.5;
  background: none;
  padding: 0 0 45px 58px;
  border: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.factor__button:before,
.factor__button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4px;
  height: 34px;
  border-radius: 3px;
  background-color: #858787;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-left: 11px;
}
.factor__button:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  margin-left: -11px;
}
.factor__button strong {
  display: block;
}
.factor__button strong:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 50px;
  background: url("../../images/logo-rf.svg") no-repeat;
}
.additive__bottom {
  padding-top: 43px;
  padding-bottom: 40px;
  display: none;
}
.additive__text-center {
  text-align: center;
  margin: 0 0 63px;
  font-size: 16px;
  line-height: 1.5;
}
.additive__text-center p {
  margin: 0 0 15px;
}
.additive__text-icons-holder {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.additive__text-icons {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
}
.additive__text-icons--protection {
  padding-left: 30px;
}
.additive__text-icons--protection:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background: url("../../images/icon-protection.svg") no-repeat;
  width: 24px;
  height: 31px;
}
.additive__text-icons--restoration {
  padding-left: 30px;
}
.additive__text-icons--restoration:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background: url("../../images/icon-restoration.svg") no-repeat;
  width: 24px;
  height: 31px;
}
.additive__text-icons--regeneration {
  padding-left: 30px;
}
.additive__text-icons--regeneration:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background: url("../../images/icon-regeneration.svg") no-repeat;
  width: 24px;
  height: 31px;
}
.products {
  text-align: center;
  padding: 0;
}
.products__box {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 18px;
  padding-top: 25px;
  position: relative;
}
.products__box:nth-child(2) .products__all {
  color: #50c527;
}
.products__box--large {
  padding-top: 0;
  width: 30%;
}
.products__box--large .products__image-holder {
  margin-bottom: 0;
}
.products__box--large .products__rf {
  font-size: 46px;
  left: -16px;
}
.products__box--large .products__rf:before {
  width: 43px;
  height: 45px;
}
.products__box--large .products__title {
  position: absolute;
  top: 202px;
  left: 270px;
  text-align: left;
  width: 220px;
}
.products__box--large .products__all {
  position: absolute;
  top: 269px;
  left: 270px;
  color: #f60;
}
.products__link {
  display: block;
  text-decoration: none;
  color: #000;
}
.products__image-holder {
  margin-bottom: 8px;
}
.products__rf {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 34px;
  line-height: 1;
}
.products__rf:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 34px;
  background: url("../../images/logo-rf.svg") no-repeat;
}
.products__title {
  font-weight: normal;
  display: block;
  margin-bottom: 25px;
  line-height: 1.3;
  font-size: 16px;
}
.products__title span {
  display: block;
}
.products__title strong {
  font-weight: normal;
}
.products__all {
  color: #208a00;
}
@media screen and (max-width: 1280px) {
  .additive {
    padding: 20px 20px 0;
  }
  .additive__title {
    font-size: 40px;
  }
  .additive__image-number-box {
    display: block;
  }
  .additive__image-holder {
    margin-bottom: 15px;
  }
  .products__box {
    width: 35%;
    padding: 0;
    margin-bottom: 30px;
  }
  .products__box--large {
    width: 35%;
  }
}
@media screen and (max-width: 960px) {
  .additive__box {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .additive__title {
    font-size: 35px;
  }
  .additive__box {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  .additive__more-holder {
    display: block;
  }
  .additive__image-number-box {
    display: inline-block;
  }
  .additive__image-number {
    font-size: 35px;
  }
  .additive__block,
  .factor__button-holder {
    display: none;
  }
  .additive__bottom {
    display: block;
    padding-top: 0;
  }
  .additive__title--factor {
    position: relative;
  }
  .products__box {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #e6e6e6;
  }
  .products__box:nth-child(2) .products__all {
    color: #fff;
    background-color: #50c527;
  }
  .products__box:nth-child(3) .products__all {
    color: #fff;
    background-color: #f60;
  }
  .products__box:last-child {
    border-bottom: none;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .products__all {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #fff;
    background-color: #208a00;
    border-radius: 4px;
    padding: 8px 12px;
    text-decoration: none;
  }
  .products__all:first-letter {
    text-transform: uppercase;
  }
  .products__box--large .products__title {
    position: static;
    width: auto;
    text-align: right;
  }
  .products__box--large .products__all {
    position: static;
  }
}
@media screen and (max-width: 540px) {
  .additive {
    padding: 20px 10px 0;
  }
  .additive__title {
    font-size: 30px;
  }
  .additive__image-number {
    font-size: 25px;
  }
  .additive__image-number-box {
    display: block;
  }
  .additive__text {
    font-size: 14px;
  }
  .additive__accent {
    font-size: 16px;
  }
  .additive__text-center {
    font-size: 14px;
    margin-bottom: 0;
  }
  .additive__text-icons-holder {
    padding-left: 26%;
  }
  .additive__text-icons {
    display: block;
    padding: 10px 0 0 60px;
    margin: 0 0 35px;
    text-align: left;
    line-height: 1;
  }
  .additive__text-icons:before {
    width: 43px;
    height: 54px;
  }
  .additive__text-icons span {
    display: none;
  }
  .products__box {
    margin: 0 auto 45px;
  }
  .products__box--large .products__rf {
    font-size: 34px;
    left: auto;
  }
  .products__box--large .products__rf:before {
    width: 32px;
    height: 34px;
  }
  .products__info {
    max-width: 300px;
    margin: 0 auto 25px;
    padding: 0 4%;
  }
  .products__info:after {
    content: "";
    display: table;
    clear: both;
  }
  .products__info:after {
    content: "";
    display: table;
    clear: both;
  }
  .products__rf {
    float: right;
    margin: 0;
  }
  .products__title {
    float: left;
    text-align: right;
    margin: 0;
  }
  .products__title strong {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .additive__text-icons-holder {
    padding-left: 16%;
  }
  .additive__text-icons--regeneration {
    padding-top: 5px;
  }
}
.engine {
  background: #071e26 url("../../images/bg-engine.jpg") 50% 0 no-repeat;
  padding: 46px 0 107px;
  font-size: 18px;
  line-height: 1.25;
  color: #dbdedf;
}
.engine__title {
  margin: 0 0 23px;
  padding: 0 17%;
  font-size: 50px;
  line-height: 1.1;
  color: #f60;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
  text-align: center;
}
.engine__title span {
  display: block;
}
.engine__title strong {
  font-weight: normal;
  color: #fff;
}
.engine__title--requirement {
  color: #fff;
  font-family: 'corbel-regular', Arial, Helvetica, sans-serif;
  margin: 0 0 29px;
}
.engine__title--requirement strong {
  font-weight: normal;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
}
.engine__text {
  margin-bottom: 30px;
  padding: 0 17%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.engine__text p {
  margin: 0 0 11px;
}
.engine__text--requirement {
  margin-bottom: 60px;
}
.engine__box-holder {
  text-align: center;
  margin-bottom: 94px;
}
.engine__box {
  width: 38.4375%;
  margin: 0 50px;
  display: inline-block;
  vertical-align: top;
}
.engine__box-title {
  margin: 0 0 5px;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
}
.engine__box-subtitle {
  display: block;
  margin: 0 0 23px;
  color: #6d7a80;
  font-size: 18px;
}
.engine__block {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 18px 20px 17px;
  min-height: 197px;
}
.engine__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #f60;
  font-size: 19px;
  font-family: Arial, Helvetica, sans-serif;
}
.engine__list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  padding-bottom: 7px;
}
.engine__list li:before {
  content: "|";
  padding-right: 8px;
  color: #6d7a80;
}
.engine__list li:first-child:before {
  display: none;
}
.engine__list a {
  text-decoration: none;
  color: #f60;
}
.engine__list a:hover {
  text-decoration: underline;
}
.engine__logos-holder {
  text-align: center;
}
.engine__logo {
  display: inline-block;
  vertical-align: top;
  margin: 0 7.8125%;
}
@media screen and (max-width: 1280px) {
  .engine {
    padding: 45px 20px 100px;
  }
  .engine__logos-holder {
    overflow: hidden;
  }
  .engine__logo {
    margin: 0;
    float: left;
  }
  .engine__logo--acea {
    float: right;
  }
}
@media screen and (max-width: 1024px) {
  .engine__title {
    font-size: 40px;
    padding: 0;
  }
  .engine__title span {
    display: inline;
  }
  .engine__text {
    padding: 0;
  }
  .engine__box {
    margin: 0 20px;
    width: 44%;
  }
}
@media screen and (max-width: 830px) {
  .engine__logo {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .engine__title {
    font-size: 35px;
  }
  .engine__box-holder {
    margin: 0 -20px;
    padding: 0 10px;
  }
  .engine__box {
    margin: 0 0 30px;
    width: 100%;
  }
  .engine__block {
    min-height: 0;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 15px 5px 8px;
  }
}
@media screen and (max-width: 540px) {
  .engine {
    padding: 30px 10px;
  }
  .engine__title {
    font-size: 30px;
  }
  .engine__text {
    font-size: 14px;
  }
  .engine__text--requirement {
    margin-bottom: 30px;
  }
  .engine__box-title {
    margin-bottom: 10px;
  }
  .engine__box-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .engine__list {
    font-size: 16px;
  }
  .engine__list li {
    margin: 0 -3px 0 0;
  }
  .engine__list li:before {
    padding-right: 2px;
  }
}
.choose {
  background: #e6f3fb;
  padding: 72px 0 110px;
  overflow: hidden;
}
.choose__box {
  position: relative;
  padding: 0 8.4375%;
}
.choose__box:after {
  content: "";
  position: absolute;
  top: -71px;
  left: -643px;
  background: url("../../images/bg-choose-oil.jpg") no-repeat;
  width: 1506px;
  height: 799px;
  z-index: 0;
}
.choose__title {
  margin: 0 0 57px;
  color: #000;
  font-size: 50px;
  font-family: 'corbel-regular', Arial, Helvetica, sans-serif;
  line-height: 1.15;
  text-align: center;
  position: relative;
  z-index: 1;
}
.choose__title strong {
  color: #e00000;
  font-weight: normal;
  font-family: 'corbel-bold', Arial, Helvetica, sans-serif;
  display: block;
}
.choose__oil-box-holder {
  float: right;
  width: 65.78947368421053%;
  position: relative;
  z-index: 1;
}
.choose__form {
  font-size: 22px;
  color: #666;
}
.choose__form select {
  width: 100%;
  border: 1px solid #97a2a6;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 21px 14px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.choose__form select:hover,
.choose__form select:focus {
  border-color: #1c72c7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.findoil-select-row {
  margin-bottom: 28px;
}
.choose-oil-link-holder {
  float: right;
  width: 50.857142857142854%;
}
.choose__oil-link {
  display: block;
  background: #e00000;
  border-radius: 10px;
  padding: 14px 22px;
  border: none;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  margin-bottom: 27px;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}
.choose__oil-link:hover {
  opacity: 0.7;
}
.choose__oil-link span {
  position: relative;
}
.choose__oil-link span:after {
  content: "";
  background: url("../../images/arrow-right.svg") no-repeat;
  width: 25px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 24px;
}
.findoil-cont {
  display: none;
}
.choose__oil-not-found-holder {
  text-align: right;
  padding: 0 30px 0 0;
}
.choose__oil-not-found {
  font-size: 22px;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .choose {
    padding: 30px 0;
  }
  .choose__box {
    padding: 0 20px;
  }
  .choose__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .choose {
    padding-bottom: 0;
  }
  .choose__oil-box-holder {
    float: none;
    width: 100%;
  }
  .choose-oil-link-holder {
    width: 100%;
    float: none;
    text-align: center;
  }
  .choose__oil-link {
    display: inline-block;
    vertical-align: top;
  }
  .choose__oil-not-found-holder {
    padding: 0;
    text-align: center;
  }
  .choose__box {
    padding-bottom: 264px;
  }
  .choose__box:after {
    background: url("../../images/m/bg-choose-oil-m.jpg") no-repeat;
    width: 1079px;
    height: 337px;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -315px;
  }
}
@media screen and (max-width: 768px) {
  .choose__title {
    font-size: 35px;
  }
  .choose__form select {
    padding: 7px 14px;
    font-size: 20px;
  }
  .findoil-select-row {
    margin-bottom: 27px;
  }
  .findoil-select-row:last-child {
    margin-bottom: 35px;
  }
  .choose__oil-link {
    margin-bottom: 35px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .choose__title {
    font-size: 30px;
  }
  .choose__box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .choose__form select {
    padding: 5px 10px;
    font-size: 18px;
  }
  .choose__oil-link {
    padding: 11px;
    width: 100%;
    display: block;
  }
  .choose__oil-not-found {
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .choose__box:after {
    margin-left: -400px;
  }
}
/*# sourceMappingURL=styles.css.map */