@charset "UTF-8";

@font-face {
  font-family: "lotus-icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/lotus-icons/lotus-icons.woff2") format("woff2"), url("../fonts/lotus-icons/lotus-icons.woff") format("woff"), url("../fonts/lotus-icons/lotus-icons.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Overpass/Overpass-ExtraLight.woff2") format("woff2"), url("../fonts/Overpass/Overpass-ExtraLight.woff") format("woff"), url("../fonts/Overpass/Overpass-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Overpass/Overpass-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-ExtraLightItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Overpass/Overpass-Light.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Light.woff") format("woff"), url("../fonts/Overpass/Overpass-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Overpass/Overpass-LightItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-LightItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Overpass/Overpass-Regular.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Regular.woff") format("woff"), url("../fonts/Overpass/Overpass-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Overpass/Overpass-Bold.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Bold.woff") format("woff"), url("../fonts/Overpass/Overpass-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Overpass/Overpass-BoldItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-BoldItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Overpass/Overpass-Black.woff2") format("woff2"), url("../fonts/Overpass/Overpass-Black.woff") format("woff"), url("../fonts/Overpass/Overpass-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Overpass/Overpass-BlackItalic.woff2") format("woff2"), url("../fonts/Overpass/Overpass-BlackItalic.woff") format("woff"), url("../fonts/Overpass/Overpass-BlackItalic.ttf") format("truetype");
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'lotus-icons';
    src: url('../font/lotus-icons.svg?87539848#lotus-icons') format('svg');
  }
}
*/

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'lotus-icons';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-play:before {
  content: '\e801';
}

/* '' */

.icon-arrow:before {
  content: '\e802';
}

/* '' */

@-webkit-keyframes slide-top {
  0% {
    transform: translateY(60%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    transform: translateY(60%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes car-slide-in {
  0% {
    transform: scale(1.2) translateX(-80%);
  }

  100% {
    transform: scale(1) translateX(-50%);
  }
}

@keyframes car-slide-in {
  0% {
    transform: scale(1.2) translateX(-80%);
  }

  100% {
    transform: scale(1) translateX(-50%);
  }
}

@-webkit-keyframes car-slide-out {
  0% {
    transform: scale(1) translateX(-50%);
  }

  100% {
    transform: scale(0.8) translateX(-20%);
  }
}

@keyframes car-slide-out {
  0% {
    transform: scale(1) translateX(-50%);
  }

  100% {
    transform: scale(0.8) translateX(-20%);
  }
}

@-webkit-keyframes car-fade-in-bottom {
  0% {
    transform: scale(0.9) translateY(100vh);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

@keyframes car-fade-in-bottom {
  0% {
    transform: scale(0.9) translateY(100vh);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes car-zoom-out {
  0% {
    transform: perspective(1000px) rotate(1.3deg) rotateY(1.3deg) scale(1.2) translateX(-50%);
  }

  100% {
    transform: perspective(1000px) rotate(0deg) rotateY(0deg) scale(1) translateX(-50%);
  }
}

@keyframes car-zoom-out {
  0% {
    transform: perspective(1000px) rotate(1.3deg) rotateY(1.3deg) scale(1.2) translateX(-50%);
  }

  100% {
    transform: perspective(1000px) rotate(0deg) rotateY(0deg) scale(1) translateX(-50%);
  }
}

@-webkit-keyframes car-zoom-out-simple {
  0% {
    transform: scale(1.2) translateX(-50%);
  }

  100% {
    transform: scale(1) translateX(-50%);
  }
}

@keyframes car-zoom-out-simple {
  0% {
    transform: scale(1.2) translateX(-50%);
  }

  100% {
    transform: scale(1) translateX(-50%);
  }
}

@-webkit-keyframes car-slide-in-left-bottom {
  0% {
    transform: scale(1.2) translate(50vw, 50vh);
  }

  100% {
    transform: scale(1) translate(0);
  }
}

@keyframes car-slide-in-left-bottom {
  0% {
    transform: scale(1.2) translate(50vw, 50vh);
  }

  100% {
    transform: scale(1) translate(0);
  }
}

@-webkit-keyframes car-slide-in-left-bottom-second {
  0% {
    transform: scale(1.2) translate(65vw, 40vh);
  }

  100% {
    transform: scale(1) translate(0);
  }
}

@keyframes car-slide-in-left-bottom-second {
  0% {
    transform: scale(1.2) translate(65vw, 40vh);
  }

  100% {
    transform: scale(1) translate(0);
  }
}

@-webkit-keyframes header-slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes header-slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes bottom-bar-slide-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes bottom-bar-slide-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes side-bar-slide-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes side-bar-slide-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes block-fade-in-bottom {
  0% {
    transform: scale(0.75) translateY(50%);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

@keyframes block-fade-in-bottom {
  0% {
    transform: scale(0.75) translateY(50%);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes block-zoom-out {
  0% {
    transform: scale(1.23);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes block-zoom-out {
  0% {
    transform: scale(1.23);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes text-fade-in-left-bottom {
  0% {
    transform: translate(-80px, 80vh);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes text-fade-in-left-bottom {
  0% {
    transform: translate(-80px, 80vh);
  }

  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes text-fade-in-bottom {
  0% {
    transform: scale(0.9) translateY(100vh);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

@keyframes text-fade-in-bottom {
  0% {
    transform: scale(0.9) translateY(100vh);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

.animation__slide-top {
  -webkit-animation: slide-top 2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: slide-top 2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.animation__car-slide-in {
  -webkit-animation: car-slide-in 1.3s ease-out 0.3s forwards;
  animation: car-slide-in 1.3s ease-out 0.3s forwards;
}

.animation__car-slide-out {
  -webkit-animation: car-slide-out 1s ease-in 0s backwards;
  animation: car-slide-out 1s ease-in 0s backwards;
}

.animation__car-zoom-out {
  -webkit-animation: car-zoom-out 3s ease-in-out 0s forwards;
  animation: car-zoom-out 3s ease-in-out 0s forwards;
}

.animation__car-zoom-out-simple {
  -webkit-animation: car-zoom-out-simple 1.3s ease-out 0s backwards;
  animation: car-zoom-out-simple 1.3s ease-out 0s backwards;
}

.animation__car-slide-in-left-bottom {
  -webkit-animation: car-slide-in-left-bottom 1.3s ease-out 0s backwards;
  animation: car-slide-in-left-bottom 1.3s ease-out 0s backwards;
}

.animation__car-slide-in-left-bottom-second {
  -webkit-animation: car-slide-in-left-bottom-second 1.3s ease-out 0s backwards;
  animation: car-slide-in-left-bottom-second 1.3s ease-out 0s backwards;
}

.animation__header-slide-down {
  -webkit-animation: header-slide-down 0.3s ease-out 2.8s forwards;
  animation: header-slide-down 0.3s ease-out 2.8s forwards;
}

.animation__bottom-bar-slide-up {
  -webkit-animation: bottom-bar-slide-up 0.3s ease-out 2.8s forwards;
  animation: bottom-bar-slide-up 0.3s ease-out 2.8s forwards;
}

.animation__side-bar-slide-left {
  -webkit-animation: side-bar-slide-left 0.3s ease-out 2.8s forwards;
  animation: side-bar-slide-left 0.3s ease-out 2.8s forwards;
}

.animation__block-fade-in-bottom {
  -webkit-animation: block-fade-in-bottom 1s ease-out 0s forwards;
  animation: block-fade-in-bottom 1s ease-out 0s forwards;
}

.animation__block-zoom-out {
  -webkit-animation: block-zoom-out 1s ease-out 0s forwards;
  animation: block-zoom-out 1s ease-out 0s forwards;
}

.animation__text-fade-in-left-bottom {
  -webkit-animation: text-fade-in-left-bottom 2s ease-out 0s forwards;
  animation: text-fade-in-left-bottom 2s ease-out 0s forwards;
}

.animation__text-fade-in-bottom {
  -webkit-animation: text-fade-in-bottom 1.3s ease-out 0.4s forwards;
  animation: text-fade-in-bottom 1.3s ease-out 0.4s forwards;
}

.hero-block {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("../images/hero-block-bg.jpg") center center no-repeat, rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}

.hero-block canvas {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  z-index: 0;
}

.hero-block__car {
  position: absolute;
  display: block;
  max-width: 1300px;
  bottom: calc(225px + 1%);
  left: 50%;
  transform: perspective(1000px) rotate(1.2deg) rotateY(1deg) scale(1.2) translateX(-50%);
  transform-origin: left center;
  will-change: transform;
}

.hero-block .side-bar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 225px 40px;
  background: rgba(5, 46, 40, 0.8);
  border-left: 1px solid #0d433a;
  z-index: 1;
  transform: translateX(100%);
}

.hero-block .side-bar__social-wrp {
  display: flex;
  height: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.hero-block .side-bar__social-wrp a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-decoration: none;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  transition: all ease-in 0.2s;
}

.hero-block .side-bar__social-wrp a:hover {
  color: #fff;
}

.hero-block .bottom-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 225px;
  border-top: 1px solid #0d433a;
  background: linear-gradient(to bottom, rgba(13, 67, 58, 0.6), rgba(4, 44, 38, 0.6));
  z-index: 1;
  will-change: transform;
  transform: translateY(100%);
}

.hero-block .bottom-bar__wrp {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.hero-block .bottom-bar__video-wrp {
  width: 21%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/hero-block-video.jpg") center center no-repeat;
  background-size: cover;
}

.hero-block .bottom-bar__video-wrp .play-btn {
  width: 75px;
  height: 75px;
  box-shadow: 0 0 7px rgba(255, 242, 0, 0.5);
  background: rgba(255, 242, 0, 0.7);
  cursor: pointer;
  transition: all ease-in 0.2s;
}

.hero-block .bottom-bar__video-wrp .play-btn:hover {
  box-shadow: 0 0 10px rgba(255, 242, 0, 0.7);
}

.hero-block .bottom-bar__video-wrp .play-btn,
.hero-block .bottom-bar__video-wrp .play-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
}

.hero-block .bottom-bar__video-wrp .play-btn__inner {
  width: 50px;
  height: 50px;
  background: #fff200;
}

.hero-block .bottom-bar__video-wrp .play-btn__inner i {
  font-size: 26px;
  margin: 2px 0 0 5px;
}

.hero-block .bottom-bar__order-wrp {
  height: 100%;
  width: 15.5%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-block .bottom-bar__order-wrp .order-text {
  max-width: 210px;
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.hero-block .bottom-bar__order-wrp .order-btn {
  max-width: 300px;
  width: 90%;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  background: #fff200;
  border: 0;
  cursor: pointer;
}

.hero-block .bottom-bar__slider {
  width: 800px;
  height: 100%;
}

.hero-block .bottom-bar__slider .fp-controlArrow {
  display: none !important;
  position: static !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.hero-block .bottom-bar__slider .slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-block .bottom-bar__slider .slide .fp-tableCell {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.hero-block .bottom-bar__slider .slide .fact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-block .bottom-bar__slider .slide .fact__title {
  font-size: 80px;
  font-weight: 200;
  color: #fff;
}

.hero-block .bottom-bar__slider .slide .fact__subtitle {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-block .bottom-bar__btns-wrp {
  display: flex;
  width: 120px;
  border-left: 1px solid #0d433a;
}

.hero-block .bottom-bar__btns-wrp .btn {
  height: 100%;
  width: 50%;
  display: block;
  background: #0d433a;
  border: 0;
  cursor: pointer;
  transition: all ease-in 0.2s;
}

.hero-block .bottom-bar__btns-wrp .btn i {
  display: block;
  font-size: 30px;
  color: #688c88;
  transition: all ease-in 0.2s;
}

.hero-block .bottom-bar__btns-wrp .btn--prev i {
  transform: rotate(90deg);
}

.hero-block .bottom-bar__btns-wrp .btn--next i {
  transform: rotate(-90deg);
}

.hero-block .bottom-bar__btns-wrp .btn:hover {
  background: #114f44;
}

.hero-block .bottom-bar__btns-wrp .btn:hover i {
  color: #fff;
}

.second-block {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("../images/grey-scene-bg.jpg") center center no-repeat, linear-gradient(to top, #052e28 0%, rgba(5, 46, 40, 0.1) 80px, transparent 100px);
  background-blend-mode: lighten;
  background-size: cover;
}

.second-block__car {
  position: absolute;
  display: block;
  max-width: 1300px;
  bottom: 40px;
  left: 50%;
  transform: scale(1.2) translateX(-80%);
}

.second-block__slider {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 900px;
  transform: translateX(-50%);
}

.second-block__slider .btns-container {
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.second-block__slider .btns-container__btn {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 5px 0;
  border-radius: 50%;
  background: rgba(255, 242, 0, 0.7);
  transition: all ease-in 0.2s;
  cursor: pointer;
}

.second-block__slider .btns-container__btn:hover {
  background: rgba(255, 242, 0, 0.9);
}

.second-block__slider .btns-container__btn i {
  padding-top: 3px;
  color: #052e28;
}

.second-block__slider .btns-container__btn--prev i {
  transform: rotate(180deg);
}

.second-block__slider .slider-wrp {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.second-block__slider .slider-wrp .text-slide {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.second-block__slider .slider-wrp .text-slide__title {
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.second-block__slider .slider-wrp .text-slide__text {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.interior-block {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("../images/interior-block-bg.jpg") center center no-repeat, linear-gradient(to right, #555 45%, rgba(85, 85, 85, 0.5) 75%);
  background-blend-mode: soft-light;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 0 25px -3px #000;
  transform: scale(0.7) translateY(50%);
  will-change: transform;
  opacity: 0.95;
  z-index: 1;
}

.interior-block__text-wrp {
  width: 44%;
  min-width: 855px;
  padding: 200px 0 0 100px;
}

.interior-block__text-wrp .about-title {
  text-align: left;
  margin-bottom: 55px;
}

.interior-block__text-wrp .about-text {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.4;
  margin: 0 0 70px;
}

.fine-control-block {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  background: url("../images/fine-control-block-bg.jpg") right 10% no-repeat;
  background-blend-mode: soft-light;
  background-size: cover;
  overflow: hidden;
  will-change: transform;
  transform: scale(1.23);
}

.fine-control-block__text-wrp {
  width: 39%;
  min-width: 750px;
  padding: 200px 80px 0 0;
  margin: 0 0 0 auto;
  will-change: transform;
  transform: scale(0.9) translateY(80vh);
}

.fine-control-block__text-wrp .about-title {
  max-width: 670px;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 45px;
}

.fine-control-block__text-wrp .about-text {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
  margin: 0 0 40px;
}

.specs-block {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  background: url("../images/grey-scene-bg.jpg") right bottom no-repeat, linear-gradient(to left, #052e28 0%, rgba(5, 46, 40, 0.1) 110px, transparent 140px), linear-gradient(to top, #052e28 0%, rgba(5, 46, 40, 0.1) 80px, transparent 100px);
  background-blend-mode: lighten;
  background-size: cover;
  overflow: hidden;
}

.specs-block__title.main-title {
  margin-bottom: 110px;
}

.specs-block__car {
  position: absolute;
  bottom: 180px;
  max-width: 100%;
  max-height: 480px;
  height: auto;
  display: block;
}

.specs-block__car--front {
  left: -465px;
}

.specs-block__car--back {
  left: 240px;
  bottom: 190px;
}

.specs-block__specs-wrp {
  position: relative;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 300px 100px 0 auto;
}

.specs-block__specs-wrp .specs-btns {
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.specs-block__specs-wrp .specs-btns__btn {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 5px 0;
  border-radius: 50%;
  background: rgba(255, 242, 0, 0.7);
  transition: all ease-in 0.2s;
  cursor: pointer;
}

.specs-block__specs-wrp .specs-btns__btn:hover {
  background: rgba(255, 242, 0, 0.9);
}

.specs-block__specs-wrp .specs-btns__btn i {
  padding-top: 3px;
  color: #052e28;
}

.specs-block__specs-wrp .specs-btns__btn--prev i {
  transform: rotate(180deg);
}

.specs-block__specs-wrp .specs-slider {
  width: 100%;
  height: auto;
}

.specs-block__specs-wrp .specs-slider__slide {
  width: 100%;
  height: 100%;
}

.specs-block__specs-wrp .specs-slider .specs-table {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.specs-block__specs-wrp .specs-slider .specs-table__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.specs-block__specs-wrp .specs-slider .specs-table__row--big-mb {
  margin-bottom: 60px;
}

.specs-block__specs-wrp .specs-slider .specs-table__row:last-child {
  margin-bottom: 0;
}

.specs-block__specs-wrp .specs-slider .specs-table__row .cell {
  flex: 1.2;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.specs-block__specs-wrp .specs-slider .specs-table__row .cell:first-child {
  flex: 1;
  text-align: left;
}

.specs-block__specs-wrp .specs-slider .specs-table__row .cell:last-child {
  flex: 1;
  text-align: right;
}

.specs-block__specs-wrp .specs-slider .specs-table__row .cell--big {
  font-size: 30px;
}

.specs-block__specs-wrp .specs-slider .specs-table__row .cell--yellow {
  color: #fff200;
}

.color-options-block {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #052e28;
}

.color-options-block .fp-tableCell {
  display: flex !important;
  align-items: center !important;
}

.color-options-block .color-select {
  width: 100%;
  height: 100%;
  max-height: 840px;
  display: flex;
  justify-content: center;
}

.color-options-block .color-select__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 180px;
}

.color-options-block .color-select__inner {
  position: relative;
  width: 100%;
  max-width: 1350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.color-options-block .color-select__img {
  position: absolute;
  top: 135px;
  left: 50%;
  display: block;
  max-width: 80%;
  width: 100%;
  height: auto;
  will-change: transform;
  transition: transform ease-in-out 0.7s;
  transform-origin: left center;
  transform: translateX(-50%);
}

.color-options-block .color-select__img--enter {
  transform: translateX(-200%);
}

.color-options-block .color-select__img--exit {
  transform: translateX(100%);
}

.color-options-block .color-select__options {
  width: 100%;
  display: flex;
  max-width: 330px;
  justify-content: space-between;
  margin: auto auto 60px;
}

.color-options-block .color-select__options .color-option {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 8px -2px #000;
  transition: all ease-in 0.2s;
  cursor: pointer;
}

.color-options-block .color-select__options .color-option:hover {
  box-shadow: 0 6px 8px 0 #000;
}

.color-options-block .color-select__color-name {
  color: #fff;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

html,
body {
  background: #052e28;
  overflow: hidden;
}

html,
body,
* {
  font-family: Overpass;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0 !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none;
}

.main-title {
  color: #fff200;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
}

.main-title .bold-white {
  font-weight: 700;
  color: #fff;
}

.scroll-tag {
  position: absolute;
  top: 0;
  right: 90px;
  width: 60px;
  height: 200px;
}

.scroll-tag .scroll-wrp {
  position: relative;
  width: 60px;
  height: 200px;
}

.scroll-tag .scroll-wrp__text {
  position: absolute;
  left: calc(50% + 5px);
  top: 35px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  transform: rotate(180deg);
  color: #fff200;
}

.scroll-tag .scroll-wrp__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 140px;
  background: #fff200;
  transform: translateX(-50%);
}

.scroll-tag .scroll-wrp__circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff200;
  border-radius: 50%;
}

.scroll-tag .scroll-wrp__circle i {
  font-size: 25px;
  padding: 8px 0 0;
  color: #fff200;
}

#fullpage .fp-section.fp-table,
#fullpage .fp-slide.fp-table {
  display: inherit;
  table-layout: unset;
}

#fullpage .fp-tableCell {
  width: inherit;
  display: inherit;
  vertical-align: unset;
}

@media screen and (max-height: 885px) and (max-width: 1900px) {
  .color-options-block .color-select {
    padding: 40px 0;
  }
}

@media screen and (max-height: 890px) and (max-width: 1900px) {
  .interior-block__text-wrp {
    padding: 40px 0 0 100px;
  }

  .fine-control-block__text-wrp {
    padding: 40px 80px 0 0;
  }

  .specs-block__specs-wrp {
    margin: 40px 100px 0 0;
  }
}

@media screen and (max-width: 1680px) {
  .second-block__car {
    max-height: 49vh;
  }
}

@media screen and (max-width: 1536px) {
  .hero-block .bottom-bar__slider {
    width: 550px;
  }

  .hero-block .bottom-bar__slider .slide .fact__title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1480px) {
  .hero-block {
    background-size: cover;
  }

  .hero-block__car {
    max-width: 1100px;
  }
}

@media screen and (max-height: 885px) and (max-width: 1360px) {
  .color-options-block .color-select {
    padding: 40px;
  }

  .color-options-block .color-select__img {
    bottom: 180px;
    top: initial;
  }
}

@media screen and (max-width: 1360px) {
  .second-block__car {
    max-width: 850px;
  }
}

@media screen and (max-width: 1280px) {
  .hero-block__car {
    max-width: 850px;
  }
}

@media screen and (max-width: 1152px) {
  .hero-block__car {
    max-width: 600px;
  }

  .hero-block .bottom-bar__slider {
    width: 400px;
  }

  .hero-block .bottom-bar__slider .slide .fact__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .second-block__car {
    max-width: 600px;
  }
}

@media screen and (max-width: 960px) {
  .second-block__slider {
    width: 100%;
  }

  .scroll-tag {
    display: none;
  }
}

@media screen and (max-height: 890px) and (max-width: 960px) {
  .interior-block__text-wrp {
    min-width: auto;
    width: 90%;
    margin: auto;
    padding: 50px 0;
  }

  .interior-block__text-wrp .about-text {
    margin: 0 0 30px;
    font-size: 21px;
  }

  .fine-control-block__text-wrp {
    min-width: auto;
    width: 90%;
    margin: auto;
    padding: 50px 0;
  }

  .fine-control-block__text-wrp .about-text {
    margin: 0 0 30px;
    font-size: 21px;
  }
}

@media screen and (max-width: 848px) {
  .hero-block .bottom-bar__video-wrp {
    display: none;
  }

  .hero-block .bottom-bar__order-wrp {
    display: none;
  }

  .hero-block .bottom-bar__slider {
    width: calc(100% - 140px);
    margin: auto;
  }
}

@media screen and (max-width: 800px) {
  .hero-block__car {
    max-width: 500px;
  }
}

@media screen and (max-width: 667px) {
  .hero-block__car {
    max-width: 85%;
  }

  .hero-block .side-bar {
    display: none;
  }

  .hero-block .bottom-bar {
    height: 150px;
  }

  .second-block__car {
    max-width: 90%;
  }
}

@media screen and (max-width: 550px) {
  .hero-block .bottom-bar__slider .slide .fact__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .second-block__slider .slider-wrp .text-slide__text {
    font-size: 17px;
  }

  .main-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 430px) {
  .hero-block .bottom-bar__slider .slide .fact__title {
    font-size: 27px;
  }

  .hero-block .bottom-bar__slider .slide .fact__subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 375px) {
  .hero-block .bottom-bar__slider {
    width: calc(100% - 110px);
  }

  .hero-block .bottom-bar__btns-wrp {
    width: 90px;
  }
}

