.playlists-player {
	background: #000;
	color: #fff;
	padding: 4px 0px 0px 0px;
}
.playlists-iframe {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	background: #000;
	margin-bottom: 4px;
}
.playlists-iframe iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.page__player .playlists-player {
	background: #111;
}
.playlists-items {
	position: relative;
}
.playlists-items ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0;
}
.playlists-items li {
	width: 140px;
	height: 40px;
	margin: 0px 0px 4px 4px;
	background: #313131;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;	
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	line-height: 40px;
	text-align: center;
}
.playlists-items li:hover {
	background: #444444;
	cursor: pointer;	
}
.playlists-items li.active {
	background: #9a9a9a;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.playlists-videos .playlists-items li {
	width: 180px !important;
	text-align: left;
	padding: 0px 40px 0px 15px;
	box-sizing: border-box;
	position: relative;
}
.playlists-view {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 40px;
	background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJ0lEQVQ4jeXUsUqcURQE4NmAzWZ18QWEBdFYSLRNEbASAmmFdBYJSB4hvYXY21rkAUQbfQ5DQiAIS0gRUGMjrFrkS7H/wvJzfzcBKzPlmblzOecMJ/nv0GoiMJVkPcnzJL2q3E9ymuSk1Wrd/dUPaGMb55pxiR10Jpm9QL/B4KJQ/46XTWavMag9OMbCmGYeRzXNLTbqZku4rglPKm4ab/EO3ap2WNMOsDwye4rPhXaeoYOvY7UzdNEr6L+gHXwskFfVZ5sFbqvifha4/SdjkXgItIMV3DxAy98wM5rj+4JgtJSOyUu5wWp903sF02MsTojNHd4UB4APhrmqoynYP7B271QNM3nQYDzCL+xiuv7+vuMwm+RVkvkkc0l+Z3gcPuVfjsPjxx+UKYwH8JKOawAAAABJRU5ErkJggg==');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
}
.playlists-view:hover {
	opacity: 0.6;
	transform: 0.4ms easy 0.4ms;
}
.playlists-view.watched {
	opacity: 1;
}

.playlists-prev, .playlists-next {
	width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	bottom: 4px;
	z-index: 100001;
	opacity: 0.8;
}
.playlists-prev {
	left: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAeElEQVQ4jd3UzQ1AQBCG4Y2DhGqcNIBoQSuKUYm+uHkdrMTBZM0a2cR3n2ezmR/nfhMgBwagssBKYObIBvRW2JnJEluA2gpbgSY5VghYq8Y8ON5g3dP6LOpVTcy/7FGpKZ+g+k4H0LjBDqBxqyeg747DBbU7X0mzAymuSWfKXk8JAAAAAElFTkSuQmCC');
}
.playlists-next {
	right: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAbUlEQVQ4jdWUsQ2AMAwEI6RIjANVJqBhAFZhmuwRGIySo4CGiCr+SORq6yzLfjvXNMAILIBXyGbg5CYBvVUYeWOTAgE4MulmlU5NS/ca0jWv64o7WJCOLF2KWvZ12OVpoUL0tM/hkQ6o3tdvuABsDUk5DyWdywAAAABJRU5ErkJggg==');
}
.playlists-prev:hover, .playlists-next:hover {
	opacity: 1;
	cursor: pointer;
}
.playlists-videos .playlists-items li.playlists-continue-ep {
	width: 220px !important;
	background: #16323d;
	color: #b7ecff;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
}
.playlists-videos .playlists-items li.playlists-continue-ep:hover,
.playlists-videos .playlists-items li.playlists-continue-ep.active {
	background: #1f5163;
	color: #fff;
}
.playlists-continue {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 20px;
	text-align: center;
	background: linear-gradient(180deg, #141414 0%, #0b1c24 100%);
	color: #fff;
	box-sizing: border-box;
}
.playlists-continue__kicker {
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #8fd4ea;
	margin-bottom: 8px;
}
.playlists-continue__title {
	font-size: 22px;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 10px;
}
.playlists-continue__text {
	max-width: 420px;
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(255,255,255,.78);
}
.playlists-continue__btn {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 4px;
	background: #2aa3c7;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: bold;
}
.playlists-continue__btn:hover {
	background: #3ab7dc;
}

.playlists-player:not(.playlists-player--ribbon) .playlists-prev,
.playlists-player:not(.playlists-player--ribbon) .playlists-next {
	display: none;
}
.playlists-player:not(.playlists-player--ribbon) .playlists-items {
	height: auto !important;
}
.playlists-player:not(.playlists-player--ribbon) .playlists-items ul {
	transform: none !important;
	width: auto !important;
	left: auto !important;
	top: auto !important;
	position: static !important;
}

.playlists-player--aside,
.playlists-player--left {
	display: grid;
	align-items: stretch;
	min-height: 0;
	height: 100%;
}
.playlists-player--aside {
	grid-template-columns: minmax(0, 1fr) 240px;
	grid-template-areas: "video lists" "video eps";
}
.playlists-player--left {
	grid-template-columns: 240px minmax(0, 1fr);
	grid-template-areas: "lists video" "eps video";
}
.playlists-player--aside .playlists-iframe,
.playlists-player--left .playlists-iframe {
	grid-area: video;
	margin: 0;
	height: auto;
	min-height: 0;
}
.playlists-player--aside .playlists-lists,
.playlists-player--left .playlists-lists {
	grid-area: lists;
	background: #161b24;
	max-height: 88px;
	overflow: auto;
}
.playlists-player--aside .playlists-videos,
.playlists-player--left .playlists-videos {
	grid-area: eps;
	background: #11151c;
	overflow: auto;
	min-height: 0;
}
.playlists-player--aside .playlists-lists .playlists-items li,
.playlists-player--aside .playlists-videos .playlists-items li,
.playlists-player--left .playlists-lists .playlists-items li,
.playlists-player--left .playlists-videos .playlists-items li,
.playlists-player--overlay .playlists-lists .playlists-items li,
.playlists-player--overlay .playlists-videos .playlists-items li,
.playlists-player--stack .playlists-lists .playlists-items li,
.playlists-player--stack .playlists-videos .playlists-items li {
	width: auto !important;
	display: block;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,.06);
	text-align: left;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
}
.playlists-player--aside .playlists-items ul,
.playlists-player--left .playlists-items ul,
.playlists-player--stack .playlists-items ul {
	white-space: normal;
	font-size: inherit;
}
.playlists-player--aside .playlists-videos .playlists-items li,
.playlists-player--left .playlists-videos .playlists-items li,
.playlists-player--overlay .playlists-videos .playlists-items li,
.playlists-player--stack .playlists-videos .playlists-items li {
	padding-right: 40px;
}

.playlists-player--grid .playlists-lists .playlists-items ul,
.playlists-player--grid .playlists-videos .playlists-items ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 8px 4px 8px 8px;
}
.playlists-player--grid .playlists-lists .playlists-items li {
	width: auto;
	min-width: 88px;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0 12px;
	border-radius: 999px;
	background: #234f91;
}
.playlists-player--grid .playlists-lists .playlists-items li.active {
	background: #3d6eb0;
}
.playlists-player--grid .playlists-videos .playlists-items li {
	width: 44px !important;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-radius: 8px;
	background: #2a3344;
	overflow: hidden;
}
.playlists-player--grid .playlists-videos .playlists-items li.active {
	background: #234f91;
}
.playlists-player--grid .playlists-videos li[data-ep] {
	font-size: 0;
}
.playlists-player--grid .playlists-videos li[data-ep]::before {
	content: attr(data-ep);
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
}

.playlists-player--overlay {
	position: relative;
}
.playlists-player--overlay .playlists-iframe {
	margin: 0;
}
.playlists-player--overlay .playlists-lists,
.playlists-player--overlay .playlists-videos {
	position: absolute;
	right: 10px;
	width: 220px;
	z-index: 5;
	background: rgba(8, 12, 20, .88);
	border-radius: 10px;
	overflow: auto;
	backdrop-filter: blur(8px);
}
.playlists-player--overlay .playlists-lists {
	top: 10px;
	max-height: 76px;
}
.playlists-player--overlay .playlists-videos {
	top: 94px;
	bottom: 10px;
}

.playlists-player--stack .playlists-iframe {
	margin-bottom: 0;
}
.playlists-player--stack .playlists-lists,
.playlists-player--stack .playlists-videos {
	background: #11151c;
	max-height: 220px;
	overflow: auto;
}

.playlists-player--dropdown {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
}
.playlists-player--dropdown .playlists-iframe {
	flex: 1 1 auto;
	min-height: 0;
	margin-bottom: 0;
	height: auto;
}
.playlists-player--dropdown .playlists-lists,
.playlists-player--dropdown .playlists-videos {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
	pointer-events: none;
}
.playlists-ddbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 10px 12px 12px;
	background: #000;
	flex: 0 0 auto;
	position: relative;
	z-index: 6;
}
.playlists-dd {
	position: relative;
}
.playlists-dd.is-empty {
	display: none;
}
.playlists-dd__btn {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 34px 8px 14px;
	border: 0;
	border-radius: 8px;
	background: #2c2c2c;
	color: #fff;
	font: 700 14px/1.2 Inter, Arial, sans-serif;
	cursor: pointer;
	white-space: nowrap;
}
.playlists-dd__btn:hover,
.playlists-dd.is-open .playlists-dd__btn {
	background: #3a3a3a;
}
.playlists-dd__btn::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #fff;
}
.playlists-dd__btn {
	position: relative;
}
.playlists-dd__menu {
	display: none;
	position: absolute;
	left: 0;
	bottom: calc(100% + 6px);
	min-width: 100%;
	max-height: 240px;
	overflow: auto;
	padding: 6px 0;
	background: #1c1c1c;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,.45);
	z-index: 20;
}
.playlists-dd.is-open .playlists-dd__menu {
	display: block;
}
.playlists-dd__opt {
	display: block;
	width: 100%;
	padding: 8px 14px;
	border: 0;
	background: transparent;
	color: #fff;
	font: 600 13px/1.3 Inter, Arial, sans-serif;
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
}
.playlists-dd__opt:hover,
.playlists-dd__opt.is-on {
	background: #2f2f2f;
}
.playlists-dd__opt.is-on {
	color: #fff;
}

.fs-player .playlists-player--dropdown {
	display: flex !important;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	overflow: visible;
}
.fs-player .playlists-player--dropdown .playlists-iframe {
	order: 1;
	flex: 1 1 auto;
	padding-top: 0 !important;
	height: auto;
	min-height: 0;
}
.fs-player .playlists-player--dropdown .playlists-ddbar {
	order: 2;
}

.playlists-player--plain .playlists-lists,
.playlists-player--plain .playlists-videos,
.playlists-player--plain .playlists-ddbar {
	display: none !important;
}
.playlists-player--plain {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}
.playlists-player--plain .playlists-iframe {
	flex: 1 1 auto;
	min-height: 0;
	margin-bottom: 0;
	height: auto;
}
.fs-player .playlists-player--plain {
	display: flex !important;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}
.fs-player .playlists-player--plain .playlists-iframe {
	order: 1;
	flex: 1 1 auto;
	padding-top: 0 !important;
	height: auto;
	min-height: 0;
}
.fs-player .playlists-player--dropdown .playlists-lists,
.fs-player .playlists-player--dropdown .playlists-videos {
	order: unset;
	flex: none;
}

.fs-player .playlists-player--aside,
.fs-player .playlists-player--left {
	display: grid !important;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}
.fs-player .playlists-player--aside .playlists-iframe,
.fs-player .playlists-player--left .playlists-iframe,
.fs-player .playlists-player--overlay .playlists-iframe {
	order: unset;
	flex: 1 1 auto;
	padding-top: 0 !important;
	height: auto;
	min-height: 0;
}
.fs-player .playlists-player--aside .playlists-lists,
.fs-player .playlists-player--aside .playlists-videos,
.fs-player .playlists-player--left .playlists-lists,
.fs-player .playlists-player--left .playlists-videos {
	order: unset;
}
.fs-player .playlists-player--overlay {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}
.fs-player .playlists-player--grid .playlists-iframe,
.fs-player .playlists-player--ribbon .playlists-iframe {
	order: 1;
}
.fs-player .playlists-player--grid .playlists-lists,
.fs-player .playlists-player--grid .playlists-videos,
.fs-player .playlists-player--stack .playlists-lists,
.fs-player .playlists-player--stack .playlists-videos {
	order: 2;
}
.fs-player[data-player-skin="stack"] .fs-player__stage {
	aspect-ratio: auto;
	height: auto;
}
.fs-player[data-player-skin="stack"].is-started .fs-player__screen {
	position: relative;
	inset: auto;
	min-height: 360px;
}
.fs-player[data-player-skin="stack"] .playlists-iframe {
	flex: 0 0 auto;
	aspect-ratio: 16 / 9;
	padding-top: 0 !important;
	height: auto !important;
}

@media (max-width: 760px) {
	.playlists-player--aside,
	.playlists-player--left {
		grid-template-columns: 1fr;
		grid-template-areas: "video" "lists" "eps";
	}
	.playlists-player--aside .playlists-iframe,
	.playlists-player--left .playlists-iframe {
		padding-top: 56.25%;
		min-height: 0;
	}
	.fs-player .playlists-player--aside .playlists-iframe,
	.fs-player .playlists-player--left .playlists-iframe {
		padding-top: 0 !important;
		height: auto;
	}
	.playlists-player--overlay .playlists-lists,
	.playlists-player--overlay .playlists-videos {
		position: static;
		width: auto;
		max-height: 140px;
		border-radius: 0;
	}
}