@charset "UTF-8";

.quiz__container {
  padding: 30px;
  border-radius: 40px;
  background-color: #f1f6ff;
  height: 576px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.quiz__left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.quiz__left p {
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
  margin-top: 19px;
  text-align: start;
}

.quiz__left h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1A47AF;
  margin-top: 58px;
}

.quiz__answers {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 670px;
  gap: 30px;
}

.quiz__answer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 19px 0 19px 30px;
  background-color: #ffffff;
  max-width: 320px;
  width: 100%;
  border-radius: 12px;
  border: none;
  transition: all 0.3s ease;
}

.quiz__answer img {
  transition: all 0.3s ease;
}

.quiz__answer p {
  margin-top: 0;
}

.quiz__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.quiz__discount {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 334px;
  width: 100%;
  padding: 17px 0;
  border-radius: 15px;
  color: #ED018C;
  background-color: #ffffff;
}

.quiz__right-text {
  padding: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #231F20;
  max-width: 334px;
  width: 100%;
  border-radius: 15px;
  background-color: #ffffff;
  margin-top: 40px;
}

.quiz__arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.quiz__arrows--prev {
  border: 0;
  background-color: transparent;
  width: 46px;
  height: 46px;
}

.quiz__arrows--prev img {
  width: 100%;
  height: 100%;
}

.quiz__arrows--next {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 2px 30px;
  background-color: #00AEEF;
  border-radius: 50px;
}

.quiz__progressBar {
  margin-top: 62px;
  max-width: 763px;
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  position: relative;
}

.quiz__progressBar-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  /* Прогресс, меняйте на нужный процент */
  background: #e6007a;
  border-radius: 4px;
  transition: width 0.3s;
}

.quiz__progressBar-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  position: absolute;
  left: 0;
  top: -22px;
  color: #231F20;
}

.quiz__progressBar-label span {
  font-weight: bold;
}

.quiz-complete {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.quiz-complete__left h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1A47AF;
}

.quiz-complete__left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
  margin: 17px 0 0;
}

.quiz-complete__right {
  position: relative;
}

.quiz-complete__right p {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translateX(-48%);
}

.contact-form {
  max-width: 408px;
}
span[data-name="quiz-dat"] {
	display: none;
}
