/* 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;
}

/* fonts */

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

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

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

/* 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: 'MuseoSansCyrl', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	cursor: default;
}

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

.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;
	margin: 0 auto;
	width: 300px;
	height: 70px;
	background-color: #ff7e00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9c00), to(#ff7e00));
	background-image: -webkit-linear-gradient(top, #ff9c00 0%, #ff7e00 100%);
	background-image: -moz-linear-gradient(top, #ff9c00 0%, #ff7e00 100%);
	background-image: -o-linear-gradient(top, #ff9c00 0%, #ff7e00 100%);
	background-image: linear-gradient(180deg, #ff9c00 0%, #ff7e00 100%);
	border-bottom: 4px solid #c60;
	font-family: 'MuseoSansCyrl', sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 66px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.button:hover {
	background-color: #f17700;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f59600), to(#f17700));
	background-image: -webkit-linear-gradient(top, #f59600 0%, #f17700 100%);
	background-image: -moz-linear-gradient(top, #f59600 0%, #f17700 100%);
	background-image: -o-linear-gradient(top, #f59600 0%, #f17700 100%);
	background-image: linear-gradient(180deg, #f59600 0%, #f17700 100%);
}

.button:active {
	top: 1px;
}

/* titles */

h2 {
	margin: 0 0 30px;
	padding: 0 0 25px;
	background: url(../images/title__bg_gray.png) center bottom no-repeat;
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	color: #0c2e71;
	text-transform: uppercase;
	text-align: center;
}

/* slider buttons */

.owl-prev, 
.owl-next {
	width: 54px;
	height: 54px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.6);
	background-image: url(../images/slider__arrows.png);
	background-repeat: no-repeat;
	position: absolute;
}

.owl-prev {
	background-position: left;
	left: 20px;
}

.owl-next {
	background-position: right;
	right: 20px;
}

/* offer */

.offer_section {
	padding: 15px 0 0;
	height: 660px;
}

.offer_section.offer_top {
	background: #0c277b url(../images/desctop__offer_top_bg.jpg) center top no-repeat;
}

.offer_section.offer_bottom {
	background: #0c277b url(../images/desctop__offer_bottom_bg.jpg) center top no-repeat;
}

.offer_section.offer_top .title_block {
	margin: 0 0 35px;
}

.offer_section.offer_bottom .title_block {
	margin: 0 0 55px;
}

.offer_section .title_block .main_title {
	float: left;
	font-weight: 900;
	font-size: 72px;
	line-height: 72px;
	color: #e22824;
	text-transform: uppercase;
}

.offer_section .title_block .subtitle {
	float: left;
	margin: 5px 0 0 20px;
	width: 440px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}

.offer_section .discount_block {
	width: 100px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
}

.offer_section.offer_top .discount_block {
	top: 182px;
	left: 265px;
}

.offer_section.offer_bottom .discount_block {
	top: 175px;
	left: 630px;
}

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

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

.offer_section .form_block {
	padding: 30px 0;
	width: 340px;
	background: #fff;
}

.offer_section.offer_top .form_block {
	margin: 0 0 0 600px;
}

.offer_section .timer_block {
	margin: 0 auto 15px;
	width: 300px;
	text-align: center;
}

.offer_section .timer_block p {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 15px 0 0;
	padding: 15px 0 0;
	width: 90px;
	height: 90px;
	border: 5px solid #efefef;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #0c2e71;
	font-weight: 700;
	color: #fff;
	position: relative;
}

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

.offer_section .timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 15px;
	font-size: 36px;
	line-height: 74px;
	color: #0c2e71;
	position: absolute;
	top: 0;
	right: -20px;
}

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

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

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

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

.offer_section .price_block .price_item {
	float: left;
	width: 50%;
	text-align: center;
}

.offer_section .price_block .text {
	font-weight: 700;
}

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

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

.offer_section .price_block .price_item.new .value {
	font-weight: 900;
	color: #e22824;
}

.offer_section .input {
	display: block;
	margin: 0 auto 15px;
	padding: 0 15px;
	width: 300px;
	height: 60px;
	background: #efefef;
	font-family: 'MuseoSansCyrl', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	text-align: center;
}

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

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

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

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

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

/* benefits */

.benefits_section {
	padding: 40px 0 50px;
	background: #efefef;
}

.benefits_section .benefits_list {
	margin: 0 -10px;
}

.benefits_section .benefit_item {
	float: left;
	width: 320px;
	height: 640px;
	background: #fff;
	position: relative;
}

.benefits_section .benefit_item img {
	display: block;
}

.benefits_section .benefit_item:nth-child(odd) .image_block {
	position: absolute;
	bottom: 0;
	left: 0;
}

.benefits_section .benefit_item .text_block {
	padding: 40px 15px 0;
	height: 320px;
	text-align: center;
	position: relative;
}

.benefits_section .benefit_item .text_block:before {
	display: block;
	content: '';
	border-top: 20px solid #fff;
	border-left: 23px solid rgba(255,255,255,0);
	border-right: 23px solid rgba(255,255,255,0);
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -23px;
}

.benefits_section .benefit_item:nth-child(2) .text_block:before {
	border-top: none;
	border-bottom: 20px solid #fff;
	top: -20px;
	bottom: auto;
}

.benefits_section .benefit_item .number {
	font-weight: 900;
	font-size: 36px;
	line-height: 36px;
	color: #e22824;
}

.benefits_section .benefit_item h4 {
	margin: 15px 0 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.benefits_section .benefit_item h4:after {
	display: block;
	content: '';
	margin: 10px auto 0;
	width: 60px;
	height: 2px;
	background: #e22824;
}

/* video */

.video_section {
	padding: 40px 0 0;
	height: 720px;
	background: #0c277b url(../images/desctop__video_bg.jpg) center top no-repeat;
}

.video_section h2 {
	margin: 0 0 60px;
	background-image: url(../images/title__bg_white.png);
	color: #fff;
}

.video_section .video-container {
	margin: 0 auto;
	width: 624px;
	height: 470px;
	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;
}

/* about */

.about_section {
	padding: 40px 0 50px;
	background: #efefef;
}

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

.about_section .slider_block {
	float: left;
	margin: 0 20px 0 0;
	width: 458px;
}

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

.about_section .thumbnails {
	margin: 6px 0 0;
}

.about_section .thumbnails li {
	float: left;
	margin: 0 6px 0 0;
	width: 110px;
	height: 96px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8;
	cursor: pointer;
}

.about_section .thumbnails li:nth-child(1) {
	background-image: url(../images/about__thumbnail1_image.jpg);
}

.about_section .thumbnails li:nth-child(2) {
	background-image: url(../images/about__thumbnail2_image.jpg);
}

.about_section .thumbnails li:nth-child(3) {
	background-image: url(../images/about__thumbnail3_image.jpg);
}

.about_section .thumbnails li:nth-child(4) {
	margin: 0;
	background-image: url(../images/about__thumbnail4_image.jpg);
}

.about_section .thumbnails li:hover {
	opacity: 1;
}

.about_section .thumbnails li.active {
	opacity: 1;
}

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

.about_section .text_block p {
	margin: 0 0 21px;
	padding: 15px;
	border-right: 4px solid #e22824;
	background: #fff;
}

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

/* reviews */

.reviews_section {
	padding: 40px 0;
	background: #0c277b url(../images/desctop__reviews_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.reviews_section h2 {
	background-image: url(../images/title__bg_white.png);
	color: #fff;
}

.reviews_section .review_item {
	color: #fff;
	text-align: center;
}

.reviews_section .review_item img {
	border: 4px solid #fff;
	background: #fff;
}

.reviews_section .review_item .author_info {
	margin: 20px 0 15px;
	font-weight: 900;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

.reviews_section .review_item .author_info:after {
	display: block;
	content: '';
	margin: 15px auto 0;
	width: 60px;
	height: 2px;
	background: #e22824;
}

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

/* order steps */

.order_steps_section {
	padding: 40px 0;
	background: #efefef;
}

.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 0 0;
	width: 220px;
	letter-spacing: normal;
	position: relative;
}

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

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

.order_steps_section .step_item .number {
	padding: 0 0 0 20px;
	width: 60px;
	height: 40px;
	background: #e22824;
	font-weight: 900;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 0;
}

.order_steps_section .step_item .number:before {
	display: block;
	content: '';
	border-left: 20px solid #e22824;
	border-bottom: 40px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: -20px;
}

.order_steps_section .step_item p {
	font-size: 16px;
	line-height: 24px;
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	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;
	}

	/* titles */

	h2 {
		font-size: 30px;
		line-height: 36px;
	}

	/* offer */

	.offer_section {
		padding: 20px 0 40px;
		height: auto;
	}

	.offer_section.offer_top {
		background-image: url(../images/tablet__offer_top_bg.jpg);
	}

	.offer_section.offer_bottom {
		background-image: url(../images/tablet__offer_bottom_bg.jpg);
	}

	.offer_section.offer_top .title_block {
		margin: 0 0 50px;
	}

	.offer_section.offer_bottom .title_block {
		margin: 0 0 50px;
	}

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

	.offer_section .title_block .subtitle {
		margin: 3px 0 0 15px;
		width: 280px;
		font-size: 14px;
		line-height: 22px;
	}

	.offer_section.offer_top .discount_block {
		top: 116px;
		left: 25px;
	}

	.offer_section.offer_bottom .discount_block {
		top: 116px;
		left: 394px;
	}

	.offer_section.offer_top .form_block {
		margin: 0 0 0 280px;
	}

	/* benefits */

	.benefits_section {
		padding: 40px 0;
	}

	.benefits_section .benefits_list {
		margin: 0;
	}

	.benefits_section .benefit_item {
		display: table;
		float: none;
		margin: 0 0 30px;
		width: 100%;
		height: auto;
	}

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

	.benefits_section .benefit_item .image_block {
		display: table-cell;
		vertical-align: middle;
		width: 300px;
	}

	.benefits_section .benefit_item:nth-child(odd) .image_block {
		position: static;
	}

	.benefits_section .benefit_item .text_block {
		display: table-cell;
		vertical-align: middle;
		padding: 20px;
		height: auto;
	}

	.benefits_section .benefit_item .text_block:before {
		border-top: 23px solid rgba(255,255,255,0);
		border-bottom: 23px solid rgba(255,255,255,0);
		border-right: 20px solid #fff;
		border-left: none;
		top: 50%;
		margin-top: -23px;
		bottom: auto;
		left: -20px;
		margin-left: 0;
	}

	.benefits_section .benefit_item:nth-child(2) .text_block:before {
		border-top: 23px solid rgba(255,255,255,0);
		border-bottom: 23px solid rgba(255,255,255,0);
		top: 50%;
	}

	/* video */

	.video_section {
		padding: 40px 0;
		height: auto;
		background-image: url(../images/tablet__reviews_bg.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

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

	.video_section .video-container {
		width: 100%;
		height: 349px;
	}

	/* about */

	.about_section {
		padding: 40px 0;
	}

	.about_section .slider_block {
		float: none;
		margin: 0 auto 30px;
	}

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

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

	/* reviews */

	.reviews_section {
		background-image: url(../images/tablet__reviews_bg.jpg);
	}

	/* order steps */

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

	.order_steps_section .step_item {
		margin: 0 40px 30px;
	}

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

}

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

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 22px;
		line-height: 30px;
	}

	/* slider buttons */

	.owl-prev, 
	.owl-next {
		width: 30px;
		height: 30px;
		-webkit-background-size: 60px 30px;
		-moz-background-size: 60px 30px;
		-o-background-size: 60px 30px;
		background-size: 60px 30px;
	}

	/* offer */

	.offer_section {
		padding: 12px 0 0;
	}

	.offer_section.offer_top {
		background-image: url(../images/mobile__offer_bg.jpg);
	}

	.offer_section.offer_bottom {
		background-image: url(../images/mobile__offer_bg.jpg);
	}

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

	.offer_section.offer_top .title_block {
		margin: 0 0 430px;
	}

	.offer_section.offer_bottom .title_block {
		margin: 0 0 430px;
	}

	.offer_section .title_block .main_title {
		float: none;
		font-size: 46px;
	}

	.offer_section .title_block .subtitle {
		float: none;
		margin: 0;
		width: 100%;
	}

	.offer_section.offer_top .discount_block {
		top: 195px;
		left: 214px;
	}

	.offer_section.offer_bottom .discount_block {
		top: 195px;
		left: 214px;
	}

	.offer_section .form_block {
		margin: 0 0 0 -170px;
		width: 640px;
	}

	.offer_section.offer_top .form_block {
		margin: 0 0 0 -170px;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0;
	}

	.benefits_section .benefit_item {
		display: block;
	}

	.benefits_section .benefit_item .image_block {
		display: block;
	}

	.benefits_section .benefit_item .text_block {
		display: block;
	}

	.benefits_section .benefit_item .text_block:before {
		border-left: 23px solid rgba(255,255,255,0);
		border-right: 23px solid rgba(255,255,255,0);
		border-bottom: 20px solid #fff;
		border-top: none;
		top: -20px;
		margin-top: 0;
		left: 50%;
		margin-left: -23px;
	}

	.benefits_section .benefit_item:nth-child(2) .text_block:before {
		border-top: none;
		border-bottom: 20px solid #fff;
		top: -20px;
	}

	/* video */

	.video_section {
		padding: 30px 0;
		background-image: url(../images/mobile__reviews_bg.jpg);
	}

	.video_section .video-container {
		height: 169px;
	}

	/* about */

	.about_section {
		padding: 30px 0;
	}

	.about_section .slider_block {
		width: 100%;
	}

	.about_section .thumbnails {
		display: none;
	}

	.about_section .slider_block .owl-prev, 
	.about_section .slider_block .owl-next {
		margin-top: -15px;
	}

	.about_section .slider_block .owl-prev {
		left: 15px;
	}

	.about_section .slider_block .owl-next {
		right: 15px;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

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

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

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

	/* order steps */

	.order_steps_section {
		padding: 30px 0 0;
	}

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

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

	/* footer */

	.footer_section {
		background: #efefef;
	}

}