/* styles */
body {
	min-width: 480px;
	background: #bfa6b9;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #533b51;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
	overflow: hidden;
}

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

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

b {
	font-weight: 700;
}

/* button */

.button_block {
	padding: 0 0 6px;
	position: relative;
}

.button_block:before {
	display: block;
	content: '';
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: -16px;
	left: 0;
}

.button-m {
    cursor: pointer;
    text-decoration: none;
    border: none;
    display: block;
    margin: 0 auto;
    width: 380px;
    height: 85px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 89px;
    letter-spacing: 1px;
    color: #fff;
    text-indent: 75px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    border-bottom: 5px solid #578105;
    border-radius: 10px;
    background: -moz-linear-gradient(top, #aad202 0%, #60a001 100%);
    background: -webkit-linear-gradient(top, #aad202 0%,#60a001 100%);
    background: linear-gradient(to bottom, #aad202 0%,#60a001 100%);
}
.button-m:before{
	content: '';
	width: 37px;
	height: 36px;
	background: url(../images/button.png) 50% 50% no-repeat;
	position: absolute;
	top: 27px;
	left: 27px;
}
.button-m:active{
	top: 2px;
}

/* titles */
h2.title {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

h2.title>span {
	display: block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.1em;
	color: #533b51;
}
.color_theme{
	background: #533b51;
}
.color_theme h2.title{
	color: #fff;
}
.color_theme h2.title>span{
	color: #c9e401;
}
.color_theme p.subtitle{
	color: #fff;
}

section{
	padding: 30px 0 30px;
}
section>img{
	display: block;
	margin: 0px auto;
}

/* video */
.video_block {
	width: 100%;
	height: 260px;
	background-color: #f0f5ec;
	position: relative;
	margin: 0px auto 20px;
}

.video_block iframe, 
.video_block object, 
.video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}




/* offer */
.offer_section{
	padding: 0;
}
.top_line{
	background: #fff;
	padding: 15px 0 15px;
}
.top_line>li{
	float: left;
	width: 50%;
	padding: 0 0 0 60px;
	line-height: 1.3em;
}
.top_line>li:nth-child(1){
	background: url(../images/top_line1.png) 17px 50% no-repeat;
	border-right: 1px solid #f9f5f3;
}
.top_line>li:nth-child(2){
	background: url(../images/top_line2.png) 17px 50% no-repeat;
	border-left: 1px solid #f9f5f3;
}
.top_line>li>span{
	color: #e63e4b;
	display: block;
	font-weight: 700;
}
.title_block{
	background: #36293b;
    background: -moz-linear-gradient(-45deg, #634a60 0%, #36293b 100%);
    background: -webkit-linear-gradient(-45deg, #634a60 0%, #36293b 100%);
    background: linear-gradient(135deg, #634a60 0%, #36293b 100%);
	padding: 10px 0 1px;
	position: relative;
	z-index: 2;

}

.main_title{
	font-size: 35px;
    line-height: 1.05em;
    text-transform: uppercase;
    color: #c9e401;
    font-weight: 700;
    text-align: center;
    margin: 0 0 4px;
}
.main_subtitle{
    text-align: center;
    font-size: 19.8px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-transform: lowercase;
}
.offer_img_block{
	position: relative;
}
.offer_img_block>img{
	display: block;
}
.offer_section .sale{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
   left: 170px;
    top: 111px;
    transform: rotate(-8deg);
}
.offer_section .sale>b{
    display: block;
    font-size: 45px;
    line-height: 1.05em;
}
.offer_section .colors{
	position: absolute;
	width: 154px;
	bottom: 16px;
	left: 25px;
	font-size: 0;
	letter-spacing: -1px;
	text-align: justify;
}
.offer_section .colors>p{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: normal;
	text-align: center;
	text-transform: uppercase;
}
.offer_section .colors>span{
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.offer_section .colors>span.pink{
	background: #ff6d58;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,110,88,0.4);
	-moz-box-shadow: 0px 0px 0px 6px rgba(255,110,88,0.4);
	box-shadow: 0px 0px 0px 6px rgba(255,110,88,0.4);
}
.offer_section .colors>span.turquoise{
	background: #5ab1ae;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(90,177,174,0.6);
	-moz-box-shadow: 0px 0px 0px 6px rgba(90,177,174,0.6);
	box-shadow: 0px 0px 0px 6px rgba(90,177,174,0.6);
}
.offer_section .colors>span.gray{
	background: #c3bdc4;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(195,189,196,0.6);
	-moz-box-shadow: 0px 0px 0px 6px rgba(195,189,196,0.6);
	box-shadow: 0px 0px 0px 6px rgba(195,189,196,0.6);
}
.offer_section .colors>span:nth-child(2){
	margin: 0 21px;
}
.offer_bull{

}
.offer_bull>li{
	color: #ffffff;
	padding: 18px 20px 20px 80px;
	overflow: hidden;
	position: relative;
}
.offer_bull>li>b{
	display: block;
}


.offer_bull>li:nth-child(1){
	background: #533b51 url(../images/offer_bull1.png) 25px 50% no-repeat;
}
.offer_bull>li:nth-child(2n){
	background: #694e67;
}
.offer_bull>li:nth-child(2){
	background: #694e67 url(../images/offer_bull2.png) 25px 50% no-repeat;
}
.offer_bull>li:nth-child(3){
	background: #533b51 url(../images/offer_bull3.png) 25px 50% no-repeat;
}
/*
.offer_bull>li:before{
	content: '';
	height: 12px;
	width: 12px;
	border-radius: 50%;
	position: absolute;
	left: 24px;
	top: 50%;
	margin: -6px 0 0;
	z-index: 2;
}
.offer_bull>li:nth-child(1):before{
	background: #c9e401;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(201, 228, 1,1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(201, 228, 1,1);
    box-shadow: 0px 0px 6px 0px rgb(201, 228, 1);
}
.offer_bull>li:before{
	background: #c9e401;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(201, 228, 1,1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(201, 228, 1,1);
	box-shadow: 0px 0px 6px 0px rgba(201, 228, 1,1);
}

.offer_bull>li:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	display: block;
	background: #ece8df;
	left: 29px;
	top: 0;
	z-index: 1;
}

.offer_bull>li:nth-child(1):after{
	top: 35%;
}
*/
.order_block{
	background: #fdfbf6;
	padding: 15px 0 20px;
}

.timer_block{
	padding: 4px 5px;
	border-radius: 10px;
	width: 370px;
	margin: 0 auto 8px;
}
.timer_block .time{
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}
.timer_block .time span{
	display: block;
	font-size: 25px;
	letter-spacing: normal;
}
.timer_block .timer{
	width: 290px;
	margin: 0px auto;
}
.timer .timer_item{
	width: 72px;
	margin-right: 37px;
	float: left;
	padding: 15px 0 10px;
	background: #533b51;
	color: #fff;
	border-radius: 6px;
	position: relative;
}
.timer .timer_item:after{
	content: ':';
	color: #adadad;
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	position: absolute;
	right: -25px;
	top: 8px;
}
.timer .timer_item:last-child{
	margin-right: 0;
}
.timer .timer_item:last-child:after{
	display: none;
}
.timer .timer_item .count{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.timer .timer_item .text{
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}
.offer_section .price_block{
	background: url(../images/price.png) 50% 50% no-repeat;
}
.offer_section .price_item{
	width: 50%;
	float: left;
	text-transform: uppercase;
}
.offer_section .price_item .text{
	font-size: 12px;
}
.offer_section .price_item .value span{
	font-size: 36px;
}
.offer_section .price_item .value small{
	font-size: 30px;
}
.offer_section .price_item.old{
	padding: 0 40px 0 0;
	text-align: right;
}
.offer_section .price_item.new{
	padding: 0 0 0 40px;
	color: #ff6d58;
}
.offer_section .price_item.old .value span{
	text-decoration: line-through;
}
.offer_section .price_item.new .value span,
.offer_section .price_item.new .value small{
	font-weight: 700;
}
.order_block .button-m{
	margin-top: 15px;
}
.products_count{
	text-align: center;
	margin: 25px 0 0;
}
.products_count>span{
	width: 33px;
	height: 33px;
	display: inline-block;
	background: #ff6d58;
	color: #fff;
	text-align: center;
	line-height: 33px;
	margin: 0 4px;
	font-weight: 700;
	border-radius: 50%;
}


/*sect2*/
.sect2{
	padding-bottom: 0;
}
.sect2>img{
	display: block;
	margin: 0px auto;
}
.sect2>p{
	    color: #533b51;
    text-align: justify;
    text-align-last: center;
    margin: 20px 0;
    padding: 0 15px;
    line-height: 1.6em;
}

.sect2 .bg{
	background: #533b51;
    font-weight: 500;
    color: #fff;
    display: block;
    margin: 0;
    padding: 15px 15px;
    text-align: justify;
    text-align-last: center;
}

.sect2 .bg span{
    color: #c9e401;
}


.sect2 .info{
	background: #fb6953 url(../images/s2_info.jpg) 12px 50% no-repeat;
	color: #fff;
	font-weight: 700;
	line-height: 1.7em;
	padding: 35px 20px 35px 140px;
	margin-top: 2px;
}


/*.sect3*/
.sect3 .benef>li{
	display: table;
	margin-bottom: 20px;
}
.sect3 .benef>li .img_block{
	width: 204px;
	display: table-cell;
	vertical-align: middle;
}
.sect3 .benef>li .img_block>img{
	border-radius: 0 4px 4px 0;
}
.sect3 .benef>li:nth-child(2n) .img_block>img{
	border-radius: 5px 0 0 5px;
}
.sect3 .benef>li .text_block{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px;
}
.sect3 .benef>li .text_block>h4{
	margin-bottom: 10px;
}
.sect3 .button-m{
	margin-top: 30px;
}


/*.sect4*/
.sect4{
	padding-bottom: 0;
}
.sect4 .subtitle{
	padding: 0 50px;
	margin-bottom: 20px;
	text-align: center;
}
.catalog{
padding: 0 20px 5px;
}
.catalog .item{
	background: #fff;
	padding: 17px 20px 25px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.catalog .item h4{
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	color: #ff6d58;
	position: relative;
	margin-bottom: 8px; 
}
.catalog .item h4:before{
	content: '';
	background: #faf6ed;
	height: 2px;
	width: 126px;
	position: absolute;
	left: 0;
	top: 10px;
}
.catalog .item h4:after{
	content: '';
	background: #faf6ed;
	height: 2px;
	width: 126px;
	position: absolute;
	right: 0;
	top: 10px;
}
.product_info{
	border: 2px solid #f0f0f2;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	    text-align: center;
}
.list2 {
	    text-align: left;
    padding: 5px 10px;
}

.catalog .sale{
	width: 122px;
	float: left;
	background: #ff6d58;
	color: #fff;
	height: 80px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 9px 0 0;
}
.catalog .sale>span{
	display: block;
	font-size: 36px;
	line-height: 1.05em;
}
.catalog .price{
	float: left;
	width: 274px;
	background: #faf6ed;
	height: 80px;
	text-align: center;
	padding: 8px 0 0;
}
.catalog .price>i{
	text-decoration: line-through;
	font-style: normal;
}
.catalog .price>i>small{
	font-size: 14px;
}
.catalog .price>span{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.05em;
	display: block;
	color: #ff6d58;
}
.catalog .price>span>small{
	font-size: 30px;
}
.catalog .item .button-m{
	text-indent: 0;
	text-align: center;
	text-transform: uppercase;
	width: 220px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	margin-top: 20px;
}
.catalog .item .button-m:before{
	display: none;
}
.sect4>img{
	display: block;
	margin-top: 30px;
}


/*sect5*/
.sect5{
	background: #f3f3f3;
	padding-bottom: 0;
}
.rev_item>img{
	display: block;
	margin: 0px auto
	width: 110px;
}
.rev_item .rev_info{
	padding: 30px 0 15px 150px;
	position: relative;
	background: #fff url(../images/rev_q.png) 380px 50% no-repeat;
}
.rev_item .rev_info>p{
	font-size: 18px;
	padding: 20px 0 0;
	background: url(../images/stars_rev.png) 0% 0% no-repeat;
}
.rev_item .rev_info>img{
    border-radius: 50%;
    border: 3px solid #c9e401;
    position: absolute;
    left: 20px;
    bottom: -50px;
}
.rev_item>p{
	background: #f8f8f8;
	padding: 20px;
	text-align: justify;
	line-height: 1.8em;
}


/*sect6*/
.sect6{
	padding-bottom: 0;
}
.sect6 .bull>li{
	padding: 0 20px 30px 125px;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.sect6 .bull>li>span{
	font-weight: 700;
	display: block;
}
.sect6 .bull>li:before{
	content: '';
	width: 90px;
	height: 88px;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 4px;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.sect6 .bull>li:nth-child(1):before{
	background: url(../images/s6_icon1.png);
}
.sect6 .bull>li:nth-child(2):before{
	background: url(../images/s6_icon2.png);
}
.sect6 .bull>li:nth-child(3):before{
	background: url(../images/s6_icon3.png);
}
.sect6 .bull>li:after{
	content: '';
	width: 4px;
	height: 100%;
	background: #f1f1f3;
	position: absolute;
	left: 63px;
	top: 0;
	z-index: 1;
}
.sect6 .bull>li:nth-child(1):after{
	top: 10px;
}


/*sect7*/
.order_list{
	padding: 0 20px;
}
.order_list>li{
	margin-bottom: 20px;
}
.order_list>li:last-child{
	margin-bottom: 0;
}
.order_list>li>img{
	float: left;
	border-radius: 50%;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.order_list>li .text{
	padding: 25px 20px 0 165px;
}
.order_list>li .text>span{
	display: block;
	color: #533b5b;
	font-size: 24px;
	margin-bottom: 8px;
}
.order_list>li:nth-child(2n)>img{
	float: right;
}
.order_list>li:nth-child(2n) .text{
	text-align: right;
	padding: 25px 165px 0 20px;
}
.order_list>li:nth-child(1){
	padding: 0 0 70px;
	background: url(../images/order_arrow1.png) 50% 100% no-repeat;
}
.order_list>li:nth-child(2){
	padding: 0 0 70px;
	background: url(../images/order_arrow2.png) 50% 100% no-repeat;
}











.offer_bottom .order_block{
	background: #533b51;
}
.offer_bottom .price_block{
	background: #fff url(../images/price.png) 50% 50% no-repeat;
	margin-top: 15px;
	padding: 10px 0;
}


.offer_bottom .price_item.old {
    padding: 0 40px 0 0;
    text-align: right;
    color: #987596;
}

.offer_bottom .timer .timer_item {
    background: #c9e401;
    color: #533b51;
}
.offer_bottom .timer_block {
    margin: -25px auto 8px;
}


.m1-form{
	padding: 20px 0 0;
}

.m1-form select, 
.m1-form input {
    border: none;
    display: block;
    margin: 0 auto 15px;
    width: 380px;
    height: 60px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #533b51;
    outline: none;
    border-bottom: #694e67 2px solid;
    padding: 0 0 0 20px;
    background: #fff;
    border-radius: 10px;
}

.m1-form ::-webkit-input-placeholder {
	color: #7c6a68;
}
.m1-form ::-moz-placeholder {
	color: #7c6a68;
}
.m1-form :-moz-placeholder {
	color: #7c6a68;
}
.m1-form :-ms-input-placeholder {
	color: #7c6a68;
}
.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;
}












































































/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px;
}

.footer_section a {
	color: #222;
	display: block;
}