@charset "UTF-8";
@font-face {
	font-family: icomoon;
	font-display: swap;
	src: url(../fonts/icomoon.woff2) format('woff2'),
		url(../fonts/icomoon.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-Bold.woff2) format('woff2'),
		url(../fonts/Montserrat-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-Regular.woff2) format('woff2'),
		url(../fonts/Montserrat-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-Medium.woff2) format('woff2'),
		url(../fonts/Montserrat-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-SemiBold.woff2) format('woff2'),
		url(../fonts/Montserrat-SemiBold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}
[class*='_icon-']:before {
	font-family: icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class*='_icon-']:before {
	display: block;
}
[class*=' icon-'],
[class^='icon-'] {
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-dbox:before {
	content: '\e900';
}
.icon-arrow-left:before {
	content: '\e901';
}
.icon-arrow-right:before {
	content: '\e902';
}
.icon-box:before {
	content: '\e903';
}
.icon-box-tick:before {
	content: '\e904';
}
.icon-phone:before {
	content: '\e905';
	color: #fff;
}
.icon-wa:before {
	content: '\e906';
}
.icon-loading:before {
	content: '\e907';
}
.icon-magicpen:before {
	content: '\e908';
}
.icon-share:before {
	content: '\e909';
}
.icon-shield-cross:before {
	content: '\e90a';
}
.icon-shield-tick:before {
	content: '\e90b';
}
.icon-tg:before {
	content: '\e90c';
}
.icon-truck-tick:before {
	content: '\e90d';
}
.icon-verify:before {
	content: '\e90e';
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body,
html {
	height: 100%;
	min-width: 320px;
}
body {
	color: #000;
	line-height: 1;
	font-family: Montserrat;
	font-size: 0.875rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
	font-family: Montserrat;
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
	color: inherit;
	background-color: transparent;
}
a {
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
body {
	-webkit-tap-highlight-color: transparent;
}
.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	line-height: 1.2;
}
@supports (overflow: clip) {
	.wrapper {
		overflow: clip;
	}
}
.wrapper > main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}
[class*='__container'] {
	max-width: 74.375rem;
	margin: 0 auto;
	padding: 0 0.9375rem;
}
body::after {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
	pointer-events: none;
	z-index: 149;
}
.popup-show body::after {
	opacity: 1;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	-webkit-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	pointer-events: none;
}
.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto;
}
.popup_show .pp-about__popup-content {
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.pp-about__popup-wrapper {
	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;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}
.pp-about__popup-content {
	position: relative;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	padding: 10px;
	width: 100%;
	max-width: 900px;
	border-radius: 20px;
}
.lock .pp-about__popup-content {
	visibility: visible;
}
.pp-about__popup-close {
	position: absolute;
	top: -30px;
	right: 0;
	background: #f0f2f8;
	border-radius: 10px;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup__text {
	position: relative;
	padding-bottom: 66.25%;
	height: 0;
	overflow: hidden;
}
.popup__text iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
[class*='-ibg'] {
	position: relative;
}
[class*='-ibg'] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
[class*='-ibg--contain'] img {
	-o-object-fit: contain;
	object-fit: contain;
}
.button-mark-form {
	overflow: hidden;
	visibility: hidden;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	visibility: hidden;
	pointer-events: none;
}
.dots {
	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;
	gap: 10px;
	position: relative;
	bottom: 0 !important;
	left: 0;
}
.dot {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: rgba(247, 193, 3, 0.3);
	cursor: pointer;
}
.dot_active {
	background: #f7c103;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	opacity: 1;
	background-color: #fff;
	overflow: hidden;
	cursor: progress;
}
.loader {
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
	-webkit-perspective: 1000px;
	perspective: 1000px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	color: #2665e2;
}
.loader:after,
.loader:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	-webkit-transform: rotateX(70deg);
	transform: rotateX(70deg);
	-webkit-animation: 1s spin linear infinite;
	animation: 1s spin linear infinite;
}
.loader:after {
	color: #be11a5;
	-webkit-transform: rotateY(70deg);
	transform: rotateY(70deg);
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotateZ(0);
		transform: translate(-50%, -50%) rotateZ(0);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotateZ(360deg);
		transform: translate(-50%, -50%) rotateZ(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotateZ(0);
		transform: translate(-50%, -50%) rotateZ(0);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotateZ(360deg);
		transform: translate(-50%, -50%) rotateZ(360deg);
	}
}
@-webkit-keyframes rotateccw {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@keyframes rotateccw {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@-webkit-keyframes spin {
	0%,
	100% {
		-webkit-box-shadow: 0.2em 0 0 0 currentcolor;
		box-shadow: 0.2em 0 0 0 currentcolor;
	}
	12% {
		-webkit-box-shadow: 0.2em 0.2em 0 0 currentcolor;
		box-shadow: 0.2em 0.2em 0 0 currentcolor;
	}
	25% {
		-webkit-box-shadow: 0 0.2em 0 0 currentcolor;
		box-shadow: 0 0.2em 0 0 currentcolor;
	}
	37% {
		-webkit-box-shadow: -0.2em 0.2em 0 0 currentcolor;
		box-shadow: -0.2em 0.2em 0 0 currentcolor;
	}
	50% {
		-webkit-box-shadow: -0.2em 0 0 0 currentcolor;
		box-shadow: -0.2em 0 0 0 currentcolor;
	}
	62% {
		-webkit-box-shadow: -0.2em -0.2em 0 0 currentcolor;
		box-shadow: -0.2em -0.2em 0 0 currentcolor;
	}
	75% {
		-webkit-box-shadow: 0 -0.2em 0 0 currentcolor;
		box-shadow: 0 -0.2em 0 0 currentcolor;
	}
	87% {
		-webkit-box-shadow: 0.2em -0.2em 0 0 currentcolor;
		box-shadow: 0.2em -0.2em 0 0 currentcolor;
	}
}
@keyframes spin {
	0%,
	100% {
		-webkit-box-shadow: 0.2em 0 0 0 currentcolor;
		box-shadow: 0.2em 0 0 0 currentcolor;
	}
	12% {
		-webkit-box-shadow: 0.2em 0.2em 0 0 currentcolor;
		box-shadow: 0.2em 0.2em 0 0 currentcolor;
	}
	25% {
		-webkit-box-shadow: 0 0.2em 0 0 currentcolor;
		box-shadow: 0 0.2em 0 0 currentcolor;
	}
	37% {
		-webkit-box-shadow: -0.2em 0.2em 0 0 currentcolor;
		box-shadow: -0.2em 0.2em 0 0 currentcolor;
	}
	50% {
		-webkit-box-shadow: -0.2em 0 0 0 currentcolor;
		box-shadow: -0.2em 0 0 0 currentcolor;
	}
	62% {
		-webkit-box-shadow: -0.2em -0.2em 0 0 currentcolor;
		box-shadow: -0.2em -0.2em 0 0 currentcolor;
	}
	75% {
		-webkit-box-shadow: 0 -0.2em 0 0 currentcolor;
		box-shadow: 0 -0.2em 0 0 currentcolor;
	}
	87% {
		-webkit-box-shadow: 0.2em -0.2em 0 0 currentcolor;
		box-shadow: 0.2em -0.2em 0 0 currentcolor;
	}
}
.marketplace-wb .flare {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	transform: skewX(-40deg);
	-webkit-animation: flareAnimation;
	animation: flareAnimation;
	left: -150%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 255, 255, 0.1)),
		to(rgba(255, 255, 255, 0.4))
	);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.1),
		rgba(255, 255, 255, 0.4)
	);
	-webkit-animation: flareAnimation 3s infinite linear;
	animation: flareAnimation 3s infinite linear;
}
.overview-video .flare {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	transform: skewX(-40deg);
	-webkit-animation: flareAnimation;
	animation: flareAnimation;
	left: -150%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 255, 255, 0.1)),
		to(rgba(255, 255, 255, 0.4))
	);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.1),
		rgba(255, 255, 255, 0.4)
	);
	-webkit-animation: flareAnimation 3s infinite linear;
	animation: flareAnimation 3s infinite linear;
}
@-webkit-keyframes flareAnimation {
	0% {
		left: -150%;
	}
	100% {
		left: 150%;
	}
}
@keyframes flareAnimation {
	0% {
		left: -150%;
	}
	100% {
		left: 150%;
	}
}
.price-box-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.old-price {
	font-weight: 400;
	font-size: 20px;
	text-decoration: line-through;
	color: #232126;
	opacity: 0.5;
}
.actual-price {
	font-weight: 600;
	font-size: 36px;
	color: #f7c103;
	white-space: nowrap;
}
.header__hero {
	background: linear-gradient(225deg, #dddedd 0, #fff 49.51%, #e2e4e5 100%);
}
.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.875rem 0;
}
.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 3.75rem;
}
.menu__link {
	font-weight: 400;
	font-size: 18px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: var(--232126);
}
.menu__wa {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	width: 60px;
	height: 40px;
	background: #25d366;
}
.menu__wa i {
	font-size: 1.5rem;
	color: #fff;
}
.section {
	overflow: hidden;
}
.section__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section__container {
	max-width: 1190px;
	padding: 0 15px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.section__body {
	padding: 50px 0 50px 0;
}
.section__text {
	font-weight: 400;
	font-size: 20px;
	color: #232126;
	line-height: 1.3;
}
.section__text span {
	font-weight: 600;
}
.section__title {
	margin: 0 0 24px 0;
}
.section__weight-text {
	height: 52px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1.875rem;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	color: var(--232126);
	background: rgba(247, 193, 3, 0.2);
	border-radius: 20px;
	margin-bottom: 1.5rem;
}
.section__image img {
	max-width: 100%;
}
.presentation__image-ibg {
	border-radius: 40px;
	padding-bottom: 76.1111111111%;
}
.presentation__image-ibg img {
	border-radius: 40px;
}
.main-presentation {
	background: rgba(247, 193, 3, 0.2);
	padding: 3.125rem 0;
}
.presentation-swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2.5rem;
}
.presentation-swiper-slide {
	border-radius: 40px;
	background: #fff;
	width: calc(33.333% - 26.6666666667px);
}
.presentation-name {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 1.5rem;
	text-align: center;
	color: var(--232126);
	padding: 1rem 0;
}
.presentation__heading {
	margin-bottom: 1.5625rem;
}
.presentation__title {
	font-family: var(--font-family);
	font-weight: 500;
	text-align: center;
	color: var(--232126);
}
.presentation__title span {
	font-weight: 700;
}
.section__title {
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	color: #232126;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	position: relative;
}
.hero__title-box {
	position: relative;
	max-width: 23.75rem;
}
.hero__title-box span {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	width: 139px;
	height: 58px;
	font-weight: 700;
	font-size: 24px;
	color: #232126;
	border-radius: 20px;
	background: #f7c103;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1.875rem;
}
.hero__list {
	margin-bottom: 1.5rem;
}
.hero__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #232126;
	margin-bottom: 0.625rem;
}
.hero__item i {
	color: #f7c103;
}
.hero__item:last-child {
	margin-bottom: 0;
}
.hero__shop-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}
.hero__shop-box > .newspan {
	font-weight: 600;
	color: #f7c103;
	white-space: nowrap;
	margin: auto;
}
.marketplace-wb {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 70px;
	padding: 0 1.875rem;
	width: 100%;
	background: #f7c103;
	font-weight: 500;
	color: #232126;
	border-radius: 20px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	position: relative;
	overflow: hidden;
}
.marketplace-wb:active {
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	background: #e2b107;
}
.hero-marketplace-wb {
	max-width: 18.75rem;
	white-space: nowrap;
}
.icon-menu {
	display: none;
}
.footer {
	background: #232126;
	padding-top: 2.5rem;
	padding-bottom: 3.125rem;
}
.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer__left {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.footer__logo {
	margin-bottom: 1.875rem;
}
.footer__polit {
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fffcfb;
}
.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 535px;
}
.footer__item-name {
	font-weight: 500;
	font-size: 14px;
	color: #fffcfb;
	margin-bottom: 0.3125rem;
}
.footer__item-data {
	font-weight: 500;
	font-size: 14px;
	color: #fffcfb;
	opacity: 0.7;
}
.advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.advantages__item {
	background: linear-gradient(135deg, #232126 0, #4f4a56 100%);
	border-radius: 24px;
	padding: 0.75rem;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.5rem;
	font-weight: 600;
	color: #fffcfb;
	width: 100%;
	max-width: calc(20% - 12px);
}
.advantages__item i {
	color: #f7c103;
	font-size: 2.0625rem;
}
.advantages__item-box {
	background: rgba(247, 193, 3, 0.2);
	border-radius: 12px;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.6875rem;
	border-radius: 0.75rem;
}
.main-advantages {
	background: rgba(247, 193, 3, 0.2);
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.structure__container {
	position: relative;
}
.structure__container::before {
	content: '';
	position: absolute;
	top: 72%;
	left: 47%;
	display: block;
	width: 83px;
	height: 83px;
	z-index: 2;
	background: url(../img/element/3.png) no-repeat;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.structure__container::after {
	content: '';
	position: absolute;
	top: -70px;
	right: -40px;
	display: block;
	width: 140px;
	height: 131px;
	z-index: 2;
	background: url(../img/element/4.png) no-repeat;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.structure__inner {
	position: relative;
}
.structure__inner::before {
	content: '';
	position: absolute;
	top: 10%;
	left: 35%;
	display: block;
	width: 95px;
	height: 95px;
	z-index: 2;
	background: url(../img/element/5.png) no-repeat;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.structure__inner::after {
	content: '';
	position: absolute;
	top: 82%;
	left: 27%;
	display: block;
	width: 70px;
	height: 70px;
	z-index: 2;
	background: url(../img/element/6.png) no-repeat;
}
.structure__heading {
	position: absolute;
	z-index: 2;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.structure__title {
	font-weight: 500;
	font-size: 64px;
	line-height: 100%;
	color: #232126;
	max-width: 50%;
}
.structure__title span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	color: #232126;
	border-radius: 20px;
	padding: 16px 24px;
	height: 52px;
	-webkit-transform: rotate(3deg) translateY(0) translateX(0);
	-ms-transform: rotate(3deg) translateY(0) translateX(0);
	transform: rotate(3deg) translateY(0) translateX(0);
	background: rgba(247, 193, 3, 0.2);
}
.structure__slider {
	margin-bottom: 1.5625rem;
}
.structure__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto;
}
.structure__slide-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.75rem;
}
.structure__slide-item {
	border: 1px solid rgba(35, 33, 38, 0.2);
	border-radius: 100px;
	padding: 0.9375rem 1.5rem;
	font-weight: 500;
	color: #232126;
}
.structure__btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 216px;
	margin: 0 20% 0 auto;
	z-index: 5;
	position: relative;
}
.structure__btn-box i {
	color: #f7c103;
	font-size: 2.5rem;
}
.structure-main {
	padding-top: 1.5625rem;
	padding-bottom: 3.125rem;
	position: relative;
}
.structure-main::before {
	content: '';
	position: absolute;
	top: 142px;
	left: -25px;
	display: block;
	width: 56px;
	height: 49px;
	background: url(../img/element/2.png) no-repeat;
}
.structure-main::after {
	content: '';
	position: absolute;
	top: 80%;
	right: 10px;
	display: block;
	width: 56px;
	height: 49px;
	background: url(../img/element/1.png) no-repeat;
}
.structure-marketplace-wb-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

@media (max-width: 768px){
	.structure-marketplace-wb-box::after{ 
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-65%);
		display: block;
		z-index: 0;
		width: 96px;
		height: 96px;
		background: url('../img/element/7.png') no-repeat;
		z-index: -1;
	}
}
.structure-marketplace-wb {
	max-width: 360px;

}
.watchvideo__inner {
	padding: 2.1875rem;
	background-color: #edf1f4;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
	background-image: url(../img/common/video-img.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right center;
}
.watchvideo__content {
	max-width: 29.375rem;
}
.watchvideo__title {
	font-weight: 500;
	font-size: 36px;
	color: #232126;
}
.main-watchvideo {
	padding-bottom: 1.5625rem;
	padding-top: 3.125rem;
}
.watchvideo-btn-box a {
	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;
	gap: 0.75rem;
	border-radius: 20px;
	padding: 20px 86px;
	width: 100%;
	max-width: 360px;
	height: 70px;
	background: #f7c103;
	font-weight: 500;
	color: #232126;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	position: relative;
	overflow: hidden;
}
.watchvideo-btn-box a:active {
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	background: #e2b107;
}
.watchvideo-img-box {
	max-width: 35.625rem;
}
.watchvideo-img-box img {
	width: 100%;
	height: 100%;
	max-height: 14.6875rem;
}
.reviews__container {
	max-width: 100%;
	padding: 0;
	padding-left: max(15px, (100% - 1160px) / 2);
}
.reviews__heading {
	margin-bottom: 1.875rem;
}
.reviews__title {
	font-weight: 500;
	color: #232126;
	max-width: 43.75rem;
}
.reviews__slide {
	padding: 0.625rem;
	background: #fff;
	height: auto;
	border-radius: 1.25rem;
}
.reviews__image-ib--contain {
	background: #fff;
}
.reviews__image-ib--contain img {
	width: 100%;
	border-radius: 1.25rem;
}
.main-reviews {
	background: rgba(247, 193, 3, 0.1);
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.set__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.9375rem;
}
.set__heading {
	margin-bottom: 0.9375rem;
}
.set__title {
	font-weight: 500;
	font-size: 4rem;
	color: #232126;
}
.set__title span {
	vertical-align: middle;
	display: inline-block;
	font-weight: 500;
	color: #232126;
	border-radius: 20px;
	padding: 15px 30px;
	background: #f7c103;
}
.set__list {
	margin-bottom: 1.875rem;
}
.set__item {
	font-weight: 400;
	color: #232126;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 1.25rem;
}
.set__item:last-child {
	margin-bottom: 0;
}
.set__item i {
	font-size: 1.5rem;
	color: #f7c103;
}
.set__image-ib {
	border-radius: 2.5rem;
}
.set__image-ib img {
	border: 1px solid #f7c103;
	width: 100%;
	max-height: 28.125rem;
	border-radius: 2.5rem;
}
.main-set {
	padding-top: 3.125rem;
	margin-bottom: 1.5625rem;
}
.set-marketplace-wb {
	max-width: 22.5rem;
}
.set__content {
	max-width: 670px;
}
.contacts__title {
	font-weight: 500;
	text-align: center;
	color: #232126;
	margin-bottom: 0.1875rem;
}
.contacts__subtitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 109%;
	text-align: center;
	color: #252525;
}
.contacts__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contacts__item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(35, 33, 38, 0.2);
	border-radius: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.9375rem;
}
.contacts__item-wa {
	background: #f7c103;
	border-radius: 10px 10px 0 10px;
}
.contacts__item-wa i {
	font-size: 1.5rem;
	color: #fff;
}
.contacts__item-content {
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	padding-right: 2.1875rem;
}
.contacts__item-number {
	font-weight: 600;
	font-size: 18px;
	color: #232126;
}
.contacts__item-name {
	font-weight: 400;
	font-size: 16px;
	color: rgba(35, 33, 38, 0.5);
}
.main-contacts {
	padding-top: 40px;
}
.order__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2.625rem 1.25rem 1.25rem 2.625rem;
	background: #232126;
}
.order__content-left {
	border-radius: 40px 0 40px 40px;
	width: 200px;
	height: 206px;
	position: relative;
}
.order__content-image-ib {
	border-radius: 40px 0 40px 40px;
	max-width: 200px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.order__content-image-ib img {
	width: 100%;
}
.order__content-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 2.5rem;
}
.order__content-title {
	font-weight: 600;
	color: #fffcfb;
	text-align: center;
	margin-bottom: 1.25rem;
}
.order__content-title span {
	color: #f7c103;
}
.fresh__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.5rem;
}
.fresh__image-ibg {
	padding-bottom: 103.3928571429%;
	border-radius: 40px;
}
.fresh__image-ibg img {
	border-radius: 40px;
}
.main-fresh {
	padding-bottom: 1.5625rem;
}
.fresh-title {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 64px;
	line-height: 101%;
	color: var(--232126);
}
.fresh-subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	color: var(--232126);
}
@media (max-width: 450px) {
	.fresh-subtitle {
		font-size: 16px;
	}
}
.fresh-subtitle span {
	font-weight: 700;
}
.package__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3.75rem;
}
.package__image-ibg {
	padding-bottom: 66.6666666667%;
}
.package__tag {
	border-radius: 20px;
	padding: 15px 30px;
	background: rgba(247, 193, 3, 0.2);
	font-family: var(--font-family);
	font-weight: 700;
	text-align: center;
	color: var(--232126);
	width: 100%;
	max-width: 280px;
}
.main-package {
	padding-top: 3.125rem;
	padding-bottom: 1.5625rem;
}
.package-title {
	font-family: var(--font-family);
	font-weight: 500;
	line-height: 101%;
	color: var(--232126);
}
.package-subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	color: var(--232126);
}
.cook__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3.75rem;
}
.cook__image-ib {
	width: 100%;
	border-radius: 40px;
}
.cook__image-ib img {
	width: 100%;
}
.cook-main {
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}
.cook-title {
	font-family: var(--font-family);
	font-weight: 500;
	line-height: 101%;
	color: var(--232126);
}
.cook-subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	color: var(--232126);
}
@media (max-width: 450px) {
	.cook-subtitle {
		font-size: 16px;
	}
}
.cook-subtitle span {
	font-weight: 700;
}
.gift__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3.75rem;
}
.gift__tag {
	background: rgba(247, 193, 3, 0.2);
	border-radius: 20px;
	padding: 15px 30px;
	max-width: 16.875rem;
	font-family: var(--font-family);
	font-weight: 700;
	color: var(--232126);
}
.gift__subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	color: var(--232126);
}
.main-gift {
	padding-top: 1.5625rem;
	padding-bottom: 3.125rem;
}
.gift-title {
	font-family: var(--font-family);
	font-weight: 500;
	line-height: 101%;
	color: var(--232126);
} /*! 
 * OverlayScrollbars
 * Version: 2.7.0
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
	scroll-behavior: auto !important;
	direction: inherit;
	pointer-events: none;
	overflow: hidden;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	position: absolute;
	left: 0;
	top: 0;
}
.os-size-observer {
	z-index: -1;
	contain: strict;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: inherit;
	border: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	margin: -133px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
}
.os-size-observer::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	padding: 10px;
	width: 10px;
	height: 10px;
}
.os-size-observer-appear {
	-webkit-animation: os-size-observer-appear-animation 1ms forwards;
	animation: os-size-observer-appear-animation 1ms forwards;
}
.os-size-observer-listener {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	padding: inherit;
	border: inherit;
	margin: -133px;
	-webkit-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
}
.os-size-observer-listener.ltr {
	margin-right: -266px;
	margin-left: 0;
}
.os-size-observer-listener.rtl {
	margin-left: -266px;
	margin-right: 0;
}
.os-size-observer-listener:empty::before {
	content: '';
	width: 100%;
	height: 100%;
}
.os-size-observer-listener:empty::before,
.os-size-observer-listener > .os-size-observer-listener-item {
	display: block;
	position: relative;
	padding: inherit;
	border: inherit;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
.os-size-observer-listener-scroll {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.os-size-observer-listener-item {
	right: 0;
	bottom: 0;
	overflow: hidden;
	direction: ltr;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.os-size-observer-listener-item-final {
	-webkit-transition: none;
	transition: none;
}
@-webkit-keyframes os-size-observer-appear-animation {
	from {
		cursor: auto;
	}
	to {
		cursor: none;
	}
}
@keyframes os-size-observer-appear-animation {
	from {
		cursor: auto;
	}
	to {
		cursor: none;
	}
}
.os-trinsic-observer {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-width: 0;
	max-height: 1px;
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
	z-index: -1;
	height: 0;
	top: calc(100% + 1px);
	contain: strict;
}
.os-trinsic-observer:not(:empty) {
	height: calc(100% + 1px);
	top: -1px;
}
.os-trinsic-observer:not(:empty) > .os-size-observer {
	width: 1000%;
	height: 1000%;
	min-height: 1px;
	min-width: 1px;
}
.os-environment {
	scroll-behavior: auto !important;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: scroll;
	height: 200px;
	width: 200px;
	z-index: -1;
}
.os-environment div {
	width: 200%;
	height: 200%;
	margin: 10px 0;
}
.os-environment.os-environment-flexbox-glue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: auto;
	width: auto;
	min-height: 200px;
	min-width: 200px;
}
.os-environment.os-environment-flexbox-glue div {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
}
.os-environment.os-environment-flexbox-glue-max {
	max-height: 200px;
}
.os-environment.os-environment-flexbox-glue-max div {
	overflow: visible;
}
.os-environment.os-environment-flexbox-glue-max div::before {
	content: '';
	display: block;
	height: 999px;
	width: 999px;
}
.os-environment,
[data-overlayscrollbars-viewport] {
	-ms-overflow-style: scrollbar !important;
}
.os-environment-scrollbar-hidden,
[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~='scrollbarHidden'],
[data-overlayscrollbars~='scrollbarHidden'] {
	scrollbar-width: none !important;
}
.os-environment-scrollbar-hidden::-webkit-scrollbar,
.os-environment-scrollbar-hidden::-webkit-scrollbar-corner,
[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~='scrollbarHidden']::-webkit-scrollbar,
[data-overlayscrollbars-viewport~='scrollbarHidden']::-webkit-scrollbar-corner,
[data-overlayscrollbars~='scrollbarHidden']::-webkit-scrollbar,
[data-overlayscrollbars~='scrollbarHidden']::-webkit-scrollbar-corner {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(
		body
	) {
	overflow: auto;
}
html[data-overlayscrollbars] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
html[data-overlayscrollbars~='body'],
html[data-overlayscrollbars~='body'] > body {
	width: 100%;
	height: 100%;
}
html[data-overlayscrollbars~='viewport'] > body {
	overflow: visible;
}
[data-overlayscrollbars-padding],
[data-overlayscrollbars~='host'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: relative;
	-webkit-box-flex: 1 !important;
	-ms-flex: auto !important;
	flex: auto !important;
	height: auto;
	width: 100%;
	min-width: 0;
	padding: 0;
	margin: 0;
	border: none;
	z-index: 0;
}
[data-overlayscrollbars-viewport] {
	--os-vaw: 0;
	--os-vah: 0;
}
[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~='arrange']::before {
	content: '';
	position: absolute;
	pointer-events: none;
	z-index: -1;
	min-width: 1px;
	min-height: 1px;
	width: var(--os-vaw);
	height: var(--os-vah);
}
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
	overflow: hidden;
}
[data-overlayscrollbars~='host'],
[data-overlayscrollbars~='viewport'] {
	position: relative;
	overflow: hidden;
}
[data-overlayscrollbars-padding~='overflowVisible'],
[data-overlayscrollbars-viewport~='overflowVisible'],
[data-overlayscrollbars~='overflowVisible'] {
	overflow: visible;
}
[data-overlayscrollbars-overflow-x='hidden'] {
	overflow-x: hidden;
}
[data-overlayscrollbars-overflow-x='scroll'] {
	overflow-x: scroll;
}
[data-overlayscrollbars-overflow-x='hidden'] {
	overflow-y: hidden;
}
[data-overlayscrollbars-overflow-y='scroll'] {
	overflow-y: scroll;
}
[data-overlayscrollbars~='scrollbarPressed'],
[data-overlayscrollbars~='scrollbarPressed'] [data-overlayscrollbars-viewport] {
	scroll-behavior: auto !important;
}
[data-overlayscrollbars-content] {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
[data-overlayscrollbars-contents]:not([data-overlayscrollbars-padding]):not(
		[data-overlayscrollbars-viewport]
	):not([data-overlayscrollbars-content]) {
	display: contents;
}
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr;
	-ms-grid-columns: 1fr;
	grid-template: 1fr/1fr;
}
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid]
	> [data-overlayscrollbars-padding]
	> [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport] {
	height: auto !important;
	width: auto !important;
}
.os-scrollbar {
	contain: size layout;
	contain: size layout style;
	-webkit-transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s,
		bottom 0.15s, left 0.15s;
	transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s,
		bottom 0.15s, left 0.15s;
	pointer-events: none;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
body > .os-scrollbar {
	position: fixed;
	z-index: 99999;
}
.os-scrollbar-transitionless {
	-webkit-transition: none;
	transition: none;
}
.os-scrollbar-track {
	position: relative;
	direction: ltr !important;
	padding: 0 !important;
	border: none !important;
}
.os-scrollbar-handle {
	position: absolute;
}
.os-scrollbar-handle,
.os-scrollbar-track {
	pointer-events: none;
	width: 100%;
	height: 100%;
}
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle,
.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track {
	pointer-events: auto;
	-ms-touch-action: none;
	touch-action: none;
}
.os-scrollbar-horizontal {
	bottom: 0;
	left: 0;
}
.os-scrollbar-vertical {
	top: 0;
	right: 0;
}
.os-scrollbar-rtl.os-scrollbar-horizontal {
	right: 0;
}
.os-scrollbar-rtl.os-scrollbar-vertical {
	right: auto;
	left: 0;
}
.os-scrollbar-visible {
	opacity: 1;
	visibility: visible;
}
.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
	opacity: 0;
	visibility: hidden;
}
.os-scrollbar-interaction.os-scrollbar-visible {
	opacity: 1;
	visibility: visible;
}
.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
	pointer-events: none !important;
}
.os-scrollbar-unusable .os-scrollbar-handle {
	opacity: 0 !important;
	-webkit-transition: none !important;
	transition: none !important;
}
.os-scrollbar-horizontal .os-scrollbar-handle {
	bottom: 0;
}
.os-scrollbar-vertical .os-scrollbar-handle {
	right: 0;
}
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
	right: auto;
	left: 0;
}
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
	left: 0;
	right: 0;
}
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
	top: 0;
	bottom: 0;
}
.os-scrollbar {
	--os-size: 0;
	--os-padding-perpendicular: 0;
	--os-padding-axis: 0;
	--os-track-border-radius: 0;
	--os-track-bg: none;
	--os-track-bg-hover: none;
	--os-track-bg-active: none;
	--os-track-border: none;
	--os-track-border-hover: none;
	--os-track-border-active: none;
	--os-handle-border-radius: 0;
	--os-handle-bg: none;
	--os-handle-bg-hover: none;
	--os-handle-bg-active: none;
	--os-handle-border: none;
	--os-handle-border-hover: none;
	--os-handle-border-active: none;
	--os-handle-min-size: 33px;
	--os-handle-max-size: none;
	--os-handle-perpendicular-size: 100%;
	--os-handle-perpendicular-size-hover: 100%;
	--os-handle-perpendicular-size-active: 100%;
	--os-handle-interactive-area-offset: 0;
}
.os-scrollbar .os-scrollbar-track {
	border: var(--os-track-border);
	border-radius: var(--os-track-border-radius);
	background: var(--os-track-bg);
	-webkit-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
	transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}
.os-scrollbar .os-scrollbar-track:hover {
	border: var(--os-track-border-hover);
	background: var(--os-track-bg-hover);
}
.os-scrollbar .os-scrollbar-track:active {
	border: var(--os-track-border-active);
	background: var(--os-track-bg-active);
}
.os-scrollbar .os-scrollbar-handle {
	border: var(--os-handle-border);
	border-radius: var(--os-handle-border-radius);
	background: var(--os-handle-bg);
}
.os-scrollbar .os-scrollbar-handle:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}
.os-scrollbar .os-scrollbar-handle:hover {
	border: var(--os-handle-border-hover);
	background: var(--os-handle-bg-hover);
}
.os-scrollbar .os-scrollbar-handle:active {
	border: var(--os-handle-border-active);
	background: var(--os-handle-bg-active);
}
.os-scrollbar-horizontal {
	padding: var(--os-padding-perpendicular) var(--os-padding-axis);
	right: var(--os-size);
	height: var(--os-size);
}
.os-scrollbar-horizontal.os-scrollbar-rtl {
	left: var(--os-size);
	right: 0;
}
.os-scrollbar-horizontal .os-scrollbar-handle {
	min-width: var(--os-handle-min-size);
	max-width: var(--os-handle-max-size);
	height: var(--os-handle-perpendicular-size);
	-webkit-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s,
		height 0.15s;
	transition: opacity 0.15s, background-color 0.15s, border-color 0.15s,
		height 0.15s;
}
.os-scrollbar-horizontal .os-scrollbar-handle:before {
	top: calc(
		(var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) *
			-1
	);
	bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal:hover .os-scrollbar-handle {
	height: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-horizontal:active .os-scrollbar-handle {
	height: var(--os-handle-perpendicular-size-active);
}
.os-scrollbar-vertical {
	padding: var(--os-padding-axis) var(--os-padding-perpendicular);
	bottom: var(--os-size);
	width: var(--os-size);
}
.os-scrollbar-vertical .os-scrollbar-handle {
	min-height: var(--os-handle-min-size);
	max-height: var(--os-handle-max-size);
	width: var(--os-handle-perpendicular-size);
	-webkit-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s,
		width 0.15s;
	transition: opacity 0.15s, background-color 0.15s, border-color 0.15s,
		width 0.15s;
}
.os-scrollbar-vertical .os-scrollbar-handle:before {
	left: calc(
		(var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) *
			-1
	);
	right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
	right: calc(
		(var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) *
			-1
	);
	left: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical:hover .os-scrollbar-handle {
	width: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-vertical:active .os-scrollbar-handle {
	width: var(--os-handle-perpendicular-size-active);
}
.os-theme-none.os-scrollbar,
[data-overlayscrollbars~='updating'] > .os-scrollbar {
	display: none !important;
}
.os-theme-dark,
.os-theme-light {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	--os-size: 10px;
	--os-padding-perpendicular: 2px;
	--os-padding-axis: 2px;
	--os-track-border-radius: 10px;
	--os-handle-interactive-area-offset: 4px;
	--os-handle-border-radius: 10px;
}
.os-theme-dark {
	--os-handle-bg: rgba(0, 0, 0, 0.44);
	--os-handle-bg-hover: rgba(0, 0, 0, 0.55);
	--os-handle-bg-active: rgba(0, 0, 0, 0.66);
}
.os-theme-light {
	--os-handle-bg: rgba(255, 255, 255, 0.44);
	--os-handle-bg-hover: rgba(255, 255, 255, 0.55);
	--os-handle-bg-active: rgba(255, 255, 255, 0.66);
}
@media (min-width: 74.375em) {
	.old-price {
		font-size: 1.25rem;
	}
	.actual-price {
		font-size: 2.25rem;
	}
	.section__text {
		margin-bottom: 1.5rem;
	}
	.presentation__title {
		font-size: 2.25rem;
	}
	.hero__item {
		gap: 0.625rem;
	}
	.hero__item {
		font-size: 1.125rem;
	}
	.hero__item i {
		font-size: 1.5rem;
	}
	.hero__shop-box > .newspan {
		font-size: 1.5rem;
	}
	.marketplace-wb {
		font-size: 1.125rem;
	}
	.advantages__item {
		font-size: 1.125rem;
	}
	.structure__title span {
		font-size: 1.125rem;
	}
	.structure__slide-item {
		font-size: 1.125rem;
	}
	.watchvideo__title {
		font-size: 2.25rem;
	}
	.watchvideo__title {
		margin-bottom: 2.5rem;
	}
	.watchvideo-btn-box a {
		font-size: 1.125rem;
	}
	.reviews__title {
		font-size: 2rem;
	}
	.set__title span {
		font-size: 1.125rem;
	}
	.set__item {
		font-size: 1.125rem;
	}
	.contacts__heading {
		margin-bottom: 1.25rem;
	}
	.contacts__title {
		font-size: 2rem;
	}
	.contacts__subtitle {
		font-size: 1rem;
	}
	.contacts__list {
		gap: 1.25rem;
	}
	.contacts__item-wa {
		padding: 1.125rem;
	}
	.main-contacts {
		padding-bottom: 3.125rem;
	}
	.order__content-title {
		font-size: 1.375rem;
	}
	.main-order {
		padding-top: 3.125rem;
	}
	.main-order {
		padding-bottom: 40px;
	}
	.fresh-title {
		margin-bottom: 1.5625rem;
	}
	.package__tag {
		font-size: 1.125rem;
	}
	.package__tag {
		margin-bottom: 1.5625rem;
	}
	.package-title {
		font-size: 4rem;
	}
	.package-title {
		margin-bottom: 1.5rem;
	}
	.package-subtitle {
		font-size: 1.5rem;
	}
	.cook-title {
		font-size: 4rem;
	}
	.cook-title {
		margin-bottom: 1.5625rem;
	}
	.gift__tag {
		font-size: 1.125rem;
	}
	.gift__tag {
		margin-bottom: 1.5rem;
	}
	.gift__subtitle {
		font-size: 1.5rem;
	}
	.gift-title {
		margin-bottom: 1.5rem;
	}
	.gift-title {
		font-size: 3.8125rem;
	}
}
@media (min-width: 767px) {
	.section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 769px) {
	.section__body {
		padding: 10px 20px 50px 0;
		width: 40%;
	}
	.section__image {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100vw - 150px) * 0.6 + 15px);
		flex: 0 0 calc((100vw - 150px) * 0.6 + 15px);
		padding: 0 0 44.5% 0;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
	.section__image img {
		position: absolute;
		width: 100%;
		/* height: 100%;
		top: 0; */
		bottom: 0;
		left: 0;
		-o-object-fit: contain;
		object-fit: contain;
	}
}
@media (min-width: 1360px) {
	.section__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100vw - ((100vw - 1190px) / 2 + 468px + 15px));
		flex: 0 0 calc(100vw - ((100vw - 1190px) / 2 + 468px + 15px));
	}
}
@media (max-width: 75em) {
	.structure__heading {
		position: relative;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.structure__title {
		max-width: 100%;
		margin-bottom: 10px;
		max-width: 100%;
		font-size: 48px;
	}
	.structure__slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.structure__slide-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.structure__slide-right {
		margin-bottom: 1.25rem;
	}
	.structure__image-ib img {
		width: 100%;
	}
	.structure__btn-box {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin: 0 auto 1.25rem auto;
	}
}
@media (max-width: 769px) {
	.menu__link {
		font-weight: 500;
		font-size: 36px;
		color: var(--232126);
	}
	.presentation-swiper-wrapper {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 0;
	}
	.presentation-swiper-slide {
		width: 100%;
	}
	.presentation-name {
		font-size: 1.125rem;
	}
	.section__title {
		font-size: 4rem;
	}
	.hero__item {
		margin-bottom: 5px;
	}
	.hero__item :last-child {
		margin-bottom: 0;
	}
	.hero-marketplace-wb {
		width: 100%;
		max-width: 34.375rem;
	}
	.section__content {
		margin-bottom: 2.1875rem;
	}
	.section__body {
		width: 100%;
		padding: 0;
	}
	.hero__shop-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.section__text {
		max-width: 100%;
	}
	.section__body {
		padding: 0;
	}
	.header__inner {
		min-height: 3.125rem;
		padding: 0;
	}
	.advantages__item {
		max-width: 100%;
	}
	.structure__container::before {
		top: 90%;
		left: -30px;
		z-index: 2;
		-webkit-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	.structure__container::after {
		top: 2%;
		right: -20px;
		z-index: 1;
		-webkit-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	.structure__inner::before {
		top: 30%;
		left: 90%;
		z-index: 2;
		-webkit-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	.structure__inner::after {
		top: 82%;
		left: 80%;
		z-index: 2;
	}
	.structure__title {
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	.structure__title span {
		-webkit-transform: rotate(5deg) translateY(0) translateX(0);
		-ms-transform: rotate(5deg) translateY(0) translateX(0);
		transform: rotate(5deg) translateY(0) translateX(0);
	}
	.structure__slide-list {
		gap: 0.3125rem;
	}
	.structure__slide-item {
		padding: 0.9375rem 0.5rem;
	}
	.structure-main::before {
		top: 60%;
		left: -30px;
		z-index: 2;
	}
	.structure-main::after {
		top: 90%;
		right: -30px;
		z-index: 2;
	}
	.structure-marketplace-wb-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.watchvideo__inner {
		border-radius: 1.25rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.watchvideo__title {
		text-align: left;
	}
	.watchvideo-btn-box a {
		padding: 20px 0;
	}
	.set__heading {
		margin-bottom: 1.25rem;
	}
	.set__title {
		font-size: 1.5rem;
	}
	.set__list {
		margin-bottom: 1.5625rem;
	}
	.set__image-ib {
		border-radius: 1.25rem;
	}
	.set__image-ib img {
		border-radius: 1.25rem;
	}
	.contacts__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.contacts__subtitle,
	.contacts__title {
		text-align: left;
	}
	.contacts__item-phone {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		/* -ms-flex-direction: row;
		flex-direction: row; */
	}
	.contacts__item-phone .contacts__item-content {
		padding-right: 2.125rem;
		padding-left: 0;
	}
	.order__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.order__content-left {
		margin-bottom: 1.25rem;
		border-radius: 0 0 40px 40px;
		width: 240px;
	}
	.order__content-image-ib {
		max-width: 240px;
	}
	.order__content-right {
		margin-bottom: 3.125rem;
		padding: 0 0.9375rem;
	}
	.momi-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 0.9375rem;
	}
	.momi-block .section__text {
		max-width: 45%;
	}
	.fresh__inner {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		-ms-grid-rows: (auto) [2];
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column dense;
		gap: 1.875rem;
	}
	.fresh__image-ibg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-bottom: 120.8955223881%;
	}
	.fresh-title {
		font-size: 48px;
	}
	.package__inner {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		-ms-grid-rows: (auto) [2];
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column dense;
		gap: 1.25rem;
	}
	.package__image-ibg {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.cook__inner {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		-ms-grid-rows: (auto) [2];
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column dense;
		gap: 1.25rem;
	}
	.cook__image-ib {
		max-width: 34.25rem;
	}
	.gift__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 1.875rem;
	}
	.gift__image-ib {
		width: 100%;
	}
	.gift__image-ib img {
		width: 100%;
	}
}
@media (max-width: 769px) and (max-width: 34.375em) {
	.momi-block .section__text {
		max-width: 100%;
	}
}
@media (max-width: 20em) {
	.old-price {
		font-size: 1.125rem;
	}
	.actual-price {
		font-size: 2rem;
	}
	.section__text {
		margin-bottom: 1.25rem;
	}
	.presentation__title {
		font-size: 1.125rem;
	}
	.hero__item {
		gap: 0.3125rem;
	}
	.hero__item {
		font-size: 0.875rem;
	}
	.hero__item i {
		font-size: 1.25rem;
	}
	.hero__shop-box > .newspan {
		font-size: 1.125rem;
	}
	.marketplace-wb {
		font-size: 1rem;
	}
	.advantages__item {
		font-size: 1rem;
	}
	.structure__title span {
		font-size: 1rem;
	}
	.structure__slide-item {
		font-size: 0.875rem;
	}
	.watchvideo__title {
		font-size: 1.125rem;
	}
	.watchvideo__title {
		margin-bottom: 1.25rem;
	}
	.watchvideo-btn-box a {
		font-size: 1rem;
	}
	.reviews__title {
		font-size: 1.125rem;
	}
	.set__title span {
		font-size: 1rem;
	}
	.set__item {
		font-size: 1rem;
	}
	.contacts__heading {
		margin-bottom: 0.625rem;
	}
	.contacts__title {
		font-size: 1.5rem;
	}
	.contacts__subtitle {
		font-size: 0.875rem;
	}
	.contacts__list {
		gap: 0.625rem;
	}
	.contacts__item-wa {
		padding: 0.9375rem;
	}
	.main-contacts {
		padding-bottom: 2.5rem;
	}
	.order__content-title {
		font-size: 1.125rem;
	}
	.main-order {
		padding-top: 2.5rem;
	}
	.main-order {
		padding-bottom: 3.125rem;
	}
	.fresh-title {
		margin-bottom: 0.9375rem;
	}
	.package__tag {
		font-size: 0.875rem;
	}
	.package__tag {
		margin-bottom: 1rem;
	}
	.package-title {
		font-size: 2.25rem;
	}
	.package-title {
		margin-bottom: 0.75rem;
	}
	.package-subtitle {
		font-size: 1rem;
	}
	.cook-title {
		font-size: 2.25rem;
	}
	.cook-title {
		margin-bottom: 0.75rem;
	}
	.gift__tag {
		font-size: 0.875rem;
	}
	.gift__tag {
		margin-bottom: 1rem;
	}
	.gift__subtitle {
		font-size: 1rem;
	}
	.gift-title {
		margin-bottom: 1rem;
	}
	.gift-title {
		font-size: 2.25rem;
	}
}
@media (max-width: 73.4375em) {
	.section__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100vw - ((100vw - 1190px) / 2 + 520px + 15px));
		flex: 0 0 calc(100vw - ((100vw - 1190px) / 2 + 520px + 15px));
	}
	.section__body {
		width: 52%;
	}
}
@media (max-width: 68.75em) {
	.advantages__list {
		gap: 0.9375rem;
		justify-content: center;
	}
	.advantages__item {
		max-width: calc(50% - 7.5px);
	}
}
@media (max-width: 550px) {
	.advantages__item {
		max-width: 100%;
		flex-direction: row;
		align-items: center;
	}
}
@media (max-width: 61.99875em) {
	.popup__text {
		padding-bottom: 76.25%;
	}
	.section__text {
		font-size: 1rem;
	}
	.section__title {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
	}
	.hero__title-box {
		max-width: 100%;
	}
	.hero__title-box span {
		position: relative;
		font-size: 1.5rem;
		border-radius: 20px;
		padding: 15px 30px;
		width: 134px;
		height: 50px;
		-webkit-transform: rotate(3deg) translateY(5px);
		-ms-transform: rotate(3deg) translateY(5px);
		transform: rotate(3deg) translateY(5px);
	}
	.section__body {
		padding: 0 20px 0 0;
	}
	.section__title {
		margin-bottom: 1.25rem;
	}
	.section__text {
		max-width: 313px;
	}
	.hero__list {
		margin-bottom: 20px;
	}
	.hero__shop-box {
		gap: 1rem;
	}
	.header {
		width: 100%;
		position: absolute;
		z-index: 20;
	}
	.header .menu__body::before {
		content: '';
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 70px;
		background-color: transparent;
		z-index: 2;
	}
	.header._header-scroll {
		position: fixed;
		top: -200%;
		background: linear-gradient(225deg, #dddedd 0, #fff 49.51%, #e2e4e5 100%);
	}
	.header._header-scroll .menu__body::before {
		position: fixed;
		top: -200%;
		background: linear-gradient(225deg, #dddedd 0, #fff 49.51%, #e2e4e5 100%);
	}
	.header._header-show {
		-webkit-transition: top 0.3s ease 0s;
		transition: top 0.3s ease 0s;
		top: 0;
	}
	.header._header-show .menu__body::before {
		-webkit-transition: top 0.3s ease 0s;
		transition: top 0.3s ease 0s;
		top: 0;
	}
	.header__inner {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
		min-height: 4.375rem;
	}
	.main-hero {
		padding-top: 5rem;
	}
	.header__logo {
		z-index: 5;
	}
	.icon-menu {
		display: block;
		position: relative;
		width: 1.4375rem;
		height: 1.25rem;
		z-index: 5;
	}
	.icon-menu span,
	.icon-menu::after,
	.icon-menu::before {
		content: '';
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: 0.125rem;
		background-color: #f7c103;
	}
	.icon-menu::before {
		top: 0;
	}
	.icon-menu::after {
		bottom: 0;
	}
	.icon-menu span {
		top: calc(50% - 0.0625rem);
	}
	.menu-open .icon-menu span {
		width: 0;
	}
	.menu-open .icon-menu::before {
		top: calc(50% - 0.0625rem);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-open .icon-menu::after {
		bottom: calc(50% - 0.0625rem);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu__body {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
		padding: 100px 30px 30px 30px;
		-webkit-transition: left 0.3s ease 0s;
		transition: left 0.3s ease 0s;
		overflow: auto;
		-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;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.menu__list {
		-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;
		margin-top: 3.125rem;
	}
	.menu-open .menu__body {
		left: 0;
	}
	.footer__inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.25rem;
		max-width: 200px;
	}
	.watchvideo__inner {
		padding: 1.25rem;
	}
	.set__title {
		font-size: 2rem;
	}
	.set__title span {
		padding: 8px 24px;
		border-radius: 12px;
	}
	.set__list {
		margin-bottom: 1.25rem;
	}
	.set__item {
		margin-bottom: 0.9375rem;
	}
	.set__item:last-child {
		margin-bottom: 0;
	}
	.set-marketplace-wb {
		max-width: 17.8125rem;
	}
	.contacts__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.contacts__item {
		width: 100%;
	}
	.contacts__item-phone {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		/* -ms-flex-direction: row-reverse;
		flex-direction: row-reverse; */
	}
	.contacts__item-phone .contacts__item-content {
		padding-right: 0;
		/* padding-left: 2.125rem; */
	}
}
@media (max-width: 61.99875em) and (max-width: 769px) {
	.header .menu__body::before {
		height: 3.125rem;
	}
	.header__inner {
		min-height: 3.125rem;
		padding: 0;
	}
	.main-hero {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 0.3125rem;
	}
}
@media (max-width: 61.99875em) and (any-hover: none) {
	.icon-menu {
		cursor: default;
	}
}
@media (max-width: 56.25em) {
	.section__body {
		position: relative;
	}
}
@media (max-width: 48.0625em) {
	.section__body {
		width: 100%;
	}
}
@media (max-width: 47.99875em) {
	.popup__text {
		padding-bottom: 86.25%;
	}
	.footer__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__left {
		margin-bottom: 1.25rem;
	}
	.footer__logo {
		margin-bottom: 0;
	}
	.footer__logo svg {
		width: 160px;
		height: 40px;
	}
	.footer__list {
		margin-bottom: 1.25rem;
	}
}
@media (max-width: 47.9375em) {
	.watchvideo__inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.watchvideo__title {
		text-align: center;
	}
	.watchvideo-btn-box a {
		margin: 0 auto;
	}
}
@media (max-width: 46.875em) {
	.section__title {
		display: inline-block;
	}
	.hero__title-box span {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-transform: rotate(3deg) translateY(-5px);
		-ms-transform: rotate(3deg) translateY(-5px);
		transform: rotate(3deg) translateY(-5px);
	}
}
@media (max-width: 37.5em) {
	.set__inner {
		gap: 1.5625rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.set__image-ib {
		margin: 0 auto;
	}
	.set__image-ib img {
		max-width: 26.5625rem;
	}
}
@media (max-width: 34.375em) {
	.section__weight-text {
		width: 100%;
	}
	.momi-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 32.8125em) {
	.hero__shop-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.hero-marketplace-wb {
		max-width: 100%;
	}
	.price-box-ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1rem;
	}
	.hero__shop-box {
		width: 100%;
	}
	.section__body {
		padding: 0;
	}
}
@media (max-width: 29.99875em) {
	.pp-about__popup-content {
		padding: 0;
	}
	.pp-about__popup-close {
		top: -45px;
	}
	.popup__text {
		padding-bottom: 96.25%;
	}
	.header__logo svg {
		width: 106px;
		height: 24px;
	}
	.menu__link {
		font-weight: 400;
		font-size: 18px;
		color: var(--232126);
	}
	.section__text span {
		font-weight: 600;
		color: #f7c103;
		margin-bottom: 1rem;
	}
	.section__text {
		font-size: 0.875rem;
	}
	.section__weight-text {
		font-size: 1rem;
		margin-bottom: 0.9375rem;
	}
	.presentation-name {
		font-size: 1rem;
	}
	.hero__title-box span {
		right: 0;
	}
	.hero__title-box {
		max-width: 300px;
	}
	.section__body {
		padding: 0;
	}
	.hero__shop-box {
		margin-bottom: 25px;
	}
	.section__title {
		font-size: 3rem;
		margin-bottom: 0.9375rem;
	}
	.hero__title-box span {
		font-weight: 700;
		font-size: 16px;
		border-radius: 20px;
		padding: 15px 30px;
		width: 114px;
		height: 50px;
	}
	.structure__container::before {
		top: 70%;
		left: -50px;
		z-index: 2;
		-webkit-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.structure__container::after {
		right: -51px;
		-webkit-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.structure__inner::before {
		top: 30%;
		left: 95%;
		z-index: 2;
		-webkit-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.structure__inner::after {
		top: 370px;
		left: 85%;
		z-index: 2;
		-webkit-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.structure__title {
		font-size: 2.25rem;
		line-height: 121%;
		max-width: 300px;
	}
	.structure__title span {
		border-radius: 20px;
		padding: 12px 12px;
		height: 41px;
		font-weight: 700;
		font-size: 14px;
		-webkit-transform: rotate(-2deg) translateY(-7px);
		-ms-transform: rotate(-2deg) translateY(-7px);
		transform: rotate(-2deg) translateY(-7px);
	}
	.structure__slide-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.structure__btn-box {
		max-width: 100%;
	}
	.structure-main::before {
		top: 300px;
		left: -40px;
	}
	.structure-main::after {
		top: 60%;
		right: -20px;
	}
	.watchvideo__inner {
		min-height: 313px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		background-size: 100%;
		background-position: bottom -60px center;
	}
	.contacts__title {
		margin-bottom: 0.625rem;
	}
	.fresh__inner {
		gap: 1.25rem;
	}
	.fresh-title {
		font-size: 2.25rem;
	}
}
@media (max-width: 20.9375em) {
	.hero__title-box span {
		right: 0;
	}
}
@media (max-width: 20.625em) {
	.section__title {
		font-size: 2.5rem;
	}
}
@media (min-width: 20em) and (max-width: 74.375em) {
	@supports (
		font-size: clamp(1.125rem, 1.0790229885rem + 0.2298850575vw, 1.25rem)
	) {
		.old-price {
			font-size: clamp(1.125rem, 1.0790229885rem + 0.2298850575vw, 1.25rem);
		}
	}
	@supports not (
		font-size: clamp(1.125rem, 1.0790229885rem + 0.2298850575vw, 1.25rem)
	) {
		.old-price {
			font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (font-size: clamp(2rem, 1.908045977rem + 0.4597701149vw, 2.25rem)) {
		.actual-price {
			font-size: clamp(2rem, 1.908045977rem + 0.4597701149vw, 2.25rem);
		}
	}
	@supports not (
		font-size: clamp(2rem, 1.908045977rem + 0.4597701149vw, 2.25rem)
	) {
		.actual-price {
			font-size: calc(2rem + 0.25 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		margin-bottom: clamp(1.25rem, 1.158045977rem + 0.4597701149vw, 1.5rem)
	) {
		.section__text {
			margin-bottom: clamp(1.25rem, 1.158045977rem + 0.4597701149vw, 1.5rem);
		}
	}
	@supports not (
		margin-bottom: clamp(1.25rem, 1.158045977rem + 0.4597701149vw, 1.5rem)
	) {
		.section__text {
			margin-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1.125rem, 0.7112068966rem + 2.0689655172vw, 2.25rem)
	) {
		.presentation__title {
			font-size: clamp(1.125rem, 0.7112068966rem + 2.0689655172vw, 2.25rem);
		}
	}
	@supports not (
		font-size: clamp(1.125rem, 0.7112068966rem + 2.0689655172vw, 2.25rem)
	) {
		.presentation__title {
			font-size: calc(1.125rem + 1.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		gap: clamp(0.3125rem, 0.1975574713rem + 0.5747126437vw, 0.625rem)
	) {
		.hero__item {
			gap: clamp(0.3125rem, 0.1975574713rem + 0.5747126437vw, 0.625rem);
		}
	}
	@supports not (
		gap: clamp(0.3125rem, 0.1975574713rem + 0.5747126437vw, 0.625rem)
	) {
		.hero__item {
			gap: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem)
	) {
		.hero__item {
			font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem)
	) {
		.hero__item {
			font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1.25rem, 1.158045977rem + 0.4597701149vw, 1.5rem)
	) {
		.hero__item i {
			font-size: clamp(1.25rem, 1.158045977rem + 0.4597701149vw, 1.5rem);
		}
	}
	@supports not (
		font-size: clamp(1.25rem, 1.158045977rem + 0.4597701149vw, 1.5rem)
	) {
		.hero__item i {
			font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1.125rem, 0.9870689655rem + 0.6896551724vw, 1.5rem)
	) {
		.hero__shop-box > .newspan {
			font-size: clamp(1.125rem, 0.9870689655rem + 0.6896551724vw, 1.5rem);
		}
	}
	@supports not (
		font-size: clamp(1.125rem, 0.9870689655rem + 0.6896551724vw, 1.5rem)
	) {
		.hero__shop-box > .newspan {
			font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.marketplace-wb {
			font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.marketplace-wb {
			font-size: calc(1rem + 0.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.advantages__item {
			font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.advantages__item {
			font-size: calc(1rem + 0.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.structure__title span {
			font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.structure__title span {
			font-size: calc(1rem + 0.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem)
	) {
		.structure__slide-item {
			font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem)
	) {
		.structure__slide-item {
			font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1.125rem, 0.7112068966rem + 2.0689655172vw, 2.25rem)
	) {
		.watchvideo__title {
			font-size: clamp(1.125rem, 0.7112068966rem + 2.0689655172vw, 2.25rem);
		}
	}
	@supports not (
		font-size: clamp(1.125rem, 0.7112068966rem + 2.0689655172vw, 2.25rem)
	) {
		.watchvideo__title {
			font-size: calc(1.125rem + 1.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		margin-bottom: clamp(1.25rem, 0.7902298851rem + 2.2988505747vw, 2.5rem)
	) {
		.watchvideo__title {
			margin-bottom: clamp(1.25rem, 0.7902298851rem + 2.2988505747vw, 2.5rem);
		}
	}
	@supports not (
		margin-bottom: clamp(1.25rem, 0.7902298851rem + 2.2988505747vw, 2.5rem)
	) {
		.watchvideo__title {
			margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.watchvideo-btn-box a {
			font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.watchvideo-btn-box a {
			font-size: calc(1rem + 0.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1.125rem, 0.8031609195rem + 1.6091954023vw, 2rem)
	) {
		.reviews__title {
			font-size: clamp(1.125rem, 0.8031609195rem + 1.6091954023vw, 2rem);
		}
	}
	@supports not (
		font-size: clamp(1.125rem, 0.8031609195rem + 1.6091954023vw, 2rem)
	) {
		.reviews__title {
			font-size: calc(1.125rem + 0.875 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.set__title span {
			font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.set__title span {
			font-size: calc(1rem + 0.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.set__item {
			font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(1rem, 0.9540229885rem + 0.2298850575vw, 1.125rem)
	) {
		.set__item {
			font-size: calc(1rem + 0.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		margin-bottom: clamp(0.625rem, 0.3951149425rem + 1.1494252874vw, 1.25rem)
	) {
		.contacts__heading {
			margin-bottom: clamp(0.625rem, 0.3951149425rem + 1.1494252874vw, 1.25rem);
		}
	}
	@supports not (
		margin-bottom: clamp(0.625rem, 0.3951149425rem + 1.1494252874vw, 1.25rem)
	) {
		.contacts__heading {
			margin-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (font-size: clamp(1.5rem, 1.316091954rem + 0.9195402299vw, 2rem)) {
		.contacts__title {
			font-size: clamp(1.5rem, 1.316091954rem + 0.9195402299vw, 2rem);
		}
	}
	@supports not (
		font-size: clamp(1.5rem, 1.316091954rem + 0.9195402299vw, 2rem)
	) {
		.contacts__title {
			font-size: calc(1.5rem + 0.5 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(0.875rem, 0.8290229885rem + 0.2298850575vw, 1rem)
	) {
		.contacts__subtitle {
			font-size: clamp(0.875rem, 0.8290229885rem + 0.2298850575vw, 1rem);
		}
	}
	@supports not (
		font-size: clamp(0.875rem, 0.8290229885rem + 0.2298850575vw, 1rem)
	) {
		.contacts__subtitle {
			font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (gap: clamp(0.625rem, 0.3951149425rem + 1.1494252874vw, 1.25rem)) {
		.contacts__list {
			gap: clamp(0.625rem, 0.3951149425rem + 1.1494252874vw, 1.25rem);
		}
	}
	@supports not (
		gap: clamp(0.625rem, 0.3951149425rem + 1.1494252874vw, 1.25rem)
	) {
		.contacts__list {
			gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		padding: clamp(0.9375rem, 0.8685344828rem + 0.3448275862vw, 1.125rem)
	) {
		.contacts__item-wa {
			padding: clamp(0.9375rem, 0.8685344828rem + 0.3448275862vw, 1.125rem);
		}
	}
	@supports not (
		padding: clamp(0.9375rem, 0.8685344828rem + 0.3448275862vw, 1.125rem)
	) {
		.contacts__item-wa {
			padding: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		padding-bottom: clamp(2.5rem, 2.2701149425rem + 1.1494252874vw, 3.125rem)
	) {
		.main-contacts {
			padding-bottom: clamp(2.5rem, 2.2701149425rem + 1.1494252874vw, 3.125rem);
		}
	}
	@supports not (
		padding-bottom: clamp(2.5rem, 2.2701149425rem + 1.1494252874vw, 3.125rem)
	) {
		.main-contacts {
			padding-bottom: calc(2.5rem + 0.625 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(1.125rem, 1.033045977rem + 0.4597701149vw, 1.375rem)
	) {
		.order__content-title {
			font-size: clamp(1.125rem, 1.033045977rem + 0.4597701149vw, 1.375rem);
		}
	}
	@supports not (
		font-size: clamp(1.125rem, 1.033045977rem + 0.4597701149vw, 1.375rem)
	) {
		.order__content-title {
			font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		padding-top: clamp(2.5rem, 2.2701149425rem + 1.1494252874vw, 3.125rem)
	) {
		.main-order {
			padding-top: clamp(2.5rem, 2.2701149425rem + 1.1494252874vw, 3.125rem);
		}
	}
	@supports not (
		padding-top: clamp(2.5rem, 2.2701149425rem + 1.1494252874vw, 3.125rem)
	) {
		.main-order {
			padding-top: calc(2.5rem + 0.625 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		padding-bottom: clamp(3.125rem, 1.9755747126rem + 5.7471264368vw, 6.25rem)
	) {
		.main-order {
			padding-bottom: clamp(
				3.125rem,
				1.9755747126rem + 5.7471264368vw,
				6.25rem
			);
		}
	}
	@supports not (
		padding-bottom: clamp(3.125rem, 1.9755747126rem + 5.7471264368vw, 6.25rem)
	) {
		.main-order {
			padding-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		margin-bottom: clamp(0.9375rem, 0.7076149425rem + 1.1494252874vw, 1.5625rem)
	) {
		.fresh-title {
			margin-bottom: clamp(
				0.9375rem,
				0.7076149425rem + 1.1494252874vw,
				1.5625rem
			);
		}
	}
	@supports not (
		margin-bottom: clamp(0.9375rem, 0.7076149425rem + 1.1494252874vw, 1.5625rem)
	) {
		.fresh-title {
			margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem)
	) {
		.package__tag {
			font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem)
	) {
		.package__tag {
			font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		margin-bottom: clamp(1rem, 0.7931034483rem + 1.0344827586vw, 1.5625rem)
	) {
		.package__tag {
			margin-bottom: clamp(1rem, 0.7931034483rem + 1.0344827586vw, 1.5625rem);
		}
	}
	@supports not (
		margin-bottom: clamp(1rem, 0.7931034483rem + 1.0344827586vw, 1.5625rem)
	) {
		.package__tag {
			margin-bottom: calc(1rem + 0.5625 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(2.25rem, 1.6063218391rem + 3.2183908046vw, 4rem)
	) {
		.package-title {
			font-size: clamp(2.25rem, 1.6063218391rem + 3.2183908046vw, 4rem);
		}
	}
	@supports not (
		font-size: clamp(2.25rem, 1.6063218391rem + 3.2183908046vw, 4rem)
	) {
		.package-title {
			font-size: calc(2.25rem + 1.75 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		margin-bottom: clamp(0.75rem, 0.474137931rem + 1.3793103448vw, 1.5rem)
	) {
		.package-title {
			margin-bottom: clamp(0.75rem, 0.474137931rem + 1.3793103448vw, 1.5rem);
		}
	}
	@supports not (
		margin-bottom: clamp(0.75rem, 0.474137931rem + 1.3793103448vw, 1.5rem)
	) {
		.package-title {
			margin-bottom: calc(0.75rem + 0.75 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (font-size: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem)) {
		.package-subtitle {
			font-size: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem);
		}
	}
	@supports not (
		font-size: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem)
	) {
		.package-subtitle {
			font-size: calc(1rem + 0.5 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(2.25rem, 1.6063218391rem + 3.2183908046vw, 4rem)
	) {
		.cook-title {
			font-size: clamp(2.25rem, 1.6063218391rem + 3.2183908046vw, 4rem);
		}
	}
	@supports not (
		font-size: clamp(2.25rem, 1.6063218391rem + 3.2183908046vw, 4rem)
	) {
		.cook-title {
			font-size: calc(2.25rem + 1.75 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		margin-bottom: clamp(0.75rem, 0.4511494253rem + 1.4942528736vw, 1.5625rem)
	) {
		.cook-title {
			margin-bottom: clamp(
				0.75rem,
				0.4511494253rem + 1.4942528736vw,
				1.5625rem
			);
		}
	}
	@supports not (
		margin-bottom: clamp(0.75rem, 0.4511494253rem + 1.4942528736vw, 1.5625rem)
	) {
		.cook-title {
			margin-bottom: calc(0.75rem + 0.8125 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem)
	) {
		.gift__tag {
			font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem);
		}
	}
	@supports not (
		font-size: clamp(0.875rem, 0.783045977rem + 0.4597701149vw, 1.125rem)
	) {
		.gift__tag {
			font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		margin-bottom: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem)
	) {
		.gift__tag {
			margin-bottom: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem);
		}
	}
	@supports not (
		margin-bottom: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem)
	) {
		.gift__tag {
			margin-bottom: calc(1rem + 0.5 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (font-size: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem)) {
		.gift__subtitle {
			font-size: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem);
		}
	}
	@supports not (
		font-size: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem)
	) {
		.gift__subtitle {
			font-size: calc(1rem + 0.5 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		margin-bottom: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem)
	) {
		.gift-title {
			margin-bottom: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem);
		}
	}
	@supports not (
		margin-bottom: clamp(1rem, 0.816091954rem + 0.9195402299vw, 1.5rem)
	) {
		.gift-title {
			margin-bottom: calc(1rem + 0.5 * (100vw - 20rem) / 54.375);
		}
	}
	@supports (
		font-size: clamp(2.25rem, 1.6752873563rem + 2.8735632184vw, 3.8125rem)
	) {
		.gift-title {
			font-size: clamp(2.25rem, 1.6752873563rem + 2.8735632184vw, 3.8125rem);
		}
	}
	@supports not (
		font-size: clamp(2.25rem, 1.6752873563rem + 2.8735632184vw, 3.8125rem)
	) {
		.gift-title {
			font-size: calc(2.25rem + 1.5625 * (100vw - 20rem) / 54.375);
		}
	}
}
@media (any-hover: hover) {
	.menu__link:hover {
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
		color: #fbe081;
	}
	.marketplace-wb:hover {
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
		background: #fbe081;
	}
	.watchvideo-btn-box a:hover {
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
		background: #fbe081;
	}
}
