/*........ specification ........*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #4F006A;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: linear-gradient(337.03deg, #9685FF 40.32%, #F56EEE 60.1%, #798CE8 93.81%);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

body, html {
   height: 100%;
}

div, p, form, input, a, span, button {
  box-sizing: border-box;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a, a:hover, a:active {
  text-decoration: none;
}

a, button, input {
  transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
  outline: none;
}

.container {
  margin: 0 auto;
  max-width: 969px; 
}

.d-flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.btn {
   width: 100%;
   background: transparent;
   display: block;
   text-align: center;
   cursor: pointer;
   border: none;
}


/* ----------------- */

.cviz {
  max-width: 560px;
  width: 100%;
}

.cviz-card,
.cviz-question,
.cviz {
  position: relative;
}

.cviz-card__img-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.cviz-card {
  width: 100%;
  background: #FFFFFF;
  border-radius: 40px;
  margin: auto;
  position: relative;
  display: none;
}

.cviz-card:first-child {
  display: block;
}

.cviz-card__content {
  max-width: 349px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 270px 0 130px;
}

.cviz-input {
        display: block;
    border: 1px solid #4F006A;
    border-radius: 100px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #4F006A;
    padding: 8px 0;
    width: 100%;
}

.cviz-input::placeholder {
    color: #4F006A;
}

.form-email .cviz-card__text {
    margin: 40px 0 20px;
}

.form-email span {
        font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 101%;
    text-align: center;
    color: #A0A0A0;
    display: block;
    margin: 16px 0 20px;
}

.cviz-card__icon img {
  position: absolute;
  max-width: 417px;
  width: 100%;
  top: -185px;
  left: 50%;
  transform: translateX(-50%);
}

.cviz-card__title {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  font-size: 40px;
  line-height: 101%;
}

.cviz-card__text {
  font-weight: 400;
  font-size: 16px;
  margin: 50px 0 44px;
  line-height: 101%;
}

.cviz-card__btn {
  background: #D939AE;
  border-radius: 100px;
  padding: 13px 0;
  font-weight: 700;
  font-size: 20px;
  max-width: 221px;
  color: #FFFFFF;
  margin: auto;
}

.cviz-question {
  padding: 144px 0 63px; 
  text-align: center;
}

.cviz-question__title {
  font-family: 'Unbounded';
  font-weight: 700;
  font-size: 20px;
  line-height: 101%;
  color: #4F006A;
  max-width: 416px;
  text-align: center;
  width: 100%;
  margin: auto auto 38px;
}

.cviz-answer__btn {
  font-family: 'Montserrat';
  background: transparent;
  border: 1px solid #4F006A;
  border-radius: 100px;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 20px;
  color: #4F006A;
  max-width: 419px;
  width: 100%;
  margin: auto;
}

.cviz-answer__btn:not(:last-child) {
  margin-bottom: 15px;
}

.cviz-answer__btn:hover, .cviz-answer__btn.active {
  border: 1px solid transparent;
  background: #D939AE;
  color: #fff;
}

.cviz-pagination {
  display: flex;
  font-size: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  color: #4F006A;
}

.cviz-pagination__back svg {
  width: 30px;
  height: 30px;
  display: flex;
}

.cviz-pagination__back  {
  width: 30px;
  margin-right: 28px;
  padding: 0;
}

.cviz-audio__pause, .result {
  display: none;
}

.cviz-audio {
  padding: 67px 0 63px;
}

.cviz-audio__play, .cviz-audio__pause {
  max-width: max-content;
  margin: auto auto 40px;
}

audio {
  display: none;
}

.wpcf7-response-output {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 249px;
    text-align: center;
    transform: translateX(-50%);
}

.wpcf7-spinner {
  position: absolute;
  left:0;
}

.cviz-span label {
      display: flex;
    align-items: center;  
}