* {
	margin: 0;
	padding: 0;
	outline: none;
}

.clear {
	clear: both;
}

.wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 30px 0 50px 0;
	color: #fff;
}

.bg {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/quiz_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.black {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,.9);
}

.quiz__logo {
	padding: 20px 0 0 0;
}

.qiuz__h1 h1 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 24px;
}

.quiz__contact {
	text-align: center;
	padding-top: 20px;
}

.quiz__contact__phone {
	color: #fff;
	font-size: 18px;
}

.quiz__contact__email {
	color: #fff;
	font-size: 18px;
}

.first {
	padding: 60px 0 60px 0;
}

.first__screen__title {
	position: relative;
	display: block;
	text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #dd381f;
}

.first__screen__desc {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 30px;
  font-size: 25px;
  line-height: 30px;
	color: #fff;
}

.first__screen__items {
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	padding-top: 30px;
}

.first__screen__items ul {
	list-style: none;
}

.start__test {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 40px;
}

.social__block__link {
	position: relative;
	display: block;
	float: left;
	margin-left: 18px;
	width: 23px;
	height: 23px;
}

.social__block__link:hover svg path {
	fill: #dd381f;
}


.social__block {
	position: relative;
	display: block;
	padding: 60px 0 30px 0;
	margin: 0 auto;
	width: 170px;
}


.question1 {
	display: none;
	padding-top: 50px;
}

.question2 {
	display: none;
	padding-top: 50px;
}

.question3 {
	display: none;
	padding-top: 50px;
}

.question4 {
	display: none;
	padding-top: 50px;
}

.question5 {
	display: none;
	padding-top: 50px;
}

.discount__block {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 10px;
  border: solid 1px #7a7a7a;
  border-radius: 10px;
  opacity: 0;
  height: 0px;
}

.active .discount__block{
	opacity: 1;
	height: auto;
}

.dscount__title {
	text-align: center;
}

.discount__total {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.discount__summ {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	color: #dd381f;
	transform: scale(2);
	transition: 1s;
}

.active .discount__summ {
	transform: scale(1);
}

.answers {
	position: relative;
	display: block;
}

.answers:nth-of-type(1) {
	padding-top: 30px;
}

.answer {
	padding-top: 20px;
	font-size: 20px;
	line-height: 28px;
}

.next2__button {
	display: none;
}

.next3__button {
	display: none;
}

.next4__button {
	display: none;
}

.next5__button {
	display: none;
}

.final__button {
	display: none;
}

.question4 h3 {
	display: none;
}

.question4 p {
	display: none;
}

.question4 .answers {
	display: none;
}

.question4 .answer {
	width: 40%;
	margin: 0 10% 0 0;
	float: left;
	text-align: center;
}

.question4 .answers img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.finish {
	display: none;
}

.finish__title {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 50px;
	position: relative;
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	color: #dd381f;
}

.discount_info__title {
	position: relative;
	display: block;
	text-align: left;
	padding-top: 30px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.discount_info__title b {
	text-align: center;
}

.discount_info__hint {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 20px;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}

red {
	color: #dd381f;
}

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

.discount_info__fields {
	padding-top: 30px;		
}

.thankyou__title {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 50px;
	position: relative;
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	color: #dd381f;
}

.thankyou__subtitle {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 30px;
  font-size: 25px;
  line-height: 30px;
	color: #fff;
}

.radio input[type="radio"] {
	top: 50%;
}

.checkbox input[type="checkbox"] {
    top: 50%;
}

.promo {
	position: relative;
	display: block;
	background-color: #F9FDFC;
}

.promo__label {
  position: relative;
  display: inline-block;
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  background-color: #db211c;
  padding: 15px 10px 10px 19px;
  margin-left: -19px;
  margin-top: -19px;
}

.promo__info {
	
}

.promo__info__title {
	text-align: center;
	font-size: 32px;
	line-height: 44px;
	padding-top: 30px;
	color: #000;
}

.promo__info__text {
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	padding-top: 20px;
	color: #000;
	margin: 0 auto;
	max-width: 400px;
}

.promo_info__fields {
	padding-top: 20px;
}


.promo__noooo {
	position: relative;
	display: block;
	text-align: center;
	padding: 20px 0;
	
}


@media (max-width: 768px) {
	.question1 {
		padding-top: 0px;
	}
	.question2 {
		padding-top: 0px;
	}
	.question3 {
		padding-top: 0px;
	}
	.question4 {
		padding-top: 0px;
	}
	.question5 {
		padding-top: 0px;
	}
}