:root {
--bg: #fff;
--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 #00000005;
--gradient: linear-gradient(320deg,#972518 0,#3286aa 100%);
--accent: #e74c3c;
--accent-darker: #c0392b;
--accent-2: #00b894;
--accent-3: #fcd12d;
--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: 1366px;
}
@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: 15px / 1.4 'Manrope', sans-serif; font-weight: 400; letter-spacing: 0.02em; user-select: none;
color: var(--tt); background: #383940 url(../images/bg.webp); width: 100%; overflow-x: hidden;}
a {color: var(--tt); text-decoration: none;}
a:hover, a:focus {color: var(--tt); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 24px;}
::selection {background: #ff0000; color: #fff;}
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, 
.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: 20px; 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 
{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; 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%;}
@font-face {font-family: 'Manrope'; src: url('../webfonts/manrope-400.woff2') format('woff2');
font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'Manrope'; src: url('../webfonts/manrope-600.woff2') format('woff2');
font-weight: 600; font-style: normal; font-display: swap;}
@font-face {font-family: 'Manrope'; src: url('../webfonts/manrope-700.woff2') format('woff2');
font-weight: 700; font-style: normal; font-display: swap;}
.wrapper {min-width: 320px; position: relative; padding: 30px; padding-bottom: 60px !important;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {box-shadow: 0 0 30px #00000060}
.header, .footer {background-color: var(--bg-blacker); padding: 20px var(--indent);}
.cols {display: grid; grid-template-columns: 280px minmax(0,1fr); 
background: #fff url(../images/wave.webp) right bottom -270px no-repeat;}
.col-side {background-color: var(--bg-blacker); padding: var(--indent); padding-top: 20px;
display: grid; grid-gap: 40px; align-content: start; color: #fff;}
.content {padding: var(--indent); min-height: 80vh;}
.mcols {display: grid; gap: 40px 40px; grid-template-columns: repeat(auto-fill,minmax(320px,1fr));}
.footer {color: var(--tt-on-black); padding: 40px var(--indent);}
.footer a {color: var(--accent); border-bottom: 1px dotted var(--accent);}
#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; 
font-weight: 700; font-size: 20px; letter-spacing: 1px; padding-left: 40px; min-width: 280px;
background: url(../images/logo.svg) 0 6px / 30px no-repeat; color: #fff !important;}
.logo span {opacity: 0.8;}
.header__link {color: #fff; margin: 0 20px 0 40px;}
.search-block form {max-width: 400px; position: relative; float: right;}
.search-block__input[type="text"], .search-block__input[type="text"]:focus {border-radius: 16px; box-shadow: none; 
border: 0; background-color: var(--bg); height: 32px; line-height: 32px; padding: 0 20px 0 40px;}
.search-block__input[type="text"]:not(:focus)::placeholder {color: var(--tt-lightest); opacity: 0.8; font-size: 13px;}
.search-block__btn {position: absolute; left: 0; top: 0; width: 44px; height: 32px;
background: none; color: var(--tt); border-radius: 16px; padding: 0; font-size: 14px; display: inline-flex; align-items: center; justify-content: center;}
.search-block__btn svg, .search-block__btn .icon {width: 14px; height: 14px;}
.topper {height: 430px; background: url(../images/topbg.webp) right bottom no-repeat;
background-color: var(--accent-3); padding: var(--indent); padding-top: 30px; position: relative;}
.topper__title {font-weight: 700; font-size: 34px; margin-bottom: 3px;}
.topper__desc {color: var(--tt-lighter); line-height: 1.6;}
.topper__list {margin-top: 36px; position: relative; display: flex; overflow-x: auto; overflow-y: hidden;
scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
scrollbar-width: none; -ms-overflow-style: none;}
.topper__list::-webkit-scrollbar {display: none;}
.topper__list > .top {flex: 0 0 100%; width: 100%; scroll-snap-align: start; scroll-snap-stop: always;}
.top__header {margin: 0 0 20px 0; padding-left: 50px; position: relative; display: block;}
.top__header::before {content: ''; width: 40px; height: 40px; border-radius: 50%; position: absolute; left: 0; top: 50%; 
margin-top: -20px; box-shadow: var(--bsh);
background: #fff url(../images/logo.svg) center center / 20px no-repeat;}
.top__title {font-weight: 700;}
.top__subtitle {opacity: 0.6; margin-top: 3px; font-size: 13px;}
.top__play {padding: 0 40px; margin-right: 20px;}
.top__share {padding: 0; width: 40px; background-color: #fff; color: var(--tt-lightest); font-size: 18px;}
.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: 40px; grid-template-columns: minmax(0,1fr);}
.sect__title {font-size: 24px; font-weight: 700;}
.sect__link {display: inline-flex; align-items: center; gap: 6px; position: relative; bottom: -1px;
color: var(--accent); font-size: 11px; text-transform: uppercase; letter-spacing: 1px;}
.sect__link svg, .sect__link .icon {width: 12px; height: 12px;}
.sect--wide {grid-column: 1 / -1;}
.sect--move-top {margin-top: -150px;}
.speedbar {margin-bottom: 20px; margin-top: -20px; font-size: 13px; color: var(--tt-lightest);}
.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:''; width: 16px; height: 16px; position: absolute; left: 0; top: 2px;
background-color: var(--accent); mask: url(#icon-check) no-repeat center; mask-size: contain;
-webkit-mask: url(#icon-check) no-repeat center; -webkit-mask-size: contain;}
.mcols .track {width: 100%;}
.track {padding-bottom: 10px; margin-bottom: 10px; width: 48%;
border-bottom: 1px solid var(--bdc); gap: 20px; position: relative;}
.track__img {width: 40px; height: 40px; margin-right: -10px;}
.track__desc {display: block;}
.track__title {font-weight: 600;}
.track__subtitle {color: var(--tt-lightest); font-size: 13px; margin-top: 2px;}
.track__time {font-size: 12px; color: var(--tt-lightest);}
.track__play {padding: 0; padding-left: 2px; width: 40px; font-size: 12px; display: inline-flex; align-items: center; justify-content: center;}
.track__play svg, .track__play .icon {width: 14px; height: 14px;}
.track__dl {padding: 0; width: 40px; color: var(--accent-2); background-color: #e6fcf8; font-size: 18px; margin-left: -10px; display: inline-flex; align-items: center; justify-content: center;}
.track__dl svg, .track__dl .icon {width: 18px; height: 18px;}
.sect__content--count .track {padding-left: 36px;}
.track__count {font-size: 14px; color: var(--tt-lighter); font-weight: 700; opacity: 0.4;
position: absolute; left: 0; top: 0; line-height: 40px;}
.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: -10px; left: -10px; top: -10px; 
border-radius: 10px; background-color: #00000006;}
.js-item-played .track__play {padding-left: 0; background: var(--accent-darker); color: #fff;}
.album-item {width: 15%; margin-bottom: 20px;}
.album-img {box-shadow: 0 27px 53px rgba(0,0,0,0.1); padding-top: 100%;}
.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: 32%; margin-bottom: 20px; position: relative;}
.podb-in {box-shadow: 0 27px 53px rgba(0,0,0,0.1); display: block;}
.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, #222 0%, transparent 100%); 
content: ''; position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; width: 100%; height: 70%;}
/* SIDEBAR
----------------------------------------------- */
.sb__title {font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 30px;}
.sb__title--accent {margin: 0 var(--indent-negative); padding: 15px var(--indent); background-color: #ffffff10;
margin-bottom: 20px; border-left: 3px solid var(--accent); color: var(--accent);}
.sb__title .fas {width: 30px;}
.sb__content {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(200px,1fr));}
.sb__menu {display: grid; gap: 15px;}
.sb__menu a {color: var(--tt-on-black); display: block; position: relative;}
.sb__menu--icon a {text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.sb__menu--icon .fal, .sb__menu--icon .fas {position: absolute; left: 0; top: 1px;}
.int {color: var(--tt-on-black) !important;}
.int__img {width: 50px; height: 50px; margin-right: 10px;}
.int__title {font-weight: 600;}
.int__subtitle {font-size: 13px; margin-top: 3px; opacity: 0.8;}
/* PAGINATION
----------------------------------------------- */
.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(--bg-blacker); color: #fff; border-color: var(--bg-blacker);}
/* FULL
----------------------------------------------- */
.full > * {margin-bottom: 40px;}
.fmain {margin: -40px; padding: 40px; background: url(../images/topbg2.webp) right bottom / cover no-repeat;
background-color: var(--accent-3); margin-bottom: 40px;}
.fcat {font-size: 14px; margin-top: 10px;}
.fcat span {font-weight: 600; margin-right: 5px;}
.fcat a {color: var(--accent);}
.fcat span[class*=fa] {color: var(--accent); margin-right: 8px;}
h1 a {margin-left: 10px; color: var(--accent); font-size: 16px;}
.fleft {width: 200px; margin-right: 20px;}
.fposter {box-shadow: 0 27px 53px rgba(0,0,0,0.2); width: 200px; height: 200px;}
.fcaption {line-height: 1.5; color: var(--tt-lighter); 
font-size: 14px; border-left: 4px solid var(--accent); padding-left: 20px;}
[data-height] {position: relative;}
.show-text {position: absolute; bottom: 0; left: 50%; z-index: 3; transform: translateX(-50%); 
background: var(--bg-darker); font-weight: 600; color: var(--tt-lighter);}
[data-height][style]::before {content: ''; pointer-events: none; height: 100%; position: absolute; z-index: 1;
left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 0%, #fff 100%);}
.finfo {margin-bottom: 10px;}
.finfo li {display: flex; justify-content: space-between; position: relative; width: 48%; margin-bottom: 8px;}
.finfo li > span:first-child:after {content: ''; border-top: 1px dashed #00000060; 
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;}
.fmeta {justify-content: flex-end;}
.fmeta a {display: block;}
.ffav {background-color: var(--bg); box-shadow: var(--bsh); margin-left: 10px; 
width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; 
font-size: 18px; color: var(--tt-lighter); cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
border: none; padding: 0;}
.ffav svg, .ffav .icon {width: 18px; height: 18px; fill: currentColor; pointer-events: none;}
.ffav.is-active {color: var(--accent);}
.ffav:hover, .fdl:hover {background-color: #fff; color: var(--tt);}
.page__rating {position: static;}
.page__rating > * {margin-left: 10px; height: 40px; border-radius: 20px; background-color: #fff; 
box-shadow: 0 2px 4px rgba(0,0,0,0.1); padding: 5px; font-weight: 500; padding-right: 20px; display: flex; align-items: center;}
.page__rating svg, .page__rating .icon {font-size: 16px; margin-right: 10px; width: 30px; height: 30px; border-radius: 50%; 
text-align: center; line-height: 30px; background-color: #27ae60; fill: #fff; padding: 7px;}
.page__rating > * + * svg, .page__rating > * + * .icon {background-color: #e74c3c;}
.page__rating a:hover {background: var(--bg-darker); color: #000;}
.fplay {cursor: pointer; height: 60px; padding: 10px 15px 10px 75px; box-shadow: var(--bsh);
font-weight: 600; font-size: 16px; width: 240px; position: relative; margin-right: 20px;}
.fplay {background-color: var(--accent); color: #fff;}
.fplay-desc .ws-nowrap {font-weight: 400; font-size: 13px;}
.fplay .msc-play {font-size: 24px; text-align: center; margin: 0; width: 60px; height: 100%; 
position: absolute; left: 0; top: 0; line-height: 60px; background-color: #00000010; display: flex; align-items: center; justify-content: center;}
.fplay .msc-play svg, .fplay .msc-play .icon {width: 24px; height: 24px;}
.fplay:hover, .js-item-played .fplay {color: #fff; background-color: var(--accent-darker);}
.fdl {color: #fff; background-color: var(--accent-2); box-shadow: var(--bsh);}
.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;}
.podb-header .podb-desc {padding: 40px;}
.podb-header .page__rating {position: absolute; right: 20px; top: 20px; z-index: 5;}
.podb-header .fcaption {margin-bottom: 20px; max-width: 500px; color: #ccc;}
.podb-header h1 {margin-bottom: 20px; max-width: 600px;}
.podb-quantity div {display: inline-block; padding: 6px 10px; margin-right: 10px; 
background-color: var(--accent-3); color: #000;}
/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 15px; 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);}
/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0; margin-top: 40px;}
.page__comments-title {font-size: 21px; font-weight: 700; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
color: var(--tt-lighter); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-header {position: relative; padding-right: 130px;}
.page__comments-btn {position: absolute; right: 0; top: 0;}
.ac-form {display: grid; gap: 20px; margin-bottom: 40px;}
.ac-form__bottom {gap: 10px 20px;}
.ac-form .message-info {margin: 0;}
.ac-form .tox-tinymce {height: 160px !important;}
.comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.has-comms {margin-bottom: -20px;}
.comment-item__title {font-weight: 700; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc-darker);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 700; 
position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 600; font-size: 14px;}
.comment-item__date {color: var(--tt-lightest); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px; display: inline-flex; align-items: center;}
.comment-item__rating a > svg:first-child, .comment-item__rating a > .icon:first-child {color: #6ab04c; margin-right: 4px; width: 14px; height: 14px;}
.comment-item__rating a:last-child > svg:first-child, .comment-item__rating a:last-child > .icon:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-lightest); display: inline-flex; align-items: center;}
.comment-item__reply a svg, .comment-item__reply a .icon {margin-left: 5px; width: 12px; height: 12px;}
.comment-item__reply + .comment-item__reply a svg, .comment-item__reply + .comment-item__reply a .icon {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-lightest);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}
/* LOGIN
----------------------------------------------- */
.login {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; 
box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 600; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px; display: inline-flex; align-items: center; justify-content: center;}
.login__close svg, .login__close .icon {width: 24px; height: 24px;}
.login__title a {border-bottom: 1px dotted var(--tt-lighter); margin-left: 10px; font-weight: 400; color: var(--tt-lightest);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lightest);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row svg, .login__row .icon {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; height: 40px; text-align: center; display: flex; align-items: center; justify-content: center;}
.login__row svg svg, .login__row .icon svg {width: 18px; height: 18px;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:34px; height: 34px;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu svg, .login__menu .icon {display: block; height: 30px; width: 24px; font-size: 24px; opacity: 0.3; margin: 0 auto 5px;}
/* Slider Navigation */
.owl-nav {position: absolute; right: var(--indent); bottom: 200px; z-index: 10; display: flex; gap: 10px;}
.owl-prev, .owl-next {display: flex; align-items: center; justify-content: center; cursor: pointer; 
width: 40px; height: 40px; border-radius: 50%; background: #fff; color: var(--tt-lighter); 
box-shadow: var(--bsh); border: none; padding: 0; position: relative;}
.owl-prev:hover, .owl-next:hover {background: var(--bg-blacker); color: #fff;}
.owl-prev svg, .owl-next svg, .owl-prev .icon, .owl-next .icon {width: 18px; height: 18px;} 
/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.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(--bg-blacker); color: #fff;}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: flex; align-items: center; justify-content: center; 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: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close svg, .mobile-menu-close .icon {width: 18px; height: 18px;}
.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 {padding: 0; background-image: none; overflow: hidden;}
.wrapper-container {max-width:1000px;}
#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
.col-side {width: 100%; order: 10; display: none;}
.cols {display: block;}
.topper {padding-top: 30px;}
.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; align-items: center; justify-content: center;}
.header__btn-menu svg, .header__btn-menu .icon {width: 18px; height: 18px;}
.fmain {margin: -20px; margin-bottom: 40px; padding: 20px;}
.podb-header .podb-desc {padding: 20px;}
.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  
{background: var(--accent); color: #fff; border-color: var(--accent);}
.sb__menu a:hover, .int:hover *, .header__link:hover, .track__desc:hover *, .top__header:hover * {color: var(--accent); opacity: 1;}
.footer__text a:hover {border-color: transparent;}
.track__dl:hover {background-color: #00b894; color: #fff;}
.top__share:hover {background-color: var(--bg-blacker);}
}
@media screen and (max-width: 950px) {
.wrapper-container {max-width:768px;}
.sect {grid-column: 1 / -1;}
.header__link {display: none;}
.header__search {margin-right: 20px;}
.footer {display: block; text-align: center;}
.footer__text {margin: 20px 0;}
.footer__logo {margin: 0;}
.track {width: 100%;}
.fleft {width: 180px;}
.fposter {width: 180px; height: 180px;}
.podb .podb-header {margin: -20px; margin-bottom: 40px; width: calc(100% + 40px);}
}
@media screen and (max-width: 760px) {
.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; 
content:''; background-color: currentColor; mask: url(#icon-user) no-repeat center; mask-size: 18px;
-webkit-mask: url(#icon-user) no-repeat center; -webkit-mask-size: 18px;}
.sect__title, h1, h2, h3, h4, h5 {font-size: 22px;}
.podb-item {width: 100%;}
.album-item {width: 31%;}
.topper {background-image: url(../images/topbg.webp); background-size: cover;
height: auto; padding-bottom: 170px; background-position: center center;}
.topper__title {font-size: 22px;}
.fcols, .fmid {display: block;}
.fleft {margin: 0 auto; margin-bottom: 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;}
.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
.fleft {display: none; }
.fmain {gap: 20px 40px;}
}
@media screen and (max-width: 590px) {
.wrapper-container {max-width:480px;}
.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}	
.fheader {display: block; text-align: center;}
.fheader .page__rating {justify-content: center; margin-top: 20px;}
.fheader .page__rating a {margin: 0 10px;}
.finfo li {width: 100%;}
.fmain {background-size: auto; background-repeat: repeat-y; background-position: top center;}
.fplay {width: 100%; margin: 0; margin-bottom: 20px;}
.podb-header .fcaption {font-size: 13px; line-height: 1.3;}
.podb-header h1 {margin-bottom: 10px;}
.podb-header .page__rating {right: 10px; top: 10px;}
}
@media screen and (max-width: 470px) {
.wrapper-container22 {max-width:360px;}
.hm2, .page__comments-info {display: none;}
.sect__content--count .track {padding-left: 0;}
.track__count, .topper__desc br {display: none;}
.track__time {margin-right: -10px; margin-left: -10px;}
.track__title, .album-title {font-size: 14px;}
.sect--podb {order: 10; margin: 0;}
.content {padding-top: 40px;}
.top__play {margin-right: 10px;}
.topper {padding: 20px;}
.fmain, .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;}
}
/* PLAYER
----------------------------------------------- */
.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(--bg-blacker); color: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.6);}
.audioplayer {max-width: 1100px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 10px; width: 500px; 
background-color: #000; 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;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%;
z-index: 10; border-radius: 0px; background-color: var(--accent);}
.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-volume-button a {display: flex; align-items: center; justify-content: center; height: 30px; line-height: 30px; text-align: center; color: #ccc;}
.audioplayer-volume-button svg, .audioplayer-volume-button .icon {width: 18px; height: 18px;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px;
background-color: var(--bg-blacker); 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: #000; 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: #ccc; display: inline-flex; align-items: center; justify-content: center;}
.ap-dl svg, .ap-dl .icon {width: 18px; height: 18px;}
.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: #ccc; 
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ap-title {font-size: 15px; color: #fff; font-weight: 600; 
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: flex; align-items: center; justify-content: center; position: relative; margin: 0 20px;
background: var(--accent); color: #fff;}
.audioplayer-playpause svg, .audioplayer-playpause .icon {width: 20px; height: 20px;}
.ap-prev, .ap-next {cursor: pointer; font-size: 18px; color: #ccc; display: inline-flex; align-items: center; justify-content: center;}
.ap-prev svg, .ap-prev .icon, .ap-next svg, .ap-next .icon {width: 18px; height: 18px;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #fff;}
.audioplayer-playpause a:hover {background: var(--accent-darker); color: #fff;}
@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;}
}
.icon {display: inline-block; width: 1em; height: 1em; fill: currentColor; vertical-align: -0.125em;}
.icon-lg {font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.225em;}
.icon-fw {text-align: center; width: 1.25em;}