.container {
	position: relative;
	margin: 0 auto;
	-webkit-perspective: 2200px;
	-moz-perspective: 2200px;
	perspective: 2200px;
	display: none; /* Hidden until age confirmed */
}
.page {
	width: 50%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.page > div {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #333;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.page .back {	
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
}
.page .outer{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 999;
}
.page .content{
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.overlay, .flipoverlay{
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.flipoverlay{
	background-color: rgba(0, 0, 0, 0.2);
}
.page .content .inner{
	padding: 50px 15px 10px;
	height: 100%;
}
.page h1{
	text-align: center;
}
.page.cover .front .content,
.page.cover-back .back .content{
	width: 100% !important;
}
.page.cover .front .content:after,
.page.cover-back .back .content:after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 100%;
	content: '';
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.01) 16%,rgba(0,0,0,0) 17%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.08) 60%,rgba(0,0,0,0.09) 61%,rgba(0,0,0,0.35) 100%);
	opacity: 0.2;
}
.page.cover-back .back .content:after{
	left: auto;
	right: 0px;
	background:-webkit-linear-gradient(left, rgba(0,0,0,0.53) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,1) 100%);
}
.page.cover .front .content .inner{
	padding-top: 20px;
}
.page.cover .front .content{
	background-color: #333;
	background-image: url(../images/cover1.webp), url(../images/cover.webp);
	background-position: center top, center top;
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
}
.page.cover-back .back .content{
	background: #1a4a7a;
}
.page.cover h1{
	color: rgba(255,255,255,0.9);
	text-align: right;
	font-weight: 300;
	font-size: 34px;
	text-transform: uppercase;
	margin: 0 0 0 60%;
	line-height: 34px;
	padding-bottom: 10px;
	cursor: default;
}
.page.cover h1 span{
	display: block;
	font-weight: 300;
	font-size: 15px;
}
.page.cover .f-cover-story{
	color: rgba(255,255,255,0.9);
	font-weight: 600;
	font-size: 50px;
	line-height: 46px;
	position: absolute;
	bottom: 60px;
	left: 40px;
	margin: 0;
	text-transform: uppercase;
	cursor: default;
}
a.f-ref{
	line-height: 20px;
	font-size: 16px;
	position: absolute;
	top: 252px;
	font-weight: 300;
	text-indent: 1px;
}
.page.cover .f-cover-story span{
	display: block;
	font-size: 26px;
	line-height: 26px;
}
.page a, 
.page.cover .f-cover-story span{
	color: #ffffff;
}
.page a:hover{
	color: #fff;
}
.f-cover-flip{
	background: #000;
	color: #f0f0f0;
	position: absolute;
	right: 0px;
	padding: 5px 30px 5px 20px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	top: 50%;
	margin-top: -25px;
	cursor: default;
}
.logo{
	width: 180px;
	height: 180px;
	position: absolute;
	top: 20px;
	left: 30px;
	line-height: 428px;
	color: white;
	font-size: 59px;
	font-weight: bold;
	text-indent: -3px;
	cursor: default;
}
.logo:before{
	position: absolute;
	width: 49%;
	height: 50%;
	content: '';
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,0.4);
	box-shadow: 0 95px 0px rgba(255,255,255,0.6);
}
.logo:after{
	position: absolute;
	width: 49%;
	height: 50%;
	content: '';
	top: 0px;
	right: 0px;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 95px 0px rgba(255,255,255,0.4);
}
.f-title{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	text-align:center;
	width: 100%;
}
.f-title h2{
	line-height: 50px;
	margin: 0;
	font-weight: 300;
	font-size: 28px;
	color: #ccc;
	float: left;
	width: 33%;
}
.f-title a{
	width: 33%;
	float: left;
	text-align: right;
	overflow: hidden;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	padding: 0px 15px;
	color: #aaa;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
}
.f-title a:first-child{
	text-align: left;
}
.f-title a:hover{
	color: #fff;
}
.box{
	border-top: 1px solid #555;
	float: left;
	padding: 20px;
	overflow: hidden;
	position: relative;
	background: #333;
	cursor: pointer;
}
.img-cont{
	height: 40%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.img-cont.img-2{
	height: 60%;
}
.box h3{
	padding: 10px 0px;
	margin: 0;
	font-size: 18px;
	color: #ddd;
}
.box h3 span{
	display: block;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #aaa;
}
.box:after{
	position: absolute;
	background: -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,0.73) 22%, rgba(51,51,51,0.73) 23%, rgba(51,51,51,1) 91%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(22%,rgba(51,51,51,0.73)), color-stop(23%,rgba(51,51,51,0.73)), color-stop(91%,rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,0.73) 22%,rgba(51,51,51,0.73) 23%,rgba(51,51,51,1) 91%);
	background: -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,0.73) 22%,rgba(51,51,51,0.73) 23%,rgba(51,51,51,1) 91%);
	background: -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,0.73) 22%,rgba(51,51,51,0.73) 23%,rgba(51,51,51,1) 91%);
	background: linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,0.73) 22%,rgba(51,51,51,0.73) 23%,rgba(51,51,51,1) 91%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 );
	height: 50px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: '';
}
.box p{
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 20px;
	display: block;
	position: relative;
	padding-bottom: 30px;
}
.w-25{ width: 25%; }
.w-30{ width: 30%; }
.w-40{ width: 40%; }
.w-50{ width: 50%; }
.w-60{ width: 60%; }
.w-70{ width: 70%; }
.w-75{ width: 75%; }
.w-100{ width: 100%; }

.h-25{ height: 25%; }
.h-30{ height: 30%; }
.h-40{ height: 40%; }
.h-50{ height: 50%; }
.h-60{ height: 60%; }
.h-70{ height: 70%; }
.h-75{ height: 75%; }
.h-100{ height: 100%; }

.box-expanded.box-img-left .img-cont,
.box-img-left .img-cont{
	float: left;
	width: 40%;
	height: 100%;
	margin-right: 2%;
}
.box-img-left:after{
	left:  42%;
}
.box-img-left p{
	margin-left: 42%;
}
.box-img-right .img-cont{
	float: right;
	width: 40%;
	height: 100%;
	margin-left: 2%;
}
.box-img-right:after{
	right: 42%;
}
.box-img-right p{
	margin-right: 42%;
}
.title-top h3{
	padding-top: 0px;
}
.box-b-r{
	border-right: 1px solid #555;
}
.box-b-l{
	border-left: 1px solid #555;
}
.box-expanded{
	border: none;
	padding: 50px;
	z-index: 10001 !important;
}
.box-expanded .img-cont{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	float: left;
	width: 50%;
	height: 50%;
	margin-right: 20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.box.box-expanded h3{
	font-size: 50px;
	line-height: 50px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.box.box-expanded h3 span{
	font-size: 14px;
}
.box.box-expanded p{
	font-size: 18px;
	line-height: 28px;
	/* Журнальная верстка на 1 колонку */
	column-count: 1;
	column-gap: 0;
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
}
.box.box-expanded:after{
	background: transparent;
}
.box-expanded .box-close{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #000;
	font-size: 0; /* Hide the 'close' text by making it 0 size */
	z-index: 10004;
	border: 2px solid #5062fe;
	border-radius: 50%;
}
.box-expanded .box-close:before {
	content: "✖";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px){
	.f-title a {
		height: 30px;
		line-height: 14px;
		margin-top: 10px;
	}
	.f-title h2{
		font-size: 18px;
		line-height: 18px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 690px){
	/* Скрываем header на мобильных устройствах */
	.main-title {
		display: none;
	}
	
	/* Обложка на весь экран на мобильных устройствах */
	.page.cover {
		width: 100vw !important;
		left: 0 !important;
		z-index: 9999 !important;
	}
	
	.page.cover .front {
		width: 100% !important;
		height: 100% !important;
	}
	
	.page.cover .front .content {
		width: 100vw !important;
		left: 0 !important;
	}
	
	.page.cover .f-cover-flip {
		display: none;
	}
	
	/* Страницы после обложки на мобильных устройствах */
	.page:not(.cover) {
		width: 100vw !important;
		left: 0 !important;
	}
	
	.page:not(.cover) .front .content {
		width: 100vw !important;
		left: 0 !important;
	}
	
	.page:not(.cover) .back .content {
		width: 100vw !important;
		left: 0 !important;
	}
	
	/* Убеждаемся, что кнопки навигации доступны */
	.flip-navigation {
		z-index: 10000 !important;
		pointer-events: auto !important;
	}
	
	.flip-btn {
		pointer-events: auto !important;
		z-index: 10001 !important;
	}
	
	.page .box{
		width: 100%;
		height: 20%;
		padding: 10px;
		border: none;
		border-top: 1px solid #555;
		position: relative;
		background-color: #333;
		overflow: hidden;
		display: flex;
		align-items: center;
		cursor: pointer;
		pointer-events: auto;
		-webkit-tap-highlight-color: transparent;
	}
	
	/* На мобильных устройствах картинка становится фоном */
	.page .box .img-cont{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 0;
	}
	
	/* Затемнение для читаемости текста поверх картинки */
	.page .box:has(.img-cont)::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 1;
	}
	
	/* Текст поверх картинки - белый цвет */
	.page .box:has(.img-cont) h3 {
		color: #fff;
		font-size: 16px;
		position: relative;
		z-index: 2;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
		margin: 0;
		line-height: 1.3;
		padding: 10px;
	}
	
	.page .box:has(.img-cont) h3 span {
		color: rgba(255, 255, 255, 0.9);
		display: block;
		font-size: 10px;
		margin-top: 4px;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	}
	
	/* Стили для блоков без картинки */
	.page .box:not(:has(.img-cont)) h3 {
		font-size: 16px;
		margin: 0;
		color: #ddd;
		line-height: 1.3;
	}

	.page .box:not(:has(.img-cont)) h3 span {
		display: block;
		font-size: 10px;
		margin-top: 4px;
		color: #aaa;
	}
	
	.page .box p{
		display: none;
	}
	.page .box:after{
		display: none;
	}
	.page a {
		pointer-events: auto;
	}
	.page {
		-webkit-touch-callout: auto;
	}
	.box.box-expanded h3{
		font-size: 26px;
		line-height: 30px;
		padding-top: 15px;
		clear: both;
	}
	.box.box-expanded p{
		font-size: 16px;
		line-height: 22px;
	}
	.box-img-left p,
	.box-img-right p{
		margin: 0;
	}
	.box.box-expanded h3 span{
		font-size: 12px;
	}
	body .box-expanded{
		padding: 40px 20px 20px;
	}
	body .box-expanded .img-cont{
		width: 100% !important;
		height: 50% !important;
		margin: 0;
	}
	/* На мобильных устройствах одна колонка для текста */
	.box.box-expanded p {
		column-count: 1;
		column-gap: 0;
		font-size: 16px;
		line-height: 24px;
	}
	.cover-elements{
		display: none;
	}
	
}

/* Navigation Buttons */
.flip-navigation {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 20px;
	z-index: 10000;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.flip-navigation.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.flip-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	background: rgba(0, 0, 0, 1);
	border: 2px solid #7a8cff;
	border-radius: 30px;
	color: #7a8cff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	pointer-events: auto !important;
	box-shadow: 0 4px 12px rgba(122, 140, 255, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-family: 'Montserrat', sans-serif;
	position: relative;
	z-index: 10001;
}

.flip-btn:hover:not(.disabled) {
	background: #7a8cff;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(122, 140, 255, 0.3);
}

.flip-btn:active:not(.disabled) {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(122, 140, 255, 0.2);
}

.flip-btn.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	border-color: rgba(122, 140, 255, 0.3);
	color: rgba(122, 140, 255, 0.5);
}

.flip-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.flip-btn-prev {
	flex-direction: row;
}

.flip-btn-next {
	flex-direction: row-reverse;
}

@media screen and (max-width: 690px) {
	.flip-navigation {
		bottom: 20px;
		gap: 12px;
	}
	
	.flip-btn {
		padding: 10px 18px;
		font-size: 12px;
	}
	
	.flip-btn span {
		display: none;
	}
	
	.flip-btn svg {
		width: 24px;
		height: 24px;
	}
}
/* Subtle Snow Falling Effect */
.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  color: #fff;
  font-size: 18px;
  opacity: 0.5;
  animation: fall ease-in-out infinite;
  user-select: none;
}

.snowflake:nth-child(1) {
  left: 10%;
  animation-duration: 20s;
  animation-delay: -2s;
  font-size: 20px;
}

.snowflake:nth-child(2) {
  left: 20%;
  animation-duration: 25s;
  animation-delay: -4s;
  font-size: 16px;
}

.snowflake:nth-child(3) {
  left: 30%;
  animation-duration: 22s;
  animation-delay: -6s;
  font-size: 18px;
}

.snowflake:nth-child(4) {
  left: 40%;
  animation-duration: 28s;
  animation-delay: -8s;
  font-size: 15px;
}

.snowflake:nth-child(5) {
  left: 50%;
  animation-duration: 24s;
  animation-delay: -10s;
  font-size: 19px;
}

.snowflake:nth-child(6) {
  left: 60%;
  animation-duration: 26s;
  animation-delay: -12s;
  font-size: 14px;
}

.snowflake:nth-child(7) {
  left: 70%;
  animation-duration: 21s;
  animation-delay: -14s;
  font-size: 17px;
}

.snowflake:nth-child(8) {
  left: 80%;
  animation-duration: 27s;
  animation-delay: -16s;
  font-size: 16px;
}

.snowflake:nth-child(9) {
  left: 90%;
  animation-duration: 23s;
  animation-delay: -18s;
  font-size: 15px;
}

.snowflake:nth-child(10) {
  left: 5%;
  animation-duration: 29s;
  animation-delay: -20s;
  font-size: 18px;
}

.snowflake:nth-child(11) {
  left: 15%;
  animation-duration: 24s;
  animation-delay: -22s;
  font-size: 16px;
}

.snowflake:nth-child(12) {
  left: 25%;
  animation-duration: 26s;
  animation-delay: -24s;
  font-size: 19px;
}

.snowflake:nth-child(13) {
  left: 35%;
  animation-duration: 21s;
  animation-delay: -26s;
  font-size: 15px;
}

.snowflake:nth-child(14) {
  left: 45%;
  animation-duration: 27s;
  animation-delay: -28s;
  font-size: 17px;
}

.snowflake:nth-child(15) {
  left: 55%;
  animation-duration: 23s;
  animation-delay: -30s;
  font-size: 14px;
}

.snowflake:nth-child(16) {
  left: 65%;
  animation-duration: 25s;
  animation-delay: -32s;
  font-size: 18px;
}

.snowflake:nth-child(17) {
  left: 75%;
  animation-duration: 22s;
  animation-delay: -34s;
  font-size: 16px;
}

.snowflake:nth-child(18) {
  left: 85%;
  animation-duration: 28s;
  animation-delay: -36s;
  font-size: 15px;
}

.snowflake:nth-child(19) {
  left: 95%;
  animation-duration: 24s;
  animation-delay: -38s;
  font-size: 17px;
}

.snowflake:nth-child(20) {
  left: 2%;
  animation-duration: 30s;
  animation-delay: -40s;
  font-size: 16px;
}

.snowflake:nth-child(21) { left: 4%; animation-duration: 25s; animation-delay: -42s; font-size: 18px; }
.snowflake:nth-child(22) { left: 6%; animation-duration: 28s; animation-delay: -44s; font-size: 15px; }
.snowflake:nth-child(23) { left: 8%; animation-duration: 22s; animation-delay: -46s; font-size: 17px; }
.snowflake:nth-child(24) { left: 10%; animation-duration: 26s; animation-delay: -48s; font-size: 14px; }
.snowflake:nth-child(25) { left: 12%; animation-duration: 24s; animation-delay: -50s; font-size: 19px; }
.snowflake:nth-child(26) { left: 14%; animation-duration: 27s; animation-delay: -52s; font-size: 16px; }
.snowflake:nth-child(27) { left: 16%; animation-duration: 23s; animation-delay: -54s; font-size: 18px; }
.snowflake:nth-child(28) { left: 18%; animation-duration: 29s; animation-delay: -56s; font-size: 15px; }
.snowflake:nth-child(29) { left: 20%; animation-duration: 25s; animation-delay: -58s; font-size: 17px; }
.snowflake:nth-child(30) { left: 22%; animation-duration: 21s; animation-delay: -60s; font-size: 16px; }
.snowflake:nth-child(31) { left: 24%; animation-duration: 28s; animation-delay: -62s; font-size: 18px; }
.snowflake:nth-child(32) { left: 26%; animation-duration: 24s; animation-delay: -64s; font-size: 14px; }
.snowflake:nth-child(33) { left: 28%; animation-duration: 26s; animation-delay: -66s; font-size: 19px; }
.snowflake:nth-child(34) { left: 30%; animation-duration: 22s; animation-delay: -68s; font-size: 15px; }
.snowflake:nth-child(35) { left: 32%; animation-duration: 27s; animation-delay: -70s; font-size: 17px; }
.snowflake:nth-child(36) { left: 34%; animation-duration: 23s; animation-delay: -72s; font-size: 16px; }
.snowflake:nth-child(37) { left: 36%; animation-duration: 29s; animation-delay: -74s; font-size: 18px; }
.snowflake:nth-child(38) { left: 38%; animation-duration: 25s; animation-delay: -76s; font-size: 15px; }
.snowflake:nth-child(39) { left: 40%; animation-duration: 21s; animation-delay: -78s; font-size: 17px; }
.snowflake:nth-child(40) { left: 42%; animation-duration: 28s; animation-delay: -80s; font-size: 16px; }
.snowflake:nth-child(41) { left: 44%; animation-duration: 24s; animation-delay: -82s; font-size: 18px; }
.snowflake:nth-child(42) { left: 46%; animation-duration: 26s; animation-delay: -84s; font-size: 14px; }
.snowflake:nth-child(43) { left: 48%; animation-duration: 22s; animation-delay: -86s; font-size: 19px; }
.snowflake:nth-child(44) { left: 50%; animation-duration: 27s; animation-delay: -88s; font-size: 15px; }
.snowflake:nth-child(45) { left: 52%; animation-duration: 23s; animation-delay: -90s; font-size: 17px; }
.snowflake:nth-child(46) { left: 54%; animation-duration: 29s; animation-delay: -92s; font-size: 16px; }
.snowflake:nth-child(47) { left: 56%; animation-duration: 25s; animation-delay: -94s; font-size: 18px; }
.snowflake:nth-child(48) { left: 58%; animation-duration: 21s; animation-delay: -96s; font-size: 15px; }
.snowflake:nth-child(49) { left: 60%; animation-duration: 28s; animation-delay: -98s; font-size: 17px; }
.snowflake:nth-child(50) { left: 62%; animation-duration: 24s; animation-delay: -100s; font-size: 16px; }
.snowflake:nth-child(51) { left: 64%; animation-duration: 26s; animation-delay: -102s; font-size: 18px; }
.snowflake:nth-child(52) { left: 66%; animation-duration: 22s; animation-delay: -104s; font-size: 15px; }
.snowflake:nth-child(53) { left: 68%; animation-duration: 28s; animation-delay: -106s; font-size: 17px; }
.snowflake:nth-child(54) { left: 70%; animation-duration: 24s; animation-delay: -108s; font-size: 16px; }
.snowflake:nth-child(55) { left: 72%; animation-duration: 27s; animation-delay: -110s; font-size: 18px; }
.snowflake:nth-child(56) { left: 74%; animation-duration: 23s; animation-delay: -112s; font-size: 14px; }
.snowflake:nth-child(57) { left: 76%; animation-duration: 29s; animation-delay: -114s; font-size: 19px; }
.snowflake:nth-child(58) { left: 78%; animation-duration: 25s; animation-delay: -116s; font-size: 15px; }
.snowflake:nth-child(59) { left: 80%; animation-duration: 21s; animation-delay: -118s; font-size: 17px; }
.snowflake:nth-child(60) { left: 82%; animation-duration: 26s; animation-delay: -120s; font-size: 16px; }

@keyframes fall {
  0% {
    top: -20px;
    transform: translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    top: 100vh;
    transform: translateX(30px) rotate(720deg);
    opacity: 0;
  }
}
.doberman {
    background: linear-gradient(135deg, #000 0%, #111 100%);
    border: 2px solid #5062fe;

}

.doberman:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.73) 22%, rgba(0,0,0,0.73) 23%, rgba(0,0,0,1) 91%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(22%,rgba(0,0,0,0.73)), color-stop(23%,rgba(0,0,0,0.73)), color-stop(91%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 22%,rgba(0,0,0,0.73) 23%,rgba(0,0,0,1) 91%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 22%,rgba(0,0,0,0.73) 23%,rgba(0,0,0,1) 91%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 22%,rgba(0,0,0,0.73) 23%,rgba(0,0,0,1) 91%);
    background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 22%,rgba(0,0,0,0.73) 23%,rgba(0,0,0,1) 91%);
}



.doberman h3 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.doberman p {
    color: #eee;
}
.page.cover h1, .f-cover-story {
    display: none;
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.loading-content h1 {
    font-size: 2em;
    margin: 0;
    text-align: center;
}
.snow-loader {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Age Confirmation Modal */
.age-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none; /* Hidden initially */
    justify-content: center;
    align-items: center;
    z-index: 10003; /* Above loading overlay */
}

.age-modal-content {
    background: #333;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: #ddd;
    font-family: 'Montserrat', sans-serif;
    max-width: 400px;
    width: 90%;
}

.age-modal-content h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #fff;
}

.age-modal-content p {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
}

.age-modal-content button {
    background: #7a8cff;
    border: none;
    color: #fff;
    padding: 12px 24px;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.age-modal-content button:hover {
    background: #5062fe;
}