/* секция со сборами контактов */



.WindowQuestions-Contacts{
	position: relative;
}


/*  тип ответов - одиночный выбор, без картинки  */
/*.wrapAnswers-typeRadio-NoImg-contacts*/


.wrapAnswers-typeRadio-NoImg-contacts .stepItems{
	height: auto;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	position: relative;
	z-index: 1000;
}

.wrapAnswers-typeRadio-NoImg-contacts .answerItem{
	flex: 0 0 51%;
	max-width: 440px;
	margin: 0 auto;	 
	-webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	margin-top: 12px;
	border-radius: 8px;   
	background-color: #fff;
}

.wrapAnswers-typeRadio-NoImg-contacts .label-wrapText{
	height: 60px;
	padding-top: 0;
	font-size: 18px;
	width: 100%;
	display: block;
	border: 1px solid #e6e6e6;
}

.wrapAnswers-typeRadio-NoImg-contacts .label-wrapText:hover{
	-webkit-box-shadow: 0 1px 3px 0 #e6e6e6;
	box-shadow: 0 1px 3px 0 #e6e6e6;
	transition: all 0.3s;
}
.wrapAnswers-typeRadio-NoImg-contacts .text-13{
	padding-top: 0;

}



/* стилизация radio */

.wrapAnswers-typeRadio-NoImg-contacts .inputQuiz{
	opacity: 0;
	display: none;
}

.wrapAnswers-typeRadio-NoImg-contacts .input-psevdo{
	position: relative;
	top: 10px;
	left: -45px;
}



.wrapAnswers-typeRadio-NoImg-contacts .input-psevdo:before
{
	content:' ';
	display:block;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	position:absolute;
	top:5px;
	left: 10px;
	background: #F4F4F4;
}



.wrapAnswers-typeRadio-NoImg-contacts .input-psevdo:after
{
	content:' ';
	display:block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 2px solid #999;
	transition:200ms;
	position:absolute;
	top:5px;
	left: 10px;
	/* background: #fff200;*/
	transition:100ms ease-in-out;
	-webkit-box-shadow: 0 1px 3px 0 #e6e6e6;
	box-shadow: 0 1px 3px 0 #e6e6e6;
}



.wrapAnswers-typeRadio-NoImg-contacts .inputQuiz:checked ~ .label-wrapText .input-psevdo:after
{
	border: 2px solid green;
}

.wrapAnswers-typeRadio-NoImg-contacts .inputQuiz:checked ~ .label-wrapText .input-psevdo:before
{
	height: 8px;
	width: 8px;
	/* top: 10px;
	left: 16px; */
	top: 9px;
	left: 14px;
	background-color: green;  
}



.wrapAnswers-typeRadio-NoImg-contacts .label-wrapText
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	padding-left: 45px;
	padding-right: 15px;
}


.wrapAnswers-typeRadio-NoImg-contacts .inputQuiz:checked ~ .label-wrapText{
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 128, 0, 0.5);
	box-shadow: 0 1px 3px 0 rgba(0, 128, 0, 0.5);
	transition: all 0.3s;
}



.wrapImgContacts{
	position: absolute;
	z-index: 100;
	width: 220px;
	height: 360px;
	background-image: url(img/Front-Locked.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	bottom: -35px;
	left: -30px;
}




.wrapInputContactsType{
	margin: 50px 0 30px;
	position: relative;
	z-index: 500;
	-webkit-justify-content: center; 
	justify-content: center;

}

.wrapInputContactsType.hide{
display: none;
}





.wrapInputNumber{
	flex: 0 0 100%;
	padding: 5px;
	padding: 0;
	margin-right: 0px;
	max-width: 440px;


}

.wrapInputContacts .inputContactFormQ{
	-webkit-appearance: none;
	-moz-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.12);
	border-radius: 35px;
	background-color: #ffffff;
	border: none;
	padding: 15px 20px;
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1.2px;
	text-align: center;
	width: 100%;
	display: block;
}


.wrapInputSubmit{
	flex: 1 0 100%;
	padding: 5px;
	padding: 0px;	
	position: relative;
	overflow: hidden;
	z-index: 500;

}

.inputSubmitFormQ{
	display: block;
	width: 100%;

	overflow: hidden;
	position: relative;
	z-index: 10;
	padding: 15px 45px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 6px;

	transition: all 0.5s ease-in-out;
	background-color: #f5f50e;
	color: #000000;
	border-radius: 100px;
	max-width: 440px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	border: none;



}


.inputSubmitFormQ:hover{
	background-position: 10% 0;
	transition: all 0.5s ease-in-out;
	background-color: #d6d614;
	cursor: pointer;
	border: none;

}


.wrapInputSubmit:before {
	
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	left: -4.5em;
	top: 0;      
	display: block;
	position: absolute;
	z-index: 10000;
	-webkit-transform: skewX(45deg) translateX(0);
	transform: skewX(45deg) translateX(0);
	-webkit-transition: none;
	transition: none;
	height: 90px;
	width: 90px;
	webkit-animation: moving 5s ease-in-out infinite;
	-moz-animation: moving 5s ease-in-out infinite;
	-ms-animation: moving 5s ease-in-out infinite;
	-o-animation: moving 5s ease-in-out infinite;
	animation: moving 5s ease-in-out infinite;

}


.wrapImgPrize{
	-webkit-justify-content: center; 
	justify-content: center;	
}


.imgHintPrizePDF{
	display: inline-block;
	height: 120px;
	max-width: 120px;
	background-image: url(img/sta-je-pdf.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;	
	flex: 0 0 50%;
	margin: 18px auto;
	transform: translateX(0px);
	position: relative;
	z-index: 50;
	left: 150px;
	opacity: 0;
	transition: all 0.4s;
}


.imgHintPrizePDF.visible{
	left: 0;
	opacity: 1;
	z-index: 60;
	transition: all 0.4s;

}

/*
.imgHintPrizeContacts{
	display: block;
	margin: 0 auto;
	max-width: 220px;
	height: 160px;
	background-image: url(img/giftbox.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;	
	flex: 0 0 50%;
	position: relative;
	z-index: 55;   
}
*/







.ThanksPrizePDF{
	display: inline-block;
	height: 70px;
	width: 90%;
	max-width: 360px;

	border: solid #ff6817 2px;
	border-radius: 100px;
	margin: 18px auto;
	margin-top: 40px;
	position: relative;
	text-decoration: none;	

}


.imgThanksPrizePDF{
	position: absolute;
	z-index: 100;
	right: -7px;
	top: -36px;
	transform: rotate(20deg);
	display: block;
	height: 100px;
	width: 50px;
	background-image: url(img/tai-4.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;

}

.textThanksPrizePDF{
	position: relative;
	top: -15px;
	text-align: center;
	margin: 5px auto;
}



.textThanksPrizePDF span{
	font-size: 22px;
	background-color: #fff;
	padding: 0 5px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}


.quizWindowGratitude .WindowQuestions {
	flex: 1 0 100%;
	max-width: 100%;
}










@media only screen and (max-width : 1280px){
	.wrapInputSubmit{
		flex: 1 0 100%;
		margin-top: 25px;
		text-align: center;
	}

	.inputSubmitFormQ{
		margin: 0 auto;
	}

	.wrapInputNumber{
		margin-right: 0;
	}
}





@media only screen and (max-width : 1199px){
	.wrapInputContacts 	.inputContactFormQ{
		-webkit-box-shadow:  0 1px 12px rgba(0, 0, 0, 0.30);
		box-shadow:  0 1px 12px rgba(0, 0, 0, 0.30);
	}
}


@media only screen and (max-width : 991px){
	.wrapInputNumber, 
	.inputSubmitFormQ{
		max-width: 380px;
	}
}



@media only screen and (max-width : 767px){
	.wrapAnswers-typeRadio-NoImg-contacts .answerItem {
		flex: 1 0 100%;
		max-width: 440px;
	}

	.wrapImgContacts {
		width: 180px;
		height: 280px;
	}

	.wrapInputContacts 	.inputContactFormQ{
		font-size: 21px;
	}

	.inputSubmitFormQ{
		font-size: 21px;
		padding: 15px 30px;	
	}

	.wrapInputNumber, 
	.inputSubmitFormQ{
		max-width: 380px;
		width: 100%;
	}

	.textThanksPrizePDF {
		left: -15px;
	}

	.ThanksPrizePDF {
		height: 50px;
	}

	.imgThanksPrizePDF {
		right: -12px;
		height: 90px;
		width: 40px;
	}

}




@media only screen and (max-width : 575px){
	.wrapImgContacts {
		width: 130px;
		height: 240px;
	}
}


@media only screen and (max-width : 480px){
	.inputSubmitFormQ{
		font-size: 20px;
		padding-left: 12px;
		padding-right: 12px;
		white-space: pre-line;
	}

	.wrapInputContacts 	.inputContactFormQ {
		font-size: 18px;
		line-height: 24px;
	}

	.textThanksPrizePDF span{
		font-size: 16px;
	}
}


@media only screen and (max-width : 375px){


}