/* body {
    background-color: white;
    
    font-weight: 400;
    height: 100%;
} */

.invalid-phone {
    border: solid 1px red !important;
}

.valid-phone {
    border: none !important;
}

/*.quiz {
   display: block;
}
*/

/* .simplemodal-container {
    max-width: 900px;
    max-height: 200px;
} */


.quiz_quest {
    /* background: #fff;
    padding: 30px 30px 0 60px;
    margin-top: 20px; */
    display: none;
}

.question {
    width: 100%;
}

.quest_title {
    color: #212325;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    padding: 10px 0 30px;
}

.offer_form {
    font-size: 21px;
    line-height: normal;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #212325;
}

.quest_number {
    font-size: 16px;
    line-height: 26px;
    color: #646464;
    font-weight: 400;
}

.quest_number span {
    color: #212325;
    font-weight: 700;
}

.question__progress-bar {
    padding-top: 0;
    padding-bottom: 50px;
}

.quest_left-col {
    width: 100%;
    display: inline-block;
}

.quest_right-col {
    display: inline-block;
    width: 35%;
    float: right;
    padding-left: 20px;
    text-align: center;
}

.quest_options {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 20px;
}

.quest_option {
    /* display: inline-block; */
    display: block;
    vertical-align: top;
    width: 100%;
    padding-top: 0;
    /* padding-bottom: 10px; */
    color: #525252;
}

.quest_option label {
    cursor: pointer;
}

.quest_option label .txt {
    display: inline-block;
    vertical-align: top;
    width: 94%;
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
}

/* #q3 .quest_option label .txt {
    width: 70%;
    vertical-align: middle;
} */

.quest_option .block {
    width: 170px;
    height: 100px;
    background-color: gray;
    margin-bottom: 10px;
    margin-left: -35px;
}

.quest_option input {
    margin-right: 10px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    outline: none;
}

.control {
    position: relative;
    padding-left: 45px;
    /* padding-top: 7px; */
    width: 100%;
    cursor: pointer;
    display: inline-block;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.contr_indi {
    position: absolute;
    top: 6px;
    left: 0;
    width: 21px;
    height: 21px;
    background-color: white;
    border: 2px solid #a2a2a2;
}

.contr-radio .contr_indi {
    border-radius: 50%;
}

.control:hover input~.contr_indi,
.control input:focus~.contr_indi {
    background: white;
}

.control input:checked~.contr_indi {
    background: white;
}

.contr_indi:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.contr_indi:after {
    display: block;
}

.contr-radio .contr_indi:after {
    left: 3px;
    top: 3px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #089C00;
}

.control2 {
    position: relative;
    padding-left: 35px;
    padding-top: 3px;
    width: 100%;
    cursor: pointer;
    display: inline-block;
}

.control2 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.contr_indi2 {
    position: absolute;
    top: 110px;
    left: 0;
    height: 22px;
    width: 22px;
    background: white;
    border: 3px solid #8146c8;
}

.contr-radio .contr_indi2 {
    border-radius: 50%;
}

.control2:hover input~.contr_indi2,
.control2 input:focus~.contr_indi2 {
    background: white;
}

.control2 input:checked~.contr_indi2 {
    background: white;
}

.contr_indi2:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control2 input:checked~.contr_indi2:after {
    display: block;
}

.contr-radio .contr_indi2:after {
    left: 2px;
    top: 2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #8146c8;
}

.quest_butt {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quest_prev-butt {
    width: 224px;
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
}

#q0 .quest_prev-butt {
    background-color: #c5c5c5;
    color: #fff;
    cursor: default;
}

/* .quest_form {
    padding-top: 20px;
    padding-bottom: 20px;
} */

.quest_next-butt {
    width: 224px;
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
}

#q3 .quest_next-butt {
    width: 320px;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#q3 .quest_next-butt i {
    display: none;
}

#q3 .subtext {
    font-size: 12px;
}


.manager {
    line-height: 20px;
}

.manager_photo {
    margin: auto;
    width: 120px;
}

.manager_photo img {
    width: 100%;
}

.progress-bar {
    width: 100%;
}

.progress-bar {
    // border: 1px solid grey;
    /* background: #0080004f; */
    background: #b4a0cc;
    border-radius: 30px;
}

.progress-bar__complete {
    /* background: #2f9f13; */
    background: #8145c7;
    width: 100%;
    text-align: center;
    height: 43px;
    line-height: 43px;
    color: white;
    font-size: 21px;
    border-radius: 30px;
}

/* a {
    color: #6434a5;
    font-weight: bold;
} */

.quest_option .input-text {
    width: 100% !important;
    border-radius: 8px;
    border: 1px solid #bababa;
    color: #646464;
}

/* #q0 .quest_option:nth-last-of-type(1) label {
    width: 30% !important;
    vertical-align: sub;
}

#q0 .quest_option .input-text {
    width: 65% !important;
    vertical-align: sub;
} */

.quest_option .input-text {
    height: 59px;
    padding-left: 24px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#q1 .quest_option .input-text {
    width: 49% !important;
}

#q1 .quest_option {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* #q3 .quest_option .input-text {
    width: 320px !important;
    height: 59px;
    padding-left: 24px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

} */

.question .manager {
    width: 191px;
    height: 239px;
    content: url('../images/manager.jpg');
    display: block;
}

.manager_photo {
    width: 191px;
}

.question .manager_name {
    font-size: 18px;

    font-weight: 500;
    margin-top: 20px;
}

.question .manager_questions {
    font-size: 17px;

    font-weight: 400;
    margin-top: 10px;
}

.question .manager_phone {
    font-size: 18px;
    line-height: normal;

    font-weight: 700;
    color: #525252;
    margin-top: 10px;
}

.question .manager_phone a {
    color: #e72143;
    text-decoration: none;
    border-bottom: 0;
}



/* .question .phone-icon {
    background: url('../images/contacts/phone-icon.png');
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-bottom: -10px;
}

.question .viber-icon {
    background: url('../images/contacts/viber-icon.png');
    width: 32px;
    height: 34px;
    display: inline-block;
    margin-bottom: -14px;
}

.question .whatsapp-icon {
    background: url('../images/contacts/whatsapp-icon.png');
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-bottom: -11px;
} */

#progress-bar-text-0 {
    padding-left: 40px;
    width: 0;
    background: none;
}

/*Progress bar animation (start)*/
@keyframes resize0-back {
    from {
        width: 20%;
        background-color: #8145c7;
    }

    75% {
        width: 60px;
    }

    to {
        background: none;
    }
}

#progress-bar-text-0 {
    animation-name: resize0;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes resize1 {
    from {
        width: 60px;
    }

    to {
        width: 20%;
    }
}

@keyframes resize1-back {
    from {
        width: 40%;
    }

    to {
        width: 20%;
    }
}

#progress-bar__complete1 {
    animation-name: resize1;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes resize2 {
    from {
        width: 20%;
    }

    to {
        width: 40%;
    }
}

@keyframes resize2-back {
    from {
        width: 60%;
    }

    to {
        width: 40%;
    }
}

#progress-bar__complete2 {
    animation-name: resize2;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes resize3 {
    from {
        width: 40%;
    }

    to {
        width: 60%;
    }
}

@keyframes resize3-back {
    from {
        width: 80%;
    }

    to {
        width: 60%;
    }
}

#progress-bar__complete3 {
    animation-name: resize3;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes resize4 {
    from {
        width: 60%;
    }

    to {
        width: 80%;
    }
}

@keyframes resize4-back {
    from {
        width: 100%;
    }

    to {
        width: 80%;
    }
}

#progress-bar__complete4 {
    animation-name: resize4;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/*Progress bar animation (end)*/

.social-icon {
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
}

.whatsapp-icon {
    background: url('../images/whatsapp-icon.png') center top no-repeat;
}

.viber-icon {
    background: url('../images/viber-icon.png') center top no-repeat;
}

.instagram-icon {
    background: url('../images/instagram-icon.png') center top no-repeat;
}

.sms-icon {
    background: url('../images/sms-icon.png') center top no-repeat;
}

.phone-icon {
    background: url('../images/phone-icon.png') center top no-repeat;
}

.telegram-icon {
    background: url('../images/telegram-icon.png') center top no-repeat;
}