* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

section {
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

body {
	font-family: 'Roboto', 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: black;
}

.out {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	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;
	overflow: hidden;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 900px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.header {
	padding: 20px 0;
	background: #fff;
}

.header.footer {
	background-color: #333333;
}

.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo {
	text-decoration: none;
	font-size: 28px;
	font-weight: 700;
	color: black;
}

.header.footer .logo {
	color: #fff;
}

.burger {
	display: none;
	width: 21px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 3;
}

.header nav a {
	color: #000;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

.header.footer nav a {
	color: #fff;
}

.header nav a:hover {
	color: #478ac9;
}

.header nav a:active {
	color: #db545a;
}

.main {
	padding: 65px 0 0;
	background: #f3f3f3;
}

.main .inner {
	display: flex;
	justify-content: space-between;
}

.contacts {
	padding: 130px 0 150px;
}

.contacts .inner {
	flex-direction: column;
}

.contacts .text {
	margin-bottom: 12px;
}

.main .inner div {
	width: 50%;
}

.contacts .inner div {
	width: 100%;
}

.contacts iframe {
	width: 100%;
}

.main h1 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}

.main p {
	font-size: 18px;
	margin-bottom: 20px;
}
.main p b {
	font-weight: 700;
}
.main h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.main ul .main li {
	font-size: 18px;
	margin-bottom: 5px;
}

.main li:last-child {
	margin-bottom: 0;
}

.main li b {
	font-weight: 500;
}

.main .prod {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.main .prod img {
	max-width: 400px;
	width: 100%;
	padding: 0 20px;
}
.order {
	background: #f3f3f3;
	padding: 30px 0 60px;
}

.order .inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.order h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

.order b {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 15px;
}

.order a {
	background-color: #478ac9;
	font-size: 22px;
	border-radius: 50px;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.popup {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
}

.popup .inner {
	max-width: 560px;
	width: 100%;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.popup .wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 40px 30px;
	position: relative;
}

.popup .wrapper .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.popup .wrapper .close:before,
.popup .wrapper .close:after {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 2px;
	height: 21px;
	background-color: #808080;
}

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

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

.popup .wrapper h2 {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin: 10px auto 20px;
}

.popup .wrapper form {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.popup .wrapper form label {
	display: inline-block;
	color: #b3b3b3;
	width: 100%;
	margin-bottom: 2px;
}

.popup .wrapper form .email,
.popup .wrapper form .name,
.popup .wrapper form .phone {
	color: #111111;
	width: 100%;
	border: 1px solid #b3b3b3;
	padding: 0 10px;
	height: 44px;
	margin-bottom: 10px;
}

.popup .wrapper form .form_btn {
	width: 100%;
	color: #111111;
	background-color: #f1c50e;
	height: 44px;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}

.popup .wrapper .success {
	display: none;
	background: #62c584;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px 0px 20px 0px;
	border: none;
}

.popup .wrapper .active + .success {
	display: block;
}

.active {
	display: none;
}

.discl {
	font-size: 18px;
	line-height: 1.2;
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #f5f5f5;
	color: #bdbdbd;
}

.discl p {
	padding: 0;
	margin: 0;
}

.discl span {
	cursor: pointer;
	text-decoration: underline;
}

.discl-footer {
	width: 100%;
	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;
	text-align: center;
	float: right;
}

.discl-footer .note {
	font-size: 16px;
	width: 100%;
	padding: 10px 0;
	background: rgb(238, 238, 238);
	color: rgb(102, 102, 102);
}

.discl-footer .cellar {
	width: 100%;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #000;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

.discl-footer p {
	margin: 0 2px;
	padding: 0;
	text-align: center;
}

.discl-footer a {
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
	margin: 0 2px;
	padding: 0;
}

@media (max-width: 540px) {
	.discl-footer .cellar {
		-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;
	}
}

.cookie-notice {
	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;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 4px 10px;
	background-color: rgba(30, 30, 30, 0.7);
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.cookie-notice span {
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
}

.cookie-notice .btn {
	width: 72px;
	border: 1px solid #fff;
	padding: 0;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin-left: 30px;
}

.cookie-active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cookie-active a {
	color: inherit;
}
@media (max-width: 700px) {
	.header {
		padding: 15px 0;
	}

	.header .logo {
		font-size: 22px;
	}

	.main {
		padding: 20px 0;
	}

	.main .inner {
		flex-direction: column-reverse;
		align-items: center;
	}

	.main .inner div {
		width: 100%;
	}

	.main .prod {
		margin: 15px 0;
	}

	.burger {
		display: block;
	}

	.navigation nav a {
		font-size: 18px;
		color: #fff;
		margin: 0;
	}

	.navigation .burger-line {
		position: absolute;
		top: 0;
		width: 21px;
		height: 2px;
		background-color: #000;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
		left: 0;
	}

	.navigation .second,
	.navigation .third {
		margin-top: 9px;
	}

	.navigation .fourth {
		margin-top: 18px;
	}

	.navigation.open {
		top: 0;
		bottom: 0;
	}

	.navigation.open .inner {
		height: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.navigation.open .nav-wrap {
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		overflow: auto;
	}

	.navigation.open .first {
		display: none;
	}

	.navigation.open .second {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #fff;
	}

	.navigation.open .third {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #fff;
	}

	.navigation.open .fourth {
		display: none;
	}

	.navigation .nav-wrap {
		background-color: rgba(30, 30, 30, 0.7);
		max-width: 150px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		max-height: none;
		font-size: 0;
		overflow: hidden;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
		z-index: 2;
		padding: 12px 0 10px;
	}

	.navigation nav {
		max-width: 180px;
		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;
	}

	.navigation-top {
		width: 100%;
		padding: 8px 0;
	}

	.navigation.open .navigation-top {
		padding: 20px 0;
	}
}
#consent-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 20px;
	text-align: center;
	display: none;
	flex-direction: column;
	z-index: 1000;
}
#consent-message {
	max-width: 90%;
	margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.5;
}
#consent-message a {
	color: #007bff;
	text-decoration: none;
}
#consent-message a:hover {
	text-decoration: underline;
}
.consent-buttons {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.consent-button {
	background-color: #007bff;
	border: none;
	padding: 10px 20px;
	margin: 5px;
	color: white;
	cursor: pointer;
	flex: 1;
	max-width: 150px;
	font-size: 0.9rem;
}
.consent-button:hover {
	background-color: #0056b3;
}
#additional-settings {
	display: none;
	text-align: left;
	margin-top: 10px;
	max-width: 300px;
	margin: 0 auto;
}
.switch {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
.switch input[type='checkbox'] {
	width: 20px;
	height: 20px;
}
.switch span {
	flex-grow: 1;
	margin-right: 10px;
}
@media (max-width: 480px) {
	.consent-button {
		padding: 10px;
		margin: 3px;
	}
	#consent-message {
		font-size: 0.8rem;
	}
}

.info {
	padding: 65px 0 0;
	background: #f3f3f3;
}

.info__group {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;
	font-family: Arial;
	padding: 40px;
	line-height: 20px;
}

.info__group i {
	font-style: italic;
}

.info__group h1 {
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 32px;
	font-weight: 500;
}

.info__group h2 {
	font-size: 16px;
	margin-top: 26px;
	font-weight: 600;
}

.info__group h3 {
	text-align: center;
	font-style: italic;
}

.info__group ul {
	display: flex;
	flex-direction: column;
	list-style: disc;
	margin-left: 16px;
	gap: 12px;
}

.info__group p,
.info__group ul {
	padding-top: 20px;
	padding-left: 20px;
}

@media screen and (max-width: 500px) {
	.info__group {
		padding: 20px 15px 40px 15px;
	}

	.info__group h1 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1.2;
	}

	.info__group p,
	.info__group ul {
		padding-left: 0;
	}

	.info__group h2 {
		margin-top: 15px;
	}

	.info__group a {
		font-size: 18px;
	}
}

.hero {
	padding: 65px 0 0;
	background: #f3f3f3;
}

.hero__content {
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 60px;
}

.hero__content figure {
	width: 40%;
}

.hero__content figure img {
	width: 100%;
}

.hero__content .hero__content-text {
	width: 60%;
}

.hero__content-text {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hero__content-text h1 {
	font-size: 32px;
	font-weight: 500;
}

.hero__content-text p {
	font-size: 16px;
}

.hero__content-text ul {
	display: flex;
	flex-direction: column;
	list-style: disc;
	margin-left: 16px;
	gap: 6px;
}

.hero__content-text h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}

.hero__content-text-pay {
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.hero__content-text-pay h2 {
	font-size: 36px;
	font-weight: 500;
}

.hero__content-text-pay b {
	font-weight: 700;
}

.hero__content-text-pay a {
	/* background-color: #478ac9;
	font-size: 20px;
	border-radius: 50px;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	cursor: pointer; */

	background-color: #ff3b30;
	font-size: 18px;
	border-radius: 4px;
	padding: 16px 40px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

@media (max-width: 720px) {
	.hero__content {
		flex-direction: column;
	}

	.hero__content figure {
		width: 100%;
	}

	.hero__content .hero__content-text {
		width: 100%;
	}
}

/* Global Resets and Box Sizing */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base Body Styles - Swiss Graphic Design Theme */
body {
	/* Рекомендуется подключить шрифт Inter */
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #111111;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Layout Containers - структура сохранена из оригинала */
.out {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1024px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

section {
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

/* Header */
.header {
	padding: 20px 0;
	background: #ffffff;
	border-bottom: 1px solid #eaeaea;
	position: sticky;
	top: 0;
	z-index: 100;
}

.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo {
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	color: #111111;
	letter-spacing: -0.5px;
}

.header nav a {
	color: #333333;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
}

.header nav a:hover {
	color: #ff3b30; /* Яркий красный акцент */
}

/* Footer (использует стили .header) */
.header.footer {
	background-color: #111111;
	border-top: 1px solid #333333;
}

.header.footer .logo {
	color: #ffffff;
}

.header.footer nav a {
	color: #cccccc;
}

.header.footer nav a:hover {
	color: #ffffff;
}

/* Main Content Area - структура Flex сохранена */
.main {
	padding: 64px 0 0;
	background-color: #f8f9fa;
}

.main .inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

/* Стилизация дочерних div в .main .inner */
.main .inner > div {
	width: 50%;
}

/* Contacts Section - структура сохранена */
.contacts {
	padding: 64px 0 80px;
}

.contacts .inner {
	flex-direction: column;
}

.contacts .text {
	margin-bottom: 24px;
}

.contacts .inner > div {
	width: 100%;
}

.contacts iframe {
	width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 0;
	filter: grayscale(1);
}

/* Typography in Main */
.main h1,
.main h2 {
	font-weight: 700;
	color: #111111;
	line-height: 1.2;
}

.main h1 {
	font-size: 52px;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.main p {
	font-size: 17px;
	margin-bottom: 24px;
	color: #333333;
}
.main p b {
	font-weight: 700;
	color: #111111;
}
.main h2 {
	font-size: 34px;
	margin-bottom: 16px;
}
.main ul {
	list-style: none;
}
.main li {
	font-size: 17px;
	margin-bottom: 12px;
	position: relative;
	padding-left: 28px;
}
.main li:last-child {
	margin-bottom: 0;
}
.main li b {
	font-weight: 700;
}

.main li::before {
	content: '—';
	position: absolute;
	left: 0;
	top: 0;
	color: #ff3b30;
	font-weight: 700;
}

/* Product Image Styling */
.main .prod {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.main .prod img {
	max-width: 400px;
	width: 100%;
	padding: 0 20px;
	border-radius: 0;
}
/* Order Section */
.order {
	background: #ffffff;
	padding: 48px 0 64px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.order .inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.order h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #111111;
}

.order b {
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #111111;
}

/* Кнопки */
.order a,
.popup .wrapper form .form_btn {
	background-color: #ff3b30;
	font-size: 18px;
	border-radius: 4px;
	padding: 16px 40px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.order a:hover,
.popup .wrapper form .form_btn:hover {
	background-color: #111111;
}

/* Popup Modal - структура сохранена, изменены только цвета и тени */
.popup {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
}

.popup .inner {
	max-width: 560px;
	width: 100%;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}

.popup .wrapper {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	padding: 40px 30px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #eaeaea;
}
.popup .wrapper .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.2s ease;
}
.popup .wrapper .close:hover {
	opacity: 1;
}

.popup .wrapper .close:before,
.popup .wrapper .close:after {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 2px;
	height: 21px;
	background-color: #888888;
}

.popup .wrapper .close:before {
	transform: translate(0, -50%) rotate(135deg);
}
.popup .wrapper .close:after {
	transform: translate(0, -50%) rotate(45deg);
}

.popup .wrapper h2 {
	font-size: 32px;
	color: #111111;
	text-align: center;
	margin: 10px auto 24px;
	font-weight: 700;
}

.popup .wrapper form {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.popup .wrapper form label {
	display: inline-block;
	color: #666666;
	width: 100%;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 600;
}

.popup .wrapper form .email,
.popup .wrapper form .name,
.popup .wrapper form .phone {
	color: #111111;
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #f8f9fa;
	padding: 0 16px;
	height: 48px;
	margin-bottom: 16px;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.popup .wrapper form .email:focus,
.popup .wrapper form .name:focus,
.popup .wrapper form .phone:focus {
	border-color: #111111;
	outline: none;
}

.popup .wrapper form .form_btn {
	width: 100%;
	height: 48px;
	cursor: pointer;
	margin-top: 20px;
}

.popup .wrapper .success {
	display: none;
	background: #f8f9fa;
	border: 1px solid #eaeaea;
	width: 100%;
	text-align: center;
	color: #111111;
	font-weight: 600;
	padding: 20px 0px;
	border-radius: 4px;
}

.popup .wrapper .active + .success {
	display: block;
}

.active {
	display: none;
}

/* Disclaimers and Banners - структура сохранена */
.discl {
	font-size: 16px;
	line-height: 1.2;
	margin: 10px 0;
	padding: 15px 0;
	text-align: center;
	background-color: #f1f3f5;
	color: #495057;
}

.discl p {
	padding: 0;
	margin: 0;
}
.discl span {
	cursor: pointer;
	text-decoration: underline;
}

.discl-footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.discl-footer .note {
	font-size: 16px;
	width: 100%;
	padding: 10px 0;
	background: #f1f3f5;
	color: #495057;
}
.discl-footer .cellar {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #000;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}
.discl-footer p {
	margin: 0 2px;
	padding: 0;
	text-align: center;
}
.discl-footer a {
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
	margin: 0 2px;
	padding: 0;
}

@media (max-width: 540px) {
	.discl-footer .cellar {
		flex-direction: column;
		align-items: center;
	}
}

/* Cookie Notice - структура сохранена, изменены только цвета */
.cookie-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1200;
	padding: 10px;
	background-color: #ffffff;
	border-top: 1px solid #eaeaea;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	opacity: 0;
	transition: transform 0.5s ease, opacity 0.5s ease;
	transform: translateY(100%);
	transition-delay: 2s;
}

.cookie-notice span {
	cursor: pointer;
	text-decoration: underline;
}
.cookie-notice .btn {
	width: 72px;
	border: 1px solid #000000;
	padding: 4px 0;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	transition: 0.3s all;
	margin-left: 30px;
	background: #000000;
}
.cookie-notice .btn:hover {
	background-color: #ff3b30;
	border-color: #ff3b30;
}

.cookie-active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.cookie-active a {
	color: inherit;
}

/* Responsive - структура сохранена из оригинала */
@media (max-width: 700px) {
	.header {
		padding: 15px 0;
	}
	.header .logo {
		font-size: 22px;
	}
	.main {
		padding: 32px 0;
	}
	.main .inner {
		flex-direction: column-reverse;
		align-items: center;
		gap: 24px;
	}
	.main .inner div {
		width: 100%;
	}
	.main .prod {
		margin: 24px 0;
	}

	/* Burger Menu - структура и стили из оригинала */
	.burger {
		display: block;
		width: 21px;
		height: 20px;
		cursor: pointer;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		z-index: 1020;
	}
	.navigation nav a {
		font-size: 18px;
		color: #fff;
		margin: 0;
	}
	.navigation .burger-line {
		position: absolute;
		top: 0;
		width: 21px;
		height: 2px;
		background-color: #000000;
		transition: 0.5s all;
		left: 0;
	}
	.navigation .second,
	.navigation .third {
		margin-top: 9px;
	}
	.navigation .fourth {
		margin-top: 18px;
	}
	.navigation.open {
		top: 0;
		bottom: 0;
	}
	.navigation.open .inner {
		height: 100%;
		align-items: flex-start;
	}
	.navigation.open .nav-wrap {
		transition: none;
		transform: translateX(0%);
		overflow: auto;
	}
	.navigation.open .first {
		display: none;
	}
	.navigation.open .second {
		transform: rotate(45deg);
		background-color: #fff;
	}
	.navigation.open .third {
		transform: rotate(-45deg);
		background-color: #fff;
	}
	.navigation.open .fourth {
		display: none;
	}
	.navigation .nav-wrap {
		background-color: rgba(0, 0, 0, 0.9);
		backdrop-filter: blur(5px);
		max-width: 180px;
		display: flex;
		flex-direction: column;
		position: fixed;
		width: 100%;
		top: 0;
		right: 0;
		transform: translateX(100%);
		max-height: none;
		font-size: 0;
		overflow: hidden;
		transition: 0.5s all;
		z-index: 1019;
		padding: 12px 0 10px;
	}
	.navigation nav {
		max-width: 180px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.navigation-top {
		width: 100%;
		padding: 8px 0;
	}
	.navigation.open .navigation-top {
		padding: 20px 0;
	}
}

/* Consent Popup - структура сохранена, изменены только цвета */
#consent-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #eaeaea;
	color: #000000;
	padding: 20px;
	text-align: center;
	display: none;
	flex-direction: column;
	z-index: 1300; /* Самый высокий z-index */
}
#consent-message {
	max-width: 90%;
	margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.5;
}
#consent-message a {
	color: #ff3b30;
	text-decoration: none;
}
#consent-message a:hover {
	text-decoration: underline;
}
.consent-buttons {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.consent-button {
	background-color: #ff3b30;
	border: none;
	padding: 10px 20px;
	margin: 5px;
	color: white;
	cursor: pointer;
	flex: 1;
	max-width: 150px;
	font-size: 0.9rem;
	border-radius: 6px;
	font-weight: 600;
}
.consent-button:hover {
	background-color: #000000;
}
#additional-settings {
	display: none;
	text-align: left;
	margin-top: 10px;
	max-width: 300px;
	margin: 0 auto;
}
.switch {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
.switch input[type='checkbox'] {
	width: 20px;
	height: 20px;
}
.switch span {
	flex-grow: 1;
	margin-right: 10px;
}
@media (max-width: 480px) {
	.consent-button {
		padding: 10px;
		margin: 3px;
	}
	#consent-message {
		font-size: 0.8rem;
	}
}
