.brand-color {
    color: #1464f4
}

:root {
    --input-height: 56px;
    --primary-color: #1464f4;
    --label-floating-color: #8a8a8a;
    --text-color: #3c3c3c
}

.modal-backdrop {
    --bs-backdrop-zindex: 1049
}

input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
    border: 1px solid #d9e1e2!important;
    -webkit-box-shadow: inset 0 0 0 1000px #fff
}

.form-label-group {
    position: relative
}

.form-label-group input,.form-label-group label,.form-label-group select {
    border: 1px solid #d9e1e2;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    height: var(--input-height);
    line-height: 24px;
    padding: 1rem;
    width: 100%
}

.form-label-group input:focus,.form-label-group label:focus,.form-label-group select:focus {
    outline: none
}

.form-label-group input[disabled]~label,.form-label-group label[disabled]~label,.form-label-group select[disabled]~label {
    color: #8a8a8a!important
}

.form-label-group input[disabled]~span,.form-label-group label[disabled]~span,.form-label-group select[disabled]~span {
    background: #f0f3f3
}

.form-label-group select.error+.select2-container .select2-selection,.form-label-group select.is-invalid+.select2-container .select2-selection {
    border-color: #dc3545!important
}

.form-label-group .select2-container {
    width: 100%!important
}

.form-label-group .select2-container--disabled .select2-selection {
    background-color: #f0f3f3!important
}

.form-label-group .select2-container .select2-selection {
    background-color: transparent;
    border: 1px solid #d9e1e2;
    border-radius: 2px;
    height: var(--input-height);
    line-height: var(--input-height);
    padding: 0 15px
}

.form-label-group .select2-container .select2-selection .select2-selection__rendered {
    bottom: 0;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    max-width: calc(100% - 50px);
    position: absolute
}

.form-label-group .select2-container .select2-selection__arrow {
    height: 100%!important;
    margin-right: 15px;
    width: 12px!important
}

.form-label-group .select2-container .select2-selection__arrow b {
    background: url(../../images/vfast/ic-down-arrow.png) 0 0 no-repeat;
    border: 0;
    border-color: transparent!important;
    border-width: 0!important;
    display: block;
    height: 8px!important;
    margin-top: -4px!important;
    padding: 0;
    transition: all .2s;
    width: 12px!important
}

.form-label-group label {
    border: 1px solid transparent;
    border-radius: .25rem;
    color: var(--text-color);
    cursor: text;
    display: block;
    left: 0;
    line-height: 1.5;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .1s ease-in-out;
    width: 100%
}

.form-label-group label.required:after {
    color: var(--primary-color);
    content: "*";
    margin-left: 5px
}

.form-label-group input::-moz-placeholder {
    color: transparent!important
}

.form-label-group input::placeholder {
    color: transparent!important
}

.form-label-group input:not(:-moz-placeholder),.form-label-group input:not(:-moz-placeholder-shown) {
    padding-bottom: 0;
    padding-top: 25px
}

.form-label-group input:not(:placeholder-shown) {
    padding-bottom: 0;
    padding-top: 25px
}

.form-label-group .amount-down {
    cursor: pointer;
    left: 19px;
    position: absolute;
    top: 30px
}

.form-label-group .amount-up {
    cursor: pointer;
    position: absolute;
    right: 19px;
    top: 30px
}

.form-label-group input#amount:not(:-moz-placeholder) {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.form-label-group input#amount:not(:placeholder-shown) {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.form-label-group input:not(:-moz-placeholder-shown)~label {
    color: var(--label-floating-color);
    font-size: 12px;
    padding-bottom: .25rem;
    padding-right: 2.5rem;
    padding-top: .25rem
}

.form-label-group input:not(:-moz-placeholder-shown)~label.required:after {
    color: inherit
}

.form-label-group input:not(:-moz-placeholder)~label {
    color: var(--label-floating-color);
    font-family: Mulish;
    font-size: 12px;
    padding-bottom: .25rem;
    padding-right: 2.5rem;
    padding-top: .25rem
}

.form-label-group input:not(:placeholder-shown)~label {
    color: var(--label-floating-color);
    font-family: Mulish;
    font-size: 12px;
    padding-bottom: .25rem;
    padding-right: 2.5rem;
    padding-top: .25rem
}

.form-label-group input:-webkit-autofill~label {
    font-family: Mulish;
    font-size: 12px;
    padding-bottom: .25rem;
    padding-right: 2.5rem;
    padding-top: .25rem
}

.form-label-group input:-webkit-autofill~label.required:after {
    color: inherit
}

.form-label-group .select2-container~label {
    color: var(--label-floating-color);
    font-size: 12px;
    padding-bottom: .25rem;
    padding-right: 2rem;
    padding-top: .25rem
}

.form-label-group .select2-container~label.required:after {
    color: inherit
}

.form-label-group select.select2-label-placeholder~label {
    height: auto
}

.form-label-group select.select2-label-placeholder.select2-empty~label {
    color: #1f2125;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    top: calc(var(--input-height)/2);
    transform: translateY(-50%);
    transition: all .1s ease-in-out
}

.form-label-group select.select2-label-placeholder.select2-empty~label:after {
    color: #1464f4
}

.form-label-group.has-icon.root_numText .num_text {
    right: 3rem
}

.form-label-group.has-icon .icon {
    height: var(--input-height);
    position: absolute;
    right: 0;
    top: 0
}

.form-label-group.has-icon .icon svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .1s ease-in-out
}

.form-label-group.has-icon .prefix-icon svg {
    height: var(--input-height);
    left: 16px;
    position: absolute;
    top: 0
}

.form-label-group.has-icon .suffix-icon svg {
    height: var(--input-height);
    position: absolute;
    right: 16px;
    top: 0
}

.form-label-group.has-icon input,.form-label-group.has-icon select {
    padding-right: 3rem
}

.form-label-group.has-icon input.js_numText,.form-label-group.has-icon select.js_numText {
    padding-right: 6rem
}

.form-label-group.has-icon .select2-search~.icon svg,.form-label-group.has-icon .select2~.icon svg {
    right: 2.5rem
}

.form-label-group.has-icon .select2 .select2-selection__arrow,.form-label-group.has-icon .select2-search .select2-selection__arrow {
    margin-right: 15px
}

.form-label-group.has-icon label {
    left: 0
}

.form-label-group.has-icon .select2-container .select2-selection {
    padding-right: 4rem
}

.form-label-group.has-icon .select2-selection__rendered {
    max-width: calc(100% - 4rem)
}

@supports(-ms-ime-align:auto) {
    .form-label-group {
        display: flex;
        flex-direction: column-reverse
    }

    .form-label-group label {
        position: static
    }

    .form-label-group input::-ms-input-placeholder {
        color: var(--label-floating-color)
    }
}

input.is-invalid,input.is-invalid:hover {
    border: 1px solid #dc3545!important;
    border-radius: 3px
}

.is-success,.is-success-carDeposit {
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.is-success-carDeposit {
    padding-left: 10%
}

#select2-scheduleTime {
    direction: rtl;
    position: absolute;
    right: 0;
    width: 80vw
}

#select2-scheduleTime #scheduleTimeSession {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 20px
}

#select2-scheduleTime #scheduleTimeSession>div {
    background-color: #f8f9fa;
    display: flex;
    margin-top: 20px;
    width: 100%
}

#select2-scheduleTime #scheduleTimeSession>div button {
    color: #707070;
    flex: 1 1 50%;
    font-size: 16px;
    line-height: 24px;
    margin: 4px
}

#select2-scheduleTime #scheduleTimeSession>div button.btn-primary {
    color: #fff
}

@media screen and (max-width: 320px) {
    #select2-scheduleTime #scheduleTimeSession>div {
        flex-direction:column
    }

    #select2-scheduleTime #scheduleTimeSession>div button {
        line-height: 40px;
        margin: 0
    }
}

#select2-scheduleTime .select2-container--open {
    left: auto;
    max-width: 448px;
    right: 0
}

#select2-scheduleTime #select2-scheduleTime-results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: unset;
    padding: 20px 15px 14px
}

@media screen and (max-width: 375px) {
    #select2-scheduleTime #select2-scheduleTime-results {
        padding:20px 18px
    }
}

@media screen and (max-width: 280px) {
    #select2-scheduleTime #select2-scheduleTime-results {
        padding:20px 4px
    }
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    border: 1px solid #dbe1e3;
    border-radius: 3px;
    flex: 0 0 calc(25% - 10px);
    font-size: 16px;
    margin: 0 5px 10px;
    text-align: center
}

@media screen and (max-width: 375px) {
    #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
        padding:5px
    }
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover,#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
    background-color: #1464f4!important;
    border-color: #1464f4;
    color: #fff!important
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
    background-color: unset!important;
    border: 1px solid #dbe1e3;
    color: #1f2125!important
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
    background-color: #f8f9fa;
    border-color: #f8f9fa!important;
    color: #8a8a8a;
    pointer-events: none
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
    display: none
}

#ui-datepicker-div {
    padding: 0;
    width: 27em
}

@media screen and (max-width: 767px) {
    #ui-datepicker-div {
        left:50%!important;
        transform: translateX(-50%);
        width: 90%
    }

    #ui-datepicker-div .ui-datepicker-calendar {
        border-spacing: 6px!important
    }
}

#ui-datepicker-div .ui-datepicker-header {
    align-items: center;
    background-color: #fff;
    border: unset;
    display: flex;
    flex-direction: row;
    height: 44px;
    justify-content: space-between
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    font-size: 16px;
    font-weight: 700
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
    background-image: url(../../images/ic-black-arrow.svg);
    background-position: unset
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    transform: scaleX(-1)
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
    background: unset;
    border: unset
}

#ui-datepicker-div .ui-datepicker-header a {
    top: unset
}

@media screen and (max-width: 767px) {
    #ui-datepicker-div .ui-datepicker-header {
        padding:2em 0
    }
}

#ui-datepicker-div .ui-datepicker-calendar {
    border-collapse: separate!important;
    border-spacing: 10px
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dbe1e3;
    border-radius: 3px;
    color: #1f2125;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    width: 40px
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active,#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
    background: #f0f3f3;
    border: 1px solid #8a8a8a;
    color: #000
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
    background: #7a99ac;
    color: #fff
}

#ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
    border-collapse: collapse!important
}

#ui-datepicker-div .ui-datepicker-month,#ui-datepicker-div .ui-datepicker-year {
    border: 1px solid #d9e1e2;
    border-radius: 3px;
    box-sizing: border-box;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    padding: 5px;
    width: auto
}

#ui-datepicker-div .no-place-day {
    cursor: default!important;
    pointer-events: none
}

#ui-datepicker-div .no-place-day .ui-state-default {
    background: #f0f3f3;
    border: 1px solid #d9e1e2!important;
    color: #92a0b2;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#ui-datepicker-div .ui-widget-content .ui-state-disabled {
    opacity: 1
}

#ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
    animation: none;
    background: none;
    border: 1px solid #d9e1e2;
    color: #d9e1e2
}

.no-place {
    align-items: center;
    display: flex;
    float: left;
    padding: 0 20px 20px;
    position: relative
}

.no-place:before {
    border: 1px solid #8098ab;
    border-radius: 3px;
    box-sizing: border-box;
    color: #8098ab;
    content: "X";
    display: flex;
    height: 22px;
    justify-content: center;
    position: absolute;
    width: 22px
}

.no-place span {
    margin-left: 35px
}

.date-picker-today {
    gap: 10px
}

.date-picker-today,.date-picker-today p {
    align-items: center;
    display: flex;
    justify-content: center
}

.date-picker-today p {
    background: #7a99ac;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    margin: 0;
    width: 25px
}

.date-picker-today span {
    color: #1f2125;
    font-size: 13px;
    line-height: 16px
}

#ui-datepicker-div,.select2-dropdown {
    box-shadow: 0 16px 48px rgba(0,0,0,.176)
}

.vf-modal-popup .modal-dialog {
    min-width: unset;
    width: 436px
}

.vf-modal-popup .modal-content {
    padding: 30px
}

.vf-modal-popup .modal-body img {
    margin-bottom: 30px;
    max-width: 98px
}

.vf-modal-popup .modal-body .title {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 30px;
    text-transform: none
}

.vf-modal-popup .modal-body .desc {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    text-align: left
}

.vf-modal-popup .modal-body .group-button {
    text-align: center
}

.vf-modal-popup .modal-body .group-button .btn-primary,.vf-modal-popup .modal-body .group-button button {
    align-items: center;
    background: #1464f4;
    border-color: transparent;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 20px;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-transform: uppercase
}

.vf-modal-popup .modal-body .group-button .btn-primary:hover,.vf-modal-popup .modal-body .group-button button:hover {
    opacity: .8
}

#vpoint-section,.vinclub-promotion {
    display: flex;
    flex-direction: column;
    gap: 8px
}

#vpoint-section>li,.vinclub-promotion>li {
    margin-bottom: 0!important
}

#vpoint-section .available-vpoint .vpoint,.vinclub-promotion .available-vpoint .vpoint {
    color: #92a0b2;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left
}

#vpoint-section #usingVPoints input[name=usingVPoints],.vinclub-promotion #usingVPoints input[name=usingVPoints] {
    border: 1px solid #1464f4;
    border-radius: 3px;
    padding-bottom: 5px
}

#vpoint-section #usingVPoints .vpoint-amount,.vinclub-promotion #usingVPoints .vpoint-amount {
    color: #dc3545!important;
    padding-right: 1rem;
    position: absolute;
    right: 0;
    top: 25px
}

#vpoint-section #usingVPoints .do-recalc-vpoint,.vinclub-promotion #usingVPoints .do-recalc-vpoint {
    color: #1464f4;
    cursor: pointer
}

.car-common-popup-lead .modal-dialog {
    max-width: unset;
    min-width: unset
}

.car-common-popup-lead .modal-content {
    border: 0
}

.car-common-popup-lead .modal-content .modal-body {
    align-self: center;
    overflow-x: hidden;
    padding: 0
}

.car-common-popup-lead .modal-content .modal-body .common-lead-container {
    display: flex;
    max-width: 900px;
    width: 80vw
}

.car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: flex
}

@media screen and (max-width: 768px) {
    .car-common-popup-lead .modal-content .modal-body .lead-kv {
        display:none
    }
}

.car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .car-common-popup-lead .modal-content .modal-body h3 {
        margin-bottom:20px
    }
}

.car-common-popup-lead .modal-content .modal-body .form-subtitle,.car-common-popup-lead .modal-content .modal-body h3 {
    text-align: center
}

.car-common-popup-lead .modal-content .modal-body img {
    width: 100%
}

.car-common-popup-lead .modal-content .modal-body .title {
    border-bottom: 1px solid var(--under-line-gray);
    color: var(--new-3-c-3-c-3-cvf-dark-grey,#3c3c3c);
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.car-common-popup-lead .modal-content .modal-body .intro {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px
}

.car-common-popup-lead .modal-content .modal-body .email-form {
    overflow-y: auto;
    padding: 30px;
    text-align: center;
    width: 100%
}

.car-common-popup-lead .modal-content .modal-body .registration-btn {
    gap: 12px
}

.car-common-popup-lead .modal-content .modal-body .registration-btn>.outline-btn {
    background: #fff;
    color: #1464f4;
    height: 48px;
    max-width: 100%;
    padding: 16px
}

.car-common-popup-lead .modal-content .close {
    cursor: pointer;
    opacity: 1;
    position: relative
}

.car-common-popup-lead .modal-content .close:focus {
    outline: none
}

.car-common-popup-lead .modal-content .form-subscribe {
    margin: 0 auto
}

.car-common-popup-lead .modal-content .form-subscribe .form-title {
    border-bottom: 1px solid #d9e1e2;
    display: block;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center
}

.car-common-popup-lead .modal-content .form-subscribe .form-group {
    gap: 12px;
    margin-bottom: 0
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>input[type=text] {
    border-radius: 3px;
    outline: none;
    width: 100%
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>input[type=text]::-moz-placeholder {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>input[type=text]::placeholder {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>.invalid-feedback {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 16px;
    text-align: left
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>.label {
    color: #3c3c3c;
    text-align: left
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>.label.required:after {
    display: inline-block
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
    color: #dc3545;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 16px;
    text-align: left
}

.car-common-popup-lead .modal-content .form-subscribe .form-control {
    background: #fff;
    border: 1px solid #d9e1e2;
    border-radius: 0;
    color: #8a8a8a;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 150%;
    padding: 7px 16px;
    padding-left: 16px!important;
    width: 100%
}

@media(min-width: 992px) {
    .car-common-popup-lead .modal-content .form-subscribe .form-control {
        font-size:.833vw
    }
}

@media(max-width: 767px) {
    .car-common-popup-lead .modal-content .form-subscribe .form-control {
        font-size:4.267vw
    }
}

.car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
    color: #8a8a8a
}

.car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
    color: #8a8a8a
}

.car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
    background-color: #1464f4;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    letter-spacing: 1.2px;
    min-height: 48px;
    outline: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

.car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
    background-color: #8a8a8a
}

.car-common-popup-lead .modal-content .form-subscribe .check-email {
    color: #dc3545;
    display: none;
    font-size: 14px;
    font-weight: 600;
    text-align: left
}

@media(min-width: 992px) {
    .car-common-popup-lead .modal-content .form-subscribe .check-email {
        font-size:12px
    }
}

.car-common-popup-lead .modal-content .form-subscribe .check-email.show {
    display: block;
    margin-top: 6px
}

.car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
    display: none
}

.car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
    position: relative
}

.car-common-popup-lead .modal-content .term {
    margin-top: 24px
}

.car-common-popup-lead .modal-content .term p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left
}

.car-common-popup-lead .modal-content .term p:last-child {
    margin-bottom: 0
}

.car-common-popup-lead .modal-content .term a {
    color: #1464f4
}

.car-common-popup-lead .modal-content .term a:hover {
    text-decoration: underline!important
}

#modal-lead-register-thank .modal-header {
    align-items: center;
    border: 0;
    border-radius: 0;
    justify-content: center;
    margin-bottom: 16px;
    padding: 0
}

#modal-lead-register-thank .modal-dialog {
    background: #fff;
    border-radius: 4px;
    min-width: 654px
}

@media screen and (max-width: 768px) {
    #modal-lead-register-thank .modal-dialog {
        min-width:313px
    }
}

#modal-lead-register-thank .header--logo {
    align-items: center;
    display: flex;
    justify-content: center
}

#modal-lead-register-thank .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 30px
}

@media screen and (max-width: 768px) {
    #modal-lead-register-thank .modal-content {
        padding:30px 16px
    }
}

#modal-lead-register-thank .modal-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    text-align: center
}

#modal-lead-register-thank .modal-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px
}

#modal-lead-register-thank .modal-title+.modal-body {
    margin-bottom: 16px
}

#modal-lead-register-thank .modal-buttons {
    align-items: center;
    display: flex;
    justify-content: center
}

#modal-lead-register-thank .modal-buttons button#button-close {
    align-items: center;
    background: #1464f4;
    border-radius: 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 20px;
    min-width: 282px;
    padding: 10px 13px;
    text-align: center;
    text-transform: uppercase
}

#popup-lead {
    z-index: 1051
}

body:has(.modal.show) .select2-container--open>.select2-dropdown {
    z-index: 1055
}

:root {
    --new-3-c-3-c-3-cvf-dark-grey: #3c3c3c;
    --white: #fff;
    --new-1464-f-4-future-blue: #1464f4;
    --danger-color: #dc3545;
    --under-line-gray: #d9e1e2;
    --valid-color: #3aa200
}

.section-lead-common {
    background: var(--new-f-7-f-9-f-9-extra-light-blue-grey,#f7f9f9);
    padding: 60px 0
}

.section-lead-common input.valid {
    border: 1px solid var(--valid-color)!important
}

.section-lead-common input.error {
    border: 1px solid var(--danger-color)!important
}

.section-lead-common .section-content {
    margin: 0 auto;
    max-width: 660px;
    text-align: center
}

.section-lead-common .title {
    border-bottom: 1px solid var(--under-line-gray);
    color: var(--new-3-c-3-c-3-cvf-dark-grey,#3c3c3c);
    display: inline-flex;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 24px;
    padding-bottom: 16px;
    text-transform: uppercase
}

@media screen and (min-width: 769px) {
    .section-lead-common .title {
        font-size:36px
    }
}

.section-lead-common .intro {
    font-size: 16px;
    margin-bottom: 30px
}

.section-lead-common .form-subscribe {
    margin: 0 auto 30px;
    max-width: 435px;
    text-align: left
}

.section-lead-common .form-subscribe .form-group {
    gap: 8px;
    margin-bottom: 0
}

.section-lead-common .form-subscribe .form-group .form-label-group>input[type=text] {
    background-color: var(--white);
    border: none;
    border-radius: 3px;
    outline: none;
    width: 100%
}

.section-lead-common .form-subscribe .form-group .form-label-group>input[type=text]::-moz-placeholder {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.section-lead-common .form-subscribe .form-group .form-label-group>input[type=text]::placeholder {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.section-lead-common .form-subscribe .form-group .form-label-group>.invalid-feedback {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 16px;
    text-align: left
}

.section-lead-common .form-subscribe .form-group .form-label-group>.label {
    color: #8a8a8a;
    text-align: left
}

.section-lead-common .form-subscribe .form-group .form-label-group>.label.required:after {
    display: inline-block
}

.section-lead-common .form-subscribe .form-group .form-message {
    color: var(--danger-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 16px;
    text-align: left
}

.section-lead-common .form-subscribe .form-group .ttl-cars {
    color: var(--new-3-c-3-c-3-cvf-dark-grey,#3c3c3c);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.section-lead-common .form-subscribe .form-group .option-group {
    align-items: flex-start;
    align-self: stretch;
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
    row-gap: 10px
}

.section-lead-common .form-subscribe .form-group .option-group .option-head-tab {
    align-items: center;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    overflow: hidden;
    width: 100%
}

.section-lead-common .form-subscribe .form-group .option-group .option-head-tab li {
    border-bottom: 4px solid #f7f9f9;
    color: #8a8a8a;
    cursor: pointer;
    display: flex;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
    line-height: 150%;
    padding: 5px 15px
}

.section-lead-common .form-subscribe .form-group .option-group .option-head-tab li.active {
    border-bottom-color: var(--new-1464-f-4-future-blue);
    color: var(--new-1464-f-4-future-blue)
}

.section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
    flex-basis: 48%;
    margin-right: 0;
    padding-right: 10px
}

.section-lead-common .form-subscribe .form-group .option-group .form-check-inline label {
    color: var(--new-3-c-3-c-3-cvf-dark-grey,#3c3c3c);
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.section-lead-common .form-subscribe .form-control {
    background: #fff;
    border: 1px solid var(--under-line-gray);
    border-radius: 0;
    color: #8a8a8a;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 150%;
    padding: 7px 16px;
    width: 100%
}

.section-lead-common .form-subscribe .form-control::-moz-placeholder {
    color: #8a8a8a
}

.section-lead-common .form-subscribe .form-control::placeholder {
    color: #8a8a8a
}

@media(min-width: 992px) {
    .section-lead-common .form-subscribe .form-control {
        font-size:.833vw
    }
}

@media(max-width: 767px) {
    .section-lead-common .form-subscribe .form-control {
        font-size:4.267vw
    }
}

.section-lead-common .form-subscribe .registration-btn button {
    background-color: #1464f4;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    letter-spacing: 1.2px;
    min-height: 48px;
    outline: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

.section-lead-common .form-subscribe .registration-btn button:disabled {
    background-color: #8a8a8a
}

.section-lead-common .form-subscribe .check-email {
    color: var(--danger-color);
    display: none;
    font-size: 14px;
    font-weight: 600;
    text-align: left
}

@media(min-width: 992px) {
    .section-lead-common .form-subscribe .check-email {
        font-size:12px
    }
}

.section-lead-common .form-subscribe .check-email.show {
    display: block;
    margin-top: 6px
}

.section-lead-common .form-subscribe .check-email.hide {
    display: none
}

.section-lead-common .form-subscribe .subscribe-countdown {
    position: relative
}

.section-lead-common .t-and-c {
    color: var(--new-3-c-3-c-3-cvf-dark-grey,#3c3c3c);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 auto 30px;
    max-width: 435px;
    text-align: left
}

.section-lead-common .select-showroom h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.section-lead-common .select-showroom .box-select {
    margin-bottom: 12px
}

.section-lead-common .select-showroom .box-select .form-label-group .select2-container .select2-selection {
    background: #fff;
    border: none;
    border-radius: 3px
}

.section-lead-common .select-showroom .form-label-group label {
    color: #8a8a8a;
    text-align: left
}

.lead-pdp-xmd .modal-dialog {
    max-width: 896px;
    width: 90%
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .modal-dialog {
        max-width:800px
    }
}

.lead-pdp-xmd .modal-content {
    border: 0;
    max-height: 85vh;
    overflow-y: auto
}

.lead-pdp-xmd .close-popup {
    background: #fff;
    bottom: 100%;
    color: #3c3c3c;
    cursor: pointer;
    font-size: 23px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 20px
}

.lead-pdp-xmd .popup-thuleadxmd {
    display: flex;
    justify-content: space-between
}

.lead-pdp-xmd .leadxmd-img {
    width: 48.3258928571%
}

.lead-pdp-xmd .leadxmd-form {
    padding: 20px 16px 30px;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .lead-pdp-xmd .leadxmd-form {
        padding:30px;
        width: 51.6741071429%
    }
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .leadxmd-form {
        padding:30px 16px
    }
}

@media print {
    .lead-pdp-xmd .leadxmd-form {
        padding: 30px;
        width: 51.6741071429%
    }
}

.lead-pdp-xmd .leadxmd-form .option-group {
    align-items: flex-start;
    align-self: stretch;
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
    row-gap: 10px
}

.lead-pdp-xmd .leadxmd-form .option-group .option-head-tab {
    align-items: center;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    overflow: hidden;
    width: 100%
}

.lead-pdp-xmd .leadxmd-form .option-group .option-head-tab li {
    border-bottom: 4px solid #f7f9f9;
    color: #8a8a8a;
    cursor: pointer;
    display: flex;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
    line-height: 150%;
    padding: 5px 15px
}

.lead-pdp-xmd .leadxmd-form .option-group .option-head-tab li.active {
    border-bottom-color: var(--new-1464-f-4-future-blue);
    color: var(--new-1464-f-4-future-blue)
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline {
    flex-basis: 48%;
    margin-right: 0;
    padding-right: 10px
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline label {
    color: var(--new-3-c-3-c-3-cvf-dark-grey,#3c3c3c);
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline.wrap-3 {
    flex-basis: 30%
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline.wrap-2 {
    flex-basis: 48%
}

.lead-pdp-xmd .leadxmd-head {
    color: #3c3c3c;
    font-family: Mulish;
    margin-bottom: 24px;
    text-align: center
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .leadxmd-head {
        margin-bottom:16px
    }
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .leadxmd-head {
        margin-bottom:18px
    }
}

.lead-pdp-xmd .leadxmd-logo {
    margin-bottom: 16px
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .leadxmd-logo {
        margin-bottom:12px
    }
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .leadxmd-logo {
        margin-bottom:12px
    }
}

.lead-pdp-xmd .leadxmd-title {
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 16px;
    text-transform: uppercase
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .lead-pdp-xmd .leadxmd-title {
        font-size:24px
    }
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .leadxmd-title {
        font-size:20px;
        margin-bottom: 12px
    }
}

@media only screen and (min-width: 1200px) {
    .lead-pdp-xmd .leadxmd-title {
        font-size:32px
    }
}

@media only screen and (min-width: 1200px)and (min-width:1200px)and (max-width:1440px) {
    .lead-pdp-xmd .leadxmd-title {
        font-size:21px;
        margin-bottom: 14px
    }
}

@media print {
    .lead-pdp-xmd .leadxmd-title {
        font-size: 32px
    }
}

.lead-pdp-xmd .leadxmd-desc {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .leadxmd-desc {
        font-size:14px
    }
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .leadxmd-desc {
        line-height:1.4
    }
}

.lead-pdp-xmd .form-group {
    margin-bottom: 12px
}

.lead-pdp-xmd input.form-control {
    background: #fff;
    border: 1px solid #d9e1e2;
    border-radius: 3px;
    display: block;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    line-height: 150%;
    padding: 16px
}

.lead-pdp-xmd input.form-control::-moz-placeholder {
    color: var(--new-3-c-3-c-3-cvf-dark-grey,#3c3c3c)
}

.lead-pdp-xmd input.form-control::placeholder {
    color: var(--new-3-c-3-c-3-cvf-dark-grey,#3c3c3c)
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd input.form-control {
        height:56px;
        padding: 10px 12px
    }
}

.lead-pdp-xmd .t-and-c {
    margin-bottom: 20px
}

.lead-pdp-xmd .registration-success-message {
    color: #28a745;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .registration-success-message {
        font-size:14px
    }
}

.lead-pdp-xmd .registration-success-message.error {
    color: #c23934
}

.lead-pdp-xmd .registration-btn {
    margin: 0 auto;
    position: relative
}

.lead-pdp-xmd .registration-btn button {
    background: #1464f4;
    border: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 15px;
    margin: 0 auto;
    min-width: 200px;
    outline: 0;
    padding: 12px;
    text-transform: uppercase;
    width: 100%
}

.lead-pdp-xmd .title-label {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px
}

.lead-pdp-xmd .list-xmd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 8px
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .list-xmd {
        margin-bottom:4px
    }
}

.lead-pdp-xmd .list-xmd li {
    margin-bottom: 15px;
    position: relative;
    width: 49%
}

@media only screen and (min-width: 1200px) {
    .lead-pdp-xmd .list-xmd li {
        width:32%
    }

    .lead-pdp-xmd .list-xmd li:nth-child(2),.lead-pdp-xmd .list-xmd li:nth-child(5) {
        width: 36%
    }
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .list-xmd li:nth-child(2),.lead-pdp-xmd .list-xmd li:nth-child(5) {
        width:38%
    }
}

@media only screen and (min-width: 1200px) {
    .lead-pdp-xmd .list-xmd li:nth-child(3),.lead-pdp-xmd .list-xmd li:nth-child(6) {
        width:30%
    }
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .list-xmd li:nth-child(3),.lead-pdp-xmd .list-xmd li:nth-child(6) {
        width:28%
    }
}

@media print {
    .lead-pdp-xmd .list-xmd li {
        width: 32%
    }

    .lead-pdp-xmd .list-xmd li:nth-child(2),.lead-pdp-xmd .list-xmd li:nth-child(5) {
        width: 36%
    }

    .lead-pdp-xmd .list-xmd li:nth-child(3),.lead-pdp-xmd .list-xmd li:nth-child(6) {
        width: 30%
    }
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .list-xmd li {
        margin-bottom:12px
    }
}

.lead-pdp-xmd .list-xmd li input {
    height: 0;
    overflow: hidden;
    width: 0
}

.lead-pdp-xmd .list-xmd li input+label {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-right: 0
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .list-xmd li input+label {
        line-height:20px
    }
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .list-xmd li input+label {
        line-height:20px
    }
}

.lead-pdp-xmd .list-xmd li input+label:before {
    background: none;
    border: 1px solid #d9e1e2;
    border-radius: 100%;
    content: "";
    height: 20px;
    left: 0;
    top: 2px;
    transform: translateY(0);
    width: 20px
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .list-xmd li input+label:before {
        top:0
    }
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .list-xmd li input+label:before {
        top:0
    }
}

.lead-pdp-xmd .list-xmd li input+label:after {
    background: #1464f4;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 7px;
    width: 10px
}

@media only screen and (min-width: 1200px)and (max-width:1440px) {
    .lead-pdp-xmd .list-xmd li input+label:after {
        top:5px
    }
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd .list-xmd li input+label:after {
        top:5px
    }
}

.lead-pdp-xmd .list-xmd li input:checked+label:before {
    border-color: #1464f4
}

.lead-pdp-xmd .list-xmd li input:checked+label:after {
    opacity: 1
}

.lead-pdp-xmd.no-images-banner .modal-dialog {
    max-width: 463px!important;
    min-width: auto
}

.lead-pdp-xmd.no-images-banner .modal-dialog .leadxmd-form {
    width: 100%
}

.lead-pdp-xmd.no-images-banner .modal-dialog .leadxmd-form-logo-xmd {
    background: url(../../images/ldp/VinFast_XMD.svg) no-repeat 50%;
    display: flex;
    height: 31.853px;
    margin: 0 auto 16px;
    width: 140px
}

.lead-pdp-xmd.no-images-banner .modal-dialog .leadxmd-form-logo-car {
    background: url(../../images/ldp/VinFast_car.svg) no-repeat 50%;
    display: flex;
    height: 31.853px;
    margin: 0 auto 16px
}

.lead-pdp-xmd .invalid-feedback {
    font-size: 12px;
    padding: 0
}

.lead-pdp-xmd .lead-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    margin-top: 40px
}

.lead-pdp-xmd .lead-btn-group .btn-item {
    flex-grow: 1;
    margin: 0;
    min-width: calc(50% - 20px)
}

.lead-pdp-xmd .lead-btn-group .btn-item button {
    margin: 0;
    width: 100%
}

.lead-pdp-xmd .select-showroom h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.lead-pdp-xmd .select-showroom .box-select {
    border: 1px solid #d9e1e2;
    border-radius: 3px;
    margin-bottom: 12px
}

.lead-pdp-xmd .select-showroom .box-select .form-label-group .select2-container .select2-selection {
    background: #fff;
    border: none;
    border-radius: 3px
}

.lead-pdp-xmd .select-showroom .form-label-group label {
    color: #8a8a8a;
    text-align: left
}

.lead-pdp-xmd.popup-lead-xmd.no-images-banner .modal-dialog {
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    max-width: 896px!important
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd {
    display: flex;
    gap: 30px
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-left {
    padding: 30px 0 30px 30px;
    width: 50%
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-right {
    padding-bottom: 15px;
    width: 50%
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-banner {
    margin-bottom: 30px;
    text-align: center
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-banner img {
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .lead-pdp-xmd.popup-lead-xmd .leadxmd-form {
        padding:0!important
    }
}

.lead-pdp-xmd.popup-lead-xmd .list-xmd .xmd-item {
    width: 50%
}

@media only screen and (max-width: 767px) {
    .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd {
        flex-direction:column
    }

    .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-left {
        padding: 16px;
        width: 100%
    }

    .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-right {
        width: 100%
    }

    .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-right .container {
        padding: 0
    }
}

#popup-lead-car {
    background: rgba(0,0,0,.2)
}

#popup-lead-car.lead-pdp-xmd .form-label-group input:not(:-moz-placeholder) {
    padding-bottom: 0;
    padding-top: 25px
}

#popup-lead-car.lead-pdp-xmd .form-label-group input:not(:placeholder-shown) {
    padding-bottom: 0;
    padding-top: 25px
}

#popup-lead-car.lead-pdp-xmd .form-label-group label {
    padding-left: 16px
}

#popup-lead-car.lead-pdp-xmd .vf-checkbox .cbx span:last-child {
    color: #1f2125;
    font-size: 12px
}

#popup-lead-car.lead-pdp-xmd .option-group {
    margin-bottom: 24px;
    row-gap: 24px
}

#popup-lead-car.lead-pdp-xmd .option-group .option-head-tab li {
    font-size: 16px
}

#popup-lead-car.lead-pdp-xmd .option-group .form-check-label {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

#popup-lead-car.lead-pdp-xmd .option-group .form-check-label input {
    height: 24px;
    margin-right: 12px;
    width: 24px
}

#popup-lead-car.lead-pdp-xmd .option-group .form-check-label span {
    line-height: 1
}

.mt-48 {
    margin-top: 48px
}

section {
    position: relative
}

.flex-1 {
    flex: 1
}

.header-vf6 {
    background: #e5e5e5;
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1050
}

.header-vf6--bottom {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(270deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0)),linear-gradient(90deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.16) 101.28%);
    display: flex;
    height: 84px;
    padding: 24px 40px;
    position: relative;
    width: 100%
}

.header-vf6--bottom .logo>img {
    height: 30px;
    width: 132px
}

.header-vf6--bottom .header-vf6-mobile--left {
    gap: 48px;
    width: 100%
}

.header-vf6--bottom .header-vf6-mobile--left .block-mainmenu {
    flex: 1
}

.header-vf6--bottom .header-vf6-mobile--left .block-mainmenu ul {
    margin: 0
}

.header-vf6--bottom .header-vf6-mobile--left .block-mainmenu ul li {
    list-style-type: none
}

.header-vf6--bottom .header-vf6-mobile--left .block-mainmenu ul li a {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-decoration: none
}

.header-vf6--bottom .header-vf6-mobile--left .block-mainmenu ul li a:hover {
    color: #1464f4
}

.header-vf6--bottom .header-vf6-mobile--left .block-mainmenu .mainmenu {
    align-items: flex-start;
    display: flex;
    gap: 30px
}

.header-vf6--bottom .header-vf6-mobile--left .block-mainmenu .mainmenu>.menu-langue {
    gap: 4px
}

.header-vf6--bottom .header-vf6-mobile--left .block-mainmenu .mainmenu li.list-menu::marker,.header-vf6--bottom .header-vf6-mobile--left .block-mainmenu .mainmenu li.person::marker {
    display: none
}

.header-vf6--bottom .header-vf6-mobile--left .btn-primary,.header-vf6--bottom .header-vf6-mobile--left .outline-btn {
    font-size: 12px;
    font-weight: 700;
    height: -moz-fit-content;
    height: fit-content;
    line-height: normal;
    padding: 16px 24px;
    text-transform: uppercase
}

.header-vf6--bottom .header-vf6-mobile--left .outline-btn {
    border: none
}

.header-vf6--bottom .header-vf6-mobile--left .mainmenu {
    padding: 0
}

.header-vf6--bottom .header-vf6-mobile--left .right-menu-header {
    gap: 30px
}

.header-vf6--bottom .header-vf6-mobile--left .right-menu-header>a:hover {
    color: #1464f4
}

.header-vf6--bottom .header-vf6-mobile--left .right-menu-header.mainmenu {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: end;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0
}

.header-vf6--bottom .header-vf6-mobile--left .right-menu-header .menu-langue {
    align-items: center;
    color: #1f2125;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    gap: 4px;
    justify-content: center;
    line-height: 150%
}

.block {
    padding-top: 96px
}

.block-title {
    font-size: 28px;
    font-weight: 300;
    line-height: normal
}

.non-wrap {
    display: inline-block
}

.btn-primary {
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    letter-spacing: 1.2px;
    line-height: 48px;
    text-transform: uppercase
}

.banner {
    position: relative
}

.banner img {
    width: 100%
}

.banner-form-section {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 24px
}

@media screen and (min-width: 993px) {
    .banner-form-section {
        max-width:358px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 993px)and (max-width:1199px) {
    .banner-form-section {
        zoom:.8
    }
}

@media screen and (min-width: 993px) {
    .banner-form-section .banner-content {
        color:#fff
    }
}

.banner-form-section .banner-content .logo {
    margin-bottom: 30px;
    max-width: 358px;
    text-align: center
}

.banner-form-section .banner-content .outline-btn {
    background: #fff;
    display: block;
    margin: 0 auto;
    padding: 16px 24px;
    width: -moz-fit-content;
    width: fit-content
}

.banner-form-section .banner-content .outline-btn:hover {
    background: #1464f4;
    color: #fff
}

.banner-car {
    left: 50%;
    position: absolute;
    top: 42%;
    transform: translate(-50%)
}

.banner-car .car-img {
    position: absolute;
    right: 0
}

.banner-specs {
    background-color: #f7f9f9;
    padding: 30px 0
}

.banner-specs>.container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.banner-specs-item {
    text-align: center
}

.banner-specs-item span {
    display: block
}

.banner-specs-item .specs-info {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 12px
}

.banner-specs-item .specs-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

#introduce-block {
    padding-top: 64px
}

@media screen and (min-width: 993px) {
    #introduce-block {
        padding:0
    }
}

#introduce-block img {
    height: auto
}

#introduce-block .style-block-content {
    position: relative;
    width: 100%
}

@media screen and (min-width: 993px) {
    #introduce-block .style-block-content {
        padding-top:96px;
        position: absolute
    }
}

#introduce-block .style-block-content .block-title {
    color: #000;
    font-size: 20px
}

@media screen and (min-width: 993px) {
    #introduce-block .style-block-content .block-title {
        font-size:32px
    }
}

#introduce-block .style-block-content .btn {
    width: 298px
}

#introduce-block .hero-img {
    position: relative;
    z-index: -1
}

#introduce-block .hero-img:before {
    background: linear-gradient(180deg,#fff,hsla(0,0%,100%,0));
    content: "";
    display: block;
    height: 15%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width: 993px) {
    #introduce-block .hero-img:before {
        height:62%
    }
}

.style-block img {
    width: 100%
}

.style-block-content p {
    font-size: 32px;
    font-weight: 300;
    padding: 0
}

.swiper-wrapper {
    align-items: flex-end
}

.album-block {
    padding-top: 0
}

.album-block img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.album-block .album-swiper {
    overflow: hidden;
    position: relative
}

.album-block .album-swiper .swiper-pagination {
    bottom: 30px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .album-block .album-swiper .swiper-pagination {
        bottom:16px
    }
}

.album-block .album-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    height: 12px;
    width: 12px
}

.album-block .album-swiper .swiper-button-next,.album-block .album-swiper .swiper-button-prev {
    align-items: center;
    background: #f7f9f9;
    border-radius: 50px;
    display: flex;
    height: 32px;
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;
    width: 32px;
    z-index: 100
}

@media screen and (max-width: 767px) {
    .album-block .album-swiper .swiper-button-next,.album-block .album-swiper .swiper-button-prev {
        display:none
    }
}

.overview-block-content .interior img,.overview-block-content .technology img {
    -o-object-fit: contain;
    object-fit: contain
}

.overview-block-content img {
    height: 100%;
    width: 100%
}

.overview-block-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0
}

.overview-block-content .content-left-header {
    margin-bottom: 96px
}

.overview-block-content .content-left-header h2 {
    font-weight: 300;
    margin-bottom: 16px
}

.overview-block-content .exterior.overview-item-desc,.overview-block-content .interior .overview-item-desc,.overview-block-content .technology .overview-item-desc {
    padding: 16px
}

.overview-block-content .overview-item-desc h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px
}

.overview-block-content .content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.overview-block .overview-swiper {
    overflow: hidden;
    position: relative
}

.overview-block .overview-swiper .swiper-pagination {
    margin-left: 30px;
    text-align: left
}

.overview-block .overview-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    height: 12px;
    width: 12px
}

@media screen and (min-width: 993px) {
    .overview-block .interiorSwiper,.overview-block .technologySwiper {
        max-height:370px
    }
}

.specs-block p {
    margin-bottom: 0
}

.specs-block p span {
    display: inline-block
}

.specs-block-header {
    align-items: center;
    background-color: #f7f9f9;
    padding: 30px 30px 30px 0
}

.specs-block-header .logo img {
    max-width: 358px;
    width: 100%
}

@media screen and (min-width: 993px) {
    .specs-block-header .logo img {
        max-width:100%
    }
}

.specs-block-header .banner-content-form {
    display: none
}

.specs-block-item {
    border-bottom: 1px solid #d9e1e2;
    padding: 30px 30px 30px 0
}

.specs-block-item .specs-info {
    font-weight: 600
}

.specs-block-btn {
    gap: 30px
}

.specs-block-btn>.btn-primary {
    width: 190px
}

.specs-block-btn.disabledBrochure>.btn-primary {
    width: 290px
}

.specs-block .specs-name {
    padding: 30px 30px 0 0
}

.specs-block .specs-name-item p {
    font-size: 32px;
    font-weight: 300
}

p.title-regular-font {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%
}

h4.title-regular-font {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 12px
}

.title-small-font {
    color: #3c3c3c;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px
}

.image-contrast {
    filter: contrast(.75)
}

.price-block {
    position: relative
}

.price-block .price-block-img img {
    width: 100%
}

.price-block .price-block-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    left: 50%;
    max-width: 516px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2
}

.price-block .price-block-content .content {
    color: #3c3c3c;
    max-width: 516px;
    padding: 30px;
    position: relative
}

.price-block .price-block-content .content-background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: hsla(0,0%,100%,.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 516px;
    z-index: 1
}

.price-block .price-block-content .content-detail {
    padding: 0;
    position: relative;
    width: 456px;
    z-index: 10
}

.price-block .price-block-content .content-detail .price-content {
    color: #000;
    text-align: left
}

.price-block .price-block-content .content-detail .price-content .price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 20px;
}

.price-block .price-block-content .content-detail .price-content .price-row:first-child {
    border: none
}

@media screen and (min-width: 769px) {
    .price-block .price-block-content .content-detail .price-content .price-row:nth-child(2) {
        border:none
    }
}

.price-block .price-block-content .content-detail .price-content .price-row>div {
    width: 50%
}

@media screen and (min-width: 769px) {
    .price-block .price-block-content .content-detail .price-content .price-row>div {
        width:45%
    }
}

.price-block .price-block-content .content-detail .price-content .price-row h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media screen and (min-width: 769px) {
    .price-block .price-block-content .content-detail .price-content .price-row h3 {
        font-size:32px
    }
}

.price-block .price-block-content .content-detail .price-content .price-row .price-item {
    font-size: 14px;
    margin-bottom: 0
}

.price-block .price-block-content .content-detail .price-content .price-row .price-item h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.price-block .price-block-content .content-detail .price-content .price-row .price-item p {
    font-size: 14px;
    font-weight: 600;
    position: relative
}

@media screen and (max-width: 768px) {
    .price-block .price-block-content .content-detail .price-content .price-row .price-item .hidden-md {
        visibility:hidden
    }
}

@media screen and (min-width: 769px) {
    .price-block .price-block-content .content-detail .price-content .price-row .price-item h4 {
        font-size:16px
    }

    .price-block .price-block-content .content-detail .price-content .price-row .price-item p {
        font-size: 24px;
        font-weight: 300
    }

    .price-block .price-block-content .content-detail .price-content .price-row .price-item p span {
        font-size: 12px;
        font-weight: 400;
        margin-left: 8px;
        position: absolute;
        text-transform: uppercase;
        top: 0
    }
}

.price-block .price-block-content .content-detail .line {
    background: #d9e1e2;
    height: 1px;
    margin: 16px 0;
    width: 100%
}

.price-block .price-block-content .content-detail .policy-content {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    text-align: left
}

.price-block .price-block-content .content-detail .policy-content .disclaimer-text {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .price-block .price-block-content .content-detail .policy-content {
        font-size:14px
    }
}

.price-block .price-block-content .content .btn-primary {
    width: 298px
}

.outline-btn {
    background: none;
    border: 1px solid #1464f4;
    border-radius: 3px;
    color: #1464f4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 125.5%;
    padding: 16px 50px;
    text-transform: uppercase
}

.form-subscribe {
    margin: 0 auto;
    max-width: 435px
}

.form-subscribe .form-title {
    border-bottom: 1px solid #d9e1e2;
    display: block;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center
}

.form-subscribe .form-group {
    gap: 12px;
    margin-bottom: 0
}

.form-subscribe .form-group .form-label-group>input[type=text] {
    border-radius: 3px;
    outline: none;
    width: 100%
}

.form-subscribe .form-group .form-label-group>input[type=text]::-moz-placeholder {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.form-subscribe .form-group .form-label-group>input[type=text]::placeholder {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.form-subscribe .form-group .form-label-group>.invalid-feedback {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 16px;
    text-align: left
}

.form-subscribe .form-group .form-label-group>.label {
    color: #3c3c3c;
    text-align: left
}

.form-subscribe .form-group .form-label-group>.label:after {
    display: none
}

.form-subscribe .form-group .form-message {
    color: #dc3545;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 16px;
    text-align: left
}

.form-subscribe .form-control {
    background: #fff;
    border: 1px solid #d9e1e2;
    border-radius: 0;
    color: #8a8a8a;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 150%;
    padding: 7px 16px;
    padding-left: 16px!important;
    width: 100%
}

@media(min-width: 992px) {
    .form-subscribe .form-control {
        font-size:.833vw
    }
}

@media(max-width: 767px) {
    .form-subscribe .form-control {
        font-size:4.267vw
    }
}

.form-subscribe .form-control::-moz-placeholder {
    color: #8a8a8a
}

.form-subscribe .form-control::placeholder {
    color: #8a8a8a
}

.form-subscribe .registration-btn button {
    background-color: #1464f4;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    letter-spacing: 1.2px;
    min-height: 48px;
    outline: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

.form-subscribe .registration-btn button:disabled {
    background-color: #8a8a8a
}

.form-subscribe .check-email {
    color: #dc3545;
    display: none;
    font-size: 14px;
    font-weight: 600;
    text-align: left
}

@media(min-width: 992px) {
    .form-subscribe .check-email {
        font-size:12px
    }
}

.form-subscribe .check-email.show {
    display: block;
    margin-top: 6px
}

.form-subscribe .check-email.hide {
    display: none
}

.form-subscribe .subscribe-countdown {
    position: relative
}

.email-form .form-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px
}

.reserves-preorder {
    background: #f7f9f9;
    margin: 0 auto;
    padding: 96px 0;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .reserves-preorder {
        padding:16px 0
    }
}

.reserves-preorder h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px
}

.reserves-preorder h3 {
    margin-bottom: 24px
}

.reserves-preorder label {
    font-size: 16px
}

.reserves-preorder .tab-select-car {
    margin: auto;
    padding-top: 48px
}

.reserves-preorder .container.order-last {
    display: flex;
    justify-content: space-between;
    max-width: unset;
    max-width: 1440px
}

@media only screen and (max-width: 767px) {
    .reserves-preorder .container.order-last {
        flex-direction:column;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

.reserves-preorder_choosemodel .tab-select {
    cursor: pointer;
    display: flex;
    margin: 0
}

.reserves-preorder_choosemodel .tab-select li {
    align-items: center;
    border-bottom: 4px solid #f0f3f3;
    color: #8a8a8a;
    display: flex;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    line-height: 150%;
    padding-bottom: 8px;
    text-align: center
}

.reserves-preorder_choosemodel .tab-select li>svg:first-child path {
    fill: #8a8a8a
}

.reserves-preorder_choosemodel .tab-select li svg:nth-child(2) {
    display: none
}

.reserves-preorder_choosemodel .tab-select li.active {
    border-bottom: 4px solid #1464f4;
    color: #1464f4
}

.reserves-preorder_choosemodel .tab-select li.active>svg:first-child {
    display: block
}

.reserves-preorder_choosemodel .tab-select li.active>svg:first-child path {
    fill: #1464f4
}

.reserves-preorder_choosemodel .tab-select li.success>svg:first-child {
    display: none
}

.reserves-preorder_choosemodel .tab-select li.success>svg:nth-child(2) {
    display: block
}

.reserves-preorder_choosemodel .tab-select li.success>span {
    color: #3c3c3c
}

@media(max-width: 991px) {
    .reserves-preorder_choosemodel {
        margin:0
    }

    .reserves-preorder_choosemodel .tab-select li {
        font-size: 14px
    }
}

.reserves-preorder_form {
    padding: 0 30px 30px;
    width: 45%
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_form {
        padding:0
    }
}

.reserves-preorder_form h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 24px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_form h2 {
        font-size:20px
    }
}

.reserves-preorder_form h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px
}

.reserves-preorder_form p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    text-align: center
}

.reserves-preorder_form p span {
    font-weight: 600
}

.reserves-preorder_form .v3s-product--color {
    margin: 0 0 24px
}

.reserves-preorder_form .v3s-product--color ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    margin: 0
}

@media screen and (max-width: 768px) {
    .reserves-preorder_form .v3s-product--color ul {
        gap:30px 48px
    }
}

.reserves-preorder_form .v3s-product--color ul li {
    cursor: pointer;
    height: 32px;
    width: 32px
}

.reserves-preorder_form .v3s-product--color ul li.active,.reserves-preorder_form .v3s-product--color ul li:hover {
    border-radius: 5px;
    box-shadow: 0 0 0 2px #fff,0 0 0 4px #1464f4
}

.reserves-preorder_form .v3s-product--color ul li>img {
    display: block;
    width: 100%
}

.reserves-preorder_form .tab-right-color {
    margin-bottom: 23px
}

.reserves-preorder_form .tab-right-color>.select-color {
    display: flex;
    justify-content: space-between
}

.reserves-preorder_form .tab-right-color>.select-color span {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

@media(max-width: 991px) {
    .reserves-preorder_form {
        width:100%
    }

    .reserves-preorder_form h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px
    }

    .reserves-preorder_form h3 {
        font-size: 18px
    }

    .reserves-preorder_form p {
        font-size: 16px;
        line-height: 150%
    }

    .reserves-preorder_form p span {
        display: block
    }

    .reserves-preorder_form .group-customer {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 991px)and (max-width:767px) {
    .reserves-preorder_form .group-customer .group-select-customer {
        align-items:flex-start!important;
        flex-direction: column;
        row-gap: 24px
    }
}

.reserves-preorder_form .select-battery-service.group--options_block--container,.reserves-preorder_form .selectCarVersion.group--options_block--container {
    gap: 16px
}

@media screen and (max-width: 768px) {
    .reserves-preorder_form .select-battery-service.group--options_block--container,.reserves-preorder_form .selectCarVersion.group--options_block--container {
        flex-direction:column
    }
}

.reserves-preorder_form .select-battery-service.group--options_block--container>.edition-block,.reserves-preorder_form .selectCarVersion.group--options_block--container>.edition-block {
    display: flex;
    gap: 16px;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .reserves-preorder_form .select-battery-service.group--options_block--container>.edition-block,.reserves-preorder_form .selectCarVersion.group--options_block--container>.edition-block {
        flex-direction:column
    }
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block {
    align-items: center;
    border: 1px solid #d9e1e2;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 16px!important;
    font-weight: 600;
    justify-content: space-between;
    line-height: 150%!important;
    margin: 0;
    outline: none!important;
    padding: 15px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block {
        font-size:14px!important
    }
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding-left: 40px;
    position: relative
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
        padding-left:30px
    }
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
        padding-left:38px
    }
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label:first-letter,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label:first-letter {
    text-transform: capitalize
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label:before,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label:before {
    border: 1px solid #d9e1e2;
    border-radius: 100%;
    content: "";
    height: 20px;
    left: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label:after,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label:after {
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block.battery-service .edition-label,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block.battery-service .edition-label {
    text-transform: unset
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-price,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-price {
    display: flex;
    flex-direction: column;
    text-align: center
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-price span,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-price span {
    white-space: nowrap
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block.active,.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block.active .edition-label:before,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block.active,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block.active .edition-label:before {
    border: 1px solid #1464f4
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block.active .edition-label:after,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block.active .edition-label:after {
    background: #1464f4
}

.reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block:last-child,.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block:last-child {
    margin-bottom: 0
}

.reserves-preorder_form .select-battery-service.group--options_block--container {
    flex-wrap: wrap
}

.reserves-preorder_form .select-battery-service .battery-note {
    display: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding-left: 15px
}

.reserves-preorder_form .select-battery-service .battery-service.active:not(.d-none)+.battery-note {
    display: flex
}

.reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
    font-size: 18px;
    text-transform: uppercase
}

.reserves-preorder_group {
    background: #fff;
    border-radius: 4px;
    padding: 30px
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_group {
        margin:0 15px;
        padding: 30px 15px
    }
}

.reserves-preorder .preorder-form__footer {
    background: #fff;
    border-radius: 4px;
    bottom: 0;
    box-shadow: unset;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    opacity: 0;
    padding: 30px;
    position: sticky;
    transition: .3s
}

.reserves-preorder .preorder-form__footer.active {
    border-radius: 4px 4px 0 0;
    box-shadow: 0 10px 54px 0 rgba(0,0,0,.1);
    opacity: 1;
    z-index: 999
}

@media only screen and (max-width: 767px) {
    .reserves-preorder .preorder-form__footer.active {
        box-shadow:none
    }
}

.reserves-preorder .preorder-form__footer>button {
    background: #1464f4;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    letter-spacing: 1.2px;
    padding: 12px 16px;
    text-transform: uppercase;
    width: 50%
}

@media only screen and (max-width: 767px) {
    .reserves-preorder .preorder-form__footer>button {
        height:auto
    }
}

.reserves-preorder_preview {
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 80px;
    width: 50%
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_preview {
        padding:0 15px;
        position: static;
        top: unset;
        width: 100%
    }
}

.reserves-preorder_preview .tab-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_preview .tab-content {
        margin-bottom:30px
    }

    .reserves-preorder_preview .tab-content#previewTabContent {
        margin-bottom: 20px
    }
}

.reserves-preorder_preview .tab-pane {
    display: block;
    margin-bottom: 8px;
    max-width: 664px;
    width: 95%
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_preview .tab-pane {
        width:100%
    }
}

.reserves-preorder_preview .tab-pane .vf-cars-deposit__product-detail {
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_preview .tab-pane .vf-cars-deposit__product-detail {
        background-size:contain
    }
}

.reserves-preorder_preview .tab-pane .vf-cars-deposit__product-detail .vf-color-image img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_preview .tab-pane .vf-cars-deposit__product-detail .vf-color-image img {
        transform:unset
    }
}

.reserves-preorder_preview .img_note {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 664px;
    width: 95%;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .reserves-preorder_preview .img_note {
        width:100%
    }
}

.reserves-preorder .group-price label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 2px
}

.reserves-preorder .group-price span {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.reserves-preorder .group-price span.price-discount {
    color: #dc3545;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px
}

@media screen and (max-width: 768px) {
    .reserves-preorder .group-price span.price-discount {
        font-size:12px
    }
}

.reserves-preorder .group-refererral {
    margin: 48px 0
}

.reserves-preorder .group-refererral .title-referral {
    margin-bottom: 24px
}

.reserves-preorder .group-refererral .title-referral .switch-button .switch {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 28px
}

.reserves-preorder .group-refererral .title-referral .switch-button .switch input {
    height: 0;
    opacity: 0;
    width: 0
}

.reserves-preorder .group-refererral .title-referral .switch-button .switch input:checked+.slider {
    background-color: #1464f4;
    border: 1px solid #1464f4
}

.reserves-preorder .group-refererral .title-referral .switch-button .switch input:checked+.slider:before {
    background: #fff;
    transform: translate(100%,-50%)
}

.reserves-preorder .group-refererral .title-referral .switch-button .switch .slider {
    background-color: #fff;
    border: 1px solid #92a0b2;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.reserves-preorder .group-refererral .title-referral .switch-button .switch .slider:before {
    background-color: #92a0b2;
    content: "";
    height: 12px;
    left: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
    width: 12px
}

.reserves-preorder .group-refererral .title-referral .switch-button .switch .slider.round {
    border-radius: 16px
}

.reserves-preorder .group-refererral .title-referral .switch-button .switch .slider.round:before {
    border-radius: 50%
}

.reserves-preorder .group-refererral .form-label-group>input:disabled {
    background: #f0f3f3
}

.reserves-preorder .group-refererral .choose-radio-referral .group-radio {
    border: 1px solid #d9e1e2;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 12px;
    position: relative
}

.reserves-preorder .group-refererral .choose-radio-referral .group-radio input {
    height: 18px;
    margin-top: 4px;
    width: 18px
}

.reserves-preorder .group-refererral .choose-radio-referral .group-radio input:disabled+label {
    color: #8a8a8a
}

.reserves-preorder .group-refererral .choose-radio-referral .group-radio label {
    margin: 0;
    width: calc(100% - 30px)
}

.reserves-preorder .referral-note {
    margin-top: 24px
}

.reserves-preorder .referral-note .rf-note {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.reserves-preorder .referral-note .rf-note>p,.reserves-preorder .referral-note .rf-note>ul {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    text-align: left
}

.reserves-preorder .referral-note .rf-note>p a,.reserves-preorder .referral-note .rf-note>ul a {
    color: #1464f4
}

.reserves-preorder .group-customer>label {
    color: #3c3c3c
}

.reserves-preorder .group-customer .group-input {
    position: relative
}

.reserves-preorder .group-customer .group-input>input {
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.reserves-preorder .group-customer .group-input>input+label {
    color: #3c3c3c;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 150%;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 32px;
    position: relative;
    transition: all .3s ease;
    vertical-align: super
}

.reserves-preorder .group-customer .group-input>input+label:before {
    background-image: url(../../images/icon/radio-checked.svg);
    background-size: 100%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 20px
}

.reserves-preorder .group-customer .group-input>input:checked+label:before {
    background-image: url(../../images/icon/checked.svg)
}

.reserves-preorder .group-customer .is-success-carDeposit,.reserves-preorder .group-showroom .is-success-carDeposit {
    margin-top: 4px;
    padding-left: 16px
}

.reserves-preorder .group-customer .form-label-group,.reserves-preorder .group-showroom .form-label-group {
    margin-bottom: 12px
}

.reserves-preorder .form-label-group input {
    border-radius: 3px
}

.reserves-preorder .form-label-group input:disabled~label:after {
    color: #8a8a8a
}

.reserves-preorder .tabPaymentInfo-infoOrder {
    margin-bottom: 48px
}

.reserves-preorder .tabPaymentInfo-group {
    background: #f7f9f9;
    list-style: none;
    margin-bottom: 12px;
    padding: 12px 16px
}

.reserves-preorder .tabPaymentInfo-item {
    display: flex;
    justify-content: space-between
}

.reserves-preorder .tabPaymentInfo-item p {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px
}

.reserves-preorder .group_paymentMethod,.reserves-preorder .tabPaymentInfo-choosePackage {
    margin-bottom: 48px
}

.reserves-preorder .group_paymentMethod .group-input {
    border: 1px solid #d9e1e2;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 12px 16px;
    position: relative
}

.reserves-preorder .group_paymentMethod .group-input>input {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.reserves-preorder .group_paymentMethod .group-input>label {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    padding-left: 35px
}

.reserves-preorder .group_paymentMethod .group-input>label+input {
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    transition: all .3s ease
}

.reserves-preorder .group_paymentMethod .group-input>input+label:before {
    background-image: url(../../images/icon/radio-checked.svg);
    background-size: 100%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 16px;
    position: absolute;
    top: calc(50% - 10px);
    vertical-align: middle;
    width: 20px
}

.reserves-preorder .group_paymentMethod .group-input>input:checked+label:before {
    background-image: url(../../images/icon/checked.svg)
}

.reserves-preorder .checkbox-agree .group-input {
    margin-bottom: 24px
}

.reserves-preorder .checkbox-agree .group-input>label {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.reserves-preorder .checkbox-agree .group-input>label>a {
    color: #1464f4
}

.reserves-preorder .checkbox-agree .group-input>input {
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    box-sizing: border-box;
    height: 20px;
    opacity: 0;
    padding: 0 1em;
    position: absolute;
    width: auto;
    z-index: 1
}

.reserves-preorder .checkbox-agree .group-input>input+label {
    padding-left: 35px;
    position: relative
}

.reserves-preorder .checkbox-agree .group-input>input.required+label:before {
    border: 1px solid #dc3545
}

.reserves-preorder .checkbox-agree .group-input>input+label:before {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: .1875em;
    width: 20px
}

.reserves-preorder .checkbox-agree .group-input>input:checked+label:before {
    background: #1464f4
}

.reserves-preorder .checkbox-agree .group-input>input:checked+label:after {
    background: transparent;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: .625em;
    left: 7px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: .375em
}

.reserves-preorder .checkbox-agree .group-input>input:hover+label:before {
    background: #1464f4
}

@media(max-width: 991px) {
    .reserves-preorder .container {
        margin:16px;
        width: calc(100vw - 32px)
    }

    .reserves-preorder h4 {
        display: flex;
        font-size: 14px;
        justify-content: space-between
    }

    .reserves-preorder .tab-select-car {
        padding-top: 30px
    }
}

#register-popup .modal-header {
    align-items: center;
    border: 0;
    border-radius: 0;
    justify-content: center
}

#register-popup.modal-dialog {
    border-radius: 4px;
    min-width: 654px
}

@media screen and (max-width: 768px) {
    #register-popup.modal-dialog {
        min-width:313px
    }
}

#register-popup .modal-header {
    margin-bottom: 16px;
    padding: 0
}

#register-popup .modal-body {
    padding: 0
}

#register-popup .header--logo {
    align-items: center;
    display: flex;
    justify-content: center
}

#register-popup .modal-title {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%
}

#register-popup .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 30px
}

@media screen and (max-width: 768px) {
    #register-popup .modal-content {
        padding:30px 16px
    }
}

#register-popup .modal-body {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center
}

#register-popup .modal-title,#register-popup .modal-title+.modal-body {
    margin-bottom: 16px
}

#register-popup .modal-buttons,#register-popup .modal-buttons button#button-close {
    align-items: center;
    display: flex;
    justify-content: center
}

#register-popup .modal-buttons button#button-close {
    background: #1464f4;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    letter-spacing: .1em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 282px
}

.register-block {
    background-color: #f8f9fa;
    background-size: cover;
    padding: 120px 0
}

.register-block .content-detail {
    align-self: center;
    text-align: center
}

.register-block .content-detail .logo>img {
    max-width: 350px
}

.register-block .content-detail .block-title {
    color: #3c3c3c;
    font-size: 28px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px
}

.register-block .content-detail .form-subscribe {
    margin-top: 16px
}

.register-block .register-img>img {
    width: 100%
}

#megaMenuModalVF6 {
    margin-top: 60px;
    overflow: hidden
}

#megaMenuModalVF6 .modal-content {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    max-height: 100vh;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px
}

@media(max-width: 991px) {
    #megaMenuModalVF6 .modal-content {
        height:calc(100vh - 116px);
        min-height: unset;
        padding: 16px
    }
}

#megaMenuModalVF6 .modal-dialog {
    color: #3c3c3c;
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
    left: unset;
    min-height: 100%;
    min-width: 344px;
    right: 0;
    top: 0;
    transform: none!important;
    width: 17.91667%
}

@media(max-width: 991px) {
    #megaMenuModalVF6 .modal-dialog {
        min-width:100%;
        position: relative;
        width: 100%
    }
}

#megaMenuModalVF6 .mega-main-menu {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-start
}

#megaMenuModalVF6 .mega-main-menu>li {
    padding: 16px 0;
    width: 100%
}

#megaMenuModalVF6 .mega-main-menu>li a {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

#megaMenuModalVF6 .language-selector-mobile {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px
}

#megaMenuModalVF6 .language-selector-mobile>a {
    color: #3c3c3c;
    cursor: pointer;
    flex: 1 1 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

body.vinfast-vi #megaMenuModalVF6 .language-selector-mobile>a {
    color: #3c3c3c
}

body.vinfast-vi #megaMenuModalVF6 .language-selector-mobile>a .language-icon {
    display: none
}

body.vinfast-vi #megaMenuModalVF6 .language-selector-mobile>a[data-localecode=vi_VN] {
    color: #1464f4;
    font-weight: 600
}

body.vinfast-vi #megaMenuModalVF6 .language-selector-mobile>a[data-localecode=vi_VN] .language-icon {
    display: inline
}

body.vinfast-en #megaMenuModalVF6 .language-selector-mobile>a {
    color: #1464f4;
    font-weight: 600
}

body.vinfast-en #megaMenuModalVF6 .language-selector-mobile>a .language-icon {
    display: inline
}

body.vinfast-en #megaMenuModalVF6 .language-selector-mobile>a[data-localecode=vi_VN] {
    color: #3c3c3c
}

body.vinfast-en #megaMenuModalVF6 .language-selector-mobile>a[data-localecode=vi_VN] .language-icon {
    display: none
}

#megaMenuModalVF6 .language-selector-mobile>a .language-icon svg {
    margin-right: 6px;
    margin-top: -5px
}

#megaMenuModalVF6 .modal-footer {
    border: none;
    bottom: 0;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    justify-content: space-between;
    line-height: 150%;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: 100%
}

#megaMenuModalVF6 .modal-footer .menu-footer {
    background: #f7f9f9;
    height: 92px;
    margin-bottom: 0;
    margin-top: auto;
    pointer-events: visible;
    width: 100%
}

#megaMenuModalVF6 .modal-footer .mega-account {
    align-items: center;
    background: #f7f9f9;
    display: flex;
    height: 100%;
    width: 100%
}

#megaMenuModalVF6 .modal-footer .mega-account>a {
    display: flex;
    width: 100%
}

#megaMenuModalVF6 .modal-footer .mega-account .login-text {
    color: #3c3c3c;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-right: -22px;
    position: relative
}

#megaMenuModalVF6 .modal-footer .mega-account .login-text:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%233c3c3c' d='M7.5 7a3.33 3.33 0 0 0 3.333-3.333 3.332 3.332 0 1 0-6.666 0A3.33 3.33 0 0 0 7.5 7m0 1.667C5.275 8.667.833 9.783.833 12v1.667h13.334V12c0-2.217-4.442-3.333-6.667-3.333'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 44px;
    left: -50px;
    margin-right: 20px;
    min-width: unset;
    position: absolute;
    top: -10px;
    width: 44px
}

#megaMenuModalVF6 .modal-footer .mega-account .login-icon {
    background-image: none
}

.select2-container--default .select2-results__option[aria-selected=true],.select2-results__option--highlighted {
    background: rgba(20,100,244,.1)!important;
    border-radius: 3px!important;
    color: #3c3c3c!important
}

.select2-container .select2-results__option {
    font-size: 14px!important;
    font-weight: 600!important
}

@media screen and (max-width: 768px) {
    .select2-container .select2-results__option {
        font-size:12px!important
    }
}

.select2-container {
    font-family: Mulish;
    width: 100%!important
}

.select2-container .select2-selection__rendered {
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0!important;
    padding: 8px 16px!important;
    width: 100%
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/accessories/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
    height: 5px;
    width: 8px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg)
}

.select2-container.select2-container--open {
    z-index: 1051
}

.select2-container .select2-selection__rendered {
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 2px;
    padding-left: 4px!important
}

.select2-container .select2-selection--single {
    border: none
}

.select2-container .select2-selection__arrow {
    margin-right: 12px
}

.select2-container .select2-results__options li:first-child {
    margin-top: 8px
}

.select2-container .select2-results__options li:last-child {
    margin-bottom: 8px
}

.select2-container .select2-results__option {
    font-size: 16px;
    margin: 0 8px;
    padding: 8px
}

.select2-container .select2-search {
    padding: 0;
    position: relative
}

.select2-container .select2-search:before {
    background: url(../../images/search_icon.png) no-repeat;
    content: "";
    height: 17.5px;
    left: 13px;
    position: absolute;
    top: 13px;
    width: 17.5px
}

.select2-container .select2-search--dropdown input {
    background-color: #f8f9fa;
    border: none!important;
    border-radius: 3px;
    height: 44px;
    text-indent: 44px
}

.faq-block {
    color: #000;
    margin: 39px 0 90px
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block {
        margin:39px 0 60px
    }
}

@media only screen and (max-width: 767px) {
    .faq-block {
        margin:19.2vw 0 10vw
    }
}

.faq-block .faq-head {
    margin-bottom: 64px;
    width: 100%
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-head {
        margin-bottom:45px
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-head {
        margin-bottom:7.5vw
    }
}

.faq-block .faq-title {
    font-size: 2.0833333333vw;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-title {
        font-size:3.90625vw
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-title {
        font-size:7.4666666667vw
    }
}

@media only screen and (min-width: 1920px) {
    .faq-block .faq-title {
        font-size:40px
    }
}

.faq-block .faq-hdesc {
    color: #3c3c3c;
    font-size: 1.25vw;
    line-height: 1.3333333333;
    margin-bottom: 0
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-hdesc {
        font-size:2.34375vw
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-hdesc {
        font-size:4.2666666667vw
    }
}

@media only screen and (min-width: 1920px) {
    .faq-block .faq-hdesc {
        font-size:24px
    }
}

.faq-block .faq-main {
    width: 100%
}

.faq-block .faq-main ::-webkit-scrollbar-track {
    border-radius: 3px;
    box-shadow: inset 0 0 5px #fff
}

.faq-block .faq-main ::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 3px
}

.faq-block .faq-main ::-webkit-scrollbar {
    height: 1px;
    width: 1px
}

.faq-block .faq-tab {
    margin-bottom: 32px
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-tab {
        margin-bottom:25px
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-tab {
        margin-bottom:5vw;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-tab:-webkit-scrollbar {
        display:none
    }
}

.faq-block .faq-tab ul {
    border-bottom: 2px solid #e5e5e5;
    display: flex
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-tab ul {
        width:174vw
    }
}

.faq-block .faq-tab li {
    width: 33.3333333333%
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-tab li {
        width:58vw
    }
}

.faq-block .faq-tab li a {
    display: block;
    font-size: 1.25vw;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1.3333333333;
    padding-bottom: 24px;
    position: relative;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-tab li a {
        padding-bottom:20px
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-tab li a {
        padding-bottom:18px
    }
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-tab li a {
        font-size:2.34375vw
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-tab li a {
        font-size:4.8vw
    }
}

@media only screen and (min-width: 1920px) {
    .faq-block .faq-tab li a {
        font-size:24px
    }
}

.faq-block .faq-tab li a:before {
    background: #000;
    bottom: -2px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: .3s;
    width: 0
}

.faq-block .faq-tab li a.active:before,.faq-block .faq-tab li a:hover:before {
    width: 100%
}

.faq-block .faq-panel {
    margin-bottom: 48px
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-panel {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-panel {
        margin-bottom:6.4vw
    }
}

.faq-block .faq-panel .panel {
    display: none
}

.faq-block .faq-panel .panel.active {
    display: block
}

.faq-block .faq-panel .panel>ul {
    list-style: none
}

.faq-block .faq-panel-item {
    border-bottom: 2px solid #d9e1e2;
    padding: 32px 0;
    position: relative
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-panel-item {
        padding:20px 0
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-panel-item {
        padding:18px 0
    }
}

.faq-block .faq-panel-item.active .faq-questions:before {
    background: url(../images/raisinghands/icon-minus.png) no-repeat 50%;
    background-size: contain
}

.faq-block .faq-panel-item.active .faq-anwser {
    display: block
}

.faq-block .faq-questions {
    font-size: 1.25vw;
    letter-spacing: -.5px;
    line-height: 1.3333333333;
    padding-right: 1.4em;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-questions {
        font-size:2.34375vw
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-questions {
        font-size:5.3333333333vw
    }
}

@media only screen and (min-width: 1920px) {
    .faq-block .faq-questions {
        font-size:24px
    }
}

.faq-block .faq-questions:before {
    background: url(../images/raisinghands/icon-plus.png) no-repeat 50%;
    background-size: contain;
    color: #000;
    content: "";
    height: 1.25em;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    width: 1.25em
}

.faq-block .faq-anwser {
    display: none;
    font-size: .8333333333vw;
    margin-top: 8px
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-anwser {
        font-size:1.953125vw
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-anwser {
        font-size:3.7333333333vw
    }
}

@media only screen and (min-width: 1920px) {
    .faq-block .faq-anwser {
        font-size:16px
    }
}

.faq-block .faq-anwser p:last-child {
    margin-bottom: 0
}

.faq-block .faq-anwser a {
    color: #1464f4;
    font-weight: 600
}

.faq-block .faq-bottom {
    color: #3c3c3c;
    font-size: 1.25vw;
    line-height: 1.3333333333;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .faq-block .faq-bottom {
        font-size:2.34375vw
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .faq-bottom {
        font-size:5.3333333333vw
    }
}

@media only screen and (min-width: 1920px) {
    .faq-block .faq-bottom {
        font-size:24px
    }
}

.faq-block .faq-bottom a {
    color: #1464f4;
    display: inline-block;
    font-weight: 600
}

.faq-block .faq-bottom .faq-orther {
    margin-bottom: 0
}

.faq-block {
    border-top: 1px solid #7a99ac;
    margin: auto auto 0;
    max-width: 1440px;
    padding: 96px 0;
    position: relative
}

@media(max-width: 767px) {
    .faq-block {
        border-top:none;
        padding: 64px 0
    }
}

@media(min-width: 1200px) {
    .faq-block .container {
        max-width:925px
    }
}

.faq-block .faq-head {
    margin-bottom: 10px;
    text-align: center
}

.faq-block .faq-title {
    color: #3c3c3c;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .faq-block .faq-title {
        font-size:24px
    }
}

.faq-block .faq-questions {
    color: #3c3c3c;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
    padding-right: 40px
}

@media(max-width: 767px) {
    .faq-block .faq-questions {
        font-size:14px
    }
}

.faq-block .faq-questions span {
    display: block
}

@media(min-width: 1280px) {
    .faq-block .faq-questions span {
        max-width:750px
    }
}

.faq-block .faq-panel {
    margin-bottom: 30px
}

.faq-block .faq-panel-item {
    border-bottom: 1px solid #d9e1e2;
    padding: 24px 0
}

.faq-block .faq-anwser {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 16px
}

@media(max-width: 767px) {
    .faq-block .faq-anwser {
        font-size:14px
    }
}

.faq-block .faq-other {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media(max-width: 767px) {
    .faq-block .faq-other {
        flex-direction:column;
        justify-content: center
    }
}

.faq-block .faq-other .other-question {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25
}

@media(max-width: 767px) {
    .faq-block .faq-other .other-question {
        font-size:16px;
        margin-bottom: 12px
    }
}

.faq-block .button {
    background: #fff;
    background-image: unset;
    border: 1px solid #1464f4;
    border-radius: 3px;
    color: #1464f4;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.25;
    min-width: 276px;
    padding: 14px;
    text-transform: uppercase;
    transition: .3s
}

.faq-block .button:focus,.faq-block .button:hover {
    background: #1464f4;
    background-image: unset;
    border: 0;
    color: #fff
}

.thanks-page.container {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100vw
}

.thanks-page.container .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    width: 628px
}

.thanks-page.container .content .icon-check {
    margin: 30px 0;
    max-width: 120px
}

.thanks-page.container .content .text-notification {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%
}

.thanks-page.container .content .text-thanks {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 16px 0;
    text-align: center
}

.thanks-page.container .content .group-btn {
    display: flex;
    gap: 16px
}

.thanks-page.container .content .group-btn>.btn {
    height: 48px;
    line-height: unset;
    max-width: unset;
    min-width: 190px;
    padding: 16px 24px
}

@media(min-width: 1440px) {
    .container {
        max-width:1440px
    }

    .overview-block-content img {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .overview-block-content .overview-item-desc {
        padding: 16px!important
    }
}

@media only screen and (max-width: 1600px) {
    .banner-car {
        top:30%
    }
}

@media only screen and (max-width: 992px) {
    .block-title {
        font-size:20px
    }

    .banner-img {
        padding-top: 84px
    }
}

@media only screen and (max-width: 992px)and (max-width:992px) {
    .banner-img {
        padding-top:60px
    }
}

@media only screen and (max-width: 992px) {
    .banner-img img {
        width:100%
    }

    .banner-car {
        left: 0;
        margin-top: -20%;
        position: relative;
        transform: unset
    }

    .banner-car .car-img {
        position: static
    }

    .banner-content {
        margin-top: 0
    }

    .banner-content .logo {
        margin-bottom: 20px
    }

    .banner-specs .container {
        -moz-column-gap: 16px;
        column-gap: 16px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        padding: 16px;
        row-gap: 20px
    }

    .banner-specs-item {
        text-align: left
    }

    .banner-specs-item .specs-info {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0
    }

    .banner-specs-item .specs-title {
        font-size: 14px
    }

    .overview-block .container {
        padding: 0
    }

    .overview-block-content {
        margin: 0
    }

    .overview-block-content .content-left,.overview-block-content .content-right {
        padding: 0
    }

    .overview-block-content .content-left-header {
        margin-bottom: 30px;
        padding: 0 15px
    }

    .overview-block-content .overview-item {
        margin-bottom: 30px
    }

    .overview-block-content .overview-item:last-child {
        margin-bottom: 0
    }

    .specs-block .specs-block-header {
        background-color: transparent;
        flex-direction: column;
        padding: 0 15px
    }

    .specs-block .specs-block-header .banner-content-form {
        display: block
    }

    .specs-block .specs-block-header-left {
        margin-bottom: 20px;
        padding: 0
    }

    .specs-block .specs-block-header-right {
        margin-bottom: 30px;
        padding: 0
    }

    .specs-block .specs-block-header .deposit {
        margin-bottom: 20px;
        width: 100%
    }

    .specs-block .specs-block-header .deposit .outline-btn {
        margin: auto auto 20px
    }

    .specs-block .specs-name,.specs-block .specs-name-item {
        padding: 0
    }

    .specs-block .specs-name-item p {
        font-size: 20px
    }

    .specs-block-item {
        padding: 16px 0
    }

    .specs-block-item .specs-info {
        padding: 0 16px 0 0
    }

    .specs-block-item .specs-title {
        margin-bottom: 4px;
        padding: 0
    }

    .specs-block #data-content-car .margin-left-mobile {
        margin-left: 0!important;
        padding: 0!important
    }

    .specs-block #data-content-car .title-small-font {
        font-size: 14px
    }

    .specs-block .banner-content-form h5 {
        font-size: 14px;
        font-weight: 400
    }

    .title-large-font {
        font-size: 20px
    }

    .price-block .block-title {
        margin-bottom: 20px
    }

    .price-block .price-block-content {
        margin: -25px auto auto;
        position: unset;
        transform: unset
    }

    .price-block .price-block-content .form-subtitle {
        margin-bottom: 0
    }

    .price-block .price-block-content .content {
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        background-color: #fff;
        padding: 16px
    }

    .email-form .form-subtitle {
        font-size: 15px;
        padding: 0 16px
    }
}

@media only screen and (max-width: 768px) {
    .header-vf6--bottom .logo img {
        height:40px;
        width: 40px
    }

    .header-vf6--bottom {
        height: 60px;
        padding: 8px 16px
    }

    .email-form .form-subtitle {
        font-size: 14px
    }

    .banner-specs-item .specs-info {
        font-size: 18px
    }

    .content-left-header>p {
        margin-bottom: 16px
    }

    .overview-block-content .overview-item {
        margin-bottom: 0
    }

    p.title-regular-font {
        font-size: 18px;
        font-weight: 400
    }

    h4.title-regular-font {
        color: #3c3c3c;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px
    }

    .banner-car {
        margin-top: -6%
    }

    .banner-img .overlay {
        height: 65px
    }

    #introduce-block .style-block-btn {
        padding: 12px 0;
        position: relative
    }

    #introduce-block .style-block-btn>.btn {
        width: 100%
    }

    .specs-block-btn {
        gap: 16px;
        padding: 0
    }

    .specs-block-btn .btn-primary,.specs-block-btn .outline-btn {
        width: 50%
    }

    .specs-block-btn .outline-btn {
        padding: 16px 24px
    }

    .specs-block-btn.disabledBrochure .btn-primary,.specs-block-btn.disabledBrochure .outline-btn {
        width: 100%
    }

    .price-block-content .content-background,.price-block-content .content-detail {
        width: unset!important
    }

    .price-block-content .price-row {
        border-bottom: 1px solid #d9e1e2
    }

    .register-block {
        margin-top: 64px;
        padding: 60px 0
    }

    .register-block .content-detail {
        padding: 0 16px
    }

    .register-block .content-detail .block-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .register-block .content-detail .title-small-font {
        font-size: 14px;
        font-weight: 400
    }

    .register-block .register-img>img {
        min-height: 539px
    }

    .album-block {
        padding-top: 0
    }

    .thanks-page.container .content {
        padding: 0 16px;
        width: 342px
    }

    .thanks-page.container .content .group-btn {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%
    }

    .thanks-page.container .content .group-btn .btn {
        flex: 1
    }
}

.v3s-footer {
    overflow: hidden
}

.float-bottom-menu-wrapper {
    transition: .3s
}

@media only screen and (max-width: 767px) {
    .float-bottom-menu-wrapper.hide {
        transform:translateY(100%)
    }
}

.form-label-group input.input-error {
    border: 1px solid #dc3545
}

.invalid-feedback {
    font-size: 12px;
    padding: 0 16px
}

#popup-lead .modal-content {
    padding: 50px
}

@media screen and (max-width: 768px) {
    #popup-lead .modal-content {
        padding:50px 16px 30px
    }
}

#popup-lead .modal-content .modal-body {
    align-self: center;
    max-width: 408px;
    padding: 0
}

#popup-lead .modal-content .modal-body h3 {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #popup-lead .modal-content .modal-body h3 {
        margin-bottom:20px
    }
}

#popup-lead .modal-content .modal-body .form-subtitle,#popup-lead .modal-content .modal-body h3 {
    text-align: center
}

#popup-lead .modal-content .modal-body img {
    width: 100%
}

#popup-lead .modal-content .modal-body .email-form {
    text-align: center;
    width: 100%
}

#popup-lead .modal-content .modal-body .registration-btn {
    gap: 12px
}

#popup-lead .modal-content .modal-body .registration-btn>.outline-btn {
    background: #fff;
    color: #1464f4;
    height: 48px;
    max-width: 100%;
    padding: 16px
}

#popup-lead .modal-content .close {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px
}

.page-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(60,60,60,.2);
    left: 0;
    padding: 14px 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: .8s;
    z-index: 12
}

.page-header.show-menu2 {
    transform: translateY(0)
}

.page-header .nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    padding-left: 15px
}

.page-header .nav .nav-menu .nav-list {
    display: flex;
    list-style: none;
    margin-bottom: 0
}

.page-header .nav-menu .nav-list .nav-item {
    margin: 0 1.5rem;
    position: relative
}

.page-header .nav-menu .nav-list .nav-item a {
    color: #1f2125;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding: 1rem 0;
    text-decoration: none;
    transition: .3s
}

.page-header .nav-menu .nav-list .nav-item:hover a {
    color: #1464f4;
    cursor: pointer
}

.page-header .nav-button .btn {
    font-weight: 700;
    text-transform: uppercase
}

.page-header .nav-list .nav-item:after {
    background-color: #1464f4;
    bottom: -1px;
    height: 4px
}

.page-header .nav-list .nav-item.active:after {
    bottom: -1px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform .3s;
    width: 100%
}

.link-effect-hover.active-menu:after,.link-effect-hover:after {
    bottom: -5px
}

@media only screen and (max-width: 992px) {
    .page-header .nav-dropdown.active button svg {
        transform:rotate(180deg)
    }
}

@media only screen and (max-width: 1024px) {
    .page-header .nav-dropdown.d-lg-none {
        display:block!important
    }

    .page-header {
        padding: .75rem 0
    }

    .nav-dropdown button {
        align-items: center;
        background-color: #fff;
        border: none;
        color: #1464f4;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        display: flex;
        font-size: 1rem;
        font-weight: 500;
        line-height: 150%;
        outline: none;
        transition: .4s;
        width: auto
    }

    .page-header .nav-logo {
        display: none
    }

    .page-header .nav-menu {
        position: fixed;
        right: 0;
        transform: translateY(-100%);
        transition: .6s;
        width: 100%;
        z-index: 1
    }

    .page-header .nav-menu.active {
        top: 0;
        transform: translateY(67px)
    }

    .page-header .nav-menu .nav-list {
        background-color: #fff;
        flex-direction: column
    }

    .page-header .nav-list .nav-item {
        border-bottom: 1px solid rgba(60,60,60,.1)
    }
}

@media only screen and (max-width: 992px) {
    .page-header .nav-list .nav-item {
        display:block
    }

    .page-header .nav-list .nav-item.active:after {
        bottom: 0
    }
}

@media only screen and (max-width: 575px) {
    .page-header {
        padding:.75rem 0
    }

    .page-header .nav {
        max-width: unset;
        padding: 0 15px
    }
}

#vf5-intro {
    margin-top: 50px
}

.nav-left {
    align-items: center;
    display: flex
}

.nav-left .nav-logo {
    margin-right: 30px
}

#megaMenuModal.show {
    min-height: 100vh
}

#header.hide-menu {
    transform: translateY(-100%)
}

#wapper {
    position: relative;
    z-index: 2
}

.disclaimer-note {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 60px auto;
    max-width: 905px;
    text-align: left;
    width: 100%
}

@media screen and (max-width: 767px) {
    .disclaimer-note {
        padding:0 16px;
        width: 100%
    }
}

.disclaimer-note-txt {
    margin-bottom: 4px
}

.disclaimer-note-list {
    list-style: initial;
    padding-left: 1em
}

.btn-popup-lead {
    width: 202px
}

.banner-specs-left {
    display: flex;
    flex: 1 0 0;
    justify-content: space-between
}

.t-and-c {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left
}

.t-and-c a {
    color: #1464f4;
    text-decoration: underline
}
