.radiobtn .letter {
  color: rgb(0, 0, 0);
  font-family: "Roboto Slab";
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 0 20px 0 12px;
}

.radiobtn .target {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.radiobtn.is-active span {
  color: #32ae82;
}

#quizShooter .actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#quizShooter .actions .button span {
  color: rgb(15, 49, 54);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

#quizShooter .actions .button.button-transparent {
  width: fit-content;
}

#quizShooter .progressblock__list .passed {
  color: rgb(50, 174, 130);
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

#quizShooter .progressblock__list .lasts {
  color: rgb(255, 0, 0);
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

#quizShooter .questionblock__title {
  font-family: "Roboto Slab";
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  text-align: left;
  margin: 0 0 22px 0;
  padding: 0;
  color: #000000;
}

#quizShooter .questionblock__title span {
  color: #898989;
}

#quizShooter .question__title {
  color: rgb(0, 0, 0);
  font-family: "Roboto Slab";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}

#quizShooter .testresult .testresult__title {
  padding: 0;
  margin: 0;
}

#quizShooter .testresult {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 27px;
}

#quizShooter .congrats {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

#quizShooter .congrats__title {
  color: rgb(0, 0, 0);
  font-family: "Roboto Slab";
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}

#quizShooter .congrats__desc {
  color: rgb(0, 0, 0);
  font-family: "Roboto Slab";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
}

.gifts-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0 100px 0;
  align-items: stretch;
}

.gifts-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 40px;
}
.gifts-heading .link {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  width: 100%;
}
.gifts-heading .title {
  color: rgb(0, 0, 0);
  font-family: "Roboto Slab";
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.gifts-heading .desc {
  color: rgb(0, 0, 0);
  font-family: "Roboto Slab";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.content.test-system {
  padding-bottom: 0px;
}

.hidden {
  display: none !important;
}

#quizShooter .resultblock__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .gifts-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #quizShooter .progressblock__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  #quizShooter .actions__group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
}

@media screen and (max-width: 560px) {
  .gifts-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 480px) {
  /* #quizShooter .actions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } */

  #quizShooter .actions {
    gap: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }

  #quizShooter .actions .button span {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }

  .radiobtn .letter {
    font-size: 20px;
  }

  .radiobtn .target {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }

  .radiobtn > p::before {
    top: 5px;
  }

  .radiobtn > p::after {
    top: 10.6px;
  }

  #quizShooter .question {
    padding: 10px 15px;
  }
  #quizShooter .progressblock__list .passed,
  #quizShooter .progressblock__list .lasts {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }

  .resultblock__btn {
    font-size: 20px;
    height: 50px;
    text-transform: capitalize;
  }

  .testresult__title {
    font-size: 30px;
  }

  #quizShooter h1 {
    font-size: 25px;
  }

  .gifts-heading .title {
    font-size: 30px;
    line-height: 38px;
  }

  .gifts-heading .desc {
    font-size: 16px;
    line-height: 26px;
  }

  #quizShooter .congrats__desc {
    font-size: 16px;
    line-height: 26px;
  }

  #quizShooter .testresult {
    margin-bottom: 40px;
  }

  #quizShooter .congrats {
    margin: 0 auto 60px;
  }

  #quizShooter .progressblock {
    padding: 20px 30px 0 0;
  }
}

.button[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
