.myPlayer {
	display: none
}

.myPlayer.inited {
	display: block
}

.myPlayer .player {
	position: relative;
	padding-bottom: 56%
}

.myPlayer iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.myPlayer iframe.hidden {
	visibility: hidden
}

.myPlayer .selectors:after {
	content: '';
	display: table;
	width: 100%
}

.myPlayer .translators,
.myPlayer .seasons,
.myPlayer .episodes .item {
	float: left
}

.myPlayer .translators,
.myPlayer .seasons {
	position: relative
}

.myPlayer .selectorButton {
	min-width: 80px;
	display: inline-block;
	cursor: pointer;
	padding: 6px 50px 6px 20px;
	text-align: center;
	background-color: #00a0b0;
	color: #fff;
	border-radius: 3px;
	margin: 5px 10px 10px 3px
}

.myPlayer .selectorButton:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 20px;
	border-top: 6px solid #fc0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: .85;
}

.myPlayer .selector {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .6);
	border-radius: 3px;
	overflow: hidden;
	display: none
}

.myPlayer .selectorButton:hover:before {
	opacity: 1;
}

.myPlayer .selector .item {
	padding: 6px 20px;
	cursor: pointer;
	color: #000;
}

.myPlayer .selector .item:hover {
	background-color: #fc0;
	color: #000;
}

.myPlayer .selector .current {
	background: #00a0b0;
	color: #fff
}

.myPlayer .selector .current:hover {
	background: #00a0b0;
	color: #fff
}

.myPlayer .selectors label {
	display: inline-block;
	margin-top: 10px
}

.tabs-sel span {
	height: 40px;
	line-height: 40px;
	padding: 5px 10px;
	margin-right: 10px;
	background-color: var(--bg-2);
	color: var(--tt-3);
	font-weight: 500;
	cursor: pointer;
}

.tabs-sel span:hover {
	background-color: var(--bg-2);
}

.tabs-sel span.current {
	background: var(--accent);
	color: #fff;
}

.player {
	position: relative;
	padding-bottom: 56%;
}

.tabs-b.episodes {
	display: none;
	clear: both;
	max-height: 160px;
	overflow: auto;
	margin: 0px 0px 10px;
}

.tabs-b.episodes.visible {
	display: block;
}

.myPlayer .info {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
	font-weight: bold;
	color: #395081;
	border: 2px solid #395081;
	border-radius: 50%;
	margin-left: 8px;
	cursor: help
}

.myPlayer .info:before,
.myPlayer .info:after {
	position: absolute;
	left: 50%;
	bottom: 100%;
	background: #fff;
	cursor: auto;
	opacity: 0;
	visibility: hidden
}

.myPlayer .info:hover:before,
.myPlayer .info:hover:after {
	opacity: 1;
	visibility: visible
}

.myPlayer .info:hover:before {
	margin-bottom: 15px
}

.myPlayer .info:hover:after {
	margin-bottom: 8px;
	transition: opacity .25s, margin-bottom .15s
}

.myPlayer .info:before:hover,
.myPlayer .info:after:hover {
	opacity: 0;
	visibility: hidden
}

.myPlayer .info:before {
	content: 'При отсутствии текущей озвучки переключать на доступную';
	margin: 0 0 0 -105px;
	width: 210px;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	border-radius: 4px;
	font-size: 13px;
	font-weight: normal;
	transition: .15s
}

.myPlayer .info:after {
	content: '';
	margin: 0 0 0 -8px;
	width: 15px;
	height: 15px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	transform: rotate(45deg)
}

.myPlayer .opened {
	display: block;
	z-index: 15;
	border-radius: 3px;
	width: max-content;
}

.myPlayer .episodes {
	clear: both;
	max-height: 160px;
	overflow: auto;
    margin-bottom: 5px;
}

.myPlayer .episodes .item {
	background-color: #00a0b0;
	color: #fff;
	min-width: 40px;
	padding: 0 5px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
	margin: 3px
}

.myPlayer .episodes .current {
	background: #fc0;
	color: #000;
	line-height: 40px;
}

.myPlayer .episodes .item:hover {
	background-color: #fc0;
	color: #000;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0%);
}