* {
    box-sizing: border-box;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    transform: translate(50%, 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .loader p {
        font-size: 20px;
        color: #888;
    }

    .loader span {
        font-size: 40px;
        color: #888;
        /* display: none; */
        animation: rota 1.2s cubic-bezier(1, 1.01, 0, -0.03) infinite;
    }

@keyframes rota {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.frame {
    z-index: 10001;
}

.vin {
    z-index: 10001;
}

.popup-mask {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 80%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    z-index: 10000;
}

.submit-test {
    text-align: center;
}

    .submit-test:hover button {
        background: #EB0A1E;
        color: #fff;
    }

    .submit-test button {
        background: none;
        width: 105px;
        height: 40px;
        border: 1px solid #EB0A1E;
        color: #EB0A1E;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        transition: 0.5s;
    }

    .submit-test button {
        background: no-repeat;
    }

.page-container {
    max-width: 1600px;
    margin: auto;
    padding: 0;
    margin-top: 94px;
    padding-bottom: 30px !important;
    width: 100%;
    background-color: #f5f5f5;
}

    .page-container .page-content-container {
        widows: 100%;
        overflow: hidden;
    }

        .page-container .page-content-container .tabs-container {
            display: flex;
            align-items: center;
            max-width: 100%;
            margin-bottom: 80px;
            justify-content: center;
            margin-left: 40px;
        }

            .page-container .page-content-container .tabs-container .tab {
                /* flex: 1; */
                padding: 0;
                cursor: pointer;
                margin-right: 40px;
            }

.tab {
    border-bottom: 3px solid #ffffff00;
    font-weight: 600;
}

    .tab h2 {
        font-weight: 600;
    }

.page-container .page-content-container .tabs-container .--tab-active {
    transition: all 0.5s ease-in-out;
    color: #EB0A1E;
    border-bottom: 3px solid #EB0A1E;
}

.page-container .page-content-container .tabs-container .tab .tab-title {
    white-space: nowrap;
    text-align: center;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    align-items: center;
    text-align: center;
}

.page-container .page-content-container .contain-top {
    padding: 80px 0;
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}

.page-container .page-content-container .contain-bottom {
    background-color: #ffffff;
    width: 100%;
    height: 120px;
    padding: 40px;
}

.page-container .page-content-container .--section-tab-active {
    display: block !important;
    min-height: 200px;
}
/* section tab 1 */
.page-container .page-content-container .section-content-container {
    display: none;
}

    .page-container .page-content-container .section-content-container p {
        text-align: center;
        margin-bottom: 24px;
    }

    .page-container .page-content-container .section-content-container form .form-group {
        margin-bottom: 24px;
    }

        .page-container .page-content-container .section-content-container form .form-group label {
            width: 100%;
            font-size: 16px;
            line-height: 120%;
            color: #000000;
            margin-bottom: 16px;
        }

        .page-container .page-content-container .section-content-container form .form-group .tooltip {
            position: relative;
            opacity: 1;
            z-index: 0;
            overflow: hidden;
        }

            .page-container .page-content-container .section-content-container form .form-group .tooltip .tooltip-text {
                position: absolute;
                font-size: 30px;
                font-weight: 600;
                right: 10px;
                cursor: pointer;
            }

        .page-container .page-content-container .section-content-container form .form-group input {
            height: 48px;
            width: 100%;
        }

    .page-container .page-content-container .section-content-container .button {
        width: 120px;
        background-color: #f5f5f5;
        border: 1px solid #EB0A1E;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .page-container .page-content-container .section-content-container .button a {
            color: #EB0A1E;
        }

/* section tab 2 */
.page-container .page-content-container .section-content-container-2 {
    display: none;
}

    .page-container .page-content-container .section-content-container-2 p {
        text-align: center;
        margin-bottom: 24px;
    }

    .page-container .page-content-container .section-content-container-2 form .form-group {
        margin-bottom: 24px;
    }

        .page-container .page-content-container .section-content-container-2 form .form-group label {
            width: 100%;
            font-size: 16px;
            line-height: 120%;
            color: #000000;
            margin-bottom: 16px;
        }

        .page-container .page-content-container .section-content-container-2 form .form-group .tooltip {
            position: relative;
            opacity: 1;
            z-index: 0;
        }

            .page-container .page-content-container .section-content-container-2 form .form-group .tooltip .tooltip-text {
                position: absolute;
                font-size: 30px;
                font-weight: 600;
                right: 10px;
                cursor: pointer;
            }

        .page-container .page-content-container .section-content-container-2 form .form-group input {
            height: 48px;
            width: 100%;
        }

.tooltip input {
    border: 1px solid #ccc;
}

.page-container .page-content-container .section-content-container-2 .button {
    width: 120px;
    background-color: #f5f5f5;
    border: 1px solid #EB0A1E;
    font-size: 14px;
    line-height: 20px;
}

    .page-container .page-content-container .section-content-container-2 .button a {
        color: #EB0A1E;
    }
/* section tab 3 */
.page-container .page-content-container .section-content-container-3 {
    display: none;
}

    .page-container .page-content-container .section-content-container-3 p {
        text-align: center;
        margin-bottom: 24px;
    }

    .page-container .page-content-container .section-content-container-3 form .form-group {
        margin-bottom: 24px;
    }

        .page-container .page-content-container .section-content-container-3 form .form-group label {
            width: 100%;
            font-size: 16px;
            line-height: 120%;
            color: #000000;
            margin-bottom: 16px;
        }

        .page-container .page-content-container .section-content-container-3 form .form-group .tooltip {
            position: relative;
            opacity: 1;
            z-index: 0;
        }

            .page-container .page-content-container .section-content-container-3 form .form-group .tooltip .tooltip-text {
                position: absolute;
                font-size: 30px;
                font-weight: 600;
                right: 10px;
                cursor: pointer;
            }

        .page-container .page-content-container .section-content-container-3 form .form-group input {
            height: 48px;
            width: 100%;
        }

    .page-container .page-content-container .section-content-container-3 .button {
        width: 120px;
        background-color: #f5f5f5;
        border: 1px solid #EB0A1E;
        font-size: 14px;
        line-height: 20px;
    }

        .page-container .page-content-container .section-content-container-3 .button a {
            color: #EB0A1E;
        }

.popup {
    position: absolute;
    left: 10%;
    top: 270px;
    width: 80%;
    opacity: 0;
    height: 0;
    background-color: #FFFFFF;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 150%;
    overflow: hidden;
    padding: 60px 80px;
    text-align: justify;
    z-index: 10001;
}

    .popup .close {
        position: relative;
        top: -56px;
        right: -76px;
        width: 32px;
        height: 32px;
        border: 1px solid #cccccc;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .popup p {
        margin-bottom: 8px;
        line-height: 150%;
    }

    .popup label {
        width: 100%;
        margin-bottom: 16px;
        line-height: 150%;
    }

    .popup .vin img {
        margin-bottom: 24px;
        object-fit: cover;
        object-position: bottom;
    }

    .popup h1 {
        text-align: center;
        font-size: 38px;
        line-height: 120%;
        font-weight: 600;
        color: #1a1a11;
    }

    .popup .frame img {
        margin-bottom: 24px;
        object-fit: cover;
        object-position: bottom;
    }

@media(max-width:1160px) {
    .page-container {
        padding-bottom: 0px !important;
        position: relative;
    }

        .page-container .page-content-container .contain-top {
            padding: 60px 16px;
        }

        .page-container .page-content-container .tabs-container .tab .tab-title {
            font-size: 14px;
            line-height: 120%;
            align-items: center;
            text-align: center;
        }

        .page-container .page-content-container .tabs-container {
            justify-content: left;
            margin-left: 0;
            /* flex-direction:column;
      align-items: flex-start; */
            align-items: center;
            overflow-x: scroll;
        }

            .page-container .page-content-container .tabs-container .tab {
                margin-bottom: 15px;
            }
        /* section tab 1 */
        .page-container .page-content-container .section-content-container form .form-group {
            margin-bottom: 16px;
        }
        /* section tab 2 */
        .page-container .page-content-container .section-content-container-2 form .form-group {
            margin-bottom: 16px;
        }
        /* section tab 3 */
        .page-container .page-content-container .section-content-container-3 form .form-group {
            margin-bottom: 16px;
        }

    .popup {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        height: 896px;
        opacity: 0;
        height: 0;
        background-color: #FFFFFF;
        color: #3a3a3a;
        font-size: 16px;
        line-height: 150%;
        overflow: hidden;
        padding: 19px 16px;
    }

        .popup .close {
            position: relative;
            top: 2px;
            right: 8px;
            width: 15px;
            height: 15px;
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .popup label {
            margin-bottom: 8px;
        }

        .popup .vin img {
            margin-bottom: 16px;
            object-fit: cover;
            object-position: bottom;
            width: 100%;
        }

        .popup h1 {
            font-size: 16px;
            margin-bottom: 0;
        }

        .popup .divide {
            height: 2px;
            background: #EB0A1E;
            margin: 20px 0 24px -16px;
            width: 150%;
        }

        .popup .vin {
            /* padding-bottom: 19.5px; */
            /* max-height: 896px; */
        }

        .popup .frame {
            /* padding-bottom: 300px; */
            /* min-height: 860px; */
        }

            .popup .frame img {
                margin-bottom: 16px;
                object-fit: cover;
                object-position: bottom;
                width: 100%;
            }
}
