@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
@import url("fontawesome-all.min.css");

/*
	dsipmule.one | @kelahselai
	Free for personal and commercial use under the CCA 3.0 license
*/

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;
	background-image: url("images/overlay.png"), url("images/bg.jpg");
	background-repeat: repeat, no-repeat;
	background-size: auto, 100% 100%;
	background-attachment: fixed;
	color: #f5ecd6;
	height: 100vh;
}

	body.is-preload *, body.is-preload *:before, body.is-preload *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

body, input, textarea, select {
	font-family: 'Cormorant Unicase', serif !important;
	font-weight: 300;
	color: #777777;
	font-size: 20pt;
	line-height: 1.75em;
}

	@media screen and (max-width: 1680px) {

		body, input, textarea, select {
			font-size: 15pt;
		}

	}

	@media screen and (max-width: 1280px) {

		body, input, textarea, select {
			font-size: 14pt;
		}

	}

	@media screen and (max-width: 736px) {

		body, input, textarea, select {
			font-size: 12pt;
		}

	}

	@media screen and (max-width: 360px) {

		body, input, textarea, select {
			font-size: 11pt;
		}

	}

strong, b, h1, h2, h3, h4, h5, h6, .witcher-title, .witcher-subtitle {
	font-family: 'Cormorant Unicase', serif !important;
	font-weight: 700;
	color: #ffe7a0 !important;
	text-shadow: 0 2px 8px #000, 0 0 2px #bfa76a44;
}

h1 {
	font-size: 2.4em;
	letter-spacing: -0.015em;
}

h2 {
	font-size: 1.8em;
	letter-spacing: -0.015em;
}

h3, h4, h5, h6 {
	font-size: 1.25em;
	letter-spacing: -0.015em;
}

@media screen and (max-width: 736px) {

	h1 {
		font-size: 1.75em;
	}

	h2 {
		font-size: 1.375em;
	}

	h3, h4, h5, h6 {
		font-size: 1em;
	}

}

blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

em, i {
	font-style: italic;
}

hr {
	border: 0;
	border-top: 2px solid rgba(191,167,106,0.55);
	margin: 2em 0;
	box-shadow: 0 0 8px 0 #bfa76a44;
	height: 0;
	background: none;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

br.clear {
	clear: both;
}

p, ul, ol, dl, table, blockquote, form {
	margin-bottom: 2em;
}

/* Table */

table {
	width: 100%;
}

	table.default tbody tr {
		border-bottom: solid 1px #f4f4f4;
	}

	table.default td {
		padding: 0.5em 1em 0.5em 1em;
	}

	table.default th {
		text-align: left;
		font-weight: 400;
		padding: 0.5em 1em 0.5em 1em;
	}

	table.default thead {
		border-bottom: solid 2px #f4f4f4;
	}

/* Form */

form label {
	display: block;
	font-weight: 400;
	color: #363636;
	margin: 0 0 1em 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	-webkit-appearance: none;
	border: 0;
	background: #f4f4f4;
	padding: 0.75em;
	width: 100%;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

	form input[type="text"]:focus,
	form input[type="email"]:focus,
	form input[type="password"]:focus,
	form select:focus,
	form textarea:focus {
		background: #f8f8f8;
	}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
	line-height: 1.35em;
}

form ::-webkit-input-placeholder {
	color: #999;
}

form :-moz-placeholder {
	color: #999;
}

form ::-moz-placeholder {
	color: #999;
}

form :-ms-input-placeholder {
	color: #999;
}

/* Section/Article */

section, article {
	margin-bottom: 3em;
}

	section > :last-child, section:last-child, article > :last-child, article:last-child {
		margin-bottom: 0;
	}

header {
	margin: 0 0 1.5em 0;
}

	header > p {
	margin: 0.5em 0 0 0;
	color: #aaa;
}

	@media screen and (max-width: 736px) {

		header {
			margin: 0 0 1em 0;
		}

	}

/* Image */

.image {
	display: inline-block;
}

	.image img {
	display: block;
	width: 100%;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

	.image.centered img {
	margin: 0 auto;
	width: auto;
}

/* Button */

.button, input[type="button"], input[type="submit"], input[type="reset"], button {
	background: linear-gradient(180deg, #232323 80%, #393939 100%);
	color: #e0d8c0;
	border: 2px solid #bfa76a;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 6px;
	box-shadow: 0 2px 8px 0 rgba(60,40,10,0.18) inset, 0 0 0 0 #bfa76a;
	transition: box-shadow 0.3s cubic-bezier(.4,2,.6,1), border-color 0.2s, background 0.2s, color 0.2s, filter 0.3s;
	padding: 0.7em 2em;
	position: relative;
	overflow: hidden;
	outline: none;
}
.button::after, input[type="button"]::after, input[type="submit"]::after, input[type="reset"]::after, button::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	background: radial-gradient(circle, #fffbe6 0%, rgba(255,255,255,0) 80%);
	opacity: 0.15;
	transform: translate(-50%, -50%) scale(0.5);
	transition: width 0.4s, height 0.4s, opacity 0.4s, transform 0.4s;
	z-index: 0;
	pointer-events: none;
}
.button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	background: linear-gradient(180deg, #393939 80%, #232323 100%);
	border-color: #ffe7a0;
	box-shadow: 0 0 24px 4px #ffe7a0, 0 2px 8px 0 rgba(60,40,10,0.18) inset;
	color: #fffbe6;
	filter: brightness(1.08) drop-shadow(0 0 6px #ffe7a0);
}
.button:hover::after, input[type="button"]:hover::after, input[type="submit"]:hover::after, input[type="reset"]:hover::after, button:hover::after {
	width: 180%;
	height: 400%;
	opacity: 0.22;
	transform: translate(-50%, -50%) scale(1);
}

/* List */

ul {
	list-style: disc;
	padding-left: 1em;
}

	ul li {
	padding-left: 0.5em;
}

ol {
	list-style: decimal;
	padding-left: 1.25em;
}

	ol li {
	padding-left: 0.25em;
}

/* Actions */

ul.actions {
	list-style: none;
	padding-left: 0;
}

	ul.actions li {
	display: inline-block;
	padding-left: 0;
	margin: 0 0 0 0.5em;
}

		ul.actions li:first-child {
	margin-left: 0;
}

	@media screen and (max-width: 736px) {

		ul.actions li {
			display: block;
			margin: 0.75em 0 0 0;
		}

			ul.actions li:first-child {
				margin-top: 0;
			}

	}

/* Icons */

.icon {
	text-decoration: none;
	position: relative;
	text-decoration: none;
}

	.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

	.icon.solid:before {
	font-weight: 900;
}

	.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

	.icon:before {
	line-height: inherit;
}

	.icon > .label {
	display: none;
}

/* Nav */

#nav {
	text-align: center;
	height: 4.25em;
	cursor: default;
}

	#nav a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	width: 1em;
	height: 1em;
	line-height: 0.9em;
	font-size: 2.5em;
	margin: 0 0.25em 0 0.25em;
	opacity: 0.35;
	outline: 0;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

		#nav a.icon:before {
	padding-right: 0;
}

		#nav a:before {
	font-size: 0.8em;
}

		#nav a:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -0.75em;
	margin-left: -0.5em;
	border-bottom: solid 0em #ffffff;
	border-left: solid 0.5em transparent;
	border-right: solid 0.5em transparent;
	-moz-transition: border-bottom-width .25s ease-in-out;
	-webkit-transition: border-bottom-width .25s ease-in-out;
	-ms-transition: border-bottom-width .25s ease-in-out;
	transition: border-bottom-width .25s ease-in-out;
}

		#nav a span {
	display: block;
	position: absolute;
	background: #222222;
	color: #ffffff;
	top: -2.75em;
	font-size: 0.3em;
	height: 2.25em;
	line-height: 2.25em;
	left: 50%;
	opacity: 0;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	width: 5.5em;
	margin-left: -2.75em;
}

			#nav a span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -0.4em;
	left: 50%;
	margin-left: -0.6em;
	border-top: solid 0.6em #222222;
	border-left: solid 0.6em transparent;
	border-right: solid 0.6em transparent;
}

		#nav a:hover {
	opacity: 1.0;
}

			#nav a:hover span {
	opacity: 1.0;
}

		#nav a.active {
	opacity: 1.0;
}

			#nav a.active:after {
	border-bottom-width: 0.4em !important;
	border-bottom: solid 0.4em #bfa76a !important;
	border-left: solid 0.5em transparent !important;
	border-right: solid 0.5em transparent !important;
}

	@media screen and (max-width: 980px) {

		#nav a span {
			display: none;
		}

	}

/* Wrapper */

#wrapper {
	width: 45em;
	margin: 0px auto;
	min-height: 0;
	height: auto;
	max-width: 100%;
	padding: 4em auto;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

	body.is-preload #wrapper {
	opacity: 0;
}

	@media screen and (max-width: 1280px) {

		#wrapper {
			padding: 3em 0;
			max-width: calc(100% - 6em);
		}

	}

	@media screen and (max-width: 980px) {

		#wrapper {
			padding: 1.5em 0;
			max-width: calc(100% - 8em);
		}

	}

	@media screen and (max-width: 736px) {

		#wrapper {
			padding: 1em 0;
			max-width: calc(100% - 2em);
		}

	}

	@media screen and (max-width: 360px) {

		#wrapper {
			padding: 1em 0;
			max-width: 100%;
		}

	}

/* Main */

#main {
	position: relative;
	width: 100%;
	background: #232323 !important;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
	overflow-y: visible;
	max-height: none;
	min-height: 0;
}

	#main > .panel {
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	margin-bottom: 0;
	position: relative;
	padding: 3.5em 2.5em 2.5em 2.5em;
	width: 100%;
}

		#main > .panel.inactive {
	opacity: 0;
}

	@media screen and (max-width: 736px) {

		#main > .panel {
			padding: 2em 1.5em 1.5em 1.5em;
		}

	}

	#main > .panel.intro {
	padding: 0;
	height: 20em;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

		#main > .panel.intro .pic {
	text-decoration: none;
	position: relative;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 17em;
	height: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
}

			#main > .panel.intro .pic:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/overlay.png");
	width: 100%;
	height: 100%;
	z-index: 1;
}

			#main > .panel.intro .pic img {
	position: relative;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	object-fit: cover;
	-moz-object-position: center;
	-webkit-object-position: center;
	-ms-object-position: center;
	object-position: center;
}

			#main > .panel.intro .pic .arrow {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.375em;
	width: 2.75em;
	height: 2.75em;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	text-align: center;
	line-height: 2.75em;
	font-size: 1.5em;
	z-index: 1;
	-moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
	-webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
	-ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
	transition: width .15s ease-in-out, padding-right .15s ease-in-out;
}

				#main > .panel.intro .pic .arrow:before {
	position: relative;
	padding-right: 0;
	top: 0.125em;
}

				#main > .panel.intro .pic .arrow span {
	display: block;
	text-indent: -9999px;
}

			#main > .panel.intro .pic:hover .arrow {
	width: 3em;
	padding-right: 0.25em;
}

		#main > .panel.intro header {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	padding: 3.5em 2.5em;
	margin-bottom: 0;
	width: 100%;
}

			#main > .panel.intro header h1 {
	line-height: 1.25em;
	margin-bottom: 0;
}

			#main > .panel.intro header p {
	letter-spacing: -0.015em;
	font-size: 1.25em;
	margin: 0.25em 0 0 0;
}

		@media screen and (max-width: 980px) {

			#main > .panel.intro {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				height: auto;
			}

				#main > .panel.intro .pic {
					height: 25em;
					width: 100%;
				}

				#main > .panel.intro header {
					padding: 4em;
					text-align: center;
				}

		}

		@media screen and (max-width: 736px) {

			#main > .panel.intro .pic {
				height: 20em;
			}

			#main > .panel.intro header {
				padding: 2.75em 2em 2.5em 2em;
			}

				#main > .panel.intro header p {
					font-size: 1em;
					margin: 0.25em 0 0 0;
				}

		}

/* Footer */

#footer {
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
	padding: 2em 0 0 0;
	font-size: 0.75em;
}

	#footer a {
	color: #ddd;
	color: rgba(255, 255, 255, 0.65);
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

		#footer a:hover {
	color: white;
}

	#footer .copyright {
	list-style: none;
	padding-left: 0;
}

		#footer .copyright li {
	display: inline-block;
	padding-left: 1em;
	margin-left: 1em;
	border-left: solid 1px rgba(255, 255, 255, 0.25);
	line-height: 1;
}

			#footer .copyright li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

	@media screen and (max-width: 736px) {

		#footer .copyright li {
			padding-left: 0.5em;
			margin-left: 0.5em;
		}

	}

#bg-video {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100vw;
	min-height: 100vh;
	width: auto;
	height: auto;
	z-index: -1;
	object-fit: cover;
	background: #000;
}

#witcher-splash {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(10, 10, 10, 0.92);
	opacity: 1;
	position: relative;
}
#witcher-splash.visible {
	opacity: 1;
}
#witcher-splash.hide {
	display: none;
}
.witcher-logo {
	margin-bottom: 32px;
	/* animation: logo-glow 2s infinite alternate; удалено */
}
.witcher-logo img {
	filter: brightness(0.6) contrast(1.1);
	box-shadow: none !important;
}
@keyframes logo-glow {
	/* удалено */
}
.witcher-title, .witcher-subtitle {
	font-family: 'Metamorphous', serif !important;
}
.witcher-font-cormorant .witcher-title, .witcher-font-cormorant .witcher-subtitle {
	font-family: 'Cormorant Unicase', serif !important;
}
@keyframes title-fade {
	0% { opacity: 0; transform: translateY(-30px); }
	100% { opacity: 1; transform: translateY(0); }
}
@keyframes subtitle-fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.witcher-ornament {
	width: 240px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	animation: ornament-fadein 1.2s ease forwards;
}
.witcher-ornament-top {
	position: static;
	animation-delay: 0.3s;
	margin-bottom: 16px;
}
.witcher-ornament-bottom {
	position: static;
	animation-delay: 0.6s;
	margin-top: 16px;
}
@keyframes ornament-fadein {
	0% { opacity: 0; transform: scale(0.8); }
	100% { opacity: 1; transform: scale(1); }
}
.panel, .panel.intro {
    border-radius: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #232323 80%, #393939 100%);
    border: 3px solid #bfa76a;
    color: #f5ecd6;
    font-family: 'Cormorant Unicase', serif;
    background-clip: border-box;
    padding: 2em 2em 1.2em 2em;
    animation: witcher-panel-fadein 1.1s cubic-bezier(.4,2,.6,1);
    position: relative;
    text-shadow: 0 1px 4px #000;
    box-shadow: none;
    margin: 0 auto 2.5em auto;
    max-width: 100vw;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    min-height: 0;
    max-height: none;
}
.panel::after, .panel.intro::after {
	content: none;
}
#bg-video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	pointer-events: none;
	z-index: 0;
}

/* --- Анимация появления панели --- */
@keyframes witcher-panel-fadein {
	0% { opacity: 0; transform: scale(0.97) translateY(30px); filter: blur(2px); }
	100% { opacity: 1; transform: scale(1) translateY(0); filter: blur(0); }
}

@media screen and (max-width: 980px) {
	.panel, .panel.intro {
		font-size: 1em;
		padding: 1.2em;
		max-width: 100vw;
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 600px) {
	.panel, .panel.intro {
		font-size: 0.95em;
		padding: 0.7em;
		max-width: 100vw;
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
	}
}

/* --- Кнопка управления музыкой --- */
#music-controls {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
}

.music-btn {
	background: rgba(35, 35, 35, 0.9);
	border: 2px solid #bfa76a;
	color: #f5ecd6;
	padding: 12px 16px;
	border-radius: 8px;
	cursor: pointer;
	font-family: 'Cormorant Unicase', serif;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.music-btn:hover {
	background: rgba(191, 167, 106, 0.2);
	border-color: #ffe7a0;
	color: #ffe7a0;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(191, 167, 106, 0.3);
}

.music-btn.active {
	background: rgba(191, 167, 106, 0.3);
	border-color: #ffe7a0;
	color: #ffe7a0;
	box-shadow: 0 0 15px rgba(191, 167, 106, 0.5);
}

.music-btn i {
	font-size: 16px;
}

.music-btn span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
	#music-controls {
		top: 10px;
		right: 10px;
	}
	
	.music-btn {
		padding: 10px 12px;
		font-size: 12px;
	}
	
	.music-btn i {
		font-size: 14px;
	}
	
	.music-btn span {
		font-size: 10px;
	}
}

/* --- Интерактивный прелоадер --- */
.music-question {
	text-align: center;
	margin: 40px 0;
	opacity: 0;
	animation: music-question-fade 1s ease forwards;
	animation-delay: 1.5s;
}

.music-question h3 {
	font-family: 'Cormorant Unicase', serif;
	font-size: 1.4em;
	color: #ffe7a0;
	margin-bottom: 20px;
	text-shadow: 0 2px 8px #000, 0 0 2px #bfa76a44;
}

.music-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.music-choice-btn {
	background: rgba(35, 35, 35, 0.9);
	border: 2px solid #bfa76a;
	color: #f5ecd6;
	padding: 15px 25px;
	border-radius: 8px;
	cursor: pointer;
	font-family: 'Cormorant Unicase', serif;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	min-width: 120px;
	justify-content: center;
}

.music-choice-btn:hover {
	background: rgba(191, 167, 106, 0.2);
	border-color: #ffe7a0;
	color: #ffe7a0;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(191, 167, 106, 0.4);
}

.music-choice-btn:active {
	transform: translateY(-1px);
}

.music-choice-btn i {
	font-size: 18px;
}

.music-choice-btn span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

@keyframes music-question-fade {
	0% { 
		opacity: 0; 
		transform: translateY(20px); 
	}
	100% { 
		opacity: 1; 
		transform: translateY(0); 
	}
}

/* Адаптивность для мобильных устройств */
@media screen and (max-width: 768px) {
	.music-question {
		margin: 30px 0;
	}
	
	.music-question h3 {
		font-size: 1.2em;
		margin-bottom: 15px;
	}
	
	.music-buttons {
		gap: 15px;
		flex-direction: column;
	}
	
	.music-choice-btn {
		padding: 12px 20px;
		font-size: 14px;
		min-width: 100px;
	}
	
	.music-choice-btn i {
		font-size: 16px;
	}
	
	.music-choice-btn span {
		font-size: 12px;
	}
}

.panel {
    padding-bottom: 4.5em;
}

.news-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3em 2em;
  min-width: 0;
}
.news-text-scroll {
  margin-top: 2em;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
}
.news-text-center {
  text-align: center;
}
.news-text-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .news-content {
    padding: 2em 1em;
  }
  .news-text-scroll {
    font-size: 1em;
  }
}
.news-image-wrap {
  position: relative;
  width: 320px;
  height: 320px;
  max-width: 40vw;
  min-width: 180px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-arrow-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.7);
  border-radius: 0 8px 8px 0;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2;
}
.news-arrow-btn:hover {
  background: rgba(191, 167, 106, 0.7);
}
@media screen and (max-width: 700px) {
  .news-image-wrap {
    width: 160px;
    height: 160px;
    min-width: 100px;
    min-height: 100px;
  }
  .news-arrow-btn span.arrow {
    font-size: 1.5em !important;
  }
}