/* fonts */

@font-face {
    font-family: 'PTSerif';
    src: url('../fonts/PTSerif-Bold.woff2') format('woff2'),
        url('../fonts/PTSerif-Bold.woff') format('woff'),
        url('../fonts/PTSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* styles */

body {
	min-width: 320px;
	background: #fff;
	font-family: 'AvenirNextCyr', 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;
	width: 280px;
	height: 64px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fb4040;
	-webkit-box-shadow: 0 4px 0 #d93636;
	-moz-box-shadow: 0 4px 0 #d93636;
	box-shadow: 0 4px 0 #d93636;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.button:hover {
	background: #f23c3c;
}

.button:active {
	-webkit-box-shadow: 0 3px 0 #d93636;
	-moz-box-shadow: 0 3px 0 #d93636;
	box-shadow: 0 3px 0 #d93636;
	top: 1px;
}

/* titles */

h2 {
	font-family: 'PTSerif', serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
}

h2 span {
	display: block;
	color: #fb4040;
}

/* offer */

.offer_section {
	padding: 20px 0 50px;
	background:#f7f7f7 url(../images/desctop__offer_bg.jpg) center top no-repeat;
}

.offer_section .main_title {
	float: left;
	width: 620px;
	font-family: 'PTSerif', serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.offer_section .main_title span {
	display: inline-block;
	vertical-align: top;
	padding: 15px 18px;
}

.offer_section .main_title span:first-child {
	background: #fb4040;
	font-size: 48px;
	line-height: 48px;
}

.offer_section .main_title span:nth-child(2) {
	margin: -10px 0 0 180px;
	padding: 20px 18px;
	background: #1f82b7;
	font-size: 24px;
	line-height: 24px;
}

.offer_section .main_title span:last-child {
	margin: -10px 0 0 294px;
	background: #fb4040;
	font-size: 40px;
	line-height: 40px;
}

.offer_section .discount {
	padding: 18px 0 0;
	width: 120px;
	height: 120px;
	background: url(../images/offer__discount_bg.png) center no-repeat;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 234px;
	left: 240px;
}

.offer_section .discount span {
	display: block;
	font-size: 32px;
	line-height: 32px;
}

.offer_section .form_block {
	float: right;
	margin: 20px 0 0;
	padding: 20px;
	width: 320px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.offer_section .timer_block {
	margin: 0 auto;
	padding: 10px 10px 0 88px;
	width: 280px;
	height: 78px;
	background: #f7f7f7;
	text-align: center;
	position: relative;
}

.offer_section .timer_block:before {
	display: block;
	content: '';
	width: 78px;
	height: 78px;
	background: #1f82b7 url(../images/offer__timer_icon.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.offer_section .timer_block p {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.offer_section .timer_block .timer_item {
	float: left;
	width: 33.333333%;
}

.offer_section .timer_block .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #1f82b7;
	position: relative;
}

.offer_section .timer_block .count:before {
	display: block;
	content: ':';
	width: 10px;
	position: absolute;
	top: -3px;
	right: -5px;
}

.offer_section .timer_block .timer_item:last-child .count:before {
	display: none;
}

.offer_section .timer_block .text {
	margin-top: -2px;
	font-size: 12px;
	line-height: 12px;
}

.offer_section .price_block {
	margin: 20px auto 18px;
	width: 280px;
}

.offer_section .price_block .price_item {
	float: left;
	width: 50%;
	text-align: center;
}

.offer_section .price_block .text {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.offer_section .price_block .value {
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
}

.offer_section .price_block .price_item.old .value {
	text-decoration: line-through;
}

.offer_section .price_block .price_item.new .value {
	color: #fb4040;
}

.offer_section .field {
	display: block;
	margin: 0 auto 5px;
	padding: 0 20px;
	width: 100%;
	height: 60px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f7f7f7;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.offer_section .field::-webkit-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .field:-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .field::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .field:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
	opacity: 0;
}

.offer_section .button {
	margin: 0 auto;
}

.offer_section .deadline_text {
	margin: 15px auto 0;
	width: 280px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.offer_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/offer__deadline_icon.png) center no-repeat;
}

.discount_info_block {
	padding: 20px 0 18px;
	background: #333;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.discount_info_block h3 span {
	color: #fa5757;
}

/* legend */

.legend_section {
	padding: 40px 0;
	background: #f7f7f7;
}

.legend_section h2 {
	margin: 0 0 25px;
}

.legend_section .benefits_block {
	margin: 0 0 40px;
}

.legend_section .benefits_block h3 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.legend_section .benefits_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.legend_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.legend_section .benefit_item:last-child {
	margin: 0;
}

.legend_section .benefit_item .image_block {
	margin: 0 auto 15px;
	width: 220px;
	position: relative;
}

.legend_section .benefit_item .image_block:before {
	display: block;
	content: '';
	width: 48px;
	height: 48px;
	-webkit-border-radius: 0px 0px 4px;
	-moz-border-radius: 0px 0px 4px;
	border-radius: 0px 0px 4px;
	background: #1f82b7 url(../images/legend__benefit_tick_icon.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.legend_section .benefit_item img {
	display: block;
	border: 1px solid #ccc;
}

.legend_section .legend_block {
	padding: 25px 40px 30px;
	border: 10px solid #fff;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 0 0 1px #ccc inset;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 0 0 1px #ccc inset;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 0 0 1px #ccc inset;
}

.legend_section .legend_block h3 {
	margin: 0 0 25px;
	font-family: 'PTSerif', serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #fb4040;
	text-transform: uppercase;
	text-align: center;
}

.legend_section .legend_block h3:before, 
.legend_section .legend_block h3:after {
	display: inline-block;
	vertical-align: middle;
	margin: -8px 15px 0;
	content: '';
	width: 41px;
	height: 14px;
	background: url(../images/legend__title_bg.png) center no-repeat;
}

.legend_section .legend_block .text_block {
	float: left;
	margin: 5px 0 0;
	width: 420px;
}

.legend_section .legend_block .text_block p {
	margin: 0 0 20px;
}

.legend_section .legend_block .text_block p:last-child {
	margin: 0;
}

.legend_section .legend_block img {
	display: block;
	float: right;
}

/* info */

.info_section {
	padding: 40px 0 10px;
}

.info_section h2 {
	margin: 0 0 40px;
}

.info_section img {
	display: block;
	float: left;
}

.info_section .text_block {
	float: right;
	width: 460px;
}

.info_section .text_block p {
	margin: 0 0 25px;
}

.info_section .text_block p:last-of-type {
	margin: 0 0 30px;
}

/* about */

.about_section {
	padding: 40px 0;
	background: #323232 url(../images/desctop__about_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about_section h2 {
	margin: 0 0 80px;
	color: #fff;
}

.about_section .text_block {
	float: left;
	margin: 0 0 20px;
	padding: 0 20px 20px;
	width: 460px;
	background: #fff;
	text-align: center;
}

.about_section .text_block img {
	display: block;
	margin: -50px auto 10px;
	width: 160px;
	border: 5px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.about_section .video_wrapper {
	float: right;
	margin: 0 0 20px;
	width: 460px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.about_section .video_block {
	width: 100%;
	height: 298px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.about_section .video_block iframe, 
.about_section .video_block object, 
.about_section .video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.about_section .gallery_image {
	display: block;
	clear: both;
}

/* faq */

.faq_section {
	padding: 40px 0 20px;
	background: #f7f7f7;
}

.faq_section h2 {
	margin: 0 0 40px;
}

.faq_section .question_item {
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px 30px 20px 20px;
	border: 5px solid #fff;
	background: #fff;
	width: 460px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 0 0 1px #ccc inset;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 0 0 1px #ccc inset;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 0 0 1px #ccc inset;
}

.faq_section .question_item:nth-child(even) {
	margin: 0 0 20px;
}

.faq_section .question_item .question_block {
	margin: 0 0 15px;
}

.faq_section .question_item .icon {
	float: left;
	margin: 0 20px 0 0;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fc4944 center no-repeat;
}

.faq_section .question_item:nth-child(1) .icon {
	background-image: url(../images/faq__question1_icon.png);
}

.faq_section .question_item:nth-child(2) .icon {
	background-image: url(../images/faq__question2_icon.png);
}

.faq_section .question_item:nth-child(3) .icon {
	background-image: url(../images/faq__question3_icon.png);
}

.faq_section .question_item:nth-child(4) .icon {
	background-image: url(../images/faq__question4_icon.png);
}

.faq_section .question_item h4 {
	padding: 6px 20px 0 0;
	font-weight: 700;
}

/* reviews */

.reviews_section {
	padding: 40px 0;
	background: #2386ba 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;
	color: #fff;
}

.reviews_section h2 {
	margin: 0 0 40px;
}

.reviews_section .reviews_list {
	margin: 0 auto;
	max-width: 820px;
}

.reviews_section .image_block {
	float: left;
	margin: 0 20px 0 0;
	width: 160px;
	position: relative;
}

.reviews_section .image_block:before {
	display: block;
	content: '';
	width: 34px;
	height: 30px;
	background: url(../images/reviews__quote_icon.png) center no-repeat;
	position: absolute;
	top: 0;
	right: 15px;
}

.reviews_section .image_block img {
	display: block;
	border: 5px solid #4f9dc8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .text_block {
	float: left;
	width: 640px;
}

.reviews_section .text_block .author_name {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

.reviews_section .owl-dots {
	margin: 30px 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.reviews_section .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	opacity: 0.3;
}

.reviews_section .owl-dot:hover {
	opacity: 0.5;
}

.reviews_section .owl-dot.active {
	opacity: 1;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff url(../images/reviews__arrows.png) no-repeat;
	position: absolute;
	top: 60px;
}

.reviews_section .owl-prev {
	background-position: left center;
	left: -60px;
}

.reviews_section .owl-next {
	background-position: right center;
	right: -60px;
}

/* order steps */

.order_steps_section {
	padding: 40px 0;
}

.order_steps_section h2 {
	margin: 0 0 40px;
}

.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;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.order_steps_section .step_item:last-child {
	margin: 0;
}

.order_steps_section .image_block {
	margin: 0 auto 15px;
	width: 220px;
	position: relative;
}

.order_steps_section .image_block img {
	display: block;
	border: 1px solid #ccc;
}

.order_steps_section .image_block .number {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 0px 0px 4px;
	-moz-border-radius: 0px 0px 4px;
	border-radius: 0px 0px 4px;
	background: #1f82b7;
	font-weight: 700;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	text-align: center;
    background: #f7f7f7;
}

.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: 38px;
	}

	/* offer */

	.offer_section {
		padding: 30px 0 50px;
		background-image: url(../images/tablet__offer_bg.jpg);
	}

	.offer_section .main_title {
		width: 290px;
		text-align: center;
	}

	.offer_section .main_title span {
		display: block;
		padding: 10px 0;
	}

	.offer_section .main_title span:first-child {
		font-size: 26px;
		line-height: 26px;
	}

	.offer_section .main_title span:nth-child(2) {
		margin: 0;
		padding: 10px 0;
		font-size: 18px;
		line-height: 18px;
	}

	.offer_section .main_title span:last-child {
		margin: 0;
	}

	.offer_section .discount {
		top: 170px;
		left: 10px;
	}

	.offer_section .form_block {
		margin: 0;
	}

	.discount_info_block {
		padding: 18px 0;
		font-size: 20px;
		line-height: 28px;
	}

	/* legend */

	.legend_section .benefits_block {
		margin: 0;
	}

	.legend_section .benefit_item {
		margin: 0 40px 40px;
	}

	.legend_section .benefit_item:last-child {
		margin: 0 40px 40px;
	}

	.legend_section .legend_block {
		padding: 30px;
	}

	.legend_section .legend_block h3 {
		font-size: 30px;
		line-height: 38px;
	}

	.legend_section .legend_block .text_block {
		float: none;
		margin: 0 0 30px;
		width: 100%;
		text-align: center;
	}

	.legend_section .legend_block .text_block p {
		margin: 0 0 15px;
	}

	.legend_section .legend_block img {
		float: none;
		margin: 0 auto;
	}

	/* info */

	.info_section {
		padding: 40px 0 44px;
	}

	.info_section img {
		float: none;
		margin: 0 auto 15px;
	}

	.info_section .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	.info_section .text_block p {
		margin: 0 0 15px;
	}

	.info_section .text_block p:last-of-type {
		margin: 0 0 25px;
	}

	.info_section .text_block .button {
		margin: 0 auto;
	}

	/* about */

	.about_section {
		background-image: none;
	}

	.about_section h2 {
		margin: 0 0 90px;
	}

	.about_section .text_block {
		width: 100%;
	}

	.about_section .video_wrapper {
		float: none;
		clear: both;
		width: 100%;
	}

	.about_section .video_block {
		height: 343px;
	}

	/* faq */

	.faq_section .question_item {
		padding: 20px;
		width: 300px;
		text-align: center;
	}

	.faq_section .question_item .question_block {
		margin: 0 0 6px;
	}

	.faq_section .question_item .icon {
		float: none;
		margin: 0 auto 14px;
	}

	.faq_section .question_item h4 {
		padding: 0;
	}

	/* reviews */

	.reviews_section {
		background-image: none;
	}

	.reviews_section .image_block {
		float: none;
		margin: 0 auto 15px;
	}

	.reviews_section .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	.reviews_section .owl-prev {
		left: 100px;
	}

	.reviews_section .owl-next {
		right: 100px;
	}

	/* order steps */

	.order_steps_section {
		padding: 40px 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 40px 40px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 40px 40px;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */
    .offer_section .field {
        background-color: #fff;
    }
	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 20px;
		line-height: 28px;
	}

	h2 span {
		display: inline;
	}

	/* offer */

	.offer_section {
		padding: 0 0 20px;
		background-image: url(../images/mobile__offer_bg.jpg);
	}

	.offer_section .main_title {
		float: none;
		margin: 0 0 426px;
		width: 100%;
	}

	.offer_section .discount {
		top: 200px;
	}

	.offer_section .form_block {
		float: none;
		padding: 0 10px;
		width: 100%;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.discount_info_block {
		padding: 15px 0;
		font-size: 18px;
		line-height: 26px;
	}

	/* legend */

	.legend_section {
		padding: 30px 0;
	}

	.legend_section h2 {
		margin: 0 0 20px;
	}

	.legend_section .benefit_item {
		margin: 0 0 30px;
		width: 100%;
	}

	.legend_section .benefit_item:last-child {
		margin: 0 0 30px;
	}

	.legend_section .legend_block {
		padding: 20px;
	}

	.legend_section .legend_block h3 {
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 28px;
	}

	.legend_section .legend_block h3:before, 
	.legend_section .legend_block h3:after {
		margin: -4px 10px 0;
	}

	.legend_section .legend_block .text_block {
		margin: 0 0 20px;
	}

	/* info */

	.info_section {
		padding: 30px 0 34px;
	}

	.info_section h2 {
		margin: 0 0 30px;
	}

	.info_section img {
		margin: 0 auto 10px;
	}

	/* about */

	.about_section {
		padding: 30px 0;
	}

	.about_section h2 {
		margin: 0 0 80px;
	}

	.about_section .video_wrapper {
		margin: 0;
	}

	.about_section .video_block {
		height: 163px;
	}

	.about_section .gallery_image {
		display: none;
	}

	/* faq */

	.faq_section {
		padding: 30px 0;
	}

	.faq_section h2 {
		margin: 0 0 30px;
	}

	.faq_section .question_item {
		float: none;
		margin: 0 0 20px;
	}

	.faq_section .question_item:nth-child(even) {
		margin: 0 0 20px;
	}

	.faq_section .question_item:last-child {
		margin: 0;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

	.reviews_section h2 {
		margin: 0 0 30px;
	}

	.reviews_section .owl-dots {
		margin: 20px 0 0;
	}

	.reviews_section .owl-prev {
		left: 0;
	}

	.reviews_section .owl-next {
		right: 0;
	}

	/* order steps */

	.order_steps_section {
		padding: 30px 0 0;
	}

	.order_steps_section h2 {
		margin: 0 0 30px;
	}

	.order_steps_section .step_item {
		margin: 0 0 30px;
		width: 100%;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 0 30px;
	}

	/* footer */

	.footer_section {
		background: #f7f7f7;
	}

}