@font-face {
  font-family: Exlantix-sans;
  src: url('../fonts/ExlantixSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway Variablefont Wght;
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #372e2c;
  --content-horizontal-padding: 7.4vw;
  --content-vertical-padding: 8vw;
  --grid-row-gap: 4.5vw;
  --white: white;
  --transparent: #0000;
  --accent: #27bfb3;
}

body {
  color: #333;
  background-color: #111;
  font-family: Raleway Variablefont Wght, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

.image-1-ratio {
  aspect-ratio: 637 / 373;
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.section {
  background-color: #fff;
  position: relative;
}

.section.intro {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  width: 100%;
  min-height: 100svh;
}

.section.dark-section {
  background-color: var(--grey);
  color: #fff;
}

.section.with-car {
  padding-bottom: 150px;
  overflow: hidden;
}

.image-animation {
  position: relative;
  overflow: hidden;
}

.image-mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.image-1 {
  width: 637px;
}

.car {
  width: 380px;
  position: relative;
}

.wheel-left {
  width: 16.7%;
  position: absolute;
  top: 68.7%;
  left: 19.2%;
  transform: translate(-50%, -50%);
}

.wheel-right {
  width: 16.6%;
  position: absolute;
  top: 70.7%;
  right: 2.2%;
  transform: translate(-50%, -50%);
}

.wheel.wheel-left {
  top: 70%;
  left: auto;
  right: 2.5%;
}

.wheel.wheel-right {
  top: 70.1%;
  left: 18.7%;
  right: auto;
}

.exeed-logo {
  width: 182px;
  position: absolute;
  top: 64px;
  right: 64px;
}

.forbes-logo {
  width: 101px;
  position: absolute;
  top: 57px;
  left: 64px;
}

.exlantix-logo {
  width: 32vw;
  transform: translate(0, -1px);
}

.section-2 {
  padding-right: var(--content-horizontal-padding);
  padding-left: var(--content-horizontal-padding);
}

.content {
  padding-top: var(--content-vertical-padding);
  padding-bottom: var(--content-vertical-padding);
}

.heading {
  text-transform: uppercase;
  font-family: Exlantix-sans, Verdana, sans-serif;
  font-size: 3.9vw;
  font-weight: 300;
  line-height: 1em;
}

.subheading {
  text-transform: uppercase;
  font-family: Raleway Variablefont Wght, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1em;
}

.subheading-and-heading {
  grid-column-gap: 1.7vw;
  grid-row-gap: 1.7vw;
  flex-flow: column;
  display: flex;
}

.subheading-and-heading.opacity-0 {
  opacity: .1;
}

.flex-col-169 {
  grid-column-gap: 169px;
  grid-row-gap: 169px;
  flex-flow: column;
  display: flex;
}

.eshe-sovsem {
  max-width: 620px;
}

.odni-iz {
  max-width: 631px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: var(--grid-row-gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.grid.grid-col-gap-80 {
  grid-row-gap: 10vw;
}

.grid.grid-col-55 {
  grid-row-gap: 2vw;
}

.grid.grid-col-gap-222 {
  grid-row-gap: 10vw;
}

.grid.grid-col-gap-60 {
  grid-row-gap: 7vw;
}

.horizontal-content {
  flex-flow: row;
  display: flex;
}

.horizontal-content.dark {
  background-color: var(--grey);
  flex-flow: row;
  width: -moz-fit-content;
  width: fit-content;
}

.horizontal-block {
  padding-top: var(--content-horizontal-padding);
  padding-bottom: var(--grid-row-gap);
  flex: none;
  height: 100vh;
  padding-left: 10vw;
}

.horizontal-block.full-width {
  width: 100vw;
  margin-left: 0;
  padding-left: 0;
}

.horizontal-block.full-width.last {
  width: 80vw;
  margin-left: 7vw;
  padding-right: 0;
}

.horizontal-block.small-padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.horizontal-block.small-padding.align-center.light {
  background-color: var(--white);
  color: var(--grey);
  margin-left: 0;
  padding-left: 10vw;
}

.horizontal-block.small-padding.vladelci {
  margin-left: 10vw;
  padding-left: 20vw;
  position: relative;
}

.horizontal-block.align-center {
  padding-bottom: var(--content-horizontal-padding);
  align-items: center;
  display: flex;
}

.horizontal-block.align-center.light {
  background-color: var(--white);
  color: var(--grey);
  margin-left: 0;
  padding-left: 10vw;
}

.horizontal-block.align-center.second-block {
  margin-left: 0;
}

.horizontal-block.align-center.k-slovy {
  padding-left: 5vw;
}

.div-block-2 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  width: 55vw;
  display: flex;
}

._w-742 {
  width: 55vw;
}

.vpervie {
  width: 35.8vw;
  margin-left: 31.8vw;
}

.image {
  width: auto;
  max-width: none;
  height: 29.2vw;
}

.v-osnove {
  width: 63.8vw;
}

.div-block-3 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-flow: column;
  width: 70vw;
  display: flex;
}

._w-53 {
  width: 53vw;
  margin-left: auto;
}

.image-2 {
  height: 100%;
  margin-left: auto;
}

.large-text {
  margin-top: 1.3vw;
  margin-bottom: 1.3vw;
  font-size: 2.6vw;
  line-height: 1em;
  display: block;
}

.div-block-4 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.scroll-wrapper {
  width: 100vw;
  overflow: hidden;
}

.vertical-scroll {
  height: 100vh;
}

.vertical-scroll.turn-off {
  height: auto;
}

.sticky {
  height: 100vh;
}

.flex-col {
  flex-flow: column;
  display: flex;
}

.flex-col.flex-gap-85 {
  grid-column-gap: var(--grid-row-gap);
  grid-row-gap: var(--grid-row-gap);
}

.flex-col.flex-gap-47 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
}

.div-block-5 {
  margin-left: -20px;
}

.div-block-6 {
  margin-right: -20px;
}

.heading-small {
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 110%;
}

.heading-small.grey {
  color: var(--grey);
}

.heading-small.light-text {
  font-style: italic;
}

.footer {
  color: #fff;
  background-color: #111;
  font-size: 14px;
  line-height: 18px;
}

.footer-content {
  padding-top: 100px;
  padding-bottom: 50px;
}

.flex-row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-row.align-right {
  justify-content: flex-end;
}

.nad-proektom {
  text-align: right;
}

.heading-and-paragraph {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.button {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 13px;
  padding-left: 57px;
  padding-right: 57px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.button:hover {
  border-color: var(--accent);
  background-color: var(--accent);
}

.button.dark {
  border-color: var(--grey);
  color: var(--grey);
}

.button.dark:hover {
  border-color: var(--accent);
  color: var(--white);
}

.paragraph-with-number {
  max-width: 24em;
  position: relative;
}

.grid-features {
  grid-column-gap: 8.3vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.feature-number {
  opacity: .1;
  color: var(--white);
  font-size: 120px;
  font-weight: 900;
  line-height: 80%;
}

.parkticheskiy {
  width: 80%;
  max-width: 970px;
  margin-top: 4.4vw;
  margin-bottom: 10vw;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-80 {
  width: 80%;
}

._w-58 {
  width: 100vw;
}

.div-block-8 {
  width: 47vw;
  margin-top: 5vw;
  margin-left: 8vw;
}

.div-block-9 {
  max-width: 85%;
}

._w-970 {
  width: 64vw;
  height: 100%;
}

.div-block-10 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.image-3 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  width: 44vw;
  margin-top: 4vw;
  position: relative;
  left: 10%;
}

.image-4 {
  width: 30vw;
}

.image-4.border-radius {
  width: 40vw;
}

.div-block-12 {
  display: inline-block;
}

.div-block-12.relative {
  width: 50vw;
}

.div-block-13 {
  grid-column-gap: 6.5vw;
  grid-row-gap: 6.5vw;
  flex-flow: column;
  width: 59vw;
  display: flex;
}

.paragraph {
  max-width: 48vw;
}

.div-block-14 {
  max-width: 59vw;
}

.div-block-15 {
  width: 78vw;
}

.sublineyka {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.animated-block {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.animated-block.align-bottom {
  vertical-align: bottom;
}

.cover {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.cover.dark, .cover.dark-cover {
  background-color: var(--grey);
}

.div-block-16 {
  margin-left: -20px;
}

.car-wrapper {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}

.image-5 {
  transform: rotate(1deg);
}

.image-6 {
  width: 100%;
  max-width: none;
  transform: scale(1.01);
}

.section-3 {
  position: relative;
  overflow: hidden;
}

.body {
  font-size: 1.1vw;
}

.link-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.border-radius {
  border-radius: 5px;
}

.image-7 {
  width: 44vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 53%);
}

.image-8 {
  filter: blur(10px);
  width: 106vw;
  max-width: none;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: -1vw;
}

.grey {
  color: var(--grey);
}

.light-text {
  z-index: 1;
  color: var(--grey);
  position: relative;
}

.button-lights {
  filter: drop-shadow(0 0 5px #000000b3);
  width: 8%;
  position: absolute;
  bottom: 33%;
  left: 106%;
}

.lights-off {
  position: absolute;
  inset: 0%;
}

.some-gap {
  height: 40vw;
  display: none;
}

.sticky-header {
  top: var(--content-horizontal-padding);
  position: sticky;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video.tablet {
  display: none;
}

.razgon {
  justify-content: center;
  align-items: center;
  font-size: min(3.9vw, 55px);
  font-style: italic;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0;
}

.razgon-mask {
  background-color: #fff;
  width: 200vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18%;
}

.exeed-footer {
  width: 170px;
  padding-top: 5px;
}

.noviy-crossover {
  grid-column-gap: 1.7vw;
  grid-row-gap: 1.7vw;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 36%;
  left: 64px;
}

.noviy-cossover-text {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1em;
}

.feature-number-mask {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.car-profile {
  width: 50vw;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.lights {
  opacity: .2;
  width: 320%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(0, -68%);
}

.lights.mobile {
  display: none;
}

.car-profile-image {
  position: relative;
  transform: translate(0, 1.5%);
}

.lights-text {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 42vw;
  display: flex;
  position: absolute;
  bottom: 30%;
  left: 130%;
}

.back-light-top {
  filter: blur(5px);
  width: 4.5%;
  display: block;
  position: absolute;
  top: 32%;
  left: 1.4%;
  transform: rotate(1.16deg);
  box-shadow: 0 0 250px 90px #e7252142, 0 0 100px 30px #e7252182;
}

.back-light-top-shadow {
  width: 20%;
  position: absolute;
  top: 32%;
  left: 3%;
  transform: translate(-50%, -50%);
}

.back-lights-bottom {
  filter: blur(5px);
  width: 6.1%;
  position: absolute;
  top: 35.6%;
  left: 1.4%;
  transform: rotate(1.16deg);
  box-shadow: 0 0 250px 90px #e7252142, 0 0 100px 30px #e7252182;
}

.front-lights {
  filter: blur(5px);
  width: 4.8%;
  position: absolute;
  top: 42.6%;
  right: 2.1%;
  transform: rotate(11.8deg);
  box-shadow: 0 0 10px 5px #fff;
}

.div-block-17 {
  position: absolute;
  top: 8%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.link {
  color: #333;
  text-underline-offset: .2em;
  -webkit-text-decoration-color: var(--accent);
  text-decoration-color: var(--accent);
  text-decoration-thickness: .03em;
}

.link.light {
  color: #fff;
}

.div-block-18 {
  margin-top: 2vw;
}

.large-paragraph {
  font-size: 1.6vw;
  line-height: 1.5em;
}

.div-block-19 {
  margin-top: 2vw;
}

.social-icons {
  justify-content: center;
  width: 100%;
  display: flex;
  transform: translate(0, -40px);
}

.social-icon {
  height: 100%;
}

.social-link {
  height: 60px;
}

.connect {
  text-align: center;
  text-transform: uppercase;
  font-family: Exlantix-sans, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.reklama {
  text-align: left;
  font-size: 14px;
  line-height: 1.2em;
}

.reklama.hide {
  display: none;
}

.text-block {
  display: inline-block;
}

.div-block-23 {
  align-items: flex-start;
  margin-top: 34px;
  display: flex;
}

.div-block-24 {
  width: 50%;
}

.hprizontal-line {
  border-top: 1px solid #bbb;
  margin-top: 30px;
  padding-bottom: 30px;
}

.div-block-26, .div-block-27 {
  display: none;
}

.wrapper {
  width: 100vw;
}

.wheel-2, .mobile-snaps, .mobile-car-underline {
  display: none;
}

@media screen and (max-width: 991px) {
  .exeed-logo {
    right: 40px;
  }

  .forbes-logo {
    left: 40px;
  }

  .exlantix-logo {
    width: 60vw;
  }

  .content {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .heading {
    font-size: 36px;
  }

  .subheading {
    font-size: 16px;
  }

  .subheading-and-heading {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 34px;
    width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid.grid-col-gap-80, .grid.grid-col-55 {
    grid-row-gap: 34px;
  }

  .horizontal-block {
    padding-top: 120px;
    padding-bottom: 65px;
  }

  .horizontal-block.full-width.last {
    width: 90vw;
  }

  .horizontal-block.full-width.align-center.first {
    padding-left: 0;
  }

  .horizontal-block.full-width.relative.car {
    width: 1460px;
  }

  .horizontal-block.small-padding.vladelci {
    margin-left: 0;
    padding-left: 80px;
  }

  .horizontal-block.align-center, .horizontal-block.align-center.k-slovy {
    padding-left: 80px;
  }

  .div-block-2 {
    width: 75vw;
  }

  ._w-742 {
    width: 100%;
  }

  .div-block-3 {
    width: 90vw;
  }

  ._w-53 {
    width: 80vw;
  }

  .large-text {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 30px;
  }

  .flex-col.flex-gap-85 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-5 {
    margin-left: 0;
  }

  .div-block-6 {
    margin-right: 0;
  }

  .heading-small {
    font-size: 30px;
  }

  .footer-content {
    padding-top: 50px;
  }

  .nad-proektom {
    text-align: left;
  }

  .heading-and-paragraph {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .button {
    white-space: nowrap;
  }

  .feature-number {
    font-size: 80px;
  }

  .parkticheskiy {
    width: 90%;
    font-size: 30px;
    line-height: 1.2em;
  }

  .div-block-8 {
    width: 100%;
    margin-left: 0;
  }

  ._w-970 {
    width: 95vw;
  }

  .image-3, .div-block-11 {
    width: 80%;
  }

  .image-4.border-radius {
    width: 100%;
  }

  .div-block-12.relative, .div-block-13 {
    width: 95vw;
  }

  .paragraph {
    max-width: 75%;
  }

  .div-block-15 {
    width: 90vw;
  }

  .sublineyka {
    text-align: left;
    margin-left: 0;
  }

  .div-block-16 {
    margin-left: 0;
  }

  .image-6 {
    object-fit: cover;
    height: 100%;
  }

  .section-3 {
    height: 490px;
  }

  .body {
    font-size: 15px;
    line-height: 1.5em;
  }

  .background-video.desktop {
    display: none;
  }

  .background-video.tablet {
    display: block;
  }

  .razgon {
    font-size: 28px;
    line-height: 1em;
  }

  .exeed-footer {
    padding-top: 5px;
  }

  .noviy-crossover {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    top: 28%;
    left: 40px;
  }

  .noviy-cossover-text {
    font-size: 18px;
  }

  .car-profile {
    width: 700px;
    left: 40px;
  }

  .car-profile-image {
    width: 100%;
  }

  .lights-text {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    width: 540px;
  }

  .div-block-17 {
    top: 20px;
  }

  .large-paragraph {
    font-size: 20px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-bottom: 20px;
    transform: none;
  }

  .social-link {
    height: 48px;
  }

  .connect {
    text-align: left;
    margin-bottom: 75px;
    font-size: 22px;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .div-block-24 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .exeed-logo {
    width: 32vw;
    min-width: 120px;
    max-width: 182px;
    top: 34px;
    right: 20px;
  }

  .forbes-logo {
    width: 17.8vw;
    min-width: 68px;
    max-width: 101px;
    top: 34px;
    left: 20px;
  }

  .exlantix-logo {
    flex: none;
    width: 80%;
    transform: translate(-1.5%);
  }

  .content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading {
    font-size: 40px;
  }

  .heading.radari {
    font-size: 32px;
  }

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

  .subheading-and-heading {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .subheading-and-heading.zavtra {
    margin-top: 0;
  }

  .grid {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .grid.grid-col-55 {
    grid-row-gap: 34px;
    align-items: flex-start;
  }

  .grid.grid-col-gap-222 {
    grid-row-gap: 34px;
  }

  .horizontal-content.dark.scroll-1, .horizontal-content.dark.scroll-2, .horizontal-content.dark.scroll-3 {
    width: -moz-fit-content;
    width: fit-content;
  }

  .horizontal-block {
    height: 100svh;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .horizontal-block.full-width.last {
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .horizontal-block.full-width.relative.car {
    width: 200vw;
    padding-top: 48px;
  }

  .horizontal-block.small-padding.align-center {
    padding-top: 34px;
    padding-left: 0;
  }

  .horizontal-block.small-padding.vladelci {
    padding-left: 0;
  }

  .horizontal-block.align-center {
    padding-bottom: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-block.align-center.second-block {
    align-items: flex-start;
    padding-left: 0;
  }

  .horizontal-block.align-center.k-slovy {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .v-osnove {
    width: 90%;
  }

  .div-block-3 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._w-53 {
    width: 100%;
  }

  .div-block-4 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    width: 100vw;
  }

  .scroll-wrapper.m-overflow-visible {
    overflow: visible;
  }

  .vertical-scroll {
    height: auto;
  }

  .sticky {
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
  }

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

  .heading-small.light-text {
    font-size: 20px;
  }

  .footer-content {
    padding-bottom: 34px;
  }

  .nad-proektom {
    order: 4;
    margin-right: auto;
  }

  .heading-and-paragraph {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .heading-and-paragraph.predelno, .heading-and-paragraph.rozdenie, .heading-and-paragraph.effectivnaya {
    order: 1;
  }

  .button {
    height: 40px;
    font-size: 14px;
  }

  .paragraph-with-number {
    max-width: none;
    font-size: 14px;
    line-height: 1.5em;
  }

  .grid-features {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    width: 100%;
    padding-left: 14px;
    display: flex;
  }

  .feature-number {
    font-size: 50px;
  }

  .parkticheskiy {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
  }

  ._w-58 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    max-width: 100%;
  }

  ._w-970 {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 100%;
  }

  .div-block-11 {
    width: 90%;
    left: 5%;
  }

  .div-block-12.relative {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    width: 100%;
  }

  .section-3 {
    height: 340px;
  }

  .border-radius {
    width: 100%;
    max-width: none;
  }

  .button-lights {
    filter: drop-shadow(0 0 5px #000c);
    width: 50px;
    bottom: 100%;
    left: auto;
    right: 0;
    transform: translate(0%, 50%);
  }

  .lights-off {
    display: none;
  }

  .lights-off.light-lights {
    display: block;
  }

  .razgon {
    font-size: 24px;
  }

  .noviy-crossover {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    align-items: center;
    top: auto;
    bottom: 100px;
    left: 20px;
  }

  .car-profile {
    width: 90vw;
    left: 20px;
  }

  .lights {
    pointer-events: none;
    width: 320vw;
    left: 80%;
  }

  .lights.desktop {
    display: none;
  }

  .lights.mobile {
    width: 630vw;
    display: block;
    transform: translate(1%, -72%);
  }

  .lights.mobile.button-fade.absolute {
    top: 100svh;
    transform: translate(1%, -80%);
  }

  .lights.mobile.button-fade.hide {
    display: none;
  }

  .car-profile-image {
    max-width: none;
    transform: translate(0);
  }

  .lights-text {
    width: 350px;
    bottom: 20px;
    left: 108vw;
  }

  .div-block-17 {
    top: auto;
    bottom: 20px;
  }

  .connect {
    order: 1;
    margin-bottom: 0;
    margin-right: auto;
  }

  .reklama {
    order: 6;
    margin-right: auto;
  }

  .exeed-f {
    order: 2;
  }

  .div-block-25 {
    order: 3;
  }

  .div-block-26 {
    width: auto;
    display: block;
  }

  .div-block-27 {
    display: block;
  }

  .div-block-28 {
    display: none;
  }

  .div-block-30 {
    max-width: 400px;
  }

  .wheel-2 {
    display: block;
    position: absolute;
  }

  .wheel-2.left {
    width: 16.8%;
    top: 51%;
    left: 11%;
  }

  .wheel-2.right {
    width: 16.8%;
    top: 51.7%;
    right: 8.8%;
  }

  .mobile-snaps {
    z-index: 1;
    height: 400vh;
    display: block;
  }

  .mobile-snaps._2 {
    height: 300vh;
  }

  .mobile-snaps._3 {
    height: 500vh;
  }

  .mobile-snap {
    color: #0000;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .mobile-snap.special {
    height: 200vh;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .mobile-car-underline {
    border-bottom: 1px solid var(--white);
    width: 180vw;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 5.5vw;
    line-height: 1em;
  }

  .heading.radari {
    font-size: 5.5vw;
    line-height: 1.2em;
  }

  .heading.smelie {
    font-size: 5.5vw;
  }

  .subheading {
    font-size: 12px;
    line-height: 1em;
  }

  .subheading-and-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .horizontal-block.small-padding.vladelci {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 0;
  }

  .large-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5vw;
  }

  .div-block-4 {
    width: 100vw;
  }

  .heading-small {
    font-size: 5.5vw;
  }

  .heading-small.light-text {
    font-size: 17px;
  }

  .heading-small.eto-li, .heading-small.k-slovu {
    font-size: 19px;
  }

  .heading-and-paragraph {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-with-number {
    font-size: 13px;
    line-height: 1.4em;
  }

  .grid-features {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-number {
    font-size: 40px;
    line-height: 80%;
  }

  .parkticheskiy {
    margin-bottom: 34px;
    font-size: 5.5vw;
  }

  .div-block-10 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    justify-content: center;
  }

  .paragraph {
    max-width: none;
  }

  .section-3 {
    height: 200px;
  }

  .body {
    font-size: 13px;
  }

  .button-lights {
    transform: translate(-30%);
  }

  .razgon {
    font-size: 18px;
  }

  .noviy-crossover {
    right: 20px;
  }

  .noviy-cossover-text {
    font-size: 14px;
  }

  .car-profile {
    left: 10px;
  }

  .div-block-17 {
    bottom: 10px;
  }

  .large-paragraph {
    font-size: 18px;
    line-height: 1.4em;
  }

  .social-link {
    height: 30px;
  }

  .connect {
    font-size: 16px;
  }

  .div-block-24 {
    width: 70%;
  }

  .div-block-30 {
    aspect-ratio: 3;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .div-block-30.border-radius {
    aspect-ratio: 4;
  }

  .div-block-31 {
    position: absolute;
    top: 50%;
    transform: translate(0, -56%);
  }
}

#w-node-_0c33bf5e-fca4-0a28-22fa-9e8c234cb2d4-3fc31e52 {
  grid-area: 1 / 2 / 2 / 15;
}

#w-node-ffeaad6c-cf09-5ffe-e1de-1a15d3c029d6-3fc31e52 {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-_9902730c-3e40-eea8-6a90-157edfc36432-3fc31e52 {
  grid-area: 2 / 9 / 3 / 16;
}

#w-node-_02c6c763-f58d-ae97-c3d1-f63cf30e1ae5-3fc31e52 {
  grid-area: 1 / 2 / 2 / -1;
}

#w-node-_4ee7cc8a-f218-11f9-1b8a-f0b81527aa3d-3fc31e52 {
  grid-area: 2 / 2 / 3 / 8;
  align-self: end;
}

#w-node-d9dfbff0-2f63-b36a-ea5b-89790fbae74a-3fc31e52 {
  grid-area: 2 / 9 / 3 / 15;
  align-self: center;
}

#w-node-e1c403de-13d5-a938-bd39-8dd63bddeb26-3fc31e52 {
  grid-area: 1 / 2 / 2 / 10;
  align-self: end;
}

#w-node-ebfcf25e-db8e-fe03-0e3e-b9646f6b44d5-3fc31e52 {
  grid-area: 1 / 5 / 2 / 16;
}

#w-node-e3026541-0108-1fa4-d445-397481c07920-3fc31e52 {
  grid-area: 1 / 5 / 2 / 16;
  align-self: end;
}

#w-node-_57ee0829-ea97-a13a-8f7d-151773dd6d34-3fc31e52 {
  grid-area: 1 / 2 / 2 / 15;
}

#w-node-_6b712f04-7696-9775-595d-cfbe7348ffe0-3fc31e52 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_39af9bc5-ee91-698a-302d-f45a3e3cfed5-3fc31e52, #w-node-_0e83df2e-ec95-f85a-6300-2358f816b018-3fc31e52 {
  grid-area: 2 / 9 / 3 / 16;
  align-self: center;
}

#w-node-fe9d6ace-2ed5-9172-9efe-d9935abafa92-3fc31e52, #w-node-daf45a80-52ec-42b8-73eb-c1c8e8732845-3fc31e52 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-daf45a80-52ec-42b8-73eb-c1c8e8732844-3fc31e52 {
  grid-area: 1 / 9 / 2 / 17;
}

#w-node-_8da14bc1-65ff-9fc0-b750-6f1910976e2a-3fc31e52 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_1c878de4-42ae-5763-9b71-8a7f17a854f5-3fc31e52, #w-node-_8da14bc1-65ff-9fc0-b750-6f1910976e2b-3fc31e52 {
  grid-area: 1 / 9 / 2 / 16;
  align-self: center;
}

#w-node-_4df13be6-0fd7-d29c-a12c-f19ae8384f92-3fc31e52 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_8824e20c-fac4-9182-5477-33afe63fa3a8-3fc31e52 {
  grid-area: 1 / 4 / 2 / 13;
  align-self: end;
}

#w-node-bf7aa8e2-2d5a-2f91-738e-8118fa15dd7c-3fc31e52 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-bd2151ab-fc18-97f5-0ca4-790910de2ad5-3fc31e52 {
  grid-area: 2 / 8 / 3 / 16;
  align-self: center;
}

#w-node-e9f9aec0-d6f9-2462-45a2-0e434b7cca9f-3fc31e52 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-a74e1036-6358-a295-1b62-5be55a94a074-3fc31e52 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_57590258-b989-a6af-df5c-1ac9ca31aa23-3fc31e52 {
  grid-area: 2 / 2 / 3 / 11;
  align-self: center;
}

#w-node-_43ac9d3c-7050-6b8c-d969-fd27074522ef-3fc31e52 {
  grid-area: 2 / 8 / 3 / 16;
}

#w-node-_517be71a-7b66-d9d8-2296-9fa3f15dd145-3fc31e52 {
  grid-area: 3 / 2 / 4 / 15;
}

#w-node-_160c7767-c6e5-876b-a0e7-89a029237827-3fc31e52 {
  grid-area: 4 / 5 / 5 / 16;
  align-self: center;
}

#w-node-e19871cf-d4d5-05b6-9d2b-685582158358-3fc31e52 {
  grid-area: 4 / 5 / 5 / 16;
}

#w-node-cc6ba65d-a188-0ea9-4044-6f5cbc3a7f9b-3fc31e52 {
  grid-area: 5 / 10 / 6 / 17;
}

#w-node-dc6a5049-0417-a1d1-81a1-58f309713808-3fc31e52, #w-node-_985d028b-867d-1f59-756b-1a967f0dbc99-3fc31e52 {
  grid-area: 5 / 2 / 6 / 9;
  align-self: center;
}

#w-node-_5a927e1b-3699-18eb-a876-f1cbb26de1fa-3fc31e52 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_5723d728-afd3-1c5d-dd7f-663391a5a85d-3fc31e52 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_8c5c0d2f-c949-2f10-f619-e450f3ba91ed-3fc31e52 {
  grid-area: 2 / 10 / 3 / 15;
}

#w-node-_993b3f7c-c956-6bc2-dee4-42216605f427-3fc31e52 {
  grid-area: 1 / 14 / 2 / 16;
  place-self: end;
}

#w-node-_02213c23-2583-a887-ab47-6bb1fb3bd3c6-3fc31e52 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: end start;
}

#w-node-_335f83c7-2c8b-1bdd-5fa3-01075137fd93-3fc31e52 {
  grid-area: 2 / 7 / 3 / 11;
  place-self: end center;
}

#w-node-_90ac8c4d-e73f-3092-f8b5-fbf3f30f8a4b-3fc31e52 {
  grid-area: 1 / 7 / 2 / 11;
  place-self: start center;
}

#w-node-f63aedcb-43e4-a35a-d5c0-78d12adbc6b3-3fc31e52 {
  grid-area: 2 / 2 / 3 / 8;
  place-self: end start;
}

#w-node-_821cc775-3229-5453-f419-729c43e564cf-3fc31e52 {
  grid-area: 2 / 11 / 3 / 16;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0c33bf5e-fca4-0a28-22fa-9e8c234cb2d4-3fc31e52 {
    grid-column: 1 / 17;
  }

  #w-node-ffeaad6c-cf09-5ffe-e1de-1a15d3c029d6-3fc31e52 {
    grid-column: 1 / 9;
  }

  #w-node-_9902730c-3e40-eea8-6a90-157edfc36432-3fc31e52 {
    grid-column-end: 17;
  }

  #w-node-_02c6c763-f58d-ae97-c3d1-f63cf30e1ae5-3fc31e52 {
    grid-column-start: 1;
  }

  #w-node-_4ee7cc8a-f218-11f9-1b8a-f0b81527aa3d-3fc31e52 {
    grid-column: 1 / 17;
  }

  #w-node-d9dfbff0-2f63-b36a-ea5b-89790fbae74a-3fc31e52 {
    grid-area: 3 / 2 / 4 / 16;
  }

  #w-node-e1c403de-13d5-a938-bd39-8dd63bddeb26-3fc31e52 {
    grid-column: 1 / 14;
  }

  #w-node-ebfcf25e-db8e-fe03-0e3e-b9646f6b44d5-3fc31e52 {
    grid-column: 3 / 17;
  }

  #w-node-_57ee0829-ea97-a13a-8f7d-151773dd6d34-3fc31e52 {
    grid-column-start: 1;
  }

  #w-node-_6b712f04-7696-9775-595d-cfbe7348ffe0-3fc31e52 {
    grid-column-end: 16;
  }

  #w-node-_39af9bc5-ee91-698a-302d-f45a3e3cfed5-3fc31e52 {
    grid-area: 3 / 2 / 4 / 14;
  }

  #w-node-fe9d6ace-2ed5-9172-9efe-d9935abafa92-3fc31e52 {
    grid-row: 2 / 3;
    grid-column-end: 14;
  }

  #w-node-daf45a80-52ec-42b8-73eb-c1c8e8732844-3fc31e52 {
    grid-column-start: 1;
  }

  #w-node-_8da14bc1-65ff-9fc0-b750-6f1910976e2a-3fc31e52 {
    grid-column: 1 / 17;
  }

  #w-node-_1c878de4-42ae-5763-9b71-8a7f17a854f5-3fc31e52 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-_4df13be6-0fd7-d29c-a12c-f19ae8384f92-3fc31e52 {
    grid-column: 2 / 16;
  }

  #w-node-bf7aa8e2-2d5a-2f91-738e-8118fa15dd7c-3fc31e52 {
    grid-area: 2 / 1 / 3 / 16;
  }

  #w-node-bd2151ab-fc18-97f5-0ca4-790910de2ad5-3fc31e52 {
    grid-area: 3 / 2 / 4 / 17;
  }

  #w-node-e9f9aec0-d6f9-2462-45a2-0e434b7cca9f-3fc31e52 {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-a74e1036-6358-a295-1b62-5be55a94a074-3fc31e52 {
    grid-column: 1 / 17;
  }

  #w-node-_57590258-b989-a6af-df5c-1ac9ca31aa23-3fc31e52 {
    grid-row: 3 / 4;
    grid-column-end: 15;
  }

  #w-node-_517be71a-7b66-d9d8-2296-9fa3f15dd145-3fc31e52 {
    grid-area: 2 / 1 / 3 / 16;
  }

  #w-node-_160c7767-c6e5-876b-a0e7-89a029237827-3fc31e52 {
    grid-column: 2 / 15;
  }

  #w-node-cc6ba65d-a188-0ea9-4044-6f5cbc3a7f9b-3fc31e52 {
    grid-column-start: 1;
  }

  #w-node-dc6a5049-0417-a1d1-81a1-58f309713808-3fc31e52 {
    grid-row: 6 / 7;
    grid-column-end: 14;
  }

  #w-node-_5a927e1b-3699-18eb-a876-f1cbb26de1fa-3fc31e52 {
    grid-column: 1 / 16;
  }

  #w-node-_993b3f7c-c956-6bc2-dee4-42216605f427-3fc31e52 {
    grid-area: 2 / 1 / 3 / 9;
    place-self: start;
  }

  #w-node-_02213c23-2583-a887-ab47-6bb1fb3bd3c6-3fc31e52 {
    grid-area: 1 / 9 / 2 / 17;
    place-self: start end;
  }

  #w-node-_335f83c7-2c8b-1bdd-5fa3-01075137fd93-3fc31e52 {
    grid-area: 1 / 1 / 2 / 17;
    justify-self: start;
  }

  #w-node-f63aedcb-43e4-a35a-d5c0-78d12adbc6b3-3fc31e52 {
    grid-area: 3 / 9 / 4 / 17;
  }

  #w-node-_821cc775-3229-5453-f419-729c43e564cf-3fc31e52 {
    grid-area: 3 / 1 / 4 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0c33bf5e-fca4-0a28-22fa-9e8c234cb2d4-3fc31e52, #w-node-ffeaad6c-cf09-5ffe-e1de-1a15d3c029d6-3fc31e52 {
    grid-column-end: 17;
  }

  #w-node-_9902730c-3e40-eea8-6a90-157edfc36432-3fc31e52 {
    grid-area: 3 / 1 / 4 / 17;
  }

  #w-node-d9dfbff0-2f63-b36a-ea5b-89790fbae74a-3fc31e52 {
    grid-column: 1 / 17;
  }

  #w-node-e1c403de-13d5-a938-bd39-8dd63bddeb26-3fc31e52 {
    grid-column-end: 17;
  }

  #w-node-ebfcf25e-db8e-fe03-0e3e-b9646f6b44d5-3fc31e52 {
    grid-column-start: 1;
  }

  #w-node-_57ee0829-ea97-a13a-8f7d-151773dd6d34-3fc31e52, #w-node-_6b712f04-7696-9775-595d-cfbe7348ffe0-3fc31e52 {
    grid-column-end: 17;
  }

  #w-node-_39af9bc5-ee91-698a-302d-f45a3e3cfed5-3fc31e52, #w-node-fe9d6ace-2ed5-9172-9efe-d9935abafa92-3fc31e52, #w-node-_1c878de4-42ae-5763-9b71-8a7f17a854f5-3fc31e52, #w-node-_4df13be6-0fd7-d29c-a12c-f19ae8384f92-3fc31e52 {
    grid-column: 1 / 17;
  }

  #w-node-bd2151ab-fc18-97f5-0ca4-790910de2ad5-3fc31e52 {
    grid-column-start: 1;
  }

  #w-node-e9f9aec0-d6f9-2462-45a2-0e434b7cca9f-3fc31e52 {
    grid-column-end: 17;
  }

  #w-node-_57590258-b989-a6af-df5c-1ac9ca31aa23-3fc31e52 {
    grid-column: 1 / 17;
  }

  #w-node-_517be71a-7b66-d9d8-2296-9fa3f15dd145-3fc31e52 {
    grid-column-end: 17;
  }

  #w-node-_160c7767-c6e5-876b-a0e7-89a029237827-3fc31e52, #w-node-dc6a5049-0417-a1d1-81a1-58f309713808-3fc31e52 {
    grid-column: 1 / 17;
  }

  #w-node-_5a927e1b-3699-18eb-a876-f1cbb26de1fa-3fc31e52 {
    grid-column-end: 17;
  }

  #w-node-_993b3f7c-c956-6bc2-dee4-42216605f427-3fc31e52 {
    grid-row: 3 / 4;
  }

  #w-node-_02213c23-2583-a887-ab47-6bb1fb3bd3c6-3fc31e52 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-f63aedcb-43e4-a35a-d5c0-78d12adbc6b3-3fc31e52 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_821cc775-3229-5453-f419-729c43e564cf-3fc31e52 {
    grid-row: 4 / 5;
    grid-column-end: 14;
  }
}


@font-face {
  font-family: 'Exlantix-sans';
  src: url('../fonts/ExlantixSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}