.course-instruction {
  margin-bottom: 0;
}

.answer-item {
  background: transparent;
}

.answer-input-placeholder {
  background: transparent;
}

.correct-result-head {
  float: right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #474747;
  font-size: 22px;
  font-weight: bold;
}
.correct-result-head__title {
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #474747;
  margin-right: 19px;
}
.correct-result-head__label {
  margin-right: 5px;
}
.correct-result-head__count {
  /**/
}

.course-btn-check.is-disabled, .course-btn-retry.is-disabled, .course-button-next.is-disabled, .course-button-next-question.is-disabled, .course-btn-correct-result.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.course-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-btn-retry {
  margin-bottom: 10px;
}

.question-wrapper {
  position: relative;
}

.question {
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  padding: 40px 0;
}
.question__select-container {
  margin-top: 20px;
}

.answer-select {
  margin: auto;
}

.answer-select-item.js-used {
  opacity: 0.5 !important;
}

.answer-input {
  position: relative;
  background: #fff;
}
.answer-input.js-empty {
  background: #f6cfcf;
}
.answer-input.js-correct:after {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  background: url(/a1/sp/course/assets/img/icon-correct.png) center center no-repeat;
  width: 30px;
  height: 30px;
  right: -10px;
  top: -10px;
}
.answer-input.js-incorrect {
  background: #f6cfcf;
}
.answer-input.js-incorrect:before {
  content: none !important;
}
.answer-input.js-incorrect:after {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  background: url(/a1/sp/course/assets/img/icon-incorrect.png) center center no-repeat;
  width: 30px;
  height: 30px;
  right: -10px;
  top: -10px;
}

.answer-input-correct {
  z-index: 10;
  position: absolute;
  left: -2px;
  bottom: calc(-100% - 10px);
  pointer-events: none;
  border: 6px solid #be0606;
  padding: 0;
}
.answer-input-correct.js-correct {
  display: none;
}

.correct-result {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 20px;
  margin-bottom: 70px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.correct-result.js-hide {
  opacity: 0;
}

.correct-result-question {
  position: relative;
  margin-bottom: 15px;
	color: #474747;
}
.correct-result-question .answer-input {
  position: relative;
  pointer-events: none;
  background: #fff;
}
.correct-result-question .answer-input.js-correct:after {
  content: none;
}
.correct-result-question .answer-input.js-incorrect {
  border: 6px solid #be0606;
  padding: 0;
}
.correct-result-question .answer-input.js-incorrect:after {
  content: none;
}
.correct-result-question .answer-input.js-empty {
  border: 6px solid #be0606;
  padding: 0;
}
.correct-result-question .answer-input.js-empty:after {
  content: none;
}
.correct-result-question .answer-input + .answer-input {
  margin-left: 10px;
}



/*# sourceMappingURL=tmp-5.css.map */
