/*--------------------------------------------quiz--------------------------------------------*/

.s-quiz {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 72px;
    padding-bottom: 79px;
	position: relative
}

#step-panel {display: none}

.s-quiz .container {position: relative;}

#step-panel {display: none}

.s-quiz .container {position: relative;}

.s-quiz-title {
  text-align: center;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  position: relative;
  top: 40px;
  margin-bottom: 40px;
  width: 90%
}

.quiz-body {
  min-height: 600px;
}

.quiz-body .col-quiz-body:nth-child(1) {
	width: 68%;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-right: 20px;
}

.quiz-body .col-quiz-body:nth-child(2) {
	width: 32%;
	text-align: center;
	padding-top: 122px
}

.quiz-body .col-quiz-body:nth-child(2) img {
	width: 164px;
	border-radius: 82px;
}

.quiz__answers .col {
	margin-left: 20px;
	margin-right: 20px
}

.expert-img {
	width: 164px;
	height: 164px;
	margin: auto;
	background-color: rgb(239, 238, 248);
    border-radius: 50%;
	background-position-x: 50%;
  background-size: cover;
}

.expert-name-name {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.s-quiz .description {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    width: 68%;
    margin: 20px auto 130px;
    text-align: center;
}

.expert-name-post {
	margin-top: 4px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.quiz__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 32px;
}

.quiz__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz-btn__arrow {
  background: #565252;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz__answers {
  margin-bottom: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
    -webkit-justify-content: center;
}

@media (max-width: 479px) {
  .quiz__answers {
    margin-left: 0;
  }
}

.quiz-answer {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 18px;
}

.quiz-answer__chbox {
  display: none;
}

.quiz-answer__chbox:checked + .quiz-custom-chbox::before {
  opacity: 1;
}

.quiz-custom-chbox {
  background: #FFFFFF;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  margin-right: 16px;
  flex-shrink: 0
}

.quiz-custom-chbox::before {
  content: url(../img/check.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.quiz-step-loading {
  text-align: center;
  margin-top: 18%;
}

.quiz-step-loading__title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.quiz-step-loading__subtitle {
  font-size: 22px;
  margin-bottom: 50px;
}

.quiz-step-loading__line {
  max-width: 500px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.progress {
    position: relative;
    z-index: 9;
    margin: 30px 100px 20px 100px;
    height: 12px;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	  width: 70%;
}

.progress:after {
    content: '';
    position: absolute;
    z-index: 10;
    height: 12px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
}

.quiz-step-loading__percent {
  font-size: 40px;
  font-weight: bold;
}

.quiz-step-form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.quiz-step-form__title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

.quiz-step-form__subtitle {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.quiz-step-form__label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.quiz-step-form__label label.error {
  background-color: #C01717;
  width: 100%;
  display: block;
  color: #ffffff;
  padding: 10px 15px;
}

.quiz-step-form__text-field {
  display: block;
  width: 100%;
  padding: 20px;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.quiz-step-form__button {
  max-width: 300px;
  width: 100%;
  height: 60px;
  display: block;
  margin: 0 auto 15px;
}

.quiz-step-form__pers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quiz-step-form__pers a {
  color: #ffffff;
}

.quiz-step-form__pers-chbox {
  display: none;
}

.quiz-step-form__pers-chbox:checked + .quiz-step-form__pers-custom-chbox {
  background-color: #FFDB4D;
}

.quiz-step-form__pers-chbox:checked + .quiz-step-form__pers-custom-chbox::after {
  opacity: 1;
}

.quiz-step-form__pers-custom-chbox {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.quiz-step-form__pers-custom-chbox::after {
  content: url(../img/check.svg);
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.quiz__error {
  width: 100%;
  max-width: 400px;
  background-color: #C01717;
  color: #ffffff;
  margin: 0 auto 20px;
  text-align: center;
  padding: 10px;
  display: none;
}

.percent {
    font-size: 50px;
    text-align: center;
}

.percent div {
    display: inline-block;
}

.pers, .pers a {
	font-size: 12px;
}

@media (max-width: 1600px) {
  .s-quiz .description {
      margin-bottom: 100px;
  }

  .quiz-body .col-quiz-body:nth-child(2) {
		padding-top: 96px;
	}

  .s-quiz .description {
		margin-bottom: 100px;
	}

  .btn-next, .btn-prev {
		height: 70px !important;
	}
}

@media (max-width: 1400px) {
  .s-quiz .description {
      margin-bottom: 110px;
    }

    .s-quiz .description {
      margin-bottom: 90px;
  }

  .quiz-body .col-quiz-body:nth-child(2) {
		padding-top: 80px;
	}

  .s-quiz .description {
		margin-bottom: 90px;
	}
}

@media (max-width: 1280px) {
  .quiz-body .col-quiz-body:nth-child(2) {
    padding-top: 70px;
  }

  .s-quiz .description {
		margin-bottom: 80px;
	}
}



@media (max-width: 991px) {
    .s-quiz .description {
      margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .quiz-body .col-quiz-body:nth-child(2) {
      padding-top: 62px;
  }

  .expert-name {
		width: 90%;
	}

  .quiz__title {
		font-weight: 200 !important;
		font-size: 20px !important;
		line-height: 22px !important;
	}

  .s-quiz-title {
		font-size: 22px !important;
		line-height: 24px !important;
	}

  .s-quiz .description {
    width: 88%;
  }

  .s-quiz .description {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {

.btn-prev, .btn-next {
  width: 140px !important;
}

.quiz-btn {
  margin: 0 5px !important;
}

}

@media (max-width: 390px) {
  .btn-prev, .btn-next {
      width: 120px !important;
          height: 50px !important;
  }
}

/*--------------------------------------------quiz--------------------------------------------*/

.s-cards .img {
  transition: all 1.3s ease-in-out;
}

.s-cards .img:hover{
   transform: scale(1.3)
}
