.fz-12 {
  font-size: 12px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-26 {
  font-size: 26px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.fz-32 {
  font-size: 32px;
}

.fz-34 {
  font-size: 34px;
}

.fz-36 {
  font-size: 36px;
}

.fz-40 {
  font-size: 40px;
}

.fz-48 {
  font-size: 48px;
}

.fz-56 {
  font-size: 56px;
}

.fz-64 {
  font-size: 64px;
}

.fz-72 {
  font-size: 72px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.one-p {
  position: relative;
  font-family: "Buenard", sans-serif;
}
.one-p .nav-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.one-p .nav-button {
  display: flex;
  justify-content: center;
  max-width: 30px;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgb(147, 72, 194);
}
.one-p .nav-button svg {
  padding: 2px;
}
.one-p .container {
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 10px 30px 30px;
  width: 100%;
}
.one-p .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.one-p .main__block {
  position: relative;
}
.one-p .main__pic {
  overflow: hidden;
  display: flex;
  max-width: 500px;
  max-height: 300px;
  width: 100%;
  margin: auto;
  border-radius: var(--image-border-radius);
}
.one-p .main__pic::before {
  position: absolute;
  content: "";
  display: block;
  margin: 5px auto;
  height: 3px;
  width: 60%;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main-color);
}
.one-p .main__pic img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.one-p .main__text {
  color: var(--main-text-color);
  font-size: var(--title-font-size);
  line-height: 1.4;
  text-align: center;
  margin: 30px auto 0;
  font-weight: 700;
}
.one-p .main__subtext {
  font-size: var(--subtitle-font-size);
  line-height: 1.4;
  color: var(--main-color);
  text-align: center;
  margin: 30px auto;
}
.one-p .slider {
  max-width: 500px;
  position: relative;
  margin: 0 auto 15px;
  height: auto;
}
.one-p .slider-item {
  animation: fade 1.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.one-p .slider-text {
  color: #000;
  font-size: var(--main-text-font-size-deck);
  font-weight: 500;
  margin: 15px auto 8px;
}
.one-p .slider-description {
  color: #000;
  text-align: center;
  padding: 10px 5px;
  margin-bottom: 15px;
  width: 100%;
}
.one-p .slider .item__question {
  padding: 15px;
  margin-top: 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px -1px 21px 0px rgba(0, 0, 0, 0.75);
}
.one-p .slider .item__question.last {
  text-align: left;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  height: 100%;
}
.one-p .slider .item__question.last.transparent {
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
  gap: 3px;
  line-height: normal;
  padding: 0 15px 15px;
}
.one-p .slider .item__question .number__question {
  width: 100%;
  padding: 3px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}
.one-p .slider .final_title {
  text-align: center;
  margin-bottom: 15px;
  font-size: clamp(24px, 4vw, 32px);
}
.one-p .slider .final_main_text {
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.one-p .slider .final_text {
  display: block;
  width: 100%;
}
.one-p .slider .analytic_url {
  padding: 10px 15px;
  color: white;
}
.one-p .slider .final_result_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.one-p .slider .final_result_list li {
  list-style: disc;
}
.one-p .slider .final_button_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.one-p .slider .final_button_block .link_list .btn {
  display: flex;
  flex-direction: column;
}
.one-p .slider .final_button_block .link_list .btn .link {
  color: #1A0DAB;
  text-decoration: underline;
  font-weight: bold;
}
.one-p .slider .final_button_block .link_list .link_description {
  font-style: italic;
  font-size: 16px;
}
.one-p .form_radio_btn {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 7px;
  display: block;
  cursor: pointer;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  user-select: none;
  transition: all 0.2s linear;
}
.one-p .form_radio_btn p {
  line-height: 30px;
  font-weight: 400;
  font-size: var(--main-text-font-size-deck);
  padding: 6px 10px;
}
.one-p .form_radio_btn:hover {
  background: var(--main-color);
  opacity: 0.8;
}
.one-p .form_radio_btn:hover p {
  color: #fff;
}
.one-p .quiz-button {
  background: var(--main-color);
  padding: var(--quiz-button-padding-height) var(--quiz-button-padding-width);
  margin: 12px;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.one-p .quiz-button.btn-gradient {
  background: linear-gradient(to right, rgb(147, 72, 194), #b411c0);
}
.one-p .quiz-button.btn-pulsing {
  display: inline-block;
  color: #fff;
  padding: 20px 100px;
  cursor: pointer;
  background: linear-gradient(to right, #89216b, #da4453);
  font-size: 29px;
  font-family: Roboto, sans-serif;
  transition: all 2s ease;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-decoration: none;
  animation: pulsing 1s ease-in-out infinite;
}
.one-p .one-p-background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
}
.one-p .one-p-background .one-p-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.one-p .one-p-background .one-p-overlay.black {
  background-color: rgb(0, 0, 0);
}
.one-p .one-p-background .one-p-overlay.white {
  background-color: rgb(255, 255, 255);
}
.one-p .one-p-background.color {
  background-color: var(--bg-color);
}

@media (max-width: 1024px) {
  .one-p .main__text {
    font-size: 25px;
  }
  .one-p .slider-text {
    font-size: var(--main-text-font-size-deck);
  }
  .one-p .slider .form_radio_btn p {
    font-size: var(--main-text-font-size-deck);
  }
  .one-p .slider .item__question {
    margin-top: 40px;
  }
  .one-p .slider .item__question.last {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .one-p .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 560px;
  }
  .one-p .main__text {
    font-size: 20px;
  }
  .one-p .main__subtext {
    font-size: 16px;
  }
  .one-p .slider-text {
    font-size: var(--main-text-font-size-mob);
  }
  .one-p .slider .form_radio_btn p {
    font-size: var(--main-text-font-size-mob);
  }
  .one-p .quiz-button {
    padding: 20px 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .one-p .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 560px;
  }
  .one-p .main__text {
    font-size: var(--title-font-size-mob);
    margin-top: 24px;
  }
  .one-p .main__subtext {
    font-size: var(--subtitle-font-size-mob);
  }
  .one-p .slider-text {
    font-size: var(--main-text-font-size-mob);
    margin: 5px auto;
  }
  .one-p .slider-description {
    font-size: 16px;
  }
  .one-p .slider .form_radio_btn p {
    font-size: var(--main-text-font-size-mob);
  }
  .one-p .slider .quiz-button {
    padding: var(--quiz-button-padding-height-mob) var(--quiz-button-padding-width-mob);
    font-size: 16px;
  }
}
.scaleOnHover:hover {
  transform: scale(1.1);
}

.pulsing {
  animation: pulsing 1s infinite;
}

.lines span {
  position: absolute;
}
.lines span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #e8b7db);
  animation: animateTop 2s linear infinite;
}
.lines span:nth-child(2) {
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #e8b7db);
  animation: animateRight 2s linear -1s infinite;
}
.lines span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #e8b7db);
  animation: animateBottom 2s linear infinite;
}
.lines span:nth-child(4) {
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #e8b7db);
  animation: animateLeft 2s linear -1s infinite;
}

@keyframes fromLeftToRightInfinite {
  from {
    background-position: -1000px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes pulsing {
  50% {
    transform: scale(1.1);
  }
}
@keyframes animateTop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animateRight {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes animateLeft {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=one-page-quiz.css.map */
