/* styles */

body {
	min-width: 320px;
	background: #fff;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
}

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

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

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	width: 280px;
	height: 64px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffdb00;
	-webkit-box-shadow: 0 4px 0 #d9bc00;
	-moz-box-shadow: 0 4px 0 #d9bc00;
	box-shadow: 0 4px 0 #d9bc00;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 64px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.button:hover {
	background: #f7d400;
}

.button:active {
	-webkit-box-shadow: 0 3px 0 #d9bc00;
	-moz-box-shadow: 0 3px 0 #d9bc00;
	box-shadow: 0 3px 0 #d9bc00;
	top: 1px;
}

/* deadline text */

.deadline_text {
	margin: 15px 0 0;
	width: 280px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 8px 0 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/deadline_icon.png) center no-repeat;
}

/* titles */

h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
}

h2 span {
	color: #7fb252;
}

/* header */

.header_section {
	height: 620px;
	background: #64832b url(../images/desctop__header_bg.jpg) center top no-repeat;
}

.header_section .top_block {
	margin: 0 0 25px;
	padding: 20px 0 0;
	height: 70px;
	background: rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

.header_section .top_block ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: justify;
}

.header_section .top_block ul:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.header_section .top_block li {
	display: inline-block;
	vertical-align: middle;
	background: left center no-repeat;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: normal;
	color: #fff;
	text-align: left;
}

.header_section .top_block li:first-child {
	padding: 0 0 0 40px;
	background-image: url(../images/header__benefit1_icon.png);
}

.header_section .top_block li:nth-child(2) {
	padding: 0 0 0 35px;
	background-image: url(../images/header__benefit2_icon.png);
}

.header_section .top_block li:last-child {
	padding: 0 0 0 34px;
	background-image: url(../images/header__benefit3_icon.png);
}

.header_section .title_wrapper {
	margin: 0 0 25px;
}

.header_section .title_wrapper .subtitle {
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
}

.header_section .title_wrapper .main_title {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	padding: 0 0 6px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-weight: 700;
	font-size: 58px;
	line-height: 58px;
	color: #99d763;
	text-transform: uppercase;
}

.header_section .title_wrapper .description {
	width: 390px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
	color: #fff;
	text-transform: uppercase;
}

.header_section .discount_block {
	width: 90px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 195px;
	left: 768px;
}

.header_section .discount_block .value {
	font-size: 32px;
	line-height: 32px;
}

.header_section .content_block ul {
	width: 390px;
}

.header_section .content_block ul li {
	margin: 0 0 15px;
	padding: 0 0 0 34px;
	background: url(../images/header__tick_icon.png) left top no-repeat;
	font-size: 18px;
	color: #fff;
}

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

.header_section .price_block {
	margin: 25px 0;
	width: 280px;
}

.header_section .price_block .price_item {
	float: left;
	width: 50%;
	color: #fff;
	text-align: center;
}

.header_section .price_block .text {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.header_section .price_block .value {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

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

.header_section .price_block .price_item.new .value {
	color: #ffdb00;
}

.header_section .deadline_text {
	color: #fff;
}

/* benefits */

.benefits_section {
	margin: 0 auto;
	padding: 40px 0;
	max-width: 1920px;
	background: #352e29 url(../images/bg_dark.jpg);
}

.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 20px 0 0;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	color: #fff;
}

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

.benefits_section .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* about */

.about_section {
	padding: 40px 0 160px;
	background: url(../images/desctop__about_bg.jpg) center bottom no-repeat;
}

.about_section h2 {
	margin: 0 0 40px;
}

.about_section .text_block {
	float: left;
	width: 440px;
}

.about_section .text_block p {
	margin: 0 0 15px;
}

.about_section .text_block p:last-child {
	margin: 0;
}

.about_section .images_block {
	float: right;
	width: 480px;
}

.about_section .images_block img {
	display: block;
	margin: 0 0 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.about_section .images_block img:last-child {
	margin: 0;
}

/* video */

.video_section {
	padding: 40px 0;
}

.video_section .video_block {
	float: left;
	width: 460px;
}

.video_section h2 {
	margin: 0 0 30px;
}

.video_section .video_wrapper {
	border: 10px solid #fff;
	-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.09);
}

.video_section .video-container {
	width: 440px;
	height: 248px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

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

.video_section .text_block {
	float: right;
	width: 460px;
}

.video_section .text_block p {
	margin: 0 0 15px;
}

.video_section .text_block p:last-of-type {
	margin: 0 0 20px;
}

/* effects */

.effects_section {
	height: 560px;
	background: #352e29 url(../images/bg_dark.jpg);
	overflow: hidden;
}

.effects_section .content_block {
	padding: 40px 0 0;
	width: 450px;
	color: #fff;
}

.effects_section h2 {
	margin: 0 0 20px;
	text-align: left;
}

.effects_section h2 span {
	display: block;
}

.effects_section p.description {
	margin: 0 0 30px;
}

.effects_section ul li {
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	background: url(../images/effects__tick_icon.png) left 3px no-repeat;
	text-transform: uppercase;
}

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

.effects_section img {
	display: block;
	width: 960px;
	max-width: 960px;
	position: absolute;
	top: 0;
	left: 50%;
}

/* components */

.components_section {
	padding: 40px 0 10px;
}

.components_section h2 {
	margin: 0 0 20px;
}

.components_section h2 i {
	display: block;
	font-style: normal;
}

.components_section p.description {
	margin: 0 auto 40px;
	max-width: 780px;
	text-align: center;
}

.components_section .components_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.components_section .component_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 30px 0;
	width: 460px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.components_section .component_item:nth-child(even) {
	margin: 0 0 30px;
}

.components_section .component_item .component_wrapper {
	display: table;
	width: 100%;
}

.components_section .component_item .image_block {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}

.components_section .component_item img {
	display: block;
	border: 4px solid #ebebeb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ebebeb;
}

.components_section .component_item .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

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

/* results */

.results_section {
	padding: 40px 0 10px;
	background: #352e29 url(../images/bg_dark.jpg);
	color: #fff;
}

.results_section h2 {
	margin: 0 0 40px;
}

.results_section .result_item {
	float: left;
	margin: 0 20px 30px 0;
	width: 460px;
}

.results_section .result_item:nth-child(even) {
	margin: 0 0 30px;
}

.results_section .result_item img {
	display: block;
	margin: 0 0 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.results_section .result_item .text_block p {
	float: left;
	width: 50%;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

.results_section .result_item .text_block p:last-child {
	color: #99d763;
}

/* info */

.info_section {
	padding: 40px 0 44px;
	background: #64832b url(../images/desctop__info_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.info_section h3 {
	margin: 0 0 60px;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.info_section h3 span {
	color: #ffdb00;
}

.info_section img {
	display: block;
	margin: 0 auto;
	border: 10px solid rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -150px;
	z-index: 5;
}

.info_section .price_block {
	padding: 20px 35px 0 78px;
	width: 365px;
	height: 78px;
	background: #fff;
	position: absolute;
	top: 140px;
	left: 10px;
}

.info_section .price_block:before {
	display: block;
	content: '';
	width: 78px;
	height: 78px;
	background: #99d763 url(../images/info__discount_icon.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.info_section .price_block .price_item {
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
	z-index: 10;
}

.info_section .price_block .text {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.info_section .price_block .value {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

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

.info_section .price_block .price_item.new .value {
	color: #ffdb00;
}

.info_section .timer_block {
	padding: 10px 40px 0 83px;
	width: 325px;
	height: 78px;
	background: #fff;
	text-align: center;
	position: absolute;
	top: 242px;
	left: 50px;
}

.info_section .timer_block:before {
	display: block;
	content: '';
	width: 78px;
	height: 78px;
	background: #99d763 url(../images/timer__clock_icon.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.info_section .timer_block .timer_item {
	float: left;
	width: 33.333333%;
}

.info_section .timer_block p {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.info_section .timer_block .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #99d763;
	position: relative;
}

.info_section .timer_block .count:before {
	display: block;
	content: ':';
	width: 10px;
	position: absolute;
	top: -3px;
	right: -5px;
}

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

.info_section .timer_block .text {
	margin-top: -2px;
	font-size: 12px;
	line-height: 12px;
}

.info_section ul {
	margin: 0 0 50px 640px;
}

.info_section ul li {
	margin: 0 0 15px;
	padding: 0 0 0 34px;
	background: url(../images/info__tick_icon.png) left 1px no-repeat;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

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

.info_section .button {
	margin: 0 auto;
}

/* order info */

.order_info_section {
	padding: 40px 0;
}

.order_info_section h2 {
	margin: 0 0 40px;
}

.order_info_section .info_item {
	float: left;
	margin: 0 20px 0 0;
	padding: 30px 30px 0 30px;
	width: 300px;
	height: 220px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #4d4d4d center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-weight: 700;
	color: #fff;
}

.order_info_section .info_item:first-child {
	background-image: url(../images/order_info__delivery_bg.jpg);
}

.order_info_section .info_item:nth-child(2) {
	background-image: url(../images/order_info__payment_bg.jpg);
}

.order_info_section .info_item:last-child {
	margin: 0;
	background-image: url(../images/order_info__guarantee_bg.jpg);
}

.order_info_section .info_item h4 {
	margin: 0 0 12px;
	padding: 0 0 0 70px;
	font-size: 24px;
	line-height: 60px;
	color: #ffdb00;
	text-transform: uppercase;
	position: relative;
}

.order_info_section .info_item h4:before {
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0.2) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.order_info_section .info_item:first-child h4:before {
	background-image: url(../images/order_info__delivery_icon.png);
}

.order_info_section .info_item:nth-child(2) h4:before {
	background-image: url(../images/order_info__payment_icon.png);
}

.order_info_section .info_item:last-child h4:before {
	background-image: url(../images/order_info__guarantee_icon.png);
}

/* reviews */

.reviews_section {
	padding: 40px 0;
	background: #352e29 url(../images/bg_dark.jpg);
}

.reviews_section h3 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.reviews_section p.description {
	margin: 0 auto 40px;
	max-width: 580px;
	color: #fff;
	text-align: center;
}

.reviews_section .reviews_list {
	margin: 0 auto;
	max-width: 820px;
}

.reviews_section .review_item img {
	float: left;
	width: 300px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

.reviews_section .review_item .text_block {
	float: left;
	padding: 20px 20px 0 20px;
	width: 520px;
	height: 290px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background: #fff;
	position: relative;
}

.reviews_section .review_item .text_block:before {
	display: block;
	content: '';
	width: 23px;
	height: 20px;
	background: url(../images/reviews__quote_icon.png) center no-repeat;
	position: absolute;
	top: 22px;
	right: 20px;
}

.reviews_section .review_item .author_info {
	margin: 0 0 15px;
	padding: 0 0 18px;
	background: url(../images/reviews__stars.png) left bottom no-repeat;
	font-weight: 700;
	text-transform: uppercase;
}

.reviews_section .owl-dots {
	margin: 30px 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.reviews_section .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
}

.reviews_section .owl-dot:hover {
	background: rgba(255,255,255,0.5);
}

.reviews_section .owl-dot.active {
	background: #ffdb00;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffdb00 url(../images/reviews__arrows.png) no-repeat;
	position: absolute;
	top: 125px;
}

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

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

/* order */

.order_section {
	height: 645px;
	background: #64832b url(../images/desctop__order_bg.jpg) center top no-repeat;
}

.order_section .top_block {
	margin: 0 0 10px;
	height: 70px;
	background: rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	font-weight: 700;
	font-size: 30px;
	line-height: 70px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.order_section .top_block span {
	color: #ffdb00;
}

.order_section .title_wrapper {
	margin: 0 0 10px;
}

.order_section .title_block {
	float: left;
	text-transform: uppercase;
}

.order_section .title_block .subtitle {
	letter-spacing: 3px;
	color: #fff;
}

.order_section .title_block .main_title {
	font-weight: 700;
	font-size: 58px;
	line-height: 58px;
	color: #99d763;
}

.order_section .description {
	float: left;
	margin: 9px 0 0 25px;
	width: 460px;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.order_section .discount_block {
	width: 90px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 242px;
	left: 715px;
}

.order_section .discount_block .value {
	font-size: 32px;
	line-height: 32px;
}

.order_section .form_block {
	padding: 19px;
	width: 320px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.order_section .timer_block {
	padding: 10px 5px 0 83px;
	width: 280;
	height: 78px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.order_section .timer_block:before {
	display: block;
	content: '';
	width: 78px;
	height: 78px;
	background: #99d763 url(../images/timer__clock_icon.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.order_section .timer_block .timer_item {
	float: left;
	width: 33.333333%;
}

.order_section .timer_block p {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.order_section .timer_block .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #99d763;
	position: relative;
}

.order_section .timer_block .count:before {
	display: block;
	content: ':';
	width: 10px;
	position: absolute;
	top: -3px;
	right: -5px;
}

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

.order_section .timer_block .text {
	margin-top: -2px;
	font-size: 12px;
	line-height: 12px;
}

.order_section .price_block {
	margin: 20px 0;
	width: 280px;
}

.order_section .price_block .price_item {
	float: left;
	width: 50%;
	color: #fff;
	text-align: center;
}

.order_section .price_block .text {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.order_section .price_block .value {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

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

.order_section .price_block .price_item.new .value {
	color: #ffdb00;
}

.order_section .field {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 280px;
	height: 56px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
}

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

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

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

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

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

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

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

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

.order_section .deadline_text {
	color: #fff;
}

/* footer */

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

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

.footer_section a {
	color: #111;
}

.footer_section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* header */

	.header_section {
		padding: 0 0 20px;
		height: auto;
		background-image: url(../images/tablet__header_bg.jpg);
	}

	.header_section .top_block {
		margin: 0 0 14px;
		padding: 14px 0 0;
	}

	.header_section .top_block li {
		line-height: 22px;
	}

	.header_section .top_block li:first-child {
		width: 180px;
	}

	.header_section .top_block li:nth-child(2) {
		width: 155px;
	}

	.header_section .top_block li:last-child {
		width: 190px;
	}

	.header_section .title_wrapper {
		margin: 0 0 20px;
	}

	.header_section .title_block {
		float: left;
	}

	.header_section .title_wrapper .main_title {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
		font-size: 48px;
		line-height: 48px;
	}

	.header_section .title_wrapper .description {
		float: left;
		margin: 22px 0 0 20px;
		width: 285px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 1px;
	}

	.header_section .discount_block {
		display: none;
	}

	.header_section .content_block ul {
		width: 290px;
	}

	/* benefits */

	.benefits_section {
		padding: 40px 0 10px;
	}

	.benefits_section .benefit_item {
		margin: 0 40px 30px;
	}

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

	/* about */

	.about_section {
		padding: 40px 0 0;
		background: none;
	}

	.about_section h2 {
		margin: 0 0 30px;
	}

	.about_section .text_block {
		float: none;
		margin: 0 0 40px;
		width: 100%;
		text-align: center;
	}

	.about_section .images_block {
		float: none;
		width: 100%;
	}

	.about_section .images_block img {
		float: left;
		margin: 0 20px 0 0;
		width: 300px;
	}

	/* video */

	.video_section .video_block {
		float: none;
		width: 100%;
	}

	.video_section .video_wrapper {
		margin: 0 0 30px;
	}

	.video_section .video-container {
		width: 600px;
		height: 338px;
	}

	.video_section .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	.video_section .button {
		margin: 0 auto;
	}

	.video_section .deadline_text {
		margin: 15px auto 0;
	}

	/* effects */

	.effects_section img {
		left: 470px;
	}

	/* components */

	.components_section h2 i {
		display: inline;
	}

	.components_section .component_item {
		margin: 0 0 30px;
		width: 100%;
	}

	/* results */

	.results_section .result_item {
		width: 300px;
	}

	.results_section .result_item .text_block p {
		font-size: 20px;
		line-height: 20px;
	}

	/* info */

	.info_section {
		background-image: none;
	}

	.info_section h3 {
		margin: 0 0 360px;
		font-size: 30px;
		line-height: 36px;
	}

	.info_section .price_block {
		top: 160px;
	}

	.info_section .timer_block {
		top: 262px;
	}

	.info_section img {
		margin: 0;
		top: 100px;
		left: auto;
		right: 10px;
	}

	.info_section ul {
		margin: 0 20px 40px;
	}

	/* order info */

	.order_info_section .info_item {
		margin: 0 10px 0 0;
		padding: 15px 15px 0 15px;
		width: 200px;
		height: 210px;
		font-size: 14px;
		line-height: 22px;
	}

	.order_info_section .info_item h4 {
		margin: 0 0 10px;
		font-size: 16px;
	}

	/* reviews */

	.reviews_section h3 {
		font-size: 30px;
		line-height: 36px;
	}

	.reviews_section .review_item {
		padding: 25px 20px 20px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background: #fff;
	}

	.reviews_section .review_item img {
		float: none;
		margin: 0 auto 20px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.reviews_section .review_item .text_block {
		float: none;
		padding: 0;
		width: 100%;
		height: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align: center;
	}

	.reviews_section .review_item .text_block:before {
		display: none;
	}

	.reviews_section .review_item .author_info {
		background-position: center bottom;
	}

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		top: 150px;
	}

	.reviews_section .owl-prev {
		left: 80px;
	}

	.reviews_section .owl-next {
		right: 80px;
	}

	/* order */

	.order_section {
		padding: 0 0 25px;
		height: auto;
		background-image: url(../images/tablet__order_bg.jpg);
	}

	.order_section .top_block {
		font-size: 26px;
	}

	.order_section .title_block .main_title {
		font-size: 48px;
		line-height: 48px;
	}

	.order_section .description {
		margin: 22px 0 0 20px;
		width: 285px;
		font-size: 18px;
		line-height: 24px;
	}

	.order_section .discount_block {
		display: none;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 20px;
		line-height: 28px;
	}

	/* header */

	.header_section {
		padding: 20px 0;
		background-image: url(../images/mobile__order_bg.jpg);
		background-position: center -55px;
	}

	.header_section .top_block {
		display: none;
	}

	.header_section .title_wrapper {
		margin: 0 0 480px;
	}

	.header_section .title_block {
		float: none;
		text-align: center;
	}

	.header_section .title_wrapper .main_title {
		margin: 4px 0 8px;
		font-size: 44px;
		line-height: 44px;
	}

	.header_section .title_wrapper .description {
		float: none;
		margin: 0;
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
	}

	.header_section .content_block ul {
		width: 300px;
	}

	.header_section .button {
		margin: 0 auto;
	}

	.header_section .deadline_text {
		margin: 15px auto 0;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0 0;
	}

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

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

	/* about */

	.about_section {
		padding: 30px 0 0;
	}

	.about_section h2 {
		margin: 0 0 20px;
	}

	.about_section .text_block {
		margin: 0 0 30px;
	}

	.about_section .images_block img {
		float: none;
		margin: 0 0 20px;
	}

	/* video */

	.video_section {
		padding: 30px 0;
	}

	.video_section .video-container {
		width: 280px;
		height: 158px;
	}

	/* effects */

	.effects_section {
		height: auto;
	}

	.effects_section .content_block {
		padding: 30px 0;
		width: 100%;
	}

	.effects_section h2 {
		text-align: center;
	}

	.effects_section p.description {
		text-align: center;
	}

	.effects_section ul li {
		font-size: 14px;
	}

	.effects_section img {
		display: none;
	}

	/* components */

	.components_section {
		padding: 30px 0 0;
	}

	.components_section p.description {
		margin: 0 0 30px;
	}

	.components_section .component_item .image_block {
		display: block;
		margin: 0 auto 15px;
	}

	.components_section .component_item .text_block {
		display: block;
		padding: 0;
		text-align: center;
	}

	/* results */

	.results_section {
		padding: 30px 0 1px;
	}

	.results_section h2 {
		margin: 0 0 30px;
	}

	.results_section .result_item {
		margin: 0 0 30px;
	}

	/* info */

	.info_section {
		padding: 30px 0 34px;
	}

	.info_section h3 {
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 28px;
	}

	.info_section .price_block {
		margin: 0 0 20px;
		padding: 20px 0 0;
		width: 300px;
		position: relative;
		top: 0;
		left: 0;
	}

	.info_section .price_block:before {
		display: none;
	}

	.info_section .timer_block {
		margin: 0 0 30px;
		padding: 10px 5px 0 83px;
		width: 300px;
		position: relative;
		top: 0;
		left: 0;
	}

	.info_section img {
		position: static;
		margin: 0 auto 30px;
	}

	.info_section ul {
		margin: 0 0 30px;
	}

	.info_section ul li {
		background-position: left top;
		font-size: 16px;
		line-height: 24px;
	}

	/* order info */

	.order_info_section {
		padding: 30px 0;
	}

	.order_info_section h2 {
		margin: 0 0 30px;
	}

	.order_info_section .info_item {
		margin: 0 0 30px;
		padding: 30px 30px 0 30px;
		width: 300px;
		height: 220px;
		font-size: 16px;
		line-height: 24px;
	}

	.order_info_section .info_item h4 {
		margin: 0 0 12px;
		font-size: 24px;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

	.reviews_section h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.reviews_section p.description {
		margin: 0 0 30px;
	}

	.reviews_section .review_item {
		padding: 25px 15px 20px;
	}

	.reviews_section .review_item img {
		width: 220px;
	}

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		top: 111px;
	}

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

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

	/* order */

	.order_section {
		padding: 0 0 20px;
		background-image: url(../images/mobile__order_bg.jpg);
	}

	.order_section .top_block {
		padding: 10px 0 0;
		font-size: 18px;
		line-height: 24px;
	}

	.order_section .top_block span {
		display: block;
	}

	.order_section .title_wrapper {
		margin: 0 0 475px;
	}

	.order_section .title_block {
		float: none;
		text-align: center;
	}

	.order_section .title_block .main_title {
		margin: 4px 0 8px;
		font-size: 44px;
		line-height: 44px;
	}

	.order_section .description {
		float: none;
		margin: 0;
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
	}

	.order_section .form_block {
		padding: 19px 9px;
		width: 100%;
	}

}