@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* fonts */

@font-face {
    font-family: 'PTSerif';
    src: url('../fonts/PTSerif-Bold.woff2')/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/fonts/PTSerif-Bold.woff2*/ format('woff2'),
        url('../fonts/PTSerif-Bold.woff')/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/fonts/PTSerif-Bold.woff*/ format('woff'),
        url('../fonts/PTSerif-Bold.ttf')/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/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: url("../img/desctop__offer_bg.jpg")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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-of-type(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("../img/offer__discount_bg.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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("../img/offer__timer_icon.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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: 24px auto 21px;
	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 15px;
	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;
}

.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("../img/offer__deadline_icon.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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("../img/legend__benefit_tick_icon.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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("../img/legend__title_bg.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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("../img/desctop__about_bg.jpg")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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;
}

/* stars */

.stars_section {
	padding: 40px 0;
}

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

.stars_section h2 span {
	display: inline;
}

.stars_section .star_item {
	float: left;
	padding: 1px;
	width: 25%;
}

.stars_section .star_item img {
	display: block;
}

.stars_section .star_item p {
	padding: 10px 18px;
	background: #eee;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

/* 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("../img/faq__question1_icon.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/faq__question1_icon.png*/;
}

.faq_section .question_item:nth-child(2) .icon {
	background-image: url("../img/faq__question2_icon.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/faq__question2_icon.png*/;
}

.faq_section .question_item:nth-child(3) .icon {
	background-image: url("../img/faq__question3_icon.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/faq__question3_icon.png*/;
}

.faq_section .question_item:nth-child(4) .icon {
	background-image: url("../img/faq__question4_icon.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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("../img/desctop__reviews_bg.jpg")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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("../img/reviews__quote_icon.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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("../img/reviews__arrows.png")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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;
}

.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("../img/tablet__offer_bg.jpg")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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 */

	.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("../img/mobile__offer_bg.jpg")/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/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;
	}
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }

.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }

.errorMessage {font-size: 11px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 30px 0 0; }

.offer-promo--right-block {
    float: right;
    width: 28.6%;
}
.offer_section__promo .main_title {
	float: none;
	width: auto;
}
.offer_section__promo .main_title span:first-child {
	font-size: 24px;
	line-height: 40px;
	padding: 0 8px;
	text-transform: none;
	margin-left: 8px;
}

.offer_section__promo .wrapper {
	width: 1160px;
}

.offer_section__promo .main_title span:nth-of-type(2) {
	margin-left: 0;
	margin-top: 0;
	text-transform: none;
	font-size: 24px;
	line-height: 28px;
	padding: 8px;
}

.offer_section__promo .main_title span:last-child {
	text-transform: none;
	font-size: 24px;
	line-height: 28px;
	margin-top: -8px;
	padding: 8px 16px;
	margin-left: 153px;
}

.offer_section__promo .form_block {
	margin-top: 8px;
}

.form_block--title_promo {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #222222;
	margin-bottom: 11px;
}

.form_block--title_promo span {
	display: block;
	color: #F94648;
}

.offer_section__promo .form_block {
	padding: 11px;
	width: 304px;
}

.offer_section__promo .timer_block:before {
	width: 56px;
	height: 56px;
	-webkit-background-size: 28px;
	background-size: 28px;
}

.offer_section__promo .timer_block p {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #222222;
	text-transform: none;
	margin-bottom: 1px;
}

.offer_section__promo .timer_block .count {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}

.offer_section__promo .timer_block .text {
	font-size: 12px;
	line-height: 14px;
	margin-top: 1px;
}

.offer_section__promo .timer_block {
    padding: 3px 10px 0 60px;
    height: 56px;
    width: 272px;
}

.offer_section__promo .field {
	height: 40px;
	line-height: 40px;
}

.offer_section__promo .button {
	height: 40px;
	line-height: 40px;
	box-shadow: none;
	text-transform: none;
}

.offer_section__promo .price_block .text {
	text-transform: none;
}

.offer_section__promo .price_block {
    margin: 16px auto 15px;
}

.offer_section__promo {
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.offer-promo-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background: rgba(255, 255, 255, 0.5);
	padding: 16px;
	font-size: 0;
}

.offer-promo-top-left {
	display: inline-block;
	margin-right: 16px;
	width: calc(100% - 16px - 320px);
	background: url(../img/offer-promo-top.svg)/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/offer-promo-top.svg*/ no-repeat center right;
	text-align: right;
	margin-left: -17px;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 14px 56px 14px 0;
}

.offer-promo-top-right {
	display: inline-block;
	vertical-align: top;
	width: 320px;
}

.offer-promo-top-left span {
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-shadow: -2px 1px 4px rgba(0, 0, 0, 0.25);
	font-weight: bold;
	vertical-align: middle;
}

.offer-promo-nums {
	font-size: 36px;
	text-shadow: -2px 1px 4px rgba(0, 0, 0, 0.25);
	font-weight: bold;
	color: #F94648;
	line-height: 1;
	margin-bottom: 8px;
}

.offer-promo-description {
	font-size: 16px;
	color: #222;
	font-weight: bold;
}

.offer-promo-description span {
	font-size: 24px;
	color: #F94648;
}

.offer-promo-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33%;
	background: url(../img/offer-promo-bottom.svg)/*tpa=http://sale.amulet-babanina.com/files/babanina_amulet_1/img/offer-promo-bottom.svg*/ no-repeat center right;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: right;
	padding-right: 96px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.offer-promo-bottom-text {
	display: inline-block;
	max-width: 176px;
	text-align: left;
	color: #fff;
}

.offer-promo-bottom-text strong{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.offer-promo-bottom-text span {
	display: block;
	font-size: 18px;
	font-weight: 400;
}

.offer_section__promo .price_block .price_item {
	float: none;
	width: auto;
}

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

.offer_section__promo .price_block .price_item.new {
	display: none;
}

@media (max-width: 1180px) {
	.offer_section__promo .wrapper {
		width: 960px;
	}

	.offer-promo-top-left {
		padding-left: 16px;
	}

	.offer-promo--right-block {
		width: 42%;
	}

	.offer-promo-top-left {
		width: 100%;
	}

	.offer-promo-top-right {
		width: 100%;
		margin-top: 8px;
	}
}

@media (max-width: 959px) {
	.offer_section__promo .wrapper {
		width: 640px;
	}

	.offer-promo-bottom {
		display: none;
	}
}

@media screen and (max-width: 639px) {
	.offer_section__promo .wrapper {
		width: 320px;
	}

	.offer-promo--right-block {
		width: 100%;
		float: none;
	}

	.offer-promo-top {
		position: static;
		width: 100%;
	}

	.offer_section__promo {
		-webkit-background-size: auto;
		background-size: auto;
	}

	.offer_section__promo .main_title {
		margin-bottom: 129px;
	}

	.offer-promo--right-block {
		padding: 10px;
	}

	.offer_section__promo .form_block {
		width: auto;
	}
}