@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?vrdxpj");
  src: url("fonts/icomoon.eot?vrdxpj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vrdxpj") format("truetype"), url("fonts/icomoon.woff?vrdxpj") format("woff"), url("fonts/icomoon.svg?vrdxpj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.icon-location:before {
  content: "\e907"; }

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

.icon-car-engine:before {
  content: "\e909"; }

.icon-polish:before {
  content: "\e900"; }

.icon-car-wash:before {
  content: "\e901"; }

.icon-vacuum-cleaner:before {
  content: "\e902"; }

.icon-fb:before {
  content: "\e903"; }

.icon-ig:before {
  content: "\e905"; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html, body, ul, ol, p {
  padding: 0;
  margin: 0; }

body {
  color: #2d2d2d;
  background-color: #fff6f6;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  font-family: 'Raleway', sans-serif; }

h1, h2, h3, h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 900; }
  h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter {
    color: #ff3333; }

h1 {
  margin-bottom: 42px;
  font-size: 85px;
  line-height: 90px;
  color: #ffffff; }
  h1::first-letter {
    font-size: 95px;
    line-height: 72px; }

h2 {
  margin-bottom: 18px;
  font-size: 43px;
  line-height: 53px; }
  h2::first-letter {
    font-size: 47px; }

h3 {
  font-size: 32px;
  font-weight: normal; }

p {
  margin-bottom: 35px; }

a {
  color: inherit; }

.resp-img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0; }

#page {
  width: 100%; }

.in {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 180px 20px 128px;
  position: relative;
  overflow: hidden; }

.hamburger {
  width: 60px;
  height: 60px;
  padding: 10px 0 15px 15px;
  margin: 0;
  display: none;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  behavior: url(PIE.htc);
  border: 0;
  background: none;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .hamburger:focus, .hamburger:active {
    outline: 0;
    border: none;
    -moz-outline-style: none; }
  .hamburger .hamburger-box {
    width: 30px;
    height: 12px;
    display: inline-block; }
    .hamburger .hamburger-box .hamburger-inner,
    .hamburger .hamburger-box .hamburger-inner::after,
    .hamburger .hamburger-box .hamburger-inner::before {
      background-color: #ffffff; }
  .hamburger:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1; }
    .hamburger:hover .hamburger-box .hamburger-inner,
    .hamburger:hover .hamburger-box .hamburger-inner:after,
    .hamburger:hover .hamburger-box .hamburger-inner:before {
      content: " ";
      background-color: #ffffff; }

.cols {
  margin-left: -2%;
  overflow: hidden; }

.col {
  width: 48%;
  margin-left: 2%;
  float: left; }

/*************Header*************/
header {
  width: 100%;
  min-height: 90px;
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }
  header .in {
    padding: 24px 20px 0;
    overflow: hidden; }
  header #logo {
    width: 185px;
    height: 48px;
    position: relative;
    float: left;
    display: block; }
  header nav {
    width: 100%;
    padding-left: 200px;
    margin: -5px 0 0 -200px;
    float: right; }
    header nav ul {
      overflow: hidden;
      text-align: right; }
      header nav ul li {
        padding: 0px 2.1%;
        display: inline-block;
        list-style-type: none; }
        header nav ul li a {
          padding: 10px 20px;
          display: inline-block;
          position: relative;
          text-decoration: none;
          color: #ffffff;
          text-align: center;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          header nav ul li a:hover, header nav ul li a.active {
            color: #ff3333;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
        header nav ul li.btn {
          padding-left: 9%;
          padding-right: 0; }
          header nav ul li.btn a {
            width: 206px;
            max-width: 206px;
            padding: 18px 20px;
            display: block;
            position: relative;
            color: #ffffff;
            text-align: center;
            font-weight: 600;
            background: #ca2d2d;
            background: linear-gradient(-135deg, #ca2d2d 0%, #ff3333 100%);
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            border-radius: 50px;
            behavior: url(PIE.htc);
            text-decoration: none;
            z-index: 1; }
            header nav ul li.btn a:hover,
            header nav ul li.btn a .active {
              color: #ff3333;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
              header nav ul li.btn a:hover:before,
              header nav ul li.btn a .active:before {
                opacity: 1;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s; }
            header nav ul li.btn a:before {
              content: "";
              display: block;
              opacity: 0;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #ffffff;
              -webkit-border-radius: 50px;
              -moz-border-radius: 50px;
              -ms-border-radius: 50px;
              border-radius: 50px;
              behavior: url(PIE.htc);
              z-index: 1;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s;
              z-index: 2; }
            header nav ul li.btn a span {
              position: relative;
              z-index: 3; }
  header nav.smallScreen ul li.btn {
    padding-left: 25%; }

div#main {
  padding-top: 160px;
  background-color: #1c1f24;
  overflow: hidden;
  position: relative;
  height: 100%;
  height: 100vh; }
  div#main .in {
    height: 100%;
    padding: 0 20px;
    position: static;
    overflow: hidden; }
  div#main p {
    max-width: 450px;
    padding-top: 45px;
    position: relative;
    color: #ffffff;
    font-size: 28px;
    line-height: 45px; }
    div#main p:before {
      content: " ";
      width: 80px;
      height: 10px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ff3333; }
  div#main .block.fixed {
    width: 450px;
    height: 100%;
    float: left;
    position: relative;
    z-index: 200; }
  div#main .main-back {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    max-width: 1500px;
    right: 0;
    left: auto;
    overflow: hidden; }
    div#main .main-back img {
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  div#main .crop {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    z-index: 10;
    /*svg {
        width:100%;
        height: auto;
    }*/
    background: transparent url(images/shape.svg) no-repeat 0 0;
    background-size: contain; }
  div#main .text {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: 0; }

div#main.smallHeight .text {
  top: 46%; }
  div#main.smallHeight .text h1 {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px; }
    div#main.smallHeight .text h1::first-letter {
      font-size: 65px;
      line-height: 70px; }
  div#main.smallHeight .text p {
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px; }

div.button a {
  width: 100%;
  max-width: 206px;
  padding: 16px 20px;
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  background: #ca2d2d;
  background: linear-gradient(-135deg, #ca2d2d 0%, #ff3333 100%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  behavior: url(PIE.htc);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  div.button a:hover {
    box-shadow: 0px 0px 16px 0px rgba(255, 51, 51, 0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
div.button a.btn-sec {
  color: #ff3333;
  position: relative;
  z-index: 10; }
  div.button a.btn-sec:before {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #fff6f6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    behavior: url(PIE.htc);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  div.button a.btn-sec:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ca2d2d;
    background: linear-gradient(270deg, #ca2d2d 0%, #ff3333 100%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    behavior: url(PIE.htc);
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  div.button a.btn-sec:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    div.button a.btn-sec:hover:before {
      opacity: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    div.button a.btn-sec:hover:after {
      opacity: 1;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  div.button a.btn-sec span {
    position: relative;
    z-index: 3; }

#about-us .in {
  overflow: visible; }
  #about-us .in:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both; }
#about-us h2 {
  margin-top: -10px; }
#about-us .blocks {
  display: flex;
  flex-wrap: wrap; }
#about-us .text {
  width: 59%;
  padding: 98px 40px 67px 187px;
  float: right;
  position: relative;
  background-color: #1c1f24;
  background: #1c1f24 url(images/back-about.jpg) no-repeat bottom right;
  color: #ffffff;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3);
  z-index: 10; }
  #about-us .text:before {
    content: " ";
    width: 80px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 187px;
    background-color: #ff3333; }
  #about-us .text p:last-of-type {
    margin-bottom: 22px; }
#about-us .img {
  width: 41%;
  float: left; }
#about-us .img-wrap {
  width: 47.5%;
  position: absolute;
  top: 50%;
  transform: translateY(-44%);
  z-index: 20; }
  #about-us .img-wrap img {
    display: block;
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3); }

#contact {
  background: transparent url(images/back-smoke.jpg) no-repeat top right; }
  #contact .in {
    padding-bottom: 0;
    overflow: visible; }
    #contact .in:after {
      content: "";
      display: block;
      width: 100%;
      clear: both; }
  #contact h2 {
    margin-top: -9px; }
  #contact p.desc {
    font-weight: 600; }
  #contact .blocks {
    		/*display: flex;
      		flex-wrap: wrap;*/ }
  #contact .text {
    width: 100%;
    padding: 0 470px 0 0;
    margin: 0 -448px 0 0;
    float: left;
    color: #2d2d2d; }
    #contact .text ul li {
      margin-bottom: 12px;
      list-style-type: none;
      font-weight: 500; }
      #contact .text ul li i {
        margin-right: 10px;
        font-size: 24px; }
  #contact .block.map {
    width: 448px;
    float: right;
    min-height: 448px; }
    #contact .block.map .map-wrap {
      width: 100%;
      height: 448px;
      position: relative;
      box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3); }
      #contact .block.map .map-wrap .map-responsive {
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        height: 0; }
      #contact .block.map .map-wrap .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute; }
      #contact .block.map .map-wrap i {
        width: 75px;
        height: 75px;
        margin-left: -37px;
        margin-top: -75px;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 75px;
        color: #ff3333;
        display: none; }

footer {
  margin-top: -100px;
  background-color: #1c1f24;
  color: #ffffff; }
  footer .in {
    padding: 0 20px 150px;
    overflow: visible; }
  footer .wrap {
    margin-top: -100px;
    overflow: hidden; }
  footer .logo-footer {
    width: 185px;
    height: 48px;
    margin-right: 67px;
    float: left; }
  footer ul {
    margin: 12px 63px 0 0;
    float: left; }
    footer ul li {
      padding: 0 10px;
      display: inline-block;
      list-style-type: none;
      font-size: 36px; }
      footer ul li a {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        footer ul li a:hover {
          color: #ff3333;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
  footer span {
    padding: 35px 0 0;
    display: inline-block;
    float: left;
    line-height: 16px; }

#gallery {
  position: relative;
  color: #ffffff;
  background-color: #1c1f24; }
  #gallery:before {
    width: 241px;
    height: 258px;
    content: "";
    position: absolute;
    top: -160px;
    right: 0;
    display: block;
    background: url(images/back-drops.jpg) no-repeat 0 0;
    background-size: contain;
    z-index: 1; }
  #gallery .in {
    max-width: 100%; }
  #gallery h2, #gallery p {
    text-align: center; }
  #gallery .slider {
    /*padding: 152px 0px 100px;*/
    padding: 9.5% 0 6.5%; }
  #gallery .owl-item .item {
    position: relative; }
    #gallery .owl-item .item:before {
      width: 100%;
      height: 100%;
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      right: 0;
      bottom: 0;
      background-color: #000000;
      z-index: 99;
      opacity: 0.8; }
  #gallery .owl-item.active.center {
    transform: scale(1.65);
    position: relative;
    z-index: 100; }
    #gallery .owl-item.active.center .item:before {
      content: none; }
  #gallery .owl-carousel .owl-stage-outer {
    overflow: visible; }
  #gallery .owl-controls .owl-nav .owl-prev,
  #gallery .owl-controls .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 16%;
    top: 57%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    #gallery .owl-controls .owl-nav .owl-prev:hover,
    #gallery .owl-controls .owl-nav .owl-next:hover {
      color: #ff3333;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  #gallery .owl-controls .owl-nav .owl-next {
    left: auto;
    right: 16%; }

#services {
  position: relative;
  z-index: 10; }
  #services:before {
    width: 256px;
    height: 507px;
    content: "";
    position: absolute;
    top: -215px;
    left: 0;
    display: block;
    background: url(images/back-wheel.jpg) no-repeat 0 0;
    background-size: contain;
    z-index: 11; }
  #services .in {
    overflow: visible; }
  #services .block-services {
    background-color: #ffffff; }
    #services .block-services h2, #services .block-services p {
      text-align: center; }
    #services .block-services p {
      font-weight: 600; }
    #services .block-services .in {
      padding-bottom: 156px; }
    #services .block-services .list {
      margin: 85px 0 0 -3.5%;
      display: flex;
      flex-wrap: wrap; }
      #services .block-services .list:after {
        content: "";
        display: block;
        width: 100%;
        clear: both; }
      #services .block-services .list .item {
        width: 21.5%;
        margin-left: 3.5%;
        float: left; }
        #services .block-services .list .item a {
          width: 100%;
          height: 100%;
          padding: 44px 20px 70px;
          display: block;
          position: relative;
          text-decoration: none;
          text-align: center;
          background: #ffffff;
          background: linear-gradient(-135deg, white 0%, white 100%);
          box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.1);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          #services .block-services .list .item a i {
            margin-bottom: 35px;
            display: block;
            font-size: 100px;
            position: relative;
            z-index: 10; }
          #services .block-services .list .item a span {
            width: 100%;
            display: block;
            font-size: 20px;
            font-weight: 800;
            position: relative;
            z-index: 10; }
          #services .block-services .list .item a:hover, #services .block-services .list .item a.active {
            color: #ffffff;
            background-color: #ff3333;
            background: #ff3333;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            #services .block-services .list .item a:hover:before, #services .block-services .list .item a.active:before {
              opacity: 1;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
          #services .block-services .list .item a:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            opacity: 0;
            z-index: 1;
            background: linear-gradient(-135deg, #ca2d2d 0%, #ff3333 100%);
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
  #services .block-services-prices .in {
    padding-top: 0;
    margin-top: -28px; }
  #services .block-services-prices ul {
    list-style: none;
    display: none; }
    #services .block-services-prices ul.active {
      display: block; }
    #services .block-services-prices ul li {
      display: block;
      margin-bottom: 20px;
      width: 100%; }
      #services .block-services-prices ul li span.wrap,
      #services .block-services-prices ul li div.price {
        padding: 15px 40px;
        float: left;
        display: block;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.08); }
      #services .block-services-prices ul li div.desc {
        width: 100%;
        padding: 0 218px 0 0;
        margin: 0 -176px 0 0;
        float: left;
        font-weight: 500;
        display: block; }
      #services .block-services-prices ul li div.price {
        width: 176px;
        height: 100%;
        color: #ff3333;
        font-weight: 900;
        text-align: center;
        font-weight: 800;
        font-size: 20px; }
      #services .block-services-prices ul li span.wrap {
        width: 100%;
        display: block;
        border-left: 2px solid #ff3333; }
      #services .block-services-prices ul li:after {
        content: "";
        display: block;
        width: 100%;
        clear: both; }
  #services .block-services-prices .button {
    margin-top: 68px;
    text-align: center; }
    #services .block-services-prices .button a {
      margin: 0 15px;
      display: inline-block; }

#cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000000;
  color: #ffffff;
  z-index: 99999;
  display: none; }
  #cookies p {
    width: 100%;
    padding-right: 184px;
    margin: 0 -164px 0 0;
    float: left;
    font-size: 13px;
    line-height: 18px; }
  #cookies .button {
    width: 100%;
    max-width: 164px;
    float: right; }
    #cookies .button a {
      padding: 10px 20px; }
  #cookies .in {
    padding: 10px 20px;
    display: flex;
    align-items: center; }

/*# sourceMappingURL=design.css.map */
