.body {
  font-family: 'Titillium Web', sans-serif;
  color: #666;
}

.hero-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-image: url('../images/bg1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.navbar {
  background-color: transparent;
}

.logo {
  height: 10vh;
}

.nav-link {
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  opacity: 0.8;
  -webkit-transition: opacity 500ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 500ms cubic-bezier(.25, .46, .45, .94);
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link-wrapper {
  margin-right: 20px;
  margin-left: 20px;
}

.nav-link-wrapper.footer-navbar {
  margin-left: 0px;
}

.nav-link-underline {
  width: 0%;
  height: 2px;
  background-color: #c1170e;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu.footer {
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  height: 15vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container.footer {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.hero-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  height: 85vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.hero-subtitle {
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.button-wrapper {
  display: block;
  overflow: hidden;
  width: auto;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border-radius: 5px;
}

.button-wrapper.left.form {
  width: 100%;
  height: 54px;
}

.button {
  width: 100%;
  height: 54px;
  padding: 21px 30px;
  background-color: #262628;
  -webkit-transition: all 300ms cubic-bezier(.6, -.28, .735, .045);
  transition: all 300ms cubic-bezier(.6, -.28, .735, .045);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #171618;
}

.button.left {
  float: left;
}

.button-underline {
  width: 0%;
  height: 2px;
  background-color: #c1170e;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.engine-drawing-left {
  position: absolute;
  left: -70%;
  bottom: -50%;
  opacity: 0.5;
}

.engine-drawing-right {
  position: absolute;
  right: -70%;
  bottom: -50%;
}

.section.grey {
  position: relative;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.section._2 {
  background-color: #f5f5f5;
}

.section-container {
  position: relative;
  display: block;
  overflow: visible;
  width: 980px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-container.services {
  padding-bottom: 100px;
}

.section-container.diagnostics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-container.footer {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.section-container.testimonials {
  padding-bottom: 200px;
}

.section-container.lb {
  padding: 100px 20px;
}

.heading {
  margin-top: 0px;
}

.heading-dark {
  margin-top: 0px;
  margin-bottom: 100px;
  color: #202032;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}

.heading-dark.lb {
  margin-bottom: 80px;
}

.services-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.service-column.lb {
  margin-bottom: 20px;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.service-name {
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.price-text {
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.price {
  color: #c1170e;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
}

.service-icon {
  margin-bottom: 20px;
}

.learn-more-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #c1170e;
  font-weight: 700;
  text-transform: uppercase;
}

.learn-more-link:hover {
  color: #ff655d;
}

.paragraph {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.service-text {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.engine-drawing-grey {
  position: absolute;
  top: 0%;
  right: -70%;
  z-index: 1;
  display: none;
}

.engine-columns {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.engine-column-left {
  margin-right: 20px;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.engine-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.h1-container {
  position: relative;
  margin-bottom: 30px;
}

.header-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
}

.header-line.hidden {
  background-color: #fff;
}

.header-line-hidden {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.form-label {
  padding-top: 34px;
  font-size: 18px;
}

.field-label {
  text-transform: uppercase;
}

.field-label-2 {
  text-transform: uppercase;
}

.form-field {
  padding: 25px;
  border: 1px solid #9795a0;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  color: #9795a0;
  line-height: 18px;
}

#email-form .form-field{
  background-color: transparent;
}

.form-field.select {
  height: 54px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/select-arrow.png');
  background-position: 97% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.form-field.white {
  padding-top: 25px;
  border-color: #dbdbdb;
}

.form-field.white:focus {
  box-shadow: 1px 0 8px 1px rgba(12, 44, 212, .7);
  color: #fff;
}

.form-field.white.msg {
  height: 115px;
  padding-top: 25px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider {
  display: block;
  background-color: #fff;
}

.slide-nav {
  top: 340px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}

.part1 {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: -1;
}

.part2 {
  position: absolute;
  left: -15%;
  top: 30%;
  z-index: -1;
}

.spare-parts-section {
  overflow: hidden;
}

.part3 {
  position: absolute;
  left: -25%;
  bottom: 30%;
  z-index: -1;
}

.part4 {
  position: absolute;
  left: 0px;
  bottom: 15%;
  z-index: -1;
}

.part5 {
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: -1;
}

.part6 {
  position: absolute;
  top: 22%;
  right: -17%;
  z-index: -1;
}

.part7 {
  position: absolute;
  top: 45%;
  right: -25%;
  z-index: -1;
}

.part8 {
  position: absolute;
  right: -15%;
  bottom: 25%;
}

.part9 {
  position: absolute;
  right: 0px;
  bottom: 10%;
  z-index: -1;
}

.diagnostics-section {
  background-image: url('../images/bg6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-white {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}

.white-subtitle {
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.diagnostics-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.diagnostics-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.diagnostic-pic {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 6px;
}

.diagnostic-title {
  position: absolute;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.section-offers {
  padding-top: 200px;
}

.slide {
  display: block;
}

.offer-picture-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-left: 10%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}

.offer-text-container {
  position: relative;
  width: 25%;
  margin-right: 10%;
  float: left;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.offer-image {
  height: 300px;
}

.offer-red-header {
  color: #c1170e;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.offer-big-grey-header {
  color: #202032;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.icons-and-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  margin-bottom: 15px;
}

.offer1-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 38px;
  text-transform: uppercase;
}

.image-3 {
  margin-bottom: 0px;
}

.offer-slider {
  background-color: transparent;
}

.left-arrow {
  -webkit-transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  color: #262628;
  font-size: 28px;
}

.left-arrow:hover {
  background-color: rgba(23, 22, 24, .1);
}

.right-arrow {
  -webkit-transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  color: #262628;
  font-size: 28px;
}

.right-arrow:hover {
  background-color: rgba(23, 22, 24, .1);
}

.slide-nav-2 {
  top: 480px;
}

.appointment-section {
  background-image: url('../images/bg8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonials-slider {
  background-color: transparent;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars-container {
  margin-top: 25px;
  margin-bottom: 25px;
}

.star {
  margin: 10px;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.clients-name {
  margin-top: 20px;
  color: #262628;
  font-size: 18px;
  text-transform: uppercase;
}

.mask {
  height: 400px;
}

.slide-nav-3 {
  top: 450px;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-3-copy {
  top: 450px;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #14132b;
}

.map-of-europe {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

._25 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

._25.contacts {
  padding-top: 100px;
}

._50 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer-navbar {
  background-color: transparent;
}

.footer-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact {
  margin-bottom: 15px;
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.contact.address {
  background-image: url('../images/icon-geo.png');
  background-position: 0px 0px;
  background-size: 19px;
  background-repeat: no-repeat;
}

.contact.phone {
  background-image: url('../images/icon-phone.png');
  background-position: 0px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  line-height: 28px;
}

.contact.email {
  background-image: url('../images/icon-mail.png');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.contact.hours {
  background-image: url('../images/icon-clock.png');
  background-position: 0px 0px;
  background-size: 24px;
  background-repeat: no-repeat;
}

.mercedes {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  opacity: 0.3;
}

.arrow-in-footer {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.arrow-in-footer._2 {
  left: 300px;
}

._123 {
  width: 200px;
  height: 50px;
  border-style: solid;
  border-width: 2px 2px 5px;
  border-color: #999 #999 #c1170e;
  border-radius: 10px;
}

.lb-engine {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.lb-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(32, 32, 50, .6);
}

.lb-window {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1f1;
}

.columns-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lb-image {
  -webkit-filter: brightness(94%);
  filter: brightness(94%);
}

.lb-image.sparks {
  -webkit-filter: brightness(94%);
  filter: brightness(94%);
}

.lb-image.susp {
  -webkit-filter: brightness(96%) contrast(104%);
  filter: brightness(96%) contrast(104%);
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.close-btn-line1 {
  position: absolute;
  top: 15px;
  right: -6px;
  width: 42px;
  height: 1px;
  background-color: #262628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-line2 {
  position: absolute;
  top: 15px;
  right: -6px;
  width: 42px;
  height: 1px;
  background-color: #262628;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lb-transmission {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.lb-maintenance {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.lb-suspension {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.lb-brakes {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.paragraph-3 {
  text-align: center;
}

.paragraph-4 {
  opacity: 1;
}

.lb-diesel {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.lb-aircon {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.suspension-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.susp-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.susp-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 991px) {
  .nav-menu {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #202032;
  }
  .navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .hero-subtitle {
    font-size: 36px;
    line-height: 36px;
  }
  .button-wrapper {
    height: 50px;
  }
  .button {
    height: 50px;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    font-size: 13px;
    line-height: 13px;
  }
  .section-container {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-container.services {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .section-container.diagnostics {
    overflow: visible;
  }
  .section-container.footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-dark {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 40px;
  }
  .services-grid {
    padding-right: 30px;
    padding-left: 30px;
  }
  .service-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-name {
    margin-top: auto;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .price-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 14px;
  }
  .service-icon {
    width: 48px;
  }
  .learn-more-link {
    margin-top: auto;
  }
  .service-text {
    font-size: 12px;
    line-height: 18px;
  }
  .engine-drawing-grey {
    right: -70%;
    opacity: 0.32;
  }
  .menu-icon {
    color: #fff;
  }
  .diagnostics-container {
    z-index: 2;
  }
  ._25.contacts {
    padding-right: 10px;
  }
  .lb-window {
    width: 95vw;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-subtitle {
    font-size: 28px;
    line-height: 36px;
  }
  .section-container.services {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .heading-dark {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 42px;
  }
  .engine-column-left {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .engine-column-right {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 479px) {
  .hero-subtitle {
    font-size: 24px;
  }
  .button-wrapper.left {
    display: none;
  }
  .section-container {
    padding: 60px 20px;
  }
  .section-container.services {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section-container.diagnostics {
    padding-bottom: 60px;
  }
  .section-container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-container.lb {
    overflow: scroll;
    padding: 40px 0px;
  }
  .heading-dark {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 32px;
  }
  .heading-dark.lb {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .service-column {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .service-column.lb {
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .service-name {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .price-text {
    margin-bottom: 10px;
  }
  .service-icon {
    width: 48px;
    margin-bottom: 10px;
  }
  .service-text {
    font-size: 11px;
    line-height: 14px;
  }
  .engine-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .engine-column-left {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .engine-column-right {
    margin-left: 0px;
  }
  .h1-container {
    margin-bottom: 20px;
    line-height: 18px;
  }
  .image {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .part1 {
    display: none;
  }
  .part2 {
    display: none;
  }
  .part3 {
    display: none;
  }
  .part4 {
    display: none;
  }
  .part5 {
    display: none;
  }
  .part6 {
    display: none;
  }
  .part7 {
    display: none;
  }
  .part8 {
    display: none;
  }
  .part9 {
    display: none;
  }
  .header-white {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 32px;
  }
  .white-subtitle {
    font-size: 18px;
  }
  .diagnostics-container {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .diagnostics-column {
    margin-bottom: 20px;
  }
  .section-offers {
    padding-top: 0px;
  }
  .offer-picture-container {
    display: none;
    width: auto;
    float: none;
  }
  .offer-text-container {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .left-arrow {
    right: 200px;
  }
  .right-arrow {
    left: 220px;
  }
  .stars-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .star {
    width: 15px;
  }
  .paragraph-2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .clients-name {
    margin-top: 15px;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 180px;
  }
  ._25.contacts {
    padding-top: 40px;
  }
  .quote-icon {
    width: 20px;
  }
  .lb-engine {
    display: none;
    opacity: 0;
  }
  .lb-window {
    overflow: auto;
  }
  .columns-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lb-image {
    display: none;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .close-btn {
    top: 10px;
    right: 10px;
  }
  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }
}

@font-face {
  font-family: 'Lato 0';
  src: url('../fonts/Lato-Regular_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.w-form-done {
  margin-top: 50px;
}