.test-container ul {
  list-style: none;
  margin-top: 30px;
}

.test-container ul li {
  display: block;
  position: relative;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1430px) {
  .test-container ul li {
    font-size: 15px;
    margin-bottom: 6px;
  }
}

.test-container ul li:before, .test-container ul li:after {
  display: none;
}

.test-container ul label {
  margin-bottom: 0;
}

.test-container ul label input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.test-container ul label input[type="radio"] + span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

@media only screen and (max-width: 1430px) {
  .test-container ul label input[type="radio"] + span {
    font-size: 15px;
  }
}

.test-container ul label input[type="radio"] + span:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #8f8a8b;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -1px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.test-container ul label input[type="radio"]:checked + span:before {
  background-color: #fc6244;
  border-color: #fc6244;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

.test-container ul label input[type="radio"].failed + span {
  color: #d9534f;
}

.test-container ul label input[type="radio"].failed + span:before {
  border-color: #d9534f;
}

.kaassoltuvus-test .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaassoltuvus-test .auditicon {
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}

.kaassoltuvus-test .girl {
  position: absolute;
  top: 100px;
  left: 0;
  margin-top: -100px;
  max-width: 292px;
}

@media only screen and (max-width: 1345px) {
  .kaassoltuvus-test .girl {
    margin-top: -49px;
    max-width: 265px;
  }
}

@media only screen and (max-width: 1275px) {
  .kaassoltuvus-test .girl {
    margin-top: 0;
    max-width: 240px;
  }
}

@media only screen and (max-width: 991px) {
  .kaassoltuvus-test .girl {
    display: none;
  }
}

.kaassoltuvus-test .user-counter {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1230px) {
  .kaassoltuvus-test .user-counter {
    top: 25px;
    right: 45px;
  }
}

.kaassoltuvus-test .title {
  color: #fc6244;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.kaassoltuvus-test .title span {
  font-weight: 400;
}

.kaassoltuvus-test .questions-counter {
  font-size: 19px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 14px;
}

.kaassoltuvus-test hr {
  margin: 14px 0;
}

.kaassoltuvus-test .darker_bg {
  position: relative;
  padding: 25px 35px;
}

@media only screen and (max-width: 1400px) {
  .kaassoltuvus-test .darker_bg {
    padding: 25px;
  }
}

.kaassoltuvus-test .question-title {
  font-size: 18px;
  font-weight: 500;
}

.kaassoltuvus-test .test-form {
  height: 315px;
  margin-top: 24px;
  padding-right: 10px;
  margin-right: -10px;
  overflow: auto;
}

.kaassoltuvus-test .btn-next-question {
  position: absolute;
  right: 35px;
  bottom: 25px;
  outline: none !important;
}

.kaassoltuvus-test .question-item {
  display: none;
}

.kaassoltuvus-test .user-counter {
  position: absolute;
  right: 35px;
  bottom: 17px;
  color: #000;
  font-size: 18px;
  margin-bottom: 0 !important;
}

.kaassoltuvus-test .user-counter span {
  color: #fc6244;
}

.kaassoltuvus-test .result-title {
  font-size: 27px;
  color: #fc6244;
}

.kaassoltuvus-test .question-counter-end {
  color: #8f8a8b;
}
