.quiz_block {
    /* bg */
position: absolute;
width: 80%;
height: 640px;
left: 150px;
top: 2925px;
background: rgb(245, 245, 245);

border-radius: 20px;
}

.quiz_block_prosb_txt {
  position: absolute;
  width: 362px;
  height: 329px;
  left: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz_block_prosb_txt h3 {
  top: 0px;
  margin-top: 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal !important;
}

.quiz_block_prosb_txt .span {
    margin-top: 70px;
    margin-left: -50px !important;
    margin-bottom: 0px;
    bottom: 0px;
    font-weight: 550 !important;
    color: rgb(8, 98, 248);
}


.quiz_block_vybor_txt {
  /* Frame 3467069 */
position: relative;
margin-top: 50px;
left: 570px;
width: 610px;
height: 35px;
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
padding: 0px;
}

.quiz_block .quiz_block_vybor_txt h3 {
  font-family: Rubik, sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important; /* Меняем на 700, так как это доступный вес */
  line-height: 25px !important;
  letter-spacing: 0% !important;
  text-align: left !important;
  color: #000000 !important;
}
.quiz_block_vybor_txt .blue-text {
  color: rgb(8, 98, 248) !important;
  font-weight: 700 !important;
}
.quiz_options {
  position: relative;
  width: 610px;
  height: 393px;
  left: 570px;
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 0px;
}

.quiz_option {
  position: static;
  width: 610px;
  height: 58px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 10px 0px;
  display: flex;
  align-items: center;
}

.quiz_option input[type="radio"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.quiz_option label {
  color: rgb(19, 19, 19);
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.custom_option {
  display: flex;
  align-items: center;
}

.custom_option input[type="text"] {
  margin-left: 10px;
  width: 300px;
  height: 30px;
  border: none;
  border-bottom: 1px solid #333;
  padding: 0 10px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
}

.next_button {
  position: relative;
  width: 610px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  margin-top: 20px;
  border: none;
  border-radius: 10px;
  background: rgb(8, 98, 248);
  color: rgb(255, 255, 255);
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
}

.next_button:hover {
  background: rgb(7, 85, 215);
}
.quiz_options {
  position: relative;
  width: 610px;
  height: 443px;
  left: 570px;
  top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
  padding: 0px;
}

.quiz_option_block {
  position: static;
  width: 510px;
  height: 53px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 15px;
  box-sizing: border-box;
}

.quiz_option_block:hover {
  background: #fafafaf4;
}

.quiz_option_block input[type="radio"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1.5px solid #686868;
  border-radius: 3px;
  outline: none;
  position: relative;
}

.quiz_option_block input[type="radio"]:checked {
  background-color: #0862f8;
  border: 1px solid #0862f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.quiz_option_block label {
  color: rgb(19, 19, 19);
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  cursor: pointer;
}

.custom_option_block {
  display: flex;
  align-items: center;
}

.custom_option_block input[type="text"] {
  margin-left: 10px;
  margin-top: -5px;
  width: 300px;
  height: 20px;
  border: none;
  border-bottom: 1px solid #333;
  padding: 0 10px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  vertical-align: middle;
  outline: none;
  position: relative;
  top: -2px;
}

.custom_option_block input[type="text"]:focus {
  border: none;
  border-bottom: 1px solid #333;
  outline: none;
}

.next_button_container {
  width: 100%;
  margin-top: 20px;
}

.next_button {
  width: 510px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border: none;
  border-radius: 10px;
  background: rgb(8, 98, 248);
  color: rgb(255, 255, 255);
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
}
.next_button_container {
  position: relative;
  width: 510px;
  left: 570px;
  top: 70px;
  margin-top: 20px;
}

.next_button {
  width: 510px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border: none;
  border-radius: 10px;
  background: rgb(8, 98, 248);
  color: rgb(255, 255, 255);
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
}

.next_button:hover {
  background: rgb(7, 85, 215);
}