/* 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: 'GothamPro';
    src: url('../fonts/gothampro-regular.txt') format('woff2'),
        url('../fonts/gothampro-regular-1.txt') format('woff'),
        url('../fonts/gothampro-regular-2.txt') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro-bold.txt') format('woff2'),
        url('../fonts/gothampro-bold-1.txt') format('woff'),
        url('../fonts/gothampro-bold-2.txt') format('truetype');
    font-weight: 700;
    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: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	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;
}

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	border: 1px solid rgba(255,255,255,0.2);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #ff9b18;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9b18), to(#ffc935));
	background-image: -webkit-linear-gradient(bottom, #ff9b18 0%, #ffc935 100%);
	background-image: -moz-linear-gradient(bottom, #ff9b18 0%, #ffc935 100%);
	background-image: -o-linear-gradient(bottom, #ff9b18 0%, #ffc935 100%);
	background-image: linear-gradient(to top, #ff9b18 0%, #ffc935 100%);
	-webkit-box-shadow: 0 5px 0 #e18405;
	-moz-box-shadow: 0 5px 0 #e18405;
	box-shadow: 0 5px 0 #e18405;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 58px;
	letter-spacing: 1px;
	color: #4a2d05;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 0 #ffc834;
	cursor: pointer;
	position: relative;
}

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

.button:active {
	-webkit-box-shadow: 0 4px 0 #e18405;
	-moz-box-shadow: 0 4px 0 #e18405;
	box-shadow: 0 4px 0 #e18405;
	top: 1px;
}

/* titles */

h2 {
	margin: 0 0 30px;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	text-align: center;
}

h2 b {
	display: block;
	font-size: 48px;
	line-height: 56px;
	color: #85c500;
}

/* offer */

.offer_section {
	padding: 48px 0 0;
	height: 521px;
	background: #000f4d url(../images/desctop__offer_bg.jpg) center top no-repeat;
}

.offer_section .title_block {
	margin: 0 0 30px 233px;
}

.offer_section .title_block .main_title {
	float: left;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    border-right: 6px solid #ffc935;
    font-weight: 700;
    font-size: 40px;
    line-height: 72px;
    color: #ffc935;
    text-transform: uppercase;
}

.offer_section .title_block .subtitle {
	float: left;
    margin: 8px 0 0;
    width: 160px;
    font-size: 36px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 13px;
}

.offer_section .discount_block {
	padding: 25px 0 0;
	width: 114px;
	height: 114px;
	background: url(../images/offer__discount_bg.png) center no-repeat;
	color: #fff;
	text-shadow: 0 2px 0 #cb720e;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 120px;
	left: 500px;
}

.offer_section .discount_block .value {
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
}

.offer_section .form_block {
	margin: 0 0 0 620px;
	padding: 15px 10px 20px;
	background-color: rgba(0, 15, 77, 0.4);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.offer_section .price_block {
	margin: 0 auto 10px;
	width: 300px;
	height: 64px;
	position: relative;
}

.offer_section .price_block:before {
	display: block;
	content: '';
	border-left: 20px solid #fff;
	border-top: 32px solid #ffc935;
	border-bottom: 32px solid #ffc935;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}

.offer_section .price_block .price_item {
	float: left;
	padding: 13px 0 0;
	width: 50%;
	height: 64px;
	text-align: center;
}

.offer_section .price_block .price_item.old {
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	background: #fff;
	color: #4f3619;
}

.offer_section .price_block .price_item.new {
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	background: #ffc935;
	color: #492c04;
}

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

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

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

.offer_section .price_block .price_item.new .value {
	font-weight: 700;
}

.offer_section .input {
	display: block;
	margin: 0 auto 10px;
	padding: 0 20px;
	width: 300px;
	height: 60px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #fff;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}

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

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

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

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

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

/* video */

.video_section {
	padding: 40px 0 0;
}

.video_section .video-container {
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 529px;
    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;
}

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

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	padding: 0 4px;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

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

.benefits_section .benefit_item img {
	display: block;
	margin: 0 auto;
	border-width: 5px;
	border-style: solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

.benefits_section .benefit_item:nth-child(1) img {
	border-color: #f1f6fc;
}

.benefits_section .benefit_item:nth-child(2) img {
	border-color: #f9fcf1;
}

.benefits_section .benefit_item:nth-child(3) img {
	border-color: #fffbf0;
}

.benefits_section .benefit_item:nth-child(4) img {
	border-color: #fdf3f2;
}

.benefits_section .benefit_item h4 {
	margin: 15px 0 5px;
	font-weight: 700;
}

.benefits_section .benefit_item:nth-child(1) h4 {
	color: #137fda;
}

.benefits_section .benefit_item:nth-child(2) h4 {
	color: #89c709;
}

.benefits_section .benefit_item:nth-child(3) h4 {
	color: #f1c32f;
}

.benefits_section .benefit_item:nth-child(4) h4 {
	color: #b5160d;
}

/* about */

.about_section {
	background: #6c7c75 url(../images/desctop__about_bg.jpg) center top no-repeat;
}

.about_section .content_block {
	padding: 97px 0 0 480px;
	height: 487px;
	color: #fff;
	position: relative;
}

.about_section .slider_block {
	width: 450px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	position: absolute;
	top: 70px;
	left: 0;
}

.about_section .owl-prev, 
.about_section .owl-next {
	width: 46px;
	height: 46px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #137fda;
	background-image: url(../images/about__arrows.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

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

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

.about_section h3 {
	margin: 0 0 20px;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
}

.about_section h3 b {
	color: #ffae24;
}

.about_section .button {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -150px;
}

.about_section .button:active {
	top: auto;
	bottom: -25px;
}

/* reviews */

.reviews_section {
	padding: 60px 0 40px;
}

.reviews_section .reviews_list {
	margin: 0 auto 40px;
	max-width: 820px;
}

.reviews_section .review_item {
	display: table;
	width: 100%;
}

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

.reviews_section .review_item img {
	display: block;
	border: 10px solid #f7f7f7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f7f7f7;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.reviews_section .review_item .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 25px;
}

.reviews_section .review_item .author_info {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 20px;
	height: 36px;
	background-image: url(../images/reviews__arrows.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 95px;
}

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

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

.reviews_section .video_review {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
	height: 169px;
	background: #000;
	overflow: hidden;
	position: relative;
}

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

.reviews_section .video_review iframe, 
.reviews_section .video_review object, 
.reviews_section .video_review embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* order info */

.order_info_section {
	padding: 40px 0 30px;
	background: #f7f7f7 url(../images/desctop__order_info_bg.jpg) center top no-repeat;
}

.order_info_section h2 b {
	color: #0e7dce;
}

.order_info_section .info_item {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
	text-align: center;
	position: relative;
}

.order_info_section .info_item:last-child {
	margin: 0;
}

.order_info_section .info_item:before {
	display: block;
	content: '';
	width: 44px;
	height: 31px;
	background: url(../images/order_info__arrow.png) center no-repeat;
	position: absolute;
	top: 40px;
	right: -32px;
}

.order_info_section .info_item:last-child:before {
	display: none;
}

.order_info_section .info_item .icon_block {
	margin: 0 auto 15px;
	width: 112px;
}

.order_info_section .info_item .icon {
	width: 112px;
	height: 112px;
	border: 6px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	background-position: center;
	background-repeat: no-repeat;
}

.order_info_section .info_item:nth-child(1) .icon {
	background-color: #effdd0;
	background-image: url(../images/order_info__info1_icon.png);
}

.order_info_section .info_item:nth-child(2) .icon {
	background-color: #f2f8fc;
	background-image: url(../images/order_info__info2_icon.png);
}

.order_info_section .info_item:nth-child(3) .icon {
	background-color: #ffe5f5;
	background-image: url(../images/order_info__info3_icon.png);
}

.order_info_section .info_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.order_info_section .info_item:nth-child(1) h4 {
	color: #85c500;
}

.order_info_section .info_item:nth-child(2) h4 {
	color: #0e7dce;
}

.order_info_section .info_item:nth-child(3) h4 {
	color: #ad287a;
}

.order_info_section .info_item p {
	font-size: 14px;
	line-height: 22px;
}

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

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

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

	/* offer */

	.offer_section {
    	padding: 30px 0 5px;
    	height: auto;
		background-image: url(../images/tablet__offer_bg.jpg);
	}

	.offer_section .title_block {
		margin: 0 0 40px;
		text-align: center;
	}

	.offer_section .title_block .main_title {
		float: none;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 51px;
    line-height: 70px;
	}

	.offer_section .title_block .subtitle {
		float: none;
    margin: 0;
    width: 100%;
    font-size: 45px;
    line-height: 28px;
    position: relative;
    top: 0px;
	}

	.offer_section .discount_block {
		top: 137px;
		left: 175px;
	}

	.offer_section .form_block {
		margin: 0 0 0 300px;
	}

	/* video */

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

	/* benefits */

	.benefits_section {
		padding: 30px 0 0;
	}

	.benefits_section .benefit_item {
		margin: 0 40px 30px;
	}

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

	/* about */

	.about_section {
		padding: 30px 0 40px;
		background-image: none;
	}

	.about_section .content_block {
		padding: 0;
		height: auto;
		text-align: center;
	}

	.about_section .slider_block {
		margin: 0 auto 30px;
		position: static;
	}

	.about_section h3 {
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 36px;
	}

	.about_section h3 b {
		display: block;
		font-size: 36px;
		line-height: 42px;
	}

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

	.about_section .button {
		position: relative;
		bottom: auto;
		left: auto;
		margin-left: auto;
	}

	.about_section .button:active {
		top: 1px;
		bottom: auto;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0 40px;
	}

	.reviews_section .reviews_list {
		margin: 0 auto 30px;
	}

	.reviews_section .review_item {
		display: block;
	}

	.reviews_section .review_item .image_block {
		display: block;
		margin: 0 auto 15px;
		width: 200px;
	}

	.reviews_section .review_item img {
		border-width: 5px;
	}

	.reviews_section .review_item .text_block {
		display: block;
		padding: 0;
		text-align: center;
	}

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

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

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

	.reviews_section .video_review {
		float: none;
		margin: 0 auto 20px;
		width: 480px;
		height: 270px;
	}

	.reviews_section .video_review:last-child {
		margin: 0 auto;
	}

	/* order info */

	.order_info_section {
		padding: 30px 0;
		background-image: none;
	}

	.order_info_section .info_item {
		display: table;
		float: none;
		margin: 0 0 20px;
		width: 100%;
		text-align: left;
	}

	.order_info_section .info_item:before {
		display: none;
	}

	.order_info_section .info_item .icon_block {
		display: table-cell;
		vertical-align: middle;
	}

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

}

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

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 20px;
		line-height: 26px;
	}

	h2 b {
		font-size: 26px;
		line-height: 32px;
	}

	/* offer */

	.offer_section {
		padding: 10px 0 35px;
		background-image: url(../images/mobile__offer_bg.jpg);
	}

	.offer_section .title_block {
		margin: 0 0 388px;
	}

	.offer_section .title_block .main_title {
		margin: 10px 0 5px;
    font-size: 34px;
    line-height: 32px;
	}

	.offer_section .title_block .subtitle {
		font-size: 35px;
    line-height: 26px;
	}

	.offer_section .discount_block {
		top: 150px;
		left: 190px;
	}

	.offer_section .form_block {
		margin: 0;
		padding: 0;
		background: none;
	}

	/* video */

	.video_section {
		padding: 30px 0 0;
	}

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

	/* benefits */

	.benefits_section {
		padding: 30px 0 5px;
	}

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

	.benefits_section .benefit_item {
		margin: 0 0 25px;
	}

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

	/* about */

	.about_section .slider_block {
		width: 100%;
	}

	.about_section h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.about_section h3 b {
		font-size: 26px;
		line-height: 32px;
	}

	/* reviews */

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

	.reviews_section .review_item .author_info {
		font-size: 16px;
		line-height: 24px;
	}

	.reviews_section .owl-prev {
		left: 0;
	}

	.reviews_section .owl-next {
		right: 0;
	}

	.reviews_section .video_review {
		width: 300px;
		height: 169px;
	}

	/* order info */

	.order_info_section h2 {
		margin: 0 0 25px;
	}

	.order_info_section .info_item {
		display: block;
		margin: 0 0 25px;
		text-align: center;
	}

	.order_info_section .info_item .icon_block {
		display: block;
	}

	.order_info_section .info_item .text_block {
		display: block;
		padding: 0;
	}

}
p.limit {
	text-align: center;
    color: #ff0606;
    font-size: 15px;
    line-height: 17px;
    margin: auto;
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold;
}
p.sd {
    position: relative;
    top: 11px;
}