@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*product*/
button {
	cursor: pointer;
}

.contact-main {
	width: 70%;
}

body,
html {
	font-family: 'Playfair Display', serif !important;
	height: 100%;
}

body {
	font-family: 'Playfair Display', serif !important;
	background: rgba(241, 243, 251, 1) !important;
	height: 100%;
}

.img-prod-block {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: start !important;
}

.img-prod-block.img-prod-block-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.button_prod {
	position: absolute;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 40px;

}



.product-section {
	padding-top: 90px;
	/* min-height: 100%; */
	background-color: rgba(253, 253, 253, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(../img/product-back-1.png) no-repeat left bottom, url(../img/product-back-2.png) no-repeat right top;
	z-index: 1;
	width: 100%;
}

.product-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 500px;
}

/* .product-block div {

	margin-right: auto;
	margin-left: auto;
} */

.img-main-block {
	text-align: center;
	width: 40%;

}

.img-main-block h2 {
	font-family: Playfair Display;
	font-size: 52px;
	font-weight: 600;
	line-height: 59px;
}

.popup-product .order__content .order__form {
	width: 80%;
}

.product-block a {
	background: rgba(33, 41, 62, 1);
	color: rgba(253, 253, 253, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 30px 15px 20px;
	border: 1px solid rgba(33, 41, 62, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
}

.back-img {
	background: rgba(255, 157, 210, 1);
	width: 300px !important;
	height: 300px;
	border-radius: 50%;
	position: absolute;
	top: 15%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.back-img p {
	white-space: nowrap;
	font-family: Playfair Display;
	font-size: 145px;
	font-weight: 600;
	line-height: 187px;
	color: rgba(253, 253, 253, 1);
	margin-left: -40px;
}

.img-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	height: 100%;

}

.img-block img {
	z-index: 10;
	max-height: 350px;
}

.text-block {
	text-align: left;
	width: 60%;
	margin-left: 0 !important;
}

.text-block h2 {
	font-family: Playfair Display;
	font-size: 52px;
	font-weight: 600;
	line-height: 59px;
	margin-bottom: 40px;

}

.text-block h3 {
	font-family: Playfair Display;
	font-size: 28px;
	font-weight: 500;
	line-height: 33px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text-block p {
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	opacity: 70%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.text-block ul li {
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-block ul li::before {
	content: "";
	background-image: url(../img/svg/check.svg);
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20px;
	height: 20px;
	background-color: rgba(255, 157, 210, 1);
	border-radius: 50%;
	margin-right: 10px;
	background-position: center;
}

.line-product {
	background: rgba(33, 41, 62, 1);
	height: 3px;
	width: 50px !important;
	margin-left: 0 !important;
}


@media screen and (max-width:950px) {
	#slick-slide-control01::before {
		content: none !important;
	}

	#slick-slide-control00::before {
		content: none !important;
	}

	#slick-slide-control02::before {
		content: none !important;
	}

	.basket_icon {
		margin-left: 0px !important;
	}

	.product-block a {
		background: rgba(33, 41, 62, 1);
		color: rgba(253, 253, 253, 1);
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		padding: 15px 30px 15px 30px;
		border: 1px solid rgba(33, 41, 62, 1);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.contact-block .main-block .contact h3 {
		font-size: 32px !important;
	}

	.partner-block-1 {
		width: 100% !important;
	}

	body,
	html {
		height: auto;
		width: auto;
	}

	.product-block {
		display: block;
		margin-top: 8%;
	}

	.product-section {
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal;
		background: url(../img/product-back-mob.png) no-repeat right top;
		z-index: 1;
	}

	.text-block {
		width: 100%;
		margin-top: 100px;
		padding: 20px;
	}

	.product-block {
		padding: 50px 0px;
	}


	.product-block .button_prod {
		width: 80%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: -100px;
	}


	.img-main-block {
		width: 100%;
		margin-bottom: 100px;
	}

}


/*popUP*/
.block-pop-up {
	width: 100%;
	height: 100%;
}

.popup-product {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 100%;
}

.popup-product .button {
	background: rgba(241, 243, 251, 1);
	width: 54px;
	height: 54px;
	cursor: pointer;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.close {
	position: relative;
	top: 10px;
	left: 25%;
}

.close span,
.close span:after,
.close span:before {
	display: block;
	height: 2px;

}

.close span:after,
.close span:before {
	content: "";
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}


.close.close span {
	left: 50%;

	background: 0 0
}

.close.close span:before {
	background: black;
	top: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 50%;
	position: absolute;
}

.close.close span:after {
	background: black;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
	width: 50%;
	position: absolute;
}

.img-block-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.back-img-popup {
	background: rgba(255, 157, 210, 1);
	width: 230px;
	height: 230px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.back-img-popup p {
	font-family: Playfair Display;
	font-size: 113px;
	font-weight: 600;
	line-height: 187px;
	color: rgba(253, 253, 253, 1);
	margin-left: -40px;
	white-space: nowrap;
}

.img-block-popup img {
	z-index: 10;
	max-width: 180px;
	margin-bottom: 20px;
}

.main-popup {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order__content {
	width: 60%;
	padding: 20px 0px 10px 40px;
}

.order__content-contact {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	height: 70%;
	padding: 50px 20px 100px;
}

.order__content h2 {
	font-size: 31px;
	font-weight: 500;
	line-height: 33px;
	color: #21293E;
	padding-bottom: 20px;
}

.order__content p {
	color: #21293E;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.order__form {
	width: 100%;
}

.order__form-btn {
	font-family: Inter;
	background: #21293E;
	border: 2px solid #21293E;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #FDFDFD;
	padding: 10px 30px;
	float: right;
	margin-top: 20px;
}

.order__form-input input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid #DDE1F1;
	height: 40px;
	width: 100%;
	padding: 10px;
	background-color: transparent;
	padding-right: 0px;
}

.order__form-input input,
.order__form-input textarea {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.order__form-input input::-webkit-input-placeholder {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input input::-moz-placeholder {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input input:-ms-input-placeholder {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input input::-ms-input-placeholder {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input input::placeholder {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input textarea {
	border: none;
	border-bottom: 2px solid #DDE1F1;
	height: 100px;
	width: 100%;
	padding: 10px;
	background-color: transparent;
}

.order__form-input textarea::-webkit-input-placeholder {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input textarea::-moz-placeholder {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input textarea:-ms-input-placeholder {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input textarea::-ms-input-placeholder {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input textarea::placeholder {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #21293E;
	opacity: 50%;
}

.order__form-input {
	margin: 20px 0px;
}

/*popUP*/
/*
slider*/
main {
	width: 100%;
}

.slider {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: hidden;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	position: relative;
	width: 100%;
	height: 705px;
}

.slider .img-block img {
	z-index: 10;
	-o-object-fit: none;
	object-fit: none;
	position: absolute;
	bottom: 0;
	max-height: 100%;
}

.slider .img-block {
	position: relative;
	width: 50%;

}

.slider .img-block .pink-circle {
	background: #FF9DD2;
	width: 455px;
	height: 455px;
	border-radius: 50%;
	position: absolute;
	top: 120px;
}

.slider .back-text {
	font-size: 232px;
	font-weight: 600;
	line-height: 264px;
	text-align: center;
	margin-left: -200px;
	position: absolute;
	white-space: nowrap;
	max-width: 100%;
	z-index: 2;
	width: 100%;
	top: 25%;
}

.slider-1 .back-text {
	color: #F5DDA2;

}

.slider-1 {
	background: #F7E4B2;
}

.slider-2 .back-text {
	color: #A3E7EC;
}

.slider-2 {
	background: rgba(179, 236, 240, 1);
}

.slider-3 .back-text {
	color: #CCBFFF;
}

.slider-3 {
	background: #D6CBFF;
}

.slider-4 .back-text {
	color: #97EBBC;
}

.slider-4 {
	background: #A8EFC9;
}

.slider-5 .back-text {
	color: #FFDCC7;
}

.slider-5 {
	background: #FFE3D4;
}

.f-screen {
	position: relative;
}

.f-screen__slider .text-block {
	z-index: 11;
	width: 50%;
	padding-top: 100px;
}

.f-screen__slider .text-block h2 {
	color: #21293E;
	font-size: 67px;
	font-weight: 600;
	line-height: 76px;
	max-width: 500px;
}

.f-screen__slider .text-block p {
	color: #21293E;
	font-size: 31px;
	font-weight: 500;
	line-height: 33px;
	margin-top: 40px;
}

.f-screen__slider .text-block .button {
	height: 100%;
	background: rgba(33, 41, 62, 1);
	color: #F1F3FB;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 50px;
	border: 1px solid rgba(33, 41, 62, 1);
	margin-top: 00px;

}

.f-screen__slider .text-block .product-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.f-screen__slider .text-block .product-block img {
	max-height: 167px;
	margin-bottom: 10px;
	z-index: 10;
}

.f-screen__slider .text-block .button-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}

.f-screen__slider .text-block .product-block .pink-circle-mini {
	background: rgba(255, 157, 210, 1);
	width: 157px;
	height: 157px;
	border-radius: 50%;
	position: absolute;
	top: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}


.f-screen__slider .text-block .product-block .pink-circle-mini p {
	margin: 0px;
	font-size: 77px;
	font-weight: 600;
	line-height: 88px;
	color: rgba(253, 253, 253, 1);
	margin-left: -20px;
	white-space: nowrap;
}

.f-screen__slider .line {
	background: rgba(33, 41, 62, 1);
	height: 7px;
	width: 150px;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
	right: 30%;

}

.slick-dots button {
	outline-color: rgba(0, 0, 0, 0);
	font-family: Playfair Display;
	font-size: 31px;
	font-weight: 600;
	line-height: 31px;
	color: rgba(33, 41, 62, 1);
	cursor: pointer;
	border: none;
	background: none;
}

.slick-active button {
	outline-color: rgba(0, 0, 0, 0);
	font-family: Playfair Display;
	font-size: 81px;
	font-weight: 600;
	line-height: 81px;
	white-space: nowrap;
	margin-top: -10px;
}

.slick-track {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-nav .slick-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-dots li {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-dots li:nth-child(2)::after {
	content: "—";
	font-weight: 100;
	font-size: 58px;
}

.slick-dots li:nth-child(2)::before {
	content: "—";
	font-weight: 100;
	font-size: 58px;
}

.slider-line {
	background: rgba(33, 41, 62, 1);
	height: 2px;
	width: 53px;
}

/*
slider*/
/*
ourproduct-block*/
.section-2 {
	padding-top: 110px;
	background: url(../img/back-main.png) no-repeat top right 70px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-2 .title {
	width: 89%;
	margin-left: auto;
	padding-bottom: 50px;
}

.ourproduct-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.section-2 h3 {
	font-size: 52px;
	font-weight: 600;
	line-height: 59px;
}

.section-2 .line {
	background: black;
	height: 5px;
	width: 108px;
	margin-top: 20px;
}

.ourproduct-main {
	background: #FDFDFD;
	padding: 15px;
	width: 30%;
	margin: 10px;
}

.ourproduct-main h6 {
	font-size: 31px;
	font-weight: 500;
	line-height: 33px;
	text-align: center;
	margin: 20px 0px;
}

.ourproduct-main p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 40px;
	text-align: center;
}

.ourproduct-main .product-img-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.ourproduct-main .product-img-block .circle {
	position: absolute;
	background: #F1F3FB;
	width: 207px;
	height: 207px;
	border-radius: 50%;
}

.ourproduct-main .product-img-block img {
	z-index: 3;
	height: 220px;

}

.ourproduct-main .button {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.ourproduct-main p.product-price,
.button_prod .product-price {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
}

.button_prod .product-price {
	margin-right: 30px;
}

.ourproduct-main .button a {
	background: #303A43;
	color: #FDFDFD;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 30px;
	text-decoration: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ourproduct-block-bottom {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 3;
}

.ourproduct-picture .circle {
	background: #FF9DD2;
	width: 333px;
	height: 333px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
}

.ourproduct-picture .circle p {
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
}

.ourproduct-picture .circle .line {
	background: #303A43;
	height: 5px;
	width: 118px;
	margin-left: auto;
	margin-right: auto;
}

.ourproduct-block-bottom .ourproduct-picture {
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(../img/back-circle-1.png) no-repeat bottom -50px right -78px, url(../img/back-circle-2.png) no-repeat top 10px right -32px, url(../img/back-circle.png) no-repeat left -150px center;
}

.section-2 .back-text {
	font-size: 170px;
	font-weight: 600;
	line-height: 194px;
	color: #E7E9F2;
	position: absolute;
	white-space: nowrap;
	max-width: 100%;
	bottom: 150px;
	width: 100%;
	margin-left: -200px;
	z-index: -1;
}

/*
ourproduct-block*/

/*contact-block*/

.contact-block {
	padding-top: 100px;
	background: url(../img/contact-back.png) no-repeat bottom -150px left;
}

.contact-block .main-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-block .main-block .form-block {
	background: #FDFDFD;
	width: 50%;
	padding: 40px 15px;
}

.contact-block .main-block .form-block .order-block {

	font-size: 31px;
	font-weight: 500;
	line-height: 33px;
}

.contact-block .main-block .contact {
	width: 50%;
	margin-left: 15%;
	margin-top: 20px;
	margin-bottom: 50px;

}

.contact-block .main-block .contact h3 {
	font-size: 52px;
	font-weight: 600;
	line-height: 59px;
	width: 90%;
}

.contact-block .main-block .contact .line {
	background: #21293E;
	height: 3px;
	width: 108px;
	margin: 40px 0px;
	opacity: 1 !important;


}

.address-phone-block li {
	padding: 5px 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	font-family: Inter;
}

.address-phone-block .adress::before {
	content: "";
	background: url(../img/adress.svg) no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 10px;
}

.address-phone-block .email::before {
	content: "";
	background: url(../img/email.svg) no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 8px;
}

.address-phone-block .phone::before {
	content: "";
	background: url(../img/phone.svg) no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 7px;
}

.address-phone-block .phone li:first-child {
	margin-top: 20px;
}

.address-phone-block .phone .phone-block li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0px;
}

.address-phone-block .phone .phone-block p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin-left: 10px;

}

.address-phone-block .phone .phone-block span {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	white-space: nowrap;

}

.media-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.media-block li {
	padding: 0px;

}

.media-block li img {
	width: 32px;
	height: 32px;
}

/*contact-block*/
/*footer*/
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px;
}

.link-block {
	display: -ms-grid;
	display: grid;
}

.link-block a {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #AAAFB7;
	text-decoration: none;
}

.link-block a:not(:last-of-type) {
	margin-bottom: 10px;
}

/*footer*/

/*partner-block*/

.partner-block li {
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.list-block {
	padding: 20px;
}

.list-block li {
	padding-bottom: 5px;
	list-style: disc;
}

.contact-block .main-block .text-back {
	font-family: Playfair Display;
	font-size: 170px;
	font-weight: 600;
	line-height: 194px;
	color: #E7E9F2;
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	margin-left: -200px;
}

.partner-block .main-block {
	overflow: hidden;
	position: relative;
}

.form-block {
	z-index: 3;
}

.contact {
	z-index: 3;
}

.partner-block-1 {
	width: 80%;
}

.partner-block {
	background: none;
	flex: 1;
	/* min-height: 100%; */
}

.partner-block {
	position: relative;
}

.partner-block .back-partners {
	position: absolute;
	bottom: 0;
	z-index: 6;
	right: 26%;

}

.partner-block .circle {
	position: absolute;
	bottom: 25px;
	right: 36%;
	background: #FF9DD2;
	width: 126px;
	height: 126px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	z-index: 5;
}

.partner-block .circle p {
	font-family: Playfair Display;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
}

.partner-block .circle .line {
	background: #303A43;
	height: 2px;
	width: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px
}

/*partner-block"*/
/*media*/
/*contact*/
@media screen and (max-width:950px) {
	.contact-block .main-block {
		display: block;
	}

	.contact-block .main-block .contact {
		width: 100%;
		margin-left: 0px;
	}

	.contact-block .main-block .form-block {
		width: 100%;
	}

	.contact-block {
		padding: 40px 15px 20px;
		background: url(../img/contact-back-mob.png) no-repeat bottom 300px right;
	}

	.order__content-contact {
		width: 100%;
		padding: 30px 10px 10px;
	}

	.footer-logo {
		display: none;
	}

	.footer {
		width: 90%;
	}

	.order__form-btn {
		width: 100%;
	}

	.order__content h2 {
		text-align: center;
		width: 100%;
		font-size: 25px;
	}

	.media-block li img {
		width: 49px;
		height: 49px;
	}

	.partner-block {
		background: none;
	}

	.partner-block .main-block {
		padding-bottom: 200px;
	}

	.partner-block .back-partners {
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		width: 100%;
		overflow: hidden;
	}

	.partner-block .circle {
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
}

/*contact*/
/*media*/

.error textarea,
.error input {
	border-bottom: 2px solid #D80027;

}

.error textarea::-webkit-input-placeholder,
.error input::-webkit-input-placeholder {
	color: #C52D2F;
	opacity: 1;
}

.error textarea::-moz-placeholder,
.error input::-moz-placeholder {
	color: #C52D2F;
	opacity: 1;
}

.error textarea:-ms-input-placeholder,
.error input:-ms-input-placeholder {
	color: #C52D2F;
	opacity: 1;
}

.error textarea::-ms-input-placeholder,
.error input::-ms-input-placeholder {
	color: #C52D2F;
	opacity: 1;
}

.error textarea::-webkit-input-placeholder,
.error input::-webkit-input-placeholder {
	color: #C52D2F;
	opacity: 1;
}

.error textarea::-moz-placeholder,
.error input::-moz-placeholder {
	color: #C52D2F;
	opacity: 1;
}

.error textarea:-ms-input-placeholder,
.error input:-ms-input-placeholder {
	color: #C52D2F;
	opacity: 1;
}

.error textarea::-ms-input-placeholder,
.error input::-ms-input-placeholder {
	color: #C52D2F;
	opacity: 1;
}

.error textarea::placeholder,
.error input::placeholder {
	color: #C52D2F;
	opacity: 1;
}

.error div {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #D80027;
}

textarea:focus-visible,
input:focus-visible {
	border-bottom: 2px solid black;
	color: black;
	outline: none;
}

.scs textarea,
.scs input {
	background: url(../img/done.svg) no-repeat center right !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}

.iti {
	border: none;
	border-bottom: 2px solid #DDE1F1;
	width: 100%;
	background-color: transparent;
}

.popup {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.popup-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(33, 41, 62, 0.72);
	z-index: 102;
	display: none;
}

.popup-wrap.active {
	display: block;
}

.popup-close {
	position: absolute;
	width: 52px;
	height: 52px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 20;
	background: rgba(241, 243, 251, 1);
}

.popup-close::after,
.popup-close::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background: #4E4E4E;
	left: 50%;
	top: 50%
}

.popup-close:hover::after,
.popup-close:hover::before {
	opacity: .5
}

.popup-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.popup-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.popup-bl {
	width: 470px;
}

.popup-bl-content {
	background: #fff;
	position: relative;
	padding: 50px;
}

.popup .bl-popup {
	width: 500px;
	height: 500px;
	right: -35px;
	top: -35px;
	position: absolute
}

.popup .leaf {
	z-index: 3;
	pointer-events: none
}

.popup .form-wrap {
	margin: 0 auto
}

.popup .form-wrap {
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.success__title {
	font-family: Playfair Display;
	font-size: 31px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: center;
}

.success {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.success .line1 {
	background: black;
	height: 3px;
	width: 108px;
	margin: 25px 0px;
}

.success__text {
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
}

.popup1 {
	position: absolute;
	z-index: -1;
	right: -25%;
	bottom: -25%;
}

.popup2 {
	position: absolute;
	bottom: -60px;
	left: 40%;
}

.popup3 {
	position: absolute;
	top: -25%;
	z-index: -1;
	left: -25%;
}

.back-hor {
	top: 20%;
}

@media screen and (max-width:950px) {
	.f-screen__slider .text-block h2 {
		font-size: 50px;
		line-height: 50px;
	}

	.order__content {
		padding: 0px;
	}

	.order__form-btn {
		float: none;
	}

	.contact-main {
		width: 100%;
	}

	.contant_text {
		margin: 0px;
	}

	.text-block {
		margin: 0px;
	}

	.section-2 {
		background: url(../img/back_main_mob.png) no-repeat top right;
	}

	.ourproduct-main {
		width: 100%;
	}


	.ourproduct-block-bottom {
		display: block;
	}

	.back-hor {
		top: 0%;
	}

	.popup-bl-content {
		background: #fff;
		position: relative;
		padding: 72px 30px 50px;
	}

	.popup-bl {
		width: auto;
		min-width: 300px;
	}

	.success__title {
		font-size: 25px;
	}

	.success__text {
		font-size: 18px;
	}


	.popup-product {
		padding: 15px;
		padding-bottom: 60px;
	}

	.main-popup {
		display: block;
	}

	.order__content {
		width: 100%;
	}

	.img-block-popup img {
		max-width: 90px;
	}

	.back-img-popup {
		height: 140px;
		width: 140px;
	}

	.back-img-popup p {
		font-size: 70px;
	}

	.img-main-block h2 {
		font-size: 40px;

	}

	.form-text-pop {
		display: none;
	}

	.block-pop-up {
		padding-top: 100px;
	}

	.popup-product {
		height: auto;
		min-width: 320px;
		transform: none;
		position: static;

	}

	.popup-product .order__content {
		padding: 0;
	}

	.popup-product .order__form-btn {
		float: none;

	}

	.popup-product .order__content .order__form {
		width: 100%;
	}
}

.button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.basket_icon {
	margin-right: 5px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.button a:hover {
	-webkit-box-shadow: 8px 9px 0px 0px rgba(255, 178, 220, 1);
	box-shadow: 8px 9px 0px 0px rgba(255, 178, 220, 1);
	color: rgba(255, 178, 220, 1);
}

.button a:hover svg path {
	stroke: rgba(255, 178, 220, 1);
}

.button a:hover~.circle {
	background: rgba(255, 178, 220, 1);
}

.button a:hover~.circle {
	background: rgba(255, 178, 220, 1);
}

a {
	cursor: pointer;
	text-decoration: none;
}

.button {
	z-index: 15;

}

.contact__text {
	color: black;
}

.adress {
	padding: 10px 30px;
	position: relative;
	font-family: Inter;
}

.email {
	padding: 10px 30px;
	position: relative;
	font-family: Inter;
}

.adress::before {
	content: "";
	background: url(../img/adress.svg) no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 10px;
}

.email::before {
	content: "";
	background: url(../img/email.svg) no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 16px;
}

.contant_text {
	padding: 5px 30px;
}

@media screen and (max-width:703px) {
	.back-mob-3 {
		background: white;
		opacity: 30%;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}


	.slider-3 {
		background: #D6CBFF url(../img/slider-3.png) no-repeat bottom center;
		background-size: cover;
	}

	.slider-4 {
		background: #A8EFC9 url(../img/slider-4.png) no-repeat bottom center;
		background-size: cover;
	}


	.slider-5 {
		position: relative;
		background: #FFE3D4 url(../img/slider-5.png) no-repeat bottom right;

	}

	.slick-dots {
		display: block;
		bottom: 160px;
		right: 40px;
	}

	.slick-dots button {
		color: white;
		background: white;
		font-size: 0px;
		border-radius: 50%;
		width: 10px;
		height: 10px;
		margin-top: 55px;
	}

	.slick-active button {
		background: black;
	}

	.slick-dots li:nth-child(2)::before {
		content: none;
	}

	.slick-dots li:nth-child(2)::after {
		content: none;
	}

	.f-screen__slider .text-block .product-block img {
		margin-bottom: 50px;
	}

	.f-screen__slider .text-block .product-block {
		min-height: 100%;
	}

	.f-screen__slider .text-block .product-block .pink-circle-mini {
		top: 70px;
	}

	.f-screen__slider .button-block {
		position: relative;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		width: 100%;
		margin: 0px !important;
	}

	.f-screen__slider .button-block .button {
		position: absolute;
		bottom: 10px;
		height: auto;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 100%;
		text-align: center;
	}

	.f-screen__slider .line {
		margin-left: auto;
		margin-right: auto;
	}

	.slider {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
	}

	.f-screen__slider .text-block {
		padding-top: 70px;
	}

	.ourproduct-picture {
		display: none !important;
	}

	.f-screen__slider .text-block {
		width: 80%;
	}

	.f-screen__slider .text-block h2 {
		font-size: 42px;
		font-weight: 600;
		line-height: 48px;
		text-align: center;
		max-width: 100%;
	}

	.f-screen__slider .text-block p {
		font-size: 25px;
		font-weight: 600;
		line-height: 30px;
		letter-spacing: 0em;
		text-align: center;
		color: #21293E;
	}

	.slider .img-block {
		display: none;
	}

	.slider .back-text {
		display: none;

	}

	.slider .img-block img {
		left: 0%;
	}
}

@media screen and (max-width:450px) {
	#slick-slide-control01::before {
		content: none;
	}

	.ourproduct-block {
		width: 100%;
	}
}

.button-block .button:hover {
	-webkit-box-shadow: 8px 9px 0px 0px rgba(255, 178, 220, 1);
	box-shadow: 8px 9px 0px 0px rgba(255, 178, 220, 1);
	color: rgba(255, 178, 220, 1) !important;
}

.form-btn:hover {
	-webkit-box-shadow: 8px 9px 0px 0px rgba(255, 178, 220, 1);
	box-shadow: 8px 9px 0px 0px rgba(255, 178, 220, 1);
	color: rgba(255, 178, 220, 1) !important;
}

#slick-slide-control01::before {
	content: "0";
}

#slick-slide-control00::before {
	content: "0";
}

#slick-slide-control02::before {
	content: "0";
}

.ourproduct-main:hover .circle {
	background: #FF9DD2;
}

.ourproduct-main .circle p {
	margin: 0px;
	font-size: 77px;
	font-weight: 600;
	line-height: 88px;
	color: rgba(253, 253, 253, 1);
	margin-left: -20px;
	white-space: nowrap;
	opacity: 0;
}

.ourproduct-main .circle {
	position: absolute;
	top: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.ourproduct-main:hover .circle p {
	opacity: 1;
}

.link-block a:hover {
	color: black;
	text-decoration: underline;
}

.button_prod a:hover {
	-webkit-box-shadow: 8px 9px 0px 0px rgba(255, 178, 220, 1);
	box-shadow: 8px 9px 0px 0px rgba(255, 178, 220, 1);
	color: rgba(255, 178, 220, 1) !important;

}

.button_prod a:hover svg path {
	stroke: rgba(255, 178, 220, 1);
}

.main-popup .img-main-block {
	margin-bottom: 0px;
}

.menu-opened .header__burger {
	margin-top: 0px;
}

.iti--separate-dial-code .iti__selected-flag {
	background: none !important;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

.iti__flag-container {
	bottom: 5px !important;
}

.header__logo-link {
	white-space: nowrap;
}

.iti-mobile .iti--container {
	position: fixed !important;
}


.checkbox {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 140%;
	-webkit-user-select: none;
	user-select: none;
	transition: all .3s
}



.checkbox__input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 1px;
	width: 1px;
	top: 9px;
	left: 7px
}

.checkbox__input:checked~.checkbox__checkmark {
	background: url('../img/svg/check.svg') no-repeat center, #ff9dd2;
	border-color: #ff9dd2
}


.checkbox__label {
	cursor: pointer
}

.checkbox__checkmark {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	height: 18px;
	width: 18px;
	border: 2px solid #ff9dd2;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s
}

.order__form-btn:disabled {
	opacity: .7;
	cursor: no-drop;
}

.body_prod {
	display: flex;
	flex-direction: column;
}

.product-section {
	flex: 1;
}