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

/* fonts */

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Regular.woff2') format('woff2'),
        url('../fonts/Akrobat-Regular.woff') format('woff'),
        url('../fonts/Akrobat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Bold.woff2') format('woff2'),
        url('../fonts/Akrobat-Bold.woff') format('woff'),
        url('../fonts/Akrobat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Akrobat-ExtraBold.woff') format('woff'),
        url('../fonts/Akrobat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* 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: #eee;
	font-family: 'Akrobat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #222;
	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;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 80px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e6e262;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e262), to(#fffb85));
	background-image: -webkit-linear-gradient(bottom, #e6e262 0%, #fffb85 100%);
	background-image: -moz-linear-gradient(bottom, #e6e262 0%, #fffb85 100%);
	background-image: -o-linear-gradient(bottom, #e6e262 0%, #fffb85 100%);
	background-image: linear-gradient(to top, #e6e262 0%, #fffb85 100%);
	-webkit-box-shadow: 0 6px 0 #ccc858;
	-moz-box-shadow: 0 6px 0 #ccc858;
	box-shadow: 0 6px 0 #ccc858;
	font-family: 'Akrobat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 80px;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

/* titles */

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

/* slider buttons */

.owl-prev, 
.owl-next {
	width: 54px;
	height: 54px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #63b041;
	background-image: url("../img/slider__arrows.png");
	background-repeat: no-repeat;
	position: absolute;
}

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

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

/* offer */

.offer_section {
	padding: 12px 0 25px;
	background-color: #181b3b;
	background-position: center top;
	background-repeat: no-repeat;
}

.offer_section.offer_top {
	background-image: url("../img/offer_top_bg.jpg");
}

.offer_section.offer_bottom {
	background-image: url("../img/offer_bottom_bg.jpg");
}

.offer_section .title_block {
	text-transform: uppercase;
	text-align: center;
}

.offer_section .title_block .subtitle {
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #fff;
}

.offer_section .title_block .main_title {
	font-weight: 800;
	font-size: 60px;
	line-height: 60px;
	color: #fafafa;
}

.offer_section .use_block {
	margin: 90px 0 41px 20px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.offer_section .use_block p {
	margin: 0 0 2px;
	color: #fffb85;
}

.offer_section .use_block ul li {
	margin: 0 0 2px;
	padding: 0 0 0 16px;
	color: #fff;
	position: relative;
}

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

.offer_section .use_block ul li:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fffb85;
	position: absolute;
	top: 9px;
	left: 0;
}

.offer_section .discount_block {
	margin: 48px 0 100px 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.offer_section.offer_bottom .discount_block {
	margin: 0 0 125px 20px;
}

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

.offer_section .gift_text {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .gift_text span {
	color: #63b041;
}

.offer_section .price_block {
	text-align: center;
}

.offer_section.offer_top .price_block {
	margin: 0 0 18px;
}

.offer_section .price_block .price_item {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.offer_section .price_block .value {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}

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

.offer_section .price_block .price_item.new .value {
	color: #fffb85;
}

.offer_section .price_block img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}

.offer_section .products_count {
	margin: 31px 0 0;
	color: #fff;
	text-align: center;
}

.offer_section .products_count span {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 6px 0;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #63b041;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3c7f1e), to(#63b041));
	background-image: -webkit-linear-gradient(bottom, #3c7f1e 0%, #63b041 100%);
	background-image: -moz-linear-gradient(bottom, #3c7f1e 0%, #63b041 100%);
	background-image: -o-linear-gradient(bottom, #3c7f1e 0%, #63b041 100%);
	background-image: linear-gradient(to top, #3c7f1e 0%, #63b041 100%);
	-webkit-box-shadow: 0 2px 0 #306818;
	-moz-box-shadow: 0 2px 0 #306818;
	box-shadow: 0 2px 0 #306818;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
}

.offer_section .timer_block {
	margin: 60px auto 25px;
	width: 400px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.offer_section .timer_block p {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 29px 0 0;
	width: 114px;
	position: relative;
}

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

.offer_section .timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 29px;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: -29px;
}

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

.offer_section .timer_block .count {
	margin: 0 0 5px;
}

.offer_section .timer_block .count span {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	width: 54px;
	height: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #63b041;
	font-weight: 800;
	font-size: 40px;
	line-height: 58px;
}

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

.offer_section .timer_block .text {
	font-size: 20px;
}

.offer_section .input {
	display: block;
	margin: 0 auto 20px;
	padding: 0 20px;
	width: 400px;
	height: 76px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	font-family: 'Akrobat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #222;
	text-align: center;
}

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

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

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

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

.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;
}

/* gallery */

.gallery_section h2 {
	padding: 20px;
	background: #516722;
	color: #fff;
}

.gallery_section h2 span {
	color: #fffb85;
}

.gallery_section .image {
	display: block;
	margin: 0 auto 4px;
}

.gallery_section .video-container {
	margin: 0 auto 4px;
	width: 480px;
	height: 270px;
	background: #000;
	overflow: hidden;
	position: relative;
}

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

.gallery_section .owl-prev, 
.gallery_section .owl-next {
	top: 50%;
	margin-top: -27px;
}

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

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

/* about */

.about_section {
	padding: 0 0 31px;
}

.about_section h2 {
	margin: 0 0 20px;
	padding: 20px;
	background: #516722;
	color: #fff;
}

.about_section h2 span {
	color: #fffb85;
}

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

.about_section img {
	display: block;
}

.about_section .characteristics_list {
	margin: 0 0 25px;
}

.about_section .characteristic_item {
	float: left;
	margin: 0 4px 0 0;
	padding: 20px 15px 20px 50px;
	width: 238px;
	background-image: url("../img/about__tick_icon.png");
	background-position: 20px 22px;
	background-repeat: no-repeat;
}

.about_section .characteristic_item:nth-child(even) {
	margin: 0;
}

.about_section .characteristic_item:nth-child(4n-1), 
.about_section .characteristic_item:nth-child(4n) {
	background-color: #f3f3f3;
}

.about_section .characteristic_item .text {
	font-weight: 700;
}

/* gift */

.gift_section {
	padding: 20px 0 25px;
	background: #222867 url("../img/gift_bg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.gift_section h2 {
	margin: 0 20px 15px;
	color: #fff;
}

.gift_section h2 span {
	color: #fffb85;
	white-space: nowrap;
}

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

.gift_section ul {
	margin: 0 0 25px;
	width: 360px;
	position: relative;
}

.gift_section ul:before {
	display: block;
	content: '';
	width: 195px;
	height: 324px;
	background: url("../img/gift__image1.png") center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -162px;
	right: -100px;
}

.gift_section ul li {
	padding: 10px 0 10px 20px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}

.gift_section ul li:nth-child(even) {
	background: rgba(16,19,58,0.4);
}

.gift_section ul li b {
	color: #fffb85;
}

/* reviews */

.reviews_section {
	padding: 0 0 20px;
}

.reviews_section h2 {
	padding: 20px;
	color: #222867;
}

.reviews_section .author_block {
	margin: 0 0 20px;
	padding: 10px 20px;
	background: #f3f3f3;
}

.reviews_section .author_block img {
	display: block;
	float: left;
	width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .author_info_block {
	float: left;
	margin: 6px 0 0 20px;
}

.reviews_section .author_info_block .author_info {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.reviews_section .author_info_block .city {
	font-size: 16px;
	color: #676767;
}

.reviews_section p {
	padding: 0 20px;
	text-align: center;
}

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

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

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

/* order steps */

.order_steps_section h2 {
	margin: 0 0 25px;
	padding: 20px;
	background: #222867;
	color: #fff;
}

.order_steps_section h2 span {
	color: #fffb85;
}

.order_steps_section .steps_list {
	padding: 0 20px;
}

.order_steps_section .step_item {
	float: left;
	margin: 0 20px 25px 0;
	width: 210px;
}

.order_steps_section .step_item:nth-child(even) {
	margin: 0 0 25px;
}

.order_steps_section .step_item img {
	display: block;
	margin: 0 auto 10px;
	border: 6px solid #f3f3f3;
}

.order_steps_section .step_item p {
	padding: 0 15px;
	text-align: center;
}

/* footer */

.footer_section {
	padding: 25px 0;
	background: #000;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

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

.footer_section a {
	color: #ddd;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }

.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }

.errorMessage {font-size: 11px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 46px 0 0; }

.reviews_section .video-container {
	margin: 0 auto 20px;
	width: 480px;
	height: 270px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.reviews_section .video-container iframe, 
.reviews_section .video-container object, 
.reviews_section .video-container embed {
	display: block;
	width: 100%;
	height: 100%;
}
