/*BASE STYLE*/
.calculation_module > .container {
    padding: 0;
}

.row-calculation_module {
    margin-bottom: 10px;
}

.calculation_module-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #A9A9A9;
    display: inline-block;
    margin-bottom: 18px;
    white-space: nowrap;
}

.calculation_module-title .calculation_module-title-selected {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.calculation_module-title .calculation_module-title-selected:hover {
    cursor: pointer;
}

.calculation_module-style {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 16px 16px 18px;
    margin-bottom: 20px;
}

.calculation_module-style.active, .calculation_module-style:hover {
    cursor: pointer;
}

.calculation_module-item-img {
    width: 220px;
    height: 155px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.calculation_module-item-img {
    width: 100%;
}

.calculation_module-item-img img {
    width: 100%;
}

.calculation_module-item-name, .calculation_module-modif-name {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}

.calculation_module-item-name {
    height: 56px;
    overflow: hidden;
}

.calculation_module-item-price {
    display: block;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 30px;
    color: #2F2F2F;
}

.calculation_module-modif-name {
    margin-bottom: 3px;
}

.calculation_module-comlect-desc {
    display: block;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 28px;
    color: #2F2F2F;
}

.calculation_module-modif-price {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-top: 7px;
}

/*RADIOBTN*/
.calculation_module .swappy-radios {
    display: flex;
    /*justify-content: flex-end;*/
    margin-bottom: 10px;
}

.calculation_module .swappy-radios label:first-child {
    padding-left: 0;
}

.calculation_module .swappy-radios label {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    text-transform: uppercase;
    color: #4D4D4D;
    background: transparent;
    border: none;
    padding: 11px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

/*.calculation_module .swappy-radios label:last-child{*/
/*padding-right: 0;*/
/*}*/
.calculation_module .swappy-radios input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.calculation_module .swappy-radios input:checked ~ span {
    transition: color 0.5s;
    background: transparent;
    border: none;
}

/*END BASE STYLE*/


/*CALCULATION*/
.calculation_module-calc-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    display: block;
    margin-bottom: 24px;
    color: #2F2F2F;
}

.calculation_module-calc-subtitle {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #A1A1A1;
    margin-bottom: 20px;
}

/*CREDIT TABLE RESULT RIGHT*/
.calculation_module .credit-form__result-price {
    padding: 28px 14px 24px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
}

.calculation_module .credit-form__option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.calculation_module .credit-form__option b, .calculation_module .credit-form__option .color-red {
    font-weight: bold;
}

.calculation_module .credit-form__option span:first-child {
    color: #A9A9A9;
    flex: 0 0 60%;
    max-width: 60%;
}

.calculation_module .credit-form__option span:last-child {
    justify-content: flex-end;
    flex: 0 0 40%;
    max-width: 40%;
}

.calculation_module .credit-form__option span {
    display: inline-flex;
    padding-bottom: 6px;
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 30px;
}

/*CREDIT TABLE CHOOSE PROGRAM*/
.calculation_module .choose-credit-program {
    padding: 28px 14px 24px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
}

.calculation_module .choose-credit-program table thead,
.calculation_module .choose-credit-program table tbody {
    border: none;
}

.calculation_module .choose-credit-program .choose-credit-program-head span {
    text-transform: none;
    margin-bottom: 11px;
    display: inline-block;
    padding: 0 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #C2C2C2;
}

.calculation_module .choose-credit-program table tr td {
    border-top: none !important;
    padding: 0 !important;
    font-style: normal;
    font-weight: 350;
}

.calculation_module .choose-credit-program-name span,
.calculation_module .choose-credit-program-percent span,
.calculation_module .choose-credit-program-month span {
    margin-bottom: 4px;
    display: inline-block;
    padding: 4px 8px 0px;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 30px;
    color: #2F2F2F;
}

.calculation_module .choose-credit-program table tbody .active, .calculation_module .choose-credit-program table tbody .active:hover {
    cursor: default;
}

.calculation_module .choose-credit-program table tbody tr:hover {
    cursor: pointer;
}

/*FORM INPUT*/
.calculation_module .form-group {
    margin-bottom: 0;
}

.calculation_module .form-control {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    -webkit-appearance: none;
    height: auto;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 24px;
    color: #2F2F2F;
    padding: 10px 15px 9px;
    width: 100%;
    margin-bottom: 30px;
}

.calculation_module .form-control:focus {
    border-color: #000;
    color: #000;
    outline: none;
    box-shadow: none;
}

.calculation_module .form-btn-submit {
    border-radius: 3px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 37px 7px;
    display: inline-block;
    cursor: pointer;
    width: auto;
    text-align: center;
}

.calculation_module .form-btn-submit:disabled:hover {
    color: #FFFFFF;
    background: #EBEBEB;
}

/*.calculation_module .form-btn-submit:hover {*/
/*    text-decoration: none;*/
/*    outline: none;*/
/*    box-shadow: none;*/
/*    background: transparent;*/
/*}*/

/*RANGE*/
.row-calculation_module-range .form-control {
    max-width: 248px;
}

.calculation_module .forms__range input {
    background: transparent;
}

.card-car-service .calculation_module .forms__range {
    margin-bottom: 40px;
}

.calculation_module .forms__range span {
    margin-bottom: 8px;
    display: inline-block;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 21px;
    color: #2F2F2F;
}

.calculation_module .forms__range input[type=range],
.calculation_module .forms__range input[type=range]:focus {
    -webkit-appearance: none;
    width: 100%;
    border: none;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: none;
    outline: none;
}

.calculation_module .forms__range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
}

.calculation_module .forms__range input[type=range]::-webkit-slider-thumb {
    background: #000;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

@media (max-width: 479.98px) {
    .calculation_module .forms__range input[type=range]::-webkit-slider-thumb {
        height: 20px;
        width: 20px;
        margin-top: -10px;
    }
}

/*MOBILE*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    td.choose-credit-program-head:nth-child(1) {
        width: 22% !important;
    }

    td.choose-credit-program-head:nth-child(2) {
        width: 15% !important;
    }
}

@media (max-width: 991.98px) {
    .mobile-scroll {
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .swappy-radios.mobile-scroll label {
        flex: none;
    }

    .calculation_module-col:last-child {
        padding-right: 15px;
    }

    .calculation_module-col {
        padding-right: 0;
        min-width: 270px;
        max-width: 270px;
        margin-bottom: 0;
    }

    .calculation_module .swappy-radios {
        justify-content: flex-start;
    }

    .calculation_module .swappy-radios label:first-child {
        padding-left: 0;
    }

    .calculation_module .choose-credit-program {
        margin-bottom: 15px;
    }

    .calculation_module-title {
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 479.98px) {
    .calculation_module-calc-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .card-car-service .calculation_module .forms__range {
        margin-bottom: 30px;
    }

    .row-calculation_module-range .form-control {
        max-width: none;
    }

    .calculation_module .credit-form__option span {
        padding-bottom: 4px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767.98px) {
    .calculation_module .choose-credit-program {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .calculation_module .choose-credit-program table.table {
        min-width: 690px;
    }

    .form-btn-submit {
        max-width: none;
        width: 100%;
    }

    .calculation_module .swappy-radios label {
        flex: 0 0 auto;
    }
}


/*BRAND*/
.calculation_module-brand .calculation_module-style {
    display: flex;
    align-items: center;
}

.calculation_module-brand .calculation_module-item-img img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.calculation_module-brand .calculation_module-style {
    height: 145px;
    position: relative;
}

.calculation_module-brand .calculation_module-item-img {
    height: auto;
    margin-bottom: 0;
}

.calculation_module-brand .calculation_module-style:hover .calculation_module-info {
    display: block;
    z-index: 2;
}

.calculation_module-info {
    width: 370px;
    display: none;
    padding: 21px 0px 12px;
    background: #FFFFFF;
    border: 1px solid #E40C25;
    border-radius: 8px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.calculation_module-info .calculation_module-info-head {
    padding-left: 20px;
}

.calculation_module-info .calculation_module-info-head .dealer-active {
    color: #E40C25;
    border-right: 1px solid #C6C6C6;
    padding-right: 8px;
    margin-right: 8px;
    display: inline-block;
}

.calculation_module-info .calculation_module-info-head .calculation_module-title {
    line-height: 15px;
}

.calculation_module-info .calculation_module-info-head .calculation_module-title:hover {
    cursor: default;
}

.calculation_module-info-brand {
    margin-bottom: 8px;
    display: block;
    padding: 6px 20px;
}

.calculation_module-info-brand:hover {
    background: #F8F8F8;
}

.calculation_module-info-brand:hover .calculation_module-info-brand-name,
.calculation_module-info-brand.active .calculation_module-info-brand-name {
    color: #E40C25;
}

.calculation_module-info-brand-name {
    display: block;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #2F2F2F;
}

.calculation_module-info-brand-addr {
    font-family: 'Circe-Light', sans-serif;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #2F2F2F;
}

@media (max-width: 991.98px) {
    .calculation_module-col.calculation_module-brand {
        padding-right: 0;
        min-width: 170px;
        max-width: 170px;
        margin-bottom: 0;
    }

    .calculation_module-info-brand {
        margin-bottom: 0;
        padding: 2px 10px;
    }

    .calculation_module-info-brand-name {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 25px;
    }

    .calculation_module-info-brand-addr {
        font-size: 14px;
        line-height: 18px;
    }

    .calculation_module-info .calculation_module-info-head {
        padding-left: 12px;
    }

    .calculation_module-info {
        padding: 12px 0 10px;
    }
}

/*DC SITE BASE STYLE*/
.calculation_module-base-style .swappy-radios {
    display: flex;
    /*justify-content: flex-end;*/
    margin-bottom: 10px;
}

.calculation_module-base-style .swappy-radios label {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
    color: #4D4D4D;
    background: transparent;
    border: none;
    padding: 11px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    white-space: nowrap;
}

.calculation_module-base-style .swappy-radios label:first-child {
    padding-left: 0;
}

.calculation_module-base-style .swappy-radios input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.calculation_module-base-style .swappy-radios input:checked ~ span {
    transition: color 0.5s;
    background: transparent;
    border: none;
}

/*TEST DRIVE PAGE*/
section.calculation_module-base-style.test-drive-module {
    padding-bottom: 40px;
}

section.calculation_module-base-style.test-drive-module .acc-form-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    display: block;
    margin-bottom: 24px;
    color: #2F2F2F;
}

.td-politicks-info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #969696;
    margin-bottom: 0;
}

.td-politicks-info a {
    text-decoration: underline;
    color: #E40C25;
}

/*BANKS*/
.modules-banks-title {
    font-size: 20px;
    margin-bottom: .9375rem;
    font-weight: 600;
}

.modules-banks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.25rem;
}

.modules-banks__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.875rem;
    padding: 0 15px;
    text-align: center;
    align-items: center;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.modules-banks__box img {
    max-width: 100%;
    width: 100%;
}

.global__multi__consult {
    flex-direction: column;
}

.consultation-steps__item {
    text-align: center;
}

.consultation-steps__item:nth-child(3) {
    text-align: center;
}

.consultation-steps__item {
    padding: 10px 25px;
}

.consultation-steps__item:nth-child(2) {
    flex: 1;
}

.consultation-steps__item:first-child {
    flex: 1;
}

@media (max-width: 991.98px) {
    .modules-banks__box {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767.98px) {
    .modules-banks {
        align-items: center;
    }

    .modules-banks__box {
        flex: 0 0 100%;
        max-width: 33%;
    }

    .consultation-steps__item {
        padding: 10px;
    }

}


@media (max-width: 479.98px) {
    .modules-banks__box {
        /*padding: 0;*/
        width: 100%;
        max-width: 40%;
    }
}

#orderTd form input.error {
    border: 1px solid red;
}

#credit-form input.error,
#credit-form .form-control.error {
    border: 1px solid red;
}

/*CUSTOM CHECKBOX TD*/
#tdPrivacy input,
#tdRules input,
#servicePrivacy input {
    margin-right: 10px;
}

#tdPrivacy input[type="checkbox"]:before,
#tdRules input[type="checkbox"]:before,
#servicePrivacy input[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    content: "";
    background: #FFF;
    cursor: pointer;
}

#tdPrivacy input[type="checkbox"]:after,
#tdRules input[type="checkbox"]:after,
#servicePrivacy input[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 0px;
    top: -20px;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#tdPrivacy input[type="checkbox"]:checked:after,
#tdRules input[type="checkbox"]:checked:after,
#servicePrivacy input[type="checkbox"]:checked:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');
    background-size: 8px;
}


.forms__range .form-group {
    position: relative;
    z-index: 2;
}

div#rangeV {
    position: absolute;
    top: 20px;
    z-index: -1;
}

.range-value span {
    display: inline-block;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 21px;
    left: 50%;
    transform: translate(0, 0px);
    border-radius: 6px;
    z-index: -1;
}

.calculation_module .forms__range span {
    transform: translate(0, 0px);
}

.loan_car-under-title {
    margin-bottom: 25px;
    display: block;
}

.loan_car-img img {
    width: 100%;
}

/*------------*/

/* Track: webkit browsers */
input[type="range"]::-webkit-slider-runnable-track {
    height: 1px;
    background: #DDDDDD;
}

/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
    height: 1px;
    background: #DDDDDD;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #000000;
}


/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
    height: 10px;
    width: 10px;
    background-color: #000000;
    border-radius: 50%;
}