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

/* discount */

.discount {
	padding: 24px 0 0;
	width: 132px;
	height: 132px;
	background: url(../images/discount_bg.png) center no-repeat;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
}

.discount span {
	display: block;
	font-size: 32px;
	line-height: 32px;
}

/* gift */

.gift {
	padding: 8px 0 0 66px;
	width: 206px;
	height: 56px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
	box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	overflow: hidden;
	position: absolute;
}

.gift:before {
	display: block;
	content: '';
	width: 56px;
	height: 56px;
	background: #f270a6 url(../images/gift_icon.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.gift span {
	display: block;
	font-size: 16px;
	color: #f270a6;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 64px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f270a6;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.button:hover {
	background: #eb699f;
}

.button:active {
	-webkit-transform: scale(0.995);
	-moz-transform: scale(0.995);
	-ms-transform: scale(0.995);
	-o-transform: scale(0.995);
	transform: scale(0.995);
}

/* deadline */

.deadline_text {
	margin: 15px auto 0;
	width: 280px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/deadline_icon.png) center no-repeat;
}

/* titles */

h2 {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
}
h2 span{
	color: #0093d1;
}

/* top_line */
.top_line{
	background: #fff;
	padding: 10px 0;
}
.top_line .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_line ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_line ul>li{
	margin-left: 40px;
	padding-left: 42px;
	position: relative;
	font-size: 15px;
}
.top_line ul>li:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
}
.top_line ul>li:nth-child(1):before{
	width: 26px;
	height: 25px;
	background: url(../images/top_line1.png) 50% 50% no-repeat;
	margin-top: -12px;
}
.top_line ul>li:nth-child(2):before{
	width: 31px;
	height: 23px;
	background: url(../images/top_line2.png) 50% 50% no-repeat;
	margin-top: -12px;
}
.top_line ul>li:nth-child(3):before{
	width: 26px;
	height: 26px;
	background: url(../images/top_line3.png) 50% 50% no-repeat;
	margin-top: -13px;
}



/* offer */

.offer_section {
	padding: 30px 0 20px;
	background: url(../images/desctop__offer_bg.jpg) center top no-repeat;
}

.offer_section .main_title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 39px;
	line-height: 46px;
	color: #1f9bec;
	text-transform: uppercase;
}

.offer_section .subtitle {
	margin: 0 0 30px;
	width: 450px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

.offer_section .discount {
	top: 350px;
	left: 480px;
}

.offer_section .gift {
	top: 440px;
	left: 500px;
}

.offer_section ul {
	margin: 0 0 40px;
	width: 340px;
}

.offer_section ul li {
	margin: 0 0 20px;
	padding: 0 0 0 34px;
	background: url(../images/offer__tick_icon.png) left top no-repeat;
}

.offer_section ul li:last-child {
	margin: 0;
}

.offer_section .price_block {
	margin: 0 0 25px;
	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: none;
}

.offer_section .price_block .price_item.new .value {
	color: #1f9bec;
}

.offer_section .button {
	margin: 0;
}

.offer_section .deadline_text {
	margin: 15px 0 0;
}

/* about */

.about_section {
	padding: 40px 0;
}

.about_section .video_wrapper {
	float: left;
	margin: 0 0 40px;
	width: 460px;
	border: 10px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}

.about_section .video_block {
	width: 100%;
	height: 230px;
	background: #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 .text_block {
	float: left;
	margin: 5px 0 40px 20px;
	width: 460px;
}

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

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

.about_section .images_block {
	clear: both;
}

.about_section .images_block img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.about_section .images_block img:last-child {
	margin: 0;
}

.about_section .action_text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}
.about_section .action_text h2{
	color: #0093d1;
	margin-bottom: 0;
	text-align: left;
}
.about_section .action_text p{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3em;
}
.about_section .action_text .button{
	margin: 0;
}



/* problems */

.problems_section {
	padding: 40px 0;
	background: #6cbe44;
	color: #fff;
}

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

.problems_section .problem_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	width: 55%;
	font-weight: 700;
	font-size: 26px;
	line-height: 24px;
	letter-spacing: normal;
	text-transform: uppercase;
}

.problems_section .problem_item img {
	display: block;
	margin: 0 auto 15px;
	width: 350px;
	border: 7px solid #fff;
	-webkit-border-radius: 10%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* benefits */

.benefits_section {
	padding: 40px 0;
	background: url(../images/benef_bg.jpg) 50% 0% no-repeat;
}

.benefits_section .list1 {
	float: left;
	width: 420px;
}

.list1>li{
	padding-left: 40px;
	margin-bottom: 20px;
	background: url(../images/offer__tick_icon.png) 0% 0% no-repeat;
}

.list1>li>b{
	display: block;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.list1>li:last-child{
	margin-bottom: 0;
}

.benefits_section .order_block {
	float: right;
	width: 480px;
}

.benefits_section .order_block img {
	display: block;
	margin: 0 auto 40px;
}



/* use steps */

.use_steps_section {
	padding: 40px 0;
	background: #0093d1;
	color: #fff;
}


.use_steps_section .steps_list {
	margin: 0 0 40px;
}

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

.use_steps_section .step_item:nth-child(2) {
	padding: 0 20px;
}

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

.use_steps_section .step_item:before {
	display: block;
	content: '';
	width: 64px;
	height: 21px;
	background: url(../images/use_steps__arrow1.png) center no-repeat;
	position: absolute;
	top: 60px;
	right: -42px;
}

.use_steps_section .step_item:nth-child(2):before {
	top: 100px;
	background-image: url(../images/use_steps__arrow2.png);
}

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

.use_steps_section .step_item img {
	display: block;
	margin: 0 auto 15px;
	width: 180px;
	border: 7px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

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

.use_steps_section .results_block img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.use_steps_section .results_block img:last-child {
	margin: 0;
}

/* comparison */

.comparison_section {
	padding: 40px 0;
	background: url(../images/desctop__comparison_bg.jpg) center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

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

.comparison_section p.description {
	margin: 0 0 40px;
	text-align: center;
}

.comparison_section .products_list {
	margin: 0 0 40px;
}

.comparison_section .product_item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.comparison_section .product_item h4 {
	padding: 10px 40px;
	background: #436982;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.comparison_section .product_item.first h4 {
	background: #6cbe44;
}

.comparison_section .product_item .image_block {
	position: relative;
}

.comparison_section .product_item img {
	display: block;
}

.comparison_section .product_item .price {
	padding: 0 15px;
	height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #0093d1;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.comparison_section .product_item ul {
	padding: 20px 30px;
}

.comparison_section .product_item li {
	margin: 0 0 10px;
	padding: 0 0 0 26px;
}

.comparison_section .product_item li:last-child {
	margin: 0;
}

.comparison_section .product_item li.yes {
	background: url(../images/comparison__tick_icon.png) left center no-repeat;
}

.comparison_section .product_item li.no {
	background: url(../images/comparison__cross_icon.png) 2px center no-repeat;
}

/* opinion */

.opinion_section {
	padding: 40px 0;
}

.opinion_section h2 {
	position: relative;
	z-index: 10;
}

.opinion_section img {
	display: block;
	width: 760px;
	position: absolute;
	bottom: -40px;
	left: -240px;
}

.opinion_section .text_block {
	margin: 0 0 0 400px;
	position: relative;
	z-index: 10;
}

.opinion_section .text_block p {
	margin: 0 0 30px;
}

.opinion_section .author_info {
	padding: 0 20px 0 0;
	border-right: 5px solid #f270a6;
	text-align: right;
}

.opinion_section .author_info .name {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 20px;
}

.opinion_section .author_info .text {
	line-height: 20px;
	color: #989da6;
}

.opinion_section .author_info .text span {
	display: block;
}

/* reviews */

.reviews_section {
	padding: 40px 0;
	background: #6cbe44;
	color: #fff;
}

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

.reviews_section p.description {
	margin: 0 auto 40px;
	max-width: 580px;
	text-align: center;
}

.reviews_section .review_item {
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	color: #222;
	text-align: center;
}

.reviews_section .review_item img {
	display: block;
	margin: 0 0 14px;
}

.reviews_section .review_item>span{
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}

.reviews_section .review_item .author_info {
	margin-top: 15px;
}

/* order steps */

.order_steps_section {
	padding: 40px 0;
}

.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;
	padding: 0 10px;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	position: relative;
}

.order_steps_section .step_item:before {
	display: block;
	content: '';
	margin: 0 auto 15px;
	width: 116px;
	height: 116px;
	border: 2px solid #f270a6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: center no-repeat;
}

.order_steps_section .step_item:nth-child(1):before {
	background-image: url(../images/order_steps__step1_icon.png);
}

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

.order_steps_section .step_item:nth-child(3):before {
	background-image: url(../images/order_steps__step3_icon.png);
}

.order_steps_section .step_item:nth-child(4):before {
	background-image: url(../images/order_steps__step4_icon.png);
}

.order_steps_section .step_item:after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #1f9bec;
	position: absolute;
	top: 56px;
	right: -4px;
}

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

.order_steps_section .step_item h4 {
	margin: 0 0 12px;
	font-size: 18px;
	text-transform: uppercase;
}

.order_steps_section .step_item h4:after {
	display: block;
	content: '';
	margin: 6px auto 0;
	width: 20px;
	height: 2px;
	background: #1f9bec;
}

/* order */

.order_section .title_block {
	padding: 15px 0;
	background: #6cbe44;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	text-align: center;
}

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

.order_section .main_title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #1f9bec;
	text-transform: uppercase;
	text-align: center;
}

.order_section .subtitle {
	margin: 0 0 35px;
	font-weight: 700;
	font-size: 27px;
	line-height: 32px;
	text-align: center;
}

.order_section .discount {
	top: 400px;
	left: 450px;
}

.order_section .gift {
	top: 470px;
	left: 510px;
}

.order_section .form_block {
	padding: 20px;
	width: 320px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
	box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
}

.order_section .timer_block {
	margin: 0 auto;
	padding: 9px 10px 0 88px;
	width: 280px;
	height: 78px;
	border: 1px solid #e0e2f2;
	-webkit-border-radius: 20px 6px 6px 20px;
	-moz-border-radius: 20px 6px 6px 20px;
	border-radius: 20px 6px 6px 20px;
	text-align: center;
	position: relative;
}

.order_section .timer_block:before {
	display: block;
	content: '';
	width: 78px;
	height: 78px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	background: #1f9bec url(../images/order__timer_icon.png) center no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
}

.order_section .timer_block p {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.order_section .timer_block .timer_item {
	float: left;
	width: 33.333333%;
}

.order_section .timer_block .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #00a0e6;
	position: relative;
}

.order_section .timer_block .count:before {
	display: block;
	content: ':';
	width: 10px;
	position: absolute;
	top: -3px;
	right: -5px;
}

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

.order_section .timer_block .text {
	margin-top: -2px;
	font-size: 12px;
	line-height: 12px;
}

.order_section .price_block {
	margin: 19px auto 16px;
	width: 280px;
}

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

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

.order_section .price_block .value {
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
}

.order_section .price_block .price_item.old .value {
	text-decoration: none;
}

.order_section .price_block .price_item.new .value {
	color: #0093d1;
}

.order_section .field {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 100%;
	height: 56px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f3f4f6;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
}

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

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

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

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

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

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	text-align: center;
}

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

.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: 28px;
		line-height: 36px;
	}

	.top_line ul > li:nth-child(1){
		display: none;
	}

	/* offer */

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

	.offer_section .main_title {
		margin: 0 0 15px;
		text-align: center;
		font-size: 34px;
	}

	.offer_section ul{
		width: 370px;
	}

	.offer_section .discount {
		top: 310px;
		left: 315px;
	}

	.offer_section .gift {
		top: 460px;
		left: 310px;
	}

	/* about */

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

	.about_section .video_block {
		height: 338px;
	}

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

	.about_section .images_block img {
		margin: 0 10px 0 0;
		width: 200px;
	}

	.about_section .action_text{
		display: block;
		text-align: center;
	}

	.about_section .action_text h2{
		text-align: center;
	}

	.about_section .action_text .button{
		margin: 20px auto 0;
	}

	/* problems */

	.problems_section {
		padding: 40px 0 0;
	}

	.problems_section .problem_item {
		margin: 0 0 40px;
		padding: 0 40px;
		width: 50%;
	}

	/* benefits */

	.benefits_section .list1 {
		float: none;
		margin: 0 0 40px;
		width: 100%;
	}

	.benefits_section .order_block {
		float: none;
		width: 100%;
	}

	/* use steps */

	.use_steps_section .step_item {
		margin: 0 10px 0 0;
		width: 200px;
	}

	.use_steps_section .step_item:nth-child(2) {
		padding: 0 10px;
	}

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

	.use_steps_section .results_block img {
		width: 300px;
	}

	/* comparison */

	.comparison_section {
		background-image: url(../images/tablet__comparison_bg.jpg);
	}

	.comparison_section .owl-prev, 
	.comparison_section .owl-next {
		width: 54px;
		height: 54px;
		background: url(../images/slider__arrows.png) no-repeat;
		position: absolute;
		top: 7px;
	}

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

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

	/* opinion */

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

	.opinion_section img {
		position: static;
		margin: 0 auto 40px;
	}

	.opinion_section .text_block {
		margin: 0;
		text-align: center;
	}

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

	.opinion_section .author_info {
		padding: 10px 0 0;
		border-right: none;
		text-align: center;
	}

	/* reviews */

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		width: 54px;
		height: 54px;
		background: url(../images/slider__arrows.png) no-repeat;
		position: absolute;
		top: 93px;
	}

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

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

	/* order steps */

	.order_steps_section {
		padding: 40px 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 0 40px;
		padding: 0 40px;
		width: 50%;
	}

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

	/* order */

	.order_section .title_block {
		font-size: 24px;
		line-height: 32px;
	}

	.order_section .content_block {
		padding: 30px 0 25px;
		background-image: url(../images/tablet__order_bg.jpg);
	}

	.order_section .main_title{
		font-size: 34px;
		line-height: 1.2em;
	}

	.order_section .subtitle {
		margin: 0 0 50px;
	}

	.order_section .discount {
		top: 370px;
		left: 345px;
	}

	.order_section .gift {
		top: 519px;
		left: 380px;
	}

}

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

	.wrapper {
		width: 320px;
	}

	/* titles */

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

	.top_line ul > li:nth-child(3){
		display: none;
	}

	.top_line .logo{
		width: 110px;
	}

	.top_line ul > li{
		margin-left: 20px;
		font-size: 14px;
	}

	/* offer */

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

	.offer_section .main_title {
		font-size: 31px;
		line-height: 35px;
	}

	.offer_section .subtitle {
		width: 100%;
		margin: 0 0 405px;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}

	.offer_section .discount {
		transform: scale(0.7);
		left: 0;
		top: 350px;
	}

	.offer_section .gift {
		top: 400px;
		left: 104px;
	}

	.offer_section ul {
		margin: 0 0 30px;
		width: 100%;
	}

	.offer_section .price_block {
		margin: 0 auto 25px;
	}

	.offer_section .button {
		margin: 0 auto;
	}

	.offer_section .deadline_text {
		margin: 15px auto 0;
	}

	/* about */

	.about_section {
		padding: 30px 0;
	}

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

	.about_section .video_block {
		height: 158px;
	}

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

	.about_section .images_block img {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}

	.about_section .action_text{
		margin-top: 30px;
	}

	.about_section .action_text p{
		font-size: 18px;
	}

	/* problems */

	.problems_section {
		padding: 30px 0 0;
	}

	.problems_section .problem_item {
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0;
	}

	.benefits_section .benefits_list {
		margin: 0 0 30px;
	}

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

	.benefits_section .benefit_item .image_block {
		vertical-align: top;
		width: 60px;
	}

	.benefits_section .benefit_item .text_block {
		vertical-align: top;
	}

	.benefits_section .order_block img {
		margin: 0 auto 30px;
	}

	/* use steps */

	.use_steps_section {
		padding: 30px 0;
	}

	.use_steps_section .steps_list {
		margin: 0 0 30px;
	}

	.use_steps_section .step_item {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.use_steps_section .step_item:nth-child(2) {
		padding: 0;
	}

	.use_steps_section .results_block img {
		float: none;
		margin: 0 0 30px;
	}

	/* comparison */

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

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

	.comparison_section p.description {
		margin: 0 0 30px;
	}

	.comparison_section .products_list {
		margin: 0 0 30px;
	}

	/* opinion */

	.opinion_section {
		padding: 30px 0;
	}

	.opinion_section img {
		margin: 0 auto 30px;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

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

	.reviews_section p.description {
		margin: 0 0 30px;
	}

	/* order steps */

	.order_steps_section {
		padding: 30px 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 0 30px;
		width: 100%;
	}

	/* order */

	.order_section .title_block {
		font-size: 20px;
		line-height: 28px;
	}

	.order_section .content_block {
		padding: 30px 0 25px;
		background-image: url(../images/mobile__offer_bg.jpg);
	}

	.order_section .main_title {
		font-size: 30px;
		line-height: 1.2em;
	}

	.order_section .subtitle {
		margin: 0 0 380px;
		font-size: 18px;
		line-height: 1.3em;
	}

	.order_section .discount {
		left: 0;
		top: 350px;
		transform: scale(0.7);
	}

	.order_section .gift {
		top: 400px;
		left: 104px;
	}

	.order_section .form_block {
		margin-left: -10px;
	}

}