/* Category header (playlist-like) */
.c-playlist__content { display: flex; flex-direction: row; margin: 0 -15px; border-radius: 8px; padding: 30px; margin-top: -15px; background: linear-gradient(122deg, #4c4c4c 0%, #505050 10%, #737373 20%, #727272 30%, #656565 40%, #4f4f4f 50%, #454545 60%, #4e4e4e 70%, #505050 80%, #626262 90%, #565656 100%); align-items: flex-start; gap: 20px; }
.c-playlist-content { display: flex; align-items: center; padding: 29px 25px; max-width: 1100px; margin-left: auto; margin-right: auto; gap: 20px; }
.c-playlist-content__cover { width: 140px; height: 140px; border-radius: 12px; object-fit: cover; display: block; }
.cover-container { position: relative; }
.category-button { position: absolute; right: 6px; bottom: 6px; width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,.6); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.category-button i { font-size: 16px; }
.c-playlist-content__summary { display: flex; flex-direction: column; gap: 10px; }
.c-playlist-content__title h1 { margin: 0; font-size: 26px; line-height: 1.2; color: #fff; }
.c-playlist-content__controls { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.c-playlist-content__count a { color: #fff; opacity: .9; margin-right: 8px; }

@media (max-width: 980px) {
	.c-playlist__content { padding: 20px; margin: 0 -10px; }
	.c-playlist-content { padding: 10px 0; flex-direction: row; }
	.c-playlist-content__cover { width: 100px; height: 100px; }
}

@media (max-width: 600px) {
	.c-playlist-content { flex-direction: column; align-items: flex-start; }
	.c-playlist-content__title h1 { font-size: 22px; }
	.category-button { right: 4px; bottom: 4px; }
}
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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, 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 }

html { height: 100%; min-height: 100%; }
body { min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; }

body, select, input, textarea, button {
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: .9rem;
	line-height: 1.5;
	color: #212223;
	outline: none;
}
	a { 
		outline: none;
		color: #3394e6;
		text-decoration: none;
	}
	a:hover 
	.meta a, .speedbar a, .tag_list a, .vote_more a, .story_tools .category a { color: #0c5f7e; }

	a img { border: 0 none; }
	a > img { vertical-align: bottom; }

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
	margin: 0 0 .7rem 0;
	line-height: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

h1, .h1 { font-size: 22px; }
h2, .h2 { font-size: 20px; }
h3, .h3 { font-size: 18px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

.addcomment h3 { margin: .3em 0 .6em 0; }

.dlevideoplayer ul[data-theme] {
	display: none;
}

.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
	fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 20px; margin-bottom: 25px; }
	fieldset legend { font-weight: bold; }

.grey { color: #64748b; }
.grey a { color: inherit; }
.grey a:hover { color: #353535; }
.blue { color: #3394e6; }
.orange { color: #e85319; }

sup { vertical-align: super; font-size: smaller; }
sub { vertical-align: sub; font-size: smaller; }
.over { display: inline-block; vertical-align: middle; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
a .over { cursor: pointer; }

.cover { background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}

	strong, b { font-weight: bold }
	em, cite, i { font-style: italic }
	caption { text-align: left }
	th, td { vertical-align: middle }
	small, .small { font-size: .9em; }
	hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

	.clr { clear: both }
	.clrfix:after { clear: both; content: ""; display: table; }

.instagram-media, .twitter-tweet {display: inline-block !important;}

@media only screen and (min-width: 601px) {
.grid_1_2, .grid_1_4 {
	float: left; margin-right: 4%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	.grid_1_2 { width: 48%; }
	.grid_1_4 { width: 22%; }
	.grid_last { margin-right: 0; }
}

.dropdown { position: relative; }
	.dropdown-menu, .dropdown-form {
		min-width: 160px; padding: 12px 0; border-radius: 2px; margin-top: 5px !important; display: none; z-index: 99; position: absolute;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
		background-color: #fff;
	}
	.dropdown-menu { list-style: none; margin: 0; }
	.dropdown-form { padding: 40px; }

	.dropdown-menu.dot:before, .dropdown-form.dot:before {
		content: "";
		position: absolute;
		top: 0; left: 50%;
		margin: -11px 0 0 -11px;
		width: 22px; height: 22px;
		border-radius: 50%;
		background-color: #fff;
	}


	.dropdown-menu li a { height: 1%; padding: 5px 20px; border: 0 none; display: block; white-space: nowrap; text-decoration: none; color: inherit; }
	.dropdown-menu li a:hover { background-color: #e05b37; color: #fff; }
	.open .dropdown-menu, .open .dropdown-form { display: block; }

.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
	.fade.in { opacity: 1; }
	.collapse { overflow: hidden; height: 0; width: 0; display: inline-block; }
	.collapse.in { display: block; width: auto; height: auto; }
	.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

.tab-content > .tab-pane { display: none; }
	.tab-content > .active { display: block; }

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	fill: #0c5f7eed;
	vertical-align: middle;
}
	.icon-logo { width: 42px; height: 42px; }

	.icon-vk { width: 10px; height: 1em; }
	.icon-tw { width: 14px; height: 1em; }
	.icon-fb { width: 8px; height: 1em; }
	.icon-gp { width: 18px; height: 1em; }
	.icon-ya { width: 7px; height: 1em; }
	.icon-od { width: 10px; height: 1em; }
	.icon-mail { width: 16px; height: 1em; }

	.grey .icon { fill: #64748b; }

body { background: #212223; }
.wrp { max-width: 1437px; }

.conteiner:after, #header:after { clear: both; content: ""; display: table; }
.midside {
	/* float: left; */
	padding: 0 350px 0 13%;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.rightside {
	float: right;
	width: 300px;
	padding: 0px 25px;
	margin-left: -350px;
	position: relative;
}

#header { margin-bottom: 25px; }
#header, #header_menu { height: 80px; margin-top: 30px; }
.header {
	width: 100%; height: 0; z-index: 22;
	position: fixed;
	left: 0; top: 0;
}
	.header .midside { height: 0; }
	#header_menu {
		position: relative; z-index: 15;
		padding: 0 25px; 
		background-color: #363738;
		border-radius: 0 0 2px 2px;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

#mobile_menu_btn {
	position: absolute;
	left: 0; top: 0;
	width: 40px; height: 80px;
	text-transform: lowercase;
	white-space: nowrap;
	border: 0 none;
	background-color: transparent;
	color: #fff;
	padding: 5px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1)
}
	#mobile_menu_btn > *, #mobile_menu_btn { cursor: pointer; }
	.menu_toggle { display: inline-block; vertical-align: middle; width: 18px; height: 18px; margin: -2px 6px; position: relative; }
	.menu_toggle > i {
		height: 2px; width: 100%;
		background-color: #fff;
		position: absolute;
		left: 0; top: 0;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.mt_1 { margin-top: 2px; }
	.mt_2 { margin-top: 8px; }
	.mt_3 { margin-top: 14px; }
	.menu_toggle__title { display: none; }
	.mobile-menu_open #mobile_menu_btn .mt_1 {
		-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	}
	.mobile-menu_open #mobile_menu_btn .mt_2 { opacity: 0; }
	.mobile-menu_open #mobile_menu_btn .mt_3 {
		-webkit-transform: rotate(45deg); transform: rotate(45deg);
	}

.logotype {
	white-space: nowrap;
	color: #fff;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 80px;
}
	.logotype .logo_title {
		margin: 0 0 0 1px;
		font-size: 20px;
		line-height: 34px;
		font-weight: normal;
	}
	.logotype .icon-logo { fill: #fff; }

	#top_menu { margin: 0 25px; flex: 1 auto; white-space: nowrap; text-align: center; cursor: default; }
	#top_menu > a {
		text-decoration: none !important;
		display: inline-block;
		color: #fff;
		position: relative;
		z-index: 2;
		padding: 10px 20px;
		opacity: .8;
	}
	#top_menu > a:after {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		margin: -5px 0 0 -5px;
		width: 10px; height: 10px;
		border-radius: 100%;
		background-color: #fff;
		overflow: hidden;
		opacity: 0;
	}
	@-webkit-keyframes sun {
		0% { margin: -5px 0 0 -5px; width: 10px; height: 10px; opacity: 0; }
		50% { margin: -50px 0 0 -50px; width: 100px; height: 100px; opacity: .15; } 
		100% { margin: -80px 0 0 -80px; width: 160px; height: 160px; opacity: 0; }
	}
	@keyframes sun {
		0% { margin: -5px 0 0 -5px; width: 10px; height: 10px; opacity: 0; }
		50% { margin: -50px 0 0 -50px; width: 100px; height: 100px; opacity: .15; } 
		100% { margin: -80px 0 0 -80px; width: 160px; height: 160px; opacity: 0; }
	}

	#top_menu > a:hover { z-index: 1; opacity: 1; }
	#top_menu > a:hover:after {
		-webkit-animation: sun .3s ease;
		animation: sun .3s ease;
	}

	#top_menu > a.active { cursor: default; opacity: 1; }
	#top_menu > a.active:before {
		content: "";
		position: absolute;
		left: 50%; top: 100%;
		width: 4px; height: 4px;
		margin: -2px 0 0 -2px;
		border-radius: 50%;
		background-color: #fff;
	}
	#top_menu > a.active:after { display: none; }

#login_pane {
	list-style: none;
	padding: 0; margin: 0;
}
	#login_pane > li > .btn-border {
		border-color: rgba(255,255,255,0.2);
		color: #fff;
		white-space: nowrap;
		text-shadow: none;
	}
	#login_pane > li > .btn-border:hover {
		border-color: #fff;
		box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2); -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
	}
	#login_pane > li > .btn-border .over { max-width: 120px; margin-top: -2px; }
	#login_pane > li > .btn-border > .pm_num { margin-top: -3px; vertical-align: middle; display: inline-block; }
	.pm_num {
		font-size: 11px;
		background-color: #fff;
		border-radius: 10px;
		min-width: 12px; height: 12px;
		line-height: 12px;
		margin: -2px -14px 0 12px;
		padding: 4px;
		color: #0c5f7e;
		text-align: center;
		vertical-align: middle;
	}

	#login_pane .dropdown-form {
		text-align: center;
		left: 50%;
		padding: 39px; margin-left: -150px;
		width: 220px;
	}
	.dropdown-form .soc_links { margin: 0; }
	.dropdown-form .soc_links > a { margin-bottom: 20px; }
	.login_form {
		list-style: none;
		padding: 0; margin: 0;
		border-bottom: 1px solid #efefef;
	}
	.login_form > li {
		border-top: 1px solid #efefef;
		display: block;
		position: relative;
	}
	.login_form > li > label { display: none; }
	.login_form > li > input {
		border: 0 none;
		padding: 19px; padding-left: 23px;
		border-radius: 0;
		background-color: transparent;
		width: 100%; height: 60px;
	}
	.login_form > li > .icon {
		position: absolute;
		left: 0; top: 50%;
		margin: -7px 0 0 0;
		height: 14px; width: 1em;
	}
	.login_form > li.login_input-btn > input { padding-right: 65px; }
	.login_form > li.login_input-btn > .btn {
		position: absolute;
		right: 0; top: 50%;
		margin-top: -18px; padding: 0;
		width: 54px;
	}
	.login_form__foot { text-align: left; margin-top: 20px; }

	.dropdown-form.logged:after {
		content: "";
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 99px;
		z-index: -1;
	}
		.dropdown-form.logged:before, .dropdown-form.logged:after { background-color: #f1f5f9; }
		.login_pane__info .avatar { margin: 12px 0; }
		.login_pane__menu {
			list-style: none;
			padding: 0; margin: 25px 0;
			text-align: left;
			border-bottom: 1px solid #efefef;
		}
		.login_pane__menu li a {
			color: inherit;
			text-decoration: none !important;
			padding: 14px 0; display: block;
			border-top: 1px solid #efefef;
		}
		.login_pane__menu li a:hover { color: #0c5f7e; }
		
		.login_pane__foot { text-align: left; }
		.login_pane__foot .plus_icon { margin: -3px 5px 0 0; }


@media only screen and (min-width: 601px) {
#cat_menu {
	float: left;
	width: 13%;
	position: relative;
	z-index: 10;
	margin-top: 105px;
}
	.cat_menu a, .cat_menu a:after { -webkit-transition: all ease .22s; transition: all ease .22s; }
	.cat_menu a {
		display: block;
		padding: 6% 10px;
		color: #ffffff;
		text-decoration: none !important;
		position: relative;
	}
	.cat_menu a:hover { color: #0c5f7eed; }
	.cat_menu a:before, .cat_menu a:after {
		content: "";
		position: absolute;
		left: 0; top: 0; bottom: 0;
		background-color: #5a5a5a;
		width: 0; height: auto;
	}
	.cat_menu a:hover:after { width: 5px; background-color: #0c5f7eed; }

	.cat_menu a.active { cursor: default; color: inherit; }
	.cat_menu a.active:after { display: none; }
	.cat_menu a.active:before { width: 5px; }
}

.cat_menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat_menu ul ul {
  padding-left: 10px;
}

#cat_menu .soc_links { padding: 0 25px; margin-top: 35px; }
.soc_links { display: flex; justify-content: space-between; }
	.soc_links > a {
		display: inline-block;
		width: 26px; height: 26px; line-height: 26px;
		border-radius: 50%;
		background-color: #bababa;
		text-align: center;
		-webkit-transition: all ease .1s; transition: all ease .1s;
	}
	.soc_links > a:hover {
		-webkit-transform: scale(1.3,1.3);
    	transform: scale(1.3,1.3);
    }
	.soc_links > a > .icon { fill: #fff; vertical-align: middle; margin: -3px 0 0 0; }

	.soc_vk:hover { background-color: #5486ca; }
	.soc_tw:hover { background-color: #60bbf5; }
	.soc_fb:hover { background-color: #4268ca; }
	.soc_gp:hover { background-color: #de553a; }
	.soc_ya:hover { background-color: #ff0000; }
	.soc_od:hover { background-color: #ff7800; }
	.soc_mail:hover { background-color: #006cff; }


.q_search { position: relative; }
	.q_search > input {
		padding: 7px 72px 7px 18px;
		border-radius: 8px;
		background-color: #e2e8f0;
		display: block;
		border: 0 none;
		box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.q_search > input:focus {
		background-color: #fff;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	}
	.q_search > .btn { width: 36px; padding: 0; position: absolute; right: 0; top: 18px; }
	.q_search .icon-search { position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -8px; width: 16px; height: 16px; fill: #737373;}
	.q_search .q_search_adv {
		position: absolute;
		right: 0; top: 0;
		margin-right: 36px;
		width: 36px; height: 36px;
	}
	.q_search .icon-set {
		width: 16px; height: 16px;
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		fill: #737373;
	}
	.q_search .q_search_adv:hover .icon-set { fill: #0c5f7eed; }


.carousel {
	position: relative;
	padding-top: 49%;
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 7px 14px 0 rgba(65,69,88,0.1), 0 3px 6px 0 rgba(0,0,0,0.07);
}
	.carousel-inner {
		position: absolute;
		overflow: hidden;
		width: 100%;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item {
		display: none;
		position: relative;
		width: 100%; height: 100%;
		overflow: hidden;
		-webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;
	}
	.carousel-inner > .item > .cover {
		width: 100%;
		position: absolute;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img { line-height: 1; vertical-align: top; }

	.carousel-inner > .active,
	.carousel-inner > .next,
	.carousel-inner > .prev { display: block; }
	.carousel-inner > .active { left: 0; }
	.carousel-inner > .next,
	.carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
	.carousel-inner > .next { left: 100%; }
	.carousel-inner > .prev { left: -100%; }
	.carousel-inner > .next.left,
	.carousel-inner > .prev.right { left: 0; }
	.carousel-inner > .active.left { left: -100%; }
	.carousel-inner > .active.right { left: 100%; }
	.carousel-control {
		position: absolute;
		top: 0; bottom: 0; right: 0;
		margin: 25px;
		width: 44px;
		display: flex;
		align-items: center;
		z-index: 1;
	}
	.carousel-control_in {
		box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
		background-color: #fff;
		border-radius: 22px;
		text-align: center;
	}
	.carousel-control .up, .carousel-control .down {
		display: block;
		padding: 15px 12px;
	}
	.carousel-control .icon {
		fill: #d7d7d7;
		width: 20px; height: 32px;
	}
	.carousel-control a:hover > .icon { fill: #0c5f7eed; }
	.carousel-indicators {
		list-style: none;
		padding: 0; margin: 0;
		text-align: center;
	}
	.carousel-indicators li {
		display: block;
		width: 20px; height: 20px;
		margin: 0 auto;
		cursor: pointer;
		position: relative;
	}
	.carousel-indicators li:after, .carousel-indicators li:before {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		border-radius: 50%;
	}
	.carousel-indicators li:after {
		width: 4px; height: 4px;
		margin: -2px 0 0 -2px;
		background-color: #7f7f7f;
	}
	.carousel-indicators li:hover:after, .carousel-indicators li.active:after { background-color: #3394e6; }
	.carousel-indicators li:before {
		display: none;
		border: 2px solid #3394e6;
		width: 8px; height: 8px;
		margin: -6px 0 0 -6px;
		box-sizing: initial;
	}
	.carousel-indicators li.active:before { display: block; }
	.carousel-caption {
		position: absolute;
		left: 0; bottom: 0; right: 94px;
		margin: 0 0 8% 8%;
		z-index: 10;
		color: #fff;
		text-shadow: 0 1px 1px rgba(0,0,0, 0.2);
	}
	.carousel-caption .title {
		font-weight: bold;
		letter-spacing: -.03em;
		font-size: 2.9em;
		line-height: 1.3em;
	}
	.carousel-caption .text { 
		font-size: 1.3em;
		line-height: 1.45em;
	}
	.carousel.vertical .carousel-inner { height: 100%; }
	.carousel.vertical .item { left: 0; -webkit-transition: .4s ease-in-out top; transition: .4s ease-in-out top; }
	.carousel.vertical .active { top: 0; }
	.carousel.vertical .next { top: 100%; }
	.carousel.vertical .prev { top: -100%; }
	.carousel.vertical .next.left,
	.carousel.vertical .prev.right { top: 0; }
	.carousel.vertical .active.left { top: -100%; }
	.carousel.vertical .active.right { top: 100%; }

#content, .content_top { position: relative; }

.pagetools {
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 8%;
	width: 100%; height: 52px;
	overflow: hidden;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	#combo-tools .pagetools_in { 
		height: 100px;
		-webkit-transition: all .3s ease .2s; transition: all .3s ease .2s;
	}
	.pagetools_in { color: #64748b; }
	.sortbar_in, .speedbar { display: block; height: 22px; padding: 14px 25px; line-height: 22px; }
	.pagetools_back {
		position: absolute;
		left: 0; top: 0;
		width: 8%; height: 50px;
		border-right: 1px solid #d6d6d6;
		text-align: center;
	}
	.pagetools_back .icon {
		display: block;
		margin: 15px auto 0 auto;
		width: 30px; height: 20px;
	}
	#combo-tools.active > .pagetools_in { margin-top: -50px; }
	.breadcrumb .over { vertical-align: baseline; }

	.sortbar_in { white-space: nowrap; }
	.sortbar_in > form { display: inline; }

.box, .comment {
	background-color: #2d2d2d;
	margin-bottom: 25px;
	border-radius: 2px;
	position: relative;
	box-shadow:0 5px 12px rgba(126,142,177,.2);
}
	.box > .heading { padding: 4% 4%; margin: 0; text-transform: uppercase; }
	.box > .heading .hnum { font-size: .6em; display: inline-block; vertical-align: top; margin: 0 0 0 .4em; }
	.box_in { padding: 1.8rem 2.5rem }

	.story .title { margin: -.1em 0 1em 0; font-size: 20px; }
	.story .title > a {
		color: inherit;
		text-decoration: none !important;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.story .title > a:hover { color: #3394e6; }

	.story_icons {
		position: absolute;
		top: 0; left: 0;
		width: 2.5rem;
		list-style: none;
		padding: 1.875rem 0 0 0; margin: -.2em 0 0 0;
	}
	.fixed_story .story_icons { z-index: 1; }
	.story_icons > li { text-align: center; margin: 0 0 10px 0; }

	.story .box_in > .text { font-size: .9rem; }
	.story .box_in > .text:after { content: ""; display: block; clear: both; }
	.story .box_in > .text > img[style*="left"], .story .box_in > .text > .highslide img[style*="left"] { margin: 2px 4% 4% 0; }
	.story .box_in > .text > img[style*="right"], .story .box_in > .text > .highslide img[style*="right"] { margin: 2px 0 4% 4%; }
	.story .box_in > .text img { max-width: 100%; aspect-ratio: auto; height: auto;}

	.editdate {
		margin: 4% 0 0 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}

	.fav_btn > a, .edit_btn > a {
		display: inline-block;
		padding: 4px;
		width: 16px; height: 16px;
	}
		.fav_btn .icon {
			width: 16px; height: 16px;
			vertical-align: top;
		}
		.fav_btn .icon-fav { fill: #64748b; }
		.fav_btn:hover .icon-fav { fill: #0c5f7eed; }
		@media only screen and (min-width: 601px) {
			.fixed_story .fav_btn .icon-fav { fill: #fff; }
			.fixed_story .fav_btn:hover .icon-fav { fill: #fff; }
		}
		
		.fav_btn .icon-star { fill: #fed762; }

	.edit_btn > a {
		position: relative;
		-webkit-transition: transform ease .2s; transition: transform ease .2s;
	}
		.edit_btn > a > i, .edit_btn > a:after, .edit_btn > a:before { 
			padding-top: 2px;
			width: 16px; height: 0;
			background-color: #64748b;
			overflow: hidden;
			display: block;
			margin: 3px 0;
		}
		.edit_btn > a:after, .edit_btn > a:before { content: ""; }
		.edit_btn > a:hover > i, .edit_btn > a:hover:after, .edit_btn > a:hover:before {
			background-color: #0c5f7e;
		}
		.edit_btn > a:hover { 
			-webkit-transform: rotate(90deg); transform: rotate(90deg);
		}

	.fixed_label {
		position: absolute;
		left: 0; top: 0;
		width: 8%; height: 30px;
		padding-top: 4%;
	}
		.fixed_label:before {
			content: "";
			position: absolute;
			left: 50%; top: 0; bottom: 0;
			margin: 0 0 0 -15px;
			background-color: #e85319;
			width: 30px;
		}
		.fixed_label:after {
			content: "";
			position: absolute;
			bottom: 0; left: 50%;
			margin: 0 0 0 -15px;
			border: solid transparent;
			border-bottom-color: #fff;
			border-width: 0 15px 5px 15px;
			z-index: 1;
		}
	
	.story_tools { margin-top: 4%; }
		.story_tools > .category { float: right; margin-top: .7em; font-size: .9em; }
		.story_tools > .category .icon { width: 12px; height: 15px; margin: -.2em .4em 0 0; }
		.story_tools > .btn { float: left; margin-right: 2em; }
		.story_tools > .rate { float: left; }
		.story_tools .rate_stars { margin-top: 6px; }

		.rate_like > a, .rate_like-dislike {
			float: left;
			padding: 6px 12px;
			border: 1px solid #eaeaea;
			border-radius: 8px;
			text-decoration: none !important;
			font-weight: bold;
			color: #64748b;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.rate_like > a:hover { border-color: #3394e6; color: #3394e6; }
		.rate_like .icon { width: 16px; height: 15px; margin: -.2em .3em 0 0; }

		.rate_like-dislike > a {
			display: inline-block;
			width: 22px; height: 22px;
			text-align: center;
		}
		.rate_like-dislike > a .icon {
			width: 14px; height: 15px;
			fill: #787878;
			vertical-align: middle;
			margin: -.3em 0 0 0;
		}
		.rate_like-dislike > a:hover .icon { fill: #0c5f7eed; }
		.rate_like-dislike .ratingplus { color: #88c54d; }
		.rate_like-dislike .ratingminus { color: #e45757; }
		.rate_like-dislike > span { cursor: default; margin: 0 .3em; }

	.story > .meta { font-size: .9em; background-color: #383838; padding: 2% 7%; border-radius: 0 0 2px 2px; }
		.meta:after, .story_tools:after { clear: both; display: table; content: ""; }
		.meta > ul { list-style: none; padding: 0; margin: 0; }
		.meta > ul > li { display: inline; }
		.meta > ul.left > li { margin-right: 2em; }
		.meta > ul.right > li { margin-left: 2em; }
		.meta .icon { width: 16px; height: 16px; margin: -.2em .4em 0 0; }
		.meta .icon-views { height: 18px; }

	.signature {
		font-size: .9em;
		opacity: .5;
		margin-top: .9em;
	}

.navigation { margin: 25px 0; }
	.navigation:after { clear: both; display: block; content: ""; }

	.pages { text-align: left; }
	.pages span, .pages a:hover, .page_next-prev { 
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		border-radius: 8px;
	}
	.pages span, .pages a {
		color: inherit;
		display: inline-block;
		position: relative;
		padding: 7px 7px;
		min-width: 22px; height: 22px; line-height: 22px;
		text-align: center;
		text-decoration: none !important;
		font-weight: bold;
	}
	.pages span { color: #399; }
	.pages a:hover { color: #fff; background-color: #3394e6; }
	.pages span { color: #3394e6; }

	.page_next-prev { float: right; height: 36px; }
		.page_next-prev * { float: left; }
		.page_next-prev .icon { width: 32px; height: 20px; fill: #d7d7d7; }
		.page_next-prev > span >  a:hover .icon { fill: #0c5f7eed; }
		.page_next-prev > span > * { float: left; padding: 8px 12px; }

	.page_next > span, .page_prev > span { opacity: 0.5; }

	.splitnewsnavigation { margin-top: 4%; padding-top: 4%; font-weight: bold; border-top: 1px solid #efefef; }
	.splitnewsnavigation > a, .splitnewsnavigation > span { padding: 6px 10px; }

.hblock > .title {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f1f5f9;
	border-radius: 2px 2px 0 0;
	font-size: 1em;
	padding: 2.5% 8%;
	margin: 0;
}
	.banner img { vertical-align: top; max-width: 100%; }
	.midside .banner {
		padding: 2.5% 8%;
		text-align: center;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev {
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev a {
		margin:  10px;
	}
	.hblock .banner { border-top: 1px solid #efefef; }

	.informer_list {
		list-style: none;
		margin: 0 -25px 0 0;
		padding: 0;
	}
		.informer_list:after { clear: both; display: block; content: ""; }
		.informer_list li {
			float: left;
			width: 33.33333%;
			padding-right: 25px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.informer_list li .title { font-weight: bold; margin-bottom: 1em; }
		.informer_list li .title a { display: block; color: inherit; text-decoration: none !important; }
		.informer_list li .title a:hover { color: #0c5f7eed; }
		
		.more_icon {
			display: inline-block;
			background-color: #0c5f7e;
			border-radius: 9px;
			height: 4px;
			padding: 7px 8px;
			margin-top: 1em;
			}
		.more_icon:after { clear: both; display: block; content: ""; }
		.more_icon > i {
			margin-left: 2px;
			float: left;
			width: 4px; height: 4px;
			border-radius: 50%;
			background-color: #fff;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.more_icon:hover > i { margin-left: 10px; }
		.more_icon > i:first-child { margin-left: 0 !important; }

.block, .rightside .banner { margin-bottom: 25px;}
	.rightside .banner { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); }

	.block > .title {
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 0 20px 0;
	}
	.block > .title > b, .block > .title:after, .block > .title > h4 { font-size: 1em; margin: 0; display: inline-block; vertical-align: middle; }
	.block > .title:after {
		content: "";
		background: #dedede;
		height: 4px; width: 100%;
		margin: 0 0 0 15px;
		border-top: 1px solid #d1d1d1;
	}

	@media only screen and (max-width: 1279px) { .banner_300 { display: none; } }
	@media only screen and (min-width: 1280px) { .banner_240 { display: none; } }

	ol.topnews {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
		counter-reset: ol-counter;
	}
		ol.topnews > li > a:after { content: ""; display: block; clear: both; }
		ol.topnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 70px;
		}
		ol.topnews > li:last-child > a { border-bottom-width: 0; }
		ol.topnews > li > a:before, ol.topnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		ol.topnews > li > a:before {
			content: counter(ol-counter);
			counter-increment: ol-counter;
			font-weight: bold;
			font-size: 1.5em;
			border-radius: 50%;
			border: 2px solid #0c5f7eed;
			width: 48px; height: 48px;
			text-align: center;
			float: left;
			line-height: 30px;
			padding: 7px 0;
			margin-left: -70px;
			color: #0c5f7eed;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		ol.topnews > li > a:hover:before {
			color: #fff;
			background-color: #0c5f7eed;
			box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22); -webkit-box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22);
		}
		ol.topnews > li > a > * { cursor: pointer; display: block; }
		ol.topnews > li > a > b { display: block; }
		ol.topnews > li > a > span {
			font-size: .9em;
			opacity: .7;
			text-transform: lowercase;
			margin-top: .4em;
		}
		ol.topnews > li > a:hover > b { color: #0c5f7eed; }

	.block_grey {
		padding: 25px;
		margin-bottom: 25px;
		border-radius: 2px;
		background-color: #e2e8f0;
	}
		.block_grey > .title {
			margin: 0 0 1em 0;
			font-size: 1em;
			letter-spacing: 0;
		}
		.vote_more { font-size: .9em; margin: -.7em 0 1em 0; }

		.vote_list { margin: 8% 0; }
		.vote_list .vote, .vote_list .pollanswer { margin: .6em 0 .2em 0; }
		.vote_list .vote > input, .vote_list .pollanswer > input { display:none;  }
		.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {
			display:inline-block;
			width: 8px; height: 8px;
			border: 4px solid #3b3b3b;
			background-color: #fff;
			margin: -3px 4px 0 0;
			vertical-align:middle;
			cursor:pointer;
			content: "";
			border-radius: 2px;
		}
		.vote_list .vote > input[type="radio"] + label:before,
		.vote_list .pollanswer > input[type="radio"] + label:before { border-radius: 50%; }
		.vote_list .vote > input + label:hover:before, .vote_list .pollanswer > input + label:hover:before { border-color: #3394e6; }
		.vote_list .vote > input:checked + label:before, .vote_list .pollanswer > input:checked + label:before {
			background-color: #3394e6;
			border-color: #3394e6;
		}
		.vote_list .vote > input + label:before, .vote_list .vote > input:checked + label:before,
		.vote_list .pollanswer > input + label:before, .vote_list .pollanswer > input:checked + label:before
		{ -webkit-transition: border-color ease .2s; transition: border-color ease .2s; }

		.btn-border .icon-votes { width: 16px; height: 14px; margin: -3px 0 0 0; vertical-align: middle; }
		.vote_votes, .pollallvotes { font-size: .9em; }

		#dlevotespopupcontent { height: auto !important; overflow: visible !important; }

	.title_tabs { margin: -10px 0 10px 0 !important; }
	.title_tabs ul { cursor: default; list-style: none; padding: 0; margin: 0 0 0 15px; }
		.title_tabs * { display: inline-block; vertical-align: middle; }
		.title_tabs ul li > a {
			display: block;
			width: 36px; height: 16px;
			padding: 10px 0;
			border-radius: 50%;
			margin-bottom: 2px;
			text-align: center;
			position: relative;
		}
		.title_tabs ul li.active > a {
			background-color: #fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		}
		.title_tabs ul li > a > .icon { width: 16px; height: 16px; fill: #6a6a6a; vertical-align: top; }
		.title_tabs ul li.active > a > .icon { fill: #0c5f7eed; }

	.block_bg {
		margin-bottom: 25px;
		background-color: #1b64a8;
		border-radius: 2px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		padding: 25px;
	}
		.block_bg > .title {
			font-size: 1em;
			color: #fff;
			margin: -.2em 0 .6em 0;
			text-transform: uppercase;
		}
		.change_skin {
			background: url(../images/change_skin.png) no-repeat 0 50%;
			-webkit-background-size: cover; background-size: cover;
		}

		.change_skin .styled_select {
			background: #fff;
			border-radius: 2px;
			width: 100%;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
			border-width: 0;
			overflow: hidden;
			position: relative;
		}
		.change_skin .styled_select > .icon {
			position: absolute;
			left: 100%; top: 50%;
			width: 16px; height: 10px;
			margin: -5px 0 0 -26px;
 			fill: #d7d7d7;
		}
		.change_skin .styled_select:hover > .icon { fill: #0c5f7eed; }
		.change_skin .styled_select select {
			width: 112%; height: 36px;
			background-color: transparent;
			border-width: 0;
			padding: 7px;
			position: relative;
			z-index: 1;
			appearance: none; -webkit-appearance: none; -moz-appearance: none;
		}
	
	.tag_list > span { margin: 0 2px 2px 0; }
		.tag_list > span, .tag_list > span > a { display: inline-block; }
		.tag_list > span > a {
			border: 1px solid #d6d6d6;
			color: inherit;
			text-decoration: none !important;
			padding: 4px 8px;
			border-radius: 2px;
		}
		.tag_list > span > a:hover {
			background-color: #fff;
			color: #3394e6;
			border-color: #fff;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
		}
		.tags_more { margin-top: 1em; }

	.relnews {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.relnews > li > a:after { content: ""; display: block; clear: both; }
		.relnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.relnews > li:last-child > a { border-bottom-width: 0; }
		.relnews > li > a .icon, .relnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.relnews > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.relnews > li > a > * { cursor: pointer; display: block; }
		.relnews > li > a > b { display: block; }
		.relnews > li > a > span {
			font-size: .9em;
			opacity: .5;
			text-transform: lowercase;
			margin-top: .4em;
		}
		.relnews > li > a:hover > b { color: #3394e6; }

	.lastcomm {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.lastcomm > li > a:after { content: ""; display: block; clear: both; }
		.lastcomm > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.lastcomm > li:last-child > a { border-bottom-width: 0; }
		.lastcomm > li > a .icon, .lastcomm > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.lastcomm > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.lastcomm > li > a > * { cursor: pointer; display: block; }
		.lastcomm > li > a > b { display: block; margin-top: .4em;}
		.lastcomm > li > a > span {
			font-size: .9em;
			opacity: .5;
		}
		.lastcomm > li > a:hover > b { color: #3394e6; }

.footer_menu { position: relative; padding: 0 0 25px 0; }
.foot_menu {
	list-style: none;
	padding: 0;
	margin: 0 -25px 0 0;
}
	.foot_menu > li {
		float: left;
		width: 33.33333%;
		padding-right: 25px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.foot_menu > li > b { display: block; margin-bottom: 1em; }
	.foot_menu > li > b > i { display: none; }
	.foot_menu > li nav > a {
		color: #838383;
		display: block;
		font-size: .9em;
		padding: .2em 0;
	}
	@media only screen and (min-width: 601px) {
		.foot_menu > li > div {
			display: block !important;
			height: auto !important; width: auto !important;
		}
	}

	.upper {
		position: absolute;
		left: 0;
		width: 13%;
		text-align: center;
	}
		#upper {
			display: block;
			margin: 0 auto;
			border-radius: 50%;
			width: 64px; height: 64px;
			background-color: #d7d7d7;
			position: relative;
		}
		#upper .icon {
			width: 20px; height: 32px;
			fill: #ededed;
			position: absolute;
			left: 50%; top: 50%;
			margin: -16px 0 0 -10px;
		}
		#upper:hover { background-color: #0c5f7eed; }
		#upper:hover .icon { fill: #fff; }

.footer { font-size: .9em; padding: 25px 0; border-top: 1px solid #d9d9d9; }
	.footer a, .footer { color: #838383; }
	.footer .midside { display: flex; }
	.footer .copyright { width: 100%; }
	.copyright a { font-weight: bold; }

	.ca { float: right; white-space: nowrap; margin-left: 20px; }
	.ca > .icon {
		margin: -.2em .8em 0 0;
		width: 30px; height: 17px;
		fill: #cbcbcb;
	}
	.ca:hover > .icon { fill: #838383; }

	.counter { float: right; margin-left: 10px; margin-top: 2px; opacity: .5; }
	.counter:hover { opacity: 1; }
	.counter > img { vertical-align: top; }

.showfull .pagetools { position: absolute; }
	.showfull .story { float: left; width: 100%;  }
	.showfull .comments, .showfull #content .box { float: left; width: 100%; }
	.showfull #content .rightside { margin: 0 -350px 0 0; }

	.showfull #content .rightside .banner { padding: 0; }

.page_static { margin-bottom: 60px; }
	.page_static:after { clear: both; display: block; content: ""; }
	.page_static > .text { font-size: 1.15em; }

.berrors {
	background: #ffe6dd;
	border: 1px solid #f0c4b5;
	color: #553c33;
	padding: 20px 25px;
	margin-bottom: 25px;
	height: 1%;
	border-radius: 2px;
	box-sizing: border-box;
}

.addcomment { background-color: #2d2d2d; }
	.plus_icon { width: 16px; height: 16px; display: inline-block; vertical-align: middle; position: relative; }
	.addcomment .plus_icon { width: 2.5rem; padding: 2px 0; float: left; margin-top: 4%; }
	.plus_icon > span, .plus_icon > span:before, .plus_icon > span:after {
		overflow: hidden;
		text-indent: -9999px;
		white-space: nowrap;
		position: absolute;
	}
	.plus_icon > span:before, .plus_icon > span:after {
		background-color: #b3b3b3;
		content: "";
	}
	.plus_icon > span {
		width: 16px; height: 16px;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
	}
	.plus_icon > span:after {
		left: 0; top: 50%;
		width: 100%; height: 2px;
		margin-top: -1px;
	}
	.plus_icon > span:before {
		left: 50%; top: 0; 
		width: 2px; height: 100%;
		margin-left: -1px;
	}

	.plus_icon.circle {
		width: 12px; height: 12px;
		padding: 4px;
		border-radius: 50%;
		border: 2px solid #3394e6;
	}
	.plus_icon.circle > span { width: 12px; height: 12px; margin: -6px 0 0 -6px; }
	.plus_icon.circle > span:before, .plus_icon.circle > span:after { background-color: #3394e6; }

	ul.ui-form { list-style: none; padding: 0; margin: 0; }
		ul.ui-form > li { margin-bottom: 10px; }
		ul.ui-form > li:last-child { margin-bottom: 0; }
		.form-group { margin-bottom: 10px; }
		.form-group > label { display: block; margin-bottom: .4em; }
		.imp:after { content: "*"; margin: 0 0 0 10px; color: #e85319; }

		@media only screen and (min-width: 601px) {
			.form-group.combo:after { clear: both; display: table; content: ""; }
			.form-group.combo > .combo_field { width: 50%; float: left;
				-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
			}
			.form-group.combo > .combo_field:last-child { padding-left: 10px; }
			.form-group.combo > .combo_field:first-child { padding-right: 10px; }
		}
		.form_submit { margin-top: 20px; }
		.form-sep { border-top: 1px solid #efefef; }

	#comment-editor .bb-editor textarea { padding: 7px; padding-bottom: 45px; height: 200px; }
	.addpm #comment-editor .bb-editor textarea { height: 340px; }

	.wseditor table, .bb-editor table { margin: 0px; }

	.comment {
		padding: 4% 4%;
		position: relative;
		-webkit-transition: box-shadow ease .4s; transition: box-shadow ease .4s;
	}
	.com_list .comment {
		border-top: 1px solid #efefef;
		background-color: transparent;
		margin: 0;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
	}
	.comment:hover {
		position: relative;
		box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
	}
	.avatar { display: inline-block; }
	.avatar .cover {
		width: 100px; height: 100px;
		border-radius: 50%;
		white-space: nowrap;
		text-indent: -9999px;
		display: inline-block;
	}
	.comment .avatar { float: left; margin-right: 15px; position: relative; }
	.comment .avatar .cover { width: 36px; height: 36px; }
	.com_online {
		position: absolute;
		left: 100%; top: 50%;
		margin: -4px 0 0 -4px;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #70bb39;
		border: 2px solid #fff;
		width: 4px; height: 4px;
		border-radius: 50%;
	}

	.com_info { font-size: .9em; margin-bottom: 2%; margin-top: -5px; }
	.com_info:after { clear: both; display: block; content: ""; }

	.com_user { float: left; margin: 9px 15px 0 0; }
	.comment .meta { display: inline; }
	.comment .meta .left { margin: 9px 0 0 0; }
	.comment .meta .left .mass input { margin: -2px 0 0 0; vertical-align: middle; }
		.comment .meta > ul.left > li { margin-right: 10px; }

		.comment .reply { text-transform: lowercase; }
		.comment .meta .left a {
			display: inline-block;
			width: 20px; height: 20px;
			vertical-align: middle;
			padding: 2px;
			margin-top: -2px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.comment .meta .left .reply a { padding: 2px; width: auto; vertical-align: baseline; }
		.comment .meta .left .del a { padding: 4px; }
		.comment .meta .left .icon { margin: 0; fill: #64748b; vertical-align: top; }
		.comment .meta .left a:hover .icon { fill: #0c5f7eed; }
		.comment .meta .left a .icon-reply {
			width: 15px; height: 16px;
			fill: #0c5f7eed !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left a .icon-coms {
			width: 15px; height: 16px;
			fill: #0c5f7eed !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left .edit_btn > a { padding: 2px; margin-top: -4px; } 
		.comment .icon-bad { width: 16px; height: 16px; }
		.comment .icon-cross { width: 12px; height: 12px; }

	.comment .meta .rate { float: right; }

	#dle-comments-list { width: 100%; overflow: hidden; }
	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 8%; border-top: 1px solid #efefef; }
	#dle-comments-list > .comments-tree-list > li .comments-tree-list > li { padding-left: 20px; }
	.comments-tree-list { list-style: none; padding: 0; margin: 0; }

	.comments-tree-list > li > ol > li .comment {
		padding: 30px 0;
		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list li ol li .comment {

		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list > li > ol > li .comment:after {
		content: "";
		position: absolute;
		width: 2000px; height: 1px;
		margin-left: -500px;
		left: 0; top: 0;
		background-color: #efefef;
	}

	.comments-tree-list > li > ol > li .comment:before {
		content: "";
		position: absolute;
		left: 0; top: 12px;
		margin: 30px 0 0 -20px;
		background-color: #e6e6e6;
		width: 10px; height: 2px;
	}	

	.mass_comments_action { text-align: right; border-top: 1px solid #efefef; padding: 2% 4%; }
	.mass_comments_action > select { margin-left: 1em; }

	.com_content > .title { margin-top: 4%; }
	.com_content > .text { font-size: .9rem; }

#map { width: 100%; height: 400px; }
	.map_resp {
		width: 100%; padding-top: 60%; height: 0;
		position: relative;
	}
	.map_resp > #map {
		position: absolute;
		left: 0; top: 0; bottom: 0;
		height: auto;
	}
	.dark_top {
		border-radius: 2px 2px 0 0;
		color: #fff;
		background: #2c2c2c;
	}
	.contacts { font-size: 1.3em; }
	.contacts > .grid_1_2 { padding-left: 42px; }
	.contacts > .grid_1_2 .icon {
		float: left;
		margin: 5px 0 0 -42px;
		width: 24px;
	}

.page_form_style body { background-color: #f1f5f9; }
	.page_form { max-width: 1100px; padding-left: 7%; }
	.page_form__back {
		background-color: #0c5f7eed;
		position: fixed;
		left: 0; top: 0;
		height: 100%; width: 3%;
		padding: 0 2%;
	}
	.page_form__back:after {
		content: "";
		position: absolute;
		top: 0; right: 0;
		width: 5px; height: 100%;
		background-repeat: repeat-y;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	}
	.page_form__back > .icon {
		position: absolute;
		left: 50%; top: 8%;
		margin: 0 0 0 -15px;
		width: 30px; height: 20px;
		fill: #fff;
		opacity: .6;
	}
	.page_form__back:hover > .icon { opacity: 1; }
	.page_form__body { padding: 0 10%; }
	.page_form__logo { padding: 8% 0 0 0; margin-bottom: 8%; }
	.page_form__logo .icon { margin-top: -10px; width: 60px; height: 60px; }

	.page_form__inner > .title { font-weight: normal; font-size: 30px; margin: 4% 0; }
	.page_form__form .form_submit { border-top: 1px solid #e0e0e0; padding: 20px 0 0 0; margin-top: 20px; }
	
	@media only screen and (min-width: 701px) {
		.page_form__form { font-size: 1.25em; }
		.page_form__form .form-group label { color: #999; }
		.page_form__form .form-group input, .page_form__form .form-group textarea,
		.page_form__form .form-group select, .page_form__form .c-captcha input {
			font-size: 1em;
			height: 60px;
			line-height: 26px;
			padding: 15px;
		}
		.page_form__form .form-group textarea { height: auto; }
		.page_form__form .c-captcha img { width: 160px; height: 60px; }
		.page_form__form .c-captcha input { width: 160px; }

		.page_form__form .form_submit { padding-top: 3%; margin-top: 3%; }
		.page_form__form ul.ui-form > li { margin-bottom: 3%; }
		.page_form__form .form_submit > .btn {
			font-size: 1em;
			font-weight: normal !important;
			height: 60px;
			border-radius: 30px;
			line-height: 26px;
			padding: 17px 28px;
		}
	}

	.page_form__form .login_check { position: relative; }
	.page_form__form .login_check > input { padding-right: 150px; }
	.page_form__form .login_check > .btn {
		width: 120px;
		position: absolute;
		right: 0; top: 0;
		font-weight: bold;
		margin: 12px;
	}
	#result-registration { margin-top: 10px; font-size: .8em; }
	.regtext { margin-bottom: 5%; }

	.page_form__foot { margin-top: 8%; padding-bottom: 8%; }
	.page_form__foot > * { display: block; float: none; }
	.page_form__foot .ca { display: block; margin-top: 2%; margin-left: 0; }

@media only screen and (min-width: 601px) {
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; }
	#pm-menu a { color: inherit; padding: 10px 16px; border-radius: 2px; border: 2px solid transparent; float: left; text-decoration: none !important; }
	#pm-menu a:hover { border-color: #0c5f7e; color: #0c5f7e; }
}

	.pm-box { margin-bottom: 25px; }
		.pm_status { padding: 25px; background-color: #f1f5f9; border-radius: 2px; }
		.pm_progress_bar { background-color: #e5dbcc; margin-bottom: 10px; border-radius: 2px; }
		.pm_progress_bar span { background: #e85319; font-size: 0; height: 20px; border-radius: 2px; display: block; overflow: hidden }

.userinfo_top { position: relative; padding-bottom: 50px; margin-bottom: 50px; }
.userinfo_top .avatar { position: absolute; }
.user_tab { list-style: none; padding: 0; margin: 0; }
	.user_tab > li { display: inline; margin-right: 1.2em; }
	.user_tab > li > a {
		text-decoration: none !important;
		font-size: .6em;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.user_tab > li > a { color: #fff; opacity: .5; }
	.user_tab > li > a:hover { color: inherit; }
	.user_tab > li.active > a { cursor: default; font-size: 1em; opacity: 1; }

	.usinf { list-style: none; padding: 0; margin: 0 0 25px 0; } 
	.usinf li { padding: 12px 0; border-top: 1px solid #e6e6e6; }
	.usinf li:first-child { border-top-width: 0; }

	.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
	.ui-c1 { width: 30%; margin-right: 5%; }
	.ui-c2 { width: 60%; }

	.userinfo { padding-left: 90px; }
	.userinfo .avatar { position: absolute; float: left; margin: 0 0 0 -90px; }
	.userinfo .avatar .cover { width: 60px; height: 60px; }
	.userinfo > ul { list-style: none; padding: 0; margin: 0; }

.stats_head > ul {
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1.25em;
}
	.stats_head > ul > li { margin-top: 15px; padding-left: 30px; }
	.stats_head > ul > li:before {
		content: "";
		float: left;
		margin: 2px 0 0 -30px;
		width: 16px; height: 16px;
		border-radius: 50%;
		background-color:  #3394e6;
	}
	.stats_head > ul > li > b {
		display: block;
		font-size: .8em;
		opacity: .5;
		font-weight: normal;
	}
	.stats_head > ul > li.stats_d:before { background-color: #f6a71a; }
	.stats_head > ul > li.stats_w:before { background-color: #ce3f28; }
	
	.stat_group { margin-bottom: 25px; }
	.stat_group > h5 { margin-top: 0; margin-bottom: 1em; }
	.stat_group > ul { list-style: none; padding: 0; margin: 0; }
	.stat_group > ul > li { padding: .6em 0; border-top: 1px dotted #d5d5d5; }

.search_result_num { font-size: .9em; margin: 25px 0 0; }
.search table { width: 100%; border-spacing: 5px; border-collapse: separate; }
#searchtable td, #searchtable td div, #searchtable table { margin: 0 !important; padding: 0 !important; }
	#searchtable td.search br { display: none; }
	td.search .bbcodes { margin: 0 !important; }
	td.search { vertical-align: top; }

/* Глобальная регистрация шрифта Furore (вынесено из брейкпоинта) */
@font-face {
    font-family: 'Furore';
    src: local('Furore'),
         url('/templates/MusicUltra/images/furore.woff2') format('woff2'),
         url('/templates/MusicUltra/images/furore.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media only screen and (max-width: 1279px) {
	.midside { padding-right: 290px; }
	.rightside { width: 240px; margin-left: -290px; }
	.showfull #content .rightside { width: 240px; margin-right: -290px; }
	#searchsuggestions { width: 240px; }
    .logotype .logo_title { font-size: 18px;         font-family: 'Furore', sans-serif;}

	ol.topnews > li > a { padding-left: 45px; }
	ol.topnews > li > a:before {
		font-size: 1.2em;
		width: 28px; height: 28px;
		line-height: 20px;
		padding: 2px 0; margin-left: -45px;
	}

	#votes .btn-border { padding-left: 10px; padding-right: 10px; } 
}

/* Принудительно используем Furore на десктопе ≥1280px */
@media only screen and (min-width: 1280px) {
  .logotype .logo_title { font-family: 'Furore', sans-serif; }
}
@media only screen and (max-width: 1235px) {
	.midside { padding-left: 25px; }
	#top_menu { display: none; }
	#header_menu { padding-left: 65px; }
	body, .page { width: 100%; height: 100%; }
	#cat_menu, .page, .header { -webkit-transition: all ease .3s; transition: all ease .3s; }
	#cat_menu {
		position: fixed;
		z-index: 1111;
		top: 0; left: 0; top: 0; bottom: 0;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		width: 200px;
		background-color: #363738;
		border-right: 1px solid #d9d9d9;
		margin-left: -200px;
		visibility: hidden;
		opacity: 0;
		-webkit-overflow-scrolling: touch;
	}
	#cat_menu .soc_links { padding-bottom: 20px; }
	.mobile-menu_open #cat_menu { margin-left: 0; visibility: visible; opacity: 1; }
	.mobile-menu_open .page { margin-left: 200px; overflow: hidden; }
	.mobile-menu_open body { overflow: hidden; }
	.mobile-menu_open .header { left: 200px; }
}
@media (min-width: 1236px) {
	.cat_menu__tm, #mobile_menu_btn { display: none; }
}

@media (max-width: 980px) {

.showfull #content .next-prev { text-align: center; }
.showfull .comments, .showfull #content .next-prev a { float: none; }

	.midside { padding-right: 25px; }

	#header_menu {
		display: block;
		padding-right: 86px;
	}
	.logotype { float: left; }

	#login_pane { float: right; margin-top: 22px; }
	#search_btn {
		position: absolute;
		right: 0; top: 0; bottom: 0;
		width: 86px; height: 80px;
		padding: 0 25px;
		border: 0 none;
		cursor: pointer;
		background-color: transparent;
	}
	#search_btn > span {
		display: block;
		width: 32px; height: 32px;
		border: 2px solid #fff;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
	}
	#search_btn > span > .icon {
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		width: 16px; height: 16px;
		fill: #fff;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.search_open #search_btn > span > .icon-search,
	#search_btn > span > .icon-cross {
		opacity: 0; visibility: hidden;
		-webkit-transform: scale(0.3,0.3);
    	transform: scale(0.3,0.3);
	}
	.search_open #search_btn > span > .icon-cross,
	#search_btn > span > .icon-search {
		opacity: 1; visibility: visible;
		-webkit-transform: scale(1,1);
    	transform: scale(1,1);
	}
	.logotype, #mobile_menu_btn, #login_pane { -webkit-transition: all ease .3s; transition: all ease .3s; }
.search_open .logotype, .search_open #mobile_menu_btn, .search_open #login_pane { opacity: 0; visibility: hidden; }
@media (max-width: 599px) {
  /* При открытом поиске скрываем логотип, чтобы не пересекался */
  .search_open .logotype { opacity: 0; visibility: hidden; }
}
	.q_search_adv { display: none; }

	.showfull .story { margin-top: 0; }
	.showfull .pagetools { position: relative; }
	.rightside, .tags_block,
	.showfull #content .rightside .banner_240,
	.midside .banner { display: none; }
	.showfull #content .rightside {
		float: none;
		width: auto;
		margin: 0; padding: 0;
		display: block;
	}
	.showfull .comments, .showfull #content .box { float: none; }

	.block { 
		background-color: #2d2d2d;
		margin-bottom: 25px;
		border-radius: 2px;
		position: relative;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	}
	.block > .title { padding: 4% 8%; margin-bottom: 0; }
	.block > .title:after { display: none; } 

	.relnews { margin: 0; border-top: 1px solid #efefef; }
	.relnews > li > a {
		border-bottom: 1px solid #efefef;
		padding: 4% 8%
	}
	.relnews > li > a .icon { margin: 3px 0 0 0; }
	.relnews > li > a > b, .relnews > li > a > span { margin-left: 27px; }

	.block_grey { padding: 4% 8%; margin-bottom: 25px; }
	.block_grey > .title { font-size: 1.2em; } 
	.vote_list { margin: 4% 0; }
}
@media only screen and (max-width: 700px) {
	.page_form__form .login_check > .btn {
		margin: 5px; font-weight: normal;
	}
}
@media only screen and (max-width: 750px) {
	.informer_list { margin-right: 0; }
	.informer_list li { float: none; width: auto; padding: 0; margin-bottom: 25px; }
	.informer_list li:last-child { margin-bottom: 0; }

	.table_top_users, .pmlist { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
	table.userstop, table.pm { width: 900px; }
}
@media only screen and (max-device-width: 480px) {
	body { -webkit-text-size-adjust: 100%; }               
}

@media only screen and (max-width: 600px) {
	body, select, input, textarea, button { font-size: 13px/1.5; }
	.hblock, .mass_comments_action, #dofullsearch, .vote_more, .bb-pane { display: none; }
	.midside { padding: 0; }
	#content { padding: 15px 15px 0 15px; }
	.navigation { margin: 15px 0; }
	.box, .comment, .berrors { margin-bottom: 15px; }
	.box > .heading { padding: 20px; }
	.quote, blockquote { font-size: 1.1em; }

	.mejs-container { max-width: 100%; }
	.story video { max-width: 100%; }
	.story iframe { max-width: 100%; aspect-ratio: 16 / 9; }

	.ui-dialog { width: 100% !important; left: 0 !important; } 
	.ui-dialog-buttonset > .ui-button { margin: 2px; }

	#header, .header { margin: 0; height: 50px; }
	.header {
		background-color: #363738;
	}
	#header_menu {
		position: relative;
		height: auto;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
		padding: 0 50px;
		z-index: 1;
		height: 50px;
	}
	#header_menu:after {
		content: "";
		position: absolute;
		top: 100%; left: 0;
		height: 1px; width: 100%;
		background: #363738;
	}
	.logotype {
		float: none;
		width: 100%; height: 50px;
		text-align: center;
		justify-content: center;
	} 
	.logo_title { display: none; }
	.logotype .icon-logo { width: 32px; height: 32px; }

	#mobile_menu_btn, #search_btn {
		width: 50px; height: 50px;
		padding: 0;
		border-right-width: 0;
	}
	.mobile-menu_open .mt_1 { margin-top: 8px; }
	.mobile-menu_open .mt_2 { margin-top: 8px; }
	.mobile-menu_open .mt_3 { margin-top: 8px; }
	#cat_menu {
		position: fixed;
		z-index: 0;
		margin: -60% 0 0 0;
		width: 100%;
		background: #363738;
		left: auto; right: auto;
	}
	#cat_menu:after {
		content: "";
		position: fixed;
		width: 100%; height: 70px; margin-top: 50px;
		left: 0; right: 0; top: 0;
		z-index: 1;
		background-repeat: repeat-y;
		background-image: linear-gradient(top, #0c5f7eed 30%, rgba(51,148,230,0) 100%);
	}
	.cat_menu { padding: 10%; margin-top: 50px; }
	.cat_menu a:first-child { border-top-width: 0; }
	.cat_menu a {
		text-decoration: none !important;
		font-size: 1.1em;
		padding: 3% 0;
		display: block;
		color: #fff;
		border-top-color: #3d99e7;
		border-top: 1px solid rgba(255,255,255,0.06);
	}
	#cat_menu .soc_links { display: none; }

    .mobile-menu_open .header { left: auto; }
    /* Кнопка (бургер/крестик) поверх меню, чтобы можно было закрыть */
    .mobile-menu_open #mobile_menu_btn { opacity: 1; visibility: visible; z-index: 2002; }
    .mobile-menu_open #cat_menu { z-index: 2000; }
		.mobile-menu_open .page { margin-left: 0; }
		.mobile-menu_open #cat_menu { margin-top: 50px; }
		.mobile-menu_open #login_pane { opacity: 1; visibility: visible; }

		#login_pane {
			float: none;
			margin-top: 16px;
			text-align: center;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all ease .3s; transition: all ease .3s;
		}
		#login_pane .dropdown-form {
			position: fixed;
			top: 105px; left: 10px; right: 10px; bottom: 10px;
			overflow-x: hidden;
			overflow-y: auto;
			margin: 0; padding-bottom: 0;
			width: auto; min-width: 0;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.login_pane__foot, .login_form__foot { padding-bottom: 39px; }

	#search_btn { padding: 7px; }
	#search_btn > span {
		border-width: 0;
		width: 36px; height: 36px;
	}

	.carousel { margin-bottom: 0; border-radius: 0; }
	.carousel-caption {
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;
		margin: 0;
		display: table;
	}
	.carousel-caption_in {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 15px;
	}
	.carousel-caption .title { font-size: 1.2em; font-weight: bold; }
	.carousel-caption .text { font-size: 1em; }

	.carousel-control { position: static; }
	.carousel-control_in { background: none; box-shadow: none; -webkit-box-shadow: none; }
	.carousel-indicators { display: none; }
	.carousel-control .up, .carousel-control .down { position: absolute; z-index: 12; left: 50%; margin-left: -21px; }
	.carousel-control .up { top: 0; }
	.carousel-control .down { bottom: 0; }
	.carousel-control .up .icon, .carousel-control .down .icon { fill: #fff !important; }

	.block, .block_grey { margin-bottom: 15px; }
	.block > .title, .block_grey, .relnews > li > a { }

	.box_in { padding: 20px; }
	.story_icons {
		float: right;
		position: relative;
		padding: 0; margin: -4px 0 10px 10px;
	}
	.story > .meta { padding: 10px 20px; }
	.meta > ul.left > li { margin-right: 12px; }
	.meta > ul.right > li { margin-left: 12px; }
	.story .title { font-size: 1.15em; }
	.story .box_in > .text { font-size: 1em; }

	.story_date > * { display: none; }
	.story_date > time { display: inline; }
	.category { display: none; }

	.story_tools, .editdate { margin-top: 20px; }
	.shortstory .story_tools > .rate { float: right; }
	.story_tools > .btn { padding: 0; height: 36px; width: 36px; text-align: center; }
	.story_tools > .btn:after, .story_tools > .btn:before { content: ""; }
	.story_tools > .btn > b, .story_tools > .btn:after, .story_tools > .btn:before {
		display: inline-block;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #fff;
		width: 4px; height: 4px;
		border-radius: 50%;
		margin: 11px 0 0 0;
		vertical-align: middle;
	}
	.story_tools > .btn > b { margin-left: 2px; margin-right: 2px; }

	.fixed_label {
		width: 10px; height: 18px;
		padding: 0;
		margin-top: 20px;
		background-color: #e85319;
	}
		.fixed_label:before { display: none; }
		.fixed_label:after {
			bottom: auto; left: 100%; top: 0;
			margin: 0 0 0 -3px;
			border: solid transparent;
			border-right-color: #fff;
			border-width: 9px 3px 9px 0;
		}

	.pagetools {
		margin-bottom: 0;
		border-radius: 0;
		border-width: 0 0 1px 0;
		height: 51px;
		padding-left: 50px;
	}
		.pagetools_back { width: 50px; height: 50px; }
		.sortbar, .breadcrumb_in {
			width: 100%;
			overflow-x: auto; overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
		}
		.breadcrumb_in .over { display: block; overflow: visible; }
		.sortbar_in:after, .breadcrumb_in .over:after { content: ""; width: 25px; display: inline-block; }
	
	.page_next-prev { height: auto; float: none; background: none; box-shadow: none; -webkit-box-shadow: none; }
		.page_prev { float: left; }
		.page_next { float: right; }
		.page_prev, .page_next {
			position: relative;
			z-index: 1;
			border-radius: 8px;
			background-color: #fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		}
		.pages { text-align: center; }
		.navigation .pages > * {
			border-radius: 8px;
			background: #9c9c9c;
			color: #fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		}
		.navigation .pages > span { background: #3394e6; }
		.navigation .pages > span,
		.navigation .pages > *:first-child,
		.navigation .pages > *:last-child { display: inline-block; }
		.navigation .pages > span.nav_ext { text-indent: -9999px; background: none; box-shadow: none; width: 10px; min-width: 5px; padding: 0;}

	.addcomment .plus_icon { display: none; }
	.addcomment h3 { display: none; } 

	.comment { padding: 20px; padding-bottom: 60px; }
		.com_content > .title { font-size: 1.15em; }
		.comment .meta {
			position: absolute;
			bottom: 14px; left: 20px; right: 20px;
		}
		.com_info { margin: 0 0 20px 0; padding-left: 46px; }
		.com_user { display: block; }
		.comment .avatar { margin-left: -46px; margin-right: 0; }
		.comment .rate_like > a, .comment  .rate_like-dislike { border-color: transparent; }
		.comment .meta .mass, .reply a span { display: none; }

	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 20px; }
	.comments-tree-list li ol li .comment {
		padding: 20px 0;
		padding-bottom: 60px;
	}
	.comments-tree-list .comments-tree-list .comment .meta { left: 0; right: 0; }
	.comments-tree-list > li > ol > li .comment:before { margin: 25px 0 0 -20px; }

	.contacts { font-size: 1em; }
		.contacts > .grid_1_2 { margin-top: 15px; padding-left: 30px; }
		.contacts > .grid_1_2 .icon { width: 16px; height: 18px; margin-left: -30px; }

	.form_submit > .btn-big { width: 100%; margin-top: 5px; }
		.form_submit .c-captcha { float: none; margin-bottom: 20px; }
		.c-captcha img, .c-captcha > input { width: 122px; }
		.combo_field { margin-bottom: 20px; }

	.page_form { padding-left: 0; padding-top: 50px; }
		.page_form__body { padding: 0 8%; }
		.page_form__logo .icon { margin-top: 0; }
		.page_form__back {
			left: 0;
			z-index: 999;
			width: 100%; height: 50px;
			padding: 0;
		}
		.page_form__back > .icon { top: 50%; left: 0; margin: -10px 0 0 8%; }
		.page_form__back:after { display: none; }

		.page_form__inner > .title { font-size: 24px; }

	.stats_head > ul { font-size: 1em; }

	#pm-menu { margin-bottom: 20px; }
		#pm-menu a {
			padding: 10px 0;
			color: inherit;
			display: block;
			border-top: 1px solid #efefef;
			text-decoration: none !important;
		}
		#pm-menu a:hover { color: #0c5f7e; }

	.userinfo_top { padding-bottom: 50px; }
	.user_tab > li { display: block; margin-right: 0; }
		.user_tab > li > a { font-size: 11px; letter-spacing: 0; }

	.ui-c1, .ui-c2 { width: 100%; margin: 0; display: block; }
	.ui-c1 { font-size: .9em; }

	.footer_menu { padding: 15px; }
		.foot_menu { margin: 0; }
		.foot_menu > li { float: none; width: auto; padding: 0; }
		.foot_menu > li:first-child > b { border-top-width: 0; }
		.foot_menu > li > b {
			cursor: pointer;
			margin: 0; padding: 10px 0;
			font-weight: normal;
			border-top: 1px solid #d5d5d5;
		}

		.foot_menu > li > b i {
			display: block;
			float: right;
			width: 12px; height: 2px;
			position: relative;
			margin: 10px 0;
			background-color: #353535;
		}
		.foot_menu > li > b.collapsed i, .foot_menu > li > b.collapsed i:after { background-color: #3394e6; }
		.foot_menu > li > b.collapsed i:after {
			content: "";
			display: block;
			margin: -5px auto 0 auto;
			height: 12px; width: 2px;
		}
		.foot_menu > li .collapse { display: none; }
		.foot_menu > li .collapse.in { display: block; }
		.foot_menu > li nav { padding: 10px; padding-top: 0; }

	.footer { background: #212121; padding: 15px; }
		.footer .midside { display: block; padding: 0; }
		.footer .copyright, .footer .copyright a { color: #d5d5d5; }
		.footer .copyright { padding: 0 0 15px 0; border-bottom: 1px solid #2c2c2c; }
		.footer .ca { display: block; float: none; margin: 0; padding: 15px 0; color: #4e4e4e !important; }
		.footer .ca .icon { fill: #323232; }
}

.dle-alert ul {
	padding-left: 0px;
	list-style: none;
}
.dle-alert ul li {
	  padding-top: 5px;
}
.dle-alert ul li:first-child {
	  padding-top: 0px;
}
p {
    margin-block-start: 0;
    margin-block-end: .7em;
}
p:last-child {
	margin-bottom: 0;
}
.grecaptcha-badge {
    display: none;
}

fieldset .soc_links {
    display: block;
}

fieldset .soc_links > a {
	margin-right: 10px;
}

.dle-popup-mediaupload {
	font-size: 13px;
}
#mediaupload-delete {
    background-color: #ef5350;
}
.dle-popup-mediaupload.ui-dialog .ui-dialog-buttonpane {
    padding: 10px;
}

.file-preview-card, .mediaupload-box {
	background-color: #fff;
}

.dle-popup-mediaupload .mediaupload-insert-params {
    background-color: #ededed!important;
    border-top: 1px solid #ededed!important;
}

.upload-options .checkbox-inline {
	padding-left: 0!important;
}

.dle-popup-mediaupload textarea, .dle-popup-mediaupload input[type="text"] {
  height: auto;
  line-height: 1;
  padding: 5px;
}
.dle-popup-mediaupload select {
	line-height: 1;
}
.less {
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 0px 1px, rgb(0 0 0 / 40%) 0px 10px 20px -5px;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

#check-all-box {
	margin-bottom: .4rem;
}
.searchtable .form-check-label {
    display: block;
    margin-bottom: .5rem;
}

.checkbox, .dle-popup-mediaupload .checkbox {
	margin: .6rem 0 .2rem 0 !important;
}
.form-check-label {
	cursor: pointer;
}
.form-check-input {
	color: #0c5f7eed;
  flex-shrink: 0;
  width: 1.12rem;
  height: 1.12rem;
  margin: -0.188rem 0.625rem 0 0;
  appearance: none;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #0c5f7eed;
	vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

/* Music Ultra Theme - Additional Styles */

/* CSS Variables for Music Theme */
:root {
  --music-primary: #667eea;
  --music-secondary: #764ba2;
  --music-accent: #FF6B6B;
  --music-success: #4ECDC4;
  --music-bg: #1a1a1a;
  --music-card-bg: #2d2d2d;
  --music-text: #ffffff;
  --music-text-muted: #b3b3b3;
  --music-border: rgba(255, 255, 255, 0.1);
  --music-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Dark theme for music site */
body {
  background:#212223;
  color: var(--music-text);
  min-height: 100vh;
}

/* Track Card Styles */
.track-item {
  background: var(--music-card-bg);
  border: 1px solid var(--music-border);
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.track-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--music-shadow);
}

.track-card {
  padding: 0;
}

.track-main {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
}

/* Play Button */
.play-button {
  position: relative;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}

.play-button:hover {
  transform: scale(1.05);
}

.track-cover-mini {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: var(--music-bg);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.play-button:hover .play-icon {
  opacity: 1;
}

/* Track Info */
.track-info {
  flex: 1;
  min-width: 0;
}

.track-title a {
  color: var(--music-text);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.track-title a:hover {
  color: var(--music-accent);
}

.track-artist {
  color: var(--music-text-muted);
  font-size: 14px;
  margin-top: 5px;
}

.track-album, .track-genre, .track-duration {
  color: var(--music-text-muted);
  font-size: 12px;
  margin-top: 3px;
}

/* Track Actions */
.track-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.track-stats {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--music-text-muted);
  font-size: 14px;
}

.track-reactions {
  display: flex;
  gap: 10px;
}

.reaction-btn {
  background: transparent;
  border: 1px solid var(--music-border);
  color: var(--music-text-muted);
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.reaction-btn:hover {
  border-color: var(--music-accent);
  color: var(--music-accent);
}

.reaction-btn.active {
  background: var(--music-accent);
  border-color: var(--music-accent);
  color: white;
}

.track-link-btn, .download-btn {
  background: linear-gradient(45deg, var(--music-primary), var(--music-secondary));
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.track-link-btn:hover, .download-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* Full Story - Track Page */
.track-page {
  background: var(--music-card-bg);
  border-radius: 16px;
}

.track-header {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.track-cover-large {
  position: relative;
  flex-shrink: 0;
}

.track-cover-large img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  background: var(--music-bg);
}

.play-button-large {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button-large:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-icon-large {
  color: white;
  font-size: 24px;
}

.track-details {
  flex: 1;
}

.track-title-large {
  font-size: 20px;
  font-weight: 700;
  color: var(--music-text);
  margin-bottom: 10px;
  line-height: 1.2;
}

.track-artist-large {
  font-size: 20px;
  color: var(--music-text-muted);
  margin-bottom: 20px;
  font-weight: 400;
}

.track-album-large, .track-genre-large, .track-year, .track-duration-large {
  color: var(--music-text-muted);
  font-size: 14px;
  margin-bottom: 8px;
}

.track-actions-large {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  align-items: center;
}

.download-btn-large {
  background: linear-gradient(45deg, var(--music-accent), #FF8E53);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

/* Unify small icons for play/download buttons */
.download-btn-large .icon,
.listen-btn-large .icon,
.download-btn-large .vk-download-icon,
.listen-btn-large .vk-download-icon {
  width: 16px;
  height: 16px;
}

.download-btn-large .icon use,
.listen-btn-large .icon use { pointer-events: none; }

/* Текстовая иконка внутри кнопок */
.download-btn-large .btn-ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
}

.download-btn-large:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.reaction-buttons-large {
  display: flex;
  gap: 15px;
}

.reaction-btn-large {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 16px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.2s ease;
}

.reaction-btn-large:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.reaction-btn-large:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Активное состояние лайка (большие кнопки) */
.reaction-btn-large.active.like-btn {
  background: rgba(76, 175, 80, 0.08);
  border-color: rgba(76, 175, 80, 0.3);
  color: #4CAF50;
}

.reaction-btn-large.active.like-btn:hover {
  background: rgba(76, 175, 80, 0.12);
}

/* Активное состояние дизлайка (большие кнопки) */
.reaction-btn-large.active.dislike-btn {
  background: rgba(244, 67, 54, 0.08);
  border-color: rgba(244, 67, 54, 0.3);
  color: #F44336;
}

.reaction-btn-large.active.dislike-btn:hover {
  background: rgba(244, 67, 54, 0.12);
}

/* Track Statistics */
.track-stats-section {
  padding: 0 0 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
}

.stat-item {
  text-align: center;
  color: var(--music-text-muted);
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--music-text);
  margin: 5px 0;
}

.stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Artist Info */
.artist-info-section {
  padding: 0 30px 30px;
}

.section-title {
  color: var(--music-text);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--music-accent);
  display: inline-block;
}

.artist-bio {
  color: var(--music-text-muted);
  line-height: 1.6;
  font-size: 14px;
}

/* Music Player Styles */
.music-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  border-top: 1px solid var(--music-border);
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.music-player:not(.hidden) {
  transform: translateY(0);
}

/* (rollback) */

.player-content {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.track-info {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 200px;
}

.track-cover {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.track-details {
  min-width: 0;
}

.track-title {
  color: var(--music-text);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.track-artist {
  color: var(--music-text-muted);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.control-btn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  transition: all 0.15s ease;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  position: relative;
}

.control-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.play-btn {
  background: rgba(255, 255, 255, 0.9);
  color: var(--music-primary);
  width: 44px;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn:hover {
  background: white;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.player-progress {
  flex: 1;
  margin: 0 20px;
}

.time-display {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  color: var(--music-text-muted);
}

.progress-bar {
  position: relative;
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: var(--music-accent);
  border-radius: 3px;
  transition: width 0.1s ease;
  width: 0%;
}

.progress-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.player-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.action-btn {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  transition: all 0.15s ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.action-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  transform: scale(1.05);
}

.action-btn.active {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.volume-slider {
  width: 80px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  appearance: none;
  cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  background: var(--music-accent);
  border-radius: 50%;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
  .track-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .track-actions {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  
  .track-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .track-title-large {
    font-size: 24px;
  }
  
  .player-content {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .player-progress {
    order: 3;
    width: 100%;
    margin: 10px 0 0 0;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Content area padding for fixed player */
#content {
  padding-bottom: 100px;
}

/* Image loading states */
.track-cover-mini,
.track-cover-large img {
  transition: opacity 0.3s ease;
}

.track-cover-mini[src=""],
.track-cover-large img[src=""] {
  opacity: 0.5;
  background: var(--music-card-bg) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"/></svg>') center/40% no-repeat;
}

/* Hide default story styles that conflict */
.track-item .story_tools {
  display: none;
}

.track-page .story_tools {
  display: none;
}

/* Music Tracks List Container */
.music-tracks-list {
  padding: 20px 0;
}

/* VK-Style Track List */
.vk-track-item {
  display: flex;
  flex-direction: column;
  background: var(--music-card-bg);
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 8px;
  transition: all 0.2s ease;
  border: 1px solid var(--music-border);
  position: relative;
  box-shadow: none;
    margin-top: 6px;
}

.vk-track-item:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.15);
}

/* Admin Controls */
.track-admin-controls {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.vk-track-item:hover .track-admin-controls {
  opacity: 1;
}

.admin-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s ease;
}

.admin-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}

/* Track Content */
.vk-track-content {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* Play Button */
.vk-track-play {
  flex-shrink: 0;
}

.vk-play-button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.vk-cover-container {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vk-track-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(2px);
}

.vk-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease;
  border-radius: 14px;
  z-index: 2;
}

.vk-play-button:hover .vk-play-overlay {
  opacity: 1;
}

.vk-play-icon {
  color: white;
  font-size: 16px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 3;
}

/* Простое выделение активного трека */
.vk-track-item.playing {
  background: rgba(111, 176, 255, 0.1) !important;
  border-color: rgba(111, 176, 255, 0.3) !important;
}

.vk-play-button.playing .vk-cover-container {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.vk-play-button.playing .vk-play-overlay {
  opacity: 1;
  background: rgba(111, 176, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 14px;
}

/* Track Info */
.vk-track-info {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vk-track-main {
  flex: 1;
  min-width: 0;
}

.vk-track-title {
  color: var(--music-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-bottom: 2px;
  transition: color 0.2s ease;
}

.vk-track-title:hover {
  color: var(--music-primary);
}

.vk-track-artist {
  color: var(--music-text-muted);
  font-size: 12px;
  line-height: 1.2;
}

.vk-track-meta {
  flex-shrink: 0;
  margin-left: 12px;
}

.vk-duration {
  color: var(--music-text-muted);
  font-size: 12px;
  font-family: monospace;
}

/* Track Actions */
.vk-track-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.vk-reactions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.vk-reaction-btn {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 2px 6px;
  border: none;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  min-height: 20px;
}

.vk-reaction-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
}

.vk-reaction-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Активное состояние лайка */
.vk-reaction-btn.active.vk-like-btn {
  color: #4CAF50;
  background: rgba(76, 175, 80, 0.08);
}

.vk-reaction-btn.active.vk-like-btn:hover {
  background: rgba(76, 175, 80, 0.12);
}

/* Активное состояние дизлайка */
.vk-reaction-btn.active.vk-dislike-btn {
  color: #F44336;
  background: rgba(244, 67, 54, 0.08);
}

.vk-reaction-btn.active.vk-dislike-btn:hover {
  background: rgba(244, 67, 54, 0.12);
}

.vk-reaction-icon {
  font-size: 11px;
  opacity: 0.8;
}

.vk-reaction-count {
  font-size: 10px;
  font-weight: 500;
  min-width: 8px;
  text-align: center;
  opacity: 0.9;
}

.vk-download-btn, .vk-more-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-size: 11px;
}

.vk-download-btn:hover, .vk-more-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
  border-radius: 8px;
}

.vk-download-icon, .vk-more-icon {
  font-size: 11px;
}

/* Track Stats */
.vk-track-stats {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: var(--music-text-muted);
}

.vk-views, .vk-date, .vk-comments {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.vk-comments a {
  color: inherit;
  text-decoration: none;
}

.vk-comments a:hover {
  color: var(--music-primary);
}

/* Sticky Sidebar - минимальные изменения */

/* Убираем кастомный скроллбар для сайдбара, так как теперь скроллится вся страница */
/* .rightside::-webkit-scrollbar {
  width: 6px;
}

.rightside::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.rightside::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  transition: background 0.2s ease;
}

.rightside::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rightside {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.05);
} */

/* Sidebar blocks styling */
.rightside .block {
  margin-bottom: 20px;
  background: var(--music-card-bg);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid var(--music-border);
  transition: all 0.3s ease;
}

.rightside .block:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.rightside .title {
  color: var(--music-text);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--music-border);
}

/* Side menu improvements */
.side-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.side-menu__item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--music-text-muted);
  padding: 8px 10px;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 14px;
}

.side-menu__item:hover {
  background: rgba(111,176,255,0.1);
  color: var(--music-text);
}

.side-menu__item.active {
  background: linear-gradient(90deg, rgba(111,176,255,0.15), rgba(111,176,255,0.08));
  color: var(--music-text);
}

/* Compact track items in sidebar */
.rightside .vk-track-item {
  padding: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
}

.rightside .vk-cover-container {
  width: 32px;
  height: 32px;
}

.rightside .vk-track-title {
  font-size: 12px;
  line-height: 1.3;
}

.rightside .vk-track-artist {
  font-size: 11px;
}

.rightside .vk-track-actions {
  gap: 4px;
}

.rightside .vk-reaction-btn {
  padding: 1px 4px;
  min-height: 16px;
  font-size: 9px;
  gap: 2px;
}

.rightside .vk-reaction-icon {
  font-size: 9px;
}

.rightside .vk-reaction-count {
  font-size: 8px;
}

/* Mobile-first approach - hide sidebar on tablets and mobile */
@media (max-width: 1024px) {
  .rightside {
    display: none !important;
  }
  
  .midside {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }
}

.rightside .vk-download-btn {
  width: 18px;
  height: 18px;
  font-size: 9px;
}

.rightside .vk-views {
  font-size: 10px;
}

/* Top Artists Block */
.artists-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.artist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.02);
  padding: 8px 10px;
  border-radius: 8px;
  transition: all 0.15s ease;
}

.artist-item:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
}

.artist-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  position: relative;
}

.artist-avatar::before {
  content: '♪';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.artist-avatar[style*="background-image"]::before {
  display: none;
}

.artist-name {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Main Music Content - Top Section */
.main-music-content {
  background: var(--music-card-bg);
  padding: 24px;
  margin-bottom: 30px;
}

.main-music-top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.music-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.music-title-link {
  color: var(--music-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.music-title-link:hover {
  color: var(--music-accent);
}

.music-top-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--music-text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.music-top-link:hover {
  color: var(--music-accent);
}

/* Carousel Styles */
.music-carousel-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}

.music-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.music-carousel::-webkit-scrollbar {
  height: 6px;
}

.music-carousel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.music-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.music-carousel::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.carousel-slide {
  flex: 0 0 auto;
  width: 140px;
  text-decoration: none;
  color: var(--music-text);
  transition: transform 0.2s ease;
}

.carousel-slide:hover {
  transform: translateY(-4px);
}

.carousel-slide__image {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  background: var(--music-bg);
  display: block;
}

.carousel-slide__text {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Popular Music Chart */
.main-music-popular {
  margin-bottom: 30px;
}

.music-popular {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 16px;
}

.music-popular-wrapper {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}

.music-popular-wrapper:last-child {
  border-bottom: none;
}

.music-popular-wrapper:hover {
  background: rgba(255, 255, 255, 0.03);
}

.music-popular__item {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 12px;
}

.popular-play {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.popular-play__item {
  width: 40px;
  height: 40px;
  border: none;
  background: var(--music-accent);
  color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.2s ease;
}

.popular-play__item:hover {
  transform: scale(1.05);
  background: var(--music-secondary);
}

.popular-play-name {
  flex: 1;
}

.popular-play-author {
  color: var(--music-text);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
}

.popular-play-author:hover {
  color: var(--music-accent);
}

.popular-play-composition {
  font-size: 12px;
  color: var(--music-text-muted);
}

.popular-play-composition a {
  color: inherit;
  text-decoration: none;
}

.popular-play-composition a:hover {
  color: var(--music-accent);
}

.popular-download {
  display: flex;
  align-items: center;
  gap: 12px;
}

.popular-download-number {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--music-text-muted);
}

.popular-download-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--music-text-muted);
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s ease;
}

.popular-download-link:hover {
  color: var(--music-accent);
}

.popular-download-text {
  font-size: 12px;
}

/* Music For... Block */
.music-for-section {
  background: var(--music-card-bg);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 30px;
}

.music-for-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.music-for-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  text-decoration: none;
  color: var(--music-text);
  transition: all 0.2s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.music-for-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.music-for-item:hover::before {
  left: 100%;
}

.music-for-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.music-for-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
}

.music-for-item:hover .music-for-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Icon Colors */
.music-for-icon.fast {
  background: linear-gradient(135deg, #FF5722, #FF9800);
}

.music-for-icon.slow {
  background: linear-gradient(135deg, #2196F3, #03A9F4);
}

.music-for-icon.man {
  background: linear-gradient(135deg, #3F51B5, #5C6BC0);
}

.music-for-icon.woman {
  background: linear-gradient(135deg, #E91E63, #F06292);
}

.music-for-icon.children {
  background: linear-gradient(135deg, #4CAF50, #8BC34A);
}

.music-for-icon.celebration {
  background: linear-gradient(135deg, #9C27B0, #BA68C8);
}

.music-for-icon.holiday {
  background: linear-gradient(135deg, #FF9800, #FFC107);
}

.music-for-icon.sport {
  background: linear-gradient(135deg, #F44336, #E57373);
}

.music-for-icon.mood {
  background: linear-gradient(135deg, #607D8B, #90A4AE);
}

.music-for-icon.car {
  background: linear-gradient(135deg, #795548, #A1887F);
}

.music-for-icon.nostalgia {
  background: linear-gradient(135deg, #673AB7, #9575CD);
}

.music-for-icon.vacation {
  background: linear-gradient(135deg, #00BCD4, #4DD0E1);
}

.music-for-text {
  font-size: 14px;
  font-weight: 500;
  flex: 1;
}

.music-for-text::before {
  content: 'для ';
  opacity: 0.7;
  font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .music-for-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 8px;
  }
  
  .music-for-item {
    padding: 10px 12px;
    gap: 10px;
  }
  
  .music-for-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  
  .music-for-text {
    font-size: 13px;
  }
}

/* Кастомное мобильное меню в DLE */
.custom-mobile-menu {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  display: none; /* Скрыто по умолчанию */
}

/* Показываем только в мобильном меню */
@media (max-width: 1235px) {
  .custom-mobile-menu {
    display: block;
  }
}

.mobile-menu-section {
  margin-bottom: 24px;
}

.mobile-menu-title {
  color: var(--music-text);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-menu-link {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--music-text);
  text-decoration: none;
  border-radius: 16px;
  font-size: 13px;
  transition: all 0.2s ease;
}

.mobile-menu-link:hover {
  background: rgba(111, 176, 255, 0.1);
  color: #6fb0ff;
}

/* Mobile Track Items */
.mobile-menu-tracks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-track-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  transition: background 0.2s ease;
}

.mobile-track-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.mobile-track-cover {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.mobile-track-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-track-info {
  flex: 1;
  min-width: 0;
}

.mobile-track-title {
  color: var(--music-text);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-track-artist {
  color: var(--music-text-secondary);
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-play-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(111, 176, 255, 0.1);
  color: #6fb0ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.mobile-play-btn:hover {
  background: rgba(111, 176, 255, 0.2);
  transform: scale(1.05);
}

/* Mobile Artists */
.mobile-artists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mobile-artist-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 12px 8px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  transition: all 0.2s ease;
}

.mobile-artist-item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.mobile-artist-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-bottom: 6px;
}

.mobile-artist-name {
  color: var(--music-text);
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
}

/* Упрощенное выделение для всех экранов */


/* Mobile Optimizations */
@media (max-width: 768px) {
  /* Fix header styling for mobile */
  #header {
    background: #212223 !important;
    margin-top: 0 !important;
  }
  
  #header, #header_menu {
    margin-top: 0 !important;
  }
  
  /* Fix main-music-content alignment */
  .main-music-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  /* Mobile sidebar menu styles */
  .mobile-sidebar-content {
    width: 98%;
    max-width: 400px;
  }
  
  .mobile-sidebar-body .side-menu {
    gap: 4px;
  }
  
  .mobile-sidebar-body .side-menu__item {
    padding: 8px 10px;
    font-size: 14px;
  }
  
  .mobile-sidebar-body .side-menu__icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  
  .mobile-sidebar-body .vk-track-item {
    margin-bottom: 8px;
  }
  
  .mobile-sidebar-body .vk-track-content {
    gap: 8px;
  }
  
  .mobile-sidebar-body .vk-track-cover {
    width: 32px;
    height: 32px;
  }
  
  .mobile-sidebar-body .vk-play-overlay {
    width: 32px;
    height: 32px;
  }
  
  .mobile-sidebar-body .vk-play-icon {
    font-size: 12px;
  }
  
  .mobile-sidebar-body .vk-track-title {
    font-size: 13px;
  }
  
  .mobile-sidebar-body .vk-track-artist {
    font-size: 11px;
  }
  
  .mobile-sidebar-body .artists-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  
  .mobile-sidebar-body .artist-item {
    flex-direction: column;
    text-align: center;
    padding: 8px;
  }
  
  .mobile-sidebar-body .artist-avatar {
    width: 40px;
    height: 40px;
    margin: 0 auto 4px;
  }
  
  .mobile-sidebar-body .artist-name {
    font-size: 11px;
  }
  
  /* Hide navigation block from mobile menu */
  .mobile-sidebar-body .block:first-child {
    display: none !important;
  }
  
  /* Hide elements on mobile for cleaner interface */
  .vk-reactions,
  .vk-duration,
  .vk-views,
  .popular-download-number {
    display: none !important;
  }
  
  /* Простое выделение на мобильных */
  
  /* Remove any inherited shadows on mobile */
  .vk-track-item {
    box-shadow: none !important;
    filter: none !important;
  }
  
  .vk-cover-container {
    filter: none !important;
  }
  
  /* Simplify track layout for mobile */
  .vk-track-actions {
    gap: 8px;
    justify-content: flex-end;
  }
  
  .vk-track-item {
    padding: 8px 12px;
  }
  
  .vk-track-content {
    gap: 8px;
  }
  
  .vk-track-info {
    flex: 1;
    min-width: 0;
  }
  
  .vk-track-title {
    font-size: 13px;
    line-height: 1.3;
  }
  
  .vk-track-artist {
    font-size: 11px;
  }
  
  /* Compact play button */
  .vk-play-button {
    width: 36px;
    height: 36px;
  }
  
  .vk-track-cover {
    width: 40px;
    height: 40px;
  }
  
  .vk-play-overlay {
    width: 40px;
    height: 40px;
  }
  
  .vk-play-icon {
    font-size: 12px;
  }
  
  /* Download button only */
  .vk-download-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  
  /* Compact main sections */
  .main-music-content {
    padding: 16px;
    margin-bottom: 20px;
  }
  
  .music-for-section {
    padding: 16px;
    margin-bottom: 20px;
  }
  
  /* Carousel adjustments */
  .carousel-slide {
    width: 100px;
  }
  
  .carousel-slide__image {
    width: 100px;
    height: 100px;
  }
  
  .carousel-slide__text {
    font-size: 11px;
    margin-top: 6px;
  }
  
  /* Popular chart mobile */
  .music-popular {
    padding: 12px;
  }
  
  .music-popular-wrapper {
    padding: 8px 0;
  }
  
  .popular-play__item {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  
  .popular-play-author {
    font-size: 13px;
  }
  
  .popular-play-composition {
    font-size: 11px;
  }
  
  .popular-download-link {
    font-size: 11px;
  }
  
  /* Titles */
  .music-title {
    font-size: 18px;
  }
  
  .music-top-link {
    font-size: 12px;
  }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .rightside {
    position: static !important;
    top: auto !important;
    align-self: auto !important;
  }
}

@media (max-width: 768px) {
  .rightside {
    display: none;
  }
  
  /* Mobile player optimizations */
  .music-player {
    padding: 8px 12px;
    height: auto;
    min-height: 60px;
  }
  
  .player-main {
    gap: 8px;
  }
  
  .player-info {
    min-width: 0;
    flex: 1;
  }
  
  .player-title {
    font-size: 12px;
    line-height: 1.2;
  }
  
  .player-artist {
    font-size: 10px;
  }
  
  .player-cover {
    width: 40px;
    height: 40px;
  }
  
  .player-controls {
    gap: 4px;
  }
  
  .control-btn {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  
  .play-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  
  .action-btn {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  
  .player-progress {
    margin: 4px 0;
  }
  
  .progress-bar {
    height: 3px;
  }
  
  .progress-time {
    font-size: 9px;
  }
  
  /* Hide some player controls on mobile */
  .player-actions .action-btn:not(#mute-btn) {
    display: none;
  }
  
  /* Mobile layout adjustments */
  .conteiner { margin-top: 15px; }
  
  .midside {
    padding: 0;
  }
  
  /* Compact header */
  .header {
  }
  
  .logo {
    font-size: 16px;
  }
  
  /* Search form mobile */
  .search-form {
    max-width: 200px;
  }
  
  .search-input {
    font-size: 14px;
    padding: 6px 10px;
  }
  
  
  /* Content spacing */
  #content {
    padding-bottom: 80px; /* Space for mobile player */
  }
}

/* Стили для поиска */
@media (max-width: 980px) {
  /* На мобильных поиск скрыт по умолчанию */
  #q_search {
    display: none;
  }

  /* Показываем при нажатии на кнопку */
  .search_open #q_search {
    display: block;
  }

  /* Инпут на мобильных чуть уже, чтобы не упираться в края */
  .q_search > input { width: 99%; }
}

/* Вертикальные отступы поиска по брейкпоинтам */
@media (min-width: 981px) {
  .q_search { margin-top: 7px; }
}
@media (max-width: 980px) and (min-width: 768px) {
  .q_search { margin-top: 6px; }
}
@media (max-width: 767px) and (min-width: 600px) {
  .q_search { margin-top: 6px; }
}
@media (max-width: 599px) {
  .q_search { margin-top: 5px; }
}

/* Показываем текст логотипа на маленьких экранах */
@media (max-width: 599px) {
  .logo_title { display: inline !important; }
}

/* Центрируем поле поиска в диапазоне 980–600px */
@media (max-width: 980px) and (min-width: 600px) {
  /* Обеспечиваем контекст для абсолютного позиционирования */
  #header_menu { position: relative; }

  /* Центрируем форму поиска внутри шапки при открытом поиске */
  .search_open #q_search {
    position: absolute;
    left: 40px;
    right: 58px; /* место для кнопки закрытия */
    -webkit-transform: none;
            transform: none;
    top: 15px;
    z-index: 20;
    width: auto;
  }

  /* Кнопка отправки использует базовое позиционирование */
}

/* Центр и сужение поиска в диапазоне 980–768px */
@media (max-width: 980px) and (min-width: 768px) {
  #header_menu { position: relative; }

  .search_open #q_search {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 15px; /* чуть ниже */
    z-index: 20;
    width: 50%; /* чутка уже */
  }
}

/* Поднимаем и центрируем поле поиска на маленьких экранах ≤599px */
@media (max-width: 599px) {
  #header_menu { position: relative; }

  .search_open #q_search {
    position: absolute;
    left: 40px;
    right: 56px; /* место для кнопки закрытия */
    -webkit-transform: none;
            transform: none;
    top: 4px; /* +2px */
    z-index: 20;
    width: auto;
  }
}

/* Прячем кнопку поиска на десктопе */
@media (min-width: 981px) {
  #search_btn,
  button#search_btn {
    display: none !important;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  /* Простое выделение на маленьких экранах */
  
  /* Full width mobile menu on small screens */
  .mobile-sidebar-content {
    width: 100%;
    max-width: none;
    border-right: none;
  }
  
  /* Additional header fixes for very small screens */
  #header {
    background: #363738 !important;
    margin-top: 0 !important;
    padding: 8px 12px !important;
  }
  
  #header, #header_menu {
    margin-top: 0 !important;
  }
  
  /* Ensure main content is properly aligned */
  .main-music-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 12px !important;
  }
  
  .music-for-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  
  .music-for-item {
    padding: 8px 10px;
    gap: 8px;
  }
  
  .music-for-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  
  .music-for-text {
    font-size: 11px;
  }
  
  .carousel-slide {
    width: 80px;
  }
  
  .carousel-slide__image {
    width: 80px;
    height: 80px;
  }
  
  .main-music-content,
  .music-for-section {
    padding: 12px;
    margin-bottom: 16px;
  }
  
  .music-title {
    font-size: 16px;
  }
  
  .vk-track-title {
    font-size: 12px;
  }
  
  .vk-track-artist {
    font-size: 10px;
  }
}

/* Кастомное мини-меню ссылок */
.custom-mini-menu { display:none; gap:10px; align-items:center; margin:8px 0; }
/* По умолчанию планшетный блок скрыт, включаем его только в нужном брейкпоинте */
.custom-mini-menu--tablet { display: none; }
.custom-mini-menu a { color:#000000; text-decoration:none !important; background:#ffffff; padding:6px 10px; border-radius:14px; white-space:nowrap; }
.custom-mini-menu a:hover { background:#d7dee7; }

/* Показываем мини-меню только на мобильных и даём отступы сверху/снизу */
@media (max-width: 980px) {
  .custom-mini-menu {
    display:flex;
    margin:1px 0 16px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    box-sizing:border-box;
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding:4px 24px;
    gap:12px;
  }
  .custom-mini-menu::-webkit-scrollbar { display:none; }
  .custom-mini-menu a { flex:0 0 auto; }
  /* Отступ между мини‑меню и основным контентом */
  .main-music-content { margin-top: 15px; }
  /* Опускаем основной контейнер чуть ниже */
  .conteiner { padding-top: 15px !important; }
  /* Опускаем основной контейнер чуть ниже */
  .conteiner { margin-top: 15px; }
  /* На мобильных планшетный блок не показываем */
  .custom-mini-menu--tablet { display: none !important; }
}

/* Чуть ниже меню на очень маленьких экранах (≤480px) */
@media (max-width: 480px) {
  .custom-mini-menu { margin-top: 10px; }
}

/* Отображаем mini-меню и на планшетах 981–1024px */
@media (min-width: 981px) and (max-width: 1024px) {
  /* Прячем вариант внутри header_menu */
  #header_menu .custom-mini-menu { display:none; }
  /* Показываем вариант между шапкой и контентом */
  .custom-mini-menu--tablet {
    display:flex; gap:10px; margin:-21px 8px 6px; /* чуть шире за счёт меньших боковых полей */
    overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none;
    padding:0 20px; /* шире слева/справа */ box-sizing:border-box; max-width:100%;
  }
  .custom-mini-menu--tablet::-webkit-scrollbar { display:none; }
}

/* Точная настройка для 600–768px: немного правее и ниже */
@media (min-width: 600px) and (max-width: 768px) {
  .custom-mini-menu {
    padding-left: 28px;   /* визуально сдвигаем вправо */
    margin-top: 16px;     /* чуть ниже */
  }
}

/* Лёгкий сдвиг вправо для 769–980px */
@media (min-width: 769px) and (max-width: 980px) {
  .custom-mini-menu {
    margin-left: calc(50% - 50vw + 12px);
    margin-right: calc(50% - 50vw - 5px);
  }
}

/* Unicode Symbol Centering Fix */
.control-btn,
.play-btn,
.action-btn {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Perfect Shadow Symmetry - УПРОЩЕННАЯ ВЕРСИЯ */
.vk-play-button.playing .vk-cover-container {
  filter: none;
  will-change: auto;
  transform-style: flat;
  transform-origin: center center;
}

/* Ensure perfect circular symmetry */
.vk-cover-container {
  transform-origin: center center;
  filter: none;
}

/* Убираем все изменения rightside - возвращаем к исходному состоянию */

/* Исправляем проблему со sticky sidebar - убираем fixed позиционирование header */
.header {
  position: static !important; /* Вместо position: fixed */
}

/* Теперь добавляем простой sticky для rightside */
.rightside {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

/* (Removed) Homepage-specific content padding tweak moved to template conditional */

/* Category sort and navigation styles */
.navigation { display: flex; flex-direction: column; align-items: center; gap: 18px; margin: 30px 0 20px 0; }
.page_next-prev { display: flex; align-items: center; gap: 18px; }
.page_prev, .page_next { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: #e3eefa; transition: background 0.2s, box-shadow 0.2s, transform 0.2s; cursor: pointer; box-shadow: 0 1px 4px rgba(70,104,142,0.07); }
.page_prev[title]:hover, .page_next[title]:hover { background: #46688e; box-shadow: 0 4px 16px rgba(70,104,142,0.15); }
.page_prev[title]:hover svg, .page_next[title]:hover svg { fill: #fff; }
.page_prev svg, .page_next svg { width: 22px; height: 22px; fill: #46688e; transition: fill 0.2s; }
.pages { display: flex; gap: 8px; align-items: center; justify-content: center; flex-wrap: wrap; }
.pages a, .pages span { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; border: 1.5px solid #e3eefa; background: #fff; color: #46688e; font-weight: 700; font-size: 18px; transition: all 0.2s; text-decoration: none; box-sizing: border-box; margin: 0; padding: 0; }
.pages a:hover { background: #e3eefa; border-color: #46688e; color: #46688e; }
.pages span { background: #46688e; color: #fff; border-color: #46688e; cursor: default; }
.pages .nav_ext { background: none; border: none; color: #bfc9d1; font-size: 20px; min-width: 24px; height: 38px; padding: 0 4px; }

/* Pagination - dark theme to match site */
.navigation { display: flex; flex-direction: column; align-items: center; gap: 18px; margin: 20px 0 16px 0; }
.page_next-prev { display: flex; align-items: center; gap: 12px; }
.page_prev, .page_next { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: #2b2c2e; transition: background .2s, box-shadow .2s, transform .2s; cursor: pointer; box-shadow: 0 1px 3px rgba(0,0,0,.25); }
.page_prev[title]:hover, .page_next[title]:hover { background: #3a3b3d; box-shadow: 0 4px 14px rgba(0,0,0,.25); }
.page_prev svg, .page_next svg { width: 20px; height: 20px; fill: #e2e8f0; transition: fill .2s; }
.page_prev[title]:hover svg, .page_next[title]:hover svg { fill: #ffffff; }
.pages { display: flex; gap: 8px; align-items: center; justify-content: center; flex-wrap: wrap; }
.pages a, .pages span { min-width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid #3a3b3d; background: #2b2c2e; color: #ffffff; font-weight: 600; font-size: 16px; transition: all .2s; text-decoration: none; box-sizing: border-box; margin: 0; padding: 0 10px; }
.pages a:hover { background: #3a3b3d; border-color: #6f6f6f; color: #ffffff; }
.pages span { background: #484848; color: #ffffff; border-color: #bdbdbd; cursor: default; }
.pages .nav_ext { background: none; border: none; color: #9aa3ab; font-size: 18px; min-width: 22px; height: 36px; padding: 0 4px; }
.c-playlist-content:after { content: ''; display: table; clear: both; }
.cover-container { position: relative; flex-shrink: 0; padding-bottom: 35px; }
.c-playlist-content__cover { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; display: block; }
.category-button { position: absolute; bottom: -7px; left: 50%; transform: translateX(-50%); width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; cursor: pointer; transition: all 0.3s ease; border: none; z-index: 2; }
.category-button:hover { background: #5a7ca3; transform: translateX(-50%) translateY(-2px); }
.category-button i { font-size: 16px; }
.c-playlist-content__summary { flex-grow: 1; display: flex; flex-direction: column; gap: 15px; }
.c-playlist-content__title h1 { color: #f6f6f6; font-weight: 500; font-size: 21px; margin: 0; font-family: 'Furore'; }
.c-playlist-content__count { font-size: 15px; color: #b6b6b6; margin-top: 10px; }
.c-playlist-content__count a { color: #b6b6b6; text-decoration: none; transition: color 0.3s ease; display: inline-block; margin-right: 10px; }
.c-playlist-content__count a:hover { color: #ffffff; }
.category-controls { justify-content: space-between; align-items: center; width: 100%; }
.rating-control { display: flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 20px; margin-left: auto; padding: 6px 12px; }
.rating-label { color: #b6b6b6; font-size: 14px; white-space: nowrap; }
.rating-stars { display: flex; gap: 4px; }
.rating-stars i { color: #b6b6b6; cursor: pointer; transition: all 0.2s ease; font-size: 18px; }
.rating-stars i:hover { color: #ffd700; transform: scale(1.2); }
.rating-stars i.active { color: #ffd700; }
.sort-container { margin: 5px 0; background: #212223; border-radius: 8px; }
.sort-links { display: flex; }
.sort1 { display: flex !important; gap: 15px; flex-wrap: wrap; list-style: none !important; padding: 0 !important; margin: 0 !important; }
.sort1 li { margin: 0 !important; padding: 0 !important; }
.sort1 li a { display: inline-block !important; padding: 5px 10px !important; color: #2660af !important; border-radius: 20px !important; text-decoration: none !important; transition: all 0.3s ease !important; font-size: 14px !important; border: none !important; outline: none !important; }
.sort1 li a:hover { color: #7295c3 !important; }
.sort1 li.asc a { color: #000000 !important; }
.sort1:before { content: ''; display: inline-block; width: 16px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232660af'%3E%3Cpath d='M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z'/%3E%3C/svg%3E"); background-size: contain; margin-top: 5px; background-repeat: no-repeat; margin-right: 5px; vertical-align: middle; }

/* Inline sort (ul.sort) - desktop style */
.sort { display: flex; gap: 15px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.sort li { margin: 0; padding: 0; }
.sort li a { display: inline-block; padding: 5px 12px; border-radius: 20px; text-decoration: none; transition: all .2s ease; font-size: 14px; background: #6f6f6f; color: #fff !important; border: 1px solid transparent; }
.sort li a:hover { background: #3575c7; color: #fff !important; }
/* Active (selected) filter: distinct color + gray outline */
.sort li.asc a, .sort li.desc a { background: #484848; color: #fff !important; border: 1px solid #bdbdbd; }
@media (max-width: 768px) { .c-playlist__content { padding: 15px; gap: 15px; } .cover-container { padding-bottom: 25px; } .c-playlist-content__cover { width: 100px; height: 100px; } .category-button { width: 28px; height: 28px; } .category-button i { font-size: 14px; } .c-playlist-content__title h1 { font-size: 14px; } .c-playlist-content__count { margin-right: auto; font-size: 13px; order: -1; } .rating-label { display: none; } .rating-stars i { font-size: 16px; } .sort-container { margin: 15px 0; padding: 10px; } .sort-links { position: relative; } .sort, .sort1 { display: none !important; position: absolute; top: 100%; left: 0; right: 0; background: #2b2c2e; border-radius: 10px; padding: 10px !important; margin-top: 6px !important; box-shadow: 0 4px 10px rgba(0,0,0,.25); z-index: 1000; } .sort.active, .sort1.active { display: flex !important; flex-direction: column !important; } .sort li a, .sort1 li a { padding: 10px 12px !important; font-size: 13px !important; width: 100% !important; text-align: left !important; color: #fff !important; border: 1px solid transparent !important; background: transparent !important; } .sort:before, .sort1:before { display: none; } .sort-links:before { content: 'Сортировать по: ' attr(data-current-sort); display: block; width: 100%; padding: 12px 44px 12px 16px; color: #fff; background: #2b2c2e; border: 1px solid #3a3b3d; border-radius: 28px; text-align: left; cursor: pointer; font-size: 15px; line-height: 1; position: relative; box-shadow: 0 1px 2px rgba(0,0,0,.25); } .sort-links:after { content: '▼'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 12px; color: #9aa3ab; transition: transform 0.2s ease; } .sort-links.active:after { transform: translateY(-50%) rotate(180deg); } }
.category-container { margin-top: 0px; }
.breadcrumbb i { padding-left: 5px; padding-right: 5px; }
.breadcrumbb { line-height: 20px; font-size: 14px; font-weight: 500; }
.darr { font-size: 13px; border-radius: 10px; color: #777 !important; text-decoration: none !important; background: #dedede; padding: 5px 10px 5px; }
.darrup { font-size: 13px; border-radius: 10px; color: #f7f7f7 !important; text-decoration: none !important; background: #484848; padding: 5px 10px 5px; }
.linksbor a { white-space: nowrap; display: inline-block; margin-bottom: 3px; }

/* Category custom meta + related playlists */
.category-meta { background: #484848; border: 1px solid #e6e6e6; border-radius: 12px; padding: 18px 20px; margin: 12px 0 22px; }
.category-meta__title { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #ffffff; }
.category-meta__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px 24px; margin: 0; padding: 0; list-style: none; }
.category-meta__list li { color: #ffffff; font-size: 16px; }
.category-meta__list li span { color: #ffffff; font-weight: 600; margin-right: 6px; }

.related-playlists-section { margin: 26px 0 18px; }
.related-playlists__title { font-size: 22px; font-weight: 700; margin-bottom: 16px; color: #ffffff; }
.related-playlists { display: grid; grid-template-columns: repeat(5, minmax(120px, 1fr)); gap: 22px; }
.related-card { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #ffffff; }
.related-card img { width: 120px; height: 120px; object-fit: cover; border-radius: 10px; box-shadow: 0 1px 3px rgba(0,0,0,.15); transition: transform .2s ease, box-shadow .2s ease; }
.related-card:hover img { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.2); }
.related-card__name { margin-top: 10px; font-weight: 700; font-size: 16px; text-align: center; }

@media (max-width: 1024px) {
  .related-playlists { grid-template-columns: repeat(3, minmax(120px, 1fr)); }
  .related-card img { width: 160px; height: 110px; }
}
@media (max-width: 640px) {
  .category-meta { padding: 14px 14px; }
  .category-meta__title { font-size: 18px; }
  .related-playlists { grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 14px; }
  .related-card img { width: 140px; height: 96px; }
}

/* SEO footer block (removed by request) */

