/* styles */

body {
	min-width: 480px;
	background: #ddd;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	cursor: default;
}
.copyright a {
    color: #222;
    font-size: 12px;
    margin: 0px 3px 0;
}
.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

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

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

b {
	font-weight: 700;
}

.owl-height {
	-webkit-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

/* button */

.button {
	display: block;
	margin: 0 auto 25px;
	width: 360px;
	height: 80px;
	border: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #f6921e;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 80px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

/* products count */

.products_count {
	text-align: center;
}

.products_count b {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0;
	width: 34px;
	height: 34px;
	border: 3px solid #37beae;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #37beae;
	line-height: 28px;
}

/* titles */

h2 {
	margin: 0 20px 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #f5f6f8;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	position: relative;
}

h2:after {
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background: #37beae;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -20px;
}

/* offer */

.offer_section {
	padding: 0 0 30px;
	background: #f5f6f8;
}

.offer_section .main_title {
	padding: 10px;
	background: #37beae;
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}

.offer_section .subtitle {
	padding: 10px 0;
	background: #333;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.offer_section img {
	display: block;
}

.offer_section .form_block {
	margin: -30px auto 0;
	padding: 0 0 25px;
	width: 440px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

.offer_section .price_block {
	margin: 0 0 30px;
	padding: 30px 0;
	background: #f5f6f8  center bottom no-repeat;
	text-align: center;
}

.offer_section .price_block .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-align: left;
}

.offer_section .price_block .value {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	font-weight: 700;
	font-size: 44px;
	line-height: 44px;
	color: #37beae;
}
.offer_section .price_block .value>small{
	font-size: 0.8em;
}
.offer_section .price_block .discount_block {
	display: inline-block;
	vertical-align: middle;
}

.offer_section .price_block .discount {
	margin: 0 0 5px;
	padding: 0 20px 0 10px;
	background: #f6921e;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	position: relative;
}

.offer_section .price_block .discount:before {
	display: block;
	content: '';
	border-right: 10px solid #f5f6f8;
	border-top: 13px solid rgba(255,255,255,0);
	border-bottom: 13px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: 0;
}

.offer_section .price_block .price_old {
	font-size: 20px;
	line-height: 20px;
	text-decoration: line-through;
}

.offer_section ul {
	margin: 0 30px 25px;
}

.offer_section ul li {
	margin: 0 0 10px;
	padding: 0 0 0 22px;
	position: relative;
}

.offer_section ul li:last-child {
	margin: 0;
}

.offer_section ul li:before {
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 3px solid #37beae;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
}

.offer_section .timer_block {
	margin: 0 auto 30px;
	width: 320px;
	text-align: center;
}

.offer_section .timer_block p {
	margin: 0 0 15px;
	font-weight: 700;
}

.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 46px 0 0;
	width: 76px;
	height: 76px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	position: relative;
}

.offer_section .timer_block .timer_item:last-child {
	margin: 0;
}

.offer_section .timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 46px;
	height: 76px;
	font-size: 40px;
	line-height: 72px;
	color: #37beae;
	position: absolute;
	top: 0;
	right: -46px;
}

.offer_section .timer_block .timer_item:last-child:before {
	display: none;
}

.offer_section .timer_block .count {
	padding: 10px 0 0;
	font-size: 40px;
	line-height: 40px;
	color: #37beae;
}

.offer_section .timer_block .text {
	font-size: 14px;
	line-height: 14px;
}

.offer_section .field {
	display: block;
	margin: 0 auto 20px;
	padding: 0 20px;
	width: 360px;
	height: 80px;
	border: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #f5f6f8;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #343434;
	text-align: center;
}

.offer_section .field::-webkit-input-placeholder {
	opacity: 1;
	color: #343434;
}

.offer_section .field:-moz-placeholder {
	opacity: 1;
	color: #343434;
}

.offer_section .field::-moz-placeholder {
	opacity: 1;
	color: #343434;
}

.offer_section .field:-ms-input-placeholder {
	opacity: 1;
	color: #343434;
}

.offer_section .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
	opacity: 0;
}

/* problems */

.problems_section {
	padding: 30px 0 0;
}

.problems_section .problems_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.problems_section .problem_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 30px;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.problems_section .problem_item img {
	display: block;
	margin: 0 auto 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* about */

.about_section {
	padding: 30px 0 0;
	background: #f5f6f8;
}

.about_section h2 {
	border-color: #fff;
}
.about_section h3{
	font-size: 18px;
	text-align: center;
}
.about_section p {
	margin: 0px 40px 20px;
	text-align: left;
}

.about_section img {
	display: block;
	margin: 0 auto;
}

.video_block{
	height: 270px;
	margin-bottom: 20px;
}
.video_block iframe{
	width: 100%;
	height: 100%;
}
/* components */

.components_section {
	padding: 0px 0 30px;
}

.use_steps_section .author_info {
    margin: 0 0 15px;
    padding: 0 50px 0 20px;
    border-left: 4px solid #6cc700;
    background: url(../img/quote1_icon.png) right center no-repeat;
}
.use_steps_section .text_block {
    padding: 20px 30px;
}
.components_section .component_item {
	margin: 0 20px 30px;
}

.components_section .component_item:last-child {
	margin-bottom: 0;
}

.components_section .component_item img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.components_section .component_item .text_block {
	float: left;
	width: 320px;
}

.components_section .component_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	color: #37beae;
	text-transform: uppercase;
}
.components_section .button{
	margin-top: 30px;
}

/* benefits */

.benefits_section {
	padding: 30px 0;
	background: #f5f6f8;
}

.benefits_section h2 {
	border-color: #fff;
}

.benefits_section .benefits_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 30px;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.benefits_section .benefit_item:before {
	display: block;
	content: '';
	margin: 0 auto 15px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff center no-repeat;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.benefits_section .benefit_item:nth-child(1):before {
	background-image: url(../img/benefits__benefit1_icon.jpg);
}

.benefits_section .benefit_item:nth-child(2):before {
	background-image: url(../img/benefits__benefit2_icon.jpg);
}

.benefits_section .benefit_item:nth-child(3):before {
	background-image: url(../img/benefits__benefit3_icon.jpg);
}

.benefits_section .benefit_item:nth-child(4):before {
	background-image: url(../img/benefits__benefit4_icon.jpg);
}

.benefits_section .benefit_item:nth-child(5):before {
	background-image: url(../img/benefits__benefit5_icon.jpg);
}

.benefits_section .benefit_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
}

.benefits_section>img{
	display: block;
	margin: 0px auto
}

/* result_section */
.result_section h2:after{
	display: none;
}
.result_section h2{
	color: #fff;
	border: none;
	margin: 0;
	padding: 20px;
	background: #36bcac;
}
.result_section img{
	display: block;
	margin-bottom: 20px;
}
.result_section img:last-child{
	margin: 0;
}

/* copy_section */
.copy_section{
	padding: 30px 0 5px;
}
.copy_section>img{
	display: block;
	margin-bottom: 30px;
}
.copy_section>p{
	padding: 0px 20px;
	margin: 0 0 20px;
	text-align: center;
}
/* use steps */

.use_steps_section {
	padding: 30px 0 0;
	overflow: hidden;
}

.use_steps_section .image {
	display: block;
	margin: 0 auto;
}

.use_steps_section .steps_list {
	margin: 0;
	background: #ededed;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.use_steps_section .step_item {
	margin: 0 0 10px;
	padding: 20px 60px 20px 20px;
	background: #fff;
	position: relative;
}

.use_steps_section .step_item:last-child {
	margin: 0;
}

.use_steps_section .step_item img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 100px;
}

.use_steps_section .step_item p {
	float: left;
	width: 280px;
}

.use_steps_section .step_item .number {
	width: 40px;
	height: 40px;
	background: #37bdad;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

/* reviews */

.reviews_section {
	padding: 30px 0;
	background: #f5f6f8;
}

.reviews_section h2 {
	border-color: #fff;
}

.reviews_section .reviews_list {
	margin: 0 auto;
	padding: 30px 0;
	width: 440px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.reviews_section .review_item img {
	display: block;
	margin: 0 auto 25px;
	width: 380px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.reviews_section .review_item p {
	margin: 0 30px 25px;
	text-align: center;
}

.reviews_section .review_item .author_info {
	padding: 25px 30px 0;
	border-top: 1px solid #f5f6f8;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	position: relative;
}

.reviews_section .review_item .author_info:before {
    display: block;
    content: '';
    width: 40px;
    height: 3px;
    background: #37beae;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -20px;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 40px;
	height: 40px;
	background: #37beae url(../img/reviews__arrows.png) no-repeat;
	position: absolute;
	top: 135px;
}

.reviews_section .owl-prev {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background-position: left center;
	left: -20px;
}

.reviews_section .owl-next {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background-position: right center;
	right: -20px;
}

/* order info */

.order_info_section {
	padding: 30px 0;
}

.order_info_section .info_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.order_info_section .info_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 30px;
	padding: 0 15px;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.order_info_section .info_item img {
	display: block;
	margin: 0 auto 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.order_info_section .delivery-anon{
    position: relative;
    margin: 20px 10px 0;
    padding: 30px 15px 15px;
    text-align: center;
    border: 4px solid #f4f4f4;
    border-radius: 6px;
}
.order_info_section .delivery-anon:before{
    content: '';
    position: absolute;
    display: block;
    width: 69px;
    height: 69px;
    top: -38px;
    left: 50%;
    margin: 0 0 0 -38px;
    background: url(http://8011.ru/beauty/relax-tone/v2/img/anon-icon.png) 0 100% no-repeat;
}
.order_info_section .delivery-anon>b{
	color: #37beae;
}
/* footer */

.footer_section {
	padding: 0 0 30px;
	background: #f5f6f8;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

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

.footer_section a {
	color: #222;
}