/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; background: url(../images/bg.jpg) center 0 / 100% auto fixed no-repeat;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh; }
.header {background: var(--bg-darkest); margin-bottom: 40px; height: 80px;}
.content {background-color: var(--bg); padding: var(--indent); padding-top: 20px; position: relative;}
.content::before {content: ''; position: absolute; z-index: -1; left: 20px; right: 20px; 
	top: -10px; bottom: -10px; background-color: var(--bg-darker);}
.col-side {width: 240px; margin-left: 40px;}
.footer {color: var(--tt-lighter-2); padding: 15px var(--indent); margin-top: 10px;}
.footer__two {padding-top: 15px; margin-top: 15px; font-size: 14px; 
	border-top: 1px solid rgba(255,255,255,0.15); color: var(--tt-lighter);}
	
#scrolltop {position: fixed; width: 80px; height: 40px; line-height: 40px; right: 10px; bottom: 10px;
	z-index: 998; display: none; background-color: var(--accent); color: #fff; 
	cursor: pointer; font-size: 24px; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}


/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 80px; text-align: left;
	background: url(../images/logo.svg) right center / 60px no-repeat; padding-right: 75px; text-transform: uppercase;
	font-family: 'Rex'; font-weight: 700; font-size: 20px; letter-spacing: 1px; line-height: 1; 
	max-width: 180px; overflow: hidden;}
.logo__title {color: #fff;}
.logo__subtitle {color: var(--accent); font-size: 30px; letter-spacing: 3px;}
.logo-caption {margin-left: 30px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,0.15); 
	font-size: 16px; line-height: 1.4; color: var(--tt-lighter-2); margin-right: 60px;}

.header__menu > li {margin-right: 30px;}
.header__menu > li > a {height: 80px; color: #fff; display: flex; align-items: center; letter-spacing: 1px;}
.header__menu > li:hover > a, .header__menu > li > a.is-active {color: var(--accent);}
.header__btn-login {background-color: rgba(255,255,255,0.15); color: var(--tt-lighter-2);}

.header__search {position:relative; background-color: var(--bg-darker); margin-bottom: 40px;
	width: calc(100% + 40px); margin-right: -40px; height: 73px; padding: 11px; padding-right: 40px;}
.header__search input, .header__search input:focus {padding: 0 50px 0 20px; border-radius: 0px; 
	background: var(--bg); box-shadow: 0 0 0 1px var(--bdc); color: var(--tt); height: 50px; line-height: 50px;}
.header__search input:not(:focus)::placeholder {color: var(--tt); opacity: 0.9; font-size: 16px;} 
.header__search-box button {position:absolute; right: 90px; top: 11px; width: 80px; height: 50px; padding: 0; 
	background: none; color: var(--accent); font-size: 22px;}
.theme-toggle {margin-left: 10px; font-size: 22px; display: grid; place-items: center; height: 50px; width: 50px; 
	background: var(--bg); box-shadow: 0 0 0 1px var(--bdc); color: var(--accent);}
.dt-is-active .theme-toggle .fal::before {content:"\f186";}


/* SLIDER
----------------------------------------------- */
.slider {width: 100%; position: relative; margin-bottom: 40px;}
.slider__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.slider__content > .slide {width: 100%; flex-shrink: 0; margin-right: 20px;}
.slide {height: 310px; line-height: 1.6; font-size: 15px;}
.slide::before {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 100%; 
	background: linear-gradient(to right, #000 0%, rgba(0,0,0,0.6) 80%, transparent 100%); opacity: 0.8; width: 80%;}
.slide__desc {position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 10; 
	display: flex; flex-direction: column; justify-content: flex-end; color: #fff; padding: 0 40% 40px 40px;}
.slide__title {font-weight: 700; margin-bottom: 10px; font-size: 34px; text-transform: uppercase;}
.slide__category {text-transform: uppercase; font-size: 18px; margin-bottom: 0px;}
.slide__btn {margin-top: 30px; max-width: 110px; border-radius: 20px; font-size: 14px; font-weight: 500;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 40px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 22px; font-weight: 700; text-transform: uppercase; 
	display: flex; align-items: center; justify-content: center; text-align: center;}
.sect__title::before, .sect__title::after {content: ''; height: 1px; background-color: var(--bdc); 
	flex-grow: 1; margin-right: 28px; min-width: 60px;}
.sect__title::after {margin: 0; margin-left: 28px;}
.site-desc {display: grid; grid-gap: 20px; line-height: 1.6; color: #5c5c5c; 
	width: 100%; padding-top: 30px; margin: 0; margin-top: 40px;}
.site-desc h1 {color: var(--tt);}
.site-desc h2, .site-desc h3 {font-weight: 400; font-size: 26px; color: var(--tt); line-height: 1.3; margin-bottom: 15px;}
.site-desc a {text-decoration: underline;}
.site-desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.site-desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent-2); position: absolute; left: 0; top: 0;}
.sect-desc__section {padding-top: 15px;}
.sect-desc__img {width: 130px; height: 130px; border-radius: 50%; margin-right: 15px; float: left;
	box-shadow: 0 0 0 1px var(--bdc); border: 10px solid var(--bg); background-color: #000;}
.speedbar {font-size: 14px; color: var(--tt-lighter); margin: -20px 0 20px; padding-left: 1px;}
.speedbar a:hover {text-decoration: underline;}
.speedbar .fal {color: var(--accent); margin-right: 6px;}


/* TRACK ITEM
----------------------------------------------- */
.trc {border: 1px solid var(--bdc); padding: 10px; border-radius: 3px; position: relative; gap: 20px;}
.trc + .trc {margin-top: -10px;}
.trc__img {width: 40px; height: 40px; border-radius: 3px; margin-right: 40px;}
.trc__play {width: 40px; height: 40px; border-radius: 50%; padding: 0; font-size: 18px; 
	padding-left: 5px; position: relative; z-index: 10;}
.trc__views, .trc__time, .trc__count {font-weight: 500; color: var(--tt-lighter); gap: 5px; width: 60px; font-size: 14px;}
.trc::after {content: '\f141'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 40px; color: var(--accent);}
.trc__desc {gap: 20px;}
.trc__title {font-size: 19px; font-weight: 500; width: 180px;}
.trc__subtitle {font-size: 17px; font-weight: 500; color: var(--tt-lighter);}
.trc__count {position: absolute; left: 60px; top: 50%; transform: translateY(-50%); 
	text-align: center; width: 40px; font-size: 14px;}
.trc__desc::before {position: absolute; inset: 0; content: '';}
.trc:hover, .js-item-played.trc {border-color: var(--accent);}
.trc__play:hover, .js-item-played .trc__play {background-color: var(--accent-2); color: #fff;}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played.trc .fa-play:before {margin-left: -5px;}


/* ARTIST ITEM, POSTER COVER
----------------------------------------------- */
.poster {text-align: center;}
.poster__img {box-shadow: 0 0 0 1px var(--bdc); border: 10px solid var(--bg); margin-bottom: 15px; padding-top: 100%;}
.poster__title {font-size: 19px; font-weight: 500;}
.poster__subtitle li {font-size: 14px; margin-top: 6px; color: var(--tt-lighter);}
.poster__subtitle li a {color: var(--tt-lighter);}
.poster__subtitle li:not(:last-child)::after {margin-left: 6px; content: '/'; opacity: 0.9;}
.poster__label {position: absolute; z-index: 10; padding: 5px 10px; font-size: 12px; font-weight: 500;}
.poster__label--year {right: 0; bottom: 0; background-color: var(--accent); color: var(--tt);}
.poster__label--quality {right: 0; top: 0; background-color: var(--accent-2); color: #fff;}
.poster:hover .poster__img {box-shadow: 0 0 0 2px var(--accent);}
.has-overlay__mask {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; 
	background-color: rgba(0,0,0,0.6); color: var(--accent); font-size: 40px; opacity: 0;}
.has-overlay:hover .has-overlay__mask, .has-overlay:hover .poster__btn-info {opacity: 1;}
.has-overlay:hover .poster__label--quality {opacity: 0;}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 25px;}
.side-block__title {font-weight: 500; font-size: 25px; line-height: 1; margin-bottom: 15px; padding-bottom: 15px; 
	border-bottom: 1px solid var(--bdc); position: relative; padding-left: 40px;}
.side-block__title .fal {color: var(--accent); font-size: 24px; margin-top: -7px;
	position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.side-block__title-bg {background-color: var(--accent); color: #fff; font-size: 18px; text-transform: uppercase; 
	font-weight: 500; padding: 25px 30px; position: relative; padding-left: 79px;}
.side-block__title-bg .fal {width: 34px; height: 34px; line-height: 34px; border-radius: 50%; text-align: center; 
	position: absolute; left: 30px; top: 50%; transform: translateY(-50%); 
	font-size: 16px; background-color: rgba(255,255,255,0.3);}
.side-block--bg {background-color: var(--bg-darker);}
.side-block__menu {padding: 25px 30px; padding-top: 0; display: grid; grid-gap: 10px;}
.side-block__menu li {position: relative;}
.side-block__menu-caption {font-size: 22px; text-transform: uppercase; font-weight: 500; padding: 25px 0 5px 0;}
.side-block__menu li span {color: var(--tt-lighter-2); font-size: 14px; 
	position: absolute; right: 0; top: 1px; pointer-events: none;}
.side-block__menu a {opacity: 0.8; display: block; padding-left: 0px;}
.side-block__menu a:hover, .popular .popular_title:hover {text-decoration: underline;}
.popular {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc-lighter);}
.popular__img {width: 60px; height: 60px; margin-right: 15px;}
.popular__title {line-height: 1.0; font-size: 19px; font-weight: 500; -webkit-line-clamp: 2;}
.popular:last-child {margin-bottom: 0; border: 0; padding-bottom: 0;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.soc-channels__item {display: flex; flex-direction: column; justify-content: center; margin-left: 10px;
	position: relative; height: 30px; width: 30px; border-radius: 50%; background-color: #2daae1;}
.vk {background-color: #1877f2; color: #fff;}
.yt {background-color: #df1111; color: #fff;}
.soc-channels__item::before {content: ''; width: 30px; height: 30px; position: absolute; left: 0; top: 0; 
	background-position: center center; background-size: 20px; background-repeat: no-repeat;}
.tlg::before {background-image: url(../images/i-tlg.svg); background-size: 16px;}
.vk::before {background-image: url(../images/i-vk.svg);}
.yt::before {background-image: url(../images/i-youtube.svg);}
.footer__text {line-height: 1.5;}

.pagination {text-align: center; padding-top: 20px;}
.pagination__btn-loader .fal {font-size: 28px; margin-right: 10px; order: -1;}
.pagination__btn-loader a, .pagination__btn-loader > span {display: inline-flex; justify-content: center; align-items: center; 
	height: 40px; padding: 0 40px; background: var(--bg-darker); color: var(--tt-lighter); width: 100%;
	font-weight: 500; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; margin: -20px 0 25px 0;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc); border-radius: 0px;}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover  
{background: var(--accent); color: #fff; border-color: var(--accent);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}


/* INNER PAGE
----------------------------------------------- */
.page__header {display: grid; grid-gap: 20px 20px; grid-template-columns: 200px 1fr 180px; justify-items: start;
	grid-template-rows: min-content 1fr; grid-auto-flow: row dense; position: relative;}
.pmuz__poster {width: 200px; height: 200px; grid-row: span 2; order: -1;
	box-shadow: 0 0 0 1px var(--bdc); border: 10px solid var(--bg);}
.pmuz__poster .poster__label--quality {right: auto; left: 0; top: 10px; background-color: #aaaaaa;}
.page__header h1 {font-size: 25px; font-weight: 500; grid-column: span 2;}
.page__header h1 a {margin-left: 10px; font-size: 14px; font-weight: 400;}
.pmuz__fav a {position: absolute; top: 0; right: 10px; display: block; width: 30px; height: 30px; text-align: center; 
	line-height: 30px; color: #fff; background-color: var(--accent-2); font-size: 14px;}
.pmuz__fav a::before, .pmuz__fav a::after {content: ''; border: 8px solid transparent; display: block; 
	position: absolute; top: 100%; border-top-color: var(--accent-2); transform: scale(1,0.5);}
.pmuz__fav a::before {left: 0; border-left-color: var(--accent-2); transform-origin: left top;}
.pmuz__fav a::after {right: 0; border-right-color: var(--accent-2); transform-origin: right top;}

.pmuz__ctrl {line-height: 1.4; font-size: 14px;}
.page__minisubtitle {font-size: 14px; font-weight: 400; color: var(--tt-lighter); 
	margin-bottom: 10px; width: 100%; text-transform: uppercase;}
.page__minisubtitle::before, .page__minisubtitle::after {content: ''; height: 1px; background-color: var(--bdc); 
	flex-grow: 1; margin-right: 10px; min-width: 20px; max-width: 20px; display: inline-block;}
.page__minisubtitle::after {margin: 0; margin-left: 10px; max-width: 100%;}
.pmuz__btn-play {width: 100%; gap: 10px;}
.pmuz__btn-dl {background: var(--bg-darker); color: var(--tt-lighter); margin-top: 10px; width: 100%; gap: 10px;}

.pmuz__original-title {color: var(--tt-lighter); text-transform: uppercase; font-size: 18px; 
	letter-spacing: 1px; display: block; margin-top: 10px;}
.pmuz__year {border-left: 3px solid var(--accent); padding-left: 15px;}
.pmuz__genres {padding: 10px 0 0px 15px; font-size: 14px; color: var(--tt-lighter); border-left: 3px solid var(--accent);}
.pmuz__list {line-height: 1.5; font-size: 14px; color: var(--tt-lighter); margin-top: 20px;}
.pmuz__list li + li {margin-top: 5px;}
.pmuz__list li > span:first-child {color: var(--tt); margin-right: 3px;}
.page__subtitle {font-size: 19px; font-weight: 500; margin-bottom: 20px; text-align: center;}
.page__text {margin-top: -5px; color: #5c5c5c;}

.show-text {height: 40px; border-radius: 3px; text-align: center; font-size: 18px; gap: 10px;
	cursor: pointer; background-color: var(--accent-2); color: #fff; padding: 0 10px; white-space: nowrap;
	position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); z-index: 5;}
.ftext[style]::before {content: ''; pointer-events: none; height: 100%; position: absolute; z-index: 3;
	left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 0%, var(--bg) 100%);}
.ftext {position: relative;}

.tabs-block__select {margin-left: -1px;}
.tabs-block__select span {display: inline-block; position: relative; z-index: 1;}
.tabs-block__select span {height: 50px; line-height: 50px; padding: 0 20px; border: 1px solid transparent;
	margin: 0 0 -1px 0; color: var(--tt-lighter-2); font-weight: 500; text-transform: uppercase;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {color: var(--tt);}
.tabs-block__select span.is-active {border-color: var(--bdc); border-bottom-color: transparent; background: #fff;}
.pmuz__player .tabs-block__content {box-shadow: 0 0 0 1px var(--bdc); border: 10px solid var(--bg);}

.pmuz__complaint a {color: var(--accent-2); font-size: 14px; font-style: italic;}
.pmuz__player-bottom {padding: 15px 0;}
.pmuz__rating {font-size: 14px;}
.pmuz__rating .rating {margin: 0 6px 0 10px;}
.pmuz__rating-score {font-weight: 500; margin-right: 10px;}
.pmuz__rating-votes {color: var(--tt-lighter); font-style: italic;}
.pmuz__caption {font-size: 15px; line-height: 1.5; position: relative;
	color: #5e584d; background-color: #fffaec; margin-bottom: 30px; 
	padding: 18px 18px 18px 75px; border: 1px solid var(--accent);} 
.pmuz__caption::before {content: '\f05a'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; margin-top: -1px; 
   position: absolute; left: 20px; top: 50%; font-size: 34px; color: var(--accent); transform: translateY(-50%);}

.pmuz__share {min-height: 24px;}

/* SUBCATEGORIES GRID */
.subcats-grid {display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px;}
.subcat-item {display: block; background: var(--bg-darker); border-radius: 8px; overflow: hidden; transition: transform 0.2s;}
.subcat-item:hover {transform: translateY(-3px);}
.subcat-item__img {height: 120px; position: relative;}
.subcat-item__img img {width: 100%; height: 100%; object-fit: cover;}
.subcat-item__info {padding: 12px 15px;}
.subcat-item__title {font-size: 16px; font-weight: 500; line-height: 1.3; margin-bottom: 5px;}
.subcat-item__count {font-size: 13px; color: var(--tt-lighter);}
/* Hide content when subcategories are shown */
.has-subcategories + .sect__content {display: none;}

@media screen and (min-width: 760px) {
	.partist .page__header {grid-template-columns: 160px 1fr 200px;}
	.pcoll .page__header {grid-template-columns: 400px 1fr;}
	.pcoll .page__header h1 {grid-column: span 1;}
}
.partist .pmuz__poster {width: 160px; height: 160px;}
.partist .pmuz__list {margin: 0;}
.pcoll .pmuz__poster {width: 400px;}



/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6; font-size: 16px; 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: 20px;}
.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: 500;
	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;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-title {font-size: 22px; font-weight: 500; 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-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px #e3e3e3; border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .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;}

.comment-item__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 0px; border-bottom: 0px solid var(--bdc);}
.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: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-lighter); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; background-color: var(--bg-darker); padding: 15px; position: relative;}
.comment-item__main::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg-darker); 
	position: absolute; left: 30px; bottom: 100%;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-lighter);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {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-lighter);}
.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: 17px; font-weight: 500; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-lighter); margin-left: 10px; font-weight: 400; color: var(--tt-lighter);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lighter);}
.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 .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.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:30px; height: 30px; border-radius: 50%;}
.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 .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3; margin-bottom: 0 !important;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; right: 40px; bottom: 40px; z-index: 10;}
 .owl-prev, .owl-next {display: inline-flex; cursor: pointer; box-shadow: none; width: 40px; height: 40px; font-size: 16px;
	background-color: rgba(0,0,0,0.5); color: #fff; margin-left: 10px; border-radius: 50%; border: 2px solid var(--accent);}
 .owl-prev {right: 0; padding-right: 2px;}
 .owl-next {right: 0; padding-left: 2px;}
 .owl-prev:hover, .owl-next:hover {background-color: var(--accent); color: var(--tt);}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -35px; display: flex;}
 .owl-dot {display: inline-block; width: 10px; height: 10px; border-radius: 0%; 
	cursor: pointer; background: var(--bg-darker); margin: 0 1px; flex-grow: 1;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}
.pmuz__parts-content .owl-nav {right: auto; left: -165px; bottom: 20px; display: block !important;}
.pmuz__parts-content .owl-nav button:not(:hover) {background-color: #fff; color: #000;}
.carou .owl-nav {right: -70px; bottom: auto; top: 50%; width: 40px; margin-top: -45px;}
.carou .owl-next {margin-top: 10px;}
.carou .owl-dots {bottom: -20px;}


/* 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: 0; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-darkest); color: var(--tt);}
.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: #e84e36; 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 .header__menu {margin: 0; padding: 10px 20px; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.col-side {margin: 0; width: 100%; margin-top: 40px;}
	.popular {margin: 0; padding-bottom: 15px !important;}
	.side-block__grid {display: grid; gap: 15px 20px; grid-template-columns: repeat(auto-fill,minmax(240px,1fr));}
	.header {margin-bottom: 0px;}
	.header .header__menu, .col-side .js-this-in-mobile-menu {display: none;}
	.header__logo {margin-left: 20px;}
	.logo-caption {flex-grow: 1;}
	.header__btn-menu {cursor: pointer; font-size: 30px; margin: 0 20px; color: #fff; display: block;}
	.header__search {margin-left: 0; width: 100%; padding: 5px; height: auto; margin-bottom: 20px;}
	.header__search-box button {top: 6px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.speedbar {margin-top: 0;}
	.theme-toggle {margin-left: 5px;}
	.header__search-box button {right: 45px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.trc__desc, .trc__desc > * {display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 15px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.slide__desc {padding: 20px;}
	.owl-nav {bottom: 20px; right: 20px;}
	.slide__title {font-size: 24px;}
	.slide {height: 280px;}
	.footer__two, .footer__one {display: block; text-align: center;}
	.footer__text {margin-bottom: 15px;}
	.footer .logo-caption {margin: 0; padding: 0; border: 0; margin-bottom: 15px;}
	.soc-channels {justify-content: center; margin-left: -10px;}
	.header .logo-caption {display: none;}
	.header__btn-login {flex: 1 1 0; min-width: 60px; max-width: 100%; margin-left: 20px; padding: 0;}
	.trc__views, .trc::after, .trc__count {display: none;}
	.trc__time {width: auto;}
	.trc__img {margin: 0;}
	
	.page__header {grid-template-columns: 1fr; grid-gap: 20px 10px; grid-template-rows: auto;}
	.page__header h1 {order: -3; text-align: center; justify-self: center;}
	.pmuz__poster {justify-self: center; grid-row: span 1;}
	.page__header > * {grid-column: 1 / -1 !important;}
	.pmuz__info, .pmuz__ctrl {justify-self: stretch;}
	.pcoll .pmuz__poster {width: 100%;}

	.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;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@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;}
	.sect__title, .site-desc h2, .site-desc h3 {font-size: 18px;}
	.header__search {margin-bottom: 25px;}
	#dle-content, .d-grid {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
	.header__search-box button {font-size: 18px; width: 40px; right: 60px;}
	.pagination {padding-top: 30px;}
	.sect__title::before, .sect__title::after {margin-right: 15px; min-width: 60px;}
	.sect__title::after {margin: 0; margin-left: 15px;}
	.sect-desc__img {width: 80px; height: 80px; border-width: 5px;}
	.speedbar {text-align: center;}
	.slider {margin: -25px -20px 40px -20px; width: calc(100% + 40px);}
	.pcoll .slider {margin-top: 0; margin-bottom: 0px;}
	.slide__text {display: none;}
	.slide {height: 210px;}
	.slide__category {font-size: 14px;}
	.slide__title {white-space: normal; font-size: 24px; line-height: 1.3; margin-top: 10px;
		display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
	.trc {gap: 10px;}
	.trc__subtitle, .trc__time {font-weight: 400;}

	.pmuz__complaint {position: absolute; left: 0; right: 0; bottom: -3px; z-index: 10; text-align: center;}
	.pmuz__share {min-width: 100%; margin: 20px 0 0 0; text-align: center; order: 10;}
	.tabs-block__select span {width: calc(100% + 2px); text-align: center; margin-right: -2px; line-height: 40px;}
	.show-text {width: 100%; justify-content: center;}
	.pmuz__player-controls {position: relative;;}
}

@media screen and (max-width: 470px) {
	.wrapper-container123 {max-width:360px;}
	.header__search {margin-top: -20px; width: calc(100% + var(--indent)*2);
		margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
}


/* PLAYER
----------------------------------------------- */
.wrapper {padding-bottom: 70px;}
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997;}
.audioplayer {max-width: 1140px; width: 100%; margin: 0 auto; align-items: flex-end;
	box-shadow: 0 0 20px rgba(0,0,0,0.15); position: relative;}
.audioplayer audio {display: none;}
.ap-main {background-color: var(--bg); height: 70px; width: 50%;}
.ap-desc {background-color: rgba(255, 255, 255,0.8); height: 64px; padding: 12px 20px; backdrop-filter: blur(20px);}
.dt-is-active .ap-desc {background-color: rgba(0, 0, 0,0.8);}
.audioplayer-bar {position: absolute; left: 50%; top: 0; right: 0; height: 6px; cursor: pointer;
	background-color: var(--bg-darker); z-index: 10;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%;
	background-color: rgba(0,0,0,0.1); pointer-events: none;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%;
	z-index: 10; background-color: var(--accent); cursor: pointer;}

.audioplayer-volume {position: relative; z-index: 100;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-adjust {position: absolute; left: 50%; bottom: 100%; margin-left: -15px; width: 30px; height: 100px;
	background-color: var(--bg); box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px;
	position: relative; cursor: pointer; background-color: var(--bg-darker); 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-time {font-size: 12px; flex-grow: 1; text-align: center; justify-content: center; 
	border-right: 1px solid var(--bdc); height: 70px; align-items: center; white-space: nowrap; flex-wrap: nowrap;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-img {width: 40px; height: 40px; margin-right: 20px;}
.ap-img img {width: 100%; height: 100%; object-fit: cover;}
.ap-artist {margin-top: 3px; color: var(--tt-lighter); font-size: 14px;}
.ap-title {font-size: 15px; font-weight: 500;}

.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background: var(--accent); color: #fff;}
.wplayer-init .audioplayer-playpause .fal:before {content: '\f04b'; padding-left: 1px;}
.audioplayer-playpause, .ap-prev, .ap-next, .ap-dl, .audioplayer-volume-button, .ap-mob-btn {display: grid; place-items: center; cursor: pointer;
	width: 70px; height: 70px; border-right: 1px solid var(--bdc); font-size: 18px; transition: background-color 0.3s;}
.audioplayer-playpause {order: -1; color: var(--accent); font-size: 24px;}
.audioplayer-playpause:hover, .ap-prev:hover, .ap-next:hover, .ap-dl:hover, 
.audioplayer-volume-button:hover, .ap-mob-btn.is-active, 
.audioplayer-playing .audioplayer-playpause {background-color: var(--accent); color: #fff;} 
.ap-mob-btn {display: none; cursor: pointer;}
.audioplayer-volume-button:hover a, .audioplayer-playpause:hover a, 
.audioplayer-playing .audioplayer-playpause a {color: #fff;}
.audioplayer-playing .audioplayer-playpause {background-color: var(--accent-2); color: #fff;}

@media screen and (max-width: 950px) {
	#scrolltop {bottom: 65px;}
	.wrapper {padding-bottom: 50px;}
	.audioplayer-bar {left: 0; top: -6px;}
	.ap-main {width: 100%; height: 50px;}
	.ap-desc, .audioplayer-volume {display: none;}
	.ap-mob-btn {display: grid;}
	.audioplayer-playpause, .ap-prev, .ap-next, .ap-dl, .audioplayer-volume-button, .ap-mob-btn 
	{width: 50px; height: 50px; font-size: 18px;}
	.ap-time {height: 50px;}
	.is-active-desc .ap-desc {display: flex; position: absolute; left: 0; right: 0; bottom: 100%; 
		margin-top: -6px; box-shadow: 0 0 20px rgba(0,0,0,0.6);}
}