/*----------------------------------------------------------*/
.quizz-box > .row{
	/*box-shadow: 0 26px 30px rgba(202, 221, 230, .98), 10px 0 30px rgba(237, 242, 242, .98);
	border-radius:15px;
	background: #ffffff;*/
	position: relative;
	z-index: 2; 
}
.quizz-box > .row:before {
	/*content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-radius:10px;
	border:1px solid #EDEDED; 
	z-index: 1;*/ 
}
.quizz_info{}
.quizz_info,
.quizz_info > div{
	width:100%;
}
.quizz_info .title{
	font-weight: 500;
	font-size: 26px;
}
.quizz_info .description{
	font-weight: normal;
	font-size: 18px;
}
.quizz-box .page-header{
	width:100%;
}
.quizz-box .page-header font{
	display:inline-block;
	color:#0097D9;
	border-bottom: 2px dashed #0499D9;
}
.quizz-box > .row{
	/* padding:30px; */ 
}
.quizz-box .right__inner{
	/* background: #FFFFFF url("../images/quizz_bg.png") no-repeat center center;
	background-size:cover;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1); */
	border-radius: 15px;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position:relative;
	overflow:hidden;
	height: 100%;
}
.quizz-box .right__inner:after{
	display:none;
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:url("../images/quizz_boss.png");
	background-repeat:no-repeat;
	background-position:right 25px;
	background-size:contain;
}
.quizz_info .title{
	line-height: normal;
	letter-spacing: -1.2px;
	font-family: 'Acrom Bold';
	color: #454545;
}
.quizz-box .right__inner img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.quizz-box .right__inner span{
	color: #ffffff;
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	/* font-family: Acrom; */
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.48px;

}
.quizz-box .right__inner ul{
	margin:0;
	padding:0;
	list-style:none;
}
.quizz-box .right__inner ul li{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:25px;
}
.quizz-box .right__inner ul li.odd{}
.quizz-box .right__inner ul li.odd > div{
	padding-right:15px;
}
.quizz-box .right__inner ul li.even{
	text-align:right; 
}
.quizz-box .right__inner ul li.even > div{
	
}
.quizz-box .right__inner ul li.even img{
	margin-left:-35px;
}
.quizz-box .right__inner ul li img.q3{
	margin-right:-35px;
}
.quizz-box .right__inner .title{
	text-align:center;
}
.quizz-box .right__inner ul li img {
	object-fit: contain;
}
.quizz-box .right__inner ul li img.q1{
	height: 162px;
	/* flex: 0 0 150px;
	max-width: 150px; */
}
.quizz-box .right__inner ul li img.q2{
	height: 192px;
	/* flex: 0 0 150px;
	max-width: 150px; */
}
.quizz-box .right__inner ul li img.q3{
	height: 161px;
	/* flex: 0 0 150px;
	max-width: 150px; */
}	
.quizz-box div.text{
	line-height:120%;
}
.quizz-box{}
.quizz-box{}
.quizz-box{}
.progressbar{ 
	height: 45px;
	border-radius: 8px;
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
	margin-bottom:15px;
	width:100%;
	padding:0; 
} 
.progressbar > span {
	display: block;
	border-radius: 8px;
	height: 100%;
	background: linear-gradient(273.3deg, #f5f5f5 0%, #f9f9f9 12.5%, #f5f5f5 22.4%);
	position: relative;
}
.progressbar > span:after {
	content: "";
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	background-image: linear-gradient(
	-45deg, 
	rgba(255, 255, 255, .25) 25%, 
	transparent 25%, 
	transparent 50%, 
	rgba(255, 255, 255, .25) 50%, 
	rgba(255, 255, 255, .25) 75%, 
	transparent 75%, 
	transparent
	);
	z-index: 1;
	background-size: 50px 50px;
	animation: move 300s linear infinite;
	overflow: hidden;
}
.progressbar > text{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#000000;
} 
@-webkit-keyframes move {
  0% {
   background-position:-156.25vw center
  }
  50% {
   background-position:0 center
  }
  100% {
   background-position:156.25vw center
  }
 }
 @keyframes move {
  0% {
   background-position:-156.25vw center
  }
  50% {
   background-position:0 center
  }
  100% {
   background-position:156.25vw center
  }
 }
.quizz__cont{
	/* padding-right: 15px;
	padding-left: 15px; */
}
.quizz__cont > .row {
	margin-right: -15px;
	margin-left: -15px;
}
.quizz__cont > .row > div[class*="col-"]{
	padding-right: 15px;
	padding-left: 15px;
}
.quizz-box .quizz-tab .quizz__name{
	display:flex;
	align-items:center;
	justify-content:center;
}
form.quizz__inner .quizz__name{
    margin-bottom: 30px;
    line-height: 120%;

} 
form.quizz__inner .quizz__name:before{
	/* content:'';
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #F0F4F9;
	border-radius: 10px;
	text-align:center;
	margin-right:25px;
	counter-increment: section;
	content: counter(section);
	font-weight: 300;
	font-size: 18px;
	color:#000000; */ 
}  
/* form.quizz__inner .quizz-tab:nth-child(1) .quizz__name:before{content:'01';}
form.quizz__inner .quizz-tab:nth-child(2) .quizz__name:before{content:'02';}
form.quizz__inner .quizz-tab:nth-child(3) .quizz__name:before{content:'03';}
form.quizz__inner .quizz-tab:nth-child(4) .quizz__name:before{content:'04';}
form.quizz__inner .quizz-tab:nth-child(5) .quizz__name:before{content:'05';}
form.quizz__inner .quizz-tab:nth-child(6) .quizz__name:before{content:'06';}
form.quizz__inner .quizz-tab:nth-child(7) .quizz__name:before{content:'07';}
form.quizz__inner .quizz-tab:nth-child(8) .quizz__name:before{content:'08';}
form.quizz__inner .quizz-tab:nth-child(9) .quizz__name:before{content:'09';}
form.quizz__inner .quizz-tab:nth-child(10) .quizz__name:before{content:'10';}
form.quizz__inner .quizz-tab:nth-child(11) .quizz__name:before{content:'11';}
form.quizz__inner .quizz-tab:nth-child(12) .quizz__name:before{content:'12';}
form.quizz__inner .quizz-tab:nth-child(13) .quizz__name:before{content:'13';}
form.quizz__inner .quizz-tab:nth-child(14) .quizz__name:before{content:'14';}
form.quizz__inner .quizz-tab:nth-child(15) .quizz__name:before{content:'15';} */
.quizz__cont{}
.quizz__cont {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.quizz__inner {
	position: relative;
	z-index: 5;
	/* background: #FFFFFF;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding:30px; */
}
.quizz__inner .quizz-tab{
	height:100%;
}
.quizz-3 .quizz__button {
	margin-top: 34px
}

.quizz__top {
	margin-bottom: 30px
}
.quizz_sale{
	background: #0097D9;
	border-radius: 0px 0px 15px 15px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:5;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	color:#ffffff;
	text-align:center;
}
.quizz_sale:after{
	content:'';
	position:absolute;
	top:10px;
	right:10px;
	bottom:10px;
	left:10px;
	border: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
	border-radius: 8px;
}
.quizz_sale span{
	font-size: 24px;
	line-height: 28px;
}
.quizz_sale span span{
	display:block;
}
.quizz_sale span.num{
	font-weight: bold;
	font-size: 64px;
	line-height: 100%;
	margin-top:15px;
} 
.worker_info{
	position:absolute;
	top:52%;
	right:auto;
	z-index:5;
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.worker_info > div{
	position:relative;
	z-index:7;
	color:#000000;
	text-align:center;
}
.worker_info > div.name{
	font-size:18px;
	z-index:101;
	font-weight:500;
	flex:0 0 130px;
	max-width:130px;
}
.worker_info > div.dol{
	flex-wrap: nowrap;
	flex:0 0 180px;
	max-width:180px;
	z-index:100;
} 
.worker_info > div:before{
	content:'';
	position:absolute;
	top:-12px;
	right:-15px;
	bottom:-12px;
	left :-15px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	-moz-transform: skewX(-12deg);
	-webkit-transform: skewX(-12deg);
	-o-transform: skewX(-12deg);
	-ms-transform: skewX(-12deg);
	transform: skewX(-12deg);
	z-index:-1
}
.worker_info > div.dol:before{
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
.quizz__btn button.button {
	max-width: 270px;
}
.worker_info{}
@media (max-width:480px){
	.final__item .final__in {
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 50px;
	}
	.final__item .final__in i{
		font-size: 28px;
	}
	.final__item .final__in i.fa-phone{
		font-size: 22px;
	}
	.quizz-tab .final__cont {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media (max-width:767px){
	.quizz-box .page-header{
		padding-right:9px;
		padding-left:9px;
	}
}
@media (min-width:768px){}
@media (max-width: 1023px){

	#quizz > .container{
		margin-bottom:30px;
	}
	.quizz-box .col-md-8{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width:1024px){
	/* .quizz-box .right__inner{
		min-height:750px;
	} */
	#quizz{
		/* background:url("../images/quizz_component.jpg") no-repeat center center;
		background-size:cover; */ 
	}
	#quizz > .container{
		margin-bottom:40px;
	}
}
@media (min-width:1280px){
	.worker_info{
		left:70px;
	}
	.worker_info > div.dol{
		bottom: -40px;
		left: -100px;
	}
	.quizz-box .col-xl-9{
		-webkit-box-flex: 0;
		-ms-flex: 70%;
		flex: 70%;
		max-width: 70%;
	}
	.quizz-box .col-xl-3{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.quizz_info .title{
		font-size: 28px;
	}
	.quizz_info .description{
		font-size: 20px;
	}
	.quizz-box .page-header span{
		display:block;
	}
	.quizz__inner{
		padding:;
	}
	#quizz > .container{
		margin-bottom:50px;
	}
	/* #quizz-content-final.quizz-tab, 
	#quizz-content-thanks.quizz-tab{
		padding-right:50px;
		padding-left:50px;
	} */
	/* #quizz-box.quizz-box > .row,
	#quizz-box.quizz-box .right__inner{
		padding:50px;
	} */
	#quizz-box.quizz-box .right__inner ul li.even img{
		margin-left:-45px;
	}
	.quizz-box div.text{
		font-size:18px;
	}
	.quizz-box .right__inner .title{
		margin-bottom:30px;
	}
	.quizz-box .quizz__name{
		font-size:30px;
	} 
	/* .quizz-box .col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 60%;
		flex: 60%;
		max-width: 60%;
	} 
	.quizz-box .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	} */	
}
@media (min-width:1536px){
	.worker_info{
		left:100px;
	}
	.worker_info > div.dol{
		bottom: -40px;
		left: -100px;
	}
	.worker_info > div.name{
		font-size:20px;
	}
	.quizz_info .title{
		font-size: 32px;
	}
	.quizz_info .description{
		font-size: 22px;
	}
	#quizz > .container{
		margin-bottom:70px;
	}
	/* #quizz-content-final.quizz-tab,
	#quizz-content-thanks.quizz-tab{
		padding-right:70px;
		padding-left:70px;
	} */
	.quizz-box .right__inner .title{
		margin-bottom:50px;
	}
	.quizz-box .col-xl-9{
		-webkit-box-flex: 0;
		-ms-flex: 70%;
		flex: 70%;
		max-width: 70%;
	}
	.quizz-box .col-xl-3{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.quizz-box .check-sale .ans__outer.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}
.quizz__answer.check .ans__item{
	border: 1px solid #dddddd;
	border-radius: 10px;
	padding: 10px 15px;
	height: 100%;
	display: flex;
	align-items: center;

}
.quizz__answer.check .ans__check_pos {
    z-index: 99;
    margin-right: 10px;

}
.quizz__answer.check .ans__check {
    display: inline-block;

}
.quizz__answer.check .ans__title{
	margin:0;
}
.quizz__answer.check .ans__outer{
	margin-bottom: 15px;

}
.quizz__btn .button.prev:before {
	display:none;
	content: '';
	width: 22px;
	height: 11px;
	/* display: inline-block; */
	background: url("../images/bt_left.svg") no-repeat 0 0;
	background-size: contain;
	margin-right: 25px;
}
.quizz__btn .button.prev:after{
	display:none;
}
.quizz__answer.check .ans__item {
	width: 100%;
	line-height: 100%;
}
.quizz__answer.check .ans__item .ans__inner{
	display:flex;
	align-items:center;
	justify-content: flex-start;
}
.quizz__answer.check-kol .ans__inner{
	display:flex;
	align-items:center;
} 
.quizz__answer.check-kol .ans__check_pos{
	position: relative;
	top:auto;
	bottom:auto;
	left:0;
	transform:none;
	border:0;
	width:25px;
	height:25px;
	margin-right:15px;
}
.quizz__answer.check-kol .ans__check{
	display: inline-block;
	position: relative;
	border-radius: 50%;
	transform: none;
	border:0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 25px;
}
.quizz__answer.check-kol .ans__title{
	margin:0;
}
.quizz__answer.check-kol .ans__item{
	margin-bottom:15px;
}
.quizz__answer.check-kol .ch-txt{
	font-weight:bold;
	margin-bottom:15px;
}
.quizz__answer.check-kol .svoi{}
.quizz__answer.check-kol .svoi label{
	width:100%;
}
.quizz__answer.check-kol .svoi span{
	display:block;
	margin-bottom:5px;
}
.quizz__answer.check-kol .svoi input{
	width:80%;
	border-radius:4px;
	border:1px solid #dddddd;
	padding:5px;
}
.quizz__answer.check-sale{}
.quizz__answer.check-sale .ans__img:before {
	opacity: 1;
}
.quizz__answer.check-sale .ans__check:after{
	
}
.quizz__answer.check-sale .ans__check_pos{
	top:317px;
	bottom:auto;
}
/*----------------------------------------------------------*/
.quizz-tab {
	display:none;
}
#quizz-content-1 {
	display:block;
}

.button_big:focus {
	outline:none;
}
.section_quizz {
	background-color: #dff0f8;
	padding: 40px 0
}

@media (min-width:768px) {
	.quizz__answer.check .ans__item{
		padding: 25px 35px;
	}
	.quizz__answer.check .ans__outer {
		margin-bottom:35px;
	}
	.section_quizz {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (min-width:1024px) {
	.section_quizz {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (min-width:1280px) {
	.section_quizz {
		padding-top: 107px;
		padding-bottom: 101px
	}
}

.quizz .module-title {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 15px
}

.quizz__sub {
	color: #3e546d;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

@media (min-width:768px) {
	.quizz__sub {
		line-height: 1.75rem
	}
}

@media (min-width:1024px) {
	.quizz__sub {
		line-height: 2.063rem
	}
}

.quizz__modal .quizz__left {
	box-shadow: 0 13px 13px rgba(202, 221, 230, .98)
}

@media (min-width:768px) {
	.quizz__modal {
		max-width: 750px;
		padding: 14px 10px 40px!important
	}
	.quizz__modal .quizz__cont {
		margin-top: 25px
	}
	.quizz__modal .modal__close {
		right: 120px;
		top: 25px
	}
}

@media (min-width:1024px) {
	.quizz__modal {
		max-width: 970px
	}
	.quizz__modal .modal__close {
		right: 210px;
		top: 25px
	}
}

@media (min-width:1280px) {
	.quizz__modal {
		max-width: 1200px
	}
	.quizz__modal .quizz__left {
		padding: 61px 80px 57px 70px
	}
}

.quizz__cont {
	margin-top: 30px
}

@media (min-width:1024px) {
	.quizz__cont {
		margin-top: 30px
	}
}

.quizz__left {
	
}

.quizz__left:before {
	
}

@media (min-width:768px) {
	.quizz__left {
		display: table-cell;
		vertical-align: middle
	}
}

@media (min-width:1024px) {
	.quizz__left {
		
	}
	.quizz__left:before {
		top: 20px;
		right: 24px;
		bottom: 20px;
		left: 22px
	}
}

@media (min-width:1280px) {
	.quizz__left {
		
	}
}

.quizz__right {
	text-align: center;
	position: relative
}

@media (min-width:768px) {
	.quizz__right {
		display: table-cell;
		vertical-align: middle;
		width: 150px;
		z-index: 3;
		text-align: left
	}
}

@media (min-width:1024px) {
	.quizz__right {
		width: 244px;
		z-index: 1
	}
}

@media (min-width:768px) {
	.quizz__top {
		display: table;
		width: 100%
	}
}

@media (min-width:1024px) {
	.quizz__top {
		margin-bottom: 47px
	}
}

.quizz__nav {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px
}

.quizz__nav ul {
	margin: 0;
	padding: 0
}

.quizz__nav li {
	vertical-align: top;
	float: left;
	list-style: none;
	width: 35px;
	height: 32px;
	border-radius: .438rem;
	background-color: #eef5f4;
	line-height: 32px;
	text-align: center;
	color: #9eb1ae;
	font-weight: 500;
	margin-right: 5px;
	position: relative;
}

.quizz__nav li,
.quizz__nav li:before {
	display: inline-block;
	transition: .2s;
	border-radius: 70px;
}

.quizz__nav li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background: #6ce1f7;
	background: linear-gradient(180deg, #6ce1f7 0, #26c0de);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ce1f7", endColorstr="#26c0de", GradientType=0)
}

.quizz__nav li span {
	position: relative;
	z-index: 5
}

.quizz__nav li.active {
	color: #fff
}

.quizz__nav li.active:before {
	opacity: 1
}

@media (min-width:768px) {
	.quizz__nav {
		display: table-cell;
		vertical-align: top;
		width: 40%
	}
}

@media (min-width:1280px) {
	.quizz__nav li {
		width: 81px;
		margin-right: 13px
	}
}

.quizz__page {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	color: #9eb1ae;
	font-weight: 500;
	letter-spacing: -.025rem
}

@media (min-width:768px) {
	.quizz__page {
		display: table-cell;
		vertical-align: top;
		text-align: right;
		padding-right: 5px;
		padding-left: 15px;
		width: auto
	}
}

.quizz__name {
	color: #3e546d;
	font-weight: 700;
	letter-spacing: -.042rem
}

@media (min-width:768px) {
	.quizz__name {font-size: 24px;}
}

.quizz__answer {
	
}

.ans__row {
	margin-left: -14px;
	margin-right: -14px
}

.ans__outer {
	text-align: left;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 23px;

}
.ans__check_pos{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ans__check_pos .ans__inner{
	display:block;
	width: 100%;
	padding: 0;
	cursor: pointer;
	position: relative;  
} 	
.ans__item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	cursor: pointer;
	position: relative;
}

.ans__item input {
	display: none
}

.ans__item input:checked+.ans2__inner .ans__check:before,
.ans__item input:checked+.ans__inner .ans__check:before {
	opacity: 1
}

.ans__item input:checked+.ans2__inner .ans__check svg,
.ans__item input:checked+.ans__inner .ans__check svg {
	fill: #fff
}

.ans__item input:checked+.ans__inner .ans__img:before {
	opacity: 1
}

.ans__item input:checked+.ans__inner .ans__title {
	color: #016fba
}

.ans__item input:checked+.ans2__inner {
	border-color: #6ed8ec
}

.ans__item:active .ans__img:before,
.ans__item:hover .ans__img:before {
	opacity: 1
}

 .ans__check { 
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 6;
	position:relative;
}
.ans__check:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: #ffffff url("../images/q_check.svg") no-repeat center center;
	border: 2px solid #cdcecd;
	border-radius: 4px;
	overflow: hidden;
}
.ans__item input:checked + .ans__inner .ans__check:after{
	background: #019EE7 url("../images/q_check_active.svg") no-repeat center center;
	border-color: #019EE7;
	box-shadow:none;
}
.ans__check{
	display: block;
}

.ans__check:before {
	
}

.ans__check svg {
	fill: #d8dde0;
	transition: .2s;
	z-index: 5
}
 
.ans__check svg,
.ans__img {
	display: inline-block;
	position: relative
}

.ans__img {
	vertical-align: top;
	width: 100%;
	text-align: center;
	border-radius: 15px;
	background-color: #fff;
	z-index: 2;

}

.ans__img:before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	right: 0; 
	bottom: 0;
	left: 0;
	border: .063rem solid #6ed8ec;
	border-radius: .625rem;
	opacity: 0;
	transition: .2s;
	z-index: 1
}

.ans__img img {
	display: inline-block;
	border-radius:8px;
	overflow:hidden;
	object-fit:cover;
	width:100%;
	height:200px;
}

.ans__title {
	display: block;
	transition: .3s;
	color:#000000;
	font-size: 18px;
	line-height: 100%;
	margin-top: 10px;
}

.athans__outer {
	margin-top: 4px
}

.athans__item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-shadow: 0 .938rem 2.188rem rgba(220, 229, 229, .56);
	border-radius: .625rem;
	background-color: #fff
}

.athans__label {
	line-height: 1;
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	text-align: left
}

.athans__input,
.athans__label {
	display: inline-block
}

.athans__input {
	vertical-align: top;
	width: 100%;
	padding-left: 100px;
	padding-right: 10px;
	height: 58px;
	border: none;
	border-radius: .625rem;
	background: transparent
}

.ans2__outer {
	text-align: center;
	margin-bottom: 15px
}

.ans2__item {
	max-width: 366px
}

.ans2__item:active .ans2__inner,
.ans2__item:hover .ans2__inner {
	border-color: #6ed8ec
}

.ans2__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-shadow: 0 .938rem 2.188rem rgba(220, 229, 229, .56);
	border-radius: .625rem;
	background-color: #fff;
	border: 1px solid #fff;
	transition: .2s;
	line-height: 49px;
	padding: 5px 15px 5px 84px;
	text-align: left
}

.ans2__inner .ans__check {
	right: auto;
	left: 19px;
	top: 50%;
	margin-top: -16px
}

.ans2__title {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.25;
	font-weight: 400;
	letter-spacing: -.025rem
}

.quizz__btn {
	margin-top: 20px;
	text-align:center;
	padding-right:14px;
	padding-left:14px;
}
.quizz__btn .button{
	width: 100%;
	max-width: 195px;
	height: 80px;
	line-height: 80px;
	color:#ffffff;
	text-decoration:none;
	border-radius: 12px;
	background: linear-gradient(to bottom,  #1fc8e2 0%,#7db9e8 100%);
	transition: all 0.3s ease;
	display: flex;
	align-items:center;
	justify-content:center;
	border:0;
	font-size: 20px;
	font-family: 'TRY Clother Bold';
}
@media (max-width: 700px){ 
	.ans__img img {
		display: inline-block;
		border-radius: 10px;
		overflow: hidden;
		object-fit: cover;
		width: 100%;
		height: 155px;
	
	}
	.ans__check_pos{
	
	}
}
@media (max-width:480px) {
	.mdl-hdr {
		flex-direction: column;
		margin: 0;
	}
	.mdl-hdr .ans__check_pos {
		margin-top: -13px;
		margin-right: 0;
	}
}
@media (min-width:1024px) {
	.quizz__btn {
		
	}
}

.quizz__button {
	text-align: center
}

.quizz__next {
	padding: 0 32px
}

.final__cont {
	text-align: center;
	/* padding-top: 36px; */
	padding-bottom: 47px;

}

.final__sub {
	color: #3e556c;
	line-height: 1.375rem;
	letter-spacing: -.033rem
}

@media (min-width:768px) {
	.final__sub {
		line-height: 1.5rem
	}
}

.final__title {
	color: #3e556c;
	line-height: 1.5rem;
	font-weight: 700;
	letter-spacing: -.051rem;
	margin-top: 3px;
	margin-bottom: 30px
}

.final__title strong {
	color: #1270B7;
	font-weight:400;
	letter-spacing: 0px;
}

@media (min-width:768px) {
	.final__title {
		line-height: 2.25rem
	}
}

@media (min-width:1024px) {
	.final__title {
		line-height: 1.5em;
		font-size: 32px;
	}
}

.final__label {
	color: #3e546d;
	line-height: 1.125rem;
	margin-bottom: 21px
}

@media (min-width:768px) {
	.final__label {
		line-height: 1.25rem
	}
}

.final__item {
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin: 0 3px
}

.final__item input {
	display: none
}

.final__item input:checked+.final__in:before,
.final__item input:checked+.final__in i{
	opacity: 1;
	color:#ffffff;
}

.final__item input:checked+.final__in svg {
	fill: #fff!important
}

@media (min-width:768px) {
	.final__item {
		margin: 0 12px
	}
}

.final__in {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius:70px;
	box-shadow: inset .125rem .063rem .313rem rgba(44, 103, 129, .21), inset 0 0 1rem rgba(229, 245, 251, .32);
	background-color: #fcfcfc;
	position: relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.final__in i.fa-phone{
	font-size:28px;
}
.final__in i{
	font-size:32px;
	color:#1270B7;
	position:relative;
	z-index:9;
}
.final__in:before{
	
}
.final__in:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius:70px;
	box-shadow: inset 0 .063rem .188rem hsla(0, 0%, 56%, .21);
	background-color: #67dbf1;
	z-index: 1;
	opacity: 0
}

.final__in svg {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 5;
	transition: .2s;
	fill: #3e546d
}

@media (max-width:767px) {
	.final__in svg {
		max-width: 16px
	}
}

@media (min-width:768px) {
	.final__in {
		
	}
}

.final__bottom {
	max-width: 345px;
	margin: 29px auto 0
}




.form__title {
	color: #222;
	font-size: 1.25rem;
	line-height: 1.65rem;
	font-weight: 500
}

@media (min-width:768px) {
	.form__title {
		font-size: 1.5rem;
		line-height: 1.875rem
	}
}

@media (min-width:1024px) {
	.form__title {
		font-size: 1.688rem;
		line-height: 2.313rem
	}
}

.form__inp {
	margin-bottom: 40px;
	position: relative;
}

.form__inp svg {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	transition: .2s;
	fill: #c7e1ec
}

@media (min-width:1024px) {
	/* .form__inp:before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 66px;
		top: 21px;
		bottom: 16px;
		width: 1px;
		background-color: #c7e1ec
	} */
	.form__inp svg {
		left: 26px
	}
}

.form__input {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-shadow: inset .125rem .063rem .563rem rgba(41, 103, 130, .21), inset 0 0 1rem rgba(228, 245, 251, .32);
	border-radius: 10px;
	border: .063rem solid #e0ebef;
	background-color: #fff;
	height: 58px;
	padding-left: 50px;
	padding-right: 10px;
	font-size: .9375rem;
	font-weight: 500;
	letter-spacing: .119rem;
	color: #adc7d3;
	transition: .2s
}

.form__input::-webkit-input-placeholder {
	color: #adc7d3
}

.form__input:-moz-placeholder,
.form__input::-moz-placeholder {
	color: #adc7d3
}

.form__input:-ms-input-placeholder {
	color: #adc7d3
}

.form__input:focus {
	color: #3e546d;
	outline:none;
}

.form__input:focus+svg {
	fill: #3fc7e0
}

.form__input.invalid {
	box-shadow: inset .125rem .063rem .563rem rgba(246, 42, 42, .21), inset 0 0 1rem rgba(239, 25, 49, .32);
	border-color: #fd4a42
}

@media (min-width:1024px) {
	.form__input {
		height: 72px;
		padding-left: 86px;
		font-size: 16px;
	}
}

.form__sel {
	margin-bottom: 15px;
	position: relative
}

.form__sel svg {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	fill: #333
}

.form__select,
.form__sel svg {
	display: inline-block;
	transition: .2s
}

.form__select {
	vertical-align: top;
	width: 100%;
	box-shadow: inset .125rem .063rem .563rem rgba(41, 103, 130, .21), inset 0 0 1rem rgba(228, 245, 251, .32);
	border-radius: 2.25rem;
	border: .063rem solid #e0ebef;
	background-color: #fff;
	height: 52px;
	border-radius: 29px;
	padding-left: 15px;
	padding-right: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #333;
	font-size: .813rem;
	font-weight: 500
}

.form__select::-webkit-input-placeholder {
	color: #adc7d3
}

.form__select:-moz-placeholder,
.form__select::-moz-placeholder {
	color: #adc7d3
}

.form__select:-ms-input-placeholder {
	color: #adc7d3
}

.form__select:focus {
	color: #3e546d
}

.form__select:focus+svg {
	fill: #3fc7e0
}

.form__submit {
	width: 100%;
	text-align: center
}

.form__agree {
	color: #637980;
	font-size: .813rem;
	line-height: 1.313rem;
	font-weight: 400;
	margin-top: 34px
}

.form__agree input {
	display: none
}

.form__agree input:checked+span:after {
	border: 2px solid #fff;
	background: #69dcf2
}

.form__agree span {
	display: inline-block;
	position: relative;
	padding-left: 38px
}

.form__agree span:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 .625rem 1.813rem rgba(157, 231, 246, .66);
	background-color: #69dcf2;
	left: 9px;
	top: 1px
}

.form__agree span:after,
.form__agree span:before {
	content: "";
	display: inline-block;
	position: absolute
}

.form__agree span:after {
	width: 18px;
	height: 18px;
	left: 10px;
	top: 2px;
	border-radius: 50%;
	transition: .2s;
	border: 5px solid #69dcf2;
	background: #fff
}


.sk-folding-cube {
	width: 4em;
	height: 4em;
	position: relative;
	margin: auto;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1abb9c;
	-webkit-animation: sk-folding-cube-angle 2.4s infinite linear both;
	animation: sk-folding-cube-angle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube-2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube-3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube-4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube-2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube-3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube-4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-folding-cube-angle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-folding-cube-angle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.quizz__cont {
	position: relative;
	z-index:5;
}

.hidden {
	display:none;
}

.preloader {
	top: calc(50% + 74px);
	left: 50%;
	z-index: 100;
	position: absolute;
	margin-left: -32px;
	margin-top: -32px;
}
.preloader-bg {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	background:rgba(255, 255, 255, .8);
}
.quizz__button .button.quizz__next {
	margin-top: 30px;
}
#quizz-content-thanks {
	text-align: center;
}
#quizz-content-thanks,
#quizz-content-final{
	/* box-shadow:inset 0 0 25px 25px rgba(0,0,0,0.1);
	border-radius:15px;
	padding:30px; */	
}
#quizz .quizz-box .page-header{
	line-height:120%;
}
.quizz__btn p {
	margin: 0;
	display: flex;
	flex-direction:column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}
.quizz-err {
	/* position: absolute;
	bottom: 0; */
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 0;
	border-radius: 8px;
	color: #ffffff;
	font-size: 18px;
	z-index: 13;
	background: #a12525;
}