@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto");

/* CSS Document */

html,
body {
	direction: ltr;
	background-color: #eeeeee;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Verdana, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 16px;
	line-height: 160%;
	font-weight: 400;
	margin: 0;
	padding: 0;
	top: 0;
	min-width: 240px;
	color: #222222;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	overflow-y: scroll !important;
}

* {
	outline: none;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Verdana, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

a {
	text-decoration: none;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	cursor: pointer;
}

a:link {
	color: rgba(255, 0, 68, 0.6);
	border-bottom: 1px solid rgba(255, 0, 68, .3);
	cursor: pointer;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

a:visited {
	color: rgba(255, 0, 68, 0.6);
	border-bottom: 1px solid rgba(255, 0, 68, .3);
}

a:hover {
	color: rgba(255, 0, 68, 1);
	border-bottom: 1px solid rgba(255, 0, 68, 1);
}

a:active {
	color: rgba(255, 0, 68, 1);
	border-bottom: 1px solid rgba(255, 0, 68, 1);
}

#top {
	display: block;
	background: #000;
	overflow: hidden;
	width: 100%;
}

#top>div {
	display: block;
	max-width: 800px;
	margin: auto;
}

#top>div>div {
	display: table;
	width: 100%;
	height: 60px;
}

#top>div>div>div {
	display: table-row;
}

#header {
	display: table-cell;
	width: 160px;
}

#header img {
	vertical-align: bottom;
}

#search {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 22px 12px 12px;
}

#search form {
	display: block;
	padding: 0;
	margin: 0;
}

#mp3 {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 40px 0 12px;
	background: #f0f0f0;
	border: none;
	font-size: 16px;
	border-radius: 3px;
}

#mp3:focus {
	outline: none;
	background: #fff;
}

button#submit {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	background-color: transparent;
	color: #000;
	cursor: pointer;
	float: right;
	margin-top: -36px;
	border: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.05s;
	transition-duration: 0.05s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	vertical-align: middle;
}

button#submit:focus {
	outline: none;
}

button#submit:hover {
	color: #000;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

button#submit:active {
	transform: scale(.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

button#submit i {
	display: block;
	height: 36px;
	vertical-align: middle;
	text-align: center;
	line-height: 36px;
}











#genres {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 800px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	line-height: 25px;
}

#genres a {
	border: none;
}
#genres>div {
	display:block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 20px 15px 20px 15px;
	border-radius: 0 0 3px 3px;
	white-space: nowrap;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
#genres::after {
	display: block;
	width: 80px;
	height: 40px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	right:20px;
	top: 15px;
	content: '';
	pointer-events: none;

}

#genres > div > div {
	display: inline-block;
}
#genres > div > div a, #genres > div > div strong {
	display: inline-block;
	padding: 2px 8px 1px 8px;
	border-radius: 3px;
}
#genres > div > div a:hover, #genres > div > div a.check  {
	background-color: rgba(255, 0, 68, 1);
	color: #fff;
}
#genres > div > div a:active {
	transform: scale(0.95);
}
input#genres-open {
	display: none;

}
#genres-open-label {
	cursor: pointer;
	text-decoration:dotted !important;
	position: absolute;
	bottom: -10px;
	right: 40px;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
#genres-open-label:hover {
	color: rgba(255, 0, 68, 1);
}
#genres-open-label::after {
	display: block;
	padding: 0 10px;
	text-align: center;
	background-color: #fff;
	content: 'все жанры';
	text-decoration: dashed !important;
	border-radius: 0 0 3px 3px;
}
input#genres-open[type="checkbox"]:checked+div#genres div {
	white-space:normal;

}
input#genres-open[type="checkbox"]:checked+div#genres::after {
	display: none;
}
input#genres-open[type="checkbox"]:checked+div+label {

}
input#genres-open[type="checkbox"]:checked+div #genres-open-label::after {
	content: 'свернуть';
}





































#content {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 800px;
	padding: 0 22px;
	margin: 0 auto;
	position: relative;
}

#content>div {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	padding: 0px 20px 20px 20px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

#linkator {
	display: block;
	margin: 20px 0;
	word-break: break-all;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0px -20px 0 -20px;
	padding: 20px 20px 10px 20px;
	word-break: break-all;
	/*border-bottom: 1px solid #e9e9e9;*/
}

h1>span {
	font-style: normal;
	color: #777777;
	font-weight: 400;
}

p.hd {
	margin: 0px -20px 0 -20px;
	padding: 5px 20px 20px 20px;
	/*border-bottom: 1px solid #e9e9e9;*/
}

div.result {
	border-top: 1px solid #e9e9e9;
}

div.i {
	display: block;
	/*overflow: hidden;*/
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 10px 14px 10px;
	margin: 0 -10px;
	min-height: 54px;
	border-bottom: 1px solid #e9e9e9;
}

div.i:nth-child(even) {
	background: #f4f4f4;
}

span.com {
	display: block;
	overflow: hidden;
	

}

span.com a {
	/*border: none !important;*/
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

span.com a.play {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #f04;
	border: 2px solid #f04;
	text-indent: 3px;
	border-radius: 30px;
	z-index: 2;
}

span.com a.play:hover {
	color: #fff;
	background: #f04;
	border: 2px solid #f04;
}

span.com a.fa-pause {
	text-indent: 1px;
	background: #f04;
	color: #fff !important;
}

span.com .fa-spinner,
span.com .fa-spinner:hover {
	color: #f04 !important;
	background: transparent !important;
	border: 2px solid transparent !important;
	text-indent: 0px;
}

span.com a.dwnld {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-indent: 1px;
	color: #f04;
	border: 2px solid #f04;
	border-radius: 30px;
	margin: 0px 0;
}

span.com a.dwnld:hover {
	color: #fff;
	background: #f04;
	border: 2px solid #f04;
}

span.com a.rbt {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #b4b4b4;
	color: #b4b4b4;
	border-radius: 30px;
	margin: 0px 55px 0px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

span.com a.rbt:hover {
	color: #f04;
	border-color: #f04;
}

span.title {
	display: block;
	padding: 0 110px 0 55px;
	vertical-align: middle;
	margin-top: -47px;
	margin-bottom: -3px;
	z-index: 1;

}

span.title span.main-artist {
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}

span.title i {
	color: #777;
	font-style: normal;
}

span.title a {
	font-weight: 600;
}

span.tt {
	display: block;
	margin-bottom: -3px;
	word-wrap: break-word;
	word-break: break-all;
}

span.dur {
	display: block;
	position: absolute;
	top: 17px;
	right: 65px;
	text-align: right;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 0;
	vertical-align: middle;
	/*margin-top: -34px;*/
	color: #777;
}

a.sbzv {
	display: block;
	position: absolute;
	left: -60px;
	top: 8px;
	overflow: hidden;
	width: 34px;
	height: 34px;
	font-style: normal;

	cursor: pointer;
	text-decoration: none;

	/* Created with https://www.css-gradient.com */
	background: #5CB2FF;
	background: -webkit-linear-gradient(top left, #5CB2FF, #FF3E8C);
	background: -moz-linear-gradient(top left, #5CB2FF, #FF3E8C);
	background: linear-gradient(to bottom right, #5CB2FF, #FF3E8C);

	border-radius: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
	transition: 0s;

}

a.sbzv:hover {
	text-decoration: none;
	transform: scale(1.2);
	transition: 0s;

}

a.sbzv::before {
	display: block;
	position: absolute;
	width: 30px;
	height: 31px;
	top: 2px;
	left: 2px;
	z-index: 4;
	background: #fff;
	content: " ";
	border-radius: 31px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	-ms-border-radius: 31px;
	-o-border-radius: 31px;

	line-height: 31px;
	transition: 0s;
}

a.sbzv::after {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;

	border-radius: 31px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	-ms-border-radius: 31px;
	-o-border-radius: 31px;


	background: linear-gradient(to bottom right, rgba(91, 177, 255, 1.0), rgba(255, 61, 139, 1.0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	content: "\f04b";
	font-family: "FontAwesome";
	font-size: 16px;

	font-weight: bold;
	text-indent: 2px;
	z-index: 5;
	text-decoration: none;
	transition: 0s;

}

#fix {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}

#pleer {
	display: block;
	overflow: hidden;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	height: 60px;
	background: #000;
	border-radius: 3px 3px 0 0;
	z-index: 99;
}

#pleer a {
	color: #fff;
	display: block;
	float: left;
	width: 40px;
	height: 30px;
	margin: 10px 0;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	border: none !important;
}

#pleer a:hover {
	color: rgba(255, 0, 68, 1);
}

#loadbar {
	display: block;
	cursor: pointer;
	height: 40px;
	margin: 10px 0 10px 130px;
	background: #333;
	border-radius: 3px;
	overflow: hidden;
}

div#loadbar span.load {
	display: block;
	height: inherit;
	width: 50%;
	background: #444;
}

div#loadbar span.progress {
	display: block;
	height: inherit;
	width: 50%;
	background: #555;
}

div#textbar {
	display: block;
	float: rigft;
	margin: -50px 20px 15px 135px;
	padding: 0 0 0 10px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	max-width: 800px !important;
	position: inherit !important;
}

#podval {
	display: block;
	max-width: 760px;
	margin: 30px auto 90px auto;
}

.spin {
	background-image: linear-gradient(-45deg, #e9e9e9 25%, white 25%, white 50%, #e9e9e9 50%, #e9e9e9 75%, white 75%, white 100%);
	background-size: 30px 30px;
	-webkit-animation: animate-stripes 0.3s linear infinite;
	animation: animate-stripes 0.3s linear infinite;
}

div#pagination {
	display: block;
	margin: 20px 10px 10px 10px;
	overflow: hidden;
}

div#pagination a,
div#pagination b {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 10px 0 0;
	border-radius: 20px;
	text-decoration: none;
	border: none;
	text-align: center;
}

div#pagination a:hover,
div#pagination a:active,
div#pagination b {
	background-color: #f4f4f4;
}

@-webkit-keyframes animate-stripes {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 30px 0;
	}
}

@-webkit-keyframes animate-stripes {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 30px 0;
	}
}

@keyframes animate-stripes {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 30px 0;
	}
}

@media screen and (max-width:900px) {
	.sbzv {
		display: none !important;
	}
}

@media screen and (max-width:800px) {
	div#content, div#genres {
		padding: 0 0px;
	}
	#genres::after {
		right:0px;
	}	
	#genres-open-label {
		right: 20px;
	}
	#genres>div {
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	#genres>div::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	span.title {
		padding: 0 110px 0 55px;
	}

	#linkator {
		padding: 0 20px;
	}

	#podval {
		padding: 0 20px;
	}
}