/* -------------------------------------------------- */
/* How it works */

.interactive_image > div {
    display:block;
    width: 945px;
    margin: 0 auto;
    float: none;
}
html[lang="ru-UA"] .interactive_image .img {
    position: relative;
    display: inline-block;
    background-image: url(../images/interactive_img-ru.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
html[lang="uk-UA"] .interactive_image .img {
    position: relative;
    display: inline-block;
    background-image: url(../images/interactive_img-uk.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
html[lang="en-UA"] .interactive_image .img {
    position: relative;
    display: inline-block;
    background-image: url(../images/interactive_img-en.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
html[lang="uk-UA"] .interactive_image .row1 .img1 {
    width: 348px;
    height: 58px;
    background-position: 0 0;
}
html[lang="uk-UA"] .interactive_image .row1 .img2 {
    width: 65px;
    height: 58px;
    margin-left: 19px;
    background-position: -380px 0;
}
html[lang="uk-UA"] .interactive_image .row1 .img3 {
    width: 72px;
    height: 58px;
    margin-left: 15px;
    background-position: -457px 0;
}
.interactive_image .row1 .img1 {
    width: 304px;
    height: 58px;
    background-position: 0 0;
}
.interactive_image .row1 .img2 {
    width: 82px;
    height: 58px;
    margin-left: 25px;
    background-position: -370px 0;
}
.interactive_image .row1 .img2 .tooltip {
    left: -70px;
    text-align: center;
}
.interactive_image .row1 .img3 {
    width: 82px;
    height: 58px;
    margin-left: 25px;
    background-position: -457px 0;
}
.interactive_image .row1 .img3 .tooltip {
    left: -100px;
    text-align: center;
}
.interactive_image .row1 .img4 {
    width: 375px;
    height: 58px;
    margin-left: 10px;
    background-position: -542px 0;
}
.interactive_image .row2 .img5 {
    width: 916px;
    height: 80px;
    background-position: 0 -57px;
}
.interactive_image .img .tooltip p {
    padding: 5px 0;
}
.interactive_image .img .tooltip p span {
    padding: 5px 10px;
    font-size: 1em;
    margin: 10px;
}
.interactive_image .img .tooltip p span.no_answer {
    border: 1px solid #333;
}
.interactive_image .img .tooltip p span.wrong_answer {
    border: 1px solid #e4615d;
    background: #e4615d;
    color: white;
}
.answers .wrong_answer{
    border: 1px solid #e4615d;
    background: #e4615d;
    color: white;
}
.answers .wrong_answer:hover{
    background: #e4615d;
}
.interactive_image .img .tooltip p span.right_answer {
    border: 1px solid #6cdb9b;
    background: #6cdb9b;
    color: white;
}
.answers .right_answer{
    border: 1px solid #6cdb9b;
    background: #6cdb9b;
    color: white;
}
.answers .right_answer:hover{
    background: #6cdb9b;
}
.answered{
    pointer-events: none;
}
.interactive_image .img .tooltip p span.current_answer {
    border: 2px solid #333;
}
.interactive_image .row3 .img6 {
    width: 916px;
    height: 320px;
    background-position: 0 -139px;
}
.interactive_image .row4 .img7 {
    width: 916px;
    height: 115px;
    background-position: 1px -460px;
}
.interactive_image .img .tooltip {
    max-width: 400px;
    min-width: 260px;
    opacity: 0;
    z-index: 1000;
    position: absolute;
    top: -9999px;
    left: 10px;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 1em;
    content: attr(data-tooltip);
    border-radius: 5px;
    box-shadow: 0 1px 1px #888;
    background: #fffdf6;
}
.interactive_image .img:hover .tooltip {
    opacity: 1;
    top: 45px;
}
.title_page_mobile {
    display: none;
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.interactive_image-mob {
    display: none;
    margin: 0 auto;
}
.interactive_image-mob {
    max-width: 320px;
}
html[lang="ru-UA"] .interactive_image-mob .img {
    background-image: url(../images/interactive-mob-ru.png);
    background-repeat: no-repeat;
}
html[lang="uk-UA"] .interactive_image-mob .img {
    background-image: url(../images/interactive-mob-uk.png);
    background-repeat: no-repeat;
}
html[lang="en-UA"] .interactive_image-mob .img {
    background-image: url(../images/interactive-mob-en.png);
    background-repeat: no-repeat;
}
.interactive_image-mob .img:hover .tooltip {
    display: block;
}
html[lang="uk-UA"] .interactive_image-mob .row1 .img1 {
    width: 96px;
    height: 52px;
}
.interactive_image-mob .row1 .img1 {
    width: 96px;
    height: 52px;
}
.interactive_image-mob .img .tooltip {
    top: 50px;
    border-radius: 0;
    width: 303px;
    max-width: 400px !important;
    min-width: 260px !important;
    left: 8px;
    height: 80px;
    font-size: 12px;
    text-align: center;
    border: 0;
    box-shadow: none;
    display: none;
}
.interactive_image-mob .img1 .tooltip {
    padding-top: 30px;
}
html[lang="uk-UA"] .interactive_image-mob .row1 .img2 {
    width: 121px;
    height: 52px;
    background-position: -96px 0;
    margin-left: -3px;
}
.interactive_image-mob .row1 .img2 {
    width: 121px;
    height: 52px;
    background-position: -96px 0;
    margin-left: -3px;
}
.interactive_image-mob .img2 .tooltip {
    left: -89px !important;
    width: 305px;
    padding-top: 30px;
}
html[lang="uk-UA"] .interactive_image-mob .row1 .img3 {
    width: 92px;
    height: 52px;
    background-position: -220px 0;
    margin-left: -1px;
}
.interactive_image-mob .row1 .img3 {
    width: 92px;
    height: 52px;
    background-position: -220px 0;
    margin-left: -1px;
}
.interactive_image-mob .img3 .tooltip {
    left: -212px !important;
    max-width: 400px !important;
    min-width: 260px !important;
    width: 305px !important;
    padding-top: 30px;
}
.interactive_image-mob .row2 .img5 {
    width: 320px;
    height: 72px;
    background-position: 0 -60px;
}
.interactive_image-mob .img5 .tooltip {
    left: 8px;
    top: 19px;
    width: 305px;
    height: 247px;
    text-align: left;
}
.interactive_image-mob .row3 .img6 {
    width: 320px;
    height: 475px;
    background-position: 0 -133px;
}
.interactive_image-mob .img6 .tooltip {
    left: 8px !important;
    top: 28px;
    width: 305px;
}
.interactive_image-mob .row4 .img7 {
    width: 320px;
    height: 137px;
    background-position: 0 -616px;
}
.interactive_image-mob .img7 .tooltip {
    left: 8px !important;
    top: 20px;
    width: 306px;
    height: auto;
}

@media (max-width: 991px) {
    .interactive_image {display: none;}
    .interactive_image-mob {display: block;}
    .interactive_image > div {
        width: auto;
    }
}
@media (max-width: 767px) {
    .title_page_mobile {
        display: block;
    }
}

/* -------------------------------------------------- */
/* Sections */

.holder-g, .holder-t {
    vertical-align: top;
    display: inline-block;
    margin-left: 4px;
}

.section_data .triangle {
    position: relative;
    min-height: 30px;
    display: block;
}
.section_data .col-xs-12 .btn-white {
    border-color: #bcc2ca;
    border-radius: 3px;
    box-shadow: none;
    transition: none;
    padding: 4px 0 4px 0;
}
.section_data .triangle:after {
    position: absolute;
    top: 5px;
    left: 45%;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #666;
}
.section_data .btn.random .triangle:after {
    position: absolute;
    top: 6px;
    left: 33%;
    content: '';
    background-image: url(../images/icon-random.png);
    border: none;
    width: 30px;
    height: 16px;
}
.section_data div {
    position: relative;
}
.section_data .info-pdd {
    background-color: #fff;
    border-radius: 3px;
    padding: 7px 15px 7px 15px;
    margin-bottom: 6px;
    font-size: 16px;
    margin-right: 200px;
}
.section_data .info-pdd.my-questions:hover {
    cursor: default;
}
.section_data .info-pdd.my-questions .readiness {
    opacity: 1 !important;
}
.section_data.work-on-bugs .info-pdd {
    margin-right: 100px;
}
.section_data.work-on-bugs .btn {
    right: 15px;
}
.section_data .info-pdd > .readiness {
    position: absolute;
    top: 7px;
    right: 15px;
    opacity: 1;
    transition: opacity .3s ease-out;
}
.section_data .info-pdd.opened > .readiness,
.section_data .info-pdd.opened .readiness_background {
    opacity: 0;
}
.section_data .info-pdd .readiness_background {
    background-color: #eff0f3;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    opacity: 1;
    transition: opacity .3s ease-out;
}
.section_data .col-xs-12 .btn {
    width: 80px;
    position: absolute;
    top: 0;
    right: 115px;
}
.section_data.work-on-bugs .col-xs-12 .btn {
    top: 0;
    right: 15px;
}
.section_data .btn span {
    position: relative;
    min-height: 30px;
    display: block;
}
.section_data .btn span.add {
    font-size: 34px;
    line-height: 27px;
    color: #666666;
}
.section_data .btn.random {
    right: 15px;
}
.section_data .description {
    display: none;
}
.section_data > .disabled {
    pointer-events: all;
}
.section_data > .disabled > * {
    pointer-events: none;
}
.section_data > .disabled:hover .description {
    display: block;
    font-size: 14px;
    line-height: 16px;
    background-color: #fffdf6;
    box-shadow: 0 1px 1px #888;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 7px 9px;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 30px;
    z-index: 2;
    color: #333;
    text-align: center;
}
.section_data .disabled .btn,
.section_data .btn[disabled] {
    pointer-events: none;
    opacity: 0.8;
}
.section_data .disabled .btn .triangle:after,
.section_data .btn[disabled] .triangle:after {
    border-left: 10px solid #d2d2d2;
}
.section_data .disabled .btn.random .triangle:after {
    border: 0;
}
.section_data .disabled .info-pdd > .readiness,
.section_data .disabled .info-pdd > .readiness_background {
    display: none;
}
.section_data .info-pdd .info-text:after {
    content: none;
}
.section_data .info-pdd .section_name_label {
    display: inline-block;
    text-align: right;
}
.section_data .info-pdd .section_name_label span {
    font-weight: 600;
    font-size: 14px;
}
.section_data .info-pdd .section_name_label + span{
    display: inline-block;
}
.section_data .info-pdd .comment_question > div {
    line-height: 22px;
    padding: 10px 0 6px 0;
    font-size: 14px;
}
.section_data .info-pdd .comment_question > div > div{
    margin: 10px 0;
}
.section_data .info-pdd .help-text {
    position: relative;
    top: 2px;
    margin: 0px -7px 0;
}
.section_data .info-pdd .help-text .icon {
    border-color: #35ae2c;
}
.section_data .info-pdd .help-text .icon span {
    top: -5px;
    left: 3px;
    font-size: 10px;
    font-weight: 600;
    color: #35ae2c;
}
.section_data .info-pdd .help-text .description {
    text-align: center;
}
.section_data .menu-teacher li {
    width: 50%;
    vertical-align: middle;
}
.section_data .menu-teacher li.current-menu {
    background: #666;
}
.section_data .menu-teacher li.current-menu a {
    color: white;
}
.section_data .menu-teacher li.current-menu:hover,
.section_data .menu-teacher li.current-menu:hover a {
    cursor: default !important;
}
.section_data .menu-teacher li:hover {
    cursor: pointer;
}
.section_data .menu-teacher li a {
    background-color: unset !important;
}
.section_data .menu-teacher {
    width: 600px;
    margin: -5px auto 35px;
}
.section_data .menu-teacher li {
    line-height: 16px;
}
.section_data .menu-teacher li a {
    padding: 7px 7px 9px;
}
@media (max-width: 767px) {
    .section_data .info-pdd {
        margin-right: 70px;
    }
    .section_data .col-xs-12 .btn {
        width: 60px;
        position: absolute;
        top: 0;
        right: 15px;
    }
    .section_data .btn.random {
        display: none;
    }
    .section_data .info-pdd.opened + .btn + .btn.random {
        display: block;
        top: 44px;
    }
    .section_data .info-pdd.opened + .btn + .btn.random .triangle:after {
        left: 25%;
    }
    .section_data .info-pdd .help-text .description {
        left: -110px;
    }
    .section_data > .disabled:hover .description {
        width: 250px;
        margin-left: -125px;
    }
    .section_data.work-on-bugs .info-pdd {
        margin-right: 70px;
    }
}
@media (max-width: 992px) {
    .section_data .info-pdd .section_name_label {
        text-align: left;
        position: initial;
    }
}
@media (max-width: 600px) {
    .section_data .info-pdd {
        font-size: 13px;
        padding: 9px 15px 9px 15px;
        min-height: 40px;
    }
    .section_data .info-pdd .section_name_label {
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .section_data .info-pdd {
        margin-right: 199px;
    }
    .section_data .col-xs-12 .btn {
        right: 114px;
    }
}
.section_data .random-block {
    position: absolute;
    top: 0;
    right: 15px;
    width: 79px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.section_data .disabled .random-block {
    opacity: 0.3;
    border: 1px solid #5b5b5b;
}
.section_data .random-block .questions {
    position: absolute;
    width: 39px;
    height: 38px;
    border-right: 1px solid #cccccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.section_data .disabled .random-block .questions {
    border-right: 1px solid #5b5b5b;
}
.section_data .random-block .questions::after {
    content: '';
    position: absolute;
    border: none;
    background-image: url(../images/sections-icons.svg);
    background-size: 53px 37px;
    background-position: -6px 18px;
    height: 18px;
    width: 23px;
    top: 10px;
    left: 8px;
}
.section_data .random-block .questions.active::after {
    background-position: -6px 0;
}
.section_data .random-block .answers {
    position: absolute;
    right: 0;
    width: 38px;
    height: 38px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 0 8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.section_data .random-block .answers i {
    display: block;
    height: 2px;
    width: 22px;
    margin-bottom: 5px;
    background-color: #666666;
}
.section_data .random-block .answers::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/sections-icons.svg);
    background-size: 80px 70px;
    background-position: 23px -4px;
    height: 30px;
    width: 22px;
    top: 7px;
}
.section_data .random-block .answers i {
    display: none;
}
.section_data .random-block .answers.active i {
    display: none;
}
.section_data .random-block .answers.active::after {
    top: 4px;
    height: 32px;
    background-position: 23px -34px;
}
.section_data .random-block .questions:hover,
.section_data .random-block .answers:hover {
    cursor: pointer;
    background-color: #f4f4f4 !important;
}
.section_data .random-block .questions.active,
.section_data .random-block .answers.active {
    background-color: #eff0f3;
}
.section_data .random-block div.questions.no-hover,
.section_data .random-block div.answers.no-hover {
    background-color: #fff !important;
}
.section_data .random-block div.questions.active.no-hover,
.section_data .random-block div.answers.active.no-hover {
    background-color: #eeeeee !important;
}
@media (max-width: 767px) {
    .section_data .random-block {
        display: none;
        top: 47px;
        width: 60px;
        height: 30px;
        border: 0;
    }
    .section_data .random-block .questions,
    .section_data .random-block .answers {
        position: relative;
        border: 1px solid #cccccc;
        width: 59px !important;
        height: 34px;
    }
    .section_data .random-block .questions {
        width: 30px;
    }
    .section_data .random-block .questions::after {
        top: 7px;
        left: 18px !important;
    }
    .section_data .random-block .answers {
        margin-top: 9px;
        padding-top: 9px;
        padding-left: 18px;
    }
    .section_data .random-block .answers::after {
        top: 4px;
    }
    .section_data .random-block .answers.active::after {
        top: 1px;
    }
    .section_data .info-pdd.opened + .btn + .random-block {
        display: block;
    }
}
/* -------------------------------------------------- */
/* Twenty questions */
.education h4 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 2px;
}
.education .old-test-attention {
    color: red;
    text-align: center;
    margin: 0px 0 20px;
    padding: 0 15px;
}
.education.questionsBySection .old-test-attention {
    margin: 20px 0 20px;
}
.education .old-test-attention.single {
    margin-bottom: 5px;
}
.education .old-test-attention span {
    text-decoration: underline;
    cursor: pointer;
    padding-left: 0;
}
.section_data .old-test-attention {
    display: none;
    margin: -21px 0 32px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .education .old-test-attention {
        margin: 20px 0 -5px;
    }
    .education.questionsBySection .old-test-attention {
        margin: 15px 0 20px;
    }
    .education .old-test-attention.single {
        margin-bottom: -30px;
    }
    .title_points .old-test-attention {
        margin: -10px 0 25px;
    }
}
@media (max-width: 767px) {
    .education .old-test-attention {
        margin: 15px 0 10px;
    }
    .education.questionsBySection .old-test-attention,
    .education.workOnQuestions .old-test-attention {
        margin-top: 0;
    }
    .education .old-test-attention.single {
        margin-bottom: 0px;
    }
    .title_points .old-test-attention {
        margin-top: 0px !important;
        margin-bottom: 22px;
    }
}
.container.education.exam .comments-block,
.container.education.wob-emulation .comments-block,
.container.education.wob-emulation .question_buttons {
    display: none;
}
.container.education.wob-emulation .block_pagination {
    width: 100% !important;
}
.container.education.wob-emulation .title-mob .title_page {
    margin-top: 22px;
    margin-bottom: 0px;
}
.container.education.wob-emulation .title-mob .title_page .help-text {
    margin-top: -16px;
}
.container.education.wob-emulation .title-mob .title_page .help-text .description {
    font-weight: 400;
    text-transform: none;
    margin-top: 6px;
}
.question_time > span {
    white-space: nowrap;
}
.times {
    font-size: 24px;
    display: inline-block;
}
@media (min-width: 768px) {
    .col-sm-4.question_buttons a {
        display: none;
    }
    noindex .question_buttons {
        position: absolute;
        right: 34px;
        margin-top: 64px;
        z-index: 1;
    }
    .education .block_pagination {
        width: calc(100% - 210px);
        margin-top: 12px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .education .block_pagination {
        width: calc(100% - 170px);
        margin-top: 12px;
    }
}
@media (min-width: 768px) and (max-width: 1099px) {
    .question_time > .times,
    .test_time > .times {
        display: block;
    }
    noindex .question_buttons {
        margin-top: 84px;
    }
}
@media (max-width: 767px) {
    .col-sm-4.question_buttons a {
        display: inline-block;
    }
    noindex .question_buttons {
        display: none;
    }
}
.button_pause.button_pause, .button_reset.button_pause {
    margin: 0 1em 0 0;
}
.button_pause, .button_reset {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #a6a6a6;
    background-color: #f4f7fa;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 1em;
    overflow: hidden;
}
.button_pause.paused i {
    display: none;
}
.button_pause.paused:before {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    content: "";
    top: 9px;
    left: 16px;
    border: 10px solid transparent;
    border-left: 10px solid #667;
}
.button_reset.button_pause:before {
    width: 39px;
    height: 39px;
    top: 0;
    left: 0;
    background-position: 0 -61px;
}
.button_reset:before {
    position: absolute;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/test-repeat-icon.svg) 0 0 no-repeat;
    background-size: 32px 32.5px;
    top: 3px;
    left: 2px;
}
.twenty_page .text-center .button_pause:before {
    transition: all 0.15s ease;
}
.button_pause i {
    position: absolute;
    width: 4px;
    height: 20px;
    top: 9px;
    left: 13px;
    background-color: #a6a6a6;
}
.button_pause i:nth-child(2) {
    left: 22px;
}

.button_pause, .button_reset {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #a6a6a6;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
}
.button_pause:hover, .button_reset:hover {
    border: 1px solid #828282;
    background-color: #f7f7f7;
}
.pagination{
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    height: 36px;
    width: auto;
    padding-top: 1px;
    /*transition: all 0.4s ease;*/
}
.pagination > li.current {
    z-index: 0;
    border: 2px solid #333 !important;
    background-color: #fff;
    padding: 5px 0 5px 0;
    pointer-events: none;
}
.pagination > li.right {
    background-color: #6cdb9b;
    color: #fff;
    border: 1px solid #6cdb9b;
}
.pagination > li.right:hover {
    border-color: #333;
    background-color: #6cdb9b;
}
.pagination > li.wrong {
    background-color: #e4615d;
    color: #fff;
    border: 1px solid #e4615d;
}
.pagination > li.wrong:hover {
    border-color: #333;
    background-color: #e4615d;
}
.pagination > li.processing {
    background-color: #ddd;
    color: #000;
    border: 1px solid #ddd;
}
.pagination > li.processing:hover {
    border-color: #333;
    background-color: #ddd;
}
.pagination > li.nonpressed {
    opacity: 0.3;
}
.pagination > li:hover, .scroll_to_left:hover, .scroll_to_right:hover, .toEnd:hover, .toStart:hover {
    cursor: pointer;
    background: #fff;
}
.pagination > li, .scroll_to_left, .scroll_to_right, .toStart, .toEnd {
    position: relative;
    text-decoration: none;
    background-color: #f3f7fa;
    border: 1px solid #b9c1cc;
    border-radius: 10px;
    display: inline-block;
    float: left;
    color: #333;
    margin: 0 6px;
    padding: 6px 0 6px 0;
    width: 52px;
    text-align: center;
}
.pagination > li.addQuestion {
    background-color: #5db85c;
    color: white;
}
.text_question h1, .text_question h2 {
    font-size: 18px;
    text-align: left;
    text-transform: none;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 25px;
    word-wrap: break-word;
}
@media (min-width: 992px) {
    .text_question h1, .text_question h2 {
        font-size: 22px;
        margin-bottom: 26px;
    }
}
.answers {
    padding: 0;
    margin-bottom: 50px;
}
.answers.blocked {
    pointer-events: none;
}
@media (min-width: 768px) {
    .answers {
        min-height: 75px;
    }
}
@media (min-width: 992px) {
    .answers {
        min-height: 140px;
    }
}
.answers li {
    position: relative;
    margin-bottom: 15px;
    list-style: none;
    background: #fff;
    border: 1px solid #bec1cc;
    border-radius: 10px;
    word-wrap: break-word;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.answers li:hover {
    background-color: #f4f7fa;
}
.answers li label {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
}
@media (min-width: 992px) {
    .answers li label {
        font-size: 16px;
    }
}
.question-img {
    margin-bottom: 50px;
}
.question-img.youtube,
.question-img.video {
    padding-left: 15px;
    padding-right: 15px;
}
.question-img.youtube .back,
.question-img.video .back {
    height: 100%;
    width: 100%;
}
.question-img.youtube .back::before,
.question-img.video .back::before {
     float: left;
     padding-top: 56.25%;
     content: "";
 }
.question-img.youtube .back::after,
.question-img.video .back::after {
     display: block;
     content: "";
     clear: both;
 }
.question-img.youtube iframe,
.question-img.video video {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1000;
}
.question-img.youtube iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: calc(100% - 30px);
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.question-img.video video {
    width: calc(100% - 30px);
    border-radius: 10px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.question-img.youtube iframe:hover {
    width: calc(150% - 45px);
    height: 150%;
}
.question-img.video video:hover {
    width: 150%;
}
.question-img img {
    width: 95%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    position: absolute;
    right: 15px;
    z-index: 10;
}
.question-img img.no-transition {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition:  unset;
    transition: unset;
}
.question-img img.no_image {
    float: right;
    right: 15px;
}
.question-img .image_set.hover:not(.no-transition) {
    width: 150% !important;
}
.my_questions .buttons .change-question,
.my_questions .buttons .delete-question {
    border: 0;
    background-color: #588eca;
    color: white;
    font-size: 13px;
    padding: 5px 15px 7px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.my_questions .buttons .change-question:hover {
    background-color: #497cb5;
}
.my_questions .buttons .delete-question {
    background-color: #cc564a;
}
.my_questions .buttons .delete-question:hover {
    background-color: #b3473c;
}
.my_questions .languages div {
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 4px 10px 5px;
    margin-right: 15px;
    font-size: 13px;
}
.my_questions .languages div:hover {
    cursor: pointer;
}
.my_questions .languages div:first-child:hover {
    cursor: default;
}
@media (max-width: 991px) {
    .my_questions .social_block .like_block {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .my_questions .buttons {
        text-align: center;
    }
    .my_questions .languages {
        text-align: center;
    }
}
#myQuestionsDel .buttons {
    text-align: center;
}
#myQuestionsDel .buttons button {
    display: inline-block;
    width: 135px;
    margin: 5px 0 20px;
}
#myQuestionsDel .buttons button:first-child {
    margin-right: 30px;
}
@media (max-width: 400px) {
    #myQuestionsDel .buttons button {
        display: block;
        margin: 25px auto 20px !important;
    }
}
.twenty_page .info-pdd {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    clear: both;
    padding: 10px 15px 1px 15px;
    margin: 10px 0 10px 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
@media (max-width: 767px) {
    .twenty_page .info-pdd {
        margin: 20px 0 10px 0;
    }
}
.social_block {
    margin-top: 15px;
}
.social_block .like_block {
    text-align: center;
}
.social_block .author {
    display: none;
    font-size: 12px;
    position: absolute;
    margin-top: 14px;
    color: #a0a0a0;
}
.social_block .like_block > div {
    display: inline-block;
    /*margin-top: 25px;*/
}
.social_block .like_block > div > div:nth-child(1) {
    float: left;
    text-align: right;
    color: #a0a0a0;
    /*width: 250px;*/
}
.social_block .like_block > div > div:nth-child(2) {
    float: left;
    position: relative;
    top: 5px;
    padding-left: 25px;
}
.social_block .like_block > div > div:nth-child(3) {
    float: left;
    margin-bottom: 20px;
    padding-top: 10px;
    width: 250px;
    text-align: left;
}
.social_block .like_block > div:first-child {
    display: inline-block;
    width: auto;
    position: relative;
    top: 0px;
}
.social_block .like_description {
    display: block;
}
.social_block .like_description_user {
    display: block;
    padding-top: 12px;
}

.comment .copy-link {
    position: relative;
    top: 4px;
    width: 16px;
    height: 17px;
    background-image: url(../images/copy-chain.png);
    opacity: 0.2;
    margin-left: -3px;
    display: inline-block;
    margin-right: 8px;
}
.comment .copy-link:hover {
    opacity: 0.4;
}

.like, .dislike {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 8px 0 6px 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 13px;
    font-weight: 600;
    background-color: #f4f7fa;
    border: 1px solid #bcc2ca;
    border-radius: 8px;
    min-width: 82px;
}
.like {
    margin-right: 7px;
}
.like:before, .dislike:before {
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    top: 4px;
    left: 8px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0px;
}
.dislike:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pressed {
    /*color: #fff;*/
    /*background-color: #bcc1cc;*/
}
.nonpressed {
    color: #333;
}
.pressed:before {
    background-image: url(../images/like-pressed-icon.svg);
}
.nonpressed:before {
    background-image: url(../images/like-icon.svg);
}

.like_for_registered {
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #888;
}
.twenty_page a {
    text-decoration: underline;
}

#google-image-gads {
    width: 336px;
    height: 280px;
    position: absolute;
    display: none;
    right: 65px;
    z-index: 1;
}
#google-image-gads.show {
    display: block;
}
.question-img-no_image {
    height: 274px;
    text-align: right;
    position: relative;
}
.question-img-no_image::after {
    border-radius: 7px;
    border: 1px solid #888888;
    content: '';
    display: block;
    width: 460px;
    height: 302px;
    position: absolute;
    top: 0;
    left: 9px;
}
.no_image_text {
    width: 76px !important;
    padding: 19px 0 10px 0;
    text-align: center;
    line-height: 60px;
    margin-top: 41px;
    opacity: 1;
    margin-left: 27px;
    font-size: 17px;
    font-weight: 600;
    color: #cbcbcb;
}
.image_blocked {
    text-align: center;
    border: 1px solid #888888;
    border-radius: 5px;
    padding: 17px 15px;
    margin-right: 20px;
}
.tab-content {
    transition: all 0.4s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .social_block .like_block > div {
        position: relative;
        left: -70px;
    }
}
@media (max-width: 1199px) {
    .question-img-no_image {
        height: 331px;
    }
    .question-img-no_image::after {
        width: 370px;
        height: 332px;
    }
    .no_image_text {
        width: 335px !important;
        padding: 19px 0 10px 0;
        text-align: center;
        opacity: 1;
        margin-left: 27px;
        position: absolute;
        bottom: 0;
        line-height: unset;
        margin-top: 0px;
    }
}
@media (max-width: 991px) {
    .question-img-no_image {
        height: 301px;
    }
    .question-img-no_image::after {
        width: 321px;
        height: 302px;
        left: 1px;
    }
    .no_image_text {
        width: 268px !important;
    }
    .social_block .like_block {
        text-align: right;
    }
    .like_block > div > div:nth-child(2) {
        float: none;
        padding-left: 23px !important;
        margin-bottom: 0px;
    }
}
@media (min-width: 768px) and (max-width: 1099px) {
    .education .social_block .like_block {
        text-align: right;
    }
    .education .like_block > div > div:nth-child(2) {
        padding-left: 23px !important;
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .image_blocked {
        margin-right: 0px;
    }
    #google-image-gads {
        display: none;
    }
    .question-img-no_image {
        height: unset;
    }
    .question-img-no_image::after {
        content: none;
    }
    .no_image {
        height: unset;
        display: block;
    }
    .no_image_text {
        display: none;
    }
    .education  h4 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .question-img {
        margin-bottom: 0px;
        height: auto !important;
    }
    .question-img img.no_image,
    .question-img img {
        width: 100%;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        position: static;
        right: 0;
        z-index: 10;
        /*margin-bottom: 25px;*/
    }
    .question-img .image_set:hover {
        /*width: 100% !important;*/
    }
    .answers {
        padding: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .answers li:hover {
        background: white;
    }
    .social_block .author {
        position: static;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 10px;
    }
    .social_block .like_block {
        text-align: center;
    }
    .like_block > div > div:nth-child(1) {
        float: none;
        text-align: center;
        margin-bottom: 0px;
    }
    .like_block > div > div:nth-child(2) {
        float: none;
        padding-left: 23px !important;
        margin-bottom: 0px;
    }
    .like_block > div > div:nth-child(3) {
        float: none;
        margin-bottom: 20px;
        padding-top: 10px;
        text-align: center;
    }
    .like_for_registered {
        width: 120px;
    }
}


/* -------------------------------------------------- */
/* Work on bugs */

.education .info-pdd .info-text {
    position: relative;
    padding-right: 45px;
    display: block;
}
.section_data.work-on-bugs .info-pdd .info-text {
    display: block;
    width: 100%;
}
.section_data.work-on-bugs .info-pdd .info-text:after {
    position: absolute;
    top: 4px;
    /*     right: 0px; */
    width: 15px;
    height: 15px;
    content: '';
    border-radius: 50%;
    border: 1px solid #ccc;
    transform: none;
}
.section_data.work-on-bugs .info-pdd .info-text.open:after {
    right: 0;
    transform: none;
}
.section_data.work-on-bugs .info-pdd.bad_point .info-text:after {
    background: #e4615d;
    border-color: #e4615d;
}
.section_data.work-on-bugs .info-pdd.good_point .info-text:after {
    background: #fff200;
    border-color: #fff200;
}
.section_data.work-on-bugs .info-pdd.excellent_point .info-text:after {
    background: #a6d8a1;
    border-color: #a6d8a1;
}
.title_points span {
    position: relative;
    padding-left: 20px;
}
.title_points span:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    border-radius: 50%;
}
.title_points div:nth-child(2) {
    text-align: center;
}
.title_points span.bad_point,
.title_points span.good_point {
    display: inline-block;
}
.title_points span.bad_point:before {
    background-color: #e4615d;
}
.title_points span.good_point:before {
    background-color: #fff200;
}
.title_points span.excellent_point:before {
    background-color: #a6d8a1;
}
.btn-white[disabled="disabled"]:hover {
    background-color: inherit !important;
    border-color: #ccc !important;
}

@media (max-width: 600px) {
    .section_data.work-on-bugs .info-pdd .info-text:after {
        top: 2px;
    }
}

@media (max-width: 767px) {
    .title_points .pull-right {float: none !important;}
    .title_points > .col-sm-4 > span {display: block; width: 275px;text-align: left; margin: 0 auto 9px auto;}
    .title_points + br {display: none;}
}

@media (max-width: 991px) {
    .education .menu_top .current-menu {padding: 10px 15px 10px 15px;}
    .education .menu_top li:last-child a,
    .education .menu_top li:first-child a
    {padding-top: 26px !important;margin-top: -20px;top: 8px;height: 70px;}
    html[lang="ru-UA"] .education .menu_top li:first-child a{top: 0px;}
    .title_points div:nth-child(2) {text-align: left;}
    .title_points span.good_point {display: block;}
    .education .menu a {padding: 8px 15px 10px 15px !important;}
}
#test_done{
    /*font-size: 18px;*/
}
#test_done .center{
    margin-bottom:30px;
}
#test_done img{
    max-width: 50%;
    width: 80px;
    margin: auto;
}
#test_done .send {
    margin-top: 0px;
    margin-bottom: 15px;
}
#errors_count{
    color: #e4615d;
}
.education_popup > div, .exam_success > div{
    display: block;
}
#exam_success img{
    max-width:50%;
    width:200px;
    margin:auto;
}
#test_done #badConnection {
    margin: -15px 0 20px;
}
@media (max-width: 767px) {
    #test_done #badConnection {
        margin: 0 0 20px;
    }
}
@media (min-width: 768px) {
    .question-img {
        padding: 0;
    }
}
.image_set, .image_preset {
    border: 1px solid #bec1cc;
    float: right;
}
@media (max-width: 767px) {
    .question-img img {
        position: relative;
    }
    #exam_complete img,
    #test_done img {
        width: 70px;
        margin-top: -20px;
    }
    #exam_complete img {
        margin-bottom: 0px;
    }
    #exam_complete h2,
    #test_done h2 {
        margin-top: 15px;
    }
    #exam_complete h3,
    #test_done h3 {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 19px;
    }
    #exam_complete .statistics,
    #test_done .statistics {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #exam_complete .statistics .statistics-errors,
    #test_done .statistics .statistics-errors {
        margin-bottom: 4px;
    }
    #exam_complete .activation,
    #test_done .activation {
        margin-bottom: 20px;
    }
}

img.image_preset{
    position: relative;
}

.scroll_to_left, .scroll_to_right, .toEnd, .toStart {
    margin-top: 21px;
}

.scroll_to_left, .toStart {
    float:left;
}

.pagination-question {
    width: calc(100% - 263px);
    float: left;
    max-width: fit-content;
}

.toEnd, .scroll_to_right {
    float: right;
}

@media (max-width: 767px) {
    .pagination-question { width: 100% !important;float: none; }
    .arrow-hidden { display: none; }
    .education .question_buttons {
        position: fixed;
        background-color: white;
        top: 8px;
        left: 60%;
        margin-left: -57px;
        padding: 0;
        z-index: 1036;
    }
    .education .test_time {
        position: fixed;
        right: 60px;
        top: 12px;
        z-index: 1035;
        background-color: white;
        width: 180px;
    }
}

@media (max-width: 600px) {
    .pagination-question {
        width: 100%;
        float: none;
    }
    .education .question_buttons {
        left: 45%;
    }
}
@media (max-width: 430px) {
    .button_reset {
        margin-left: 0;
    }
}
@media (max-width: 410px) {
    .education .question_buttons {
        left: unset;
        right: 152px;
    }
    .education .test_time {
        position: fixed;
        right: 51px;
        top: 12px;
        z-index: 1035;
        background-color: white;
        width: 170px;
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 365px) {
    .button_pause.button_pause,
    .button_reset.button_pause {
        margin: 0 4px 0 0;
    }
    .education .question_buttons {
        left: unset;
        right: 132px;
    }
}

/* Scrollbar */
.hsscrollbar .hshandle .hsmousearea {
    left: 0;
    width: 100%;
    height: 20px;
}

.hsscrollbar .hshandle {
    width: 100px;
    height: 100%;
    background: #83899a;
    cursor: pointer;
}

.hsscrollbar {
    margin: 10px 6px -15px 6px;
    height: 2px;
    background: #d2d7e2;
    line-height: 0;
    padding-left: 0;
    padding-right: 0;
}
.no_image {
    border: 1px solid #bfc1cb;
}

/* -------------------------------------------------- */
/*SHARE BUTTONS*/
.holder-btn-socials{
    margin-top: -33px;
    margin-bottom: 40px;
    float: right;
    color: #a0a0a0;
    position: relative;
    z-index: 1;
}
.holder-btn-socials.center {
    float: none;
    position: static;
    margin: 8px auto 0;
    height: 46px;
    width: 108px;
}
.holder-btn-socials.center button {
    display: inline-block;
    margin-top: 0 !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
}
.holder-btn-socials.center button:last-child {
    margin-right: 0px !important;
}
.holder-btn-socials span{
    margin-right: 0px;
    float: left;
    margin-top: 3px;
}
.fbShare, .twitterShare, .tgShare,
#fbShare, #twitterShare, #tgShare {
    background: url(../images/soc-icons.svg) no-repeat;
    background-size: 98px;
    border: 0;
    float: left;
    margin-left: 7px;
    border-radius: 2px;
    width: 29px;
    height: 28px;
    background-color: #c2c5cf;
}
.fbShare,
#fbShare {
    background-position: 0px 0px;
}
.twitterShare,
#twitterShare {
    background-position: -34.5px 0px;
}
.tgShare,
#tgShare {
    background-position: -68.5px 0px;
}
.fbShare:hover,
#fbShare:hover {
    background-position: 0px -33px;
    background-color: #41528d;
}
.twitterShare:hover,
#twitterShare:hover {
    background-position: -34.5px -33px;
    background-color: #000000;
}
.tgShare:hover,
#tgShare:hover {
    background-position: -68.5px -33px;
    background-color: #67a2db;
}
@media (max-width: 991px) {
    .holder-btn-socials {
        margin-bottom: 10px;
        float: left;
        color: #a0a0a0;
        position: relative;
        z-index: 1;
    }
    .social_block {
        margin-bottom: 58px;
    }
}
@media (min-width: 900px) and (max-width: 1099px) {
    .education .holder-btn-socials {
        margin-bottom: 10px;
        float: left;
        color: #a0a0a0;
        position: relative;
        z-index: 1;
    }
    .education .social_block {
        margin-bottom: 58px;
    }
}
@media (max-width: 899px) {
    .holder-btn-socials {
        float: none;
        width: 260px;
        text-align: center;
        margin: 20px auto 50px;
    }
    .holder-btn-socials span {
        float: none;
        display: block;
        width: 267px;
        margin-bottom: 5px;
    }
    #fbShare {
        margin-left: 82px;
    }
    .education .gads {
        margin-bottom: 0 !important;
    }
    .social_block {
        margin-bottom: 5px;
    }
}

.pause_content {
    border: 1px solid #dadada;
    border-radius: 10px;
    height: 568px;
    padding: 155px 0 248px;
    display: none;
    transition: all 0.4s ease;
    opacity: 0;
    margin-top: 20px;
    margin-bottom: 50px;
}
.pause_content .font_h1 {
    font-size: 36px;
    display: block;
}
.pause_content .font_h2 {
    display: block;
    font-size: 18px;
    margin: 25px 0 20px;
}

.inline_loading{
    margin: 0 !important;
    height: 20px !important;
    width: 20px !important;
}
#got_rewards{
    display: none;
}

img.image-loading-layer{
    width: 98px;
    left: 50%;
    margin-left: -49px;
}

img.image-loading-opacity{
    opacity: 0;
    position: absolute;
}

@media (max-width: 767px) {
    .pause_content {
        float: none;
    }
}

@media (min-width: 526px) {
    .button_reset_close {
        margin-left: 10px;
        margin-top: 0px;
    }
}

@media (max-width: 515px) {
    .button_reset_close {
        margin-top: 15px;
        margin-left: 0px;
    }
    .start_test {
        width: 278px;
    }
}

/* Comments block */

.comments-block {
    /*margin-bottom: 35px;*/
}
.comments-block .comment-length {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 28px;
}
.comments-block ol,
.comments-block ul {
    padding-left: 40px;
}
.comments-block ul,
.comments-block li {
    list-style: inherit;
}
.comments-block ol {
    list-style: decimal;
}
.comments-block .comments {
    min-height: 85px;
}
.comments-block .photo {
    width: 40px;
    max-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
}
.comments-block .photo img {
    width: 100%;
}
.comments-block .comment[data-user="0"] > .photo a {
    pointer-events: none;
}
.comments-block .new-comment {
    margin-bottom: 34px;
}
.comments-block .new-comment input {
    height: 43px;
}
.comments-block .new-comment .textarea-block {
    position: relative;
    margin-left: 53px;
}
.comments-block .new-answer {
    position: relative;
    margin-top: 11px;
}
.comments-block .error-text,
.comments-block .new-answer .attention {
    font-size: 13px;
    color: red;
    margin: -5px 0 10px 0;
}
.comments-block .error-text {
    margin: 5px 0 7px 0;
}
.comments-block .error-text::before,
.comments-block .new-answer .attention::before {
    content: "!";
    position: relative;
    top: 3px;
    padding-right: 5px;
    font-size: 22px;
    line-height: 0;
}
.comments-block pddlink pddhref {
    display: none;
}
.comments-block pddlink pddtext {
    color: #12C;
}
.comments-block pddlink pddtext:hover {
    cursor: pointer;
    color: gray;
}
.comments-block .CodeMirror {
    min-height: 20px;
    height: 40px;
    padding-top: 4px;
    border: 1px solid #cfcfcf;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 40px;
}
.comments-block .CodeMirror-scroll {
    min-height: 20px;
    height: 40px;
}
.comments-block .editor-toolbar {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: -48px;
    border-top: 0;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    opacity: 0.7 !important;
    display: none;
}
.comments-block .CodeMirror-placeholder {
    color: #bdbdbd !important;
}
.comments-block .editor-toolbar i:last-of-type,
.comments-block .editor-toolbar i:nth-last-of-type(2),
.comments-block .editor-toolbar .fa-arrows-alt,
.comments-block .editor-toolbar .fa-link,
.comments-block .editor-toolbar .fa-picture-o,
.comments-block .editor-toolbar .fa-columns,
.comments-block .editor-toolbar .fa-columns,
.comments-block .editor-toolbar .fa-header,
.comments-block .editor-toolbar .fa-quote-left,
.comments-block .editor-toolbar .fa-question-circle,
.comments-block .editor-statusbar {
    display: none;
}
.comments-block textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    resize: none;
    padding: 8px 15px;
}
textarea::-webkit-input-placeholder {
    color: #cecece;
}
textarea:-moz-placeholder { /* Firefox 18- */
    color: #cecece;
}
textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #cecece;
}
textarea:-ms-input-placeholder {
    color: #cecece;
}
.comments-block .buttons {
    margin-top: 7px;
    margin-bottom: 30px;
    width: 100%;
    padding-right: 60px;
    display: none;
}
.comments-block .buttons .send {
    background-color: #f7f7f7;
    border: 0;
    padding: 14px;
    width: 100%;
    font-size: 14px;
}
.comments-block .buttons .close {
    position: absolute;
    background-color: #f7f7f7;
    padding: 9px 15px;
    opacity: 1;
    right: 0;
}
.comments-block .buttons button {
    color: #989898;
}
.comments-block .buttons button:hover {
    color: #333;
}
.comments-block .comment {
    padding-left: 55px;
    position: relative;
    margin-bottom: 30px;
}
.comments-block .comment-wrapper {
    position: relative;
}
.comments-block .comment > .text {
    background-color: white;
    position: relative;
    width: fit-content;
    -webkit-transition: background-color 1.7s ease-out;
    -moz-transition: background-color 1.7s ease-out;
    -ms-transition: background-color 1.7s ease-out;
    -o-transition: background-color 1.7s ease-out;
    transition: background-color 1.7s ease-out;
}
.comments-block .comment.anchor > .text {
    background-color: rgba(255, 255, 111, 0.84);
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.comments-block .comment > .photo {
    left: 0;
}
.comments-block .comment > .name {
    display: inline;
    font-size: 13px;
    color: #a7a7a7;
    word-wrap: break-word;
}
.comments-block .comment > span {
    margin: 0 5px;
    font-size: 13px;
    color: #a7a7a7;
}
.comments-block .comment > .date {
    display: inline;
    font-size: 13px;
    color: #a7a7a7;
}
.comments-block .comment > .text {
    margin: 7px 0 8px;
    word-wrap: break-word;
}
.comments-block .comment > .text li * {
    display: inline;
}
.comments-block .comment-wrapper .rating,
.comments-block .comment > .rating {
    position: relative;
    top: -1px;
    display: inline-block;
    background-color: #f4f5f7;
    padding-top: 4px;
    text-align: center;
    border-radius: 20px;
    margin: -2px 10px 0 0px;
    width: 24px;
    height: 24px;
    font-size: 11px;
    font-weight: 400;
}
.comments-block .comment-wrapper > .rating.green,
.comments-block .comment > .rating.green {
    background-color: #3caa32;
    color: #fff;
}
.comments-block .comment-wrapper > .rating.red,
.comments-block .comment > .rating.red {
    background-color: red;
    color: #fff;
}
.comments-block .comment > button {
    background-color: white;
    border: 0;
    padding: 0;
    margin-right: 25px;
    font-size: 13px;
    color: #a7a7a7;
}
.comments-block .comment > button.like,
.comments-block .comment > button.dislike {
    min-width: auto;
    margin-right: 43px;
    font-weight: 400;
}
.comments-block .comment > button.dislike {
    margin-right: 29px;
    padding-left: 32px;
}
.comments-block .comment > button.like::before,
.comments-block .comment > button.dislike::before {
    left: auto;
    right: -33px;
}
.comments-block .comment > button.dislike::before {
    left: 0;
    right: auto;
}
.comments-block .comment > button.answer {
    color: #35ae2c;
}
@media (max-width: 549px) {
    .comments-block .comment > button.answer {
        display: block;
        margin-bottom: 10px;
    }
    .comments-block .comment > button.complain {
        margin-top: 5px;
    }
    .comments-block .comment > button.complain.delete {
        float: none !important;
    }
}
.comments-block .comment > button.show-more {
    display: block;
    position: relative;
    background-color: #f1f1f1;
    padding: 3px 25px 5px 10px;
    color: #5f5f5f;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 5px;
}
.comments-block .comment > .comment + button.show-more {
    margin-top: -18px;
}
.comments-block .comment > button.show-more:hover {
    background-color: #eaeaea;
}
.comments-block .comment > button.show-more::after {
    font: normal normal normal 16px/1 FontAwesome;
    content: '\f107';
    position: absolute;
    font-weight: 500;
    right: 9px;
    top: 4px;
}
.comments-block .comment > button.selected:not(.like):not(.dislike):before {
    opacity: 0.7 !important;
}
.comments-block .comment > button.disabled:before {
    opacity: 0.2 !important;
}
.comments-block .comment .comment {
    margin-top: 30px;
}
.comments-block .comment > button:hover {
    color: #333;
}
.comments-block .comment > button.like:before,
.comments-block .comment > button.dislike:before {
    width: 24px;
    height: 24px;
    background-image: url(../images/like-icon.svg);
}
.comments-block .comment > button.like.selected:before,
.comments-block .comment > button.dislike.selected:before,
.comments-block .comment > button.like:hover:before,
.comments-block .comment > button.dislike:hover:before {
    background-image: url(../images/like-pressed-icon.svg);
}
.comments-block .comment > button.like.selected:before,
.comments-block .comment > button.dislike.selected:before {
    opacity: 1 !important;
}
.comments-block .comment > button.like:hover:before,
.comments-block .comment > button.dislike:hover:before {
    opacity: 0.6;
}
.comments-block .comment > button.like:before {
    top: -3px;
}
.comments-block .comment > button.dislike:before {
    top: -3px;
}
.comments-block .comment > button.selected {
    color: #333;
    font-weight: 600;
}
.comments-block .comment > button.complain.selected {
    font-weight: 600;
}
.comments-block .comment > button.complain.delete {
    float: right;
    line-height: 24px;
}
.comments-block.blocked .white {
    background-image: url(../images/white.svg);
    background-size: 100% 100%;
    width: 100%;
    height: 70px;
    position: absolute;
    margin-top: -100px;
}
.safari .comments-block.blocked .white {
    background-image: linear-gradient(rgba(255,255,255, 0), white);
}
.comments-block.blocked .center {
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}
.comments-block.blocked .center2 {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.comments-block.blocked .center2 a {
    background-color: #3daa32;
    color: white;
    padding: 1px 8px 3px 7px;
    margin: 0 2px;
    display: inline-block;
    border-radius: 5px;
}
.comments-block.blocked .center2 a:hover {
    background-color: #349c2a !important;
    color: white !important;
}
.comments-block.blocked .center2 a:focus {
    background-color: #3daa32 !important;
    color: white !important;
}
.education .comments-block #pagination-slider .frame {
    margin-bottom: 0;
}
.comments-block .note-editable .detected img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -3px 0 0 0;
}
.comments-block .note-editable {
    min-height: 160px;
}
.comments-block .note-editable * {
    font-family: "Inter","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.comments-block .note-editable img[style*='float: left'] {
    margin-right: 15px;
}
.comments-block .note-editable img[style*='float: right'] {
    margin-left: 15px;
}
.comments-block .note-editable img.zoom::after {
    content: '<i class="fa fa-search-plus" aria-hidden="true"></i>';
}
.comments-block .note-editable a {
    color: #4174e0;
}
.comments-block .pddsigns,
.comments-block .pddmarkup,
.comments-block .pddparagraph {
    top: 0px;
    display: block;
    right: 0px;
}
.comments-block .pddparagraph {
    top: 1px;
}
.comments-block .note-toolbar .note-btn:not(.dropdown-toggle):not(.note-current-color-button) {
    background-color: unset;
    border: 0;
}
.comments-block .note-toolbar .note-btn.active {
    background-color: #909090 !important;
    color: white;
}
.comments-block .fa-youtube-play {
    font-size: 21px;
    line-height: 13px;
    position: relative;
    top: 2px;
}
.comments-block .comment .link,
.comments-block .note-editable .link {
    color: #1122CC;
}
.comments-block .comment iframe,
.comments-block .note-editable iframe {
    display: block;
    max-width: 100% !important;
    width: 640px !important;
    height: 360px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .comments-block .comment iframe,
    .comments-block .note-editable iframe {
        width: 480px !important;
        height: 270px !important;
    }
}
@media (max-width: 991px) {
    .comments-block .comment iframe,
    .comments-block .note-editable iframe {
        width: 280px !important;
        height: 160px !important;
    }
}
.comments-block .note-modal .modal-body > div {
    display: block;
}
.comments-block .note-modal label {
    color: #333;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
}
.comments-block .note-modal .checkbox label,
.comments-block .note-modal .radio label {
    font-weight: 400;
}
.comments-block .note-modal .sn-checkbox-open-in-new-window,
.comments-block .note-modal .sn-checkbox-use-protocol {
    display: none !important;
}
@media (min-width: 1200px) {
    .comments-block .comment .comment .comment .comment .comment .comment .comment .comment .comment {
        margin-left: -55px;
    }
}
@media (max-width: 1199px) {
    .paragraphs .comments-block .comment .comment {
        position: relative;
        margin-left: -35px;
    }
    .comments-block .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
        margin-left: -55px;
    }
}
@media (max-width: 991px) {
    .comments-block .comment .comment .comment .comment .comment .comment .comment {
        margin-left: -55px;
    }
}
@media (max-width: 767px) {
    .education .comments-block #pagination-slider {
        height: 33px;
    }
    .comments-block .comment .comment {
        position: relative;
        margin-left: -35px;
    }
    .comments-block .new-answer .attention {
        font-size: 12px;
    }
}
.CodeMirror-code span {
    display: inline-block;
}
.CodeMirror-line span:first-child::first-letter {
    text-transform: capitalize;
}
#google-gads{
    padding: 0;
    margin-top: 40px;
}
#google-gads-booking{
    padding: 0;
    margin-top: 40px;
    display: block;
    height: 90px;
}
@media (max-width: 767px) {
    #google-gads-booking{
        height: 280px;
    }
}
@media (max-width: 499px) {
    #google-gads-booking{
        height: 250px;
    }
}

#pdd_paragraph .modal-dialog {
    width: 700px;
    margin-bottom: 170px;
}
#pdd_paragraph .pdd-red {
    display: inline-block;
    color: #ec008c;
    padding-right: 5px;
    font-weight: 700;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
#pdd_paragraph .info-pdd {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
#pdd_paragraph .info-pdd > p > a {
    position: absolute;
    top: 10px;
    left: 50%;
}
#pdd_paragraph .info-pdd > p > a::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 23px;
    background-color: #cfcfcf;
    margin-left: -20px;
}
#pdd_paragraph .info-pdd .comment_question p {
    line-height: 20px;
}
#pdd_paragraph .img-pdd {
    text-align: center;
    margin-top: 15px;
    text-align: center;
}
#pdd_paragraph .img-pdd img {
    max-width: 100%;
    margin-bottom: 20px;
}
#pdd_paragraph .img-pdd div {
    display: inline-flex;
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 20px;
    vertical-align: middle;
}
#pdd_paragraph .img-pdd div span {
    position: absolute;
    width: 76px;
    left: 12px;
    bottom: 4px;
    background-color: #f3f4c4;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    color: black;
    line-height: 17px;
}
#pdd_paragraph a {
    text-decoration: underline;
}
#pdd_paragraph .paragraph > a.no-desc {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
#pdd_paragraph .paragraph:last-child > a.no-desc {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}
@media (max-width: 767px) {
    #pdd_paragraph .modal-dialog {
        width: 94%;
    }
}

@media (min-width: 992px) {
    .container.education.wob-emulation {
        padding-top: 40px;
    }
    .education.wob-emulation .title_page {
        margin-bottom: 20px;
    }
    .education.wob-emulation h4 {
        margin-top: -0px;
        margin-bottom: 5px;
    }
}

.education .tab-content .tab-pane {
    min-height: 400px;
}
.education:not(.lesson) #container-social,
.education:not(.lesson):not(.wob-emulation) .comments-block {
    display: none;
}
.container.education.favorites {
    min-height: 650px;
    position: relative;
    padding-left: 310px;
    margin-top: 33px;
    padding-top: 0px;
}
.container.education.favorites #menu-box {
    top: 0;
    margin-left: -280px;
}
.container.education.favorites .twenty_page {
    padding-top: 40px;
}
.container.education.favorites  .pagination-question {
    width: 73%;
}
@media (min-width: 768px) and (max-width: 1349px) {
    .container.education.favorites .twenty_page > .question_time,
    .container.education.favorites .twenty_page > .test_time {
        width: 45%;
    }
    .container.education.favorites .twenty_page > .question_buttons {
        width: 10%;
    }
    .container.education.favorites .twenty_page > .question_time > span:first-child,
    .container.education.favorites .twenty_page > .test_time > span:first-child {
        display: block;
    }
    .container.education.favorites noindex .question_buttons {
        margin-top: 84px;
    }
}
@media (max-width: 1199px) {
    .container.education.favorites  .pagination-question {
        width: 65%;
    }
    .social_block .like_block div {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .container.education.favorites {
        margin-top: 0;
        padding-left: 30px;
    }
    .container.education.favorites #menu-box {
        display: none;
    }
    .container.education.favorites .twenty_page {
        padding-top: 25px;
    }
    .container.education.favorites  .pagination-question {
        width: 68%;
    }
}
@media (min-width: 768px) {
    .container.education.favorites .holder-btn-socials {
        margin-bottom: 10px;
        float: left;
        color: #a0a0a0;
        position: relative;
        z-index: 1;
    }
    .container.education.favorites .social_block {
        margin-bottom: 50px;
    }
    .container.education.favorites .social_block .like_block {
        text-align: right;
    }
    .container.education.favorites .social_block .like_block > div > div {
        text-align: center;
    }
    .social_block .like_block > div {
        left: 0px;
    }
}
@media (max-width: 767px) {
    .container.education.favorites .twenty_page {
        padding-top: 0px;
    }
    .container.education.favorites  .pagination-question {
        width: 79%;
    }
}
@media (max-width: 600px) {
    .container.education.favorites .pagination-question {
        width: 100% !important;
    }
}

#myQuestionsAdd,
#bigPhoto {
    position: fixed;
}
#myQuestionsAdd .nav-tabs.lang {
    margin-bottom: 25px;
    margin-left: 215px;
}
#myQuestionsAdd .nav-tabs.lang .nav-item .nav-link {
    border: 0 !important;
    background-color: unset !important;
    padding: 0;
    margin-bottom: 10px;
}
#myQuestionsAdd .nav-tabs.lang .nav-item {
    width: 42px;
    font-size: 15px;
}
#myQuestionsAdd .nav-tabs.lang .nav-item .nav-link {
    color: #333 !important;
}
#myQuestionsAdd .nav-tabs.lang .nav-item.active .nav-link {
    display: inline-block;
    font-weight: 600;
}
#myQuestionsAdd .nav-tabs.lang .nav-item.active .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;;
    background-color: #69a846;
}
#myQuestionsAdd .nav-tabs.lang .nav-item .nav-link.active:hover {
    border: 0;
    color: #333 !important;
}
#myQuestionsAdd .nav-tabs.lang .nav-item .nav-link.error {
    color: red !important;
}
#myQuestionsAdd .buttons {
    margin-top: 15px;
    margin-bottom: 18px;
    text-align: center;
}
#myQuestionsAdd .btn-white {
    max-width: 220px;
    position: relative;
    margin-top: 20px;
}
@media (min-width: 992px) {
    #myQuestionsAdd .modal-dialog {
        width: 860px;
    }
}
@media (max-width: 991px) {
    #myQuestionsAdd .nav-tabs.lang {
        margin-left: 0px;
    }
    #myQuestionsAdd #send_question_form label, #myQuestionsAdd #send_question_form .big_label {
        width: 100%;
        text-align: left;
        display: table-row;
    }
    #myQuestionsAdd #send_question_form .big_label {
        display: block;
    }
    #myQuestionsAdd .send-question #send_question_form select {
        width: 100%;
    }
    #myQuestionsAdd #send_question_form .image_box_description input {
        margin-top: 10px;
    }
    #myQuestionsAdd #question_image .blockScrepka {
        position: absolute;
        left: 0px;
        top: 0;
        right: unset;
        margin-bottom: -30px;
    }
    #myQuestionsAdd #question_image #send_question_image {
        position: relative;
        top: -40px;
        left: 170px;
    }
    html[lang="uk-UA"] #myQuestionsAdd  #question_image #send_question_image {
        left: 160px;
    }
    #myQuestionsAdd #send_question_right_need {
        right: inherit;
        left: 0px;
    }
}

#modal_revert span:first-child,
#leaveTest span:first-child {
    font-size: 18px;
    margin: 13px 0 13px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
#modal_revert span:nth-child(2),
#leaveTest span:nth-child(2) {
    display: block;
    text-align: center;
}
#modal_revert span:nth-child(2) {
    margin-bottom: 15px;
}
#modal_revert .btn-no, #modal_revert .btn-yeah,
#leaveTest .btn-no, #leaveTest .btn-yeah {
    margin-top: 10px;
    margin-left: 34px;
    border: 1px solid #666;
    border-radius: 10px;
    padding: 0px 50px;
    background: #fff;
    box-shadow: 0 1px 1px #333;
    font-weight: 300;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
#leaveTest .btn-no, #leaveTest .btn-yeah {
    padding: 0px 20px;
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 15px;
}
#modal_revert .btn-no {
    margin-bottom: 25px;
}
#leaveTest .btn-yeah {
    margin-left: 40px;
}
#leaveTest button span {
    font-size: 15px !important;
    text-transform: none !important;
    min-width: 80px;
    padding: 0 !important;
}

.holder-btns {
    display: block !important;
}
#modal_revert .btn-no:hover, #modal_revert .btn-yeah:hover,
#leaveTest .btn-no:hover, #leaveTest .btn-yeah:hover {
    background: #dcdcdc;
}
@media screen and (max-width: 450px){
    #modal_revert .btn-no, #modal_revert .btn-yeah,
    #leaveTest .btn-no, #leaveTest .btn-yeah {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

#examTryCoursesPopup .close {
    position: relative;
    margin-top: -19px;
    left: 9px;
    top: 3px;
}
#examTryCoursesPopup .image {
    text-align: center;
}
#examTryCoursesPopup .image img {
    max-width: 100%;
}
#examTryCoursesPopup .buttons {
    margin-bottom: -20px;
}
#examTryCoursesPopup .buttons .start_test {
    padding: 10px 5px;
}
#examTryCoursesPopup .buttons .red {
    font-size: 14px;
    line-height: 18px;
}
@media screen and (max-width: 450px) {
    #examTryCoursesPopup .buttons .start_test {
        width: 250px;
    }
}

@media (min-width: 768px) {
    #inviteToTelegramPopup .modal-md {
        max-width: 380px;
    }
}
#inviteToTelegramPopup .image {
    margin-bottom: -5px;
}
#inviteToTelegramPopup .image img {
    max-width: 100%;
    margin-top: -15px;
}
#inviteToTelegramPopup p {
    margin-bottom: 15px;
}
#inviteToTelegramPopup .start_test {
    width: 100%;
    margin-top: 25px !important;
    margin-bottom: 25px;
}
#inviteToTelegramPopup input {
    margin-left: 0px;
    margin-top: 5px;
}
#inviteToTelegramPopup .checkbox {
    margin-bottom: 5px;
}
#inviteToTelegramPopup .checkbox label {
    font-size: 15px;
}

.express-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .express-subtitle {
        margin-bottom: 18px;
        margin-top: 25px;
        font-size: 16px;
        line-height: 20px;
    }
}

.slow-connection {
    color: red;
    margin: -14px 0 17px;
}
.slow-connection .help-text {
    margin: -7px 0 0 -2px;
}
@media (max-width: 767px) {
    .slow-connection {
        position: relative;
    }
    .slow-connection .help-text {
        position: static;
    }
    .slow-connection .help-text .icon {
        top: -2px;
        left: -5px;
    }
    .slow-connection .help-text .description {
        z-index: 1000;
        position: absolute;
        width: 260px !important;
        left: auto !important;
        top: 20px !important;
    }
}

#questionBlock,
#questionBlockLoading {
    display: none;
}
#questionBlock .show,
#questionBlockLoading .show {
    display: block;
}
#questionBlock .info-pdd {
    display: none;
}
@media (min-width: 1200px) {
    #questionBlock .two {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        margin: 10px 0;
    }
    #questionBlock .two .info-pdd {
        width: calc(50% - 12px);
        align-self: flex-start;
        margin: 0;
    }
}

#popupPdrExpressTestDone .two-buttons {
    margin: 30px 0 15px;
}
#popupPdrExpressTestDone .two-buttons button:first-child {
    width: 220px;
}
@media (min-width: 768px) {
    #popupPdrExpressTestDone .modal-dialog {
        width:500px;
    }
}
@media (max-width: 499px) {
    #popupPdrExpressTestDone .two-buttons {
        margin: 30px 0 15px;
    }
    #popupPdrExpressTestDone .two-buttons button {
        display:block;
        margin: 0 auto 20px!important
    }
    #popupPdrExpressTestDone .two-buttons button:last-child {
        margin-bottom: 0!important
    }
}