::selection{
    color: #fff;
    background: #007bff;
}
section.page-title-section{
    padding: 100px 0 16px;
}
section.page-title-section h1{
    color: #fff;
    box-shadow: inset 0 -6px 0px -2px #e2001a;
    font-weight: 600;
}
.close_quiz{
    display: flex;
    justify-content: flex-end;
    padding: 30px 30px 0;
    cursor: pointer;
}
.close_quiz svg{
    width: 30px!important;
    height: 30px;
    color: #b3b3b3;
}
.entry-content{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.main-container{
    background-image: url(/wp-content/themes/shapely.1.2.8/shapely/assets/images/202001markova_web_OA0C9504_1.jpg);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}
.quiz_overlay{
    opacity: 0;
    transition: all 0.3s ease;
}
.quiz_overlay.activate{
    opacity: 1;
    display: block;
    position: fixed;
    backdrop-filter: blur(7px);
    background: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    transition: all 0.3s ease;
}
.percent{
    opacity: 0;
    background: rgba(0,0,0,.65);
    color: #fff;
    padding: 136px 104px 142px 104px;
    position: absolute;
    top: 86px;
    font-size: 62px;
    transition: all 0.3s ease;
}
.percent2{
    opacity: 0;
    background: rgba(0,0,0,.65);
    color: #fff;
    padding: 136px 104px 142px 104px;
    position: absolute;
    top: 86px;
    font-size: 62px;
    transition: all 0.3s ease;
}
.percent.actv{
    opacity: 1;
    background: rgba(0,0,0,.65);
    color: #fff;
    padding: 136px 104px 142px 104px;
    position: absolute;
    top: 86px;
    font-size: 62px;
    transition: all 0.3s ease;
}
.percent2.actv{
    opacity: 1;
    background: rgba(0,0,0,.65);
    color: #fff;
    padding: 136px 104px 142px 104px;
    position: absolute;
    top: 86px;
    font-size: 62px;
    transition: all 0.3s ease;
}
.row_quiz{
    color: #000;
    height: 500px;
}
.info_box,
.quiz_box,
.result_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
}

.info_box,
.quiz_box,
.result_box{
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.info_box.activeInfo,
.quiz_box.activeQuiz,
.result_box.activeResult{
    opacity: 1;
    z-index: 99;
    pointer-events: auto;
}
.disable{
    opacity: 0;
}
.start_btn{
    text-align: center;
    margin-bottom: 120px;
}
.start_btn button{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    padding: 15px 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #e2001a;
    cursor: pointer;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.info_box{
    width: 540px;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.info_box .info-title{
    height: 60px;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 5px 5px 0 0;
    font-size: 24px;
    font-weight: 600;
}

.info_box .info-list{
    padding: 15px 30px;
}

.info_box .info-list .info{
    margin: 20px 0;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}

.info_box .info-list .info span{
    font-weight: 600;
    color: #000;
}
.info_box .buttons{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-top: 1px solid lightgrey;
}

.info_box .buttons button{
    margin: 0 5px;
    height: 40px;
    width: 100px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.quiz_box{
    width: 750px;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.quiz_box .head_quiz{
    position: relative;
    z-index: 99;
    height: 70px;
    padding: 0 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.1);
}

.quiz_box .head_quiz .title{
    font-size: 20px;
    font-weight: 600;
}

.quiz_box .head_quiz .timer{
    color: #004085;
    background: #cce5ff;
    border: 1px solid #b8daff;
    height: 45px;
    padding: 0 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 145px;
}

.quiz_box .head_quiz .timer .time_left_txt{
    font-weight: 400;
    font-size: 17px;
    user-select: none;
}

.quiz_box .head_quiz .timer .timer_sec{
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    width: 45px;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    background: #343a40;
    border: 1px solid #343a40;
    user-select: none;
}

.quiz_box .head_quiz .time_line{
    bottom: 0px;
    left: 0px;
    height: 3px;
    background: #007bff;
}

.section_quiz{
    padding: 30px 30px 10px 30px;
    background: #fff;
}

.section_quiz .que_text{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.section_quiz .option_list{
    padding: 10px 0px;
    display: flex;   
}

.section_quiz .option_list .option{
    text-align: center;
    width: 50%;
    background: #ffffff;
    border: 1px solid #CA0202;
    border-radius: 5px;
    padding: 10px 10px 30px 10px;
    font-size: 20px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_quiz .option_list .option:hover{
    background: #ffffff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.section_quiz .option_list .option:active{
    background: #ffffff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.section_quiz .option_list .option.correct{
    background: #ffffff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.section_quiz .option_list .option.incorrect{
    background: #ffffff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.section_quiz .option_list .option.disabled{
    pointer-events: none;
}

.section_quiz .option_list .option .icon{
    height: 26px;
    width: 26px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 24px;
}
.option_list .option .icon.tick{
    color: #23903c;
    border-color: #23903c;
    background: #d4edda;
}

.option_list .option .icon.cross{
    color: #a42834;
    background: #f8d7da;
    border-color: #a42834;
}

.foot_quiz{
    height: 90px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid lightgrey;
}

.foot_quiz .total_que span{
    display: flex;
    user-select: none;
}

.foot_quiz .total_que span p{
    font-weight: 500;
    padding: 0 5px;
}

.foot_quiz .total_que span p:first-child{
    padding-left: 0px;
}

.foot_quiz button{
    height: 50px;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    background: #e2001a;
    line-height: 10px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95);
    transition: all 0.3s ease;
}

.foot_quiz button:hover{
    background: #0263ca;
}

.foot_quiz button.show{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.result_box{
    z-index: 99;
    background: #fff;
    border-radius: 5px;
    display: flex;
    padding: 25px 30px;
    width: 450px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.result_box .icon{
    width: 30%;
    margin-bottom: 40px;
    margin-top: 20px;
}

.result_box .complete_text{
    font-size: 28px;
    font-weight: 500;
    line-height: initial;
    text-align: center;
}

.result_box .score_text span{
    display: flex;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.result_box .score_text span p{
    padding: 0 4px;
    font-weight: 600;
}

.result_box .buttons{
    display: flex;
    margin: 20px 0;
}

.result_box .buttons button{
    margin: 0 10px;
    height: 45px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.donation{
    color: #fff;
    background: #e2001a;
    margin: 0 10px;
    height: 45px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.buttons button.restart{
    color: #fff;
    background: #e2001a;
}

.buttons button.restart:hover{
    background: #e2001a;
}

.buttons button.quit{
    border: 1px solid #e2001a;
    color: #e2001a;
    background: #fff;
}

.buttons button.quit:hover{
    color: #fff;
    background: #e2001a;
}
@media (min-width: 1200px){
body.single-post .content-area #main.container .entry-content .shapely-content>*, body.page .content-area .entry-content>*, body:not(.category):not(.blog) article>header.entry-header {
    width: 750px;
}
}
@media (max-width: 767px){
    .percent{
        padding: 64px 49px 64px 49px;
        font-size: 36px;
    }
    .percent.actv{
        padding: 64px 49px 64px 49px;
        font-size: 36px;
    }
    .percent2{
        padding: 64px 49px 64px 49px;
        font-size: 36px;
    }
    .percent2.actv{
        padding: 64px 49px 64px 49px;
        font-size: 36px;
    }
    .info_box{
        width: 370px;
    }
    .quiz_box{
        width: 370px;
    }
    .section_quiz{
        padding: 30px 10px 10px 10px;
    }
    .section_quiz .option_list .option{
        margin: 15px 5px;
        padding: 5px;
    }
    .info_box, .quiz_box, .result_box{
        top: 56%;
    }
    .result_box{
        width: 370px;
    }
    .result_box .buttons button{
        margin: 0 5px;
    }
    .donation{
        margin: 0 5px;
    }
    .share-block .addtoany_shortcode{
        display: block!important;
    }
    .addtoany_list a, .widget .addtoany_list a{
        padding: 0 15px!important;
    }
}