* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
  user-select: none;
  -webkit-user-select: none;
}
html {
  height: 100%;
}
b {
  font-weight: 900;
}
body {
  background: white;
  height: 100%;
  overflow-x: hidden !important;
}
.rowItem {
  display: flex;
  align-items: center;
}
.mainWrapper {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden !important;
  height: 100%;
}
.welcomePage {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  /* background-image: url(../images/introBg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.introWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1700px;
  width: 100%;
  gap: 30px;
  /* padding-top: 15px; */
}
.introContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.introLogo {
  margin-bottom: 90px;
}
.introPhone {
  width: 50%;
  max-width: 880px;
}
.introText {
  font-family: Montserrat;
  font-size: 54px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  color: black;
  max-width: 700px;
  width: 100%;
  margin-bottom: 32px;
}
.introText b {
  font-weight: 900;
}
.introText span {
  font-family: Montserrat;

  font-weight: 700;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #27d045;
}
.introTitle {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 500px;
  width: 100%;
  /* margin-bottom: 81px; */
}
.introButton {
  width: 100%;
  max-width: 324px;
  height: 80px;
  top: 682px;
  left: 240px;
  border-radius: 56px;
  border: none;
  background-color: #27d045;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: white;
  cursor: pointer;
}
.answer,
input,
label {
  cursor: pointer !important;
}
header {
  display: flex;
  align-items: center;
  padding: 0 15px 0 32px;
  height: 70px;
  border-bottom: 1px solid #50495b;
  background: #37323e;
}
.introImage {
  display: flex;
  width: 54%;
  position: relative;
  overflow: hidden;
}
.introImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.introContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  padding-bottom: 100px;
  padding: 0 30px 100px 30px;
}

.introContent h3 {
  color: rgba(255, 255, 255, 0.7);

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.94px;
  /* 133% */
}

.introContent h4 {
  color: #fff;

  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 240% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bonuses {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bonusItem {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  min-width: 192.5px;
  max-width: 192px;
  height: 64px;
  flex-shrink: 0;
  background: #d1d1d1;
  border-radius: 5px;
}
.bonusItem p {
  color: #69748c !important;
  margin-bottom: 0 !important;
}
.bonuses2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}

.bonusItem2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  width: 100%;

  height: 64px;
  flex-shrink: 0;
  background: #d1d1d1;
  border-radius: 5px;
}

#quiz {
  padding-bottom: 20px !important;
  max-width: 1000px;
  width: 100%;
  padding: 128px 104px;
  background-color: white;
  border-radius: 24px;
  padding-top: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.quizLogo {
  margin-bottom: 16px;
}
.quizWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.questionName {
  color: black;

  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
  /* 120% */
  margin-bottom: 5px;
}

.questionTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border-radius: 4px;
  border: 1px solid #717ec3;
  padding: 6px 9px;
  color: #fff;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.5px;
  /* 150% */
  background: rgba(113, 126, 195, 0.2);
  margin-bottom: 15px;
}
.stepsCounter {
  /* position: absolute;
  bottom: 10px;
  right: 55px; */
  text-align: center;
}
.answers {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.answer {
  padding: 13px 13px 13px 50px;

  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 530px;
}

.special-answer {
  padding: 0 0 0 52px;
  border-radius: 5px;
  border: 1px solid #50495b;
  display: flex;
  align-items: center;
  position: relative;
  width: 48%;
}

.special-label {
  height: 100%;
  width: 100%;
}

#special-1 {
  height: 100%;
}
.mobile {
  display: none;
}
.special-input {
  padding: 10px 13px 10px 13px;
  height: 100%;
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 10px;
  border: none;
}
.special-input:focus {
  outline: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .special-input:disabled::-webkit-input-placeholder {
    color: lightgrey;
  }
}
.special-input:disabled::placeholder {
  color: white;
}

.special-input:active {
  color: #37323e;
}

label {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 3;
}

.checkbox {
  position: relative;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 44px;
  margin-bottom: 10px;
  overflow: hidden;
}

.checkbox:before {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(checkbox);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
  transition: all 0.1s ease-out;
  z-index: 1;
}

.checkbox:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;

  background: url(../img/cros.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"]:checked + .checkbox:before {
  background-color: #717ec3;
}

input[type="checkbox"]:checked + .checkbox:after {
  transform: scale(1);
}

.checkbox-label {
  position: relative;
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 44px;

  overflow: hidden;
}

.checkbox-label:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #50495b;
  transition: all 0.1s ease-out;
  z-index: 1;
}

.checkbox-label:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  transform: translateY(-30px);
  background-image: url(../img/cros.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;

  z-index: 2;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"]:checked + .checkbox-label:before {
  background-color: #717ec3;
}

input[type="checkbox"]:checked + .checkbox-label:after {
  transform: scale(1) translateY(-50%);
  top: 50%;
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 3;
}

.radio-label {
  position: relative;
  color: black;

  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 42px;
  overflow: hidden;
}

.radio-label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid black;
  /* Ð”ÐµÐ»Ð°ÐµÐ¼ ÐºÑ€ÑƒÐ³Ð»Ð¾Ð¹ Ñ„Ð¾Ñ€Ð¼Ñ‹ */
  background: transparent;
  transition: all 0.1s ease-out;
  z-index: 1;
}

.radio-label:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-color: #27d045;
  border-radius: 5px;

  position: absolute;
  left: 3px;

  top: 3px;

  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  z-index: 2;
}

input[type="radio"]:checked + .radio-label:after {
  transform: scale(1);
}

/*********** Baseline, reset styles ***********/
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

.range-answer {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 13px;
}

.range-min {
  position: absolute;
  left: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}

.range-max {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}

.rangeInputScreen {
  padding: 15px 15px;
  border-radius: 4px;
  border: 1px solid #695f77;
  background: #37323e;
  width: 160px;

  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
  background-color: #50495b;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -4px;
  /* Centers thumb on the track */
  background-color: #717ec3;
  border-radius: 0.7rem;
  transform: translateY(-0.2rem);
  height: 1.4rem;
  width: 1.4rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 3px solid #717ec3;
  outline-offset: 0.125rem;
}

/*********** Firefox styles ***********/
/* slider track */
input[type="range"]::-moz-range-track {
  background-color: #50495b;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
  background-color: #717ec3;
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 0.5rem;
  height: 1rem;
  width: 100%;
}

input[type="range"]:focus::-moz-range-thumb {
  outline: 3px solid #717ec3;
  outline-offset: 0.125rem;
}

.bonusItem p {
  color: #69748c;
  text-align: right;

  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.6px;
  /* 120% */
}

.lockIcon {
  position: absolute;
  top: -20px;
  right: -22px;
}

footer {
  padding: 27px 30px;
}

#progressBar {
  width: 100%;
  background-color: #5d5469;
  position: relative;
}

#progress {
  height: 8px;
  width: 0%;
  background-color: #a6afda;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: all 0.3s ease-out;
}

#quizProgress {
  width: 100%;
  max-width: 600px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

#progressPercentage {
  position: absolute;
  top: 0;
  color: white;
  font-size: 14px;
  transition: all 0.3s ease-out;
}

.progressBall {
  width: 16px;
  height: 16px;
  background-color: #a6afda;
  border: 2px solid #5d5469;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.question {
  display: none;
  padding: 0 12px;
}

footer p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 140% */
}

.quizDashboard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
}
.quizLogo {
  margin: 0 auto !important;
  padding-bottom: 20px !important;
}
.rightTopic {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 25px 10px 16px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  max-width: 370px;
  width: 25%;
  background: #3f3947;
}

.discountItem {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 25px;
  color: #2e2e54;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  border-radius: 3px;
  border: 1px solid #fdcd32;
  background: #ffdd6f;
  box-shadow: 0px 3px 10px 0px rgba(255, 221, 111, 0.36);
  margin-bottom: 30px;
  /* 150% */
}

.doctorConteiner {
  width: 100%;

  margin-bottom: 25px;
}

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

.doctorText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.doctorText h5 {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 112.5% */
}

.doctorText p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.8px;
  /* 115% */
}

.doctorMessage {
  display: flex;
  width: 100%;
  height: auto;
  padding: 6.6px 17.228px 27.43px 10px;
  align-items: center;
  border-radius: 4px;
  background: #494252;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  color: #fff;

  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.02px;
  /* 154% */
  transition: all 0.3s ease;
}

@keyframes message {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.quizFooter {
  width: 80%;
  height: auto;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

#prevButton {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #37323e;
  border: 1px solid #695f77;
  color: white;
  font-weight: 700;
}

#prevButton:disabled {
  border: #37323e;
  color: #50495b;
}

#nextButton {
  padding: 11px 22px;
  width: auto;
  height: 40px;
  border-radius: 5px;
  background-color: #717ec3;
  border: 1px solid #695f77;
  color: white;
  font-weight: 700;
}

#finalPage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 24px;
}
.finalWrapper {
  width: 100%;
  max-width: 1000px;
  border-radius: 24px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.finalContainer {
  position: relative;
  background-color: white;
  padding: 20px 0px;
  border-radius: 24px;
}

.finalContainer h1 {
  text-align: center;
  max-width: 75%;
  margin: 10px auto;
}

.finalContainer h4 {
  text-align: center;
  padding-bottom: 15px;
}

.form {
  display: flex;
  align-items: center;
  gap: 15px;
}
.finalTitle {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px; /* 120% */
  margin-bottom: 25px;
  max-width: 604px;
}
#quizForm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;

  max-width: 550px;
  margin-bottom: 50px;
}

.iti__selected-dial-code {
  color: BLACK !important;
}

.iti {
  width: 100%;
}
#phone {
  background: white;
}
form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
  border-radius: 25px;
}
.iti__selected-flag {
  background: transparent !important;
}
.iti--separate-dial-code {
  background: transparent !important;
}

.formInput,
.input,
.form-control {
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  border: 1px solid #737373;
  color: black;
  padding: 0 15px;
  border-radius: 5px;
}

.formInput:focus,
.input:focus,
.form-control:focus {
  border: 1px solid #0db14b;
  outline: 2px solid #0db14b;
}

.formInput::placeholder,
.form-control::placeholder {
  color: #737373;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.discleimer {
  display: flex;
  align-items: center;
  color: black;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  gap: 6px;
  margin-top: 10px;
}

.formButton,
.form-group .btn {
  border: none;
  width: 100%;
  height: 64px;
  flex-shrink: 0;
  border-radius: 56px;
  background: #91d71e;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 26px;
  transition: all 0.3s ease;
}
.formButton:hover,
.form-group .btn:hover {
  color: white;

  background: #218644;
}
.error-input {
  border: 1px solid #db0202 !important;
}

.error-inputB::before {
  border: 1px solid #db0202 !important;
}

.formInput:focus {
  outline: none;
}

#thanksPage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}

#thanksPage h1 {
  max-width: 673px;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 0;

  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 112.5% */
}

.tnxParag {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 240% */
}

#thanksPage h4 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.thanksButton {
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  /* 160% */
  border-radius: 4px;
  background: #717ec3;
  box-shadow: 0px 3px 10px 0px rgba(113, 126, 195, 0.5);
}

.bonuses3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 530px;
  gap: 15px;
}

.bonusItem3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  width: 50%;

  height: 74px;
  flex-shrink: 0;
  background: #d1d1d1;
  border-radius: 5px;
}
.bonuses4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 530px;
  gap: 15px;
}

.bonusItem4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;

  flex-shrink: 0;
  background: #d1d1d1;
  border-radius: 5px;
}

.lockIcon4 {
  position: absolute;
  top: -10px;
  right: -10px;
}

.saleItem4 {
  padding: 12px 12px;
  height: 51px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #fccc45;
  background: #746222;
  box-shadow: 0px 3px 10px 0px rgba(255, 221, 111, 0.36);
}
.bonusItem4 img {
  width: 28px;
  height: 28px;
}
.saleItem4 h5 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 150% */
}
.saleItem4 h3 {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 85.714% */
}
.bonusItem3 p {
  color: #69748c;
  text-align: right;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.6px;
  /* 120% */
}
.delay {
  animation-delay: 0.2s !important;
}
.finalBonuses {
  display: none !important;
}
label {
  width: 100%;
}
.bonusShape {
  display: none;
}
.doctorConteiner2 {
  display: none;
}
@media (max-width: 1120px) {
  .introText {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 1060px) {
  #quiz {
    padding: 30px 15px 80px 15px;
  }
  .stepsCounter {
    /* right: 50%;
    transform: translateX(50%); */
  }
  .quizWrapper {
    width: 90%;
  }
}
@media (max-width: 920px) {
  .answer {
    min-width: 325px;
  }
  .form img {
    width: 40%;
  }
}
@media (max-width: 810px) {
  .pc {
    display: none;
  }
  .mobile {
    display: flex;
  }
  .welcomePage {
    flex-direction: column;
  }

  .introWrapper {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .introContent {
    justify-content: center;
    align-items: center;
  }
  .introLogo {
    margin-bottom: 2px;
    margin-top: 10px;
    width: 60%;
    max-width: 200px;
  }
  .quizLogo {
    width: 60%;
    max-width: 200px;
    padding-bottom: unset !important;
  }
  .introText {
    text-align: center;
    margin-bottom: 5px;
  }
  .introText span {
    line-height: normal;
  }

  .introTitle {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: normal;
    text-align: center;
  }
  .finalWrapper ~ img {
    display: none;
  }
  .introButton {
    height: 60px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .bonuses {
    width: 100%;
  }
  .introContent {
    padding: 0 16px 0px 16px;
  }
  .introContent h1 {
    line-height: 28px;
    font-size: 24px;
  }
  .introContent h3 {
    font-size: 12px;
  }
  .bonusItem {
    width: 48%;
    min-width: 145px;
    max-width: 192px;
  }
  #startQuizButton {
    margin-bottom: 0;
  }
  .doctorConteiner {
    margin-top: 5px;
  }
  .doctorConteiner2 {
    border-radius: 20px 20px 20px 3px;
    background: #494252;
    padding: 10px;

    margin-bottom: 12px;
    max-width: 375px;
    width: 100%;
    display: block;
  }
  .doctorData {
    align-items: flex-start;
    margin-bottom: 0;
  }
  .doctorData img {
    width: 40px;
  }
  .doctorText {
    max-width: 270px;
    width: 100%;
    gap: 7px;
  }
  .doctorName {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .rightTopic {
    display: none;
  }
  .quizDashboard {
    /* padding: 12px 12px 12px 12px; */
    min-height: 100dvh;

    justify-content: flex-start;
  }
  .answers {
    max-height: 70%;
    height: 100%;
    overflow: auto;
  }
  .answer {
    width: 100%;
  }
  .special-answer {
    width: 100%;
  }
  .questionTitle {
    background: #50495b;
    border: none;
  }
  .quizFooter {
    background-color: #37323e;
    width: 100%;
    position: fixed;
    bottom: 0;
    justify-content: flex-end;
    z-index: 5;
  }
  #quizProgress {
    position: absolute;
    bottom: -2px;
    left: 0;
    padding-bottom: 0;
    max-width: unset;
  }
  #progressPercentage {
    display: none;
  }
  .progressBall {
    display: none;
  }
  .questionName {
    color: black;

    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.4px; /* 120% */
  }
  #quizForm {
    padding: 0 10px;
  }
  .form img {
    display: none;
  }
  .finalContainer h1,
  .finalContainer h4 {
    text-align: center;
    font-size: 18px;
  }
  #finalPage {
    justify-content: flex-start;
  }
  .finalWrapper {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
  }
  .finalContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .quizWrapper {
    align-items: center;
  }
  .answers {
    overflow: visible;
    gap: 0;
  }
  .answer {
    padding-left: 0 !important;
  }
  .radio-label {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .answer {
    min-width: unset;
  }
}
@media (max-width: 500px) {
  .finalTitle {
    padding-left: 10px;
  }
  #finalPage {
    align-items: flex-start;
  }
  #finalPage h1 {
    padding-left: 10px;
  }
  .special-answer {
    width: 100%;
  }

  .answer {
    width: 100%;
  }
  .bonusItem {
    max-width: 150px;
  }
  .answer {
    padding: 13px;
  }
  .special-answer {
    padding-left: 13px;
  }
}
@media (max-width: 340px) {
  .bonusItem {
    width: 100%;
  }
  .bonuses {
    flex-wrap: wrap;
  }
  .introContent {
    padding-bottom: 10px;
  }
}

.header_logo {
width: 100%;
display: grid;
place-items: center;
padding: 10px 0px;
}

.header_logo img {
  width: 90%;
  margin: 0 auto;
  max-width: 850px;
  max-height: 150px ;
}