
/* .sectionStart */

.sectionStart.hide{
	display: none;
}

/* .sectionSteps */

.sectionSteps{
	display: block;
	position: relative;
	z-index: 10;
}

.sectionSteps.hide{
	display: none;
}

.wrapStepsQuiz{
	position: relative;
}

.oneStepQuiz{
	display: none;
	opacity: 0;

}

.oneStepQuiz.active-js{
	display: block;	
	opacity: 100;
}

.oneStepQuiz .stepTitle,
.oneStepQuiz .stepItems,
.oneStepQuiz .stepButtons{
	/*opacity: 0;
	transition: 1s;*/
}

.oneStepQuiz.active-js .stepTitle,
.oneStepQuiz.active-js .stepItems,
.oneStepQuiz.active-js .stepButtons{
	/*opacity: 1;
	transition: 2s;*/
}

.oneStepQuiz-typeImg{

}



.stepItems{
	margin: 0px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}



.stepItems.error{
	-webkit-animation-name: shake;
	-webkit-animation-duration: 0.4s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: shake;
	-moz-animation-duration: 0.4s;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: 2;
	-moz-animation-timing-function: linear;

	-o-animation-name: shake;
	-o-animation-duration: 0.4s;
	-o-transform-origin:50% 50%;
	-o-animation-iteration-count: 2;
	-o-animation-timing-function: linear;

	animation-name: shake;
	animation-duration: 0.4s;
	transform-origin:50% 50%;
	animation-iteration-count: 2;
	animation-timing-function: linear;
}

@-webkit-keyframes shake {
	0% { -webkit-transform: translate(4px, 1px) ; }
	10% { -webkit-transform: translate(-3px, -2px) ; }
	20% { -webkit-transform: translate(-5px, 0px) ; }
	30% { -webkit-transform: translate(0px, 2px) ; }
	40% { -webkit-transform: translate(5px, -1px) ; }
	50% { -webkit-transform: translate(-1px, 2px) ; }
	60% { -webkit-transform: translate(-4px, 1px) ; }
	70% { -webkit-transform: translate(5px, 1px) ; }
	80% { -webkit-transform: translate(-3px, -1px) ; }
	90% { -webkit-transform: translate(4px, 2px) ; }
	100% { -webkit-transform: translate(1px, -2px) ; }
}


@-moz-keyframes shake {
	0% { -moz-transform: translate(4px, 1px) ; }
	10% { -moz-transform: translate(-3px, -2px) ; }
	20% { -moz-transform: translate(-5px, 0px) ; }
	30% { -moz-transform: translate(0px, 2px) ; }
	40% { -moz-transform: translate(5px, -1px) ; }
	50% { -moz-transform: translate(-1px, 2px) ; }
	60% { -moz-transform: translate(-4px, 1px) ; }
	70% { -moz-transform: translate(5px, 1px) ; }
	80% { -moz-transform: translate(-3px, -1px) ; }
	90% { -moz-transform: translate(4px, 2px) ; }
	100% { -moz-transform: translate(1px, -2px) ; }
}


@-o-keyframes shake {
	0% { -o-transform: translate(4px, 1px) ; }
	10% { -o-transform: translate(-3px, -2px) ; }
	20% { -o-transform: translate(-5px, 0px) ; }
	30% { -o-transform: translate(0px, 2px) ; }
	40% { -o-transform: translate(5px, -1px) ; }
	50% { -o-transform: translate(-1px, 2px) ; }
	60% { -o-transform: translate(-4px, 1px) ; }
	70% { -o-transform: translate(5px, 1px) ; }
	80% { -o-transform: translate(-3px, -1px) ; }
	90% { -o-transform: translate(4px, 2px) ; }
	100% { -o-transform: translate(1px, -2px) ; }
}

@keyframes shake {
	0% { transform: translate(4px, 1px) ; }
	10% { transform: translate(-3px, -2px) ; }
	20% { transform: translate(-5px, 0px) ; }
	30% { transform: translate(0px, 2px) ; }
	40% { transform: translate(5px, -1px) ; }
	50% { transform: translate(-1px, 2px) ; }
	60% { transform: translate(-4px, 1px) ; }
	70% { transform: translate(5px, 1px) ; }
	80% { transform: translate(-3px, -1px) ; }
	90% { transform: translate(4px, 2px) ; }
	100% { transform: translate(1px, -2px) ; }
}




.itemStep-typeImg{
	min-width: 220px;
	max-width: 220px;
	width: 220px;
	margin: 0px 10px 25px;
	position: relative;
}

.itemStep-typeImg:first-child{
	margin-left: 0;
}

.itemStep-typeImg:last-child{
	margin-right: 0;
}



.itemStep-typeImg:hover{
	cursor: pointer;
}


.itemStep-typeImg.active>.wrapItemImg:before,
.itemStep-typeImg:hover>.wrapItemImg:before
{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.5);
	z-index: 10;
}


.itemStep-typeImg .wrapItemSelect-typeImg{
	display: block;
	width: 10px;
	height: 10px;
	border-radius:10px;
	background-color: #0912de;
	position: absolute;
	z-index: 20;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0s;
	opacity: 0;


}


.itemStep-typeImg.active .wrapItemSelect-typeImg{
	width: 40px;
	height: 40px;
	border-radius: 100px;
	opacity: 1;
	transition: 0;	
	transition: 0.3s cubic-bezier(0, 1, 0.54, 1.35);   /* появление сверху */

}

.itemStep-typeImg.active .wrapItemSelect-typeImg span{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.itemStep-typeImg.active .wrapItemSelect-typeImg span:after{
	content: "";
	position: absolute;
	z-index: 22;
	top: 12px;
	left: 10px;
	width: 20px;
	height: 8px;
	display: block;
	border-left: solid #fff 3px;
	border-bottom: solid #fff 3px;
	transform: rotate(-40deg);


}




.wrapItemImg{
	width: 100%;
	height: 220px;
	overflow: hidden;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	position: relative;

}

.ItemImg{
	max-width: none;
	min-width: auto;
	min-height: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.wrapItemText-typeImg{
	width: 100%;
	min-height: 70px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}

.title-itemStep-typeImg{
	color: #111;
	font-family: 'robotoBoldQuiz', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;	
	text-transform: uppercase;
}

.stepButtons{	
}

.stepButtons-back,
.stepButtons-next
{
	display: inline-block;
	margin: 10px 10px;		
}


/*шаги с  радиокнопками */

.wrapStepsQuiz{
	width: 100%;
}


.oneStepQuiz-typeRadio{
	width: 100%;
}


.stepItems-typeRadio{
margin: 30px 0 10px;
}


.itemStep-typeRadio{
	margin-bottom: 15px;
	display: inline-block;
	float: left;
	clear: both;
	text-align: left;
}


.itemRadio{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: relative;
	vertical-align: top;
	border: solid #e22600 2px;
	float: left;	
}
.stepItems .checkbox-group label {
	display: block;
    margin-bottom: 15px;
	text-align: left;
}
.stepItems .checkbox-group input {margin-right: 6px;}

.title-itemStep-typeRadio{

}

.itemStep-typeRadio:hover{
	cursor: pointer;
}

.itemStep-typeRadio:hover>.itemRadio,
.itemStep-typeRadio.active>.itemRadio
{
	/*border-color: #0912de;*/
}

.itemStep-typeRadio>.itemRadio:before{
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 20;
	top: 2px;
	left: 2px;
	display: block;
	border-radius: 20px;
}



.itemStep-typeRadio>.itemRadio:after{
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 22;
	top: 6px;
	left: 6px;
	display: block;
	border-radius: 20px;
}


.itemStep-typeRadio.active>.itemRadio:after
{
	background-color: #e22600;	
}



.title-itemStep-typeRadio{
	margin-left: 30px;
	vertical-align: middle;
	width: auto;
	display: block;	
}

.itemStep-typeRadio.active>.title-itemStep-typeRadio,
.itemStep-typeRadio:hover>.title-itemStep-typeRadio

{
	/*text-decoration: underline;*/
}

.itemStep-typeRadio:hover>.title-itemStep-typeRadio
{
	transform: translate(5px, 0);
	transition: 0.3s;
}





/*шаги с  полями ввода  */


.oneStepQuiz-typeMyData{
	width: 100%;
}



.stepItems-typeMyData{

	min-height: 314px;
	width: 100%;
	max-width: 600px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;

}

.wrapStepItems-typeMyData{

}


.itemStep-typeMyData{
	margin-bottom: 15px;
	display: inline-block;
	float: left;
	clear: both;
}




.itemStep-typeMyData>.itemMyData:before{
	content: "";
	width: 16px;
	height: 16px;
	/*background-color: #000;*/
	position: absolute;
	z-index: 20;
	top: 2px;
	left: 2px;
	display: block;
	border-radius: 20px;
}



.itemStep-typeMyData>.itemMyData:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	z-index: 22;
	top: 5px;
	left: 5px;
	display: block;
	border-radius: 20px;
}


.itemStep-typeMyData.active>.itemMyData:after
{
	background-color: #0912de;
}



.title-itemStep-typeMyData{
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	vertical-align: middle;
	width: auto;
	display: block;
	letter-spacing: 1px;
}

.title-itemStep-typeMyData:hover
{
	/*cursor: pointer;
	color: #0912de;*/

}






.wrapInputMyData-typeMyData{
	width: 200px;
	margin: 15px 0px;
}



/* end радиокнопки */


/*.sectionFooter*/


.sectionFooter{
	padding: 5px 0 0;
	position: relative;
	z-index: -20;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
	display:none;
}

.sectionFooter.active{
	opacity: 1;
	z-index: 20;
	display: block;
}

.textProgerssfooter{
	font-size: 14px;	
}



/* end .sectionFooter*/

