

/* Start:/local/components/artis/test.form/templates/.default/style.css?16790481742623*/
.text-center {
    text-align: center;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.responsive-video iframe,
.responsive-video video,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.test-wrapper {
    background-color: #f1f3f5;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 30px;
}

@media(min-width: 1000px) {
    .test-wrapper {
        padding: 50px;
    }
}

.test-wrapper .responsive-video {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.test-wrapper h4 {
    margin-bottom: 0;
}

.test-step {
    display: none;
}

.test-step.is-active {
    display: block;
}

.test-answers {
    counter-reset: my-counter 11;
    margin-bottom: 30px;
}

.test-answers .radio-label {
    cursor: pointer;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 28px;
}

.test-answers .radio-label input[type="radio"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
}

.test-answers .radio-icon {
    font-size: 12px;
    top: 0;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #b3b3b3;
}

.test-answers .radio-label:hover .radio-icon::before,
.test-answers .radio-label .radio-icon::before {
    align-items: center;
    border-radius: 50%;
    counter-increment: my-counter -1;
    content: counter(my-counter) "";
    display: flex;
    justify-content: center;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

.test-answers .radio-label:hover .radio-icon,
.test-answers input[type="radio"]:checked+.radio-icon {
    border-color: #2585e5;
}

.test-answers input[type="radio"]:checked+.radio-icon::before {
    background-color: #2585e5;
    content: counter(my-counter) "";
    color: #fff;
    height: 20px;
    width: 20px;
}

.test-result-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.test-answers .intec-ui.intec-ui-control-button.intec-ui-scheme-blue:disabled {
    cursor: default;
}

.alert {
    margin: 0 0 20px;
    padding: 10px;
}
.alert-danger {
    color: #ff0000;
    font-size: 14px;
    background: #fedede;
}
.alert-success {
    text-align: center;
}
/* End */
/* /local/components/artis/test.form/templates/.default/style.css?16790481742623 */
