body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: #1b233a;
  color: #fff;
  margin: 0;
  padding: 0;
}

.wrap_quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 768px) {
  .wrap_quiz {
    display: block;
    height: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
  }
}

.quiz-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100%;
  max-width: 670px;
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .quiz-container {
    height: 100%;
    padding: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 110%;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  background: linear-gradient(103.95deg, #B13FFF 9.12%, #292BF2 95.19%);
  -webkit-box-shadow: 0px 4px 28.9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 28.9px rgba(0, 0, 0, 0.25);
  border-radius: 500px;
}

h2 {
  font-weight: 900;
  font-size: 42px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 24px 0;
  padding: 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

.slide {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

.slide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding: 40px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.buttons .button {
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: linear-gradient(76.05deg, #292BF2 9.12%, #B13FFF 95.19%);
  -webkit-box-shadow: 0px 4px 28.9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 28.9px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  outline: 0;
}

.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 460px;
}

.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 460px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.prev span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 26px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("/wp-content/themes/quiz/assets/images/prev.svg") 0 0 no-repeat;
}

.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 237px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .next {
    width: 100%;
    max-width: 237px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.custom-radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}

.custom-radio-label input[type=radio] {
  display: none;
}

.custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/quiz/assets/images/radio.svg") 0 0 no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.custom-radio-label input[type=radio]:checked + .custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkbox-group .custom-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}
.checkbox-group .custom-checkbox-label input[type=checkbox] {
  display: none;
}
.checkbox-group .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.checkbox-group .custom-checkbox-label input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.custom-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
}

.progress-container {
  margin-top: auto;
  position: relative;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.progress-container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #B13FFF;
  margin-bottom: 16px;
}

.input {
  padding: 0 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #1b233a;
  border: 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #fff;
  outline: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
}
.input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
  opacity: 0.3;
}
.input input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
  opacity: 0.3;
}
.input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
  opacity: 0.3;
}
.input input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
  opacity: 0.3;
}
.input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
  opacity: 0.3;
}

.input-group .input {
  padding: 0 0 0 0px;
  margin-bottom: 32px;
}

textarea.b24-form-control {
  display: none !important;
}

.progress-bar {
  height: 100%;
  width: 0%;
  height: 7px;
  background: #B13FFF;
  border-radius: 30px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  left: 0px;
}

.progress-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7px;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
}

.form_madal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 478px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #272C2F;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}
@media (max-width: 768px) {
  .form_madal {
    padding: 25px;
  }
}
.form_madal h2 {
  text-align: center;
}
.form_madal .sub_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.form_madal .sub_text p {
  margin: 0;
  padding: 0;
}
.form_madal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form_madal form input {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  padding: 0 0 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
}
.form_madal form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.3;
}
.form_madal form input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.3;
}
.form_madal form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.3;
}
.form_madal form input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.3;
}
.form_madal form input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.3;
}
.form_madal form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.12%, #292BF2), color-stop(95.19%, #B13FFF));
  background: linear-gradient(0deg, #292BF2 9.12%, #B13FFF 95.19%);
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.09);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  cursor: pointer;
  border: 0;
  font-weight: 700;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.form_madal form .wpcf7-submit:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.form_madal form .hidden {
  display: none;
}
.form_madal .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  background: url("/wp-content/themes/quiz/assets/images/close.png") 0 0 no-repeat;
}
.form_madal .b24-form-btn {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.12%, #292bf2), color-stop(95.19%, #b13fff));
  background: linear-gradient(0deg, #292bf2 9.12%, #b13fff 95.19%);
  border-radius: 10px;
}
.form_madal .b24-form-wrapper.b24-form-border-bottom {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0;
}
.form_madal .b24-form-padding-side {
  padding: 0px 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.form_madal .b24-form-sign {
  padding: 10px 31px 10px 0px;
}

.form_shortcode p {
  margin: 0;
  padding: 0;
}

.modal_warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .modal_warning {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 25px 0 25px;
  }
}
.modal_warning.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_warning .form_madal {
  padding: 65px 25px 25px 25px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}/*# sourceMappingURL=quiz.css.map */