/* 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;
}

.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;
	width: 360px;
	height: 80px;
	border: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #604fbf;
	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 {
	margin: 20px 0 0;
	text-align: center;
}

.products_count b {
	display: inline-block;
	vertical-align: top;
	margin: -5px 6px 0;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	line-height: 34px;
}

/* titles */

h2 {
	margin: 0 0 30px;
	padding: 0 0 20px;
	background: url(../images/title_bg.png) center bottom no-repeat;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}

/* offer */

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

.offer_section .main_title {
	padding: 10px;
	background: #604fbf;
	font-weight: 700;
	font-size: 46px;
	line-height: 52px;
	color: #fff;
	text-align: center;
}

.offer_section .subtitle {
	padding: 10px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .offer_image {
	display: block;
	position: relative;
	z-index: 10;
}

.offer_section .benefits_list {
	margin-top: -60px;
	padding: 0 10px 20px;
	background: #eaeaea;
}

.offer_section .benefit_item {
	float: left;
	padding: 0 10px;
	width: 33.333333%;
	position: relative;
	z-index: 11;
}

.offer_section .benefit_item img {
	display: block;
	margin: 0 auto 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.offer_section .benefit_item p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.offer_section .benefit_item p span {
	display: block;
	font-weight: 700;
	color: #ee9700;
}

.offer_section .price_block {
	margin: 0 0 40px;
	padding: 0 10px;
	height: 80px;
	-webkit-border-radius: 0 0 60px 60px;
	-moz-border-radius: 0 0 60px 60px;
	border-radius: 0 0 60px 60px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), color-stop(20%, #fff), to(#fff));
	background-image: -webkit-linear-gradient(top, #eaeaea 0%, #fff 20%, #fff 100%);
	background-image: -moz-linear-gradient(top, #eaeaea 0%, #fff 20%, #fff 100%);
	background-image: -o-linear-gradient(top, #eaeaea 0%, #fff 20%, #fff 100%);
	background-image: linear-gradient(to bottom, #eaeaea 0%, #fff 20%, #fff 100%);
	text-align: center;
}

.offer_section .price_item {
	float: left;
	padding: 17px 0 0;
	width: 180px;
}

.offer_section .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}

.offer_section .price_item .value {
	font-size: 30px;
	line-height: 30px;
}

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

.offer_section .price_item.new .value {
	font-weight: 700;
}

.offer_section .discount_block {
	float: left;
	padding: 14px 0 0;
	width: 100px;
	height: 80px;
	background-color: #604fbf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e28f00), color-stop(20%, #604fbf), to(#604fbf));
	background-image: -webkit-linear-gradient(top, #e28f00 0%, #604fbf 20%, #604fbf 100%);
	background-image: -moz-linear-gradient(top, #e28f00 0%, #604fbf 20%, #604fbf 100%);
	background-image: -o-linear-gradient(top, #e28f00 0%, #604fbf 20%, #604fbf 100%);
	background-image: linear-gradient(to bottom, #e28f00 0%, #604fbf 20%, #604fbf 100%);
	font-weight: 700;
	color: #fff;
	position: relative;
}

.offer_section .discount_block:before {
	display: block;
	content: '';
	border-top: 15px solid #604fbf;
	border-left: 50px solid rgba(255,255,255,0);
	border-right: 50px solid rgba(255,255,255,0);
	position: absolute;
	bottom: -15px;
	left: 0;
}

.offer_section .discount_block .text {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 18px;
}

.offer_section .discount_block .value {
	font-size: 30px;
	line-height: 30px;
}

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

.offer_section .timer_block p {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
}

.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 46px 0 0;
	padding: 10px 0 0;
	width: 76px;
	height: 76px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #1f1c1b;
	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: #604fbf;
	position: absolute;
	top: 0;
	right: -46px;
}

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

.offer_section .timer_block .count {
	font-size: 40px;
	line-height: 40px;
	color: #604fbf;
}

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

.offer_section .products_count {
	color: #fff;
}

.offer_section .products_count b {
	background: #1a1817;
	color: #604fbf;
}

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

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

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

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

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

.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 10px 0;
	background: #eaeaea;
}

.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;
	padding: 0 10px 30px;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.problems_section .problem_item img {
	display: block;
	margin: 0 auto 15px;
	border: 3px solid #fff;
	-webkit-border-radius: 0px 40px;
	-moz-border-radius: 0px 40px;
	border-radius: 0px 40px;
}

/* about */

.about_section {
	padding: 30px 0;
}

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

.about_section p {
	margin: 25px 20px;
	text-align: center;
}

/* benefits */

.benefits_section {
	padding: 30px 20px;
}

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

.benefits_section .benefit_item {
	margin: 0 0 25px;
}

.benefits_section .benefit_item:last-child {
	margin: 0 0 30px;
}

.benefits_section .benefit_item .icon {
	float: left;
	margin: 0 20px 0 0;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 20px 0px;
	-moz-border-radius: 20px 0px;
	border-radius: 20px 0px;
	background: #2c2827 center no-repeat;
}

.benefits_section .benefit_item:nth-child(1) .icon {
	background-image: url(../images/benefits__benefit1_icon.png);
}

.benefits_section .benefit_item:nth-child(2) .icon {
	background-image: url(../images/benefits__benefit2_icon.png);
}

.benefits_section .benefit_item:nth-child(3) .icon {
	background-image: url(../images/benefits__benefit3_icon.png);
}

.benefits_section .benefit_item:nth-child(4) .icon {
	background-image: url(../images/benefits__benefit4_icon.png);
}

.benefits_section .benefit_item .text_block {
	float: left;
	width: 340px;
}

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

.benefits_section .products_count b {
	background: #2c2827;
	color: #fff;
}

/* components */

.components_section {
	background: #eaeaea;
}

.components_section .image {
	display: block;
}

.components_section h2 {
	margin-top: 30px;
}

.components_section .component_item {
	margin: 0 0 20px;
	position: relative;
}

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

.components_section .component_item .text_block {
	margin: 0 75px 0 0;
	padding: 15px 95px 15px 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.components_section .component_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	color: #604fbf;
	text-transform: uppercase;
}

.components_section .component_item img {
	display: block;
	-webkit-border-radius: 20px 0px;
	-moz-border-radius: 20px 0px;
	border-radius: 20px 0px;
	position: absolute;
	top: 50%;
	margin-top: -55px;
	right: 20px;
}

/* use steps */

.use_steps_section {
	padding: 30px 10px;
	background: #2c2827;
	color: #fff;
}

.use_steps_section h2 {
	margin: 0 20px 10px;
}

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

.use_steps_section .step_item {
	float: left;
	padding: 0 10px 30px;
	width: 33.333333%;
}

.use_steps_section .step_item .image_block {
	margin: 0 auto 15px;
	width: 110px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.use_steps_section .step_item .image_block img {
	display: block;
}

.use_steps_section .step_item .image_block .number {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 0 0 50% 0;
	-moz-border-radius: 0 0 50% 0;
	border-radius: 0 0 50% 0;
	background: #604fbf;
	font-weight: 700;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.use_steps_section .step_item p {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.use_steps_section .products_count b {
	background: #1a1817;
    color: #604fbf;
}

/* reviews */

.reviews_section {
	padding: 30px 0 0;
}

.reviews_section .image {
	display: block;
}

.reviews_section .review_item {
	padding: 0 50px 30px;
	text-align: center;
}

.reviews_section .review_item img {
	display: block;
	margin: 0 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.reviews_section .review_item .author_info {
	margin: 0 0 15px;
	padding: 0 0 30px;
	background: url(../images/reviews__quote_icon.png) center bottom no-repeat;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

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

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

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

/* problems */

.order_steps_section {
	padding: 30px 10px 0;
	background: #eaeaea;
}

.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;
	padding: 0 20px 30px;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.order_steps_section .step_item img {
	display: block;
	margin: 0 auto 15px;
	border: 3px solid #fff;
	-webkit-border-radius: 0px 40px;
	-moz-border-radius: 0px 40px;
	border-radius: 0px 40px;
}

/* footer */

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

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

.footer_section a {
	color: #222;
}