html,body{
    overflow-x: hidden;
}

.quiz_container *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.quiz_container {
    position: relative;
    padding: 40px 0 0;
    margin-bottom: 40px;
}
.quiz_container:before{
    content: '';
    position: absolute;
    width: 10000px;
    margin-left: -2000px;
    height: 150px;
    background: #0037e6;
    top: 0;
    left: 0;
}
.quiz_container .quiz_block{
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}

.quiz_list{
    padding: 40px;
}
.quiz_question{
    font-weight: 700;
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
}
.answer_list>li:not(.skip){
    display: block;
    font-size: 18px;
    line-height: 1.3em;
    padding: 10px 10px 9px 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    background: #f1f1f1;
    cursor: pointer;
    transition: all ease-in-out .2s;
}
.answer_list>li.skip{
    margin-top: 20px;
    display: block;
    color: #8a8a8a;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}
.answer_list>li:last-child{
    margin-bottom: 0;
}
.answer_list>li:not(.skip):before{
    content: '';
    width: 12px;
    height: 12px;
    background: #0037e6;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}
.answer_list>li:nth-child(2n):before{background: #fb7804;}
.answer_list>li:nth-child(3n):before{background: #d154d0;}
.answer_list>li:nth-child(4n):before{background: #6dc1e1;}

.answer_list>li:not(.skip):hover,
.answer_list>li:not(.skip).selected{
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}

.quiz_progress .line{
    height: 5px;
    width: 2%;
    background: #359a30;
    transition: all ease-in-out .2s;
}
.quiz_control{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #33cb7a;
    border-radius: 0 0 20px 20px;
    padding: 15px 40px;
}
.quiz_info{
    font-size: 18px;
    line-height: 1.1em;
    margin-right: 20px;
}
.quiz_back_btn{
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.quiz_back_btn.disabled{
    opacity: 0.6;
    pointer-events: none;
}

@media screen and (max-width: 979px) {
    .quiz_list{
        padding: 20px;
    }

}







/*order_block*/
.order_block {
    text-align: center;
    margin: 0 auto;
}
.prod_img_wrapper {
    position: relative;
}
.prod_img_wrapper {
    max-width: 400px;
    margin: 15px auto 30px;
    position: relative;
}
.prod_img_wrapper img {
    width: auto;
    max-width: 100%;
}
.wheel_input {
    position: relative;
    display: block;
    outline: 0;
    border: 1px solid #b7b7b7 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 10px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 18px;
    font-family:"Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.priceс {
    position: absolute;    
    text-transform: uppercase;
    right: 0;
    bottom: 0;
    color: #000;
    width: 165px;
    text-align: center !important;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    margin: -25px auto 0px;
    background: #FFD873;
    padding: 10px!important;
}
span.discountс {
    font-size: 18px;
}
.price_main {
    font-size: 24px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 1;
    margin: 0 auto;
    color: #f91e41;
    font-weight: 700;
}
.prod_img_wrapper p {
    text-align: center !important;
}
.old_price{
    text-decoration: line-through;
}
.order-stock {
    text-align: center;
    margin-bottom: 20px;
} 
.order-stock span {
    color:#f91e41;
    font-weight: 700;
    font-style: 1.3em;
}
.order_form {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 320px;
    width: 100%;
}
.main-link {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #005ff5;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.main-link:hover {
    background: #0a64f5;
}

#clock {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #005ff5;
}
.timer {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0px;
    text-align: center;
}
.timer p {
    margin: 0;
}
