/* SET BASE */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
/* * {transform: none !important; } */
/* * {border-radius: 10px !important;} */
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
button, a {cursor: pointer;}
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;}
.ignore-select.full {
	padding: 15px;
}

body {font: 15px 'Open Sans', sans-serif; line-height: normal; padding: 0; margin: 0;        
	color: #333; background: #ffffff; 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 {font-weight: 700; font-size: 22px;}
h2 {font-weight: 600; font-size: 20px;}
h3 {font-weight: 500; font-size: 16px;}
h4 {font-weight: 400; font-size: 14px;}
h5 {font-weight: 400; font-size: 12px;}

.h2-box {font-size: 14px;}
.ac-submit {
	text-align: center;
	font-size: 14px !important;
}
.ac-submit i {
  margin: 0 10px;
  font-size: 18px;
  display: inline-block;                
  transition: transform .18s ease;      
  transform-origin: 50% 60%;
}
.ac-submit:hover i {
  transform: rotate(8deg);              
}
.elementary-sect {padding: 15px;}
.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;}
.nowrap-side {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nowrap-side-title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.flex-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: center;}
.flex-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.flex-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.flex-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.flex-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.flex-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.flex-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.flex-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;}
.flex-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-wrapper h1 {margin-bottom: 30px; font-size: 22px; font-weight: 500;}
#dle-content {width: 100%;}

/* BASIC GRID */

.wrap {min-width:320px; position: relative; padding-bottom: 10px;}
.center-lay { position:relative; z-index:20; margin: 10px auto;}
.header {padding: 10px 20px; max-width: 1400px; 
    margin: 10px auto; border-radius: 10px ;
    background: #f3f4f6;
    height: auto;
    display: flex;
    justify-content: space-between;}
.searching-box {
	margin: 0 auto;
}
.main-lay {background-color: #f3f4f6; 
	border: 1px solid #d8d8d817;
	max-width: 1400px;
	border-radius: 10px;
}
.nav {
	background: #ffffff;
    position: relative;
    margin: 10px;
    border-radius: 10px;
}

/* .nav-bottom { margin: 0 auto; } */

.fdl {background: #0c8d2f; position: relative;}
.sharing-fdl {background: #ffffff00; position: relative; border: 1px solid #206994; color: #0082D1;}
.columns-lay {padding: 10px;}
.col-main {min-height: auto; 
}
.column-r {width: 250px;
	background: #fff;
    margin-left: 15px;
    border-radius: 10px;
}
.column-l {width: 250px; margin-right: 15px; padding: 0px 0 0 0; background: #fff; border-radius: 10px;}
.footer {color: #fff; padding: 10px 0px 70px 0px; position: relative;}
.footer-menu a {font-weight: 500; color: #00264e; border-bottom: 1px dotted #00264e; 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;}

/* spoilers */

.spoiler {
    width: 100%;
    overflow: hidden;
    background: #f3f4f6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.spoiler:last-child {border-radius: 0px 0px 10px 10px;}
.spoiler:first-child {border-radius: 10px 10px 0px 0px;}
.spoiler-header .fa-chevron-up {
	transition: transform 0.3s ease; /* Плавный поворот */
  }
.spoiler-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px;
    font-size: 16px;
    font-weight: 600;
    background: #f3f4f6;
    color:  #0055b6;
	border-radius: 10px;
    transition: background 0.3s ease;
	height: 60px;
}

.frreverse {    flex-direction: row-reverse;}
.spoiler-content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  padding: 15px;
}

.spoiler-content.expanded {
  max-height: fit-content; 
}

/* HEADER */
.logo {display: block; color: #0055b6b4 !important; font-weight: 800; white-space: nowrap;
	font-size: 26px; text-transform: uppercase; padding-left: 50px; 
	background: url(../images/logo.png) 0 center / 40px no-repeat; }
.logo div {font-size: 13px; font-weight: 600; margin-top: 3px; text-transform: none; color: #002043; }
.logo span:not(.logo-domain) {background-color: #2293f500; display: inline-block; 
	border-radius: 4px; color: #0055b6;}
.logo span.logo-domain {font-size: 13px; font-weight: 500;}
.search-box { position: relative; }
.search-box input, .search-box input:focus {padding: 0 60px 0 15px; border-radius: 10px; box-shadow: none; border: 3px solid #bcbcbc59;}
.search-box input:not(:focus)::placeholder {color: #333; opacity: 0.5; font-size: 13px;} 
.search-box button {
    position: absolute;
    right: 1px;
    font-weight: 600;
    border-radius: 0px 6px 6px 0px;
    top: 1px;
    z-index: 10;
    background: #e8e8e8;
    width: 37px;
    height: 37px;
    cursor: pointer;
    color: #333333ad;
    line-height: 40px;
    text-align: center;
}
.search-box button:hover {
	background: #b6b6b6;
	color: #333;
}

.jsbc {min-width: 200px; justify-content:flex-start !important;}


/* контейнер */
.artist-tabs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border-radius: 14px;
    background: #ffffffcc;
    border: 1px solid #e8f1fb;
    box-shadow: 0 8px 18px rgba(0,0,0,0.05);
    margin: 0 0 18px 0;
}

/* кнопка */
.artist-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;

    color: #0b2a4a;
    background: transparent;
    border: 1px solid transparent;

    opacity: 0.8;
    transition:
        background-color 0.18s,
        border-color 0.18s,
        color 0.18s,
        box-shadow 0.18s,
        transform 0.08s,
        opacity 0.18s;
}

.artist-tab i {
    font-size: 14px;
    opacity: 0.9;
}

/* hover неактивной */
.artist-tab:not(.is-active):hover {
    opacity: 1;
    background: #e5e5e5;
    border-color: #d7eeff;
    transform: translateY(-1px);
}

/* активная */
.artist-tab.is-active {
    opacity: 1;
    background: #0b4ea5;
    color: #ffffff;
    border-color: #0b4ea5;
    box-shadow: 0 10px 18px rgba(11,78,165,0.18);
}

/* hover активной */
.artist-tab.is-active:hover {
    background: #083f88;
    border-color: #083f88;
    transform: none;
}

/* mobile */
@media (max-width: 560px) {
    .artist-tabs {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
        padding: 6px;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .artist-tab {
        flex: 1;
        justify-content: center;
        padding: 10px 10px;
        border-radius: 10px;
    }
}



.planet {
    display: inline-block;
    width: 1.1em;
    height: 0.8em;
    margin-left: 4px;
    vertical-align: -0.1em;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 35%, #ffffff55 0%, #ffffff00 35%),
        linear-gradient(180deg,
            #1e88e5 0%,
            #1e88e5 45%,
            #43a047 45%,
            #43a047 60%,
            #1e88e5 60%,
            #1565c0 100%
        );
    box-shadow:
        inset -1px -1px 2px rgba(0,0,0,0.25),
        0 0 0 1px rgba(0,0,0,0.08);
}

/* .main-nav {    border: 1px solid #bcbcbc59; border-radius: 12px;} */

.main-nav > li > a > i { margin-right: 7px; font-size: 10px; bottom: 1px; position: relative;}
.fa-star {
	color: #007706;
}
.main-nav > li > a, .fdl {display: block; text-align: center; color: #002651; position: relative;
	padding: 10px 0 10px 0; font-size: 15px; white-space: nowrap; 
	border-radius: 10px;
}
.sharing-fdl {display: block; height: 40px; font-size: 24px;
	position: absolute; left: 0; right: 0; top: 15px; text-align: center;}
.main-nav .fal, .fdl  .fal {display: block; height: 40px; font-size: 24px;
	position: absolute; left: 10px; right: 0; top: 20px; text-align: center; opacity: 0.666;}

.fdl .fas { height: 40px; font-size: 23px; display: flex;
	position: absolute; left: 10px; right: 0; top: 20px; text-align: center; opacity: 1;}
.main-nav > li { box-shadow: 1px 0 rgba(255,255,255,0.25);     border-left: 1px solid #eee;}
.nav-blue {background-color: #008cff9f;}
.nav-red {background-color: #ff494991;}
.nav-yellow {background-color: #ffff00;}
.nav-green {background-color: #00ac0098;}
.nav-violet {background-color: #ee82ee94;}
.nav-wheat {background-color: #f5deb3;}
.hidden-menu {
	background-color: #ffffff; 
	box-shadow: 0 15px 15px rgba(0,0,0,0.2); 
	z-index: 100;
	position: absolute; 
	top: 100%; 
	max-width: 300px; 
	column-gap: 20px;
	visibility: hidden; 
	opacity: 0; 
	transform: translateY(30px); 
	border-radius: 10px;
}
.hidden-menu li a {
	display: flex;
	align-items: center;
	justify-content: space-between; 
	font-size: 14px; 
	font-weight: 500; 
	white-space: nowrap; 
	padding-right: 5px; 
	border-top: 1px solid #c2e8fb;
    padding: 10px 20px; 
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.2s;
}

.hidden-menu li a:hover {
    transform: none; 
    background-color: #c2e8fb;
    color: #0055b6 !important;
    font-weight: 600;
    border-radius: 0;
}

.hidden-menu li:first-child a:hover {
    border-radius: 10px 10px 0 0;
}

.hidden-menu li:last-child a:hover {
    border-radius: 0 0 10px 10px;
}

.hidden-menu li:first-child:last-child a:hover {
    border-radius: 10px;
}


.main-nav > li:hover .hidden-menu {
	visibility: visible; 
	opacity: 1; 
	transform: translateY(-1px); 
	max-width: 250px;
}

.main-nav > li:hover > a {
    background-color: #e5e5e5;
    color: #003064;
    font-weight: 600;
    font-size: 14px;
    transition: 0.2s;
    overflow: hidden;
    border-radius: 0;
}

.main-nav > li:first-child:hover > a {
    border-radius: 10px 0 0 10px;
}

.main-nav > li:last-child:hover > a {
    border-radius: 0px 10px 10px 0;
}

.main-nav > li:first-child:last-child:hover > a {
    border-radius: 10px;
}



/* SECTION */
.sect {margin-bottom: 10px; position: relative;}
.sect:last-child {margin-bottom: 0;}
.sect-share { display: flex; flex-direction: column; background-color: #c2e8fb00; align-items: center; max-width: 640px;  margin: 10px auto; }
.sect-share-buttons {display: flex; flex-direction: row; justify-content: space-evenly; margin: 5px;}
.bg-white {background-color: #ffffff; border-radius: 10px;
    border: 1px solid #eeeeee83;}
.m-15-0 {margin: 10px 0px;}
.sect-content {
	background: #fff;
    border-radius: 10px;
}

.site-desc {padding: 10px 60px; background-color: #f3f4f6; line-height: 1.6; font-size: 14px; width: -webkit-fill-available;}
.site-desc .logo {color: #0055b6 !important; margin-right: 60px; line-height: normal;}
.site-desc a, .site-copyright span {color: #003e83; border-bottom: 1px dotted #003e83;}
.site-copyright {margin-top: 23px; font-size: 13px; color: #666;}


.fdl {
  transition: all .25s ease;
}

.fdl:hover {
  background: linear-gradient(135deg, #0073a6, #0095d9); 
  color: #fff !important;
  font-weight: 600;
  transform: translateY(-2px); 
  box-shadow: 0 6px 14px rgba(0, 115, 166, 0.25);
}

.bottom-nav{margin:10px 0;padding:10px 0;}
.nav-load a{display:flex;align-items:center;justify-content:center;height:44px;max-width:320px;margin:0 auto;padding:0 20px;background:#2563eb;color:#fff;border-radius:10px;font-size:14px;font-weight:700;transition:background .12s ease;}
.nav-load a:hover{background:#1d4ed8;color:#fff!important;transform:none;}
.nav-load>span{display:none;}
.navigation{text-align:center;}
.navigation a,.navigation span,.pnext a,.pprev a,.pprev>span,.pnext>span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;margin:0 1px 6px;background:#fff;color:#555;border-radius:10px;font-size:14px;font-weight:600;box-shadow:none;transition:background .12s ease,color .12s ease;}
.navigation a:hover,.pnext a:hover,.pprev a:hover{background:#dde5ee;color:#111;transform:none;}
.navigation span:not(.nav_ext){background:#2563eb;color:#fff;font-weight:700;}
.nav_ext{background:transparent!important;color:#999!important;padding:0 4px!important;min-width:auto!important;height:40px!important;}
.pagi-nav{margin:10px auto;padding:0;}
@media screen and (max-width:640px){.navigation a,.navigation span,.pnext a,.pprev a,.pprev>span,.pnext>span{min-width:36px;height:36px;font-size:13px;padding:0 10px;margin:0 2px 4px;}.nav-load a{height:42px;font-size:13px;}}

/* SHARING BUTTON */

.share-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column-reverse; 
  align-items: center;
}

.main-share-btn {
  position: relative;
  cursor: pointer;
  bottom: 65px;
  background-color: #f3f4f6 !important;
  color: #0039a3bd !important;
  font-size: 22px;
  border-radius: 50%;
  width: 44px !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0088cc59;
  text-decoration: none;
  transition: background 0.2s ease;
}

.main-share-btn:hover {
  color: #0088cc !important;
  box-shadow: 0 0 0 2px #0088cc inset !important;
}

.share-icons {
position: relative;
  bottom: 90px;
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.share-fab.open .share-icons {
  display: flex;
}
.share-icons a {
  font-size: 24px;
  background: #e6f0ff;
  color: #0057b7;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 6px #00000099;
  transition: all 0.2s ease;
}
.share-icons a.fa-telegram {
  background-color: #ffffff !important;
}
.share-icons a.fa-telegram:hover {
  background-color: #ffffff !important;
  color: #0088cc !important;
  box-shadow: 0 0 0 2px #0088cc inset !important;
}
.share-icons a.fa-threads {
  background-color: #ffffff !important;
}
.share-icons a.fa-threads:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 0 0 2px #000000 inset !important;
}
.share-icons a.fa-whatsapp {
  background-color: #ffffff !important;
}
.share-icons a.fa-whatsapp:hover {
  background-color: #ffffff !important;
  color: #25d366 !important;
  box-shadow: 0 0 0 2px #25d366 inset !important;
}
.share-icons a.fa-facebook {
  background-color: #ffffff !important;
}
.share-icons a.fa-facebook:hover {
  background-color: #ffffff !important;
  color: #3b5998 !important;
  box-shadow: 0 0 0 2px #3b5998 inset !important;
}

.share-icons a:hover {
  background: #0057b7;
  color: #fff;
}

/* FULL */
.tpage-columns {width: -webkit-fill-available;    padding: 10px 0px; }
.speedbar {
    font-size: 13px;
    color: #5a5a5a;
    margin: 0px 0 10px 0;
    padding: 10px 15px;
    background: #fff; 
    border: 1px solid #d8d8d859;
    border-radius: 10px;
}

.speedbar a {
    color: #0057b7;
    text-decoration: none;
    font-weight: 500;
}

.speedbar a:hover {
    text-decoration: underline;
	font-weight: 600;
}

.speedbar .fas {
    margin: 0px 3px;
    color: #0057b7;
    font-size: 12px;
}

.speedbar span {
    color: #999;
    margin: 0 5px;
}

/* 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;}
.fas-exclamation { color: red !important; margin-right: 5px !important;}
.sharing-sect {
	background-color: #0057b72e;
	padding: 15px;
	text-align: center;
}
.aligner {text-align: right;}
.text-share {
	font-size: 19px;
}

.fshare {
    border-radius: 15px;
    width: auto;
    padding: 0 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
    color: #ffffff;
    background-color: #ef0707;
    height: 25px;
    line-height: 25px;
    right: 0;
    bottom: 10px;
}
.fshare .fal {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.ffav {
    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;
	position: relative;
}
.button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]) {
	background-color: #56a4c9;
}

.sidem {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	text-align: left;

}

.genre-button {
	background: #e8f4ff;
	padding: 5px 15px;
	margin: 5px;

}

/* Playlist-block */

.playlist-title {
	margin: 10px 20px 10px 20px;
	display: inline-block;
    width: 340px;
	height: auto;
	position: relative;
    text-align: center;
    border-radius: 10px;
}

.playlist-title :hover  {
	transition: 0.4s;
	transform: none; 
}

.playlist-link {
	padding: 50px 25px;
    margin: 10px;
    border: 2px solid #d6ecffce;
    width: 30%;
    height: 180px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	flex-grow: 1;
    align-content: center;
    justify-content: center;
	border-radius: 10px;
    align-items: center;
}

.playlist-link:hover {
	transform: none; 
	transition: all .1s ease;
}

.playlist-link a {
	color: #12416b;
	font-size: 18px;
	font-weight: 500;
}

.art-info-link {
    margin: 0px 10px;
	border-radius: 10px;
    width: 200px;
    height: 200px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: left;
    align-items: center;
}

.art-info-link img {
	max-width: 200px;
	border-radius: 10px;
    border: 1px solid #dadadace;

}

.category-desc-text {
	padding: 5px 20px ;
	text-align: left;
	max-width: 900px;
    margin: 0 auto;
}

.genre-link:hover {
	transform: none; 
	transition: all .1s ease;
}

.genre-link a {
	color: #12416b;
	font-size: 18px;
	font-weight: 500;
}

.genre-link {
	padding: 10px 10px;
    margin: 10px;
    border: 1px solid #d6ecffce;
	border-radius: 10px;
    width: 160px;
    height: 160px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.text-cover {
	background-color: #ffffff;
	color: #0055b6 !important;
	font-weight: 600 !important;
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgb(0, 0, 0);;
}

.vykon-list {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	background: #fff;
	padding: 15px 0px;
    border-radius: 10px;
	gap: 15px;
}

.vykon-list-link {
	padding: 10px 10px;
    margin: 10px;
    border: 1px solid #d6ecffce;
	border-radius: 10px;
	height: 170px;
	width: 29%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  	box-shadow: 0 1px 2px rgba(2, 6, 23, .04);
}

.vykon-list-link:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 22px rgba(2, 6, 23, .08),
    0 4px 8px rgba(2, 6, 23, .06);
  border-color: #cfe3ff;
}

.vykon-list-link:active {
  transform: translateY(-1px);
  box-shadow:
    0 8px 18px rgba(2, 6, 23, .08),
    0 3px 6px rgba(2, 6, 23, .06);
}
.vykon-list-link:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(207, 227, 255, .9),
    0 8px 18px rgba(2, 6, 23, .08);
  border-color: #cfe3ff;
}

.text-cover-vykon {
	background-color: #f1f1f1;
	color: #0055b6 !important;
	font-weight: 700 !important;
	font-size: 18px;
	padding: 5px 15px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgb(0, 0, 0);;
}

.text-cover-artist {
	background-color: #e0f8ffee;
	color: #0055b6 !important;
	font-weight: 700 !important;
	font-size: 12px;
	border-radius: 5px;
    padding: 5px 15px;
	box-shadow: 0 0 20px rgb(0, 0, 0);;
}

.playlist-block {
	display: flex;
	position: relative;
	margin-bottom: 40px;
	padding: 5px 10px;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #11406a3d;
	
}

.playlist-count {
	font-size: 15px;
	right: 20px;
	position: absolute;
	height: 80px;
	line-height: 25px;
}

.swiper-block-playlist {
	padding: 0px;
	margin: 10px;
    border: 1px solid #d6ecffce;
    width: 360px;
    height: 180px;
    text-align: center;
    display: flex;
    flex-direction: row;
	border-radius: 10px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.swiper-block-square {
	padding: 0px;
	margin: 10px;
    border: 1px solid #d6ecffce;
    width: 180px;
    height: 180px;
	border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	background-size: cover;
}

.swiper-block-square:hover, .swiper-block-playlist:hover { transform: none;  transition: all .1s ease;}

/* .artist-sect {
	font-size: 18px;
	font-weight: 500;
	gap: 12px 10px;
	padding: 5px 2px;
	line-height: 20px;
    border-bottom: 1px solid #eee;
	background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.artist-imagelink {
	padding: 3px;
	display: inline-block;
    margin: 10px;
    border-radius: 1px;
	width: 160px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}

.artist-imagelink:hover {
	transform: none; 
	transition-duration: 0.5s;
}

.artist-title {
	font-weight: 400;
}

.img-artist {
	border-radius: 50px;
	transition-property: all;

}

.img-artist:hover {
	border-radius: 50px;
	font-size: 16px;
	transition: 1ms;
	transition-duration: 0.7ms;
}

.artist-info {
	padding: 10px;
    margin: 10px 10px 30px;
    font-size: 14px;
    font-weight: 400;
}

.artist-a a {
	color: #000000;
	font-size: 14px;
	text-align: center;
	background: #f3f4f6;
	padding: 5px 10px;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 2px;
	width: 120px;
	overflow: hidden;
}

.artist-a a:hover {
	color: #fdce0c;
	background: #116cbb;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 2px;
	width: 120px;
	overflow: hidden;
}

.artist-a-end {
	font-weight: 500;
	text-align: center;
	background: #1b88ed;
	padding: 0px 15px;
	line-height: 35px;
	margin: 5px 10px;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.2s;
} */

.artist-a-end a {
	color: #ffffff;
}

.button-section a {
	color: #ffffff;
}

.artist-a-end a:hover {
	color: #fdce0c;
}

.button-section a:hover {
	color: #fdce0c;
}

.button-section {
	font-weight: 500;
	text-align: center;
	background: #804d00;
	padding: 0px 15px;
	line-height: 35px;
	margin: 20px auto;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.2s;
	width: 400px;
}


/* .artist-menu {
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	padding: 10px;
	max-width: 250px;
}

.side-bt-artist {
	font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    background: #ffffff;
    height: 45px;
    line-height: 40px;
    padding: 5px 20px;
    border-radius: 2px;
    margin-left: 10px;
	margin-right: 10px;
}

.artist-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 10px;
}

.artist-block li {
	padding: 5px;
	border-bottom: 1px solid #bed4ed;
    width: -webkit-fill-available;
    font-weight: 500;
    margin: 5px auto;
}

.artist-block li:hover {
	transform: none; 
	transition: all .4s ease;;
} */


.playlist-main-block {
	margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.buttons {margin: 10px auto;}

.cat-btn-1 {
	margin: 0px 0px !important;
    height: 40px;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #0055b6;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    max-width: fit-content;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    transition: all .1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cat-btn-1 i {
	margin: 0px 7px;
}

.cat-btn-1:hover {
	transition: all .1s ease;
	transform: none; 
}

/* ADAPTIVE */

.btn-menu { display: block; font-size: 28px;cursor: pointer;color: #000000;background: #ffffff; width: 40px; height: 40px;border-radius: 10px; margin-left: 15px; font-size: 25px; display: flex; justify-content: center;align-items: center; border: 1px solid #c0c0c0; transition: transform .15s ease, box-shadow .15s ease; }
.btn-menu:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(10,42,87,.12); }

.side-panel {
  position: fixed;
  inset: 0;                      
  width: 100%;
  height: 100vh;                 
  overflow-y: auto;
  background: linear-gradient(180deg, #ffffff, #f3f4f6);
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform .35s ease;
  box-shadow: 0 12px 36px rgba(0,0,0,.10);
  border: 0;                   
  padding: calc(env(safe-area-inset-top, 16px) + 12px) 16px calc(env(safe-area-inset-bottom, 16px) + 20px);
}
.side-panel.active {
  transform: translateY(0);   
}

.close-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  display: block; 
}
body.opened-menu .close-overlay {
  opacity: 1;
  visibility: visible;
}

.btn-close { 
	cursor: pointer; 
	display: block; 
	right: 0; top: -40px; 
	position: fixed; 
	z-index: 9999; width: -webkit-fill-available; 
	height: 50px; 
	line-height: 50px; text-align: center; 
	font-size: 28px; background-color: #e84e36; 
	color: #fff; opacity: 0; 
	transition: top 0.3s ease, opacity 0.3s ease; border-radius: 0px 0px 10px 10px; 
} 
.btn-close.active { top: 0; opacity: 1; }
body.opened-menu {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.side-panel .nav,
.side-panel .main-nav {
  display: block;
  padding: 15px;
}

.side-panel .main-nav > li {
  background: #ffffff;        
  border: 1px solid #dfe7f3;                   
  border-radius: 14px;
  margin: 10px 0;
  box-shadow: 0 4px 12px rgba(10,42,87,.05);
  transition: transform .15s ease, box-shadow .15s ease, background-color .2s ease, border-color .2s ease;
}
.side-panel .main-nav > li:hover {
  transform: translateY(-1px);
  background-color: #f4f9ff;                     
  border-color: #cfe0f6;
  box-shadow: 0 8px 20px rgba(10,42,87,.08);
}

.side-panel .main-nav > li > a {
  display: block;
  border-radius: 14px !important;
  position: relative;
  padding: 14px;                   
  color: #0a2a57;                                
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.side-panel .main-nav .fal {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0a2a57;
  opacity: .85;
}

.side-panel .hidden-menu {
  width: 100%;
  background: #f8fbff;
  border-top: 1px solid #e6eef7;
  border-bottom: 1px solid #e6eef7;
  column-width: auto;    
  column-gap: 0;
  padding: 8px 8px 10px;
  border-radius: 0 0 14px 14px;
}
.side-panel .hidden-menu li a {
	background-color: #fff;
 	max-width: none !important;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 10px 14px !important;
    color: #0a2a57;
    border-radius: 10px;
    text-decoration: none;
	border-radius: 10px;
	margin: 4px auto;
	border: 1px solid #c2e8fb91;
    transition: background-color .15s 
	ease, transform .12s 
	ease;
}
.side-panel .hidden-menu li a:hover {
  background: #eaf4ff;
  transform: translateX(2px);
}

@media (prefers-reduced-motion: reduce) {
  .side-panel { transition: none; }
  .close-overlay { transition: none; }
  .btn-menu, .btn-close,
  .side-panel .main-nav > li,
  .side-panel .hidden-menu li a { transition: none; }
}

@media (min-width: 1221px) {
  .btn-menu { display: none; }
  .side-panel { display: none; } 
}


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

	.main-nav > li:hover .hidden-menu {
		position: relative;
		width: -webkit-fill-available;
		max-width: none;
	}

	.login-item-hide {
		display: none;
	}
	.authorize-btn {
		right: 80px;
		width: 40px !important;
		height: 40px !important;
		margin-bottom: 0px !important;
		font-size: 20px;
	}
	.side-item-icons {
		width: 16%;
	}
	.wrap {overflow: hidden;}
	.nav-bottom, .nav {display: none; margin-top: 30px;} 
	/* .btn-menu {font-size: 25px; margin-left: 15px; cursor: pointer;} */
	.columns-lay {padding-left: 8px; padding-right: 8px;}
	.header  {padding-left: 20px; padding-right: 20px; margin: 5px auto;}
	.column-r {width: 100%; margin: 10px auto; border-top: 1px solid #eee;}
	.column-l {display: none; width: 100%; width: calc(100% + 30px); margin: auto; border-top: 1px solid #eee;}
	.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-bt {padding-left: 15px; text-align: center; }
	.side-bt-artist {padding-left: 15px; text-align: center; }
	.site-desc {text-align: center; margin-top: 20px;}
	.footer {display: block; text-align: center; padding: 10px 0px 70px 0px;}
	.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; min-width: 100%;}
	.search-box {max-width: 100%; }
	.wplayer {bottom: 0;}
	.audioplayer, .audioplayer-bar {max-width: 100%; left: 0;}

	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
	.artist-menu {
		display: flex;
  		width: auto;
  		flex-direction: row;
	}
	.category-buttons {display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 800px; margin: 10px auto; margin-top: 20px;}
	.mus-category-button {flex: 1 0 48%;
		margin-bottom: 10px;
		height: 50px;
		border-radius: 8px;
		padding: 20px;
		background-color: #0055b6;
		color: #fff !important;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
		transition: all .1s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;}
	.mus-category-button a {color: #fff !important;}
}

@media screen and (min-width: 951px) {
	
}

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

	.login-check-btn {
		position: absolute;
		right: 5px;
		top: -20px;
		height: 30px;
		line-height: 20px;
		background: #008100a4;
		color: #fff;
		border: 0;
		border-radius: 8px;
	}
	.b-area {
		gap: 5px !important ;
	}
	.b-area > label {
		width: auto !important;
	}
	.b-area {margin-bottom:20px; position:relative; display: flex;
	    position: relative;
    flex-direction: column !important; padding: 0px 0px !important;
    gap: 10px;
    align-items: flex-start;
}
	.b-area > input[type="text"], .b-area > input[type="password"], .b-area > input[type="file"] {max-width: none !important;}

	.side-bt-text {
		padding: 20px; 
		font-weight: 400; 
		font-size: 15px; 
		margin: 10px; 
		background-color: #64b7e117; 
		position: relative;
		margin-top: 30px;
	}
	.side-item-icons {
		width: 31%;
	}
	.artist-menu {
		display: flex;
  		width: auto;
  		flex-direction: row;
	}
	.artist-imagelink {
		padding: 5px;
		display: inline-block;
		margin: 5px;
		border-radius: 1px;
		width: 170px;
		text-align: center;
		font-size: 15px;
		text-transform: uppercase;}
	.playlist-link {
		width: 320px;
		height: auto;
	}
	.vykon-list-link {
		min-width: 320px !important;
	}
	.side-section {
		margin: 0 auto;
	}
}	


@media screen and (max-width: 760px) {
	.artist-information {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.vykon-list-link {
        min-width: 0 !important;
		width: 44%;
    }
	.tpage-btn-wrapper {
		flex-direction: row;
		align-items: center;
		margin: 10px auto;
		gap: 10px;
	}
	.fdl {
		flex-grow: 1;
	}
	.hshare {background: linear-gradient(to top, #3e9cb3, #48b0ca); justify-content: space-between; 
		padding: 10px 15px; margin: 0 -15px; margin-top: 15px; width: 100%; width: calc(100% + 30px); 
		-ms-flex-order: 10;-webkit-order: 10;order: 10;}
	.hshare > * {margin: 0; width: 30px; height: 30px;}
	.header {padding-top: 15px; padding-bottom: 15px;}

	.tpage-columns {display: block; width: -webkit-fill-available; max-width: 450px;}
	.tpage-image {margin: 0 auto 15px auto; }
	.fcaption {min-width: 100%; margin-top: 15px;}
	.fdl {margin: 0;}
	.fplay {margin-right: 10px; -ms-flex-preferred-size: 0; -webkit-box-flex: 1; -ms-flex-positive: 1;
		max-width: 100%; min-width: 50px;}
	.side-menu {
		padding: 20px;
		font-size: 14px;
		margin-top: -30px;
	}
	.sidem {
		font-size: 17px;
		font-weight: 400;
		padding: 10px;
		margin: 0 auto;
		text-align: center;
	}
	.side-bt-playlist {
		font-weight: 600; 
		font-size: 17px; 
		margin-bottom: 10px; 
		background: #f3f4f6;
		height: 45px;
		line-height: 40px;
		padding: 5px 20px;
		border-radius: 10px;
		margin-left: 10px;
		text-align: center;
	}

	.playlist-block {
		display: flex;
		margin: 0 auto;
		position: relative;
		margin-bottom: 40px;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}

	.playlist-count {
		line-height: 40px;
	}
	.fcaption-sharing {margin-left: 15px;}
	.frate {font-size: 12px;}
	.playlist-link {
		width: 240px;
		height: auto;
	}
	.side-section {
		margin: 0 auto;
	}
	.boxredact {
		padding: 10px 0px !important;
	}
}

@media screen and (max-width: 590px) {
	.main-s-title {font-size: 16px;}
	.us-info-title {
		flex-direction: column !important;
	}
	.us-info-title span {
		padding-left: 0px !important;
	}
	.cat-btn-bot {
		max-width: 270px;
	}
	.side-item-icons.nowrap {
    	width: 47%;
	}
	.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;}
	.artist-imagelink {
		padding: 5px;
		display: inline-block;
		margin: 3px;
		border-radius: 1px;
		width: 160px;
		text-align: center;
		font-size: 15px;
		text-transform: uppercase;
	}
	.fcaption-sharing {margin-left: 0px; margin-top: 10px; flex-grow: 1;}
	.playlist-link {
		max-width: 90%;
    	height: 180px;
		margin: 12px 5px;
	}
	.owl-theme .owl-nav {justify-content: space-between !important;}
}

@media screen and (max-width: 500px) {
	.vykon-list-link {
		width: 90%;
		min-width: 320px;
    }
}

@media screen and (max-width: 470px) {
	.ac-inputs input {width: 100%;}
	.spoiler-header {font-size: 18px;}
	.track-item {padding: 10px 20px;}
	.track-play {margin-left: -10px; width: 40px; padding-left: 1px;}
	.fcaption {padding: 15px;}
	.fcaption::before {display: none;}
	/* .share-blck-label {display: none;} */
	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
	.user_tab > li {
		margin: 0px auto 15px !important;
	}
	.userinfo_top {
		display: flex;     gap: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	}
}

@media screen and (max-width: 440px) {
	.owl-theme .owl-nav {justify-content: space-between !important;}
		.side-item-icons.nowrap {
    	width: 90%;
		max-width: 300px;
	}
}

@media screen and (max-width: 400px) {
	.playlist-title {
		width: 280px;
	}
	.artist-imagelink {
		padding: 5px;
		display: inline-block;
		margin: 2px;
		border-radius: 1px;
		width: 150px;
		text-align: center;
		font-size: 15px;
		text-transform: uppercase;
	}
	.tpage-btn-wrapper {margin: 20px 0px;}
	.fplay {max-width: 145px;}
	.fdl {max-width: 140px;}
	.fcaption-sharing {margin: 10px auto; }
}


