		:root {
			--bg-color: #ffffff;
			--text-color: #222222;
			--accent-color: #007bff;
			--muted-color: #888888;
			--border-color: #e0e0e0;
		}

label, span, img, .noselect, .logo {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif;
	height: 100%;
}

body {
	max-width: 1200px;
		margin: 0 auto;
	min-height: 100%;
	color: var(--text-color);
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	cursor: url(/images/mouse.png), auto;
}

footer
{opacity: 0.1;}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: 700;
}

h1 {
	font-size: 38px;
	line-height: 44px;
}

h2 {
	font-size: 20px;
	line-height: 20px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #989898;
	margin-top: 0;
	padding-left: 2rem;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1rem;
	position: relative;
}

nav {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: space-between;
}

img
{object-fit: cover;}



address
{
	justify-content: right;
	display: flex;
	height: 3rem;
	min-width: 5rem;
}

address a
{
	width: 2rem;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: .3rem;
}




.login_btn {
background-image:
	url("data:image/svg+xml,%3Csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M4%206H20'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'/%3E%3Cpath%20d='M4%2012H20'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'/%3E%3Cpath%20d='M4%2018H20'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'/%3E%3C/svg%3E");
	
}




	.yearwheel {
			width: 7vw;  /* 10% ширины окна */
			height: 7vw; /* 10% высоты окна (сохраняем пропорции) */
			display: flex;
			justify-content: center;
			align-items: center;
		}
		canvas {
			background-color: white;
			border: none;
			border-radius: 50%;
			width: 100%; /* Занимает всю ширину родителя */
			height: 100%; /* Занимает всю высоту родителя */
			max-width: none; /* Убираем ограничения по ширине */
			max-height: none; /* Убираем ограничения по высоте */
		}


.logo {
	cursor: pointer;
	
}

.logo h2 {
margin: 0;
font-size: 44px;
line-height: 44px;
font-weight: bold;
color: transparent;
-webkit-text-stroke: 2px #3ACD25; 
text-stroke: 2px #2C6624; 
font-family: verdana;
}

.logo h1 {
	color: #717070;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 0;
}

.menu-toggle {
	display: none;
	font-size: 24px;
	background: none;
	border: none;
	color: #333;
	cursor: pointer;
	margin-right: 1rem;
}

.cart-button {
	font-size: 24px;
	background: none;
	border: none;
	color: #333;
	cursor: pointer;
	margin-left: 1rem;
}

.menu {
	display: flex;
	align-items: center;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 600px) {
		.yearwheel {
			width: 15vw;  /* 10% ширины окна */
			height: 15vw; /* 10% высоты окна (сохраняем пропорции) */
			display: flex;
			justify-content: center;
			align-items: center;
		}
	
	.menu {
		display: none; /* Скрываем обычное меню */
	}
	.menu-toggle {
		display: block;
	}
}

nav li {
	margin-right: 2rem;
}

section {
	margin-bottom: 1rem;
}

article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

figure {
	margin: 0 0 2% 0;
}

figure img:hover {
	filter: brightness(110%);
}

.Art {
	border: 1px solid var(--border-color);
	padding: 12px;
	display: flex;
	flex-wrap: wrap;
}

.Art h2, h3 {
	width: 100%;
}

.Art>article:not(:empty) {
	flex: 1;
	display: block;
	padding: 1rem;
}

.Art aside {
	display: none; padding : 1rem;
	border-left: 1px solid #ececec;
	flex: 0 0 40%;
	padding: 1rem;
}

.Art form {
	display: flex;
	flex-direction: column;
}

.Art figure {
	width: 100%;
	display: flex;
	gap: 1%;
	justify-content: space-around;
	padding: 1rem 0;
	
}

.Art figure>img {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	object-fit: cover;
	width: 20%;
	flex: 1;
	max-height: 10rem;
	max-width: 30%;
}




.Art input[type="text"] {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.Art input[type="text"]:focus {
	outline: none;
	border-color: #333;
}

@media screen and (max-width: 600px) {
.Art figure>img {

	max-width: none;
}
	

	.Art aside {
		border: none;
		flex: 1 1 100%;
	}
	.Art article {
		order: 2;
		flex: 1 1 100%;
	}
}

.Cat figure {
	flex: 0 1 calc(50% - 1%); position : relative;
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	position: relative;
}

.Cat figure a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.Cat figure img {
	aspect-ratio: 2/1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Cat figcaption h4, .Cat figcaption p, .Cat figcaption small {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.Cat figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	color: white;
	padding: 1rem;
	box-sizing: border-box;
	backdrop-filter: blur(0.5px);
}

.Cat figcaption h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

.Cat figcaption p {
	margin: 0.5rem 0;
	font-size: 1rem;
	line-height: 1.4;
}

.Cat figcaption small {
	display: block;
	font-size: 0.75rem;
	color: #ccc;
}

.Pro article {
	justify-content: left;
	gap: 2%;
}

.Pro figure {
	display: flex;
	flex-direction: column;
	width: calc(25% - 2%);
}

.Pro img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 1rem;
	overflow: hidden;
	background-color: #fff;
	aspect-ratio: 1/1;
}

.Pro span {
	margin: 0;
	padding: 0.5rem;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	display: block;
	background-color: #f9f9f9;
}

.Rec article {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	flex-wrap: nowrap;
}

.Rec figure {
	position: relative;
	flex: 0 0 24%;
	padding-bottom: 25%;
	border-radius: 1rem;
	overflow: hidden;
	background-color: #fff;
}

.Rec figure a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.Rec figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
}

.Rec figure span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.5rem;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	background-color: #f9f9f9;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	.Pro article{justify-content: space-between;}
	.Cat figure {
		flex: 1 1 100%;
		height: calc(100vh/ 4);
	}
	.Rec figure {
		flex: 0 0 38%;
		padding-bottom: 50%;
		margin-bottom: 2%;
	}
	.Pro figure {
		width: calc(50% - 2%);
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
	position: relative;
}

.modal img {
	max-width: 100%;
	max-height: 80vh;
	object-fit: cover;
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}

.modal-menu, .modal-cart {
	list-style: none;
	padding: 0;
	margin: 0;
}

.modal-menu li, .modal-cart li {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.modal-menu li:last-child, .modal-cart li:last-child {
	border-bottom: none;
}

.modal-menu li a, .modal-cart li a {
	text-decoration: none;
	color: #333;
}







		.comments {
			display: flex;
			flex-direction: column;
			gap: 12px;
		}
		.comment {
			display: flex;
			gap: 12px;
			background: var(--bg-color);
			padding: 12px;
			border: 1px solid var(--border-color);
			border-radius: 6px;
		}
		.comment .avatar {
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background: #ccc;
			flex-shrink: 0;
		}
		.comment-content {
			flex: 1;
		}
		.comment-meta {
			font-size: 0.85em;
			color: var(--muted-color);
			margin-bottom: 4px;
		}
		.reply-button {
			font-size: 0.85em;
			color: var(--accent-color);
			margin-top: 6px;
			cursor: pointer;
		}
		.reply {
			margin-left: 40px;
		}
		.new-comment {
			background: var(--bg-color);
			padding: 16px;
			border: 1px solid var(--border-color);
			border-radius: 6px;
			margin-top: 20px;
		}
		.new-comment textarea {
			width: 100%;
			padding: 10px;
			border: 1px solid var(--border-color);
			border-radius: 4px;
			resize: vertical;
			font-family: inherit;
		}
		.new-comment button {
			margin-top: 10px;
			padding: 10px 16px;
			background-color: var(--accent-color);
			color: white;
			border: none;
			border-radius: 4px;
			font-size: 1em;
			cursor: pointer;
		}
		@media (max-width: 600px) {
			body {
				padding: 12px;
			}
			.comment {
				flex-direction: column;
			}
			.reply {
				margin-left: 20px;
			}
		}