@media screen and (min-width: 769px) {
	html{
		direction: rtl;
	}
	html,
	body,
	div,
	span,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	em,
	img,
	strong,
	sub,
	sup,
	b,
	u,
	i,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	table,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td,
	article,
	aside,
	canvas,
	details,
	figcaption,
	figure,
	footer,
	header,
	menu,
	nav,
	section,
	summary,
	time,
	mark,
	audio,
	video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background: transparent;
		font-size: 100%
	}

	a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out
	}

	table {
		border-collapse: collapse;
		border-spacing: 0
	}

	td,
	td img {
		vertical-align: top
	}

	input,
	select,
	button,
	textarea {
		margin: 0;
		font-size: 100%
	}

	input[type="text"],
	input[type="password"],
	textarea {
		padding: 0
	}

	input[type="checkbox"] {
		vertical-align: bottom
	}

	input[type="radio"] {
		vertical-align: text-bottom
	}

	sub {
		vertical-align: sub;
		font-size: smaller
	}

	sup {
		vertical-align: super;
		font-size: smaller
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	menu,
	nav,
	section {
		display: block
	}

	nav ul {
		list-style: none
	}

	ul {
		list-style: none
	}

	::-webkit-input-placeholder {
		color: #777;
		font-size: 14px
	}

	:-moz-placeholder {
		color: #777;
		font-size: 14px
	}

	.placeholder {
		color: #777;
		font-size: 14px
	}

	html {
		background: #fff center top no-repeat
	}

	html,
	body {
		height: 100%;
		background: #b69f8b;
		font-family: "Roboto", sans-serif;
		margin: 0 auto
	}

	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	body {
		min-width: 1200px;
		max-width: 1200px;
		color: #1d3335;
		text-align: left;
		line-height: 1;
		font-size: 18px
	}

	label,
	input[type="button"],
	input[type="submit"],
	button {
		cursor: pointer
	}

	a,
	a:visited {
		color: #e9d8a6
	}

	a:hover {
		color: #e9d8a6;
		text-decoration: none
	}

	a:focus,
	a:active {
		color: #e9d8a6
	}

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}

	.lte8 .clearfix {
		overflow: hidden;
		zoom: 1
	}

	.clear {
		clear: both
	}

	.dib {
		zoom: 1;
		display: -moz-inline-box;
		-moz-box-orient: vertical;
		display: inline-block;
		_display: inline;
		*display: inline;
		vertical-align: top
	}

	.wrapper {
		min-height: 100%;
		overflow: hidden;
		position: relative
	}

	.page-wrapper__inner {
		width: 980px;
		margin: 0 auto;
		height: 100%;
		position: relative
	}

	.pull-left {
		float: left
	}

	.pull-right {
		float: left
	}

	.text-center {
		text-align: center
	}

	.buttonraz {
		-moz-transition: transform .2s ease-out;
		-o-transition: transform .2s ease-out;
		-webkit-transition: transform .2s ease-out
	}

	.buttonraz:hover,
	.buttonraz:active {
		transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1)
	}

	header {
		background: url('../images/h-sep.png') 50% 0 repeat-x;
		height: 56px;
		padding-top: 9px
	}

	header a {
		text-decoration: none;
		padding: 0 17px;
		float: left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #fc0 !important;
		font-size: 25px;
		font-weight: 400
	}

	header a:hover,
	header a.active {
		background: #301a0b;
		background: rgba(48, 26, 11, 0.9)
	}

	.socialtop {
		background: url('../img/social.png') 0 0 no-repeat !important;
		width: 145px;
		height: 25px;
		margin-top: 5px
	}

	.left-header {
		line-height: 30px;
		color: #fc0;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 600
	}

	header ul {
		margin-left: 10px
	}

	header li {
		float: left;
		line-height: 30px;
		color: #fc0;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 600
	}

	.slide2 {
		background: url('../images/slide2.png') 50% 0 no-repeat;
		height: 700px;
		margin-top: -6px
	}

	.s2-top-pash {
		position: relative;
		border: 3px solid #d1570d;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		top: 20px;
		background: #ebe1ce;
		background: -moz-linear-gradient(top, #ebe1ce 0, #f3eee1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebe1ce), color-stop(100%, #f3eee1));
		background: -webkit-linear-gradient(top, #ebe1ce 0, #f3eee1 100%);
		background: -o-linear-gradient(top, #ebe1ce 0, #f3eee1 100%);
		background: -ms-linear-gradient(top, #ebe1ce 0, #f3eee1 100%);
		background: linear-gradient(to bottom, #ebe1ce 0, #f3eee1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe1ce', endColorstr='#f3eee1', GradientType=0);
		padding: 20px 30px 20px 30px;
		font-size: 14px;
		-webkit-box-shadow: 0 0 10px 5px rgba(33, 3, 2, 0.3);
		-moz-box-shadow: 0 0 10px 5px rgba(33, 3, 2, 0.3);
		box-shadow: 0 0 10px 5px rgba(33, 3, 2, 0.3);
		margin-bottom: 60px
	}

	.s2-top-pash div:nth-child(2) {
		overflow: hidden;
		padding: 0;
		text-align: right;
		color: #000;
		text-shadow: 1px 0 1px #919191;
		font-size: 19px;
		line-height: 20px
	}

	.s2-tpl {
		font-size: 50px;
		text-transform: uppercase;
		padding-right: 10px;
		float: left;
		margin: 0 0 0 10px;
		color: #d0560c;
		-webkit-text-fill-color: transparent;
		background: transparent;
		background: -webkit-linear-gradient(top, #db6710 0, #cf550b 100%);
		background-origin: padding-box;
		-webkit-background-clip: text;
		font-weight: 700
	}

	.s2text {
		font-family: "Roboto Condensed", sans-serif;
		color: #8d2603;
		text-shadow: 2px 0 5px rgba(234, 106, 68, 0.4);
		background-origin: padding-box;
		-webkit-background-clip: text;
		width: 580px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 20px;
		font-size: 45px;
		float: left;
		text-shadow: 2px 0 5px rgba(234, 106, 68, 0.4);
		font-weight: 400
	}

	.s2-w580 {
		width: 580px;
		float: left
	}

	.s2shape {
		background: url('../images/shape1.png') 0 0 no-repeat;
		width: 420px;
		height: 21px;
		margin: 25px auto
	}

	.s2-w580 p {
		padding: 0 112px;
		color: #fff;
		font-size: 30px;
		line-height: 35px;
		text-align: right;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 1)
	}

	#myform1 {
		width: 260px;
		margin: 0 auto
	}

	.inp {
		border: 0;
		display: block;
		outline: 0;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 15px;
		background: #fff;
		color: #666;
		height: 40px;
		font-size: 14px;
		padding-right: 20px !important;
		line-height: normal;
		line-height: 50px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.3);
		text-align: right
	}

	select.inp {
		-webkit-user-select: none;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		user-select: none;
		background: url("../img/sel.png")no-repeat 5% 6px #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none
	}

	select::-ms-expand {
		display: none
	}

	input::-webkit-input-placeholder {
		color: #666
	}

	input::-moz-placeholder {
		color: #666
	}

	input:-moz-placeholder {
		color: #666
	}

	input:-ms-input-placeholder {
		color: #666
	}

	.butbut {
		background: url('../images/butbut.png') 0 0 no-repeat;
		border: 0;
		width: 283px;
		height: 73px;
		position: absolute;
		cursor: pointer;
		bottom: -24px;
		left: 151px;
		line-height: 73px;
		text-align: center;
		color: #fff;
		font-size: 40px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
		z-index: 99
	}

	.eleph {
		background: url('../images/eleph.png') 0 0 no-repeat;
		width: 230px;
		z-index: 1000;
		height: 230px;
		position: absolute;
		right: -80px;
		line-height: 1.2;
		bottom: -70px;
		color: #fff;
		font-size: 22px;
		text-align: center;
		font-weight: 300;
		text-transform: uppercase;
		padding-top: 30px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 1)
	}

	.eleph span {
		font-size: 34px;
		color: #fde792;
		line-height: 1.3;
		display: block
	}

	.eleph b {
		font-weight: 300;
		font-size: 40px;
		display: block
	}

	.eleph s {
		line-height: 1.4;
		display: block
	}

	.slide3 {
		background: url('../images/slide3.png') 50% 0 no-repeat;
		height: 688px
	}

	.s3right {
		width: 300px;
		margin-left: 100px;
		margin-top: 152px;
		position: relative;
		float: right
	}

	.s3rheader {
		font-family: "Roboto Condensed", sans-serif;
		font-size: 50px;
		font-weight: bold;
		width: 400px;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		color: #c5e153;
		-webkit-text-fill-color: transparent;
		background: transparent;
		background: -webkit-linear-gradient(top, #e6f4b6 0, #c5e153 100%);
		background-origin: padding-box;
		-webkit-background-clip: text
	}

	.s3right-txt {
		position: absolute;
		top: 155px;
		left: -65px;
		font-weight: 600;
		font-size: 18px;
		font-family: "Open Sans", sans-serif;
		color: #f5f6d4;
		max-width: 150px
	}

	.s3right-txt p {
		min-height: 120px;
		text-align: right
	}

	.s3right-txt.sec {
		top: 265px
	}

	.s3right-txt.th {
		top: 374px
	}

	.butbut.s3 {
		left: auto;
		right: 60px
	}

	.slide4 {
		background: url('../images/slide4.png') 50% 0 no-repeat;
		height: 685px
	}

	.s3content {
		width: 580px;
		padding-top: 75px;
		text-align: center;
		float: left
	}

	.s3c-header {
		font-family: "Roboto Condensed", sans-serif;
		font-size: 44px;
		margin-bottom: 15px;
		padding: 0;
		display: block;
		font-weight: bold;
		color: #fecd03;
		-webkit-text-fill-color: transparent;
		background: transparent;
		background: -webkit-linear-gradient(top, #ffed82 0, #fecd03 100%);
		background-origin: padding-box;
		-webkit-background-clip: text
	}

	.s3sep {
		background: url('../images/shape2.png') 50% 0 no-repeat;
		width: 100%;
		height: 21px;
		margin: 15px auto;
		float: left
	}

	.s3content p {
		color: #f5f6d4;
		font-size: 18px;
		padding: 16px 0;
		text-align: center;
		font-weight: 600
	}

	.mark2 {
		position: absolute;
		bottom: -63px;
		left: 215px;
		width: 220px;
		height: 159px;
		background: url(../images/mark2.png) 0 0 no-repeat
	}

	.markcirc {
		width: 114px;
		margin-right: 85px;
		padding-top: 43px;
		font-weight: 700;
		font-size: 14px;
		line-height: 1.3;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 1)
	}

	.markcirc b {
		font-size: 20px
	}

	.markcirc span {
		font-size: 14px
	}

	.pech {
		background: url('../images/pech.png') 0 0 no-repeat;
		width: 140px;
		height: 133px;
		position: absolute;
		left: 34px;
		top: 204px
	}

	.podp {
		background: rgba(0, 0, 0, 0) url("../images/podp.png") no-repeat scroll 0 0;
		height: 86px;
		left: 485px;
		position: absolute;
		top: 460px;
		width: 157px;
		z-index: 10
	}

	.s3ggirl {
		background: url(../images/girl.png) 0 0 no-repeat;
		width: 440px;
		height: 461px;
		position: absolute;
		bottom: -25px;
		left: 5px;
		z-index: 11
	}

	.s4header {
		width: 660px;
		padding-top: 90px;
		font-family: "Roboto Condensed", sans-serif;
		text-align: center;
		font-size: 44px;
		color: #423b09;
		-webkit-text-fill-color: transparent;
		background: transparent;
		background: -webkit-linear-gradient(top, #717713 0, #423b09 100%);
		background-origin: padding-box;
		-webkit-background-clip: text;
		float: left
	}

	.cursiv-cel {
		width: 380px;
		position: absolute;
		left: 246px;
		top: 195px;
		color: #06c;
		font-family: 'Bad Script', cursive;
		font-size: 20px;
		line-height: 30px;
		font-style: italic;
		text-align: right
	}

	.doctor_desription {
		color: #333;
		font-size: 12px;
		left: 285px;
		position: absolute;
		top: 483px;
		width: 190px;
		text-align: right
	}

	.doctor_desription span {
		font-size: 14px;
		display: block;
		margin: 0 0 5px
	}

	.s5-right-side {
		width: 260px;
		position: relative;
		padding-top: 185px;
		background: url('../images/Layer-69.png') 50% 34px no-repeat;
		float: right
	}

	.s5r-header {
		font-size: 24px;
		color: #660;
		font-weight: bold;
		text-align: center;
		padding-bottom: 62px
	}

	.s5-right-side p {
		font-size: 21px;
		color: #333;
		padding-bottom: 25px;
		position: relative;
		padding-right: 20px;
		text-align: right;
		font-weight: 400;
		margin-left: 20px
	}

	.s5-right-side p:before {
		content: '';
		display: block;
		width: 2px;
		height: 2px;
		position: absolute;
		right: 0;
		top: 6px;
		background: #333
	}

	.slide5 {
		background: url('../images/slide5.png') 50% 0 no-repeat;
		height: 660px
	}

	.slide7 .eleph {
		right: auto;
		bottom: 60px;
		left: 60px
	}

	.slide5-header {
		font-family: "Roboto Condensed", sans-serif;
		font-size: 50px;
		padding: 55px 0 55px 100px;
		font-weight: bold;
		color: #93bc0a;
		-webkit-text-fill-color: transparent;
		background: transparent;
		background: -webkit-linear-gradient(top, #c4d97c 0, #93bc0a 100%);
		background-origin: padding-box;
		-webkit-background-clip: text;
		text-align: right
	}

	.s5content {
		margin-left: 100px;
		width: 460px;
		color: #fff;
		font-size: 16px;
		line-height: 18px;
		font-weight: 600;
		float: left;
		text-align: right
	}

	.s5content p {
		padding-bottom: 20px
	}

	.s5content p span {
		color: #85db18
	}

	.s5content ul {
		padding-bottom: 20px
	}

	.s5content li {
		position: relative;
		font-size: 16px;
		color: #cde855;
		padding-left: 10px
	}

	.s5content li:before {
		content: '';
		display: block;
		width: 2px;
		height: 2px;
		position: absolute;
		right: -10px;
		top: 8px;
		background: #cde855
	}

	.s5sert {
		padding-top: 120px
	}

	.slide6 {
		background: url('../images/slide6.png') 50% 0 no-repeat;
		height: 690px
	}

	.s6header {
		font-family: "Roboto Condensed", sans-serif;
		font-size: 50px;
		padding-left: 20px;
		padding-top: 50px;
		color: #fc0;
		padding-bottom: 25px;
		text-align: right
	}

	.slide6 p {
		margin-top: 30px;
		letter-spacing: .1px
	}

	.slide6 span.tx {
		display: inline-block;
		width: 694px;
		font-size: 25px;
		color: #f5f6d4;
		font-family: Arial;
		position: absolute;
		top: 90px;
		left: -20px;
		text-align: right
	}

	.monitor.m5 span.tx {
		display: inline-block;
		width: 694px;
		font-size: 25px;
		color: #f5f6d4;
		font-family: Arial;
		position: absolute;
		top: 90px;
		left: -20px;
		text-align: right
	}

	.slide6 p span {
		color: #fff
	}

	.block-minus-weight {
		position: absolute;
		top: 285px;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		text-align: right
	}

	.block-minus-weight img {
		display: block;
		margin: auto;
		-moz-transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		transform: scale(-1, 1);
		filter: FlipH;
		-ms-filter: "FlipH"
	}

	.block-weight {
		width: 300px;
		height: 350px;
		background: #fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
		padding-top: 20px;
		position: relative;
		margin: 0 10px
	}

	.bw-name {
		color: #333;
		font-weight: 700;
		font-size: 20px;
		text-align: left;
		height: 55px;
		text-align: center;
		line-height: 44px;
		overflow: hidden
	}

	.bw-name span {
		color: #d1570d
	}

	.bw-name div {
		font-size: 12px;
		color: #333;
		font-weight: 300;
		padding-top: 5px
	}

	.bw-lkg {
		color: #999;
		font-size: 30px;
		position: absolute;
		width: 50%;
		text-align: center;
		left: 0;
		bottom: 15px
	}

	.bw-lkg span {
		color: #d1570d
	}

	.bw-rkg {
		color: #999;
		font-size: 30px;
		position: absolute;
		width: 50%;
		text-align: center;
		right: 0;
		bottom: 15px
	}

	.bw-rkg span {
		color: #a7c520
	}

	.slide7 {
		background: url('../images/slide7.png') 50% 0 no-repeat;
		height: 540px
	}

	.s7topcrow {
		font-family: "Roboto Condensed", sans-serif;
		background: url('../images/ribbon.png') 0 0 no-repeat;
		width: 517px;
		height: 223px;
		position: absolute;
		left: 50%;
		top: -33px;
		margin-left: -258px;
		padding-top: 46px;
		color: #fff;
		font-size: 50px;
		text-shadow: 1px 1px 2px #474747;
		text-align: center;
		z-index: 2
	}

	.s7form {
		width: 300px;
		margin: 0 auto;
		padding-top: 190px;
		position: relative;
		z-index: 99
	}

	.s7form label {
		font-size: 16px;
		color: #f5f6d4;
		display: block;
		padding-bottom: 5px;
		font-weight: 600;
		text-align: right
	}

	.formpl {
		background: url('../img/formpl.png') 0 0 no-repeat;
		width: 320px;
		height: 312px;
		position: absolute;
		left: -10px;
		text-align: center;
		font-size: 22px;
		padding-top: 30px
	}

	.old-price {
		text-decoration: line-through;
		padding-bottom: 10px
	}

	.form-price {
		padding-bottom: 10px
	}

	.new-price {
		font-size: 34px;
		color: #d1570d;
		font-weight: 700
	}

	.mb {
		margin-bottom: 20px
	}

	.butbut.myform {
		display: block;
		position: static;
		margin: 10px auto
	}

	.new-towar {
		background: url('../img/banka.png') center bottom no-repeat;
		width: 280px;
		height: 373px;
		position: absolute;
		left: 110px;
		top: 240px
	}

	.flog {
		background: url('../img/flog.png') center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 156px;
		left: 0;
		position: absolute;
		top: 54px;
		z-index: 1
	}

	.tiptimer {
		position: absolute;
		right: 0;
		top: 296px;
		width: 280px
	}

	.tt-header {
		font-size: 30px;
		text-align: center;
		color: #fde792;
		padding-bottom: 20px
	}

	.timer {
		padding: 3px 15px 15px 6px;
		min-height: 139px;
		width: 282px;
		position: absolute;
		right: -150px;
		top: 281px
	}

	.timer__txt {
		font-size: 16px;
		line-height: 1.2;
		font-weight: normal;
		text-align: center;
		font-style: normal;
		display: block;
		vertical-align: top;
		padding: 0 0 12px;
		color: #fff;
		text-transform: uppercase;
		position: absolute;
		top: -30px;
		left: -50px
	}

	.timer__txt em {
		font-size: 16px;
		line-height: 1.2;
		font-weight: normal;
		text-align: center;
		font-style: normal;
		display: block;
		vertical-align: top;
		padding: 0;
		color: #fff
	}

	.countdownHolder {
		display: block;
		vertical-align: top;
		width: 408px;
		margin: 0;
		overflow: hidden;
		font-weight: normal
	}

	*+html .countdownHolder {
		display: inline
	}

	.countHours,
	.countMinutes {
		float: left;
		overflow: hidden;
		margin: 0 14px 0 0
	}

	.countSeconds {
		float: left;
		overflow: hidden
	}

	.countdownHolder .position {
		font-size: 46px;
		line-height: 56px;
		color: #fff;
		float: left;
		width: 38px;
		height: 90px;
		margin: 0 2px 0 0;
		background: url('../images/clock.png') no-repeat;
		text-align: center;
		position: relative
	}

	.countDiv {
		float: left;
		width: 25px;
		height: 76px;
		display: none
	}

	.countdownHolder .wrap {
		width: 112px;
		display: block;
		overflow: hidden;
		padding: 0 0 7px
	}

	.countDays {
		display: none
	}

	.slide7 .form-price {
		color: #f5f6d4;
		font-size: 16px;
		text-align: center
	}

	.slide7 .new-price {
		font-size: 24px;
		color: #f5f6d4;
		font-weight: normal;
		text-align: center
	}

	footer {
		background: url('../images/foot.png') 50% 0 no-repeat;
		height: 190px
	}

	.flogo {
		background: url('../img/flog.png') 0 0;
		background-size: contain;
		width: 161px;
		height: 76px;
		position: absolute;
		left: 30px;
		top: 50px
	}

	.foot-content {
		width: 500px;
		margin: 0 auto;
		padding-top: 30px;
		font-size: 14px;
		color: #fff;
		font-weight: 600;
		line-height: 16px;
		text-align: center
	}

	.s2tovar {
		background: url('../images/logo.png') 0 0 no-repeat;
		background-size: contain;
		width: 380px;
		position: absolute;
		z-index: 1000;
		top: 235px;
		right: 48px;
		font-size: 31px;
		padding-top: 110px;
		text-transform: uppercase;
		text-align: center;
		color: #333
	}

	.s2item {
		background: url('../images/product.png') center bottom no-repeat;
		background-size: 55%;
		width: 363px;
		height: 466px;
		position: absolute;
		bottom: -105px;
		right: 40px;
		z-index: 3
	}

	.ac_footer {
		position: relative;
		top: 10px;
		height: 0;
		text-align: center;
		margin-bottom: 70px;
		color: #a12000
	}

	.ac_footer a {
		color: #a12000
	}

	.ac_footer p {
		text-align: center
	}

	img[height="1"],
	img[width="1"] {
		display: none !important
	}

	.footer {
		background: #b69f8b !important;
		color: #a12000 !important;
	}

	.mobile {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.footer {
		background: #1F0407 !important;
		color: #a12000 !important;
	}

	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	a,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	font,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	sub,
	sup,
	tt,
	var,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td {
		border: 0;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline
	}

	:focus {
		outline: 0
	}

	body {
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		background-color: #1f0407;
		color: #fff;
	}

	ol,
	ul {
		list-style: none
	}

	table {
		border-collapse: separate;
		border-spacing: 0
	}

	caption,
	th,
	td {
		font-weight: normal;
		text-align: left
	}

	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: ""
	}

	blockquote,
	q {
		quotes: """"
	}

	a img {
		border: 0
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	menu,
	nav,
	section {
		display: block
	}

	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none
	}

	select::-ms-expand {
		display: none
	}

	.clearfix {
		*zoom: 1
	}

	.clearfix:before,
	.clearfix:after {
		display: table;
		line-height: 0;
		content: ""
	}

	.clearfix:after {
		clear: both
	}

	.clear {
		clear: both
	}

	.alignleft {
		float: left
	}

	.alignright {
		float: right
	}

	strong {
		font-weight: bold
	}

	em {
		font-style: italic
	}

	img {
		max-width: 100%
	}

	.dbody {
		width: 100%;
		min-width: 270px;
		height: 100%;
		position: relative;
		overflow-x: hidden
	}

	.wrapper {
		min-width: 270px;
		max-width: 600px;
		height: 100%;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		z-index: 5
	}

	.first_top {
		background-color: #4c281a;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-weight: 700;
		padding: 5px 0
	}

	.first_top p {
		font-size: 33px;
		direction: rtl
	}

	header {
		background: #faf8df;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWY4ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNmYmY4ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGZkYWNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGFjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-radial-gradient(center, ellipse cover, rgba(250, 248, 223, 1) 0, rgba(251, 248, 223, 1) 12%, rgba(223, 218, 205, 1) 100%, rgba(223, 218, 205, 1) 100%);
		background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(250, 248, 223, 1)), color-stop(12%, rgba(251, 248, 223, 1)), color-stop(100%, rgba(223, 218, 205, 1)), color-stop(100%, rgba(223, 218, 205, 1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(250, 248, 223, 1) 0, rgba(251, 248, 223, 1) 12%, rgba(223, 218, 205, 1) 100%, rgba(223, 218, 205, 1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(250, 248, 223, 1) 0, rgba(251, 248, 223, 1) 12%, rgba(223, 218, 205, 1) 100%, rgba(223, 218, 205, 1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(250, 248, 223, 1) 0, rgba(251, 248, 223, 1) 12%, rgba(223, 218, 205, 1) 100%, rgba(223, 218, 205, 1) 100%);
		background: radial-gradient(ellipse at center, rgba(250, 248, 223, 1) 0, rgba(251, 248, 223, 1) 12%, rgba(223, 218, 205, 1) 100%, rgba(223, 218, 205, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf8df', endColorstr='#dfdacd', GradientType=1)
	}

	header>div>img {
		display: block;
		margin: 0 auto;
		height: 250px;
		padding: 20px 0
	}

	aside {
		background-color: #485c16;
		text-align: center;
		padding: 15px;
		box-sizing: border-box
	}

	aside .butn {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 17px;
		direction: rtl;
		border: 0;
		background: transparent;
		text-align: right
	}

	.sec_screen {
		background-color: #7d9d2e;
		position: relative;
		z-index: 5
	}

	.sec_screen>ul>li {
		width: 100%;
		text-align: center;
		font-size: 20px;
		text-transform: uppercase;
		font-size: 17px;
		padding: 15px 0;
		border-bottom: 1px solid #727d2a;
		direction: rtl
	}

	.form {
		padding: 30px 0 0;
		background-color: #d3df63
	}

	.form img,
	.forth_scr img {
		position: relative;
		display: block;
		z-index: 4;
		bottom: -36px;
		margin: 0 auto
	}

	.form form {
		margin-bottom: -48px
	}

	.form .inp {
		display: block;
		margin: 0 auto 10px;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #767d87;
		line-height: 45px;
		text-indent: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 45px;
		text-align: right;
		padding-right: 10px
	}

	.form .select {
		height: 45px;
		-webkit-appearance: none;
		appearance: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		direction: rtl
	}

	.form>div>p {
		text-align: center;
		margin: 10px 0;
		color: #101c2a
	}

	.form>div>p>span {
		font-weight: bold
	}

	.form>div>h3,
	footer.form>div>form>h3 {
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 14px;
		color: #101c2a;
		text-transform: uppercase;
		direction: rtl
	}

	footer.form {
		padding: 50px 0 90px
	}

	.counter_wrap {
		margin: 0 auto;
		width: 80%
	}

	footer>div>img {
		display: block;
		width: 60%;
		margin: 0 auto -50px;
		position: relative;
		top: -50px
	}

	footer>div>form>.inp {
		background-color: rgba(0, 0, 0, 0);
		line-height: 30px;
		text-indent: 15px;
		display: block;
		width: 100%;
		border: 2px solid #fff;
		margin-bottom: 15px
	}

	.form>div form .btn_sub,
	.toform {
		direction: rtl;
		position: relative;
		z-index: 5;
		background-color: #cd0404;
		display: block;
		width: 81%;
		margin: 10px auto 0;
		height: 55px;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #0d770a;
		background: #df4352;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmNDM1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2UwM2Y0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2U1MjQzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2U4MTEyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODExMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(223, 67, 82, 1) 0, rgba(224, 63, 79, 1) 12%, rgba(229, 36, 58, 1) 48%, rgba(232, 17, 43, 1) 78%, rgba(232, 17, 43, 1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(223, 67, 82, 1)), color-stop(12%, rgba(224, 63, 79, 1)), color-stop(48%, rgba(229, 36, 58, 1)), color-stop(78%, rgba(232, 17, 43, 1)), color-stop(100%, rgba(232, 17, 43, 1)));
		background: -webkit-linear-gradient(top, rgba(223, 67, 82, 1) 0, rgba(224, 63, 79, 1) 12%, rgba(229, 36, 58, 1) 48%, rgba(232, 17, 43, 1) 78%, rgba(232, 17, 43, 1) 100%);
		background: -o-linear-gradient(top, rgba(223, 67, 82, 1) 0, rgba(224, 63, 79, 1) 12%, rgba(229, 36, 58, 1) 48%, rgba(232, 17, 43, 1) 78%, rgba(232, 17, 43, 1) 100%);
		background: -ms-linear-gradient(top, rgba(223, 67, 82, 1) 0, rgba(224, 63, 79, 1) 12%, rgba(229, 36, 58, 1) 48%, rgba(232, 17, 43, 1) 78%, rgba(232, 17, 43, 1) 100%);
		background: linear-gradient(to bottom, rgba(223, 67, 82, 1) 0, rgba(224, 63, 79, 1) 12%, rgba(229, 36, 58, 1) 48%, rgba(232, 17, 43, 1) 78%, rgba(232, 17, 43, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4352', endColorstr='#e8112b', GradientType=0);
		text-align: center;
		line-height: 55px
	}

	footer>div>p {
		width: 90%;
		margin: 20px auto 0;
		text-align: center;
		color: #fff;
		font-weight: bold
	}

	.counter_wrap {
		padding: 0px 0;
		margin-bottom: -35px;
		background-color: #fff;
		margin-top: 10px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	form>.prices {
		text-align: center;
		color: #000;
		padding: 20px 0
	}

	.new_price {
		color: #e8112b;
		font-size: 25px;
		margin-bottom: 10px;
		direction: rtl
	}

	.new_price>span {
		font-weight: bold
	}

	.form-price span {
		color: #e8112b;
		font-size: 18px;
		font-weight: 700
	}

	.form-price,
	.new-price {
		direction: rtl
	}

	.new-price span {
		color: #e8112b;
		font-size: 25px;
		font-weight: 700
	}

	.old_price {
		color: #b35560;
		direction: rtl
	}

	.old_price>span {
		position: relative
	}

	.old_price>span:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		border-bottom: 2px solid #b35560;
		left: 0;
		top: 45%
	}

	.third_scr {
		background-color: #79491b;
		padding: 70px 0 20px
	}

	.third_scr>div>h3,
	.forth_scr>h3,
	.fifth_scr>div>h3 {
		text-align: center;
		font-weight: bold;
		color: #d3df63;
		margin-bottom: 15px;
		font-size: 21px;
		text-transform: uppercase;
		direction: rtl
	}

	.third_scr>div>p {
		margin: 25px 0;
		text-align: center;
		font-weight: bold
	}

	.third_and_half {
		background-color: #7d9d2e;
		padding: 30px 0
	}

	.third_and_half h3 {
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 15px;
		direction: rtl;
		color: #ffd31c
	}

	.third_and_half p {
		padding: 0 10px;
		margin-bottom: 20px;
		text-align: center;
		direction: rtl
	}

	.third_scr>div>ul {
		max-width: 290px;
		margin: 0 auto;
		direction: rtl;
		vertical-align: middle
	}

	.third_scr>div>ul>li {
		margin-bottom: 15px;
		position: relative;
		padding-right: 50px;
		min-height: 40px;
		direction: rtl
	}

	.third_scr>div>ul>li:before {
		content: "";
		display: block;
		position: absolute;
		background-size: 100% 100%;
		background-image: url(../images/yes.png);
		width: 33px;
		height: 33px;
		right: 0;
		top: -5px
	}

	.third_scr>div>ul>li.tostr {
		margin-bottom: 20px
	}

	.third_scr>div>ul>li.tostr:before {
		top: 5px
	}

	.prices {
		text-align: center
	}

	.forth_scr .prices .new_price {
		color: #ffea00
	}

	.forth_scr .prices .old_price {
		color: #f6aab5;
		margin-bottom: 15px
	}

	.forth_scr .prices .old_price>span:before {
		border-bottom: 2px solid #f6aab5
	}

	.forth_scr>h3 {
		color: #fff
	}

	.forth_scr {
		background-color: #485c16;
		padding: 30px 0 0
	}

	.forth_scr>div>h3 {
		text-align: center;
		font-weight: bold;
		color: #bfccdf
	}

	.forth_scr>div>ul>li {
		padding: 20px 0;
		text-align: center
	}

	.forth_scr>div>ul>li>p {
		color: #3d597a;
		font-weight: bold;
		padding-bottom: 10px
	}

	.forth_scr>ul>li>p {
		max-width: 280px;
		margin: 0 auto
	}

	.fifth_scr {
		position: relative;
		padding: 30px 0;
		background-color: #3d597a
	}

	.fifth_scr>h3 {
		color: #bfccdf;
		margin-bottom: 15px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase
	}

	.fifth_scr>ul>li {
		padding: 20px 0;
		color: #fff;
		border-bottom: 1px solid #4e6f96
	}

	.fifth_scr>ul>li:last-child {
		border: 0
	}

	.fifth_scr>ul>li>p {
		text-align: center;
		font-size: 17px;
		max-width: 300px;
		margin: 0 auto
	}

	footer.form>div>p {
		font-weight: normal;
		margin: 0 auto 10px
	}

	footer.form>div>form>p {
		text-align: center;
		color: #101c2a;
		margin-bottom: 10px
	}

	.counter_wrap>p {
		text-align: center;
		color: #ffea00;
		font-weight: bold;
		margin-bottom: 15px
	}

	.weight {
		color: #e81c1c;
		font-size: 28px;
		font-weight: bold;
		padding: 0 3px
	}

	.weight .after {
		color: #fff;
		float: right;
		direction: rtl
	}

	.weight .before {
		margin-right: 10px;
		direction: rtl
	}

	.counter {
		padding: 20px 0;
		position: relative;
		left: -30px
	}

	#countdown2 {
		text-align: center;
		position: relative;
		bottom: -5px;
	}

	.countDays {
		display: none
	}

	.promo-timer-header {
		margin-bottom: 5px;
		font-size: 14px
	}

	.countHours,
	.countMinutes,
	.countSeconds {
		font-size: 35px;
		font-weight: bold;
		display: inline-block;
		vertical-align: top;
		width: 60px;
		height: 55px;
		position: relative;
		text-align: center;
	}

	.timer-block .digit {
		position: absolute;
		top: 2px;
		left: 8px;
		text-align: center;
		letter-spacing: 0;
		margin: 1px 0 0;
		color: #000;
		padding: 0 1px
	}

	.countDiv1,
	.countDiv2 {
		width: 12px;
		display: inline-block
	}

	.timer-block .position {
		display: block;
		float: left;
		height: 95px;
		padding: 4px 0 0 5px;
		width: 18px;
		text-align: left;
		position: relative
	}

	.time_on>p {
		display: inline-block;
		position: relative;
		width: 30%;
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-weight: 300
	}

	.time_on>p:first-child {
		left: 47px
	}

	.time_on>p:nth-child(2) {
		left: 30px
	}

	.time_on>p:nth-child(3) {
		left: 4px
	}

	.countHours:after,
	.countMinutes:after {
		content: ":";
		display: block;
		position: absolute;
		color: #000;
		right: -10px;
		top: 0
	}

	.jcarousel {
		position: relative;
		overflow: hidden;
		width: 100%
	}

	.sliderslider {
		width: 280px;
		margin: 0 auto;
		position: relative
	}

	.jcarousel .slide-list {
		width: 280px;
		float: left
	}

	.jcarousel .slide-list img {
		display: block;
		margin: 0 auto
	}

	.jcarousel>div {
		width: 20000em;
		position: relative
	}

	.jcarousel-prev,
	.jcarousel-next {
		z-index: 10;
		position: absolute;
		width: 23px;
		height: 65px;
		background-size: 100% 100%;
		top: 95px
	}

	::-webkit-input-placeholder {
		color: #1f0407;
		text-indent: 15px
	}

	::-moz-placeholder {
		color: #1f0407;
		text-indent: 15px
	}

	:-moz-placeholder {
		color: #1f0407;
		text-indent: 15px
	}

	:-ms-input-placeholder {
		color: #1f0407;
		text-indent: 15px
	}

	.bxslider .slick-dots li button::before {
		font-size: 50px
	}

	.ac_footer {
		position: relative;
		top: 10px;
		height: 0;
		text-align: center;
		margin-bottom: 70px;
		color: #a12000
	}

	.ac_footer a {
		color: #a12000
	}

	.ac_footer p {
		text-align: center
	}

	img[height="1"],
	img[width="1"] {
		display: none !important
	}

	.input-group {
		width: 80%;
		margin: 0 auto
	}

	.input-group {
		position: relative;
	}

	.input-group input {
		width: 100%;
		box-sizing: border-box;
	}

	.input-group:before {
		direction: ltr;
		content: attr(data-content)"";
		position: absolute;
		top: -15px;
		left: 0;
		background: #e74c3c;
		color: #fff;
		border-radius: 5px;
		padding: 3px 5px;
		font-family: Arial;
		font-size: 14px
	}

	.tooltip-hide.input-group:before {
		display: none;
	}
}