/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding: 0px; padding-bottom: 0; overflow: hidden;}
/* .wrapper::before {content: ''; width: 160vh; height: 160vh; border-radius: 50%; 
	background: var(--gradient); position: fixed; top: 50%; left: 50%; transform: translateY(-50%);} */
.wrapper-container { margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {overflow: hidden;}
.header {background-color: var(--bg-color-second); position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin: 0 auto 30px;
    width: 100%;}
.header__inner {padding: 20px var(--main-indent); position: relative; z-index: 10; width: 100%; max-width: 1280px; background-color: var(--bg-color-second);     border-radius: 10px 10px 0px 0px;
    margin: 0 auto;}
/* .header::before {content: ''; width: 280px; height: 100%; background-color: var(--bg-color-second); 
	position: absolute; left: 0; top: 0;} */
.popular {padding: 20px 100px; background: #222 url(../images/bg-hero.jpg) center center / 100% auto no-repeat;}
.content {min-height: 100vh;}
.sidebar {width: 280px; text-shadow: 0 1px 1px rgba(0,0,0,0.8); border-radius: 5px 5px 5px 0px; margin-top: 20px;
	/* border-top: 5px solid var(--bg-color); */
	padding: var(--main-sub-indent); background-color: var(--bg-color-second);}
.main {padding: var(--main-indent); background-color: var(--bg-color);     border-radius: 0px 0px 0px 5px; padding-bottom: 60px;}
.footer {padding: var(--main-indent); color: var(--fourth-text-color);}
.content {      padding-bottom: 30px;  max-width: var(--maximum-width); margin: 0 auto;}

#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: #fff; color: #999; cursor: pointer; font-size: 23px; 
	border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.colums {background-color: var(--bg-color);     border-radius: 0px 0px 0px 5px;}
/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-block; font-size: 28px; position: relative; text-shadow: 0 1px 1px rgba(0,0,0,0.8); 
    right: 30px;
	color: #fff !important; line-height: 30px; padding-left: 40px; font-weight: 900;
	background: url(../images/muzetto.svg) 0 0 / 30px no-repeat;
	 position: absolute;}
.logo span {color: var(--primary-color);}
.header__caption {font-size: 13px; color: var(--secondary-text-color); opacity: 0.8;}

.header__search {position:relative; max-width: 320px; border-radius: 5px;}
.header__search input, .header__search input:focus {padding: 0 50px 0 20px; border-radius: 5px; background-color: #f8f8f8; color: #333; box-shadow: none;}
.header__search input:not(:focus)::placeholder {color: var(--primary-text-color); opacity: 0.6; font-size: 15px;} 
.header__search button {position:absolute; right:0px; z-index:10; width: 40px; cursor: pointer; border-radius: 0px 5px 5px 0px;
	background: var(--secondary-color); color: var(--third-text-color); line-height: 40px; text-align: center; font-size: 16px;}
.header__search button:hover {background-color: #059400;}

.header__sign-in {border-radius: 0px 0px 10px 0px;}

/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu a {display: block; margin: 0 20px 0 0; color: var(--third-text-color);}
.footer__copyright {margin-top: 8px; text-shadow: 0 1px 1px rgba(255,255,255,0.5);}
.footer__copyright span {color: var(--third-color); border-bottom: 1px dotted var(--third-color);}
.footer__logo {font-size: 2.19px; background-size: 30px; padding-left: 40px; position: static;
	margin-right: 40px; background-position: 0 7px;}

.pagination{
	text-align: center;    margin: 15px auto;
	font-weight: 700;
	font-size: 13px;
	padding: 14px 0 10px;
}

.pagination a,
.pagination span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	max-width: 30px;
	max-height: 30px;
	margin: 6px 4px 0 4px;
	padding: 0;
	line-height: 1;
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.12);
	color: rgba(17,24,39,0.85);
	text-decoration: none;
	transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.pagination a:hover{
	transform: translateY(-1px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.12);
	border-color: rgba(0,0,0,0.18);
}

.pagination span:not(.nav_ext){
	background: var(--primary-color);
	border-color: rgba(0,0,0,0.10);
	color: #ffffff;
	font-weight: 600;
}

.pagination span.nav_ext{
	background: transparent;
	border: none;
	width: 30px;
	height: 30px;
	color: rgba(17,24,39,0.50);
}

.pagination a[rel="prev"],
.pagination a[rel="next"]{
	font-weight: 700;
}

/* SECTION
----------------------------------------------- */
.section:not(:last-child) {margin-bottom: 40px;}
.section__header {margin-bottom: 10px;}
.section__title {    font-size: 22px;
    font-weight: 600;}
.section__title_fs {font-size: 22px; font-weight: 600; margin: 10px 0px;}
.section__subtitle {font-size: 18px; text-transform: uppercase; font-weight: 700; color: var(--secondary-text-color);}
.section__title span, .section__subtitle span {color: var(--primary-text-color);}
h1.section__title { color: var(--primary-text-color); margin-bottom: 5px;}
.section__link {font-size: 12px; font-weight: 700; color: var(--secondary-text-color); 
	height: 30px; line-height: 30px; border-radius: 15px; padding: 0 10px; margin-left: 10px; 
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); text-transform: uppercase; display: inline-block;}
.section__link:hover {background-color: var(--primary-color); color: #fff;}
.section--top {width: 352px; margin-left: 20px;}
.section--artists .section__content {background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.06); padding-right: 20px;}
.section--top, .section--new {margin-bottom: 30px !important;}
.section--top .section__content, .section--new .section__content {box-shadow: 0 5px 15px rgba(0,0,0,0.06);      border-radius: 5px;
	overflow: hidden; background-color: #fff; margin-left: 0; margin-right: 0;}
.site-desc {margin-top: 40px; text-shadow: 0 1px 1px rgba(255,255,255,0.5);}

/* ITEM
----------------------------------------------- */
.item {margin-bottom: 20px; text-shadow: 0 1px 1px rgba(255,255,255,0.5);}
.item__title {font-size: 16px; line-height: 1.3; font-weight: 600; color: var(--primary-text-color); 
	    white-space: break-spaces;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item__subtitle {color: var(--secondary-text-color); font-size: 12px; font-weight: 300; margin-top: 1px; 	    white-space: break-spaces;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item__title_popular {font-size: 14px; line-height: 1.3; font-weight: 500; color: var(--primary-text-color); 
	white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item__subtitle_popular {white-space: nowrap; color: var(--secondary-text-color); font-size: 12px; font-weight: 300; margin-top: 1px; 
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item__meta {color: var(--primary-color); margin-bottom: 1px; font-size: 11px; text-transform: uppercase;}
.item__btn {cursor: pointer; width: 40px; height: 40px; border-radius: 50%; text-shadow: none; display: flex; min-width: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
	background-color: var(--secondary-color); color: rgb(255, 255, 255); font-size: 12px; }
.item__btn:hover {background-color: var(--primary-color); color: #fff;}
.inner-page__play:hover .item__btn {background-color: #4099ff; color: #fff;}
.item__time {font-size: 12px; margin: 0px 4px; min-width: 45px;}
.item__time i {margin-right: 5px;}
/* COLLECTION, ARTIST
----------------------------------------------- */
.collection-item {width: 20%;}
.collection-item__img {padding-top: 100%; margin-bottom: 15px; border-radius: 5px; box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.collection-item__description {padding: 0 10px;}
.artist-item {width: 25%;}
.artist-item__inner {background-color: #fff; padding: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.artist-item__img {border-radius: 6px; width: 70px; height: 70px; margin-right: 18px;}
.section--artists .artist-item {padding: 0; margin: 0;}
.section--artists .artist-item__inner {box-shadow: none; padding-right: 0;}

.item:hover .collection-item__img, .item:hover .artist-item__img, .item:hover .soon-item__img, 
.item__description:hover + .top-item__img, .item__description:hover + .short-item__img 
{box-shadow: 0 20px 50px rgba(0,0,0,0.3); transform: translateY(-1px);}

/* PODBORKI
----------- */

/* ===== Collections grid (col-list) ===== */

.col-list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 14px;
}

.col-list > li{
	margin: 0;
	padding: 0;
	flex: 0 0 calc((100% - (14px * 5)) / 6);
	max-width: calc((100% - (14px * 5)) / 6);
}

.col-list-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	text-decoration: none;
	border-radius: 0;
	border: 1px solid rgba(15,42,68,0.14);
	background: var(--bg-color-third);
	color: var(--primary-text-color);
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.col-list-item:hover{
	background: rgba(66,165,245,0.08);
	border-color: rgba(30,136,229,0.35);
	color: var(--primary-text-color);
}

.col-list-item img{
	width: 110px;
	height: 110px;
	border-radius: 0;
	display: block;
	object-fit: contain;
	flex: 0 0 34px;
}

.col-list-label{
	display: flex;
	justify-content: center;
    align-items: center;
	/* line-height: 1.2; */
	min-height: 30px;
	font-size: 11px;
	text-align: center;
	font-weight: 600;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ===== responsive: меньше колонок при уменьшении ширины ===== */

@media (max-width: 1200px){
	.col-list > li{
		flex: 0 0 calc((100% - (14px * 4)) / 5);
		max-width: calc((100% - (14px * 4)) / 5);
	}
}

@media (max-width: 1000px){
	.col-list > li{
		flex: 0 0 calc((100% - (14px * 3)) / 4);
		max-width: calc((100% - (14px * 3)) / 4);
	}
}

@media (max-width: 780px){
	.col-list > li{
		flex: 0 0 calc((100% - (14px * 2)) / 3);
		max-width: calc((100% - (14px * 2)) / 3);
	}
}

/* ниже 400px - строго 2 в ряд */
@media (max-width: 400px){
	.col-list{
		gap: 10px;
	}
	.col-list > li{
		flex: 0 0 calc((100% - 10px) / 2);
		max-width: calc((100% - 10px) / 2);
	}
	.col-list-item{
		padding: 10px 10px;
		gap: 8px;
	}
	/* .col-list-item img{
		width: 30px;
		height: 30px;
		flex-basis: 30px;
	} */
	.col-list-label{
		font-size: 13px;
	}
}

/* вложенные списки, если подкатегории выводятся */
.col-list ul{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.col-list ul > li{
	flex: 0 0 100%;
	max-width: 100%;
}


/* TOP, TRACK
----------------------------------------------- */
.top-item {width: 50%; margin-bottom: 5px;}
.top-item__inner {padding: 15px; background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.top-item__img {width: 40px; height: 40px; border-radius: 6px;}
.top-item__description {display: block; padding: 0 10px; height: 40px;}
.section--top .top-item {width: 100%; margin: 0; padding: 0; box-shadow: none;}
.section--top .top-item:not(:last-child) {border-bottom: 1px solid #f2f2f2;}
.section--top .top-item__inner {box-shadow: none;}

.short-item {width: 100%; margin-bottom: 5px;}
.short-item__inner {padding: 10px; background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.06); gap: 10px; border: 1px solid #f2f2f200; display: flex; flex-wrap: nowrap; }
.short-item__inner:hover {background-color: #f1f1f1; box-shadow: none; border: 1px solid #e9e9e9;}
.short-item__inner:first-child{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.short-item__inner:last-child{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.short-item__img {width: 42px; height: 42px; margin-right: 5px;}
.short-item__description {flex-grow: 1;}
.short-item__description > * {margin: 0; width: 100% !important; padding-right: 20px; font-size: inherit;}
.short-item__description > *:last-child {width: 20%; font-size: 0.8em; }
.section--new .short-item {margin: 0; width: 100%; padding: 0; box-shadow: none;}
.section--new .short-item:not(:last-child) {border-bottom: 1px solid #f2f2f2;}
.section--new .short-item__inner {box-shadow: none;}

.js-item-played .fa-play:before {content: '\f04c'; margin-left: -3px;}
.js-item-played .item__btn {background-color: var(--primary-color); color: #fff; padding-left: 2px;}

.js-item-played .item__btn_dl {padding-left: 0px;}

/* SIDEBAR
----------------------------------------------- */
.nav-list {display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	background-color: var(--bg-color-second);
    align-items: center;
    gap: 15px; max-width: 1280px;
    margin: 0 auto 20px; border-radius: 0px 0px 10px 10px;
    font-size: 12px;}
.nav-list > li > a {display: block; padding: 10px 0px 10px 12px;
	/* padding-left: 40px; */
	 color: var(--third-text-color);}
.nav-list > li {position: relative;}
.nav-list > li > span {position: absolute; left: 0; top: 0px; 
	color: var(--third-color); font-size: 18px; pointer-events: none;}
.nav-list > li > a:hover, .nav-list > li:hover > a {color: var(--primary-color);}
.nav-list__submenu > a:after {content:"\f061"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	transition: all .2s; display: inline-block; margin-left: 15px; position: relative; top: 2px;}
.nav-list__hidden {background-color: #fff; box-shadow: 0 27px 53px rgba(0,0,0,0.2); z-index: 100;
	position: absolute; left: 90%; top: 0%; width: 320px; border-radius: 5px;
	visibility: hidden; opacity: 0; transform: translateY(30px); padding: 20px; padding-bottom: 5px;}
.nav-list__hidden li {width: 50%; margin-bottom: 15px;}
.nav-list__hidden li a {display: block; font-weight: 300; font-size: 15px; text-shadow: none;}
.nav-list > li:hover .nav-list__hidden {visibility: visible; opacity: 1; transform: translateY(0px);}
.nav-list--without-icon > li > a {padding-left: 0;}

/* .soon-item .item__btn {width: 25px; height: 25px; font-size: 9px !important; display: flex;     min-width: 25px !important;
    padding-left: 2px;
    align-items: center;
    background-color: #fff;
    border: 1px solid;
    color: var(--secondary-color);
    justify-content: center;
} */

.soon-item__img_under {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    opacity: 0.5;
	z-index: 10;
	opacity:0.4;
	transition:opacity .2s ease;
}

.soon-item .item__btn_cover {
	margin-right: -33px;
    width: 30px;
    height: 30px;
    z-index: 9999;
	border-radius: 50%;
    font-size: 9px !important;
    display: flex;
    min-width: 25px !important;
    align-items: center;
    background-color: #ffffff00;
    border: 1px solid;
    color: var(--primary-color-darker);
    justify-content: center;
}

.soon-item:hover .soon-item__img_under{
	opacity:0.9;
	transition:opacity .2s ease;
}

.soon-item .item__btn_cover span {color: var(--primary-color);}

.soon-item {padding: 5px 10px; margin: 0; line-height: 1.4; background: var(--bg-color-third);     border-radius: 5px;}
.soon-item__link {gap: 3px; }
.soon-item:hover {background-color: #f1f1f1;}
.soon-item:not(:last-child) {margin-bottom: 3px;}
.soon-item__img {width: 42px; height: 42px; margin-right: 10px; }

.sidebar .section__subtitle, .sidebar .item__subtitle {color: var(--third-color);}
/* .sidebar .item__title {color: var(--third-text-color);} */
.sideb-block {
	gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.mobile-menu .sideb-block {flex-direction: column; border-top: 1px solid #ffffff2c; padding: 20px 5px; gap: 20px;
    flex-wrap: nowrap;
    align-items: flex-start;}
.text-sideb a {color: var(--third-text-color) !important; font-size: 12px; }
.text-sideb a:hover {color: var(--primary-color) !important;}
.mobile-menu .nav-list {flex-direction: column; align-items: flex-start;}


.account-ready{
	max-width: 900px;
	margin: 0 auto;
	padding: 22px;
	background: var(--bg-color-third);
	border: 1px solid rgba(15,42,68,0.12);
	border-radius: 0;
	box-shadow: 0 10px 24px rgba(15,42,68,0.06);
}

.account-ready-head{
	padding: 6px 0 16px 0;
	border-bottom: 1px solid rgba(15,42,68,0.10);
}

.account-ready-title{
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 1.15;
	font-weight: 700;
	color: var(--primary-text-color);
	letter-spacing: -0.2px;
}

.account-ready-subtitle{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--secondary-text-color);
	max-width: 740px;
}

.account-ready-box{
	margin-top: 16px;
	padding: 16px;
	background: rgba(66,165,245,0.06);
	border: 1px solid rgba(30,136,229,0.14);
	border-radius: 0;
}

.account-ready-row{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.account-ready-label{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: var(--primary-color-darker);
}

.account-ready-text{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--primary-text-color);
}

.account-ready-links{
	margin-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.account-ready-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	min-height: 40px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: var(--primary-text-color);
	background: var(--bg-color-third);
	border: 1px solid rgba(15,42,68,0.14);
	border-radius: 0;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.account-ready-link:hover{
	background: rgba(30,136,229,0.10);
	border-color: rgba(30,136,229,0.35);
	color: var(--primary-text-color);
}

.account-ready-link:active{
	background: rgba(30,136,229,0.16);
	border-color: rgba(30,136,229,0.50);
}

.account-ready-foot{
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(15,42,68,0.10);
}

.account-ready-note{
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: var(--secondary-text-color);
}

.account-ready-note-link{
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid rgba(30,136,229,0.35);
}

.account-ready-note-link:hover{
	border-bottom-color: rgba(30,136,229,0.75);
}

@media (max-width: 600px){
	.account-ready{
		padding: 16px;
	}
	.account-ready-title{
		font-size: 22px;
	}
	.account-ready-box{
		padding: 14px;
	}
	.account-ready-link{
		flex: 1 1 calc((100% - 10px) / 2);
	}
}

@media (max-width: 380px){
	.account-ready-link{
		flex: 1 1 100%;
	}
}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 990; padding: 10px;} 
.audioplayer {background: var(--bg-color-second); color: #fff; position: relative;
	box-shadow: 0 -15px 30px rgba(0,0,0,0.2); border-radius: 5px;}
.audioplayer {max-width: 1280px; margin: 0 auto; height: 66px; padding: 16px 40px 10px 40px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: absolute; left: 0px; right: 0px; top: -6px; height: 10px; cursor: pointer;
	background-color: var(--primary-color); overflow: hidden;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.1); }
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 0; background-color: #fff;}
.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a {color: #fff; opacity: 0.7; display: block; height: 30px; line-height: 30px; text-align: center;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px; 
background-color: var(--bg-color-second); 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: 5px; 
position: relative; cursor: pointer; background-color: var(--primary-color); overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #fff; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}
.ap-dl {font-size: 24px; color: #fff; margin-left: 20px; opacity: 0.7;}
.ap-time {font-size: 12px; opacity: 0.7; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px; height: 40px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 5px; overflow: hidden;}
.ap-artist {margin-top: 0px; opacity: 0.7;}
.ap-title {font-weight: 600;}
.ap-btns {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 5px; display: block; position: relative; margin: 0 10px; 
background-color: var(--primary-color); color: #fff;}
.ap-prev, .ap-next {cursor: pointer; color: #fff; background-color: var(--primary-color); font-size: 18px; 
width: 30px; height: 30px; text-align: center; border-radius: 5px; font-size: 10px;}
.audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #fff;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover, .ap-prev:hover, .ap-next:hover {background-color: var(--secondary-color); color: #ffffff;}
.wplayer-init .audioplayer-playpause .fas:before {content: '\f04b'; padding-left: 1px;}
.ap-title, .ap-artist {max-width: 230px;}

/* INNER PAGE
----------------------------------------------- */
.inner-page__category {font-size: 13px; margin-top: 10px;}
.inner-page__category span {font-weight: 600; margin-right: 5px;}
.inner-page__category a {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color);}
.inner-page__category a:hover {border-bottom-color: transparent;}
.inner-page__category span[class*=fa] {color: var(--secondary-color); margin-right: 8px;}
h1 a {margin-left: 10px; color: var(--primary-color); font-size: 16px;}
.inner-page__block {background-color: #fff; border-radius: 5px; padding: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.06);     display: flex;     flex-direction: column; gap: 15px; }
.inner-page__columns {background-color: #fff; border-radius: 5px; padding: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.06);     display: flex; gap: 15px;
    align-items: center; }
.inner-page__left-column {width: 160px; margin-right: 10px;}
.inner-page__poster {border-radius: 5px; width: 160px; height: 160px;}
.inner-page__meta {font-size: 12px; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 0;width: 100%; }
.cat-page__meta {margin: 15px auto 0px; font-size: 12px; text-align: center; border-top: 1px solid #e1e1e1; padding: 10px 0px;width: 100%; }

.inner-page__info {margin-bottom: 10px; font-size: 15px; display: flex; flex-direction: column; flex-wrap: wrap;}
.inner-page__info li {display: flex; justify-content: space-between; position: relative; width: 100%; }
.inner-page__info li > span:first-child::after {content: ''; border-top: 1px dashed #ccc; 
	height: 1px; display: block; margin: 0 10px; position: relative; top: 1px; flex: 1 1 0;}
.inner-page__info li span {display: inline-block; padding: 4px 0;     font-size: 12px;}
.inner-page__info li > span:first-child {color: var(--secondary-text-color); font-size: 12px;
	flex: 1 1 0; max-width: 100%; min-width: 50px; display: flex; align-items: center;}
.inner-page__info a {color: var(--primary-color); text-decoration: underline;}

.inner-page__dl {    height: 44px;      font-size: 13px; margin-right: auto;
    line-height: 44px; border-radius: 5px; padding: 0 20px;  
	background-color: #059400; color: #fff !important; display: block;}
.inner-page__dl:hover {background-color: #06b601;}
.inner-page__meta a {display: block;}
.inner-page__fav {background-color: #fff; margin: 0 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.06);
	width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; 
	font-size: 16px; color: var(--primary-color); cursor: pointer;}
.inner-page__fav:hover {background-color: var(--primary-color); color: #fff;}
.inner-page__fav.is-active {color: #d63031;}

.favorite__btn { height: 44px; padding: 5px 10px; font-size: 18px; display: flex; justify-content: center; align-items: center; background-color: var(--bg-color);}


.inner-page__ctrl {width: 100%;     margin: 10px auto 0px; flex-wrap: wrap;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;}
.inner-page__play {cursor: pointer;     min-width: 180px; height: 44px; padding: 0px 2px; box-shadow: inset 0 0 0 2px var(--primary-color);
	font-weight: 600; font-size: 13px; position: relative; border-radius: 5px; max-width: 60%;}
.inner-page__play-desc .ws-nowrap {font-weight: 400; font-size: 13px; font-weight: 300;}
.inner-page__play .item__btn {margin: 0 10px 0 0; border-radius: 2px;}
.inner-page__play:hover {background-color: var(--primary-color); color: #fff;}
.rate-bl {display: flex; flex-direction: column; gap: 10px; width: 100%;     margin: 10px 0px 0px;}
.inner-page__rating {font-size: 13px; gap: 10px; }
.inner-page__rating a {display: block;     height: 34px;
    line-height: 34px;
    border-radius: 5px;
    padding: 0px 10px;
	background-color: #6ab04c; color: #fff; font-weight: 400;}
.inner-page__rating a i {font-size: 10px;}
.inner-page__rating a span {font-size: 11px;}
.inner-page__rating a div {height: 30px; line-height: 30px; 
	display: inline-block; vertical-align: top; padding-top: 2px;}
.inner-page__rating a + a {background-color: #eb4d4b;}
.inner-page__rating a img {display: inline-block; width: 25px; height: 25px; position: relative; top: 3px;}
.inner-page__rating a + a img {transform: scale(-1,-1); top: 5px;}
.inner-page__rating a:hover {opacity: 0.6;}

.inner-page__caption {line-height: 1.6; margin-top: 15px; color: var(--secondary-text-color); font-size: 13px;}
.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
	background:linear-gradient(to bottom, transparent 0%, #f2f6f8 100%);}
.slice-btn {margin:10px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; color:var(--primary-color);}

.inner-page--artist .inner-page__left-column {width: 260px;}
.inner-page--artist .inner-page__poster {height: 170px; width: 260px;}
.inner-page__left-column .inner-page__rating {position: relative; left: -10px; margin-top: 20px; flex-wrap: nowrap;}
.inner-page__right-column .slice-masked:before {background:linear-gradient(to bottom, transparent 0%, #fff 100%);}
.inner-page--collection .inner-page__left-column {width: 100%; margin: 0;}
.inner-page--collection .inner-page__poster {width: 100%; height: 240px;}
.inner-page--collection .inner-page__rating {position: absolute; z-index: 10; left: 10px; bottom: 20px;}
.inner-page__quantity {position: absolute; z-index: 10; right: 20px; bottom: 20px; 
	height: 40px; line-height: 40px; border-radius: 5px; padding: 0 20px; 
	background-color: rgba(0,0,0,0.6); color: #fff;}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.text {line-height: 1.7; font-size: 16px; font-weight: 300; word-wrap: break-word;}
.text a {text-decoration: underline; color: var(--primary-color);}
.text img:not(.emoji), .text p, .text h1, .text h2, .text h3, .text h4, .text h5, 
.text > ul, .text > ol, .text table {margin-bottom: 20px;}
.text > img[style*="left"], .text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.text > img[style*="right"], .text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.text > ul li {list-style:disc; margin-left:40px;}
.text > ol li {list-style:decimal; margin-left:40px;}
.text table, .video-inside > * {width:100%;}
.text table tr td {padding:10px; border:2px solid #fff;}
.text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.text table tr:nth-child(1) {background-color:#cee0ed;}
.text table img:not(.emoji) {margin:0; max-width:350px}
.text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 54%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.inner-page__title {margin-bottom: 20px;}
.text h1, .text h2, .text h3, .text h4, .text h5 {font-size: 19px;}
.catmenu li a {color: var(--third-text-color) !important;}
.catmenu li a:hover {color: var(--primary-color) !important;}

/* COMMENTS
----------------------------------------------- */
.add-comments-form-wrapper {background-color: #fff; padding: 20px; border-radius: 5px;box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
/* .add-comments-form__input {margin-left: 20px;} */
.add-comments-form .hidden, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 16px 0 20px;}

.comment-item__title {font-weight: 500; font-size: 19px; margin-bottom: 20px;}
.comment-item {margin-top: 40px;}
.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: 400;}
.comment-item__date {color: var(--secondary-text-color); margin-top: 2px; font-size: 12px;}
.comment-item__main {margin: 6px 0 3px 0;}
.comment-item__rating {margin-left: 20px; height: 30px; line-height: 30px; border-radius: 4px; 
	background-color: #f2f6f9; padding: 0 10px; font-size: 12px; color: #97a9b7;}
.comment-item__rating a {color: #97a9b7;}
.comment-item__rating > span {margin: 0 5px;}
.comment-item__rating > span > span.ratingtypeplus, .comment-item__rating > span > span.ratingplus {color: #06b601;}
.comment-item__rating > span > span.ratingminus {color: #ff0e0e;}
.comment-item__reply a {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color); font-size: 13px;}
.comment-item__controls {text-align: right; font-size: 12px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 20px; line-height: 20px;}
.comment-item__controls a:not(:hover) {color: var(--secondary-text-color);}

/* LOGIN
----------------------------------------------- */

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.mobile-menu .item__title {color: var(--third-text-color);}
.mobile-menu .item__subtitle {color: var(--third-text-color);}

.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto; background-color: #f3f3f3;
	padding: 15px 20px; z-index: 9999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-color-second); color: var(--third-text-color);}
.mobile-menu.is-active {left: 0;}
.mobile-menu .catmenu li {padding: 10px 0px;}
.mobile-menu-close {cursor: pointer; display: block; right: 0px; top: -40px; position: fixed; z-index: 9999;
	width: 40px; height: 40px; line-height: 40px; text-align: center;     font-size: 22px; 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 .nav-list__hidden {width: 100%; width: calc(100% + 40px); margin: 20px -20px 10px -20px; box-shadow: none;
border-radius: 0; position: static; visibility: visible; transform: none; opacity: 1; padding: 20px 10px 1px 10px;}
.mobile-menu .nav-list__hidden li {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: auto; white-space: nowrap; margin: 0 10px 20px 10px;}
.mobile-menu .mob-ns li {width: 100%;}
.mobile-menu .mob-ns li a { padding: 3px 5px; font-size: 14px; }

@media screen and (max-width: 1220px) {
	.wplayer {padding: 0px;}
	.audioplayer {border-radius: 0px;}
	body {background-image: none;}
	.wrapper {padding: 0;}
	/* .wrapper-container {max-width:1000px; border-radius: 0;} */
	.header {padding: 0; background-color: var(--bg-color-second);}
	.main, .footer, .header__inner {padding-left: 20px; padding-right: 20px; border-radius: 0;}
	.header__logo {position: static; margin-left: auto;}
	.header__search {margin: 0 0 0 20px; }

	.header__sign-in {margin-left: 20px; width: 40px; height: 40px; line-height: 40px; font-size: 0; padding: 0; }
	.header__sign-in .fal {margin: 0; line-height: 40px; font-size: 18px;}
	.footer {display: block; text-align: center;}
	.footer__logo {margin-right: 0;}
	.footer__menu, .footer__counter {justify-content: center; margin-top: 15px;}
}

@media screen and (max-width: 950px) {
	.header__btn-mobile-menu {display: block; cursor: pointer;         font-size: 20px; margin-left: 20px; padding: 3px; 
		height: 40px; line-height: 40px; color: #fff;}

	.header__btn-mobile-menu {
		background-color: var(--primary-color);
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0px 0px 10px 0px;
        margin: 0;
	}

	.header__sign-in {
		width: 40px;
		height: 40px;
		border-radius: 0px 0px 0px 10px !important;
	}

	.sidebar, .header__caption, .header::before, .wrapper::before {display: none;}
	.header {margin: 0 !important;}
	/* .menunu {display: none;} */
	.mobile-menu .hide-1 {display: none;}
	/* .mobile-menu .nlist-1 {display: none;} */
	.mobile-menu .mob-ns li a {display: block;}
	.nlist-1 { margin: 0; border-radius: 0;}
	.nlist-1 li a {display: none;}
	/* .wrapper-container {max-width:768px;} */
	.section--new, .section--top {width: 100%; margin-left: 0;}
	.section--new {margin-bottom: 60px !important;}
	.artist-item {width: 50%;}
	.short-item, .top-item {width: 100%;}

	.inner-page__play {max-width: 50%;}
}

@media screen and (max-width: 760px) {
	.header__logo {top: -25px; right: 60px; }
	.header__inner {display: flex; flex-direction: row-reverse;}
	.wrapper {overflow: hidden;}
	.header__btn-mobile-menu {margin-right: auto;}
	/* .wrapper-container {max-width:640px;} */
	.header__search {min-width: 100%; order: 10; margin: 0; margin-top: 5px;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__logo {position: absolute;}
	.collection-item {width: 33.33%;}

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

	.inner-page__category {display: none;}
	.inner-page__header .stretch-free-width {min-width: 100%; text-align: center; padding-bottom: 20px;}
	.inner-page__meta {margin: 0;}
	/* .inner-page__columns {display: block;} */
	.inner-page__left-column {margin: 0 auto 20px auto;}
	.inner-page__info li {width: 100%;}
	.inner-page__play {max-width: 50%; width: 50%; }
	/* .inner-page__rating {margin: auto; position: relative; left: -5px;} */
	.inner-page--artist .inner-page__meta, .inner-page--collection .inner-page__meta, .inner-page__quantity {display: none;}
	.inner-page--collection .inner-page__poster {height: 180px;}
	
	.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 {display: none;}
}

@media screen and (max-width: 590px) {
	.inner-page__columns {display: block;}
	/* .wrapper-container {max-width:480px;} */
	.short-item__description > * {width: 100%; padding-right: 20px;}
	/* .short-item__description > *:last-child {display: none;} */
	
	.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;}
}

@media screen and (max-width: 470px) {
	/* .wrapper-container66 {max-width:360px;} */
	.inner-page__ctrl {flex-wrap: wrap;}
	.inner-page__play {width: 100%; max-width: 100%;}
	.collection-item {width: 50%;}
	.artist-item {width: 100%;}
	.section--artists .section__content {padding: 0;}
	.section--artists .artist-item__inner {padding: 20px; border-bottom: 1px solid #f2f2f2;}
	.section--collections .collection-item:nth-child(5n) {display: none;}
	.item__subtitle {font-size: 12px;}
	.item__title {font-size: 14px;}
	.item__subtitle, .item__title {
		white-space: nowrap;
		max-width: 140px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.short-item__description > * {
		padding-right: 5px;
	}
}

@media screen and (max-width: 400px) {
	.item__time {
		display: none;
	}
	.item__subtitle, .item__title {
		max-width: 170px !important;
	}
}