.remodal-quiz {max-width: 1300px !important; padding-left: 0; height: 790px;}
#quiz .opacity40 {opacity: .4;}
#quiz .b-3 {border-width: 3px;}
#quiz .model-item {height: 100px;}
#quiz .color-item, #quiz .tradein-item {
    height: 54px;
    font-size: 12px;
}
#quiz .model-item img.img {
    width: 90%;
    height: auto;
}
#quiz .model-item:hover img.img, #quiz .model-item.active img.img {
    width: 100%;
    height: auto;
}
#quiz .color-square {
    width: 31px;
    height: 31px;
    border: 1px solid;
    border-radius: 50%;
}
#quiz .quiz-bg {
    background-repeat: no-repeat;
    background-position-x: 600px;
    background-position-y: 420px;
    background-size: 50%;
    height: 90%;
}
#quiz .quiz-bg-form {
    background-repeat: no-repeat;
    background-position-x: 30px;
    background-position-y: 190px;
    background-size: 80%;
    font-size: 54px;
}
#quiz .h3 {font-size: 28px;}
#quiz .h4 {font-size: 18px;}
#quiz .table {font-size: 10px;}
#quiz .form-control, #quiz .button {
    height: 54px;
}
#quiz label {font-size: 10px;}
#quiz .quiz-bg-form .model-spec {
    font-size: 10px;
    padding: 0 30px;;
}
#quiz .quiz-bg-form .model-spec span {
    font-size: 16px;
}
#quiz .quiz-bg-form .model-spec .icon-wrap {
    width: 33px;
    height: 33px;
    border-radius: 3.5px;
}


/* ADAPTIVE */
@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
    .remodal-quiz:has(.quiz-bg) {
        height: 97% !important;
    }
    .remodal-quiz {padding: 15px;}
    .remodal-quiz:has(.quiz-bg-form) {height: auto !important;}
    .remodal-quiz:has(.quiz-bg-steps) {height: 97% !important;}
    #quiz .q-w-sm {width: 100% !important;}
    #quiz .q-w-lg {width: 100% !important;}
    #quiz .quiz-bg {
        background-position-x: center;
        background-position-y: 120%;
        background-size: contain;
    }
    #quiz .quiz-bg-form {
        background-position-x: center;
        background-position-y: 370%;
        background-size: contain;
        font-size: 34px;
    }
    #quiz .h3 {font-size: 22px;}
    #quiz .h4 {font-size: 12px;}
    #quiz .model-item {height: 160px;}
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
@media (max-width: 413.98px) {
}