@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after :focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  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;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

@font-face {
  font-family: Iconfont;
  src: url(../../../../fonts/nissan/Iconfont.woff2);
}


.switch-car {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-family: NissanBrand-Regular;
}

.switch-car__top-block {
  position: relative;
  overflow: hidden;
  max-height: 90vh;
}

.switch-car__top-block img {
  width: 100%;
  position: relative;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.switch-car__top-block div {
  max-width: 50%;
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.switch-car__top-block div h3 {
  font-family: NissanBrand-Bold;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.switch-car__top-block div p {
  font-size: 24px;
  color: #fff;
}

.switch-car__wrapper {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
}

.switch-car__content {
  padding: 0px 100px;
}

.switch-car__list-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
  margin-bottom: 70px;
}

.switch-car__list-1-item img {
  position: relative;
  
  width: 100%;
}

.switch-car__list-1-item p {
  text-align: center;
  font-size: 24px;
  font-weight: NissanBrand-Bold;
  font-weight: bold;
}

.switch-car__text-center p {
  font-size: 16px;
  line-height: 25px;
}

.switch-car__list-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 100px;
}

.switch-car__list-2-item img {
  width: 100%;
}

.switch-car__list-2-item p {
  font-size: 16px;
  line-height: 25px;
}

.switch-car__list-2-item p span {
  font-weight: bolder;
  font-family: NissanBrand-Bold;
}

.switch-car__text p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

.switch-car__know-more {
  margin: 100px 0;
}

.switch-car__know-more h3 {
  font-size: 36px;
  font-weight: bolder;
  font-family: NissanBrand-Regular;
  text-align: center;
  margin-bottom: 50px;
}

.switch-car__list-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
  margin-bottom: 70px;
}

.switch-car__list-3-item-content {
  position: relative;
  padding: 100px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.switch-car__list-3-item-content::before {
  position: absolute;
  font-family: Iconfont !important;
  color: #fff;
  top: 10px;
  font-size: 80px;
}

.switch-car__list-3-item-content p {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.switch-car__list-3-item {
  background-color: #999;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.switch-car__list-3-item:hover {
  background-color: #616161;
}

.switch-car__list-3-item:nth-child(1) .switch-car__list-3-item-content::before {
  content: "\f146";
}

.switch-car__list-3-item:nth-child(2) .switch-car__list-3-item-content::before {
  content: "\f118";
}

.switch-car__list-3-item:nth-child(3) .switch-car__list-3-item-content::before {
  content: "\f148";
}

@media (max-width: 1024px) {
  .switch-car__list-2 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .switch-car__content {
    padding: 0 15px;
  }
  .switch-car__top-block div h3 {
    font-size: 26px;
  }
  .switch-car__top-block div p {
    font-size: 16px;
  }
  .switch-car__top-block div {
    top: 10%;
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .switch-car__top-block {
    height: 400px;
  }
  .switch-car__top-block img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .switch-car__list-1-item img {
    max-width: 250px;
  }
  .switch-car__list-1-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .switch-car__list-1 {
    grid-gap: 0;
  }
  .switch-car__list-1-item p {
    font-size: 18px;
  }
  .switch-car__list-2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
