.label_content {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 15px;
    box-shadow: 0.454px 0.891px 0px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.23);
    height: 150px;
}

.label_content_image {
    width: 40px;
    margin-right: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #00000021;
    padding: 2px;
}

.label_content_image img {}

.podarok_block {
    bottom: -43px;
    top: unset;
    right: unset;
    left: -44px;
    position: absolute;
}

.bodarok_bg_wrap {
    height: 100%;
}

.count_question {
    color: #000;
    position: absolute;
    left: 0;
    width: 100%;
    top: 25px;
}

.label_content input[type="file"],
.label_content input[type="radio"],
.label_content input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

#quiz_tab_3 .questions_step .column_start {
    padding: 30px;
}

.questions_step::before {
    display: none !important;
}

.questions_step {
    background: #fff;
    color: #000;
}

#quiz_tab_1,
.questions_step {}

.questions_step .column_start {
    padding: 0px;
    padding-left: 15px !important;
    border-right: none !important;
}

.panel30 {
    padding: 30px 70px;
}

.quiz_question_heading {
    margin-bottom: 20px;
    text-shadow: 0.454px 0.891px 0px rgba(255, 255, 255, 1), 0px 0px 66.24px rgba(255, 255, 255, 1);
}

.start_q {
    left: 0px;
    position: relative;
}

.start_q:hover {
    left: 10px;
}

.t_sh {
    text-shadow: 0.454px 0.891px 0px rgba(255, 255, 255, 1), 0px 0px 66.24px rgba(255, 255, 255, 1);
}

.anwer_item {
    margin-bottom: 15px;
    border-radius: 10px;
}

.anwer_item .custom {
    margin: 0px;
}

.question_list {}

.checkbox.custom {}

.checkbox.custom label,
.radio.custom label {
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}

.checkbox.custom label input,
.radio.custom label input {
    opacity: 0;
    position: absolute;
}

.checkbox.custom label span,
.radio.custom label span {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(102 102 102);
    cursor: pointer;
    background-color: #ffffff;
    top: 3px;
    border-radius: 3px;
}

.radio.custom label span {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(102 102 102);
    cursor: pointer;
    background-color: #ffffff;
    top: 3px;
    border-radius: 50%;
}

.checkbox.custom label input:checked+span:before {
    content: "";
    width: 9px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid #217ab5;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
    margin-top: 0;
    box-sizing: content-box;
}

.radio.custom label input:checked+span:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    border-top: none;
    border-right: none;
    background: #207bb5;
    opacity: 1;
    margin-top: 0;
}

.question_progress_wrap {
    width: 100%;
    padding: 30px 15px;
}

.question_wrap {
    /* height: calc(100% - 65px);
    overflow-y: auto; */
    box-shadow: 1.816px 3.564px 2.88px 0.12px rgba(0, 0, 0, 0.64), 0px 0px 8.9px 1.1px rgba(0, 0, 0, 0.46);
}

.clap {
    position: absolute;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.77))
}

.clap1 {
    left: 20px;
    top: 20px;
}

.clap2 {
    right: 20px;
    top: 20px;
    transform: rotate(45deg);
}

.clap3 {
    left: 20px;
    bottom: 20px;
    transform: rotate(90deg);
}

.clap4 {
    right: 20px;
    bottom: 20px;
    transform: rotate(180deg);
}

.question_wrap::-webkit-scrollbar {
    width: 6px;
    /* ширина scrollbar */
}

.question_wrap::-webkit-scrollbar-thumb {
    background-color: #bbbbbb;
    border-radius: 40px;
}

.anwer_item input[type="text"] {
    border: none;
    width: 100%;
}

.answer_item_img {
    padding: 0;
    margin-bottom: 10px;
}

.answer_item_img.active .label_content {
    border: 1px solid #ff6000;
    box-shadow: 1px 1px 3px #0000003d;
}

.answer_item_img img {}

.answer_name {
    padding: 0px 5px;
    line-height: 1.2;
    height: 40px;
}

.answer_item_img .checkbox,
.answer_item_img .radio {
    margin: 0;
}

.answer_item_img label {
    padding: 0;
    width: 100%;
}

.question_progress_wrap .progress-bar {
    background-color: #203144;
}

.modal_quiz .modal-body {
    padding: 0px;
    overflow: hidden;
}

.modal_quiz .modal-content {
    background: none;
    border: none;
}

.question_progress_wrap .progress {
    height: 14px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

#quiz_contact .btn {
    padding: 8px 40px;
}