.active .arrow-category {display:none;}
.index-text {padding:0 20px;}



.detail.vacancy .properties .property .value {text-align:left;}

.ya-taxi-widget_size_xs {
    min-width: 280px !important;
}

.clinic-widget {
	margin:0 10px 0 0 !important;
  display: flex;
  width: 280px !important;
}

.flexslider.before-after img{
  width: auto !important;
}

.service-blocks__item .mobile-clinics .mobile-clinic{
  text-align: center;
}

@media screen and (max-width: 560px){
  .service-blocks__item .ya-taxi-widget_size_xs {
    min-width: auto !important;
  }
  .service-blocks__item .clinic-widget {
    width: 100% !important;
  }
}

.a_com {
	color:#AF8246 !important;
	font-weight:bold;
}

h6 {
	font-size:.55em;
	font-weight:normal;
}

.staff-cart_price {
	font-size:16px !important;
}

.quiz, .quiz > *{
  box-sizing: border-box;
}

.quiz-bg{
  padding: 40px 0 80px;
  background-size: cover;
  margin-top: -50px;
  padding-top: 105px;
}
.quiz-page-title{
  font-size: 32px;
  line-height: 38px;
  color: #1C203E;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .quiz-page-title{
    font-size: 18px;
    line-height: 22px;
  }
}

.quiz-page-subtitle{
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 560px) {
  .quiz-page-subtitle{
    font-size: 16px;
    line-height: normal;
  }
}

.quiz-page-description{
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}

.quiz {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 70px;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 10px;
  background: #FFF;
  /*box-shadow: 0px 4px 80px rgba(135, 164, 197, 0.5);*/
}

@media screen and (max-width: 560px) {
  .quiz {
    width: 95%;
    margin-left: 2.5%;
    padding: 25px 20px 50px;
    /*box-shadow: 0px 0px 30px rgba(135, 164, 197, 0.5);*/
    border-radius: 12px;
  }
}

.quiz__form{
  position: relative;
  padding-bottom: 30px;
}

.quiz__stepper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
  .quiz__stepper {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}

.quiz__stepper:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E6F0EC;
}

.quiz__stepper:after {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #005b33;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.quiz__stepper.q2:after {
  width: 16.666%;
}

.quiz__stepper.q3:after {
  width: 33.333%;
}

.quiz__stepper.q4:after {
  width: 50%;
}

.quiz__stepper.q5:after {
  width: 66.666%;
}

.quiz__stepper.q6:after {
  width: 83.333%;
}

.quiz__stepper.q7:after {
  width: 100%;
}

.quiz__stepper__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 3px solid #E6F0EC;
  border-radius: 100%;
}

.quiz__stepper__step:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: -1;
  left: -3px;
  top: -3px;
  border-radius: 100%;
  border: 3px solid transparent;
  -webkit-transition: border 0.5s ease-out 0.5s;
  -o-transition: border 0.5s ease-out 0.5s;
  transition: border 0.5s ease-out 0.5s;
}

.quiz__stepper__step.active {
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}

/* .quiz__stepper__step.active:last-of-type:after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: -1;
  left: -3px;
  top: -3px;
  background: #fff;
  border-radius: 100%;
  border: 3px solid #CBDDFB;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
} */

.quiz__stepper__step.active.end:after {
  background: url('../img/quiz/quiz-check.svg') no-repeat center center #005b33;
  z-index: 1;
}

.quiz__stepper__step.active .quiz__stepper__step__cnt {
  background: #005b33;
}

.quiz__stepper__step__cnt {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}

.quiz__question {
  display: none;
}

.quiz__question.active {
  display: block;
}

.quiz__question__title {
  color: #07101B;
  font-size: 28px;
  line-height: 39px;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .quiz__question__title {
    font-size: 18px;
    line-height: normal;
  }
}

.detail.news .quiz__question__title {
  font-size: 24px;
}

.quiz__question__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 560px) {
  .quiz__question__list{
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.quiz__question__list__item {
  margin-bottom: 10px;
}

@media screen and (max-width: 560px) {
  .quiz__question__list__item {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.quiz__question__list__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .quiz__question__list__item:last-child {
    margin-right: 0;
  }
}

.quiz__question__list__item__input[type="radio"] {
  display: none;
}

/* .quiz__question__list__item__input[type="radio"]:checked ~ .quiz__question__list__item__label:before {
  background: #b7244a;
} */

.quiz__question__list__item__input[type="radio"]:checked ~ .quiz__question__list__item__label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  background: #005b33;
}

.quiz__question__list__item__input[type="text"] {
  font-size: 18px;
  width: 100%;
  max-width: 285px;
  padding: 11px 20px;
  border-radius: 24px;
  border: 1px solid #303d6a;
}

.quiz__question__list__item__label {
  position: relative;
  padding-left: 36px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .quiz__question__list__item__label {
    font-size: 14px;
    line-height: 21px;
  }
}

.quiz__question__list__item__label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 2px solid #005b33;
  border-radius: 100%;
}

.quiz__question__imgs {
  position: relative;
  width: 100%;
  max-width: 460px;
  min-height: 260px;
  /*padding-bottom: 28.5%;*/
}

@media screen and (max-width: 768px) {
  .quiz__question__imgs {
    display: none;
  }
}

.quiz__img-curve {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-height: 100%;
  background: #F4F9FF;
  box-shadow: 0px 8px 30px rgba(135, 164, 197, 0.3);
  border-radius: 20px;
}

.quiz__img-curve.active {
  opacity: 1;
}

.quiz__img-curve.active-alltime{
  opacity: 1;
}

.quiz__question__imgs__img{
  max-width: 100%;
  border-radius: 20px;
  transform: translateX(-17px) translateY(-15px);
}
.quiz__question__imgs__img--show {
  opacity: 1 !important;
}

.quiz__btn-wrap {
/*  position: absolute;
  bottom: 10px;
  left: 0;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .quiz__btn-wrap {
    justify-content: center;
  }
}

.quiz a.quiz__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #005b33;
  box-sizing: border-box;
  border-radius: 22px;
  width: auto;
  padding: 0 22px;
  height: 42px;
  cursor: pointer;
  transition: .3s;
  color: white;
  background-color: #005b33;
  text-decoration: none !important;
  opacity: 0.6;
}

.quiz a.quiz__btn.active {
  opacity: 1;
}

.quiz a.quiz__btn:hover,
.quiz a.quiz__btn:focus,
.quiz a.quiz__btn:active{
  color: #005b33;
  background-color: white;
}

.quiz__btn.hidden{
  display: none;
}

.quiz__btn.active {
  opacity: 1;
  transition: background .3s ease-in-out;
}

.quiz__btn.active:hover{
  background: #AF1124;
  color: #fff;
}

.quiz__thx {
  display: none;
}

.quiz__thx.active {
  display: block;
}

.quiz__thx__title {
  font-size: 26px;
  line-height: 38px;
  color: #1C203E;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: bold;
  display: none;
}

@media screen and (max-width: 560px) {
  .quiz__thx__title {
    margin-bottom: 50px
  }
}

.quiz__thx__title.active{
  display: block;
}

.quiz__thx .icon{
  width: 84px;
  height: 84px;
  margin: 80px auto 40px;
}
.quiz__thx .btn{
  max-width: 230px;
  margin: 0 auto;
}

.quiz__thx__subtitle {
  font-size: 18px;
  color: #303d6a;
  text-align: center;
}

.quiz__thx__articles {
  margin-top: 60px;
}

.quiz__thx__articles__title {
  font-size: 24px;
  color: #303d6a;
  text-align: center;
}

.quiz__thx__articles__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.quiz__thx__articles__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: calc(50% - 40px);
  margin-top: 40px;
}

.quiz__thx__articles__list__item__img {
  width: 100%;
  max-width: 160px;
}

.quiz__thx__articles__list__item__info {
  margin-left: 30px;
}

.quiz__thx__articles__list__item__info__name {
  font-size: 18px;
  color: #303d6a;
}

.quiz__thx__articles__list__item__info__preview {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #303d6a;
}

.quiz__thx__articles__list__item__info__link {
  font-size: 14px;
  color: #b7244a;
}

.fake-btn{
  max-width: 285px;
  font-size: 24px;
  margin: 20px auto 0;
  text-decoration: none !important;
}
