/* styles */
body {
	min-width: 480px;
	background: #774763;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #666666;
	cursor: default;
}
.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 26px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}
h2.title span{
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
	color: #e63661;
}
h2.title.separator{
	margin-bottom: 50px;
}
h2.title.separator:after{
	content: '....';
	font-size: 56px;
	letter-spacing: 6px;
	line-height: 10px;
	font-weight: 700;
	display: block;
	color: #f8e8e8;
	font-family: 'Times New Roman', sans-serif;
}
p.subtitle{
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	margin: -10px 0 20px;
}
section{
	padding: 35px 0 30px;
}
.m1-form{
	padding: 0 40px;
	margin-top: 20px;
}
.m1-form input{
	border: none;
	outline: none;
	width: 100%;
	display: block;
	font-family: 'Gotham Pro', sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	height: 72px;
	border-radius: 6px;
	background: #fff;
	text-align: center;
	color: #555555;
	border: 1px solid rgba(249,211, 211, 0.77);
}
.m1-form .button-m{
	margin-top: 0;
}
.m1-form ::-webkit-input-placeholder {
	color: #555555;
}
.m1-form ::-moz-placeholder {
	color: #555555;
}
.m1-form :-moz-placeholder {
	color: #555555;
}
.m1-form :-ms-input-placeholder {
	color: #555555;
}
.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;
	cursor: pointer;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 86px;
	width: 400px;
	display: block;
	border-radius: 6px;
	line-height: 84px;
	text-decoration: none;
	text-align: center;
	background: #f9c802;
	border-bottom: 4px solid #f9a502;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0px auto;
	color: #513500;
	position: relative;
}
.button-m:active{
	background: #e5b906;
	top: 2px;
}
.video_block{
	width: 440px;
	height: 240px;
	background: #000;
	position: relative;
	margin: 0px auto 20px;
	border-radius: 8px;
	overflow: hidden;
}
.video_block iframe,
.video_block object{
	position: absolute;
	width: 100%;
	height: 100%;
}
/*  header   */
.offer_sect{
	background: #ffefef;
	padding: 0 0 30px;
}
.top_line>li{
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 16px 0 20px 60px;
}
.top_line>li:nth-child(1){
	background: url(../images/top_line15d7f4.png) 20px 50% no-repeat;
}
.top_line>li:nth-child(2){
	background: url(../images/top_line23565a.png) 20px 50% no-repeat;
}
.offer_image{
	position: relative;
	background: #eeb8c0;
}
.offer_image>img{
	display: block;
}
.main_title{
	font-size: 44px;
	line-height: 1.2em;
	color: #e63661;
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	padding: 12px 0 0 15px;
}
.new_prod{
	color: #b4448e;
	font-size: 20px;
	width: 153px;
	padding: 0 0 0 48px;
	background: url(../images/offer_newc7be0.png) 0% 50% no-repeat;
	position: absolute;
	top: 160px;
	left: 20px;
}
.text_desc{
	color: #fff;
	font-size: 26px;
	line-height: 1.3em;
	width: 280px;
	position: absolute;
	bottom: 13px;
	left: 20px;
}
.price{
	margin-bottom: 35px;
}
.price .old,
.price .new{
	width: 195px;
	height: 78px;
	float: left;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2em;
	padding-top: 16px;
}
.price .old p,
.price .new p{
	font-size: 30px;
	line-height: 1.1em;
}
.price .old p small,
.price .new p small{
	font-size: 0.8em;
}
.price .sale{
	width: 90px;
	height: 78px;
	float: left;
	color: #fff;
	background: #e63661;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	padding-top: 14px;
}
.price .sale span{
	font-size: 30px;
	line-height: 1.05em;
	display: block;
}
.price .sale:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 45px 0 45px;
	border-color: #e63662 transparent transparent transparent;
}
.price .old{
	text-align: right;
	padding-right: 20px;
}
.price .old span{
	text-decoration: line-through;
}
.price .new{
	padding-left: 20px;
}
.price .new p{
	font-weight: 700;
	color: #b4448e;
}
.prod_count{
	text-align: center;
	font-size: 17px;
}
.prod_count>b{
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
}
.prod_count>span{
	width: 33px;
	height: 33px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	background: #e63661;
	font-weight: 700;
	text-align: center;
	line-height: 33px;
	margin: 0 8px;
}
.action_block{
	background: #fff;
	border-radius: 8px;
	margin: 20px 20px 0;
	padding: 25px 20px 30px;
}
.timer h4{
	text-align: center;
	margin-bottom: 8px;
}
.timer_count{
	display: inline-block;
	text-align: center;
	width: 33.3%;
	float: left;
}
.timer_count .cont{
	color: #b4448e;
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	display: inline-block;
}
.timer_count .text{
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 0;
}
.action_block .button-m{
	margin-top: 20px;
}
/*sect2*/
.sect2{
	padding-bottom: 10px;
}
.benefits1_list {
	padding: 0;
}
.benefits1_list .benefit_item {
	display: table;
	margin: 0 0 35px;
	width: 100%;
	position: relative;
}
.benefits1_list .benefit_item:last-child{
	margin-bottom: 0;
}
.benefits1_list .benefit_item::before {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	border-top: 17px solid #f6e6e6;
	border-left: 135px solid rgba(255,255,255,0);
	border-right: 315px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.benefits1_list .benefit_item::after {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	width: 480px;
	height: 27px;
	background: url(../images/benefits1__benefit_odd_shadow3f4d8.png) center no-repeat;
	position: absolute;
	bottom: -11px;
	left: 0px;
}
.benefits1_list .icon_block {
	display: table-cell;
	vertical-align: middle;
	width: 135px;
}
.benefits1_list img {
	display: block;
}
.benefits1_list .text_block {
	display: table-cell;
	vertical-align: top;
	padding: 16px 20px 0 30px;
	background-color: #fff7f7;
	position: relative;
	vertical-align: middle;
}
.benefits1_list .text_block h4{
	font-size: 18px;
	color: #e63661;
	margin-bottom: 5px;
}
.benefits1_list .text_block:before {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	border-top: 16px solid rgba(255,255,255,0);
	border-right: 345px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*2n*/
.benefits1_list .benefit_item:nth-child(2n):before {
  border-left: 345px solid rgba(255,255,255,0);
  border-right: 135px solid rgba(255,255,255,0);
}
.benefits1_list .benefit_item:nth-child(2n):after {
  background: url(../images/benefits1__benefit_even_shadowb56d5.png) center no-repeat;
  right: 0px;
  left: auto;
}
.benefits1_list .benefit_item:nth-child(2n) .text_block{
	padding: 0px 20px 16px 30px;
}
.benefits1_list .benefit_item:nth-child(2n) .text_block:before {
  border-left: 345px solid #fff;
  border-right: none;
  right: 0;
  left: auto;
}
/*sect3*/
.sect3 .title{
	font-size: 30px;
}
.sect3 .title span{
	color: #b4448e;
	font-size: 36px;
}
.color_catalog{
	padding: 0 20px;
}
.cat_item:not(:last-child){
	margin-bottom: 50px;
}
.color_catalog h4{
	color: #e63661;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
.big_img{
	position: relative;
	margin-bottom: 20px;
}
.big_img>img{
	display: block;
	border-radius: 6px;
}
.sm_img{
	font-size: 0;
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
	margin-bottom: 10px;
}
.sm_img>img{
	border-radius: 6px;
}
.big_img .sale{
	position: absolute;
	top: 0;
	right: 0;
	width: 96px;
	height: 96px;
	background: url(../images/cat_sale888bd.png) 50% 50% no-repeat;
}
.big_img .sale b{
	transform: rotate(45deg);
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 21px;
	left: 38px;
}
.big_img .size{
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #b4448e url(../images/cat_size59b99.png) 9px 50% no-repeat;
	width: 86px;
	height: 28px;
	border-radius: 6px;
	line-height: 28px;
	padding: 0 0 0 32px;
	color: #fff;
}
/*sect4*/
.sect4{
	background: url(../images/s4_bgf4d13.jpg) 50% 0% no-repeat;
	padding-bottom: 10px;
}
.sect4 .title,
.sect4 .title span{
	color: #fff;
}
.sect4 .title{
	text-align: right;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 270px;
}
.cat_clips{
	font-size: 0;
	letter-spacing: -1px;
}
.cat_clips .clips{
	width: 205px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	letter-spacing: normal;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
	padding: 1px 12px 0;
	margin: 0 0 70px 22px;
}
.clips p{
	margin: -45px 0 3px;
}
.clips h4{
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 5px 0;
	border-radius: 5px;
	background: #e63661;
}
.clips:nth-child(2) h4,
.clips:nth-child(3) h4,
.clips:nth-child(6) h4,
.clips:nth-child(7) h4,
.clips:nth-child(10) h4{
	background: #b4448e;
}
.clips:last-child,
.clips:nth-child(9){
	margin-bottom: 0;
}
/*sect5*/
.sect5{
	padding-bottom: 15px;
}
.sect5 .title span{
	color: #7a4e83;
}
.sect5 .title{
	margin-bottom: 170px;
}
.sect5 .content{
	padding: 5px 20px 160px;
	background: url(../images/s5_top022a2.jpg) 50% 0% no-repeat, url(../images/s5_bot18483.jpg) 50% 100% no-repeat, linear-gradient(to bottom, #704c7f 0%,#29315e 100%);
}
.sect5 .content>p{
	color: #fff;
	font-weight: 700;
	padding: 0 20px 20px;
	font-weight: 700;
	line-height: 1.7em;
	text-align: center;
}
.sect5 .img{
	position: relative;
	margin: -140px auto 35px;
}
.sect5 .img>img{
	display: block;
	border-radius: 8px;
}
.sect5 .img .present{
	margin: 0;
	border-radius: 0;
	position: absolute;
	bottom: -24px;
	left: 16px;
}
.sect5 .img .text{
	font-size: 27px;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #7a4e83;
	opacity: 0.2;
	position: absolute;
	width: 100%;
	text-align: right;
	top: 20px;
	padding-right: 20px;
	font-weight: 700;
}
.sect5 .img .text span{
	display: block;
	font-size: 44px;
	line-height: 1em;
}
.sect5 .image_block{
	padding: 0 20px;
	margin-top: -120px;
}
.sect5 .button-m{
	margin-top: 15px;
}
/*sect6*/
.sect6{
	background: #ffefef;
	padding-bottom: 40px;
}
.sect6 .title{
	margin-bottom: 150px;
}
.reviews{
	padding: 0 20px;
}
.rev_item{
	background: #fff;
	border-radius: 12px;
	padding: 1px 20px 20px;
	margin-bottom: 140px;
	text-align: center;
}
.rev_item:last-child{
	margin-bottom: 0;
}
.rev_item .img{
	padding: 10px;
	background: rgba(255,255,255,0.2);
	border-radius: 10px;
	width: 280px;
	margin: -110px auto 30px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 00px 2px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}
.rev_item .img img{
	display: block;
	border-radius: 8px;
}
.rev_item h4{
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.rev_item p{
	line-height: 1.7em;
	color: #333;
	margin-bottom: 20px;
}
.rev_item .info{
	text-align: left;
	color: #777777;
	padding: 0 10px;
}
.rev_item .info span{
	float: right;
	padding: 0 0 0 24px;
	background: url(../images/rev_info84210.png) 0% 50% no-repeat;
}
.sect6 .button-m{
	margin-top: 30px;
}
/*sect7*/
.sect7 .title span{
	font-size: 36px;
	color: #b4448e;
}
.order_list{
	padding: 0 20px;
}
.order_list>li:not(:last-child){
	margin-bottom: 40px;
}
.order_list>li>img{
  float: left;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
}
.order_list>li .text {
  padding: 0 0 0 90px;
  color: #333333;
}
.offer_sect.bottom .action_block{
	margin: 20px 50px 0;
  padding: 8px 20px 14px;
}
/* footer */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}
.footer_section a {
	color: #222;
	display: block;
}