/*  Fonts  */
@font-face {
  font-family: Iconfont;
  src: url(../../../../fonts/nissan/Iconfont.woff2);
}
/* @font-face {
  font-family: NissanBrand-Regular;
  src: url(../../fonts/NissanBrand-300.woff2);
}
@font-face {
  font-family: NissanBrand-Bold;
  src: url(../../fonts/NissanBrand-400.woff2);
}
@font-face {
  font-family: NissanBrand-Bolder;
  src: url(../../fonts/NissanBrand-700.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 16px;
  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;
  }
}

@media (max-width: 576px) {
  h2.section-heading {
    font-size: 1.7142rem;
  }
}

h1.section-heading {
  width: 75%;
  margin-bottom: 40px;
  padding-left: 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.785rem;
  }
}

.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%;
  }
}

.disclaimer {
  margin-top: 60px;
  font-size: 1.1428rem;
  font-style: italic;
}

.features__table-container {
  overflow-x: auto;
}

.table {
  margin: 0 auto;
  min-width: 768px;
  border: solid white;
  border-collapse: collapse;
}
.table th,
.table td {
  font-size: 1.142rem;
  line-height: 24px;
  border-spacing: 0;
}
.table__cell {
  padding: 10px;
  font-family: NissanBrand-Bold;
  border: 1px solid #e6e6e6;
}
.table__column-heading {
  width: 145px;
  padding: 10px;
  font-family: NissanBrand-Bolder;
  border: 1px solid #e6e6e6;
  border-top: transparent;
}
.table__column-heading:last-child {
  width: 230px;
}
.table__row-heading {
  padding: 10px;
  padding-left: 0;
  font-family: NissanBrand-Bolder;
  border: 1px solid #e6e6e6;
  border-left: transparent;
}

.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;
  flex-wrap: nowrap;
  overflow: hidden;
}

.card {
  min-width: 47%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  margin-left: 1.5%;
  margin-right: 1.5%;
  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.7142rem;
  text-transform: uppercase;
  line-height: 32px;
}
@media (max-width: 576px) {
  .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-evenly;
  }
}
.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 .swiper-button-next {
  width: 60px;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .swiper .swiper-button-next {
    display: none;
  }
}
.swiper .swiper-button-prev {
  width: 60px;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .swiper .swiper-button-prev {
    display: none;
  }
}
.swiper.bottom-swiper .swiper-button-prev,
.swiper.bottom-swiper .swiper-button-next {
  background-color: #f8f8f8;
}
.swiper .swiper-button-disabled {
  opacity: 1 !important;
}
.swiper .swiper-button-disabled::after {
  opacity: 0.35;
}
.swiper .top-swiper-button-next::after,
.swiper .top-swiper-button-prev::after {
  margin-top: 105px;
}
.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-wrapper {
  margin-top: 60px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .packages__slide {
  padding: 0 70px;
  height: 100%;
}
@media (max-width: 768px) {
  .swiper .packages__slide {
    padding: 0;
  }
}
.swiper .top-swiper-pagination {
  bottom: 90% !important;
}
.swiper .bottom-swiper-pagination {
  bottom: 60px !important;
}
.swiper .swiper-pagination-bullet {
  background-color: #dddddd;
  opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #c3002f;
}

.bottom-swiper {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media (max-width: 768px) {
  .bottom-swiper {
    padding: 0 !important;
  }
}
.bottom-swiper .swiper-wrapper {
  margin-top: 10px;
  margin-bottom: 100px;
}

.promo {
  position: relative;
  height: auto;
}
.promo__picture img {
  width: 100%;
}

.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;
}
.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: none;
  transition: 2s;
}
@media (max-width: 768px) {
  .navigation #swipe-right-button {
    display: block;
  }
}
.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;
}

.no-road {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .no-road > .block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.no-road p.description {
  padding: 0 12px;
}

.model-nav {
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}
.model-nav__item {
  height: 64px;
  width: fit-content;
  padding: 20px 16px;
  display: flex;
  font-size: 1.1428rem;
  color: #c3002f;
  border-bottom: 2px #c3002f solid;
}

.packages__button {
  margin: 30px auto 110px;
}
@media (max-width: 768px) {
  .packages__button {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .packages__button {
    margin-bottom: 80px;
  }
}
.packages h2.section-heading {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .packages h2.section-heading {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .packages .block:last-child {
    padding-top: 0;
  }
}

.design .section-heading {
  margin-bottom: 0;
}
.design .description {
  width: 100%;
}
.design__description {
  padding-left: 12px;
}
@media (max-width: 1024px) {
  .design__description {
    padding-bottom: 10px;
  }
}
.design__content {
  display: flex;
}
@media (max-width: 1000px) {
  .design__content {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .design__content {
    flex-direction: column;
  }
}
.design__content .title {
  font-family: NissanBrand-Bold;
}
.design__image {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .design__image {
    max-width: 100%;
    margin-bottom: 24px;
    order: 1;
  }
}
.design__text {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 1000px) {
  .design__text p.block-text:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .design__text p.block-text:last-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .design__text p.block-text:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .design__text {
    max-width: 100%;
    order: 2;
  }
}
.design .button {
  margin-left: 0;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .design .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .design .button {
    width: 250px;
  }
}

.interior h2.section-heading {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .interior h2.section-heading {
    margin-top: 30px;
  }
}
.interior .description {
  width: 100%;
}
.interior__description {
  padding-left: 12px;
}
@media (max-width: 1024px) {
  .interior__description {
    padding-bottom: 10px;
  }
}
.interior__content {
  display: flex;
}
.interior__content .section-heading {
  padding-left: 0;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .interior__content .section-heading {
    margin-bottom: 6px;
    font-size: 1.8571rem;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .interior__content .section-heading {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .interior__content .section-heading {
    font-size: 1.5714rem;
  }
}
@media (max-width: 768px) {
  .interior__content {
    flex-direction: column;
  }
}
.interior__image {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .interior__image {
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .interior__image {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .interior__image img {
    height: 300px;
    max-width: max-content;
    transform: translateX(-100px);
  }
}
@media (max-width: 768px) {
  .interior__image img {
    width: 100%;
    height: auto;
    transform: translateX(0);
  }
}
.interior__text {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .interior__text {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .interior__text .description {
    font-size: 1rem;
    font-family: NissanBrand-Bold;
  }
}
@media (max-width: 1000px) {
  .interior__text p.block-text:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .interior__text p.block-text:last-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .interior__text p.block-text:last-child {
    margin-bottom: 0;
  }
}
.interior .button {
  margin-left: 0;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .interior .button {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .interior .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .interior .button {
    width: 250px;
  }
}

.features h2.section-heading {
  padding-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .features h2.section-heading {
    padding-top: 30px;
  }
}
.features .description {
  width: 100%;
}
.features__description {
  padding-left: 12px;
}
@media (max-width: 1024px) {
  .features__description {
    padding-bottom: 10px;
  }
}
.features__content {
  display: flex;
}
@media (max-width: 1000px) {
  .features__content {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .features__content {
    flex-direction: column;
  }
}
.features__content .title {
  font-family: NissanBrand-Bold;
}
@media (max-width: 768px) {
  .features__content .title {
    margin-top: 24px;
  }
}
.features__image {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .features__image {
    max-width: 100%;
    order: 1;
  }
}
.features__text {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 1000px) {
  .features__text p.block-text:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .features__text p.block-text:last-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .features__text p.block-text:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .features__text {
    max-width: 100%;
    order: 2;
  }
}
.features .button {
  margin-left: 0;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .features .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .features .button {
    width: 250px;
  }
}

.reviews .section-heading {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .reviews .section-heading {
    margin-top: 30px;
  }
}
.reviews .description {
  width: 100%;
}
.reviews__description {
  padding-left: 12px;
}
.reviews__review-box {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .reviews__review-box {
    margin-bottom: 20px;
  }
}
.reviews__review {
  display: flex;
  flex-basis: 48%;
  padding: 0 16px 26px;
}
@media (max-width: 768px) {
  .reviews__review {
    flex-basis: 100%;
  }
}
.reviews__review p.description {
  font-family: NissanBrand-Bold;
}
.reviews__icon-container {
  width: 48px;
  margin-right: 20px;
  padding-top: 5px;
}
@media (max-width: 400px) {
  .reviews__icon-container {
    display: none;
  }
}
.reviews__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f8f8f8;
  position: relative;
}
.reviews__icon::before {
  content: "\f110";
  font-family: Iconfont !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  color: #c3002f;
}

.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 */
