.cta-quiz {
  height: 695px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1C2532 0%, #070A10 100%);
  color: #fff;
  font-family: 'suisse-intl', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  overflow: hidden;
}
.cta-quiz * {
  box-sizing: border-box;
}
.cta-quiz__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
	line-height: 0;
	font-size: 0;
}
.cta-quiz__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cta-quiz__form {
  height: 100%;
  position: relative;
}
.cta-quiz__step {
	display: flex !important;
	transition: 0.5s;
	width: 100%;
  height: 100%;
	justify-content: space-between;
  gap: 8px;
	align-items: start;
	flex-direction: column;
	position: absolute;
  top: 0;
  left: 0;
	opacity: 0;
  z-index: 0;
}
.cta-quiz__step.fade-out {
	animation: fade-out .5s ease-in-out;
	opacity: 0;
  z-index: 0;
  transform: translate(-10%, 0);
}
.cta-quiz__step.active {
	display: flex !important;
	opacity: 1;
  z-index: 1;
	animation: fade-in .5s ease-in-out;
}


@keyframes fade-in {
  0% {
    opacity: 0;
    z-index: 0;
    transform: translate(10%, 0);
  }
  100% {
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    z-index: 0;
    transform: translate(-10%, 0);
  }
}


.cta-quiz__start-step-background {
	position: absolute;
	right: 4%;
	bottom: -3%;
	width: 69%;
	z-index: 0;
}
@media (min-width: 768px) {
  .cta-quiz__start-step-background.step_finish {
    right: 1%;
    bottom: -8%;
  }
}
.cta-quiz__start-step-background img {
  width: 100%;
}
.cta-quiz__question-top {
  width: 100%;
}
.cta-quiz__start-container {
  width: 440px;
  max-width: 92%;
  position: relative;
  z-index: 1;
	left: 4%;
	top: 6%;
}
.cta-quiz__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
	display: block;
	margin-bottom: 24px;
}
.cta-quiz__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
	margin: 0 0 30px;
}
.cta-quiz__button {
  width: 200px;
  height: 52px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px;
  background: #2589FF;
  color: #fff;
  border-radius: 8px;
  border: none;
  outline: none;
  text-decoration: none;
  display: inline-block;
  transition: .2s;
}
.cta-quiz__button.active {
  cursor: pointer;
}
.cta-quiz__button:hover {
  background: #489CFF;
  color: #fff;
}
.cta-quiz__button:active {
	background: #0879FE;
  color: #fff;
}
.cta-quiz__button[disabled="disabled"] {
  background: rgba(77, 160, 255, 0.40);
  backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.80);
}
.cta-quiz__question-header {
  display: grid;
  grid-template-columns: auto 70px;
  gap: 20%;
  margin-bottom: 16px;
}
.cta-quiz__question-header-left {}
.cta-quiz__question-header-left p {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}
.cta-quiz__question-header-right {}
.cta-quiz__step-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-align: right;
  display: block;
  letter-spacing: -0.02em;
}
.cta-quiz__progress-bar {
  height: 7px;
  border-radius: 4px;
  margin-bottom: 24px;
  width: 100%;
  position: relative;
  background: #fff;
}
.cta-quiz__progress-bar-line {
  position: absolute;
  left: 0;
  border-radius: 4px;
  height: 100%;
  width: 0%;
  background: #2589FF;
}
.cta-quiz__question-variants {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cta-quiz__variant-button {
	padding: 16px;
  border-radius: 8px;
  border: 1px solid #17202D;
  background: linear-gradient(128deg, #1A1523 -6.41%, rgba(26, 21, 35, 0.00) 115%);
  backdrop-filter: blur(5px);
	cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
	display: flex;
	align-items: center;
}

.cta-quiz__variant-button:hover {
  border: 1px #2589FF solid;
}

.cta-quiz__textarea textarea {
  border-radius: 8px;
  border: 1px solid #17202D;
  background: linear-gradient(128deg, #2E273E -6.41%, rgba(40, 33, 54, 0.00) 114.81%);
  backdrop-filter: blur(5.120978832244873px);
  height: 90px;
  padding: 16px;
  width: 100%;
  color: #fff;
  outline: none;
  font-family: 'suisse-intl', sans-serif;
  font-size: 16px;
}
.cta-quiz__textarea textarea.active, .cta-quiz__textarea textarea:hover {
  border: 1px #2589FF solid;
}
.cta-quiz__checkbox {
	display: inline-block;
	margin-right: 12px;
	padding: 2px;
	width: 18px;
	height: 18px;
  background: url(../img/cta-quiz/cta-quiz__checkbox.svg) center center no-repeat;
  background-size: contain;
	position: relative;
	flex-shrink: 0;
}
.cta-quiz__checkbox-button.active .cta-quiz__checkbox {
  background: url(../img/cta-quiz/cta-quiz__checkbox-active.svg) center center no-repeat;
  background-size: contain;
}
.cta-quiz__radio {
	display: inline-block;
	margin-right: 12px;
	padding: 2px;
	width: 18px;
	height: 18px;
  background: url(../img/cta-quiz/cta-quiz__radiobutton.svg) center center no-repeat;
  background-size: contain;
	position: relative;
	flex-shrink: 0;
}
.cta-quiz__radio-button.active .cta-quiz__radio {
  background: url(../img/cta-quiz/cta-quiz__radiobutton-active.svg) center center no-repeat;
  background-size: contain;
}
.cta-quiz__step__footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 8px
}
.cta-quiz__back-button {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #2589FF;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.cta-quiz__back-button:hover {
  border: 2px solid #489CFF;
}
.cta-quiz__back-button:hover svg path {
  stroke: #489CFF;
}
.cta-quiz__back-button:active {
  border: 2px solid #0879FE;
}
.cta-quiz__back-button:active svg path {
  stroke: #0879FE;
}


@media (max-width: 1279px) {
  .cta-quiz__variant-button {
    font-size: 16px;
    line-height: 125%;
  }
}
@media (max-width: 767px) {
  .cta-quiz {
    padding: 16px;
    border-radius: 12px;
    height: 630px;
    overflow-y: auto;
  }
  .cta-quiz::-webkit-scrollbar {
    width: 0;
  }
  .cta-quiz__step {
    /* overflow-y: auto; */
  }
  .cta-quiz__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .cta-quiz__start-container {
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .cta-quiz__description {
    font-size: 16px;
  }
  .cta-quiz__button {
    width: 100%;
  }
  .cta-quiz__start-container .cta-quiz__button {
    position: absolute;
    bottom: 0;
  }

  .cta-quiz__start-step-background {
    right: 50%;
    bottom: -2%;
    width: 322px;
    transform: translate(50%, 0);
  }

  .cta-quiz__variant-button {
    padding: 8px;
  }

  .cta-quiz__question-header {
    display: grid;
    grid-template-columns: auto 56px;
    gap: 0;
  }
  .cta-quiz__question-header-left p {
    font-size: 18px;
    line-height: 130%;
  }
  .cta-quiz__step-number {
    font-size: 16px;
  }
  .cta-quiz__progress-bar {
    margin-bottom: 16px;
  }
  .cta-quiz__question-variants {
    gap: 8px;
  }
  .cta-quiz__textarea textarea {
    height: 65px;
    padding: 8px;
  }
}



