*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: 'El Messiri', sans-serif;
	color: #212121;
	direction: rtl;
}

.b-all-conteiner {
	overflow: hidden;
}

a {
	text-decoration: none;
}

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

.b-conteiner {
	max-width: 360px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.b-h1 {
	font-family: 'El Messiri', sans-serif;
	font-weight: 400;
	font-size: 58px;
	line-height: 0.75;
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
}

.b-h1 span {
	font-weight: 700;
}

.b-h1-note {
	font-family: 'El Messiri', cursive;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	position: relative;
	z-index: 10;
}

.b-button {
	border: none;
	outline: none;
	display: block;
	margin: 10px auto 0;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	text-align: center;
	z-index: 10;
	font-family: 'El Messiri', sans-serif;
	padding: 14px;
	width: 100%;
	max-width: 330px;
	overflow: hidden;
	background: linear-gradient(88.36deg, #00d5f2 4.71%, #009dc9 99.02%);
	border: 1px solid #cde3e9;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
}

.b-button span {
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.b-button:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.8s;
	background: linear-gradient(267.89deg, #00d5f2 2.55%, #009dc9 96.54%);
	box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.b-button::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.8s;
	background: linear-gradient(88.36deg, #00d5f2 4.71%, #009dc9 99.02%);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.b-button:hover::before {
	opacity: 1;
}

.b-button:hover::after {
	opacity: 0;
}

.b-button:active::before {
	opacity: 0;
}

.b-button:active::after {
	opacity: 1;
}

.b-form {
	position: relative;
}

.b-price {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	margin-bottom: 40px;
}

.b-price-new {
	width: 55%;
	font-weight: 700;
	font-size: 50px;
	font-family: 'El Messiri', sans-serif;
	line-height: 1;
	padding-left: 40px;
}

.b-price-sale {
	width: 21%;
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
}

.b-price-sale span {
	font-size: 32px;
	font-weight: 700;
	display: block;
}

.b-input,
.b-select {
	padding: 12px 20px;
	width: 100%;
	max-width: 330px;
	background: #ffffff;
	border: 2px solid #fbb6b8;
	border-radius: 30px;
	position: relative;
	margin: 0 auto 5px;
	font-weight: 300;
	font-size: 19px;
	line-height: 28px;
	color: #b8b8b8;
	z-index: 10;
	display: block;
	font-family: 'El Messiri', sans-serif;
	text-align: right;
}
input[type='tel'] {
	direction: ltr;
}

.b-input:active,
.b-input:focus,
.b-select:active,
.b-select:focus {
	outline: none;
}

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

.b-input::-webkit-input-placeholder {
	color: #b8b8b8;
}

.b-input:-moz-placeholder {
	color: #b8b8b8;
}

.b-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/select.png) no-repeat #fff;
	background-position: left 15px center;
}

.b-select-box {
	position: relative;
	width: 290px;
}

.b-select-box::before {
	content: '';
	width: 13px;
	height: 8px;
	display: block;
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 15;
}

.b-img {
	display: block;
	position: relative;
	z-index: 1;
}

.b-web {
	display: none;
}

.b-header {
	padding: 15px 0 30px;
}

.b-header .b-bg-box .b-line {
	display: none;
	position: absolute;
}

.b-header .b-bg-box .b-water {
	display: none;
	position: absolute;
}

.b-header .b-bg-box .b-line-gradient {
	display: none;
	position: absolute;
}

.b-header .b-logo {
	display: block;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 38px;
	font-family: 'El Messiri', sans-serif;
}

.b-header .b-logo img {
	margin: 0 0px -9px 0px;
	width: 33px;
}

.b-header .b-logo .t1 {
	color: #0081e0;
	font-weight: 400;
}

.b-header .b-logo .t2 {
	color: #212121;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: -5px;
}

.b-header .b-img-box {
	width: 100%;
	height: 390px;
	position: relative;
	z-index: 0;
}

.b-header .b-img-box .b-woman {
	position: absolute;
	z-index: 0;
	display: block;
	border-top-right-radius: 110px;
	right: -15px;
	top: 45px;
	width: 284px;
}

.b-header .b-img-box .b-product {
	position: absolute;
	display: block;
	width: 130px;
	z-index: 5;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
	transform: rotate(-12.73deg);
	left: -14px;
	top: -15px;
}

.b-header .b-img-box .b-country {
	position: absolute;
	z-index: 7;
	bottom: 0;
	text-align: left;
	left: 15px;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	font-family: 'El Messiri', cursive;
	width: 120px;
}

.b-header .b-img-box .b-country img {
	width: 29px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-top: -5px;
}

.b-header .b-img-1 {
	position: absolute;
	display: block;
	width: 290px;
	left: -35px;
	top: 109px;
	z-index: 3;
}

.b-header .b-ul {
	margin: -85px 0 40px;
}

.b-header .b-ul .b-li {
	position: relative;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	width: max-content;
}

.b-header .b-ul .b-li::after {
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	bottom: -6px;
	width: calc(100% + 10px);
	height: 15px;
	z-index: -1;
}

.b-header .b-ul .b-li:nth-of-type(1)::after {
	background: url(../img/header_line_1.svg) no-repeat;
	background-size: 100% 100%;
}

.b-header .b-ul .b-li:nth-of-type(2)::after {
	background: url(../img/header_line_2.svg) no-repeat;
	background-size: 100% 100%;
}

.b-header .b-ul .b-li:nth-of-type(3)::after {
	background: url(../img/header_line_3.svg) no-repeat;
	background-size: 100% 100%;
}

.b-wrinkles {
	padding: 30px 0;
}

.b-wrinkles .b-h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	font-family: 'El Messiri', sans-serif;
	text-align: center;
	margin-bottom: 15px;
}

.b-wrinkles .b-h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 15px;
}

.b-wrinkles .b-h4 {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 30px;
}

.b-wrinkles .b-box {
	position: relative;
}

.b-wrinkles .b-woman {
	display: none;
}

.b-wrinkles .b-li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.b-wrinkles .b-li:last-of-type {
	margin-bottom: 0;
}

.b-wrinkles .b-p {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}

.b-wrinkles .b-img {
	display: block;
	width: 100%;
}

.b-wrinkles .b-img-box {
	width: 57px;
	min-width: 57px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 17px;
}

.b-wrinkles .b-img-arrow {
	display: none;
}

.b-why .b-h2 {
	font-weight: 400;
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'El Messiri', sans-serif;
	margin-top: 25px;
}

.b-why .b-h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
}

.b-why .b-h4 {
	font-weight: 400;
	font-size: 45px;
	line-height: 52px;
	text-align: center;
	background: linear-gradient(89.38deg, #f58dcd 5.14%, #f9add3 45.28%, #fec290 129.43%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: 'El Messiri', cursive;
}

.b-why .b-top {
	padding: 26px 0;
	position: relative;
}

.b-why .b-top .b-border {
	width: calc(50vw + 50%);
	height: 1px;
	background: #fae2de;
	position: absolute;
}

.b-why .b-top .b-border::before {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background: #fae2de;
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
}

.b-why .b-top .b-border:first-of-type {
	top: 0;
	right: 0;
}

.b-why .b-top .b-border:first-of-type::before {
	right: 0;
}

.b-why .b-top .b-border:last-of-type {
	bottom: 0;
	left: 0;
}

.b-why .b-top .b-border:last-of-type::before {
	left: 0;
}

.b-why .b-middle .b-box {
	padding: 25px 0 10px;
}

.b-why .b-img-box {
	width: calc(100% + 30px);
	margin-right: -15px;
	position: relative;
	height: 312px;
}

.b-why .b-img-box .b-circle {
	position: absolute;
	display: block;
	height: 281px;
	bottom: 0;
	left: -20px;
	z-index: 0;
	border-top-left-radius: 100px;
}

.b-why .b-img-box .b-woman {
	position: absolute;
	display: block;
	bottom: 0;
	right: -10px;
	z-index: 3;
}

.b-why .b-img-box .b-leaf {
	position: absolute;
	display: block;
	width: 415px;
	bottom: -63px;
	right: -175px;
	z-index: 5;
}

.b-why .b-bottom {
	padding: 25px 0;
}

.b-skin .b-bg {
	display: none;
}

.b-skin .b-logo {
	width: calc(100% + 30px);
	margin: 0 -15px -15px;
	font-weight: 400;
	font-size: 38px;
	line-height: 36px;
	font-family: 'El Messiri', sans-serif;
}

.b-skin .b-logo img {
	width: 102px;
	margin: 0 -17px -26px -5px;
}

.b-skin .b-logo .t1 {
	color: rgba(158, 200, 231, 0.2);
	font-weight: 400;
}

.b-skin .b-logo .t2 {
	color: #f5f5f5;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: -8px;
}

.b-skin .b-h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	font-family: 'El Messiri', sans-serif;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	z-index: 10;
}

.b-skin .b-h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
	text-align: center;
}

.b-skin .b-p {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}

.b-skin .b-img {
	width: 57px;
	min-width: 57px;
	display: block;
	border-radius: 50%;
	margin-left: 17px;
}

.b-skin .b-ul {
	position: relative;
	padding-bottom: 30px;
}

.b-skin .b-ul-li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.b-skin .b-ul-img {
	display: block;
	position: absolute;
	width: 170px;
	right: 68%;
	top: -30px;
}

.b-skin .b-ul-h {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	width: 68%;
	margin-bottom: 25px;
}

.b-skin .b-end {
	padding: 30px 0;
	background: #e3faff;
}

.b-skin .b-end-h {
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.b-skin .b-end-h span {
	font-weight: 400;
}

.b-comparison {
	padding: 30px 0;
}

.b-comparison .b-logo {
	display: block;
	font-size: 30px;
	line-height: 1;
	font-family: 'El Messiri', sans-serif;
}

.b-comparison .b-logo img {
	margin: 0 -6px -7px 0px;
	width: 50px;
}

.b-comparison .b-logo .t1 {
	color: #0081e0;
	font-weight: 400;
}

.b-comparison .b-logo .t2 {
	color: #212121;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: -5px;
}

.b-comparison .b-h2 {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.b-comparison .b-h2 .ww {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}

.b-comparison .b-h2 .b-logo {
	margin-bottom: 20px;
}

.b-comparison .b-h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	padding: 0 15px;
}

.b-comparison .b-h3 span {
	position: relative;
}

.b-comparison .b-h3 span::before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 10px);
	left: -5px;
	bottom: -9px;
	height: 20px;
	background: url(../img/comparison_line_text.svg) no-repeat;
	background-size: 100%;
	z-index: -1;
}

.b-comparison .b-p {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}

.b-comparison .b-top {
	position: relative;
}

.b-comparison .b-top .b-item {
	border-radius: 20px;
	padding: 10px 15px;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.b-comparison .b-top .b-item .b-icon {
	display: block;
	margin-left: 20px;
}

.b-comparison .b-top .b-left {
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}

.b-comparison .b-top .b-left .b-head {
	text-align: center;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.b-comparison .b-top .b-left .b-head img {
	width: 40px;
	display: block;
	margin-left: 10px;
}

.b-comparison .b-top .b-left .b-head p {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}

.b-comparison .b-top .b-left .b-item {
	background: #ebebeb;
}

.b-comparison .b-top .b-right {
	position: relative;
	z-index: 10;
	margin-bottom: 130px;
}

.b-comparison .b-top .b-right .b-head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.b-comparison .b-top .b-right .b-head .b-prod {
	display: block;
	z-index: 0;
	position: relative;
	width: 33px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.b-comparison .b-top .b-right .b-item {
	background: #e3faff;
}

.b-comparison .b-middle {
	margin-bottom: 50px;
}

.b-comparison .b-middle-logo {
	position: absolute;
	bottom: 0;
	left: 23px;
	font-size: 21px;
	line-height: 0.8;
	font-family: 'El Messiri', sans-serif;
	opacity: 0.5;
}

.b-comparison .b-middle-logo img {
	width: 30px;
	display: block;
	margin: 0 0 -7px 39px;
}

.b-comparison .b-middle-logo .t1 {
	display: block;
	color: #0081e0;
	font-weight: 400;
	padding-left: 18px;
	font-size: 16px;
}

.b-comparison .b-middle-logo .t2 {
	display: block;
	color: #212121;
	text-transform: uppercase;
	font-weight: 700;
}

.b-comparison .b-middle .b-img {
	max-width: 100%;
	display: block;
	border-radius: 40px 0;
	position: relative;
	z-index: 0;
}

.b-comparison .b-middle .b-dot {
	font-weight: 400;
	font-size: 24px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	background: linear-gradient(42.55deg, #fbaeda 16.61%, #fec387 87.72%);
	font-family: 'El Messiri', cursive;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	bottom: -18px;
	right: -4px;
	z-index: 5;
}

.b-comparison .b-middle .b-before {
	position: relative;
	margin-bottom: 25px;
}

.b-comparison .b-middle .b-after {
	position: relative;
}

.b-comparison .b-water {
	position: absolute;
	transform: rotate(45deg);
	display: block;
	left: -83px;
	width: 334px;
	bottom: -364px;
	z-index: 0;
}

.b-comparison .b-bottom {
	position: relative;
	width: 330px;
	margin-left: -15px;
}

.b-comparison .b-bottom .b-img-1 {
	display: block;
	width: 662px;
    margin-right: -123px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.b-comparison .b-bottom .b-product-1 {
	    position: absolute;
    display: block;
    width: 130px;
    z-index: 5;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
    transform: rotate(-12.73deg);
    right: 100px;
    top: 95px;
}

.b-comparison .b-bottom .b-video {
	display: block;
	max-width: 100%;
	position: relative;
	z-index: 10;
}

.b-science {
	padding: 30px 0 10px;
}

.b-science .b-h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	margin-bottom: 25px;
	font-family: 'El Messiri', sans-serif;
}

.b-science .b-p {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}

.b-science .b-item {
	position: relative;
	padding-bottom: 50px;
}

.b-science .b-item::after {
	content: '';
	display: block;
	width: calc(100% + 30px);
	position: absolute;
	left: -15px;
	bottom: 23px;
	height: 2px;
	background: #fae2de;
}

.b-science .b-item:last-of-type::after {
	display: none;
}

.b-science .b-item .b-fx {
	display: flex;
}

.b-science .b-item-box {
	position: relative;
}

.b-science .b-item .b-head {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	width: 100%;
	margin-bottom: 20px;
}

.b-science .b-item .b-icon {
	width: 74px;
	display: block;
	margin-left: 15px;
	height: max-content;
}

.b-science .b-img-box {
width: 100%;
     padding-top: 64px;
    position: relative;
}

.b-science .b-img-box::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 4px;
	z-index: 7;
	background: linear-gradient(89.38deg, #f58dcd 5.14%, #f9add3 45.28%, #fec290 129.43%);
}

.b-science .b-img-box .b-water {
	width: 525px;
	transform: rotate(66deg) scale(-1, 1);
	display: block;
	position: absolute;
	right: -88px;
	top: -130px;
	z-index: 0;
}

.b-science .b-img-box .b-product-2 {
	width: 208px;
	display: block;
	margin: 0 auto;
	z-index: 5;
	position: relative;
}

.b-science .b-img-logo {
	position: absolute;
	top: 4px;
	right: 0px;
	font-size: 24px;
	line-height: 0.8;
	width: 154px;
	height: 154px;
	z-index: 10;
	font-family: 'El Messiri', sans-serif;
	overflow: hidden;
	padding: 15px 15px 0 0;
}

.b-science .b-img-logo img {
	width: 34px;
	display: block;
	margin: 0 42px -6px 0;
	position: relative;
	z-index: 5;
}

.b-science .b-img-logo .t1 {
	display: block;
	color: #0081e0;
	font-weight: 400;
	padding-right: 17.5px;
	font-size: 20px;
	position: relative;
	z-index: 5;
}

.b-science .b-img-logo .t2 {
	display: block;
	color: #212121;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 5;
	letter-spacing: -1px;
}

.b-science .b-img-logo .circle {
	width: 310px;
	height: 310px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: linear-gradient(62.09deg, #f58dcd 50.02%, #f9add3 59.21%, #fec290 86.76%);
	border-radius: 50%;
	transform: matrix(0, 1, -1, 0, 0, 0);
}

.b-science .b-img-bg {
	width: 100%;
	height: 357px;
	background-size: cover;
	margin-top: 50px;
}

.b-science .b-img-bg video {
	width: 100%;
	border-radius: 0;
}

.b-juvenility {
	padding: 60px 0;
}

.b-juvenility .b-bg-1 {
	display: none;
}

.b-juvenility .b-h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	font-family: 'El Messiri', sans-serif;
	margin-bottom: 15px;
	position: relative;
	z-index: 10;
}

.b-juvenility .b-h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 28px;
	font-family: 'El Messiri', cursive;
	margin-bottom: 85px;
	position: relative;
	z-index: 10;
}

.b-juvenility .b-h3 span {
	display: block;
}

.b-juvenility .b-item {
	margin-bottom: 25px;
}

.b-juvenility .b-item:last-of-type {
	margin-bottom: 0;
}

.b-juvenility .b-item .b-head {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	position: relative;
	margin-bottom: 15px;
}

.b-juvenility .b-item .b-head .line1 {
	display: block;
	position: absolute;
	right: -5px;
	top: 25px;
	z-index: -1;
	width: 63px;
}

.b-juvenility .b-item .b-head .line2 {
	display: block;
	position: absolute;
	right: -11px;
	width: 45px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.b-juvenility .b-item .b-head .line3 {
	display: block;
	position: absolute;
	right: 2px;
	top: 22px;
	z-index: -1;
}

.b-juvenility .b-item .b-point {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	padding-right: 30px;
	position: relative;
}

.b-juvenility .b-item .b-point .yes {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
}

.b-juvenility .b-img-box {
	height: 465px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.b-juvenility .b-img-box .b-woman {
	position: absolute;
	display: block;
	height: 365px;
	top: 0;
	right: -20px;
	border-radius: 0 120px 0px 0px;
	z-index: 0;
	overflow: hidden;
	width: 345px;
}

.b-juvenility .b-img-box .b-woman img {
	display: block;
	width: 100%;
	margin-top: -87px;
}

.b-juvenility .b-img-box .b-product {
	position: absolute;
	display: block;
	width: 125px;
	z-index: 5;
	filter: drop-shadow(18px 4px 20px rgba(0, 0, 0, 0.2));
	transform: rotate(-13.37deg);
	right: 198px;
	top: 110px;
}

.b-juvenility .b-img-box .b-circle {
	position: absolute;
	display: block;
	width: 200px;
	right: -8px;
	top: 252px;
	z-index: 3;
}

.b-juvenility .b-img-box .b-leaf {
	position: absolute;
	display: block;
	z-index: 2;
	top: -246px;
	right: 5px;
	width: 300px;
	transform: rotate(8.93deg);
}

.b-juvenility .b-img-box .b-line {
	position: absolute;
	display: block;
	width: 464px;
	z-index: 1;
}

.b-juvenility .b-img-box .b-line.l1 {
	top: -110px;
	right: -105px;
	transform: matrix(0.99, -0.15, -0.15, 0.99, 0, 0);
}

.b-juvenility .b-img-box .b-line.l2 {
	bottom: 66px;
	right: -90px;
	transform: rotate(-8deg) scale(1, -1);
}

.b-juvenility .b-img-logo {
	position: absolute;
	top: 300px;
	right: 20px;
	font-size: 28px;
	line-height: 0.8;
	font-family: 'El Messiri', sans-serif;
	z-index: 4;
}

.b-juvenility .b-img-logo img {
	width: 50px;
	display: block;
	margin: 0 45px -8px 0;
}

.b-juvenility .b-img-logo .t1 {
	display: block;
	color: #0081e0;
	font-weight: 400;
	padding-right: 20px;
	font-size: 22px;
}

.b-juvenility .b-img-logo .t2 {
	display: block;
	color: #212121;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -2px;
}

.b-result .b-top {
	position: relative;
	padding-top: 35px;
	margin-bottom: 40px;
}

.b-result .b-top .b-bg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	display: block;
}

.b-result .b-top .b-bg-box {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}

.b-result .b-top .b-h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	font-family: 'El Messiri', sans-serif;
}

.b-result .b-top .b-h3 {
	font-weight: 400;
	font-size: 40px;
	line-height: 63px;
	text-align: center;
	color: #ffffff;
	font-family: 'El Messiri', cursive;
}

.b-result .b-top .b-h3 .numb {
	font-weight: 700;
	font-size: 100px;
	line-height: 97px;
	background: linear-gradient(46.07deg, #e04fa8 38.11%, #f58dcd 61.12%, #f9add3 77.79%, #fec290 90.6%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	padding-right: 10px;
}

.b-result .b-top .b-woman {
	display: block;
	width: 302px;
	margin-left: calc(50% - 140px);
}

.b-result .b-form {
	padding: 50px 0 60px;
}

.b-result .b-form-bg {
	position: absolute;
	top: 0;
	width: 484px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.b-result .b-form-box {
	padding-bottom: 40px;
}

.b-result .b-form-box .b-h4 {
	font-weight: 400;
	font-size: 32px;
	line-height: 51px;
	text-align: center;
	font-family: 'El Messiri', cursive;
}

.b-result .b-form-box .b-sale {
	font-weight: 500;
	font-size: 54px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.b-result .b-form-box .b-price {
	font-weight: 700;
	font-size: 80px;
	line-height: 80px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	font-family: 'El Messiri', sans-serif;
}

.b-result .b-form-box .b-input,
.b-result .b-form-box .b-select {
	border: none;
	margin-bottom: 15px;
}

.b-result .b-middle {
	position: relative;
}

.b-result .b-middle .b-head {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.b-result .b-middle .b-item {
	display: flex;
	align-items: center;
}

.b-result .b-middle .b-item-box {
	margin-bottom: 20px;
}

.b-result .b-middle .b-icon {
	width: 65px;
	height: 96px;
	margin-left: 25px;
	display: block;
}

.b-result .b-middle .b-p {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}

.b-result .b-middle .b-note {
	display: none;
}

.b-result .b-bottom {
	padding-top: 36px;
	position: relative;
}

.b-result .b-bottom::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	top: 0;
	background: #fae2de;
	height: 2px;
}

.b-result .b-bottom .b-head {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	position: relative;
	padding-top: 36px;
	margin-bottom: 35px;
}

.b-result .b-bottom .b-head span {
	font-weight: 400;
	line-height: 30px;
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}

.b-result .b-bottom .b-note {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}

.b-result .b-bottom .b-item {
	background: #fae2de;
	border-radius: 0px 0px 40px 40px;
	padding: 1px 13px 13px;
	margin-bottom: 70px;
}

.b-result .b-bottom .b-item:last-child {
	margin-bottom: 25px;
}

.b-result .b-bottom .b-item-box {
	padding-top: 47px;
}

.b-result .b-bottom .b-item-box .b-box {
	width: 100%;
	border-radius: 40px;
	overflow: hidden;
}

.b-result .b-bottom .b-item .b-numb {
	width: 74px;
	height: 74px;
	background: linear-gradient(#f58dcd 0%, #f9add3 50%, #fec290 100%);
	border-radius: 50%;
	position: relative;
	margin: -47px auto 15px;
}

.b-result .b-bottom .b-item .b-numb p {
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
	z-index: 10;
	width: 54px;
	height: 54px;
	line-height: 58px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: #212121;
	font-weight: 400;
	font-size: 24px;
	font-family: 'El Messiri', sans-serif;
}

.b-result .b-bottom .b-item-p {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	text-align: center;
}

.b-result .b-bottom .b-item-img {
	border-radius: 40px;
	overflow: hidden;
	width: 100%;
	position: relative;
	width: 304px;
	height: 196px;
	margin-left: calc(50% - 152px);
}

.b-result .b-bottom .b-item .twentytwenty-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 40;
	width: 37px;
	height: 36px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	background: url(../img/result_switch.svg);
}

.b-result .b-bottom .b-item .twentytwenty-container {
	position: relative;
	z-index: 0;
	box-sizing: content-box;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.b-result .b-bottom .b-item .twentytwenty-container img {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	right: 0;
}

.b-result .b-bottom .b-item .twentytwenty-horizontal .twentytwenty-handle:before,
.b-result .b-bottom .b-item .twentytwenty-horizontal .twentytwenty-handle:after,
.b-result .b-bottom .b-item .twentytwenty-vertical .twentytwenty-handle:before,
.b-result .b-bottom .b-item .twentytwenty-vertical .twentytwenty-handle:after {
	position: absolute;
	z-index: 30;
	display: block;
	content: ' ';
	background: #fff;
}

.b-result .b-bottom .b-item .twentytwenty-horizontal .twentytwenty-handle:before {
	left: 50%;
	width: 2px;
	height: 82px;
	top: -80px;
	margin-left: -1px;
}

.b-result .b-bottom .b-item .twentytwenty-horizontal .twentytwenty-handle:after {
	left: 50%;
	width: 2px;
	height: 85px;
	bottom: -84px;
	margin-left: -1px;
}

.b-result .b-bottom .b-item .result-img {
	position: relative;
	z-index: 3;
	width: 100%;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.b-result .b-bottom .b-item .result-img::before {
	content: '';
	position: absolute;
	display: block;
	right: 15px;
	bottom: 10px;
	width: 77px;
	height: 48px;
	z-index: 5;
	background: url(../img/logo_2.png) no-repeat;
	background-size: cover;
}

.b-comments {
	padding: 60px 0;
}

.b-comments .b-h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	text-align: center;
	position: relative;
	padding-left: 120px;
	font-family: 'El Messiri', sans-serif;
	margin-bottom: 120px;
	z-index: 10;
}

.b-comments .b-h2 .water {
	display: block;
	width: 364px;
	right: -111px;
	top: 33px;
	transform: rotate(-73.66deg) scale(1, -1);
	position: absolute;
	z-index: 0;
}

.b-comments .b-h2 .logo {
	font-family: 'El Messiri', sans-serif;
	text-align: right;
	position: relative;
	padding-top: 45px;
	line-height: 0.8;
  direction:ltr;
}

.b-comments .b-h2 .logo img {
	width: 55px;
	font-size: 40px;
	position: absolute;
	right: 83px;
	top: 0;
}

.b-comments .b-h2 .logo .t1 {
	color: #0081e0;
	display: block;
	margin-right: 30px;
}

.b-comments .b-h2 .logo .t2 {
	font-weight: 700;
	text-transform: uppercase;
}

.b-comments .b-h2 .prod {
	display: block;
	position: absolute;
	width: 115px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
	transform: rotate(-10.71deg);
	top: -35px;
	left: 5px;
}

.b-comments .b-video {
	position: absolute;
	z-index: 5;
	display: block;
	top: 48px;
	right: 30px;
	width: 271px;
	border-radius: 36px;
	height: 563px;
	overflow: hidden;
}

.b-comments .b-video video {
	display: block;
	height: 100%;
}

.b-comments .b-video-box {
	position: relative;
	width: 330px;
	height: 663px;
	z-index: 5;
	margin-right: calc(50% - 165px);
}

.b-comments .b-video-box .b-bg {
	width: 857px;
	height: 663px;
	background: #fae2de;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 40px;
	position: absolute;
	right: -100px;
	font-family: 'El Messiri', sans-serif;
	font-weight: 400;
	font-size: 300px;
	line-height: 0.8;
	color: #ffffff;
	padding: 100px 50px 50px 190px;
	overflow: hidden;
	z-index: 0;
}

.b-comments .b-video-box .b-bg .text1 {
	opacity: 0.4;
}

.b-comments .b-video-box .b-bg .text2 {
	opacity: 0.4;
	text-transform: uppercase;
}

.b-comments .b-video-box .b-border {
	position: absolute;
	background: url(../img/comments_phone.png) no-repeat;
	width: 283px;
	height: 584px;
	top: 46px;
	right: 23px;
	z-index: 7;
}

.b-comments .b-video-box .b-play {
	position: absolute;
	display: block;
	z-index: 10;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	cursor: pointer;
	transition: 0.6s;
}

.b-comments .b-video-box .b-play img {
	display: block;
	margin: auto;
}

.b-comments .b-item {
	padding: 50px 219px;
	width: 768px;
	margin-right: calc(50% - 384px);
}

.b-comments .b-item:nth-of-type(even) {
	background: #fae2de;
}

.b-comments .b-slider {
	width: 260px;
	height: 356px;
	padding: 10px;
	background: linear-gradient(69.55deg, #f58dcd 0%, #fbaeda 42%, #fec387 71%);
	border-radius: 48px 48px 0px 48px;
	position: absolute;
	left: calc(50% - 115px);
	top: calc(50% - 176px);
	transition: 0.6s;
}

.b-comments .b-slider.p1 {
	z-index: 1;
	opacity: 0.3;
	transform: translate(-48px, -48px);
	padding: 0;
}

.b-comments .b-slider.p1 .logo {
	opacity: 0;
}

.b-comments .b-slider.p1 .boreder {
	opacity: 0;
	transform: translate(10px, 15px);
}

.b-comments .b-slider.p2 {
	z-index: 5;
}

.b-comments .b-slider.p3 {
	z-index: 1;
	opacity: 0.3;
	transform: translate(48px, 48px);
	padding: 0;
}

.b-comments .b-slider.p3 .logo {
	opacity: 0;
}

.b-comments .b-slider.p3 .boreder {
	opacity: 0;
	transform: translate(10px, 15px);
}

.b-comments .b-slider-box {
	width: 360px;
	height: 450px;
	position: relative;
	margin-left: -15px;
	margin-bottom: 30px;
}

.b-comments .b-slider-box .img {
	display: block;
	border-radius: 40px 40px 0px 40px;
	width: 100%;
}

.b-comments .b-slider-box .boreder {
	position: absolute;
	right: 10px;
	bottom: 9px;
	background: linear-gradient(42.55deg, #fbaeda 16.61%, #fec387 87.72%);
	border-radius: 40px 0px 0px 0px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 32px;
	font-family: 'El Messiri', cursive;
	min-width: 105px;
	padding-left: 10px;
	transition: 0.6s;
}

.b-comments .b-slider-box .logo {
	position: absolute;
	display: block;
	left: 25px;
	bottom: 15px;
	width: 105px;
	transition: 0.6s;
}

.b-comments .b-arrow-left {
	display: block;
	cursor: pointer;
	position: absolute;
	left: 41px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}

.b-comments .b-arrow-right {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) scale(-1, 1);
	z-index: 20;
}

.b-comments .b-h5 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
	text-align: center;
}

.b-comments .b-p {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}

.b-points {
	position: relative;
	z-index: 6;
}

.b-points .b-ul {
	position: relative;
	padding: 25px 0;
	margin-bottom: 25px;
}

.b-points .b-ul .b-li {
	padding-right: 40px;
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	position: relative;
}

.b-points .b-ul .b-li .b-icon {
	content: '';
	position: absolute;
	display: block;
	width: 17px;
	right: 11px;
	top: 3px;
}

.b-points .b-ul .b-circle {
	width: 149px;
	height: 149px;
	background: #fae2de;
	right: -75px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	position: absolute;
}

.b-points .b-mark {
	width: 155px;
	height: 155px;
	position: absolute;
	left: -15px;
	top: 40px;
}
.b-points .b-mark-text {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}

.b-points .b-mark .bg {
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	width: 100%;
}

.b-points .b-mark .text {
	position: relative;
	z-index: 10;
}

.b-points .b-mark .text text {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: -18.7px;
}

.b-points .b-top .b-img-box {
	border-radius: 0px ;
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 10px;
}

.b-points .b-top .b-img-box .logo {
	position: absolute;
	display: block;
	width: 30%;
	bottom: 0;
	max-width: 105px;
}

.b-points .b-top .b-img-box .logo.l1 {
	right: 45px;
}

.b-points .b-top .b-img-box .logo.l2 {
	left: 0;
}

.b-points .b-top .b-img-1 {
	display: block;
	width: 45.458%;
}

.b-points .b-top .b-img-2 {
	display: block;
	width: 45.458%;
}

.b-points .b-logo {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	font-family: 'El Messiri', sans-serif;
	width: max-content;
	margin: 0 auto;
}

.b-points .b-logo img {
	width: 52px;
}

.b-points .b-logo .t1 {
	color: #0081e0;
	margin: 0 -7px;
}

.b-points .b-h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
	padding-left: 85px;
}

.b-points .b-bottom {
	position: relative;
}

.b-points .b-bottom .b-box {
	position: relative;
}

.b-points .b-bottom .logo {
	position: absolute;
	display: block;
	width: 105px;
	bottom: 0;
	right: 0;
}

.b-points .b-bottom .b-item-1 {
	border-radius: 0 120px 0px 0px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.b-points .b-bottom .b-item-2 {
	border-radius: 0px 0px 0 120px;
	position: relative;
	overflow: hidden;
}

.b-points .b-bottom .b-img-3 {
	display: block;
	max-width: 100%;
}

.b-points .b-bottom .b-img-4 {
	display: block;
	max-width: 100%;
}

.b-effects {
	position: relative;
	z-index: 5;
}

.b-effects .b-h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	position: relative;
	z-index: 10;
	font-family: 'El Messiri', sans-serif;
}

.b-effects .b-prod {
	display: block;
	position: absolute;
	z-index: 5;
	width: 250px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
	transform: rotate(14.46deg);
	right: 35px;
	top: 8px;
}

.b-effects .b-prod-box {
	position: relative;
	padding: 265px 20px 255px;
	max-width: 330px;
	z-index: 5;
}

.b-effects .b-prod-box .b-bg-1 {
	display: block;
	position: absolute;
	z-index: 1;
	top: 74px;
	left: 50%;
	transform: translateX(-50%);
}

.b-effects .b-prod-box .b-bg-2 {
	display: block;
	position: absolute;
	z-index: 7;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
}

.b-effects .b-prod-box .b-leaf-1 {
	display: block;
	position: absolute;
	z-index: 9;
	right: 192px;
	width: 438px;
	top: -61px;
}

.b-effects .b-prod-box .b-leaf-2 {
	display: none;
	position: absolute;
	z-index: 9;
}

.b-effects .b-item {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	padding: 12px 45px 12px 0;
	position: relative;
	z-index: 5;
}

.b-effects .b-item::before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	right: 10px;
	height: 1px;
	top: calc(50% - 0.5px);
	background: #eebeb6;
}

.b-effects .b-item::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	right: 9px;
	height: 100%;
	top: 0;
	background: #eebeb6;
	z-index: 0;
}

.b-effects .b-item:nth-of-type(2) {
	padding-top: 20px;
}

.b-effects .b-item:nth-of-type(2)::after {
	height: calc(100% + 30px);
	top: -30px;
}

.b-effects .b-item:nth-of-type(2)::before {
	top: calc(50% - -2.5px);
}

.b-effects .b-item:last-of-type::after {
	height: calc(50% + 1px);
}

.b-effects .b-item-box {
	position: relative;
	max-width: 330px;
	z-index: 10;
}

.b-effects .b-item-box .b-head {
	background: #fae2de;
	border-radius: 0px 40px;
	padding: 15px 25px 15px 35px;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	position: relative;
	z-index: 10;
}

.b-effects .b-item-box .b-head .numb {
	font-weight: 700;
	font-size: 50px;
}

.b-application {
	padding: 50px 0;
	direction: ltr;
}
@media(min-width:768px){
.b-application { 
	direction: rtl;
}}
.b-application .b-arrow-left {
	display: block;
	position: absolute;
	height: 36px;
	top: 82px;
	left: 0;
	z-index: 10;
	cursor: pointer;
	transition: 0.6s;
}

.b-application .b-arrow-right {
	display: block;
	position: absolute;
	height: 36px;
	top: 82px;
	left: 205px;
	z-index: 10;
	cursor: pointer;
	transform: scale(-1, 1);
	transition: 0.6s;
}

.b-application .b-bg {
	display: none;
}

.b-application .b-p {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	margin-top: 25px;
}

.b-application .b-img {
	display: block;
	position: relative;
}

.b-application .b-img-box {
	padding: 20px;
	width: 197px;
	background: linear-gradient(90deg, #f58dcd 0, #f9add3 50%, #fec290 100%);
	opacity: 0.55;
	transition: 0.6s;
	margin-left: 15px;
	border-radius: 50%;
}

.b-application .b-item {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
	min-height: 350px;
}

.b-application .b-item-box {
	position: relative;
}

.b-application .b-item-box .b-box {
	display: flex;
	transition: 0.5s;
	opacity: 0;
}

.b-application .b-item .b-numb {
	font-weight: 700;
	font-size: 100px;
	line-height: 78px;
	min-width: 70px;
	text-align: center;
	color: #fae2de;
}

.b-application .b-item:nth-of-type(2) {
	z-index: 5;
}

.b-application .b-item:nth-of-type(2) .b-img-box {
	margin-left: 70px;
	opacity: 0.45;
}

.b-application .b-item:nth-of-type(3) {
	z-index: 3;
}

.b-application .b-item:nth-of-type(3) .b-img-box {
	margin-left: 120px;
	opacity: 0.25;
}

.b-application .b-item.active {
	position: relative;
	z-index: 10;
}

.b-application .b-item.active .b-box {
	opacity: 1;
}

.b-application .b-item.active .b-img-box {
	opacity: 1;
}

.b-application .b-item.active:nth-of-type(2) ~ .b-arrow-left {
	transform: translateX(55px);
}

.b-application .b-item.active:nth-of-type(2) ~ .b-arrow-right {
	transform: translateX(55px) scale(-1, 1);
}

.b-application .b-item.active:nth-of-type(3) ~ .b-arrow-left {
	transform: translateX(105px);
}

.b-application .b-item.active:nth-of-type(3) ~ .b-arrow-right {
	transform: translateX(105px) scale(-1, 1);
}

.b-application .b-btn {
	border-radius: 50%;
	margin: 0 5px;
	width: 17px;
	height: 17px;
	background: #fae2de;
}

.b-application .b-btn.active {
	background: linear-gradient(42.55deg, #fbaeda 16.61%, #fec387 87.72%);
}

.b-application .b-btn-box {
	padding-top: 55px;
	display: flex;
	justify-content: center;
}
.b-order {
	padding: 50px 0;
}

.b-order .b-h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	margin-bottom: 5px;
	margin-right: 63px;
	font-family: 'El Messiri', sans-serif;
}

.b-order .b-p {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}

.b-order .b-logo {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	font-family: 'El Messiri', sans-serif;
	width: max-content;
	margin: 0;
}

.b-order .b-logo img {
	width: 52px;
	margin-top: -30px;
}

.b-order .b-logo .t1 {
	color: #0081e0;
	margin: 0 -7px;
}

.b-order .b-top {
	margin-bottom: 30px;
}

.b-order .b-middle {
	width: 330px;
}

.b-order .b-middle .logo {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 5;
}

.b-order .b-middle .img {
	display: block;
	max-width: 100%;
}

.b-order .b-middle .b-img-1 {
	position: relative;
	margin: 0 auto -75px;
	z-index: 3;
	width: 193px;
	border-radius: 60px 0px 0px 0px;
	overflow: hidden;
}

.b-order .b-middle .b-img-2 {
	position: relative;
	z-index: 1;
	border-radius: 120px 0px  ;
	overflow: hidden;
}

.b-order .b-middle .b-product {
	width: 330px;
	height: 590px;
	position: relative;
}

.b-order .b-middle .b-product .water {
	display: block;
	position: absolute;
	right: 82px;
	top: -169px;
	width: 598px;
	transform: rotate(-103.67deg) scale(1, -1);
	z-index: 1;
}

.b-order .b-middle .b-product .prod1 {
	display: block;
	position: absolute;
	right: 20px;
	top: 95px;
	width: 110px;
	z-index: 5;
	filter: blur(3px) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
	transform: rotate(-8.09deg);
}

.b-order .b-middle .b-product .prod2 {
	display: block;
	position: absolute;
	right: 55px;
	top: 15px;
	width: 210px;
	z-index: 7;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
	transform: rotate(16deg);
}

.b-order .b-bottom .b-item {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.b-order .b-bottom .b-numb {
	margin-left: 30px;
}

.b-order .b-bottom .b-numb img {
	display: block;
	width: 70px;
}

.b-order .b-bottom .b-numb p {
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
}

.b-footer {
	padding: 50px 0 0;
}

.b-footer .b-logo {
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	font-family: 'El Messiri', sans-serif;
	width: max-content;
	margin: 0 auto 30px;
}

.b-footer .b-logo img {
	width: 52px;
	margin-top: -30px;
}

.b-footer .b-logo .t1 {
	color: #0081e0;
	margin: 0 -7px;
}

.b-footer .b-logo .t2 {
	font-weight: 700;
	text-transform: uppercase;
}

.b-footer .b-h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-family: 'El Messiri', sans-serif;
	text-align: center;
}

.b-footer .b-h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
	text-align: center;
}

.b-footer .b-line {
	width: 383px;
	display: block;
	margin-right: calc(50% - 192.5px);
}

.b-footer .b-h4 {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	font-family: 'El Messiri', cursive;
	text-align: center;
}

.b-footer .b-sale {
	font-weight: 500;
	font-size: 54px;
	line-height: 60px;
	margin-bottom: 25px;
	text-align: center;
}

.b-footer .b-h6 {
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px;
}

.b-footer .b-p {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	text-align: center;
}

.b-footer .b-product {
	display: none;
}

.b-footer .b-form-box {
	width: 330px;
	position: relative;
	padding: 40px 0 30px;
}

.b-footer .b-form-bg {
	width: 664px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 0;
}

.b-footer .b-price {
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	text-align: center;
	font-family: 'El Messiri', sans-serif;
	margin: 0 auto 15px;
	display: block;
}

.b-footer .b-select,
.b-footer .b-input {
	border: none;
	margin-bottom: 15px;
}

.b-footer .b-button {
	margin-top: 25px;
}

@media screen and (max-width: 359px) {
	.b-points .b-mark {
		top: 60px;
	}
	.b-comparison .b-bottom {
		width: 290px;
	}
	.b-h1 {
		font-size: 52px;
	}
	.b-skin .b-logo {
		font-size: 34px;
	}
	.b-skin .b-logo img {
		width: 95px;
	}
	.b-comparison .b-logo img {
		width: 38px;
	}
	.b-juvenility .b-img-box .b-product {
		right: 165px;
	}
	.b-comments .b-h2 {
		padding-left: 125px;
	}
	.b-comments .b-h2 .prod {
		width: 85px;
	}
	.b-comments .b-item {
		padding: 50px 249px;
	}
	.b-comments .b-slider-box {
		right: -30px;
	}
	.b-order .b-middle {
		margin-right: calc(50% - 165px);
	}
	.b-footer .b-logo {
		font-size: 34px;
	}
	.b-footer .b-h2 {
		font-size: 31px;
	}
	.b-footer .b-form-box {
		width: 290px;
	}
	.b-application .b-item-box {
		width: 290px;
		margin-right: calc(50% - 145px);
	}
	.b-application .b-item-box .b-box {
		padding: 0 15px;
	}
}

@media screen and (min-width: 768px) {
	.b-points .b-top .b-img-box {
		border-bottom-right-radius: 130px;
	}
	.b-conteiner {
		max-width: 768px;
	}
	.b-header .b-top {
		padding-left: 380px;
	}
	.b-header .b-img-box {
		width: 360px;
		position: absolute;
		left: -20px;
		top: 0;
	}
	.b-header .b-img-box .b-woman {
		width: 330px;
		border-radius: 0 130px 130px 0;
		right: -50px;
	}
	.b-header .b-img-box .b-product {
		width: 140px;
		left: 30px;
		top: -10px;
	}
	.b-header .b-img-box .b-country {
		width: 250px;
		bottom: auto;
		top: 6px;
		left: 43%;
	}
	.b-header .b-img-1 {
		width: 350px;
		left: 0;
	}
	.b-header .b-ul {
		margin-top: 30px;
	}
	.b-header .b-bottom {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.b-wrinkles .b-box {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.b-wrinkles .b-woman {
		position: relative;
		display: block;
		width: 310px;
		z-index: 1;
		border-radius: 0px 90px;
	}
	.b-wrinkles .b-ul {
		width: 407px;
		margin-right: -10px;
		position: relative;
		z-index: 10;
	}
	.b-wrinkles .b-li {
		position: relative;
		z-index: 10;
		margin-bottom: 20px;
	}
	.b-wrinkles .b-img {
		border: 4px solid #fae2de;
		border-radius: 50%;
	}
	.b-wrinkles .b-img-arrow {
		display: block;
		opacity: 0.5;
		position: absolute;
		background: #fff;
		height: 1px;
		right: 0;
		top: calc(50% - 0.5px);
		transform: translateX(-100%);
		z-index: 5;
	}
	.b-wrinkles .b-img-arrow::before {
		content: '';
		display: block;
		position: absolute;
		right: -17px;
		top: calc(50% - 12px);
		z-index: 0;
		border-radius: 50%;
		width: 23px;
		height: 23px;
		opacity: 0.6;
		background: #fff;
	}
	.b-wrinkles .b-img-arrow::after {
		content: '';
		display: block;
		position: absolute;
		right: -11px;
		top: calc(50% - 5.5px);
		z-index: 1;
		border-radius: 50%;
		width: 11px;
		height: 11px;
		background: #fff;
	}
	.b-wrinkles .b-img-arrow.a1 {
		width: 165px;
	}
	.b-wrinkles .b-img-arrow.a2 {
		width: 105px;
	}
	.b-wrinkles .b-img-arrow.a3 {
		width: 88px;
	}
	.b-wrinkles .b-img-arrow.a4 {
		width: 60px;
	}
	.b-why .b-top .b-border {
		width: calc(50vw + 18.9%);
	}
	.b-why .b-top .b-border:first-of-type {
		left: 31.8%;
	}
	.b-why .b-top .b-border:last-of-type {
		right: 31.8%;
	}
	.b-why .b-middle {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.b-why .b-middle .b-box {
		width: 45%;
		order: 2;
		padding: 0;
	}
	.b-why .b-img-box {
		width: 45%;
		order: 1;
	}
	.b-skin .b-logo {
		margin: 0 auto 0px;
		font-size: 60px;
		line-height: 1;
		transform: translateX(-60px);
	}
	.b-skin .b-logo img {
		width: 140px;
		margin: 0 0 -33px -25px;
	}
	.b-skin .b-ul {
		width: 72%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-right: 35px;
	}
	.b-skin .b-ul-li {
		width: 48%;
		margin-bottom: 30px;
	}
	.b-skin .b-ul-li:nth-of-type(1) {
		order: 3;
	}
	.b-skin .b-ul-li:nth-of-type(2) {
		order: 5;
	}
	.b-skin .b-ul-li:nth-of-type(3) {
		order: 4;
	}
	.b-skin .b-ul-li:nth-of-type(4) {
		order: 6;
	}
	.b-skin .b-ul-img {
		width: 300px;
		right: 105%;
		top: 10px;
	}
	.b-skin .b-ul-h {
		text-align: right;
		width: 100%;
	}
	.b-comparison {
		padding: 50px 0;
	}
	.b-comparison .b-h2 .b-logo {
		display: inline-block;
	}
	.b-comparison .b-top {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.b-comparison .b-top .b-left {
		width: 48%;
		margin-bottom: 0;
	}
	.b-comparison .b-top .b-left .b-head {
		align-items: flex-end;
	}
	.b-comparison .b-top .b-right {
		width: 48%;
		margin-bottom: 0;
	}
	.b-comparison .b-top .b-right .b-head {
		margin-bottom: 0;
	}
	.b-comparison .b-middle {
		display: flex;
		justify-content: space-between;
	}
	.b-comparison .b-middle .b-before {
		width: 48%;
		height: 166px;
		margin-bottom: 0;
	}
	.b-comparison .b-middle .b-after {
		width: 48%;
		height: 166px;
	}
	.b-comparison .b-middle .b-after .b-dot {
		left: auto;
		right: -4px;
	}
	.b-comparison .b-middle .b-after .b-middle-logo {
		right: auto;
		left: 10px;
	}
	.b-comparison .b-water {
		right: -233px;
		bottom: -531px;
	}
	.b-comparison .b-bottom {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.b-comparison .b-bottom .b-img-1 {
		margin-right: -95px;
	}
	.b-comparison .b-bottom .b-video {
		border-radius: 20px 0;
		position: absolute;
		left: 40px;
		top: 119px;
		z-index: 0;
	}
	.b-comparison .b-bottom .b-product-1 {
		top: 57px;
		right: 137px;
	}
	.b-science .b-img-box {
		display: flex;
		padding: 0;
		width: 100%;
		margin-right: 0;
	}
	.b-science .b-img-box .b-product-2 {
		margin: 30px auto;
	}
	.b-science .b-img-bg {
		margin: 0;
		border-radius: 0 0 160px 0;
		width: 440px;
	}
	.b-science .b-img-bg video {
		border-radius: 0 0 160px 0;
	}
	.b-juvenility .b-conteiner {
		padding-right: 395px;
	}
	.b-juvenility .b-img-box {
		position: absolute;
		right: 0;
		top: 130px;
	}
	.b-juvenility .b-img-box .b-leaf {
		top: -231px;
		right: 26px;
		width: 300px;
		transform: rotate(-4.07deg);
	}
	.b-result {
		padding: 125px 0 50px;
	}
	.b-result .b-top {
		padding-bottom: 35px;
		max-width: 768px;
		margin: 0 auto 40px;
		height: auto;
	}
	.b-result .b-top .b-bg-box {
		border-radius: 0px 40px;
	}
	.b-result .b-top .b-conteiner {
		padding-right: 55%;
	}
	.b-result .b-top .b-woman {
		right: 25px;
		bottom: -35px;
		position: absolute;
		margin: 0;
		width: 400px;
	}
	.b-result .b-form-box {
		display: none;
	}
	.b-result .b-middle .b-head {
		margin-bottom: 20px;
	}
	.b-result .b-middle .b-item {
		width: 48%;
	}
	.b-result .b-middle .b-item-box {
		display: flex;
		justify-content: space-between;
	}
	.b-result .b-bottom .b-head {
		padding-top: 15px;
	}
	.b-result .b-bottom .b-item {
		width: 330px;
		display: grid;
	}
	.b-result .b-bottom .b-item-box .b-box,
	.b-result .b-bottom .b-item-p {
		margin-top: auto;
	}
	.b-result .b-bottom .b-item:last-child {
		margin-bottom: 70px;
	}
	.b-result .b-bottom .b-item-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.b-result .b-bottom .b-note {
		text-align: center;
	}
	.b-comments {
		padding-top: 1px;
	}
	.b-comments .b-h2 {
		width: 325px;
		font-size: 64px;
		line-height: 72px;
		padding-left: 0;
		margin-bottom: 0;
	}
	.b-comments .b-h2 .prod {
		display: none;
	}
	.b-comments .b-h2 .water {
		display: none;
	}
	.b-comments .b-h2 .logo {
		padding-top: 78px;
	}
	.b-comments .b-h2 .logo .t1 {
		margin-right: 48px;
	}
	.b-comments .b-h2 .logo img {
		width: 99px;
		right: 142px;
	}
	.b-comments .b-video-box {
		margin-right: 0;
	}
	.b-comments .b-video-box .b-bg {
		right: -35px;
	}
	.b-comments .b-flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.b-comments .b-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		right: 0;
		padding: 40px 0 0;
	}
	.b-comments .b-item:nth-of-type(even) {
		background: transparent;
	}
	.b-comments .b-slider-box {
		margin-right: 0;
	}
	.b-comments .b-text-box {
		width: 330px;
	}
	.b-points .b-logo {
		font-size: 105px;
		position: relative;
		padding-top: 125px;
		line-height: 80px;
		margin-top: -60px;
	}
	.b-points .b-logo .t1 {
		display: block;
		margin-right: 78px;
	}
	.b-points .b-logo .t2 {
		text-transform: uppercase;
		font-weight: 700;
	}
	.b-points .b-logo img {
		position: absolute;
		width: 153px;
		top: 0;
		right: 220px;
	}
	.b-points .b-ul {
		margin-right: 83px;
	}
	.b-points .b-ul .b-li {
		font-size: 24px;
		line-height: 34px;
	}
	.b-points .b-ul .b-li .b-icon {
		width: 24px;
		right: 0;
	}
	.b-points .b-ul .b-circle {
		right: -97px;
	}
	.b-points .b-mark {
		left: -46px;
		top: 442px;
	}
	.b-points .b-h3 {
		margin: 0;
		padding: 40px 35px 40px 0;
		font-weight: 300;
		font-size: 28px;
		line-height: 34px;
	}
	.b-points .b-top {
		width: 430px;
		margin: 0 auto;
	}
	.b-points .b-top .b-img-1 {
		width: 197px;
	}
	.b-points .b-top .b-img-2 {
		width: 194px;
	}
	.b-points .b-top .b-img-box .logo.l1 {
		right: 92px;
	}
	.b-points .b-bottom {
		display: flex;
		justify-content: center;
	}
	.b-points .b-bottom .b-item-1 {
		width: 381px;
	}
	.b-points .b-bottom .b-box {
		width: 295px;
	}
	.b-effects .b-conteiner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.b-application .b-bg {
		display: block;
		width: 780px;
		left: 50%;
		transform: translateX(-48.5%);
		position: absolute;
		top: 49px;
	}
	.b-application .b-item {
		position: relative;
		width: 32%;
		min-height: none;
	}
	.b-application .b-item-box {
		display: flex;
		justify-content: space-between;
	}
	.b-application .b-item .b-box {
		opacity: 1;
		padding-top: 20px;
	}
	.b-application .b-item .b-img-box {
		margin-left: 38px !important;
		opacity: 1 !important;
	}
	.b-application .b-btn-box {
		display: none;
	}
	.b-application .b-arrow-left {
		display: none;
	}
	.b-application .b-arrow-right {
		display: none;
	}
	.b-application .b-p {
		margin-top: 0;
	}
	.b-order .b-top {
		width: 368px;
	}
	.b-order .b-bottom {
		width: 368px;
	}
	.b-order .b-middle {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.b-order .b-product {
		display: none;
	}
	.b-footer .b-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.b-footer .b-text-box {
		width: 330px;
	}
	.b-footer .b-line {
		display: none;
	}
	.b-footer .b-form-box {
		margin-bottom: 40px;
	}
	.b-footer .b-form-bg {
		width: 464px;
	}
}

@media screen and (min-width: 1305px) {
	.b-conteiner {
		max-width: 1305px;
	}
	.b-h1 {
		font-size: 90px;
		line-height: 0.8;
		margin-bottom: 20px;
	}
	.b-h1-note {
		width: 340px;
		line-height: 40px;
	}
	.b-price {
		display: block;
		max-width: max-content;
	}
	.b-price-new {
		font-size: 45px;
	}
	.b-price-sale {
		font-size: 32px;
		width: auto;
	}
	.b-price-sale span {
		display: inline;
	}
	.b-header {
		padding: 50px 0 85px;
	}
	.b-header .b-logo {
		margin-bottom: 75px;
	}
	.b-header .b-top {
		padding-left: 705px;
	}
	.b-header .b-ul {
		margin: 55px 0 90px;
	}
	.b-header .b-ul .b-li {
		font-size: 28px;
		line-height: 34px;
	}
	.b-header .b-bottom {
		justify-content: space-between;
		align-items: flex-end;
	}
	.b-header .b-form form {
		display: flex;
		align-items: center;
	}
	.b-header .b-input,
	.b-header .b-select {
		max-width: none;
		width: 242px;
		margin-left: 17px;
	}
	.b-header .b-button {
		max-width: none;
		width: 266px;
		margin: 0;
	}
	.b-header .b-price {
		width: 230px;
		margin: 0;
	}
	.b-header .b-img-box {
		width: 100%;
		height: 648px;
	}
	.b-header .b-img-box .b-woman {
		width: 870px;
		top: -50px;
		right: 714px;
		border-radius: 0px 0px 160px 0;
	}
	.b-header .b-img-box .b-product {
		transform: rotate(-16.95deg);
		width: 210px;
		left: 625px;
		top: 66px;
	}
	.b-header .b-img-box .b-country {
	        font-size: 32px;
        width: 220px;
        left: 39.84%;
        top: -2px;

	}
	.b-header .b-img-box .b-country img {
		width: 34px;
		margin-top: -6px;
	}
	.b-header .b-img-box .b-country span {
		color: #fff;
	}
	.b-header .b-img-1 {
		width: 563px;
		left: 400px;
		top: 160px;
	}
	.b-header .b-bg-box .b-line {
		display: block;
		top: -50px;
		background: linear-gradient(180deg, #fae2de 0%, rgba(250, 226, 222, 0) 100%);
		width: 2px;
		height: 500px;
		z-index: 0;
	}
	.b-header .b-bg-box .b-line.l1 {
		right: -270px;
		height: 850px;
	}
	.b-header .b-bg-box .b-line.l2 {
		right: -30px;
	}
	.b-header .b-bg-box .b-line.l3 {
		right: 245px;
	}
	.b-header .b-bg-box .b-line.l4 {
		right: 510px;
	}
	.b-header .b-bg-box .b-water {
		display: block;
	}
	.b-header .b-bg-box .b-water.w1 {
		transform: rotate(74.78deg) scale(1, -1);
		top: -202px;
		right: -532px;
		width: 493px;
	}
	.b-header .b-bg-box .b-water.w2 {
		transform: rotate(120.33deg) scale(1, -1);
		top: 125px;
		right: -709px;
		width: 493px;
	}
	.b-header .b-bg-box .b-line-gradient {
		display: block;
		top: 410px;
		right: -346px;
		z-index: 5;
		transition: 2s;
		overflow: hidden;
		width: 1920px;
		height: 582px;
		animation: grad-open cubic-bezier(0.83, 0.1, 0.67, 1.03) 2s both;
	}
	.b-header .b-bg-box .b-line-gradient svg {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 1920px;
		height: 582px;
	}
	.b-wrinkles {
		padding: 85px 0 50px;
		position: relative;
		z-index: 2;
	}
	.b-wrinkles .b-h2 {
		font-size: 64px;
		line-height: 72px;
	}
	.b-wrinkles .b-h3 {
		font-size: 40px;
		line-height: 34px;
		margin-bottom: 25px;
	}
	.b-wrinkles .b-h4 {
		font-size: 40px;
		line-height: 34px;
		margin-bottom: 100px;
	}
	.b-wrinkles .b-woman {
		width: 447px;
		border-radius: 120px 0;
	}
	.b-wrinkles .b-ul {
		margin-right: -25px;
	}
	.b-wrinkles .b-li {
		margin-bottom: 10px;
	}
	.b-wrinkles .b-p {
		font-size: 28px;
		line-height: 34px;
		width: 290px;
	}
	.b-wrinkles .b-img {
		border: 8px solid #fae2de;
	}
	.b-wrinkles .b-img-box {
		width: 95px;
	}
	.b-wrinkles .b-img-arrow::before {
		right: -32px;
		top: calc(50% + 22px);
		width: 43px;
		height: 43px;
	}
	.b-wrinkles .b-img-arrow::after {
		right: -21px;
		top: calc(50% + 11px);
		width: 21px;
		height: 21px;
	}
	.b-wrinkles .b-img-arrow.a1 {
		width: 218px;
	}
	.b-wrinkles .b-img-arrow.a2 {
		width: 138px;
	}
	.b-wrinkles .b-img-arrow.a3 {
		width: 120px;
	}
	.b-wrinkles .b-img-arrow.a4 {
		width: 87px;
	}
	.b-why .b-h2 {
		font-size: 64px;
		line-height: 72px;
		margin-top: 50px;
	}
	.b-why .b-h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.b-why .b-h4 {
		font-size: 80px;
		line-height: 101px;
	}
	.b-why .b-top {
		padding: 51px 0;
	}
	.b-why .b-middle {
		justify-content: flex-start;
	}
	.b-why .b-middle .b-box {
		width: 510px;
		padding-top: 45px;
	}
	.b-why .b-img-box {
		width: 550px;
		height: 420px;
		margin-left: 120px;
	}
	.b-why .b-img-box .b-circle {
		height: 371px;
	}
	.b-why .b-img-box .b-woman {
		left: 0;
	}
	.b-why .b-img-box .b-leaf {
		width: 558px;
	}
	.b-skin {
		padding-top: 80px;
	}
	.b-skin .b-bg {
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
	}
	.b-skin .b-bg .b-line {
		position: absolute;
		width: 1px;
		height: calc(100% - 315px);
		bottom: 0;
		z-index: 0;
		background: linear-gradient(180deg, rgba(225, 250, 255, 0) 0%, #e1faff 100%);
	}
	.b-skin .b-bg .b-line.l1 {
		right: 0;
	}
	.b-skin .b-bg .b-line.l2 {
		right: 25%;
	}
	.b-skin .b-bg .b-line.l3 {
		right: 50%;
	}
	.b-skin .b-bg .b-line.l4 {
		right: 75%;
	}
	.b-skin .b-bg .b-line.l5 {
		right: 100%;
	}
	.b-skin .b-logo {
		margin: 0 auto -120px;
		font-size: 150px;
		line-height: 234px;
		transform: translateX(0px);
	}
	.b-skin .b-logo img {
		width: 180px;
		margin: 0 0 -15px -40px;
	}
	.b-skin .b-logo .t2 {
		margin-right: -30px;
	}
	.b-skin .b-h2 {
		font-size: 105px;
		line-height: 1;
		margin-bottom: 25px;
	}
	.b-skin .b-h3 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 90px;
	}
	.b-skin .b-p {
		font-size: 28px;
		line-height: 34px;
	}
	.b-skin .b-img {
		min-width: 88px;
		width: 88px;
		margin-left: 20px;
	}
	.b-skin .b-ul-img {
        width: 716px;
        top: -200px;
        right: 93.5%;
	}
	.b-skin .b-ul-h {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	.b-skin .b-end {
		padding: 40px 0;
	}
	.b-skin .b-end-h {
		font-size: 36px;
		line-height: 50px;
	}
	.b-comparison {
		padding: 100px 0;
	}
	.b-comparison .b-h2 {
		width: 61%;
		margin: 0 auto 50px;
		font-size: 28px;
		line-height: 34px;
	}
	.b-comparison .b-h2 .ww {
		font-size: 28px;
		line-height: 34px;
		display: block;
	}
	.b-comparison .b-h3 {
		font-size: 28px;
		line-height: 34px;
		padding: 0 36% 0 15%;
	}
	.b-comparison .b-p {
		line-height: 30px;
	}
	.b-comparison .b-top {
		width: 1020px;
		margin: 0 auto 100px;
	}
	.b-comparison .b-top .b-item {
		border-radius: 40px;
		min-height: 82px;
		padding: 10px 32px 10px 20px;
	}
	.b-comparison .b-top .b-left {
		width: 490px;
	}
	.b-comparison .b-top .b-left .b-head img {
		width: 58px;
		margin-left: 25px;
	}
	.b-comparison .b-top .b-left .b-head p {
		font-size: 28px;
		line-height: 34px;
	}
	.b-comparison .b-top .b-right {
		width: 490px;
	}
	.b-comparison .b-top .b-right .b-head .b-prod {
		width: 44px;
	}
	.b-comparison .b-middle {
		width: 1020px;
		margin: 0 auto 130px;
	}
	.b-comparison .b-middle-logo {
		font-size: 26px;
	}
	.b-comparison .b-middle-logo img {
		width: 36px;
		margin: 0 47px -6px 0;
	}
	.b-comparison .b-middle-logo .t1 {
		font-size: 22px;
	}
	.b-comparison .b-middle .b-dot {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 30px;
		bottom: -25px;
		left: -17px;
	}
	.b-comparison .b-middle .b-before {
		width: 470px;
		height: 221px;
	}
	.b-comparison .b-middle .b-after {
		width: 470px;
		height: 221px;
	}
	.b-comparison .b-middle .b-after .b-dot {
		right: -17px;
	}
	.b-comparison .b-water {
		width: 879px;
		bottom: -50px;
		right: -550px;
	}
	.b-comparison .b-water.b-wap {
		display: none;
	}
	.b-comparison .b-bottom {
		padding-bottom: 600px;
	}
	.b-comparison .b-bottom .b-drops {
		position: absolute;
		display: block;
		right: -59px;
		bottom: -82px;
		z-index: 6;
	}
	.b-comparison .b-bottom .b-bg-line {
		position: absolute;
		display: block;
		left: 50%;
		bottom: 222px;
		transform: translateX(-50%);
	}
	.b-comparison .b-bottom .b-product-2 {
		position: absolute;
		display: block;
		right: 287px;
		bottom: -15px;
		width: 256px;
		filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
		transform: rotate(14.17deg);
		z-index: 7;
	}
	.b-comparison .b-bottom .b-product-3 {
		position: absolute;
		display: block;
		right: 185px;
		bottom: 125px;
		filter: blur(3px) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
		transform: rotate(36.99deg);
		width: 140px;
		z-index: 5;
	}
	.b-comparison .b-bottom .b-video {
		border-radius: 20px;
		position: relative;
		z-index: 0;
		width: 665px;
		right: 36px;
		top: 14px;
		z-index: 3;
	}
	.b-comparison .b-bottom .b-video-box {
		position: absolute;
		width: 713px;
		height: 402px;
		right: 410px;
		bottom: 110px;
	}
	.b-comparison .b-bottom .b-video-box::before {
		content: '';
		display: block;
		position: absolute;
		z-index: 5;
		width: 100%;
		height: 100%;
		background: url(../img/comparison_phone.png) no-repeat;
		background-size: cover;
	}
	.b-science .b-h2 {
		font-size: 64px;
		line-height: 72px;
		margin-bottom: 0;
	}
	.b-science .b-p {
		line-height: 30px;
	}
	.b-science .b-flex {
		display: flex;
		justify-content: space-between;
	}
	.b-science .b-box {
		width: 591px;
	}
	.b-science .b-rew {
		position: relative;
	}
	.b-science .b-item .b-icon {
		width: 96px;
		margin-left: 25px;
	}
	.b-science .b-item:first-of-type {
		padding-top: 40px;
	}
	.b-science .b-item::after {
		width: 700px;
		right: 0;
	}
	.b-science .b-item-box {
		height: 510px;
		overflow-y: scroll;
		width: 721px;
		padding-left: 110px;
		z-index: 3;
		cursor: n-resize;
	}
	.b-science .b-item-box::-webkit-scrollbar {
		width: 0;
	}
	.b-science .b-item-blind-top {
		display: block;
		position: absolute;
		width: 700px;
		height: 50px;
		top: 0;
		right: 0;
		z-index: 5;
		background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
	}
	.b-science .b-item-blind-bottom {
		display: block;
		position: absolute;
		width: 700px;
		height: 50px;
		bottom: 0;
		right: 0;
		z-index: 5;
		background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
	}
	.b-science .b-img-box {
		width: 884px;
		margin: 0 0 0 -312px;
		display: block;
	}
	.b-science .b-img-box::before {
		display: none;
	}
	.b-science .b-img-box .b-product-2 {
		margin: 151px -48px 0 0;
		z-index: 12;
		width: 225px;
	}
	.b-science .b-img-box .b-water {
		display: none;
	}
	.b-science .b-img-logo {
		width: 290px;
		height: 290px;
		padding: 40px 45px 0 0;
		font-size: 38px;
		top: 0;
		border-radius: 0 120px 0 50%;
	}
	.b-science .b-img-logo .circle {
		width: 610px;
		height: 610px;
	}
	.b-science .b-img-logo .t1 {
		padding-right: 28.5px;
		font-size: 31px;
	}
	.b-science .b-img-logo img {
		margin: 0 0 -9px 68px;
		width: 50px;
	}
	.b-science .b-img-bg {
		width: 90%;
		margin: 0;
		position: absolute;
		right: 10%;
		top: 0;
		height: 585px;
		border-radius: 0;
		border-radius: 0 122px 0px 0px;
		background-size: 584px 583px;
		background-position: 0;
		background-repeat: no-repeat;
	}
	.b-science .b-img-bg video {
		height: 100%;
		margin-;left: auto;
		margin-right: -5%;
	}
	.b-juvenility {
		padding: 250px 0 200px;
	}
	.b-juvenility .b-bg-box {
		display: block;
		position: absolute;
		width: 1920px;
		right: calc(50% - 960px);
		top: -160px;
		overflow: hidden;
	}
	.b-juvenility .b-bg-1 {
		display: block;
	}
	.b-juvenility .b-conteiner {
		padding-right: 526px;
	}
	.b-juvenility .b-h2 {
		font-size: 105px;
		line-height: 1;
		margin-bottom: 75px;
	}
	.b-juvenility .b-h2 span {
		display: block;
		margin-left: -235px;
	}
	.b-juvenility .b-h3 {
		font-size: 52px;
		line-height: 40px;
		margin-bottom: 55px;
	}
	.b-juvenility .b-item {
		margin-bottom: 35px;
		width: 49%;
	}
	.b-juvenility .b-item:last-of-type {
		width: 100%;
	}
	.b-juvenility .b-item-box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.b-juvenility .b-item .b-head {
		font-size: 28px;
		line-height: 34px;
	}
	.b-juvenility .b-item .b-head .line1 {
		width: 75px;
	}
	.b-juvenility .b-item .b-head .line2 {
		right: -23px;
		width: 54px;
	}
	.b-juvenility .b-item .b-head .line3 {
		top: 24px;
	}
	.b-juvenility .b-item .b-point {
		line-height: 30px;
	}
	.b-juvenility .b-item .b-point .yes {
		top: 8px;
	}
	.b-juvenility .b-img-box {
		top: -130px;
	}
	.b-juvenility .b-img-box .b-leaf {
width: 368px;
        z-index: 0;
        right: -83px;
        top: 67px;
        transform: none;
	}
	.b-juvenility .b-img-box .b-woman {
		width: 381px;
		height: 599px;
		right: 45px;
	}
	.b-juvenility .b-img-box .b-woman img {
		margin: 0;
	}
	.b-juvenility .b-img-box .b-product {
		transform: rotate(-16.95deg);
		width: 185px;
		right: 1115px;
		top: -31px;
	}
	.b-juvenility .b-img-box .b-line {
		display: none;
	}
	.b-juvenility .b-img-box .b-circle {
		width: 464px;
		right: -70px;
		top: 501px;
	}
	.b-juvenility .b-img-logo {
		top: 650px;
		right: 60px;
		font-size: 42px;
	}
	.b-juvenility .b-img-logo .t1 {
		font-size: 36px;
		padding-right: 31px;
	}
	.b-juvenility .b-img-logo img {
		width: 60px;
		margin: 0 74px -10px 0;
	}
	.b-result {
		padding: 50px 0 225px;
	}
	.b-result .b-top {
		max-width: 1240px;
		padding: 46px 0;
		margin-bottom: 80px;
	}
	.b-result .b-top .b-conteiner {
		padding: 0px 45% 0px 143px; 

	}
	.b-result .b-top .b-woman {
		width: 484px;
		right: 35px;
		bottom: -46px;
	}
	.b-result .b-top .b-h2 {
		font-size: 105px;
		line-height: 72px;
		text-align: left;
	}
	.b-result .b-top .b-h3 {
		font-size: 80px;
		line-height: 101px;
		text-align: left;
	}
	.b-result .b-top .b-h3 .numb {
		font-size: 160px;
		padding-right: 19px;line-height: 1.2;
	}
	.b-result .b-middle {
		position: relative;
	}
	.b-result .b-middle .b-box {
		padding-left: 327px;
	}
	.b-result .b-middle .b-note {
		display: block;
		background: #fae2de;
		border-radius: 0px 40px;
		font-weight: 300;
		font-size: 24px;
		line-height: 34px;
		padding: 40px 55px 40px 25px;
		width: 257px;
		position: absolute;
		left: 35px;
		top: -110px;
	}
	.b-result .b-middle .b-head {
		font-size: 28px;
		line-height: 34px;
		padding: 0 20%;
	}
	.b-result .b-middle .b-p {
		font-size: 28px;
		line-height: 34px;
	}
	.b-result .b-middle .b-item-box {
		margin-bottom: 100px;
	}
	.b-result .b-bottom::before {
		top: 235px;
	}
	.b-result .b-bottom .b-head {
		font-weight: 400;
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 50px;
	}
	.b-result .b-bottom .b-head span {
		font-weight: 400;
		font-size: 28px;
		line-height: 34px;
	}
	.b-result .b-bottom .b-note {
		display: none;
	}
	.b-result .b-bottom .b-item {
		width: 286px;
		margin-bottom: 0;
	}
	.b-result .b-bottom .b-item:last-child {
		margin-bottom: 0;
	}
	.b-result .b-bottom .b-item-img {
		width: 260px;
		height: auto;
		margin: 0;
	}
	.b-comments {
		padding-bottom: 150px;
	}
	.b-comments .b-bg-box {
		position: absolute;
		right: 0;
		width: 100%;
		top: 0;
		z-index: 0;
	}
	.b-comments .b-bg-box::before {
		content: '';
		display: block;
		position: absolute;
		width: 100vw;
		right: calc(50% - 50vw);
		top: -1px;
		height: 2px;
		background: #fae2de;
		z-index: 0;
	}
	.b-comments .b-bg-box .b-line {
		height: 820px;
		width: 2px;
		position: absolute;
		z-index: 0;
		background: linear-gradient(#fae2de 0%, rgba(255, 255, 255, 0) 100%);
	}
	.b-comments .b-bg-box .b-line:nth-last-of-type(1) {
		right: -15%;
	}
	.b-comments .b-bg-box .b-line:nth-last-of-type(2) {
		right: 6.5%;
	}
	.b-comments .b-bg-box .b-line:nth-last-of-type(3) {
		right: 28%;
	}
	.b-comments .b-bg-box .b-line:nth-last-of-type(4) {
		right: 49.5%;
	}
	.b-comments .b-bg-box .b-line:nth-last-of-type(5) {
		right: 72%;
	}
	.b-comments .b-bg-box .b-line:nth-last-of-type(6) {
		right: 93.5%;
	}
	.b-comments .b-bg-box .b-line:nth-last-of-type(7) {
		right: 115%;
	}
	.b-comments .b-video-box {
		position: absolute;
		left: 30px;
		top: 165px;
	}
	.b-comments .b-video-box .b-bg {
		right: 135px;
	}
	.b-comments .b-h2 {
		width: 920px;
		text-align: right;
		padding-right: 150px;
		margin-top: 82px;
	}
	.b-comments .b-h2 .br {
		display: block;
		margin-right: -6px;
	}
	.b-comments .b-h2 .logo {
		padding-top: 0;
		display: inline-block;
	}
	.b-comments .b-h2 .logo .t1 {
		display: inline-block;
		margin-right: 0;
		margin-left: -11px;
	}
	.b-comments .b-h2 .logo img {
		display: inline-block;
		position: relative;
		right: 0;
		margin-right: -25px;
	        margin-top: -40px;
        margin-bottom: -35px;
	}
	.b-comments .b-rew {
		position: relative;
	}
	.b-comments .b-item-box::-webkit-scrollbar {
		width: 0;
	}
	.b-comments .b-item {
		margin: 49px 0 90px;
		padding: 0;
	}
	.b-comments .b-item-box {
		width: 850px;
		height: 560px;
		overflow-y: scroll;
		z-index: 3;
		cursor: n-resize;
	}
	.b-comments .b-item-blind-top {
		display: block;
		position: absolute;
		width: 850px;
		height: 50px;
		top: 0;
		right: 0;
		z-index: 15;
		background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
	}
	.b-comments .b-item-blind-top .line {
		width: 2px;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 10;
		background: #fae2de85;
	}
	.b-comments .b-item-blind-top .line:nth-of-type(1) {
		right: 70px;
	}
	.b-comments .b-item-blind-top .line:nth-of-type(2) {
		right: 350px;
	}
	.b-comments .b-item-blind-top .line:nth-of-type(3) {
		right: 631px;
	}
	.b-comments .b-item-blind-bottom {
		display: block;
		position: absolute;
		width: 850px;
		height: 50px;
		bottom: 0;
		right: 0;
		z-index: 15;
		background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
	}
	.b-comments .b-text-box {
		width: 400px;
	}
	.b-comments .b-h5 {
		font-size: 28px;
		line-height: 34px;
	}
	.b-comments .b-p {
		line-height: 30px;
	}
	.b-points {
		padding: 50px 0;
	}
	.b-points .b-conteiner {
		display: flex;
		justify-content: center;
	}
	.b-points .b-top {
		margin: 0 0 0 60px;
		position: relative;
		z-index: 5;
	}
	.b-points .b-bottom {
		position: relative;
		z-index: 3;
		height: max-content;
	}
	.b-effects .b-h2 {
		font-weight: 700;
		font-size: 64px;
		line-height: 1.2;
		margin-bottom: 50px;
		padding-right: 30px;
	}
	.b-effects .b-prod {
		width: 285px;
		right: 196px;
		top: 0;
	}
	.b-effects .b-prod-box {
		max-width: 682px;
		width: 682px;
		height: 780px;
	}
	.b-effects .b-prod-box .b-bg-1 {
		width: 618px;
		right: 0;
		transform: none;
		top: 86px;
	}
	.b-effects .b-prod-box .b-bg-2 {
		display: none;
	}
	.b-effects .b-prod-box .b-leaf-1 {
		width: 542px;
		top: -60px;
		right: -285px;
	}
	.b-effects .b-prod-box .b-leaf-2 {
		display: block;
		left: -1048px;
		z-index: 5;
		top: -132px;
	}
	.b-effects .b-item {
		font-size: 28px;
		line-height: 34px;
		padding: 9px 137px 9px 0;
	}
	.b-effects .b-item::before {
		right: 67px;
		width: 56px;
	}
	.b-effects .b-item::after {
		right: 66px;
	}
	.b-effects .b-item:nth-of-type(2) {
		padding-top: 40px;
	}
	.b-effects .b-item:nth-of-type(2)::before {
		top: calc(50% + 14.5px);
	}
	.b-effects .b-item-box {
		max-width: 593px;
	}
	.b-effects .b-item-box .b-head {
		font-size: 28px;
		line-height: 34px;
		padding: 22px 25px;
	}
	.b-effects .b-item-box .b-head .numb {
		margin: 0 10px;
		line-height: 20px;
	}
	.b-application {
		padding: 80px 0;
	}
	.b-application .b-bg {
		width: 1301px;
		transform: translateX(-50%);
		top: 64px;
	}
	.b-application .b-p {
		font-size: 24px;
		line-height: 34px;
	}
	.b-application .b-item {
		width: 31%;
	}
	.b-application .b-item .b-box {
		margin-top: 40px;
	}
	.b-application .b-item .b-numb {
		font-size: 140px;
		line-height: 105px;
		margin-left: 20px;
	}
	.b-application .b-item .b-img-box {
		margin-left: 120px !important;
	}
	.b-order .b-h2 {
		font-size: 64px;
		line-height: 85px;
		font-weight: 700;
		margin-bottom: 0;
		padding-right: 70px;
	}
	.b-order .b-logo {
		font-size: 64px;
		line-height: 72px;
	}
	.b-order .b-logo img {
		width: 105px;
		margin: -60px -10px -5px 0;
	}
	.b-order .b-logo .t2 {
		font-weight: 700;
		text-transform: uppercase;
	}
	.b-order .b-top {
		width: 710px;
		padding-right: 70px;
		margin-bottom: 60px;
	}
	.b-order .b-middle {
		width: 433px;
	}
	.b-order .b-middle .b-img-1 {
		margin-bottom: -65px;
	}
	.b-order .b-p {
		font-size: 28px;
		line-height: 34px;
	}
	.b-order .b-bottom {
		width: 710px;
		display: flex;
		flex-wrap: wrap;
	}
	.b-order .b-bottom .b-numb {
		display: flex;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: -10px;
	}
	.b-order .b-bottom .b-numb p {
		margin-top: 30px;
	}
	.b-order .b-bottom .b-item {
		width: 50%;
		margin: 0;
		display: block;
	}
	.b-order .b-bottom .b-item:nth-of-type(1) {
		padding: 40px 40px 40px 70px;
		border-left: 2px solid #fae2de;
		border-bottom: 2px solid #fae2de;
	}
	.b-order .b-bottom .b-item:nth-of-type(1) p {
		margin-right: 5px;
	}
	.b-order .b-bottom .b-item:nth-of-type(2) {
		padding: 40px 70px 40px 40px;
		border-bottom: 2px solid #fae2de;
		text-align: left;
	}
	.b-order .b-bottom .b-item:nth-of-type(2) .b-numb {
		flex-direction: row-reverse;
		margin-left: -10px;
	}
	.b-order .b-bottom .b-item:nth-of-type(2) p {
		margin-left: 5px;
	}
	.b-order .b-bottom .b-item:nth-of-type(3) {
		padding: 40px 40px 40px 70px;
		border-left: 2px solid #fae2de;
	}
	.b-order .b-bottom .b-item:nth-of-type(3) p {
		margin-right: 5px;
	}
	.b-order .b-bottom .b-item:nth-of-type(4) {
		padding: 40px 70px 40px 40px;
		text-align: left;
	}
	.b-order .b-bottom .b-item:nth-of-type(4) .b-numb {
		flex-direction: row-reverse;
		margin-left: -10px;
	}
	.b-order .b-bottom .b-item:nth-of-type(4) p {
		margin-left: 5px;
	}
	.b-footer {
		padding: 100px 0 150px;
	}
	.b-footer .b-line {
		width: 1970px;
		position: absolute;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: -110px;
		z-index: 0;
		display: block;
	}
	.b-footer .b-logo {
		font-size: 150px;
		line-height: 234px;
		margin-bottom: -110px;
		position: relative;
		z-index: 1;
		opacity: 0.1;
	}
	.b-footer .b-logo .t1 {
		font-size: 150px;
		margin-left: -35px;
	}
	.b-footer .b-logo img {
		width: 180px;
		margin: -30px -34px -11px 0px;
	}
	.b-footer .b-h2 {
		font-size: 105px;
		line-height: 72px;
		margin-bottom: 35px;
	}
	.b-footer .b-h2 span {
		font-weight: 400;
		font-size: 64px;
		display: block;
	}
	.b-footer .b-h3 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 75px;
	}
	.b-footer .b-h4 {
 
		line-height: 40px;
	}
	.b-footer .b-sale {
		margin-bottom: 60px;
	}
	.b-footer .b-p {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 50px;
	}
	.b-footer .b-form-box {
		width: 527px;
		padding: 60px 0 0;
	}
	.b-footer .b-select,
	.b-footer .b-input {
		width: 270px;
	}
	.b-footer .b-button {
		margin-top: 65px;
		width: 270px;
	}
	.b-footer .b-price {
		margin-bottom: 30px;
	}
	.b-footer .b-product {
		display: block;
		width: 418px;
		height: 520px;
		position: relative;
		z-index: 0;
	}
	.b-footer .b-product .water {
		position: absolute;
		display: block;
		right: 114px;
		top: -308px;
		z-index: 0;
		transform: rotate(103.67deg) scale(1, -1);
		width: 676px;
	}
	.b-footer .b-product .prod1 {
		position: absolute;
		display: block;
		right: 70px;
		top: -140px;
		z-index: 5;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
		transform: rotate(-16deg);
	}
	.b-footer .b-product .prod2 {
		position: absolute;
		display: block;
		right: 27px;
		top: -31px;
		z-index: 3;
		width: 135px;
		filter: blur(3px) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
		transform: rotate(8.09deg);
	}
	.b-wap {
		display: none;
	}
	.b-web {
		display: block;
	}
}

.w300 {
	font-weight: 300;
}

.w400 {
	font-weight: 400;
}

.a-grad-open {
	animation: grad-open cubic-bezier(0.83, 0.1, 0.67, 1.03) 2s both;
}

@keyframes grad-open {
	0% {
		width: 0;
	}
	100% {
		width: 1920px;
	}
}
.js_errorMessage{
  direction:ltr;
}