/* reset */
label.error {
	color: white;
	text-align: center;
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
	top: -5px;
}
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: #eee;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	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: 86px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffd200;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd200), to(#ffff00));
	background-image: -webkit-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
	background-image: -moz-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
	background-image: -o-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
	background-image: linear-gradient(to top, #ffd200 0%, #ffff00 100%);
	-webkit-box-shadow: 0 6px 0 #e0b700, inset 0 0 0 rgba(255, 255, 255, 0.15);
	-moz-box-shadow: 0 6px 0 #e0b700, inset 0 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: 0 6px 0 #e0b700, inset 0 0 0 rgba(255, 255, 255, 0.15);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 86px;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

/* titles */

h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #2d62c4;
	text-transform: uppercase;
	text-align: center;
}

/* slider buttons */

.owl-prev, 
.owl-next {
	width: 39px;
	height: 79px;
	background-color: #2d62c4;
	background-image: url(../images/slider__arrows.png);
	background-repeat: no-repeat;
	position: absolute;
}

.owl-prev {
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
	background-position: left center;
	left: 0;
}

.owl-next {
	-webkit-border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
	border-radius: 40px 0 0 40px;
	background-position: right center;
	right: 0;
}

/* offer */

.offer_section {
	padding: 0 0 36px;
	background: #2d62c4;
	position: relative;
}

.offer_section .title_block {
	padding: 15px 20px 20px;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .title_block .main_title {
	margin: 0 0 4px 8px;
	font-weight: 800;
	font-size: 45px;
	line-height: 60px;
	letter-spacing: 3px;
	color: #ff0;
}

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

.offer_section img {
	display: block;
}

.offer_section .gift_info {
	padding: 16px 0 0;
	width: 142px;
	height: 142px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #2d62c4;
	-webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.4);
	-moz-box-shadow: 0 0 0 4px rgba(255,255,255,0.4);
	box-shadow: 0 0 0 4px rgba(255,255,255,0.4);
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 40px;
}

.offer_section .gift_info:before {
	display: block;
	content: '';
	margin: 0 auto 5px;
	width: 20px;
	height: 19px;
	background: url(../images/offer__gift_icon.png) center no-repeat;
}

.offer_section .gift_info span {
	display: block;
}

.offer_section .gift_info span:first-child {
	font-size: 20px;
	line-height: 20px;
}

.offer_section .gift_info span:nth-child(2) {
	font-size: 24px;
	line-height: 24px;
}

.offer_section .gift_info span:nth-child(3) {
	margin: 3px 0 5px;
	font-size: 16px;
	line-height: 16px;
}

.offer_section .gift_info span:last-child {
	font-size: 14px;
	line-height: 14px;
}

.offer_section .price_block {
	margin: -40px auto 0;
	width: 440px;
	text-align: center;
	position: relative;
}

.offer_section .price_block .price_item {
	float: left;
	width: 50%;
	height: 80px;
}

.offer_section .price_block .price_item.old {
	padding: 12px 45px 0 0;
	-webkit-border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
	border-radius: 40px 0 0 40px;
	background: #fff;
}

.offer_section .price_block .price_item.new {
	padding: 12px 0 0 45px;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
	background: #b9eeff;
}

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

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

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

.offer_section .price_block .discount {
	padding: 32px 0 0;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffff00;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd200), to(#ffff00));
	background-image: -webkit-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
	background-image: -moz-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
	background-image: -o-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
	background-image: linear-gradient(to top, #ffd200 0%, #ffff00 100%);
	font-weight: 700;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	left: 50%;
	margin-left: -60px;
}

.offer_section .price_block .discount .text {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.offer_section .price_block .discount .value {
	font-size: 36px;
	line-height: 36px;
}

.offer_section ul {
	padding: 50px 40px 30px;
}

.offer_section ul li {
	margin: 0 0 15px;
	padding: 0 0 0 39px;
	background: url(../images/offer__tick_icon.png) left top no-repeat;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

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

.offer_section .timer_block {
	margin: 50px auto 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

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

.offer_section .timer_block .timer {
	margin: 0 auto;
	width: 390px;
}

.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 30px 0 0;
	padding: 19px 0 0;
	width: 110px;
	height: 110px;
	border: 6px solid #ff0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

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

.offer_section .timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 30px;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	position: absolute;
	top: 28px;
	right: -36px;
}

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

.offer_section .timer_block .count {
	margin: 0 0 4px;
	font-size: 36px;
	line-height: 36px;
}

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

.offer_section .input {
	display: block;
	margin: 0 auto 20px;
	padding: 0 20px;
	width: 400px;
	height: 70px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	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;
}

/* about */

.about_section {
	padding: 30px 0 0;
}

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

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

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

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

.about_section img {
	display: block;
}

.about_section .info_item {
	display: table;
	padding: 15px 20px;
	width: 100%;
}

.about_section .info_item:nth-child(odd) {
	background: #f0f0f0;
}

.about_section .info_item .icon_block {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
}

.about_section .info_item .icon {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #83e462;
	background-position: center;
	background-repeat: no-repeat;
}

.about_section .info_item:first-child .icon {
	background-image: url(../images/about__info1_icon.png);
}

.about_section .info_item:nth-child(2) .icon {
	background-image: url(../images/about__info2_icon.png);
}

.about_section .info_item:last-child .icon {
	background-image: url(../images/about__info3_icon.png);
}

.about_section .info_item p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

/* video */

.video_section h2 {
	padding: 30px 20px;
}

.video_section .video-container {
	width: 480px;
	height: 270px;
	background: #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;
}

/* benefits */

.benefits_section {
	padding: 30px 20px 0;
	background: #eeeff0 url(../images/bg_gray.jpeg);
}

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

.benefits_section .benefit_item {
	float: left;
	margin: 0 20px 30px 0;
	width: 210px;
	text-align: center;
}

.benefits_section .benefit_item:nth-child(even) {
	margin: 0 0 30px;
}

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

/* types */

.types_section {
	padding: 30px 0 36px;
	background: #2d62c4;
}

.types_section h2 {
	margin: 0 20px 30px;
	color: #ff0;
}

.types_section .slider {
	margin: 0 0 30px;
}

.types_section .owl-prev, 
.types_section .owl-next {
	top: 50%;
	margin-top: -40px;
}

/* reviews */

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

.reviews_section h2 {
	margin: 0 20px 30px;
}

.reviews_section .text_block {
	padding: 20px 30px 0;
}

.reviews_section .author_info {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

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

/* benefits */

.order_steps_section {
	padding: 30px 20px 0;
	background: #eeeff0 url(../images/bg_gray.jpeg);
}

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

.order_steps_section .step_item {
	float: left;
	margin: 0 20px 30px 0;
	width: 210px;
	text-align: center;
}

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

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

/* footer */

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

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

.footer_section a {
	color: #ddd;
}