* {
    padding: 0;
    margin: 0;
    font-family: "nissan300", sans-serif;
}

ul {
    list-style: none;
}

h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #333;
    font-family: "nissan700", sans-serif;
}

.message {
    z-index: -99999;
    position: fixed;
    transition: all 200ms;
    padding: 4rem;
    right: 6rem;
    top: 4rem;
    border-radius: 3px;
    box-shadow: -3px -1px 3px 0 #fff;
    color: #fff;
    opacity: 0;
}
@font-face {
    font-family: Iconfont;
    src: url(../fonts/nissan/Iconfont.woff2);
}

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

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

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

.message.active {
    z-index: 99999999999;
    opacity: 1;
}

.message.success {
    background: black;
}

.message.error {
    background: #f86a6a;
}

section.header {
    position: relative;
    background: linear-gradient(90deg, #000 60%, #ed1c24 40%);
    height: 110px;
    z-index: 110;

    display: block;
}

.header.model {
    background: #000;
}

section.header .header-style {
    position: absolute;
    background: #ed0000;
    z-index: 1;
    width: 530px;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
}

section.header .header-style .header-triangle {
    position: absolute;
    height: 100%;
    border: 159px solid transparent;
    border-top: 155px solid #000;
    border-left: 120px solid #000;
    left: -25%;
}

section .header-content {
    display: flex;
    max-width: 1440px;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    flex-wrap: nowrap;
    height: 100%;
}

section.header .menu {
    display: flex;
    width: 100%;
    height: 100%;
}

.header.model .menu ul:nth-child(2) {
    background: #000;
}

.logo a {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-decoration: none;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 120px;
}

.logo__icon {
    color: #ed1c24;
    line-height: 1;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.logo__icon:hover {
    color: #fff;
}

.icon_thelogo:before {
    content: "\E0CA";
}

.icon_thelogo-text-tagline:before {
    content: "\E0C8";
}

.logo__icon-tagline {
    color: #fff;
    font-size: 32px;
    line-height: 1;
}

.icon {
    font-family: "iconsNative";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon.icon_MMNA_Icon_Owners {
    font-family: "iconsNative";
}

i.icon.icon_MMNA_Icon_Owners:before {
    content: "\E01F";
}

section.header .logo img {
    max-width: 80%;
}

section.header .menu ul {
    display: flex;
    z-index: 2;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
}

section.header .menu ul:nth-child(1) {
    width: 50%;
}

section.header .menu ul:nth-child(2) {
    width: 35%;
}

section.header .menu ul:nth-child(3) {
    width: 15%;

    right: 0;
    height: 100%;
}

section.header .menu ul:nth-child(2) {
    padding-left: 120px;
    padding-right: 90px;
    background: linear-gradient(120deg, black 84%, #ed1c24 30%);
    margin: 0;
    height: 100%;
    padding-top: 0px;
}

section.header .menu ul:nth-child(2) li:first-child:before,
section.header .menu ul:nth-child(2) li:last-child:before {
    position: absolute;
    left: -36px;
    color: #fff;
    top: -9px;
    font-size: 30px;
    content: "\E01F";
    font-family: "iconsNative";
}

section.header .menu ul:nth-child(2) li:last-child:before {
    content: "\E01C";
}

section.header .menu ul:nth-child(2) li:last-child {
    padding-right: 0;
}

section.header .menu ul:nth-child(2) li {
    position: relative;
    padding-right: 70px;
}

section.header .menu ul:nth-child(3) li {
    position: relative;
    right: -50px;
}

section.header .menu ul li.phone:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/general-phone-icon.png);
    content: "";
    left: -40px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 7px;
}

section.header .menu .menu.center-content {
    width: 1440px;
    margin: 0 auto;
    flex-wrap: wrap;
}

section.header .menu .menu.center-content li {
    padding-right: 20px;
    margin-bottom: 20px;
}

section.header .menu .menu.center-content li a {
    font-size: 12px;
    cursor: pointer;
}

section.header .menu ul li a,
section.header .menu ul div a {
    font-family: "nissan700", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    padding-bottom: 6px;
    display: inline-block;
    margin-top: 0;
    text-decoration: none;
    text-transform: uppercase;
}

section.header .menu ul li {
    padding-right: 25px;
}

section.header .menu ul:nth-child(3) li {
    padding-right: 0;
}

section.header .menu ul li.phone > p span:first-child {
    padding-left: 0;
    margin: 0;
}

section.header .menu ul li.phone > p span {
    font-family: "nissan700", sans-serif;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border-right: 2px solid #fff;
    line-height: 77%;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #ffffff;
}

.toast-top-right {
    top: 10%;
}

section.header .menu ul li.phone p {
    margin-top: -10px;
}

section.header .menu ul li.phone > p span:last-child {
    border: none;
}

section.header .menu ul li:first-letter {
    text-transform: uppercase;
}

section.general-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
}

section.general-slider {
    background: #d7d7d7;

    position: relative;
}

section.general-slider .transition-loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #363636;
}

section.general-slider .transition-loader.hide {
    opacity: 0;
}

.transition-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.transition-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100%);
    color: #fff;
    padding: 0 100px;
    text-align: center;
}

.transition-loader-inner label {
    font-size: 1em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
}

.transition-loader-inner label:after {
    font-family: "iconsNative";
    content: "\E004";
}

.transition-loader-inner label:nth-child(1) {
    -webkit-animation: loader 3s 600ms infinite ease-in-out;
    animation: loader 3s 600ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(2) {
    -webkit-animation: loader 3s 500ms infinite ease-in-out;
    animation: loader 3s 500ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(3) {
    -webkit-animation: loader 3s 400ms infinite ease-in-out;
    animation: loader 3s 400ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(4) {
    -webkit-animation: loader 3s 300ms infinite ease-in-out;
    animation: loader 3s 300ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(5) {
    -webkit-animation: loader 3s 200ms infinite ease-in-out;
    animation: loader 3s 200ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(6) {
    -webkit-animation: loader 3s 100ms infinite ease-in-out;
    animation: loader 3s 100ms infinite ease-in-out;
}

@keyframes loader {
    0% {
        opacity: 0;
        transform: translateX(-300px) scale(1);
    }

    33% {
        opacity: 1;
        transform: translateX(0px) scale(2);
    }

    66% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateX(300px) scale(2);
    }
}

@-webkit-keyframes loader {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.general-slider-text-block {
    opacity: 1;
    transition: opacity 200ms;
}

.general-slider-text-block.hide {
    opacity: 0;
}

.breadcrumbs {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #85888c;
}

.sp-layer.sldier-content > div {
    max-width: 500px;
}

.sp-slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    background: none;
}

.sp-layer.sldier-content {
    padding: 2rem 4rem;
    top: 130px !important;
    left: 130px !important;
    z-index: 2;
}

.slide_title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    color: #fff;
}

.slide_description {
    margin-top: 20px;
    font-size: 24px;
    line-height: 150%;
    color: #ffffff;
}

.sp-buttons {
    margin-top: -53px;
}

.sp-button {
    border: none;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    left: 883px;
    top: 713px;
    background: #e7e7e7;
}

.sp-button.sp-selected-button {
    background: #c3002f;
    box-shadow: 0 0 0px 2px #221f1f42;
    border-radius: 50%;
}

section.index-menu {
    background: #000;
    margin-top: 0;
}

.center-content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.center-content.bn {
    border: none;
}

.index-menu_content {
    background: linear-gradient(90deg, #000 66.5%, #ed1c24 34.5%);
    display: none;
}

.index-menu_content .center-content {
    border: none;
}

.index-menu_content > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.index-menu_content > div:first-child {
    flex-basis: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 170px;
}

.index-menu_content > div:first-child > div:first-child {
    flex-basis: 70%;
    display: flex;
    align-items: start;
    height: 185px;
}

.index-menu_content > div:first-child > div:first-child {
    flex-basis: 70%;
    display: flex;
    align-items: start;
    height: 185px;
}

.index-menu_content > div:first-child > div:last-child {
    flex-basis: 30%;
    margin-left: 20px;
}

.index-menu_content .aside {
    display: flex;
    align-items: center;
    padding: 0 20px 20px 0;
    height: 100%;
}

.index-menu_content .aside h3 {
    width: 140px;
    font-size: 26px;
    color: #fff;
}

.index-menu_content > div:first-child > div:first-child > div > div:first-child {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.index-menu_content > div:first-child > div > div:hover {
    opacity: 1;
}

.index-menu_content > div:first-child > div > div {
    opacity: 0.5;
    transition: opacity 200ms;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 150px;
    justify-content: space-around;
    height: 90%;
    margin-right: 80px;
}

.index-menu_content > div:first-child > div > div a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "nissan700", sans-serif;
    display: block;

    position: relative;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}

.index-menu_content div.contact-form * {
    width: 100%;
}

div.contact-form {
    padding: 10px 0 10px 40px;

    width: auto;
    min-width: 20%;

    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

div.contact-form h3 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.opacity {
    position: fixed;
    opacity: 0;
    z-index: -1;
    transition: all 150ms;
}

.opacity.show {
    position: fixed;
    background: rgba(0, 0, 0, 0.7490196078431373);
    width: 100vw;
    left: 0;
    top: 0;
    height: 100vh;
    opacity: 1;
    z-index: 3;
}

.opacity .help-block {
    color: #fff;
}

.page.contact-form {
    position: fixed;
    min-width: 400px;
    top: calc(50% - 13rem);
    left: calc(50% - 200px);
}

.page span.close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: 0.5;
}

.page span.close:hover {
    opacity: 0.7;
}

.page span.close:before,
.page span.close:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    top: 14px;
}

.page span.close:before {
    transform: rotate(45deg);
}

.page span.close:after {
    transform: rotate(-45deg);
}

.contact-form form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 355px;
}

.contact-form form > * {
    text-align: left;
    border: none;
    padding: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-form input {
    color: #000;
    font-size: 12px;
}

.contact-form input:hover,
.contact-form input:active,
.contact-form input:focus,
.contact-form button:hover,
.contact-form button:active,
.contact-form button:focus {
    outline: none;
}

.contact-form form > button {
    background: #000;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    border: none;
    width: 100%;
}

section.prom-news-carousel h4 {
    margin-top: 0;
    padding-top: 10px;
}

section.model-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: auto;
    z-index: 9;
    background: #fff;
    /*background: linear-gradient(120deg, #fff 75%, #ed1c24 21%);*/
    background: linear-gradient(120deg, #fff 70%, #ed1c24 30%);
    border-bottom: 1.5px solid #000;
    height: 60px;
    z-index: 888;
}

section#models {
    background: #fff;
    margin: 0;
    padding-bottom: 30px;
    padding-top: 30px;
}

section#models .red_button {
    width: 100%;
    display: none;
}

section#models .center-content {
    border: none;
}

.menu .models .red_button {
    display: none;
}

section#models .center-content .model .image > img {
    max-width: 100%;
}

section#models .center-content .model {
    max-width: 355px;
    width: 100%;
    padding: 20px;
}

section#models .center-content .model .title {
    margin-top: 20px;
}

section#models .center-content .model .more_info a:hover {
    text-decoration: none;
}

section#models .center-content .model .more_info {
    text-decoration: none;
    padding: 10px 0px !important;
}

section#models .center-content .model .more_info a .red_button {
    font-weight: bold;
    font-size: 14px;
    display: block;
    background: #c3002f;
    transition: 0.2s;
}

section#models .center-content .model .more_info a .red_button:hover {
    display: block;
    background: #a1002d;
}

section#models .center-content .model .model__wrapper {
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    padding: 20px;
    transition: 0.2s;
}

section#models .center-content .model .model__wrapper img {
    max-width: 273px;
    width: 100%;
}

section#models .center-content .model .model__wrapper:hover {
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 12%);
}

section#models .center-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

section#models h2,
section.technologies h2,
section.technologies h3 {
    max-width: 1102px;
    margin: 30px auto 60px auto;
    padding: 0;
}

#models h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: nissan700, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: bold;
    font-size: 40px;
}

.model .in-stock {
    position: relative;
    background: #eee;
    display: inline-block;
    color: #222;
    margin-top: 10px;
    transition: color 200ms;

    font-size: 14px;
    width: 100%;
    text-align: start;
    padding: 19px 20px;
    font-weight: bold;
}

.model .in-stock:before {
    position: absolute;
    top: 19px;
    right: 20px;
    font-weight: 900;
    content: "\E059";
    font-family: "iconsNative";
}
.model .in-stock:hover {
    color: #c3002f;
}

.advantages > h2 {
    margin-top: 193px;
}

section.technologies .center-content > div {
    flex-direction: column-reverse;
    display: flex;
}

section.technologies {
    display: none;
    background: #efefef;
    padding-top: 30px;
}

section.technologies h3 {
    margin-top: 0;
    font-size: 20px;
    padding-top: 30px;
}

section.technologies h2 {
    margin-bottom: 0;
}

section.technologies .tab-content iframe {
    width: 100%;
    min-height: 620px;
}

section.technologies .nav-tabs {
    border: none;
}

section.technologies ul.nav.nav-tabs {
    display: flex;
    text-align: center;
    font-size: 16px;
    padding-bottom: 30px;
    margin-top: -5px;
    justify-content: center;
}

section.technologies ul.nav.nav-tabs li a {
    color: #333;
    border: none;
    border-radius: 0;
    border-top: 2px solid transparent;
    transition: all 200ms;
}

section.technologies ul.nav.nav-tabs li.active a {
    color: #ed1c24;
    border-top: 2px solid #ed1c24;
    background: transparent;
}

section.technologies ul.nav.nav-tabs li a div {
    font-family: "nissan700", sans-serif;
}

section.technologies ul.nav.nav-tabs li a:hover {
    color: #ed1c24;
    background: transparent;
    border-top: 2px solid #ed1c24;
}

input[type="tel"] {
    text-transform: lowercase;
}

section.technologies ul.nav.nav-tabs li {
    width: 100%;
}

section.technologies .center-content {
    padding-bottom: 40px;
}

section.technologies .center-content p {
    text-align: center;
    font-size: 16px;
}

section.technologies .red_button {
    padding-right: 30px;
    display: none;
}

section.technologies .center-content a {
    text-align: center;
}

section.technologies .center-content a:hover {
    color: #ffffff;
    text-decoration: none;
}

section.technologies ul.nav.nav-tabs li:hover {
    color: #333;
}

.news {
    padding-top: 50px;

    background: #fff;
    background-color: #ebebeb;
}

section.news .news-content .red_button {
    width: 100%;
}

.news h2 {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 36px;
    font-family: nissan300;
    font-weight: bold;
}

h2:first-letter,
h1:first-letter,
h3:first-letter {
    text-transform: uppercase;
}

li.dropdown-menu-item .models.hide {
    display: none;
}

li.dropdown-menu-item .models {
    position: absolute;
    padding: 39px 135px 20px 153px;
    width: 100%;
    left: 0;
    top: 110px;
    margin: 0;
    z-index: 9 !important;
    background: #fff;
    border-bottom: 1px solid #000;
}

li.dropdown-menu-item .models .models-container {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 20px;
}

section.header li.dropdown-menu-item .models.to-buyers ul li a,
section.header li.dropdown-menu-item .models.mitsubishi-world ul li a {
    color: #000;
    transition: color 200ms;
    display: inline-block;
}

section.header li.dropdown-menu-item .models.to-buyers ul li a:hover,
section.header li.dropdown-menu-item .models.mitsubishi-world ul li a:hover {
    color: #999;
}

li.dropdown-menu-item .models .image > img {
    max-width: 80% !important;
    z-index: -1;
    position: relative;
}

.models-content {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.models-content > .model .price,
li.dropdown-menu-item .models > div .price {
    cursor: default;
}

.models-content > .model a {
    text-decoration: none;
}

section.model-systems.systems .center-content {
    border: none;
}

.models-content > .model img {
    max-width: 80%;
}

section#models .center-content > .model .title,
li.dropdown-menu-item .models > div .title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 150%;
    color: #000000;
    font-family: "nissan700", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

section#models .center-content > .model .title > span,
li.dropdown-menu-item .models > div .title > span {
    background: red;
    color: #fff;
    padding: 0px 4px;
    font-size: 10px;
    display: inline-block;
    position: relative;
    line-height: 2;
    left: 0px;
    margin-right: 5px;
    top: -2px;
}

.models-content > .model .price {
}

section#models .center-content > .model .price > span,
li.dropdown-menu-item .models > div .price > span {
    font-size: 15px;
    line-height: 150%;
    color: #000;
    font-family: "nissan700", sans-serif;
    font-weight: bold;
}

section#models .center-content > .model .price > span:first-child {
    font-size: 11px;
}

section#models .center-content > .model .price > span:first-child,
li.dropdown-menu-item .models > div .price > span:first-child,
li.dropdown-menu-item .models > div .price > span:last-child,
section#models .center-content > .model .price > span:last-child {
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
    font-family: "nissan300", sans-serif;
}

section#models .center-content > .model .price > span:first-child {
    font-size: 11px;
    color: #999;
}

.red_button {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 9px 35px 9px 20px;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    border-color: #c3002f;
    margin-top: 20px;
    font-family: "nissan300", sans-serif;
    outline: none;
    border: 1px solid #c3002f;
    text-transform: uppercase;
    cursor: pointer;
}

.dillers .center-content {
    border-bottom: none;
}

.red_button:hover,
.red_button:focus {
    color: #fff;
    text-decoration: none;
}

.red_button:before {
    position: absolute;
    top: 9px;
    right: 20px;
    font-weight: 900;
    content: "\F106";
    font-family: "Iconfont";
}

.advantages {
    margin: 50px 135px;
}

.advantages-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.advantages-content > ul {
    display: flex;
    justify-content: center;
    width: 100vw;
    background: #000;
    margin-top: 50px;
}

.advantages-content > ul li {
    flex-basis: 11%;
}

.advantages-content > ul li img {
    max-width: 100%;
}

.advantages-content > ul img {
    transform: scale(-1, 1);
}

.advantages-content .nav-tabs > li a {
    border: none;
}

.advantages-content .nav-tabs > li > a > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages-content .nav-tabs > li {
    margin-bottom: 0;
}

.advantages-content .nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
    transition: background-color 150ms;
}

.advantages-content .nav-tabs > li.active > a,
.advantages-content .nav-tabs > li.hover > a,
.advantages-content .nav > li > a:hover {
    color: #555555;
    border: none;
    background-color: #ed0000;
    height: 100%;
}

.advantages-content .nav-tabs > li.active > a {
    cursor: default;
}

.advantages-content .advantage-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}

.news-content {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.news-content > div {
    background-color: #fff;
    padding: 15px;
    flex-basis: 23%;
    box-sizing: border-box;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.news-content > div > a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.news-content > div > :nth-child(2) > img {
    max-width: 100%;
}

.news-content > div > div:nth-child(2) {
    font-size: 24px;
    line-height: 150%;
    color: #000;
    margin: 10px 0 5px 0;
}

.news-content > div > div:last-child {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.news-content > div > div:last-child > div:last-child {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 100%;
}

.news-content > div > div:last-child > div:first-child {
    font-family: "nissan300", sans-serif;
    line-height: 155%;
    margin-bottom: 10px;
}

.news-content > div > div:last-child > div:nth-child(2) {
    font-family: "nissan300", sans-serif;
    line-height: 150%;
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
    padding-bottom: 50px;
}

div#pop-up .modal-dialog,
div#pop-up-service .modal-dialog {
    width: 450px;
    margin: 30px auto;
}

div#pop-up .modal-content,
div#pop-up-service .modal-content {
    background: #ed1c24;
    color: #fff;
    border-radius: 0;
    padding: 0 40px;
}

div#pop-up form button,
div#pop-up-service form button {
    background: #000;
    padding: 10px 68px;
    font-size: 14px;
    font-family: "nissan300", sans-serif;
    border-radius: 0;
    outline: none;
}

div#pop-up .modal-footer,
div#pop-up-service .modal-footer {
    text-align: center;
}

div#pop-up .modal-content h3,
div#pop-up-service .modal-content h3 {
    font-family: "nissan300", sans-serif;
    font-size: 22px;
    text-align: center;
}

div#pop-up .modal-header,
div#pop-up-service .modal-header {
    border-bottom: none;
}

div#pop-up .modal-footer,
div#pop-up-service .modal-footer {
    border-top: none;
}

div#pop-up .modal-content form label,
div#pop-up-service .modal-content form label {
    width: 100%;
}

div#pop-up .modal-content form label span,
div#pop-up-service.modal-content form label span {
    margin: 6px 0 5px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

div#pop-up .modal-content form label span > span,
div#pop-up-service .modal-content form label span > span {
    color: red;
    font-weight: 900;
}

div#pop-up .modal-content input,
.modal-content textarea,
div#pop-up-service .modal-content input,
.modal-content textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    font-size: 16px;
    padding: 5px 0 5px 10px;
    color: #000;
}

div#pop-up .modal-content textarea,
div#pop-up-service .modal-content textarea {
    min-height: 135px;
    resize: none;
}

div#pop-up .modal-content,
div#pop-up-service .modal-content {
    background: #707070;
    color: #fff;
    border-radius: 0;
    padding: 0 40px;
    border: 1px solid #666666;
}

div#pop-up form button,
div#pop-up-service form button {
    background: #c3002f;
    padding: 10px 68px;
    font-size: 14px;
    font-family: "nissan300", sans-serif;
    border-radius: 0;
    outline: none;
}

div#pop-up form button:hover {
    color: #fff;
}

#pop-up-terms-of-use {
}

#pop-up-terms-of-use .modal-dialog {
    width: 60%;
}

#pop-up-terms-of-use .modal-content {
    padding: 30px;
}

.select span {
    font-size: 18px !important;
    margin-bottom: 4px !important;
}

.select {
    margin-bottom: 20px;
}

.modal-content form label {
    margin-bottom: 20px;
}

.modal-content form label span:first-child {
    margin: 0 !important;
    margin-bottom: 4px !important;
}

.footer-mobile-content {
    overflow: hidden;
}

.btn-more-info {
    position: relative;
    color: #c3002f;
    font-weight: bold;
}
.btn-more-info::before {
    position: absolute;
    top: 1px;
    right: -20px;
    font-weight: 900;
    content: "\E059";
    font-family: "iconsNative";
    font-size: 11px;
    color: #c3002f;
}
.news-link {
    text-decoration: none;
}
.news-link:hover {
    color: #94001e;
    text-decoration: none;
}
.news-link:hover:hover .btn-more-info {
    position: relative;
    color: #94001e;
    text-decoration: none;
}
.slide_path .red_button {
    background: #c3002f;
    max-width: 230px;
    width: 100%;
}

.slide_path a span {
    border: none;
}
/* .nissan-header {
}
.nissan-header__wrapper {
    position: relative;
}
.accord-info {
    position: absolute;
    top: 120px;
    z-index: 100000;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    max-height: 0px;
    transition: 0.5s;
}
.accord-wrapper {
    padding: 20px 50px;
}
.contact-nav-bar {
    background: #000;
    padding: 5px 0;
}
.contact-nav-bar ul {
    padding: 0 50px;
    display: flex;
    margin-bottom: 0;
}
.contact-nav-bar ul li {
    padding: 2px 20px;
    position: relative;
}
.contact-nav-bar ul li:nth-child(2) {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
.contact-nav-bar ul li a {
    color: #fff;
    font-size: 12px;

    font-family: nissan400;
}

.nissan-header__content {
    display: flex;
    background: #fff;
    padding: 0 50px;
    overflow: hidden;
    max-height: 1000px;
    height: 100%;
    transition: 0.3s;
    height: 400px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
}
.nissan-header-logo {
    padding: 20px;
    flex-basis: 10%;
}
.nissan-header-logo img {
    max-width: 80px;
    width: 100%;
}
.nissan-header__info {
    flex-basis: 100%;
}
.nissan-header__address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #000;
    padding: 7px 0;
}
.nissan-header__address h5 {
    font-family: nissan400;
}
.nissan-header__address div span {
    margin-left: 30px;
}

.nissan-header__address div span a {
    position: relative;
    text-decoration: none;
    color: black;
    font-family: nissan400;
}

.nissan-header__address div span:first-child a:before {
    position: absolute;
    content: url(../images/nissan/locationIcon.svg);
    top: 0;
    left: -20px;
    width: 16px;
    height: 15px;
}
.nissan-header__address div span:last-child a:before {
    position: absolute;
    content: url(../images/nissan/telephone.svg);
    top: 0;
    left: -20px;
    width: 16px;
    height: 15px;
}

.nissan-header__address div span:first-child a {
    text-decoration: underline;
    font-family: nissan400;
}
.nissan-header__address div span:first-child a:hover {
}
.menu {
    display: flex;
    justify-content: flex-end;
}
.menu ul {
    padding: 20px 0;
    display: flex;
    margin-bottom: 0;
}
.menu li {
    margin: 0 25px;
}
.menu li span,
.menu li a {
    color: #000;
    font-family: nissan400;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
}
.menu li span::before,
.menu li a::before {
    position: absolute;
    top: 5px;
    right: -15px;
    font-weight: 900;
    content: "\E059";
    font-family: "iconsNative";
    font-size: 8px;
    transform: rotate(90deg);
}
.menu li a::before {
    display: none;
}

.menu li span:hover,
.menu li a:hover {
    color: #c3002f;
    text-decoration: none;
    cursor: pointer;
} */

.nissan-header-mobile {
    display: none;
}
.nissan-header-mobile__wrapper {
    position: relative;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo-title {
    display: flex;
    align-items: center;
}
.nissan-header-logo {
    padding: 0;
}
.nissan-header-logo img {
    max-width: 50px;
    margin-top: 20px;
}
.header-title {
    margin-left: 25px;
}
.header-title h5 {
    font-size: 10px;
    font-family: nissan400;
}
.header-location-burger {
    padding: 20px 10px;
    cursor: pointer;
    border-left: solid 1px #000;
}
.header-location-burger div div {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: black;
}
.header-location-burger div div::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: black;
    bottom: 5px;
}
.header-location-burger div div::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: black;
    top: 5px;
}

.disp-flex {
    display: flex;
    flex-basis: 70px;
    align-items: center;
}
.header-phone {
    flex-basis: 30px;
}
.header-phone a {
    padding: 10px;
}
.header-phone img {
    width: 16px;
}

.adaptive-block {
    background: #fff !important;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    z-index: 200;
    border-right: solid 1px #c3c3c3;
    transition: 0.4s;
    transform: translateX(-3000px);
    overflow: auto;
}

.adaptive-block::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.adaptive-block::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}
.adaptive-block::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 3px;
}

.general-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.general-wrapper::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}
.general-wrapper::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 3px;
}

.adaptive-block__wrapper {
    position: relative;
    padding: 10px 20px;
}
.adaptive-block__btn-close-cross {
    padding: 20px 0;
    width: 30px;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.adaptive-block__btn-close-cross div {
    position: relative;
}

.adaptive-block__btn-close-cross div::before {
    content: "";
    border-radius: 2px;
    position: absolute;
    width: 16px;
    height: 2px;
    background: black;
    left: 0;
    top: 0;
    transform: rotate(45deg);
}
.adaptive-block__btn-close-cross div::after {
    content: "";
    border-radius: 2px;
    position: absolute;
    width: 16px;
    height: 2px;
    background: black;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
}
.adapt-menu {
    margin-top: 20px;
}
.adapt-menu li {
    margin: 10px 0;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}
.adapt-menu li a,
.adapt-menu li span {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    transition: 0.3s;
    font-family: nissan400;
}
.adapt-menu li::after {
    position: absolute;
    font-size: 20px;
    right: 10px;
    font-weight: 900;
    content: "\F106";
    font-family: "Iconfont";
    color: #222;
}
.adapt-menu li:hover:after {
    color: #c3002f;
}
.adapt-menu li:first-child:after {
    position: absolute;
    top: 9px;
    right: 9px;
    font-weight: 900;
    content: "\E059";
    font-family: "iconsNative";
}
.adapt-menu li:hover a,
.adapt-menu li:hover span {
    color: #c3002f;
}
.nissan-adapt-block-info {
    margin-top: 50px;
    padding-left: 30px;
    font-size: 16px;
}
.adapt-phone {
    margin-bottom: 20px;
}
.adapt-phone a {
    color: #666666;
    position: relative;
}
.adapt-phone a::before {
    position: absolute;
    content: url(../images/nissan/telephone.svg);
    bottom: 4px;
    left: -25px;
    width: 17px;
    height: 17px;
}
.nissan-adapt-work-time ul li {
    margin: 5px 0;
}
.nissan-adapt-work-time ul li:first-child {
    position: relative;
    margin-top: 20px;
    text-decoration: underline;
}
.nissan-adapt-work-time ul li:first-child::before {
    position: absolute;
    content: url(../images/nissan/clock.svg);
    bottom: 2px;
    left: -25px;
    width: 17px;
    height: 17px;
}
.nissan-adapt-work-time ul li:last-child {
    position: relative;
    margin-top: 20px;
    text-decoration: underline;
}
.nissan-adapt-work-time ul li:last-child a {
    color: #666666;
}
.nissan-adapt-work-time ul li:last-child::before {
    position: absolute;
    content: url(../images/nissan/locationIcon.svg);
    bottom: 3px;
    left: -25px;
    width: 20px;
    height: 20px;
    font-family: nissan400;
}

.block-shadow {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #55555559;
    z-index: 20;
}

.nissan-car-list__item img {
    width: 100%;
}
.nissan-car-list {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 21;
}
.nissan-car-list__wrapper {
    padding: 10px 20px;
}
.btn-back div {
    font-size: 16px;
    font-family: nissan400;
    position: relative;
    padding: 10px 0;
    padding-left: 30px;
    cursor: pointer;
}
.btn-back div::before {
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 20px;
    font-weight: 900;
    content: "\F105";
    font-family: "Iconfont";
    transform: rotate(360deg);
}
.nissan-car-list__container {
    margin-top: 50px;
}
.nissan-car-list__item {
    text-align: center;
}
.nissan-car-list__item h4 {
    color: #333333;
}
.nissan-car-list__item p {
    margin: 20px 0;
}
.nissan-car-list__item a {
    text-decoration: none;
}

.nissan-car-list {
    display: block;
    transition: 0.3s;
    transform: translateX(6000px);
}

.nissan-adapt-purchase-block {
    transform: translateX(3000px);
    position: absolute;
    width: 100%;
    background: #fff;
    top: 70px;
    left: 0;
    transition: 0.4s;
}
.nissan-adapt-purchase-block__wrapper {
    padding: 10px 20px;
    padding-bottom: 300px;
}

.adaptive-block__wrapper div:nth-child(2) .adapt-menu li:first-child:after {
    display: none;
}

.accord-wrapper {
    display: flex;
    flex-direction: column;
}

.menu-car-list {
    margin: 0 auto;
    max-width: 1520px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.menu-car-list__item {
    text-align: center;
    width: 100%;
}
.menu-car-list__item img {
    width: 100%;
}
.menu-car-list__item h4 {
    font-family: nissan400;
    color: #333333;
}
.menu-car-list__item a:hover {
    text-decoration: none;
}

.menu-nav-desktop {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.menu-nav-desktop__wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-basis: 100%;
}

.list-1 ul li,
.list-2 ul li,
.list-3 ul li {
    margin: 2px 5px;
    padding: 5px 10px;
}
.list-1 ul li:first-child,
.list-2 ul li:first-child,
.list-3 ul li:first-child {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    cursor: default;
}
.list-1 ul li a,
.list-2 ul li a,
.list-3 ul li a {
    text-decoration: none;
    color: #333333;
    font-family: nissan400;
    transition: 0.2s;
    text-transform: uppercase;
}
.list-1 ul li a:hover,
.list-2 ul li a:hover,
.list-3 ul li a:hover {
    color: #c3002f;
}
.adapt-menu li {
    text-transform: uppercase;
}

.home-page {
    font-family: NissanBrand-Regular;
}

/* ------------------------HomePage---------------------------- */

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

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

@font-face {
    font-family: NissanBrand-Regular;
    src: url(/web/fonts/nissan/NissanBrand-300.woff2);
}

@font-face {
    font-family: NissanBrand-Bold;
    src: url(/web/fonts/nissan/NissanBrand-400.woff2);
}

@font-face {
    font-family: NissanBrand-Bolder;
    src: url(/web/fonts/nissan/fonts/NissanBrand-700.woff2);
}

/*--------------------*/
.home-page {
    font-family: NissanBrand-Regular;
}

.popular-models {
    width: 100%;

    background: #fff;
}

.popular-models__wrapper {
    padding: 0 100px 100px;
    max-width: 1700px;
    margin: 0 auto;
}

.popular-models__title {
    padding-top: 40px;
    margin-bottom: 40px;
}

.popular-models__title h3 {
    font-size: 40px;
    text-align: center;
    font-family: NissanBrand-Bold;
    text-transform: uppercase;
}

.popular-models__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.popular-models__item {
    padding: 15px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #222;
    text-decoration: none;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.popular-models__item img {
    max-height: 184.5px;
    width: 100%;
    object-fit: cover;
}

.popular-models__item h5 {
    font-family: NissanBrand-Bold;
    padding-top: 10px;
    font-size: 24px;
    margin-bottom: 10px;
    min-height: 50px;
}

.popular-models__item p {
    font-size: 16px;
    padding-bottom: 10px;
    font-family: NissanBrand-Bold;
}

.popular-models__item .slog {
    min-height: 50px;
}

.popular-models__item .item-container {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popular-models__item:hover {
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 4px 24px 0 #b9b9b9;
    box-shadow: 0 4px 24px 0 #b9b9b9;
}

.slider-link {
    position: absolute;
    top: 50%;
    left: 12%;
}

.price {
    font-size: 12px !important;
}

.price span {
    font-size: 16px;
    font-family: NissanBrand-Bolder;
}

.link-more {
    background-color: #c3002f;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.link-more a {
    color: #fff;
    font-size: 14px;
    font-family: NissanBrand-Bolder;
}

.link-more:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #94001e;
}

.link-drive {
    background-color: #eee;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.link-drive a {
    color: #222;
    font-size: 14px;
    font-family: NissanBrand-Bolder;
}

.link-drive:hover a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #c3002f;
}

.link-more,
.link-drive {
    padding: 20px;
    margin: 15px 0;
    font-family: NissanBrand-Bolder;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.link-more::after,
.link-drive::after {
    position: absolute;
    content: "\F105";
    display: block;
    font-family: Iconfont !important;
    right: 10px;
    font-size: 18px;
    top: 18px;
}

.link-more a,
.link-drive a {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.link-more::after {
    color: #fff;
}

.home-nissan-finance {
    background-color: #fff;
    background-image: url("../../../images/home_page/finance.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-nissan-finance__wrapper {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.home-nissan-finance__wrapper > div {
    height: 400px;
    padding: 0px 100px;
}

.home-nissan-finance__content {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.home-nissan-finance__item {
    padding-bottom: 50px;
}

.home-nissan-finance__title {
    margin-bottom: 20px;
}

.home-nissan-finance__title h3 {
    font-size: 32px;
    font-family: NissanBrand-Bold;
}

.home-nissan-finance__text p {
    font-size: 16px;
    line-height: 25px;
}

.home-nissan-finance__botton {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px;
    padding: 20px 0px;
}

.home-nissan-finance__botton a {
    position: relative;
    width: 100%;
    padding: 20px 40px 20px 20px;
    background-color: #c3002f;
    color: #fff;
    font-size: 14px;
    font-family: NissanBrand-Bolder;
    text-transform: uppercase;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.home-nissan-finance__botton a::after {
    position: absolute;
    content: "\F105";
    font-family: Iconfont !important;
    top: calc(50% - 7px);
    right: 20px;
}

.home-nissan-finance__botton a:hover {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    background-color: #94001e;
}

.home-world-nissan {
    background: #fff;
    width: 100%;
    padding-top: 100px;
}

.home-world-nissan__wrapper {
    max-width: 1700px;
    padding: 0 100px 100px;
    margin: 0 auto;
}

.home-world-nissan__title {
    padding-bottom: 40px;
}

.home-world-nissan__title h3 {
    margin: 0;
    font-size: 36px;
    font-family: NissanBrand-Bold;
    text-align: center;
}

.home-world-nissan__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.home-world-nissan__item {
    padding: 16px;
    border: 1px solid #e7e7e7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.home-world-nissan__item:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 4px 24px 0 #b9b9b9;
    box-shadow: 0 4px 24px 0 #b9b9b9;
}

.home-world-nissan a {
    color: unset;
}

.home-world-nissan__img {
    margin-bottom: 20px;
}

.home-world-nissan__img img {
    width: 100%;
}

.home-world-nissan__text {
    margin-bottom: 40px;
    min-height: 60px;
}

.home-world-nissan__text p:first-child {
    font-size: 20px;
    font-family: NissanBrand-Bold;
    margin-bottom: 10px;
}

.home-world-nissan__text p:nth-child(2) {
    font-size: 14px;
    font-family: NissanBrand-Bold;
    margin-bottom: 15px;
}

.home-world-nissan__button div {
    position: relative;
    font-family: NissanBrand-Bolder;
    color: #c3002f;
    text-transform: uppercase;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.home-world-nissan__button div::before {
    position: absolute;
    content: "\F105";
    left: 100px;
    top: 0px;
    font-family: Iconfont !important;
    font-size: 15px;
}

.home-world-nissan__button div:hover {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    color: #94001e;
}

.home-know-more {
    background-color: #ebebeb;
}

.home-know-more__wrapper {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.home-know-more__content {
    padding: 100px 100px 100px;
}

.home-know-more__title {
    margin-bottom: 40px;
}

.home-know-more__title h3 {
    font-size: 36px;
    font-family: NissanBrand-Bold;
    text-align: center;
}

.home-know-more__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.home-know-more__item {
    background-color: #999;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.home-know-more__item:hover {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    background-color: #777;
}

.home-know-more__item a {
    color: #fff;
}

.home-know-more__item a p {
    position: relative;
    padding: 40px 16px 40px;
    text-align: center;
    font-size: 16px;
}

.home-know-more__item a p::before {
    content: "\F143";
    display: block;
    font-family: Iconfont !important;
    font-size: 50px;
    top: -40px;
    padding-bottom: 10px;
}

.home-know-more__item:nth-child(2) a p::before {
    content: "\F116";
}

.home-know-more__item:nth-child(3) a p::before {
    content: "\F145";
}

@media (max-width: 1024px) {
    .popular-models__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .home-world-nissan__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .popular-models__wrapper {
        padding: 40px 24px;
    }
    .popular-models__title h3 {
        font-size: 28px;
    }
    .home-nissan-finance__content {
        padding: 40px 24px !important;
    }
    .home-world-nissan__wrapper {
        padding: 40px 24px;
    }
    .home-know-more__content {
        padding: 40px 24px;
    }
    .home-know-more__list {
        grid-gap: 20px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
   .general-slider .swiper-pagination {
        border-radius: 20px;
        padding: 5px 5px;
        background-color: rgba(0, 0, 0, 0.199);
        position: absolute;
        left: calc(50% - 50px) !important;
        max-width: 90px;
        bottom: 5% !important;
    }
   .general-slider .swiper-pagination .swiper-pagination-bullet {
        padding: 0px;
        margin: 0 2px !important;
    }
    .swiper-slide {
        background-position: center;
    }
    .slider-link {
        position: inherit;
    }
}

@media (max-width: 768px) {
    .popular-models__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .home-nissan-finance {
        margin-bottom: 40px;
    }
    .home-world-nissan__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .home-know-more__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .home-know-more__item a p {
        text-align: start;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-gap: 10px;
    }
    .home-know-more__item a p::before {
        font-size: 30px;
        top: 0 !important;
        padding-bottom: 0;
    }
}

/*-----------brochures--------*/
.brochures {
    width: 100%;

    background: #fff;
}

.brochures__wrapper {
    padding: 0 100px 100px;
    max-width: 1520px;
    margin: 0 auto;
}

.brochures__title {
    padding-top: 40px;
    margin-bottom: 40px;
}

.brochures__title h3 {
    font-size: 40px;
    text-align: center;
    font-family: NissanBrand-Bold;
}

.brochures__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.brochures__item {
    padding: 15px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #222;
    text-decoration: none;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.brochures__item img {
    width: 100%;
}

.brochures__item h5 {
    font-family: NissanBrand-Bold;
    padding-top: 10px;
    font-size: 22px;
    margin-bottom: 0px;
    min-height: 50px;
}

.brochures__item p {
    font-size: 16px;
    padding-bottom: 10px;
    font-family: NissanBrand-Bold;
}

.brochures__item .slog {
    min-height: 50px;
}

.brochures__item .item-container {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.brochures__item:hover {
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 4px 24px 0 #b9b9b9;
    box-shadow: 0 4px 24px 0 #b9b9b9;
}
.brochures-slog {
    font-size: 14px !important;
}
.brochures-item-container div {
    margin: 25px 0;
}

.brochures a {
    position: relative;
    color: #c3002f;
    font-size: 14px;
    padding: 5px 0;
    font-family: NissanBrand-Bold;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.4s;
}
.brochures a:hover {
    color: #7d001e;
}
.brochures a:after {
    position: absolute;
    content: "\F106";
    transform: rotate(90deg);
    right: -20px;
    font-family: Iconfont !important;
}
.wrap {
    background: #fff;
}

@media (max-width: 1200px) {
    .brochures__list {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 680px) {
    .brochures__list {
        grid-template-columns: 1fr;
    }
    .brochures__wrapper {
        padding: 10px 15px 50px;
    }
}

.home-page-menu {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    border-color: #dcdcdc currentcolor;
    border-top: 1px solid #dcdcdc;
    background: #fff;
}
.home-page-menu__wrapper {
    padding: 0px 100px;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.home-page-menu__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-page-menu__wrap ul {
    margin-bottom: 0;
    display: flex;
    grid-gap: 25px;
    cursor: pointer;
}

.home-page-menu__wrap ul li {
    text-transform: uppercase;
    font-size: 16px;
    font-family: NissanBrand-Regular;
    padding: 15px 0 15px;
    color: rgb(87, 86, 86);
    transition: .3s;
     border-bottom: solid 4px #fff;
}

.home-page-menu__wrap ul li.item-active {
     border-bottom: solid 4px #c3002f;
    color: #000;
    transition: .3s;

}

.home-page-menu__wrap ul li:hover {
   color: #000;
}

.btn-special-offers {
    flex-basis: 290px;
}

.btn-special-offers button {
    position: relative;
    background: #c3002f;
    color: #fff;
    padding: 12px 0px 12px 15px;
    max-width: 100%;
    width: 100%;
    text-align: start;
    font-family: nissan400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.43;
    border-radius: 2px;
    display: flex;
    grid-gap: 10px;
}

.btn-special-offers button::after {
    transform: rotate(90deg);
    flex-basis: 10px;
    content: "\F106";
    display: block;
    font-family: Iconfont!important;
}

@media(max-width:1220px){
   .home-page-menu{
        display: none;
   }
}

.home-page-page{
    overflow: hidden;
}



input:focus,textarea:focus{
    outline: none !important
}