.product {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: calc(50% + 160px);
  height: 100%
}

@media (max-width:1199px) {
  .product {
    width: calc(50% + 70px)
  }
}

@media (max-width:899px) {
  .product {
    padding: 0 15px;
    width: calc(50% + 70px)
  }
}

.product.is-active {
  top: 0;
  left: auto;
  right: 0
}

@media (max-width:899px) {
  .product.is-active {
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 570px;
    left: 50%;
    height: 50%;
    transform: translateX(-50%)
  }
}

.product.is-active .product__bg {
  transform: scale(1, 1)
}

.product__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: 100% 50%;
  transition: transform .25s linear
}

@media (max-width:899px) {
  .product__bg {
    background-color: rgba(0, 0, 0, 0)
  }
}

.product__wrap {
  max-width: 725px;
  padding-top: 16vh
}

@media (max-width:899px) {
  .product__wrap {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 16vh;
  }
}

.product__item {
  position: relative;
  z-index: 10;
  display: none;
  padding-left: 9.6%
}

@media (max-width:899px) {
  .product__item {
    padding-left: 0
  }
}

.product__item.is-active {
  display: block
}

.product__item--r1 .product__name {
  margin-left: 8%;
  margin-top: 4.5vh;
  width: 70%
}

@media (max-width:1199px) {
  .product__item--r1 .product__name {
    margin-top: 30px
  }
}

@media (max-width:899px) {
  .product__item--r1 .product__name {
    width: 60%;
    margin: 0 auto 10%
  }
}

.product__item--r1 .product__image {
  width: 146%;
  margin-top: -128px;
  margin-left: -30.5%
}

@media (max-width:1199px) {
  .product__item--r1 .product__image {
    margin-top: -20%;
    width: 120%;
    margin-left: -20%
  }
}

@media (max-width:899px) {
  .product__item--r1 .product__image {
    margin-top: -25%;
    width: 100%;
    margin-left: 0
  }
}

.product__item--r1 .product__paragraph {
  max-width: 500px
}

.product__item--r1r .product__name {
  margin-left: 1%;
  margin-top: 9.5vh;
  width: 88%
}

@media (max-width:1199px) {
  .product__item--r1r .product__name {
    margin-top: 30px
  }
}

@media (max-width:899px) {
  .product__item--r1r .product__name {
    width: 60%;
    margin: 0 auto 15%
  }
}

.product__item--r1r .product__image {
  width: 132%;
  margin-top: -113px;
  margin-left: -30%
}

@media (max-width:1199px) {
  .product__item--r1r .product__image {
    width: 120%;
    margin-top: -10%;
    margin-left: -22%
  }
}

@media (max-width:899px) {
  .product__item--r1r .product__image {
    margin-top: -25%;
    width: 100%;
    margin-left: 0
  }
}

.product__item--r4s .product__name {
  margin-left: 1%;
  margin-top: 5.5vh;
  width: 90%
}

@media (max-width:1199px) {
  .product__item--r4s .product__name {
    margin-top: 30px
  }
}

@media (max-width:899px) {
  .product__item--r4s .product__name {
    width: 60%;
    margin: 0 auto
  }
}

.product__item--r4s .product__image {
  width: 138%;
  margin-top: -193px;
  margin-left: -35.5%
}

@media (max-width:1199px) {
  .product__item--r4s .product__image {
    margin-top: -15%;
    width: 120%;
    margin-left: -20%
  }
}

@media (max-width:899px) {
  .product__item--r4s .product__image {
    margin-top: -16%;
    width: 100%;
    margin-left: 0
  }
}

.product__item--r4s .product__paragraph {
  max-width: 350px
}

.product__item--arrive .product__paragraph {
  max-width: 380px
}

.product__item--arrive .product__name {
  width: 40%;
  margin-top: 10.5vh;
  margin-left: 1%
}

@media (max-width:1199px) {
  .product__item--arrive .product__name {
    margin-top: 30px;
    margin-left: 0
  }
}

@media (max-width:899px) {
  .product__item--arrive .product__name {
    width: 50%;
    margin: 0 auto
  }
}

.product__item--arrive .product__image--1 {
  width: 135%;
  margin-top: 30px;
  margin-left: -31.5%
}

@media (max-width:899px) {
  .product__item--arrive .product__image--1 {
    width: 100%;
    margin: 30px auto 0
  }
}

.product__item--arrive .product__image--2 {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 325px
}

@media (max-width:1199px) {
  .product__item--arrive .product__image--2 {
    width: 200px
  }
}

@media (max-width:899px) {
  .product__item--arrive .product__image--2 {
    width: 105px
  }
}

@media (max-width:1199px) {
  .product__item--arrive .product__image--2 img:first-child {
    display: none
  }
}

.product__item--arrive .product__image--2 img:nth-child(2) {
  display: none
}

@media (max-width:1199px) {
  .product__item--arrive .product__image--2 img:nth-child(2) {
    display: block
  }
}

.product__item--services .product__paragraph {
  max-width: 380px
}

.product__item--services .product__name {
  margin-top: 5.3vh;
  margin-left: 1%
}

@media (max-width:1199px) {
  .product__item--services .product__name {
    margin-top: 30px;
    margin-left: 0;
    width: 90%
  }
}

@media (max-width:1199px) {
  .product__item--services .product__name {
    width: 60%;
    margin: 30px auto 0
  }
}

@media (max-width:599px) {
  .product__item--services .product__name {
    width: 80%;
    margin: 30px auto 0
  }
}

.product__item--services .product__image {
  margin-top: 15px;
  margin-left: 15px
}

@media (max-width:1199px) {
  .product__item--services .product__image {
    margin-left: 0;
    width: 90%
  }
}

@media (max-width:899px) {
  .product__item--services .product__image img {
    max-width: 300px;
    display: block;
    margin: 0 auto
  }
}

.product__item--v4s .product__name {
  margin-top: 5.5vh;
  margin-left: 2%;
  max-width: 610px;
}

@media (max-width:1199px) {
  .product__item--v4s .product__name {
    margin-top: 30px;
    margin-left: 0;
    width: 90%
  }
}

@media (max-width:899px) {
  .product__item--v4s .product__name {
    width: 60%;
    margin: 0 auto
  }
}

.product__item--v4s .product__image {
  width: 110%;
  margin-top: -95px;
  margin-left: -11%;
}

@media (max-width:1199px) {
  .product__item--v4s .product__image {
    margin-top: -50px;
    width: 100%;
    margin-left: -9%;
  }
}

@media (max-width:899px) {
  .product__item--v4s .product__image {
    margin-top: -5%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0
  }
}

.product__item--alfa .product__name {
  margin-top: 9vh;
  margin-left: 1%
}

@media (max-width:1199px) {
  .product__item--alfa .product__name {
    margin-top: 30px;
    margin-left: 0;
    width: 90%
  }
}

@media (max-width:899px) {
  .product__item--alfa .product__name {
    width: 60%;
    margin: 0 auto
  }
}

.product__item--alfa .product__image {
  width: 200%;
  margin-top: -145px;
  margin-left: -44%
}

@media (max-width:1199px) {
  .product__item--alfa .product__image {
    margin-top: -10%;
    width: 130%;
    margin-left: -20%
  }
}

@media (max-width:899px) {
  .product__item--alfa .product__image {
    margin-top: -5%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0
  }
}

.product__item--dragon .product__paragraph {
  max-width: 350px
}

.product__item--dragon .product__name {
  margin-top: 4.4vh;
  margin-left: 1%
}

@media (max-width:1199px) {
  .product__item--dragon .product__name {
    margin-top: 30px;
    margin-left: 0;
    width: 90%
  }
}

@media (max-width:899px) {
  .product__item--dragon .product__name {
    width: 60%;
    margin: 0 auto
  }
}

@media (max-width:599px) {
  .product__item--dragon .product__name {
    width: 80%;
    margin: 0 auto
  }
}

.product__item--dragon .product__image {
  width: 100%;
  margin-top: 4.5vh
}

@media (max-width:1199px) {
  .product__item--dragon .product__image {
    margin-top: 4%;
    width: 120%;
    margin-left: -20%
  }
}

@media (max-width:899px) {
  .product__item--dragon .product__image {
    margin-top: -2%;
    width: 100%;
    margin-left: 0;
    margin-bottom: -10%
  }
}

@media (max-width:899px) {
  .product__item--dragon-2 .product__image {
    margin-bottom: 0
  }
}

.product__item--raceline .product__paragraph {
  max-width: 320px
}

.product__item--raceline .product__name {
  margin-top: 4vh
}

.product__item--raceline .product__image {
  margin-top: -100px
}

@media (max-width:899px) {
  .product__item--raceline .product__image {
    margin-top: -5%
  }
}

.product__item--rtk .product__paragraph {
  max-width: 320px
}

.product__item--rtk .product__name {
  margin-top: 4vh
}

.product__item--rtk .product__image {
  margin-top: -100px
}

@media (max-width:899px) {
  .product__item--rtk .product__image {
    margin-top: -5%
  }
}

.product__image, .product__name {
  transform: translateX(200px);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .15s, opacity .15s
}

.product__image.is-fade-in, .product__name.is-fade-in {
  transform: translateX(0);
  opacity: 1
}

.product__image.is-fade-out, .product__name.is-fade-out {
  opacity: 0;
  transform: translateX(-30px)
}

.product__name {
  transform: translateX(30px)
}

.product__name__small {
    max-width: 320px;
}

.product__paragraph {
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  transform: translateX(30px);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .15s, opacity .15s
}

@media (max-width:899px) {
  .product__paragraph {
    display: none
  }
}

.product__paragraph.is-fade-in {
  transform: translateX(0);
  opacity: 1
}

.product__paragraph.is-fade-out {
  opacity: 0;
  transform: translateX(-30px)
}

.product-lines {
  position: absolute;
  top: 0;
  left: 8.2%;
  width: 100%;
  height: 75%;
  max-width: 514px;
  opacity: 0;
  will-change: opacity;
  transition: opacity .15s
}

@media (max-width:899px) {
  .product-lines {
    left: 20%;
    width: 60%;
    height: 250px;
    bottom: 0;
    top: auto;
    max-width: 100%
  }
}

.product-lines.is-fade-in {
  opacity: 1
}

.product-lines.is-fade-out {
  opacity: 0
}

.product-lines__item {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  opacity: .3;
  background: linear-gradient(360deg, #fff 0, #616161 23.67%, #2e2e2e 47.21%, #949494 69.82%, #fff 91.1%)
}

.product-lines__item--1 {
  left: 0
}

.product-lines__item--2 {
  left: 33.33%;
  top: -100px
}

@media (max-width:899px) {
  .product-lines__item--2 {
    top: 0
  }
}

.product-lines__item--3 {
  left: 66.66%;
  top: -100px
}

@media (max-width:899px) {
  .product-lines__item--3 {
    top: 0
  }
}

.product-lines__item--4 {
  left: 100%
}

.product__info,
.car__availability__info {
  font-size: .9rem;
  margin-top: 8px;
  transform: translateX(30px);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .15s, opacity .15s;
  font-family: "Hrot Premium",sans-serif;
  letter-spacing: .0625em;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: #888;
}

@media (max-width:899px) {
  .product__info {
    display: none
  }
}

.product__info.is-fade-in {
  transform: translateX(0);
  opacity: .7
}

.product__info.is-fade-out {
  opacity: 0;
  transform: translateX(-30px)
}

.car__availability__info {
  opacity: 1;
  margin-top: 0;
  transform: translateX(15px);
  display: inline-block;
}

.product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.product__link:hover {
  cursor: url(../../img/explore-2.png) 60 60, pointer
}

.product__number {
  margin-bottom: 20px;
  transform: translateX(30px);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .15s, opacity .15s
}

@media (max-width:899px) {
  .product__number {
    display: none
  }
}

.product__number.is-fade-in {
  transform: translateX(0);
  opacity: .7
}

.product__number.is-fade-out {
  opacity: 0;
  transform: translateX(-30px)
}
