@font-face {
	font-family: 'Nissan';
	font-weight: 400;
    src: url('./fonts/NissanBrand-Regular.eot');
    src: url('./fonts/NissanBrand-Regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/NissanBrand-Regular.woff2') format('woff2'),
         url('./fonts/NissanBrand-Regular.woff') format('woff'),
         url('./fonts/NissanBrand-Regular.ttf')  format('truetype'),
         url('./fonts/NissanBrand-Regular.svg#Nissan Brand') format('svg');
}
@font-face {
    font-family: 'Nissan';
	font-weight: 700;
    src: url('./fonts/NissanBrand-Bold.eot');
    src: url('./fonts/NissanBrand-Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/NissanBrand-Bold.woff2') format('woff2'),
         url('./fonts/NissanBrand-Bold.woff') format('woff'),
         url('./fonts/NissanBrand-Bold.ttf')  format('truetype'),
         url('./fonts/NissanBrand-Bold.svg#Nissan Brand') format('svg');
}
body {
    font-size: 18px;
    color: #262626;
    font-family: 'Nissan';
    font-weight: 400;
    /* background-image: url(./images/body-bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
    /*background-color: #d9d9d9;*/
}
    .container-fluid {
   padding-left: 65px;
   padding-right: 65px;
   max-width: 1920px;
   margin: 0 auto;
 }

a { text-decoration: none; color: #fff; }
a:hover{color: #fff;}
h1,h2,h3,h4{font-family: 'Nissan';}
h3 { font-size: 34px; color: #bc0023; line-height: 36px; font-weight: 700;}
h4 { font-size: 32px; font-weight: 400; line-height: 40px;}
h5 { font-size: 26px; font-weight: 400; line-height: 30px;}

.fill-btn {
    border: 2px solid #ffffff;
    /*border: none;*/
    border-radius: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    line-height: 27px;
    padding: 15px 20px;
    min-width: 200px;
    background: rgb(207,0,44);
    background: linear-gradient(180deg, rgba(207,0,44,1) 0%, rgba(179,0,21,1) 100%);
    text-transform: uppercase;
    min-width: 200px;
    display: inline-block;
    text-align: center;
   
}
header {
    padding: 31px 0px 51px 0px;
   position: relative;
}
header:after {
    background: rgb(189,0,36);
background: linear-gradient(90deg, rgba(189,0,36,1) 0%, rgba(185,0,31,1) 100%);
    padding: 51px 0px;
    clip-path: polygon(0 1%, 100% 0, 100% 38%, 0% 100%);
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 60px;
}
/*.banner {*/
/*    text-align: center;*/
/*    padding: 100px 0px;*/
/*}*/
.banner {
    text-align: center;
    padding: 0px 0px;
}
.banner-pic {margin-bottom: 35px;}
.banner-pic img {max-width: 500px;}
.form-block {padding: 80px 0px;}
.banner-video {height: 100%;}
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middle-block {    text-align: center;}
/*.scroll-pic {*/
/*    color: #dbdbdb;*/
/*    font-weight: 600;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 80px 0px;*/
/*    text-transform: uppercase;*/
/*}*/
.scroll-pic {
    color: #dbdbdb;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 80px 0px;
    text-transform: uppercase;
}

.scroll-pic img {
    cursor: pointer;
    max-width: 70px;
}
.middle-block .container-fluid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px;
}
.personality-col h4, .succeed-col h4{
    text-align: center;
	margin: 0;
}
.personality-col {
    text-align: left;
    padding-bottom: 30px;
}
.succeed-col {
    text-align: right;
    padding-bottom: 30px;
    position: relative;
}
.succeed-col:after {
    content: "";
    background: rgb(46,46,46);
    background: radial-gradient(circle, rgba(46, 46, 46, 1) 0%, rgb(233 233 233) 100%);
    height: 3px;
    width: 57%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
}
.personality-col h4, .succeed-col h4 {
    text-align: center;
    margin: 0;
}
.personality-col img {
    margin-top: -20px;
    margin-left: -60px;
    max-width: 80px;
}
.succeed-col img {
    margin-top: -40px;
    margin-right: -40px;
    max-width: 130px;
}

.succeed-col h4 {    font-weight: 700;}
form {
    border: 2px solid #b62237;
    padding: 60px 30px 30px 60px;
    text-align: left;
    background: transparent;
    margin-top: 35px;
}
label {
    font-size: 32px;
    font-weight: 400;
}
.field {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 64%;
    margin-bottom: 40px;
}
.field input, .click-field input, .click-field textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid #aeaeae;
    width: 100%;
	background-color: transparent;
}
.forn-btn {text-align: right;}
form h4 {margin-bottom: 20px;}
.check-field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.check-field span {
    display: flex;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
}
.check-field input:checked + span {
    background: #bc1932;
	border-color: #bc1932;
}
.check-field input {
    cursor: pointer;
    opacity: 0;
    width: 0px;
    height: 0px;
    position: absolute;
}
.check-field label a {
    color: #bc1932;
}
.click-field {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    /*display: none;*/
    transition: 0.2s;
    position: relative;
}
.check-field input:checked ~ .click-field {
    display: flex;
}
.click-field input {
    position: static;
    opacity: 1;
    padding-bottom: 10px;
}
.click-field input {
    max-width: 71%;
    font-family: 'Nissan';
    
}

.click-field textarea {
    height: 120px;
    border: 1px solid;
    border-color: #999999;
}

.check-field input:checked ~ .click-field {display: flex;}
.click-field .field {margin: 10px 0px;}

footer {
   background-image: url(./images/footer-bg.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
	padding: 25px 0;
}
footer .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-lick {
    display: flex;
    align-items: center;
    gap: 25px;
}
.footer-left {
    display: flex;
    align-items: center;
    gap: 50px;
}
ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 0px;
}

a.footer-logo img, .header-left img {max-width: 200px;}
a.brand img {max-width: 75px;}
.social-lick img { max-width: 43px;}
.col-md-6.banner-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a.scroll-pic:hover {color: #dbdbdb;}

.modal-popup {
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
}
.term-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 80%);
}
.term-popup.intro {
    display: flex;
}
.popup-body {
    padding: 20px;
    height: 300px;
    overflow-y: auto;
}
.popup-btns {
    text-align: center;
    padding: 10px 15px 30px 15px;
}
a.border-btn {
    border: none;
    border-radius: 30px;
    color: #cf002c;
    font-weight: 400;
    font-size: 25px;
    line-height: 27px;
    padding: 15px 20px;
    min-width: 200px;
    border: 1px solid #cf002c;
    text-transform: uppercase;
    min-width: 200px;
    display: inline-block;
    text-align: center;
}
.modal-popup h4 {
    background: #c10020;
    color: #fff;
    text-align: center;
    padding: 12px;
}


@media(max-width:1199px){
    .header-left {gap: 30px;}
    .banner-pic img {max-width: 100%;}
    ul {gap: 30px;}
    .fill-btn, a.border-btn { font-size: 22px; line-height: normal; padding: 12px 14px; min-width: 180px; }
    h3{font-size: 30px;}
    h4{font-size: 26px; line-height: 30px;}
    .scroll-pic {padding: 60px 0px;}
    .form-block {padding: 60px 0px;}
    form {padding: 40px 25px 25px 40px; margin-top: 25px;}
    label {font-size: 26px;}
    .field {margin-bottom: 25px;}
    .footer-left {gap: 30px;}
    .social-lick {gap: 20px;}
    .social-lick img {max-width: 35px;}
    .banner {padding: 70px 0px;}
    .container-fluid {padding-left: 45px; padding-right: 55px;}
    .succeed-col img {margin-right: 0; max-width: 130px;}
    .personality-col img {margin-left: -30px;}
    .middle-block .container-fluid {max-width: 920px;}
}

@media(max-width:991px){
    h3 {font-size: 26px;line-height: 33px;}
    h4 {font-size: 22px;}
    h3 br{display: none;}
    .banner { padding: 50px 0px;}
    .scroll-pic {padding: 40px 0px;}
    .personality-col,   .succeed-col {padding-bottom: 0;}
    .form-block {padding: 40px 0px;}
    form { padding: 25px; margin-top: 25px;}
    label {font-size: 22px;}
    .field {margin-bottom: 20px;}
    .container-fluid { padding-left: 25px; padding-right: 25px; }
    .fill-btn, a.border-btn { font-size: 20px; padding: 10px 14px; min-width: 160px;}
    footer .container-fluid { flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px;}
    ul {gap: 20px;}
    .footer-left { gap: 20px;}
    header {padding: 20px 0px 30px 0px;}
    a.footer-logo img, .header-left img {max-width: 170px;}
    .middle-block .container-fluid { max-width: 720px;}
    .banner-pic { margin-bottom: 20px;}
    body {font-size: 17px;}
}

@media(max-width:767px){
    h4 {font-size: 18px; line-height: 26px;}
    label {font-size: 18px;}
    h3 {font-size: 22px; line-height: 30px;}
    .container-fluid {padding-left: 15px; padding-right: 15px;}
    a.footer-logo img, .header-left img {max-width: 130px;}
    .footer-left { flex-wrap: wrap;align-items: center;justify-content: center;}
    ul.main-menu {display: none;}
    .fill-btn, a.border-btn { font-size: 16px; padding: 7px 14px; min-width: 130px;}
    .succeed-col img { margin-right: 0; max-width: 105px; margin-top: -10px; padding-bottom: 10px}
    .banner, .form-block  {   padding: 25px 0px;}
    .scroll-pic {   padding: 0px 0px 26px 0px;}
    form {   padding: 15px;   margin-top: 15px;}
    .middle-block .container-fluid { padding: 0px 15px;}
    .forn-btn { text-align: right; padding-top: 20px;}
    body { font-size: 16px;}
    .banner-pic img { max-width: 200px;}
    .banner-pic { margin-bottom: 12px;}
    .banner .row { flex-direction: column-reverse; row-gap: 25px;}
    .click-field input, .click-field textarea, .field { max-width: 100%; width: 100%;}
    .popup-body {
        padding: 0px 15px;
    }
}

input {
    font-family: 'Nissan';
}

select {
    word-wrap: normal;
    background-color: #f5f5f5 !important;
    padding: 6px 10px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #aeaeae !important;
}