/* styles */

body {
	min-width: 320px;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #222;
	cursor: default;
	/* zoom: 70%; */
}

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

.wrapper {
	margin: 0 auto;
	/* padding: 0 10px; */
	/* width: 960px; */
	position: relative;
	text-align: center;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* price */

.price_block {
	width: 300px;
	position: relative;
}

.price_block:before {
	display: block;
	content: '';
	border-left: 20px solid #222;
	border-top: 35px solid #ff6000;
	border-bottom: 35px solid #ff6000;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}

.price_block .price_item {
	float: left;
	width: 50%;
	height: 70px;
	color: #fff;
}

.price_block .price_item.old {
	padding: 13px 0 0 15px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background: #222;
}

.price_block .price_item.new {
	padding: 13px 0 0 25px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #ff6000;
}

.price_block .price_item .text {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 14px;
}

.price_block .price_item .value {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	position: relative;
}

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

/* button */

.button {
	display: block;
	/* width: 480px; */
	/* height: 76px; */
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffc000;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc000), to(#fddc40));
	background-image: -webkit-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
	background-image: -moz-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
	background-image: -o-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
	background-image: linear-gradient(to top, #ffc000 0%, #fddc40 100%);
	-webkit-box-shadow: 0 2px 0 #d7a200;
	-moz-box-shadow: 0 2px 0 #d7a200;
	box-shadow: 0 2px 0 #d7a200;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	/* font-size: 20px; */
	line-height: 76px;
	color: #222;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}

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

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

/* titles */

h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
}

h2 span {
	background: url(../images/title_bg.jpg) left 85% repeat-x;
	white-space: nowrap;
}

/* offer */

.offer_section {
	padding: 20px 0 30px;
	background: #376689 url(../1.jpg) center top no-repeat;
	background-size: cover;
	/* height: 256px; */
}

.offer_section .main_title {
	/* margin: 0 340px 14px 0; */
	font-weight: 700;
	font-size: 70px;
	line-height: 50px;
	color: #c44343;
	text-transform: uppercase;
	text-align: center;
	margin-top: 33px;
	margin-bottom: 10px;
}

.offer_section .main_title span {
	background: url(../images/title_bg.jpg) left 85% repeat-x;
	font-size: 48px;
}

.offer_section .description {
	/* margin: 0 520px 16px 0; */
	font-size: 40px;
	line-height: 34px;
	color: #ffffff;
	margin-left: 633px;
	font-weight: 110px;
}

.offer_section ul {
	margin: 0 600px 20px 0;
}

.offer_section ul li {
	margin: 0 0 5px;
	padding: 0 0 0 23px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	position: relative;
}

.offer_section ul li:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border: 3px solid #fed52f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}

.offer_section .price_block {
	margin: 0 0 20px;
}

/* benefits */

.benefits_section {
	padding: 10px 0;
}

.benefits_section h2 {
	margin: 0 040px;
}

.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;
	width: 220px;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: normal;
}

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

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

/* legend */

.legend_section {
	/* padding: 0 0 30px; */
}

.legend_section h3 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 30px;
	line-height: 46px;
	/* align-content: center; */
}

.legend_section h3 span {
	background: url(../images/title_bg.jpg) left 85% repeat-x;
	white-space: nowrap;
	text-transform: uppercase;
}

.legend_section .text_block {
	float: left;
	margin: 20px 0 0;
	width: 388px;
}

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

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

.legend_section img {
	display: block;
	float: right;
}

/* info */

.info_section {
	padding: 20px 0 0;
	height: 678px;
	background: #376689 url(../images/desctop__info_bg.jpg) center top no-repeat;
}

.info_section h2 {
	margin: 0 0 320px;
	color: #fff;
}

.info_section p {
	float: left;
	font-size: 16px;
	line-height: 24px;
}

.info_section p:first-of-type {
	margin: 0 165px 0 45px;
	width: 320px;
}

.info_section p:last-of-type {
	width: 365px;
}

/* about */

.about_section {
	padding: 0px 0 42px;
}

.about_section h2 {
	margin: 0px 0 25px;
	text-align: center;
}

.about_section .content_block {
	float: left;
	/* margin: 0 0 40px; */
	width: 486px;
}

.about_section .video_wrapper {
	margin: 0 0 30px;
	padding: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 1, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 1, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 1, 0.1);
}

.about_section .video_block {
	width: 100%;
	height: 246px;
	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 img {
	display: block;
	float: right;
	margin: -86px 0 40px;
}

.about_section .button {
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 30px;
}

/* faq */

.faq_section {
	padding: 60px 0 0;
	height: 731px;
	background: url(../images/desctop__faq_bg.jpg) center top no-repeat;
}

.faq_section h2 {
	margin: 0 0 40px;
}

.faq_section .question_item {
	margin: 0px 0px 20px 5px;
	padding: 10px 5px;
	/* width: 303px; */
	/* height: 170px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 25px rgba(2, 2, 2, 0.07);
	-moz-box-shadow: 0 0 25px rgba(2, 2, 2, 0.07);
	box-shadow: 0 0 25px rgba(2, 2, 2, 0.07);
	/* text-align: center; */
}

.faq_section .question_item:nth-child(even) {
	/* margin: 0px 5px 20px; */
}

.faq_section .question_item h4 {
	margin: 0 0 10px;
	padding: 0 0 0 60px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px; 
}

.faq_section .question_item:nth-child(1) h4 {
	background: url(../images/faq__question1_icon.png) left top no-repeat;
}

.faq_section .question_item:nth-child(2) h4 {
	background: url(../images/faq__question2_icon.png) left 3px no-repeat;
}

.faq_section .question_item:nth-child(3) h4 {
	background: url(../images/faq__question3_icon.png) 5px 3px no-repeat;
}

.faq_section .question_item:nth-child(4) h4 {
	background: url(../images/faq__question4_icon.png) 1px 3px no-repeat;
}

/* reviews */

.reviews_section {
	padding: 0 0 40px;
	background: url(../images/desctop__reviews_bg.jpg) center top no-repeat;
}

.reviews_section h2 {
	margin: 0 80px 40px;
}

.reviews_section .review_item {
	text-align: center;
}

.reviews_section .review_item img {
	display: block;
	margin: 0 auto;
	width: 260px;
}

.reviews_section .author_info {
	margin: 15px 0 10px;
	font-weight: 700;
}

.reviews_section .author_info .name {
	font-size: 22px;
	line-height: 30px;
}

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

/* order steps */

.order_steps_section {
	padding: 40px 0;
	background: #f2f3f5 url(../images/desctop__order_steps_bg.jpg) center no-repeat;
}

.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;
	position: relative;
}

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

.order_steps_section .step_item:before {
	display: block;
	content: '';
	width: 56px;
	height: 13px;
	background: url(../images/order_steps__arrow1.png) center no-repeat;
	position: absolute;
	top: 30px;
	right: -38px;
}

.order_steps_section .step_item:nth-child(2):before {
	background-image: url(../images/order_steps__arrow2.png);
	top: 136px;
}

.order_steps_section .step_item:last-child:before {
	display: none;
}

.order_steps_section .image_block {
	margin: 0 auto 15px;
	width: 174px;
	position: relative;
}

.order_steps_section .image_block img {
	display: block;
	border: 7px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.order_steps_section .image_block .number {
	width: 48px;
	height: 48px;
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ff6000;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
}

/* order */

.order_section {
	padding: 30px 0;
	background: #376689 url(../images/desctop__order_bg.jpg) center top no-repeat;
}

.order_section h3 {
	margin: 0 160px 30px 0;
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
}

.order_section h3 span {
	background: url(../images/title_bg.jpg) left 85% repeat-x;
}

.order_section .form_block {
	padding: 30px 30px 25px;
	width: 360px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(2, 2, 2, 0.14);
	-moz-box-shadow: 0 0 30px rgba(2, 2, 2, 0.14);
	box-shadow: 0 0 30px rgba(2, 2, 2, 0.14);
}

.order_section .date_text {
	margin: 14px 0;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.order_section .field {
	display: block;
	margin: 0 0 15px;
	padding: 0 20px;
	width: 300px;
	height: 62px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	text-align: center;
}

.order_section .field::-webkit-input-placeholder {
	opacity: 1;
	color: #222;
}

.order_section .field:-moz-placeholder {
	opacity: 1;
	color: #222;
}

.order_section .field::-moz-placeholder {
	opacity: 1;
	color: #222;
}

.order_section .field:-ms-input-placeholder {
	opacity: 1;
	color: #222;
}

.order_section .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_section .field:focus:-moz-placeholder {
	opacity: 0;
}

.order_section .field:focus::-moz-placeholder {
	opacity: 0;
}

.order_section .field:focus:-ms-input-placeholder {
	opacity: 0;
}

.order_section .products_count {
	margin: 16px 30px 0;
	text-align: center;
}

/* footer */

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

	/* offer */

	.offer_section {
		/* background-image: url(../images/tablet__offer_bg.jpg); */
	}

	.offer_section .main_title {
		/* margin: 0 80px 14px 0; */
		font-size: 38px;
		line-height: 46px;
	}

	.offer_section .main_title span {
		font-size: 38px;
	}

	.offer_section .description {
		margin: 0 340px 16px 0;
		font-size: 20px;
		line-height: 28px;
	}

	.offer_section ul {
		margin: 0 280px 20px 0;
	}

	/* benefits */

	.benefits_section {
		padding: 40px 0 0;
	}

	.benefits_section h2 {
		margin: 0 100px 40px;
	}

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

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

	/* legend */

	.legend_section h3 {
		/* margin: 0 0 40px; */
		font-size: 30px;
		line-height: 38px;
		text-transform: uppercase;
		text-align: center;
	}

	.legend_section .text_block {
		float: none;
		margin: 0 0 30px;
		width: 100%;
		text-align: center;
	}

	.legend_section img {
		float: none;
		margin: 0 auto;
	}

	/* info */

	.info_section {
		padding: 40px 0 0;
		height: 885px;
		background-image: url(../images/tablet__info_bg.jpg);
		background-position: center -100px;
	}

	.info_section h2 {
		margin: 0 0 355px;
	}

	.info_section p {
		float: none;
	}

	.info_section p:first-of-type {
		margin: 0 0 15px 35px;
	}

	.info_section p:last-of-type {
		margin: 0 0 0 240px;
	}

	/* about */

	.about_section h2 {
		text-align: center;
	}

	.about_section .content_block {
		float: none;
		margin: 0 0 30px;
		width: 100%;
		text-align: center;
	}

	.about_section .video_block {
		height: 322px;
	}

	.about_section img {
		display: none;
	}

	/* faq */

	.faq_section {
		padding: 40px 0 20px;
		height: auto;
		background: #f0d69e;
	}

	.faq_section .question_item {
		padding: 20px 15px 20px 20px;
		width: 300px;
		height: 254px;
	}

	.faq_section .question_item h4 {
		padding: 0 10px 0 60px;
		font-size: 16px;
		line-height: 24px;
	}

	/* reviews */

	.reviews_section {
		padding: 40px 0;
		background: none;
	}

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

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		width: 40px;
		height: 40px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: #ff6100 url(../images/reviews__arrows.png) no-repeat;
		position: absolute;
		top: 110px;
	}

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

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

	/* order steps */

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

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

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

	.order_steps_section .step_item:before {
		display: none;
	}

	/* order */

	.order_section {
		background-image: url(../images/tablet__order_bg.jpg);
	}

	.order_section h3 {
		margin: 0 0 30px;
		font-size: 32px;
		line-height: 40px;
	}

}

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

	.wrapper {
		width: 100%;
		/* height: 230px; */
	}

	/* titles */

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

	h2 span {
		white-space: normal;
		background: none;
	}

	/* offer */

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

	.offer_section .main_title {
		/* margin: 0 0 296px; */
		font-size: 25px;
		line-height: 28px;
		text-align: center;
	}

	.offer_section .main_title span {
		font-size: 36px;
		line-height: 36px;
	}

	.offer_section .description {
		margin: 0 0 16px;
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}

	.offer_section ul {
		margin: 0 0 20px;
	}

	.offer_section ul li {
		font-size: 14px;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0 0;
	}

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

	.benefits_section .benefit_item {
		margin: 0 0 30px;
		width: 100%;
	}

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

	/* legend */

	.legend_section h3 {
		/* margin: 0 0 30px; */
		font-size: 20px;
		line-height: 28px;
	}

	.legend_section h3 span {
		background: none;
		white-space: normal;
	}

	/* info */

	.info_section {
		padding: 30px 0;
		height: auto;
		background-image: none;
	}

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

	.info_section p {
		padding: 20px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background: #f8e5c4;
		text-align: center;
	}

	.info_section p:first-of-type {
		margin: 0 0 20px;
		width: 100%;
	}

	.info_section p:last-of-type {
		margin: 0;
		width: 100%;
	}

	/* about */

	.about_section {
		padding: 20px 0 32px;
	}

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

	.about_section .video_wrapper {
		padding: 10px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.about_section .video_block {
		height: 158px;
	}

	/* faq */

	.faq_section {
		padding: 30px 0 10px;
	}

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

	.faq_section .question_item {
		/* margin: 0 0 20px; */
		/* padding: 20px; */
		width: 300px;
		height: auto;
	}

	.faq_section .question_item h4 {
		padding: 0 0 0 60px;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

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

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

	/* order */

	.order_section {
		padding: 20px 0 30px;
		background-image: url(../images/mobile__offer_bg.jpg);
		background-position: center -10px;
	}

	.order_section h3 {
		margin: 0 0 300px;
		font-size: 20px;
		line-height: 28px;
		text-align: center;
	}

	.order_section h3 span {
		font-size: 24px;
		line-height: 32px;
		white-space: nowrap;
	}

	.order_section .form_block {
		margin-left: -10px;
		padding: 20px 10px 15px;
		width: 320px;
	}
    .second-my timerhello timerhello_174 {display: inline-block;}
}