@media screen and (min-width: 1024px) {
	.mobile {
		display: none
	}

	body {
		margin: 0;
		padding: 0;
		font: 18px "Open Sans", sans-serif;
	}

	.main {
		min-width: 1000px
	}

	.timeblock {
		box-sizing: border-box;
		position: absolute;
		width: 100%;
		height: 78px;
		padding-top: 2px;
		z-index: 2;
	}
	.timeblock__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #25091e;
		opacity: .9;
	}
	.timeblock__clock-img {
		display: inline-block;
		vertical-align: middle;
	}
	.timeblock__text {
		display: inline-block;
		vertical-align: middle;
		width: 500px;
		margin: 0 10px 0 20px;
		color: #ffffff;
		font-style: italic;
		line-height: 1.25;
	}
	.timeblock__arrow {
		display: inline-block;
		vertical-align: middle;
	}
	.timeblock__clock {
		display: inline-block;
		vertical-align: middle;
		padding-top: 2px;
	}
	.timeblock__clockItem {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
		font-size: 30px;
		color: #ffffff;
		text-align: center;
		line-height: 60px;
	}
	.timeblock__clockItem._numbers {
		width: 60px;
		height: 60px;
		border: 5px solid #ffffff;
		border-radius: 50%;
	}

	.limit {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}

	.limit._header {
		padding: 0 35px;
		box-sizing: border-box;
	}

	.limit._block8 {
		height: 100%;
	}

	.header-main {
		position: relative;
	}

	.timeblock {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
				box-sizing: border-box;
		position: absolute;
		width: 100%;
		height: 78px;
		padding-top: 2px;
		z-index: 2;
	}

	.timeblock__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #25091e;
		opacity: .9;
	}

	.timeblock__clock-img {
		display: inline-block;
		vertical-align: middle;
	}

	.timeblock__text {
		display: inline-block;
		vertical-align: middle;
		width: 500px;
		margin: 0 10px 0 20px;
		color: #ffffff;
		font-style: italic;
		line-height: 1.25;
	}

	.timeblock__arrow {
		display: inline-block;
		vertical-align: middle;
	}

	.timeblock__clock {
		display: inline-block;
		vertical-align: middle;
		padding-top: 2px;
	}

	.header {
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
				box-sizing: border-box;
		min-height: 590px;
		padding-top: 130px;
		background: url('../jpg/header-bg.jpg') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.header__title {
		margin: 0;
		font: 700 72px "Play", sans-serif;
		color: #782462;
		text-transform: uppercase;
	}

	.header__subtitle {
		margin: 0;
		font-size: 27px;
		font-weight: 300;
		text-transform: uppercase;
	}

	.header__list {
		position: relative;
		z-index: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 510px;
		height: 220px;
		margin: 33px 0 0;
		padding: 43px 20px 43px 72px;
		list-style: none;
		background: url('../png/frame.png') no-repeat center left;
		-moz-background-size: contain;
		-o-background-size: contain;
			background-size: contain;
	}

	.header__listItem {
		position: relative;
		margin: 5px;
		font-size: 20px;
		color: #ffffff;
		text-align: right;
		padding-right: 85px;
	}

	.header__listItem::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 40px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
			transform: translateY(-50%);
		width: 29px;
		height: 29px;
		background: url('../png/leaf.png') no-repeat 50% 50%;
	}

	.header__btn {
		width: 290px;
		height: 76px;
		margin: 33px 75px 40px;
		font-size: 24px;
		text-transform: uppercase;
		color: #ffffff;
		border: none;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
				border-radius: 8px;
		background: #5f1c4e;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5f1c4e', endColorstr='#912c76');
		background: -moz-linear-gradient(top, #5f1c4e, #912c76);
		background: -o-linear-gradient(top, #5f1c4e, #912c76);
		background: -webkit-gradient(linear, left top, right top, from(#5f1c4e), to(#912c76));
		background: -webkit-linear-gradient(left, #5f1c4e, #912c76);
		background: -moz-linear-gradient(left, #5f1c4e, #912c76);
		background: -o-linear-gradient(left, #5f1c4e, #912c76);
		background: linear-gradient(to right, #5f1c4e, #912c76);
		cursor: pointer;
		outline: none;
	}

	.header__btn:hover {
		background: #014619;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#014619', endColorstr='#019c35');
		background: -moz-linear-gradient(top, #014619, #019c35);
		background: -o-linear-gradient(top, #014619, #019c35);
		background: -webkit-gradient(linear, left top, right top, from(#014619), to(#019c35));
		background: -webkit-linear-gradient(left, #014619, #019c35);
		background: -moz-linear-gradient(left, #014619, #019c35);
		background: -o-linear-gradient(left, #014619, #019c35);
		background: linear-gradient(to right, #014619, #019c35);
	}

	.header__product {
		position: absolute;
		bottom: 144px;
		left: 66%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
			transform: translateX(-50%);
		z-index: 2;
	}

	.header__prices {
		position: absolute;
		left: 68%;
		bottom: 48px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
			transform: translateX(-50%);
		color: #ffffff;
		z-index: 2;
	}

	.header__pricesOld {
		margin: 0;
		font-size: 26px;
		color: #b5b5b5;
		text-decoration: line-through;
	}

	.header__pricesNew {
		margin: 0;
		font-size: 48px;
	}

	.header__people {
		position: absolute;
		right: -70px;
		bottom: 0;
		width: 600px;
	}

	.block1 {
		padding: 30px 0;
		background: url('../png/block1-bg.png') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block1__title {
		display: block;
		width: 510px;
		margin: 0 auto 20px;
		font-size: 34px;
		font-weight: 400;
		text-align: center;
		color: #ffffff;
		text-transform: uppercase;
	}

	.block1__list {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
		font-size: 0;
		display: table;
	}

	.block1__listItem {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		font-size: 16px;
	}

	.block1__itemCount {
		position: relative;
		width: 100%;
		margin-bottom: 45px;
	}

	.block1__itemCountImg {
		display: block;
		width: 270px;
		margin: 0 auto;
	}

	.block1__itemCountNum {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		width: 100px;
		height: 100px;
		margin: 0;
		font-size: 60px;
		text-align: center;
		line-height: 100px;
		color: #ffffff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
				border-radius: 50%;
		border: 5px solid #ffffff;
	}

	.block1__listItemSubtitle {
		display: block;
		width: 250px;
		margin: 0 auto 25px;
		padding-bottom: 25px;
		font-weight: bold;
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		background: url('../png/block1-line.png') no-repeat 50% 100%;
	}

	.block1__listItemSubtitle._second {
		width: 150px;
	}

	.block1__listItemText {
		width: 90%;
		margin: 0 auto;
		color: #ffffff;
		text-align: center;
	}

	.block3 {
		position: relative;
		padding: 55px 0;
		background: url('../jpg/block3-bg.jpg') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block3__title {
		width: 520px;
		margin: 0 0 25px;
		font-size: 26px;
		font-weight: 400;
		color: #ffffff;
		text-transform: uppercase;
		text-align: right;
	}

	.block3__text {
		width: 545px;
		margin: 0;
		font-size: 19px;
		text-align: right;
	}

	.block3__img {
		position: absolute;
		right: 100px;
		bottom: -55px;
		height:197%;
	}

	.block4 {
		padding: 55px 0;
		background: url('../jpg/bg15new.jpg') no-repeat 50% 100%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block4__title {
		margin: 0;
		font-size: 30px;
		font-weight: 400;
		text-align: center;
		color: #ffffff;
		text-transform: uppercase;
	}

	.block4__list {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		font-size: 0;
		display: table;
	}

	.block4__listItem {
		display: inline-block;
		vertical-align: top;
		margin-right: 40px;
	}

	.block4__listItem._last {
		margin-right: 0;
	}

	.block4__listItemNum {
		width: 175px;
		height: 175px;
		margin: 48px 0 30px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
				border-radius: 50%;
		border: 18px solid #ffffff;
		text-align: center;
		line-height: 175px;
		font-size: 48px;
		color: #ffffff;
		text-transform: uppercase;
	}

	.block4__listItemText {
		width: 190px;
		margin: 0 auto;
		font-size: 19px;
		text-align: center;
		color: #c195b6;
	}

	.block5 {
		padding: 65px 0 35px;
		background: url('../jpg/block5-bg.jpg') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block5__order {
		display: inline-block;
		vertical-align: top;
		width: 530px;
		margin: 0 0 0 70px;
		text-align: right;
	}

	.block5__orderTitle {
		margin: 0;
		padding: 0 0 0 30px;
		color: #ffffff;
		font-size: 34px;
		font-weight: 300;
		text-transform: uppercase;
		/*border-left: 15px solid #5f1c4e;*/
	}

	.block5__orderTitleText {
		display: block;
		margin: 0;
	}

	.block5__orderText {
		padding: 0 0 0 40px;
		font-size: 16px;
		color: #ffffff;
	}

	.block5__orderBtn {
		width: 260px;
		height: 80px;
		margin: 40px 0 0 40px;
		font-size: 24px;
		color: #ffffff;
		background: #5f1c4e;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5f1c4e', endColorstr='#912c76');
		background: -moz-linear-gradient(top, #5f1c4e, #912c76);
		background: -o-linear-gradient(top, #5f1c4e, #912c76);
		background: -webkit-gradient(linear, left top, right top, from(#5f1c4e), to(#912c76));
		background: -webkit-linear-gradient(left, #5f1c4e, #912c76);
		background: -moz-linear-gradient(left, #5f1c4e, #912c76);
		background: -o-linear-gradient(left, #5f1c4e, #912c76);
		background: linear-gradient(to right, #5f1c4e, #912c76);
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
				border-radius: 4px;
		text-transform: uppercase;
		cursor: pointer;
		outline: none;
	}

	.block5__orderBtn:hover {
		background: #013d15;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#013d15', endColorstr='#019c35');
		background: -moz-linear-gradient(top, #013d15, #019c35);
		background: -o-linear-gradient(top, #013d15, #019c35);
		background: -webkit-gradient(linear, left top, right top, from(#013d15), to(#019c35));
		background: -webkit-linear-gradient(left, #013d15, #019c35);
		background: -moz-linear-gradient(left, #013d15, #019c35);
		background: -o-linear-gradient(left, #013d15, #019c35);
		background: linear-gradient(to right, #013d15, #019c35);
	}

	.block6 {
		padding: 45px 0 45px;
		background: url('../jpg/block6-bg.jpg') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block6__title {
		margin: 0;
		text-align: center;
		font-size: 34px;
		font-weight: 300;
		text-transform: uppercase;
		color: #ffffff;
	}

	.block6__list {
		width: 100%;
		margin: 35px 0 0;
		padding: 0;
		list-style: none;
		text-align: center;
		font-size: 0;
		display: table;
	}

	.block6__listItem {
		display: inline-block;
		vertical-align: top;
		width: 33%;
	}

	.block6__listItemImg {
		display: block;
		margin: 0 auto -40px;
	}

	.block6__listItemInfo {
		width: 270px;
		height: 270px;
		margin: 0 auto;
		padding: 55px 0 0;
		background: url('../png/block6-border.png') no-repeat 50% 50%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
			background-size: 100% 100%;
	}

	.block6__listItemTitle {
		min-height: 45px;
		margin: 14px 0 5px;
		font-size: 18px;
		text-transform: uppercase;
		color: #aa478f;
		text-shadow: 0 1px 1px #000;
	}

	.block6__listItemText {
		width: 220px;
		margin: 0 auto;
		font-size: 17px;
		color: #ffffff;
	}

	.block7 {
		position: relative;
		padding: 60px 0 50px;
		background: url('../jpg/block7-bg.jpg') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block7__title {
		width: 370px;
		margin: 0 0 0 382px;
		font-size: 34px;
		font-weight: 400;
		text-align: right;
		color: #525252;
		text-transform: uppercase;
	}

	.block7__textblock {
		position: relative;
		width: 415px;
		margin: 45px 0 0 420px;
		text-align: right;
		font-size: 16px;
		font-style: italic;
		color: #525252;
	}

	.block7__textblock ._bold {
		font-weight: bold;
	}

	.block7__author {
		margin: 40px 0 0 200px;
	}

	.block7__authorName {
		margin: 0;
		font-style: normal;
		font-weight: bold;
		text-align: right;
	}

	.block7__authorProf {
		margin: 0;
		font-size: 14px;
		text-align: right;
	}

	.block7__signature {
		position: absolute;
		left: 40px;
		bottom: -30px;
	}

	.block7__doctor {
		position: absolute;
		left: 50px;
		bottom: -50px;
		width:25%;
	}

	.block8 {
		position: relative;
		height: 225px;
		background: url('../jpg/block8-bg.jpg') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block8__product {
		position: absolute;
		top: 6px;
		left: 100px;
		height: 220px;
	}

	.block8__text {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		width: 390px;
		font-size: 19px;
		text-align: right;
	}

	.block8__btn {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
			transform: translateY(-50%);
		width: 270px;
		height: 80px;
		color: #ffffff;
		font-size: 24px;
		text-transform: uppercase;
		background: #5f1c4e;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5f1c4e', endColorstr='#912c76');
		background: -moz-linear-gradient(top, #5f1c4e, #912c76);
		background: -o-linear-gradient(top, #5f1c4e, #912c76);
		background: -webkit-gradient(linear, left top, right top, from(#5f1c4e), to(#912c76));
		background: -webkit-linear-gradient(left, #5f1c4e, #912c76);
		background: -moz-linear-gradient(left, #5f1c4e, #912c76);
		background: -o-linear-gradient(left, #5f1c4e, #912c76);
		background: linear-gradient(to right, #5f1c4e, #912c76);
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
				border-radius: 4px;
		cursor: pointer;
		outline: none;
	}

	.block8__btn:hover {
		background: #013d15;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#013d15', endColorstr='#019c35');
		background: -moz-linear-gradient(top, #013d15, #019c35);
		background: -o-linear-gradient(top, #013d15, #019c35);
		background: -webkit-gradient(linear, left top, right top, from(#013d15), to(#019c35));
		background: -webkit-linear-gradient(left, #013d15, #019c35);
		background: -moz-linear-gradient(left, #013d15, #019c35);
		background: -o-linear-gradient(left, #013d15, #019c35);
		background: linear-gradient(to right, #013d15, #019c35);
	}

	.block9 {
		padding: 50px 0 50px;
		background: url('../jpg/12new.jpg') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
		text-align: center;
	}

	.block9__title {
		color: #ffffff;
		font-size: 34px;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
	}

	.left-arrow {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 95px;
		height: 130px;
		background: url('../png/arrow-bg.png') no-repeat 100% 50%;
		cursor: pointer;
	}

	.left-arrow__arrow {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
			transform: translateY(-50%);
	}

	.right-arrow {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 95px;
		height: 130px;
		background: url('../png/arrow-bg.png') no-repeat 0 50%;
		cursor: pointer;
	}

	.right-arrow__arrow {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
			transform: translateY(-50%);
	}

	.sliderDesk {
		display: inline-block;
		vertical-align: top;
		width: 580px;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
		overflow-x: hidden;
	}

	.slider__item {
		display: inline-block;
		vertical-align: top;
		padding: 20px 0 0;
		outline: none;
	}

	.slider__itemAva {
		display: inline-block;
		vertical-align: top;
		width: 180px;
	}

	.slider__itemAvaImg {
		width: 60%;
	}

	.slider__itemAvaName {
		font-size: 14px;
		text-transform: uppercase;
		color: #ffffff;
	}

	.slider__itemText {
		display: inline-block;
		vertical-align: top;
		width: 275px;
		margin: 0 35px 0 30px;
		font-size: 19px;
		text-align: right;
		-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
		-moz-text-size-adjust:100%;
		text-size-adjust:100%;
	}

	.slider__itemText1 {
		margin: 0;
		color: #a6a6a6;
	}

	.slider__itemText3 {
		margin: 10px 0;
		color: #a6a6a6;
	}

	.slider__itemText2 {
		margin: 10px 0;
		color: #ffffff;
	}

	.slider__itemResult {
		position: relative;
		display: inline-block;
		vertical-align: top;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
	}

	.slider__itemResultB {
		position: absolute;
		left: 40px;
		bottom: 20px;
		margin: 0;
		text-shadow: 0 1px 7px #000, 1px 0 2px #000;
	}

	.slider__itemResultA {
		position: absolute;
		right: 30px;
		bottom: 20px;
		margin: 0;
		text-shadow: 0 1px 7px #000, 1px 0 2px #000;
	}

	.block10 {
		padding: 50px 0 0;
		background: url('../jpg/block10-bg.jpg') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block10__sale {
		display: inline-block;
		vertical-align: top;
		margin-left: 120px;
	}

	.block10__saleTitle {
		margin: 0 0 10px;
		color: #ffffff;
		font: 700 76px "Play", sans-serif;
		text-transform: uppercase;
	}

	.block10__saleText {
		margin: 0;
		font-size: 24px;
		text-transform: uppercase;
		font-weight: 300;
		color: #ffffff;
	}

	.block10__saleText._1 {
		padding-left: 30px;
		text-align: left;
		background: url('../png/form-bg1.png') no-repeat 50% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block10__saleText._2 {
		padding-right: 30px;
		text-align: right;
		background: url('../png/form-bg1.png') no-repeat 20% 50%;
		-moz-background-size: cover;
		-o-background-size: cover;
			background-size: cover;
	}

	.block10__saleProduct {
		position: relative;
	}

	.block10__saleProductPerc {
		position: absolute;
		left: -34px;
		bottom: 0;
	}

	.block10__saleProductText {
		position: absolute;
		bottom: 95px;
		left: 35px;
		width: 99px;
		margin: 0;
		font-size: 23px;
		font-weight: 700;
		line-height: 1.5;
		text-transform: uppercase;
		text-align: center;
		font-style: italic;
		color: #585151;
	}

	.block10__saleProductAmount {
		position: absolute;
		top: 12px;
		right: -20px;
		width: 117px;
		height: 117px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
				border-radius: 50%;
		background: #373232;
	}

	.block10__saleProductAmountText {
		position: relative;
		width: 75px;
		margin: 11px auto 0;
		color: #ffffff;
		font-style: italic;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
	}

	.block10__saleProductAmountText._big {
		display: block;
		font-size: 24px;
		line-height: 24px;
		font-weight: 700;
		margin: 10px 0;
	}

	.block10__form {
		display: inline-block;
		vertical-align: top;
		width: 300px;
		margin-left: 45px;
		padding-top: 40px;
	}

	.block10__formInp {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 100%;
		height: 55px;
		line-height: 55px;
		margin: 0 0 30px;
		padding-right: 15px;
		font-size: 23px;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
				border-radius: 4px;
		color: #919191;
	outline: none;
	direction: rtl;
	}

	.block10__formInp._last {
		margin-bottom: 0;
	}

	select.block10__formInp {
		background: url('../png/customselect.png') no-repeat 5% center, #fff;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

	.block10__formPricesOld {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		font-size: 24px;
		color: #212121;
		text-decoration: line-through;
	}

	.block10__formPrices {
		margin: 5px 0;
	}

	.block10__formPricesNew {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 30px;
		font-size: 36px;
		color: #ffffff;
		float: right;
	}

	.block10__formBtn {
		width: 100%;
		height: 80px;
		font-size: 24px;
		color: #ffffff;
		text-transform: uppercase;
		background: #5f1c4e;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5f1c4e', endColorstr='#912c76');
		background: -moz-linear-gradient(top, #5f1c4e, #912c76);
		background: -o-linear-gradient(top, #5f1c4e, #912c76);
		background: -webkit-gradient(linear, left top, right top, from(#5f1c4e), to(#912c76));
		background: -webkit-linear-gradient(left, #5f1c4e, #912c76);
		background: -moz-linear-gradient(left, #5f1c4e, #912c76);
		background: -o-linear-gradient(left, #5f1c4e, #912c76);
		background: linear-gradient(to right, #5f1c4e, #912c76);
		border: none;
		cursor: pointer;
		outline: none;
	}

	.block10__formBtn:hover {
		background: #013d15;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#013d15', endColorstr='#019c35');
		background: -moz-linear-gradient(top, #013d15, #019c35);
		background: -o-linear-gradient(top, #013d15, #019c35);
		background: -webkit-gradient(linear, left top, right top, from(#013d15), to(#019c35));
		background: -webkit-linear-gradient(left, #013d15, #019c35);
		background: -moz-linear-gradient(left, #013d15, #019c35);
		background: -o-linear-gradient(left, #013d15, #019c35);
		background: linear-gradient(to right, #013d15, #019c35);
	}

	.block10__saleProductImg {
		margin: 21px 0 20px 120px;
		height: 220px;
	}

	
}












@media screen and (max-width: 1023px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	body {
		margin: 0;
		padding: 0;
		font: 18px "Open Sans", sans-serif;
	}
	
	
	.left-arrow:hover,
	.right-arrow:hover{
		opacity:0.1;
	}
	
	.left-arrow {
		position:absolute;
		top:250px;
		left:0;
		display: inline-block;
		vertical-align: top;
		width: 50px;
		height: 100px;
		/*background: url('../img/arrow-bg.png') no-repeat 100% 50%;*/
		cursor: pointer;
		z-index: 1000;
	}
	
	.left-arrow__arrow {
		margin-top: 50px;
		/*position: absolute;*/
		/*left: 0;*/
		/*top: 50%;*/
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.right-arrow {
		position: absolute;
		top:250px;
		right:0;
		display: inline-block;
		vertical-align: top;
		width: 50px;
		height: 100px;
		/*background: url('../img/arrow-bg.png') no-repeat 0 50%;*/
		cursor: pointer;
		z-index: 1000;
	}
	
	.right-arrow__arrow {
		margin-top: 50px;
		/*position: absolute;*/
		/*right: 0;*/
		/*top: 50%;*/
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	
	
	
	
	
	
	.limit {
		box-sizing: border-box;
		position: relative;
		width: 320px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.limit._block8 {
		height: 100%;
	}
	
	.header {
		padding-bottom: 20px;
		background:#69c171;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69c171', endColorstr='#306132');
		background: -moz-linear-gradient(top, #ffffff, #69c171, #306132, #69c171);
		background: -o-linear-gradient(top, #ffffff, #69c171, #306132, #69c171);
		background: -ms-linear-gradient(top, #ffffff, #69c171, #306132, #69c171);
		background: linear-gradient(to bottom, #ffffff, #69c171, #306132, #69c171);
	}
	.header__title {
		margin: 0;
		font: 700 55px "Play", sans-serif;
		color: #782462;
		text-align: center;
		text-transform: uppercase;
	}
	.header__subtitle {
		margin: 0;
		font-size: 15px;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
	}
	.header__bg {
		position: absolute;
		left: -55%;
	}
	.header__product {
		position: relative;
		margin: 25px auto;
		z-index: 2;
	}
	.header__prices {
		position: absolute;
		right: -10px;
		top: 236px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 110px;
		color: #ffffff;
		text-align: center;
		font-size: 26px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
		z-index: 2;
	}
	.header__pricesOld {
		margin: 0;
		font-size: 22px;
		color: #000000;
		text-decoration: line-through;
	}
	.header__pricesNew {
		margin: 0;
	}
	.header__list {
		box-sizing: border-box;
		margin: 20px 0 0;
		padding: 0;
		list-style: none;
	}
	.header__listItem {
		position: relative;
		margin: 5px 5px 10px;
		padding-right: 35px;
		font-size: 19px;
		font-weight: 300;
		color: #ffffff;
		text-align: right;
	}
	.header__listItem::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 29px;
		height: 29px;
		background: url(../png/leaf.png) no-repeat 50% 50%;
	}
	.header__btn {
		position: relative;
		display: block;
		width: 270px;
		height: 76px;
		margin: 0 auto;
		font-size: 22px;
		text-transform: uppercase;
		color: #ffffff;
		border: none;
		border-radius: 8px;
		background: #5f1c4e;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f1c4e', endColorstr='#912c76');
		background: -moz-linear-gradient(top, #5f1c4e, #912c76);
		background: -o-linear-gradient(top, #5f1c4e, #912c76);
		background: -ms-linear-gradient(top, #5f1c4e, #912c76);
		background: linear-gradient(to right, #5f1c4e, #912c76);
		cursor: pointer;
		outline: none;
		z-index: 2;
	}
	.header__btn:hover {
		background: #014619;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014619', endColorstr='#019c35');
		background: -moz-linear-gradient(top, #014619, #019c35);
		background: -o-linear-gradient(top, #014619, #019c35);
		background: -ms-linear-gradient(top, #014619, #019c35);
		background: linear-gradient(to right, #014619, #019c35);
	}
	
	.block1 {
		padding: 15px 0;
		background:#601c4e;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#912c76', endColorstr='#601c4e');
		background: -moz-linear-gradient(top, #912c76, #601c4e);
		background: -o-linear-gradient(top, #912c76, #601c4e);
		background: -ms-linear-gradient(top, #912c76, #601c4e);
		background: linear-gradient(to bottom, #912c76, #601c4e);
	}
	.block1__title {
		display: block;
		margin: 0 auto 20px;
		font-size: 27px;
		font-weight: 400;
		text-align: center;
		color: #ffffff;
		text-transform: uppercase;
	}
	.block1__list {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.block1__listItem {
		font-size: 16px;
	}
	.block1__itemCount {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}
	.block1__itemCountImg {
		display: block;
		width: 270px;
		margin: 0 auto;
	}
	.block1__itemCountNum {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100px;
		height: 100px;
		margin: 0;
		font-size: 60px;
		text-align: center;
		line-height: 100px;
		color: #ffffff;
		border-radius: 50%;
		border: 5px solid #ffffff;
	}
	.block1__listItemSubtitle {
		display: block;
		width: 250px;
		margin: 0 auto 15px;
		font-weight: 400;
		color: #ffffff;
		font-size: 25px;
		text-align: center;
		text-transform: uppercase;
	}
	.block1__listItemSubtitle._first {
		width: 240px;
	}
	.block1__listItemSubtitle._second {
		width: 150px;
	}
	.block1__listItemSubtitle._third {
		width: 170px;
	}
	
	.block2 {
		padding: 30px 0 30px;
		background: #242121;
		background-size: cover;
	}
	.block2__title {
		margin: 0;
		font-size: 20px;
		color: #55b166;
		text-align: center;
		text-transform: uppercase;
		font-weight: 300;
	}
	.block2__titleText {
		display: block;
		margin: 0;
	}
	.block2__titleText._bold {
		color: #ffffff;
		font-weight: 700;
	}
	.block2__form {
		display: inline-block;
		vertical-align: top;
		font-size: 0;
	}
	.block2__formTitle {
		margin: 20px 0;
		font-size: 24px;
		color: #ffffff;
		font-weight: 400;
	}
	.block2__formInp {
		box-sizing: border-box;
		width: 290px;
		height: 55px;
		margin-bottom: 34px;
		padding: 0 15px;
		font-size: 16px;
		color: #919191;
		outline: none;
	}
	.block2__formInp._small {
		width: 140px;
		font-size: 14px;
	}
	.block2__formInp._right {
		margin-left: 10px;
	}
	.block2__formBtn {
		width: 290px;
		height: 77px;
		font-size: 24px;
		color: #ffffff;
		text-transform: uppercase;
		border: none;
		border-radius: 4px;
		background: #55b166;
		cursor: pointer;
		outline: none;
	}
	.block2__types {
		display: inline-block;
		vertical-align: top;
		margin: 20px 0 0;
		padding: 0;
		list-style: none;
		background: url(../png/sep.png) no-repeat 50% 0;
		background-size: contain;
		font-size: 0;
	}
	.block2__typesItem {
		padding: 15px 0;
		background: url(../png/sep.png) no-repeat 50% 100%;
		background-size: contain;
	}
	.block2__figure {
		display: inline-block;
		vertical-align: top;
		margin: 39px 25px 0 0;
	}
	.block2__type {
		display: inline-block;
		vertical-align: top;
	}
	.block2__typeTitle {
		margin: 0;
		font-size: 18px;
		color: #ffffff;
		font-weight: 400;
	}
	.block2__typeList {
		width: 130px;
		margin: 15px 0 0;
		list-style: none;
	}
	.block2__typeListItem {
		position: relative;
		font-size: 14px;
		color: #a1a1a1;
	}
	.block2__typeListItem::before {
		position: absolute;
		top: 6px;
		left: -30px;
		content: "";
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #55b166;
	}
	.block2__text {
		margin: 0;
		padding: 15px 0 0;
		font-size: 14px;
		font-style: italic;
		color: #55b166;
	}
	
	.result {
		display: none;
		margin-top: 35px;
	}
	.result__form {
		box-sizing: border-box;
		padding: 15px 0;
		background: rgba(255, 255, 255, .1);
		border-top: 3px solid #55b166;
	}
	.result__formTitle {
		margin: 0;
		font-size: 36px;
		font-weight: 400;
		color: #55b166;
		text-align: center;
	}
	.result__formList {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.result__formListItem {
		margin: 20px 0 0;
		padding: 0 0 20px;
		color: #ffffff;
		background: url(../png/result-line.png) no-repeat 0 100%;
		background-size: contain;
	}
	.result__formListItemTitle {
		margin: 0;
		font-size: 14px;
		font-style: italic;
		font-weight: 400;
		text-align: center;
	}
	.result__formListItemConcl {
		margin: 15px 0 0;
		font-size: 38px;
		text-align: center;
	}
	.result__formText {
		margin: 20px 0;
		font-size: 14px;
		text-align: center;
		color: #509e5e;
	}
	.result__formText._low,
	.result__formText._mid,
	.result__formText._high {
		display: none;
	}
	.result__tipText {
		font-size: 14px;
		color: #b5b5b5;
		text-align: center;
		padding: 0 7px;
	}
	.result__tipText._rarely,
	.result__tipText._often {
		display: none;
	}
	.result__tipProduct {
		display: block;
		margin: 20px auto -40px;
	}
	.result__tipBtn {
		display: block;
		width: 270px;
		height: 70px;
		margin: 0 auto;
		font-size: 22px;
		color: #ffffff;
		text-transform: uppercase;
		background: #5f1c4e;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f1c4e', endColorstr='#912c76');
		background: -moz-linear-gradient(top, #5f1c4e, #912c76);
		background: -o-linear-gradient(top, #5f1c4e, #912c76);
		background: -ms-linear-gradient(top, #5f1c4e, #912c76);
		background: linear-gradient(to right, #5f1c4e, #912c76);
		border: none;
		border-radius: 8px;
		cursor: pointer;
		position: relative;
	}
	.result__tipBtn:hover {
		background: #013d15;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013d15', endColorstr='#019c35');
		background: -moz-linear-gradient(top, #013d15, #019c35);
		background: -o-linear-gradient(top, #013d15, #019c35);
		background: -ms-linear-gradient(top, #013d15, #019c35);
		background: linear-gradient(to right, #013d15, #019c35);
	}
	
	.block4 {
		padding: 20px 0 30px;
		background: #8c2a72;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c2a72', endColorstr='#601c4f');
		background: -moz-linear-gradient(top, #8c2a72, #601c4f);
		background: -o-linear-gradient(top, #8c2a72, #601c4f);
		background: -ms-linear-gradient(top, #8c2a72, #601c4f);
		background: linear-gradient(to bottom, #8c2a72, #601c4f);
	}
	.block4__title {
		margin: 0;
		font-size: 25px;
		font-weight: 400;
		text-align: center;
		color: #ffffff;
		text-transform: uppercase;
	}
	.block4__list {
		list-style: none;
		margin: 25px auto 0;
		padding: 0;
	}
	.block4__listItem {
		margin: 20px 0;
	}
	.block4__listItemNum {
		display: inline-block;
		vertical-align: middle;
		width: 95px;
		margin: 0 10px;
		text-align: center;
		font-size: 34px;
		color: #000000;
		text-transform: uppercase;
	}
	.block4__listItemText {
		display: inline-block;
		vertical-align: middle;
		width: 165px;
		margin: 0 auto;
		font-size: 19px;
		text-align: right;
		color: #ffffff;
	}
	
	.block5 {
		padding: 20px 0 14px;
		background: url(../jpg/block5-bg.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.block5__order {
		margin-top: 20px;
	}
	.block5__orderTitle {
		margin: 0 0 20px;
		padding: 0;
		color: #ffffff;
		font-size: 29px;
		text-align: center;
		font-weight: 300;
		text-transform: uppercase;
	}
	.block5__orderTitleText {
		display: block;
		margin: 0;
	}
	.block5__orderTitleText._bold {
		font-weight: 700;
	}
	.block5__orderText {
		margin: 14px 0;
		font-size: 19px;
		color: #ffffff;
		text-align: center;
	}
	.block5__orderBtn {
		display: block;
		width: 260px;
		height: 80px;
		margin: 0 auto;
		font-size: 24px;
		color: #ffffff;
		text-transform: uppercase;
		background: #5f1c4e;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f1c4e', endColorstr='#912c76');
		background: -moz-linear-gradient(top, #5f1c4e, #912c76);
		background: -o-linear-gradient(top, #5f1c4e, #912c76);
		background: -ms-linear-gradient(top, #5f1c4e, #912c76);
		background: linear-gradient(to right, #5f1c4e, #912c76);
		border: none;
		border-radius: 4px;
		cursor: pointer;
		outline: none;
	}
	.block5__orderBtn:hover {
		background: #013d15;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013d15', endColorstr='#019c35');
		background: -moz-linear-gradient(top, #013d15, #019c35);
		background: -o-linear-gradient(top, #013d15, #019c35);
		background: -ms-linear-gradient(top, #013d15, #019c35);
		background: linear-gradient(to right, #013d15, #019c35);
	}
	
	.block6 {
		padding: 25px 0 25px;
		background: #3c3939;
	}
	.block6__title {
		margin: 0;
		text-align: center;
		font-size: 27px;
		font-weight: 300;
		text-transform: uppercase;
		color: #ffffff;
	}
	.block6__img {
		display: block;
		margin: 20px auto 20px;
	}
	.block6__list {
		margin: 0;
		padding: 0;
		color: #249a33;
		font-size: 21px;
		text-transform: uppercase;
		list-style: none;
	}
	.block6__listItem {
		position: relative;
		font-weight: 700;
		margin: 0 0 20px;
		text-align: center;
	}
	.block6__listItem::before {
		position: absolute;
		/*content: "";*/
		top: 5px;
		left: -35px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #ffffff;
	}
	
	.block7 {
		position: relative;
		background: #8f2b74;
	}
	.block7__doctor {
		display: block;
		margin: 0 auto;
	width:90%;
	max-width:300px;
	}
	.block7__content {
		padding: 20px 0 20px;
		color: #525252;
		background: #dddddd;
	}
	.block7__contentTitle {
		margin: 0;
		font-size: 29px;
		text-transform: uppercase;
		font-weight: 400;
		text-align: center;
	}
	.block7__contentImg {
		display: block;
		width: 100%;
		margin: 15px auto;
	}
	.block7__contentText {
		font-size: 19px;
		font-style: italic;
		text-align: center;
	}
	.block7__contentText._bold {
		font-weight: 700;
	}
	.block7__contentSign {
		display: inline-block;
		vertical-align: top;
	}
	.block7__contentAuthor {
		display: inline-block;
		vertical-align: top;
		width: 160px;
		text-align: right;
	}
	.block7__contentAuthorName {
		margin: 0;
		font-size: 21px;
		font-weight: 700;
	}
	.block7__contentAuthorProf {
		margin: 0;
		font-size: 17px;
		font-style: italic;
		color: #a3a3a3;
	}
	
	.block9 {
		padding: 20px 0 20px;
		background: #393637;
		text-align: center;
	}
	.block9__title {
		color: #ffffff;
		font-size: 30px;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
	}
	
	.slider {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
		overflow-x: hidden;
	}
	.slider__item {
		display: inline-block;
		vertical-align: top;
		padding: 20px 0 0;
		outline: none;
	}
	.slider__itemAva {
		display: block;
		margin: 0 auto;
	}
	.slider__itemAvaImg {
		width: 180px;
	}
	.slider__itemAvaName {
		font-size: 25px;
		text-transform: uppercase;
		color: #269533;
	}
	.slider__itemText {
		margin: 0 35px 0 30px;
		font-size: 21px;
		text-align: center;
		  -webkit-text-size-adjust: 100%;
		  -moz-text-size-adjust: 100%;
		  -ms-text-size-adjust: 100%;
		  text-size-adjust: 100%;
	}
	.slider__itemText1,
	.slider__itemText3 {
		margin: 10px 0;
		color: #a6a6a6;
	}
	.slider__itemText2 {
		margin: 10px 0;
		color: #ffffff;
	}
	.slider__itemResult {
		position: relative;
		display: inline-block;
		vertical-align: top;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
	}
	.slider__itemResultImg {
		max-width: 210px;
	}
	.slider__itemResultB {
		position: absolute;
		left: 40px;
		bottom: 20px;
		margin: 0;
		text-shadow: 0 1px 7px #000,1px 0 2px #000;
	}
	.slider__itemResultA {
		position: absolute;
		right: 30px;
		bottom: 20px;
		margin: 0;
		text-shadow: 0 1px 7px #000,1px 0 2px #000;
	}
	
	.block10 {
		padding: 20px 0;
		background: #6abe7e;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#518731', endColorstr='#bbdfc9');
		background: -moz-linear-gradient(top, #518731, #5ac480, #bbdfc9);
		background: -o-linear-gradient(top, #518731, #5ac480, #bbdfc9);
		background: -ms-linear-gradient(top,#518731, #5ac480, #bbdfc9);
		background: linear-gradient(to bottom, #518731, #5ac480, #bbdfc9);
	}
	.block10__saleTitle {
		margin: 0 0 10px;
		color: #ffffff;
		font: 700 56px "Play", sans-serif;
		text-transform: uppercase;
		text-align: center;
	}
	.block10__saleText {
		margin: 0;
		font-size: 22px;
		text-transform: uppercase;
		font-weight: 300;
		color: #ffffff;
	}
	.block10__saleText._1 {
		padding-left: 30px;
		text-align: left;
		background: url(../png/form-bg1.png) no-repeat 0 100%;
		background-size: contain;
	}
	.block10__saleText._2 {
		text-align: right;
		background: url(../png/form-bg1.png) no-repeat 100% 0;
		background-size: contain;
		padding-right: 40px;
	}
	.block10__saleProduct {
		position: relative;
	}
	.block10__saleProductImg {
		display: block;
		width: 75%;
		margin: 10px auto;
	}
	.block10__saleProductPerc {
		position: absolute;
		bottom: -30px;
		left: -73px;
	}
	.block10__saleProductText {
		position: absolute;
		bottom: 66px;
		left: -5px;
		width: 99px;
		margin: 0;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.5;
		text-transform: uppercase;
		text-align: center;
		font-style: italic;
		color: #585151;
	}
	.block10__formInp {
		box-sizing: border-box;
		width: 100%;
		height: 55px;
		margin: 0 0 30px;
		padding-right: 15px;
		font-size: 23px;
		border: none;
		border-radius: 4px;
		color: #919191;
		outline: none;
		direction: rtl;
		text-align: right;
	}
	select.block10__formInp {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url("../png/select.png") no-repeat 5% center #fff;
	}
	.block10__formInp._last {
		margin-bottom: 0;
	}
	.block10__formPricesOld {
		display: inline-block;
		vertical-align: middle;
		margin: 8px 0 0 0;
		font-size: 24px;
		color: #212121;
		text-decoration: line-through;
	}
	.block10__formPrices {
		margin: 5px 0;
	}
	.block10__formPricesNew {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 30px;
		font-size: 36px;
		color: #ffffff;
		float: right;
	}
	.block10__formBtn {
		width: 100%;
		height: 80px;
		font-size: 24px;
		color: #ffffff;
		text-transform: uppercase;
		background: #5f1c4e;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f1c4e', endColorstr='#912c76');
		background: -moz-linear-gradient(top, #5f1c4e, #912c76);
		background: -o-linear-gradient(top, #5f1c4e, #912c76);
		background: -ms-linear-gradient(top, #5f1c4e, #912c76);
		background: linear-gradient(to right, #5f1c4e, #912c76);
		border: none;
		cursor: pointer;
		outline: none;
	}
	.block10__formBtn:hover {
		background: #013d15;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013d15', endColorstr='#019c35');
		background: -moz-linear-gradient(top, #013d15, #019c35);
		background: -o-linear-gradient(top, #013d15, #019c35);
		background: -ms-linear-gradient(top, #013d15, #019c35);
		background: linear-gradient(to right, #013d15, #019c35);
	}
	
}


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