


/*  offer_section   */
.offer_section{
	padding: 0 0 35px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 30%, #cfff9c 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 30%,#cfff9c 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 30%,#cfff9c 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfff9c',GradientType=0 ); /* IE6-9 */
	position: relative;
}

.main_subtitle{
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
	font-size: 34px;
	line-height: 1.2em;
	padding: 0 25px;
	font-weight: 600;
	letter-spacing: 2px;
}

.main_subtitle2{
	font-size: 30px;
	text-align: center;
	font-weight: 300;
}

.offer_section>img{
	display: block;
	margin: 0 auto;
}

.product_block{
	margin: 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product_block>img{
	margin-top: -30px;
}

.ofr_bull{
	width: 205px;
	padding: 50px 0 10px;
	margin-left: 5px;
}
.ofr_bull>li{
	padding-left: 35px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 22px;
	position: relative;
}
.ofr_bull>li:before{
	content: '';
	width: 25px;
	height: 26px;
	background: url(../img/check1.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.sale{
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #ff2422;
	position: absolute;
	top: 867px;
	left: 40px;
	font-size: 15px;
	line-height: 1.2em;
	text-align: center;
	padding-top: 18px;
	text-transform: uppercase;
	color: #fff;
}
.sale>span{
	font-weight: 500;
	font-size: 28px;
	line-height: 1.1em;
	display: block;
}

.price_block>p{
	text-align: center;
	text-transform: uppercase;
	color: #00894f;
	font-size: 31px;
	line-height: 1.1em;
	font-weight: 500;
	margin-bottom: 20px;
}
.price_block .price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.price>p{
	line-height: 1.3em;
	font-size: 16px;
	font-weight: 500;
	margin: 0 35px;
}
.price .old{
	font-size: 26px;
	line-height: 1.1em;
	position: relative;
	font-weight: 600;
}
.price .old:before{
	content: '';
	width: 120%;
	height: 3px;
	background: #fe1f38;
	transform: rotate(-10deg);
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: -10%;
}
.price .new{
	font-size: 46px;
	line-height: 1.1em;
	color: #fe1f38;
	font-weight: 600;
}
.price small{
	font-size: 0.7em;
}

.prod_count{
	text-align: center;
	color: #000;
	margin-top: 20px;
}
.prod_count>span{
	font-weight: 500;
	color: #fe1f38;
}



/*nopad*/
.nopad{
	padding: 0;
}
.nopad>img{
	display: block;
}



/*sect1*/
.sect1 .title,
.sect7 .title{
	text-transform: none;
	font-size: 28px;
}
.sect1 .title>span,
.sect7 .title>span{
	display: block;
	text-transform: uppercase;
	padding-top: 40px;
	background: url(../img/stars.png) 50% 0% no-repeat;
}

.inst_block{
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: 400;
}
.inst_block:last-child{
	margin-bottom: 0;
}
.inst_block img{
	display: block;
	margin: 0;
}
.inst_block .author_info{
	margin-bottom: 16px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.inst_block .author_info:after{
	content: '...';
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Fira Sans', Arial, sans-serif;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: 20px;
	letter-spacing: 1px;
}
.inst_block .author_info .text{
	padding-left: 15px;
	width: 360px;
}
.inst_block .author_info .name{
	font-size: 21px;
	line-height: 1.2em;
	margin-bottom: 3px;
}
.inst_block .author_info .name.verified:after{
	content: '';
	width: 18px;
	height: 17px;
	background: url(../img/verified.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 7px;
}
.inst_block .author_info .info>span{
	font-size: 13px;
	line-height: 1.2em;
	display: inline-block;
	margin-right: 23px;
}
.inst_block>img{
	display: block;
	margin: 0 auto;
}
.inst_block .likes{
	font-weight: 700;
	padding: 45px 20px 0;
	background: url(../img/inst_icons.png) 50% 0% no-repeat;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.1em;
}
.inst_block>.text{
	padding: 0 20px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4em;
}
.inst_block>.text>span{
	color: #003569;
	font-weight: 600;
}

.author_info.ver2 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.author_info.ver2 > img {
	border-radius: 50%;
	border: 2px solid #d4227b;
}
.author_info.ver2 .text{
	padding-top: 10px;
}
.author_info .info2{
	margin-top: 5px;
}
.author_info .info2>p{
	font-size: 13px;
	line-height: 1.2em;
}



/*sect2*/
.sect2{
	position: relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 30%, #cfff9c 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 30%,#cfff9c 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 30%,#cfff9c 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfff9c',GradientType=0 ); /* IE6-9 */
	padding-bottom: 110px;
}
.man-img {
	position: absolute;
	bottom: 0;
	left: 10px;
}
.sect2 .title{
	font-size: 28px;
	padding: 0;
}
.sect2 .title>b{
	display: block;
	background: #ff0000;
	color: #fff;
	font-weight: 600;
	padding: 2px 0;
	margin-top: 4px;
}
.benef1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.benef1>li{
	width: 50%;
	padding: 0 10px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.benef1>li>div {
	margin: 0 auto 15px;
	position: relative;
	width: 186px;
	height: 186px;
	border-radius: 50%;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.3);
	overflow: hidden;
}
.benef1>li>div:before {
	content: "";
	display: block;
	background: url(../img/krest.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.benef1>li>div>img{
	display: block;
	margin: 0 auto;
	
}
.benef1>li>span{
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}

.sect2 .alert{
	width: 450px;
	background: #5ab54f;
	border-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	margin: 0 auto 10px;
	line-height: 1.5em;
}
.sect2>p{
	padding: 0 20px;
	margin-bottom: 25px;
	font-size: 18px;
}

.sect2 .button{
	margin-top: 140px;
	position: relative;
	z-index: 2;
}



/*sect3*/
.sect3{
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 50%, #cfff9c 100%);
	background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 50%,#cfff9c 100%);
	background: linear-gradient(to bottom, #ffffff 1%,#ffffff 50%,#cfff9c 100%);
}
.sect3>p{
	padding: 0 20px 20px;
	font-size: 18px;
}
.sect3> .sect3-1 {
	display: block;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.3);
}
.sect3> .sect3-2 {
	margin:-126px 0px -25px 119px;
}


/*sect4*/
.sect4{
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 50%, #cfff9c 100%);
	background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 50%,#cfff9c 100%);
	background: linear-gradient(to bottom, #ffffff 1%,#ffffff 50%,#cfff9c 100%);
}
.sect4 .benef1>li>div:before {
display: none;
}
.action_block{
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-size: 18px;
	margin-bottom: 40px;
}
.action_block:before{
	content: '';
	width: 20px;
	height: 96px;
	background: url(../img/action_icon1.png) 50% 50% no-repeat;
	flex-shrink: 0;
	margin-right: 15px;
}

.sect4 .benef1>li{
	font-weight: 300;
	font-size: 17px;
	padding: 0 10px;
}



/*sect5*/
.sect5{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 60%, #cfff9c 100%);
	background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 60%,#cfff9c 100%);
	background: linear-gradient(to bottom, #ffffff 1%,#ffffff 60%,#cfff9c 100%);
}
.list2{
	padding: 0 15px 0 20px;
}
.list2>li{
	padding-left: 45px;
	position: relative;
	margin-bottom: 20px;
}
.list2>li:last-child{
	margin-bottom: 0;
}
.list2>li:before{
	content: '';
	width: 25px;
	height: 26px;
	background: url(../img/check1.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.sect5 .alert{
	width: 420px;
	background: #fff url(../img/s5_img1.jpg) 50% 0% no-repeat;
	padding: 0 0 30px;
	margin: 60px auto 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
}
.sect5 .alert>p{
	background: rgba(255,255,255,0.8);
	font-weight: 300;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	padding: 10px 15px;
}
.sect5 .alert>p>span{
	color: #5ab54f;
	font-weight: 600;
}
.sect5 .alert .button{
	margin-top: 170px;
}



/*sect6*/
.sect6{
	padding-top: 20px;
	background: #feff9b;
	background: -moz-linear-gradient(top, #cfff9c 0%, #ffffff 70%, #ffffff 70%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #cfff9c 0%,#ffffff 70%,#ffffff 70%,#ffffff 100%);
	background: linear-gradient(to bottom, #cfff9c 0%,#ffffff 70%,#ffffff 70%,#ffffff 100%);
}
.sect6 .action{
	width: 280px;
	margin: 0 auto 40px;
	padding-left: 60px;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
	background: url(../img/action_icon.png) 0% 50% no-repeat;
}
.sect6>p{
	padding: 0 40px;
	margin-bottom: 30px;
}
.sect6 p b{
	font-weight: 500;
}
.cerf_block{
	padding: 15px 0 25px;
	width: 430px;
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.cerf_block>p{
	padding: 0 20px;
	margin-bottom: 25px;
}
.cerf_block>img{
	display: block;
	margin: 0 auto;
}
.cerf_block .button{
	margin: -20px auto 0;
}



/*sect8*/
.sect8{
	padding-bottom: 0;
}
.sect8 .title{
	padding-top: 55px;
	background: url(../img/rev_icon.png) 50% 0% no-repeat;
	margin-bottom: 20px;
}
.sect8>p{
	padding: 0 30px;
	text-align: center;
	margin-bottom: 25px;
}

.reviews_block{
	background: #cfff9c;
	background: -moz-linear-gradient(top, #cfff9c 0%, #cfff9c 50%, #ffffff 75%);
	background: -webkit-linear-gradient(top, #cfff9c 0%,#cfff9c 50%,#ffffff 75%);
	background: linear-gradient(to bottom, #cfff9c 0%,#cfff9c 50%,#ffffff 75%);
	padding: 55px 0 10px;
}
.rev_item>img{
	border-radius: 6px;
	display: block;
	margin: 0 auto 20px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.3);
}
.owl-carousel .owl-item img{
	width: auto;
}
.reviews_block .button{
	margin-top: 30px;
	font-size: 24px;
}
.reviews .owl-dots{
	font-size: 0;
	position: absolute;
	width: 100%;
	top: -32px;
	text-align: center;
}
.reviews .owl-dot{
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}
.reviews .owl-dot.active{
	background: #12c105;
}
.reviews .owl-prev,
.reviews .owl-next{
	width: 38px;
	height: 38px;
	background: #12c105 url(../img/rev_arrow.png) 0% 50% no-repeat;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	margin-top: -36px;
}
.reviews .owl-prev{
	left: 12px;
}
.reviews .owl-next{
	background-position: 100% 50%;
	right: 12px;
}


/*sect9*/
.order_list{
	padding: 25px 20px 0;
}
.order_list>li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background: #fff;
	box-shadow: 0 6px 30px 0 rgba(0,0,0,0.15);
	margin-bottom: 50px;
	min-height: 170px;
	border-radius: 20px;
}
.order_list>li:last-child{
	margin-bottom: 0;
}
.order_list>li>span{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	background: #12c105;
	
	border-radius: 50%;
}
.order_list>li .left{
	width: 170px;
}
.order_list>li .left>img{
	display: block;
	margin: 0 auto;
}
.order_list>li .right{
	width: 270px;
	padding: 10px 20px 0 10px;
}
.order_list .button{
	width: 135px;
	height: 62px;
	line-height: 62px;
	margin: 0 auto;
	font-size: 15px;
}
.order_list .button:after{
	content: '';
	width: 40px;
	height: 50px;
	background: url(../img/cursor.png) 50% 50% no-repeat;
	position: absolute;
	top: 40px;
	right: -10px;
}


/*bottom*/
.offer_section.bottom .product_block{
	margin: 20px 0 0;
	padding: 0 0 20px;
	justify-content: flex-start;
	align-items: flex-end;
	overflow: hidden;
	position: relative;
}
.product_block > img{
	margin: 0;
}
.offer_section.bottom .product_block>img.woman{
	margin-bottom: -20px;
}
.offer_section.bottom .sale{
	top: auto;
	bottom: 20px;
	background: #13bf05;
}

.formbox{
	width: 415px;
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.formbox .price_block{
	background: #f7db02;
	padding: 20px 0;
}
.formbox .price_block>p{
	font-size: 27px;
}
.formbox .prod_count{
	color: #000;
}
.formbox .prod_count>span{
	color: #11c307;
}
.formbox .price > p{
	margin: 0 26px;
}
.formbox .price_block > p{
	color: #fff;
}
.formbox .price .old::before {
	background: #fe1f38;
}
.action_text{
	padding: 30px 35px;
	text-align: center;
}
.action_text>span{
	color: #11c307;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.action_text>p{
	font-weight: 500;
}
.free_call{
	color: #11c307;
	margin-top: 5px;
}



/* 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;
}

.heading {
	position: relative;
	overflow: hidden;
}

.heading__title {
	position: absolute; 
	left: 0; 
	top: 105px; 
	width: 100%; 
	color: #fff; 
	text-align: center; 
	font-weight: 300; 
	font-size: 38px;	
}

.heading__angle {
	position: absolute;
	top: 35px;
	right: -50px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #00894f;
	font-weight: 600;
	background-color: #f7db02;
	text-align: center;
	transform: rotate(45deg);
}