/* ========== ОБЩИЕ ========== */
* {
    box-sizing: border-box;
}

#allrecords, .t-records, #rec1027267296 {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
    float: none;
}

.t-container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.t806__col {
    width: 100%;
    margin-left: 0;
}

.t806__test {
    width: 100%;
}
.t806__start-wrap,
.t806__question,
.t806__answers {
    width: 100%;
}

/* ========== ОТСТУПЫ ========== */
#rec1027267296 {
    padding-top: 0;
    padding-bottom: 20px;
}
.t806__start-wrap {
    padding: 10px 0;
}
.t806__question {
    margin-bottom: 15px;
}
.t806__answers {
    margin-bottom: 10px;
}
.t806__btn-wrapper {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* ========== КНОПКИ ========== */
.t806__btn-wrapper .t-btn,
.t806__start-btn {
    min-width: 150px;
    padding: 10px 20px;
    cursor: pointer;
    background: transparent !important;
    border: 2px solid #2c3e50 !important;
    border-radius: 5px !important;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
    color: #2c3e50 !important;
    font-weight: bold !important;
}

/* Скрываем кнопку "Проверить" */
.t806__btn_check {
    display: none !important;
}

/* Скрываем сообщения "верно/неверно" */
.t-vote__btn-res {
    display: none !important;
}

/* ========== НОМЕР ВОПРОСА ========== */
.t806__number {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 15px;
    background-color: #f0f0f0;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
}

/* ========== КАРТИНКИ 50% ========== */
.t806__start-img,
.t806__quest-img {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}
.t806__start-img img,
.t806__quest-img img {
    width: 100%;
    height: auto;
}

/* ========== ТЕКСТ ВОПРОСА ========== */
.t806__quest-text {
    text-align: center;
    margin-bottom: 15px;
}

/* ========== АДАПТАЦИЯ ========== */
@media (max-width: 768px) {
    #allrecords, .t-records, #rec1027267296 {
        width: 95%;
        max-width: 95%;
    }
    .t806__start-img,
    .t806__quest-img {
        max-width: 70%;
    }
    .t806__btn-wrapper .t-btn,
    .t806__start-btn {
        min-width: 120px;
        padding: 8px 16px;
        border-width: 2px !important;
    }
}

/* ========== СКРЫВАЕМ ЛИШНЕЕ ========== */
br {
    display: none;
}
#summtext2, #summtext99 {
    display: none;
}