.bg {
    position: absolute;
    width: 1650px;
    height: 1035px;
    background-image: url("../img/bg.png");
}

.btnReset {
    position: absolute;
    bottom: 19px;
    right: 29px;
    width: 132px;
    height: 62px;
    background-image: url("../img/btn_reset.png");
}

.btnReset.active {
    background-image: url("../img/btn_reset_active.png");
}

.btnReset.disable {
    background-image: url("../img/btn_reset_disable.png");
}

.panel {
    position: absolute;
    width: 136px;
    height: 136px;
}

.panel_1_1 {
    top: 677px;
    left: 1276px;
    background-image: url("../img/panel_1_1.png");
}

.panel_1_2 {
    top: 799px;
    left: 1276px;
    background-image: url("../img/panel_1_2.png");
}

.btnAnswer {
    position: absolute;
    bottom: 12px;
    left: 31px;
    width: 158px;
    height: 68px;
    background-image: url("../img/btn_answer.png");
}

.btnAnswer.selected {
    background-image: url("../img/btn_answer_selected.png");
}

.btnAnswer.active {
    background-image: url("../img/btn_answer_active.png");
}

.answerPanel {
    position: absolute;
    top: 21px;
    width: 85px;
    height: 85px;
}

.panel_2_1 {
    left: 900px;
    background-image: url("../img/panel_2_1.png");
}

.panel_2_2 {
    left: 292px;
    background-image: url("../img/panel_2_2.png");
}