*,
: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-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-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-h1 {
		font-size: 52px;
	}
	.b-footer .b-logo {
		font-size: 34px;
	}
	.b-footer .b-h2 {
		font-size: 31px;
	}
	.b-footer .b-form-box {
		width: 290px;
	}
}

@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-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;
		margin-top: 80px;
	}
	.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-footer {
		padding: 100px 0 150px;
	}
	.b-footer .b-line {
		width: 1970px;
		position: absolute;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: -170px;
		padding-top: 10px;
		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;
}