:root {
	--bg: #fff;
	--bg-darker: #e9eaef;
	--bg-darker: #e6e6e6;
	--bg-black: #27282d;
	--bg-black-lighter: #ffffff26;
	--bg-blacker: #15161b;
	--tt: #161616;
	--tt-lighter: #565656;
	--tt-lightest: #999;
	--tt-on-black: #a2a6b1;
	--bdc: #f2f2f2;
	--bdc-darker: #e3e3e3;
	--bsh: 0 5px 10px #00000015;
	--bsh-2: 0 10px 20px #00000015;
	--bsh-a: 0 6px 8px 0 rgba(0,0,0,0.03);
	--accent: #77529e;
	--accent-darker: #dcb5ff;
	--accent-2: #00b894;
	--accent-3: #8de6f8;
	--ui-bg: #fff;
	--ui-bg-darker: #f6f6f6;
	--ui-bg-darkest: #f0f0f0;
	--ui-bg-accent: #11222c;
	--ui-tt-on-accent: #fff;
	--ui-bdc: #e6e6e6;
	--indent-negative: -40px;
	--indent: 40px;
	--max-width: 1240px;
}
@media screen and (max-width: 1220px) {
:root {--indent-negative: -20px;--indent: 20px;}
}
* {background: none; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
img, table, iframe, video, frame, embed, object {max-width: 100%;}
body {font: 14px / 1.4 'Manrope', sans-serif; font-weight: 400; color: var(--tt); background-color:#d9f2ff; width: 100%; overflow-x: hidden;}
a {color: var(--tt); text-decoration: none;}
a:hover, a:focus {color: var(--accent); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 24px;}
b, strong, .bolder {font-weight: 700;}
button, select, textarea, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] {appearance: none; -webkit-appearance: none; font-size: 16px; font-family: inherit;}
button, .btn, input[type="button"], input[type="reset"], input[type="submit"], .form__btn, .sect__btn a,.qq-upload-button, .pm__links a, .usp__btn a {display: inline-flex; justify-content: center; align-items: center;  cursor: pointer; padding: 0 20px; height: 40px; white-space: nowrap;font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;background-color: var(--accent); color:#fff; border-radius: 6px; box-shadow: none;}
button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.form__btn:hover, .qq-upload-button:hover, .pm__links a:hover, .usp__btn a:hover, .sect__btn a:hover {background-color: var(--accent-darker); color: #fff; border-color: var(--accent-darker);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
.color-btn, [class*=fr], [class*=plyr], [class*=owl-], [id*=mceu], [class*=tox-], .ui-dialog-titlebar-close {padding: 0; margin: 0;line-height: normal; border: 0; box-shadow: none; background: none; border-radius: 0;}
input[type="text"], input[type="password"] {height: 40px; line-height: 40px; border-radius: 3px; padding: 0 15px;}
select {height: 40px; padding: 0 15px; display: block; font-size: 15px;}
select:not([multiple]) {background-image: url(../dleimages/chevron.svg); padding-right: 30px;background-repeat: no-repeat; background-position: right 15px top 50%; background-size: 12px auto;}
select option {padding: 6px 10px;}
select[multiple] option {padding: 3px 10px;}
select[multiple] {padding: 9px 5px; border-radius: 3px;}
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);}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {box-shadow: inset 0 0 0 1px var(--accent), inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.4; font-size: 14px;}
input:focus::placeholder, textarea:focus::placeholder {color: transparent}
.img-wide, .img-responsive, .img-fit-cover {position: relative; overflow: hidden;}
.img-responsive {padding-top: 60%;}
.img-responsive > img, .img-fit-cover img {width: 100%; height: 100%; object-fit: cover;}
.img-responsive > img {position: absolute; left: 0; top: 0;}
.img-wide img, .img-wide > a, .expand-link {width: 100%; display: block;}
.clr {clear: both;}
.clearfix::after {content: ""; display: table; clear: both;}
.ws-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.line-clamp {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.vw100 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}
.img-mask::before {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 60%; background: linear-gradient(to top, #000 0%, transparent 100%); opacity: 0.8;}
.expand-link::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.d-flex, .fx-row, #dle-content {display: flex; flex-wrap: wrap; flex-direction: row;}
.fd-column, .fx-col {flex-direction: column; flex-wrap: nowrap;}
.jc-space-between, .fx-row, #dle-content {justify-content: space-between;}
.jc-flex-start, .fx-start {justify-content: flex-start;}
.jc-center, .fx-center {justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center, .fx-middle {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.order-first {order: -1;}
.order-last {order: 10;}
.flex-grow-1, .fx-1, .stretch-free-width {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.pi-center {display: inline-grid; place-items: center;}
.icon-at-left [class*="fa-"] {margin-right: 0.8em;}
.icon-at-right [class*="fa-"] {margin-left: 0.8em;}
.hidden, #dofullsearch, .comment-item__main .quote + br, .d-none, #category option:empty, .ui-helper-hidden-accessible:empty, #related_news:empty, #result-registration:empty {display: none;}
.anim, button, .btn, a, .int *, .podb-in, .album-img, .album-img img, .podb-item img, .track__desc *, .top__header * {transition: color 0.3s, background-color 0.3s, opacity 0.3s, box-shadow 0.3s, transform 0.3s;}
.d-grid, #dle-content {width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.d-grid > *:not(.grid-item), #dle-content > *:not(.grid-item), #dle-content {width: 100%;}
@media screen and (min-width: 1220px) {
.album-item:hover img, a.podb-in:hover img {transform: scale(1.1,1.1)}
.album-item:hover .album-img, .podb-item:hover .podb-in {box-shadow: 0 27px 53px rgba(0,0,0,0)}
.speedbar a:hover, .fcat a:hover {text-decoration: underline;}
.pagination__pages a:hover, .pagination__btn-loader a:hover, .page__tags a:hover, .sect__tabs li:hover {background: var(--accent); color: #fff; border-color: var(--accent);}
.sb__menu a:hover, .header__link:hover, .track__desc:hover *, .top__header:hover *,
.track__fav > *:hover {color: var(--accent); opacity: 1}
.footer__text a:hover {border-color: transparent;}
.track__dl:hover {background-color: #00b894; color: #fff}
.topper__btns .btn + .btn:hover, .track__share:hover, .fdl:hover, .fshare:hover,
}
.wrapper {min-width: 320px; position: relative;box-shadow:0 20px 30px rgb(0 0 0 / 10%);padding: 30px 0 60px !important;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {box-shadow: 0 10px 30px rgba(0,0,0,0.1); background-color: #fafafa;overflow: hidden; border-radius: 20px 20px;}
.header {background: #fff;border-bottom:1px solid #e9e9e9;box-shadow: 0 5px 5px rgb(0 0 0 / 3%);padding: 20px var(--indent); position: relative; z-index: 10; }
.header__logo {gap:6px}
.cols {display: grid; grid-template-columns: 280px minmax(0,1fr);}
.col-side {padding: var(--indent); padding-top: 40px; position: relative; z-index: 10;display: grid; grid-gap: 40px; align-content: start; grid-template-columns: minmax(0,1fr); background:#77529e}
.content {padding: 40px var(--indent); min-height: 100vh; background-color: #fafafa;}
.mcols {display: grid; gap: 40px 10px; grid-template-columns: minmax(280px,1fr);}
.footer {color: #111; padding: 40px var(--indent);}
.footer__text a, .footer__text span {color: #77529e; border-bottom: 1px dotted #77529e;}
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 80px;z-index: 990; display: none; background-color: var(--bg); color: var(--tt-lightest); cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: var(--bsh);}
.logo {display: inline-flex; align-items: center; height: 40px; position: relative; min-width: 280px; color: #222 !important;font-size:26px;font-weight:700}
.logo span {color: var(--accent)}
.header__link {color: #fff; margin: 0 20px 0 40px;}
.search-block form {max-width: 100%; position: relative;}
.search-block__input[type="text"], .search-block__input[type="text"]:focus {border-radius: 20px; box-shadow: none; border: 0; background-color: #fafafa; padding: 0 50px 0 20px; box-shadow: var(--bsh-a);}
.search-block__input[type="text"]:not(:focus)::placeholder {color: #555; opacity: 0.8; font-size: 13px;}
.search-block__btn {position: absolute; right: 0; top: 0; width: 56px;background: none; color: var(--tt); border-radius: 16px; padding: 0; font-size: 18px;}
.topper {background-color: #fafafa;padding: var(--indent) var(--indent) 0 var(--indent); display: grid; gap:10px; align-content: center; margin-top: -50px; padding-top: 90px;}
.topper__title {font-weight: 700; font-size: 20px; line-height: 1.3}
.topper p {color: var(--tt-lighter); line-height: 1.6}
.topper__btns .btn + .btn:not(:hover) {background-color: #fff; color: #000;}
.topper__btns .btn {margin-right: 20px;}
.share-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;background-color: var(--ui-bg); border-radius: 4px; width: 400px; max-width: 96vw;text-align: center; padding: 40px 0; box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.sect {display: grid; gap: 20px; grid-template-columns: minmax(0,1fr);}
.sect__title {font-size: 28px; font-weight: 800;}
.full .sect__title {font-size: 22px; font-weight: 700;}
.fmain .sect__title {font-size:22px; font-weight: 700;}
.sect__link {display: inline-flex; align-items: center; gap: 6px; color: var(--tt-lighter); margin-left: 20px;}
.sect--wide {grid-column: 1 / -1;}
.sect__tabs {gap: 10px;}
.sect__tabs li a {cursor: pointer; display: flex; align-items: center; height: 36px; border-radius: 6px;background-color: #fff; box-shadow: var(--bsh-a); border-radius: 6px; padding: 0 10px;}
.sect__tabs li.is-active a {background-color: var(--accent); color: #fff;}
.sect__content > .fas {font-size:100px; color: var(--accent); display:block; text-align:center; margin: 0 auto; padding: 30px 0; width: 100%; grid-column: 1 / -1;}
.sect__btn {margin-top: -30px;}
.sect__btn a {width: 300px; max-width: 100%;}
.catmenu {gap: 10px 10px;}
.catmenu:empty {display: none;}
.catmenu a {background-color: var(--bg); box-shadow: var(--bsh-a); padding: 6px 10px; border-radius: 6px; display: block;}
.catmenu a span {opacity: 0.6; font-size: 0.8em; margin-left: 6px;}
.catmenu a:hover, .catmenu a.is-active {background-color: var(--accent); color: #fff;}
.speedbar {margin-bottom: 20px; font-size: 13px; color: var(--tt-lightest);}
.speedbar {font-size: 13px; color: var(--tt-darker-2); margin-top: 20px;}
.speedbar .fa {font-size: 11px; margin: 0px 5px;}
.descr {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-lighter);}
.descr h1, .descr h2, .descr h3 {font-weight: 600; font-size: 18px; color: var(--tt); line-height: 1.3;}
.descr a {text-decoration: underline; color: var(--accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 6 Pro';color: var(--accent); position: absolute; left: 0; top: 0;}
.mcols .track {width: 100%;}
.track {padding: 10px 20px; width: 100%; gap: 20px; position: relative; border-radius: 6px;background-color: #fff; box-shadow: var(--bsh-a); margin-bottom: 10px;}
.track__img {width: 40px; height: 40px; border-radius: 4px;}
.track__share {padding: 0; width: 30px; height: 30px; border-radius: 50%; background-color: transparent; color: var(--tt-lightest); font-size: 20px;}
.track__desc {display: block;}
.track__title {font-weight: 600;}
.track__subtitle {color: var(--tt-lightest); font-size: 14px; margin-top: 4px}
.track__time {font-size: 12px;line-height:1; color: var(--tt-lightest);}
.track__play {padding: 0; padding-left: 2px; width: 40px; font-size: 18px; border-radius: 50%;}
.track__dl {color: var(--accent); font-size: 18px; width: 30px; height: 30px; border-radius: 50%;}
.track__fav > * {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; font-size: 18px; color: var(--tt-lightest); cursor: pointer;}
.track.js-item-played {border-color: transparent}
.track.js-item-played > *:not(.track__count) {position: relative;}
.track.js-item-played::before {content: ''; position: absolute; bottom: 0; right: 0px; left: 0px; top: 0px; border-radius: 10px; background-color: #00000006;}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .track__play {padding-left: 0; background: var(--accent-darker); color: #fff;}
.album-item {width: 15%; margin-bottom: 20px; text-align: center;}
.album-img {box-shadow: var(--bsh-a); padding-top: 100%; border-radius: 50%; overflow: visible;}
.album-img img {border-radius: 50%;}
.album-img::before {border-radius: 50%; content: ''; right: -1px; bottom: -1px;border: 10px solid #fff; box-sizing: border-box; position: absolute; left: -1px; top: -1px; z-index: 5;}
.album-title {margin-top: 15px; font-weight: 600;}
.album-subtitle {margin-top: 5px; color: var(--tt-lightest); font-size: 13px;}
.mb-rem20 {margin-bottom: -20px;}
.podb-item {width: 23.6%; margin-bottom: 20px; position: relative;}
.podb-in {box-shadow: var(--bsh-2); display: block; padding-top: 100%; border-radius: 6px;}
.podb-desc {position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; padding: 15px; color: #fff;}
.podb-title {font-weight: 700;}
.podb-quantity {font-size: 12px; margin-top: 10px;}
.podb-in:before {background: linear-gradient(to top, var(--accent) 0%, transparent 100%); content: ''; position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; width: 100%; height: 70%;}
.sb__title {text-transform: uppercase; font-weight: 700; font-size: 14px; color: #d9f2ff;letter-spacing: 1px; margin-bottom: 30px;}
.sb__menu {display: grid; grid-gap: 13px;}
.sb__menu a {display: block; color: #fff; line-height: 1.4}
.sb__menu a .fal {width: 33px; color: #d9f2ff}
.sb__menu a .fas.fa-circle {margin-left: 10px; color: #cf0a0a; font-size: 8px;}
.sb__menu a:hover {color: #d9f2ff}
.sb:first-child .sb__title {padding-top: 0; border-top: 0;}
.sb__menu a.line-clamp {display: -webkit-box;}
.int {max-width: 100%; text-decoration: none;}
.sb__top a:hover, .sb__top a:focus {color: #fff}
.int + .int {margin-top: 20px;}
.int__img {width: 50px; height: 50px; border-radius: 50%; margin-right: 10px; box-shadow: var(--bsh-a);}
.int__title {font-weight: 500; color: #fff;}
.int__subtitle {font-size: 14px; margin-top: 3px; color: #d9f2ff;}
.pagination {text-align: center; padding-top: 30px;}
.pagination__pages {gap: 10px 10px;}
.pagination__pages a, .pagination__pages span {display: inline-block; line-height: 38px; padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc-darker); border-radius: 0px;}
.pagination__pages span:not(.nav_ext) {background: var(--accent); color: #fff; border-color: var(--accent);}
.full > * {margin-bottom: 40px;}
.fmain {margin: -40px; margin-top: -120px; padding: 40px; padding-top: 90px; background-color: #FDF6F6; margin-bottom:0}
h1 a {margin-left: 10px; color: var(--accent); font-size: 16px;}
.fspeedbar {margin-bottom: -50px; padding-top: 20px}
.fleft {width: 160px; margin-right: 40px}
.fctrl {width: 240px; margin-left: 40px}
.fposter {width: 160px; height: 160px; border-radius: 8px}
.fcaption {line-height: 1.5; color: var(--tt-lighter); position: relative; border-radius: 8px; background-color: #f1f1f1;padding: 20px 20px 20px 80px;}
.fcaption::before {
    content: '\f05a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 34px;
    color: var(--accent);
    transform: translateY(-50%);
}[data-height] {position: relative;}
.show-text {cursor: pointer; color: var(--accent); border-bottom: 1px dotted var(--accent); display: inline-block; justify-self: start; align-self: start; margin-top: -30px;}
[data-height][style] {-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 120px);}
.finfo {display: grid; gap: 4px; font-size: 14px; align-content: start}
.finfo li {display: flex; justify-content: space-between; position: relative}
.finfo li > span:first-child:after {content: ''; border-top: 1px dashed rgba(0,0,0,0.3); height: 1px; display: block; margin: 0 10px; position: relative; top: 1px; flex: 1 1 0; min-width: 50px; max-width: 100%; }
.finfo li span {display: inline-block; padding: 4px 0;}
.finfo li > span:first-child {color: var(--tt-lighter); flex: 1 1 0; min-width: 50px; max-width: 100%; display: flex; align-items: center;}
.finfo a {color: var(--accent); text-decoration: underline;}
.fplay, .fload {cursor: pointer; height: 60px; padding: 10px 15px 10px 75px; box-shadow: var(--bsh);font-weight: 600; font-size: 14px; position: relative; margin-bottom: 20px; border-radius: 8px; overflow: hidden;}
.fplay, .fload {background-color: var(--accent); color: #fff;}
.fplay-desc .ws-nowrap, .fload-desc {font-weight: 400; font-size: 13px;}
.fplay .msc-play, .fload .msc-load {font-size: 18px; text-align: center; margin: 0; width: 60px; height: 100%; position: absolute; left: 0; top: 0; line-height: 60px; background-color: #00000010;}
.fplay:hover, .js-item-played .fplay, .fload:hover {color: #fff; background-color: var(--accent-darker);}
.fdl {color: #fff; background-color: var(--accent-2); box-shadow: var(--bsh); margin-bottom: 20px; width: 100%;}
.page__tags {font-size: 0; gap: 10px 4px; margin-top: 40px;}
.page__tags .fal {height: 30px; line-height: 30px; font-size: 16px; margin-right: 6px;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; padding: 0 10px; font-size: 11px; text-transform: uppercase; color: var(--tt-lighter); border: 1px solid var(--bdc-darker);}
.page__btn-comments {height: 30px; padding: 0 10px; font-size: 11px; text-transform: uppercase; margin-left: 20px;}
.podb .podb-header {width: 100%; margin: 0; box-shadow: none; margin-bottom: 40px;}
.podb-header .podb-in {height: 300px; box-shadow: none; padding-top: 0;}
.podb-header .podb-desc {padding: 40px;}
.podb-header .page__rating {right: auto; bottom: auto; left: 20px; top: 20px; width: 160px;}
.podb-header .fcaption {margin-bottom: 20px; max-width: 500px; color: #ccc;}
.podb-header h1 {margin-bottom: 20px; max-width: 600px;}
.fmid .fcaption {padding-left: 0; margin-right: 20px; font-size: 13px;}
.fmid .fcaption::before {display: none;}
.artist .fbtm {margin-top: 20px;}
.podb-in > .ffav, .podb-compl {position: absolute; right: 10px; top: 10px; margin: 0;}
.podb-compl {right: 55px; top: 10px;}
.podb-compl a, .fmeta > a {display: block;}
.full-text {line-height: 1.9; font-size:14px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5,
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 30px;}
.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 > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;}
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}
.fdl-btn {display: block; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.1); text-decoration: none !important; padding: 15px 15px 15px 130px;background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {font-size: 14px; margin-top: -2px; margin-bottom: 6px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn-icon {width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;padding: 40px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; background-color:var(--accent);}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;background-color: #222; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu > * {margin-bottom: 40px;}
@media screen and (max-width: 1220px) {
body {background-image: none;}
.wrapper {overflow: hidden;padding:0 0 60px !important}
.wrapper-container {max-width:1000px; border-radius: 0;}
#scrolltop {width: 40px;height: 40px;line-height: 40px; font-size: 18px;}
.col-side {width: 100%; order: 10; display: none;}
.cols {grid-template-columns: minmax(0,1fr);}
.col-side .js-this-in-mobile-menu {display: none;}
.topper {height: auto;}
.logo {min-width: 100px; margin: 0; margin-right: 20px;}
.header__btn-menu {display: inline-flex; width: 40px; padding: 0; font-size: 18px; margin-left: 20px;}
.sect__tabs li, .catmenu li {flex-grow: 1; justify-content: center; min-width: auto; white-space: nowrap;}
.podb .podb-header {margin-top: -20px;}
}
@media screen and (max-width: 950px) {
.footer {color:#fff}
.wrapper-container {max-width:768px;}
.sect {grid-column: 1 / -1;}
.header__search {margin-right: 20px;}
.footer {display: block; text-align: center;}
.footer__text {margin: 20px 0;}
.footer__logo {margin: 0;}
.track {width: 100%;}
.fleft {margin-right: 20px;}
.fctrl {margin-left: 20px;}
.podb .podb-header {margin: -40px -20px 40px -20px; width: calc(100% + 40px); border-radius: 0;}
.podb .podb-in {border-radius: 0;}
}
@media screen and (max-width: 760px) {
.full .sect {gap:20px}
.fcaption {margin-bottom:20px}
.fmain .sect__title {font-size:20px}
.cols {margin-top:40px}
.track.js-item-played > *:not(.track__count) {position:unset!important}
.content {padding:20px var(--indent)}
.header {background-color: #fff; margin-bottom: 10px;}
.footer {background-color: #222; margin-top: 2px;}
.wrapper-container {max-width:640px;}
.header__search {min-width: 100%; order: 10; margin: 0; margin-top: 20px;}
.header__search form {max-width: 100%; width: 100%;}
.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; margin: 0; margin-right: 20px;}
.header__btn-login {width: 40px; overflow: hidden; font-size: 0; padding: 0; display: block; margin-right: -10px;}
.header__btn-login::before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; content:"\f007"; font-weight: 300; font-family:'Font Awesome 6 Pro';}
.sect__title, h1, h2, h3, h4, h5 {font-size: 22px;}
.podb-item {width: 47.3%;}
.album-item {width: 31%;}
.topper {margin-top: -140px; padding-top: 150px;}
.topper__title {font-size: 22px;}
.col-side {display: grid;padding:0 0}
.fmain {margin-top: -180px; padding-top: 130px; background-size: 200% auto; background-repeat: repeat-y;padding-bottom: 0}
.fspeedbar, .fmain h1 {text-align: center;}
.fcols, .fmid {display: block;}
.fleft {margin: 0 auto; margin-bottom: 20px; margin-top: -20px;}
.fctrl {width: 100%; margin: 0; margin-top: 20px;}
.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
.ac-form__bottom > * {min-width: 100%;}
.ac-form__bottom button {width: 100%; order: 10;}
}
@media screen and (max-width: 590px) {
.wrapper-container {max-width:480px;}
.pages-bg {padding-left: 20px; padding-right: 20px;}
.track {gap: 10px; padding: 10px;}
.podb-header h1 {margin-bottom: 10px;}
.podb-header .page__rating {left: 10px; top: 10px;}
.podb .podb-desc {padding: 20px;}
.podb-header .podb-in {height: 200px;}
}
@media screen and (max-width: 470px) {
.wrapper-container22 {max-width:360px;}
.hm2, .page__comments-info {display: none;}
.topper__desc br {display: none;}
.track12 {margin-left: -10px; margin-right: -10px; width: calc(100% + 20px) !important;}
.track__play {position: absolute; left: 10px; top: 10px; z-index: 6; border-radius: 4px; background-color: rgba(67, 161, 199, 0.6);}
.sect__btn a {width: 100%;}
.podb .podb-header {margin-top: -40px;}
.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997;background-color:var(--accent); color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.15);}
.audioplayer {max-width: 1240px; width: calc(100% - 40px); margin: 0 auto; height: 80px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 10px; width:700px; cursor: pointer;background-color: #eee; border-radius: 0px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%;background-color: rgba(0,0,0,0.1); border-radius: 0px; cursor: pointer;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%;z-index: 10; border-radius: 0px; background-color: #fff; cursor: pointer;}
.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 { display: block; height: 30px; line-height: 30px; text-align: center; color: #fff;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px;background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px;position: relative; cursor: pointer; background-color: #eee; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: var(--accent);position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}
.ap-dl {font-size: 18px; margin-left: 20px; color: #fff}
.ap-time {font-size: 12px; 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: 0px;}
.ap-artist {font-size: 13px; margin-top: 4px; color: #d9f2ff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ap-title {font-weight: 600; color: #fff;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ap-btns {margin-right: 20px;}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center;border-radius: 50%; display: block; position: relative; margin: 0 20px;background: rgba(255,255,255,.2); color: #fff;}
.ap-prev, .ap-next {cursor: pointer; font-size: 18px; color: #fff;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #a5bdfd;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background: var(--accent-darker); color: #fff;}
.wplayer-init .audioplayer-playpause .fas:before {content: '\f04b'; padding-left: 1px;}
@media screen and (max-width: 1220px) {
.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
}
@media screen and (max-width: 590px) {
.audioplayer-volume, .ap-time, .ap-img {display: none;}
.audioplayer-playpause a {margin: 0 10px;}
}
