header {
	position: relative;
}
header::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 0;
}
header .container {
	position: relative;
	z-index: 1;
}
header,
section,
footer,
nav {
	padding: 0px 25px;
}
nav img {
	width: 100px !important;
	height: 100% !important;
}

.age-warning__icon {
	flex-shrink: 0;
	width: 160px;
	height: 160px;
	background-color: #dc3545;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.age-warning__content h2 {
	margin-bottom: 10px;
}

.age-warning__content p {
	font-size: 20px;
	margin-bottom: 15px;
}

.age-warning__contacts {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	justify-content: center;
}

.age-warning__contacts li img {
	max-height: 100px;

	margin: 0 auto;
}

.age-warning__contacts a {
	color: black;
	text-decoration: none;
}

.age-warning__contacts a:hover {
	text-decoration: underline;
}

.privacy-policy {
	max-width: 900px;
	margin: 40px auto;
	padding: 30px;
	font-family: 'Arial', sans-serif;
	background-color: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	color: #333;
	line-height: 1.7;
}

.privacy-policy h1 {
	font-size: 28px;
	color: #2c3e50;
	margin-bottom: 20px;
}

.privacy-policy h2 {
	font-size: 22px;
	color: #2c3e50;
	margin-top: 30px;
	margin-bottom: 10px;
}

.privacy-policy p {
	font-size: 16px;
	margin-bottom: 15px;
}

.privacy-policy a {
	color: #007bff;
	text-decoration: none;
}

.privacy-policy a:hover {
	text-decoration: underline;
}
