:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  max-width: 1440px;
  background-color: #f4f4f4;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px 20px;
  display: flex;
}

.section.footer_wrapper {
  background-color: #f4f4f4;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-align: left;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-main-button {
  float: left;
  clear: left;
  color: #000;
  background-color: #faff11;
  border: 1px solid #000;
  margin-top: 15px;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button.cc-main-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-main-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-main-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  color: #000;
  background-color: #faff11;
  border: 1px solid #000;
  border-radius: 0;
  font-weight: 700;
  position: relative;
}

.button.cc-contact-us.ghost {
  background-color: rgba(250, 255, 17, 0);
}

.button.cc-contact-us.ghost:hover {
  background-color: #faff11;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  margin-top: 205px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  min-width: 50%;
  opacity: .6;
  padding-top: 0;
  padding-left: 0;
  font-size: 14px;
}

.paragraph-light.footer_p {
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 200%;
}

.heading-jumbo {
  width: 100%;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.navigation {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: 1;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  border-radius: 0;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #504a4a;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/DALL·E-Auto-Service-Master.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  width: 80%;
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 100px;
  display: none;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 250px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/beaa7664-edcd-43a4-ab54-9ea5a2e39b65.webp');
  background-position: 0 0, 50% 15%;
  background-size: auto, 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-overview-header.rear_cam {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/DALL·E-Car-Interior.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.project-overview-header.alarm {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/DALL·E-Activation-Image.png');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
}

.project-overview-header.sound {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/DALL.png');
  background-position: 0 0, 50% 30%;
  background-size: auto, 100%;
}

.project-overview-header.lock {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/ChatGPT-DALL·E.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100%;
}

.project-overview-header.heating {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/cb7dcb81-11b0-4e7f-8382-aaa778105920.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100%;
}

.project-overview-header.diagnost {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/AutoLavrick-May-11.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 100%;
}

.project-overview-header.tonirovka {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/68811e36-a155-4fa5-ba52-c55bfa2b06c8.webp');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
}

.project-overview-header.polishing {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/d933d6bd-1db1-4aa9-abdf-41511eb74720.webp');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
}

.project-overview-header.lamps {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/a3cbaaaa-70e7-4c5d-bc4b-fd1d0346cec0.webp');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
}

.project-details-grid {
  grid-column-gap: 89px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 0;
}

.diagnostics-price {
  color: #1a1b1f;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.diagnostics-intro h3 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 42px;
}

.diagnostics-intro h4 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 30px;
}

.diagnostics-steps {
  grid-row-gap: 18px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.diagnostics-step {
  border-left: 4px solid #faff11;
  background-color: #f7f8f9;
  margin-bottom: 0;
  padding: 18px 22px;
}

.diagnostics-price-inline {
  color: #1a1b1f;
  font-weight: 600;
}

.diagnostics-summary {
  border-top: 1px solid #e4e4e4;
  margin-top: 26px;
  padding-top: 22px;
}

.diagnostics-summary ul {
  margin-top: 0;
  margin-bottom: 0;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.image {
  width: 200px;
}

.link {
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 20px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.link.header_location {
  font-weight: 700;
  position: static;
}

.link.header_location.shown_mobile {
  display: none;
}

.link.lang {
  opacity: .5;
  margin-left: 10px;
  margin-right: 0;
  text-decoration: none;
}

.link.lang.w--current {
  opacity: 1;
}

.flex-block {
  clear: none;
  object-fit: fill;
  position: relative;
  right: auto;
}

.nav_item {
  min-width: 300px;
  flex: 0 auto;
}

.link-2 {
  justify-content: flex-end;
  display: flex;
}

.services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-bottom: 35px;
  display: flex;
}

.vectors-wrapper {
  width: 135px;
  height: 109px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  width: 150px;
  height: 128px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  width: 122px;
  height: 126px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-4 {
  width: 156px;
  height: 126px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-5 {
  width: 120px;
  height: 126.702px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-6 {
  width: 138px;
  height: 126px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-7 {
  width: 105px;
  height: 83px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-8 {
  width: 165px;
  height: 130.229px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-9 {
  width: 165px;
  height: 130px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  max-width: 1000px;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: stretch;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.problems {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #f4f4f4;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 184px;
  display: grid;
}

.vectors-wrapper-10 {
  width: 178.424px;
  height: 183.144px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
}

.image-4 {
  object-fit: cover;
}

.reviews {
  max-width: 1440px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-2 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
}

.reviews_image_desktop {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 160%;
}

.about-me {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 61px;
  padding: 64px 24px;
  display: flex;
}

.small-columns {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-columns.about-me {
  margin-left: auto;
  margin-right: auto;
}

.photo_wrap {
  width: 100%;
  max-width: 350px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: 230px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 100%;
  height: 1px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title {
  color: #000;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.description {
  clear: left;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.author {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.description-1 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.description-2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.certificates {
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-2 {
  max-width: 330px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 10px;
  display: flex;
}

._1 {
  object-fit: cover;
}

.all_car_brands {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 64px 24px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-3.all_car_brands {
  margin-left: auto;
  margin-right: auto;
}

.column-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #000;
  margin-top: 80px;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.title-copy-goes-here-be-awesome.services_heading {
  text-align: center;
  font-size: 56px;
}

.error-7735fa6d-bb96-faa5-4e45-bedcfc84510f {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-2 {
  width: 100%;
  height: 48px;
  max-width: 225px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}

.column-4 {
  width: 100%;
  height: 436px;
  max-width: 623px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 100%;
  height: 438px;
  max-width: 669px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bitmap {
  object-fit: cover;
}

.about-me-2 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
}

.image-7 {
  width: 100%;
  height: 230px;
  min-height: 230px;
  min-width: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-14 {
  min-width: 300px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-5 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.services_wrapper {
  max-width: 130px;
  text-align: center;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s, opacity .2s;
  display: flex;
}

.services_wrapper:hover {
  opacity: .8;
  pointer-events: auto;
  text-decoration: none;
  transform: scale(1.1);
}

.services_wrapper.first {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-items: center;
}

.services_wrapper.repair:hover, .services_wrapper.no_hover:hover {
  opacity: 1;
  transform: none;
}

.services_image_wrapper {
  width: 100%;
  height: 70px;
  text-align: left;
  margin-bottom: 12px;
}

.services_image {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: contain;
}

.text_block {
  min-width: 150px;
  text-align: left;
  margin-left: 20px;
  font-weight: 700;
}

.services-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.frame-10 {
  height: 130px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vectors-wrapper-15 {
  width: 83px;
  height: 86px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-e96c99f3-f439-0d2e-cf5b-4c03e244a49d {
  color: #3d3d3d;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.vectors-wrapper-16 {
  width: 74px;
  height: 73px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-17 {
  width: 73px;
  height: 73px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-18 {
  width: 74px;
  height: 75px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-19 {
  width: 51.2209px;
  height: 72.302px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-20 {
  width: 86px;
  height: 73px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-9 {
  height: 130px;
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.vectors-wrapper-21 {
  width: 99px;
  height: 34px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-22 {
  width: 54.2944px;
  height: 72.4583px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-23 {
  width: 112px;
  height: 78px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-3 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.frame-11 {
  height: 130px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vectors-wrapper-24 {
  width: 83px;
  height: 86px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-f795c43b-a682-b426-5d8a-7eaf2b4e7552 {
  color: #3d3d3d;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.vectors-wrapper-25 {
  width: 74px;
  height: 73px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-26 {
  width: 73px;
  height: 73px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-27 {
  width: 74px;
  height: 75px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-28 {
  width: 51.2209px;
  height: 72.302px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-29 {
  width: 86px;
  height: 73px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-12 {
  height: 130px;
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.vectors-wrapper-30 {
  width: 99px;
  height: 34px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-31 {
  width: 54.2944px;
  height: 72.4583px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-32 {
  width: 112px;
  height: 78px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-left {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-6 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-copy-goes-here-be-awesome-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.error-21d05849-02c0-2370-2e44-067af7b1090a {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-3 {
  width: 100%;
  height: 48px;
  max-width: 225px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.column-7 {
  width: 100%;
  height: 436px;
  max-width: 623px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper-3 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 100%;
  height: 438px;
  max-width: 669px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bitmap-2 {
  object-fit: cover;
}

.reviews_image_mobile {
  display: none;
}

.columns {
  display: flex;
}

.flex-block-2 {
  flex: 1;
}

.flex-block-3 {
  min-width: 60%;
  flex: 1;
}

.image-9 {
  margin-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
  position: static;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  padding-left: 5px;
  text-decoration: underline;
  display: inline-block;
}

.link-block {
  float: left;
  clear: left;
}

.link-block.contact_link {
  cursor: pointer;
}

.link-block.contact_link:hover {
  opacity: .75;
  outline-offset: 0px;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  border-bottom: 0 solid #000;
  outline: 3px #000;
  text-decoration: none;
}

.link-block-2 {
  float: left;
  clear: left;
}

.paragraph-2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.slide {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
}

.certificates_mobile {
  max-width: 100%;
  display: none;
}

.slider {
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon, .icon-2 {
  color: #202020;
}

.investor-grid {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.investor-grid.contained {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card {
  width: 100%;
  height: 16rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .05);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .05));
  border-radius: .63rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content {
  opacity: .85;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-wrapper {
  z-index: 2;
  max-width: 420px;
  color: #c2cadd;
  text-align: center;
  padding: 2rem;
  line-height: 1.3;
  position: relative;
}

.card-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.custom-styles {
  display: none;
}

.hero {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.heading {
  text-align: center;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 30%, rgba(255, 255, 255, .38));
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.nav_right_side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.submenu_container {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.submenu_wrapper {
  background-color: #fff;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 37px;
  padding: 20px;
  display: none;
  position: absolute;
  top: auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.lang_container {
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.h1 {
  font-size: 32px;
  line-height: 140%;
}

.heading-3, .heading-4 {
  font-size: 24px;
}

.heading-5 {
  font-size: 28px;
}

.heading-6 {
  font-size: 24px;
}

.heading-7 {
  font-size: 18px;
}

.heading-8 {
  font-size: 16px;
  font-weight: 700;
}

.heading-9 {
  font-size: 16px;
}

.heading-10 {
  font-size: 22px;
}

.text_bottom {
  max-width: 1440px;
  color: #5d6275;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.prar {
  min-width: 50%;
}

.image-11 {
  max-width: 800px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.contacts_text {
  max-width: 700px;
}

.link-3 {
  display: inline;
}

.container-5, .container-6 {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    padding-top: 100px;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
    grid-template-columns: 1fr .25fr 1fr;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .navigation {
    width: 100%;
    background-color: #fff;
    padding: 25px 0;
    position: fixed;
  }

  .navigation-item {
    text-align: left;
    padding: 13px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    min-height: 100vh;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 130px;
    overflow: auto;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: left;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .problems {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 2fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .certificates {
    flex-direction: row;
    align-items: stretch;
  }

  .column-2 {
    justify-content: center;
  }

  .container-3, .container-4 {
    flex-direction: column;
    align-items: center;
  }

  .investor-grid.contained {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    height: 10rem;
  }

  .heading {
    font-size: 4.5rem;
  }

  .submenu_container {
    align-items: flex-start;
  }

  .submenu_wrapper {
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    display: flex;
    position: static;
  }

  .lang_container {
    padding-right: 30px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 100px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 0;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .problems {
    grid-template-columns: 1fr;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .services_image_wrapper {
    height: 100px;
  }

  .heading {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: left;
    font-size: 36px;
    line-height: 52px;
  }

  h2, h3, h4, p, li {
    text-align: left;
  }

  .section.cc-home-wrap {
    padding-top: 100px;
  }

  .section.cc-store-home-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .label {
    text-align: left;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
  }

  .diagnostics-price {
    font-size: 24px;
    line-height: 32px;
  }

  .diagnostics-intro h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .diagnostics-step {
    padding: 16px 18px;
  }

  .heading-jumbo {
    font-size: 2rem;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-text {
    padding-left: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 600px;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }

  .intro-content.cc-homepage {
    width: 90%;
    margin-bottom: -1px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-overview-header.alarm {
    height: 180px;
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/DALL·E-Activation-Image.png');
    background-size: auto, auto 100%;
    margin-bottom: 40px;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .link.header_location {
    text-align: right;
    font-size: 12px;
  }

  .link.header_location.shown_mobile {
    text-align: right;
    display: block;
  }

  .link.header_location.hidden_mobile {
    display: none;
  }

  .nav_item {
    min-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .services {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .container-2 {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .problems {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    background-color: #f4f4f4;
    grid-template-columns: .75fr 1.25fr;
    grid-auto-flow: row;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vectors-wrapper-10 {
    width: 90%;
    height: auto;
    flex-wrap: wrap;
  }

  .text {
    font-size: 1rem;
  }

  .image-4 {
    width: 100%;
  }

  .text-2 {
    font-size: 2rem;
  }

  .reviews_image_desktop {
    display: none;
  }

  .text-3 {
    font-size: 1rem;
  }

  .about-me {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .certificates {
    display: none;
  }

  .all_car_brands {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 20px;
  }

  .container-3 {
    grid-row-gap: 0px;
  }

  .column-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .title-copy-goes-here-be-awesome {
    font-size: 2rem;
  }

  .error-7735fa6d-bb96-faa5-4e45-bedcfc84510f {
    font-size: 14px;
  }

  .services_wrapper {
    max-width: 22%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .services_image_wrapper {
    margin-bottom: -5px;
  }

  .services_image {
    margin-bottom: 0;
  }

  .text_block {
    max-width: 100%;
    min-width: 105px;
    margin-top: 10px;
    font-size: .75rem;
  }

  .reviews_image_mobile {
    display: block;
  }

  .flex-block-2 {
    min-width: 50%;
    flex-wrap: wrap;
  }

  .flex-block-3 {
    flex-wrap: wrap;
  }

  .certificates_mobile {
    display: block;
  }

  .slider {
    min-height: 380px;
    padding-top: 17px;
    padding-bottom: 5px;
  }

  .cert_mob_image {
    text-align: center;
    margin: auto;
    display: block;
  }

  .cert_mob_image.wide {
    padding-top: 50px;
  }

  .slide-nav {
    margin-bottom: 7px;
  }

  .investor-grid.contained {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 3rem;
  }

  .submenu_wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .image-11 {
    max-width: 100%;
    padding-top: 100px;
  }
}

#w-node-_8c92d266-a250-7093-7760-61cf97a0bd0f-81974784 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-a321693b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-a321693b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-a321693d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-a321693d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-ffc2d2b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-ffc2d2b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-c86b2760 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-c86b2760 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-c321d4f6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-c321d4f6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-e1bfc4f0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-e1bfc4f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fd605977 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-fd605977 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-818e8683 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-818e8683 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-004d6dfd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-004d6dfd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-0de5b933 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-0de5b933 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fa2561ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-fa2561ce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-90b3779b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-90b3779b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5da52ab2-5c63-7052-286d-9abb75d177da-b1ab6fde {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-b1ab6fde {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9e61752-57a2-4a32-3854-b3616368bd7f-d649796e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-d649796e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d8cefe08-8458-6fa2-caa9-26c43cfb3f8a-6ae220f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-6ae220f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-8ab76e0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-8ab76e0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-c1888dad {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-c1888dad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-5c59134a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-5c59134a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-9eb881ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-9eb881ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-3f2d0366 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-3f2d0366 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-94bfd5f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-94bfd5f4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-7e9b5291 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-7e9b5291 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-aaf020f5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_922d5177-5659-b695-748b-158ef51c0e16-aaf020f5 {
  grid-area: 1 / 2 / 2 / 3;
}

.service-related-links {
  max-width: 1100px;
  margin: 32px auto 0;
  padding: 0 30px;
}

.service-related-links p {
  color: #4b5563;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.service-related-links a {
  color: #1f2937;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-a321693b, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-a321693d, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-ffc2d2b1, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-c86b2760, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-c321d4f6, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-e1bfc4f0, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-fd605977, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-818e8683, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-004d6dfd, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-0de5b933, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-fa2561ce, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-90b3779b, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-b1ab6fde, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-d649796e, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-6ae220f1, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-8ab76e0e, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-c1888dad, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-5c59134a, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-9eb881ec, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-3f2d0366, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-94bfd5f4, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-7e9b5291, #w-node-_922d5177-5659-b695-748b-158ef51c0e16-aaf020f5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}
