:root {
    --bg-main: #3c3c3c;
    --bg-main-darker: #1f2125;
    --color-dark: #fff;
    --color-white: #fff;
    --color-white-constant: #fff;
    --color-black: #000;
    --swiper-btn-bg: #f0f3f3;
    --swiper-btn-color: #3c3c3c;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    --color-future-blue: #1464f4;
    --swiper-pagination-bullet-width: 12px;
    --swiper-pagination-bullet-height: 12px;
    --border-line-bg: #d9e1e2;
    --accordion-bullet-color: #7a99ac;
    --card-bg: #1f2125;
    --card-bg-mid-dark: #1f2125;
    --card-border: #7a99ac;
    --land-bg: #1f2125;
    --color-mid-blue-gray: #d9e1e2;
    --swiper-thumbnail-text-inactive-color: #8a8a8a;
    --prodder-form-color: #8a8a8a;
    --tab--active--color: #fff;
    --tab--icon--color: #fff;
    --switch-bg-color: #fff;
    --switch-border-color: #fff;
    --switch-rounded-border-color: #3c3c3c;
    --switch-rounded-bg-color: #fff;
    --link-button-color: #fff;
    --bg-linear-gradient: linear-gradient(270deg,rgba(31,33,37,.5),rgba(31,33,37,.5)),linear-gradient(90deg,#3c3c3c,hsla(0,0%,100%,0));
    --commit-card-bg: #636363
}

:root:not(.light-scheme) .light-theme {
    display: none!important
}

:root.light-scheme {
    --bg-main: #fff;
    --bg-main-darker: #f7f9f9;
    --color-dark: #3c3c3c;
    --color-white: #3c3c3c;
    --swiper-pagination-color: #1464f4;
    --swiper-pagination-bullet-inactive-color: #7a99ac;
    --card-bg: #fff;
    --card-bg-mid-dark: #f7f9f9;
    --land-bg: #f7f9f9;
    --switch-bg-color: #fff;
    --switch-border-color: #3c3c3c;
    --switch-rounded-bg-color: #3c3c3c;
    --link-button-color: #1464f4;
    --bg-linear-gradient: linear-gradient(270deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0)),linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    --commit-card-bg: #fff;
    --prodder-form-color: #fff;
    --tab--active--color: #1464f4;
    --tab--icon--color: #3c3c3c
}

:root.light-scheme .dark-theme {
    display: none!important
}

.faq-block {
    color: inherit;
    margin: auto 0 auto auto;
    padding: 96px 0;
    position: relative
}

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

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

.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 {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.faq-block .faq-tab:-webkit-scrollbar {
    display: none
}

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

.faq-block .faq-tab li {
    width: 58vw
}

.faq-block .faq-tab li a {
    display: block;
    font-weight: 600;
    letter-spacing: -.5px;
    position: relative;
    text-align: center;
    width: 100%
}

.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: 30px
}

.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: 1px solid #d9e1e2;
    padding: 24px 0;
    position: relative
}

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

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

.faq-block .faq-questions {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
    padding-right: 40px;
    position: relative;
    width: 100%
}

.faq-block .faq-questions:before {
    background: url(../../images/reserves/icon-plus.svg) no-repeat 50%;
    background-size: contain;
    color: var(--color-white);
    content: "";
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    width: 18px
}

@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-anwser {
    display: none;
    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-anwser p:last-child {
    margin-bottom: 0
}

.faq-block .faq-anwser a {
    font-weight: 600
}

.faq-block .faq-bottom {
    text-align: center;
    width: 100%
}

.faq-block .faq-bottom a {
    display: inline-block;
    font-weight: 600
}

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

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

.faq-block .faq-title {
    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-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 {
    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;
    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
}

.light-scheme .faq-panel-item.active .faq-questions:before {
    background: url(../../images/reserves/icon-minus-light.svg) no-repeat 50%
}

.light-scheme .faq-questions:before {
    background: url(../../images/reserves/icon-plus-light.svg) no-repeat 50%
}

.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
}

body {
    background: var(--bg-main);
    color: var(--color-dark)
}

body ::-moz-selection {
    background-color: #1464f4;
    color: #fff
}

body ::selection {
    background-color: #1464f4;
    color: #fff
}

img {
    max-width: 100%
}

p {
    color: var(--color-white,#fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

@media only screen and (min-width: 1200px) {
    p {
        font-size:18px
    }
}

@media print {
    p {
        font-size: 18px
    }
}

section {
    padding: 64px 0
}

@media only screen and (min-width: 1200px) {
    section {
        padding:120px 0
    }
}

@media print {
    section {
        padding: 120px 0
    }
}

section .content {
    width: 100%
}

div,dl,h1,h2,h3,h4,h5,p,section,span,ul {
    margin: 0;
    position: relative
}

picture,span {
    display: inline-block
}

hr {
    border-color: var(--border-line-bg)
}

@media screen and (max-width: 1199px) {
    .pc {
        display:none!important
    }
}

@media screen and (min-width: 1200px) {
    .sp {
        display:none!important
    }
}

.container-fluid {
    padding: 0 16px
}

@media only screen and (min-width: 1200px) {
    .container-fluid {
        padding:0
    }
}

@media print {
    .container-fluid {
        padding: 0
    }
}

.container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1248px;
    padding: 0 16px
}

@media only screen and (min-width: 1200px) {
    .container {
        gap:48px
    }
}

@media print {
    .container {
        gap: 48px
    }
}

.container-medium {
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .container-medium {
        max-width:904px
    }
}

@media print {
    .container-medium {
        max-width: 904px
    }
}

.darker-bg {
    background: var(--bg-main-darker)
}

.dark-bg {
    background: var(--bg-main)
}

.btn-hamburger {
    cursor: pointer
}

.btn.btn-hamburger {
    padding: 0
}

.btn.btn-link {
    align-items: center;
    background-color: var(--color-white-constant);
    border: 1px solid var(--color-future-blue);
    color: var(--color-future-blue);
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    min-width: 280px;
    padding: 16px 24px
}

.page.v3s {
    overflow: hidden
}

.pd-b-05 {
    padding-bottom: .5%
}

.header-navi {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: var(--bg-linear-gradient);
    color: var(--color-dark);
    position: fixed;
    top: -150px;
    transition: all .3s ease;
    width: 100%;
    z-index: 1050
}

.header-navi.fixed {
    top: 0
}

.header-navi.fixed+section {
    margin-top: 56px
}

@media only screen and (min-width: 1200px) {
    .header-navi.fixed+section {
        margin-top:72px
    }
}

@media print {
    .header-navi.fixed+section {
        margin-top: 72px
    }
}

.header-navi .container {
    max-width: 3840px;
    padding: 10px 16px
}

@media only screen and (min-width: 1200px) {
    .header-navi .container {
        padding:16px 40px
    }
}

@media print {
    .header-navi .container {
        padding: 16px 40px
    }
}

.header-navi .body {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    width: 100%
}

.header-navi .body .logo img {
    width: 95px
}

@media only screen and (min-width: 1200px) {
    .header-navi .body .logo img {
        width:116px
    }
}

@media print {
    .header-navi .body .logo img {
        width: 116px
    }
}

.header-navi .body .main-navi {
    display: none
}

@media only screen and (min-width: 1200px) {
    .header-navi .body .main-navi {
        display:block
    }
}

@media print {
    .header-navi .body .main-navi {
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .header-navi .body .main-navi ul {
        align-items:center;
        display: flex;
        flex-direction: row;
        gap: 48px;
        justify-content: center;
        list-style: none
    }
}

@media print {
    .header-navi .body .main-navi ul {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 48px;
        justify-content: center;
        list-style: none
    }
}

.header-navi .body .main-navi ul li {
    color: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center
}

.header-navi .body .main-navi ul li a {
    color: inherit;
    cursor: pointer
}

.header-navi .body .main-navi ul li a:hover {
    color: var(--color-white)
}

.header-navi .body .main-navi ul li a[href="#dragon-forged-block"] {
    color: #ffcd7b
}

.header-navi .body .right-navi {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end
}

.header-navi .body .right-navi .switch-button {
    margin-left: 16px
}

.header-navi .body .right-navi .btn {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: normal;
    min-width: unset;
    text-transform: uppercase
}

.header-navi .body .right-navi .btn.btn-consultant {
    color: var(--color-white);
    padding: 16px 18px
}

@media only screen and (min-width: 1200px) {
    .header-navi .body .right-navi .btn.btn-consultant {
        padding:16px 24px
    }
}

@media print {
    .header-navi .body .right-navi .btn.btn-consultant {
        padding: 16px 24px
    }
}

.header-navi .body .right-navi .btn.btn-primary {
    background: var(--color-future-blue)
}

@media only screen and (max-width: 767px) {
    .header-navi .body .right-navi .btn.btn-primary {
        margin-right:10px
    }
}

.switch-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 4px
}

.switch-button .switch {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 28px
}

.switch-button .switch input {
    height: 0;
    opacity: 0;
    width: 0
}

.switch-button .switch input:checked+.slider:before {
    background-color: var(--switch-rounded-bg-color);
    transform: translateX(12px)
}

.switch-button .switch .slider {
    background-color: var(--switch-bg-color);
    border: 1px solid var(--switch-border-color);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.switch-button .switch .slider:before {
    background-color: var(--switch-rounded-bg-color);
    border: 1px solid var(--switch-rounded-border-color);
    bottom: 1px;
    content: "";
    height: 12px;
    left: 1px;
    position: absolute;
    transition: .4s;
    width: 12px
}

.switch-button .switch .slider.round {
    border-radius: 16px
}

.switch-button .switch .slider.round:before {
    border-radius: 50%
}

.st-heading {
    color: var(--color-white);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.96px;
    line-height: normal
}

@media only screen and (min-width: 1200px) {
    .st-heading {
        font-size:48px
    }
}

@media print {
    .st-heading {
        font-size: 48px
    }
}

.st-sub-heading {
    color: var(--color-white,#fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left
}

@media only screen and (min-width: 1200px) {
    .st-sub-heading {
        font-size:32px
    }
}

@media print {
    .st-sub-heading {
        font-size: 32px
    }
}

.break-graph {
    margin-bottom: 120px!important
}

.swiper .swiper-wrapper {
    margin-bottom: 16px
}

@media only screen and (min-width: 1200px) {
    .swiper .swiper-wrapper {
        margin-bottom:30px
    }
}

@media print {
    .swiper .swiper-wrapper {
        margin-bottom: 30px
    }
}

.swiper .swiper-wrapper .swiper-slide picture {
    width: 100%
}

.swiper .swiper-wrapper .swiper-slide img {
    max-width: unset;
    width: 100%
}

.swiper .swiper-control-group {
    display: flex;
    gap: 20px;
    justify-content: center
}

@media only screen and (min-width: 1200px) {
    .swiper .swiper-control-group {
        justify-content:space-between
    }
}

@media print {
    .swiper .swiper-control-group {
        justify-content: space-between
    }
}

.swiper .custom-swiper-pagination {
    align-items: center;
    bottom: unset;
    display: flex;
    justify-content: center;
    top: unset
}

@media only screen and (min-width: 1200px) {
    .swiper .custom-swiper-pagination {
        justify-content:flex-start
    }
}

@media print {
    .swiper .custom-swiper-pagination {
        justify-content: flex-start
    }
}

.swiper .swiper-button-group {
    display: none
}

@media only screen and (min-width: 1200px) {
    .swiper .swiper-button-group {
        align-items:center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 30px;
        justify-content: flex-end
    }
}

@media print {
    .swiper .swiper-button-group {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 30px;
        justify-content: flex-end
    }
}

.swiper .swiper-button-group .swiper-btn {
    align-items: center;
    background: var(--swiper-btn-bg);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    padding: 8px
}

.swiper .swiper-button-group .swiper-btn svg path {
    stroke: var(--swiper-btn-color)
}

.swiper.vf-swiper-collection-thumb .swiper-wrapper {
    margin-bottom: 0
}

.swiper.vf-swiper-collection-thumb .swiper-slide {
    display: inline-flex;
    justify-content: center
}

.swiper.vf-swiper-collection-thumb .swiper-slide.swiper-slide-thumb-active .color-item {
    border-color: var(--color-future-blue)
}

.swiper.vf-swiper-collection-thumb .swiper-slide .color-item {
    align-items: center;
    border: 3px solid transparent;
    border-radius: 100%;
    display: flex;
    height: 60px;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    width: 60px
}

.swiper.vf-swiper-collection-thumb .swiper-slide .color-item span {
    border-radius: 100%;
    overflow: hidden
}

.swiper.vf-swiper-collection-thumb .swiper-slide .color-item span img {
    width: 100%
}

.swiper.vf-swiper-text-thumb .swiper-slide {
    color: var(--swiper-thumbnail-text-inactive-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.swiper.vf-swiper-text-thumb .swiper-slide.swiper-slide-thumb-active {
    color: var(--color-white)
}

@media only screen and (min-width: 1200px) {
    .swiper.vf-swiper-text-thumb .swiper-slide {
        font-size:18px
    }
}

@media print {
    .swiper.vf-swiper-text-thumb .swiper-slide {
        font-size: 18px
    }
}

.swiper.vf-swiper-text-thumb .swiper-slide dl {
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.swiper.vf-swiper-text-thumb .swiper-slide dl dd,.swiper.vf-swiper-text-thumb .swiper-slide dl dt {
    color: inherit;
    font-size: 16px;
    font-weight: 600
}

.swiper.vf-swiper-text-thumb .swiper-slide dl dt {
    font-size: 18px
}

.swiper[data-effect=creative] [swiper_scale_active] .swiper-slide img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.swiper[data-effect=creative] [swiper_scale_active] .swiper-slide:not(.swiper-slide-active) a {
    pointer-events: none
}

.swiper-collect-wrapper .swiper-wrapper {
    margin-bottom: 0
}

.swiper-collect-wrapper .thumb-label {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 30px 0 16px;
    text-align: center
}

.footer-img {
    position: relative
}

.footer-img img {
    z-index: 1
}

.footer-img:after {
    background: var(--land-bg);
    bottom: 0;
    content: "";
    display: block;
    height: 40%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.section-hero-top {
    display: flex;
    justify-content: center;
    padding: 60px 0 0
}

@media screen and (min-width: 992px) {
    .section-hero-top {
        padding:84px 0 0
    }
}

@media only screen and (min-width: 1200px) {
    .section-hero {
        padding:53px 0 120px
    }
}

@media print {
    .section-hero {
        padding: 53px 0 120px
    }
}

.section-hero .container {
    align-items: center;
    gap: 0;
    max-width: 1556px
}

.section-hero .logo {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.section-hero .logo>img {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 777px;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .section-hero .logo>img {
        max-width:1182px
    }
}

@media print {
    .section-hero .logo>img {
        max-width: 1182px
    }
}

.section-hero .logo .tag-line {
    color: var(--color-white,#fff);
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -.72px;
    line-height: normal;
    text-align: center
}

@media only screen and (min-width: 1200px) {
    .section-hero .logo .tag-line {
        font-size:56px;
        letter-spacing: -1.12px
    }
}

@media print {
    .section-hero .logo .tag-line {
        font-size: 56px;
        letter-spacing: -1.12px
    }
}

.section-hero .hero-img {
    margin-bottom: 30px
}

.section-hero .disclaimer {
    color: var(--color-white);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.section-hot .spotlight-box {
    background: var(--color-black)
}

.section-hot .spotlight-box dl {
    align-items: flex-start;
    background: var(--bg-main);
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 8px;
    min-height: auto;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 10
}

@media only screen and (min-width: 1200px) {
    .section-hot .spotlight-box dl {
        padding:30px 0 0
    }
}

@media print {
    .section-hot .spotlight-box dl {
        padding: 30px 0 0
    }
}

.section-hot .spotlight-box dl sub {
    font-size: 12px
}

.section-hot .spotlight-box dl dt {
    font-size: 18px
}

.section-hot .spotlight-box dl dd,.section-hot .spotlight-box dl dt {
    color: var(--color-white);
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.section-hot .spotlight-box dl dd {
    font-size: 16px
}

.section-exterior {
    padding: 0
}

.section-exterior .exterior-collect .car-preview {
    margin-bottom: 30px
}

.section-exterior .exterior-collect .car-preview .btn-360-switch {
    align-content: center;
    align-items: center;
    bottom: -5px;
    color: var(--link-button-color);
    display: inline-flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    left: 0;
    letter-spacing: 1.2px;
    line-height: normal;
    position: absolute;
    text-transform: uppercase;
    z-index: 10
}

.section-exterior .exterior-collect .car-preview .btn-360-switch svg path {
    fill: var(--link-button-color)
}

@media only screen and (min-width: 1200px) {
    .section-exterior .exterior-collect .car-preview .btn-360-switch {
        bottom:0;
        cursor: pointer
    }
}

@media print {
    .section-exterior .exterior-collect .car-preview .btn-360-switch {
        bottom: 0;
        cursor: pointer
    }
}

.section-exterior .exterior-collect .swiper .swiper-slide {
    background-color: var(--bg-main)
}

.section-exterior .dragon-forged-img {
    margin-top: 64px
}

@media only screen and (min-width: 1200px) {
    .section-exterior .dragon-forged-img {
        margin-top:120px
    }
}

@media print {
    .section-exterior .dragon-forged-img {
        margin-top: 120px
    }
}

.section-exterior .exterior-footer {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 64px
}

.section-exterior .exterior-footer .container-medium {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 1200px) {
    .section-exterior .exterior-footer {
        margin-top:120px
    }
}

@media print {
    .section-exterior .exterior-footer {
        margin-top: 120px
    }
}

.section-exterior .exterior-footer .st-sub-heading {
    text-align: center
}

.section-exterior .footer-img {
    padding: 64px 0 10px
}

.section-product-present {
    padding-bottom: 0;
    padding-top: 30px
}

@media only screen and (min-width: 1200px) {
    .section-product-present {
        padding-top:60px
    }
}

@media print {
    .section-product-present {
        padding-top: 60px
    }
}

.section-product-present .container-medium {
    margin-left: auto;
    margin-right: auto
}

.section-product-present .content>* {
    margin-bottom: 30px
}

@media only screen and (min-width: 1200px) {
    .section-product-present .content>* {
        margin-bottom:48px
    }
}

@media print {
    .section-product-present .content>* {
        margin-bottom: 48px
    }
}

@media only screen and (min-width: 1200px) {
    .section-product-present .content .box-50 {
        display:flex;
        flex-direction: row;
        gap: 120px;
        justify-content: center;
        margin-bottom: 80px;
        margin-top: 18px
    }

    .section-product-present .content .box-50 dl {
        flex-basis: 50%
    }
}

@media print {
    .section-product-present .content .box-50 {
        display: flex;
        flex-direction: row;
        gap: 120px;
        justify-content: center;
        margin-bottom: 80px;
        margin-top: 18px
    }

    .section-product-present .content .box-50 dl {
        flex-basis: 50%
    }
}

.section-product-present .content dl dt {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px
}

.section-product-present .content dl dd {
    color: var(--colo-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px
}

.section-product-present .content .vf-swiper-text-thumb dl {
    gap: 8px;
    margin-bottom: 0
}

.section-product-present .content .vf-swiper-text-thumb dl dd:last-child,.section-product-present .content .vf-swiper-text-thumb dl dt {
    margin-bottom: 0
}

.section-interior {
    padding-bottom: 60px
}

.section-interior .content>* {
    margin-bottom: 30px
}

.section-interior .content .interior-collect {
    margin-bottom: 64px
}

@media only screen and (min-width: 1200px) {
    .section-interior .content .interior-collect {
        margin-bottom:120px
    }
}

@media print {
    .section-interior .content .interior-collect {
        margin-bottom: 120px
    }
}

.section-interior .content .container-medium {
    margin-left: auto;
    margin-right: auto
}

.section-interior .content .img img {
    max-width: 100%
}

.section-interior .content .box-compare-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width: 1200px) {
    .section-interior .content .box-compare-wrapper {
        align-content:space-between;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 30px;
        justify-content: space-between;
        margin-bottom: 120px;
        margin-top: 48px
    }
}

@media print {
    .section-interior .content .box-compare-wrapper {
        align-content: space-between;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 30px;
        justify-content: space-between;
        margin-bottom: 120px;
        margin-top: 48px
    }
}

.section-interior .content .box-compare-wrapper .box-compare {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

@media only screen and (min-width: 1200px) {
    .section-interior .content .box-compare-wrapper .box-compare {
        gap:48px
    }
}

@media print {
    .section-interior .content .box-compare-wrapper .box-compare {
        gap: 48px
    }
}

.section-interior .content .box-compare-wrapper .box-compare:last-child {
    margin-bottom: 0
}

.section-interior .content .box-compare-wrapper .box-compare .animation {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-interior .content .box-compare-wrapper .box-compare dl dt {
    color: var(--color-white,#fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px
}

.section-interior .content .box-compare-wrapper .box-compare dl dd {
    color: var(--color-white,#fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0
}

.section-interior .content .touch-screen dl {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px
}

@media only screen and (min-width: 1200px) {
    .section-interior .content .touch-screen dl {
        margin-bottom:48px
    }
}

@media print {
    .section-interior .content .touch-screen dl {
        margin-bottom: 48px
    }
}

.section-interior .content .touch-screen .vf-swiper-text-thumb dl {
    gap: 8px;
    margin-bottom: 0
}

.section-interior .content .touch-screen .vf-swiper-text-thumb dl dd:last-child {
    margin-bottom: 0
}

.section-tech-present {
    font-size: 18px;
    padding-bottom: 120px
}

@media only screen and (min-width: 1200px) {
    .section-tech-present {
        font-size:20px
    }
}

@media print {
    .section-tech-present {
        font-size: 20px
    }
}

.section-tech-present .section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 64px
}

.section-tech-present .section:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .section {
        align-items:center;
        flex-direction: row;
        gap: 60px;
        margin-bottom: 120px
    }

    .section-tech-present .section:last-child {
        margin-bottom: 0
    }
}

@media print {
    .section-tech-present .section {
        align-items: center;
        flex-direction: row;
        gap: 60px;
        margin-bottom: 120px
    }

    .section-tech-present .section:last-child {
        margin-bottom: 0
    }
}

.section-tech-present .section .box-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .section .box-item {
        align-items:flex-start;
        flex-basis: 50%;
        gap: 48px
    }
}

@media print {
    .section-tech-present .section .box-item {
        align-items: flex-start;
        flex-basis: 50%;
        gap: 48px
    }
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .section .accordion .accordion-body .img {
        display:none
    }
}

@media print {
    .section-tech-present .section .accordion .accordion-body .img {
        display: none
    }
}

.section-tech-present .accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%
}

.section-tech-present .accordion .accordion-item {
    border-bottom: 1px solid var(--border-line-bg);
    padding-bottom: 16px
}

.section-tech-present .accordion .accordion-item.active .accordion-header:after {
    transform: rotate(180deg)
}

.section-tech-present .accordion .accordion-item .accordion-header {
    align-items: flex-start;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    justify-content: space-between;
    line-height: 150%;
    margin-bottom: 8px
}

.section-tech-present .accordion .accordion-item .accordion-header:after {
    background: url(../images/icon-chervon.svg) no-repeat 50%;
    background-size: cover;
    content: "";
    display: block;
    height: 24px;
    margin-left: 5px;
    transition: all .3s ease;
    width: 24px
}

.section-tech-present .accordion .accordion-item .accordion-collapse {
    padding-bottom: 8px
}

.section-tech-present .accordion .accordion-item .accordion-collapse .accordion-body {
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.section-tech-present .accordion .accordion-item .accordion-collapse .accordion-body .img {
    margin-top: 16px
}

.section-tech-present dl {
    width: 100%
}

.section-tech-present dl dt {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px;
    margin-top: 16px
}

.section-tech-present dl dt:first-child {
    margin-top: 0
}

.section-tech-present dl dd {
    border-bottom: 1px solid var(--border-line-bg);
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.section-tech-present dl dd:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.section-tech-present .box-video {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0
}

.section-tech-present .box-video .head {
    background-color: var(--bg-main);
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px
}

.section-tech-present .box-video .head dl dt {
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .box-video .head dl dt {
        font-size:20px
    }
}

@media print {
    .section-tech-present .box-video .head dl dt {
        font-size: 20px
    }
}

.section-tech-present .box-video .head dl dd {
    font-size: 14px
}

.section-tech-present .box-video .head dl dd:last-child {
    padding-bottom: 0
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .box-video .head dl dd {
        font-size:18px
    }
}

@media print {
    .section-tech-present .box-video .head dl dd {
        font-size: 18px
    }
}

.section-tech-present .box-video .video,.section-tech-present .box-video .video video {
    width: 100%
}

.section-tech-present .charge-station {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 16px
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .charge-station {
        border-radius:0;
        gap: 0;
        margin-bottom: 0;
        padding-top: 0
    }
}

@media print {
    .section-tech-present .charge-station {
        border-radius: 0;
        gap: 0;
        margin-bottom: 0;
        padding-top: 0
    }
}

.section-tech-present .charge-station .box-item {
    padding: 16px 16px 0
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .charge-station .box-item {
        gap:24px;
        padding: 0 60px
    }
}

@media print {
    .section-tech-present .charge-station .box-item {
        gap: 24px;
        padding: 0 60px
    }
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .charge-station .container {
        gap:24px
    }
}

@media print {
    .section-tech-present .charge-station .container {
        gap: 24px
    }
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .charge-station .st-heading {
        margin-bottom:6px
    }
}

@media print {
    .section-tech-present .charge-station .st-heading {
        margin-bottom: 6px
    }
}

.section-tech-present .charge-station ul {
    padding-left: 20px
}

.section-tech-present .charge-station .img {
    padding-top: 14px
}

@media only screen and (min-width: 1200px) {
    .section-tech-present .charge-station .img {
        margin-bottom:0;
        padding-top: 0
    }
}

@media print {
    .section-tech-present .charge-station .img {
        margin-bottom: 0;
        padding-top: 0
    }
}

.section-tech-present .charge-station .commit-message {
    align-items: flex-start;
    background-color: var(--commit-card-bg);
    border-left: 4px solid var(--color-future-blue);
    display: flex;
    flex: 1 0 0;
    gap: 4px;
    padding: 8px 12px
}

.section-lead .container {
    gap: 0
}

.section-lead .content {
    padding: 30px 16px
}

.section-lead .section-lead-common {
    background: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0
}

.section-lead .section-lead-common>p {
    margin-bottom: 30px
}

.section-lead .section-lead-common .form-subscribe {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    margin: 0
}

.section-lead .section-lead-common .form-subscribe .form-group {
    gap: 12px
}

.section-lead .section-lead-common .form-subscribe .registration-btn {
    margin-top: 20px
}

@media only screen and (min-width: 1200px) {
    .section-lead .section-lead-common .form-subscribe {
        max-width:unset
    }

    .section-lead .section-lead-common .form-subscribe .form-group {
        align-items: flex-start;
        display: flex;
        flex-direction: row!important;
        flex-wrap: wrap;
        gap: 3%;
        justify-content: space-around;
        margin: 0
    }

    .section-lead .section-lead-common .form-subscribe .form-message {
        flex-basis: 100%
    }

    .section-lead .section-lead-common .form-subscribe .form-label-group,.section-lead .section-lead-common .form-subscribe .registration-btn {
        flex-basis: 30%
    }
}

@media print {
    .section-lead .section-lead-common .form-subscribe {
        max-width: unset
    }

    .section-lead .section-lead-common .form-subscribe .form-group {
        align-items: flex-start;
        display: flex;
        flex-direction: row!important;
        flex-wrap: wrap;
        gap: 3%;
        justify-content: space-around;
        margin: 0
    }

    .section-lead .section-lead-common .form-subscribe .form-message {
        flex-basis: 100%
    }

    .section-lead .section-lead-common .form-subscribe .form-label-group,.section-lead .section-lead-common .form-subscribe .registration-btn {
        flex-basis: 30%
    }
}

.section-budget-optimize {
    padding-top: 0
}

.section-budget-optimize .edition-card {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media only screen and (min-width: 1200px) {
    .section-budget-optimize .edition-card {
        flex-direction:row;
        gap: 30px
    }
}

@media print {
    .section-budget-optimize .edition-card {
        flex-direction: row;
        gap: 30px
    }
}

.section-budget-optimize .edition-card .card {
    align-items: flex-start;
    align-self: stretch;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding: 16px
}

@media only screen and (min-width: 1200px) {
    .section-budget-optimize .edition-card .card {
        flex-basis:50%;
        margin-bottom: 0;
        padding: 30px
    }
}

@media print {
    .section-budget-optimize .edition-card .card {
        flex-basis: 50%;
        margin-bottom: 0;
        padding: 30px
    }
}

.section-budget-optimize .edition-card .card .card-heading {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    line-height: normal
}

.section-budget-optimize .edition-card .card .card-heading span {
    font-size: 24px;
    font-style: italic;
    font-weight: 1000;
    margin-right: .8em
}

.section-budget-optimize .edition-card .card .card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0
}

.section-budget-optimize .edition-card .card .card-body dl {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.section-budget-optimize .edition-card .card .card-body dl dt {
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0
}

.section-budget-optimize .edition-card .card .card-body dl dd {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px
}

.section-budget-optimize .edition-card .card .card-body dl dd:last-child {
    margin-bottom: 0
}

.section-budget-optimize .text {
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    gap: 16px;
    line-height: 150%;
    margin: 30px 0 60px
}

.section-budget-optimize .text ul {
    padding-left: 20px
}

.section-budget-optimize .text .disclaimer {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.section-budget-optimize .spec-section {
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media only screen and (min-width: 1200px) {
    .section-budget-optimize .spec-section {
        gap:48px
    }
}

@media print {
    .section-budget-optimize .spec-section {
        gap: 48px
    }
}

.section-budget-optimize .spec-section .row {
    border-bottom: 1px solid var(--border-line-bg);
    margin: 0
}

.section-budget-optimize .spec-section .row .col {
    padding: 0
}

.section-budget-optimize .spec-section .tbl-spec {
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.section-budget-optimize .spec-section .tbl-spec .tbl-head .row {
    padding: 0 0 24px
}

.section-budget-optimize .spec-section .tbl-spec .tbl-head .logo img {
    max-width: 94px
}

.section-budget-optimize .spec-section .tbl-spec .tbl-head .version {
    align-items: center;
    display: flex;
    gap: 4px
}

.section-budget-optimize .spec-section .tbl-spec .tbl-head .version .sub-text {
    font-size: 12px
}

.section-budget-optimize .spec-section .tbl-spec .col {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    gap: 4px;
    justify-content: flex-end
}

@media only screen and (min-width: 1200px) {
    .section-budget-optimize .spec-section .tbl-spec .col {
        font-size:18px
    }
}

@media print {
    .section-budget-optimize .spec-section .tbl-spec .col {
        font-size: 18px
    }
}

.section-budget-optimize .spec-section .tbl-spec .tbl-body {
    margin-bottom: 30px
}

.section-budget-optimize .spec-section .tbl-spec .tbl-body .row {
    padding: 16px 0
}

.section-budget-optimize .spec-section .disclaimer-note {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 30px 0 0;
    text-align: left;
    width: 100%
}

.section-budget-optimize .spec-section .disclaimer-note-txt {
    margin-bottom: 4px
}

.section-budget-optimize .spec-section .disclaimer-note-list {
    list-style: initial;
    padding-left: 1em
}

.section-budget-optimize .btn-link {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: normal;
    text-transform: uppercase
}

.section-budget-optimize .footer-img {
    padding-top: 40px
}

.section-app {
    overflow: hidden
}

.section-app .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media only screen and (min-width: 1200px) {
    .section-app .content {
        flex-direction:row
    }
}

@media print {
    .section-app .content {
        flex-direction: row
    }
}

.section-app .card {
    background: var(--card-bg-mid-dark);
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 16px;
    z-index: 100
}

@media only screen and (min-width: 1200px) {
    .section-app .card {
        flex-basis:44%
    }
}

@media print {
    .section-app .card {
        flex-basis: 44%
    }
}

@media only screen and (min-width: 1200px) {
    .section-app .card .st-heading {
        font-weight:300
    }
}

@media print {
    .section-app .card .st-heading {
        font-weight: 300
    }
}

.section-app .card .app-download {
    display: flex;
    gap: 16px;
    justify-content: space-around
}

.section-app .card .app-download img {
    max-width: 200px;
    width: 100%
}

.section-app .phone-img {
    align-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 13vw
}

@media only screen and (min-width: 1200px) {
    .section-app .phone-img {
        flex-basis:56%;
        padding-bottom: 100px
    }
}

@media print {
    .section-app .phone-img {
        flex-basis: 56%;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 1200px) {
    .section-app .phone-img img {
        transform:scale(1.2)
    }
}

@media print {
    .section-app .phone-img img {
        transform: scale(1.2)
    }
}

.section-app .phone-img .img-left {
    overflow: visible
}

.section-app .phone-img .img-left picture {
    transform: translate(-21%,12%)
}

@media only screen and (min-width: 1200px) {
    .section-app .phone-img .img-left picture {
        transform:translate(-19%)
    }
}

@media print {
    .section-app .phone-img .img-left picture {
        transform: translate(-19%)
    }
}

.section-app .phone-img .img-right {
    position: absolute
}

.section-app .phone-img .img-right picture {
    transform: translate(20%,25%)
}

.v3s-footer-bottom.row {
    margin-top: 0!important
}

.modal-fullscreen .modal-dialog {
    background: var(--bg-main);
    color: var(--color-white);
    max-width: unset;
    min-height: 100%;
    width: 100vw
}

.modal-fullscreen .modal-dialog .modal-content {
    border: none;
    min-height: inherit
}

.modal-fullscreen .modal-dialog .modal-content .modal-header {
    align-items: center;
    border: none;
    flex-direction: row
}

.modal-fullscreen .modal-dialog .modal-content .modal-header .close {
    color: var(--color-white);
    margin: 0 -10px 0 0;
    opacity: 1;
    padding: 5px 10px
}

.modal-fullscreen .modal-dialog .modal-content .modal-header .switch-button {
    flex-direction: row;
    margin-left: 5px
}

.modal-fullscreen .modal-dialog .modal-content .modal-body {
    padding-top: 0
}

.modal-fullscreen .modal-dialog .modal-content ul {
    list-style: none
}

.modal-fullscreen .modal-dialog .modal-content ul li {
    display: inline-flex;
    margin: 1px 0;
    width: 100%
}

.modal-fullscreen .modal-dialog .modal-content ul li a {
    color: var(--color-white);
    padding: 5px;
    width: 100%
}

.modal-fullscreen .modal-dialog .modal-content ul li a:hover {
    color: var(--color-white)
}

.modal-fullscreen .modal-dialog .modal-content ul li a[href="#dragon-forged-block"] {
    color: #ffcd7b
}

.reservesVF7 {
    background: var(--bg-main-darker);
    margin: 0 auto;
    padding: 96px 0;
    width: 100%
}

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

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

.reservesVF7 h3 {
    margin-bottom: 24px
}

.reservesVF7 label {
    font-size: 16px
}

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

.reservesVF7 .tab-select-car .group-customer .group-showroom .choose-radio-referral .group-radio .radio {
    background: #fff
}

.reservesVF7 .tab-select-car .group-customer .group-showroom .choose-radio-referral .group-radio .radio label {
    color: #3c3c3c
}

.reservesVF7 .tab-select-car .group-customer .group-select-customer .group-input label {
    color: var(--color-white)
}

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

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

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

.reservesVF7_choosemodel .tab-select li {
    align-items: center;
    border-bottom: 4px solid #979797;
    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
}

.reservesVF7_choosemodel .tab-select li span {
    color: #8a8a8a
}

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

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

.reservesVF7_choosemodel .tab-select li.active {
    border-bottom: 4px solid var(--tab--active--color);
    color: var(--tab--active--color)
}

.reservesVF7_choosemodel .tab-select li.active span {
    color: var(--tab--active--color)
}

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

.reservesVF7_choosemodel .tab-select li.active>svg:first-child path {
    fill: var(--tab--active--color)
}

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

.reservesVF7_choosemodel .tab-select li.success>svg:nth-child(2) {
    display: block;
    fill: var(--tab--icon--color)
}

.reservesVF7_choosemodel .tab-select li.success>svg:nth-child(2) path {
    fill: var(--tab--con--color)
}

.reservesVF7_choosemodel .tab-select li.success>span {
    color: var(--color-white)
}

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

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

.reservesVF7_form {
    padding: 0 30px 30px;
    width: 45%
}

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

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

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

.reservesVF7_form h3 {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px
}

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

.reservesVF7_form p span {
    font-weight: 600
}

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

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

@media screen and (max-width: 768px) {
    .reservesVF7_form .v3s-product--color ul {
        gap:30px 48px;
        justify-content: center
    }
}

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

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

.reservesVF7_form .v3s-product--color ul li>img {
    border-radius: 50%;
    display: block;
    -o-object-fit: none;
    object-fit: none;
    width: 100%
}

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

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

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

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

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

    .reservesVF7_form h3 {
        font-size: 18px
    }

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

    .reservesVF7_form p span {
        display: block
    }

    .reservesVF7_form .group-customer {
        margin-bottom: 30px
    }
}

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

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

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

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

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

.reservesVF7_form .select-battery-service.group--options_block--container .group--options_block,.reservesVF7_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) {
    .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block,.reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block {
        font-size:14px!important
    }
}

.reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label,.reservesVF7_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) {
    .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label,.reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
        padding-left:30px
    }
}

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

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

.reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label:before,.reservesVF7_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
}

.reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label:after,.reservesVF7_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
}

.reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label.edition-option-box:before,.reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label.edition-option-box:before {
    border-radius: 3px
}

.reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label.edition-option-box:after,.reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label.edition-option-box:after {
    border-width: 0 2px 2px 0;
    display: block;
    height: 12px;
    left: 11px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 6px
}

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

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

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

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

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

.reservesVF7_form .select-battery-service.group--options_block--container .group--options_block.active .edition-label.edition-option-box:after,.reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block.active .edition-label.edition-option-box:after {
    background: transparent;
    border: solid #1464f4;
    border-radius: 0;
    border-width: 0 2px 2px 0
}

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

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

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

.reservesVF7_form .select-battery-service .battery-note ul p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: left
}

.reservesVF7_form .select-battery-service .battery-service {
    background: #fff
}

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

.reservesVF7_form .select-battery-service .battery-service span {
    color: #3c3c3c
}

.reservesVF7_form .select-battery-service .edition-option-block {
    background: var(--color-white-constant);
    color: var(--color-black)
}

.reservesVF7_form .select-battery-service .edition-option-block span {
    color: inherit
}

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

.reservesVF7_form .selectCarVersion .edition-block .group--options_block {
    background: #fff
}

.reservesVF7_form .selectCarVersion .edition-block .group--options_block .edition-label {
    color: #3c3c3c
}

.reservesVF7_group {
    background: var(--bg-main);
    border-radius: 4px;
    padding: 30px
}

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

.reservesVF7 .preorder-form__footer {
    background: var(--prodder-form-color);
    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
}

.reservesVF7 .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: 900
}

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

.reservesVF7 .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) {
    .reservesVF7 .preorder-form__footer>button {
        height:auto
    }
}

.reservesVF7_preview {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 10%;
    position: sticky;
    top: 80px;
    width: 50%
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .reservesVF7_preview {
        margin-top:0;
        width: 100%
    }
}

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

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

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

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

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

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

.reservesVF7_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) {
    .reservesVF7_preview .tab-pane .vf-cars-deposit__product-detail {
        background-size:contain
    }
}

.reservesVF7_preview .tab-pane .vf-cars-deposit__product-detail .vf-color-image img {
    background: var(--bg-main);
    width: 100%
}

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

.reservesVF7_preview .img_note {
    color: var(--color-white);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 15%;
    max-width: 664px;
    width: 95%;
    z-index: 1
}

@media only screen and (min-width: 768px)and (max-width:1199px) {
    .reservesVF7_preview .img_note {
        margin-top:0
    }
}

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

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

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

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

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

.reservesVF7 .group-refererral {
    margin: 48px 0
}

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

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

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

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

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

.reservesVF7 .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
}

.reservesVF7 .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
}

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

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

.reservesVF7 .group-refererral .form-label-group input[disabled]~span,.reservesVF7 .group-refererral .form-label-group label[disabled]~span,.reservesVF7 .group-refererral .form-label-group select[disabled]~span {
    background: unset
}

.reservesVF7 .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
}

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

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

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

.reservesVF7 .referral-note {
    margin-top: 24px
}

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

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

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

.reservesVF7 .referral-note .rf-note>p a span,.reservesVF7 .referral-note .rf-note>ul a span {
    color: inherit
}

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

.reservesVF7 .group-customer .group-input {
    position: relative
}

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

.reservesVF7 .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
}

.reservesVF7 .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
}

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

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

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

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

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

.reservesVF7 .tabPaymentInfo-infoOrder {
    margin-bottom: 48px
}

.reservesVF7 .tabPaymentInfo-group {
    background: var(--bg-main-darker);
    list-style: none;
    margin-bottom: 12px;
    padding: 12px 16px
}

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

.reservesVF7 .tabPaymentInfo-item p {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px
}

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

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

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

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

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

.reservesVF7 .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
}

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

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

.reservesVF7 .checkbox-agree .group-input>label {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

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

.reservesVF7 .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
}

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

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

.reservesVF7 .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
}

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

.reservesVF7 .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
}

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

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

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

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

.reservesVF7 .mt-25 {
    margin-top: 25px
}

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

.reservesVF7 .form-label-group input.input-error {
    border: 1px solid #dc3545
}

.reservesVF7 .invalid-feedback {
    font-size: 12px;
    padding: 0 16px
}

.reservesVF7 .choose-radio-referral .group-radio {
    background: #fff
}

.reservesVF7 .choose-radio-referral .group-radio label {
    color: #3c3c3c
}

.reservesVF7 .colorItemList .vf-color img {
    border-radius: 50%;
    -o-object-fit: none;
    object-fit: none
}

.reservesVF7 .rf-member-message .group-message {
    background: #fff5e1
}

.reservesVF7 .rf-member-message .group-message p {
    border-left: 3px solid #efa505;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.28px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 20px 16px;
    text-align: justify
}

.reservesVF7 .rf-member-message .group-message p a {
    color: #1464f4
}

.reservesVF7 .container {
    background: var(--bg-main)
}

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

.reservesVF7 .form-label-group .select2 .selection {
    background: #fff;
    width: 100%
}

.reservesVF7 .form-label-group .icon-promotion-success {
    position: absolute;
    right: 16px;
    top: 25px
}

.reservesVF7 h2,.reservesVF7 h4,.reservesVF7 span {
    color: var(--color-white)
}

.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,.select2-container .select2-results__options li {
    color: #3c3c3c
}

.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
}

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

.modal-thank .modal-dialog {
    background: var(--bg-main);
    border-radius: 4px;
    color: var(--color-white);
    min-width: 654px
}

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

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

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

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

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

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

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

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

.modal-thank .modal-buttons button#button-close {
    background: var(--color-future-blue);
    border-radius: 0;
    color: var(--color-white-constant);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 20px;
    min-width: 282px;
    padding: 10px 13px;
    text-align: center;
    text-transform: uppercase
}

footer.v3s-footer .v3s-footer-bottom,footer.v3s-footer .v3s-footer-bottom .contact-group {
    background-color: var(--bg-main-darker);
    color: var(--color-white)
}

footer.v3s-footer .v3s-footer-bottom a,footer.v3s-footer .v3s-footer-bottom li,footer.v3s-footer .v3s-footer-bottom p,footer.v3s-footer .v3s-footer-bottom span {
    color: var(--color-white)
}

footer.v3s-footer .v3s-footer-bottom .subscribe-newsletter button span {
    color: var(--color-white-constant)
}

footer.v3s-footer .v3s-footer-bottom .v3s-footer--about-expand {
    background: var(--bg-main)
}

.use-360 {
    width: 100%
}

.use-360 .images-360 {
    margin-top: -6%
}

@media(max-width: 767px) {
    .use-360 .images-360 {
        margin-top:-12%
    }
}

.use-360 .images-360 img {
    display: block;
    margin: 0 auto
}

.use-360 .color-name {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 30px 0 16px;
    text-align: center
}

.use-360 .product-preview {
    align-items: center;
    display: flex;
    justify-content: center
}

.use-360 .product-preview .product-item {
    display: none
}

.use-360 .product-preview .product-item.active {
    display: flex
}

.use-360 ul.colors {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 50%
}

@media(max-width: 767px) {
    .use-360 ul.colors {
        max-width:100%
    }
}

.use-360 ul.colors li {
    align-items: center;
    border: 3px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px
}

.use-360 ul.colors li.active {
    border-color: #1464f4
}

.use-360 ul.colors li img {
    height: 36px;
    width: 36px
}

@media(max-width: 767px) {
    .use-360 ul.colors li {
        height:45px;
        width: 45px
    }

    .use-360 ul.colors li img {
        height: 28px;
        width: 28px
    }
}

#popup-lead .modal-content {
    background-color: var(--bg-main-darker);
    color: var(--color-white);
    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
}

#popup-lead .form-label-group input:-webkit-autofill~label {
    color: var(--text-color)
}

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

#popup-lead .form-subscribe-popup .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
}

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

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

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

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

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

#popup-lead .form-subscribe-popup .form-group .form-label-group>.label {
    text-align: left
}

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

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

#popup-lead .form-subscribe-popup .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) {
    #popup-lead .form-subscribe-popup .form-control {
        font-size:.833vw
    }
}

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

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

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

#popup-lead .form-subscribe-popup .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%
}

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

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

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

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

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

#popup-lead .form-subscribe-popup .subscribe-countdown {
    position: relative
}

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

html.light-scheme svg#close-svg-vf7 {
    color: #000
}

html.light-scheme #megaMenuModal .modal-header svg path,html.light-scheme svg#close-svg-vf7 path {
    stroke: #000!important
}

html.light-scheme .mega-submenu li.block-megamainmenu .we-mega-menu-li {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='17' fill='none' viewBox='0 0 21 15'%3E%3Cpath fill='%233c3c3c' d='M.375.75h20.25V3H.375zm0 5.625h20.25v2.25H.375zm0 5.625h20.25v2.25H.375z'/%3E%3C/svg%3E") 50% no-repeat!important
}

@media screen and (max-width: 991px) {
    html.light-scheme #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header .toggle-header-arrow {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%233c3c3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m4 6 4 4 4-4'/%3E%3C/svg%3E")
    }

    html.light-scheme #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand .toggle-header .toggle-header-arrow {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%233c3c3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='M12 10 8 6l-4 4'/%3E%3C/svg%3E")
    }

    #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header .toggle-header-arrow {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m4 6 4 4 4-4'/%3E%3C/svg%3E")
    }
}

#megaMenuModal .modal-header svg path {
    stroke: #fff!important
}

svg#close-svg-vf7 {
    color: #fff
}

svg#close-svg-vf7 path {
    stroke: #fff!important
}

.mega-submenu li.block-megamainmenu .we-mega-menu-li {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='17' fill='none' viewBox='0 0 21 15'%3E%3Cpath fill='%23fff' d='M.375.75h20.25V3H.375zm0 5.625h20.25v2.25H.375zm0 5.625h20.25v2.25H.375z'/%3E%3C/svg%3E") 50% no-repeat!important
}

.order-now {
    display: block;
    margin: 30px auto 0;
    width: 282px
}

#differences {
    padding-bottom: 0;
    padding-top: 60px
}

.title-small-font {
    color: var(--color-white);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px
}

.register-block {
    background-color: var(--land-bg);
    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%
}

@media only screen and (max-width: 768px) {
    .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
    }
}

.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
}

.t-and-c {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.t-and-c a {
    color: #1464f4;
    text-decoration: underline
}

.disclaimer-note {
    color: var(--color-white);
    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
}

.v3s-header--bottom {
    background: var(--bg-linear-gradient);
    top: 100px;
    transition: all .3s ease
}

.v3s-header--bottom.position-fixed {
    top: 0
}

.mega_menu .container {
    display: block
}

.mega_menu_header.mega-main-menu>li>a {
    color: var(--color-white)
}

#megaMenuModal .modal-dialog .modal-content {
    background-color: var(--bg-main-darker)
}

#megaMenuModal .modal-content h5 {
    color: var(--color-white)
}

@media screen and (max-width: 991px) {
    #megaMenuModal #mega-submenu ul li a {
        color:var(--color-white);
        font-size: 16px;
        font-weight: 600
    }

    #megaMenuModal #mega-submenu ul li.submenu-expand ul .submenu-subheader~li {
        margin: 12px 0 12px 16px
    }

    #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand .toggle-header .toggle-header-arrow {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='M12 10 8 6l-4 4'/%3E%3C/svg%3E")
    }
}

.page-header {
    background-color: var(--bg-main-darker);
    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-button {
    align-items: center;
    display: flex;
    gap: 16px
}

.page-header .nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    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: var(--color-white);
    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: var(--bg-main-darker);
        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;
        top: -300px;
        transition: .6s;
        width: 100%;
        z-index: 1
    }

    .page-header .nav-menu.active {
        top: 61px;
        transform: translateY(0)
    }

    .page-header .nav-menu .nav-list {
        background-color: var(--bg-main-darker);
        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
    }
}

.v3s-header--bottom .logo img.dark-theme {
    display: block
}
