html,body {
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: fixed #121212 url('/Content/Images/Background/site.jpg') no-repeat center center;
	background-size: 100% 100%;
	min-width: 1000px;
	font-family: 'Segoe UI', Geneva, Verdana, sans-serif;
	cursor: default;
	overflow-x: hidden;
	z-index: -10;
}
@media screen and (max-width: 1015px) {
	html,body {
		overflow-x: scroll;
	}
}

.body {
	margin-top: 130px;
}

.content {
	width: 995px;
	margin: 0 auto;
}

.body .content section {
	margin-bottom: 30px;
}

header {
	width: 100%;
	position: fixed;
	height: 101px;
	padding: 0;
	border-bottom: 1px solid #9b9b9b;
	z-index: 30;
}

header .main {
	width: 100%;
	padding: 0;
	height: 59px;
	background-color: #131c22;
}

header .main .logo {
	height: 59px;
	width: 155px;
	float: left;
}

header .main .logo img {
	width: 148px;
	margin-left: 8px;
	height: auto;
}

header .main .player {
	width: 830px;
	height: 59px;
	float: right;
}

header .main .player .controls {
	width: 59px;
	height: 59px;
	background-color: #ff6600;
	cursor: pointer;
	float: left;
	text-align: center;
}

header .main .player .controls:hover {
	background-color: #eb5c06;
}

header .main .player .loading-player {
	cursor: not-allowed;
}

header .main .player .loading-player:hover {
	background-color: #ff6600;
}

header .main .player .controls i.fas {
	color: white;
	font-size: 33px;
	line-height: 59px;
}

header .main .player .img_track {
	background-color: black;
	width: 59px;
	height: 59px;
	float: left;
	margin-left: 0px;
	text-align: center;
}

header .main .player .img_track i {
	width: 59px;
	height: 59px;
	line-height: 56px;
	margin: 0 0 0 1px;
	color: white;
	text-align: center;
	font-size: 36px;
}

header .main .player .img_track img {
	width: 59px;
	height: 59px;
	margin: 0;
}

header .main .player .radio-sector {
	margin: 0;
	padding: 0;
	float: left;
	width: 510px;
	position: relative;
	height: 59px;
}

header .main .player .radio-sector .progress {
	height:59px;
	width: 510px;
	margin-bottom:20px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.125);
	animation: linear;
	transition: all .3s;
}

header .main .player .radio {
	position: absolute;
	display: relative;
	margin-left: 8px;
	padding-top: 0px;
	display: block;
	width: 502px;
	color: white;
	z-index: 100;
}

header .main .player .radio .name {
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	z-index: 100;
}

header .main .player .radio .artist {
	text-transform: uppercase;
	line-height: 14px;
	font-size: 14px;
	z-index: 100;
}

header .main .player .radio .title {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	z-index: 100;
}

header .main .player .volume {
	margin-left: 0px;
	float: left;
	height: 59px;
	width: 25px;
	padding: 0;
	background-color: #ff6600;
}

header .main .player .volume #player-volume {
	transform: rotate(270deg);
}

header .main .player .volume input[type=range] {
	-webkit-appearance: none;
	width: 59px;
	margin-left: -17px;
	margin-top: 11px;
}

header .main .player .volume input[type=range]:not(*:root) {
	-webkit-appearance: none;
	width: 53px;
	margin-left: -14px;
	margin-top: 14px;
}

@-moz-document url-prefix() {
	header .main .player .volume input[type=range] {
		-webkit-appearance: none;
		width: 59px;
		margin-left: -17px;
		margin-top: 21px;
	}
}

header .main .player .volume input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

header .main .player .volume input[type=range]:focus {
	outline: none; 
}

header .main .player .volume input[type=range]::-ms-track {
	width: 59px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

header .main .player .volume input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 25px;
	width: 3px;
	background: white;
	cursor: pointer;

}

header .main .player .volume input[type=range]::-moz-range-thumb {
	height: 25px;
	width: 3px;
	background: white;
	cursor: pointer;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

header .main .player .volume input[type=range]::-ms-thumb {
	height: 25px;
	width: 3px;
	background: white;
	cursor: pointer;
}

header .main .player .volume input[type=range]::-webkit-slider-runnable-track {
	width: 59px;
	height: 25px;
	cursor: pointer;
	background: #ff6600;
	margin-left: -6px;
}

header .main .player .volume input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ff6600;
}

header .main .player .volume input[type=range]::-moz-range-track {
	width: 59px;
	height: 25px;
	cursor: pointer;
	background: #ff6600;
}

header .main .player .volume input[type=range]::-ms-track {
	width: 59px;
	height: 25px;
	cursor: pointer;
	color: transparent;
	margin-left: -1px;
}
header .main .player .volume input[type=range]::-ms-fill-lower {
	background: #ff6600;
}
header .main .player .volume input[type=range]:focus::-ms-fill-lower {
	background: #ff6600;
}
header .main .player .volume input[type=range]::-ms-fill-upper {
	background: transparent;
}
header .main .player .volume input[type=range]:focus::-ms-fill-upper {
	background: transparent;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	header .main .player .volume input[type=range] {
		-webkit-appearance: none;
		width: 59px;
		margin-left: -10px;
		margin-top: -9px;
	}
}

header .main .player .player-btn-cost {
	float: right;
	width: 177px;
	height: 59px;
}

header .main .player .player-btn-cost dfn {
	height: 59px;
	width: 59px;
	float: left;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: white;
	font-size: 26px;
	line-height: 59px;
	font-style: normal;
	position: relative;
	text-decoration: none;
}

header .main .player .player-btn-cost dfn:hover {
	color: white;
	background: #eb5c06;
}

header .main .player .player-btn-cost dfn::after {
	content: attr(data-info);
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;
	width: 182px;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0.5em 0.8em;
	background: rgba(0,0,0,0.8);
	color: white;
	pointer-events: none;
	text-decoration: none;
	transition: opacity 250ms, top 250ms;
	text-align: center;
}
header .main .player .player-btn-cost dfn.vk-search::after {
	margin-left: -25px;
}
header .main .player .player-btn-cost dfn.player-settings::after,
header .main .player .player-btn-cost dfn.music-test::after {
	margin-left: -143px;
}
header .main .player .player-btn-cost dfn.msg-air::after,
header .main .player .player-btn-cost dfn.scloud::after {
	margin-left: -84px;
}
/* header .main .player .player-btn-cost dfn::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px; left: 7px;
	opacity: 0;
	width: 0; height: 0;
	border: solid transparent 5px;
	border-bottom-color: rgba(255,255,255,0.8);
	text-decoration: none;
	transition: opacity 250ms, top 250ms;
} */

header .main .player .player-btn-cost dfn:hover {
	z-index: 2;
}

header .main .player .player-btn-cost dfn:hover::after, header .main .player .player-btn-cost dfn:hover::before {
	opacity: 1;
}

header .main .player .player-btn-cost dfn:hover::after {
	top: 59px;
}

/* header .main .player .player-btn-cost dfn:hover::before {
	top: 49px;
} */

header .menu {
	width: 100%;
	height: 42px;
	background-color: white;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

header .menu ul {
	margin: 0;
	padding: 0;
	width: 995px;
	list-style: none;
}

header .menu ul li {
	float: left;
	display: block;
	border: none;
	padding-top: 3px;
	line-height: 37px;
	min-width: 50px;
	max-width: 800px;
}

header .menu ul li:hover {
	background-color: #130700;
	border-bottom: 2px solid #ff6600;
}

header .menu ul li:hover a {
	color: white;
}

header .menu ul li a {
	font-size: 13px;
	color: #6f787d;
	display: flex;
	outline: 0;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	width: 100%;
}

header .menu ul li a p {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

header .menu ul .regmenu {
	display: none;
	position: absolute;
	background-color: rgba(19, 7, 0, 0.95);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	margin-top: 2px;
	padding: 7px 0;
	list-style: none;
	width: 445px;
	margin-left: -328px;
	cursor: default;
}

header .menu ul ul a {
	color: white;
	text-decoration: none;
	line-height: 37px;
}

header .menu ul ul li {
	color: white;
	text-decoration: none;
	float: none;
	padding-top: 0px;
}

header .menu ul ul {
	display: block;
	width: 222px;
}

header .menu ul ul.regions-left {
	float: left;
}

header .menu ul ul.regions-right {
	float: right;
}

header .menu ul ul li a {
	padding-left: 29px;
	width: 193px;
}

header .menu ul ul li.select a {
	color: #ff6600;
}

header .menu ul ul.regions-right li.select a {
	border-right: 4px solid #ff6600;
	width: 189px;
}

header .menu ul ul.regions-left li.select a {
	border-left: 4px solid #ff6600;
	padding-left: 25px;
}

header .menu li:hover .regmenu {
	display: block;
	border: none;
}

header .menu li:hover ul li {
	background: none;
	border: none;
}

.menu ul ul > li:hover a, header .menu ul ul li.select:hover a {
	color: white;
	background: rgba(255, 255, 255, 0.13);
}

.navigation {
	position: absolute;
	margin-top: -130px;
}

section {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}

section.info {
	width: 965px;
	color: #2d2d2d;
	font-size: 14px;
	padding: 15px;
	background-color:#fdddc8;
}

section.info .icon {
	float: left;
	width: 35px;
}

section.info .icon i {
	font-size: 28px;
	padding-top: 3px;
}

section.other-page {
	background-color: white;
	padding: 5px 20px;
}

section.other-page a {
	color: black;
}

section.other-page a:hover {
	color: rgba(0, 0, 0, 0.7);
}

section.ya-par .par-info {
	width: 985px;
	color: white;
	font-size: 14px;
	padding: 0px;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
	background-color: #131c22;
}

.block-name {
	line-height: 34px;
	background-color: #131c22;
	text-transform: uppercase;
	color: white;
	padding: 8px 15px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.block-content {
	display: block;
	padding: 0;
	margin: 0;
	background-color: white;
	position: relative;
}

footer {
	margin: 0;
	margin-top: 50px;
	width: 100%;
	background-color: #131c22;
	border-top: 2px solid #ff6600;
	padding-bottom: 10px;
	color: white;
}

footer .site_description, footer .info {
	font-size: 12px;
	margin-bottom: 10px;
}

footer .copy {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

footer a {
	color: white;
}

footer a:hover {
	color: rgba(255, 255, 255, 0.7);
}