
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box; 
	font-family: 'Geometria',Arial,sans-serif;;
}


body.modal-open {
  overflow: hidden;
}

.containerQuiz{
	width: 100%;
	/* padding-right: 15px;
	padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 50;
	/* max-width: 1370px; */
}    

.rowQuiz{
	outline: solid red 0px;
}

.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.mainWindowQuiz img{
	max-width: 100%;
	height: auto;
}

.mainWindowQuiz,
.SectionQuiz{
	line-height: 1.2;
}






/* popup begin */
/* оверлей */
.cd-popup {
	position: fixed;
	z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding-bottom: 50px;
	background-color:#000000cc;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 4em auto;
  /* padding: 15px; */
  border-radius: 20px;
  text-align: center;
background-color: #fff;
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
	transition-duration: 0.3s;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);


}

.cd-popup-container .cd-popup-close {
	position: absolute;
	z-index: 80;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 20px;
  height: 3px;
  background-color: black;
}
.cd-popup-container .cd-popup-close::before {
  transform: rotate(45deg);
  left: 3px;
}
.cd-popup-container .cd-popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  transform: translateY(0);
}

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* popup end */
/*style content begin*/



.my_form {
  width: 95%;
  margin: 0 auto;
  background: #f0e5d0;
  padding: 15px;
  border-radius: 10px;
}
.my_form input, .my_form textarea {
  font-size: 1.25em;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  border: none;
  outline: none;
  border-radius: 10px;
}
.my_form input:not([type=submit]) {
  background: #2e6e7a;
  color: #f0e5d0;
}
.my_form textarea {
  color: #2e6e7a;
  background: #f0e5d0;
  border: 1px solid #2e6e7a;
}
.my_form input[type=submit] {
  background: #9e4155;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.my_form input[type=submit]:hover {
  background: #904749;
  border: 1px solid #2e6e7a;
}

/* style content end */













/* первый экран*/

.mainWindowQuiz{
	/*background-image: url(img/tai-11.jpg);*/
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	display: none;
}

.mainWindowQuiz:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}


.mainWindowQuiz  .rowQuiz{
	min-height: 100vh;
	padding: 10px 0 50px 0;
	-webkit-align-content: space-between; /* Safari */
	align-content: space-between;       
}

.headerQ{
	-webkit-justify-content: space-between; 
	justify-content: space-between;	
	-webkit-align-items: center; /* Safari */
	align-items: center;
	flex: 1 0 100%;

}



.wrapLogo{
	flex: 0 0 140px;
}


.wrapHeaderQtext{
	flex: 1 0 70%;
	margin-left: 5%;
	-webkit-justify-content: space-between; 
	justify-content: space-between;	
}

.text-1a{
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}


.text-1{
	font-size: 18px;
	color: #fff;
}


.text-2{
	font-size: 18px;
	color: #fff;
	margin-left: 20px;
}


.sectionUTP{
	margin: 30px 0px;  

}

.text-3{
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;

}

.text-3 .accent{
	color: #FFFF00;
}


.sectionAdvantage{
	flex: 0 0 33%;
	/* height: 100px;*/
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}


.text-4{
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px;
}

.advantageItems{
	padding-left: 40px;
	padding-top: 3px;
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	background-position: bottom 3px left;
}

.advantageItems-1{
	/*background-image: url(img/fire.png);	*/
}

.advantageItems-2{
	/*background-image: url(img/check.png);	*/
	background-position: bottom 1px left;	
}

.advantageItems-3{
	/*background-image: url(img/gift.png);	*/
}


.SectionReceive{
	flex: 0 0 63%;
	margin-top: -15px;
	padding: 15px;
	margin-right: 40px;
	border: solid 1px #FFFF00;
}

.text-5{
	color: #ff6817;
	color: #FFFF00;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 12px;
}

.text-6{
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 6px;
	font-style: italic;
}

.sectionWrapButton{
	margin: 30px;
	margin-left: 9%;
	position: relative;
	z-index: 10;
	padding: 10px 20px;
}

.buttonScrollQuiz{
	overflow: hidden; 
	position: relative;
	z-index: 10;
	padding: 15px 45px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 6px;
	background-image: linear-gradient(45deg , #ff9715 60%, #ff5959);
	background-position: 99% 0;
	background-size: 200% 200%;
	transition: all 0.5s ease-in-out;
	background-color: #ff6817;
	color: #fff;
	border-radius: 100px;
}


.buttonScrollQuiz:hover{
	background-position: 10% 0; 
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.iconPhoneButton{
	content: '';
	display: block;
	position: absolute;
	z-index: 15;
	top: -20px;
	right: -20px;
	bottom: 0;
	height: 110px;
	width: 70px;
	background-image: url(img/iphone-wa-icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	transform: rotate(14deg);
	webkit-animation: movingIconTel 8s ease-in-out infinite;
	-moz-animation: movingIconTel 8s ease-in-out infinite;
	-ms-animation: movingIconTel 8s ease-in-out infinite;
	-o-animation: movingIconTel 8s ease-in-out infinite;
	animation: movingIconTel 8s ease-in-out infinite;
}



.buttonScrollQuiz:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
   /* height: 100%;
   width: 3em; */
   left: -4.5em;
   top: 0;      
   display: block;
   position: absolute;
   z-index: 10;
   -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;
}



@-webkit-keyframes moving {
	30% {
		webkit-transform: skewX(-45deg) translateX(13.5em);
		transform: skewX(-45deg) translateX(112.5em);
	}

	100% {
		webkit-transform: skewX(-45deg) translateX(13.5em);
		transform: skewX(-45deg) translateX(112.5em);
	}

}


@-webkit-keyframes movingIconTel {
	10%, 90% {
		transform: translate3d(0, 5px, 0) rotate(16deg);
	}

	20%, 80% {
		transform: translate3d(0, 5px, 0) rotate(16deg);
	}

	30%, 50%, 70% {
		transform: translate3d(0, 6px, 0) rotate(17deg);
	}

	40%, 60% {
		transform: translate3d(0, 0, 0 )rotate(11deg);
	}
}


/* окончание первый экран*/






/*адаптив*/

@media only screen and (max-width : 1199px){
	.text-3 {
		font-size: 46px;
	}

	.headerQ{
		order: 1;
	}

	.sectionUTP{
		order: 2;
	}

	.sectionAdvantage{
		order: 5;
		flex: 1 0 60%;
		margin: 25px 0px;
	}

	.SectionReceive{
		order: 4;
		margin: 15px auto;
		flex: 1 0 100%;
	}

	.sectionWrapButton{
		order: 3;
	}

}




@media only screen and (max-width : 991px){
	.headerQ{
		-webkit-justify-content: space-between; /* Safari */
		justify-content: space-between;	
	}

	.wrapHeaderQtext{
		flex: 1 0 50%;
	}

	.headerQ .text-1{
		flex: 1 0 100%;
		text-align: right;
		margin-bottom: 8px;
	}
	.headerQ .text-2{
		flex: 1 0 100%;
		text-align: right;
		margin-left: 0;
	}

	.sectionUTP {
		margin: 60px 28px;
	}

	.sectionWrapButton{
		margin: 40px auto;
		transform: translateX(-20px);
	}

	.text-4 {
		font-size: 20px;
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
		padding-left: 32px;
	}
}





@media only screen and (max-width : 767px){
	.text-3 {
		font-size: 38px;
	}

	.SectionReceive {
		flex: 1 0 90%;
		margin: 25px 0px;
	}
	.sectionWrapButton{
		padding: 0 15px; 
		transform: translateX(0px);
	}
	.buttonScrollQuiz{
		font-size: 22px;
		text-align: center;
		padding: 15px 25px;
	}
	.iconPhoneButton{
		height: 90px;
		width: 45px;
	}
}




@media only screen and (max-width : 575px){
	.headerQ .text-1{
		font-size: 13px;
	}
	.headerQ .text-2{
		font-size: 13px;
	}
	.sectionUTP {
		margin: 45px 5px;
	}
	.text-3 {
		font-size: 28px;
	}
	.text-5 {
		font-size: 20px;
	}
	.buttonScrollQuiz{
		font-size: 19px;
		padding: 12px 25px;
	}
	.iconPhoneButton{
		height: 60px;
		width: 30px;
		right: 5px;
	}
}



@media only screen and (max-width : 480px){
	.containerQuiz {
		padding-right: 8px;
		padding-left: 8px;
	}

	.wrapLogo {
		flex: 0 0 100px;
	}

	.text-1a {
		font-size: 16px;
	}

	.sectionAdvantage {
		flex: 1 0 50%;
		margin-left: 0;
		margin-right: 0;
	}
	.SectionReceive {
		margin: 20px 0px;
		padding: 10px;
	}
	.text-4{
		font-size: 18px;
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
	}
}




@media only screen and (max-width : 375px){
	.headerQ .text-1{
		font-size: 10px;
	}
	.headerQ .text-2{
		font-size: 10px;
	}
	.text-3{
		font-size: 26px;
	}
}




/*окончание адаптив*/

















@media only screen and (max-width : 1199px){

}

@media only screen and (max-width : 991px){

}

@media only screen and (max-width : 767px){

}

@media only screen and (max-width : 575px){

}

@media only screen and (max-width : 480px){

}

@media only screen and (max-width : 375px){


}



*
{
	outline: solid 0px red;
}