/*base*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*variables*/
@font-face {
  font-family: 'ErasITC-Bold';
  src: url("/font/original_eras.eot?#iefix") format("embedded-opentype"), url("/font/original_eras.woff") format("woff"), url("/font/original_eras.ttf") format("truetype"), url("/font/original_eras.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

/*$sizes:(
    h1: em(120px),
    h1-movil: em(70px),
    h2: em(32px),
    h2-movil: em(24px),
    h3: em(16px),
    h3-movil: em(16px),
    );*/
.close-modal {
  background: #f4a61e;
  position: absolute;
  color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 0.8;
  width: 1.59375em;
  height: 1.59375em;
  font-size: 1.25em;
  top: -0.625em;
  right: -0.625em; }

.alert__icon-box, .alert__icon-box__icon, .alert__text, .loader__waiting, .loader__waiting__icon, .hero, .contact__item__icon i, .body-center, .type-service, .advice .container, .advice__text, .module .container, .cover, .cover__tire__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.button, .circle, .error, .sucess, .loader, .question, .ligthbox--gallery__content__picture__arrow, .close-modal, .gallery-theme__item, .gallery-theme--industrial .gallery-theme__item__solid, .hero__button__icon, .process__item, .contact__item, .footer, .header__logo, .header__options, .header__options__option, .type-service__item, .cover__title, .cover__tire__description__title, .pageLoader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gallery-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.button, .circle, .ligthbox--gallery__content__picture__arrow, .gallery-theme__item, .footer__link {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/*base*/
@font-face {
  font-family: "renova-new-web";
  src: url("../font/renova-new-web.eot");
  src: url("../font/renova-new-web.eot?#iefix") format("embedded-opentype"), url("../font/renova-new-web.woff") format("woff"), url("../font/renova-new-web.ttf") format("truetype"), url("../font/renova-new-web.svg#renova-new-web") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "renova-new-web" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "renova-new-web" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: "\61"; }

.icon-cross:before {
  content: "\62"; }

.icon-video:before {
  content: "\63"; }

.icon-bars:before {
  content: "\64"; }

.icon-notice:before {
  content: "\65"; }

.icon-arrow-left:before {
  content: "\66"; }

.icon-arrow-right:before {
  content: "\67"; }

.icon-zoom:before {
  content: "\68"; }

.icon-shop:before {
  content: "\69"; }

.icon-marker:before {
  content: "\6a"; }

.icon-phone:before {
  content: "\6b"; }

.icon-arror-large:before {
  content: "\6c"; }

.icon-user:before {
  content: "\6d"; }

.icon-lock:before {
  content: "\6e"; }

.icon-check:before {
  content: "\6f"; }

.icon-bus:before {
  content: "\70"; }

.icon-tools:before {
  content: "\71"; }

.icon-otr:before {
  content: "\72"; }

.icon-carrete:before {
  content: "\73"; }

.icon-left:before {
  content: "\76"; }

.icon-right:before {
  content: "\77"; }

.icon-home:before {
  content: "\74"; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --h-header: 3.375em; }
  @media screen and (min-width: 53.125em) {
    :root {
      --h-header: 3.75em; } }

body {
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 14px;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  color: #aaa;
  line-height: 1.4;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  @media screen and (min-width: 53.125em) {
    body {
      font-size: 16px; } }

p {
  margin: 0;
  padding: 0; }

*::-moz-selection {
  background: #f4a61e;
  color: #fff; }

*::selection {
  background: #f4a61e;
  color: #fff; }

input {
  font-family: "Lato", sans-serif;
  font-size: 0.8125em; }

/*modules*/
.button, .circle {
  background: #f4a61e;
  color: white;
  font-family: inherit;
  border: none;
  outline: none; }
  .button:hover, .circle:hover {
    background: #e3940b; }

.circle {
  border-radius: 50%; }

.button {
  padding: 0.9375em 0; }

.btn1 {
  padding: 0.6rem 1.2rem;
  font-size: 13px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 2px #a46b08;
  box-shadow: 3px 3px 2px #a46b08; }
  .btn1.lock {
    -webkit-box-shadow: 3px 3px 2px #c4c4c4;
    box-shadow: 3px 3px 2px #c4c4c4; }
  @media screen and (min-width: 53.125em) {
    .btn1 {
      font-size: 16px; } }

.btn2 {
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: solid 2px #f4a61e;
  padding: 0.5rem 2rem;
  position: relative;
  display: inline-block;
  margin: 1rem 0;
  color: #f4a61e;
  border-radius: 15px;
  background: rgba(67, 44, 3, 0.3);
  cursor: pointer;
  overflow: hidden; }
  .btn2:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    bottom: 0; }
  .btn2:hover {
    background: rgba(244, 166, 30, 0.8); }
  .btn2:after {
    left: 50%;
    right: 50%;
    width: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn2:hover:after {
    width: 100%;
    left: 0;
    right: 0; }

.circle {
  width: 2.8125rem;
  height: 2.8125rem;
  z-index: 2;
  border-radius: 100%;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.35);
  font-size: 1.875em;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: relative; }
  @media screen and (min-width: 53.125em) {
    .circle {
      width: 3.4375rem;
      height: 3.4375rem; } }
  .circle:hover {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.8); }

.error, .sucess, .loader, .question {
  position: fixed;
  width: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0; }

.alert {
  width: 23.75em;
  height: 20.625em;
  background: #fff;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 23.75em) {
    .alert {
      width: 18.75em;
      height: 15.625em; } }
  .alert__icon-box {
    width: 100%;
    height: 75%; }
    .alert__icon-box__icon {
      color: white;
      font-size: 5.3125rem;
      border: 7px solid white;
      border-radius: 50%;
      padding: 0.25em; }
      @media screen and (max-width: 30em) {
        .alert__icon-box__icon {
          font-size: 3.4375rem; } }
    .alert__icon-box__message, .alert__icon-box__buttons {
      width: 90%; }
    .alert__icon-box__message {
      color: white;
      font-size: 1.875rem;
      margin-top: 0.3rem;
      font-weight: 700; }
      @media screen and (max-width: 30em) {
        .alert__icon-box__message {
          font-size: 1.5rem; } }
    .alert__icon-box__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 10px; }
      .alert__icon-box__buttons__item {
        margin-left: auto;
        margin-right: auto;
        background: transparent;
        margin-bottom: 0;
        padding: 0.5rem 2rem;
        background: rgba(0, 0, 0, 0.2); }
        .alert__icon-box__buttons__item.close-modal {
          position: static;
          border-radius: 0;
          padding: 10px 0;
          width: 46%;
          font-size: 18px;
          font-weight: 600; }
        .alert__icon-box__buttons__item:nth-child(1):hover {
          background: #b0cd0e; }
        .alert__icon-box__buttons__item:hover {
          color: white; }
  .alert__text {
    height: 25%;
    width: 100%;
    color: #777;
    font-size: 0.9375rem;
    padding: 10px; }
    @media screen and (max-width: 30em) {
      .alert__text {
        font-size: 0.75rem; } }
  .alert__close.close-modal {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    height: 100%;
    z-index: -1;
    background: transparent; }
    .alert__close.close-modal:hover {
      background: transparent; }

.error .alert__icon-box {
  background: #f4a61e; }

.sucess .alert__icon-box {
  background: #0e62ad; }

.loader .alert__icon-box {
  background: #0e62ad; }

.loader__waiting {
  width: auto; }
  .loader__waiting__icon svg {
    width: 250px;
    height: 250px; }
  .loader__waiting__icon::after {
    content: "";
    display: block;
    font-size: 1.25em;
    color: #f4a61e;
    font-weight: 700;
    -webkit-animation: loadingAlert 1.5s infinite;
    animation: loadingAlert 1.5s infinite;
    width: 100%;
    font-size: 1em; }

@-webkit-keyframes loadingAlert {
  0% {
    content: "Cargando"; }
  25% {
    content: "Cargando."; }
  50% {
    content: "Cargando.."; }
  75% {
    content: "Cargando..."; }
  100% {
    content: "Cargando"; } }

@keyframes loadingAlert {
  0% {
    content: "Cargando"; }
  25% {
    content: "Cargando."; }
  50% {
    content: "Cargando.."; }
  75% {
    content: "Cargando..."; }
  100% {
    content: "Cargando"; } }

.question .alert__icon-box {
  background: #0e62ad;
  height: 100%; }

/*
  Set the color of the icon
*/
svg path,
svg rect {
  fill: #f4a61e; }

.ligthbox {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 1500;
  display: none;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  .ligthbox-panel {
    width: 270px;
    overflow: hidden;
    background: #0e62ad;
    height: 100%;
    color: white;
    position: fixed;
    top: 0;
    z-index: 1500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .ligthbox--gallery, .ligthbox--theme, .ligthbox--file, .ligthbox--general, .ligthbox--alert, .ligthbox--nav, .ligthbox--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .ligthbox--nav {
    background-color: rgba(9, 15, 30, 0.94);
    background-image: -webkit-radial-gradient(rgba(6, 30, 82, 0.5), rgba(6, 30, 82, 0));
    background-image: -o-radial-gradient(rgba(6, 30, 82, 0.5), rgba(6, 30, 82, 0));
    background-image: radial-gradient(rgba(6, 30, 82, 0.5), rgba(6, 30, 82, 0));
    padding: var(--h-header) 1rem; }
  .ligthbox--gallery__content {
    width: 80%;
    padding: 0 1rem; }
    @media screen and (min-width: 800px) {
      .ligthbox--gallery__content {
        max-width: 43.75em;
        padding: 0; } }
    @media screen and (min-width: 1200px) {
      .ligthbox--gallery__content {
        max-width: 56.25em; } }
    .ligthbox--gallery__content__picture {
      width: 100%;
      height: auto;
      position: relative; }
      .ligthbox--gallery__content__picture > div {
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .ligthbox--gallery__content__picture__img {
        width: 100%;
        -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.7);
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.7); }
      .ligthbox--gallery__content__picture__arrow {
        position: absolute;
        width: 40px;
        height: 40px;
        z-index: 1;
        top: calc( 50% - 20px);
        color: rgba(255, 255, 255, 0.5);
        font-size: 2.5em; }
        .ligthbox--gallery__content__picture__arrow:nth-of-type(2) {
          left: -40px; }
        .ligthbox--gallery__content__picture__arrow:nth-of-type(3) {
          right: -40px; }
        .ligthbox--gallery__content__picture__arrow:hover {
          color: white; }
      .ligthbox--gallery__content__picture--video {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden; }
        .ligthbox--gallery__content__picture--video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .ligthbox--gallery__content__picture--video video {
          width: 100%;
          height: auto;
          -o-object-fit: cover;
          object-fit: cover; }
    .ligthbox--gallery__content__text {
      color: rgba(255, 255, 255, 0.6); }
      .ligthbox--gallery__content__text__title {
        margin: 1rem 0;
        font-size: 1.125em;
        color: white; }
      .ligthbox--gallery__content__text__description {
        font-size: 0.875em; }
  .ligthbox--theme__content {
    width: 90%;
    position: relative;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ligthbox--theme__content__img {
      height: 100%;
      width: 100%; }
  @media screen and (min-width: 53.125em) {
    .ligthbox--theme__content {
      width: auto;
      height: 80%; }
      .ligthbox--theme__content__img {
        height: 100%;
        width: auto; } }
  @media screen and (max-width: 53.125em) and (orientation: landscape) {
    .ligthbox--theme__content {
      width: 90%;
      height: 90%; }
      .ligthbox--theme__content__img {
        -o-object-fit: contain;
        object-fit: contain;
        background: black; } }
  .ligthbox--file__container {
    background: gray;
    width: 85%;
    height: 70%;
    position: relative; }
    .ligthbox--file__container__preview {
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 37.5em) {
      .ligthbox--file__container {
        max-width: 31.25em;
        height: 88%; } }
    @media screen and (min-width: 53.125em) {
      .ligthbox--file__container {
        max-width: 50em; } }
  .ligthbox--general__container {
    width: 80%;
    max-height: 70%;
    background: gray;
    position: relative; }
    @media screen and (min-width: 37.5em) {
      .ligthbox--general__container {
        width: 33.75em; } }
    .ligthbox--general__container .panel__item {
      height: 400px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .ligthbox--general__container .panel__item__title {
        height: 5rem;
        font-size: 1.25em;
        padding-left: 1rem; }
      .ligthbox--general__container .panel__item__content {
        height: 80%; }
  @media screen and (min-width: 53.125em) {
    .ligthbox--general {
      display: none; } }

.close-modal {
  z-index: 2; }
  @media screen and (min-width: 37.5em) {
    .close-modal {
      width: 1.6875em;
      height: 1.6875em;
      font-size: 1.375em;
      top: -0.8125em;
      right: -0.8125em; } }
  .close-modal:hover {
    background: #b37509;
    -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.5); }

.message {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 0, 0, 0.4);
  background-color: rgba(255, 0, 0, 0.3);
  margin-top: 1rem;
  padding: 0.9rem 0.5rem; }

.loading {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px; }
  .loading__container {
    position: absolute;
    top: calc(50% - 10px/2);
    left: calc(50% - 10px/2);
    -webkit-transform-origin: -150% 50%;
    -ms-transform-origin: -150% 50%;
    transform-origin: -150% 50%; }
    .loading__container__item {
      background: #FFF;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      -webkit-animation: bubble 1s infinite;
      animation: bubble 1s infinite;
      -webkit-animation-delay: inherit;
      animation-delay: inherit; }
    .loading__container:nth-of-type(0n+1) {
      -webkit-transform: translateX(200%) rotate(-90deg);
      -ms-transform: translateX(200%) rotate(-90deg);
      transform: translateX(200%) rotate(-90deg);
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s; }
    .loading__container:nth-of-type(0n+2) {
      -webkit-transform: translateX(200%) rotate(-45deg);
      -ms-transform: translateX(200%) rotate(-45deg);
      transform: translateX(200%) rotate(-45deg);
      -webkit-animation-delay: -1.375s;
      animation-delay: -1.375s; }
    .loading__container:nth-of-type(0n+3) {
      -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
      transform: translateX(200%);
      -webkit-animation-delay: -1.25s;
      animation-delay: -1.25s; }
    .loading__container:nth-of-type(0n+4) {
      -webkit-transform: translateX(200%) rotate(45deg);
      -ms-transform: translateX(200%) rotate(45deg);
      transform: translateX(200%) rotate(45deg);
      -webkit-animation-delay: -1.125s;
      animation-delay: -1.125s; }
    .loading__container:nth-of-type(0n+5) {
      -webkit-transform: translateX(200%) rotate(90deg);
      -ms-transform: translateX(200%) rotate(90deg);
      transform: translateX(200%) rotate(90deg);
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
    .loading__container:nth-of-type(0n+6) {
      -webkit-transform: translateX(200%) rotate(135deg);
      -ms-transform: translateX(200%) rotate(135deg);
      transform: translateX(200%) rotate(135deg);
      -webkit-animation-delay: -0.875s;
      animation-delay: -0.875s; }
    .loading__container:nth-of-type(0n+7) {
      -webkit-transform: translateX(200%) rotate(180deg);
      -ms-transform: translateX(200%) rotate(180deg);
      transform: translateX(200%) rotate(180deg);
      -webkit-animation-delay: -0.750s;
      animation-delay: -0.750s; }
    .loading__container:nth-of-type(0n+8) {
      -webkit-transform: translateX(200%) rotate(225deg);
      -ms-transform: translateX(200%) rotate(225deg);
      transform: translateX(200%) rotate(225deg);
      -webkit-animation-delay: -0.625s;
      animation-delay: -0.625s; }

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes bubble {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

.gallery-theme {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1.5rem; }
  .gallery-theme__item {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    width: 100%;
    height: 12.5em;
    background: black;
    overflow: hidden;
    margin-bottom: 0.875em;
    position: relative; }
    @media screen and (min-width: 30em) {
      .gallery-theme__item {
        width: 49%; } }
    @media screen and (min-width: 53.125em) {
      .gallery-theme__item {
        width: 32%; } }
    .gallery-theme__item:hover .gallery-theme__item__img {
      opacity: 1;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .gallery-theme__item:hover .gallery-theme__item__icon {
      background-color: #d58b0a; }
    .gallery-theme__item__img {
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .gallery-theme__item__target, .gallery-theme__item__img, .gallery-theme__item__solid, .gallery-theme__item__gradient {
      width: 100%;
      height: 100%;
      position: absolute; }
    .gallery-theme__item__target {
      z-index: 4; }
    .gallery-theme__item__icon {
      background-color: #f4a61e;
      position: absolute;
      top: -45px;
      left: -25px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      padding: 40px 25px;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      color: white; }
      .gallery-theme__item__icon .icon-zoom {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        position: relative;
        left: 11px;
        font-size: 1.5625rem; }
    .gallery-theme__item__gradient {
      width: 101%;
      top: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.85)));
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 90%);
      background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 90%);
      background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 90%); }
    .gallery-theme__item__text {
      width: 100%;
      position: relative;
      z-index: 3;
      padding: 5px 1rem;
      margin-top: auto;
      text-align: center;
      font-weight: 700; }
  @supports (grid-template-columns: initial) {
    .gallery-theme {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: auto;
      grid-gap: 1rem; }
      .gallery-theme__item {
        width: 100%;
        margin: 0; }
      .gallery-theme--industrial .gallery-theme__item {
        height: 28.125em; }
      @media screen and (min-width: 30em) {
        .gallery-theme {
          grid-template-columns: repeat(2, 1fr); }
          .gallery-theme--industrial .gallery-theme__item {
            height: 21.875em; } }
      @media screen and (min-width: 53.125em) {
        .gallery-theme {
          grid-template-columns: repeat(3, 1fr); }
          .gallery-theme--industrial {
            grid-template-columns: repeat(2, 1fr); }
            .gallery-theme--industrial .gallery-theme__item {
              height: 32.5em; } }
      @media screen and (min-width: 64em) {
        .gallery-theme {
          grid-template-columns: repeat(4, 1fr); }
          .gallery-theme--variaty {
            grid-template-columns: repeat(3, 1fr); }
            .gallery-theme--variaty .gallery-theme__item {
              height: 17.5em; }
          .gallery-theme--industrial {
            grid-template-columns: repeat(2, 1fr); }
          .gallery-theme__item--full {
            height: 100%;
            grid-row: span 2; } }
      @media screen and (min-width: 87.5em) {
        .gallery-theme--industrial {
          grid-template-columns: repeat(3, 1fr); } } }
  .gallery-theme--industrial {
    width: 100%;
    grid-gap: 0;
    padding: 0;
    margin-bottom: 0; }
    .gallery-theme--industrial .gallery-theme__item__solid {
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .gallery-theme--industrial .gallery-theme__item__solid .icon-zoom {
        color: white;
        font-size: 5em;
        font-weight: normal; }
    .gallery-theme--industrial .gallery-theme__item:hover .gallery-theme__item__solid {
      opacity: 1; }

.hero {
  height: 100vh;
  width: 100%;
  text-align: center;
  padding-top: var(--h-header);
  position: relative; }
  .hero__video, .hero__gradient, .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .hero__video__file {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("../img/hero-home.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  .hero__gradient {
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.7));
    background-image: -o-radial-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.7));
    background-image: radial-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.7));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; }
    .hero__gradient--about-us {
      background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-about-us.jpg");
      background-image: -o-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-about-us.jpg");
      background-image: radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-about-us.jpg"); }
    .hero__gradient--bus-camion {
      background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-bus-camion.jpg");
      background-image: -o-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-bus-camion.jpg");
      background-image: radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-bus-camion.jpg"); }
    .hero__gradient--otr {
      background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-otr.jpg");
      background-image: -o-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-otr.jpg");
      background-image: radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-otr.jpg"); }
    .hero__gradient--industrial {
      background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-industrial.jpg");
      background-image: -o-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-industrial.jpg");
      background-image: radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-industrial.jpg"); }
    .hero__gradient--consumables {
      background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-consumables.jpg");
      background-image: -o-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-consumables.jpg");
      background-image: radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-consumables.jpg"); }
    .hero__gradient--blog {
      background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-blog.jpg");
      background-image: -o-radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-blog.jpg");
      background-image: radial-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)), url("../img/hero-blog.jpg"); }
  .hero__logo {
    width: 80%;
    margin-top: auto; }
    @media screen and (min-width: 37.5em) {
      .hero__logo {
        max-width: 34.375em; } }
    .hero__logo__img {
      width: 100%;
      height: auto;
      -webkit-transform: scale(4);
      -ms-transform: scale(4);
      transform: scale(4);
      opacity: 0;
      -webkit-transition: opacity 2s, -webkit-transform 2s;
      transition: opacity 2s, -webkit-transform 2s;
      -o-transition: transform 2s, opacity 2s;
      transition: transform 2s, opacity 2s;
      transition: transform 2s, opacity 2s, -webkit-transform 2s; }
      .hero__logo__img.animate {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
  .hero__description {
    margin-top: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    color: white; }
    .hero__description__title {
      font-family: "ErasITC-Bold", Sans-Serif;
      font-size: 2.5em;
      margin-top: 0;
      margin-bottom: 1rem;
      opacity: 0;
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      line-height: 1;
      -webkit-transition: opacity 2s, -webkit-transform 2s;
      transition: opacity 2s, -webkit-transform 2s;
      -o-transition: transform 2s, opacity 2s;
      transition: transform 2s, opacity 2s;
      transition: transform 2s, opacity 2s, -webkit-transform 2s;
      font-weight: 900; }
      @media screen and (min-width: 37.5em) {
        .hero__description__title {
          font-size: 4.375em; } }
      @media screen and (min-width: 75em) {
        .hero__description__title {
          font-size: 5.625em; } }
      .hero__description__title.animate {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    .hero__description__text {
      font-size: 0.875em;
      opacity: 0;
      -webkit-transition: opacity 2s 1s;
      -o-transition: opacity 2s 1s;
      transition: opacity 2s 1s; }
      @media screen and (min-width: 37.5em) {
        .hero__description__text {
          font-size: 1.125em; } }
      .hero__description__text.animate {
        opacity: 0.8; }
    .hero__description__circle {
      margin: 1rem auto 0;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: opacity 2s 1s, -webkit-transform 2s 1s;
      transition: opacity 2s 1s, -webkit-transform 2s 1s;
      -o-transition: opacity 2s 1s, transform 2s 1s;
      transition: opacity 2s 1s, transform 2s 1s;
      transition: opacity 2s 1s, transform 2s 1s, -webkit-transform 2s 1s; }
      .hero__description__circle.animate {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
  .hero__button {
    margin-top: 1rem;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity 2s 2s, -webkit-transform 2s 2s;
    transition: opacity 2s 2s, -webkit-transform 2s 2s;
    -o-transition: opacity 2s 2s, transform 2s 2s;
    transition: opacity 2s 2s, transform 2s 2s;
    transition: opacity 2s 2s, transform 2s 2s, -webkit-transform 2s 2s; }
    .hero__button.animate {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .hero__button__icon {
      height: 100%;
      margin-right: 10px;
      font-size: 1rem; }
    .hero__button__text {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.75rem; }
    @media screen and (min-width: 37.5em) {
      .hero__button {
        margin-top: 1.5rem;
        padding: 0.7rem 2rem; }
        .hero__button__icon {
          font-size: 1.5rem; }
        .hero__button__text {
          font-size: 0.875rem; } }
  .hero__scroll {
    margin-top: auto;
    margin-bottom: 1rem;
    height: 2.5rem;
    width: 1.6875rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px 10px 20px 20px;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    cursor: pointer;
    position: relative; }
    @media screen and (min-width: 53.125em) {
      .hero__scroll {
        margin-bottom: 2rem; } }
    .hero__scroll__indicator {
      width: 0;
      margin: auto;
      position: relative;
      height: 0.9375rem;
      border-left: 3px solid rgba(255, 255, 255, 0.5);
      border-radius: 3px;
      -webkit-animation: scrollAction 2s infinite;
      animation: scrollAction 2s infinite;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit; }
    .hero__scroll:hover, .hero__scroll:hover .hero__scroll__indicator {
      border-color: white; }

@-webkit-keyframes scrollAction {
  0% {
    top: 5px; }
  50% {
    top: 15px; }
  100% {
    top: 5px; } }

@keyframes scrollAction {
  0% {
    top: 5px; }
  50% {
    top: 15px; }
  100% {
    top: 5px; } }
    @media screen and (min-width: 37.5em) {
      .hero__scroll {
        height: 3.125rem;
        width: 1.875rem; } }
  .hero--mini {
    height: 36.25em;
    overflow: hidden; }
    .hero--mini .hero__description {
      margin-bottom: auto; }
      @media screen and (min-width: 75em) {
        .hero--mini .hero__description {
          width: 60%; } }
  .hero__image {
    -o-object-fit: cover;
    object-fit: cover; }

.decoration {
  width: 100%;
  height: 1rem;
  background-color: #f4a61e;
  position: relative; }
  .decoration:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 17px solid transparent;
    border-top: 23px solid #f4a61e;
    border-left: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.description {
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
  background-color: white; }
  .description--otr, .description--contact, .description--iso {
    color: white;
    padding: 2rem 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 37.5em) {
      .description--otr, .description--contact, .description--iso {
        padding: 6rem 0; } }
    .description--otr .title, .description--contact .title, .description--iso .title {
      color: white; }
      .description--otr .title:after, .description--contact .title:after, .description--iso .title:after {
        background-color: white; }
  .description--otr {
    background-image: url("../img/otr/bg_description.jpg"); }
  .description--contact {
    background-image: url("../img/bg_contact.jpg"); }
  .description--iso {
    background-image: url("../img/bg_iso.jpg"); }
  .description__text {
    margin-bottom: 1rem; }
    .description__text:nth-last-child(1) {
      margin-bottom: 0; }
  .description__image {
    margin: 3rem auto 2rem;
    width: 80%; }
    .description__image img {
      width: 100%; }
    @media screen and (min-width: 37.5em) {
      .description__image {
        width: 550px; } }
  .description__picture {
    width: 100%;
    margin-top: 2rem; }
    .description__picture__image {
      width: 100%;
      height: auto; }
      .description__picture__image--max {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        display: block; }
  .description__rectangle {
    color: white;
    position: relative;
    margin-top: 3.2rem; }
    .description__rectangle__title {
      position: absolute;
      background-color: #c3810f;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 3px 15px;
      top: -2.2rem; }
    .description__rectangle__text {
      background-color: #f4a61e;
      padding: 25px 15px 15px;
      text-align: center; }

.process {
  width: 100%;
  margin-top: 1.5rem; }
  @supports (grid-template-columns: initial) {
    .process {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: auto;
      grid-gap: 1rem; }
      @media screen and (min-width: 42.5em) {
        .process {
          grid-template-columns: repeat(2, 1fr); } } }
  .process__item {
    width: 100%;
    height: 21.875em;
    position: relative; }
    .process__item__image {
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .process__item__gradient {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%);
      background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%);
      background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%); }
    .process__item__description {
      z-index: 3;
      position: relative;
      margin-top: auto;
      color: white;
      padding: 1rem;
      width: 100%; }
      .process__item__description__title {
        margin: 0;
        font-size: 1.0625rem; }
      .process__item__description__text {
        font-size: 0.875rem;
        opacity: 0.8; }

@supports (grid-template-columns: initial) {
  .contact {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-gap: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (min-width: 37.5em) {
      .contact {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 53.125em) {
      .contact {
        grid-template-columns: repeat(3, 1fr); } } }

.contact__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 280px;
  margin: 5px auto 5px;
  /*&:nth-child(3){
            grid-column: span 2;
        }*/ }
  .contact__item__icon {
    font-size: 2.1875rem;
    margin-right: 1rem; }
  .contact__item__description__userSub {
    font-size: 0.75rem;
    opacity: 0.8;
    margin-bottom: 7px; }
  @media screen and (min-width: 37.5em) {
    .contact__item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      margin: 5px 0; }
      .contact__item__icon {
        font-size: 2.5rem; } }

/*layout*/
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem; }
  @media screen and (min-width: 37.5em) {
    .container {
      padding: 0 2rem; } }

.body-center header {
  margin-bottom: auto; }

.body-center footer {
  margin-top: auto; }

.footer {
  width: 100%;
  background: #111;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.4);
  padding: 1.25em 1.25em;
  font-size: 0.75em; }
  .footer__link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700; }
    .footer__link:hover {
      color: white; }
  .footer__span {
    margin-left: 0.3125em; }
  @media screen and (min-width: 37.5em) {
    .footer {
      padding: 1.5em 1.25em;
      font-size: 0.875em; } }
  @media screen and (max-width: 46.875em) and (orientation: landscape) {
    .footer {
      padding: 0.75em 1.25em; } }

.header {
  width: 100vw;
  position: fixed;
  z-index: 500;
  top: 0;
  background: #002882;
  height: var(--h-header);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  padding: 0.7rem 0; }
  .header .container {
    height: 100%; }
  .header__logo {
    width: 6.25em;
    height: 100%; }
    .header__logo__img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
  .header__options {
    height: 100%;
    color: white; }
    .header__options__option {
      cursor: pointer; }
      .header__options__option.icon-mail {
        background-color: #f4a61e;
        padding: 3px 10px;
        height: 1.875rem;
        font-size: 1.25em;
        margin-right: 0.7rem;
        -webkit-transition: background-color 0.3s, opacity 0.3s;
        -o-transition: background-color 0.3s, opacity 0.3s;
        transition: background-color 0.3s, opacity 0.3s; }
        .header__options__option.icon-mail:hover {
          background-color: #bc7b09; }
      .header__options__option.icon-home {
        font-size: 1.875em;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        color: white;
        text-decoration: none; }
        .header__options__option.icon-home:hover {
          opacity: 0.7; }
  @media screen and (min-width: 53.125em) {
    .header--transparent {
      background-color: transparent; }
    .header__logo {
      width: 8.125em; }
    .header__options__option.icon-mail {
      font-size: 1.5625em; }
    .header__options__option.icon-bars {
      font-size: 2.125em; } }

.title {
  color: #002882;
  font-weight: 900;
  font-size: 2.5em;
  margin: 0 0 2rem;
  position: relative;
  text-align: center; }
  .title:after {
    width: 1.875em;
    height: 3px;
    background-color: #002882;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

/*components*/
.type-service {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem; }
  .type-service__item {
    width: 100%;
    height: 18.75rem;
    position: relative;
    overflow: hidden;
    background-color: black;
    cursor: context-menu; }
    .type-service__item:hover .type-service__item__img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-filter: blur(2px);
      filter: blur(2px); }
    .type-service__item__img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      opacity: 0.5;
      -webkit-transition: blur 0.2s 0.1s, -webkit-transform 0.3s;
      transition: blur 0.2s 0.1s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, blur 0.2s 0.1s;
      transition: transform 0.3s, blur 0.2s 0.1s;
      transition: transform 0.3s, blur 0.2s 0.1s, -webkit-transform 0.3s; }
    .type-service__item__title {
      position: relative;
      padding: 1rem;
      color: white;
      font-size: 1.875em;
      text-align: center;
      line-height: 1;
      font-weight: 900; }
  @media screen and (min-width: 53.125em) {
    .type-service {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .type-service__item {
        height: 23.75rem; }
      .type-service__title {
        font-size: 2.5em; } }

.advice {
  background: white;
  width: 100%; }
  .advice__picture, .advice__text {
    width: 100%; }
  .advice__picture {
    position: relative;
    padding-top: 2rem; }
    .advice__picture__img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 30em) {
        .advice__picture__img {
          width: 80%;
          margin-left: 3rem; } }
      @media screen and (min-width: 37.5em) {
        .advice__picture__img {
          width: 70%;
          margin-left: 6rem; } }
  .advice__text {
    padding-bottom: 2rem; }
    .advice__text__title {
      display: inline-block;
      color: #002882;
      text-align: center;
      margin: 0;
      font-weight: 900;
      line-height: 1; }
      .advice__text__title__firts {
        font-size: 1.125em; }
      .advice__text__title__second {
        font-size: 1.875em;
        position: relative; }
        .advice__text__title__second:after, .advice__text__title__second:before {
          content: "";
          display: block;
          width: 12%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background-color: #002882;
          height: 4px;
          position: absolute; }
        .advice__text__title__second:before {
          left: 0; }
        .advice__text__title__second:after {
          right: 0; }
    .advice__text__paragraph {
      margin: 1rem 0; }
    .advice__text__button {
      padding: 8px 60px;
      border-radius: 10px; }
  @media screen and (min-width: 53.125em) {
    .advice .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .advice__picture {
      margin-bottom: auto; }
      .advice__picture__img {
        width: 27.5em;
        position: absolute;
        top: -60px;
        right: -0.9375em; }
    .advice__text {
      padding-top: 8.75em;
      padding-bottom: 8.75em; }
      .advice__text__title__firts {
        font-size: 1.125em; }
      .advice__text__title__second {
        font-size: 1.875em; } }
  @media screen and (min-width: 56.25em) {
    .advice__picture__img {
      width: 28.125em;
      right: 1rem; }
    .advice__text {
      padding-top: 10em;
      padding-bottom: 10em; } }
  @media screen and (min-width: 75em) {
    .advice__picture__img {
      width: 33.75em; }
    .advice__text {
      padding-top: 13.75em;
      padding-bottom: 13.75em; } }

.module {
  width: 100%;
  background-image: -webkit-radial-gradient(rgba(0, 40, 130, 0.7), rgba(0, 40, 130, 0.7)), url("../img/consumables/footer.png");
  background-image: -o-radial-gradient(rgba(0, 40, 130, 0.7), rgba(0, 40, 130, 0.7)), url("../img/consumables/footer.png");
  background-image: radial-gradient(rgba(0, 40, 130, 0.7), rgba(0, 40, 130, 0.7)), url("../img/consumables/footer.png");
  background-attachment: fixed;
  background-size: cover;
  padding: 6.85rem 0;
  color: white; }
  .module__title {
    font-size: 2.1875em;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-align: center; }
  .module__subtitle {
    text-align: center; }
  .module__button {
    margin-top: 1rem; }

.cover {
  width: 100%;
  background-color: gray;
  position: relative;
  padding-top: var(--h-header);
  overflow: hidden; }
  .cover__cloud, .cover__earth, .cover__mine {
    position: absolute;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }
  .cover__cloud {
    top: 0;
    height: 60%;
    /*transform: scaleX(1);
        animation: sky-animate 3s infinite alternate;

        @keyframes sky-animate{
            to{
                transform: scaleX(1.5);
            }
        }*/ }
  .cover__mine {
    bottom: 1rem;
    width: 270%; }
  .cover__earth {
    width: 240%;
    bottom: 0; }
  @media screen and (min-width: 30em) {
    .cover__mine {
      width: 210%; }
    .cover__earth {
      width: 200%; } }
  @media screen and (min-width: 37.5em) {
    .cover__mine {
      width: 180%; }
    .cover__earth {
      width: 170%; } }
  @media screen and (min-width: 46.875em) {
    .cover__mine {
      width: 150%; }
    .cover__earth {
      width: 140%; } }
  @media screen and (min-width: 53.125em) {
    .cover__mine {
      width: 110%;
      bottom: -3rem; }
    .cover__earth {
      width: 100%;
      bottom: -2rem; } }
  @media screen and (min-width: 90.625em) {
    .cover__mine {
      width: 110%;
      bottom: -6rem; }
    .cover__earth {
      width: 100%;
      bottom: -5rem; } }
  @media screen and (min-width: 100em) {
    .cover__mine {
      width: 110%;
      bottom: -12rem; }
    .cover__earth {
      width: 100%;
      bottom: -10rem; } }
  @media screen and (min-width: 112.5em) {
    .cover__mine {
      width: 110%;
      bottom: -15rem; }
    .cover__earth {
      width: 100%;
      bottom: -12.5rem; } }
  .cover__title, .cover__description, .cover__tire {
    position: relative;
    z-index: 1; }
  .cover__title {
    margin: 3.5rem 0;
    text-align: center;
    font-family: "ErasITC-Bold", Sans-Serif;
    line-height: 0.9;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.7); }
    .cover__title__firts {
      color: white;
      font-size: 0.8125em; }
    .cover__title__second {
      font-size: 1.5em;
      color: #f4a61e; }
    @media screen and (min-width: 30em) {
      .cover__title {
        margin: 4.5rem 0; }
        .cover__title__firts {
          font-size: 1em; }
        .cover__title__second {
          font-size: 1.875em; } }
    @media screen and (min-width: 37.5em) {
      .cover__title {
        margin: 6rem 0; }
        .cover__title__firts {
          font-size: 1.1875em; }
        .cover__title__second {
          font-size: 2.25em; } }
    @media screen and (min-width: 46.875em) {
      .cover__title {
        margin: 6rem 0; }
        .cover__title__firts {
          font-size: 1.5625em; }
        .cover__title__second {
          font-size: 2.9375em; } }
    @media screen and (min-width: 64em) {
      .cover__title__firts {
        font-size: 1.98125em; }
      .cover__title__second {
        font-size: 3.75em; } }
  .cover__description {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.2rem 0; }
    .cover__description__paragraph {
      color: white;
      font-size: 0.8125em;
      text-align: center;
      margin-bottom: 0.6rem; }
      .cover__description__paragraph:nth-last-child(1) {
        margin-bottom: 0; }
      @media screen and (min-width: 37.5em) {
        .cover__description__paragraph {
          font-size: 0.875em; } }
      @media screen and (min-width: 53.125em) {
        .cover__description__paragraph {
          font-size: 1em; } }
  .cover__tire {
    margin: 2rem 0 2rem;
    width: 100%;
    position: relative; }
    .cover__tire .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cover__tire__picture {
      width: 100%; }
      @media screen and (min-width: 30em) {
        .cover__tire__picture {
          width: 30em;
          margin: 0 auto; } }
      .cover__tire__picture__img {
        width: 100%;
        height: auto; }
    .cover__tire__description {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0; }
      .cover__tire__description__title {
        background: #f4a61e;
        color: white;
        padding: 10px 20px;
        font-weight: 700;
        font-size: 1em;
        position: relative;
        -webkit-transform: skew(15deg);
        -ms-transform: skew(15deg);
        transform: skew(15deg);
        text-transform: uppercase; }
        .cover__tire__description__title div {
          -webkit-transform: skew(-15deg);
          -ms-transform: skew(-15deg);
          transform: skew(-15deg); }
      .cover__tire__description__list {
        background: rgba(0, 0, 0, 0.5);
        width: 80%;
        color: white;
        font-size: 0.8125em;
        padding: 1rem 1rem 1rem 2rem;
        position: relative;
        text-align: left; }
        @media screen and (min-width: 37.5em) {
          .cover__tire__description__list {
            font-size: 0.875em;
            width: 37.5em; } }
    @media screen and (min-width: 53.125em) {
      .cover__tire {
        margin-bottom: 3rem; }
        .cover__tire__picture {
          width: 50%;
          margin-top: 4rem;
          position: relative;
          z-index: 2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          .cover__tire__picture__img {
            width: 31.25em;
            position: relative;
            right: -4.375em; }
        .cover__tire__description {
          width: 50%;
          position: relative;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin: auto 0; }
          .cover__tire__description__title {
            left: -1.25em;
            padding-left: 4rem;
            padding-right: 1.4rem;
            font-size: 1.25em;
            margin-bottom: 1rem;
            width: 85%; }
          .cover__tire__description__list {
            padding: 1.5rem 1.5rem 1.5rem 4.7rem;
            width: 100%;
            font-size: 1em;
            left: -1.25em; } }
    @media screen and (min-width: 64em) {
      .cover__tire__picture__img {
        width: 43.75em;
        right: -4.875em; }
      .cover__tire__description__title {
        width: 75%; }
      .cover__tire__description__list {
        width: 85%; } }

.pageLoader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 3000;
  background: white;
  top: 0;
  left: 0; }
  .pageLoader__image {
    width: 90%;
    height: auto; }
    @media screen and (min-width: 37.5em) {
      .pageLoader__image {
        width: 36.25em; } }
    @media screen and (min-width: 53.125em) {
      .pageLoader__image {
        width: 43.75em; } }

/*state*/
.strong {
  color: #f4a61e; }

.strongBlue {
  color: #002882; }

.shadow {
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4); }

.off {
  display: none; }

.hidden {
  opacity: 0; }

.main-title {
  font-family: "ErasITC-Bold", Sans-Serif;
  color: white;
  margin: 0;
  position: relative; }
  .main-title:after {
    content: "";
    background-color: white;
    width: 40%;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.lock {
  background: #ddd !important;
  cursor: context-menu; }
  .lock:hover {
    background: #ddd; }

.input-disabled {
  background: rgba(238, 238, 238, 0.5); }
