.wrap_volum .icon{
	width: 50px;
	height: 44px;
	display: inline-block;
	background-image: url("../images/mute.png");
	background-position: top;
	background-repeat: no-repeat;
	cursor:pointer;
}

.wrap_volum .icon.off{
	background-position: -3px -44px;
	background-image: url("../images/mute.png");
}

.answ {
	cursor:pointer;
}

.my-answer .answ_inside {
	background-position: 0 -52px;
}

.my-answer .ans_1{
	color: #fff;
}
.my-answer .ans_2{
	color: #000;
}

.corect .answ_inside {
	background-position: 0 -134px;
}

.corect .ans_1{
	color: #e1a02e;
}

.corect .ans_2{
	color: #fff;
}

.modal{
	display: none;
}
.modal_bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}
.modal-content{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 20;
}
.modal .title{
	font-size: 18px;
	text-align: center;
	line-height: 38px;
}
.help_modal{
	background: url(../images/form_help.jpg) left top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 590px;
	height: 415px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 25;
	transform: translate(-50%, -50%);
	max-width: 98%;
}
.people_answer{
	width: 330px;
	max-width: 98%;
	height: 240px;
	font-weight: bold;
	text-align: center;
	margin: 40px auto 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.modal .btn{
	background: url('../images/btn_play.png') no-repeat scroll center top / 100% 88px rgba(0, 0, 0, 0);
	color: #020911;
	font-size: 18px;
	font-weight: bold;
	height: 44px;
	line-height: 42px;
	cursor: pointer;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	transition: 0.4s;
}
.modal .btn:hover{
	color: #fff;
	background-color: transparent;
	background: url('../images/btn_play.png') no-repeat center bottom;
	background-size: 100% 88px;
}
.people_answer .row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
	align-items: flex-end;
}
.answ_a{
	background: url(../images/help_a_strip.png) repeat-y center center;
}
.answ_b{
	background: url(../images/help_b_strip.png) repeat-y center center;
}
.answ_c{
	background: url(../images/help_c_strip.png) repeat-y center center;
}
.answ_d{
	background: url(../images/help_d_strip.png) repeat-y center center;
}
.call_modal{
	width: 672px;
	height: 290px;
	background: url(../images/form_phone.jpg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 98%;
	font-size: 18px;
}
.call_form{
	padding: 50px;
}
#phone-input{
	background: none repeat scroll 0 0 white;
	border-radius: 4px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
	height: 35px;
	line-height: 33px;
	margin: 0;
	padding: 0 10px;
	width: 342px;
	float: right;
}
#form-phone{
	height: 80px;
}
.call_text{
	display: none;
	padding: 50px;
}
.text_phone{
	padding: 0 55px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.ins_timer_block{
	position: relative;
}
.mobile-timer-wrap{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.mobile-timer-wrap,
.mobile-timer-wrap .timer-wrap{
	display: none;
	visibility: hidden;
}
.flip  .inn{
	line-height: 45px;
}
.two-banners{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.two-banners > *{
	padding: 0 2px;
	margin-bottom: 2px;
}

.bottom-text ul{
    margin-bottom: 15px;
}
.bottom-text ul li{
    padding-left: 10px;
    margin-bottom: 13px;
}
#timer{
	display: none;
	width: 198px;
	height: 198px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #eee;
}

@media (max-width:768px) {
    .wrap_volum {
        opacity: 0;
    }

    .call_modal,
    .help_modal{
            border: 1px solid #fff;
            border-radius: 10px;
            background: #000;
    }
}

@media (max-width:767px) {
	.answ_row{
		margin-bottom: 0;
	}
	.quest{
		margin-top: 15px;
	}
	#timer{
		opacity: 0;
	}

	.mobile-timer-wrap,
	.mobile-timer-wrap .timer-wrap{
		display: block;
		visibility: visible;
	}

	.mobile-timer-wrap .timer-wrap{
		margin: 21px 5px 0;
	}

	.mobile-none{
		display: none;
	}
}
@media (max-width:560px) {
	#timer{
		opacity: 0;
	}

	.mobile-timer-wrap .timer-wrap{
		display: block;
	}

        #phone-input {
            width:100%;
        }


    }
    @media (max-width:560px) and (orientation: landscape){

    	.help_modal{
    		height: 300px;
    	}
    	.help_modal .people_answer{
    		height: 200px;
    		margin: 0 auto 5px;
    	}
    	.help_modal	.people_answer .row{
    		overflow: hidden;
    	}
    }