/*  Fonts  */
@font-face {
  font-family: Iconfont;
  src: url(../../../../fonts/nissan/Iconfont.woff2);
}
/* Colors */
/* Fonts */
/* For swiping */
:root {
  --swipe-x: 0px;
}

/* For media queries */
/*  Reset Styles  */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after,
:focus,
:active {
  outline: none;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 20px;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

::selection {
  background-color: #94001e;
  color: #fff;
}

* {
  font-family: NissanBrand-Regular;
}

.section-heading {
  margin: 0 auto;
  padding-left: 12px;
  text-align: left;
  line-height: 44px;
  font-family: NissanBrand-Bold;
  color: #222;
  font-size: 2.2857rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .section-heading {
    font-size: 2.142rem;
  }
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 1.857rem;
  }
}
@media (max-width: 576px) {
  .section-heading {
    font-size: 1.785rem;
  }
}

h2.section-heading {
  margin-top: 26px;
}
@media (max-width: 1200px) {
  h2.section-heading {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 576px) {
  h2.section-heading {
    font-size: 1.6428rem;
    margin-top: 16px;
  }
}

h1.section-heading {
  margin: 60px 0;
  font-family: NissanBrand-Bold;
  font-size: 2.5714rem;
  text-align: center;
}
@media (max-width: 1024px) {
  h1.section-heading {
    font-size: 2.2857rem;
  }
}
@media (max-width: 768px) {
  h1.section-heading {
    font-size: 2.142rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  h1.section-heading {
    font-size: 1.82rem;
    margin-top: 40px;
  }
}

.block-heading {
  margin: 16px 0 24px;
  font-family: NissanBrand-Bolder;
  font-size: 1.142rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .block-heading {
    margin-top: 28px;
    font-size: 1.285rem;
  }
}
@media (max-width: 576px) {
  .block-heading {
    font-size: 1.142rem;
  }
}

.sub-title {
  margin-bottom: 8px;
  font-size: 1.1428rem;
  line-height: 24px;
}

.title {
  margin-bottom: 16px;
  font-size: 1.7142rem;
  line-height: 32px;
}
@media (max-width: 576px) {
  .title {
    font-size: 1.5714rem;
  }
}

.button {
  position: relative;
  display: block;
  height: 52px;
  width: 270px;
  padding: 0 56px 0 24px;
  margin: 0 24px 16px;
  font-family: NissanBrand-Bolder;
  text-align: left;
  text-transform: uppercase;
  color: #222;
  background-color: #eee;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .button {
    height: 50px;
    width: 250px;
  }
}
@media (max-width: 768px) {
  .button {
    height: 46px;
    width: 220px;
  }
}
.button::after {
  content: "\f106";
  font-family: Iconfont;
  font-size: 1.142rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: bottom;
  width: 56px;
}
.button:hover {
  color: #c3002f;
}
.button--primary {
  background-color: #c3002f;
  color: #fff;
}
.button--primary:hover {
  background-color: #94001e;
  color: #fff;
}

.block-text {
  font-family: NissanBrand-Bold;
  line-height: 20px;
  margin-bottom: 24px;
  margin-top: 16px;
}

.description {
  width: 75%;
  margin: auto;
  font-size: 1.142rem;
  line-height: 24px;
}
@media (max-width: 768px) {
  .description {
    width: 100%;
  }
}

.wrapper {
  max-width: 1700px;
  padding: 0 100px;
  margin: auto;
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .wrapper {
    padding: 0 10px;
  }
}

.block {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

img {
  max-width: 100%;
}

.anchor {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 768px) {
  .anchor {
    padding-top: 40px;
    margin-top: -40px;
  }
}
@media (max-width: 576px) {
  .anchor {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.background-color {
  background-color: #f8f8f8;
}

.cards {
  display: flex;
  overflow: hidden;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  padding: 16px;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .card {
    min-width: 97%;
  }
}
.card__image {
  flex-shrink: 1;
}
.card__image img {
  max-width: 100%;
}
.card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__heading {
  margin: 20px 0 8px;
  font-size: 1.4285rem;
  font-family: NissanBrand-Bold;
  text-transform: uppercase;
  line-height: 32px;
}
@media (max-width: 850px) {
  .card__heading {
    font-size: 1.285rem;
  }
}
.card__description {
  font-family: NissanBrand-Bold;
  line-height: 20px;
  margin-top: 0;
}
.card .button {
  margin-left: 0;
}
@media (max-width: 576px) {
  .card .button {
    margin-right: auto;
    margin-left: auto;
  }
}

.slider__container {
  display: flex;
  flex-direction: column;
}
.slider__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.slider__slides {
  display: flex;
  transition: 1s;
  will-change: transform;
}
.slider .slides-container {
  margin: auto;
  max-width: 85%;
  overflow: hidden;
}
.slider__slide {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 920px) {
  .slider__slide {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}
.slider__slide .slide__image {
  padding-left: 12px;
  padding-right: 12px;
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 920px) {
  .slider__slide .slide__image {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .slider__slide .slide__image {
    width: 100%;
  }
}
.slider__slide .slide__image img {
  width: 100%;
}
.slider__slide .slide__content {
  padding-left: 12px;
  padding-right: 12px;
  width: 50%;
}
@media (max-width: 920px) {
  .slider__slide .slide__content {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .slider__slide .slide__content {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.slider__slide .slide__content .slide__heading.section-heading {
  margin: 0;
  padding-left: 0;
  font-family: NissanBrand-Regular;
}
@media (max-width: 1024px) {
  .slider__slide .slide__description {
    margin-bottom: 0;
  }
}
.slider__dots {
  align-self: center;
}

.dots {
  display: flex;
  align-self: center;
  margin-bottom: 16px;
  margin-top: 16px;
}
.dots .dot {
  height: 8px;
  width: 8px;
  margin: 4px;
  border-radius: 50%;
  background-color: #dddddd;
}
.dots .dot.active {
  background-color: #c3002f;
}

.arrow {
  height: 40px;
}
.arrow:hover {
  cursor: pointer;
}
.arrow.disabled {
  transition: 1s;
}
.arrow.disabled::before {
  background-color: #dcdcdc;
}
.arrow.disabled:hover {
  cursor: default;
}
.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.arrow-left::before {
  content: "\f114";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  font-family: Iconfont !important;
  font-size: 26px;
  color: #fff;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #888;
}
.arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.arrow-right::before {
  content: "\f115";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  font-family: Iconfont !important;
  font-size: 26px;
  color: #fff;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #888;
}

.swiper {
  overflow: hidden;
}
.swiper-container {
  padding: 0 100px !important;
}
@media (max-width: 1200px) {
  .swiper-container {
    padding: 0 70px !important;
  }
}
@media (max-width: 1024px) {
  .swiper-container {
    padding: 0 !important;
  }
}
.swiper-container .swiper-wrapper {
  margin-top: 10px;
  margin-bottom: 100px;
}
@media (min-width: 1700px) {
  .swiper-container {
    max-width: 1700px;
  }
}
@media (max-width: 1024px) {
  .swiper-container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .swiper-container {
    max-width: 75%;
  }
}
@media (max-width: 576px) {
  .swiper-container {
    max-width: 90%;
  }
}
@media (max-width: 430px) {
  .swiper-container {
    max-width: 94%;
  }
}
.swiper .swiper-button-next {
  width: 100px;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1200px) {
  .swiper .swiper-button-next {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .swiper .swiper-button-next {
    display: none;
  }
}
.swiper .swiper-button-prev {
  width: 100px;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 1200px) {
  .swiper .swiper-button-prev {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .swiper .swiper-button-prev {
    display: none;
  }
}
.swiper.exterior-swiper .swiper-button-prev,
.swiper.exterior-swiper .swiper-button-next {
  background-color: #f8f8f8;
}
.swiper.bottom-swiper .swiper-button-prev,
.swiper.bottom-swiper .swiper-button-next, .swiper.interior-swiper .swiper-button-prev,
.swiper.interior-swiper .swiper-button-next {
  background-color: #ffffff;
}
.swiper .swiper-button-disabled {
  opacity: 1 !important;
}
.swiper .swiper-button-disabled::after {
  opacity: 0.35;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: #888;
}
.swiper .swiper-button-prev::after {
  padding-right: 3px;
}
.swiper .swiper-button-next::after {
  padding-left: 2px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 60px !important;
}
.swiper .swiper-pagination-bullet {
  background-color: #dddddd;
  opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #c3002f;
}

.bottom-swiper {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .bottom-swiper {
    margin-top: 10px;
  }
}

.transportation-swiper .swiper-wrapper {
  margin-bottom: 40px;
}

.promo {
  min-height: calc(100vh - 127px);
  padding-top: 84px;
  padding-bottom: 84px;
  display: flex;
  align-items: flex-end;
  background-image: url(../../../../images/model/models/teranno/accessory/top-background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .promo {
    justify-content: center;
    align-items: start;
  }
}
.promo .wrapper {
  margin: unset;
}
.promo__container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 36px 40px;
  position: relative;
  text-align: left;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .promo__container {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .promo__container {
    margin: auto;
  }
}
.promo__subtitle {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 2.2857rem;
  line-height: 40px;
  font-family: NissanBrand-Bold;
  text-align-last: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .promo__subtitle {
    font-size: 1.2857rem;
    margin-bottom: 0;
  }
}
.promo__title {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 2.857rem;
  font-family: NissanBrand-Bold;
  text-align: left;
  line-height: 48px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .promo__title {
    font-size: 2rem;
  }
}
.promo__button {
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  .promo__button {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .promo__button {
    max-width: 230px;
  }
}

.navigation {
  position: relative;
  width: 100%;
  height: 64px;
  z-index: 100;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}
.navigation__wrapper {
  height: 64px;
}
@media (max-width: 576px) {
  .navigation .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.navigation #swipe-left-button {
  position: absolute;
  left: 0;
  top: 0;
  height: 64px;
  width: 50px;
  transition: 2s;
  cursor: pointer;
}
.navigation #swipe-left-button.display-none {
  display: none;
}
.navigation #swipe-left-button::before {
  content: "\f106";
  line-height: 64px;
  width: 50px;
  font-family: Iconfont !important;
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  z-index: 100;
}
.navigation #swipe-right-button {
  position: absolute;
  height: 64px;
  width: 50px;
  right: 0;
  top: 0;
  display: block;
  transition: 2s;
  cursor: pointer;
}
.navigation #swipe-right-button.display-none {
  display: none;
}
.navigation #swipe-right-button::after {
  content: "\f106";
  line-height: 64px;
  width: 50px;
  font-family: Iconfont !important;
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  color: #aaa;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.navigation__container {
  position: relative;
}
.navigation__items {
  display: flex;
  position: absolute;
  left: 0;
  transition: 1s;
}
@media (max-width: 1024px) {
  .navigation__items {
    justify-content: space-around;
  }
}
.navigation__items.right {
  left: var(--swipe-x);
}
.navigation__items.left {
  left: 0;
}
.navigation__item {
  height: 64px;
  font-size: 1.142rem;
  color: #aaa;
  border-bottom: 3px #ffffff solid;
  transition: 0.3s;
}
.navigation__item.active {
  color: #c3002f;
  border-bottom: 3px #c3002f solid;
}
@media (max-width: 768px) {
  .navigation__item {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .navigation__item:first-child {
    padding-left: 10px;
  }
  .navigation__item:last-child {
    padding-right: 10px;
  }
}
.navigation .active {
  border-bottom: 3px #c3002f solid;
}
.navigation__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-transform: uppercase;
  height: 100%;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .navigation__link {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .navigation__link {
    white-space: nowrap;
  }
}
.navigation__link:hover {
  color: #c3002f;
}

.bestsellers h2.section-heading {
  margin-bottom: 25px;
}
.bestsellers__cards {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bestsellers__cards {
    justify-content: center;
    max-width: 75%;
  }
}
@media (max-width: 576px) {
  .bestsellers__cards {
    max-width: 90%;
  }
}
@media (max-width: 430px) {
  .bestsellers__cards {
    max-width: 100%;
  }
}
.bestsellers__cards .card {
  margin: 0;
  width: 32%;
  height: auto;
}
@media (max-width: 768px) {
  .bestsellers__cards .card:not(:last-child) {
    margin-bottom: 30px;
  }
}

.transportation__cards {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .transportation__cards {
    justify-content: center;
    max-width: 75%;
  }
}
@media (max-width: 576px) {
  .transportation__cards {
    max-width: 90%;
    margin-bottom: 0px;
  }
}
@media (max-width: 430px) {
  .transportation__cards {
    max-width: 100%;
  }
}
.transportation__cards .card {
  margin: 0;
  width: 32%;
  height: auto;
}
@media (max-width: 768px) {
  .transportation__cards .card:not(:last-child) {
    margin-bottom: 30px;
  }
}

.learn-more .section-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  font-family: NissanBrand-Regular;
}
@media (max-width: 768px) {
  .learn-more .section-heading {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .learn-more .section-heading {
    margin-top: 10px;
  }
}
.learn-more__cards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .learn-more__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.learn-more__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 23.425%;
  padding: 32px 20px;
  text-transform: uppercase;
  font-size: 1.142rem;
  color: #fff;
  background-color: #999;
  transition: 0.5s;
}
.learn-more__card:hover {
  background-color: #787474;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .learn-more__card {
    padding: 24px 14px;
  }
}
@media (max-width: 768px) {
  .learn-more__card {
    width: 33%;
    margin: 16px;
  }
}
@media (max-width: 576px) {
  .learn-more__card {
    width: 230px;
    margin: 20px;
  }
}
.learn-more__heading {
  text-align: center;
}
.learn-more__icon {
  height: 40px;
  width: 40px;
  font-size: 40px;
  position: relative;
  margin-bottom: 7px;
}
.learn-more .icon__test-drive::before {
  content: "\f146";
  font-family: Iconfont !important;
  position: absolute;
}
.learn-more .icon__brochure::before {
  content: "\f118";
  font-family: Iconfont !important;
  position: absolute;
}
.learn-more .icon__service::before {
  content: "\f148";
  font-family: Iconfont !important;
  position: absolute;
}
.learn-more .icon__price::before {
  content: "\f118";
  font-family: Iconfont !important;
  position: absolute;
}

.bottom-slider .button {
  justify-self: end;
  margin-left: 0;
}
.bottom-slider .dots {
  margin-top: 16px;
}
.bottom-slider .reviews__slides-container {
  margin: auto;
  max-width: 85%;
}

/*# sourceMappingURL=style.css.map */
