#contents{
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 0 auto 50px;
}
.wrap{
	width: auto;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.wrap:after{
	content: '';
	clear: both;
	display: block;
}
.bg_wh{
	background-color: #fff;
	padding: 42px 0 35px;
}

.heading{
	background-color: #008d0a;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.heading h2{
	font-size: 35px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}
.button{
	display: block;
	margin: 0;
	text-align: center;
}
.button a{
	display: inline-block;
	vertical-align: top;
}
.button a:hover img{
	opacity: 0.8;
}
.button img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

/* phone_visual */
.phone_visual{
	position: relative;
	min-height: 690px;
	background: url(../img/phone/img_phone_visual_bg.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 145px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.phone_visual .button{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.45);
	padding: 9px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.phone_visual h2{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 60px 0 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.phone_visual h2 img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.phone_visual h2 img.event{
	margin: -90px -12px 0 0px;
}

.phone_visual .row{
	padding: 0 0 0 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.phone_visual .row:after{
	content: '';
	clear: both;
	display: block;
}
.phone_visual .row .col{
	width: auto;
}
.phone_visual .row .col.right{
	float: right;
}
.phone_visual .row .col.left{
	float: left;
}
.phone_visual .row .col img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.phone_visual .list_item{
	float: left;
	margin: 25px -5px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.phone_visual .list_item li{
	float: left;
	width: auto;
	padding: 0 5px;
}
.phone_visual .list_item li img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

/* wow_bane */
.wow_baner{
	background-color: #fff;
	padding: 28px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wow_baner_box{
	position: relative;
	background-color: #ffca00;
	padding: 12px 12px 12px 198px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 186px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
}
.wow_baner_box .no_material{
	position: absolute;
	top: 50%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}
.wow_baner_box .text{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	margin: 2px 0 0;
}
.wow_baner_box p{
	margin: 0;
}
.wow_baner_box .p_txt{
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.wow_baner_box .p_txt b{
	font-size: 29px;
	font-weight: 900;
}

/* smart_case */
.smart_case{
	background: url(../img/phone/img_smart_case_bg.jpg) top left repeat;
	padding-bottom: 54px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smart_case ul{
	margin: 14px 0 55px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.smart_case ul li{
	float: left;
	width: 50%;
	padding: 11px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl{
	display: table;
	width: 100%;
	height: 92px;
	overflow: hidden;
}
.tbl .cell{
	display: table-cell;
	vertical-align: middle;
}
.smart_case_img{
	float: left;
	width: 92px;
	height: 92px;
	line-height: 88px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;
}
.smart_case_img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.smart_case_descr{
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	color: #480000;
	font-weight: 600;
	overflow: hidden;
}

.smart_case_block h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	color: #db0303;
	text-align: center;
	margin: 0 0 30px;
	letter-spacing: 1px;
}
.smart_case_block h3 strong{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smart_case_block h3 strong:before,
.smart_case_block h3 strong:after{
	content: "|";
	font-size: 26px;
	line-height: 1;
	color: #db0303;
	position: absolute;
	top: 55%;
}
.smart_case_block h3 strong:before{
	left: 0;
	-webkit-transform: translateY(-45%) rotate(-22deg);
	transform: translateY(-45%) rotate(-22deg);
}
.smart_case_block h3 strong:after{
	right: 0;
	-webkit-transform: translateY(-45%) rotate(22deg);
	transform: translateY(-45%) rotate(22deg);
}
.smart_case_block ul{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.smart_case_block ul li{
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0;
	margin: 0 -22px;
}
.smart_case_block li img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

/* sec_tool */
.sec_tool{
	background: url(../img/phone/img_sec_tool_bg.jpg) top left repeat;
	padding: 0 0 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec_tool .img{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 22px 0 42px;
}
.sec_tool .img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

/* qc */
.qc{
	background: url(../img/phone/img_qc_bg.jpg) top left repeat;
}
.qc .qc_box{
	padding: 26px 20px 40px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.qc_box .img{
	float: right;
	margin-left: 55px;
}
.qc_box .descr{
	overflow: hidden;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	color: #2c2c2c;
}
.qc_box .descr p{
	margin: 0;
}
.qc_box .descr p + p{
	margin-top: 20px;
}
.img-group{
	font-size: 0;
	line-height: 0;
	margin-top: 25px;
}
.img-group img{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}
.img-group img.img1{
	position: relative;
	margin-right: -15px;
}
.img-group img.img2{}

/* aside */
aside{
	width: 100%;
	clear: both;
	background-color: #FFF;
}
aside table{
	margin: 0;
	padding: 0;
	border:0 !important;
	border:1px solid #FF2502 !important;
	border-width:1px 0 0 1px !important;
}
aside table td{
	border:0 !important;
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 151px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
aside table td a{
	display:block;
	overflow:hidden;
	border-bottom:1px solid #E52102 !important;
	border-right:1px solid #E52102 !important;
}
aside table td img{
	height: 150px;
	width: 100%;
	margin: 0;
	padding: 0;
	display:block;
}
aside table td a:hover img{
	opacity: .5
}


/* item_detail update */
.phone_category_box{
	background: url(../img/phone/img_phone_category_box_bg.jpg) top left repeat;
}
.category_box{
	display: block;
	width: 851px;
	margin: 0 auto;
	padding: 46px 0 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category_box h3{
	margin:0 0 6px 0;
	border-left:4px solid #e00000;
	background:none;
	padding:0 0 0 7px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#000;
}
.category_box ul{
	margin: 0 -7px;
	padding:0;
	list-style:none;
	overflow:visible;
	display:block;
}
.category_box ul:after{
	content:'';
	display:block;
	clear:both;
}
.category_box li{
	width:202px;
	float:left;
	height:auto;
	margin:0 7px 14px;
	border:0;
}
.category_box a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position:relative;
	border:1px solid #a8a8a8;
	height:49px;
	width:100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%);
	padding:2px 4px 2px 54px;
	overflow:hidden;
	position:relative;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	color:#4a4a4a;
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.category_box a.active,
.category_box a:hover{
	box-shadow:0 0 1px 1px rgba(0, 0, 0, .3);
}
.category_box a:before{
	content:'';
	position:absolute;
	top:1px;
	left:1px;
	right:1px;
	bottom:1px;
	border:1px solid #a8a8a8;
	-moz-opacity:0;
	opacity:0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.category_box a.active:before,
.category_box a:hover:before{
	-moz-opacity:1;
	opacity:1;
}
.category_box a:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:55px;
	overflow:hidden;
}
.category_box a.i_n_01:after{background:url(../img/plain/i_n_01.png) no-repeat 50%;}
.category_box a.i_n_02:after{background:url(../img/plain/i_n_02.png) no-repeat 50%;}
.category_box a.i_n_03:after{background:url(../img/plain/i_n_03.png) no-repeat 50%;}
.category_box a.i_n_04:after{background:url(../img/plain/i_n_04.png) no-repeat 50%;}
.category_box a.i_n_05:after{background:url(../img/plain/i_n_05.png) no-repeat 50%;}
.category_box a.i_n_06:after{background:url(../img/plain/i_n_06.png) no-repeat 50%;}
.category_box a.i_n_07:after{background:url(../img/plain/i_n_07.png) no-repeat 50%;}
.category_box a.i_n_08:after{background:url(../img/plain/i_n_08.png) no-repeat 50%;}
.category_box a.i_n_09:after{background:url(../img/plain/i_n_09.png) no-repeat 50%;}
.category_box a.i_n_10:after{background:url(../img/plain/i_n_10.png) no-repeat 50%;}
.category_box a.i_n_11:after{background:url(../img/plain/i_n_11.png) no-repeat 50%;}
.category_box a.i_n_12:after{background:url(../img/plain/i_n_12.png) no-repeat 50%;}
.category_box a.i_n_13:after{background:url(../img/plain/i_n_13.png) no-repeat 50%;}
.category_box a.i_n_14:after{background:url(../img/plain/i_n_14.png) no-repeat 50%;}
.category_box a.i_n_15:after{background:url(../img/plain/i_n_15.png) no-repeat 50%;}
.category_box a.i_n_16:after{background:url(../img/plain/i_n_16.png) no-repeat 50%;}
.category_box a.i_n_17:after{background:url(../img/plain/i_n_17.png) no-repeat 50%;}
/* update 02.10.2017 */
.item_detail ul{
	margin:0 auto;
	width:852px;
}
.item_detail ul li{
	float:none !important;
	height:auto !important;
	margin:10px 5px 0 !important;
}
.item_detail li p.item_list_title{padding:0 5px !important;}
/* update 02.10.2017 done */