

/* Start:/local/components/chint/quiz/templates/.default/style.css?17555933018702*/
.quiz-wr{
    background-color: #0C294D;
    background-image: url("/local/components/chint/quiz/templates/.default/images/quiz-wr.png");
    padding: 100px 0;
}



main.main-content {
    overflow: hidden;
    margin-bottom: 0
}

main.main-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #038cd9 url("/images/quiz-bg.svg") no-repeat center;
    background-size: cover
}

.finished.active {
    text-align: center
}

.quiz {
    position: relative;
    background-clip: padding-box;
    outline: 0;
    background: #fff;
    border-radius: 19px;
    max-width: 500px;
    width: 100%;
    padding: 40px 25px;
    box-shadow: 0px 0px 15px 5px rgba(0, 28, 128, .15);
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;

}

.quiz .quiz-first-title {
    text-align: center;
    color: #237AE2;
    font-size: 30px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}
.quiz .quiz-first-title span{
    color: #005BAC;
}


.quiz .question {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #005bac
}

.quiz .sbt1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #005bac
}

.quiz-total-score {
    font-size: 96px;
    line-height: 117px
}

.quiz-finish-result-line {
    margin: 50px 0 70px
}

.quiz-result-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #005bac
}

.quiz button:hover, .quiz-btn:hover {
    color: #fff
}

.quiz button:hover:before, .quiz-btn:hover:before {
    opacity: 0
}

.quiz button, .quiz-btn {
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    outline: none;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    border-radius: 15px;
    z-index: 1;
    overflow: hidden;
    background: #005bac;
    margin-top: 45px;
    min-width: 200px;
    font-weight: bold
}

.quiz button:before, .quiz-btn:before {
    /*
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(92.05deg, #005BAC 11.78%, #04CAF5 94.45%);
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity .2s linear 0s;
    -moz-transition: opacity .2s linear 0s;
    -o-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s*/
}

.quiz input {
    margin-right: 10px
}

.quiz > div {
    display: none;
}

.quiz > div.active {
    display: block;
}

.quiz .text-block {


    color: #237AE2;
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
}

.text-block_mt100{
    margin-top: 100px;
}

.quiz .text-block .quiz-info-list {
    list-style: none
}

.quiz .text-block .quiz-info-list li {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #005bac;
    padding-left: 37px
}

.quiz .text-block .quiz-info-list li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    width: 11px;
    height: 11px;
    background: #005bac;
    border-radius: 50%
}

.quiz-form__ul input[type=radio] {
    display: none
}

.quiz-form__ul input[type=radio] ~ label {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #c4c4c4;
    padding-left: 25px;
    cursor: pointer
}

.quiz-form__ul input[type=radio] ~ label:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 6px;
    border-radius: 50%;
    background: #c4c4c4
}

.quiz-form__ul input[type=radio]:checked ~ label {
    color: #005bac
}

.quiz-form__ul input[type=radio]:checked ~ label:before {
    background: #005bac
}

.quiz .btn-block {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quiz .btn-block button{
    margin-top: 0;
    background: #237AE2;
    border-radius: 20px;
    font-weight: 600;
    font-size: 20px;
    text-align: left;

}

.quiz .btn-block button::after{
     content: "";
    position: absolute;
    right: 22px;
    top: calc(50% - 14px);
    display: block;
    width: 33px;
    height: 30px;
    background-image: url(/local/components/chint/quiz/templates/.default/images/chint-icon-arrow-right.svg);
 }

.quiz ul {
    list-style: none;
    padding-left: 0
}

.quiz ul li {
    padding: 4px 0
}

.js-quiz-content .finished {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.js-quiz-content .finished input[type=checkbox], .js-quiz-content .finished input[type=radio] {
    margin-right: 5px
}


.icon-chint{
    display: block;
    width: 90px;
    height: 107px;
    background-image: url("/local/components/chint/quiz/templates/.default/images/chint-icon.png");
}
.icon-chint_btn{

}

.quiz-form__title{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    text-align: left;
}

.quiz-form__number{
    width: 80px;
    height: 80px;
    border: 2px solid #237AE2;
    border-radius: 15px;
    font-weight: 700;
    font-size: 40px;
    color: #237AE2;
    line-height: 54px;
    padding-left: 16px;
}
.quiz-form__number{
    margin-right: auto;
}

.quiz-form__form{

}

.quiz-form__form input{
    width: 100%;
    height: 65px;
    border: 2px solid #237AE2;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.quiz-form__form input{
    font-weight: 700;
    font-size: 20px;
    color: #237AE2;
}

.quiz-form__form input::-webkit-input-placeholder { /* WebKit browsers */
    font-weight: 700;
    font-size: 20px;
    color: #237AE2;
}

.quiz .btn-block.btn-block__fio button{
    width: 100%;
    text-align: center;
}
.quiz .btn-block.btn-block__fio button::after{
    display: none;
}

.quiz-form__ul{
    text-align: left;
}

.quiz .btn-block.btn-block__right{
    align-items: flex-end;
}

.quiz-form__end-text{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #D41518;
    margin-top: 150px;
    text-align: center;
}

.quiz .text-block.text-block__end{
    font-weight: 700;
    font-size: 20px;
    display: flex;
}

.quiz .text-block.text-block__end .ext-bloc-c{
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
}

.quiz-form__error{
    font-size: 20px;
    line-height: 24px;
    color: #D41518;
}

.quiz-form__h1-title
{
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}

@media (max-width: 599px) {
    main.main-content {
        transform: none
    }

    main.main-content:before {
        background-position: bottom center
    }

    .quiz-form__h1-title{
        font-size: 15px;
        line-height: 20px;
    }
    .quiz-form__ul input[type=radio] ~ label{
        font-size: 14px;
        line-height: 18px;
    }
    .quiz {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        padding: 26px 16px;

    }
    .quiz ul li{
        padding: 0;
    }
    .quiz .btn-block {
        position: absolute;
        bottom: 14px;
        left: 35px;
        right: 35px;
        width: auto
    }

    .quiz .btn-block.relative {
        position: relative;
        left: 0;
        bottom: 0
    }

    .quiz .btn-block.relative button {
        margin-top: 10px
    }

    .quiz button, .quiz .quiz-btn {
        width: 100%;
        box-sizing: border-box;
        padding: 6px
    }

    .quiz .sbt1 {
        display: block;
        margin-top: 100px
    }

    .quiz .quiz-first-title {
        font-size: 24px
    }

    .quiz-first-block {
        margin-top: 14px
    }

    .quiz-first-block .quiz-info-list li {
        padding-top: 7px;
        padding-bottom: 8px
    }

    .text-block_mt100{
        margin-top: 50px;
    }

    .quiz .text-block.text-block__end{
        flex-direction: column;
    }

    .quiz-form__end-text{
        margin-top: 50px;
    }

    .quiz .text-block{
        font-size: 20px;
        line-height: 20px;
    }
    .quiz-form__ul{
        margin-bottom: 0;
    }
    .quiz .btn-block.relative{
        margin-top: 10px;
    }

    .ext-bloc-l{
        margin-bottom: 15px;
    }
    .ext-bloc-r{
        margin-top: 15px;
    }

    .quiz-form__end-text{
        font-size: 15px;
        line-height: 20px;
    }
}

/*# sourceMappingURL=page-quiz.css.map */
body input.quiz_user_field:required:valid {
    border-color: #237AE2;
}
/* End */
/* /local/components/chint/quiz/templates/.default/style.css?17555933018702 */
