@font-face {
  font-family: 'Helvetica LT Std';
  src: url("/Content/Styles/fonts/HelveticaLTStd-BoldCond.woff2") format('woff2'), url("/Content/Styles/fonts/HelveticaLTStd-BoldCond.woff") format('woff'), url("/Content/Styles/fonts/HelveticaLTStd-BoldCond.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("/Content/Styles/fonts/HelveticaNeueLTStd-BdCn.woff2") format('woff2'), url("/Content/Styles/fonts/HelveticaNeueLTStd-BdCn.woff") format('woff'), url("/Content/Styles/fonts/HelveticaNeueLTStd-BdCn.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
.my-tyres {
  overflow-x: hidden;
}
.my-tyres-shadow {
  position: relative;
}
.my-tyres-shadow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.my-tyres-slash {
  position: relative;
}
.my-tyres-slash:before {
  content: '' !important;
  position: absolute;
  transform: skew(-25deg);
  transform-origin: bottom right;
  top: 0;
  right: 0;
  left: -50vw;
  bottom: 0;
  background: inherit;
  box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.57);
}
.my-tyres-image {
  position: relative;
  z-index: 1;
}
.my-tyres-image.hand {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 600ms ease;
  transform: translateX(100%);
}
@media (max-width: 850px) {
  .my-tyres-image.hand {
    display: none;
  }
}
.my-tyres-image.phone {
  z-index: 5;
  transition: all 600ms ease;
  opacity: 0;
  transform: translateX(-100%);
}
.my-tyres-container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  /* overflow: hidden; */
}
.my-tyres-header {
  display: flex;
  background-color: #ffe500;
  background-image: url("/Content/UserContent/images/2020/myTyres/bg-car.jpg");
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 2em;
}
.my-tyres-header.active .my-tyres-image.phone,
.my-tyres-header.active .my-tyres-image.hand {
  transform: translate(0);
  opacity: 1;
}
.my-tyres-header-description {
  font-family: 'Coda', sans-serif;
}
.my-tyres-header-content {
  display: flex;
  padding: 2em 1em;
  background: #ffe500;
}
.my-tyres-header-content:before {
  background: #ffe500;
}
@media (max-width: 1000px) {
  .my-tyres-header-content {
    flex: 1 1 auto;
  }
}
.my-tyres-header-content-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.my-tyres-header-easy {
  max-width: 316px;
  padding: 2em;
  background: #fff;
  position: relative;
  z-index: 4;
}
.my-tyres-header-easy-inner {
  position: relative;
}
@media (max-width: 750px) {
  .my-tyres-header-easy:before {
    transform: skew(0);
  }
}
.my-tyres-header-easy-inner .my-tyres-image.title img {
    border-bottom: 1px solid #ff0d19;
    padding-bottom: 0.4rem;
}
.my-tyres-header-apps {
    padding: 1em 0;
    padding-bottom: 0.5em;
    max-width: 235px;
    margin: auto;
}
.my-tyres-header-apps-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.my-tyres-header-apps-buttons {
  text-align: center;
}
.my-tyres-header-apps-button {
  display: inline-block;
  margin-bottom: 0.5em;
}
.my-tyres-header-image {
    vertical-align: middle;
    align-items: center;
    display: flex;
    margin-right: 4rem;
    justify-content: center;
    text-align: center;
    width: 47%;
}

.my-tyres-header-image img {
    /*background-color: rgba(25, 20, 2, 0.5);
    padding: 2rem;
    box-shadow: 0px 0 4px 4px rgba(25, 20, 2, 0.5);*/
}
@media (max-width: 1550px) {
    .my-tyres-header-image {
        margin-right: 14rem;
        width: 38%;
    }
}
@media (max-width: 1400px) {
    .my-tyres-image.hand {
        right: -8%;
    }

    .my-tyres-header-image {
        margin-right: 14rem;
        width: 30%;
    }
}
@media (max-width: 1300px) {
    .my-tyres-image.hand {
        display: none;
    }

    .my-tyres-header-image {
        margin-right: 4rem;
    }
}
@media (max-width: 1200px) {
    .my-tyres-header-image {
        margin-right: 3rem;
    }

    .my-tyres-header-image img {
        max-width: 25rem;
    }
}
@media (max-width: 1100px) {
    .my-tyres-image.hand {
        display: none;
    }

    .my-tyres-header-image {
        display: none;
    }
}
.my-tyres-competition {
  display: flex;
  /* background-image: url("/Content/UserContent/images/2019/myTyres/bg-mytyres-promo.jpg"); */
  background-position: right center;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 2em;
  position: relative;
}
@media (max-width: 800px) {
  .my-tyres-competition {
    background-position: center center;
  }
}
.my-tyres-competition-inner {
  display: flex;
  width: 100%;
  /* overflow: hidden; */
}
@media (max-width: 800px) {
  .my-tyres-competition-inner {
    /* flex-direction: column; */
  }
}
.my-tyres-competition-title {
  position: relative;
  flex: 0 0 auto;
  z-index: 2;
}
.my-tyres-competition-title-bg {
  background-image: url("/Content/UserContent/images/2018/myTyres/bg-promo.jpg");
  background-position: right center;
  position: absolute;
  transform: skew(-25deg);
  transform-origin: bottom right;
  top: 0;
  right: 0;
  left: -50vw;
  bottom: 0;
  box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.57);
}
@media (max-width: 800px) {
  .my-tyres-competition-title-bg {
    display: none;
  }
}
@media (max-width: 450px) {
  .my-tyres-competition-title-bg {
    display: block;
    transform: skew(0);
  }
}
.my-tyres-competition-title-text {
  padding: 0.25em 1em;
  background: #ffe500;
  margin-bottom: 1.5em;
  display: inline-block;
  position: absolute;
  right: 284px;
  z-index: 5;
}
.my-tyres-competition-title-text > span {
  font-size: 2em;
  position: relative;
  font-family: 'Coda', sans-serif;
}
.my-tyres-competition-title-image {
  padding-left: 1em;
  position: relative;
}
@media (max-width: 450px) {
  .my-tyres-competition-title-image {
    padding-bottom: 1em;
    padding-right: 1em;
  }
}
.my-tyres-competition-content {
  flex: 0 1 auto;
  display: flex;
  position: relative;
  padding-left: 3em;
  z-index: 4;
}
@media (max-width: 800px) {
  .my-tyres-competition-content {
    margin-top: 2em;
  }
}
@media (max-width: 550px) {
  .my-tyres-competition-content {
    padding-left: 0;
    margin-top: 0;
  }
}
.my-tyres-competition-content-bg {
  background-image: url("/Content/UserContent/images/2018/myTyres/precision-bg.jpg");
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: -45%;
  bottom: 0;
  transform: skew(-25deg);
  transform-origin: center right;
  box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.57);
}
@media (max-width: 930px) {
  .my-tyres-competition-content-bg {
    right: unset;
    transform: none;
    left: 0;
    width: 100vw;
  }
  .my-tyres-competition-image {
    display: none;
  }
}
@media (max-width: 450px) {
  .my-tyres-competition-content-bg {
    transform: skew(0);
  }
}
.my-tyres-competition-content-image {
  padding-top: 1em;
  position: relative;
  z-index: 4;
  flex: 0 0 19em;
  display: flex;
  align-items: flex-end;
  z-index: 6;
}
.my-tyres-competition-content-image > img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 800px) {
  .my-tyres-competition-content-image {
    display: none;
  }
  .my-tyres-competition-title-text {
    
right: unset;
    
right: auto;
  }
}
@media (max-width: 450px) {
  .my-tyres-competition-content-image {
    display: none;
  }
}
.my-tyres-competition-content-text {
  flex: 0 1 40em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4em 1em;
  padding-bottom: 1em;
  position: relative;
}
@media (max-width: 450px) {
  .my-tyres-competition-content-text {
    /* padding: 1em; */
    flex: 1 1 100%;
  }
  .my-tyres-competition-content-heading {
    width: auto !important;
  }
}
.my-tyres-competition-content-title,
.my-tyres-competition-content-subtitle {
  font-family: 'Helvetica LT Std';
  font-family: 'Helvetica Neue LT Std';
  /* letter-spacing: 0.01em; */
  line-height: 1.1;
  max-width: 100%;
}
.my-tyres-competition-content-title {
  padding-top: 1em;
  max-width: 380px;
}
.my-tyres-competition-content-title > span {
  font-size: 1.6em;
  font-weight: 900;
  text-transform: uppercase;
}
.my-tyres-competition-content-subtitle {
  padding: 0.5em 0;
  max-width: 400px;
  font-family: 'Coda', sans-serif;
}
.my-tyres-competition-content-subtitle > span {
  font-size: 1.1em;
  font-weight: normal;
}
.my-tyres-competition-content-description {
  padding: 0.25em 0;
  max-width: 100%;
  font-family: 'Coda', sans-serif;
}
.my-tyres-competition-image {
  flex: 1 1 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100vw - 700px);
}
.my-tyres-competition-image-inner {
  background-image: url(/Content/UserContent/images/2019/myTyres/bg-mytyres.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: top center;
}
.my-tyres-features {
  display: flex;
  flex-direction: column;
}
.my-tyres-features-next,
.my-tyres-features-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.57));
  transition: opacity 400ms ease;
}
.my-tyres-features-next.swiper-button-disabled,
.my-tyres-features-prev.swiper-button-disabled {
  opacity: 0;
}
.my-tyres-features-next {
  right: 10px;
  left: auto;
  background-image: url("/Content/UserContent/images/2018/myTyres/arrow-right.png");
}
.my-tyres-features-prev {
  right: auto;
  left: 10px;
  background-image: url("/Content/UserContent/images/2018/myTyres/arrow-left.png");
}
.my-tyres-features-title {
  max-width: 1026px;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 1em;
}
.my-tyres-features-title-image {
  padding-right: 2em;
  flex: 0 1 500px;
}
.my-tyres-features-title-text {
  font-family: 'Coda', sans-serif;
}
.my-tyres-features-slide {
  height: 100%;
  position: relative;
}
.my-tyres-features-slide.scanner .my-tyres-features-slide-bg:before {
  background-image: url("/Content/UserContent/images/2018/myTyres/bg-scanner.jpg");
}
.my-tyres-features-slide.manage .my-tyres-features-slide-bg:before {
  background-image: url("/Content/UserContent/images/2018/myTyres/bg-manage.jpg");
}
.my-tyres-features-slide.manage .my-tyres-features-slide-title {
  max-width: 100%;
}
.my-tyres-features-slide.vehicles .my-tyres-features-slide-bg:before {
  background-image: url("/Content/UserContent/images/2018/myTyres/bg-my-vehicles.jpg");
}
.my-tyres-features-slide.raq .my-tyres-features-slide-bg:before {
  background-image: url("/Content/UserContent/images/2018/myTyres/bg-raq.jpg");
}
.my-tyres-features-slide.renew .my-tyres-features-slide-bg:before {
    background-image: url("/Content/UserContent/images/2020/licence-renew.jpg");
}

.my-tyres-features-slide.raq .my-tyres-features-slide-title {
    max-width: 100%;
}
.my-tyres-features-slide.dealer .my-tyres-features-slide-bg:before {
  background-image: url("/Content/UserContent/images/2018/myTyres/bg-dealer.jpg");
}
.my-tyres-features-slide.dealer .my-tyres-features-slide-title {
  max-width: 100%;
}
.my-tyres-features-slide.tyre-range .my-tyres-features-slide-bg:before {
  background-image: url("/Content/UserContent/images/2018/myTyres/bg-range.jpg");
}
.my-tyres-features-slide.tyre-range .my-tyres-features-slide-title {
  max-width: 100%;
}
.my-tyres-features-slide-bg {
  position: absolute;
  top: 0;
  left: 4em;
  right: 0;
  bottom: 4em;
  border: 8px solid #ffe500;
  filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.57));
  transition: all 800ms ease;
}
@media (max-width: 450px) {
  .my-tyres-features-slide-bg {
    left: 0;
  }
}
.my-tyres-features-slide-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 800ms ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 800ms ease;
}
.my-tyres-features-slide-phone {
  position: relative;
  z-index: 3;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.my-tyres-features-slide-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  transition: all 800ms ease;
}
.my-tyres-features-slide-text {
  position: relative;
}
.my-tyres-features-slide-text-bg {
  position: absolute;
  top: -1.5em;
  left: -12em;
  bottom: -1.5em;
  right: 20em;
  background: #ffe500;
  filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.57));
}
@media (max-width: 800px) {
  .my-tyres-features-slide-text-bg {
    bottom: 10em;
  }
}
@media (max-width: 450px) {
  .my-tyres-features-slide-text-bg {
    display: none;
  }
}
.my-tyres-features-slide-text-bg:before {
  content: '';
  position: absolute;
  transform: skew(-25deg);
  transform-origin: bottom right;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffe500;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.my-tyres-features-slide-text-inner {
  position: relative;
  left: -10em;
  max-width: 30em;
  z-index: 1;
  padding: 1em;
  padding-left: 11em;
  background: #fff;
  filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.57));
}
@media (max-width: 450px) {
  .my-tyres-features-slide-text-inner {
    left: 0;
    padding-left: 1em;
  }
}
.my-tyres-features-slide-text-inner:before {
  content: '';
  position: absolute;
  transform: skew(-25deg);
  transform-origin: bottom right;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: inherit;
}
@media (max-width: 450px) {
  .my-tyres-features-slide-text-inner:before {
    display: none;
  }
}
.my-tyres-competition-content-heading {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-family: 'Helvetica Neue LT Std';
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.05em;
    width: 420px;
}

.my-tyres-competition-content-heading > span {
    font-size: 2em;
}

.my-tyres-competition-content-heading > b {
    font-size: 3.5em;
}
.my-tyres-features-slide-title {
  font-family: 'Helvetica Neue LT Std';
  text-transform: uppercase;
  font-weight: bold;
  max-width: 200px;
  line-height: 1.1;
  position: relative;
}
.my-tyres-features-slide-title > span {
  font-size: 2em;
}
.my-tyres-features-slide-description {
  position: relative;
}
.swiper-container {
  height: 470px;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .swiper-container {
    height: 600px;
  }
}
@media (max-width: 450px) {
  .swiper-container {
    height: 500px;
  }
}
.swiper-slide {
  max-width: 1010px;
  width: 100%;
  padding-top: 20px;
  transition: all 800ms ease;
}
.swiper-slide-next {
  transform: scale(0.8);
}
.swiper-slide-prev {
  transform: scale(0.8);
}
.swiper-slide .my-tyres-features-slide-phone,
.swiper-slide .my-tyres-features-slide-text-bg,
.swiper-slide .my-tyres-features-slide-text-inner {
  transition: all 800ms ease;
}
.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
  transform: scale(0.8);
}
.swiper-slide:not(.swiper-slide-active) .my-tyres-features-slide-bg {
  border-color: rgba(0,0,0,0);
}
.swiper-slide:not(.swiper-slide-active) .my-tyres-features-slide-bg:before {
  filter: grayscale(100%);
}
.swiper-slide:not(.swiper-slide-active) .my-tyres-features-slide-phone,
.swiper-slide:not(.swiper-slide-active) .my-tyres-features-slide-text-bg,
.swiper-slide:not(.swiper-slide-active) .my-tyres-features-slide-text-inner {
  transform: translateX(-130%);
  opacity: 0;
}
.swiper-slide-active {
  z-index: 10;
}
