body {
    margin: 0;
}

ol {
    list-style: decimal inside;
    margin: 0;
    padding: 0;
}

.quiz_text-header {
    font-size: calc((100vw - 4rem) * 0.03);
    font-weight: 700;
    font-family: 'Noto Sans';
    max-width: 90vw;
    position: relative;
}

@media screen and (max-width: 768px) {
    .quiz_text-header {
        font-size: 24px;
        position: static;
    }
}

@media screen and (min-width: 1568px) {
    .quiz_text-header {
     font-size: 47.04px;
    }
}

.quiz_text-header_welcome {
    color: white;
    font-family: 'Noto Sans';
}

.quiz_text-header_quistion {
    color: #A92876;
    font-family: 'Noto Sans';
}

.quiz_text-normal {
    font-size: calc(100vw * 0.017);
    font-family: 'Noto Sans';
    margin: 0;
    font-family: 'Noto Sans';
}

@media screen and (max-width: 768px) {
    .quiz_text-normal {
        font-size: 16px;
    }
}

@media screen and (min-width: 1568px) {
    .quiz_text-normal {
     font-size: 31.36px;
    }
}

.quiz_text-normal_welcome {
    color: white;
    font-family: 'Noto Sans';
}

.quiz_text-normal_quistion {
    color: #333333;
    font-family: 'Noto Sans';
}

.quiz_text-description {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    font-family: 'Noto Sans';
}

.quiz_text-description_welcome {
    color: white;
    font-family: 'Noto Sans';
}

.quiz_text-description_question {
    color: #808080;
    font-family: 'Noto Sans';
}

.quiz_text-description_wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.quiz_main-container {
    top: 0;
    left: 0;
    width: 100%;
    max-height: 831.04px;
    border-radius: 16px;
    background-color: #FFFDF6;
}

@media screen and (max-width: 768px) {
    .quiz_main-container {
        height: auto;
        max-height: none;
    }
}

.quiz_welcome {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
    background: url('https://static.tildacdn.com/tild3930-3935-4030-b664-373030383961/_4.jpg') no-repeat center top;
    background-size: cover;
    padding: 0;
}

.quiz_result {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    width: 100%;
    height: calc((100vw - 4rem) * 0.53);
    max-height: 831.04px;
    background-position: 100% 100%;
}

.quiz_welcome_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.quiz_answer_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0;
}

.quiz_welcome_content-text {
    display: flex;
    flex-direction: column;
}

.quiz_button {
    padding: calc(100vw*0.01) calc(100vw*0.0425);
    border-radius: calc(100vw*0.01);
    background: #CC9900;
    color: #FFF;
    font-family: 'Noto Sans';
    font-size: calc(100vw*0.02);
    font-weight: 700;
    cursor: pointer;
    width: fit-content;
    margin-top: auto;
}

@media screen and (max-width: 768px) {
    .quiz_button {
        width: 100%;
        font-size: 20px;
        border-radius: 8px;
        padding: 12px 32px;
    }
}

@media screen and (min-width: 1568px) {
    .quiz_button {
        font-size: 31.36px;
        border-radius: 15.68px;
        padding: 15.68px 66.64px;
    }
}

.quiz_button_answer {
    display: none;
    position: relative;
}

@media screen and (max-width: 768px) {
    .quiz_button_answer {
        position: static;
    }
}

.quiz_button_nextQuestion {
    display: inline-block;
}

.quiz_button_start {
    display: inline-block;
}

.quiz_button_restart {
    display: inline-block;
}

.quiz_quistion {
    width: 100%;
    height: calc((100vw - 4rem) * 0.53);
    max-height: 831.04px;
    border-radius: 16px;
    background: center no-repeat;
    background-image: url('/assets/media/clin-case/clin-case-3/question.png'); background-size: 100% 100%;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .quiz_quistion {
        height: auto;
        max-height: none;
        display: flex;
        gap: 32px;
        padding: 16px;
        background: none;
    }
}

.quiz_final {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
    background: linear-gradient(254deg, #CCD344 6.78%, #A92876 97.06%);
    display: none;
}

.quiz_quistion_content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    flex: 1 0 0;
    align-self: stretch;
    width: 100%;
    height: calc((100vw - 4rem) * 0.53);
    max-height: 831.04px;
}

.quiz_quistion_bottom {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: end;
}

.quiz_quistion_content_header-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quiz_quistion {
    display: none;
}

.quiz_quistion-1 {
    display: flex;
}

.quiz_result {
    display: none;
}

.question {
    font-size: 30px;
    margin-bottom: 20px;
}

.quiz_quistion_options {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.quiz_result-block {
    padding: 16px 32px;
    border-radius: 16px;
    background: #A92876;
    color:#FFF;
    font-size: 28px;
    font-weight: 700;
    width: fit-content;
}

.quiz_result-block_true-answer {
    color: #CCD344;
    font-size: 18px;
}

.quiz_result-block_true-answer_accent {
    color: #A92876;
    font-size: 18px;
}

.quiz_result-block_list {
    list-style-position: outside;
}

button {
    font-size: 20px;
    padding: 10px 20px;
    background-color: #4f98c2;
    color: white;
    border: none;
    cursor: pointer;
}

#score {
    font-size: 30px;
    color: darkslategray;
}

.checkbox-calc-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.checkbox-calc-container__header {
    font-size: 24px;
    font-weight: 700;
}

.checkbox-calc-container_options-list {
    display: flex;
    flex-direction: column;
}

.checkbox-calc-container_options-list_select {
    flex-direction: row;
}



.checkbox-calc-container__result {
    width: 100%;
    margin: 0;
    padding: 64px;
    background-color: #7030A0;
    border-radius: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    display: none;
}

.checkbox-calc-container__number-item {
    width: 124px;
    height: 124px;
}

.checkbox-calc-container__number-img {
    width: 124px;
    height: 124px;
}

.checkbox-calc-container__option-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 80vw;
    position: relative;
}

.checkbox-calc-container__option-container_half {
    max-width: 47vw;
}

@media screen and (max-width: 768px) {
    .checkbox-calc-container__option-container {
        position: static;
        max-width: none;
    }
}

.checkbox-calc-container__option-container_select {
    padding-right: 32px;
    border-right: 1px solid #A92876;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.checkbox-calc-container__option-container_select:last-child {
    border: 0;
    padding: 0;
}

.checkbox-calc-container__option-description {
    display: flex;
    align-items: center;
    gap: calc(100vw * 0.02);
    flex-grow: 1;
    max-width: 80vw;
}

@media screen and (max-width: 768px) {
    .checkbox-calc-container__option-description {
        gap: 16px;
    }
}

.checkbox-calc-container__options-text {
    font-weight: 700;
    flex-grow: 1;
}

.checkbox-calc-container__option__input {
    width: 30px;
    height: 30px;
    border: 4px solid #A92876;
    border-radius: 4px;
    outline: none;
}

.checkbox-calc-container__header {
    display: inline-block;
}

.checkbox-calc-container__header-container {
    display: flex;
    gap: 16px;
}

.checkbox-calc-container__header_options {
    padding-left: 248px;
}

.checkbox-calc-container__options-img {
    width: 200px;
}

.checkbox-calc-container__header_number {
    width: 124px;
}

.checkbox-calc-container__options-radio {
    width: calc(100vw * 0.02);
    height: calc(100vw * 0.02);
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .checkbox-calc-container__options-radio {
        width: 32px;
        height: 32px;
    }
}

@media screen and (min-width: 1568px) {
    .checkbox-calc-container__options-radio  {
        width: 30.08px;
        height: 30.08px;
    }
}

.checkbox-calc-container__letter {
    width: 31px;
    height: 37px;
}

.checkbox-calc-container__reset-button {
    color: #007FFF;
    border: 1px solid #007FFF;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition-property: color, background-color;
    transition-duration: 0.3s;
}

.checkbox-calc-container__reset-button:hover {
    color: #ffffff;
    background-color: #007FFF;
}

.checkbox-calc-container__option-container__form {
    height: 4%;
}

.checkbox-calc-container__option-container__select-input {
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 2px solid #CCD344;
    appearance: none;
    background-image: url('https://static.tildacdn.com/tild6161-6161-4639-a130-353864353661/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 25px auto;
    width: 276px;
    cursor: pointer;
}

.quiz_final_white-block {
    background: white;
    margin: 96px;
    display: flex;
    padding: 32px 32px 64px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 40px;
}

.quiz_final_header {
    color: #A92876;
    text-align: center;
    font-family: 'Noto Sans';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 16px 0;
}

.quiz_final_text {
    color: #333;
    text-align: center;
    font-family: 'Noto Sans';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 32px 0;
}

.quiz_final_counter {
    color: #FFF;
    text-align: center;
    font-family: 'Noto Sans';
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 32px;
    border-radius: 21px;
    background: #A92876;
    margin: 0 0 80px 0;
}

.quiz_final_home {
    width: 82px;
    height: 82px;
    align-self: flex-end;
    margin-bottom: 34px;
}

.new-year-button {
    cursor: pointer;
    transition: 0.5s;
}

.new-year-button:hover {
    transform: scale(1.2);
    transition: 0.5s;
    animation-timing-function: ease-in-out;
}

.checkbox-calc-container__option-description a {
    display: inline-block;
    height: auto;
}

.new-year-button_clicked {
    transform: scale(1.1);
}

.new-year-button-long:hover {
    transform: scale(1.1);
}
.error{
        opacity: 0;
    }
.show{
        opacity: 1;
    }
.quiz_control-panel {
    display: flex;
    justify-content: end;
    gap: 16px;
    padding: 16px 0;
    flex-wrap: wrap;
}
.quiz_control-panel_button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;

}
.quiz_control-panel_button_exit {
    border-radius: 4px;
    background: #007FFF;
    padding: 16px;
    align-items: center;
}
.quiz_control-panel_button_blocked {
    display: none;
    cursor: not-allowed;;
}
.quiz_control-panel_button_img {
    padding: 0;
    margin: 0;
    border-radius: 4px;
    background: #41C4BB;
    padding: 16px 32px;
    display: block;
}
.quiz_control-panel_button_exit_text {
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    color: white;
    text-decoration: none;
}
.quiz_control-panel_button_img_blocked {
    background: lightgray;
}
#back-button {
    display: none;
}
#exit-button {
    display: none;
}
