* {
	background: transparent;
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comments-input a,
input[type='submit'],
input[type='button'],
.button-custom {
	padding: 10px 15px;
	margin: 10px 0;
	display: inline-block;
	border-radius: 6px;
	background: #40d1a0;
	color: #fff;
	transition: all 300ms ease;
	cursor: pointer;
}
.comments-input a:hover,
input[type='submit']:hover,
input[type='button']:hover,
.button-custom:hover {
	background: #34ae85;
}
body {
	font: 13px 'Open Sans',Arial,Helvetica,sans-serif;
	line-height: normal;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-weight: 400;
	--black-color: #000;
	--background-color: #f1f1f1;
	--text-color: #2a2a2a;
	--sort-text-color: #3e3e3e;
	--sort-border: 2px solid #9c27b0;
	--title-color: #2a2a2a;
	--block-color: #fff;
	--block-border: solid 1px #eee;
	--music-border: 1px solid #f7f7f7;
	--sidebar-icon-background: #f1f1f1;
	--sidebar-icon-svg: #da7aeb;
	--sidebar-text: #6d6e73;
	--box-shadow-color: 0 1px 0 0 #d7d8db,0 0 0 1px #e3e4e8;
	--search-input: #ededed;
	--btn-pages: #fff;
	--info-stats-child: #fafbfc;
	--music-title-color: #202020;
	--info-bg-width: 100%;
	--info-bg-height: 300px;
	--badges-color: #959595;
	--badges-background: transparent;
	--badges-border: 1px solid #d2d2d2;
	--player-background: #ffffff;
	--player-prok-p: #dddddd;
	--player-bar-value: #40d1a0;
	--player-download-icon: url('./player/download.svg');
	--player-next-icon: url('./player/next.svg');
	--player-pause-icon: url('./player/pause.svg');
	--player-prev-icon: url('./player/prev.svg');
	--player-play-icon: url('./player/play.svg');
	--player-volume-icon: url('./player/volume.svg');
	--player-settings-icon: url('./player/settings.svg');
	--btn-theme-color: #40d1a0;
	--input-comments: #fff;
	--border-input-comments: 0 0 0 1px #ededed;
	--border-msg-comments: 1px solid #f5f5f5;
}
body {
	background-color: var(--background-color);
	color: var(--text-color);
}
:root {
	--dark-background-color: #4c4c4c;
	--dark-text-color: #d1cdcd;
	--dark-sort-text-color: #898989;
	--dark-sort-border: 2px solid #838383;
	--dark-title-color: #c5c5c5;
	--dark-block-color: #3e3e3e;
	--dark-block-border: solid 1px #4a4a4a;
	--dark-box-shadow-color: unset;
	--dark-music-border: 1px solid #383838;
	--dark-sidebar-icon-background: #626262;
	--dark-sidebar-icon-svg: #d5d4d4;
	--dark-sidebar-text: #a7a7a7;
	--dark-search-input: #d1d1d1;
	--dark-btn-pages: #939393;
	--dark-info-stats-child: #444444;
	--dark-music-title-color: #c5c5c5;
	--dark-info-bg-width: 0;
	--dark-info-bg-height: 0;
	--dark-badges-color: #c9c9c9;
	--dark-badges-background: #626262;
	--dark-badges-border: 1px solid #626262;
	--dark-player-background: #4c4c4c;
	--dark-player-prok-p: #646464;
	--dark-player-bar-value: #cbcbcb;
	--dark-player-download-icon: url('./player/dark/download.svg');
	--dark-player-next-icon: url('./player/dark/next.svg');
	--dark-player-prev-icon: url('./player/dark/prev.svg');
	--dark-player-play-icon: url('./player/dark/play.svg');
	--dark-player-volume-icon: url('./player/dark/volume.svg');
	--dark-player-settings-icon: url('./player/dark/settings.svg');
	--dark-btn-theme-color: #da7aeb;
	--dark-input-comments: #d1d1d1;
	--dark-border-input-comments: none;
	--dark-border-msg-comments: 1px solid #565656;
}
body.theme-dark {
	--black-color: #fff;
	--background-color: var(--dark-background-color);
	--text-color: var(--dark-text-color);
	--sort-text-color: var(--dark-sort-text-color);
	--sort-border: var(--dark-sort-border);
	--title-color: var(--dark-title-color);
	--block-color: var(--dark-block-color);
	--box-shadow-color: var(--dark-box-shadow-color);
	--block-border: var(--dark-block-border);
	--music-border: var(--dark-music-border);
	--sidebar-icon-background: var(--dark-sidebar-icon-background);
	--sidebar-icon-svg: var(--dark-sidebar-icon-svg);
	--sidebar-text: var(--dark-sidebar-text);
	--search-input: var(--dark-search-input);
	--btn-pages: var(--dark-btn-pages);
	--info-stats-child: var(--dark-info-stats-child);
	--music-title-color: var(--dark-music-title-color);
	--info-bg-width: var(--dark-info-bg-width);
	--info-bg-height: var(--dark-info-bg-height);
	--badges-color: var(--dark-badges-color);
	--badges-background: var(--dark-badges-background);
	--badges-border: var(--dark-badges-border);
	--player-background: var(--dark-player-background);
	--player-prok-p: var(--dark-player-prok-p);
	--player-bar-value: var(--dark-player-bar-value);
	--player-download-icon: var(--dark-player-download-icon);
	--player-next-icon: var(--dark-player-next-icon);
	--player-play-icon: var(--dark-player-play-icon);
	--player-prev-icon: var(--dark-player-prev-icon);
	--player-play-icon: var(--dark-player-play-icon);
	--player-volume-icon: var(--dark-player-volume-icon);
	--player-settings-icon: var(--dark-player-settings-icon);
	--btn-theme-color: var(--dark-btn-theme-color);
	--input-comments: var(--dark-input-comments);
	--border-input-comments: var(--dark-border-input-comments);
	--border-msg-comments: var(--dark-border-msg-comments);
}
a {
	color: #2a2a2a;
	text-decoration: none;
}
a:focus,
a:hover {
	text-decoration: none !important;
}
a.fixplayer-music-url {
	color: var(--text-color);
}
h2,h3 {
	font-family: 'Trebuchet MS','NotoSans',Arial,Helvetica,sans-serif;
	font-size: 20px;
}
h1,h2,h3,h4,h5 {
	font: normal 15px/1.5 "GothaPro",Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	letter-spacing: .02em;
	line-height: 1em;
	text-rendering: optimizeLegibility;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #000000;
	border-radius: 0px;
	-webkit-appearance: none;
	box-shadow: 0 0 0 1px #ededed;
}
ol,
ul {
	list-style: none;
	margin: 0;
}
header {
	display: block;
}
.fx-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fx-middle {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.fx-1 {
	-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;
}
.footer-block {
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	padding: 12px;
}
.footer-block a {
	margin-right: 7px;
	color: #4a76a8;
	font-weight: 700;
}
.title {
	padding-top: 16px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: var(--block-border);
	position: relative;
	color: var(--title-color);
}
.title h2 {
	display: inline-block;
}
.sidebar-nav > li > a svg {
	width: 30px;
	height: 30px;
	fill: #d57bea;
	margin-right: 8px;
	min-width: 20px;
	min-height: 20px;
	background-color: var(--sidebar-icon-background);
	padding: 6px;
	padding-left: 8px;
	border-radius: 10px;
}
.navbar-logo {
	float: left;
	margin: 5px 5px 5px;
    background-image: url(./logo.png);
    /* width: 170px; */
    width: 210px;
    height: 63px;
	background-size: 100%;
}
.nav {
	background-color: var(--block-color);
	margin-bottom: 15px;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 880;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.navbar-intagre {
	height: 80px;
}
.center {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
ul.nav-menu.clearfix {
	margin-left: 173px;
}
.header-search {
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: 100;
	padding: 20px 0 10px 80px;
	margin-right: 10px;
	right: 5px;
	max-width: 800px;
	width: 100%;
	overflow: hidden;
	transition: width .4s;
	-webkit-transition: width .4s;
	height: 80px;
}
@media screen and (max-width: 1050px) {
	.header-search {
		width: 500px;
	}
}
.show-search {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	text-align: center;
	color: #4a76a8;
	background-color: #ffffff;
}
.btn-menu__header:hover,
.show-search:hover,
.top-favorite:hover,
.btn-search__header:hover {
	color: #2b89d9;
}
.top-favorite {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	z-index: 100;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	color: #4a76a8;
	font-size: 24px;
}
.text-favorite {
	font-size: 17px;
	vertical-align: bottom;
	color: #4a76a8;
	margin-right: 10px;
}
@media screen and (max-width: 830px) {
	.text-favorite {
		display: none;
	}
}
.header-search.active {
	width: 77%;
	padding-left: 80px;
	margin-right: 10px;
}
.input-block {
	width: 100%;
	position: relative;
}
.input-block input,
.input-block input:focus,
#dlepopup input,
#dlepopup input:focus,
.mass_comments_action select,
.mass_comments_action select:focus {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 10px;
	background-color: var(--search-input);
	color: #000;
	border: 0;
	box-shadow: none;
}
.submenu > a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	margin-left: 7px;
	display: inline-block;
}
.hidden-menu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 998;
	background-color: #505050;
	width: 240px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.20);
	display: none;
	padding-left: 0;
}
.btn-search__header {
	display: none;
}
@media screen and (max-width: 767px) {
	.navbar-intagre {
		padding-right: 60px;
		height: 60px;
	}
	.center {
		max-width: 1000px;
	}
	.navbar-logo {
		float: left;
		margin: 0px 0px 0px !important;
    	width: 190px;
    	height: 52px;
		background-size: 100%;
	}
	.nav-menu {
		display: none;
	}
	.header-search {
		display: none;
		position: absolute;
		top: 0;
		right: 46px;
		z-index: 100;
		padding: 10px 0 10px 60px;
		width: 0;
		overflow: hidden;
		transition: width .4s;
		-webkit-transition: width .4s;
		height: 60px;
	}
	.top-favorite {
		display: inline-block;
		position: absolute;
		cursor: pointer;
		top: 0;
		right: 0;
		z-index: 100;
		width: 51px;
		height: 51px;
		line-height: 60px;
		text-align: center;
		color: #4a76a8;
		font-size: 24px;
	}
	.btn-search__header {
		display: inline-block;
		position: absolute;
		cursor: pointer;
		top: 0;
		right: 0;
		z-index: 100;
		top: 17px;
		right: 10px;
		line-height: 60px;
		text-align: center;
		color: #4a76a8;
		font-size: 24px;
	}
	.btn-menu__header {
		position: absolute;
		display: block !important;
		right: 0px;
		line-height: 67px;
		cursor: pointer;
		font-size: 24px;
		width: 60px;
		text-align: center;
		color: #4a76a8;
	}
	.show-search {
		display: inline-block;
		height: 60px;
		line-height: 60px;
		cursor: pointer;
		font-size: 24px;
		position: absolute;
		top: 0;
		left: 0;
		width: 80px;
		text-align: center;
		color: #4a76a8;
		background-color: #ffffff;
	}
	.sidebar-hidden {
		display: none;
	}
}
.nav-menu > li {
	position: relative;
	float: left;
}
.nav-menu > li > a {
	display: block;
	padding: 0 20px;
	line-height: 80px;
	height: 80px;
	color: #40454b;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
}
.nav-menu > li > a:hover,
.nav-menu .menuactive > a {
	color: #4a76a8;
}
.hidden-menu a {
	display: block;
	padding: 10px 20px;
	color: #FFF;
	border-bottom: var(--block-border);
}
@media screen and (max-width: 950px) {
	.center {
		max-width: 850px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.navbar-logo {
		position: static;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
	}
}
@media screen and (max-width: 760px) {
	.center {
		max-width: 640px;
	}
}
@media screen and (max-width: 590px) {
	.center {
		max-width: 480px;
		padding: 0;
	}
	.nav {
		margin: 0 0 15px;
	}
}
@media screen and (max-width: 450px) {
	.header-search.active {
		width: 81%;
	}
}
.input-block button {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 22px;
	color: #4a76a8;
	cursor: pointer;
}
.icon-search:before {
	content: "";
	cursor: pointer;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 1px;
	right: 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/search.svg');
}
@media screen and (max-width: 768px) {
	.icon-search:before {
		right: 70px;
	}
}
.icon-search:hover:before {
	background-image: url('./svg/search-hover.svg');
}
.icon-topfav:before {
	content: "";
	cursor: pointer;
	width: 30px;
	height: 30px;
	vertical-align: sub;
	display: inline-block;
	background-image: url('./svg/favorite-top.svg');
}
.icon-topfav:hover:before {
	background-image: url('./svg/favorite-top-hover.svg');
}
.add-favorite:before,
.del-favorite:before {
	content: "";
	cursor: pointer;
	width: 31px;
	height: 31px;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/favorite.svg');
}
.add-favorite:hover:before,
.del-favorite:before {
	background-image: url('./svg/favorite-hover.svg');
}
.icon-load:before {
	content: "";
	cursor: pointer;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/load.svg');
}
.track-info__download:hover .icon-load:before {
	content: "";
	cursor: pointer;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/load-hover.svg');
}
.icon-bars:before {
	content: "";
	cursor: pointer;
	width: 26px;
	height: 26px;
	display: inline-block;
	background-image: url('./svg/bars.svg');
}
.icon-bars:hover:before {
	background-image: url('./svg/bars-hover.svg');
}
.icon-close:before {
	content: "";
	cursor: pointer;
	width: 34px;
	height: 34px;
	display: inline-block;
	background-image: url('./svg/close.svg');
}
.icon-close__search {
	position: absolute;
	right: 0px;
	height: 34px;
	top: -7px;
	background-color: var(--block-color);
}
.icon-close__search:before {
	content: "";
	cursor: pointer;
	width: 34px;
	height: 34px;
	display: inline-block;
	background-image: url('./svg/close_search.svg');
}
.icon-pause:before {
	content: "";
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -8.2px;
	right: -5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/pause.svg');
}
.icon-up:before {
	content: "";
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 7px;
	right: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/chevron-up.svg');
}
.fa-player:before {
	content: "";
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/pause.svg');
}
.fa-play:before {
	content: "";
	cursor: pointer;
	top: 7px;
	width: 22px;
	height: 27px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/play.svg');
	padding-left: 3px;
}
.icon-play:before {
	content: "";
	cursor: pointer;
	top: 14px;
	left: 13px;
	width: 20px;
	height: 20px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/play-white.svg');
	padding-left: 3px;
}
.sidebar-block .icon-play:before {
	content: "";
	cursor: pointer;
	top: 9px;
	left: 9px;
	width: 20px;
	height: 20px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/play-white.svg');
	padding-left: 3px;
}
.icon-stop:before {
	content: "";
	cursor: pointer;
	top: 10px;
	left: 8px;
	width: 30px;
	height: 30px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/pause-white.svg');
	padding-left: 3px;
}
.sidebar-block .icon-stop:before {
	top: 4px;
	left: 3px;
}
.fa-forward:before {
	content: "";
	cursor: pointer;
	top: 1px;
	right: -4px;
	width: 35px;
	height: 35px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/next.svg');
	padding-left: 3px;
}
.fa-backward:before {
	content: "";
	cursor: pointer;
	top: 1px;
	right: 75px;
	width: 35px;
	height: 35px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/prev.svg');
	padding-left: 3px;
}
.fa-volume-up:before {
	content: "";
	cursor: pointer;
	top: -5px;
	right: 3px;
	width: 33px;
	height: 35px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/volume-up.svg');
}
.fa-chevron-down:before {
	content: "";
	cursor: pointer;
	top: 1px;
	right: -3px;
	width: 24px;
	height: 24px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/chevron-down.svg');
	padding-left: 3px;
}
.fa-chevron-up:before {
	content: "";
	cursor: pointer;
	top: 1px;
	right: -3px;
	width: 24px;
	height: 24px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/chevron-up.svg');
	padding-left: 3px;
}
.fa-facebook-f:before {
	content: "";
	cursor: pointer;
	width: 14px;
	height: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/social/fb.svg');
}
.fa-vk:before {
	content: "";
	cursor: pointer;
	width: 23px;
	height: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/social/vk.svg');
}
.fa-odnoklassniki:before {
	content: "";
	cursor: pointer;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/social/ok.svg');
}
.fa-telegram-plane:before {
	content: "";
	cursor: pointer;
	width: 15px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/social/tg.svg');
}
.fa-twitter:before {
	content: "";
	cursor: pointer;
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/social/tw.svg');
}
.fa-phone:before {
	content: "";
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/social/vb.svg');
}
.sort-icon:after {
	content: "";
	cursor: pointer;
	top: 7px;
	width: 20px;
	height: 20px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/sort.svg');
	padding-left: 3px;
}
.icon-light {
	content: "";
	cursor: pointer;
	width: 23px;
	height: 23px;
	right: 13px;
	top: 13px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/dark-2.svg');
}
.icon-dark {
	content: "";
	cursor: pointer;
	width: 23px;
	height: 23px;
	right: 12px;
	top: 12px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/dark-1.svg');
}

.sidebar-block {
	border-radius: 5px;
	box-shadow: var(--box-shadow-color);
	background-color: var(--block-color);
    padding-bottom: 10px;
}
.sidebar-block:nth-child(2) {
	margin-top: 12px;
}
.sidebar-block .music-play > .track__play {
	background: #da7aeb;
	width: 38px;
	height: 38px;
	margin-top: 11px;
}
.sidebar-block .music-play {
	margin-right: 0;
}
.sidebar-nav > li > a:hover {
	background-color: rgba(74, 118, 168, 0.7);
}
.sidebar-nav > li > a {
	display: flex;
	align-items: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 ;
	font-family: "Segoe UI",Arial,sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: var(--sidebar-text);
	padding-right: 10px;
	padding-left: 12px;
}
.sidebar-nav li {
	position: relative;
}
.sidebar-nav > li > a:hover:before {
	display: block;
	content: ' ';
	width: 2px;
	height: inherit;
	position: absolute;
	left: 0;
	background: #4a76a8;
	transition: all .2s ease-in-out;
}
.sidebar-title {
	font-size: 18px;
	color: var(--title-color);
	padding: 14px 17px 11px 13px;
	border-bottom: var(--block-border);
	margin-bottom: 10px;
	display: flex;
	font-weight: 500;
	position: relative;
}
.music {
	height: 65px;
}
.music-play {
	overflow: hidden;
	float: left;
	margin-right: 4px;
}
.music-play > .track__play {
	width: 48px;
	height: 48px;
	display: block;
	margin-left: 13px;
	margin-right: 10px;
	margin-top: 7px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.track-info__name a:hover {
	text-decoration: none;
}
.track-info__name {
	line-height: 1.6em;
    margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--text-color);
	height: 65px;
}
.track-info__name b {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
    padding-right: 15px;
}
.playlist-info b {
	display: inline-block;
	overflow: unset;
	white-space: unset;
	text-overflow: unset;
}
.music-cover {
	background-blend-mode: multiply;
	background-size: cover;
	border-radius: 10px !important;
	background-color: #0000002e;
}
.music:hover .music-cover,
.mustoggler_playing .music-cover {
	transition: .2s linear;
}
.music:not(:last-child) {
	border-bottom: var(--music-border);
}
.track-info__right {
	float: right;
	height: 65px;
	line-height: 4.7;
}
.track-info__download {
	margin-right: 15px;
}
.music-time {
	margin: 0 17px 0 7px;
	display: inline-block;
	font-weight: 300;
	color: #636363;
	font-size: 13px;
}
@media (max-width: 480px) {
	.music-load {
		display: none !important;
	}
	.music-time {
		margin: 11px 10px 0 7px;
	}
	.music-time {
		display: none !important;
	}
	.hisong-main {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}
}
.content {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
	margin-top: 99px;
	overflow: hidden;
	min-height: calc(100vh - 80px);
}
@media (max-width: 767px) {
	.content {
		margin-top: 80px;
	}
}
.hisong-left {
	display: inline-block;
	vertical-align: top;
	width: calc(98.3% - 271px);
	padding-right: 7px;
	padding-left: 7px;
}
.hisong-right {
	display: inline-block;
	width: 100%;
	max-width: 271px;
	margin-top: 30px;
	margin-bottom: 10px;
	float: right;
	padding-right: 7px;
}
.hisong-right.without_speedbar {
	margin-top: 0px;
}
.hisong-main {
	border-radius: 5px;
	box-shadow: var(--box-shadow-color);
	background-color: var(--block-color);
	padding-left: 10px;
	padding-right: 10px;
}
.hisong-main.comments {
	padding-bottom: 40px;
}
@media screen and (max-width: 785px) {
	.hisong-left {
		width: 100%;
		border-right: none;
	}
	.hisong-right {
		max-width: unset;
	}
}
.btn-menu__header {
	display: none;
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #e6e6e640;
	display: none;
	z-index: 99999;
}
.contpre small {
	font-size: 25px;
}
.contpre {
	width: 250px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 48%;
	margin-left: -170px;
	margin-top: -75px;
	color: #fff;
	font-size: 40px;
	letter-spacing: -2px;
	text-align: center;
	line-height: 35px;
}
#preloader .svg_anm {
	position: absolute;
	width: 130px;
	height: 130px;
	background: url('./loader.svg') center center no-repeat;
	background-size: 130px;
	margin: -16px 0 0 -16px;
}
#notifications {
	width: 280px;
	position: fixed;
	right: 10px;
	top: 80px;
	z-index: 130000;
	color: #fff;
	padding-top: 5px;
}
.notification {
	font-size: 10px;
	margin: 0 0 5px auto;
	padding: 10px 10px;
	display: none
}
.notification h4 {
	font-size: 12px;
}
.notification p {
	margin: 0
}
.notification-error {
	color: #ffffff;
	background-color: #FF6B5C;
	border-radius: 6px;
}
.notification-success {
	color: #ffffff;
	background-color: #7EC475;
	border-radius: 8px;
}
.side-panel {
	width: 280px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: var(--block-color);
	z-index: 999;
	position: fixed;
	left: -300px;
	top: 0;
	transition: left .4s;
	-webkit-transition: left .4s;
	text-align: left;
}
.side-panel.active {
	left: 0 !important;
}
.close-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.btn-close {
	cursor: pointer;
	display: block;
	left: 280px;
	top: -40px;
	position: fixed;
	z-index: 999999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background-color: #40d1a0;
	color: #fff;
	transition: top .4s;
	-webkit-transition: top .4s;
	border-radius: 0 0px 5px 0;
}
.btn-close.active {
	top: 0px;
}
.side-panel .h-nav {
	display: block;
	text-align: left;
	height: auto;
	margin: 0;
	bottom: 0;
	border-radius: 0;
	margin-bottom: 15px;
	width: 100%;
}
.side-panel .h-nav>li {
	width: 100%;
}
.side-panel .h-nav>li>a {
	border-right: 0;
	height: 40px;
	line-height: 40px;
}
.side-panel .to-mob {
	margin-bottom: 0;
}
.side-panel > .navbar-form {
	padding: 10px 0 0 0 !important;
}
.side-panel .input-search:focus {
	width: 100% !important;
}
.side-panel .navbar-favorite {
	position: fixed;
	left: -280px;
	border-top: var(--block-border);
	padding-bottom: 5px;
	margin-bottom: 0;
	background-color: white;
	z-index: 999;
	max-width: 279px;
	-webkit-box-shadow: -1px -2px 10px rgba(0,0,0,0.15);
	box-shadow: -1px -2px 10px rgba(0,0,0,0.15);
	transition: left .4s;
	-webkit-transition: left .4s;
}
.side-panel .navbar-favorite a {
	line-height: 22px !important;
}
.side-panel .navbar-favorite a:hover {
	color: #4a76a8 !important;
}
.side-panel .navbar-favorite:hover {
	background-color: #f1f1f1 !important;
}
.side-panel .sidebar-offcanvas {
	position: unset;
}
.side-panel .sidebar-links {
	margin-bottom: 40px;
}
.side-panel .sidebar-links a {
	font-size: 12px;
}
.side-panel .h-nav li ul {
	display: block;
	position: unset;
	border: unset;
	list-style: circle;
	margin-left: 35px;
}
.side-panel .h-nav li ul li {
	border-bottom: unset;
	padding-left: 2px;
}
.fav-text {
	display: none;
}
.side-panel .h-nav .fav-text {
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-left: 12px;
}
.side-panel .h-nav .pull-right {
	float: left !important;
	margin-left: -5px;
	display: contents;
}
.side-panel .h-nav .i-liked {
	display: none;
}
@media screen and (max-width: 767px) {
	.side-panel .hidden-menu {
		position: static;
		background-color: #222;
		width: 100%;
		display: block;
	}
}
.modal-dialog {
	max-width: 320px;
	margin: 30px auto;
}
.form-control {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #000000;
	background-color: #fff;
	border-radius: 0px;
	-webkit-appearance: none;
	box-shadow: 0 0 0 1px #ededed;
	border: 0;
}
.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.lb-hjk {
	margin-top: 27px;
}
.modal-body .btn-primary {
	padding: 0 20px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 0px;
	cursor: pointer;
	background-color: #8ac858;
	color: #fff;
	border-radius: 3px;
	border: none;
	width: 100%;
}
.modal-header {
	padding-bottom: 0px;
	border-bottom: #e5e5e500;
}
#modal-window .modal-header,
#modal-prof .modal-header-profile,
#modal-block .modal-header,
#modal-userset .modal-header-profile {
	padding: 17px;
	color: #000;
	font-size: 17px;
}
.modal-content {
	border-radius: 15px;
}
#gotop {
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 36px;
	right: 30px;
	bottom: 173px;
	cursor: pointer;
	font-size: 20px;
	z-index: 9998;
	display: none;
	opacity: 1;
	background-color: #d7d7d7;
	border-radius: 50px;
	color: #f7f7f7;
	text-align: center;
	opacity: 0.5;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24);
}
.button___1KwE1 {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	width: 350px;
	font-family: 'SB Sans Display',Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px
}
.playlist_container {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	scroll-behavior: smooth
}
.playlist_container .card {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	min-width: 25%
}
@media (max-width: 719px) {
	.playlist_container .card {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		min-width: 50%
	}
}
@media (min-width: 1200px) {
	.playlist_container .card {
		-webkit-flex-basis: 16.6666%;
		-ms-flex-preferred-size: 16.6666%;
		flex-basis: 16.6666%;
		max-width: 16.6666%;
		min-width: 16.6666%
	}
}
.playlist_container .card.playlist {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	min-width: 50%
}
@media (max-width: 719px) {
	.playlist_container .card.playlist {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		min-width: 100%
	}
}
@media (min-width: 1200px) {
	.playlist_container .card.playlist {
		-webkit-flex-basis: 33.3333%;
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%;
		max-width: 33.3333%;
		min-width: 33.3333%
	}
}
.playlist_container .card.hide {
	display: none
}
.anchor___muUI8 {
	top: -140px
}
.playlist_container {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	scroll-behavior: smooth;
}
.lakqq_oTemK {
	display: block;
	margin: 0px auto;
	position: absolute;
	inset: 0px;
	transition: transform 0.25s linear 0s, box-shadow 0.25s linear 0s;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
	backface-visibility: hidden;
}
.kqoo_pqNmaZ {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0px;
	z-index: 2;
	transform: translate(-50%,-50%);
	opacity: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #40d1a0;
	fill: rgb(255, 255, 255);
	box-sizing: border-box;
	cursor: pointer;
}
.lakqq_oTemK .kqoo_pqNmaZ {
	opacity: 0;
	backface-visibility: hidden;
}
.lakqq_oTemK:hover .kqoo_pqNmaZ {
	transition: opacity 0.25s linear 0s;
	opacity: 1;
}
.fjq_IopqO {
	background-size: cover;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	background-repeat: no-repeat;
	border-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
	background-image: url('./svg/logo_simple.svg');
	background-position: center center;
}
.nj_aaTy {
	position: relative;
	width: 100%;
	display: table;
	user-select: none;
	padding-top: 50%;
	border-radius: 4px;
}
.card_container___hjqYip .playlist-card-wrapper {
	max-width: 450px;
	width: 100%;
}
.gjEujqa,
.col4___1DH_Q {
	-moz-box-flex: 0;
	padding: 0 10px;
	margin-bottom: 20px;
}
.playlist_name___jUovaLa {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
}
.aZqnhuErtj {
	font-family: "SB Sans Text",sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	display: block;
	text-align: inherit;
	color: rgb(0,0,0) !important;
	margin: 0px;
	padding: 0px;
	transition: color 150ms linear 0s;
	width: 100%;
}
.akrtyMalpe {
	overflow: hidden;
	max-height: 88px;
	overflow-wrap: break-word;
	color: rgb(0,0,0);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.hisong-main:not(:first-child),
.hisong-main.comments {
	margin-top: 15px;
}
.hjkEt {
	-webkit-box-align: center;
	align-items: center;
	background-color: transparent;
	cursor: pointer;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	overflow: hidden;
	outline: none;
	text-decoration: none;
	transition: border 150ms linear 0s, background-color 150ms linear 0s, border-color 150ms linear 0s, background-color 150ms linear 0s, opacity 150ms linear 0s;
	width: auto;
	appearance: none;
	height: 30px;
	padding: 4px 13px;
	border-radius: 18px;
	background: #C122DD;
	color: #fff;
}
.hjkEt:hover {
	background-color: #40d1a0;
	color: #fff
}
.lqbmPza {
	position: absolute;
	top: 13px;
	right: 12px;
	margin: 0px;
}
.sidebar-title .lqbmPza {
	top: 9px;
	font-size: 15px;
	height: 25px;
}
.music-cols__block {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: var(--block-border);
	margin-bottom: 0;
	position: relative;
}
.music-cols__left {
	width: 150px;
}
@media screen and (min-width: 590px) {
	.music-cols__left {
		width: 250px;
	}
}
@media screen and (max-width: 590px) {
	.music-cols__left {
		width: 100%;
		margin-right: 0;
	}
	.music-cols__block {
		padding-left: 0;
	}
}
@media screen and (max-width: 590px) {
	.info-bg-main {
		position: absolute;
		width: 100%;
		overflow: hidden;
		left: 0;
		top: 0;
		z-index: 0;
		height: 100%;
		max-height: 170px;
	}
}
@media screen and (max-width: 590px) {
	.info-bg-main {
		height: 100%;
		max-height: 185px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
}
@media screen and (max-width: 590px) {
	.info-bg-hide {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 590px) {
	.info-bg {
		background-repeat: no-repeat,repeat!important;
		background-position: center!important;
		background-size: 100%!important;
		position: absolute;
		width: var(--info-bg-width);
		height: var(--info-bg-height);
		left: 0;
		top: 0;
		filter: blur(200px);
		-webkit-filter: blur(200px);
		-moz-transform: scale(1.5) translateY(-20px);
		-ms-transform: scale(1.5) translateY(-20px);
		-o-transform: scale(1.5) translateY(-20px);
		transform: scale(1.5) translateY(-20px);
		-webkit-transform: scale(1.5) translateY(-20px);
	}
}
@media screen and (max-width: 590px) {
	.info-bg-hide:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top,rgba(237, 238, 240, 0) 0%,rgba(255, 255, 255, 0) 25%);
		z-index: 0;
	}
}
.info-img {
	width: 150px;
	height: 150px;
}
@media screen and (min-width: 590px) {
	.info-img {
		width: auto;
		height: auto;
		margin-top: 10px;
	}
	.folder .info-img {
		width: 200px;
		height: 200px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 590px) {
	.info-img {
		margin: 0 auto;
	}
}
@media screen and (max-width: 590px) {
	.info-img {
		width: auto;
		height: auto;
		padding-bottom: 0;
		margin: 0 auto;
		padding-top: 35px;
	}
}
.img-fit img,
.img-fit span {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-fit p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 7.5em;
	font-weight: 700;
	margin: auto;
	color: #f3f3f3;
	text-shadow: 1px 1px 2px #3535353b,0 0 1em #000000;
}
.img-fit span {
	display: inline-flex;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24);
	border-radius: 10px;
	opacity: 0.77;
	background-color: #40d1a0;
}
.info-count__folder {
	color: #b9b9b9;
}
.info-date__folder {
	color: #b9b9b9;
	display: block;
	margin-bottom: 15px;
}
@media screen and (max-width: 590px) {
	.info-img.img-fit img {
		width: 250px;
		height: 250px;
		object-fit: cover;
		margin: 0 auto;
		display: block;
		-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,
			.15);
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.img-fit span {
		width: 250px;
		height: 250px;
		margin: 0 auto;
		display: flex;
	}
	.info-count__folder {
		text-align: center;
		display: block;
	}
	.info-date__folder {
		text-align: center;
	}
}
@media screen and (min-width: 590px) {
	.img-fit img {
		-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.8);
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.8);
		border-radius: 5px;
		max-width: 250px;
	}
}
.A {
	background-color: #f44336 !important;
}
.B {
	background-color: #e91e63 !important;
}
.C {
	background-color: #9c27b0 !important;
}
.D {
	background-color: #673ab7 !important;
}
.E {
	background-color: #3f51b5 !important;
}
.F {
	background-color: #2196f3 !important;
}
.G {
	background-color: #03a9f4 !important;
}
.H {
	background-color: #00bcd4 !important;
}
.I {
	background-color: #009688 !important;
}
.G {
	background-color: #4caf50 !important;
}
.K {
	background-color: #8bc34a !important;
}
.L {
	background-color: #cddc39 !important;
}
.M {
	background-color: #ffeb3b !important;
}
.N {
	background-color: #ffc107 !important;
}
.O {
	background-color: #ff9800 !important;
}
.P {
	background-color: #ff5722 !important;
}
.Q {
	background-color: #795548 !important;
}
.R {
	background-color: #9e9e9e !important;
}
.S {
	background-color: #607d8b !important;
}
.T {
	background-color: #da7aeb !important;
}
.U {
	background-color: #222 !important;
}
.V {
	background-color: #d5b867 !important;
}
.W {
	background-color: #2f6832 !important;
}
.X {
	background-color: #2f4368 !important;
}
.Y {
	background-color: #682f41 !important;
}
.Z {
	background-color: #974b4b !important;
}
.push {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 7px 2px 10px 2px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	line-height: 29px;
	border-radius: 7px;
	-webkit-box-shadow: 3px 4px 6px 2px rgba(0,0,0,0.16);
	box-shadow: 3px 4px 6px 2px rgba(0,0,0,0.16);
}
.facebook {
	background-color: #3b5998;
}
.facebook:hover {
	background-color: #2d4373;
	color: #fff;
	text-decoration: none;
}
.google {
	background-color: #dd4b39;
}
.google:hover {
	background-color: #c23321;
	color: #fff;
	text-decoration: none;
}
.pinterest {
	background-color: #bd081c;
}
.pinterest:hover {
	background-color: #881f12;
	color: #fff;
	text-decoration: none;
}
.whatsapp {
	background-color: #25d366;
}
.whatsapp:hover {
	background-color: #47bb72;
	color: #fff;
	text-decoration: none;
}
.twitter {
	background-color: #55acee;
}
.twitter:hover {
	background-color: #2795e9;
	color: #fff;
	text-decoration: none;
}
.vkontakte {
	background-color: #587ea3;
}
.vkontakte:hover {
	background-color: #466482;
	color: #fff;
	text-decoration: none;
}
.ok {
	background-color: #ee8208;
}
.ok:hover {
	background-color: #a05f20;
	color: #fff;
	text-decoration: none;
}
.telegram {
	background-color: #37AEE2;
}
.telegram:hover {
	background-color: #4f8aa5;
	 color: #fff;
	text-decoration: none;
}
.music-info__player {
	padding: 7px;
	border-radius: 5px;
	margin-bottom: 8px;
}
.music-info__play {
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fa-whatsapp:before {
	content: "";
	cursor: pointer;
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: sub;
	display: inline-block;
	background-image: url('./svg/social/wa.svg');
}
@media screen and (min-width: 590px) {
	.music-info__play {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		justify-content: left;
		z-index: 1;
		background: none;
	}
}
.music-info__header {
	margin-bottom: 10px;
}
.music-info__play .music-info__header {
	margin-top: 10px;
}
@media screen and (max-width: 760px) {
	.music-info__header,
	.fcaption {
		text-align: center;
	}
}
@media screen and (max-width: 760px) {
	.music-info__header {
		display: block;
	}
}
@media screen and (max-width: 590px) {
	.music-info__header {
		display: block;
		position: relative;
		width: 100%;
	}
}
@media screen and (max-width: 590px) {
	.music-info__header.fx-row.fx-middle {
		margin-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
}
.music-info__header h1 {
	font-size: 16px;
	font-weight: 600;
}
@media screen and (max-width: 760px) {
	.music-info__header h1 {
		font-size: 18px;
	}
}
@media screen and (min-width: 590px) {
	.music-info__header {
		text-align: left;
		padding: 0 5px 5px 5px;
		position: relative;
		width: 100%;
	}
}
.music-info__header h1 span {
	display: block;
	margin-top: 5px;
	font-weight: 500;
	color: rgba(97,102,108,1);
}
.music-panel__bottom {
	display: flex;
	width: 100%;
	min-width: 100%;
	justify-content: flex-start;
	padding-bottom: 10px;
}
@media screen and (max-width: 590px) {
	.music-panel__bottom {
		width: 100%;
		min-width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.music-info__play-bt {
	transition: .4s ease-in-out;
	height: 43px;
	border-radius: 18px;
	overflow: hidden;
	background: #bdbdbd4d;
	z-index: 1;
	padding: 0 10px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: 5px;
	cursor: pointer;
	flex: auto;
	max-width: 170px;
	min-width: 120px;
	text-transform: uppercase;
}
.music-info__play-bt {
	height: 43px;
	background: #C122DD;
	border-radius: 10px;
	flex: 1;
	max-width: 170px;
}
@media screen and (max-width: 590px) {
	.music-info__play-bt {
		border-radius: 8px;
	}
}
.music-info__play .start-play-btn:before {
	content: "";
	background-repeat: no-repeat;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22500pt%22%20height%3D%22500pt%22%20viewBox%3D%220%200%20500%20500%22%20fill%3D%22%23ffffff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M162.38%20100.59c6.93-1.56%2014.3.03%2020.36%203.61%2071.21%2040.85%20142.4%2081.73%20213.62%20122.56%208.31%205.03%2013.58%2014.57%2013.64%2024.25-.19%209.46-6.3%2018.08-14.41%2022.6-70.85%2040.8-141.69%2081.6-212.54%20122.4-7.64%204.61-17.14%204.83-25.54%202.44-10.39-3.61-16.64-14.78-16.44-25.46.01-81.67-.11-163.35-.07-245.03-.16-8.35%203.18-16.95%209.78-22.25%203.3-2.77%207.47-4.17%2011.6-5.12m31.63%2071.28c-.01%2052.22-.02%20104.44%200%20156.66%2045.41-26.16%2090.84-52.3%20136.24-78.47-45.4-26.09-90.82-52.14-136.24-78.19z%22%2F%3E%3C%2Fsvg%3E') left top no-repeat;
	background-size: 25px!important;
	background-position: center!important;
	display: inline-block;
	height: 35px;
	width: 20px;
	margin-right: 5px;
}
.play-text,
.music-info__play-bt a,
.blc span {
	line-height: 36px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
}
.music-info__play-bt a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.music-info__play-bt svg {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.music-info__play-bt svg {
	fill: #fff;
}
@media screen and (max-width: 590px) {
	.full .fcaption,
	.full .fctrl.fx-row.music-cols__block,
	.info-main.fx-1 {
		padding: 10px;
	}
}
.info-stats li {
	position: relative;
	padding: 7px 10px 7px 150px;
	display: flex;
    flex-direction: row-reverse;
}
@media screen and (max-width: 470px) {
	.info-stats li {
		padding-left: 140px;
	}
}
.info-stats li:nth-child(2n+1) {
	background-color: var(--info-stats-child);
}
@media screen and (max-width: 470px) {
	.info-stats li span {
		display: inline-block;
		width: 110px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
.info-stats li > span:first-child {
	position: absolute;
	left: 10px;
	top: 7px;
	font-size: 12px;
	opacity: .7;
}
.img-fit {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
@media screen and (min-width: 590px) {
	.info-main.fx-1 {
		padding-top: 10px;
		padding-bottom: 15px;
		border-top: var(--block-border);
	}
}
.info-stats a {
	color: #004e34;
}
body.theme-dark .info-stats a {
	color: #40d1a0;
	transition: all 300ms ease;
}
body.theme-dark .info-stats a:hover {
	color: #2d9b76;
}
.breadcrumbs {
	color: var(--text-color);
	font-size: 10px;
	font-weight: 400;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.breadcrumbs span {
	font-size: 13px;
	margin: 0 7px;
}
.breadcrumbs a {
	border-bottom: none;
	color: var(--text-color);
}
.breadcrumbs a:hover {
	border-bottom: none;
	color: grey
}
.item-player {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 997;
	background-color: #ffffff;
}
.audioplayer {
	max-width: 980px;
	width: calc(100% - 30px);
	margin: 0 auto;
	height: 80px;
	color: #ffffff
}
.audioplayer audio {
	display: none;
}
.audioplayer-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 8px;
	background-color: #d3d3d3;
}
.audioplayer-bar-loaded {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(92, 92, 92, 0.12);
}
.audioplayer-bar-played {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	background-color: #4a76a8;
}
.audioplayer-bar-played:before {
	content: '';
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	right: -3px;
	margin-top: -6px;
	z-index: 3;
}
.audioplayer:hover .audioplayer-bar {
	height: 8px;
}
.audioplayer-volume {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin-left: 100px;
	margin-top: -15px;
}
.audioplayer-muted .fa-volume-up:before {
	content: '\f026';
}
.audioplayer-volume-button a {
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.audioplayer-volume-adjust {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 30px;
	height: 100px;
	background-color: #F4F1EE;
	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: #ffffff;
	overflow: hidden;
}
.audioplayer-volume-adjust>div>div {
	width: 100% !important;
	background-color: #74597c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
	display: block;
}
.ap-time {
	font-size: 14px;
	opacity: 0.8;
	color: #5e5e5e;
}
@media screen and (max-width: 760px) {
	.ap-time {
		display: none;
	}
}
.audioplayer-time-current:after {
	content: '/';
	display: inline;
	margin: 0 6px;
}
.ap-desc {
	width: calc((100% - 160px)/2);
}
.ap-img {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	margin-right: 10px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.ap-img {
		display: none;
	}
}
.ap-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ap-artist {
	font-size: 12px;
	color: #646464;
}
.ap-title {
	color: #3e3e3e;
	font-weight: 700;
	margin-top: 3px;
}
.ap-btns {
	width: 130px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -19px 0 0 -65px;
}
.audioplayer-playpause a {
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	display: block;
	font-size: 14px;
	position: relative;
}
.ap-prev,
.ap-next {
	font-size: 14px;
	cursor: pointer;
}
.ap-prev:hover,
.ap-next:hover {
	color: #fff;
}
.audioplayer-stopped .audioplayer-playpause a {
	padding-left: 3px;
}
.first-reveal .ap-prev,
.first-reveal .ap-next {
	pointer-events: none;
}
.first-reveal .audioplayer-playpause .fa:before {
	content: "";
	cursor: pointer;
	top: 7px;
	width: 35px;
	height: 27px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background: url('./svg/play.svg') top no-repeat;
	padding-left: 3px;
}
.fa-pause:before {
	content: "";
	cursor: pointer;
	top: 2px;
	left: 16px;
	width: 38px;
	height: 38px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-image: url('./svg/pause.svg');
	padding-left: 3px;
}
.ap-play-pseudo {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.ap-info {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (max-width: 760px) {
	.audioplayer-volume {
		left: auto;
		right: 15px;
		margin-right: 0;
	}
}
.music-info__play.play .start-play-btn:before {
	background-repeat: no-repeat;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22500pt%22%20height%3D%22500pt%22%20viewBox%3D%220%200%20500%20500%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22M162.2%20100.24c13.78-1.93%2028.07%206.69%2032.79%2019.78%202.02%205.06%202.13%2010.58%202.02%2015.95-.02%2077.36%200%20154.72-.01%20232.08.17%207.52-2.36%2015.08-7.24%2020.84-7.21%208.81-19.56%2013-30.64%2010.32-13.81-2.85-24.36-16.16-24.11-30.24.01-79.65-.06-159.31.03-238.96.13-14.85%2012.41-28.22%2027.16-29.77zM329.19%20100.24c13.79-1.94%2028.1%206.7%2032.81%2019.8%202.01%205.06%202.12%2010.57%202.01%2015.93-.02%2077.36%200%20154.71-.01%20232.07.17%207.5-2.35%2015.05-7.2%2020.81-7.22%208.84-19.6%2013.05-30.7%2010.36-13.77-2.86-24.31-16.13-24.09-30.18-.01-79.35-.02-158.7%200-238.05-.32-15.19%2012.08-29.17%2027.18-30.74z%22%2F%3E%3C%2Fsvg%3E') left top no-repeat;
	background-size: 25px!important;
	background-position: center!important
}
.pagination {
	color: var(--text-color);
	text-decoration: none;
	padding: 15px 0;
	font-size: 16px;
	background-color: var(--block-color);
	box-shadow: var(--box-shadow-color);
	display: block;
	line-height: 36px;
	text-align: center;
	border-top: var(--block-border);
	border-radius: 0 0 5px 5px;
}
.navigation a,
.navigation span {
	display: inline-block;
	 padding: 0 5px;
	 min-width: 40px;
	background-color: var(--btn-pages);
	margin: 0 3px;
	color: var(--text-color);
	margin-bottom: 5px;
	border-radius: 6px;
	box-shadow: inset 0px 0 0 1px rgba(0,0,0,0.1);
}
.navigation span {
	background-color: #40d1a0;
	 color: #fff;
}
.name-folder {
	font-family: "SB Sans Display",sans-serif;
	color: rgb(51,63,72);
	opacity: 0.75;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 7px;
	padding-left: 5px;
}
.folder .music-info__header h1 {
	font-size: 18px;
}
.folder .info-main.fx-1 {
	border-top: unset;
}
@media screen and (min-width: 590px) {
	.folder .music-info__play {
		width: calc(100% - 205px);
	}
	.folder .music-cols__left {
		width: 190px;
		margin-bottom: 10px;
	}
	.folder .img-fit img {
		max-width: 190px;
	}
}
.playset-all {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-top: 10px;
	padding: 10px;
}
.playset-image {
	transition: .4s;
	display: block;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	margin-bottom: 14px;
	width: 90px;
	margin: 0 auto;
	position: relative;
}
@media (max-width: 600px) {
	.playset-image {
		width: 120px;
		margin: 0 auto;
	}
}
.playset-item {
	width: calc(25% - 9px);
	margin-bottom: 10px;
	list-style: none;
}
.playset-item:not(:nth-child(4n)) {
	margin-right: 12px
}
.playset-img {
	text-decoration: none;
	position: relative;
}
.playset-img .play-button___playlist,
.albumSlide__bg .play-button___playlist {
	opacity: 0;
	backface-visibility: hidden;
}
.playset-img:hover .play-button___playlist,
.albumSlide:hover .play-button___playlist {
	transition: opacity 0.25s linear 0s;
	opacity: 1;
}
.playset-img:hover .playset-image {
	-webkit-filter: saturate(160%);
	filter: saturate(160%)
}
.playset-image:before {
	content: "";
	padding-top: 100%;
	display: block
}
.playset-img:hover.playset-image {
	-webkit-filter: saturate(160%);
	filter: saturate(160%)
}
.playset-img:hover .playset-title {
	color: #fff1c7 !important;
}
@media (max-width: 768px) {
	.playset-item {
		width: calc(33.33% - 8px);
		margin-right: 12px !important
	}
	.playset-item:nth-child(3n) {
		margin-right: 0 !important
	}
}
@media (max-width: 600px) {
	.playset-all {
		justify-content: space-between
	}
	.playset-item {
		width: calc(50% - 8px);
		margin-right: 0 !important
	}
	.playset-item:nth-child(3n) {
		margin-right: 0 !important
	}
}
@media (min-width: 991px) {
	.preview-block img {
		margin-top: 15px;
	}
}
.list .playset-image {
	width: auto;
}
.playset-image:before {
	content: "";
	padding-top: 100%;
	display: block;
}
.playset-title,
.artist-title,
.albums-title {
	display: flex;
	align-items: flex-end;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 66%;
	box-sizing: border-box;
	padding: 12px 11px;
	background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
}
.playset-image {
	border-radius: 15px;
}
.playset-title {
	display: block;
	background: unset;
	color: var(--text-color);
	position: unset;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	border-radius: unset;
}
.playset-artist {
	display: block;
	background: unset;
	color: var(--text-color);
	position: unset;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	border-radius: unset;
	font-weight: 600;
	padding-top: 10px;
}
.album-name {
	font-weight: 500;
	padding-top: 9px;
}
.error-text {
	padding: 11px;
	font-size: 15px;
	line-height: 1.5;
}
.footer-wrap {
	background: var(--block-color);
	padding: 25px 25px 110px 25px;
}
.site-footer {
	color: #000;
	font-size: 15px;
}
.footer-copy {
	font-size: 16px;
	color: var(--text-color) !important;
}
.footer-link a {
	color: var(--text-color) !important;
	float: left;
	font-size: 16px;
	margin-top: 14px;
	margin-right: 20px;
}
.site-footer {
	color: #000;
	font-size: 15px;
	max-width: 1400px;
	margin: 0 auto;
}
.text-footer {
	margin-top: 18px;
	font-size: 13px;
	color: #9f9f9f;
	display: block;
	padding: 10px;
	line-height: 1.7;
}
.text-footer p {
	margin-bottom: 25px;
}
.sort-line {
	position: relative;
	font-weight: 500;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 9px;
	border-bottom: var(--block-border);
}
.sort-name {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #686868;
	font-size: 16px;
	position: relative;
}
@media (max-width: 500px) {
	.sort-line h2,
	.sort-line h3 {
		font-size: 16px !important;
	}
}
@media (max-width: 400px) {
	.sort-line h2,
	.sort-line h3 {
		font-size: 15px !important;
	}
}
.sort-item:hover a {
	color: var(--sort-text-color);
}
.sort-item {
	display: inline-block;
	white-space: nowrap;
	margin-right: 25px;
	margin-bottom: 5px;
	padding: 2px 0;
	color: var(--sort-text-color);
	font-size: 16px;
}
.sort-item a {
	color: var(--sort-text-color);
}
.sort-item:hover {
	color: #9c27b0;
	border-bottom: var(--sort-border);
}
.sort-item:hover a {
	color: #9c27b0;
}
.sort-item.active {
	border-bottom: var(--sort-border);
}
.sort-mobile {
	display: none;
}
.sort-items {
	display: inline-block;
}
.sort-block {
	display: inline-block;
	position: relative;
	margin: 0 20px 10px;
}
@media(max-width: 960px) {
	.sort-items {
		position: absolute;
		padding: 0px 13px 0px 13px;
		border-radius: 7px;
		background-color: #fff;
		border: 1px solid #e2e2e2;
		z-index: 99999;
		-webkit-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.24);
		box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.24);
		right: 0;
	}
	.sort-items {
		display: none;
	}
	.sort-items >.active {
		display: none !important;
	}
	.sort-mobile {
		display: inline-block;
		cursor: pointer;
		border-bottom: var(--sort-border);
	}
	.sort-items .sort-item {
		background: none;
		color: #9c27b0;
		display: block;
		border-radius: unset;
		margin-right: 0;
		margin-bottom: 0;
		line-height: 2.5;
		border-bottom: unset;
	}
	.sort-items .sort-item:not(:last-child) {
		border-bottom: var(--block-border);
	}
	.sort-items .sort-item a {
		color: #3e3e3e;
		display: block;
	}
}
.sort-icon {
	display: none;
}
@media(max-width: 355px) {
	.sort-name {
		display: none;
	}
	.sort-icon {
		display: block;
	}
	.sort-block {
		margin-left: 37px;
	}
}
.form-group label {
	padding: 5px 5px 10px 0px;
	display: block;
}
.btn-primary {
	background: #40d1a0;
	color: #fff;
	padding: 10px 20px;
	margin-top: 10px;
	margin-left: 12px;
	margin-bottom: 10px;
	border-radius: 8px;
	cursor: pointer;
}
.form-group {
	padding: 0 13px;
}
.form-group input,textarea,select {
	border-radius: 8px;
	max-width: 400px;
}
.fixplayer {
	min-width: 270px;
	height: 60px;
	background-color: var(--player-background);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
	.player {
		display: block;
	}
}
.fixplayer-left,
.fixplayer-right {
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	margin: 0;
}
.fixplayer-left {
	left: 0;
	padding-left: 10px;
	padding-top: 17px;
}
.fixplayer-left span {
	display: inline-block;
	float: left;
}
a.fixplayer-back,a.fixplayer-play,a.fixplayer-pause,a.fixplayer-next,a.fixplayer-fav,a.fixplayer-favdel,a.fixplayer-download,a.fixplayer-lyrics {
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
a.fixplayer-back {
	width: 33px;
	background-image: var(--player-prev-icon);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	opacity: 0.7;
}
a.fixplayer-play {
	width: 33px;
	background-image: var(--player-play-icon);
	background-repeat: no-repeat;
	background-position: 6px 0;
	opacity: 0.7;
}
a.fixplayer-pause {
	width: 33px;
	background-image: var(--player-pause-icon);
	background-repeat: no-repeat;
	background-position: 5px 0;
	opacity: 0.7;
}
a.fixplayer-next {
	width: 33px;
	background-image: var(--player-next-icon);
	background-repeat: no-repeat;
	background-position: 9px 4px;
	opacity: 0.7;
}
a.fixplayer-download {
	width: 33px;
	background-image: var(--player-download-icon);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0.7;
}
.fixplayer-sound {
	position: absolute;
	top: 0;
	left: 33px;
	width: 72px;
	height: 15px;
	display: block;
}
@media screen and (max-width: 750px) {
	.fixplayer-tit-text,
	.fixplayer-sound {
		display: none !important;
	}
}
a.fixplayer-sound-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	width: 33px;
	background-image: var(--player-volume-icon);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0.7;
	cursor: pointer;
}
.fixplayer-sound-prok {
	width: 70px;
	height: 5px;
	background-color: var(--player-prok-p);
	position: absolute;
	top: 6px;
	left: 20px;
	cursor: pointer;
	border-radius: 10px;
}
#play_volume .jp-volume-bar-value,
.fixplayer-sound-prok i,
.jp-play-bar {
	height: 5px;
	display: block;
	background-color: #4a76a8;
}
.fixplayer-settings {
	position: absolute;
	right: 20px;
	top: 0;
	width: 28px;
	height: 22px;
	text-align: center;
}
.fixplayer-settings span.s-btn {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0;
	text-align: left;
	cursor: pointer;
}
.fixplayer-settings span.s-btn span {
	display: block;
	width: 33px;
	height: 33px;
	background-image: var(--player-settings-icon);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0.5;
	cursor: pointer;
}
span.s-btn .fixplayer-mode.line {
	opacity: 0.5;
}
.jp-repeat-off {
	opacity: 1 !important;
}
.fixplayer-prok {
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 120px;
	right: 210px;
	border-radius: 10px;
	cursor: pointer;
}
@media screen and (max-width: 750px) {
	.fixplayer-prok {
		right: 110px;
	}
}
.loaded {
	width: 100%;
	height: 100%;
	background-color: var(--player-prok-p);
	position: absolute;
	top: 0;
	left: 0;
}
#play_progress .ui-slider-range,
.fixplayer-prok-pr {
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
#play_volume .jp-volume-bar-value,
.fixplayer-sound-prok i,
.jp-play-bar {
	height: 5px;
	display: block;
	background-color: var(--player-bar-value);
	border-radius: 10px;
}
.jp-play-bar {
	height: 8px;
}
.fixplayer-tit {
	z-index: 1000;
	height: 15px;
	line-height: 14px;
	color: var(--text-color);
	font-size: 11px;
	padding-left: 10px;
	position: absolute;
	top: 30px;
	left: 90px;
	right: 195px;
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	.fixplayer-tit {
		right: 100px;
	}
}
.fixplayer-tit span {
	margin-left: 10px;
}
.fixplayer-tit .time {
	color: var(--text-color);
	font-size: 14px;
	margin-right: 15px;
	display: block;
	float: right;
}
.fixplayer-tit-text {
	position: absolute;
	display: block;
	float: left;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
	margin-right: 120px;
	height: 20px;
}
@media screen and (max-width: 750px) {
	.fixplayer-tit-text,
	.fixplayer-sound {
		display: none !important;
	}
}
.fixplayer-tit span {
	margin-left: 10px;
}
.fixplayer-tit-text b {
	display: block;
	height: 50px;
	overflow: hidden;
	font-weight: normal;
	padding-left: 10px;
}
.fixplayer-tit span {
	margin-left: 10px;
}
.fixplayer .defis {
	display: none;
}
.fixplayer-right {
	margin: 15px 0;
}
.fixplayer-right {
	width: 190px;
	right: 0;
	top: 7px;
}
@media screen and (max-width: 750px) {
	.fixplayer-right {
		width: 80px;
	}
}
.fjq_IopqO img {
	object-fit: cover;
}
.b_badges_albums {
	margin: 23px 30px 20px 30px;
}
@media (max-width: 767px) {
	.b_badges_albums {
		margin: 23px 0 10px 0;
	}
}
.b_badges {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 24px;
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.b_badges {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: 0;
	}
}
.b_badges.big {
	font-size: 14px;
}
.b_badges li {
	margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
	.b_badges li {
		margin-bottom: 10px;
	}
}
.b_badges.big li {
	margin: 0 10px 15px 0;
}
@media (max-width: 767px) {
	.b_badges.big li {
		margin: 0 10px 10px 0;
	}
}
.b_badges li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 14px;
	padding: 11px;
	border-radius: 15px;
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
	border: var(--badges-border);
	font-weight: 400;
}
.b_badges.big a {
	padding: 13px 11px;
	color: var(--badges-color);
	background: var(--badges-background);
}
.b_badges.big a.active {
	cursor: default;
	color: #fff;
	background-color: #9c27b0;
	border-color: #9c27b0;
}
.show_all {
	display: none;
}
@media (max-width: 767px) {
	.b_badges li.hide {
		display: none;
	}
	.show_all {
		display: block;
	}
}
.slider {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 5px;
}
.slider .swiper-wrapper {
	height: auto;
	padding-bottom: 5px;
	padding-top: 10px
}
.slider .swiper-slide {
	width: 175px;
	margin-left: 13px;
	margin-right: 13px;
	height: auto
}
@media screen and (max-width: 980px) {
	.slider {
		margin-bottom: 8px
	}
	.slider .swiper-container {
		padding-right: 15px
	}
	.slider .swiper-slide {
		width: 120px;
		margin-left: 7.5px;
		margin-right: 7.5px
	}
}
.albumSlide {
	width: 100%;
	position: relative;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.albumSlide:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	bottom: -5px;
	right: -5px;
	border-radius: 10px;
	background: #4a76a8;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,
		.24);
	box-shadow: 0 5px 10px rgba(0,0,0,
		.24);
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.albumSlide__bg {
	position: relative;
	width: 100%;
/*	height: 250px;*/
	aspect-ratio: 1;
	pointer-events: none
}
.albumSlide:hover .albumSlide__image,
.albumSlide:hover img,
.item-link:hover .item-image {
	box-shadow: 0px 2px 0px #314f71,0px -2px 0px #314f71,2px 0px 0px #314f71,-2px 0px 0px #314f71;
}
.albumSlide__bg:after {
	content: "";
	display: block;
	padding-top: 100%
}
.albumSlide__image,
.albumSlide__bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 11px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,
		.24);
	box-shadow: 0 5px 10px rgba(0,0,0,
		.24);
}
.albumSlide__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px
}
.albumSlide__icon,
.albumSlide__text {
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.albumSlide__text {
	font: 500 14px/17px Roboto,sans-serif;
	opacity: 1;
	color: var(--text-color);
	letter-spacing: .02em;
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	margin-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.swiper-button-next,
.swiper-button-prev {
	background-color: white;
	background-color: rgba(255,255,255,0.5);
	right: 10px;
	padding: 30px;
	color: #000 !important;
	fill: black !important;
	stroke: black !important;
}
.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236c6c6c'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236c6c6c'%2F%3E%3C%2Fsvg%3E") !important;
}
.side-panel .genres-sidebar {
	padding-left: 6px;
}
.sidebar-block:not(:first-child) {
	margin-top: 15px;
}
.genres-sidebar {
	display: block;
}
ul.genres-sidebar > li,
ul.genres-sidebar > span {
	display: inline-block;
	overflow: hidden;
	margin: 0 5px 8px 0;
	vertical-align: top;
	font-size: 1.4rem;
}
ul.genres-sidebar > li a,
ul.genres-sidebar > span a {
	display: block;
	padding: 5px 8px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
}
ul.genres-sidebar > li:hover a,
ul.genres-sidebar > span:hover a {
	opacity: 0.7;
}
ul.genres-sidebar > li a,
ul.genres-sidebar > span a {
	background-color: #40d1a0;
	color: #FFF;
}
ul.genres-sidebar > li a,
ul.genres-sidebar > span a {
	font-size: 13px;
}
.genres-sidebar {
	padding: 10px;
}
.social-panel {
	text-align: center;
	border-top: var(--block-border);
	padding-top: 13px;
	width: 100%;
}
.social-text {
	color: #000;
	letter-spacing: .03em;
}
.social-panel.social {
	margin-top: 8px;
}
#muz-theme {
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 36px;
	right: 30px;
	bottom: 100px;
	cursor: pointer;
	font-size: 20px;
	z-index: 9998;
	background-color: var(--btn-theme-color);
	border-radius: 50px;
	color: #f7f7f7;
	text-align: center;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24);
}
#muz-theme:hover {
	background: #C122DD;
}
@media (max-width: 767px) {
	#muz-theme {
		right: 12px;
		bottom: 80px;
	}
	#gotop {
		right: 12px;
		bottom: 150px;
	}
}
.top-num {
	float: left;
	margin-top: 24px;
	margin-left: 10px;
	color: var(--black-color);
	width: 12px;
}
@media (max-width: 480px) {
	.top-num {
		width: 8px;
	}
}
.fx-1 i {
	display: none;
}
.comments-input {
	padding: 6px 10px;
	display: flex;
	width: 100%;
	flex-direction: column;
}
.dlecomments-editor {
	width: 100%;
}
.comments-input input {
	border-radius: 8px;
	max-width: 300px;
	background-color: var(--input-comments);
	box-shadow: var(--border-input-comments);
}
#comments {
	border-radius: 8px !important;
	max-width: unset;
	height: 70px !important;
	background-color: var(--input-comments);
	box-shadow: var(--border-input-comments);
}
.comments-btn {
	background-color: #b34cc5;
	padding: 10px;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	margin-left: auto;
}
.user-name {
	padding-right: 8px;
}
.user-name,.user-name a {
	font-size: 16px;
	font-weight: 600;
	color: #838383;
}
.msg-time {
	font-size: 11px;
	color: #b1b1b1;
}
.msg-text {
	display: block;
	font-size: 16px;
	color: #b9b9b9;
	padding-top: 10px;
}
.msg {
	border: var(--border-msg-comments);
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 10px;
}
#dle-comments-list {
	padding: 5px 7px;
}
#formComment {
	/* margin-bottom: 40px; */
	display: table;
	width: 100%;
}
.msg-clean {
	text-align: center;
	color: #000;
	padding-bottom: 15px;
}
.msg-clean img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.del-comm {
	margin-top: 15px;
	display: block;
	color: red;
	cursor: pointer;
}
.admin-sidebar > li > a {
	display: flex;
	align-items: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0;
	font-family: "Segoe UI",Arial,sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: var(--sidebar-text);
	padding-right: 10px;
	padding-left: 12px;
}
.plays,
.pausing {
	background-color: #40d1a017;
}
.music-info__play .track-block {
	background-color: transparent;
}
.active-search:before {
	right: 6px;
}
.info-cat__name {
	color: #fff;
	background-color: #40d1a0;
	border-radius: 8px;
	padding: 4px 10px;
	line-height: 2.3;
}
.info-cat__name:hover {
	opacity: 0.6;
}
.swiper-container,
.swiper-collection {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,
		.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,
		.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,
		.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,
		.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,
		.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,
		.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,
		.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,
		.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,
		.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,
		.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,
		.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,
		.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,
		.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,
		.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,
		.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,
		.5),rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -42px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,
	.2s -webkit-transform;
	transition: .2s top,
	.2s -webkit-transform;
	-o-transition: .2s transform,
	.2s top;
	transition: .2s transform,
	.2s top;
	transition: .2s transform,
	.2s top,
	.2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,
	.2s -webkit-transform;
	transition: .2s left,
	.2s -webkit-transform;
	-o-transition: .2s transform,
	.2s left;
	transition: .2s transform,
	.2s left;
	transition: .2s transform,
	.2s left,
	.2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,
	.2s -webkit-transform;
	transition: .2s right,
	.2s -webkit-transform;
	-o-transition: .2s transform,
	.2s right;
	transition: .2s transform,
	.2s right;
	transition: .2s transform,
	.2s right,
	.2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,
		.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,
		.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,
		.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,
		.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,
		.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-button-next,
.swiper-button-prev {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.67);
	background-size: 12px 18px;
	margin-top: -40px;
	height: 55px;
	width: 30px;
	padding: 17px 15px;
	right: 0px;
}
@media (max-width: 767px) {
	.swiper-button-next,
	.swiper-button-prev {
		background-size: 10px 17px;
		height: 50px;
		width: 27px;
		padding: 12px 12px;
	}
}
.swiper-button-prev {
	left: 0;
	border-radius: 0 10px 10px 0;
}
.swiper-button-next {
	border-radius: 10px 0 0 10px;
}
.music-cols__block .s-text {
	display: block;
	color: #5e5e5e;
	margin-bottom: 4px;
	margin-top: 4px;
}
.genre-view .hjkEt {
	font-size: 12px;
	top: -2px;
	right: 0;
	height: 22px;
	padding: 4px 6px;
}
.genre-view .genres-sidebar {
	display: none;
	position: absolute;
	top: 70px;
	right: 10px;
	max-width: 400px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0,0,0,0.101);
	border-radius: 5px;
	z-index: 99;
}
@media (max-width: 589px) {
	.genre-view .genres-sidebar {
		top: 355px;
	}
}
.str-info {
	border-radius: 5px;
	box-shadow: var(--box-shadow-color);
	background-color: var(--block-color);
	padding: 18px 26px;
	margin-top: 15px;
	color: rgba(97,102,108,1);
	line-height: 20px;
	position: relative;
	padding-left: 60px;
}
.str-info h1,
.str-info h2,
.str-info h3,
.str-info h4 {
	margin-bottom: 10px;
}
.icon-strinfo:before {
	content: "";
	width: 32px;
	height: 32px;
	vertical-align: middle;
	display: inline-block;
	transform: translateY(-50%);
	position: absolute;
	left: 12px;
	top: 50%;
	background-image: url('./svg/str-info.svg');
}
.comm-page {
	border: 2px solid #40d1a0;
	color: #40d1a0;
	width: 161px;
	height: 37px;
	line-height: 36px;
	text-align: center;
	border-radius: 8px;
	font-weight: 600;
	margin-top: 3px;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 16px;
}
.comments_subscribe {
	padding-left: 22px;
	position: relative;
}
.comments_subscribe:before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #b34cc5;
	border-radius: 4px;
}
input + .comments_subscribe:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: #b34cc5;
	border-radius: 4px;
	transform: scale(0);
	transition: all 300ms ease;
}
input:checked + .comments_subscribe:after {
	transform: scale(1);
}
.comments_subscribe input {
	display: none;
}
.comments_subscribe span {}
#dle-comments-form {
/*	max-width: 320px;*/
}
#fullsearch {
	margin-bottom: 1em;
}
.search_result_num {
	margin: 0 20px;
}
.ui-dialog {
	text-align: left;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 420px;
	border-radius: 2px;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #e6e6e6;
	border-color: rgba(0,0,0,0.2);
	background-color: var(--block-color);
	background-clip: padding-box;
	outline: none;
	z-index: 2000000;
}
.ui-dialog-titlebar {padding: 20px 20px;position: relative;border-bottom: 1px solid var(--block-color);background: var(--block-color);}
.ui-dialog-title { float: left; font-weight: bold; font-size: 1em; }
.ui-dialog-titlebar-close {
	position: absolute;
	right: 10px; top: 50%;
	margin-top: -16px !important;
	height: 23px !important;
	width: 32px;
	border: 0 none !important;
	background-color: inherit !important;
	box-shadow: none !important;
	padding: 0px !important;
	background-image: inherit !important;
}
.ui-dialog-titlebar-close .ui-icon {
	display: block;
	margin: 10px auto 0 auto;
	width: 13px; height: 13px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAABbZFH9AAAAGFBMVEUAAAD/SFv/SFv/SFv/SFv/SFv/SFv/SFsH0wwQAAAAB3RSTlMAzhK8Mb0yjxeujgAAAGZJREFUGNNjcFZggAEmE4ZwIThPsZhBsVABJiUuBMZgABIHEzApCAmTglIwQQgNF4MwIEIwSYgUTFIJJAWXFARJwSXL4VIIHqZKhCmYNiBsx3QZwtVoPkL1LWpIoIWSOUoIJiOHLgBIeRWBi4fJWAAAAABJRU5ErkJggg==);
	-webkit-background-size: 13px auto; background-size: 13px auto;
	opacity: .5;
}

.ui-dialog-titlebar-close span.ui-button-text {
	display: block;
	margin: 10px auto 0 auto;
	width: 13px; height: 13px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAABbZFH9AAAAGFBMVEUAAAD/SFv/SFv/SFv/SFv/SFv/SFv/SFsH0wwQAAAAB3RSTlMAzhK8Mb0yjxeujgAAAGZJREFUGNNjcFZggAEmE4ZwIThPsZhBsVABJiUuBMZgABIHEzApCAmTglIwQQgNF4MwIEIwSYgUTFIJJAWXFARJwSXL4VIIHqZKhCmYNiBsx3QZwtVoPkL1LWpIoIWSOUoIJiOHLgBIeRWBi4fJWAAAAABJRU5ErkJggg==);
	-webkit-background-size: 13px auto; background-size: 13px auto;
	opacity: .5;
	text-indent: -9999px;
}

.ui-button {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	height: 41px;
	font-size: .94em;
	border-radius: 2px;
	line-height: 21px;
	outline: none;
	color: #fff;
	padding: 10px 22px;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
	background-color: #b34cc5;
	box-sizing: border-box;
}
.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
.ui-icon { overflow: hidden; text-indent: -9999px; }
.ui-dialog label { color: #575757; }
.ui-dialog-content {padding: 20px;border: 1px solid var(--block-color);overflow: auto;position: relative;zoom: 1;background: var(--background-color);}
.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
.ui-dialog .ui-dialog-buttonpane {padding: 10px 20px;text-align: center;border-top: 1px solid #eceded;}
.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
.ui-button { margin: 0 3px; }
.ui-helper-hidden-accessible{display: none;}

.ui-autocomplete { position: absolute; cursor: default; }
* html .ui-autocomplete { width: 1px } /* without this, the menu expands to 100% in IE6 */

.ui-dialog-buttonset {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.mass_comments_action {
	margin: 0 20px;
}

/*.tox .tox-edit-area__iframe,
.dlecomments-editor .tox .tox-statusbar,
.dlefastedit-editor .tox .tox-statusbar,
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
	margin: -2px -1px 2px;
}*/
.tox-icon path {
	fill: var(--title-color);
}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
	border-right: 1px solid var(--background-color) !important;
	box-shadow: inset 1px 0 0 var(--background-color) !important;
}
.content-items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	padding: 10px;
}
.content-items .swiper-slide {
	width: 25%;
	padding: 0px 0 10px 0;
}
.content-items .swiper-slide:not(:nth-child(4n)) {
	padding-right: 12px;
}
.content-items .pagination {
	width: 100%;
}
@media(max-width:900px) {
	.content-items .swiper-slide {
		width: 100%;
	}
}