@font-face {
	font-family: 'BebasNeueBold';
	src: url('../fonts/BebasNeueBold.otf');
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('../fonts/RobotoRegular/RobotoRegular.eot');
	src: url('../fonts/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoRegular/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular/RobotoRegular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

/* font-family: "RobotoLight"; */
@font-face {
	font-family: 'RobotoLight';
	src: url('../fonts/RobotoLight/RobotoLight.eot');
	src: url('../fonts/RobotoLight/RobotoLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoLight/RobotoLight.woff') format('woff'), url('../fonts/RobotoLight/RobotoLight.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

/* font-family: "RobotoMedium"; */
@font-face {
	font-family: 'RobotoMedium';
	src: url('../fonts/RobotoMedium/RobotoMedium.eot');
	src: url('../fonts/RobotoMedium/RobotoMedium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoMedium/RobotoMedium.woff') format('woff'), url('../fonts/RobotoMedium/RobotoMedium.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

/* font-family: "RobotoBold"; */
@font-face {
	font-family: 'RobotoBold';
	src: url('../fonts/RobotoBold/RobotoBold.eot');
	src: url('../fonts/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoBold/RobotoBold.woff') format('woff'), url('../fonts/RobotoBold/RobotoBold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

.overflow-hidden {
	overflow: hidden;
}

body {
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.form-control {
	height: auto;
}

.wrapper {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666666;
	position: relative;
	font-family: 'RobotoLight';
}

.block-1 {
	background-image: url(../img/bg-block-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 660px;
}
.block-1 .time:after {
	display: none;
}
.block-1 .per-li {
	font-size: 20px;
	color: #8d7974;
	padding: 0px;
	list-style-type: none;
}
.block-1 .per-li li {
	padding-left: 55px;
	margin-bottom: 35px;
	position: relative;
}
.block-1 .per-li li:before {
	content: url(../img/per-li.png);
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
}
.block-1 .header-li2 {
	margin-left: 53px;
}
.block-1 .header-li3 {
	margin-left: 43px;
}
.block-1 .new-price {
	font-size: 60px;
}
.block-1 .old-price {
	font-size: 24px;
	top: 36px;
	left: 32px;
}
.block-1 .wrap-price {
	margin-top: -20px;
	margin-bottom: 10px;
}
.block-1 .wrap-timer {
	padding-right: 30px;
}

.owl-controls {
	text-align: center;
	padding-top: 20px;
}

.block-2 {
	background: url(../img/bg-block-2.png) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 92px 0 18px 0;
}
.block-2 .zag {
	color: #565c20;
}
.block-2 .block-2-text {
	color: #565c20;
	font-size: 20px;
	max-width: 470px;
	padding-top: 10px;
	line-height: 1.5;
}
.block-2 .reb-info {
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'RobotoBold';
	background: #c74429;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 8px 10px;
	max-width: 450px;
	margin: 15px 0;
}
.block-2 .block-2-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.block-3 {
	background: url(../img/bg-block-3.png) no-repeat;
	background-position: center;
	padding: 40px 0 65px 0;
	overflow: hidden;
}
.block-3 .zag {
	color: #b2bc48;
}
.block-3 .wrap-col-content {
	position: relative;
	padding-top: 38px;
}
.block-3 .pre-ul {
	background: #59255b;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-position: left;
	font-size: 21px;
	padding: 20px 0 20px 18px;
	color: #fff;
	position: relative;
	z-index: -1;
	margin-bottom: 48px;
}
.block-3 .block-3-foto {
	position: absolute;
	left: 470px;
	top: 0px;
	z-index: -1;
}
.block-3 .block-3-li {
	max-width: 670px;
	font-size: 19px;
}
.block-3 .block-3-li li {
	color: #b2bc48;
	position: relative;
	margin-bottom: 40px;
}
.block-3 .block-3-li li:after {
	content: '';
	max-width: 335px;
	width: 100%;
	display: block;
	height: 1px;
	background: #b2bc48;
	position: absolute;
	left: -20px;
	margin-top: 7px;
}
.block-3 .block-3-li li span.text-grey {
	color: #666;
}

.block-4 {
	background: url(../img/bg-block-4.png) no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #e6d0e7;
	padding: 40px 0;
}
.block-4 .zag {
	color: #59255b;
}
.block-4 .text-pink {
	color: #926c94;
}
.block-4 .podh-foto {
	padding-bottom: 20px;
}
.block-4 .wrap-colum-podh {
	max-width: 928px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-bottom: 45px;
}
.block-4 .podh-item {
	text-align: center;
	color: #59255b;
	font-size: 20px;
}
.block-4 .plus5 {
	background: #b2bc48;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	color: #626122;
	padding: 11px 20px;
	max-width: 760px;
	margin: 0 auto;
}
.block-4 .plus5 span {
	color: #fff;
}
.block-4 .wrap-column-prich {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-top: 34px;
	position: relative;
}
.block-4 .prich-item {
	width: 200px;
	text-align: center;
	color: #676525;
	font-size: 19px;
}
.block-4 .prich-name {
	padding-top: 12px;
}
.block-4 .level2 {
	padding-top: 38px;
}
.block-4 .level3 {
	padding-top: 76px;
}

.block-5 {
	background-color: #fbfbfd;
	padding: 30px 0 50px 0;
}
.block-5 .zag {
	color: #b2bc48;
}
.block-5 .wrap-3img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 60px 0 55px 0;
}
.block-5 .block-5-content {
	max-width: 535px;
	margin-left: auto;
	font-size: 22px;
	position: relative;
}
.block-5 .wrap-block-5-content {
	position: relative;
}
.block-5 .foto-tovar {
	position: absolute;
	top: -10px;
	left: -705px;
}

.center {
	text-align: center;
}

.no-upper {
	text-transform: none;
}

.logo img {
	width: 100%;
	max-width: 471px;
}

.block-1_content {
	max-width: 656px;
	padding-top: 35px;
}

.zag {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'RobotoBold';
}

.zag.bot-line:after {
	content: '';
	display: block;
	height: 1px;
	width: 182px;
	border-top: 1px solid;
	border-color: inherit;
	margin: 0 auto;
	margin-bottom: 28px;
	margin-top: 18px;
}

.zag-descr {
	font-size: 20px;
}

.text-green {
	color: #b2bc48;
	font-family: 'RobotoBold';
}

.text-red {
	color: #c74429;
	font-family: 'RobotoBold';
}

.text-pink {
	color: #ceb9d7;
}

.text-white {
	color: #fff;
	font-family: 'RobotoBold';
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.btn-order {
	background: url(../img/btn-notext.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 423px;
	height: 126px;
	display: block;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 55px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	z-index: 6;
	border: none;
	line-height: 2;
}
.btn-order span {
	position: relative;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
}
.btn-order:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.my-carousel {
	width: 466px;
	text-align: center;
}
.my-carousel .item img {
	width: 100%;
}

.owl-prev {
	width: 31px;
	height: 30px;
	display: inline-block;
	background: url(../img/prev.png) no-repeat;
	background-position: center;
}

.owl-next {
	width: 31px;
	height: 30px;
	display: inline-block;
	background: url(../img/next.png) no-repeat;
	background-position: center;
	margin-left: 12px;
}

p {
	font-size: 18px;
	margin: 22px 0;
}

.block-6 {
	padding: 30px 0 85px 0;
	overflow: hidden;
	position: relative;
}
.block-6 .bg-block-6 {
	position: absolute;
	right: 452px;
	top: 25px;
}
.block-6 .block-6-img-text {
	position: absolute;
	top: 280px;
	font-size: 18px;
	text-align: right;
	right: 134px;
}
.block-6 .gruop-text + .gruop-text {
	margin-top: 27px;
}
.block-6 .gruop-text-first {
	margin-right: 50px;
	position: relative;
}
.block-6 .gruop-text-first:after {
	content: '1';
	color: #fff;
	font-size: 24px;
	font-family: 'RobotoRegular';
	text-align: center;
	width: 41px;
	line-height: 40px;
	position: absolute;
	top: 5px;
	right: -58px;
	height: 40px;
	background: #ceb9d7;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
}
.block-6 .gruop-text-second {
	position: relative;
}
.block-6 .gruop-text-second:after {
	content: '2';
	color: #fff;
	font-size: 24px;
	font-family: 'RobotoRegular';
	text-align: center;
	width: 41px;
	line-height: 40px;
	position: absolute;
	top: 5px;
	right: -58px;
	height: 40px;
	background: #ceb9d7;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
}
.block-6 .gruop-text-th {
	margin-right: 31px;
	position: relative;
}
.block-6 .gruop-text-th:after {
	content: '3';
	color: #fff;
	font-size: 24px;
	font-family: 'RobotoRegular';
	text-align: center;
	width: 41px;
	line-height: 40px;
	position: absolute;
	top: 5px;
	right: -58px;
	height: 40px;
	background: #ceb9d7;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
}
.block-6 .text-zag {
	color: #ceb9d7;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'RobotoBold';
}
.block-6 .zag {
	color: #ceb9d7;
}
.block-6 .zag-descr {
	font-size: 20px;
}
.block-6 .block-6-content {
	max-width: 790px;
	margin-left: auto;
	position: relative;
}
.block-6 .wrap-ul-formul {
	max-width: 490px;
	margin-left: auto;
}
.block-6 .zag-li-formul {
	font-size: 20px;
	font-family: 'RobotoBold';
	color: #bdcc3a;
	text-transform: uppercase;
	padding-bottom: 3px;
}
.block-6 .foto-li-formul {
	width: 100px;
	text-align: right;
}
.block-6 .zag-wrap-ul-formul {
	font-size: 20px;
	padding: 37px 0;
}
.block-6 .text-li-formul {
	font-size: 18px;
}
.block-6 .li-formul-item {
	padding-left: 122px;
	position: relative;
}
.block-6 .foto-li-formul {
	position: absolute;
	left: 0px;
	top: 0px;
}
.block-6 .li-formul-item + .li-formul-item {
	margin-top: 40px;
}

.b {
	font-family: 'RobotoBold';
}

.block-7 {
	background: url(../img/bg-block-7.png) no-repeat;
	background-position: center;
	background-color: #faf1f0;
	padding: 33px 0 110px 0;
	position: relative;
}
.block-7 .zag {
	color: #b2bc48;
}
.block-7 .btn-order {
	position: absolute;
	bottom: -68px;
}
.block-7 .wrap-btn-o {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 423px;
	height: 100px;
}
.block-7 .block-7_content {
	position: relative;
	max-width: 560px;
}
.block-7 .block-7_content-bottom {
	max-width: 710px;
	position: relative;
}
.block-7 .stiker-foto {
	position: absolute;
	top: -140px;
	right: -266px;
}
.block-7 .stiker-text {
	font-size: 16px;
	color: #59255b;
	position: absolute;
	top: 106px;
	left: 47px;
	line-height: 1.5;
	text-align: center;
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
.block-7 .foto-tovar-green-gal {
	position: absolute;
	right: -430px;
	top: -20px;
}
.block-7 .ul-gal-green {
	font-size: 18px;
	padding: 0px;
	padding-top: 10px;
}
.block-7 .ul-gal-green li {
	list-style-type: none;
	position: relative;
	padding-left: 55px;
	margin-bottom: 35px;
}
.block-7 .ul-gal-green li:before {
	content: url(../img/green-gal.png);
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
}
.block-7 .green-info {
	background: #aebc39;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'RobotoBold';
	color: #5e651e;
	padding: 15px 10px;
	max-width: 654px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 45px;
}

.block-8 {
	padding: 100px 0 10px 0;
}
.block-8 .zag {
	color: #9579a0;
}
.block-8 .zag.bot-line:after {
	margin-bottom: 10px;
}
.block-8 .zag-descr {
	font-size: 24px;
}
.block-8 .zag-descr .big {
	color: #aebc39;
	font-size: 36px;
	font-family: 'RobotoBold';
}
.block-8 .block-8_content {
	max-width: 744px;
	margin-left: auto;
	position: relative;
}
.block-8 .foto-bg {
	position: absolute;
	top: -30px;
	left: -570px;
	z-index: -1;
}
.block-8 .week4-label {
	background: url(../img/week4-label.png) no-repeat;
	background-position: center;
	background-size: cover;
	width: 123px;
	height: 122px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	position: absolute;
	top: -44px;
	right: -40px;
}
.block-8 .week4-label span {
	-webkit-transform: rotate(-47deg);
	-ms-transform: rotate(-47deg);
	transform: rotate(-47deg);
	display: block;
	top: 46px;
	left: 3px;
	position: relative;
}
.block-8 .wrap-4week {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 18px 0 30px 0;
}
.block-8 .week-item {
	text-align: center;
	width: 186px;
	margin-bottom: 9px;
	font-size: 20px;
	position: relative;
}
.block-8 .week-item + .week-item:before {
	content: '';
	width: 11px;
	height: 25px;
	background: url(../img/str-week4.png) no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 70px;
	left: -5px;
}
.block-8 .week-text {
	padding-top: 10px;
}
.block-8 .how-used {
	padding: 20px 0 25px 0;
	position: relative;
}
.block-8 .how-used:after {
	content: url(../img/bg-3select.png);
	position: absolute;
	top: -30px;
	left: 10px;
	z-index: -1;
}
.block-8 .how-used .zag-used {
	color: #9579a0;
	font-size: 30px;
	font-family: 'RobotoBold';
	text-transform: uppercase;
}
.block-8 .wrap-3select-used {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.block-8 .used-text {
	padding: 10px 0;
}
.block-8 .used-item {
	text-align: center;
	font-size: 17px;
	font-style: italic;
	margin-top: 20px;
	font-family: 'RobotoRegular';
}
.block-8 .used-item .perple {
	color: #9579a0;
}

.block-9 {
	background: url(../img/bg-block-9.png) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 67px 0 89px 0;
}
.block-9 .block-9_content {
	max-width: 655px;
	font-family: 'RobotoRegular';
}
.block-9 .zag {
	color: #4d606a;
	margin-bottom: 27px;
}
.block-9 p {
	color: #4d606a;
	font-style: italic;
}
.block-9 p span.stiker {
	color: #659ec1;
}
.block-9 .doctor-podp {
	font-weight: 700;
	color: #4d606a;
	font-size: 22px;
	position: relative;
	margin-top: 35px;
}
.block-9 .doctor-podp .img-podp-doctor {
	position: absolute;
	right: 0px;
	top: -71px;
}
@media (max-width: 768px) {
	.block-9 .doctor-podp .img-podp-doctor {
		top: -20px;
	}
}
.block-10 {
	padding: 25px 0 30px 0;
}
.block-10 .zag {
	color: #b2bc48;
}
.block-10 .otz-item {
	max-width: 292px;
	text-align: center;
	background: #f5eeec;
	padding: 28px 14px 14px 14px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 520px;
	position: relative;
	margin-bottom: 30px;
	margin: 0 auto;
}
.block-10 .otz-text {
	color: #666666;
	margin-top: 16px;
	position: relative;
	z-index: 2;
}
.block-10 .otz-text:after {
	content: url(../img/otz-after.png);
	display: block;
	margin-left: auto;
	width: 49px;
	position: relative;
	top: -20px;
	z-index: -1;
}
.block-10 .otz-first:after {
	content: url(../img/otz-after.png);
	display: block;
	margin-left: auto;
	width: 49px;
	position: relative;
	top: -1px;
	z-index: -1;
}
.block-10 .wrap-otz {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.block-10 span.green {
	color: #b2bc48;
	font-family: 'RobotoBold';
}
.block-10 .otz-podp {
	color: #b2bc48;
	font-size: 24px;
	position: absolute;
	bottom: 17px;
	left: 14px;
	font-family: 'RobotoRegular';
}

.block-11 {
	background: -webkit-radial-gradient(#c2da1c, #aabd23);
	background: radial-gradient(#c2da1c, #aabd23);
}
.block-11 .foto-tovar-green {
	position: absolute;
	top: -10px;
	right: 595px;
}
.block-11 .block-11_content {
	max-width: 604px;
	margin-left: auto;
	padding-top: 65px;
	color: #fff;
	text-align: center;
	position: relative;
}
.block-11 .red-warning {
	font-size: 40px;
	font-family: 'RobotoBold';
	text-transform: uppercase;
	color: #fff;
	background: #c74429;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	max-width: 604px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.block-11 .red-warning-descr {
	font-size: 20px;
	padding-bottom: 23px;
}
.block-11 .text-bigger {
	font-size: 22px;
	text-transform: uppercase;
}
.block-11 .zag-shagi {
	color: #5e651e;
	font-size: 40px;
	font-family: 'RobotoBold';
	padding-top: 50px;
}
.block-11 .wrap-column-shagi {
	max-width: 820px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-top: 25px;
	padding-bottom: 95px;
}
.block-11 .shagi-foto {
	padding-bottom: 10px;
}
.block-11 .shagi-item {
	text-align: center;
	width: 200px;
	font-size: 18px;
	color: #5e651e;
	line-height: 1.3;
}
.block-11 .shagi-item span.white {
	color: #fff;
	font-family: 'RobotoBold';
}
.block-11 .first-shag {
	position: relative;
}
.block-11 .first-shag:after {
	content: '';
	display: block;
	background: url(../img/str-dot.png) no-repeat;
	width: 94px;
	height: 27px;
	position: absolute;
	top: 65px;
	right: -80px;
}
.block-11 .second-shag {
	position: relative;
}
.block-11 .second-shag:after {
	content: '';
	display: block;
	background: url(../img/str-dot2.png) no-repeat;
	width: 94px;
	height: 27px;
	position: absolute;
	top: 65px;
	right: -80px;
}

.tovar-text {
	text-transform: uppercase;
	font-family: 'BebasNeueBold';
	color: #b2bc48;
	font-size: 20px;
	text-align: center;
	-webkit-transform: rotate(-19deg);
	-ms-transform: rotate(-19deg);
	transform: rotate(-19deg);
	position: absolute;
	right: 73px;
	top: 30px;
}

.logo-footer-descr {
	color: #8e7975;
	font-size: 20px;
	margin: 18px 0 20px 0;
	position: relative;
}
.logo-footer-descr:before {
	content: '';
	display: block;
	height: 1px;
	width: 106px;
	background: #59255b;
	margin: 0 auto;
	margin-bottom: 10px;
}

.block-12 {
	background: url(../img/bg-block-12.png) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 25px 0 65px 0;
}
.block-12 .block-12_content {
	max-width: 700px;
	position: relative;
}
.block-12 .logo-footer img {
	width: 100%;
	max-width: 471px;
}
.block-12 .foto-girl-footer {
	position: absolute;
	right: -692px;
	z-index: 0;
	top: -82px;
}
.block-12 .wrap-form {
	width: 338px;
	background: #fff;
	padding: 7px;
	-webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
	z-index: 1;
	position: relative;
}
.block-12 .form {
	background: #fff;
	border: 1px solid #f6f0ed;
	padding: 40px 15px 150px 15px;
	position: relative;
}
.block-12 .form input {
	width: 100%;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 0px;
	background: #f5eeec;
	outline: none;
	font-size: 18px;
	padding: 20px 0 20px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block-12 .form input + input {
	margin-top: 20px;
}
.block-12 .form .btn-order {
	left: -57px;
}
.block-12 .wrap-price {
	padding: 10px 0 20px 0;
}

.new-price {
	font-size: 48px;
	color: #b2bc48;
	font-family: 'RobotoBold';
	text-transform: uppercase;
	float: left;
}

.old-price {
	text-transform: uppercase;
	color: #6f635e;
	font-size: 18px;
	font-family: 'RobotoBold';
	float: right;
	text-decoration: line-through;
	position: relative;
	top: 30px;
}

.wrap-col-2-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.wrap-timer {
	max-width: 320px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
}

.tovar-footer {
	position: absolute;
	right: -68px;
	z-index: 2;
}

.timer {
	color: #705e59;
	position: relative;
	padding-top: 320px;
}
.timer:after {
	content: url(../img/str-footer.png);
	position: absolute;
	z-index: 5;
	left: 165px;
	bottom: -97px;
}

.timer__tx {
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'RobotoBold';
	margin-bottom: 5px;
}

.timer__count {
	font-family: 'RobotoBold';
	font-size: 48px;
	position: relative;
	line-height: 1.1;
}

.timer__count:after {
	content: ':';
	position: absolute;
	top: -5px;
	right: -20px;
}

.timer__count.nonee:after {
	content: '';
	display: none;
}

.timer__i {
	margin-right: 30px;
}

.timer__i:last-child {
	margin-right: 0;
}

.timer__w {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.timer__name {
	font-size: 17px;
}

.wrap-btn-skidka {
	position: relative;
}

.skidka {
	color: #fff;
	position: absolute;
	background: url(../img/skidka-label.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 199px;
	height: 100px;
	top: 0px;
	right: -257px;
	font-family: 'RobotoBold';
	text-transform: uppercase;
}
.skidka .skidka-small {
	font-size: 18px;
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	position: absolute;
	right: 45px;
	top: 15px;
}
.skidka .skidka-big {
	font-size: 45px;
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	position: absolute;
	right: 30px;
	top: 30px;
}

.time {
	color: #705e59;
	padding-top: 320px;
	position: relative;
}
.time:after {
	content: url(../img/str-footer.png);
	position: absolute;
	z-index: 5;
	left: 165px;
	bottom: -94px;
}
.time ul {
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.time li {
	line-height: 1;
	font-family: 'RobotoBold';
	font-size: 48px;
	text-align: center;
	margin: 0 13px;
	list-style-type: none;
	position: relative;
}
.time li + li:before {
	content: ':';
	position: absolute;
	top: -5px;
	left: -20px;
}
.time .podp {
	display: block;
	position: relative;
	font-size: 17px;
	font-family: 'RobotoLight';
	margin-top: 3px;
}

.btn-order:hover,
.btn-order:active,
.btn-order:visited {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1030px) {
	.block-4 .level2,
	.block-4 .level3 {
		padding-top: 0px;
	}
}

@media screen and (max-width: 912px) {
	.skidka {
		display: none;
	}
	.block-1 {
		background: #faf1f0;
	}
	.block-1_content {
		max-width: none;
	}
}

@media screen and (max-width: 768px) {
	.zag {
		font-size: 35px;
	}
	.block-5 .foto-tovar,
	.bg-block-6,
	.block-11 .foto-tovar-green,
	.block-11 .second-shag:after,
	.block-11 .first-shag:after {
		display: none;
	}
	.block-5 .block-5-content,
	.block-6 .wrap-ul-formul,
	.block-11 .block-11_content {
		max-width: none;
	}
	.block-1 {
		background-image: url(../img/bg-block-1-m.png);
		background-repeat: no-repeat;
		background-color: #faf1f0;
		background-position: top center;
		background-size: contain;
	}
	.logo-footer-descr {
		margin: 18px 60px 20px 0;
	}
}

@media screen and (max-width: 425px) {
	.block-1 .header-li2,
	.block-1 .header-li3 {
		margin-left: 0px;
	}
	.block-4 .prich-item + .prich-item {
		margin-top: 20px;
	}
	.block-7 .stiker-foto,
	.block-8 .how-used:after,
	.time:after,
	.block-12 .foto-girl-footer,
	.block-8 .week-item + .week-item:before,
	.block-8 .foto-bg {
		display: none;
	}
	.how-used {
		background: #eee;
	}
	.block-11 .shagi-item + .shagi-item {
		margin-top: 20px;
	}
	.btn-order {
		position: relative;
		width: 396px;
	}
	.block-12 .form {
		padding-bottom: 20px;
	}
	.block-1 .old-price {
		left: 0px;
	}
	.tovar-footer {
		right: -94px;
	}
	.block-2 {
		padding-top: 35px;
	}
	.block-8,
	.block-9 {
		padding-top: 30px;
	}
	.block-12 .form .btn-order {
		left: -45px;
	}
	.block-7 .wrap-btn-o {
		position: relative;
	}
	.block-7 .btn-order {
		display: block;
		margin: 0 auto;
		position: relative;
		bottom: -50px;
	}
}

@media screen and (max-width: 375px) {
	.block-12 .wrap-price {
		padding-bottom: 0px;
	}
	.block-1 .old-price {
		font-size: 21px;
		top: 29px;
		left: 0px;
	}
	.block-1 .new-price {
		font-size: 51px;
	}
	.block-4 .podh-foto {
		padding-bottom: 0px;
	}
	.block-4 .podh-item + .podh-item {
		margin-top: 20px;
	}
	.block-12 .form .btn-order {
		left: -26px;
	}
	.btn-order {
		width: 308px;
		font-size: 40px;
		margin: 0 auto;
	}
	.block-12 .form .btn-order {
		left: -1px;
	}
}

@media screen and (max-width: 320px) {
	.block-1 .new-price,
	.new-price {
		display: block;
		font-size: 35px;
		text-align: center;
		width: 100%;
	}
	.block-1 .old-price,
	.old-price {
		top: 0px;
		display: block;
		text-align: center;
		width: 100%;
	}
	.time {
		left: 12px;
	}
	.block-11 .red-warning {
		font-size: 28px;
	}
	.block-11 .block-11_content {
		padding-top: 35px;
	}
}
