body{
	color: #fff;
}
.banner__box{
	background: #303537;
}
.banner__inside h3{
	color: #fff;
}
.banner__inside p,
.quiz__description{
	color: rgba(255,255,255,0.7);
}
.banner__head{
	border-color: #474f52;
}
.quiz,
.quiz__name,
.toggle-result{
	background: #303537;
}
.quiz__item,
.quiz__header{
	border-color: #474f52;
}
.quiz__radiotext label:before,
.progress__bar{
	background: #474f52;
}
.quiz__name,
.quiz__title,
.progress__label,
.toggle-result{
	color: #fff;
}
.quiz__back svg{
	fill: #fff;
}
.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;
}











