/* reset */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, 
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, input, button {
	outline: none;
}

a {
	background-color: transparent;
	text-decoration: underline;
	-webkit-text-decoration-skip: objects;
}

input, button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* styles */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 480px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #4f3619;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: url(../images/bg_gray.jpg);
}

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

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

/* bold */

b {
	font-weight: 700;
}

/* title */

h2, h3 {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 36px;
	line-height: 44px;
}

h3 {
	font-size: 30px;
	line-height: 38px;
}

/* offer */

.offer_section {
	padding: 0 0 24px 0;
	background: #c9a155 url(../images/bg_brown.jpg);
	position: relative;
}

.offer_section .title_block {
	padding: 8px 0 13px 0;
	font-weight: 700;
	color: #251704;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .main_title {
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 4.5px;
}

.offer_section .subtitle {
	font-size: 24px;
	line-height: 32px;
}

.offer_section img {
	display: block;
}

.offer_section .discount {
	padding: 28px 0 0 0;
	width: 164px;
	height: 151px;
	background: url(../images/discount_bg.png) center no-repeat;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 170px;
	left: 270px;
}

.offer_section .discount span {
	font-size: 48px;
}

.offer_section .price_block {
	margin: -32px auto 30px auto;
	overflow: hidden;
	width: 400px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
	position: relative;
}

.offer_section .price_block:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 24px solid #ae853b;
	border-top: 32px solid #fff;
	border-bottom: 32px solid #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
}

.offer_section .price_block .price_item {
	float: left;
	width: 50%;
	height: 64px;
	font-weight: 700;
	line-height: 64px;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .price_block .price_item.old {
	background: #ae853b;
	font-size: 30px;
	color: #fff;
}

.offer_section .price_block .price_item.old i {
	text-decoration: line-through;
}

.offer_section .price_block .price_item.old span {
	font-size: 26px;
}

.offer_section .price_block .price_item.new {
	background: #fff;
	font-size: 38px;
	color: #f92523;
}

.offer_section .price_block .price_item.new span {
	font-size: 30px;
}

.offer_section .button {
	display: block;
	margin: 0 auto 23px auto;
	width: 400px;
	height: 74px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f92523;
	-webkit-box-shadow: 0 4px 0 0 #cd1311;
	-moz-box-shadow: 0 4px 0 0 #cd1311;
	box-shadow: 0 4px 0 0 #cd1311;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 74px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 2px 0 #cd1311;
	cursor: pointer;
}

.offer_section .products_count {
	font-weight: 700;
	color: #251704;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .products_count span {
	font-size: 30px;
}

.offer_section .input,
.offer_section select {
	display: block;
	margin: 0 auto 20px auto;
	padding: 0 20px;
	width: 400px;
	height: 64px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #745c41;
}

.offer_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #745c41;
}

.offer_section .input:-moz-placeholder {
	opacity: 1;
	color: #745c41;
}

.offer_section .input::-moz-placeholder {
	opacity: 1;
	color: #745c41;
}

.offer_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #745c41;
}

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

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

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

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

/* benefits */

.benefits_section {
	padding: 31px 0 38px 0;
}

.benefits_section h3 {
	margin: 0 0 31px 0;
}

.benefits_section h3 span {
	color: #f92523;
}

.benefits_section ul li {
	margin: 0 auto;
	width: 444px;
	height: 106px;
	background-position: center;
	background-repeat: no-repeat;
	font-weight: 700;
	text-transform: uppercase;
}

.benefits_section ul li:first-child {
	padding: 26px 0 0 125px;
	background-image: url(../images/benefits__benefit1_bg.jpg);
}

.benefits_section ul li:nth-child(2) {
	padding: 26px 125px 0 80px;
	background-image: url(../images/benefits__benefit2_bg.jpg);
	text-align: right;
}

.benefits_section ul li:nth-child(3) {
	padding: 26px 65px 0 125px;
	background-image: url(../images/benefits__benefit3_bg.jpg);
}

.benefits_section ul li:last-child {
	padding: 26px 125px 0 100px;
	background-image: url(../images/benefits__benefit4_bg.jpg);
	text-align: right;
}

/* secret */

.secret_section {
	padding: 31px 0 34px 0;
	background: #c9a155 url(../images/bg_brown.jpg);
	text-align: center;
}

.secret_section h3 {
	margin: 0 0 32px 0;
	padding: 0 20px;
}

.secret_section h3 span {
	white-space: nowrap;
}

.secret_section img {
	display: block;
	margin: 0 0 31px 0;
}

.secret_section p {
	padding: 0 20px;
}

/* history */

.history_section {
	padding: 31px 20px 25px 20px;
	text-align: center;
}

.history_section h3 {
	margin: 0 0 32px 0;
	color: #f92523;
}

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

.history_section p:first-of-type {
	margin: 16px 0 25px 0;
}

/* results */

.results_section {
	text-align: center;
}

.results_section h3 {
	margin: 0 0 32px 0;
	padding: 0 60px;
}

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

.results_section p:first-of-type {
	padding: 31px 20px;
}

.results_section p:last-of-type {
	padding: 18px 20px 34px 20px;
	background: #ecd2a4;
}

/* opinion */

.opinion_section {
	padding: 31px 20px 34px 20px;
	background: #271b10 url(../images/opinion_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.opinion_section h2 {
	margin: 0 0 31px 0;
}

.opinion_section img {
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.2);
}

.opinion_section .author_info {
	margin: 14px 0 13px 0;
	padding: 0 0 34px 0;
	background: url(../images/opinion__quote_icon.png) center bottom no-repeat;
	font-weight: 700;
	position: relative;
}

.opinion_section .author_info:before, 
.opinion_section .author_info:after {
	display: block;
	content: '';
	width: 195px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 8px;
}

.opinion_section .author_info:before {
	left: 0;
}

.opinion_section .author_info:after {
	right: 0;
}

.opinion_section .author_info span {
	text-transform: uppercase;
}

/* reviews */

.reviews_section {
	padding: 31px 20px 34px 20px;
	background: #e2cca4 url(../images/bg_light_brown.jpg);
	text-align: center;
}

.reviews_section h3 {
	margin: 0 0 32px 0;
}

.reviews_section h3 span {
	color: #d11f1f;
}

.reviews_section .review_item img {
	display: block;
	margin: 0 auto;
	width: 256px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 6px solid #b6a07b;
}

.reviews_section .review_item .author_name {
	margin: 14px 0 6px 0;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 25px;
	height: 41px;
	background-image: url(../images/reviews__arrows.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 107px;
}

.reviews_section .owl-prev {
	background-position: left center;
	left: 20px;
}

.reviews_section .owl-next {
	background-position: right center;
	right: 20px;
}

/* order steps */

.order_steps_section {
	padding: 31px 20px 11px 20px;
}

.order_steps_section h2 {
	margin: 0 0 31px 0;
}

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

.order_steps_section .step_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 23px 0;
	padding: 0 10px;
	width: 50%;
	letter-spacing: normal;
}

.order_steps_section .step_item .icon_block {
	margin: 0 auto 12px auto;
	width: 161px;
	height: 159px;
	position: relative;
}

.order_steps_section .step_item img {
	display: block;
}

.order_steps_section .step_item .number {
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	position: absolute;
	top: 50px;
	left: -10px;
}

.order_steps_section .step_item p {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

/* footer */

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

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

.footer_section a {
	color: #fff;
}