.oxActiveQuiz .imgOXBox {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    align-items: center
}

.oxActiveQuiz .imgBox {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 20px;
    border: 10px solid #f6f1d4;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
    background-color: white
}

.oxActiveQuiz .imgBox>img {
    width: 100%;
    height: 100%
}

.oxActiveQuiz .OXBox {
    margin: 0 40px 0 20px
}

.oxActiveQuiz .OXBox [class *= 'icon_'] {
    width: 170px;
    height: 170px;
    margin: 15px 0;
    cursor: pointer;
    border-radius: 50%;
    border: 4px solid #231916
}

.oxActiveQuiz .OXBox .icon_O {
    background: #c6b49f url(../images/life/oxActive/icon_o.png) 27px 28px /70% auto no-repeat
}

.oxActiveQuiz .OXBox .icon_X {
    background: #c6b49f url(../images/life/oxActive/icon_x.png) 29px 30px /70% auto no-repeat
}

.oxActiveQuiz .OXBox .icon_O.complete {
    background: #2cabe3 url(../images/life/oxActive/icon_o.png) 27px 28px /70% auto no-repeat
}

.oxActiveQuiz .OXBox .icon_X.complete {
    background: #2cabe3 url(../images/life/oxActive/icon_x.png) 29px 30px /70% auto no-repeat
}

.oxActiveQuiz .OXBox .anwer_explan {
    display: none;
    position: absolute;
    left: 30px;
    padding: 2px 10px;
    border-radius: 25px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
    background-color: #fbfcc0;
    border-color: #fbfcc0
}

.oxActiveQuiz .OXBox .complete .anwer_explan {
    display: block;
    bottom: 150px
}

.oxActiveQuiz .OXBox .anwer_explan.balloon:after {
    border-top: 25px solid #fbfcc0
}

.oxActiveQuiz .OXBox .anwer_explan:after {
    left: 50px
}

.oxActiveQuiz .bottomText {
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    align-items: center;
    height: 80px;
    padding: 15px 10px;
    margin-top: 20px;
    border-radius: 12px;
    background-color: #ffeaa0
}

.popup_pages .min.popup_oxActiveQuiz {
    top: 540px;
    left: 80px;
    padding: 10px 20px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
    background-color: #ffa64b;
    border-color: #ffa64b;
    color: #006ee6
}

.popup_pages>li.min.popup_oxActiveQuiz .popup_closeBtn {
    top: 0;
    right: 0;
    border-radius: 0 8px 0 15px;
    background-size: 15px;
    background-color: #a5826c;
    background-position: center;
    width: 26px;
    height: 27px
}

.popup_oxActiveQuiz:after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -24px;
    width: 0;
    height: 0;
    border-top: 25px solid #ffa64b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}
