body{
	background: #201F21;
}
body .quiz{
	color: #fff;
}
/*.banner__box{
	background: #303537;
}*/
.banner__inside h3{
	color: #363636;
}
.banner__inside p{
	color: rgba(54,54,54,0.7);
}
/*.banner__head{
	border-color: #474f52;
}*/
.banner__inside h3,
.banner__advaitem span,
.bonuses__title,
.banner__logotext{
	color: #fff;
}

.banner__inside p{
	color: #fff;
	opacity: 0.7;
}
.quiz,
.quiz__name,
.toggle-result{
	/*background: #291e2e;*/
	
}
.quiz__mrktext{
	font-size: 12px;
	opacity: 0.6;
	line-height: 1.3;
	margin-bottom: 10px;
}
.quiz{
	border: 5px solid #363636;
    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{
	min-height: 450px;
	height: auto;
}
.quiz.big .quiz__last{
	height: 450px;
	padding-bottom: 0;
}
.quiz.big .quiz__last.quiz__active{
	height: auto;
	position: static;
	position: relative;
}
.quiz.big{
	padding-right: 0;
}
.quiz__item,
.quiz__header,
.toggle-result,
.quiz__back,
.quiz__lastleft,
.quiz__input input,
.banner__head{
	border-color: #3d3d3d !important;
}
.progress__bar,
.quiz__uislider .ui-slider-handle,
.quiz__uislider .toggle-slider{
	background-color: #3d3d3d;
}
/*.quiz__radiotext label:before,
.progress__bar{
	background: #474f52;
}*/
.quiz__name,
.quiz__title,
.progress__label,
.toggle-result{
	color: rgba(255,255,255,0.7);
}
.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: #fff;
}
/*.quiz__form p{
	color: #fff;
}*/

.banner__advas{
	margin-top: 20px;
}
.banner__advaitem{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	position: relative;
	padding-left: 5px;
}
.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);
}

.banner__advaitem div{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #93C039;
	position: relative;
	margin-right: 15px;
}
.banner__advaitem div:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	width: 200%;
	height: 200%;
	background: none;
	border: 2px solid #93C039;
}


.quiz__sidebar{
	position: absolute;
	width: 260px;
	right: 0;
	top: 0;
	height: 100%;
	background: #191a1b;
	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.2;
	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(90deg,rgba(0,0,0,.1),rgba(0,0,0,.55));*/
}
.sidebar__text p{
	position: relative;
	padding-left: 25px;
}
.sidebar__text p:before{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 1px;
	background: url(../img/check1.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.quiz__lastwrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.quiz__lastleft{
	width: 55%;
	padding: 100px 39px 100px 80px;
	border-right: 1px solid #e1e1e1;
}
.quiz__lastright{
	width: 45%;
	height: 100%;
	padding: 20px 45px;
}
.quiz__lasttitle{
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	margin-bottom: 12px;
}

.iti{
	width: 100%;
}
.quiz__desclist{
	margin-bottom: 20px;
	padding-left: 15px;
}
.quiz__desclist li{
	color: rgba(255,255,255,0.7);
    line-height: 1.3;
    font: 14px Ubuntu, sans-serif;
    margin-top: 5px;
}

.advblock{
	padding: 50px 0;
}
.advblock__box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.advblock__item.big{
	width: 35%;
}
.advblock__item{
	width: 20%;
	margin-bottom: 40px;
}
.advblock__icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #cdb363;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
.advblock__icon img{
	display: block;
	width: 50%;
}
.advblock__item span{
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(255,255,255, 1);
	display: block;
	margin-bottom: 7px;
}
.advblock__item p{
	font-size: 15px;
	line-height: 1.3;
	color: rgba(255,255,255,0.7);
}
.advblock__controls{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
/*	margin-top: 30px;*/
}
.advblock__controls p{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
	margin-left: 20px;
}
.advblock__controls a{
	border-radius: 40px;
	text-decoration: none !important;
	color: #fff !important;
}

.vacancy{
	min-height: 100vh;
	padding: 50px 0;
}
.vacancy__box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 90vw;
	margin: 0 auto;
}
.vacancy__item{
	width: 24%;
	border-radius: 20px;
	padding: 20px;
	background: rgba(255,255,255,0.1);
}
.vacancy__image{
	border-radius: 20px;
	height: 200px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.vacancy__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vacancy__title{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #fff;
	display: block;
	margin-bottom: 12px;
}
.vacancy__list{
	padding-left: 15px;
}
.vacancy__list li{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.3;
	color: rgba(255,255,255,0.7);
}

.thanks{
	min-height: 100vh;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.thanks__title{
	font-size: 32px;
	text-align: center;
	font-size: 600;
	margin-bottom: 30px;
}
.thanks__text{
	font-size: 20px;
	text-align: center;
	font-size: 600;
	width: 700px;
	max-width: 100%;
	margin-bottom: 30px;
	line-height: 1.3;
}
.thanks a{
	background: #93C039;
	padding: 15px 30px;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

@media (max-width: 1200px){
	.quiz{
		max-width: 940px;
	}
	.quiz__lastleft{
		padding: 100px 30px 100px 30px;
	}
	.advblock__item.big{
		width: 48%;
	}
	.advblock__item{
		width: 48%;
	}
}

@media (max-width: 992px){
	.quiz{
		padding-right: 0
	}
	.quiz__sidebar{
		position: static;
    	width: 100%;
    	display: none
	}
	.bonuses.full .bonuses__item{
		width: 260px;
    	margin-right: 23px;
    	margin-bottom: 0
	}
}

@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: #fff;
	}
	.banner__inside p{
		color: #fff;
		opacity: 0.7;
	}
	/*.banner{
		background: #fff;
	}*/
	.banner:after{
		content: none;
	}
	.quiz.big .quiz__main{
		height: auto;
		padding-bottom: 50px;
	}
	.quiz.big .quiz__last{
		/*padding-bottom: 70px;*/
	}
	.bonuses.full .bonuses__item{
		width: 48%;
    	margin-right: 0px;
    	margin-bottom: 25px;
	}
	.bonuses.full .bonuses__box{
		justify-content: space-between;
	}
	.quiz__lastleft, .quiz__lastright{
		width: 100%;
		padding: 20px 0;
	}
	.quiz__description{
		margin-bottom: 0
	}
	.advblock__item.big{
		width: 100%;
	}
	.advblock__item{
		width: 100%;
		margin-bottom: 30px;
	}
	.advblock__controls p{
		order: 1;
		width: 100%;
		margin: 15px 0 0;
		text-align: center;
	}
	.vacancy__item{
		width: 100%;
		margin-bottom: 30px;
	}
}










