.quiz_wrapper {
	padding: 10px 0 20px 0;
}
.quiz_type1_title {
	font-weight: 700;
    font-size: 32px;
    margin-top: 10px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #191919;	
}
.quiz_type1_label {
	padding: 20px 20px;
	width: 40%;
	font-weight: 700;
	font-size: 18px;
    background-color: #dbf3ff;
    border-radius: 8px;
    cursor: pointer;	
    transition: .3s;
    line-height: 1.4;
}
.quiz_type1_label:hover {
	background-color: #5078e0;
	color: #fff;
}
.quiz_type1_box {
	margin-bottom: 20px;
}
.quiz_type1_subtitle {
	line-height: 1.5;
	margin-bottom: 40px;
}
.quiz_type1_progress {
	width: 100%;
	height: 8px;
	background: #ddd;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.quiz_type1_progress_bar {
	height: 100%;
	width: 0%;
	background: #4caf50;
	transition: width 0.4s ease;
}
.quiz_type1_prev_btn {
	display: block;
	margin-top: 20px;
	padding: 10px 15px;
	background: #ccc;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
}
.quiz_type1_prev_btn:hover {
	background: #bbb;
}
.quiz_type1_input {
	padding: 15px 15px;
    border-radius: 10px;
    border: 0;
    background-color: #dbf3ff;
    font-weight: 400;
    color: #242424;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;	
}
.quiz_type1_freeinput > input {
	padding: 15px 15px;
    border-radius: 10px;
    border: 0;
    background-color: #dbf3ff;
    font-weight: 400;
    color: #242424;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;		
}
.quiz_type1_input_title {
	font-weight: 700;
	font-size: 17px;
	color: #333;
}
.quiz_type1_input_box {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.quiz_type1_row {
	display: flex;
	flex-wrap: wrap;
}
.quiz_type1_box {
	width: 100%;
}
.quiz_type1_img {
	width: 22.5%;
    margin-right: 25px;
}
.quiz_type1_label_retina {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.quiz_type1_labelimg {
	width: 100%;
	padding: 0;
}
.quiz_type1_labelimg > p {
	padding: 15px 20px;
	line-height: 1.5;
}
.quiz_type1_input_box > label {
	font-weight: 700;
	display: flex;
	font-size: 18px;
}
.quiz_type_iconform {
	margin-right: 5px;
}
.quiz_type1_next_btn {
	padding: 10px 20px;
    background: #ccc;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    background-color: #FFC107;
    color: #000;    
    margin-left: 20px;

}

.quiz_type2_box {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 30px;
}
.quiz_type2_img img {
    height: 200px;
    width: 200px;
    border-radius: 500px;
    object-fit: cover;	
}
.quiz_type2_text_mes1 {
	font-weight: 700;
    background-color: #0e94b6;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-size: 21px;
    border-radius: 0 15px 15px 15px;	
    margin-bottom: 20px;
    line-height: 1.5;
}
.quiz_type2_text_mes2 {
	font-size: 19px;
	background-color: #333;
}
.quiz_type1_label_contact {
	padding: 20px 20px;
    width: 30%;
    font-weight: 700;
    font-size: 18px;
    background-color: #dbf3ff;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    line-height: 1.4;	
}
.quiz_type2_row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.whatsapp {
	display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(90.05deg, #09b435 31.31%, #25D366 98.65%);
    box-shadow: 0 24px 30px -16px rgba(37, 211, 102, 0.5);	
    color: #fff;
}
.telegram {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(90.05deg, #049ce5 31.31%, #21b7ff 98.65%);
    box-shadow: 0 24px 30px -16px rgb(29 178 251);
    color: #fff;	
}
.contact {
	display: flex;
	align-items: center;
	gap: 15px;
    color: #fff;
    background: linear-gradient(90.05deg, #FF6C6F 31.31%, #FA5255 98.65%);
    box-shadow: 0 24px 30px -16px rgb(250 82 85 / .25);
    border: 0;	
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 767px) {
	.quiz_type1_label {width: 90%;}
	.quiz_wrapper {padding: 10px 0 20px 0;}
	.quiz_type1_progress {margin-bottom: 10px;}
	.quiz_type1_title {margin-bottom: 10px; text-align: center;}
	.quiz_type1_subtitle {text-align: center;}
	.quiz_type1_label_retina {height: 210px;}
	.quiz_type1_img {width: 48%; margin-right: 0;}
	.quiz_type1_labelimg {width: 100%;}
	.quiz_type1_row {justify-content: space-between;}
	.quiz_type1_prev_btn {padding: 15px 55px; font-size: 17px;}
	.quiz_type1_input {width: 90%;}
	.quiz_type1_freeinput > input {width: 90%;}
	.type1_btn {width: 100%; display: flex; justify-content: center;}
	.quiz_type1_next_btn {margin-left: 0; padding: 13px 30px; font-size: 17px; margin-top: 12px; width: 97%;}
	.quiz_type2_box {flex-direction: column;}
	.quiz_type1_label_contact {width: 90%; justify-content: center;}
	.quiz_type2_row {margin-top: 0;}
	.quiz_type2_text_mes2 br {display: none;}

}
@media screen and (max-width: 390px) {

}
@media screen and (max-width: 375px) {

}