@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);
}

.nissan-assistance {
  max-width: 1700px;
  width: 100%;
  margin: 50px auto;
  font-family: NissanBrand-Regular;
}

.nissan-assistance P {
  line-height: 25px;
  margin: 10px 0;
}

.nissan-assistance li {
  margin: 10px 0;
}

.nissan-assistance__wrapper {
  padding: 0 100px;
}

.nissan-assistance__top-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nissan-assistance__top-block img {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 50px;
}

.nissan-assistance__top-block h2 {
  font-size: 40px;
  text-align: center;
  font-family: NissanBrand-Bold;
  margin-bottom: 20px;
}

.nissan-assistance__info {
  margin-bottom: 50px;
}

.nissan-assistance__info h3 {
  font-size: 40px;
  text-align: center;
  font-family: NissanBrand-Bold;
  margin-bottom: 30px;
}

.nissan-assistance__info p {
  font-size: 16px;
  margin: 20px 0;
}

.nissan-assistance__info p span {
  font-family: NissanBrand-Bolder;
}

.nissan-assistance__info ul {
  margin-left: 20px;
  list-style: square;
}

.nissan-assistance__info ul li {
  list-style: square;
}

.nissan-assistance__info ul li::marker {
  color: #c3002f;
}

.nissan-assistance__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  grid-gap: 40px;
}

.nissan-assistance__btn button {
  background-color: #c3002f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 15px;
  width: 300px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.nissan-assistance__btn button p {
  text-transform: uppercase;
  line-height: 18px;
  font-family: NissanBrand-Bolder;
  text-align: center;
}

.nissan-assistance__btn button:hover {
  background-color: #9b0024;
}

.nissan-assistance__bottom-text {
  max-width: 1000px;
  margin: 0 auto;
}

.nissan-assistance__bottom-text p {
  font-size: 12px;
}

@media (max-width: 880px) {
  .nissan-assistance__wrapper {
    padding: 0 15px;
  }
  .nissan-assistance__info h3, .nissan-assistance__top-block h2 {
    font-size: 30px;
  }
}

@media (max-width: 680px) {
  .nissan-assistance__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 10px;
  }
  .nissan-assistance__btn button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .nissan-assistance__info h3, .nissan-assistance__top-block h2 {
    font-size: 25px;
  }
}
