/* Îáùèå ñòèëè  */

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: none;
}

.quiz_container,
.quiz__details{
    font-family:"Roboto",arial,sans-serif !important;
}

.quiz_container{
    margin-bottom:100px !important;
}


.quiz__wrapper{
    padding:10px;
    background:white;
    border:2px solid #e6e6e6;
    box-shadow:0px 4px 7px rgba(0,0,0,.05);
    margin-bottom:20px;
    position: relative;
}

.quiz__wrapper:last-child{
    margin-bottom:0;
}

/* Quiz__dots */

.quiz__dots-wrap .quiz__dots{
    position:absolute;
    right:6px;
    top:6px;
}

.quiz__dots{
    position:absolute;
    right:6px;
    top:6px;
    width:39px;
    height:39px;
    border-radius:50%;
    font-size:14px;
    transition:.1s;
    line-height:39px;
    text-align:center;
    cursor:pointer;
}

.quiz__dots:hover,
.quiz__dots:focus{
    background:rgba(0,0,0,.1);
}

.quiz__dots i{
    color: #B00102;
}

.quiz__dots-menu{
    width: 200px;
    z-index: 11;
    font-size:14px;
    position: absolute;
    right: 10px;
    background: white;
    border-radius: 5px;
    top: 48px;
    border:1px solid rgba(0,0,0,.15);
    box-shadow: 0px 4px 10px rgba(0,0,0,.15);
    transition:.1s;
    overflow:hidden;
    opacity:0;
    visibility:hidden;
}

.quiz__dots-wrap.opened .quiz__dots-menu{

    opacity:1;
    visibility:visible;
}

.quiz__dots-menu a{
    display: block;
    padding: 8px 10px;
    text-decoration:none;
    cursor:pointer;
    color:black;
}

.quiz__dots-menu a:hover,
.quiz__dots-menu a:focus{
    background:rgba(0,0,0,.1);
}


/* Quiz__details */

.quiz__details{width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    left:0;
    background: #e6e6e6;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-top: 4px solid #c4c4c4;
}

.quiz__details div{
    padding:0 15px;
    border-right:1px solid rgba(0,0,0,.15);
    font-size:14px;
}

.quiz__details div:last-child{
    border-right:0px;
}

.quiz__details .quiz__time{
    font-size:18px;
    font-weight:bold;
}

.quiz__details .quiz__details-link{
    text-decoration:none;
    color:#025AA1;
}

.quiz__details .quiz__details-link:hover,
.quiz__details .quiz__details-link:focus{
    text-decoration:underline;
}

.quiz__details .quiz__details-btn{    display: inline-block;
    font-size: 14px;
    color: white;
    text-decoration: none;
    background: #F79F22;
    border-bottom: 2px solid #c47d18;
    padding: 4px 20px;
    border-radius: 3px;
    font-weight: bold;
    transition: .1s;
}

.quiz__details .quiz__details-btn:hover,
.quiz__details .quiz__details-btn:focus {
    background: #058848;
}


@media screen and (max-width:771px){

    .quiz__details .quiz__link-again,
    .quiz__details .quiz__link-other{display:none;}
}

/* Quiz__header */


.quiz__header{
    padding:11px 10px;
    margin:0 0 20px;
    display:flex;
    justify-content: space-between;
    align-items:center;
    background:#e6e6e6;
    position:relative;
    border:2px solid #C4C4C4;

}

.quiz__header div{
    display:flex;
    justify-content: space-between;
    border: 2px solid #C4C4C4 !important;
}

.quiz__header .quiz__title{
    font-size:16px;
    font-weight:bold;
    width:100%;
    margin:0 !important;
}

.quiz__header .quiz__timer{
    font-size:16px;
    font-weight:bold;
    width:40%;
    text-align:right;
}

.quiz__header .quiz__timer i{
    margin-right:8px;
    font-size:15px;
}

.quiz__header.fixed {
    position: fixed;
    top: 0;
    z-index:100;
    width: 100%;
    max-width: 575px;
    width:100%;
}

@media screen and (max-width:650px){
    .quiz__header.fixed {
        width: calc(100% - 20px);
    }
}

.quiz__header.fixed.medium {
    max-width: 628px;
}

.container.more-width .quiz__header.fixed {max-width: 750px;}


.quiz__header.fixed + .quiz_header-spacer {
    padding-top: 64px;
}

.quiz__header.fixed.medium + .quiz_header-spacer {
    padding-top: 48.39px;
}



.quiz__wrapper .quiz__number{
    display:inline-block;
    font-size:14px;
    color:white;
    padding: 10px 20px 10px 12px;
    margin: 0 0 10px -12px;
    background:#0f559c;
    font-weight:bold;
}

.quiz__wrapper .quiz__number.orange{
    background:#f69f24;
}

.quiz__wrapper .quiz__number.red{
    background:#b00000;
}


.quiz__wrapper .quiz__question{
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}

.quiz__wrapper .quiz__question img{
    max-width:100%;
    display:block;
    margin-top:10px;
}

.quiz__wrapper .quiz__question iframe,
.quiz__wrapper .quiz__question audio{
    max-width:100%;
    width:100%;
    display:block;
    margin-top:10px;
}




.quiz__wrapper .quiz__divider{
    max-width:100px;
    margin-bottom:20px;
    background:#0f559c;
    height:5px;
}

.quiz__answer{
    margin-bottom: 20px;
    font-size:14px;
}

.quiz__answer.no-text{
    margin-bottom:10px;
}



.quiz__wrapper .quiz__points{
    padding: 10px 12px 0px;
    background: #e6e6e6;
    margin: 0px -12px 20px -12px;
}

.quiz__points.quiz__letters-wrap{
    padding: 10px 12px 0px;
    margin: 20px -12px 20px -12px;
    font-size:14px;
}

.quiz__points.quiz__letters-wrap input{
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0px;
    text-align: center;
    font-size: 17px;
    margin: 0 0 10px 0;
    background: white;
    border: 1px solid #a3a3a3;
    border-bottom: 3px solid #a3a3a3;
}

.quiz__points.quiz__letters-wrap .quiz__letters-comma{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 10px;
}

.quiz__points.quiz__letters-wrap .quiz__letters-title{margin-right: 10px;}

@media screen and (max-width:600px){
    .quiz__points.quiz__letters-wrap .quiz__letters-title{display:block;margin:0 0 5px 0;}
}

.quiz__points.quiz__letters-wrap.draggable .quiz__letters-title{
    display:block;
    margin:0 0 5px;
}


.quiz__points.quiz__letters-wrap.draggable{text-align: center;}

.quiz__points.quiz__letters-wrap.draggable input{
    cursor:pointer;
    width:50px !important;
    max-width:50px;
    height:50px;
    font-size:25px;
    font-weight:bold;
}

@media screen and (max-width:767px){
    .quiz__points.quiz__letters-wrap.draggable input {
        width: 30px !important;
        max-width: 30px;
        height: 30px;
        font-size: 20px;
    }
}


.quiz__check{
    text-align:right;
}

.quiz__total-check{
    text-align:center;
}

.quiz__btn{
    display:inline-block;
    font-size: 14px;
    color: white;
    text-decoration: none;
    background: #00b05a;
    border-bottom: 2px solid #058848;
    padding: 7px 20px;
    border-radius: 3px;
    font-weight: bold;
    transition:.1s;

}

.quiz__total-check .quiz__btn{
    padding:11px 28px;
    margin:10px 0 30px;
}

.quiz__btn:hover{
    background:#058848;
}

/* Quiz Results */


.quiz__results-header{padding: 10px 20px;
    background: #F79F22;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    font-size: 18px;
    font-weight: bold;
    min-height:50px;
    margin-bottom:20px;}

.quiz__results-header img{
    width:24px;
    margin-right:10px;
}



.quiz__results-body{display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.quiz__results-body .quiz__circle{
    width:40%;
}

.quiz__results-body .quiz__table{
    width:60%;
}

.quiz_result-btns{
    margin-top:10px;
    text-align: right;
}

.quiz_result-btns a{
    margin-right:20px;
}

.quiz_result-btns a i{
    margin-right:5px;
}

.quiz_result-btns a:last-child{
    margin-right:0;
}


.quiz__results-body .quiz__table table{
    border:none;
    border-collapse: collapse;
    font-size:14px;
    width:100%;
}

.quiz__results-body .quiz__table table thead th{
    border-bottom:2px solid rgba(0,0,0,.1);
    padding:10px;
    text-align:left;
}


.quiz__results-body .quiz__table table tr td{
    border-bottom:1px solid rgba(0,0,0,.1);
    padding:10px;
    text-align:left;
    margin:0;
}

.quiz__results-body .quiz__table table tr:last-child td{
    border-bottom:0px;
}


.quiz__circle .progress__circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: white;
}
.quiz__circle .progress__circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: white;
}
.quiz__circle .progress__circle::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0f559c;
}

.progress__circle.progress__75::after {
    background-image: linear-gradient(0deg, #0f559c 50%, transparent 50%, transparent), linear-gradient(270deg, #0f559c 50%, #dadada 50%, #dadada);

}

.quiz__circle .progress__number {
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 1;
    transform:translateY(-50%);
    text-align: center;
    font-size: 35px;
    color: #0f559c;
    font-weight:bold;
}

/* Quiz Type = Select & Input */

.quiz__answer.select,
.quiz__answer.input,
.quiz__answer.drag-and-drop{
    line-height: 2.5em;
}

.select_wrap{
    display:inline-block;
    position:relative;
}


.quiz__answer .select_wrap .select-default,
.quiz__answer .input_wrap,
.quiz__wrapper .quiz__points .dad_wrap{
    display:inline-block;
    width:auto;
    position:relative;
    vertical-align:middle;
    padding:0px 30px 0px 8px;
    background:white;
    border:1px solid #cfcfce;
    border-bottom:3px solid #cfcfce;
    box-shadow:0px 2px 2px rgba(0,0,0,.05);
    position:relative;
    margin-top:-2px;
    cursor:pointer;
    font-size:14px;
    height:32px;
    min-width:20px;
    line-height: 29px;
}


.quiz__answer.drag-and-drop.no-text .dad_wrap_parent{
    margin: 0 10px 10px 0;
}


.quiz__wrapper .quiz__points .dad_wrap{
    padding-right:8px;
    margin:0 5px 10px 0;
}

.dad_wrap_parent {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    background: white;
    border: 2px dashed #cfcfce;
    padding:4px 8px 0px 8px;

    position: relative;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    min-width: 50px;
}


.dad_wrap_parent.ui-droppable-active {
    border:2px dashed #11569C;
}


.dad_wrap_parent .dad_wrap {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}


.dad_wrap_parent .ui-draggable-dragging  {

    z-index:9999;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 8px 3px 8px;
    background: white;
    border: 1px solid #cfcfce;
    border-bottom: 3px solid #cfcfce;
    box-shadow: 0px 2px 2px rgba(0,0,0,.05);
    position: relative;
    cursor: pointer;
    font-size: 14px;
    height: 32px;

}

.input_wrap .space_word_input{
    min-height:25px !important;
}

.dad_wrap_parent .ui-draggable-dragging::before{
    display:none;
}


.quiz__answer .input_wrap{
    padding-right:0;
}


.quiz__answer .input_wrap input{
    font-size:14px;
    border:none;
    box-shadow:none;
    appearance:none;
    padding:0;
    -webkit-appearance:none;
    outline: none;
}


.quiz__answer .select_wrap.opened{
    z-index:10;
}


.quiz__answer .select_wrap .select-default::after{
    content:"";
    position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
    width: 12px;
    height: 10px;
    background:url(../../../../icons/quiz/chevron-down.svg) no-repeat center center / contain;
}

.quiz__answer .select_wrap.opened::after{
    transform:translateY(-50%) rotate(180deg);
}

.quiz__answer .select_wrap.correct .select-default::after,
.quiz__answer .select_wrap.incorrect .select-default::after{
    display:none;
}

.quiz__answer .select_wrap.correct .select-default,
.quiz__answer .select_wrap.incorrect .select-default{
    padding-right:8px;
    cursor:auto;
}

.quiz__answer .select_wrap.correct::before,
.quiz__answer .select_wrap.incorrect::before,
.quiz__answer .input_wrap::before,
.quiz__answer .dad_wrap::before{
    content:"";
    position:absolute;
    right:-7px;
    top:-7px;
    width: 16px;
    height: 16px;
    z-index:2;
    border-radius:50%;
}


.quiz__answer .select_wrap.correct::before,
.quiz__answer .input_wrap.correct::before,
.quiz__answer .dad_wrap.correct::before{
    background:#00b05a url(../../../../icons/check.svg) no-repeat center center / 60%;
}

.quiz__answer .select_wrap.incorrect::before,
.quiz__answer .input_wrap.incorrect::before,
.quiz__answer .dad_wrap.incorrect::before{
    background:#b00000 url(../../../../icons/quiz/times.svg) no-repeat center center / 50%;
}


.quiz__answer .select_wrap .select__options{position: absolute;

    left: 0px;
    top: 90%;
    width: 100%;
    height: auto;
    background: white;
    font-size: 14px;
    border: 1px solid #cfcfce;
    border-bottom: 3px solid #cfcfce;
    box-shadow: 0px 2px 2px rgba(0,0,0,.05);
    visibility:hidden;
    opacity:0;
    transition:.3s;
}


.quiz__answer .select_wrap.opened .select__options{
    visibility:visible;
    opacity:1;
}


.quiz__answer .select_wrap .select__options ul{list-style: none;
    padding: 0;
    margin: 0;}

.quiz__answer .select_wrap .select__options ul li{padding: 7px;
    border-bottom: 1px solid #cfcfce;
    cursor: pointer;
    transition: .3s;
    margin:0px !important;

}

.quiz__answer .select_wrap .select__options ul li::before{
    display:none;
}

.quiz__answer .select_wrap .select__options ul li:last-child{
    border-bottom:0;
}



.quiz__answer .select_wrap .select__options ul li:hover{
    background:rgba(0,0,0,.15);
}


/* Quiz Type = Textarea */


.quiz__answer.textarea textarea {
    width:100% !important;
    min-height:155px;
    padding:15px;
    background:white;
    border:1px solid #cfcfce;
    border-bottom:2px solid #cfcfce;
    border-radius:3px;
    font-size:14px;
}


/* Quiz Type = Options */

.quiz__option{
    padding: 10px 10px 10px 45px;
    background: white;
    border: 1px solid #bababa;
    margin-bottom: 10px;
    line-height: 21px;
    font-size: 14px;
    cursor:pointer;
    transition:.1s;
    position:relative;}

.quiz__option:hover{
    background:rgba(0,0,0,.05) !important;
}
.quiz__option.is_checked{
    background: rgba(0,0,0,.05);

}
.quiz__option.is_checked:after{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: gray;
    position: absolute;
    left: 21px;
    top: 20px;
    transform: translateY(-50%);
}
.quiz_question_2
.quiz__option.is_checked:after{
    border-radius: 0%;
}

.quiz__answer.picked .quiz__option:hover{
    background:white;
}


.quiz__option::before{
    content:"";
    width:15px;
    height:15px;
    border:3px solid #8c8c8c;
    position:absolute;
    left:15px;
    top:10px;
    background:white;
}

.quiz__answer.radio .quiz__option::before{
    border-radius:50%;
}

.quiz__answer.picked .quiz__option{
    opacity:.5;
}

.quiz__answer.picked .quiz__option.correct{
    opacity:1;
    background:#e5f6eb;
    border-color:#e5f6eb;
}

.quiz__answer.picked .quiz__option.incorrect{
    opacity:1;
    background:#f7e4e2;
    border-color:#f7e4e2;
}


.quiz__answer.picked .quiz__option.correct::before{
    background:#00b05a url(../../../../icons/quiz/check.svg) no-repeat center center / 70%;
    border-color:#00b05a;
}

.quiz__answer.picked .quiz__option.incorrect::before{
    background:#b00000 url(../../../../icons/quiz/times.svg) no-repeat center center / 58%;
    border-color:#b00000;
}



.quiz__clarification{padding: 20px;
    margin: -10px 0 20px;
    border: 2px solid #e3e3e3;
    background: white;
    font-size: 14px;
    line-height: 21px;}

.quiz__clarification .quiz__clarification-title{
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content: flex-start;
    margin-bottom:10px;
}

.quiz__clarification .quiz__clarification-title .quiz__clarification-icon{
    width:21px;
    height:21px;
    display:inline-block;
    margin-right:10px;
    border-radius:0px;
}

.quiz__clarification.radio .quiz__clarification-title .quiz__clarification-icon{
    border-radius:50%;}

.quiz__clarification.correct .quiz__clarification-title .quiz__clarification-icon{
    background:#00b05a url(../../../../icons/quiz/check.svg) no-repeat center center / 50%;
    border-color:#00b05a;
}

.quiz__clarification.incorrect .quiz__clarification-title .quiz__clarification-icon{
    background:#b00000 url(../../../../icons/quiz/times.svg) no-repeat center center / 45%;
    border-color:#b00000;
}


/* Quiz Type = Images */


.quiz__answer.images,
.quiz__answer.texts{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin:0 -2%;
}

.quiz__images-item,
.quiz__texts-item{
    width: 45.6%;
    margin: 0 2% 20px;
    position:relative;
    border:1px solid #bababa;
    text-align:center;
    cursor:pointer;
    transition:.5s;
    font-size:14px;
    position:relative;
}
.quiz__texts-item.is_checked::after, .quiz__images-item.is_checked::after {
    content: "";
    width: 94%;
    height: 93%;
    left: 0;
    top: 0;
    border: 10px solid #808080;
    position: absolute;
}

.quiz__texts-item{
    min-height:205px;
    background:#b7dbff;
    border-color:#b7dbff;
    display:flex;
    justify-content: center;
    align-items:center;
}

.quiz__texts-text{
    font-size:23px;
    font-weight:bold;
    color:#0e345a;
    padding:0 20px;
}


.quiz__answer.images.picked .quiz__images-item,
.quiz__answer.texts.picked .quiz__texts-item{
    opacity:.5;
}

.quiz__answer.images:not(.picked) .quiz__images-item:hover,
.quiz__answer.texts:not(.picked) .quiz__texts-item:hover{
    box-shadow:0px 2px 8px rgba(0,0,0,.15);
}

.quiz__answer.images.picked  .quiz__images-item.correct,
.quiz__answer.images.picked  .quiz__images-item.incorrect,
.quiz__answer.texts.picked  .quiz__texts-item.correct,
.quiz__answer.texts.picked  .quiz__texts-item.incorrect{
    opacity:1;
}


.quiz__images-item.correct::after,
.quiz__images-item.incorrect::after,
.quiz__texts-item.correct::after,
.quiz__texts-item.incorrect::after{
    content:"";
    width: 94%;
    height: 93%;
    left:0;
    top:0;
    position:absolute;

}

.quiz__images-item.correct::after,
.quiz__texts-item.correct::after{border:10px solid #00b05a;}
.quiz__images-item.incorrect::after,
.quiz__texts-item.incorrect::after{border:10px solid #b00000;}



.quiz__images-item.correct::before,
.quiz__images-item.incorrect::before,
.quiz__texts-item.correct::before,
.quiz__texts-item.incorrect::before{
    content:"";
    width:20px;
    height:20px;
    position:absolute;
    right:20px;
    top:20px;
    background:white;
    border-radius:50%;
}
.quiz__images-item.correct::before,
.quiz__texts-item.correct::before{
    background:#00b05a url(../../../../icons/quiz/check.svg) no-repeat center center / 48%;
}

.quiz__images-item.incorrect::before,
.quiz__texts-item.incorrect::before{
    background:#b00000 url(../../../../icons/quiz/times.svg) no-repeat center center / 48%;
}


.quiz__images-item .quiz__images-image{
    width:100%;
    height:205px;
    display:block;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.quiz__images-item .quiz__images-text{
    display:block;
    width:100%;
    padding:15px 10px;
}


/* Media Requires */


@media screen and (max-width:650px){

    .quiz__wrapper {
        padding: 10px 10px 15px 10px;}

    .quiz__wrapper .quiz__header {
        padding: 10px 12px;
        margin: -12px -12px 15px -12px;}

    .quiz__wrapper .quiz__number {
        display: inline-block;
        font-size: 14px;
        color: white;
        padding: 7px 14px 7px 12px;
        margin: 0 0 15px -12px;}

    .quiz__wrapper .quiz__points {
        padding: 10px 12px 0px;
        background: #e6e6e6;
        margin: 0px -12px 15px -12px;}

    .quiz__wrapper .quiz__question,
    .quiz__wrapper .quiz__divider,
    .quiz__answer{
        margin-bottom: 15px;
    }

    .quiz__answer.no-text {
        margin-bottom: 5px;
    }



    .quiz__option {
        padding: 10px 10px 10px 40px;
    }
    /* .quiz__option::before {
         left: 10px;
         top: 12px;}*/

    .quiz__clarification {
        padding: 10px;}

}



@media screen and (max-width:559px){


    .quiz__results-body{
        flex-wrap: wrap;
    }

    .quiz__results-body .quiz__circle{
        width:100%;text-align:center;
        margin-bottom:20px;
    }

    .quiz__results-body .quiz__table{
        width:100%;
    }


    .quiz__images-item .quiz__images-image {
        height: 125px;}

    .quiz__images-item .quiz__images-text {
        padding: 5px 10px;
        font-size: 12px;
    }


    .quiz__images-item.correct::after, .quiz__texts-item.correct::after {
        border: 5px solid #00b05a;
    }

    .quiz__images-item.incorrect::after, .quiz__texts-item.incorrect::after {
        border: 5px solid #b00000;
    }

    .quiz__images-item.correct::after, .quiz__images-item.incorrect::after, .quiz__texts-item.correct::after, .quiz__texts-item.incorrect::after {
        content: "";
        width: 96%;
        height: 94%;}


    .quiz__texts-text {
        font-size: 16px;
        padding: 0 10px;
    }

    .quiz__texts-item {
        min-height: 125px;}


    .quiz__images-item.correct::before, .quiz__images-item.incorrect::before, .quiz__texts-item.correct::before, .quiz__texts-item.incorrect::before {

        right: 10px;
        top: 10px;
    }

}



/* Popup */

/* The Modal (background) */
.popup-report{
    display:none;

    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    padding: 0px 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.popup-report .overlay{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    left:0;
    top:0;
}

.popup-report.opened{
    display:block;
}

/* Modal Content */
.popup-report .modal-content {
    position: relative;
    z-index:2;
    background-color: #fefefe;
    margin: 100px auto 0;

    padding: 0;
    border: 1px solid #888;
    width: 100%;
    max-width:450px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.popup-report .close {
    color: rgba(0,0,0,.15);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-report .close:hover,
.popup-report .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-report .modal-header {
    padding: 20px 16px 10px;
}

.popup-report .modal-body {padding: 0px 16px 20px;}


.popup-report textarea {
    max-width: 100%;
    padding: 10px;
    width: calc(100% - 20px) !important;
    min-height: 155px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #cfcfce;
    border-bottom: 2px solid #cfcfce;
    border-radius: 3px;
    font-size: 14px;
    margin:10px 0;
}



/* New Test */

.table-answer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}


.table-answer .left-side{
    width:40%;
    padding-right:5px;
}

.table-answer .right-side{
    width:60%;
    padding-left:5px;
}


.table-answer .table-wrap{
    width: calc(100% + 24px);
    padding: 10px 12px;
    background: #E6E6E6;
    margin: 0 -12px;
}

.table-answer .table-answer-title{font-style: italic;
    margin-bottom:10px;}


.table-answer ul{
    padding:0;
    margin:0;
    list-style:none;
}

.table-answer ul li{
    padding-left:15px;
    position:relative;
    margin-bottom:10px;
}

.table-answer ul li::before{
    content:"";
    position:absolute;
    font-weight:bold;
    left:0;
    top:0;
}

.table-answer ul.list-number li:nth-child(1)::before{content:"1";}
.table-answer ul.list-number li:nth-child(2)::before{content:"2";}
.table-answer ul.list-number li:nth-child(3)::before{content:"3";}
.table-answer ul.list-number li:nth-child(4)::before{content:"4";}
.table-answer ul.list-number li:nth-child(5)::before{content:"5";}
.table-answer ul.list-number li:nth-child(6)::before{content:"6";}

.table-answer ul.list-letter li:nth-child(1)::before{content:"А";}
.table-answer ul.list-letter li:nth-child(2)::before{content:"Б";}
.table-answer ul.list-letter li:nth-child(3)::before{content:"В";}
.table-answer ul.list-letter li:nth-child(4)::before{content:"Г";}
.table-answer ul.list-letter li:nth-child(5)::before{content:"Д";}
.table-answer ul.list-letter li:nth-child(6)::before{content:"Е";}


.table-row .table-col,
.table-row .table-col-fc{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 30px;
    vertical-align:top;
    margin:0 0 5px;
}


.table-row.title .table-col,
.table-row .table-col-fc{
    font-weight:bold;
}

.table-row .table-col{
    background:white;
    border:1px solid #a3a3a3;
    cursor:pointer;
}

.table-row.title .table-col{
    background:none;
    border:1px solid transparent;
    cursor:default;
}

.table-row .table-col::before{
    content:"";
    width:70%;
    height:70%;
    transform:translate(-50%,-50%);
    background:url(../../../../icons/quiz/cancel.svg) no-repeat center center / contain;
    position:absolute;
    left:50%;
    top:50%;
    opacity:0;
}

.table-row .table-col.active::before{opacity:1;}


.table-row.title .table-col::before,
.table-row .table-col-fc::before{display:none !important;}



@media screen and (max-width:499px){

    .table-answer .left-side{
        width:100%;
        margin-bottom:10px;
        padding-right:0px;
    }

    .table-answer .right-side{
        width:100%;
        margin-bottom:10px;
        padding-left:0px;
    }

}


/* Find Images */

.find-correct-images{
    display:flex;
    justify-content: space-between;
    align-items:flex-start;
}

.find-correct-images.full-width{flex-wrap:wrap;}

.find-correct-images img{
    width:100%;
    max-width:358px;
    margin:0 auto;
    display:block;
}

.find-correct-images .left-side,
.find-correct-images .right-side{
    width:100%;
    position:relative;
}

.find-correct-images .left-side{padding-right:5px;    border-right: 1px solid rgb(163 163 163);}
.find-correct-images .right-side{padding-left:5px;}

.find-correct-images.full-width .left-side{padding-right:0px;
    margin-bottom:5px;padding-bottom:5px;    border-right: 0px;    border-bottom: 1px solid rgb(163 163 163);}
.find-correct-images.full-width .right-side{padding-left:0px;}

.find-correct-images.full-width img{
    width:100%;max-width:100%;
}


.find-correct-images .incorrect-area{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 58%;
    top: 26%;
    opacity:1;
    transition:.3s;
}

.find-correct-images .incorrect-area.active{
    background: rgb(0 176 90) url(../../../../icons/quiz/tick-inside-circle-white.svg) no-repeat center center / 65%;
    box-shadow:0px 2px 4px rgba(255,255,255,.5);
    border-radius:50%;
    opacity:1;}

@media screen and (max-width:750px){
    .find-correct-images {
        flex-wrap:wrap;
    }

    .find-correct-images .left-side,
    .find-correct-images .right-side{
        width:100%;
        position:relative;
        padding:0 !important;
    }

    .find-correct-images .left-side{margin-bottom:5px;padding-bottom:5px !important;    border-bottom: 1px solid rgb(163 163 163);
    }
}

.quiz_difference_progress{       margin-bottom: 20px;}
.difference_progress_title{
    font-weight:bold;
    font-size:14px;
    display:block;
    margin-bottom:5px;
}


.difference_progress_bar_block{
    width:20px;
    height:20px;
    border:1px solid rgba(0,0,0,.5);
    background:white;
    display:inline-block;
}

.difference_progress_bar_block.active{
    background:#00b05a url(../../../../icons/quiz/check.svg) no-repeat center center / 70%;
}


/* Типы 190221 */


.shadow-simple-main-image{
    text-align:center;
    margin-bottom:40px;
}

.shadow-simple-main-image img{
    width: 40%;
}

.shadow-simple-options {
    width:100%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items:flex-start;
}

.options-big .shadow-simple-main-image{display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    overflow:hidden;
}


.options-big .shadow-simple-main-image-option{width: 15%;
    height:90px;
    position:relative;
    border:5px solid white;}



.shadow-simple-options .shadow-simple-option{
    width:23.7%;
    height:132px;
    overflow:hidden;
    position:relative;
    background:#f6e3c5;
    border-radius:3px;
    border:5px solid #f6e3c5;
}


.options-big .shadow-simple-options .shadow-simple-option{width: 15%;
    height:90px;}

.options-big.big .shadow-simple-options .shadow-simple-option{width: 15%;
    height:109px;}




.big .shadow-simple-option{
    height:172px;
}

.options-big.big .shadow-simple-main-image-option {
    width: 15%;
    height: 109px;
}


.shadow-simple-options .shadow-simple-option::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    z-index:2;
    top: 5px;
    border-radius: 50%;
}



.shadow-simple-options.picked .shadow-simple-option{
    opacity:.5;
}

.shadow-simple-options .shadow-simple-option.correct{
    border-color:#00B05A;
    opacity:1;
}

.shadow-simple-options .shadow-simple-option.incorrect{
    border-color:#B00102;
    opacity:1;
}

.shadow-simple-options .shadow-simple-option.incorrect::before {
    background: #b00000 url(../../../../icons/quiz/times.svg) no-repeat center center / 48%;
}

.shadow-simple-options .shadow-simple-option.correct::before {
    background: #00b05a url(../../../../icons/quiz/check.svg) no-repeat center center / 49%;
}

.shadow-simple-options .shadow-simple-option img{
    height: 75%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index:1;
    transform: translate(-50%,-50%);
}

.options-big .shadow-simple-main-image-option img{
    height: 75%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index:1;
    transform: translate(-50%,-50%);
}


@media screen and (max-width:767px){
    .shadow-simple-options .shadow-simple-option {
        width: 24%;
        height: 75px;
    }


}

@media screen and (max-width:599px){

    .options-big .shadow-simple-main-image-option,
    .options-big .shadow-simple-options .shadow-simple-option{
        width:31.5%;
        height:75px;
        margin-bottom:10px;
        position:relative;}

    .options-big .shadow-simple-options{
        margin-bottom:-10px;
    }





}


/* Lines */




.quiz__answer.shadow-lines{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom:-5px;
    position:relative;
    padding: 0 40px;
}





.shadow-lines .shadow-lines-option{
    width:125px;
    height:125px;
    margin-bottom:20px;
    border:3px solid #999;
    border-radius:3px;
    position:relative;
}



.shadow-lines .shadow-lines-option::before{
    content:"";
    width: 16px;
    height: 16px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top:50%;
    transform:translateY(-50%);

}

.shadow-lines .shadow-lines-right .shadow-lines-option::before{
    left: -24px;
    right:auto;
}

.shadow-lines .shadow-lines-option img{
    height: 75%;
    width: auto;
    object-fit: contain;
    object-position: center;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);

}




.shadow-lines .shadow-lines-right .shadow-lines-option{
    background:#F6E4C4;
}

.shadow-lines .shadow-lines-option.correct{
    border-color:#00B05A;
}

.shadow-lines .shadow-lines-option.incorrect{
    border-color:#B00102;
    opacity:1;
}

.shadow-lines .shadow-lines-option.correct::before{
    background:#00B05A;
}

.shadow-lines .shadow-lines-option.incorrect::before{
    background:#B00102;
}

.shadow-lines .shadow-lines-option::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    z-index:2;
    top: 5px;
    border-radius: 50%;
}





.shadow-lines .shadow-lines-option.incorrect::after {
    background: #b00000 url(../../../../icons/quiz/times.svg) no-repeat center center / 48%;
}

.shadow-lines .shadow-lines-option.correct::after {
    background: #00b05a url(../../../../icons/quiz/check.svg) no-repeat center center / 49%;
}


.shadow-lines .shadow-line{
    position:absolute;
    background: #999999;
    border-radius: 50px;
}

.shadow-lines .shadow-line.line-1{
    width: 357px;
    left: 97px;
    top: 204px;
    transform: rotate(-56deg);
    height: 8px;
    background:#00b05a;
    z-index:2;
}

.shadow-lines .shadow-line.line-2{
    width: 357px;
    left: 97px;
    top: 204px;
    transform: rotate(56deg);
    height: 8px;
    background:#B00102;
}

.big.shadow-lines .shadow-line.line-1{
    width: 479px;
    left: 123px;
    top: 205px;
    transform: rotate(-38deg);

}


.big.shadow-lines .shadow-line.line-2{
    width: 479px;
    left: 123px;
    top: 205px;
    transform: rotate(38deg);
}





@media screen and (max-width:599px){
    .shadow-lines .shadow-lines-option::before{
        width: 150px;
        height: 3px;
        opacity: 0;
        background: #999;
        border-radius: 0;
        position: absolute;
        right: -150px;
    }

    .shadow-lines .shadow-lines-option.correct::before,
    .shadow-lines .shadow-lines-option.incorrect::before{
        opacity:1;
    }



    .shadow-lines .shadow-lines-option.correct::before{background:#00B05A;}
    .shadow-lines .shadow-lines-option.incorrect::before{background:#B00102;}

    .shadow-lines-right .shadow-lines-option::before{
        display:none;
    }

    .quiz__answer.shadow-lines {
        padding: 0px 0px;}

    .shadow-line{display:none;}

    .shadow-lines-left,
    .shadow-lines-right{
        width:47%;

    }


    .shadow-lines-right{
        display:flex;
        justify-content:flex-start;
        align-items:flex-start;
        flex-wrap:wrap;
    }


    .shadow-lines-right .shadow-lines-option.answer-2{
        order:2;
    }

    .shadow-lines-right .shadow-lines-option.correct.answer-1{
        order:1;
    }



    .shadow-lines .shadow-lines-option {
        width: 100%;
    }



}

/* Sudoku */


.sudoku{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.sudoku .sudoku-left-side,
.sudoku .sudoku-right-side{
    flex-wrap:wrap;
    display: flex;
    justify-content: flex-start;
}

.sudoku .sudoku-right-side{justify-content: flex-end;}

.sudoku .sudoku-left-side{
    width:358px;
    border:1px solid black;
}

.sudoku .sudoku-right-side{
    width:190px;
}

.sudoku.big .sudoku-left-side {
    width: 525px;
}


.sudoku .sudoku-block,
.sudoku .sudoku-answer{
    width:89px;
    height:89px;
    border:2px solid black;
    position:relative;
    overflow:hidden;
}


.sudoku.big .sudoku-answer{
    width: 117px;
    height: 117px;
}
.sudoku.big .sudoku-block{
    width: 117.1px;
    height: 117.1px;
}


.sudoku.big .sudoku-left-side{width: 470.4px;}
.sudoku.big .sudoku-right-side {
    width: 247px;
}

.sudoku .sudoku-block.correct{
    border-color:#00B05A;
}

.sudoku .sudoku-block.incorrect{
    border-color:#B00102;
}

.sudoku .sudoku-block::after{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    z-index:2;
    top: 5px;
    border-radius: 50%;
}

.sudoku .sudoku-block.incorrect::after {
    background: #b00000 url(../../../../icons/quiz/times.svg) no-repeat center center / 48%;
}

.sudoku .sudoku-block.correct::after {
    background: #00b05a url(../../../../icons/quiz/check.svg) no-repeat center center / 49%;
}

.sudoku .sudoku-block img,
.sudoku .sudoku-answer img{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    height: 70%;
    width: auto;
    object-fit: contain;
    object-position: center;
}


.sudoku .sudoku-answer{
    border:1;
}


.sudoku .sudoku-answer{
    margin: 0px;
    border:2px dashed #cfcfce;
}

@media screen and (max-width:599px){
    .sudoku{
        display: block;
    }

    .sudoku .sudoku-left-side,
    .sudoku .sudoku-right-side,
    .sudoku.big .sudoku-left-side,
    .sudoku.big .sudoku-right-side{
        width:100%;
    }


    .sudoku .sudoku-right-side{
        margin-top:10px;
        justify-content:space-between;
    }

    .sudoku .sudoku-block,
    .sudoku.big .sudoku-block{width:25%;
        height:86px;}
    .sudoku .sudoku-answer,
    .sudoku.big .sudoku-answer{
        width:25%;
        height:86px;
    }



}






.quiz__btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid rgba(0,0,0,.1);
}

.quiz__btns .quiz__btn-help{
    width: calc(25% - 10px);
    background: #014893;
    padding: 10px 0px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 3px 0px #072442;
    font-size: 13px;
    transition: .3s;
    cursor: pointer;
    white-space: nowrap;
    color: white;


}

.quiz__btns .quiz__btn-help:hover{
    background:#072442;
}

.quiz__btns .quiz__btn-help img{
    width: 18px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 0;
    vertical-align:middle;
}
.number_answer_input_correct{
    border:solid 2px green !important;
}
.number_answer_input_incorrect{
    border:solid 2px red !important;
}

@media screen and (max-width:566px){

    .quiz__btns .quiz__btn-help img{
        display:block;
        margin:0 auto 5px;

        width:20px;
    }

    .quiz__btns .quiz__btn-help{
        font-size: 10px;}



}
