body{
	color: #fff;
}
body .quiz{
	color: #363636;
}
.banner__box{
	background: #fff;
}
.banner__inside h3{
	color: #fff;
}
.banner__inside p{
	color: rgba(255,255,255,0.7);
}
.banner__head{
	border-color: #474f52;
}
.quiz,
.quiz__name,
.toggle-result{
	/*background: #291e2e;*/
	
}
.quiz{
	border: 5px solid #ededed;
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 15%);
}
/* .quiz.big .quiz__main{
	height: 450px;
} */
.quiz.big .quiz__last{
	/* height: 450px; */
	padding-bottom: 60px;
	/* overflow: hidden; */
}
.quiz.big{
	padding-right: 0;
}
.quiz__item,
.quiz__header{
	border-color: #e6e6e6;
}
/*.quiz__radiotext label:before,
.progress__bar{
	background: #474f52;
}*/
a{
	text-decoration: none;
}
.quiz__name,
.quiz__title,
.progress__label,
.toggle-result{
	color: #363636b3;
}
.quiz__back svg{
	fill: #363636;
}
.quiz__last h3{
	width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.quiz__input input{
	background: none;
	/*color: #fff;*/
}
.quiz__back:not(:disabled) svg{
	fill: #000;
}
/*.quiz__form p{
	color: #fff;
}*/

.banner__advas{
	margin-top: 20px;
}
.banner__advaitem{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.banner__advaitem img{
	display: block;
	width: 20px;
	margin-right: 12px;
}
.banner__advaitem span{
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
	width: calc(100% - 35px);
}


.quiz__sidebar{
	position: absolute;
	width: 260px;
	right: 0;
	top: 0;
	height: 100%;
	background: #f7f7f7;
	padding: 30px 20px;
}
.sidebar__heading{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.sidebar__image{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 15px;
}
.sidebar__info{
	width: calc(100% - 85px);
}
.sidebar__info span{
	color: #363636;
	font-size: 16px;
	font-weight: 500;
}
.sidebar__info p{
	color: #363636;
	font-size: 12px;
	opacity: 0.7;
	margin-top: 8px;
}
.sidebar__text{
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 15px 12px;
    background: #fff;
    display: none;
}
.sidebar__text.active{
	display: block;
}
.sidebar__text p{
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.sidebar__text p:last-child{
	margin-bottom: 0;
}

.bonuses__item{
	background: linear-gradient(331deg, rgb(116, 79, 11), rgb(239, 188, 93));
	box-shadow: 0 0 0 0;
	background: linear-gradient(331deg, rgb(73, 111, 24), rgb(190, 245, 120));
	/*background: linear-gradient(90deg,rgba(0,0,0,.1),rgba(0,0,0,.55));*/
}

@media (max-width: 768px){
	.quiz__header{
		display: none
	}
	.quiz{
		padding-right: 0;
		border: 0;
	}
	.quiz__sidebar{
		position: static;
		width: 100%;
		padding-bottom: 120px;
		padding-bottom: 15px;
    	padding-top: 15px;
	}
	.quiz__last .row{
		margin: 0;
	}
	/* .quiz.big .quiz__main{
		height: 100vh;
	} */
	.sidebar__text p{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.sidebar__heading{
		margin-bottom: 10px;
	}
	.banner__inside h3,
	.banner__advaitem span,
	.bonuses__title,
	.banner__logotext{
		color: #363636;
	}
	.banner__inside p{
		color: #363636;
		opacity: 0.7;
	}
	.banner{
		background: #fff;
	}
	.banner:after{
		content: none;
	}

}

.banner__inside h3,
.banner__logotext,
.banner__inside p,
.banner__advaitem span,
.bonuses__title{
	color: #333;
}









