
/* Extracted from zpr settings: order form / quiz only */
.ring-loading{width:10px;height:10px;padding:15px!important;border:7px dashed #000;border-radius:100%;display:none;margin:10px auto!important;animation:loadingD 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite}@keyframes loadingD{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}.big-txt{font-size:1.8em}.darkred{color:darkred}.bg-red{background:red;padding:1px;color:#fff}

.quiz_wrap {
    position: relative;
    margin: 20px auto;
    max-width: 380px;
    width: 100%;
    height: 540px;
    border-radius: 10px;
    background: linear-gradient(180deg, #a4c4e9 0%, #dbeafc 100%), #dbeafc;
    overflow: hidden;
}

.quiz_header {
    background: linear-gradient(180deg, #508fc5 0%, #005dab 71.67%);
    position: relative;
}

.quiz_header:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -27px;
    background: 0 0/100% 100% url(../images/quiz_header-bg.png) no-repeat;
    height: 27px;
    width: 100%;
}

.quiz_title {
    padding: 0 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #fff;
}

.order_title {
    display: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #fff;
    padding: 15px 15px 0;
}

.order_title span {
    color: #bde6ff;
    font-size: 20px;
    display: block;
    margin-top: 4px;
}

.quiz_question {
    display: flex;
    align-items: center;
    height: 48px;
    margin: 48px 38px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000;
}

.quiz_question div {
    display: flex;
}

.quiz_question div span {
    display: block;
    padding-right: 8px;
}

.quiz_options {
    margin: 0 32px;
}

.quiz_option {
    position: relative;
    padding-left: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 21px;
    line-height: 135%;
    cursor: pointer;
    color: #005dab;
}

.quiz_option:before {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    content: " ";
    display: block;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #aac7df;
    position: absolute;
    left: 0;
    top: -2px;
}

.quiz_option:after {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    content: " ";
    display: block;
    background: #005dab;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 3px;
    opacity: 0;
}

.quiz_option:hover:before {
    border: 1px solid #005dab;
}

.quiz_option:hover:after {
    opacity: 1;
}

.quiz_nums {
    padding: 0 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 65px;
}

.quiz_num {
    -webkit-transition: 1s all;
    transition: 1s all;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background: #cde4f4;
    border: 1px solid #fff;
    color: #005dab;
}

.quiz_num span {
    -webkit-transition: 1s all;
    transition: 1s all;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    background: #fff;
    border-radius: 50%;
}

.quiz_num.active {
    background: #cde4f4;
    border: 1px solid #005dab;
}

.quiz_num.active span {
    background: linear-gradient(180deg, #0071c2 0%, #005dab 71.67%);
    color: #fff;
}

.quiz_nums:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: calc(100% - 64px);
    height: 1px;
    background: #005dab;
}

.quiz_footer {
    width: 100%;
    position: absolute;
    bottom: 20px;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.quiz_footer span {
    font-weight: 700;
    color: #5761b5;
}

.quiz_step, #prod_img {
    transition: 0.5s all;
    display: none;
    opacity: 0;
    margin-top: -7px;
}

.quiz_step.active {
    opacity: 1;
    margin-top: 0;
}

.quiz_timer {
    margin-top: 39px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.quiz_timer div {
    margin-top: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #ba0008;
    text-align: center;
}

.quiz_timer span {
    display: inline-block;
    width: 32px;
}

.quiz_prices {
    margin-top: 6px;
    margin-bottom: 12px;
    text-align: center;
}

.quiz_prices .quiz_oldprice {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-decoration-line: line-through;
    color: #000;
}

.quiz_prices .quiz_newprice {
    margin-top: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5761b5;
}

.quiz_form form {
    width: 260px;
    margin: 0 auto;
}

.quiz_form form input {
    line-height: 48px;
    padding-left: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: block;
    background: #fff;
    border: 1px solid #5761b5;
    border-radius: 24px;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.quiz_form form button {
    text-transform: uppercase;
    margin-top: 16px;
    border-radius: 24px;
    height: 48px;
    display: block;
    text-align: center;
    width: 100%;
    background: #ba0008;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.03em;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}

@media (max-width: 360px) {
    .quiz_question {
        margin: 48px 21px 20px;
    }

    .quiz_options {
        margin: 0 14px;
    }
}

/* Compatibility tweaks for embedded form */
#oneform, #formularz1 { display:block; scroll-margin-top: 20px; }
.quiz_wrap { box-sizing: border-box; font-family: Arial, sans-serif; }
.quiz_wrap * { box-sizing: border-box; }
.quiz_form form input[name="phone"] { padding-left: 24px; }
.iti { width: 100%; margin-bottom: 16px; }
.iti input[name="phone"] { margin-bottom: 0 !important; padding-left: 73px !important; }
.iti__flag-container div{padding:0 5px!important;}
.iti--separate-dial-code .iti__selected-flag{background:transparent;}
.nw { display:flex; align-items:center; justify-content:center; gap:8px; margin:8px auto 0; color:#000; }
