/* styles */
html{
	overflow-x: hidden;
}
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #333;
	cursor: default;
	overflow-x: hidden;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/*form*/
.m1-form input{
	border: none;
	background: #ffffff;
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-family: 'Proxima Nova', sans-serif;
	color: #8b8b8b;
	border-radius: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.m1-form ::-webkit-input-placeholder {
	color: #8b8b8b;
}
.m1-form ::-moz-placeholder {
	color: #8b8b8b;
}
.m1-form :-moz-placeholder {
	color: #8b8b8b;
}
.m1-form :-ms-input-placeholder {
	color: #8b8b8b;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m {
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	border-bottom: 1px solid #ff821a;
	box-shadow: 0 5px 0 0 #f26303, 0 3px 6px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ffb21a;
	background: -moz-linear-gradient(top, #ffb21a 0%, #ff7603 100%);
	background: -webkit-linear-gradient(top, #ffb21a 0%,#ff7603 100%);
	background: linear-gradient(to bottom, #ffb21a 0%,#ff7603 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb21a', endColorstr='#ff7603',GradientType=0 );
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 62px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 2px 1px #f96c02;
	text-align: center;
}
.button-m:active{
	background: linear-gradient(to bottom, #ff7603 0%,#ffb21a 100%);
	top: 2px;
}

/* titles */
h2.title {
	font-weight: 400;
	font-size: 42px;
	line-height: 1.05em;
	text-align: center;
	margin-bottom: 40px;
}
h2.title span{
	color: #a445b8;
}

.color_theme{
	background: #ccc;
}
.color_theme h2.title{
	color: #fff;
}

section{
	padding: 40px 0 30px;
}



/*offer_section*/
.offer_section{
	background: #d06a72 url(../images/offer.jpg) 50% 0% no-repeat;
	min-height: 772px;
	padding: 25px 0 0;
}
.offer_section .wrapper{
	position: relative;
}
.title_block{
	width: 350px;
	float: left;
	text-align: left;
}
.main_title{
	font-size: 90px;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	padding-top: 20px;
	background: url(../images/chanel_logo.png) 18px 0px no-repeat;
	position: relative;
}
.main_title:before{
	content: '';
	width: 247px;
	height: 1px;
	background: rgba(255,255,255,0.4);
	position: absolute;
	top: 10px;
	left: 68px;
}
.main_subtitle{
	color: #fff;
	font-size: 29px;
	line-height: 17px;
	display: inline-block;
	font-weight: 400;
	margin: -5px 0 0 5px;
	background: #d39682;
	padding: 0 3px 4px 3px;
	border-radius: 5px;
}
.offer_section .present{
	position: absolute;
	top: 570px;
	left: 8px;
	width: 280px;
	background: rgba(184,139,117,0.6);
	border-radius: 6px;
}
.offer_section .present:before{
	content: '';
	width: 40px;
	height: 77px;
	background: url(../images/present_arrow.png) 50% 50% no-repeat;
	position: absolute;
	top: -50px;
	right: -25px;
}
.offer_section .present .img{
	width: 72px;
	height: 70px;
	float: left;
	background: rgba(255,255,255,0.1);
	border-radius: 0 6px 6px 0;
}
.offer_section .present .img>img{
	display: block;
	margin: -5px auto 0;
	width: 68px;
}
.offer_section .present p{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff;
	padding: 13px 0 0 86px;
}
.offer_section .present p span{
	display: block;
	color: #fff5bc;
}
.offer_right{
	width: 350px;
	float: right;
}
.offer_section .sale{
	padding: 22px 0 0 0;
}
.offer_section .sale p{
	font-size: 17px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	width: 145px;
	float: left;
}
.offer_section .sale span{
	font-size: 58px;
	line-height: 58px;
	display: block;
	overflow: hidden;
	padding: 0 0 0 25px;
	color: #fff;
	font-weight: 700;
	margin-top: -6px;
}
.offer_section .sale span small{
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	line-height: 1em;
	margin: 3px 0 0 5px;
}

.ofr_bull{
	margin: 62px 0 0 52px;
}
.ofr_bull>li{
	color: #fff;
	font-size: 17px;
	margin-bottom: 25px;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}
.ofr_bull>li:before{
	content: '';
	width: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}
.ofr_bull>li:nth-child(1):before{
	height: 33px;
	background: url(../images/ofr_bull_icons.png) 50% 0% no-repeat;
}
.ofr_bull>li:nth-child(2):before{
	height: 32px;
	background: url(../images/ofr_bull_icons.png) 50% -36px no-repeat;
}
.ofr_bull>li:nth-child(3):before{
	height: 37px;
	background: url(../images/ofr_bull_icons.png) 50% -71px no-repeat;
	margin-top: -4px;
}
.offer_section .prod_count{
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	margin: 30px 0 0 3px;
}
.offer_section .prod_count span{
	display: inline-block;
	vertical-align: middle;
	margin: 6px 15px 0 0;
	width: 98px;
	height: 63px;
	padding-bottom: 9px;
	background: url(../images/prod_count.png) 50% 50% no-repeat;
	line-height: 54px;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
}
.offer_section .prod_count span small{
	font-size: 14px;
	line-height: 1.1em;
}
.offer_section .action_block{
	width: 300px;
	float: right;
	margin-top: 10px;
}
.offer_section .timer{
	margin: 0 0 20px;
}
.offer_section .timer>p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
}
.timer .timer_container{
	font-size: 0;
	text-align: center;
}
.timer_container .timer_block{
	width: 70px;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px;
	border-radius: 10px;
	position: relative;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 20%, rgba(255,255,255,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 20%,rgba(255,255,255,0.2) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 20%,rgba(255,255,255,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33ffffff',GradientType=0 );
}
.timer_block .count{
	font-size: 36px;
	line-height: 1em;
	font-weight: 700;
	color: #ffa900;
}
.timer_block .text{
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
}
.timer_container .timer_block:not(:last-child):after{
	content: ':';
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	position: absolute;
	right: -18px;
	top: 15px;
}

.offer_section .price{
	background: #b75164;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.offer_section .price>div{
	width: 50%;
	height: 64px;
	float: left;
	text-align: center;
	padding: 13px 0 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.2em;
}
.offer_section .price>div p{
	font-size: 24px;
	line-height: 1.2em;
}
.offer_section .price>div p small{
	font-size: 0.8em;
}
.offer_section .price .new{
	background: #a445b8;
}
.offer_section .price .new p{
	font-weight: 700;
}
.offer_section .price .old p span{
	text-decoration: line-through;
}
.offer_section .price:before{
  display: block;
  content: '';
  position: absolute;
  border-top: 32px solid #a445b8;
	border-bottom: 32px solid #a445b8;
	border-left: 20px solid #b65165;
	top: 0;
	left: 50%;
	margin-left: -10px;
}



/*sect2*/
.list_3{
	font-size: 0px;
}
.list_3>li{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
	font-size: 18px;
}
.list_3>li>img{
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
	border: 8px solid #fbe9ea;
}
.list_3>li>span{
	font-weight: 700;
	margin-bottom: 10px;
}

.best_present{
	width: 820px;
	margin: 60px auto 0;
	border-radius: 16px;
	color: #fff;
	padding: 5px 60px 30px;
	text-align: center;
	background: #c34195;
	background: url(../images/best_present_bg.png) 50% 0% repeat, -moz-linear-gradient(45deg, #c34195 17%, #ffa703 100%);
	background: url(../images/best_present_bg.png) 50% 0% repeat, -webkit-linear-gradient(45deg, #c34195 17%,#ffa703 100%);
	background: url(../images/best_present_bg.png) 50% 0% repeat, linear-gradient(45deg, #c34195 17%,#ffa703 100%);
	position: relative;
}
.best_present>img{
	display: block;
	margin: -38px auto 8px;
}
.best_present>h3{
	font-size: 36px;
	line-height: 1.1em;
	font-weight: 400;
	margin-bottom: 20px;
}
.best_present:before,
.best_present:after{
	content: '';
	width: 170px;
	height: 2px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	top: 31px;
}
.best_present:before{
	left: 170px;
}
.best_present:after{
	right: 170px;
}





/*sect3*/
.sect3{
	position: relative;
	padding-bottom: 0;
}
.sect3:before{
	content: '';
	width: 1920px;
	height: 370px;
	background: url(../images/s3_petals.png) 50% 0% no-repeat;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-left: -960px;
	z-index: 2;
	pointer-events: none;
}
.sect3 .content{
	position: relative;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
	border-radius: 10px;
	padding: 25px 0 0 290px;
	overflow: hidden;
	margin-bottom: -70px;
}
.sect3 .content>img{
	position: absolute;
	top: 0;
	left: 0;
}
.sect3 .title{
	font-size: 36px;
	text-align: left;
	padding: 0 50px 0 40px;
	position: relative;
	margin-bottom: 20px;
}
.sect3 .title:before{
	content: '';
	border-bottom: 64px solid #a445b8;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.sect3 .content>p{
	padding: 8px 30px 8px 35px;
}
.sect3 .content>p.color{
	color: #ffffff;
	background: #963aad;
}






/*sect4*/
.sect4{
	background: #c87586 url(../images/s4_bg.jpg) 50% 0% no-repeat;
	min-height: 743px;
	padding-top: 110px;
}
.sect4 .title{
	color: #fff;
}
.char_container{
	position: relative;
}
.char_container>img{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.char_list{
	width: 310px;
	float: left;
}
.char_list>li{
	background: rgba(98,18,115,0.2);
	padding: 6px 20px 6px 22px;
	color: #fff;
	margin-bottom: 25px;
	border-radius: 12px;
}
.char_list.fl_r{
	float: right;
}

.sect4 .action_block{
	background: rgba(98,18,115,0.2);
	padding: 5px 10px;
	font-size: 0;
	text-align: center;
	width: 760px;
	margin: 20px auto 0;
	border-radius: 8px;
}
.sect4 .action_block>img{
	display: inline-block;
	vertical-align: middle;
}
.sect4 .action_block>p{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	width: 190px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 0 0 0 15px;
}
.sect4 .action_block>p span{
	color: #fff5bc;
}
.sect4 .action_block .button-m{
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}



/*sect5*/
.sect5{
	overflow: hidden;
	padding-bottom: 50px;
}
.watch_cat{
	font-size: 0;
	text-align: center;
}
.watch_cat>li{
	width: 155px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
}
.watch_cat>li>img{
	display: block;
	margin: 0 auto 10px;
}

.sect5 .img{
	margin-top: 40px;
	position: relative;
}
.sect5 .img>img{
	display: block;
}
.sect5 .img>img.mob{
	display: none;
}
.sect5 .img>p{
	color: #983caf;
	opacity: 0.21;
	font-size: 137px;
	line-height: 1.1em;
	text-transform: uppercase;
	position: absolute;
	transform: rotate(-90deg);
	top: 300px;
	left: -330px;
}








/*sect6*/
.sect6{
	background: url(../images/s6_bg.jpg) 50% 0% no-repeat;
	padding: 0;
}
.sect6 .content{
	background: #953aad url(../images/s6_content.png) 50% 0% repeat;
	border-radius: 6px;
	padding: 32px 0 5px;
	position: relative;
}
.sect6 .title{
	font-size: 40px;
	text-align: left;
	padding: 0 0 0 42px;
	position: relative;
	color: #fff;
}
.sect6 .title span{
	color: #ffa900;
}
.sect6 .title:before{
	content: '';
	border-bottom: 30px solid #ffa900;
	border-left: 0px solid transparent;
	border-right: 5px solid transparent;
	height: 0;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 7px;
}
.sect6 .content>img{
	position: absolute;
	right: 25px;
	top: 28px;
	border-radius: 6px;
}
.order_list{
	padding: 0 460px 0 40px;
}
.order_list>li{
	margin-bottom: 35px;
	color: #fff;
}
.order_list>li>p{
	overflow: hidden;
	padding: 0 0 0 20px;
}
.order_list>li:before{
	content: '';
	width: 54px;
	height: 54px;
	border-radius: 50%;
	float: left;
}
.order_list>li:nth-child(1):before{
	background: url(../images/order_icons.png) 50% 0px no-repeat;
}
.order_list>li:nth-child(2):before{
	background: url(../images/order_icons.png) 50% -54px no-repeat;
}
.order_list>li:nth-child(3):before{
	background: url(../images/order_icons.png) 50% -108px no-repeat;
}

.sect6 .content .button-m{
	margin: 58px 0 -32px 90px;
}




/*sect7*/
.sect7{
	padding: 80px 0 40px;
	background: url(../images/rev_bg.png) 50% 105px no-repeat;
}
.sect7 .title:before{
	content: '';
	width: 51px;
	height: 51px;
	background: url(../images/rev_title.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.rew_item{
	background: #fff;
	width: 288px;
	margin: 10px auto;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	padding: 18px 0 20px;
}
.rew_item .info{
	padding: 0 20px;
	margin-bottom: 15px;
}
.rew_item .info>img{
	float: left;
	border-radius: 50%;
	max-width: 32px;
}
.rew_item .info>p{
	overflow: hidden;
	padding-left: 12px;
	font-size: 16px;
	line-height: 1.1em;
}
.rew_item .info>p span{
	font-weight: 700;
	display: block;
}
.rew_item>img{
	display: block;
	margin: 0 auto;
}
.rew_item>span{
	text-align: center;
	display: block;
	font-weight: 700;
	color: #a445b8;
	font-size: 17px;
	padding: 60px 0 0;
	margin-bottom: 15px;
	background: url(../images/rev_icons.png) 50% 5px no-repeat;
}
.rew_item>p{
	padding: 0 18px;
}
.owl-prev,
.owl-next{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	position: absolute;
	top: 200px;
}
.owl-prev{
	left: 0px;
	background: #ac7ab6 url(../images/rev_arrow.png) 0% 50% no-repeat;
}
.owl-next{
	background: #ac7ab6 url(../images/rev_arrow.png) 100% 50% no-repeat;
	right: 0px;
}



/*offer_section bottom*/
.offer_section.bottom .prod_count{
	margin-left: 50px;
	margin-bottom: 10px;
}
.offer_section.bottom .prod_count span{
	width: auto;
	height: auto;
	background: #a445b8;
	padding: 0px 8px 0px;
	border-radius: 6px;
	line-height: 44px;
	margin: 0 15px 0 0;
}
.difference{
	color: #fff;
	text-align: center;
	font-size: 19px;
	margin: 0 0 25px;
}
.difference>span{
	color: #fba600;
	display: block;
	font-weight: 700;
}
.difference>span>span{
	position: relative;
	padding-bottom: 6px;
}
.difference>span>span:after{
	content: '';
	width: 86px;
	height: 5px;
	background: url(../images/difference.png) 50% 50% no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -43px;
	bottom: 0;
}





/*footer*/
.footer_section {
	background: #fff;
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}
.footer_section a {
	color: #333;
	display: inline-block;
	margin: 0 5px;
}
.footer_section a:hover {
	text-decoration: none;
}








@media screen and (max-width: 959px) {
	html,body{
		overflow-x: auto;
	}
	.wrapper{
		width: 640px;
	}
	section{
		padding: 30px 0;
	}
	h2.title{
		font-size: 30px;
		line-height: 1.1em;
	}
	.offer_section{
		background: #fcc6ad url(../images/offer_tab.jpg) 50% 0% no-repeat;
		min-height: 715px;
	}
	.title_block{
		width: 300px;
	}
	.main_title{
		font-size: 76px;
		background-position: 13px 0px;
	}
	.main_title::before{
		width: 208px;
		left: 57px;
	}
	.main_subtitle{
		background: #f8b880;
		font-size: 25px;
	}
	.offer_section .present{
		width: 255px;
		top: 510px;
	}
	.offer_section .present p{
		font-size: 16px;
		padding-top: 15px;
	}
	.offer_right{
		width: 300px;
	}
	.ofr_bull{
		margin: 32px 0 0 0;
	}
	.ofr_bull > li{
		margin-bottom: 20px;
	}
	.offer_section .sale{
		padding: 25px 0 0 25px;
	}
	.offer_section .sale span{
		padding-left: 5px;
	}
	.offer_section .prod_count{
		margin: 25px 0 10px;
	}
	.offer_section .prod_count span{
		width: auto;
		height: auto;
		background: #a445b8;
		padding: 0px 8px 0px;
		border-radius: 6px;
		line-height: 44px;
		margin: 0 10px 0 0;
	}
	.sect2 .title span{
		display: block;
	}
	.list_3{
		text-align: center;
	}
	.list_3 > li{
		width: 50%;
		margin-bottom: 30px;
	}
	.best_present{
		width: 100%;
		margin-top: 40px;
	}
	.best_present > h3{
		font-size: 26px;
	}
	.best_present::before{
		left: 80px;
	}
	.best_present::after{
		right: 80px;
	}
	.sect3::before{
		display: none;
	}
	.sect3 .content{
		padding: 20px 10px 10px;
	}
	.sect3 .content > img{
		position: static;
		display: block;
		margin: 0 auto 10px;
		border-radius: 10px;
	}
	.sect3 .title{
		text-align: center;
		font-size: 30px;
		padding: 0;
		margin-bottom: 30px;
	}
	.sect3 .title::before{
		display: none;
	}
	.sect3 .content > p{
		text-align: center;
		padding: 10px 30px;
	}
	.sect3 .content > p.color{
		border-radius: 8px;
	}
	.sect4{
		background: #e08a84;
		background: -moz-linear-gradient(-45deg, #e08a84 0%, #a1546b 100%);
		background: -webkit-linear-gradient(-45deg, #e08a84 0%,#a1546b 100%);
		background: linear-gradient(135deg, #e08a84 0%,#a1546b 100%);
	}
	.char_container > img{
		display: block;
		position: static;
		margin: 0 auto;
		transform: none;
	}
	.char_list{
		width: 300px;
	}
	.sect4 .action_block{
		width: 480px;
		padding: 15px 10px 20px;
	}
	.sect4 .action_block .button-m{
		margin-top: 15px;
	}
	.watch_cat > li{
		margin-bottom: 20px;
	}
	.watch_cat{
		padding: 0 20px;
	}
	.sect5 .img{
		margin-top: 15px;
	}
	.sect5 .img > img{
		display: none;
	}
	.sect5 .img > img.mob{
		display: block;
		margin: 0 auto;
	}
	.sect5 .img > p{
		display: none;
	}
	.sect6{
		background: #953aad url(../images/s6_content.png) 50% 0% repeat;
	}
	.sect6 .content{
		background: none;
	}
	.sect6 .content > img{
		position: static;
		display: block;
		margin: 0 auto 30px;
	}
	.sect6 .title{
		padding: 0;
		font-size: 36px;
		text-align: center;
		margin-bottom: 35px;
	}
	.sect6 .title::before{
		display: none;
	}
	.order_list{
		padding: 0 100px;
	}
	.sect6 .content .button-m{
		margin: 35px auto -32px;
	}
	.sect7{
		background: none;
	}
	.sect7 .title{
		text-align: left;
	}
	.sect7 .title::before{
		float: left;
		margin: 7px 20px 0 0;
	}
	.offer_section.bottom .prod_count{
		margin: 22px 0 0;
	}
	.difference{
		font-size: 16px;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
	.offer_section.bottom .timer{
		margin-bottom: 15px;
	}
}








@media screen and (max-width: 659px) {
	section{
		padding-top: 30px;
	}
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 26px;
		line-height: 1.2em;
	}
	.offer_section{
		background: #d0787a url(../images/offer_mob.jpg) 50% 0% no-repeat;
		min-height: auto;
		padding: 30px 0 40px;
		overflow: hidden;
	}
	.title_block,
	.offer_right{
		width: auto;
		float: none;
	}
	.offer_section .present {
    width: 255px;
    top: auto;
    position: relative;
    left: auto;
    margin: 395px 0 0;
	}
	.offer_section .sale{
		padding: 14px 0 6px 10px;
		margin: 16px 0 0;
	}
	.offer_section .sale span{
		padding-left: 15px;
	}
	.ofr_bull{
		margin: 0;
		padding: 18px 0;
		position: relative;
	}
	.ofr_bull:before{
		content: '';
		width: 2000px;
		height: 100%;
		left: -800px;
		top: 0;
		position: absolute;
		background: rgba(0,0,0,0.1);
		z-index: 1;
	}
	.ofr_bull > li{
		position: relative;
		z-index: 2;
	}
	.list_3 > li{
		width: 100%;
		display: block;
	}
	.best_present{
		margin-top: 60px;
		padding: 5px 15px 20px;
	}
	.best_present::before, .best_present::after{
		width: 70px;
	}
	.best_present::before{
		left: 25px;
	}
	.best_present::after{
		right: 25px;
	}
	.best_present > h3{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.sect3{
		padding-bottom: 35px;
	}
	.sect3 .title{
		font-size: 24px;
	}
	.sect3 .content{
		margin-bottom: 0;
	}
	.sect3 .content > p{
		padding: 10px;
	}
	.sect4{
		padding-top: 35px;
	}
	.char_list{
		float: none;
	}
	.char_list > li{
		margin-bottom: 12px;
	}
	.sect4 .action_block{
		width: 100%;
		margin-top: 0;
	}
	.sect4 .action_block > img{
		display: block;
		margin: 0 auto 10px;
	}
	.sect4 .action_block > p{
		margin: 0;
		text-align: center;
		width: 100%;
	}
	.sect4 .action_block .button-m{
		width: 100%;
	}
	.watch_cat > li{
		display: block;
		margin: 0 auto 20px;
	}
	.sect5{
		padding-bottom: 30px;
	}
	.sect6 .title{
		font-size: 28px;
	}
	.order_list{
		padding: 0;
	}
	.order_list > li{
		text-align: center;
	}
	.order_list > li::before{
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
	.order_list > li > p{
		padding: 0;
	}
	.sect7{
		padding-top: 70px;
	}
	.sect7 .title{
		text-align: center;
		margin-bottom: 30px;
	}
	.sect7 .title:before{
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	.offer_section.bottom .timer{
		margin-bottom: 20px;
	}
	.difference{
		margin-bottom: 25px;
	}
}