/* 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 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;subset=cyrillic');

/* styles */

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

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

body {
	min-width: 320px;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #222;
	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;
}

/* placeholder */

::-webkit-input-placeholder {
	opacity: 1;
	color: #222;
}

:-moz-placeholder {
	opacity: 1;
	color: #222;
}

::-moz-placeholder {
	opacity: 1;
	color: #222;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #222;
}

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

:focus:-moz-placeholder {
	opacity: 0;
}

:focus::-moz-placeholder {
	opacity: 0;
}

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

/* bold */

b {
	font-weight: 700;
}

/* items list */

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

.items_list .item {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: normal;
}

/* button */

.button {
	display: block;
	width: 300px;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #fdfd1b;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ead704), to(#fdfd1b));
	background-image: -webkit-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: -moz-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: -o-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: linear-gradient(to top, #ead704, #fdfd1b);
	-webkit-box-shadow: 0 -3px 0 0 #a3a301 inset, 0 5px 10px 0 rgba(0,0,0,0.6);
	-moz-box-shadow: 0 -3px 0 0 #a3a301 inset, 0 5px 10px 0 rgba(0,0,0,0.6);
	box-shadow: 0 -3px 0 0 #a3a301 inset, 0 5px 10px 0 rgba(0,0,0,0.6);
	font-weight: 600;
	font-size: 20px;
	line-height: 70px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.button:hover {
	background-color: #ff3;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#eaea16), to(#ff3));
	background-image: -webkit-linear-gradient(bottom, #eaea16, #ff3);
	background-image: -moz-linear-gradient(bottom, #eaea16, #ff3);
	background-image: -o-linear-gradient(bottom, #eaea16, #ff3);
	background-image: linear-gradient(to top, #eaea16, #ff3)
}

.button:active {
	background-color: #eaea16;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff3), to(#eaea16));
	background-image: -webkit-linear-gradient(bottom, #ff3, #eaea16);
	background-image: -moz-linear-gradient(bottom, #ff3, #eaea16);
	background-image: -o-linear-gradient(bottom, #ff3, #eaea16);
	background-image: linear-gradient(to top, #ff3, #eaea16)
}

/* titles */

h2 {
	margin: 0 0 40px 0;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

/* offer */

.offer_section {
	padding: 40px 0;
	background: #dedde3 url(../images/desctop__header__bg.jpg) center -50px no-repeat;
	color: #fff;
	position: relative;
}

.offer_section:before, 
.offer_section:after {
	display: block;
	content: '';
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
}

.offer_section:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.6)));
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(0,0,0,0.6));
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0), rgba(0,0,0,0.6));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(0,0,0,0.6));
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(0,0,0,0.6));
	top: 0;
}

.offer_section:after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.6)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.6), rgba(255,255,255,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.6), rgba(255,255,255,0));
	background-image: linear-gradient(to top, rgba(0,0,0,0.6), rgba(255,255,255,0));
	bottom: 0;
}

.offer_section .price_block {
	margin: 0 0 30px 0;
	width: 300px;
}

.offer_section .price_item.old {
	float: left;
}

.offer_section .price_item.new {
	float: right;
}

.offer_section .price_item .text {
	margin: 0 0 5px 0;
}

.offer_section .price_item .value {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 1px;
}

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

.offer_section .price_item.new .value {
	color: #ff3;
}

/* header */

header h1 {
	padding: 0 10px;
	font-weight: 700;
	font-size: 46px;
	line-height: 60px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 100;
}

header h1 span {
	background: #ff3;
	-webkit-box-shadow: -10px 0 0 0 #ff3, 10px 0 0 0 #ff3;
	-moz-box-shadow: -10px 0 0 0 #ff3, 10px 0 0 0 #ff3;
	box-shadow: -10px 0 0 0 #ff3, 10px 0 0 0 #ff3;
}

header h1 i {
	white-space: nowrap;
}

header .info {
	margin: 0 0 0 450px;
	position: relative;
	z-index: 100;
}

header .sub_title {
	margin: 30px 0;
	font-size: 30px;
	line-height: 36px;
}

header ul {
	margin: 0 0 30px 0;
}

header ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 34px;
	background: url(../images/header__tick.png) left top no-repeat;
}

/* features */

.features_section {
	padding: 42px 0 43px 0;
}

.features_section ul {
	float: left;
	margin: 0 20px 0 0;
	width: 520px;
	font-size: 16px;
}

.features_section ul li {
	margin: 0 0 25px 0;
	padding: 0 0 0 50px;
	position: relative;
}

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

.features_section ul li span {
	display: block;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fdfd1b;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ead704), to(#fdfd1b));
	background-image: -webkit-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: -moz-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: -o-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: linear-gradient(to top, #ead704, #fdfd1b);
	font-weight: 700;
	font-size: 18px;
	line-height: 34px;
	color: #000;
	text-align: center;
	position: absolute;
	top: -6px;
	left: 0;
}

.features_section .slider {
	float: left;
	width: 400px;
	height: 400px;
	overflow: hidden;
}

.features_section .owl-prev, 
.features_section .owl-next {
	width: 22px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}

.features_section .owl-prev {
	background-image: url(../images/features__arrow_left.png);
	left: 20px;
}

.features_section .owl-next {
	background-image: url(../images/features__arrow_right.png);
	right: 20px;
}

/* use */

.use_section {
	padding: 42px 0 50px 0;
	background: #7f6952 url(../images/desctop__use__bg.jpg) center top no-repeat;
	color: #fff;
	position: relative;
}

.use_section:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
}

.use_section h2 {
	color: #fff;
}

.use_section .use_item {
	width: 25%;
}

.use_section .use_item img {
	display: block;
	margin: 0 auto 20px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.use_section .use_item p {
	text-transform: uppercase;
}

.use_section .button {
	margin: 44px auto 0 auto;
}

/* advantages */

.advantages_section {
	padding: 42px 0 43px 0;
}

.advantages_section .advantage_item {
	padding: 0 0 0 105px;
	width: 450px;
	text-align: left;
	position: relative;
}

.advantages_section .advantage_item:first-child {
	margin: 0 40px 40px 0;
}

.advantages_section .advantage_item:last-child {
	margin: 0 0 0 40px;
}

.advantages_section .advantage_item .icon {
	display: block;
	content: '';
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fdfd1b;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ead704), to(#fdfd1b));
	background-image: -webkit-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: -moz-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: -o-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: linear-gradient(to top, #ead704, #fdfd1b);
	position: absolute;
	top: 0;
	left: 0;
}

.advantages_section .advantage_item .icon:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
}

.advantages_section .advantage_item:first-child .icon:before {
	background: url(../images/advantages__advantage1_icon.png) center no-repeat;
}

.advantages_section .advantage_item:nth-child(2) .icon:before {
	background: url(../images/advantages__advantage2_icon.png) center no-repeat;
}

.advantages_section .advantage_item:nth-child(3) .icon:before {
	background: url(../images/advantages__advantage3_icon.png) center no-repeat;
}

.advantages_section .advantage_item:last-child .icon:before {
	background: url(../images/advantages__advantage4_icon.png) center no-repeat;
}

.advantages_section .advantage_item h4 {
	margin: 0 0 5px 0;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.advantages_section .advantage_item p {
	font-size: 16px;
}

/* order steps */

.order_steps_section {
	padding: 42px 0 43px 0;
	background: #7f6952 url(../images/desctop__use__bg.jpg) center top no-repeat;
	position: relative;
}

.order_steps_section:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
}

.order_steps_section h2 {
	color: #fff;
}

.order_steps_section .step_item {
	padding: 0 10px;
	width: 25%;
	position: relative;
}

.order_steps_section .step_item .number {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fdfd1b;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ead704), to(#fdfd1b));
	background-image: -webkit-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: -moz-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: -o-linear-gradient(bottom, #ead704, #fdfd1b);
	background-image: linear-gradient(to top, #ead704, #fdfd1b);
	font-weight: 700;
	font-size: 18px;
	line-height: 34px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 149px;
	left: 50%;
	margin-left: -17px;
}

.order_steps_section .step_item img {
	display: block;
	margin: 0 auto 30px auto;
	width: 166px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.order_steps_section .step_item p {
	font-size: 16px;
	color: #fff;
}

/* reviews */

.reviews_section {
	padding: 42px 0 50px 0;
}

.reviews_section .review_item {
	margin: 0 0 40px 0;
	display: table;
	width: 100%;
}

.reviews_section .review_item:last-child {
	margin: 0;
}

.reviews_section .review_item .image_block {
	display: table-cell;
	vertical-align: middle;
	width: 166px;
	position: relative;
}

.reviews_section .review_item .image_block:before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ff3 url(../images/reviews__quote_icon.png) center no-repeat;
	-moz-background-size: 18px auto;
	-o-background-size: 18px auto;
	background-size: 18px auto;
	position: absolute;
	top: 0;
	right: 0;
}

.reviews_section .review_item img {
	display: block;
	margin: 0 30px 0 0;
	width: 166px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .review_item .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 30px;
	width: 774px;
}

.reviews_section .review_item .author_info {
	font-weight: 700;
	margin: 0 0 10px 0;
}

.reviews_section .review_item p {
	font-size: 16px;
}

/* order */

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

.order_section h2 span {
	background: #ff3;
	-webkit-box-shadow: -10px 0 0 0 #ff3, 10px 0 0 0 #ff3;
	-moz-box-shadow: -10px 0 0 0 #ff3, 10px 0 0 0 #ff3;
	box-shadow: -10px 0 0 0 #ff3, 10px 0 0 0 #ff3;
}

.order_section h2 i {
	white-space: nowrap;
}

.order_section .info {
	margin: 0 0 0 580px;
	position: relative;
	z-index: 100;
}

.order_section .price_block {
	margin: 0 auto 30px auto;
}

.order_section form {
	padding: 30px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgba(0,0,0,0.6);
}

.order_section .timer_block p {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
}

.order_section .timer {
	margin: 12px auto 17px auto;
	width: 300px;
}

.order_section .timer_item {
	float: left;
	width: 80px;
	text-align: center;
}

.order_section .timer_item:nth-child(2) {
	margin: 0 30px;
}

.order_section .timer_item .count {
	margin: 0 0 5px 0;
	width: 80px;
	height: 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	font-weight: 700;
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 2px;
	position: relative;
}

.order_section .timer_item:nth-child(2) .count:before, 
.order_section .timer_item:nth-child(2) .count:after {
	display: block;
	content: ":";
	width: 30px;
	height: 46px;
	line-height: 42px;
	position: absolute;
	top: 0;
}

.order_section .timer_item:nth-child(2) .count:before {
	left: -30px;
}

.order_section  .timer_item:nth-child(2) .count:after {
	right: -30px;
}

.order_section .timer_item .text {
	font-size: 16px;
	line-height: 16px;
}

.order_section input {
	margin: 0 auto 15px auto;
	padding: 0 15px;
	width: 300px;
	height: 70px;
	border: 1px solid #fff;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #fff;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.17);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.17);
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #222;
	text-align: center;
}

.order_section button {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
}

/* footer */

footer {
	padding: 25px 0;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
}

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

footer a {
	color: #000;
}

footer a:hover {
	text-decoration: none;
}

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

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* offer */

	.offer_section {
		background: #9a3904 url(../images/desctop__header__bg.jpg) center top no-repeat;
	}

	/* header */

	header h1 {
		font-size: 36px;
		line-height: 42px;
	}

	header .info {
		margin: 0 0 0 250px;
	}

	header .sub_title {
		font-size: 24px;
		line-height: 30px;
	}

	/* features */

	.features_section ul {
		float: none;
		margin: 0 0 40px 0;
		width: 100%;
	}

	.features_section .slider {
		float: none;
		margin: 0 auto;
		width: 500px;
		height: 500px;
	}

	/* use */

	.use_section {
		background-image: url(../images/tablet__use__bg.jpg);
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.use_section .use_item {
		width: 50%;
	}

	.use_section .use_item:first-child {
		margin: 0 0 40px 0;
	}

	/* advantages */

	.advantages_section .advantage_item {
		margin: 0 0 40px 0;
		width: 100%;
	}

	.advantages_section .advantage_item:first-child {
		margin: 0 0 40px 0;
	}

	.advantages_section .advantage_item:last-child {
		margin: 0;
	}

	.advantages_section .advantage_item .icon {
		top: 50%;
		margin-top: -42px;
	}

	/* order steps */

	.order_steps_section {
		background-image: url(../images/tablet__use__bg.jpg);
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.order_steps_section .step_item {
		padding: 0 30px;
		width: 50%;
	}

	.order_steps_section .step_item:first-child {
		margin: 0 0 40px 0;
	}

	/* reviews */

	.reviews_section .review_item .image_block {
		vertical-align: top;
	}

	.reviews_section .review_item .text {
		width: 454px;
	}

	/* order */

	.order_section .info {
		margin: 0 0 0 260px;
	}

}

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

	/* styles */

	body {
		font-size: 16px;
		line-height: 22px;
	}

	.wrapper {
		width: 320px;
	}

	/* items list */

	.items_list .item {
		font-size: 16px;
		line-height: 22px;
	}

	/* button */

	.button {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	/* titles */

	h2 {
		margin: 0 0 40px 0;
		font-size: 24px;
		line-height: 28px;
	}

	/* offer */

	.offer_section {
		background: #dedde3 url(../images/mobile__header__bg.jpg) center 120px no-repeat;
		color: #222;
	}

	.offer_section .price_item.new .value {
		color: #000;
	}

	/* header */

	header h1 {
		font-size: 24px;
		line-height: 28px;
	}

	header .info {
		margin: 0;
	}

	header .sub_title {
		margin: 20px 0 420px 0;
		font-weight: 700;
		font-size: 18px;
		line-height: 24px;
		color: #000;
		text-align: center;
	}

	header ul li {
		padding: 2px 0 0 34px;
		min-height: 24px;
		background-image: url(../images/header__b_tick.png);
	}

	/* features */

	.features_section ul li span {
		top: -8px;
	}

	.features_section .slider {
		width: 300px;
		height: 300px;
	}

	/* use */

	.use_section {
		background: #2f3027;
	}

	.use_section .use_item {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.use_section .use_item:first-child {
		margin: 0 0 30px 0;
	}

	.use_section .use_item:last-child {
		margin: 0;
	}

	/* advantages */

	.advantages_section .advantage_item {
		margin: 0 0 30px 0;
		padding: 0;
		text-align: center;
	}

	.advantages_section .advantage_item:first-child {
		margin: 0 0 30px 0;
	}

	.advantages_section .advantage_item .icon {
		position: static;
		margin: 0 auto 20px auto;
	}

	/* order steps */

	.order_steps_section {
		background: #2f3027;
	}

	.order_steps_section .step_item {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.order_steps_section .step_item:first-child {
		margin: 0 0 30px 0;
	}

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

	/* reviews */

	.reviews_section .review_item {
		display: block;
	}

	.reviews_section .review_item .image_block {
		display: block;
		margin: 0 auto 20px auto;
	}

	.reviews_section .review_item .text {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	/* order */

	.order_section.offer_section {
		padding: 40px 0 0 0;
		background-position: center 100px;
	}

	.order_section .wrapper {
		padding: 0;
		width: 100%;
	}

	.order_section h2 {
		margin: 0 auto 430px auto;
		width: 300px;
	}

	.order_section .info {
		margin: 0;
	}

	.order_section form {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		color: #fff;
	}

}