/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 15px 'Golos Text', sans-serif; line-height: normal; padding: 0; margin: 0;        
	color: #333; background: #f3f3f3; background-attachment: fixed; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #333; text-decoration: none;}
a:hover, a:focus, .track-desc:hover > *, .side-item:hover * {color: #2c348a; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 400; font-size: 22px;}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: 'Montserrat' !important;}

.button,
.btn,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]),
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a,
.usp-btn a {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  box-shadow: none;
  background-color: #16354D;
  color: #fff;
  font-size: 15px;
  border: 1px solid #16354D;
  transition: all .25s ease;
}

.button:hover,
.btn:hover,
.up-second li a:hover,
.usp-edit a:hover,
.qq-upload-button:hover,
.pagi-load a:hover,
.usp-btn a:hover,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]):hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.meta-fav a:hover {
  background-color: #fff;
  color: #16354D;
  border-color: #16354D;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
  box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
  background-color: #f3f3f3;
  color: #16354D;
}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 10px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1, .main-nav > li {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 600;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .track-desc, .track-title, .track-subtitle, .side-item, .side-item * {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 15px; font-size: 22px; font-weight: 500;}
#dle-content {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding-bottom: 10px;}
.wrap-center {max-width:1440px; margin:0 auto; position:relative; z-index:20;}
.header {padding: 10px 15px; background: #fff; border-radius: 0px 0px 10px 10px; margin-bottom: 10px;     max-width: 1410px;}
.wrap-main {background-color: #f3f3f3; }
.nav { position: relative; margin-bottom: 15px;}
.fdl {background: #3cb35c; position: relative;}
.cols {padding: 5px 15px;}
.col-main {min-height: 100vh; }
.col-left {width: 270px;     margin-right: 15px;
    /* background: #fff; */
    border-radius: 10px;}
/* border-right: 1px solid #0000001a; */
.col-right {width: 240px; margin-left: 60px; padding: 30px 0 0 0; }
.footer {color: #fff; padding: 5px 20px 45px 20px; position: relative; background: #fff;
    max-width: 1410px;
    border-radius: 10px 10px 0px 0px;}
.footer-menu a {font-weight: 500; color: #fff; border-bottom: 1px dotted #fff; display: block; margin-right: 30px;}

.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #000; cursor: pointer;}
#gotop {
  position: fixed;
  bottom: 75px;
  right: 25px;
  width: 48px;
  height: 48px;
  background-color: #16354D;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: all .25s ease;
  z-index: 1000;
}

#gotop:hover {
  background-color: #fff;
  color: #16354D;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}

#gotop:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

article.ignore-select.full, .form-wrap {
    padding: 15px;
}

/* HEADER
----------------------------------------------- */
.logo {display: block; color: #16354D !important; font-weight: 400; white-space: nowrap; max-width: 270px;
    flex-grow: 1; text-transform: uppercase; max-height: 40px;
	/* background: url(../images/logo.png) 0 center / 37px no-repeat; */
}
.logo div {font-size: 12px; font-weight: 400; margin-top: 3px; text-transform: none;}
.logo span:not(.logo-domain) {background-color: #2293f5; display: inline-block; 
	padding: 0 5px; margin: 0 3px; border-radius: 10px; color: #fff;}
.logo span.logo-domain {font-size: 12px; font-weight: 500;}
/* .search-wrap {margin: 0px 30px; } */
.search-box { position: relative; margin: 5px 0px;}
.search-box input, .search-box input:focus {padding: 0 60px 0 15px; border-radius: 10px; box-shadow: none; border: 1px solid #adadad; background: #f3f3f3;
    border-radius: 15px;
    }
.search-box input:not(:focus)::placeholder {color: #333; opacity: 0.5; font-size: 13px;} 
.search-box button {position:absolute; right:0; top:0px; z-index:10; width: 40px; cursor: pointer; 
	background: none; color: #333; line-height: 40px; text-align: center;}


.main-nav > li > a {display: block;
    text-align: left;
    color: #16354D;
    position: relative;
    border-bottom: 1px solid #9a9a9a1a;
    padding: 10px;
    font-size: 14px;
    white-space: nowrap;
    height: 40px;
    font-weight: 400;
}
.main-nav > li:last-child > a {
    border-bottom: none;
	border-radius: 0px 0px 10px 10px;
}

.main-nav > li:last-child {
	margin-bottom: 10px;
	border-bottom: 0 !important;
}

	.fdl {display: block;
		text-align: center;
		color: #ffffff;
		position: relative;
		padding: 10px 5px 10px 5px;
		font-size: 16px;
		white-space: nowrap;
		height: 40px;
		font-weight: 500;}

.main-nav .fal, .fdl  .fal, .fdl .fas {display: block; height: 40px; font-size: 24px;
	position: absolute; left: 0; right: 0; top: 40px; text-align: center; opacity: 0.666;}
.hidden-menu {background-color: #6996c7; box-shadow: 0 15px 15px rgba(0,0,0,0.2); z-index: 100;
	position: absolute; left: 0; top: 100%; width: 100%; column-width: 200px; column-gap: 20px;
	visibility: hidden; opacity: 0; transform: translateY(30px); padding: 30px;}
.hidden-menu li a {display: block; font-size: 16px; margin-bottom: 15px; white-space: nowrap;}
.main-nav > li:hover .hidden-menu {visibility: visible; opacity: 1; transform: translateY(0px);}
.main-nav > li:hover > a {background-color: #d9dadd; color: #16354D; font-weight: 500; transition: all .3s ease;}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 15px; position: relative;  }
/* .sect-header {margin-bottom: 15px;} */
.sect-top {margin-bottom: 15px; position: absolute; display: flex;}
.sect-title {
	font-weight: 600;
	margin-bottom: 15px;
	background: #fff;
    border-radius: 10px;
    padding: 15px 10px; }
.site-desc {padding: 10px 10px 40px 10px; line-height: 1.6; font-size: 14px; width: -webkit-fill-available;}
.site-desc-right {
	display: flex;
	justify-content: center;
}
.site-desc .logo {color: #16354D !important; margin-right: 60px; line-height: normal;}
.site-desc a, .site-copyright span {color: #1d354c; border-bottom: 1px solid #1d354c57}
.site-copyright { font-size: 13px; color: #666; font-weight: 500;}


/* TRACK ITEM
----------------------------------------------- */
.track-item {padding: 5px 10px; border-radius: 3px; border-bottom: 1px solid #0000001a;}
.track-item:hover {transition: all .5s ease; background-color: #E4E5EA !important; border-radius: 0px; }
.track-item:first-child:hover {
	border-radius: 10px 10px 0px 0px;
}
.track-item:last-child {
	border-bottom: 0 !important;
	border-radius: 0px 0px 10px 10px;
}
.track-item:nth-child(2n+1) {background-color: rgba(62,156,179,0.00);}
.track-item a, a.track-desc {display: block;}
.track-img {width: 40px; height: 40px; border-radius: 10px; }
.track-play {cursor: pointer; font-size: 14px; width: 40px; height: 40px; text-align: center; color: #16354D; background-color: #d7dfe5c9; margin: 5px; border-radius: 10px; border: 1px solid #16354d1f;}
.track-play:hover {border: 1px solid #16354d9d; background-color: #e3e8ecdc; color: #467aa9;}
.track-desc {padding: 0 10px;}
.track-title {font-weight: 500; display: inline;}
.track-subtitle {color: #666; display: inline;}



.track-time {font-size: 13px;
    color: #16354D;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 0px 5px;
    text-align: center;
	font-weight: 500;
	font-size: 12px;
    padding: 0px 8px;}
.js-item-played .fa-play:before {content: '\f04c'; color: #16354D;}


/* SIDEBAR
----------------------------------------------- */
.side-bt {padding-left: 30px; font-weight: 600; font-size: 17px; margin-bottom: 15px;}
.side-item {display: block; padding: 15px 60px 15px 75px; color: #999; font-size: 13px;
	border-top: 1px solid #eee; position: relative; margin-right: -60px;}
.side-item div {font-weight: 500; color: #333; margin-bottom: 4px; font-size: 15px;}
.side-item::before {content: "\f001"; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 30px; top: 50%; color: #1d354c; font-size: 18px; transform: translateY(-50%);}
.side-box {
	background: #fff;
	margin-bottom: 15px;
	border-radius: 10px;
}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
	display: block;
    padding: 15px 0px 5px;
}
.nav-load a {display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  max-width: 340px;
  margin: 10px auto 5px;
  background: #16354D;
  color: #fff;
  text-align: center;
  height: 40px;
  border-radius: 10px;}
.nav-load a:hover, .fdl:hover {background: #3b8bc9; color: #fff; transition: all .3s ease;}
.nav-load > span {display: none;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 10px; 
	margin:0 3px 10px 3px; line-height: 40px; min-width: 40px; background-color: #fff; 
	box-shadow: 0 0 0 1px #eee; border-radius: 10px; font-weight: 500; font-size: 17px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#16354D; color: #fff;}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 990;}
.audioplayer { margin: 0 auto; height: 60px; padding: 10px 20px 10px 10px;
background-color: #ffffff; color: #4d4d4d; box-shadow: 0 -15px 30px rgba(0,0,0,0.2); position: relative;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: absolute; left: 0px; right: 0px; top: -10px; height: 10px; 
	background-color: #16354D; overflow: hidden; cursor: pointer;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.1); border-radius: 10px 10px 0 0;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 0; background-color: #6B99C3;}
.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a {color: #16354D; display: block; height: 30px; line-height: 30px; text-align: center;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px; 
background-color: #333; box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px; 
position: relative; cursor: pointer; background-color: #222; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #D2D2D4; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}
.ap-dl {font-size: 24px; color: #16354D; margin-left: 20px;}
.ap-time {font-size: 12px; color: #000000; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 10px;}
.ap-artist {font-size: 13px; margin-top: 5px; color: #716565;}
.ap-title {font-size: 15px; font-weight: 500;}
.ap-btns {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 10px; display: block; font-size: 18px; position: relative; margin: 0 10px; background-color: #16354D; color: #fff; border: 1px solid #467ba979; line-height: 39px;}
.ap-prev, .ap-next {cursor: pointer; color: #fff; background-color: #16354D; font-size: 18px; 
width: 40px; height: 40px; text-align: center; border-radius: 10px; border: 1px solid #467ba979;}
.audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #467aa9;transition: all .3s ease; }
.audioplayer-playpause a:hover, .ap-prev:hover, .ap-next:hover {background-color: #E4E5EA; color: #467aa9; transition: all .3s ease;}
.wplayer-init .audioplayer-playpause .fas:before {content: '\f04b'; padding-left: 1px;}
.player-hide .wplayer {bottom: -80px;}
.player-hide .audioplayer {box-shadow: 0 -15px 30px rgba(0,0,0,0); transform: scale(0.5,0.5);}
.ap-title, .ap-artist {max-width: 230px;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 12px; color: #999; margin-bottom: 15px;  background: #fff;
    padding: 10px;
    border-radius: 10px;}
.speedbar .fas {margin: 0px 5px; color: #16354D; font-size: 10px;}
h1 > span {color: #16354D;}
h1 a {margin-left: 15px;}
.fmain h1 {margin-bottom: 15px; font-size: 22px;}
.fimg {width: 210px;
    height: 210px;
	border-radius: 10px;
}
 
.finfo li:first-child {border-radius: 10px 10px 0px 0px;} 
.finfo li:last-child {border-radius: 0px 0px 10px 10px;} 
.finfo li {font-size: 14px; line-height: 1.8; padding: 3px 10px 3px 140px; min-height: 27px; position: relative; }
.finfo li:nth-child(2n+1) {background-color: #1d354c14;}
.finfo li > span:first-child {color: #666; display: inline-block; width: 120px; 
	position: absolute; left: 10px; top: 3px;}
.frate {position: absolute; z-index: 10; left: 0; top: 8px; background-color: #fff; font-size: 12px;
	padding: 0 8px; border-radius: 0 4px 4px 0; height: 30px; line-height: 30px;}
.frate a .fas {color: #6ab04c; margin-right: 2px;}
.frate a + a .fas {color: #eb4d4b; margin-left: 13px;}
.fbtm {margin-top: 20px;     gap: 10px;}
.fdl {width: 100px; height: 83px; border-radius: 10px;}
.fcaption {font-size: 14px; line-height: 1.6; border-radius: 10px; position: relative;
	 color: #060606; background-color: #e0e0e012; padding: 10px 30px 10px 30px; border: 1px solid #16354d57; display: flex;
		 flex-direction: column;
		 justify-content: center;} 
.fcaption div {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
/* .fcaption::before {content: '\f063'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 30px; top: 50%; color: #16354D; font-size: 38px; transform: translateY(-50%);} */

.fplay {width: 100px; background: #61a5cc; cursor: pointer;}
.fplay .fas {color: #eee; opacity: 1;}
.js-item-played .fplay .fa-play:before {content: '\f04c'; color: #eee;}

.show-text {width: 40px; height: 40px; border-radius: 50%; text-align: center; font-size: 18px; 
	cursor: pointer; background-color: #1d354c; color: #fff; 
position: absolute; bottom: 30px; left: 50%; margin-left: -20px; z-index: 5;}
.ftext[style]::before {content: ''; pointer-events: none; height: 100%; position: absolute; z-index: 3;
	left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 0%, #fff 100%);}
.ftext {position: relative;}

.fshare {
    border-radius: 15px;
    width: auto;
    padding: 0 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    color: #ffffff;
    background-color: #ef0707 !important;
    height: 25px;
    line-height: 25px;
    right: 0;
    bottom: 10px;
}
.fshare .fal {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.ffav {
    background-color: #03a9f4a1;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    padding: 0 7px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 6px;
    max-width: max-content;
}


/* FULL CUSTOM  */

.fmain {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.fdesc h1 {
	font-weight: 700;
	padding-left: 15px;
}
.fcols {
    display: flex;
    align-items: center;
}
.finfo {
	margin-left: 10px;
}
/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 15px;}
.full-text img:not(.emoji) {max-width:100%; margin-top: 10px; margin-bottom: 10px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0;}
.full-text > ul li {list-style:disc; margin-left:40px;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

/* custom */
.more-content {
  margin: 0px 0;
}
.more-title {
  font-size: 18px;
  font-weight: 600;
  color: #16354D;
  margin-bottom: 14px;
}

/* Основная сетка */
.mc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* Общие стили карточки */
.mc-card {
  flex: 1 1 calc(50% - 16px);
  background: #fff;
  color: #16354D;
  border: 1px solid #0000001a;
  border-radius: 16px;
  text-decoration: none;
  padding: 16px 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all .25s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Контент внутри карточки */
.mc-ico   { font-size: 24px; margin-bottom: 6px; }
.mc-title { font-weight: 700; font-size: 15px; }
.mc-desc  { font-size: 13px; opacity: .8; margin-top: 3px; }

/* Hover */
.mc-card:hover {
  transform: translateY(-3px);
  background-color: #f9fbfc;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

/* ПК — ровно 4 карточки в ряд */
@media (min-width: 980px) {
  .mc-card {
    flex: 1 1 calc(25% - 16px);
  }
}



/* ADAPTIVE
----------------------------------------------- */
/* ====== КНОПКА ОТКРЫТИЯ ====== */
.btn-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 14px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color .25s ease, transform .2s ease;
}
.btn-menu:hover { background: #1e4970; transform: translateY(-1px); }

/* ====== ПАНЕЛЬ ====== */
.side-panel {
  position: fixed;
  top: 0;
  left: -320px;
  width: 300px;
  height: 100%;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-right: 1px solid rgba(0,0,0,0.06);
  box-shadow: 6px 0 25px rgba(0,0,0,0.1);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  transition: left .4s cubic-bezier(.25,.8,.25,1);
  padding: 00px 0 30px;
}
.side-panel.active { left: 0; }
.side-panel .site-desc-right {
	gap: 20px;
}

/* ====== ФОН ПОД МЕНЮ ====== */
.close-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.close-overlay.active {
  display: block;
  opacity: 1;
}

/* ====== КНОПКА ЗАКРЫТИЯ ====== */
.btn-close {
  cursor: pointer;
  display: block;
  right: 12px;
  top: -42px;
  position: fixed;
  z-index: 10000;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  background: #16354D;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all .35s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.btn-close.active {
  top: 10px;
  opacity: 1;
}
.btn-close:hover {
  background: #fff;
  color: #16354D;
}

/* ====== ТЕЛО МЕНЮ ====== */
.side-panel .nav, .side-panel .main-nav {
  display: block;
  padding: 12px 16px;
  margin: 0;
}

.side-panel .main-nav > li {
  list-style: none;
  margin-bottom: 6px;
}

.side-panel .main-nav > li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #16354D;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 10px 14px;
  transition: all .25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.side-panel .main-nav > li > a:hover {
  background: #16354D;
  color: #fff;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(22,53,77,0.3);
}

.side-panel .main-nav .fal {
  font-size: 18px;
  color: inherit;
}

/* ====== ВЛОЖЕННЫЕ КАТЕГОРИИ ====== */
.side-panel .hidden-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0 0 34px;
}
.side-panel .hidden-menu li {
  list-style: none;
}
.side-panel .hidden-menu li a {
  display: inline-block;
  font-size: 13px;
  color: #16354D;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 6px 10px;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease;
}
.side-panel .hidden-menu li a:hover {
  background: #16354D;
  color: #fff;
}

/* ====== КОГДА МЕНЮ ОТКРЫТО ====== */
body.opened-menu {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1220px) {
	.wrap {overflow: hidden;}

	.nav, .site-desc .logo {display: none;}
	.btn-menu {display: block; font-size: 28px; margin: 0px 10px; cursor: pointer; color: #16354D;}
	/* .header, .footer, .site-desc, .cols {padding-left: 15px; padding-right: 15px;} */
	.col-left {width: 100%; width: calc(100% + 30px); }
	.col-right {width: 100%; width: calc(100% + 30px); margin: 0 -15px;}
	.side-item {margin-left: 0; margin-right: 0; padding-right: 15px; padding-left: 46px; width: 50%;}
	.side-item::before {left: 15px;}
	.side-item:nth-child(2n) {border-left: 1px solid #eee;}
	.side-items {display: flex; justify-content: flex-start; flex-wrap: wrap;}
	.side-bt {padding-left: 15px;}
	.site-desc {text-align: center; padding: 10px 10px 15px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-evenly;}
	.footer {display: block; text-align: center; }
	.footer-menu {justify-content: center;}
	.footer-menu a {display: inline-block; margin: 0 10px 20px 10px;}
	.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
		max-width: 100%; min-width: 50px;}
	.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; margin: 0; margin-top: 15px; min-width: 100%;}
	.search-box {max-width: 100%;}
	.wplayer {bottom: 0;}
	.audioplayer, .audioplayer-bar {border-radius: 0; max-width: 100%; left: 0;}

	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
	.track-item {margin-right: -10px;}
}

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

}

@media screen and (max-width: 760px) {
  .fimg {
    display: none;
  }
  .show-cover-btn {
	display: flex !important;
    margin: 10px auto !important;
    padding: 6px 14px;
    background: #ffffff42;
    border: 1px solid #cccccc7e;
    border-radius: 10px;
    color: #00234a;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease;
  }
  .show-cover-btn:hover {
    background: #00234a;
    color: #fff;
  }
}

@media screen and (min-width: 761px) {
  .show-cover-btn {
    display: none !important;
  }
  .fimg {display: block;}
}

@media screen and (max-width: 760px) {
	
	/* .fimg {display: none;} */
	.fdesc h1 {
	padding-left: 10px;
	}
	.finfo {
	margin-left: 0px;
	}


	.hshare { 
		padding: 10px 15px; margin: 0 -15px; margin-top: 15px; width: 100%; display: contents;
		}



	.ap-title, .ap-artist {max-width: 100%;}
	.ap-desc {position: absolute; left: 0; right: 0; bottom: 115%; z-index: 5; min-width: 100%; padding: 10px; 
	background-color: #fff; box-shadow: 0 0 30px rgba(0,0,0,0.1); visibility: hidden;}
	.ap-mob-btn {display: block; cursor: pointer; font-size: 28px; color: #16354D;}
	.ap-time {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
		max-width: 100%; min-width: 50px; justify-content: flex-end;}
	.ap-desc.is-active {visibility: visible;}
	.audioplayer-volume {display: none;}
	.ap-btns {left: 70px; transform: translate(0,-50%);}

	.fcols {display: block;}
	.fimg {margin: 0 auto 15px auto;}
	.fcaption {min-width: 100%; margin-top: 15px;}
	.fdl {margin: 0; width: 50%;}
	.fplay {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
		max-width: 100%; min-width: 50px;}
	
}

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


	.ac-inputs input {width: 100%;}
	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}
	.ui-dialog {width:100% !important;}
	.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
	.upop-left {margin-bottom:10px; text-align:center;}
	.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
	#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
	.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
	.attach-info {float:none;}

}


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

	.ac-inputs input {width: 100%;}
	
	.fcaption {padding: 15px;}
	.fcaption::before {display: none;}

	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
	.track-time {display: none;}
}




