/* 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 {
	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: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #313131;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
}

.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: 30px;
	line-height: 36px;
	color: #440e62;
	text-transform: uppercase;
	text-align: center;
}

/* offer */

.offer_section {
	padding: 0 0 36px;
	background: #0026ef;
}

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

.offer_section .title_block .main_title {
	font-weight: 700;
	font-size: 50px;
	line-height: 56px;
	letter-spacing: 1.8px;
	color: #ff0;
}

.offer_section .title_block .subtitle {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
}

.offer_section img {
	display: block;
}

.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: #de158a;
}

.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: #00FF00;
	color: #fff;
}

.offer_section .price_block .text {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 14px;
	color: #5604f7;
}

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

.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 20px 30px 40px;
}

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

.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 #ffff00;
	-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;
	-webkit-box-shadow: inset 1px -2px 4px #acacac;
	-moz-box-shadow: inset 1px -2px 4px #acacac;
	box-shadow: inset 1px -2px 4px #acacac;
	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 {
	padding: 0 20px;
}

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

.about_section img {
	display: block;
}

.about_section .components_block {
	padding: 30px 20px 0;
	background: #0ba1e8 url(../images/bg_blue.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about_section .components_block h4 {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 18px;
	color: #ff0;
	text-transform: uppercase;
	text-align: center;
}

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

.about_section .component_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 30px 0;
	width: 210px;
	letter-spacing: normal;
}

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

.about_section .component_item .value {
	margin: 0 auto 10px;
	width: 100px;
	height: 100px;
	-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;
	font-size: 48px;
	line-height: 100px;
	color: #222;
}

.about_section .component_item .text {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

/* video */

.video_section h2 {
	padding: 30px 20px;
	background: #440e62;
	color: #fff;
}

.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 0 20px;
}

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

.benefits_section .benefit_item {
	display: table;
	padding: 10px 20px;
	width: 100%;
}

.benefits_section .benefit_item:nth-child(odd) {
	background: #e6e6e6;
}

.benefits_section .benefit_item .icon {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #00aeef;
	background-position: center;
	background-repeat: no-repeat;
}

.benefits_section .benefit_item:first-child .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:last-child .icon {
	background-image: url(../images/benefits__benefit4_icon.png);
}

.benefits_section .benefit_item p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
	font-size: 18px;
}

/* capabilities */

.capabilities_section {
	padding: 30px 0 36px;
	background: #0026ef;
}

.capabilities_section h2 {
	padding: 0 20px;
	color: #ff0;
}

.capabilities_section .description {
	margin: 25px 0 30px;
	padding: 0 20px;
	color: #fff;
	text-align: center;
}

.capabilities_section .slider .owl-prev, 
.capabilities_section .slider .owl-next {
	width: 40px;
	height: 80px;
	background-color: rgba(255,255,255,0.5);
	background-image: url(../images/slider_arrows.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -40px;
}

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

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

.capabilities_section .text {
	margin: 25px 0;
	padding: 0 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #3bcaff;
	text-transform: uppercase;
	text-align: center;
}

/* reviews */

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

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

.reviews_section .review_item img {
	display: block;
	margin: 0 auto;
	width: 212px;
	border: 6px solid #440e62;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #440e62;
}

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

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 40px;
	height: 80px;
	background-color: #a183ba;
	background-image: url(../images/slider_arrows.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 66px;
}

.reviews_section .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: -20px;
}

.reviews_section .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: -20px;
}

/* order steps */

.order_steps_section {
	padding: 30px 20px 0;
	background: #0ba1e8 url(../images/bg_blue.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

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

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

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

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

/* footer */

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

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

.footer_section a {
	color: #ccc;
}