.quiz_body {
  border-radius: 25px;
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.quiz_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.quiz_text_block {
  max-width: 700px;
  width: 100%;
}

.quiz_text_block_header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 70px;
}

.quiz_text_header_counter {
  border-radius: 50%;
  background-color: #ffd400;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #000;
  width: 58px;
  height: 58px;
  text-align: center;
  align-content: center;
  flex-shrink: 0;
}

.quiz_text_header_text {
  max-width: 650px;
}

.quiz_tex_header_text-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #000;
  margin-bottom: 10px;
}

.quiz_tex_header_text-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.quiz_text_block_progress {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 706px;
  margin-bottom: 40px;
}
.quiz_text_progress-back {
  border-radius: 25px;
  max-width: 706px;
  height: 16px;
  background: #f0f4f8;
  width: 100%;
}
.quiz_text_progress-inside {
  border-radius: 25px;
  width: 10%;
  background: #ff3222;
  height: 16px;
}
.quiz_text_progress_block {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  align-self: end;
}
.red {
  color: #ff3222;
}

.quiz_text_block_form {
}

.quiz_text_form-title_black {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #000;
  margin-bottom: 30px;
}

.quiz_text_form-title_red {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #ff3222;
  margin-bottom: 20px;
}

.quiz_text_input {
  border: 1px solid #40a9ff;
  border-radius: 6px;
  max-width: 354px;
  width: 100%;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.85);
  padding: 10px 12px;
  margin-bottom: 60px;
}
.quiz_image_block {
  position: relative;
}
.quiz_image_block-text {
  position: absolute;
  top: 20px;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.quiz_image_block-counter {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #ff3222;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  text-align: center;
  place-content: center;
}
.quiz_step.none {
  display: none;
}
.quiz_btn_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.quiz_text_block_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.quiz_text_block_item .quiz_check_box {
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  opacity: 0.6;
}
.quiz_text_block_item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  max-width: fit-content;
}
.quiz_select_wrapper {
  flex-shrink: 0;
  max-width: 210px;
  width: 100%;
}
.quiz_select {
  width: 100%;
}
.quiz_text_block_wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
  max-width: 500px;
  width: 100%;
  justify-content: space-between;
}
.quiz_select {
  border: 1px solid #40a9ff;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.85);
}
.quiz_label_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 60px;
}
.quiz_text_input_label {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #000;
}
.quiz_text_input_label .quiz_text_input {
  margin-bottom: 0;
}

.quiz_link_gift {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0b85ff;
}
.quiz_tg_go {
  max-width: 265px;
  width: 100%;
  background-image: url('../../img/redesign/btn-275.webp');
}
.quiz_get_gift_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 625px;
  width: 100%;
}
.quiz_get_gift_row p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.quiz_locked {
  max-width: 194px;
  width: 100%;
  background-image: url('../../img/Union/Union210.webp');
}
.quiz_lk {
  max-width: 293px;
  width: 100%;
  background-image: url('../../img/Union/Union303.webp');
}
.mb-4 {
  margin-bottom: 40px;
}
.quiz_mobile_btn_wrapper {
  display: none;
}
@media screen and (max-width: 1200px) {
  .quiz_body {
    padding: 30px 15px 30px;
  }
  .quiz_text_block {
    max-width: 500px;
  }
}
@media screen and (max-width: 891px) {
  .quiz_wrapper {
    flex-direction: column;
  }
  .mobile_fade {
    display: none;
  }
  .quiz_text_block_header {
    margin-bottom: 40px;
  }
  .quiz_text_block_progress {
    margin-bottom: 20px;
  }
  .quiz_text_form-title_black {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .quiz_text_form-title_red {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .quiz_text_input {
    margin-bottom: 20px;
    width: 100%;
    max-width: none;
  }
  .quiz_image_block {
    margin-bottom: 20px;
    width: 100%;
  }
  .quiz_image_block img {
    width: 100%;
  }
  .quiz_mobile_btn_wrapper {
    display: flex;
    align-self: end;
    gap: 20px;
    align-items: center;
  }
  .quiz_text_block_list {
    margin-bottom: 20px;
    gap: 5px;
  }
  .quiz_text_block_wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .quiz_label_wrapper {
    margin-bottom: 20px;
  }
  .quiz_btn_wrapper {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .quiz_get_gift_row.mb-4 {
    margin-bottom: 0;
  }
  .quiz_get_gift_row {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .quiz_close {
    position: absolute;
    right: 28px;
    top: 50px;
    font-size: 40px;
    z-index: 1;
  }
  .quiz_image_block-text {
    gap: 5px;
    top: 13px;
    left: 30px;
  }
  .quiz_image_block-counter {
    width: 30px;
    height: 30px;
  }
}
