* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	line-height: 1;
}

body {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

.flip-clock-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-clock-wrapper a {
	cursor: pointer;
	text-decoration: none;
	color: #ccc;
}

.flip-clock-wrapper a:hover {
	color: #fff;
}

.flip-clock-wrapper ul {
	list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
	content: " ";
	display: table;
}

.flip-clock-wrapper.clearfix:after {
	clear: both;
}

.flip-clock-wrapper.clearfix {
	*zoom: 1;
}

.flip-clock-wrapper {
	font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
	-webkit-user-select: none;
}

.flip-clock-meridium {
	background: none !important;
	box-shadow: 0 0 0 !important;
	font-size: 36px !important;
}

.flip-clock-meridium a {
	color: #313333;
}

.flip-clock-wrapper {
	text-align: center;
	position: relative;
	width: 480px;
	margin: 0 auto;
	padding: 10px;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
	content: " ";
	display: table;
}

.flip-clock-wrapper:after {
	clear: both;
}

.flip-clock-wrapper ul {
	position: relative;
	float: left;
	margin: 5px;
	width: 60px;
	height: 90px;
	font-size: 80px;
	font-weight: bold;
	line-height: 87px;
	border-radius: 6px;
	background: #000;
}

.flip-clock-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 87px;
	text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
	z-index: 2;
}

.flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	perspective: 200px;
	margin: 0 !important;
	overflow: visible !important;
	cursor: default !important;
}

.flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 80px;
	overflow: hidden;
	outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 3px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #827f7f;
	text-shadow: 0 1px 2px #4e4d4d;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 6px;
	font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
	top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3;
}

.flip-clock-wrapper .flip {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: asd 0.5s 0.5s linear both;
	-moz-animation: asd 0.5s 0.5s linear both;
	animation: asd 0.5s 0.5s linear both;
	z-index: 5;
}

.flip-clock-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 100px;
}

.flip-clock-divider:first-child {
	width: 0;
}

.flip-clock-dot {
	display: block;
	background: #323434;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	left: 5px;
}

.flip-clock-divider .flip-clock-label {
	position: absolute;
	top: -1.5em;
	right: -86px;
	color: black;
	text-shadow: none;
	display: none;
}

.flip-clock-divider.minutes .flip-clock-label {
	right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
	right: -91px;
}

.flip-clock-dot.top {
	top: 30px;
}

.flip-clock-dot.bottom {
	bottom: 30px;
}

@-webkit-keyframes asd {
	0% {
		z-index: 2;
	}

	20% {
		z-index: 4;
	}

	100% {
		z-index: 4;
	}
}

@-moz-keyframes asd {
	0% {
		z-index: 2;
	}

	20% {
		z-index: 4;
	}

	100% {
		z-index: 4;
	}
}

@-o-keyframes asd {
	0% {
		z-index: 2;
	}

	20% {
		z-index: 4;
	}

	100% {
		z-index: 4;
	}
}

@keyframes asd {
	0% {
		z-index: 2;
	}

	20% {
		z-index: 4;
	}

	100% {
		z-index: 4;
	}
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn 0.5s 0.5s linear both;
	-moz-animation: turn 0.5s 0.5s linear both;
	animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg);
	}

	100% {
		-webkit-transform: rotateX(0deg);
	}
}

@-moz-keyframes turn {
	0% {
		-moz-transform: rotateX(90deg);
	}

	100% {
		-moz-transform: rotateX(0deg);
	}
}

@-o-keyframes turn {
	0% {
		-o-transform: rotateX(90deg);
	}

	100% {
		-o-transform: rotateX(0deg);
	}
}

@keyframes turn {
	0% {
		transform: rotateX(90deg);
	}

	100% {
		transform: rotateX(0deg);
	}
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 0.5s linear both;
	-moz-animation: turn2 0.5s linear both;
	animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg);
	}

	100% {
		-webkit-transform: rotateX(-90deg);
	}
}

@-moz-keyframes turn2 {
	0% {
		-moz-transform: rotateX(0deg);
	}

	100% {
		-moz-transform: rotateX(-90deg);
	}
}

@-o-keyframes turn2 {
	0% {
		-o-transform: rotateX(0deg);
	}

	100% {
		-o-transform: rotateX(-90deg);
	}
}

@keyframes turn2 {
	0% {
		transform: rotateX(0deg);
	}

	100% {
		transform: rotateX(-90deg);
	}
}

.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.3s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.clock {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	position: relative;
	margin-left: -15px;
	margin-top: 0;
	top: -10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.33);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.33);
	background: #8e8816;
}

@media screen and (max-width: 1023px) {

	.clock {
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-ms-transform: scale(0.3);
		-o-transform: scale(0.3);
		transform: scale(0.3);
		margin-left: -130px;
		top: -40px;
	}
}

@media screen and (max-width: 424px) {

	.clock {
		margin-left: -160px;
	}
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-bottom: 40px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #c6be16;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #756f10;
}

.bx-wrapper .bx-prev {
	left: 10px;
}

.bx-wrapper .bx-next {
	right: 10px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 104%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	display: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666 \9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

b, strong {
	font-weight: 700;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.overflow {
	overflow: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: black;
}

.row {
	position: relative;
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

.section_bg {
	margin-top: 100px;
	background: url("../img/main_bg.jpg") no-repeat left top;
	-webkit-background-size: cover;
	background-size: cover;
}

.title {
	font-family: "Open Sans Condensed", sans-serif;
}

.title strong, .title span {
	font-family: 'Open Sans', sans-serif;
}

section {
	position: relative;
}

.section1 {
	background: url("../img/main_bg.jpg") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 70px;
}

.logo_text {
	min-width: 316px;
	display: inline-block;
	color: #f7921c;
	font-family: 'Playfair Display', sans-serif;
	font-size: 115px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	padding: 5px;
	margin: 10px;
	letter-spacing: -6px;
}

.logo_text b {
	letter-spacing: -10px;
}

.olive {
	margin: 0 20px 10px;
}

.plank_right {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.section1_top_plank {
	left: 55%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 10px;
	min-height: 97px;
	background-color: #df2245;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 60px 0 0 60px;
	-moz-border-radius: 60px 0 0 60px;
	border-radius: 60px 0 0 60px;
}

.round_leaves {
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
}

.section1_top_plank_text {
	max-width: 220px;
	margin-left: 90px;
	min-height: 80px;
}

.effect_list {
	position: relative;
	z-index: 2;
	margin-left: 70px;
}

.effect_item:nth-child(1) {
	margin-left: 0;
}

.effect_item:nth-child(2) {
	margin-left: 50px;
}

.effect_item:nth-child(3) {
	margin-left: 110px;
}

.effect_item {
	display: table;
	width: 100%;
	max-width: 592px;
	min-height: 72px;
	padding-bottom: 5px;
}

.effect_item__icon-wrapper {
	padding-right: 10px;
	display: table-cell;
	width: 82px;
	vertical-align: middle;
}

.effect_item_icon {
}

.effect_item_text {
	display: table-cell;
	font-size: 25px;
	line-height: 1;
	vertical-align: middle;
	color: #3f0100;
}

.effect_item_text b {
	color: #3f0100;
}

.effect_item_text strong {
	color: #f7921c;
	text-transform: uppercase;
}

.effect_plank {
	position: relative;
	display: inline-block;
	padding: 0 65px 45px 55px;
	font-size: 32px;
	line-height: 1;
	color: white;
	font-weight: 400;
	background: url("../img/effect_bust.png") no-repeat top left;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.effect_plank strong {
	color: #f30000;
	font-weight: 400;
}

.line_1, .line_2, .line_3 {
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
	height: 1px;
	-webkit-transform: rotate(53deg);
	-moz-transform: rotate(53deg);
	-ms-transform: rotate(53deg);
	-o-transform: rotate(53deg);
	transform: rotate(53deg);
}

.line_1, .line_3 {
	left: -349px;
	top: 0;
	width: 700px;
	background: #b1a915;
	background: -moz-linear-gradient(left, rgba(177, 169, 21, 0) 0%, rgba(177, 169, 21, 0.8) 10%, rgba(177, 169, 21, 1) 15%, rgba(177, 169, 21, 1) 20%, rgba(177, 169, 21, 1) 50%, rgba(177, 169, 21, 1) 83%, rgba(177, 169, 21, 1) 85%, rgba(177, 169, 21, 0.8) 90%, rgba(177, 169, 21, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(177, 169, 21, 0) 0%, rgba(177, 169, 21, 0.8) 10%, rgba(177, 169, 21, 1) 15%, rgba(177, 169, 21, 1) 20%, rgba(177, 169, 21, 1) 50%, rgba(177, 169, 21, 1) 83%, rgba(177, 169, 21, 1) 85%, rgba(177, 169, 21, 0.8) 90%, rgba(177, 169, 21, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(177, 169, 21, 0) 0%, rgba(177, 169, 21, 0.8) 10%, rgba(177, 169, 21, 1) 15%, rgba(177, 169, 21, 1) 20%, rgba(177, 169, 21, 1) 50%, rgba(177, 169, 21, 1) 83%, rgba(177, 169, 21, 1) 85%, rgba(177, 169, 21, 0.8) 90%, rgba(177, 169, 21, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b1a915', endColorstr='#00b1a915', GradientType=1); /* IE6-9 */
}

.line_3 {
	width: 200px;
	left: 50px;
	top: 180px;
}

.line_2 {
	left: -510px;
	top: 0;
	width: 700px;
	background: #df2245;
	background: -moz-linear-gradient(left, rgba(223, 34, 69, 0) 0%, rgba(223, 34, 69, 0.8) 20%, rgba(223, 34, 69, 1) 30%, rgba(223, 34, 69, 1) 70%, rgba(223, 34, 69, 0.8) 80%, rgba(223, 34, 69, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(223, 34, 69, 0) 0%, rgba(223, 34, 69, 0.8) 20%, rgba(223, 34, 69, 1) 30%, rgba(223, 34, 69, 1) 70%, rgba(223, 34, 69, 0.8) 80%, rgba(223, 34, 69, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(223, 34, 69, 0) 0%, rgba(223, 34, 69, 0.8) 20%, rgba(223, 34, 69, 1) 30%, rgba(223, 34, 69, 1) 70%, rgba(223, 34, 69, 0.8) 80%, rgba(223, 34, 69, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00df2245', endColorstr='#00df2245', GradientType=1); /* IE6-9 */
}

.header_content_title {
	font-size: 76px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px auto 25px;
}

.header_content_title strong {
	color: #df2245;
	font-weight: 700;
}

.header_footer {
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-ms-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
	margin-left: 38%;
}

.header_footer_plank {
	width: 100%;
	z-index: 0;
	top: auto;
	bottom: -97px;
	min-height: 97px;
	background: rgb(249, 181, 39);
	background: -moz-linear-gradient(top, rgba(249, 181, 39, 1) 0%, rgba(247, 213, 111, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(249, 181, 39, 1) 0%, rgba(247, 213, 111, 1) 100%);
	background: linear-gradient(to bottom, rgba(249, 181, 39, 1) 0%, rgba(247, 213, 111, 1) 100%);
	-webkit-border-radius: 60px 0 0 60px;
	-moz-border-radius: 60px 0 0 60px;
	border-radius: 60px 0 0 60px;
	-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.59);
	-moz-box-shadow: 0 0 15px rgba(255, 255, 255, 0.59);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.59);
}

.olives_2 {
	position: absolute;
	left: -428px;
	top: -240px;
	z-index: 5;
}

.plank_left {
	width: auto;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.header_footer_plank_left {
	margin-right: 30%;
	margin-top: 30px;
	min-height: 170px;
	background: rgb(253, 235, 192);
	background: -moz-linear-gradient(top, rgba(253, 235, 192, 1) 0%, rgba(253, 244, 220, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(253, 235, 192, 1) 0%, rgba(253, 244, 220, 1) 100%);
	background: linear-gradient(to bottom, rgba(253, 235, 192, 1) 0%, rgba(253, 244, 220, 1) 100%);
	-webkit-border-radius: 0 120px 120px 0;
	-moz-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
}

.result_text {
	margin: 20px auto 0 0;
	max-width: 333px;
	text-align: right;
	min-height: 57px;
	color: #f7921c;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 10px;
	text-transform: uppercase;
	z-index: 4;
	position: relative;
}

.order_wrapper {
	position: relative;
}

.all_buttons {
	z-index: 10;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.all_buttons:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.button_wrapper {
	position: relative;
	text-align: center;
}

.order_button {
	display: inline-block;
	text-align: center;
	min-width: 245px;
	min-height: 21px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	color: white;
	font-size: 24px;
	outline: none;
	font-weight: 700;
	padding: 15px 40px;
	background: rgb(254, 0, 1);
	background: -moz-linear-gradient(top, rgba(254, 0, 1, 1) 0%, rgb(184, 1, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(254, 0, 1, 1) 0%, rgb(184, 1, 1) 100%);
	background: linear-gradient(to bottom, rgba(254, 0, 1, 1) 0%, rgb(184, 1, 1) 100%);
	border-bottom: 3px solid #d94a45;
	border-radius: 32px;
	cursor: pointer;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.section1_button {
	position: absolute;
	right: 150px;
	margin-top: 80px;
}

.top_girl {
	position: absolute;
	top: -578px;
	right: -300px;
	height: 720px;
	width: 390px;
	z-index: 2;
	overflow: hidden;
	-webkit-border-radius: 70% 30% 70% 90%;
	-moz-border-radius: 70% 30% 70% 90%;
	border-radius: 70% 30% 70% 90%;
	background: url("../img/milk.png") no-repeat bottom center;
	background: -moz-linear-gradient(top, rgba(254, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 40%, rgba(251, 251, 251, 0.4) 60%, rgba(247, 247, 247, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(254, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 40%, rgba(251, 251, 251, 0.4) 60%, rgba(247, 247, 247, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(254, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 40%, rgba(251, 251, 251, 0.4) 60%, rgba(247, 247, 247, 0.5) 100%);

}

.header_content {
	z-index: 3;
}

.top_glow {
	position: absolute;
	right: -350px;
	bottom: -130px;
	width: 410px;
	height: 360px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.41);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 0.5) 68%, rgba(255, 255, 255, 0) 100%);
	-webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.75), inset 0 0 25px rgba(255, 255, 255, 0.45);
	-moz-box-shadow: 0 0 25px rgba(255, 255, 255, 0.75), inset 0 0 25px rgba(255, 255, 255, 0.45);
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.75), inset 0 0 25px rgba(255, 255, 255, 0.45);
}

.s1_girl {
	background: url("../img/milk.png") no-repeat 83% 100%;
	position: absolute;
	top: 10px;
	left: 52px;
	padding-right: 50px;
	z-index: 3;
	width: 380px;
}

.promo_text {
	max-width: 190px;
	padding-left: 40px;
	padding-top: 20px;
	float: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.price {
	position: relative;
	padding-top: 30px;
	color: #c60000;
	font-size: 50px;
	font-weight: 700;
	padding-left: 0px;
	display: inline-block;
}

.old_price_text {
	position: absolute;
	top: 10px;
	right: -2px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: white;
	font-size: 30px;
	font-weight: 400;
	text-decoration: line-through;
}

.product_wrapper {
	position: relative;
}

.product {
	position: absolute;
	z-index: 4;
	right: -130px;
	top: -150px;
	max-width: 200px;
	max-height: 300px;
}

.shadow_clip {
	position: relative;
	z-index: 0;
}

.custom_shadow {
	position: absolute;
	background: url("../img/custom_shadow.png") no-repeat top right;
	width: 875px;
	height: 56px;
}

.header_footer_shadow {
	right: 70px;
	top: 170px;
}

.header_bottom_shadow {
	opacity: 0.8;
	right: 30px;
	top: 0;
}

.header_top_shadow {
	left: 10px;
	top: 12px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	width: 100%;
}

.section2 {
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	position: relative;
	z-index: 1;
	background: url("../img/s2_girl.png") no-repeat 0 bottom, linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(252, 235, 238, 0) 41%, rgba(250, 223, 228, 0.86) 64%, rgba(248, 206, 213, 1) 99%, rgba(248, 205, 213, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f8cdd5', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.section2_header_wrapper {
	width: auto;
	padding-top: 80px;
	position: relative;
	right: 0;
	margin-left: 45%;
	top: 0;
}

.section2_title {
	min-height: 189px;
	font-size: 69px;
	text-transform: uppercase;
	color: #3f0100;
	font-weight: 400;
	line-height: 65px;
	background-color: white;
	overflow: hidden;
	padding: 30px 30px 30px 60px;
	-webkit-border-radius: 150px 0 0 150px;
	-moz-border-radius: 150px 0 0 150px;
	border-radius: 150px 0 0 150px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.28);
}

.section2_title span {
	display: block;
	color: #de0000;
	font-weight: 400;
}

.section2_title strong {
	display: block;
	color: #de0000;
	font-weight: 700;
	line-height: 65px;
}

.s18_olive_bottom {
	display: none;
}

.s18_product {
	top: -10px;
	left: -200px;
}

.section2_icons {
	width: auto;
	padding-top: 50px;
	position: relative;
	margin-left: 38%;
	padding-bottom: 100px;
}

.circle_wrapper {
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.7);
	width: 168px;
	height: 168px;
}

.section2_icon {
	border: 5px solid red;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 178px;
	height: 178px;
	margin: 0 auto;
}

.section2_icon1 {
	background: url("../img/s2_icon1.png") no-repeat center;
}

.section2_icon2 {
	background: url("../img/s2_icon2.png") no-repeat center;
}

.section2_icon3 {
	background: url("../img/s2_icon3.png") no-repeat center;
}

.section2_icon4 {
	background: url("../img/s2_icon4.png") no-repeat center;
}

.section2_item {
	display: inline-block;
	text-align: center;
}

.section2_item:nth-child(1) {
	position: absolute;
	left: -110px;
	top: -270px;
}

.section2_item:nth-child(1) .section2_icon_text {
	position: absolute;
	left: -270px;
	top: 60px;
	text-align: right;
}

.section2_item:nth-child(2) {
	position: absolute;
	left: -70px;
	top: -70px;
}

.section2_item:nth-child(2) .section2_icon_text {
	position: absolute;
	left: -270px;
	top: 60px;
	text-align: right;
}

.section2_item:nth-child(3) {
	margin-left: 90px;
	float: left;
}

.section2_item:nth-child(4) {
	margin-left: 10px;
}

.section2_icon_text {
	font-size: 23px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	width: 250px;
}

.section2_icon_text strong {
	color: #de0000;
	font-weight: 700;
}

.section3 {
	padding-top: 90px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(252, 235, 238, 0) 41%, rgba(250, 223, 228, 0.86) 64%, rgba(248, 206, 213, 1) 99%, rgba(248, 205, 213, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f8cdd5', GradientType=1);
}

.section3_title {
	text-align: center;
	font-size: 54px;
	line-height: 1.1;
	font-weight: 400;
}

.section3_title strong {
	color: #de0000;
	font-weight: 700;
}

.risks {
	width: auto;
	margin-top: 20px;
}

.risks_item_wrapper {
	float: left;
	margin-top: 60px;
	min-height: 280px;
	width: 33%;
}

.risks_item {
	position: relative;
	text-align: center;
}

.risks_circle {
	position: absolute;
	z-index: 0;
	left: 50%;
	margin-left: -115px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #dfc6c2;
	width: 230px;
	height: 230px;
}

.risks_item_plank {
	position: relative;
	display: table;
	color: white;
	font-size: 20px;
	font-weight: 400;
	min-height: 60px;
	width: 305px;
	margin: 3px auto 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	bottom: 0;
	padding: 8px 10px;
	background: rgb(190, 94, 49);
	background: radial-gradient(ellipse at center, rgba(190, 94, 49, 1) 0%, rgba(123, 61, 32, 1) 100%);
}

.risks_item_plank_text {
	display: table-cell;
	vertical-align: middle;
}

.risks_item_img {
	position: relative;
	z-index: 2;
	margin-top: 20px;
}

.risks_item_background {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 0;
}

.risks_item_cross {
	position: relative;
	text-align: center;
	width: 70%;
	margin: 10px auto 0;
	font-size: 15px;
	font-weight: 700;
}

.cross {
	display: block;
	position: absolute;
	left: -20px;
	top: -3px;
	background: url("../img/cross.png") no-repeat left center;
	width: 19px;
	height: 19px;
}

.risks_item_wrapper:nth-child(1) .risks_item_background {

}

.risks_item_wrapper:nth-child(2) .risks_item_background {
	left: 70px;
	top: 15px;
}

.risks_item_wrapper:nth-child(3) .risks_item_background {
	left: 0;
	top: 40px;
}

.risks_item_wrapper:nth-child(4) .risks_item_background {
	left: -40px;
	top: 70px;
}

.risks_item_wrapper:nth-child(5) .risks_item_background {
	left: 0;
	top: 40px;
}

.risks_item_wrapper:nth-child(6) .risks_item_background {
	left: 0;
	top: 0;
}

.risks_item_wrapper:nth-child(5) .risks_item_plank {

}

.section3_footer {
	margin-top: 90px;
	margin-left: 45%;
	padding-bottom: 70px;
	margin-bottom: -2px;
	border-top: 4px dashed #bf0203;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.93) 83%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f8cdd5', GradientType=1);
}

.section3_footer_text {
	font-weight: 700;
	font-size: 26px;
	max-width: 570px;
	padding: 50px 15px 40px 0;
}

.section3_footer_text strong {
	color: #de0000;
}

.section3_footer_plank {
	position: relative;
	font-weight: 700;
	color: white;
	font-size: 66px;
	padding: 10px 40px 15px 20px;
	text-align: right;
	max-width: 680px;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
	margin-left: -95px;
	background: rgb(187, 2, 2);
	background: -moz-linear-gradient(left, rgba(187, 2, 2, 1) 0%, rgba(241, 3, 4, 1) 56%, rgba(241, 3, 4, 1) 79%, rgba(187, 2, 2, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(187, 2, 2, 1) 0%, rgba(241, 3, 4, 1) 56%, rgba(241, 3, 4, 1) 79%, rgba(187, 2, 2, 1) 100%);
	background: linear-gradient(to right, rgba(187, 2, 2, 1) 0%, rgba(241, 3, 4, 1) 56%, rgba(241, 3, 4, 1) 79%, rgba(187, 2, 2, 1) 100%);
}

.section3_plank_shadow {
	top: 16px;
	right: -30px;
}

.section3_footer_img {
	position: absolute;
	left: -225px;
	bottom: 0;
}

.clip_arrow {
	position: relative;
}

.custom_arrow {
	position: absolute;
}

.section3_arrow {
	left: -240px;
	top: -100px;
	background: url("../img/s3_arrow.png") no-repeat top right;
	width: 223px;
	height: 68px;
}

.custom_shadow2 {
	background: url("../img/custom_shadow2.png") no-repeat top center;
	width: 712px;
	height: 31px;
	position: absolute;
	top: 1px;
	left: 50%;
	z-index: 0;
	margin-left: -356px;
}

.section4 {
	background: url("../img/main_bg.jpg") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.section4_bottom_shadow {
	top: 0;
	left: 50%;
	margin-left: -356px;
}

.vik_slider {
	position: relative;
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 110px;
}

.slider_overflow {
	position: relative;
	z-index: 0;
	height: 670px;
	width: 610px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	border-bottom: 5px solid #afa815;
	-webkit-border-radius: 0 0 50% 50%;
	-moz-border-radius: 0 0 50% 50%;
	border-radius: 0 0 50% 50%;
}

.slider_item {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -190px;
	max-height: 640px;
}

.slider_overflow_shadow {
	position: absolute;
	bottom: 107px;
	left: 50%;
	margin-left: -225px;
	height: 309px;
	width: 450px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 50px 48px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 50px 48px rgba(0, 0, 0, 0.09);
	box-shadow: 0 50px 48px rgba(0, 0, 0, 0.09);
}

.slider_img {
	margin-bottom: -10px;
}

.slider_week_plank {
	position: absolute;
	right: -40px;
	padding: 10px 30px 30px 100px;
	left: 52%;
	bottom: 220px;
	-webkit-transform: rotate(-16deg);
	-moz-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	-o-transform: rotate(-16deg);
	transform: rotate(-16deg);
}

.slider_plank {
	position: absolute;
	z-index: 0;
	right: 0;
	left: 20%;
}

.slider_week_text {
	position: absolute;
	padding-left: 17%;
	z-index: 1;
	font-size: 56px;
	color: #f7921c;
	font-weight: 700;
	text-shadow: 1px 0 0 #fff,
	0 1px 0 #fff,
	-1px 0 0 #fff,
	0 -1px 0 #fff,
	3px 0 5px #fff,
	0 3px 5px #fff,
	-3px 0 5px #fff,
	0 -3px 5px #fff;
}

.section4_content {
	position: relative;
	padding-bottom: 190px;
	margin-top: -110px;
}

.section4_title {
	position: absolute;
	top: -180px;
	left: 320px;
	font-size: 66px;
	line-height: 1;
	font-weight: 400;
	margin-top: -100px;
	text-shadow: 1px 0 0 #fff,
	0 1px 0 #fff,
	-1px 0 0 #fff,
	0 -1px 0 #fff,
	3px 0 5px #fff,
	0 3px 5px #fff,
	-3px 0 5px #fff,
	0 -3px 5px #fff,
	5px 0 9px #fff,
	0 5px 9px #fff,
	-5px 0 9px #fff,
	0 -5px 9px #fff;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.section4_title strong {
	color: #f7921c;
	font-weight: 700;
}

.needs {
	position: absolute;
	left: 20px;
	top: -530px;
}

.needs_item {
	position: relative;
	margin-bottom: 20px;
}

.needs_item:nth-child(1) {

}

.needs_item:nth-child(2) {
	left: -40px;
}

.needs_item:nth-child(3) {
	left: -50px;
}

.needs_item:nth-child(4) {
	left: 10px;
}

.needs_item_text-wrapper {
	float: right;
	text-align: right;
	max-width: 180px;
	padding-left: 20px;
	font-size: 16px;
	color: black;
	font-weight: 400;
}

.needs_item_text-wrapper:before {
	margin-left: -6px;
	display: inline-block;
	height: 100px;
	vertical-align: middle;
	content: ''
}

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

.needs_item_text-wrapper strong {
	color: #f7921c;
	font-weight: 700;
}

.needs_item_img {
	float: right;
	margin-left: 10px;
	width: 100px;
	height: 100px;
	border: 5px solid #afa815;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.needs_item_img1 {
	background: url("../img/s4_icon1.png") no-repeat center;
}

.needs_item_img2 {
	background: url("../img/s4_icon2.png") no-repeat center;
}

.needs_item_img3 {
	background: url("../img/s4_icon3.png") no-repeat center;
}

.needs_item_img4 {
	background: url("../img/s4_icon4.png") no-repeat center;
}

.leafs {
	position: relative;
}

.leaf {
	position: absolute;
	top: 0;
	left: 0;
}

.leaf1 {
	top: 130px;
	left: 170px;
}

.leaf2 {
	-webkit-transform: scale(0.5) rotate(45deg);
	-moz-transform: scale(0.5) rotate(45deg);
	-ms-transform: scale(0.5) rotate(45deg);
	-o-transform: scale(0.5) rotate(45deg);
	transform: scale(0.5) rotate(45deg);
	filter: blur(3px);
	-webkit-filter: blur(3px);
	top: 30px;
	left: 310px;
}

.leaf3 {
	-webkit-transform: scale(0.4) rotate(60deg);
	-moz-transform: scale(0.4) rotate(60deg);
	-ms-transform: scale(0.4) rotate(60deg);
	-o-transform: scale(0.4) rotate(60deg);
	transform: scale(0.4) rotate(60deg);
	filter: blur(6px);
	-webkit-filter: blur(6px);
	top: 120px;
	left: 640px;
}

.leaf4 {
	-webkit-transform: scale(0.7) rotate(120deg);
	-moz-transform: scale(0.7) rotate(120deg);
	-ms-transform: scale(0.7) rotate(120deg);
	-o-transform: scale(0.7) rotate(120deg);
	transform: scale(0.7) rotate(120deg);
	top: 280px;
	left: 890px;
}

.leaf5 {
	top: 320px;
	left: 740px;
}

.s4_bust {
	top: 70px;
	left: 722px;
}

.s4_creme {
	top: 70px;
	left: 220px;
}

.s4_olive_bottom {
	position: absolute;
	bottom: -15px;
	right: 140px;
}

.slider_plank_shadow {
	top: 63px;
	left: 165px;
	-webkit-transform: scaleX(-1) rotate(1deg);
	-moz-transform: scaleX(-1) rotate(1deg);
	-ms-transform: scaleX(-1) rotate(1deg);
	-o-transform: scaleX(-1) rotate(1deg);
	transform: scaleX(-1) rotate(1deg);
}

.section5 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.section5_plank {
	margin-right: 45%;
	text-align: right;
	padding-right: 50px;
	width: auto;
	-webkit-border-radius: 0 80px 80px 0;
	-moz-border-radius: 0 80px 80px 0;
	border-radius: 0 80px 80px 0;
	border: 1px solid white;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
	background: rgb(223, 34, 69);
	background: -moz-linear-gradient(left, rgba(223, 34, 69, 1) 0%, rgba(247, 146, 28, 1) 54%, rgba(247, 146, 28, 1) 75%, rgba(232, 123, 27, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(223, 34, 69, 1) 0%, rgba(247, 146, 28, 1) 54%, rgba(247, 146, 28, 1) 75%, rgba(232, 123, 27, 1) 100%);
	background: linear-gradient(to right, rgba(223, 34, 69, 1) 0%, rgba(247, 146, 28, 1) 54%, rgba(247, 146, 28, 1) 75%, rgba(232, 123, 27, 1) 100%);
}

.section5_logo {
	color: #fff;
	line-height: 80px;
}

.section5_content {
	margin-right: 45%;
	padding-top: 60px;
	text-align: right;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	z-index: 99;
}

.section5_content strong {
	color: #afa815;
	font-weight: 700;
}

.section5_order {
	display: inline-block;
	margin-left: 5%;
	margin-top: 85px;
	padding: 30px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	-webkit-box-shadow: inset 2px 3px 8px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 2px 3px 8px rgba(0, 0, 0, 0.35);
	box-shadow: inset 2px 3px 8px rgba(0, 0, 0, 0.35);
}

.section5_button {
	font-size: 46px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

.section5_img {
	position: absolute;
}

.s5_creme {
	bottom: -70px;
	right: 10px;
	z-index: 0;
}

.s5_girl {
	bottom: -30px;
	right: -10px;
}

.s5_product {
	bottom: -60px;
	right: 170px;
	z-index: 9;
}

.s5_arrow {
	bottom: 390px;
	right: 230px;
}

.s5_jojoba {
	bottom: -70px;
	right: 10px;
	z-index: 8;
}

.s5_olive {
	bottom: 110px;
	left: 40px;

}

.s5_leaf {
	top: -130px;
	left: 330px;
	z-index: 1;
}

.s5_olive2 {
	top: 360px;
	left: 0;
}

.section5_wrapper {
	padding-bottom: 15px;
	background: radial-gradient(ellipse at bottom, rgba(247, 195, 205, 1) 0%, rgba(250, 225, 230, 1) 20%, rgba(252, 248, 249, 0) 40%, rgba(252, 252, 252, 0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.section5_wrapper_shadow {
	opacity: 0.8;
	right: 30px;
	top: 0;
	z-index: -1;
}

.section5_gradients {
	background: radial-gradient(circle closest-side at 80% 50%, rgba(243, 242, 220, 1) 40%, rgba(243, 242, 220, 0) 140%),
	radial-gradient(circle closest-side at 10% 50%, rgb(254, 240, 225) 30%, rgba(243, 242, 220, 0) 310%);
}

.section6 {
	padding: 100px 0;
	margin-top: -450px;
}

.section6_title {
	text-align: center;
	font-size: 54px;
	color: black;
	font-weight: 400;
	padding: 20px 0 70px;
}

.section6_title strong {
	color: #1da6f7;
	font-weight: 700;
	text-transform: uppercase;
}

.section6_elements {
	padding: 10px;
	width: auto;
	position: relative;
	margin: 0 auto;
	background: rgb(28, 162, 247);
	background: -moz-linear-gradient(left, rgba(28, 162, 247, 1) 0%, rgba(37, 190, 249, 1) 35%, rgba(59, 197, 247, 1) 65%, rgba(28, 162, 247, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(28, 162, 247, 1) 0%, rgba(37, 190, 249, 1) 35%, rgba(59, 197, 247, 1) 65%, rgba(28, 162, 247, 1) 100%);
	background: linear-gradient(to right, rgba(28, 162, 247, 1) 0%, rgba(37, 190, 249, 1) 35%, rgba(59, 197, 247, 1) 65%, rgba(28, 162, 247, 1) 100%);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.element {
	width: 300px;
	margin-right: 360px;
	float: left;
	text-align: center;
	color: white;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

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

.element_checks {
	width: 315px;
	margin-right: 350px;
	float: left;
	position: relative;
}

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

.checks_wrapper {
	width: auto;
	position: relative;
	padding-bottom: 90px;
}

.checks_item {
	padding-left: 40px;
	margin-top: 15px;
}

.check {
	display: block;
	position: relative;
	top: 30px;
	left: -40px;
	background: url("../img/checked.png") no-repeat left top;
	width: 29px;
	height: 31px;
}

.checks_item_text {
	color: black;
	font-size: 19px;
	font-weight: 400;
}

.checks_item_text strong {
	color: #f7921c;
	font-size: 19px;
	font-weight: 700;
}

.section6_content_images {
	position: absolute;
	text-align: center;
	width: 350px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -110px;
}

.bg_circle {
	width: 350px;
	height: 395px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #97e2fd;
}

.s6_creme {
	position: absolute;
	top: 40px;
	left: 0;
}

.central_circle {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #1ca2f7;
	-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
}

.s6_content_img {
	background: url("../img/s6_content_img.png") no-repeat left top;
	width: 326px;
	height: 374px;
	left: 50%;
	margin-left: -163px;
}

.s6_girl {
	position: absolute;
	bottom: 0;
	left: 240px;
}

.s6_leaf {
	position: absolute;
	bottom: -58px;
	left: 740px;
}

.section7 {
	background: url("../img/s7_bg.jpg") no-repeat left top;
}

.section7_title {

	text-align: center;
	font-size: 54px;
	line-height: 60px;
	color: black;
}

.section7_title strong {
	color: #f7921c;
	font-weight: 700;
}

.section7_steps {
	padding: 100px 0;
}

.section7_steps_item {
	position: relative;
	margin-bottom: 0;
}

.section7_steps_item:nth-child(1) {

}

.section7_steps_item:nth-child(2) {
	margin-left: 130px;
}

.section7_steps_item:nth-child(3) {
	margin-left: 270px;
}

.steps_item_left {
	position: relative;
	margin-right: 30px;
}

.steps_plank {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 79px;
	font-size: 28px;
	color: white;
	padding: 5px 15px 10px 80px;
	display: block;
	min-width: 180px;
	white-space: nowrap;
	background: rgb(28, 162, 247);
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
	background: -moz-linear-gradient(left, rgb(198, 189, 26) 0%, rgb(175, 168, 21) 100%);
	background: -webkit-linear-gradient(left, rgb(198, 189, 26) 0%, rgb(175, 168, 21) 100%);
	background: linear-gradient(to right, rgb(198, 189, 26) 0%, rgb(175, 168, 21) 100%);
}

.steps_plank strong {
	font-size: 28px;
	font-weight: 700;

}

.steps_bg_circle {
	position: absolute;
	z-index: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 50%;
	margin-left: -96px;
	top: 50%;
	margin-top: -96px;
	border: 2px solid #afa815;
	width: 192px;
	height: 192px;
}

.steps_img_circle {
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #afa815;
	width: 162px;
	height: 162px;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.66);
	-moz-box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.66);
	box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.66);
}

.steps_img1 {
	background: url("../img/s7_step1.png") no-repeat left top;
}

.steps_img2 {
	background: url("../img/s7_step2.png") no-repeat left top;
}

.steps_img3 {
	background: url("../img/s7_step3.png") no-repeat left top;
}

.s7_arrow {
	position: absolute;
	right: -40px;
	bottom: 10px;
}

.steps_item_right {
	padding-top: 20px;
}

.step_count {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	padding: 12px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: #df2245;
	border: 1px solid #393939;
	box-shadow: inset -6px 7px 7px rgba(0, 0, 0, 0.38);
}

.steps_item_title {
	color: #f7921c;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
}

.steps_item_text {
	max-width: 380px;
	padding-top: 50px;
	font-size: 20px;
	position: relative;
}

.steps_item_text strong {
	color: #f7921c;
	font-size: 20px;
}

.section7_lines {
	position: relative;
}

.section7_line {
	height: 2px;
	position: absolute;
	width: 100%;
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	transform: rotate(50deg);
	background: rgb(175, 168, 21);
	background: -moz-linear-gradient(left, rgba(175, 168, 21, 0) 20%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 80%);
	background: -webkit-linear-gradient(left, rgba(175, 168, 21, 0) 20%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 80%);
	background: linear-gradient(to right, rgba(175, 168, 21, 0) 20%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 80%);
}

.section7_line1 {
	top: 240px;
	left: -420px;
}

.section7_line2 {
	top: 80px;
	left: -530px;
	background: -moz-linear-gradient(left, rgba(175, 168, 21, 0) 40%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 60%);
	background: -webkit-linear-gradient(left, rgba(175, 168, 21, 0) 40%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 60%);
	background: linear-gradient(to right, rgba(175, 168, 21, 0) 40%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 60%);
}

.section7_line3 {
	top: 440px;
	left: -490px;
	background: -moz-linear-gradient(left, rgba(175, 168, 21, 0) 30%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 60%);
	background: -webkit-linear-gradient(left, rgba(175, 168, 21, 0) 30%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 60%);
	background: linear-gradient(to right, rgba(175, 168, 21, 0) 30%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 60%);

}

.section7_line4 {
	top: 530px;
	left: -400px;
	background: -moz-linear-gradient(left, rgba(175, 168, 21, 0) 30%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 60%);
	background: -webkit-linear-gradient(left, rgba(175, 168, 21, 0) 30%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 60%);
	background: linear-gradient(to right, rgba(175, 168, 21, 0) 30%, rgba(175, 168, 21, 1) 50%, rgba(175, 168, 21, 0) 60%);
}

.section7_bottom_shadow {
	right: 15%;
}

.section7_bg_images, .section7_front_images {
	position: relative;
}

.s7_bust {
	position: absolute;
	top: 390px;
	left: -210px;
}

.s7_creme {
	position: absolute;
	top: 0;
	right: -40px;
	-webkit-transform: rotate(20deg) scaleX(-1);
	-moz-transform: rotate(20deg) scaleX(-1);
	-ms-transform: rotate(20deg) scaleX(-1);
	-o-transform: rotate(20deg) scaleX(-1);
	transform: rotate(20deg) scaleX(-1);
}

.section7_front_images {
	z-index: 10;
}

.section7_leaf1 {
	top: -110px;
	left: 900px;
	z-index: 1;
}

.section7_leaf2 {
	top: -560px;
	left: -110px;
}

.section7_leaf3 {
	top: -590px;
	left: 920px;
}

.s7_girl_wrapper {
	overflow: hidden;
}

.s7_girl {
	position: absolute;
	right: -160px;
	bottom: 0;
}

.s7_olive {
	position: absolute;
	right: 0;
	top: 60px;
}

.section8 {
	padding: 0 0 460px 0;
	background: radial-gradient(circle closest-side at 15% 60%, rgba(253, 233, 210, 0.58) 0%, rgba(243, 242, 220, 0) 190%);
}

.section8_images {
	position: relative;
	z-index: 10;
}

.section8_logo {
	margin: 0;
}

.section8_content {
	padding-top: 100px;
	padding-left: 220px;
}

.section8_tittle {
	font-size: 45px;
	text-transform: uppercase;

}

.section8_tittle strong {
	color: #afa815;
	font-size: 45px;
}

.ingredients {
	padding-top: 50px;
	width: auto;
	padding-bottom: 100px;
}

.ingredients_item {
	width: 50%;
	float: left;
	padding: 0 15px 40px;
}

.ingredients_item_image {
	width: 120px;
	height: 120px;
}

.ingredients_item_image1 {
	background: url("../img/ingr1.png") no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
}

.ingredients_item_image2 {
	background: url("../img/ingr2.png") no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
}

.ingredients_item_image3 {
	background: url("../img/ingr3.png") no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
}

.ingredients_item_image4 {
	background: url("../img/ingr4.png") no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
}

.ingredients_item_content {
	margin-left: 130px;
}

.ingredients_item_title {
	color: #afa815;
	font-size: 24px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.ingredients_item_text {
	font-size: 18px;
}

.section8_plank {
	position: relative;
	background: url("../img/s8_plank.png") no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding-bottom: 20px;
}

.s8_product {
	position: absolute;
	top: -50px;
	right: -20px;
}

.section8_logo_footer {
	color: #fff;
	padding-left: 60px;
	font-size: 98px;
}

.section8_plank_text {
	text-align: right;
	font-size: 45px;
	text-transform: uppercase;
	margin-left: -160px;
	padding-right: 360px;
	padding-top: 40px;
}

.section8_plank_text strong {
	color: #df2245;
	font-size: 45px;
}

.section8_order {
	width: 100%;
	margin-top: 0;
	-webkit-border-radius: 100px 0 0 100px;
	-moz-border-radius: 100px 0 0 100px;
	border-radius: 100px 0 0 100px;
}

.section8_footer {
	position: relative;
	margin-left: 40%;
	padding-bottom: 65px;
}

.section8_shadow {
	top: 1px;
	left: 140px;
}

.s8_jojoba {
	position: absolute;
	top: 40px;
	left: 480px;
	z-index: 1;
}

.s8_girl {
	position: absolute;
	top: 0;
	left: -220px;
}

.cocos {
	position: absolute;
	top: 530px;
	left: -150px;
}

.s8_olive {
	position: absolute;
	bottom: 0;
	left: 0;
}

.section8_leaf1 {
	top: 400px;
	left: -90px;
}

.section8_leaf2 {
	top: 100px;
	left: -210px;
}

.section8_leaf3 {
	top: 170px;
	left: 850px;
}

.section8_leaf4 {
	top: 650px;
	left: 610px;
	-moz-transform: scale(0.7) rotate(85deg);
	-ms-transform: scale(0.7) rotate(85deg);
	-o-transform: scale(0.7) rotate(85deg);
	transform: scale(0.7) rotate(85deg);
}

.section8_leaf5 {
	top: 800px;
	left: 70px;
	-moz-transform: scale(0.5) rotate(15deg);
	-ms-transform: scale(0.5) rotate(15deg);
	-o-transform: scale(0.5) rotate(15deg);
	transform: scale(0.5) rotate(15deg);
}

.section8_leaf6 {
	top: 580px;
	left: 530px;
	-moz-transform: scale(0.3) rotate(15deg);
	-ms-transform: scale(0.3) rotate(15deg);
	-o-transform: scale(0.3) rotate(15deg);
	transform: scale(0.3) rotate(15deg);
}

.section9 {
	padding-top: 280px;
	margin-top: -680px;
	background: radial-gradient(circle closest-side at 80% 70%, rgba(243, 242, 220, 1) 40%, rgba(243, 242, 220, 0) 200%),
	radial-gradient(circle closest-side at 55% 78%, rgba(242, 137, 135, 0.58) 0%, rgba(243, 242, 220, 0) 190%);
}

.section9_title {
	text-align: center;
	font-size: 54px;
	position: relative;
	z-index: 10;
}

.section9_title strong {
	color: #b0a815;
}

.section9_comments {
	padding: 50px 0;
	position: relative;
	z-index: 10;
}

.section9_comments_item {
	background: url("../img/s9_line_main.png") no-repeat left top;
	padding-left: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section9_comments_item:nth-child(1) {

}

.section9_comments_item:nth-child(2) {
	margin-top: -100px;
	margin-left: 70px;
	background: none;
}

.section9_comments_item:nth-child(3) {
	margin-top: -100px;
	margin-left: 0;
	background: url("../img/s9_line2.png") no-repeat left top;

}

.section9_comments_item:nth-child(4) {
	margin-top: -100px;
	margin-left: 70px;
	background: url("../img/s9_line_end.png") no-repeat left bottom;
}

.comments_item_content {
	margin-left: 150px;
	padding-top: 10px;
	max-width: 380px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #fcd2a2;
}

.comments_item_title {
	color: #f7921c;
	font-size: 24px;
}

.comments_item_text {
	font-size: 20px;
	line-height: 22px;
}

.text_outer_circle {
	border: 2px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	width: 20px;
	height: 20px;
}

.blue {
	background-color: #1392da;
}

.red {
	background-color: #e73134;
}

.orange {
	background-color: #f29a08;
}

.green {
	background-color: #c7bf14;
}

.diagram_clipping {
	position: relative;
}

.diagram_wrapper {
	position: absolute;
	top: -60px;
	right: 410px;
}

.diagram_circle1 {
	top: 0;
	left: 0;
	position: absolute;
	width: 560px;
	height: 560px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
}

.diagram_circle2 {
	top: 30px;
	left: 30px;
	position: absolute;
	width: 500px;
	height: 500px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
}

.diagram_arrows {
	position: absolute;
	top: 0;
	left: 0;
}

.s9_arrow {
	position: absolute;
	top: 200px;
	left: 60px;
}

.s9_arrow2 {
	top: 150px;
	left: 430px;
	-webkit-transform: scaleY(-1) scaleX(-1);
	-moz-transform: scaleY(-1) scaleX(-1);
	-ms-transform: scaleY(-1) scaleX(-1);
	-o-transform: scaleY(-1) scaleX(-1);
	transform: scaleY(-1) scaleX(-1);
}

.diagram_creme {
	position: absolute;
	top: 340px;
	left: 50px;
	-webkit-transform: scaleX(-1) rotate(30deg);
	-moz-transform: scaleX(-1) rotate(30deg);
	-ms-transform: scaleX(-1) rotate(30deg);
	-o-transform: scaleX(-1) rotate(30deg);
	transform: scaleX(-1) rotate(30deg);
}

.diagram_img {
	position: absolute;
	top: 100px;
	left: 100px;
}

.diagram_text_inner {
	position: absolute;
	top: 280px;
	left: 280px;
}

.diagram_text_outer {
	position: absolute;
	top: 490px;
	left: 180px;
	width: 260px;
}

.inner {
	position: absolute;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
}

.inner1 {
	top: -140px;
	left: -43px;
}

.inner2 {
	top: -60px;
	left: -120px;
}

.inner3 {
	top: -80px;
	left: 50px;
}

.inner4 {
	top: 90px;
	left: -10px;
}

.text_outer_item {
	width: 130px;
	float: left;
	padding-bottom: 10px;
	padding-right: 5px;
}

.text_outer_text {
	margin-left: 30px;
	font-size: 20px;
}

.section9_shadow {
	right: 25%;
	top: 1px;
}

.section9_leaf1 {
	top: 50px;
	left: -90px;
}

.section9_leaf2 {
	left: -130px;
	top: 330px;
}

.section9_leaf3 {
	top: -30px;
	left: 500px;
	z-index: 1;
}

.section9_leaf4 {
	left: 260px;
	top: 680px;
}

.s9_olive {
	position: absolute;
	top: 44px;
	left: 537px;
	z-index: 9;
}

.s9_leaf {
	position: absolute;
	bottom: -110px;
	right: 80px;
	z-index: 1;
}

.s9_bust {
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: 1;
	-webkit-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-o-transform: rotate(55deg);
	transform: rotate(55deg);
}

.section10 {
	padding-bottom: 10px;
}

.section10_title {
	font-size: 54px;
	line-height: 60px;
	text-align: center;
	padding: 10px 0;
}

.section10_title strong {
	color: #b0a815;
}

.calculator_clipping {
	position: relative;
	margin-top: 100px;
	z-index: 9;
	margin-bottom: 60px;
}

.calculator_bg {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 600px;
	height: 600px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f7921c;
}

.calculator_wrapper {
	position: relative;
	width: 570px;
	height: 570px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	padding: 80px 90px 0;
}

.calc_result_wrapper {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	padding: 20px 90px 20px;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.error_msg {
	opacity: 0;
	position: absolute;
	top: 130px;
	left: 130px;
	font-weight: 700;
	font-size: 28px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
	color: #e25a36;
}

.calc_result_hide {
	z-index: -99;
	opacity: 0;
}

.calc_result_show {
	z-index: 99;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

}

.calc_result_header {
	padding: 40px 10px 10px;
	width: 260px;
	margin: 0 auto;
	color: #f7921c;
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	border-bottom: 2px solid #f7921c;
}

.calc_result_content {
	padding: 10px 0 20px;
}

.calc_result_title {
	color: black;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	padding: 30px 0 10px;
}

.calc_result_text {
	text-align: center;
	color: black;
	font-size: 19px;
	line-height: 27px;
}

.calc_result_text strong {
	color: #b0a815;
}

.calculator_title {
	font-size: 28px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
}

.calculator_title strong {
	color: #f7921c;
}

.calculator_input {
	font-family: "Open Sans Condensed", sans-serif;
	outline: none;
	width: 100%;
	padding-left: 10px;
	height: 50px;
	display: block;
	border: 1px solid #f7921c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

select {
	background: url("../img/custom_select.png") no-repeat 97% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none !important;
	appearance: none !important;
}

.calculator_input option {
	color: #f7921c;
	font-weight: 700;
}

.select_button {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding: 18px;
	font-size: 30px;
}

.s10_creme {
	position: absolute;
	top: 300px;
	left: 20px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.s10_girl {
	position: absolute;
	top: -70px;
	right: 0;
}

.s10_jojoba {
	position: absolute;
	right: 270px;
	bottom: 0;
}

.s10_bust {
	position: absolute;
	top: -120px;
	left: -130px;
}

.calculator_shadow {
	top: 11px;
	z-index: -1;
}

.section11 {
	background: url("../img/s11_bg.png") no-repeat 95% center;
}

.expert_wrapper {
	position: relative;
	padding: 200px 0 100px;
}

.expert_aside {
	position: absolute;
	width: 430px;
	height: 430px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #1ca2f7;
	-webkit-box-shadow: inset -1px 7px 27px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset -1px 7px 27px rgba(0, 0, 0, 0.45);
	box-shadow: inset -1px 7px 27px rgba(0, 0, 0, 0.45);
}

.expert {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.expert_olive {
	position: absolute;
	bottom: 70px;
	left: 150px;
	z-index: -2;
}

.overlap_clipping {
	position: relative;
}

.expert_aside_overlap {
	-webkit-box-shadow: -5px 0 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: -5px 0 2px rgba(0, 0, 0, 0.05);
	box-shadow: -5px 0 2px rgba(0, 0, 0, 0.05);
	border-left: 4px solid #1da6f7;
	position: absolute;
	width: 430px;
	height: 430px;
	-webkit-border-radius: 70% 0 20% 40%;
	-moz-border-radius: 70% 0 20% 40%;
	border-radius: 70% 0 20% 40%;
	background-color: #fff;
	top: 0;
	left: 270px;
	z-index: 1;
}

.expert_title {
	font-size: 54px;
	text-align: left;
	padding-left: 0;
	padding-bottom: 29px;
	background-color: #fff;
	margin-bottom: 31px;
}

.expert_title strong {
	color: #1da6f7;
}

.expert_title_shadow {
	width: 100%;
	opacity: 0.4;
	top: 23px;
	left: -45px;
}

.expert_text {
	font-size: 19px;
}

.expert_text strong {
	color: #f7921c;
}

.expert_text p {
	padding: 10px 15px;
}

.expert_content {
	position: relative;
	z-index: 10;
	margin-top: -70px;
	margin-left: 320px;
	width: auto;
	padding-left: 80px;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}

.expert_aside_text {
	position: absolute;
	z-index: 2;
	top: 470px;
	width: 360px;
	left: 10px;
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
	padding: 5px 30px 5px 50px;
	-webkit-border-radius: 0 100px 100px 0;
	-moz-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 170px;
	font-style: italic;
	font-size: 18px;
	border: 1px solid #1c8fdc;
	background: rgb(28, 162, 247);
	background: linear-gradient(to bottom, rgb(28, 162, 247) 0%, rgb(92, 189, 247) 100%);
	-webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.4);
}

.expert_aside_text strong {
	font-size: 22px;
}

.s11_creme {
	position: absolute;
	top: -50px;
	right: -120px;
}

.s11_olive_top {
	position: absolute;
	top: -30px;
	right: 20%;
}

.section11_leaf1 {
	position: absolute;
	top: 0;
	left: 0;
}

.section11_leaf7 {
	left: 800px;
	top: 760px;
	-webkit-transform: rotate(145deg);
	-moz-transform: rotate(145deg);
	-ms-transform: rotate(145deg);
	-o-transform: rotate(145deg);
	transform: rotate(145deg);
}

.section12 {
	padding: 0 0 350px 0;
	z-index: 1;
	background: radial-gradient(circle closest-side at 80% 50%, rgba(243, 242, 220, 1) 40%, rgba(243, 242, 220, 0) 150%),
	radial-gradient(circle closest-side at 15% 35%, rgba(254, 236, 216, 0.58) 0%, rgba(243, 242, 220, 0) 190%);
}

.title_wrapper {
	margin-top: 200px;
	padding-bottom: 156px;
	text-align: center;
	background: radial-gradient(circle closest-side at 50% 68%, rgba(242, 137, 135, 0.35) 0%, rgba(243, 242, 220, 0) 190%), url("../img/s12_girl.png") no-repeat 50% bottom;
}

.image_clipping {
	position: absolute;
	top: 0;
	right: 0;
}

.s12_bust {
	position: absolute;
	z-index: 10;
	top: -60px;
	right: -612px;
}

.s12_creme {
	position: absolute;
	top: -80px;
	left: -210px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.s12_product {
	position: absolute;
	top: 60px;
	left: -237px;
}

.s12_olive {
	position: absolute;
	top: 260px;
	left: -160px;
}

.section12_leaf1 {
	left: -200px;
	top: 60px;
}

.s12_girl {
	position: absolute;
	bottom: -170px;
	left: 270px;
	z-index: 8;
	max-height: 240px;
}

.section12_title {
	max-width: 700px;
	text-align: right;
	position: relative;
	margin: 0 auto;
	display: inline-block;
	color: #f7921c;
	font-size: 54px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 9px;
}

.section12_title .big {
	padding-right: 80px;
	margin-bottom: -15px;
	display: block;
	max-width: 660px;
}

.section12_title strong {
	display: block;
	color: #b0a815;
	font-size: 190px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: lowercase;
}

.section12_title_plank {
	max-width: 670px;
	position: relative;
	z-index: 9;
	margin-top: 30px;
	text-align: center;
	font-size: 80px;
	color: #fff;
	background: url("../img/s12_plank.png") no-repeat top left;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 8% 80px 15% 68px;
}

.section12_footer {
	position: relative;
	margin-right: 56%;
	padding-bottom: 60px;
	margin-top: -184px;
}

.section12_button {
	font-size: 32px;
}

.section12_order {
	border-radius: 0 100px 100px 0;
	margin-left: 0;
	text-align: right;
}

.section12_footer_shadow {
	right: 70px;
}

.section12_leaf3 {
	top: 70px;
	left: 750px;
}

.section12_leaf1 {
	top: 760px;
	left: 630px;
}

.section12_leaf2 {
	top: 780px;
	left: 410px;
	-moz-transform: scale(0.5) rotate(45deg);
	-ms-transform: scale(0.5) rotate(45deg);
	-o-transform: scale(0.5) rotate(45deg);
	transform: scale(0.5) rotate(45deg);
}

.section12_leaf5 {
	top: 720px;
	left: 200px;
}

.section12_leaf4 {
	top: 650px;
	left: 610px;
	z-index: 10;
	-moz-transform: scale(0.7) rotate(85deg);
	-ms-transform: scale(0.7) rotate(85deg);
	-o-transform: scale(0.7) rotate(85deg);
	transform: scale(0.7) rotate(85deg);
}

.section13 {
	margin-top: -290px;
}

.section13_left {
	font-size: 83px;
}

.section13_content {
	padding-top: 40px;
	position: relative;
	z-index: 11;
}

.step_arrow {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.5) scaleX(-1);
	-moz-transform: scale(0.5) scaleX(-1);
	-ms-transform: scale(0.5) scaleX(-1);
	-o-transform: scale(0.5) scaleX(-1);
	transform: scale(0.5) scaleX(-1);

}

.step_arrow1 {
	top: 70px;
	left: 170px;
	-webkit-transform: scale(0.5) scaleX(-1) rotate(45deg);
	-moz-transform: scale(0.5) scaleX(-1) rotate(45deg);
	-ms-transform: scale(0.5) scaleX(-1) rotate(45deg);
	-o-transform: scale(0.5) scaleX(-1) rotate(45deg);
	transform: scale(0.5) scaleX(-1) rotate(45deg);
}

.step_arrow2 {
	top: 95px;
	left: 120px;
	-webkit-transform: scale(0.5) scaleX(-1) rotate(-25deg);
	-moz-transform: scale(0.5) scaleX(-1) rotate(-25deg);
	-ms-transform: scale(0.5) scaleX(-1) rotate(-25deg);
	-o-transform: scale(0.5) scaleX(-1) rotate(-25deg);
	transform: scale(0.5) scaleX(-1) rotate(-25deg);
}

.step_arrow3 {
	top: -30px;
	left: -150px;
	-webkit-transform: scale(0.5) scaleX(-1) rotate(-95deg);
	-moz-transform: scale(0.5) scaleX(-1) rotate(-95deg);
	-ms-transform: scale(0.5) scaleX(-1) rotate(-95deg);
	-o-transform: scale(0.5) scaleX(-1) rotate(-95deg);
	transform: scale(0.8) scaleX(-1) rotate(-115deg);
}

.section13_left strong {
	color: #b0a815;
}

.section13_left {
	position: absolute;
	bottom: 210px;
	width: 550px;
	font-size: 83px;
	text-align: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 99;
}

.s13_girl {
	position: absolute;
	top: -90px;
	left: 260px;
}

.section13_left strong {
	text-transform: uppercase;
	color: #b0a815;
}

.section13_right {
	position: relative;
}

.section13_right {
	width: 600px;
	margin-left: 510px;
	margin-right: 0;
}

.section13_steps_item {
	position: relative;
	margin-bottom: 30px;
	display: table;
	width: 100%;
}

.section13_steps_item:last-child {
	margin-bottom: 0;
}

.section13_steps_left {
	display: table-cell;
	width: 200px;
	vertical-align: top;
}

.section13_steps_item:nth-child(1) {

}

.section13_steps_item:nth-child(2) {
	margin-right: -60px;
	margin-left: 60px;
}

.section13_steps_item:nth-child(3) {

}

.section13_steps_item:nth-child(3) .step_count {
	top: -10px;
	left: 100px;
}

.steps_item_circle {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 183px;
	height: 183px;
	background-color: #828282;
	border: 6px solid #f7921c;
	box-shadow: inset -6px 7px 7px rgba(0, 0, 0, 0.38);

}

.steps_item_image1 {
	background: url("../img/s13_step1.png") no-repeat left top;
}

.steps_item_image2 {
	background: url("../img/s13_step2.png") no-repeat left top;
}

.steps_item_image3 {
	background: url("../img/s13_step3.png") no-repeat left top;
}

.section13_footer_text {
	color: white;
	font-size: 22px;
	text-align: left;
	position: relative;
	margin-left: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.section13_footer_text p {
	padding: 10px 0;
}

.s13_footer_girl {
	position: absolute;
	bottom: -30px;
	left: -250px;
}

.section13_steps_right {
	display: table-cell;
	vertical-align: middle;
}

.section13_steps {
	padding-top: 10px;
	font-size: 22px;
}

.section13_steps strong {
	font-size: 22px;
}

.s13_olive {
	position: absolute;
	top: 90px;
	left: -110px;
}

.s13_bg_girl {
	position: absolute;
	top: 120px;
	left: 20%;
}

.section13_leafs {
	top: 412px;
	left: 350px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(86deg);
}

.s13_creme {
	position: absolute;
	top: -30px;
	left: 230px;
	z-index: -1;
	-webkit-transform: scale(0.7) rotate(166deg);
	-moz-transform: scale(0.7) rotate(166deg);
	-ms-transform: scale(0.7) rotate(166deg);
	-o-transform: scale(0.7) rotate(166deg);
	transform: scale(0.7) rotate(166deg);
}

.section13_footer_plank {
	position: relative;
	z-index: 10;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.section13_footer {
	-webkit-border-radius: 0 100px 100px 0;
	-moz-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
	position: relative;
	z-index: 10;
	margin-right: 33%;
	background: #df2245 linear-gradient(75deg, #df2245 0%, #f7921c 100%);
	border: 1px solid white;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
	margin-top: 90px;
	text-align: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.section13_footer_shadow {
	right: 60px;
	top: 1px;
}

.section14 {
	padding-bottom: 100px;
	padding-top: 180px;
	margin-top: -180px;
}

.section14_title {
	padding: 100px 260px 20px 40px;
	text-align: right;
	font-size: 56px;
}

.section14_plank {
	z-index: 10;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 19px 105px 30px 85px;
	-webkit-background-size: cover;
	background-size: cover;
	max-width: 780px;
}

.ps {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

.ps__annotation {
	font-size: 18px;
	line-height: 22px;
}

.section14_leaf1 {
	top: 440px;
	left: 630px;
}

.section14_leaf4 {
	top: 40px;
	left: 610px;
	z-index: 10;
	-moz-transform: scale(0.7) rotate(85deg);
	-ms-transform: scale(0.7) rotate(85deg);
	-o-transform: scale(0.7) rotate(85deg);
	transform: scale(0.7) rotate(85deg);
}

.section14_leaf2 {
	top: 280px;
	left: 410px;
	-moz-transform: scale(0.5) rotate(45deg);
	-ms-transform: scale(0.5) rotate(45deg);
	-o-transform: scale(0.5) rotate(45deg);
	transform: scale(0.5) rotate(45deg);
}

.section14_leaf5 {
	top: 430px;
	left: 200px;
}

.section14_order {

}

.section14_button {
	margin-left: 230px;
	margin-top: 120px;
	z-index: 13;
	margin-bottom: 60px;
}

.s14_product, .s14_jojoba {
	position: absolute;
	right: -180px;
	top: -10px;
}

.s14_jojoba {
	right: -300px;
	top: 10px;
}

.s14_bust {
	position: absolute;
	bottom: -230px;
	left: 10px;
	z-index: 11;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section15 {
	padding: 110px 0 250px;
	position: relative;
	z-index: 1;
	margin-top: -100px;
	background: radial-gradient(circle closest-side at 80% 33%, rgba(243, 242, 220, 1) 40%, rgba(243, 242, 220, 0) 200%),
	radial-gradient(circle closest-side at 20% 34%, rgba(242, 190, 166, 0.58) 0%, rgba(243, 242, 220, 0) 190%);
}

.section15_girls {
	position: relative;
	z-index: 10;
	padding-bottom: 120px;
	background: radial-gradient(circle closest-side at 50% 67%, rgba(242, 137, 135, 0.58) 0%, rgba(243, 242, 220, 0) 190%);
}

.section15_leafs {
	position: absolute;
	top: 790px;
	left: 770px;
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}

.section15_girls_bg {
	position: absolute;
	width: 420px;
	height: 420px;
	margin-left: 290px;
	top: -10px;
	z-index: 0;
}

.section15_bg_circle1 {
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 410px;
	height: 410px;
	left: 50%;
	margin-left: -205px;
	border: 2px solid #ddd195;
}

.section15_bg_circle2 {
	position: absolute;
	top: 10px;
	border: 2px solid #ddd195;
	width: 390px;
	height: 390px;
	left: 50%;
	margin-left: -195px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.section15_girls_item {
	width: 320px;
	padding: 10px 35px;
	float: left;
}

.section15_girls_item:nth-child(2) {
	margin-top: 60px;
}

.section15_item_top {
	margin-bottom: -20px;
}

.section15_item_top {
	position: relative;
	margin-left: 30px;
}

.section15_top_bg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -110px;
	z-index: 0;
	width: 220px;
	height: 220px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #df2245;
	-webkit-box-shadow: inset 15px 8px 10px rgba(0, 0, 0, 0.71), 0 15px 20px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 15px 8px 10px rgba(0, 0, 0, 0.71), 0 15px 20px rgba(0, 0, 0, 0.7);
	box-shadow: inset 15px 8px 10px rgba(0, 0, 0, 0.71), 0 15px 20px rgba(0, 0, 0, 0.7);
}

.section15_top_bg2 {
	background: #b0a815;
}

.section15_top_bg3 {
	background: #f7921c;
}

.section15_top_img1 {
	margin-left: -10px;
	margin-top: -20px;
}

.section15_top_img2 {
	margin-left: 22px;
	margin-top: -13px;
}

.section15_top_img3 {
	margin-left: 44px;
	margin-top: -6px;
}

.s15_olive {
	position: absolute;
	top: 390px;
	left: 20px;
	z-index: -1;
}

.s15_creme {
	position: absolute;
	bottom: -30px;
	right: 170px;
	z-index: -1;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.section15_item_plank {
	background: url("../img/s15_plank1.png") no-repeat left top;
	min-width: 286px;
	min-height: 272px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 50px 30px 125px;
	color: white;
	font-size: 20px;
	text-align: center;
}

.section15_item_plank2 {
	background: url("../img/s15_plank2.png") no-repeat left top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.section15_item_plank3 {
	background: url("../img/s15_plank3.png") no-repeat left top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.section15_plank_icon {
	position: relative;
	width: 60px;
	height: 60px;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin: 0 auto;
}

.section15_plank_icon1 {
	background: url("../img/s15_icon1.png") no-repeat left top;
}

.section15_plank_icon2 {
	background: url("../img/s15_icon2.png") no-repeat left top;
}

.section15_plank_icon3 {
	background: url("../img/s15_icon3.png") no-repeat left top;
}

.section15_top_overflow {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 220px;
	height: 220px;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

.section16 {
	padding: 100px 0;
	margin-top: -210px;
	z-index: 0;
}

.magazine_wrapper {
	width: 980px;
	z-index: 99;
	display: table;
}

.magazine_shadow1, .magazine_shadow2 {
	position: absolute;
	bottom: -68px;
}

.magazine_shadow1 {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.magazine_shadow2 {
	right: 0%;
}

.magazine_wrapper_left, .magazine_wrapper_right {
	position: relative;
	width: 490px;
	display: table-cell;
	vertical-align: top;
	float: none;
	overflow: hidden;
}

.magazine_wrapper_left {
	-webkit-box-shadow: -1px 1px 0 rgb(75, 75, 75), -2px 2px 0 rgb(255, 255, 255), -3px 3px 0 rgb(75, 75, 75), -4px 4px 0 rgb(255, 255, 255), -5px 5px 0 rgb(75, 75, 75), -6px 6px 0 rgb(255, 255, 255), -7px 7px 0 rgb(75, 75, 75), -8px 8px 0 rgb(255, 255, 255), -9px 9px 0 rgb(75, 75, 75), -10px 10px 0 rgb(255, 255, 255), -11px 11px 0 rgb(75, 75, 75);
	-moz-box-shadow: -1px 1px 0 rgb(75, 75, 75), -2px 2px 0 rgb(255, 255, 255), -3px 3px 0 rgb(75, 75, 75), -4px 4px 0 rgb(255, 255, 255), -5px 5px 0 rgb(75, 75, 75), -6px 6px 0 rgb(255, 255, 255), -7px 7px 0 rgb(75, 75, 75), -8px 8px 0 rgb(255, 255, 255), -9px 9px 0 rgb(75, 75, 75), -10px 10px 0 rgb(255, 255, 255), -11px 11px 0 rgb(75, 75, 75);
	box-shadow: -1px 1px 0 rgb(75, 75, 75), -2px 2px 0 rgb(255, 255, 255), -3px 3px 0 rgb(75, 75, 75), -4px 4px 0 rgb(255, 255, 255), -5px 5px 0 rgb(75, 75, 75), -6px 6px 0 rgb(255, 255, 255), -7px 7px 0 rgb(75, 75, 75), -8px 8px 0 rgb(255, 255, 255), -9px 9px 0 rgb(75, 75, 75), -10px 10px 0 rgb(255, 255, 255), -11px 11px 0 rgb(75, 75, 75);

}

.magazine_wrapper_right {
	-webkit-box-shadow: 1px 1px 0 rgb(75, 75, 75), 2px 2px 0 rgb(255, 255, 255), 3px 3px 0 rgb(75, 75, 75), 4px 4px 0 rgb(255, 255, 255), 5px 5px 0 rgb(75, 75, 75), 6px 6px 0 rgb(255, 255, 255), 7px 7px 0 rgb(75, 75, 75), 8px 8px 0 rgb(255, 255, 255), 9px 9px 0 rgb(75, 75, 75), 10px 10px 0 rgb(255, 255, 255), 11px 11px 0 rgb(75, 75, 75);
	-moz-box-shadow: 1px 1px 0 rgb(75, 75, 75), 2px 2px 0 rgb(255, 255, 255), 3px 3px 0 rgb(75, 75, 75), 4px 4px 0 rgb(255, 255, 255), 5px 5px 0 rgb(75, 75, 75), 6px 6px 0 rgb(255, 255, 255), 7px 7px 0 rgb(75, 75, 75), 8px 8px 0 rgb(255, 255, 255), 9px 9px 0 rgb(75, 75, 75), 10px 10px 0 rgb(255, 255, 255), 11px 11px 0 rgb(75, 75, 75);
	box-shadow: 1px 1px 0 rgb(75, 75, 75), 2px 2px 0 rgb(255, 255, 255), 3px 3px 0 rgb(75, 75, 75), 4px 4px 0 rgb(255, 255, 255), 5px 5px 0 rgb(75, 75, 75), 6px 6px 0 rgb(255, 255, 255), 7px 7px 0 rgb(75, 75, 75), 8px 8px 0 rgb(255, 255, 255), 9px 9px 0 rgb(75, 75, 75), 10px 10px 0 rgb(255, 255, 255), 11px 11px 0 rgb(75, 75, 75);
}

.magazine_plank {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #db2144;
	height: 200px;
	transform: skewY(3deg);
	z-index: 2;
}

.left_plank_top {
	bottom: inherit;
	top: -186px;
	transform: skewY(2deg);
	background: #f2921c;
	z-index: 3;
}

.left_plank_bottom {
	position: absolute;
	bottom: -180px;
	top: inherit;
	right: 0;
	left: 0;
	background: #db2144;
	height: 200px;
	transform: skewY(3deg);
	z-index: 2;
}

.right_plank_top {
	top: inherit;
	bottom: -180px;
}

.right_plank_bottom {
	background: #f2921c;
	z-index: 3;
	bottom: inherit;
	top: -186px;
	transform: skewY(-2deg);
}

.magazine_pager {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	padding: 3px 2px 1px 1px;
	text-align: center;
	background: #db2144;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 9;
	border: 2px solid #fff;
}

.blog_magazine {
	z-index: 9;
	position: absolute;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	color: #dbd4cf;
	text-shadow: 0 0 5px #000;
}

.blog_magazine strong {
	color: #ca1a3b;
}

.blog_magazine_bottom {
	bottom: 0;
	left: 45%;
}

.blog_magazine_top {
	top: 197px;
	left: 45%;
}

.m_product_bottom {
	position: absolute;
	bottom: 20px;
	left: 100px;
	width: 100px;
}

.magazine_wrapper_left_shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 4;
	-webkit-box-shadow: inset -10px 0 115px rgba(0, 0, 0, 0.41), inset -10px 0 85px rgba(0, 0, 0, 0.3), inset -10px 0 25px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset -10px 0 115px rgba(0, 0, 0, 0.41), inset -10px 0 85px rgba(0, 0, 0, 0.3), inset -10px 0 25px rgba(0, 0, 0, 0.4);
	box-shadow: inset -10px 0 115px rgba(0, 0, 0, 0.41), inset -10px 0 85px rgba(0, 0, 0, 0.3), inset -10px 0 25px rgba(0, 0, 0, 0.4);
}

.magazine_wrapper_right_shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 4;
	-webkit-box-shadow: inset 10px 0 115px rgba(0, 0, 0, 0.41), inset 10px 0 85px rgba(0, 0, 0, 0.3), inset 10px 0 25px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 10px 0 115px rgba(0, 0, 0, 0.41), inset 10px 0 85px rgba(0, 0, 0, 0.3), inset 10px 0 25px rgba(0, 0, 0, 0.4);
	box-shadow: inset 10px 0 115px rgba(0, 0, 0, 0.41), inset 10px 0 85px rgba(0, 0, 0, 0.3), inset 10px 0 25px rgba(0, 0, 0, 0.4);
}

.magazine_wrapper_left_header {
	position: relative;
}

.magazine_left_header_content_back {
	background: radial-gradient(ellipse farthest-corner at 50% 35%, rgb(255, 255, 255) 0%, #f7f7f7 82%, rgba(239, 239, 239, 0.67) 182%);
	width: 530px;
	height: 200%;
	bottom: -10px;
	transform: skewY(-5deg);
	position: absolute;
	z-index: 2;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.magazine_left_header_content_overflow {
	position: relative;
	z-index: 3;
}

.magazine_product,
.magazine_girl_lt,
.s16_olive,
.s16_olive2 {
	position: absolute;
}

.magazine_right_header_title {
	color: white;
	font-size: 24px;
	padding: 10px 25px;
	font-family: "Open Sans", sans-serif;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #db2144;
	font-weight: 700;
}

.magazine_right_header_description {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 5px 20px 20px;
}

.description_logo {
	display: inline-block;
	font-size: 52px;
	letter-spacing: -6px;
	text-align: left;
	color: #db2144;
	min-width: inherit;
	position: relative;
}

.m_girl_rt1,
.m_girl_rt2 {
	position: absolute;
	z-index: 0;
}

.m_girl_rt1 {
	bottom: -40px;
	left: 0;
	width: 100px;
}

.m_girl_rt2 {
	bottom: -10px;
	right: -10px;
	width: 120px;
}

.description_logo strong {
	position: absolute;
	bottom: 12%;
	right: -90%;
	max-width: 140px;
	line-height: 14px;
	display: block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	color: #f2921c;
	letter-spacing: 1px;
	font-weight: 700;
}

.magazine_right_header_text {
	padding: 10px 100px 10px 20px;
	position: relative;
	text-align: right;
}

.magazine_product_right_top {
	position: absolute;
	top: 10%;
	right: 0;
	display: block;
	background: url("../img/s5_product.png") no-repeat left top;
	width: 100px;
	height: 100px;
	-webkit-background-size: contain;
	background-size: contain;
}

.magazine_right_header {
	padding: 40px 80px;
	position: relative;
	-webkit-box-shadow: inset 0 -10px 115px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: inset 0 -10px 115px rgba(0, 0, 0, 0.41);
	box-shadow: inset 0 -10px 115px rgba(0, 0, 0, 0.41);
	background: linear-gradient(to right, rgb(194, 194, 194) 1%, rgb(233, 233, 233) 29%, rgb(251, 251, 251) 50%, rgb(243, 243, 243) 76%, rgb(194, 194, 194) 100%);
}

.magazine_wrapper_right_header {
	-webkit-border-radius: 0 0 45% 55%;
	-moz-border-radius: 0 0 45% 55%;
	border-radius: 0 0 45% 55%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 490px;
}

.magazine_wrapper_right_footer {
	position: relative;
	background: url("../img/m_r_bottom.jpg") no-repeat right bottom;
	-webkit-background-size: cover;
	background-size: cover;
	bottom: -20px;
	margin-top: -30%;
	padding-top: 20%;
	padding-left: 110px;
	width: 490px;
}

.magazine_right_footer_title {
	position: relative;
	color: white;
	font-size: 24px;
	letter-spacing: 3px;
	padding: 5px 50% 5px 10%;
	margin-top: 5px;
	margin-right: -50%;
	font-family: "Open Sans", sans-serif;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #c0b911;
	font-weight: 700;
	z-index: 9;
	display: inline-block;
}

.m_jojoba {
	position: absolute;
	top: -70px;
	right: 30%;
	width: 120px;
}

.magazine_right_footer_text {
	padding: 0 20px 100px 100px;
}

.magazine_right_footer_text strong {
	color: #f2921c;
	font-weight: 700;
	text-transform: uppercase;
}

.magazine_right_footer_text p {
	padding: 10px;
}

.s16_olive2 {
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100px;
}

.s16_olive {
	top: -10px;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.magazine_product {
	top: 30px;
	left: 28px;
	width: 100px;
}

.magazine_girl_lt {
	top: 30px;
	left: 0;
	width: 100px;
}

.wrapper_left_header_content {
	position: relative;
	padding: 40px;
}

.magazine_content_title {
	background-color: #c4bc11;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	padding: 5px 15px 5px 105px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
}

.magazine_content_text {
	color: #000;
	font-size: 14px;
	padding-left: 100px;
	text-align: left;
}

.magazine_content_text p {
	padding: 10px 0;
}

.magazine_content_text strong {
	color: #f7921c;
	text-transform: uppercase;
}

.magazine_left_footer {
	background: radial-gradient(ellipse at 20% 45%, rgba(252, 252, 252, 1) 0%, rgba(224, 158, 92, 0.2) 60%),
	radial-gradient(ellipse farthest-corner at 50% 35%, rgba(251, 242, 159, 0) 0%, rgba(247, 241, 190, 0.6) 82%, rgba(247, 242, 243, 0) 182%),
	url("../img/m_girl_lb.jpg") no-repeat right bottom;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 15% 25% 60px 0;
	text-align: right;
	margin-top: -10%;
	position: relative;
	bottom: -30px;
}

.magazine_left_footer_title {
	text-align: right;
	color: #b0a815;
	font-size: 26px;
	letter-spacing: -1px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.41),
	0 1px 1px rgba(0, 0, 0, 0.41),
	-1px 0 1px rgba(0, 0, 0, 0.41),
	0 -1px 1px rgba(0, 0, 0, 0.41),
	0 0 3px #f7f1be;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left: -25%;
	padding: 5px 30px 5px 25%;
	position: relative;
	margin-bottom: 40px;
}

.magazine_left_footer_title strong {
	color: #141f3b;
	display: block;
	position: absolute;
	bottom: -30px;
	right: 80px;
	text-shadow: 0 0 3px #f7f1be;
}

.magazine_left_footer_text {
	font-size: 14px;
	padding: 10px;
	text-shadow: 0 0 3px #f7f1be;
}

.small_logo {
	font-size: 34px;
	letter-spacing: -4px;
	color: #fff;
	margin: 0;
}

.magazine_left_footer_plank {
	color: #fff;
	position: relative;
	background: url("../img/m_plank_lb.png") no-repeat right top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 10px 20px 20px 40px;
	margin-right: -10px;
	font-size: 16px;

}

.magazine_left_footer_plank strong {
	text-transform: uppercase;
}

.m_creme {
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	background: url("../img/s11_creme.png") no-repeat left top;
	width: 60px;
	height: 60px;
	-webkit-background-size: contain;
	background-size: contain;
}

.section16_content {
	text-align: center;
}

.section16_title {
	text-align: center;
	font-size: 54px;
}

.section16_title strong {
	color: #b0a815;
}

.section16_logo {
	color: #b0a815;
}

.s16_magazine {
	position: relative;
	padding: 50px 0;
	width: 100%;
}

.section17 {
	padding: 10px 0 100px;
}

.section17_title {
	text-align: center;
	color: #b0a815;
	font-size: 54px;
	font-weight: 700;
}

.section17_reviews {
	margin-top: 50px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.slide_fade_in {
	opacity: 1;
	transform: scale(1);
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

.slide_fade_out {
	opacity: 0;
	transform: scale(2);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.section17_reviews_item_wrapper {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
	padding: 0 10px;
}

.section17_reviews_item {
	position: relative;
	display: inline-block;
	width: 440px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 20px 65px;
	border-bottom: 1px solid #ee901c;
	border-left: 1px solid #ee901c;
	border-right: 1px solid #ee901c;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(220, 233, 245, 0.41) 30%, rgba(224, 225, 237, 0.6) 50%, rgba(225, 231, 245, 0.47) 72%, rgba(255, 255, 255, 0) 100%);
}

.section17_reviews_avatar {
	float: left;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.59);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.59);
	text-align: center;
	overflow: hidden;
	background: #dad9d9;
}

.section17_review_content {
	margin-left: 15px;
	float: left;
	width: 300px;
}

.section17_review_content_header {
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	font-family: "Open Sans Condensed", sans-serif;
}

.section17_reviews_admin {
	font-size: 24px;
	color: #ee901c;
	float: left;
	border-top: 1px solid #b0a815;
	border-bottom: 1px solid #b0a815;
	padding-right: 30px;
	background: url("../img/rev_hand.png") no-repeat right center;
	-webkit-background-size: 19px;
	background-size: 19px;
}

.section17_reviews_user {
	background: url("../img/rev_speech.png") no-repeat right center;
}

.section17_reviews_date {
	float: right;
	border-top: 1px solid #b0a815;
	border-bottom: 1px solid #b0a815;
}

.section17_reviews_day {
	display: inline-block;
	padding-left: 20px;
	margin-right: 10px;
	-webkit-background-size: 13px;
	background-size: 13px;
	background: url("../img/rev_calendar.png") no-repeat left center;
}

.section17_reviews_time {
	display: inline-block;
	padding-left: 20px;
	-webkit-background-size: 16px;
	background-size: 16px;
	background: url("../img/rev_clock.png") no-repeat left center;
}

.section17_admin_text {
	float: left;
	font-size: 16px;
	line-height: 20px;
}

.section17_user_text {
	color: #010101;
	font-size: 16px;
	line-height: 24px;
}

.reviews_foto {
	width: 45%;
	margin: 10px 1%;
	display: inline-block;
	max-height: 250px;
	border: 2px solid #d9d9d9;
}

.section17_admin_text strong {
	color: #b0a815;
}

.section17_user_text strong {
	color: #ed8d19;
}

.section17_user_text b {
	color: #ed8d19;
	text-transform: uppercase;
}

.review_admin {
	width: auto;
	margin-top: 3px;
	height: 90%;
}

.section17_reviews_header {
	padding-bottom: 10px;
	margin-bottom: 30px;
	min-height: 150px;
}

.section17_reviews_header_user {
	margin-bottom: 0;
}

.section17_reviews_shadow {
	width: 440px;
	opacity: 0.5;
	top: -30px;
	left: -13px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.review_user {
	width: 100%;
}

.section17_leaf3 {
	top: 90px;
	left: 910px;
}

.s17_olive3 {
	position: absolute;
	bottom: 10px;
	left: -40px;
}

.section17_leaf4 {
	top: 530px;
	left: 610px;
	z-index: 10;
	-moz-transform: scale(0.4) rotate(85deg);
	-ms-transform: scale(0.4) rotate(85deg);
	-o-transform: scale(0.4) rotate(85deg);
	transform: scale(0.4) rotate(85deg);
}

.section17_leaf2 {
	top: 780px;
	left: 450px;
	-moz-transform: scale(0.5) rotate(45deg);
	-ms-transform: scale(0.5) rotate(45deg);
	-o-transform: scale(0.5) rotate(45deg);
	transform: scale(0.5) rotate(45deg);
}

.s17_olive, .s17_olive2 {
	position: absolute;
	left: -20%;
}

.s17_olive2 {
	bottom: -80px;
	left: 200px;
}

.s17_creme {
	position: absolute;
	bottom: -260px;
	left: -50%;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
}

.section18 {
	padding: 300px 0 30px;
	margin-top: -300px;
	z-index: 0;
	background: radial-gradient(circle closest-side at 80% 60%, rgba(243, 242, 220, 1) 40%, rgba(243, 242, 220, 0) 130%),
	radial-gradient(circle closest-side at 50% 90%, rgba(242, 35, 41, 0.51) 0%, rgba(243, 242, 220, 0) 390%);
}

.section18_title {
	font-size: 36px;
	max-width: 570px;
	display: inline-block;
	line-height: 45px;
	text-transform: uppercase;
}

.section18_logo {
	display: inline-block;
	font-size: 96px;

	text-shadow: 1px 0 0 #fff,
	0 1px 0 #fff,
	-1px 0 0 #fff,
	0 -1px 0 #fff,
	3px 0 5px #fff,
	0 3px 5px #fff,
	-3px 0 5px #fff,
	0 -3px 5px #fff,
	5px 0 9px #fff,
	0 5px 9px #fff,
	-5px 0 9px #fff,
	0 -5px 9px #fff;
}

.section18_title strong {
	color: #df2245;
	font-size: 36px;
	line-height: 45px;
}

.section18_title_wrapper {
	position: relative;
	z-index: -1;
	text-align: right;
	padding: 20px;
	-webkit-box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.section18_title_shadow {
	top: 21px;
	width: 80%;
	left: 110px;
}

.section18_form_aside {
	position: absolute;
	z-index: -1;
	top: 10px;
	text-align: right;
	left: -390px;
	width: 100%;
}

.section18_price_wrapper {
	display: inline-block;
	text-align: right;
	margin-top: -20px;
	padding: 20px 50px 20px 30px;
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}

.section18_form_timer {
	background: url("../img/footer_plank.png") no-repeat left top;
	width: 100%;
	height: 190px;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 3;
}

.section18_form {
	position: relative;
	margin-left: 580px;
	margin-top: 30px;
	width: 400px;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #ffffff;
	background: #ed8d19;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section18_form_wrapper {
	position: relative;
	z-index: 1;
	border: 1px solid #ffffff;
	padding: 40px 40px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.section18_button_wrapper {
	margin-top: 10px;
}

.section18_form_title {
	color: #b0a815;
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	padding: 20px 0;
}

.form_input {
	outline: none;
	border: 1px solid #b0a815;
	font-family: "Open Sans Condensed", sans-serif;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.section_form select {
	outline: none;
	background: url("../img/custom_select2.png") no-repeat 97% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none !important;
	appearance: none !important;
}

.s18_jojoba {
	position: absolute;
	top: 270px;
	left: 0;
}

.s18_jojoba2 {
	position: absolute;
	top: 130px;
	left: -330px;
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.s18_girl {
	position: absolute;
	top: -355px;
	left: -290px;
	z-index: 1;
}

.s18_product {
	position: absolute;
	top: 85px;
	left: -150px;
	z-index: 10;
}

.section18_leaf1 {
	position: absolute;
	top: -80px;
	left: 0;
}

.section18_leaf7 {
	left: 800px;
	top: 560px;
	-webkit-transform: rotate(145deg);
	-moz-transform: rotate(145deg);
	-ms-transform: rotate(145deg);
	-o-transform: rotate(145deg);
	transform: rotate(145deg);
}

.section18_leaf5 {
	top: 350px;
	left: 170px;
	-moz-transform: scale(0.5) rotate(15deg);
	-ms-transform: scale(0.5) rotate(15deg);
	-o-transform: scale(0.5) rotate(15deg);
	transform: scale(0.5) rotate(15deg);
}

.section18_leaf4 {
	top: 610px;
	left: 610px;
	-moz-transform: scale(0.7) rotate(85deg);
	-ms-transform: scale(0.7) rotate(85deg);
	-o-transform: scale(0.7) rotate(85deg);
	transform: scale(0.7) rotate(85deg);
}

.s18_creme {
	position: absolute;
	top: -90px;
	left: 230px;
	z-index: -2;
}

.s18_olive_bottom {
	position: absolute;
	right: -400px;
	bottom: -210px;
}

.s18_olive {
	position: absolute;
	top: 50%;
	right: 0;
}

.s18_creme2 {
	position: absolute;
	top: 200px;
	left: 680px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.slider_item, .slider_week_text {
	opacity: 0;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 2.5s;
	-moz-transition: all 2.5s;
	-ms-transition: all 2.5s;
	-o-transition: all 2.5s;
	transition: all 2.5s;
}

.active_slide, .active_week {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.form_timer_text {
	font-size: 32px;
	margin-bottom: -27px;
	padding-right: 37px;
	padding-top: 10px;
	font-weight: 700;
	padding-bottom: 10px;
	color: #efecc7;
	text-shadow: 0 0 10px #000;
}

@media screen and (max-width: 1600px) {
	.section2 {
		background-position-x: -20%;
	}
}

@media screen and (max-width: 1400px) {
	.header_footer {
		margin-left: 16%;
	}

	.section2 {
		background-position-x: -40%;
	}

	.section13_left {
		margin-right: -110px;
		margin-left: -80px;
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}

	.section13_right {
		margin-left: 320px;
	}

	.section13_footer_text {
		font-size: 18px;
		margin-left: 25%;
	}
}

@media screen and (max-width: 1200px) {
	.section2 {
		background-position-x: -50%;
	}
}

@media screen and (max-width: 1100px) {
	.section2 {
		background-position-x: -80%;
	}
}

@media screen and (max-width: 1023px) {

	.section13_left.title {
		padding: 0 15px 10px;
		width: 100%;
		font-size: 34px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.section13_left.title div {
		display: inline;
	}

	.section17_reviews, .section17_reviews_item_wrapper, .section17_reviews_item {
		display: block;
	}

	.section17_reviews_item_wrapper {
		box-sizing: content-box;
		width: 100%;
	}

	.section17_reviews {
		width: 340px;
		margin: 0 auto;
	}

	.section17_reviews_item {
		padding: 5px;
		position: relative;
		margin: 0 auto 20px;
		width: 300px !important;
		min-height: inherit;
		float: none;
		border: 1px solid #ee901c;
		background: #fff;
	}

	.s18_jojoba2 {
		display: none;
	}

	.s18_product {
		top: 190px;
		left: -200px;
		width: 190px;
		z-index: 9;
	}

	.ingredients_item_text {
		padding-bottom: 20px;
		border-bottom: 1px solid chocolate;
	}

	body, .title {
		font-family: Roboto, sans-serif;
	}

	.wrapper {
		max-width: 768px;
		width: auto;
	}

	.section2 {
		background-position-x: -80%;
	}

	.section1_top_plank {
		display: none;
	}

	.olive {
		display: none;
	}

	.section1 {
		text-align: center;
	}

	.logo_text {
		float: none;
		font-size: 54px;
		display: block;
		min-width: inherit;
		text-align: center;
	}

	.title {
		text-align: center;
	}

	.logo_text b {
		letter-spacing: -5px;
	}

	.header_content_title {
		font-size: 46px;
		line-height: 1.1;
	}

	.effect_plank {
		display: inline-block;
		padding: 10px;
		background: #afa815;
	}

	.line_1, .line_3 {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
		opacity: 0.5;
	}

	.line_1 {
		width: 50%;
		left: -135px;
		top: 170px;
	}

	.line_2, .line_1, .line_3 {
		display: none;
	}

	.line_3 {
		left: -90px;
	}

	.olives_2 {
		display: none;
	}

	.effect_list {
		max-width: 400px;
		margin: 30px auto;
	}

	.effect_item {
		text-align: left;
		margin-bottom: 10px;
	}

	.effect_item:nth-child(2) {
		margin-left: 0;
	}

	.effect_item:nth-child(3) {
		margin-left: 0;
	}

	.s1_girl {
		background: none;
		top: 320px;
		width: 240px;
		left: 125px;
	}

	.top_girl {
		top: -658px;
		right: 70px;
		z-index: 0;
	}

	.header_footer {
		text-align: center;
		width: auto;
		margin: 30px 0 30px 0;
	}

	.result_text {
		margin: 0;
		text-align: center;
		width: auto;
		max-width: 100%;
		min-height: inherit;
		padding: 15px
	}

	.top_girl {
		display: none;
	}

	.effect_item_text {
		max-width: 280px;
	}

	.header_footer_plank {
		margin-left: 40%;
		width: 100%;
		z-index: 9;
		margin-top: -90px;
		padding: 5px 30% 5px 20px;
		position: relative;
		background: rgba(249, 181, 39, 0.56);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
	}

	.header_footer_plank_left {
		margin-top: 110px;
		background: rgba(253, 235, 192, 0.5);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
	}

	.top_glow {
		right: -20px;
		bottom: -50px;
		z-index: 1;
	}

	.section1_button {
		right: 20px;
		margin-top: -80px;
	}

	.product {
		position: relative;
		z-index: 4;
		right: 45px;
		top: 0;
		margin-top: -127px;
		max-width: 200px;
		max-height: 260px;
	}

	.promo_text, .price {
		padding: 10px 0;
		float: none;
		max-width: 100%;
	}

	.old_price_text {
		top: -10px;
	}

	.shadow_clip {
		display: none;
	}

	.section2 {
		display: none;
	}

	section, .section1, .section2,
	.section3, .section4, .section5,
	.section6, .section7, .section8,
	.section9, .section10, .section11,
	.section12, .section13, .section14,
	.section15, .section16, .section17,
	.section18 {
		padding: 10px 0;
	}

	.risks_item_wrapper {
		float: none;
		min-height: inherit;
		width: 100%;
		margin-top: 20px;
	}

	.risks_circle, .risks_item_background, .risks_item_img, .cross {
		display: none;
	}

	.risks_item_plank {
		width: 75%;
		min-height: inherit;
		padding: 10px 15px 10px 50px;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
		border: 1px solid #5a321f;
	}

	.risks_item_wrapper:nth-child(1) .risks_item_plank,
	.risks_item_wrapper:nth-child(3) .risks_item_plank,
	.risks_item_wrapper:nth-child(5) .risks_item_plank {
		margin-left: -30px;
		text-align: right;
		padding-left: 50px;
		padding-right: 40px;
		background: linear-gradient(to left, rgba(228, 153, 118, 0.93) 0%, rgb(154, 87, 56) 100%);
	}

	.risks_item_wrapper:nth-child(2) .risks_item_plank,
	.risks_item_wrapper:nth-child(4) .risks_item_plank,
	.risks_item_wrapper:nth-child(6) .risks_item_plank {
		margin-right: -30px;
		text-align: left;
		padding-left: 40px;
		padding-right: 50px;
		background: linear-gradient(to right, rgba(228, 153, 118, 0.93) 0%, rgb(154, 87, 56) 100%);
	}

	.section3_footer {
		display: none;
	}

	.section4 {
		display: none;
	}

	.section5 {
		display: none;
	}

	.section6 {
		margin-top: 0;
	}

	.checks_wrapper {
		border-bottom: 1px solid #f6d351;
	}

	.section6_content_images, .section6_elements {
		display: none;
	}

	.section6_title {
		padding: 15px;
	}

	.element_checks {
		float: none;
		margin-left: 40%;
		margin-right: 0;
		padding-right: 15px;
		width: auto;
	}

	.check {
		display: none;
	}

	.s6_girl {
		left: 0;
	}

	.s6_leaf {
		display: none;
	}

	.section7_bg_images, .section7_front_images {
		display: none;
	}

	.s7_olive {
		display: none;
	}

	.section7_title {
		padding: 30px 15px;
	}

	.section7_title strong {
		display: block;
	}

	.section7_steps {
		padding: 10px 40px;
		max-width: 560px;
		margin: 0 auto;
	}

	.section7_steps_item {
		padding: 15px 0;
	}

	.section7_steps_item:nth-child(2), .section7_steps_item:nth-child(3) {
		margin-left: 0;
	}

	.section7_steps_item:nth-child(2) .steps_item_left {
		float: right;
		margin-right: 0;
		margin-left: 30px;
	}

	.section7_steps_item:nth-child(2) .steps_plank {
		left: -130px;
		padding: 5px 80px 10px 15px;
		-webkit-border-radius: 50px 0 0 50px;
		-moz-border-radius: 50px 0 0 50px;
		border-radius: 50px 0 0 50px;
	}

	.section7_steps_item:nth-child(2) .steps_item_text {
		float: right;
		text-align: right;
	}

	.steps_item_text {
		max-width: 260px;
	}

	.steps_plank {
		left: 59px;
	}

	.s7_arrow {
		display: none;
	}

	.steps_bg_circle {
		left: 50%;
		margin-left: -60px;
		top: 85%;
		width: 120px;
		height: 120px;
	}

	.steps_img_circle {
		width: 100px;
		height: 100px;
	}

	.steps_img1, .steps_img2, .steps_img3 {
		-webkit-background-size: contain;
		background-size: contain;
	}

	.section8_images {
		display: none;
	}

	.section8_content {
		padding: 10px 0;
	}

	.section9, .section10, .section11_images, .s11_creme {
		display: none;
	}

	.ingredients_item {
		float: none;
		width: auto;
		max-width: 450px;
		margin: 0 auto;
	}

	.section8_plank {
		display: none;
	}

	.s8_olive {
		display: none;
	}

	.ingredients {
		padding-bottom: 50px;
		margin: 0 auto;
	}

	.section8_footer {
		margin-left: 20%;
	}

	.s8_jojoba {
		display: none;
	}

	.expert_wrapper {
		padding-top: 0;
	}

	.expert_aside_overlap {
		display: none;
	}

	.section12, .section16, .section13_leafs, .section13_footer,
	.section14_title, .section14_plank, .section15_girls_bg, .section15_leafs,
	.s15_creme, .section18_images, .s18_olive, .section17_images,
	.section17_images2, .expert_olive, .s13_creme, .s13_olive, .s15_olive,
	.section14_images {
		display: none;
	}

	.section11 {
		background: url("../img/s11_bg.png") no-repeat 95% 80%;
	}

	.expert_aside {
		position: relative;
		margin: 0 auto;
	}

	.expert_content {
		position: relative;
		margin: 0;
		width: auto;
		padding: 10px 0;
		background: none;
	}

	.overlap_clipping {
		position: absolute;
		top: 120px;
		left: 0;
	}

	.expert_wrapper {
		width: 425px;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	.expert_aside_text {
		position: relative;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		top: 0;
		left: 0;
		margin: -80px auto 0;
		width: auto;
		text-align: center;
		padding: 10px 30px;
	}

	.expert_title {
		font-size: 44px;
		text-align: center;
		padding-left: 0;
		padding-bottom: 30px;
	}

	.section13, .section14, .section18 {
		margin: 0;
	}

	.section13_content {
		padding-top: 10px;
		max-width: 600px;
		text-align: center;
	}

	.section13_right {
		margin-left: 0;
		display: inline-block;
		float: none;
		width: auto;
	}

	.section13_left {
		float: none;
		width: auto;
		font-size: 56px;
		text-align: right;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		position: relative;
		top: 0;
		left: 0;
	}

	.section17_reviews_date {
		display: none;
	}

	.section13_steps_right {
		text-align: left;
	}

	.bx-wrapper img {
		float: left;
	}

	.s13_girl, .step_arrow3, .s13_bg_girl, .section15_item_top {
		display: none;
	}

	.section15_girls_item:nth-child(2) {
		margin-top: 0;
	}

	.section15_girls_item {
		float: none;
		width: 300px;
		padding: 0;
		margin: 0 auto 20px;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
	}

	.section15_item_plank {
		padding: 40px;
		min-width: inherit;
		min-height: inherit;
		background: radial-gradient(ellipse farthest-corner at 50% 35%, rgba(251, 63, 129, 1) 0%, rgba(226, 37, 75, 1) 82%, rgba(226, 37, 75, 1) 182%);
	}

	.section15_item_plank2 {
		background: radial-gradient(ellipse farthest-corner at 50% 35%, rgb(184, 177, 23) 0%, rgb(176, 168, 21) 82%, rgb(176, 168, 21) 182%);
	}

	.section15_item_plank3 {
		background: radial-gradient(ellipse farthest-corner at 50% 35%, rgb(251, 205, 43) 0%, rgb(247, 146, 28) 82%, rgb(247, 146, 28) 182%);
	}

	.section14_button {
		margin: 30px auto;
		z-index: 13;
	}

	.section14_order {
		text-align: center;
	}

	.section15 {
		margin-top: 0;
	}

	.section15_girls {
		padding: 0;
		background: radial-gradient(circle closest-side at 50% 47%, rgba(242, 137, 135, 0.58) 0%, rgba(243, 242, 220, 0) 90%);
	}

	.section17 {
		background: radial-gradient(ellipse farthest-corner at 50% 35%, rgba(184, 177, 23, 0.02) 0%, rgba(176, 168, 21, 0.07) 82%, rgba(176, 168, 21, 0.08) 182%)
	}

	.section18_form {
		margin-left: 0;
		width: auto;
		border: none;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-top: 0;
	}

	.section18_form_aside {
		position: relative;
		z-index: inherit;
		top: 0;
		text-align: center;
		left: 0;
		width: 50%;
		margin-left: 40%;
	}

	.section18_form_wrapper {
		width: 400px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	.section18_title_wrapper {
		position: relative;
		z-index: 10;
		text-align: right;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		margin-right: 15%;
		padding: 10px;
		text-shadow: 3px 0 1px #fff,
		0 3px 1px #fff,
		-3px 0 1px #fff,
		0 -3px 1px #fff;
	}

	.section18_title {
		font-size: 26px;
		max-width: 570px;
		line-height: 1;
		text-align: right;
	}

	.section18_title strong {
		font-size: 26px;
		line-height: 1;
	}

	.s18_jojoba {
		width: 230px;
		top: 260px;
		left: 0;
		z-index: 12;
	}

	.section17_reviews {
		width: 320px;
		margin: 0 auto;
	}

	.s17_olive, .s17_olive2 {
		display: none;
	}

	.section17_title {
		padding: 15px 0 20px;
		font-size: 28px;
		text-transform: uppercase;
	}

	.section17_reviews_header {
		padding-bottom: 10px;
		margin-bottom: 0;
		min-height: inherit;
		border-bottom: 1px dashed #ee901c;
	}

	.section17_reviews_header_user {
		padding-top: 10px;
		border: none;
	}

	.section17_reviews_avatar {
		width: 80px;
		height: 80px;
	}

	.section17_review_content {
		margin-left: 5px;
		width: 200px;
	}

	.section17_reviews_admin {
		font-size: 16px;
		max-width: 90px;
	}

	.section17_review_content_header {
		padding-right: 10px;
		font-size: 12px;
	}

	.section17_admin_text {
		font-size: 14px;
		line-height: 16px;
	}

	.s18_girl {
		position: absolute;
		top: -100px;
		left: -160px;
		z-index: 1;
		height: 490px;
	}

	.section18_form_timer {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 10px;
		min-width: 240px;
		background: radial-gradient(ellipse farthest-corner at 50% 50%, rgb(211, 203, 25) 0%, rgb(176, 168, 21) 82%, rgb(176, 168, 21) 182%)
	}

	.form_timer_text {
		padding: 0 0 50px 0;
	}

	.section18_price_wrapper {
		width: 230%;
		padding-right: 140%;
		margin-bottom: 110px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		z-index: 11;
		position: relative;
		background: radial-gradient(ellipse farthest-corner at 50% 50%, rgb(244, 183, 34) 0%, rgb(237, 141, 25) 82%, rgb(237, 141, 25) 182%)
	}

	.section18_content_wrapper {
		max-width: 500px;
		margin: 0 auto;
	}

}

@media only screen and (max-width: 767px) {

	.s6_girl {
		display: none;
	}

	.wrapper {
		max-width: 100%;
		width: auto;
	}

	.header_content_title {
		font-size: 28px;
		line-height: 1.1;
	}

	.effect_list {
		max-width: 300px;
		margin: 30px auto;
	}

	.effect_item_text {
		max-width: 210px;
	}

	.header_footer_plank_left {
		margin-right: 10%;
	}

	.top_girl {
		right: 30%;
	}

	.s1_girl {
		top: 370px;
		left: 105px;
	}

	.section3_title {
		text-align: center;
		font-size: 28px;
		line-height: 1.1;
		font-weight: 400;
	}

	.header_footer_plank {
		padding-right: 15px;
	}

	.result_text {
		font-size: 20px;
		padding: 10px;
	}

	.section6_title, .section7_title, .section8_tittle {
		font-size: 28px;
	}

	.ingredients {
		padding-bottom: 30px;
		max-width: 300px;;
	}

	.ingredients_item_image {
		width: 80px;
		height: 80px;
	}

	.ingredients_item_content {
		margin-left: 90px;
	}

	.ingredients_item_title {
		font-size: 20px;
	}

	.ingredients_item_text {
		font-size: 16px;
	}

	.section8_footer, .section8_order {
		margin-left: 0;
	}

	.section8_order {
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		text-align: center;
	}

	.section5_button {
		font-size: 22px;
	}

	.section8_tittle strong {
		font-size: 32px;
	}

	.expert_aside, .expert_aside_overlap {
		width: 250px;
		height: 250px;
	}

	.expert_aside_overlap {
		left: 210px;
	}

	.expert {
		width: 100%;
	}

	.expert_title {
		font-size: 28px;
	}

	.expert_wrapper {
		margin-top: 0;
		width: 300px;
	}

	.section13_left {
		margin-left: auto;
		margin-right: 0;
	}

	.section13_right {
		width: 300px;
		float: none;
		margin: 0 auto;
	}

	.step_arrow {
		display: none;
	}

	.section13_steps_item:nth-child(3) .section13_steps_right {
		padding-top: 0;
	}

	.section13_steps_item:nth-child(3) .step_count {
		top: 0;
		left: 0;
	}

	.steps_item_circle {
		width: 103px;
		height: 103px;
		border: 2px solid #f7921c;
	}

	.step_count {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.section13_steps_right {
		margin-left: 110px;
	}

	.section13_steps_item:nth-child(1) .section13_steps_right {
		padding-top: 0;
	}

	.section13_steps_item:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
	}

	.steps_item_title {
		font-size: 20px;
	}

	.steps_item_text {
		max-width: 200px;
		font-size: 14px;
	}

	.steps_item_text strong {
		font-size: 14px;
	}

	.product {
		right: 85px;
	}

	.checks_item_text {
		font-size: 14px;
	}

	.element_checks {
		margin-left: 0;
		text-align: center;
	}

	.s6_girl {
		left: -50px;
		width: 220px;
	}

	.section18_form_wrapper {
		width: auto;
		max-width: 400px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
		-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	}

	.expert_wrapper {
		padding-bottom: 0;
	}

	.section13_left {
		text-align: center;
	}

	.section13_steps_left {
		width: 120px;
	}

}

@media screen and (max-width: 424px) {

	.header_footer_plank_left {
		margin-right: 0;
	}

	.section7_steps {
		padding: 10px 10px;
	}

	.steps_item_text {
		max-width: 170px;
	}

	.section18_title_wrapper {
		margin-right: 0;
	}

	.section18_form_aside {
		width: 60%;
	}

	.price {
		font-size: 30px;
	}

	.old_price_text {
		font-size: 20px;
	}

	.s18_product {
		left: -150px;
	}

	.section18_form_timer {
		padding: 10px 30% 10px 10px;
	}

	.risks_item_plank {
		width: 95%;
	}

	.risks_item_wrapper:nth-child(1) .risks_item_plank,
	.risks_item_wrapper:nth-child(3) .risks_item_plank,
	.risks_item_wrapper:nth-child(5) .risks_item_plank {
		margin-left: -50px;
		text-align: right;
		padding-left: 60px;
		padding-right: 40px;
		background: linear-gradient(to left, rgba(228, 153, 118, 0.93) 0%, rgb(154, 87, 56) 100%);

	}

	.risks_item_wrapper:nth-child(2) .risks_item_plank,
	.risks_item_wrapper:nth-child(4) .risks_item_plank,
	.risks_item_wrapper:nth-child(6) .risks_item_plank {
		margin-right: -30px;
		text-align: left;
		padding-left: 40px;
		padding-right: 50px;
		background: linear-gradient(to right, rgba(228, 153, 118, 0.93) 0%, rgb(154, 87, 56) 100%);
	}

	.section18_form_wrapper {
		padding: 40px 20px 20px;
	}
}
