@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-vehicle__item {
  background: #fff2f1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-shadow: 0 2px 15px 3px rgba(255, 68, 56, 0.06);
  overflow: hidden;
}
.l-vehicle__item img:hover {
  transform: scale(1.2);
}
.l-vehicle__item:hover {
  text-decoration: none;
}
.l-vehicle__item-info {
  padding: 20px;
  background: linear-gradient(253deg, #ff4438 104%, #eb0045 -4%);
  box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.21);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .l-vehicle__item-info {
    padding: 25px 20px;
  }
}
.l-vehicle__item-link {
  margin: 30px 0 0;
}
.l-vehicle__item-discount {
  font-family: "Quicksand", sans-serif;
  font-size: 1.875em;
  line-height: 2.1;
  font-weight: bold;
  color: #ff4438;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 5px;
  padding: 10px;
}
.l-vehicle__item-discount:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(75%, 0);
}
.l-vehicle__item-top {
  font-family: "Quicksand", sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.25;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .l-vehicle__item-top {
    font-size: 1.125em;
  }
}
.l-vehicle__item-center {
  font-size: 1.125em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.33;
}
@media (max-width: 991.98px) {
  .l-vehicle__item-center {
    font-size: 0.875em;
  }
}
.l-vehicle__item-bottom {
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .l-vehicle__item-bottom {
    font-size: 0.75em;
  }
}
.l-vehicle__item-image {
  overflow: hidden;
}
.l-vehicle__item-image img {
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.l-vehicle__links {
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-vehicle__tabs {
    margin-top: 20px;
  }
}
.l-vehicle .js-tabs:after {
  content: "";
  background: linear-gradient(0deg, rgba(246, 249, 250, 0) 0%, rgb(246, 249, 250) 100%);
  height: 60px;
  display: block;
}
@media (max-width: 767.98px) {
  .l-vehicle .js-tabs:after {
    height: 30px;
  }
}
.l-vehicle .js-tabs.sticky {
  background: inherit;
}
.l-vehicle .js-tabs .nav-link {
  background: #f6f9fa !important;
  border-radius: 0;
}
.l-vehicle .js-tabs .nav-link.is-active {
  background: #f6f9fa;
}

.sticky-tabs {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .o-tabs__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}