.i_disabled{
	opacity: 0.6;
	pointer-events: none;
}

.i_call_me {
	position: fixed;
	width: 93px;
	height: 93px;
	right: 85px;
	bottom: 115px;
	/*z-index: 100000;*/
	z-index: 500;
	background-color: #00A06C;
	border-radius: 100%;
}
.i_call_me_wrap {
	position: relative;
}
.i_call_me_form_wrap {
	display: none;
	position: fixed;
	background: #f9f6f3;
	top: 0;
	bottom: 0;
	width: 350px;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.i_call_me_icon {
	width: 93px;
	height: 93px;
	background: url(/local/tmpl/img/phone-icon2.png) center center no-repeat;
	background-size: 50%;
	cursor: pointer;
}
.i_call_me_form_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 20px; /*40px 20px 80px;*/

}

.i_call_me_form_cnt *{
	color: #333;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.4;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 15px;
}

.i_call_me_record{
	font-size: 14px;
	/*width: 300px;*/
	text-align: center;
}

.i_call_me_text{
	height: 350px;
	padding: 0 20px;
}

.i_call_me_text_ttl,
.i_call_me_sucess_ttl {
	font-size: 25px!important;
	margin-bottom: 10px!important;
	line-height: 1.1!important;
	/*font-family: Roboto, sans-serif!important;*/
}

.i_call_me_text_desc{
	margin-bottom: 20px;
	font-size: 15px;
}

.i_call_me_button{
	position: relative;
	z-index: 10000;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	background-color: #fa9000;
	border-radius: 7px;
	padding: 14px 0;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .2s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all .2s cubic-bezier(.19, 1, .22, 1);
	-o-transition: all .2s cubic-bezier(.19, 1, .22, 1);
	transition: all .2s cubic-bezier(.19, 1, .22, 1)
}

.i_call_me_input{
	outline: 0 !important;
	padding: 6px 10px !important;
	margin: 0 0 7px;
	border: 1px solid transparent !important;
	border-radius: 5px !important;
	font-weight: 300;
	width: 100% !important;
	font-size: 19px !important;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: none;
	box-sizing: border-box;
}

.i_call_me_exit{
	width: 31px;
	height: 31px;
	background-repeat: no-repeat;
	background-image: url(/local/tmpl/img/exit_icon.png);
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100002;
	cursor: pointer;
	position: absolute;
}

.i_call_me_success{
	height: 250px;
}

@media screen and (max-width: 1000px){
	.i_call_me{
		margin:auto;
		left:-25%;
		/*left: 0;*/
		right:0;
		bottom: 15px;
		height: 60px;
		width: 60px;
	}
	.i_call_me_icon{
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 500px) {
	.i_call_me_form_wrap{
		width: 320px;
	}
}