@font-face {
	font-family: 'Goudy Old Style';
	src: url(../fonts/goudyoldstyle_bold.woff2);
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url(../fonts/Lato-Light.woff2);
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url(../fonts/Lato-Regular.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url(../fonts/Lato-Medium.woff2);
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url(../fonts/Lato-Bold.woff2);
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Georgia';
	src: url(../fonts/georgia.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica';
	src: url(../fonts/helvetica_regular.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica';
	src: url(../fonts/helvetica_light.woff2);
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'icon';
	src: url(../fonts/icon.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
:root {
	--White: #fff;
	--hover: #ffcbc2;
	--text-color: #2d2f2e;
	--text-color2: #898989;
	--dark: #2d2f2e;
	--menu-bg: rgba(45, 47, 46, 0.73);
	--footer-bg: #141414;
	--video-bg: #dfe2e5;
	--error: #D92001;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: 'Lato';
	font-size: 16px;
	color: var(--White);
	font-weight: 400;
	-webkit-tap-highlight-color: transparent;
}
pre {
	color: red;
}
html {
	min-height: 100dvh;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
html:has(.scrollPage) {
	overflow: auto;
	body {
		max-height: initial;
	}
	section:not(.promo) {
		position: static;
		min-height: initial;
		max-height: initial;
	}
	.promo {
		position: static;
		height: initial;
	}
	:is(header, footer) {
		position: relative;
		transform: none;
	}
	footer {
		min-height: initial;
		max-height: initial;
	}
}
body {
	position: relative;
	min-height: 100dvh;
	max-height: 100dvh;
	width: 100%;
	scrollbar-width: none;
	overflow: hidden;
}
body::-webkit-scrollbar {
	width: 0;
}
main {
	display: contents;
	width: 100%;
}
h1 {
	display: none;
}
a {
	text-decoration: none;
	transition: 0.2s linear;
}
img {
	display: block;
	width: 100%;
}
button {
	border: none;
	cursor: pointer;
	transition: 0.2s linear;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
textarea,
input[type="tel"],
select,
input[type="submit"] {
	appearance: none;
}
input[type="submit"] {
	border: none;
	cursor: pointer;
}
:is(input, textarea) {
	border-radius: 3px;
	border: 1px solid #F4F3F3;
	padding: 10px 10px 10px 16px;
	text-align: center;
	width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
textarea {
	appearance: none;
	resize: none;
	height: 48px;
	text-align: left;
}
::-webkit-input-placeholder {
	color: #b3b2ae;
	font-weight: normal;
}
:-webkit-autofill {
	box-shadow: inset 0 0 0 50px #E0E0E0 !important;
	background: transparent;
}
header .wrapper .buttons .n-search {
	background: none;
	svg {
		width: 20px;
	}
}
.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 5px 24px;
	overflow-x: auto;
	&::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
		appearance: none;
	}
	:is(a, span) {
		color: rgba(45, 47, 46, 0.73);
		font-family: Lato;
		font-size: 16px;
		text-transform: lowercase;
		white-space: nowrap;
	}
	span {
		word-break: break-all;
	}
	a {
		position: relative;
		&::after {
			content: '/';
			font-size: inherit;
			line-height: inherit;
			font-weight: inherit;
			position: absolute;
			color: rgba(45, 47, 46, 0.73);
			top: 0;
			left: calc(100% + 8px);
			width: 8px;
			height: 100%;
		}
	}
	span {
		opacity: 0.8;
	}
}
:is(.transparent-btn, .transparent2-btn, .dark-btn) {
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 3px;
	font-size: 13px;
}
.transparent-btn {
	padding: 13px 23px;
	border: 1px solid var(--White);
}
.transparent2-btn {
	padding: 15px 44px;
	border: 1px solid var(--menu-bg);
	font-size: 14px;
	color: var(--menu-bg);
}
.dark-btn {
	padding: 13px 25px;
	width: 100%;
	border-radius: 3px;
	background-color: var(--dark);
	color: var(--White);
	font-family: Helvetica;
}
.check-directions-element {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: 0;
}
.wrapper {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}
.slides {
	will-change: left;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 60px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
header .wrapper {
	position: relative;
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: space-between;
}
header > .wrapper > .buttons.mob {
	display: none;
	.search {
		display: none;
	}
}
header .location {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: Lato;
	font-size: 12px;
	text-transform: uppercase;
}
header .location::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--White);
}
header .logo {
	font-family: "Goudy Old Style";
	font-weight: 700;
	span {
		font-family: inherit;
	}
}
.vertical header .wrapper > .logo {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
}
header .buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}
.buttons > * {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	cursor: pointer;
}
header .buttons > * {
	width: 24px;
	height: 24px;
}
header .buttons > * svg {
	width: 24px;
	height: 24px;
}
header .menu-container .buttons {
	gap: 8px;
	:where(a, svg, button) {
		width: 20px;
		height: 20px;
	}
	button {
		background: none;
	}
}
header .close svg,
.buttons svg {
	fill: var(--White);
	transition: inherit;
}
header .wrapper > .buttons {
	transition: 0.2s;
}
header.active .wrapper > .buttons {
	opacity: 0;
}
.buttons .favorites {
	position: relative;
	&.active::after {
		display: flex;
	}
	&::after {
		display: none;
		content: '';
		position: absolute;
		bottom: 0px;
		right: 1px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #ffcbc2;
	}
}
.basket {
	position: relative;
	&.active::after {
		display: flex;
	}
	&::after {
		display: none;
		content: '';
		position: absolute;
		bottom: 0px;
		right: 1px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #ffcbc2;
	}
}
header .menu-wrap :is(.basket, .favorites)::after {
	bottom: 0px;
	right: 1px;
	width: 7px;
	height: 7px;
}
header .burger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	cursor: pointer;
	background: transparent;
}
header .menu-container {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	right: 0;
	height: 100dvh;
	padding: 100px 0 0;
	background: var(--menu-bg);
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	width: 400px;
	z-index: 5;
	transition: transform 0.5s linear;
	transform: translate3d(100%, 0, 0);
}
header.active .menu-container {
	transform: translate3d(0, 0, 0);
}
header .menu-container .close {
	position: absolute;
	top: 50px;
	right: 80px;
	background: transparent;
	border-color: transparent;
	outline: none;
	width: 20px;
	height: 20px;
}
header .menu-container .logo {
	position: relative;
	width: 200px;
	height: 105px;
	margin-bottom: 7.2dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	justify-content: center;
	border: 2px solid var(--White);
	font-size: 14px;
	opacity: 1;
}
header .menu-container .logo::before {
	content: '';
	position: absolute;
	inset: 2px;
	border: 1px solid var(--White);
}
header .menu-container .logo span {
	display: flex;
	font-family: inherit;
	font-weight: inherit;
	font-size: 10px;
	line-height: 80%;
}
header .menu-container .menu-wrap {
	width: 100%;
	height: -webkit-fill-available;
	-webkit-overflow-scrolling: touch;
	display: block;
	max-height: calc(100dvh - 200px);
	overflow-y: scroll;
	scrollbar-width: none;
	z-index: 1;
	&::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none;
		appearance: none;
	}
}
.clearfix:after {
	visibility: hidden;
}
header nav {
	margin-bottom: 8dvh;
}
header nav .ws-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
}
header nav a,
header nav p {
	font-size: 20px;
	line-height: 100%;
}
header nav .about-link {
	margin-top: 25px;
}
header .menu-container .links {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	margin-bottom: 40px;
}
header .menu-wrap .menu .ws-menu > .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
}
header .menu-container .menu-decor {
	width: 42px;
	margin: 0 auto 50px;
}
.will-scroll {
	overflow-y: auto;
	&::-webkit-scrollbar {
		width: 8px;
	}
	&::-webkit-scrollbar-track {
		background: #dddede;
	}
	&::-webkit-scrollbar-thumb {
		display: block;
		border: 3px solid #dddede;
		background-color: var(--menu-bg);
	}
}
.price {
	&:has(b) {
		color: #cd0000;
		span {
			color: #666767;
			font-size: 14px;
			text-decoration: line-through;
		}
	}
	span {
		color: var(--text-color);
		font-weight: 400;
	}
	b {
		color: #cd0000;
		font-size: 16px;
		font-weight: 400;
		text-transform: lowercase;
		margin-left: 10px;
	}
}
.promo {
	position: relative;
	width: 100%;
	height: 100dvh;
}
.promo .promo-slider {
	position: relative;
	width: 100%;
	height: 100%;
}
.promo .promo-slider .items {
	height: 100%;
}
.promo .promo-slider .slide {
	min-width: 100%;
	height: 100%;
	will-change: left;
}
.promo .promo-slider .slide :is(source, img) {
	height: 100%;
	object-fit: cover;
}
.promo .promo-slider .controls {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 120px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	:is(.arrow-l, .arrow-r) {
		width: 32px;
		aspect-ratio: 1/1;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(255, 255, 255, 0.3);
		font-size: 22px;
		border-radius: 3px;
		cursor: pointer;
		&::before {
			content: '\e90f';
			font-family: icon;
			line-height: 1;
			transition: color 0.2s linear;
			color: var(--text-color);
		}
	}
	.arrow-r {
		scale: -1;
	}
}
.product-item {
	border: none;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0 10px;
	border-radius: 4px;
	overflow: hidden;
	&:has(.not-available) > img {
		opacity: 0.5;
	}
	> img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		width: 100%;
		object-fit: cover;
		&.bg {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	.like {
		position: absolute;
		top: 12px;
		right: 12px;
		z-index: 1;
		background: transparent;
		width: 24px;
		aspect-ratio: 1/1;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		&::before {
			content: '\e911';
			font-family: icon;
			font-size: 19px;
			line-height: 1;
			color: var(--text-color);
			transition: 0.2s linear;
		}
		&.active::before {
			content: '\e913';
			color: var(--hover);
		}
	}
	.box {
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
		margin-top: auto;
		width: 100%;
		gap: 8px;
		padding: 0 10px;
		max-height: 39px;
		overflow: hidden;
		transition: background-color 0.2s linear, max-height 0.2s linear, transform 0.2s linear;
		:is(.top, .bottom) {
			display: flex;
			justify-content: space-between;
			gap: 8px;
		}
		.top {
			margin-top: 15px;
			h3 {
				font-family: Lato;
				text-transform: capitalize;
				display: -webkit-box;
				overflow: hidden;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				line-clamp: 2;
				line-height: 22px;
				color: var(--text-color);
			}
			.price {
				display: flex;
				flex-direction: column-reverse;
				align-items: end;
			}
		}
		.bottom {
			margin-bottom: 10px;
			p {
				font-family: Lato;
				font-size: 16px;
				font-weight: 300;
				text-transform: lowercase;
				display: -webkit-box;
				overflow: hidden;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				line-clamp: 1;
				color: var(--text-color);
			}
			span {
				position: relative;
				cursor: pointer;
				&::after {
					content: '';
					display: none;
					position: absolute;
					bottom: 0px;
					right: 1px;
					width: 8px;
					height: 8px;
					border-radius: 50%;
					background: #ffcbc2;
				}
				&.active {
					&:after {
						display: flex;
					}
					a {
						display: block;
					}
				}
				a {
					display: none;
					position: absolute;
					left: 0;
					top: 0;
					right: 0;
					bottom: 0;
					z-index: 1;
				}
				svg {
					width: 20px;
					height: 20px;
					fill: #2d2f2e;
					transition: fill .2s linear;
				}
			}
		}
	}
	> a {
		position: absolute;
		inset: 0px;
	}
}
.price {
	flex-shrink: 0;
	color: var(--text-color);
	margin-bottom: auto;
	text-transform: uppercase;
	&:has(b) {
		color: #cd0000;
		gap: 2px;
		.byn {
			color: #666767;
			font-size: 14px;
		}
	}
	span {
		color: var(--text-color);
		font-weight: 400;
	}
	b {
		color: #cd0000;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		margin-left: 10px;
	}
}
footer {
	display: flex;
	background: var(--footer-bg);
	z-index: 8;
	padding-bottom: 50px;
}
footer .wrapper {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 100%;
	min-height: 50dvh;
	height: 100%;
	max-height: calc(100dvh - 240px);
}
footer .main-menu {
	margin-bottom: auto;
}
footer .main-menu .ws-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
footer .main-menu a,
footer .main-menu p {
	font-size: 30px;
}
footer :is(.main-menu, .menu) a,
footer :is(.main-menu, .menu) p {
	font-family: Helvetica;
	line-height: 1;
	text-transform: uppercase;
}
footer .main-menu .item:has(.sub-menu) {
	display: contents;
}
footer .child-1 > .item:not(:first-child) {
	display: none;
}
footer .menu .ws-menu {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 67px;
}
footer .partners img {
	max-width: 85px;
}
footer .line {
	width: calc(100% - (100% - 800px));
	height: 1px;
	background: var(--White);
	margin-bottom: 20px;
	border: none;
}
footer .menu .ws-menu a {
	font-size: 13px;
}
footer .conditions-menu .ws-menu,
footer .partners {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
footer .conditions-menu .ws-menu {
	gap: 10px 20px;
	margin-bottom: 22px;
	max-width: 850px;
	flex-wrap: wrap;
}
footer .partners {
	margin-bottom: 40px;
}
footer .conditions-menu .ws-menu a {
	white-space: nowrap;
	display: inline-block;
}
footer .conditions-menu .ws-menu a,
footer .bottom p,
footer .bottom p a {
	color: var(--text-color2);
	text-align: center;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}
footer .bottom {
	display: flex;
	justify-content: center;
	gap: 60px;
}
footer .bottom p {
	text-align: left;
	max-width: 500px;
}
footer .development {
	margin-top: 20px;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1;
	color: var(--text-color2);
	a {
		font-family: Helvetica;
		font-size: 14px;
		line-height: 1;
		color: var(--text-color2);
	}
}
:is(section:not(.promo), footer) {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-height: 100dvh;
	max-height: 100dvh;
	will-change: animation;
	transform: translate3d(0px, 0%, 0px);
}
:is(section, footer):not(.promo).up {
	animation: up 0.5s linear forwards;
}
.seo-text {
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin: 0 auto 60px;
	&.show {
		.box {
			max-height: 5000px;
		}
		.more {
			transform: rotate(90deg);
		}
	}
	.box {
		max-height: 79px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		transition: .3s linear;
		gap: 10px;
		h2 {
			text-transform: uppercase;
			font-size: 18px;
			line-height: 24px;
			color: var(--text-color);
			font-weight: 500;
		}
		h3 {
			font-size: 16px;
			line-height: 20px;
			color: var(--text-color);
			font-weight: 500;
		}
		p,
		li {
			font-size: 14px;
			line-height: 16px;
			color: var(--text-color);
			* {
				font-size: 14px;
				line-height: 16px;
				color: var(--text-color);
			}
			a {
				text-decoration: underline;
			}
		}
		ul {
			margin-left: 20px;
		}

	}
	.more {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 20px;
		height: 20px;
		transform: rotate(-90deg);
		cursor: pointer;
		transition: .3s linear;
		&:hover::before {
			color: var(--hover);
		}
		&::before {
			content: '\e90f';
			font-family: 'icon';
			color: var(--text-color);
			transition: .3s linear;
		}
	}
}
@keyframes up {
	0% {
		transform: translate3d(0px, 0%, 0px);
	}
	100% {
		transform: translate3d(0px, -100%, 0px);
	}
}
:is(section, footer).down {
	animation: down 0.5s linear forwards;
}
@keyframes down {
	0% {
		transform: translate3d(0px, -100%, 0px);
	}
	100% {
		transform: translate3d(0px, 0%, 0px);
	}
}
.add-cart-success {
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.65);
	display: flex;
	align-items: center;
	gap: 16px;
	max-width: 300px;
	opacity: 0;
	transition: .3s linear;
	pointer-events: none;
	z-index: 20;
	p {
		color: #F2F9FF;
	}
	&::before {
		font-family: 'icon';
		content: '\e910';
		font-size: 24px;
		line-height: 1;
		color: #F2F9FF;
	}
	&.active {
		animation: show 3s linear;
	}
}
.search-modal {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	z-index: 1000;
	overflow-y: auto;
	scrollbar-width: none;
	&.active {
		display: flex;
	}
	.window-body {
		width: calc(100% - 40px);
		max-width: 620px;
		position: absolute;
		transform: translateY(-120vh);
		top: 50%;
		padding: 30px 30px 51px 30px;
		animation: show-search-modal 0.5s forwards;
		border-radius: 4px;
		border: 1px solid #FFF;
		background: #EFEFEF;
		box-shadow: 0px 40px 74px 0px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(5px);
		.close {
			position: absolute;
			top: 10px;
			right: 10px;
			background: none;
			outline: none;
			border: none;
			&::before {
				content: '\e909';
				font-family: icon;
				line-height: 1;
				color: #000;
				font-weight: 100;
				font-size: 24px;
				transition: color 0.2s linear;
			}
		}
		h2 {
			color: #2D2F2E;
			text-align: center;
			font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
		}
		p {
			color: rgba(45, 47, 46, 0.73);
			font-size: 13px;
			margin: 30px 0 6px;
		}
		form {
			.top {
				display: grid;
				grid-template-columns: 1fr 40px;
				margin-bottom: 20px;
				border-radius: 3px;
				overflow: hidden;
				input {
					background: #FFF;
					color: rgba(45, 47, 46, 0.73);
					border-right: 1px solid #EFEFEF;
					font-size: 16px;
					line-height: 1;
					height: 40px;
					padding: 0 16px;
					text-align: left;
					&:focus {
						border-right-color: #fff;
						+ button {
							background-color: var(--hover);
						}
					}
				}
				button {
					width: 100%;
					aspect-ratio: 1;
					position: relative;
					background-color: #fff;
					border: 1px solid #fff;
					&::before {
						content: '\e91b';
						font-family: icon;
						line-height: 1;
						font-weight: 100;
						font-size: 22px;
						transition: color .2s linear;
						color: rgba(45, 47, 46, 0.73);
					}
				}
			}
			.bottom {
				display: flex;
				align-items: center;
				gap: 20px;
				input {
					display: none;
				}
				b {
					color: rgba(45, 47, 46, 0.73);
					font-size: 14px;
					font-weight: 700;
					margin-right: -10px;
				}
				label {
					display: flex;
					align-items: center;
					gap: 4px;
					color: rgba(45, 47, 46, 0.73);
					font-size: 14px;
					user-select: none;
					cursor: pointer;
					transition: color .2s linear;
					&::before {
						content: '\e91c';
						font-family: icon;
						line-height: 1;
						font-weight: 100;
						color: transparent;
						width: 16px;
						aspect-ratio: 1;
						font-size: 12px;
						border-radius: 4px;
						border: 1px solid #fff;
						background: #fff;
						display: flex;
						align-items: center;
						justify-content: center;
						flex-shrink: 0;
					}
					&:has(input:checked)::before {
						color: rgba(45, 47, 46, 0.73);
						border-color: rgba(45, 47, 46, 0.73);
					}
				}
			}
		}
	}
}
.window-cookie {
	position: fixed;
	z-index: -999;
	bottom: 30px;
	right: 30px;
	max-width: 560px;
	opacity: 0;
	pointer-events: none;
	transition: .3s linear;
}
.window-cookie.active {
	pointer-events: all;
	opacity: 1;
	z-index: 9999;
}
.window-cookie .window-body {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #ffffffb2;
	backdrop-filter: blur(20px);
}
.window-cookie .window-body h2 {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #2d2f2e;
}
.window-cookie .window-body p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: #2d2f2eb2;
}
.window-cookie .window-body p a {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-decoration: underline;
	text-decoration-style: solid;
	color: #2d2f2eb2;
}
.window-cookie .window-body p a:hover {
	color: var(--dark);
}
.window-cookie .window-body .btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.window-cookie .window-body .btns a,
.window-cookie .window-body .btns button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	background: #ffffff80;
	border: 1px solid #ffffff80;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #2d2f2eba;
	transition: .3s linear;
}
.window-cookie .window-body .btns a:hover,
.window-cookie .window-body .btns button:hover {
	border: 1px solid var(--dark);
	color: #2d2f2e;
}
@keyframes show-search-modal {
	0% {
		transform: translateY(-120vh);
	}
	100% {
		transform: translateY(-50%);
	}
}
.promo .promo-slider.single {
	.items {
		display: flex;
	}
	.controls {
		display: none;
		:where(.arrow-l, .arrow-r) {
			display: none;
		}
	}
}
@keyframes show {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@media screen and (max-width: 1500px) {
	.breadcrumbs :is(a, span) {
		font-size: 14px;
	}
	.wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
	header {
		padding: 60px 60px 0;
	}
	header .wrapper {
		padding: 0;
	}
	header .menu-container {
		padding: 100px 10px 0;
	}
	header .menu-container .close {
		right: 38px;
	}
	header .menu-container .logo {
		width: 200px;
		min-height: 105px;
	}
	header .menu-wrap .buttons > * {
		width: 24px;
		height: 24px;
	}
	header .menu-wrap .buttons > *::before {
		font-size: 18px;
	}
	header nav a,
	header nav p {
		display: block;
		font-size: 18px;
	}
	header .menu-container .links {
		margin-bottom: 29px;
	}
	header .transparent-btn {
		padding: 10px 22px;
	}
	footer {
		padding-bottom: 30px;
	}
	footer .wrapper {
		max-height: calc(100dvh - 250px);
	}
	footer .main-menu {
		margin-top: auto;
		margin-bottom: 12dvh;
	}
	footer .main-menu a,
	footer .main-menu p {
		font-size: 16px;
	}
	footer .main-menu .ws-menu {
		margin-bottom: auto;
	}
	footer .menu a {
		font-size: 12px;
	}
}
@media screen and (max-width: 1279px) {
	.wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	header {
		padding: 30px 30px 0;
	}
	header .location {
		display: none;
	}
	header > .wrapper > .buttons.mob {
		display: flex;
	}
	header.active .wrapper > .logo {
		opacity: 0;
	}
	header .wrapper > .buttons:not(.mob) > *:not(.burger) {
		display: none;
	}
	header .wrapper > .buttons:not(.mob) > .n-search {
		display: block;
	}
	header.hide .wrapper > .buttons:not(.mob) > *:not(.burger) {
		display: flex;
	}
	header .menu-container {
		padding: 80px 0 0;
		width: 384px;
	}
	header .menu-container .close {
		right: 80px;
		width: 20px;
		height: 20px;
	}
	header .menu-container .logo {
		width: 170px;
		min-height: 89px;
		height: 89px;
		font-size: 10px;
	}
	header .menu-container .logo span {
		font-size: 6px;
	}
	header nav a,
	header nav p {
		font-size: 20px;
	}
	header .menu-container .links {
		gap: 30px;
		margin-bottom: 34px;
	}
	footer .conditions-menu .ws-menu {
		flex-wrap: wrap;
		gap: 8px 20px;
		justify-content: center;
		max-width: 460px;
	}
	footer .menu .ws-menu {
		margin-bottom: 5dvh;
	}
	footer .conditions-menu .ws-menu .item:nth-child(2) {
		order: -1;
	}
	footer .partners {
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .partners img {
		max-width: 60px;
	}
	footer .line {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.wrapper {
		padding-left: 8px;
		padding-right: 8px;
	}
	.vertical header {
		padding: 54px 10px 0;
	}
	header .buttons {
		gap: 8px;
	}
	header .buttons > *,
	header .buttons > * svg {
		width: 20px;
		height: 20px;
	}

	header .menu-container {
		width: 290px;
		padding-top: 91px;
	}
	header .menu-container .close {
		right: 31px;
		width: 20px;
		height: 20px;
	}
	header .menu-container .logo {
		width: 160px;
		min-height: 84px;
		span {
			color: inherit !important;
		}
	}
	header nav .about-link header nav .ws-menu {
		gap: 20px;
	}
	header nav a,
	header nav p {
		font-size: 16px;
	}
	section .title {
		width: calc(100% - 130px);
		gap: 10px;
	}
	footer .wrapper {
		max-height: calc(100dvh - 200px);
		padding: 0 10px;
	}
	footer .main-menu {
		font-size: 16px;
	}
	footer .menu a {
		font-size: 13px;
	}
	footer .partners {
		margin-bottom: 10px;
	}
	footer .bottom {
		flex-direction: column;
		gap: 10px;
	}
	footer .conditions-menu a {
		text-align: center;
	}
	.product-item {
		> img {
			position: absolute;
			left: 50%;
			top: 50%;
			width: 50%;
			transform: translate(-50%, -61%);
			height: auto;
		}
		.bottom {
			display: none;
		}
	}
	.vertical footer .main-menu {
		margin-bottom: 15dvh;
	}
	.search-modal .window-body form .bottom {
		flex-wrap: wrap;
		b {
			white-space: nowrap;
			width: 100%;
		}
	}
	footer {
		padding-bottom: 20px !important;
		.partners {
			display: grid;
			grid-template-columns: repeat(8, 1fr);
			gap: 5px;
		}
		.conditions-menu .ws-menu {
			gap: 0 20px;
		}
		.menu .ws-menu {
			margin-bottom: 19px;
			gap: 5px 16px;
		}
		.bottom {
			padding: 0 10px;
			gap: 2px 10px;
			flex-direction: row;
			flex-wrap: wrap;
			div {
				display: contents;
				p {
					display: inline-block;
					width: fit-content;
					text-align: center;
				}
			}
		}
	}
	.window-cookie {
		bottom: 10px;
		right: 10px;
		max-width: calc(100% - 20px);
	}
	.window-cookie .window-body {
		padding: 10px;
	}
	.window-cookie .window-body h2 {
		font-size: 14px;
		line-height: 17px;
	}
	.window-cookie .window-body p {
		font-size: 12px;
		line-height: 15px;
	}
	.window-cookie .window-body p a {
		font-size: 12px;
		line-height: 15px;
	}
	.window-cookie .window-body .btns {
		grid-template-columns: 1fr;
	}
	.window-cookie .window-body .btns a,
	.window-cookie .window-body .btns button {
		height: 30px;
		font-size: 12px;
		line-height: 12px;
	}
}
@media screen and (max-width: 1024px) and (max-height: 431px) {
	header .menu-container .close {
		right: 30px;
		top: 45px;
	}
	header .menu-container .logo {
		width: 150px;
		height: 70px;
	}
	footer {
		padding-bottom: 2dvh;
	}
	footer .wrapper {
		max-height: calc(100dvh - 70px);
	}
	footer .bottom {
		flex-direction: row;
		gap: 20px;
	}
	footer .conditions-menu .ws-menu {
		margin-bottom: 12px;
		gap: 5px 10px;
	}
	footer .menu .ws-menu {
		margin-bottom: 5px;
		gap: 5px 10px;
	}
	footer .menu .ws-menu a {
		font-size: 12px;
	}
	footer .conditions-menu .ws-menu a,
	footer .bottom p {
		font-size: 10px;
	}
	footer .partners {
		margin-bottom: 15px;
	}
	footer .line {
		margin-bottom: 3dvh;
	}
}
@media (hover: none) and (pointer: coarse) {
	.product-item {
		display: grid;
		grid-template-rows: 1fr auto;
		padding: 0;
		.like {
			top: 8px;
			opacity: 1;
		}
		img {
			grid-row: 1/2;
			height: 100%;
			width: 100%;
			left: 0;
			right: 0;
			transform: translate(0, -49%);
			gap: 0;
			padding-top: 0;
			margin: auto;
		}
		.box {
			position: static;
			padding: 10px;
			padding-bottom: 5px;
			gap: 2px;
			grid-row: 2/3;
			min-height: 70px;
			max-height: initial;
			background-color: rgba(255, 255, 255, 0.7);
			display: grid;
			grid-template-columns: repeat(2, auto);
			align-items: center;
			justify-content: space-between;
			.top {
				display: contents;
				h3 {
					grid-column: 1/3;
					grid-row: 1/2;
					text-wrap: balance;
					font-size: 12px;
					min-height: 29px;
				}
				.price {
					margin: auto auto auto 0;
					grid-column: 1/2;
					align-items: start;
					flex-direction: row-reverse;
					gap: 5px;
					span {
						font-size: 12px;
					}
					b {
						font-size: 12px;
						margin-left: 0;
					}
				}
			}
			.bottom {
				grid-column: 2/3;
				display: flex;
				flex-direction: column;
				align-items: end;
				margin-bottom: 0;
				gap: 0;
				p {
					display: none;
				}
			}
		}
	}
}
@media screen and (hover:hover) {
	header svg:hover,
	header .wrapper .burger:hover svg,
	header.last > .wrapper > .burger:hover svg {
		fill: var(--hover) !important;
	}
	header .menu-wrap .buttons .close:hover {
		background: var(--hover);
	}
	.transparent-btn:hover,
	.transparent2-btn:hover {
		color: var(--hover);
		background-color: var(--menu-bg);
		border-color: var(--menu-bg);
	}
	.buttons a:hover svg {
		fill: var(--hover) !important;
	}
	.product-item:hover .box {
		transform: translateY(-10px);
		max-height: 110px;
		background-color: rgba(255, 255, 255, 0.7);
	}
	footer :is(.main-menu, .menu, .conditions-menu) a:hover,
	header nav a:hover,
	.breadcrumbs a:hover,
	.product-item .like:hover::before,
	.product-item .box .bottom a:hover,
	.promo .promo-slider .controls :is(.arrow-l, .arrow-r):hover:before,
	.dark-btn:hover,
	.search-modal .window-body .close:hover::before,
	.search-modal .window-body form .top button:hover::before,
	.product-item .box .bottom a:hover::after {
		color: var(--hover);
	}
	.search-modal .window-body form .top:has(input:focus) button:hover::before {
		color: #fff;
	}
	.product-item:hover .like {
		opacity: 1;
	}
	.product-item .box .bottom span:hover svg {
		fill: var(--hover);
	}
	.search-modal .window-body form .bottom label:hover {
		color: #000;
	}
}