/*  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;
}

/* Extend for content layout in sections (picture + text) */
/* 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;
}

.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 16px;
  }
}

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

.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .cards {
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 95%;
  }
}
@media (max-width: 576px) {
  .cards {
    max-width: 100%;
  }
}

.card {
  max-width: 31.75%;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #eee;
}
@media (max-width: 1024px) {
  .card {
    max-width: 100%;
    margin-bottom: 24px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .card {
    flex-direction: column;
    max-width: 85%;
  }
}
@media (max-width: 576px) {
  .card {
    max-width: 100%;
  }
}
.card__image {
  flex-shrink: 1;
}
.card__image img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .card__image {
    max-width: 49%;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .card__image {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .card__content {
    max-width: 48%;
  }
}
@media (max-width: 768px) {
  .card__content {
    max-width: 100%;
  }
}
.card__heading {
  margin: 20px 0 8px;
  font-size: 1.642rem;
  text-transform: uppercase;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .card__heading {
    font-size: 1.428rem;
    font-family: NissanBrand-Bold;
  }
}
@media (max-width: 1024px) {
  .card__heading {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .card__heading {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .card__heading {
    font-size: 1.285rem;
  }
}
.card__description {
  font-family: NissanBrand-Bold;
  line-height: 20px;
}

.section-heading {
  margin: 0 auto 16px;
  text-align: center;
  line-height: 44px;
  color: #000;
  font-size: 2.6rem;
  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;
  }
}

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

.container{
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
.button {
  position: relative;
  display: block;
  height: 56px;
  width: 300px;
  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;
}
.button::after {
  content: "\f106";
  font-family: Iconfont;
  font-size: 1.142rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: bottom;
  height: 56px;
  line-height: 56px;
  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 {
  font-size: 1.142rem;
  text-align: center;
}

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

.promo {
  min-height: calc(100vh - 127px);
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: url(../../../../images/model/models/xtrail/features/top-background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .promo {
    padding-top: 32px;
    background-position-x: 60%;
  }
}
.promo__container {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
  overflow: hidden;
  padding: 36px 40px;
  position: relative;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .promo__container {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .promo__container {
    margin: auto;
  }
}
.promo__subtitle {
  margin-top: 0;
  font-size: 1.428rem;
  font-family: NissanBrand-Regular;
  text-align-last: left;
}
@media (max-width: 768px) {
  .promo__subtitle {
    font-size: 1.2857rem;
  }
}
.promo__title {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 2.5714rem;
  text-align: left;
  line-height: 37px;
}
@media (max-width: 768px) {
  .promo__title {
    font-size: 2rem;
  }
}

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

.features .section-heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .features .section-heading {
    margin-bottom: 30px;
  }
}
.features__content {
  display: flex;
}
@media (max-width: 1000px) {
  .features__content {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .features__content {
    flex-direction: column;
  }
}
.features__image {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .features__image {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .features__image {
    padding: 0;
  }
}
.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%;
  }
}
@media (max-width: 768px) {
  .features__text {
    padding: 0;
  }
}
.features .button--primary {
  margin: auto;
}
.features__buttons-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .features__buttons-container {
    flex-wrap: wrap;
  }
}

.systems__content {
  display: flex;
}
@media (max-width: 1000px) {
  .systems__content {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .systems__content {
    flex-direction: column;
  }
}
.systems__image {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .systems__image {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .systems__image {
    padding: 0;
  }
}
.systems__text {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 1000px) {
  .systems__text p.block-text:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .systems__text p.block-text:last-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .systems__text {
    max-width: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .systems__text {
    padding: 0;
  }
}
.systems__proffesional {
  background-color: #f8f8f8;
}

.connect__content {
  display: flex;
}
@media (max-width: 1000px) {
  .connect__content {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .connect__content {
    flex-direction: column;
  }
}
.connect__image {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .connect__image {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .connect__image {
    padding: 0;
  }
}
.connect__text {
  max-width: 50%;
  padding: 0 12px;
  flex-grow: 1;
}
@media (max-width: 1000px) {
  .connect__text p.block-text:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .connect__text p.block-text:last-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .connect__text p.block-text:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .connect__text {
    max-width: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .connect__text {
    padding: 0;
  }
}
.connect .nissan-connect {
  background-color: #f8f8f8;
}
.connect__details {
  text-align: center;
}
.connect__details p:last-child {
  margin-bottom: 0;
}

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

.comfort__cards {
  justify-content: space-between;
}

.learn-more .section-heading {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .learn-more .section-heading {
    text-align: center;
    margin-bottom: 20px;
  }
}
.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;
}

.footer__breadcrumbs {
  padding: 16px 0;
  text-transform: uppercase;
  color: #999;
  background-color: #4c4c4c;
}
.footer .breadcrumbs__container .breadcrumbs__link {
  padding-right: 28px;
  position: relative;
  line-height: 24px;
  transition: 0.5s;
  vertical-align: middle;
}
.footer .breadcrumbs__container .breadcrumbs__link:hover {
  color: #fff;
}
.footer .breadcrumbs__container .breadcrumbs__link::after {
  content: "\f106";
  font-family: Iconfont !important;
  font-size: 12px;
  position: absolute;
  right: 8px;
  padding-top: 1px;
}
.footer .breadcrumbs__container .breadcrumbs__link:last-child {
  color: #fff;
}
.footer .breadcrumbs__container .breadcrumbs__link:last-child::after {
  content: "";
}
.footer__main {
  color: #fff;
  background-color: #222;
  padding: 32px 0;
}
.footer__main .footer-main__wrapper {
  display: flex;
}
.footer__main .footer__menu {
  padding: 0 12px;
  width: 75%;
}
.footer__main .footer__buttons {
  padding: 0 12px;
  width: 25%;
}
.footer__main .footer__button {
  margin-left: 0;
  margin-right: 0;
}
.footer__main .menu {
  display: flex;
  justify-content: space-between;
}
.footer__main .menu__item {
  display: flex;
  flex-direction: column;
  width: 22.9%;
}
.footer__main .menu__item-heading {
  margin-bottom: 16px;
  font-size: 1.142rem;
  text-transform: uppercase;
}
.footer__main .menu__item-heading:nth-child(2) {
  margin-top: 40px;
}
.footer__main .menu__link {
  line-height: 20px;
  margin-bottom: 8px;
}
.footer__details {
  font-size: 0.714rem;
  color: #fff;
  background-color: #4c4c4c;
}
.footer__credentials {
  padding-right: 12px;
}
.footer__copyright {
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer__copyright .footer__text:first-child {
  margin-bottom: 24px;
}
.footer__socials {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: end;
}
.footer__socials .social {
  display: flex;
  height: 24px;
  width: 24px;
  font-size: 24px;
  margin-left: 16px;
  color: #fff;
  opacity: 0.5;
  transition: 0.5s;
}
.footer__socials .social:hover {
  opacity: 0.8;
}
.footer__socials .instagram::before {
  content: "\f165";
  font-family: Iconfont !important;
}
.footer__socials .vk::before {
  content: "\f16c";
  font-family: Iconfont !important;
}
.footer__socials .facebook::before {
  content: "\f162";
  font-family: Iconfont !important;
}
.footer__socials .youtube::before {
  content: "\f16e";
  font-family: Iconfont !important;
}
.footer__socials .tiktok::before {
  content: "\f169";
  font-family: Iconfont !important;
}
.footer__company-data {
  padding-top: 16px;
  padding-bottom: 16px;
}

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