html,
body.play-page {
	min-height: 100%;
	background: #141414;
}

body.play-page {
	overflow-x: hidden;
}

body.play-page .wrapper,
body.play-page .wrapper-container.wrapper-main {
	min-height: 100vh;
	min-height: 100dvh;
}

body.play-page .wrapper-container.wrapper-main {
	display: flex;
	flex-direction: column;
}

body.play-page .content {
	flex: 1 0 auto;
}

body.play-page .footer {
	margin-top: auto;
}

body.play-page .top-block {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	align-items: center !important;
	gap: 6px !important;
	margin-bottom: 28px !important;
	flex-wrap: wrap !important;
}

body.play-page .top-block__left {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	flex-wrap: wrap !important;
	width: auto !important;
	margin: 0 !important;
	flex: 0 0 auto !important;
	min-width: 0 !important;
	order: 1 !important;
}

body.play-page .top-block__right,
body.play-page .top-block__right.flex-grow-1 {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none;
	min-width: 0;
	order: 1;
}

body.play-page .top-block .carou {
	display: none;
}

body.play-page.top-is-hidden .top-block {
	min-height: 0 !important;
	padding-top: 0 !important;
}

body.play-page.top-is-hidden .menu-btns {
	display: flex !important;
}

body.play-page.top-is-hidden .menu-btns li:not(:first-child) {
	display: list-item !important;
}

body.play-page.top-is-hidden .menu-voices {
	display: inline-flex !important;
}

body.play-page .menu-btns li + li {
	margin-top: 0 !important;
}

body.play-page .menu-btns > li {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: 100%;
}

body.play-page .menu-btns > li > a,
body.play-page .menu-btns > li > button {
	width: auto !important;
	min-width: 0 !important;
	height: 40px !important;
	padding: 10px 10px 10px 38px !important;
	border-radius: 10px !important;
	line-height: 20px !important;
	text-align: left !important;
}

body.play-page .menu-btns > li > button {
	padding-right: 34px !important;
}

body.play-page .menu-btns li img {
	left: 8px !important;
}

body.play-page .menu-voices {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	margin: 0;
	width: auto !important;
	background: none;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

body.play-page .menu-voices > li > a {
	display: block !important;
	height: 40px !important;
	padding: 10px 12px !important;
	border-radius: 10px !important;
	background-color: #1c1c1c !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
	line-height: 20px !important;
	text-align: center !important;
	white-space: nowrap !important;
}

@media (min-width: 1280px) {
	body.play-page .top-block {
		flex-wrap: nowrap !important;
	}

	body.play-page .top-block__left {
		flex-wrap: nowrap !important;
	}

	body.play-page .top-block__right,
	body.play-page .top-block__right.flex-grow-1 {
		flex-shrink: 0 !important;
	}

	body.play-page .menu-voices {
		flex-wrap: nowrap !important;
	}
}

body.play-page .top-block__toggle {
	display: none;
}

body.play-page .top-block > .user-menu {
	order: 2;
	flex: 0 0 100%;
	width: 100%;
}

body.play-page .top-block + .user-menu {
	margin-top: 0;
	margin-bottom: 32px;
}

@media (max-width: 900px) {
	body.play-page .top-block__left {
		width: 100% !important;
		flex: 1 1 100% !important;
	}

	body.play-page .menu-btns > li {
		flex: 1 1 calc(50% - 8px) !important;
		min-width: 160px;
	}

	body.play-page .menu-btns > li > a,
	body.play-page .menu-btns > li > button {
		width: 100% !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		height: auto !important;
		line-height: 1.15 !important;
		white-space: normal !important;
		text-align: center !important;
		font-size: 12px;
	}

	body.play-page .menu-voices {
		flex-wrap: wrap;
		width: 100% !important;
		max-width: calc(100vw - 34px) !important;
		box-sizing: border-box;
	}

	body.play-page .menu-voices > li {
		flex: 1 1 calc(50% - 6px);
		min-width: 0;
	}

	body.play-page .menu-voices > li > a {
		width: 100% !important;
		box-sizing: border-box;
	}
}

body.play-page .play-shell {
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
}

body.play-page .nav {
	margin-bottom: 60px;
}

body.play-page .sect__header {
	margin-bottom: 24px;
}

body.play-page .page__header {
	gap: 12px;
	justify-content: flex-start;
}

body.play-page .sect__title {
	line-height: 1.25;
	flex: 0 1 auto;
}

body.play-page .play-back {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 0 0 auto;
	margin-left: 0;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 3px;
	background: #d06070;
	box-shadow: 0 2px 8px rgba(0,0,0,.26);
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	width: auto;
	order: 0;
	transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

body.play-page .play-back::before {
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 14px;
}

body.play-page .play-back:hover {
	background: #cab991;
	color: #232e42 !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(0,0,0,.34);
}

body.play-page .page__header .sect__title {
	order: 1;
}

body.play-page .page__player {
	background: transparent;
}

body.play-page .play-promo {
	position: relative;
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 12px;
	overflow: hidden;
}

body.play-page .play-promo--under-title {
	margin: 0 auto 18px;
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
}

body.play-page .play-promo::before {
	content: "Ads";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 200px;
	aspect-ratio: 3 / 1;
	border: 1px dashed #2d3d4d;
	border-radius: 8px;
	color: #4d5d6d;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-sizing: border-box;
	background:
		linear-gradient(to top right, transparent calc(50% - .5px), #2d3d4d, transparent calc(50% + .5px)),
		linear-gradient(to top left, transparent calc(50% - .5px), #2d3d4d, transparent calc(50% + .5px));
}

body.play-page .play-promo > ins {
	position: absolute;
	inset: 0;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}

body.play-page .page__player-mark {
	margin: 0 0 12px;
}

body.play-page .page__player-mark__item {
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

body.play-page .page__player-mark.is-saving .page__player-mark__item:not(.is-active) {
	pointer-events: none;
}

body.play-page .play-player {
	position: relative;
	height: 0;
	min-height: 0;
	padding-top: 62%;
	background-color: #000;
	border-radius: 2px;
	overflow: hidden;
}

@supports (padding-top: calc(56.25% + 44px)) {
	body.play-page .play-player {
		padding-top: calc(56.25% + 44px);
	}
}

body.play-page .play-player iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
	display: block;
}

body.play-page .play-actions {
	gap: 10px;
	margin: 15px 0 0;
	max-width: 100%;
}

body.play-page .play-actions .btn,
body.play-page .play-actions button {
	gap: 8px;
	width: auto;
	min-width: 170px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 18px;
}

body.play-page .play-actions .play-fav-btn:not(:hover) {
	background-color: #435878;
}

body.play-page .play-actions .play-fav-btn.is-active:not(:hover) {
	background-color: #ad1457;
}

body.play-page .play-actions .push-subscribe-btn:not(:hover) {
	background-color: #d06070;
}

body.play-page .gid24-play-torrent-btn:not(:hover) {
	background-color: #2f7d65;
}

body.play-page .gid24-play-torrent-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.play-page .gid24-play-torrent-btn .gid24-torrent-ico {
	flex: 0 0 auto;
}

body.play-page .gid24-play-torrent-btn span:not(.gid24-torrent-ico) {
	display: inline-flex;
	flex-direction: column;
	line-height: 1.05;
}

body.play-page .gid24-play-torrent-btn small {
	font-size: 11px;
	font-weight: 400;
	opacity: .78;
}

body.play-page .play-rating {
	margin-top: 15px;
	padding: 15px 0;
	border-top: 1px solid rgba(0,0,0,0.9);
	box-shadow: inset 0 1px rgba(255,255,255,0.15);
	gap: 14px;
	justify-content: flex-start;
}

body.play-page .zfilm-play-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 10px 0 0;
	padding: 8px 10px;
	border-radius: 3px;
	background: rgba(35,46,66,.42);
}

body.play-page .zfilm-play-actions__btn {
	--zpa-bg: rgba(255,255,255,.08);
	--zpa-tt: #c4cacf;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	padding: 0;
	background: var(--zpa-bg);
	color: var(--zpa-tt) !important;
	text-decoration: none;
	cursor: pointer;
	line-height: 0;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
	transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

body.play-page .zfilm-play-actions__btn:hover {
	transform: translateY(-1px);
	background: #cab991;
	color: #232e42 !important;
}

body.play-page .zfilm-play-actions__btn:focus-visible {
	outline: 2px solid #cab991;
	outline-offset: 2px;
}

body.play-page .zfilm-play-actions__btn svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

body.play-page .zfilm-play-actions__btn--install {
	display: none;
	--zpa-tt: #8bd3a9;
}

body.play-page .zfilm-play-actions__btn--share.is-copied {
	background: #1f8a4c;
	color: #fff !important;
}

body.play-page .zfilm-play-actions__btn--tg {
	--zpa-tt: #8cccf0;
}

body.play-page .zfilm-play-actions__btn--complaint {
	--zpa-tt: #e38a8a;
}

body.play-page .zfilm-play-complaint-form {
	color: #d9dde4;
	font-size: 14px;
	line-height: 1.35;
}

body.play-page .zfilm-play-complaint-dialog .ui-dialog-content {
	max-height: calc(100vh - 190px) !important;
	overflow-y: auto !important;
}

body.play-page .zfilm-play-complaint-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 12px;
}

body.play-page .zfilm-play-complaint-options.is-error {
	padding: 8px;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px #d06070;
}

body.play-page .zfilm-play-complaint-option {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 38px;
	padding: 8px 10px;
	border-radius: 8px;
	background: #202020;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
	cursor: pointer;
}

body.play-page .zfilm-play-complaint-option:hover {
	background: #263246;
}

body.play-page .zfilm-play-complaint-option input {
	flex: 0 0 auto;
	margin: 0;
}

body.play-page .zfilm-play-complaint-option span {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.play-page .zfilm-play-complaint-other {
	margin-top: 12px;
}

body.play-page .zfilm-play-complaint-other label {
	display: block;
	margin-bottom: 7px;
	color: #c4cacf;
	font-size: 13px;
}

body.play-page .zfilm-play-complaint-other textarea {
	width: 100%;
	min-height: 82px;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 8px;
	background: #111;
	color: #fff;
	font: inherit;
	resize: vertical;
}

body.play-page .zfilm-play-complaint-other.is-error textarea {
	border-color: #d06070;
}

body.play-page .play-rating .unit-rating {
	right: 0;
}

body.play-page .play-rating__votes {
	position: static;
	margin: 0;
	color: #c4cacf;
	font-size: 13px;
	white-space: nowrap;
}

body.play-page .play-rating__summary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

body.play-page .play-rating__score {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
}

body.play-page .play-rating__votes::before {
	content: "голосов: ";
}

body.play-page .play-schedule {
	margin-top: 16px;
}

body.play-page .play-schedule:empty {
	display: none;
}

body.play-page .play-schedule .myshows-sched {
	margin: 0 !important;
}

body.play-page .gid24-play-schedule {
	margin-top: 0;
}

body.play-page .play-comments {
	margin: 30px 0 0;
}

body.play-page .play-comments .page__comments-header {
	margin-bottom: 10px;
}

body.play-page .play-comments .page__subtitle {
	max-width: none;
}

body.play-page .play-logged-form {
	margin-top: 15px;
}

body.play-page .play-logged-form .add-comm-form {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

body.play-page .play-logged-form .ac-user {
	margin-bottom: 10px;
	color: #c4cacf;
}

body.play-page .play-logged-form .ac-textarea {
	margin-bottom: 10px;
}

body.play-page .play-logged-form textarea {
	min-height: 120px;
}

body.play-page .play-logged-form .ac-submit button {
	margin-top: 0;
}

body.play-page .page__comments-list .comment-item {
	margin-bottom: 10px;
}

body.play-page .gid24-hub-tags {
	margin: 16px 0 0;
	padding: 14px;
	border: 1px solid rgba(0, 160, 176, 0.32);
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(35, 46, 66, 0.98), rgba(24, 34, 50, 0.98));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.play-page .gid24-hub-tags__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 11px;
}

body.play-page .gid24-hub-tags__title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

body.play-page .gid24-hub-tags__subtitle {
	color: #94acc2;
	font-size: 12px;
	line-height: 1.35;
	text-align: right;
}

body.play-page .gid24-hub-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.play-page .gid24-hub-tags__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	max-width: 100%;
	padding: 0 12px;
	border: 1px solid rgba(148, 172, 194, 0.28);
	border-radius: 4px;
	background: #2a3951;
	color: #e8eef7;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

body.play-page .gid24-hub-tags__pill:hover {
	border-color: #00a0b0;
	background: #334966;
	color: #fff;
}

body.play-page .zfilm-play-hub-tags {
	margin: 18px 0 0;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: #181818;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

body.play-page .zfilm-play-hub-tags__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

body.play-page .zfilm-play-hub-tags__title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
}

body.play-page .zfilm-play-hub-tags__subtitle {
	color: #8f96a3;
	font-size: 13px;
	line-height: 1.35;
	text-align: right;
}

body.play-page .zfilm-play-hub-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

body.play-page .zfilm-play-hub-tags__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	max-width: 100%;
	padding: 8px 12px;
	border-radius: 10px;
	background: #202020;
	color: #d9dde4;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
	overflow-wrap: anywhere;
}

body.play-page .zfilm-play-hub-tags__pill:hover {
	background: #0f7bdc;
	color: #fff;
}

body.torrent-page .zfilm-torrent-head {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	margin-bottom: 22px;
}

body.torrent-page .zfilm-torrent-poster {
	width: 160px;
	flex: 0 0 160px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	background: #1c1c1c;
}

body.torrent-page .zfilm-torrent-poster img {
	display: block;
	width: 100%;
	height: auto;
}

body.torrent-page .zfilm-torrent-summary {
	min-width: 0;
	flex: 1 1 auto;
}

body.torrent-page .zfilm-torrent-meta {
	margin-bottom: 14px;
	color: #94acc2;
	line-height: 1.45;
}

body.torrent-page .zfilm-torrent-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.torrent-page .zfilm-torrent-panel {
	padding-top: 18px;
	border-top: 1px solid rgba(255,255,255,.08);
}

body.torrent-page .rutor-wrap {
	overflow-x: auto;
	border-radius: 10px;
	background: #1c1c1c;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

body.torrent-page .rutor-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 720px;
}

body.torrent-page .rutor-table th,
body.torrent-page .rutor-table td {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255,255,255,.08);
	text-align: left;
	vertical-align: middle;
}

body.torrent-page .rutor-table th {
	color: #94acc2;
	font-weight: 400;
	background: rgba(255,255,255,.03);
}

body.torrent-page .rutor-title {
	color: #fff;
	line-height: 1.35;
}

body.torrent-page .rutor-date {
	margin-top: 4px;
	color: #738397;
	font-size: 13px;
}

body.torrent-page .col-size,
body.torrent-page .col-peers,
body.torrent-page .col-dl {
	white-space: nowrap;
}

body.torrent-page .is-alive {
	color: #4ade80;
}

body.torrent-page .is-dead {
	color: #f87171;
}

body.torrent-page .rutor-btns {
	display: flex;
	gap: 6px;
}

body.torrent-page .rutor-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 10px;
	border-radius: 8px;
	background: #435878;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

body.torrent-page .rutor-btn:hover {
	background: #d06070;
	color: #fff;
}

body.torrent-page .top-block {
	display: none !important;
}

@media screen and (max-width: 760px) {
	body.play-page .zfilm-play-complaint-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.play-page .play-shell {
		width: 100%;
		padding: 0 0 34px;
	}

	body.play-page .page__header {
		display: block;
	}

	body.play-page .play-back {
		margin: 12px 0 0;
		max-width: 100%;
	}

	body.play-page .page__header .play-back {
		margin: 0 0 12px;
	}

	body.torrent-page .zfilm-torrent-head {
		display: block;
	}

	body.torrent-page .zfilm-torrent-poster {
		display: none;
	}

	body.play-page .play-schedule .myshows-sched {
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
	}

	body.play-page .play-schedule .myshows-sched table {
		min-width: 445px !important;
	}

	body.play-page .play-schedule .season-list {
		overflow-x: visible !important;
	}

	body.play-page .play-schedule .season-list table,
	body.play-page .play-schedule .season-list tbody,
	body.play-page .play-schedule .season-list tr,
	body.play-page .play-schedule .season-list td {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	body.play-page .play-schedule .season-list table {
		border-collapse: separate;
		border-spacing: 0;
	}

	body.play-page .play-schedule .season-list thead {
		display: none;
	}

	body.play-page .play-schedule .season-list tr {
		margin-bottom: 8px;
		padding: 10px 12px;
		border-radius: 8px;
		background: rgba(255,255,255,.04);
		border: 1px solid rgba(255,255,255,.07);
	}

	body.play-page .play-schedule .season-list tr.hidden {
		display: none !important;
	}

	body.play-page .play-schedule .season-list td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 5px 0;
		border: 0;
		font-size: 12px;
		line-height: 1.35;
	}

	body.play-page .play-schedule .season-list td::before {
		flex: 0 0 auto;
		color: #94acc2;
		font-size: 11px;
	}

	body.play-page .play-schedule .season-list td:nth-child(1)::before {content: "Сезон";}
	body.play-page .play-schedule .season-list td:nth-child(2)::before {content: "Эпизод";}
	body.play-page .play-schedule .season-list td:nth-child(3)::before {content: "Название";}
	body.play-page .play-schedule .season-list td:nth-child(4)::before {content: "Дата";}
	body.play-page .play-schedule .season-list td:nth-child(5)::before {content: "Отметка";}

	body.play-page .play-schedule .season-list .season-mark {
		flex: 0 0 auto;
	}

	body.torrent-page .rutor-wrap {
		overflow-x: visible;
		background: transparent;
		box-shadow: none;
	}

	body.torrent-page .rutor-table,
	body.torrent-page .rutor-table tbody,
	body.torrent-page .rutor-table tr,
	body.torrent-page .rutor-table td {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	body.torrent-page .rutor-table {
		border-collapse: separate;
		border-spacing: 0;
	}

	body.torrent-page .rutor-table thead {
		display: none;
	}

	body.torrent-page .rutor-table tr {
		margin-bottom: 10px;
		padding: 12px;
		border-radius: 10px;
		background: #1c1c1c;
		box-shadow: 0 1px 3px rgba(0,0,0,.3);
	}

	body.torrent-page .rutor-table td {
		padding: 0;
		border-bottom: 0;
	}

	body.torrent-page .rutor-title {
		font-size: 13px;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	body.torrent-page .rutor-date {
		font-size: 12px;
	}

	body.torrent-page .rutor-table .col-size,
	body.torrent-page .rutor-table .col-peers {
		display: inline-flex;
		width: auto !important;
		margin: 10px 8px 0 0;
		padding: 3px 8px;
		border-radius: 999px;
		background: rgba(255,255,255,.06);
		font-size: 12px;
		line-height: 1.3;
	}

	body.torrent-page .rutor-table .col-size::before {
		content: "Размер: ";
		color: #94acc2;
		margin-right: 4px;
	}

	body.torrent-page .rutor-table .col-peers::before {
		content: "S: ";
		color: #94acc2;
		margin-right: 4px;
	}

	body.torrent-page .rutor-table .col-peers + .col-peers::before {
		content: "L: ";
	}

	body.torrent-page .rutor-table .col-dl {
		margin-top: 12px;
	}

	body.torrent-page .rutor-btns {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	body.torrent-page .rutor-btn {
		width: 100%;
		min-height: 38px;
		height: auto;
	}

	body.play-page .play-player {
		height: 0;
		padding-top: calc(78% + 32px);
		min-height: 0;
		max-height: none;
	}

	body.play-page .page__player-mark {
		display: flex !important;
		flex-wrap: wrap;
		gap: 6px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	body.play-page .page__player-mark__item {
		flex: 1 1 calc(50% - 6px) !important;
		width: auto;
		max-width: none;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		min-height: 42px;
		height: auto;
		padding: 0 6px;
		font-size: 13px;
		line-height: 1.15;
		text-align: center;
		white-space: nowrap;
		overflow: visible;
		text-overflow: clip;
		word-break: normal;
		overflow-wrap: normal;
		letter-spacing: 0;
	}

	body.play-page .page__player-mark__item:last-child:nth-child(odd) {
		flex-basis: 100% !important;
	}

	body.play-page .play-actions {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 8px;
		margin: 12px 0 0 !important;
	}

	body.play-page .play-actions .btn,
	body.play-page .play-actions button {
		flex: 1 1 0;
		width: 100%;
		min-width: 0 !important;
		min-height: 44px;
		height: auto;
		padding: 0 10px;
		justify-content: center;
		font-size: 13px;
		line-height: 1.15;
		white-space: normal;
		overflow: hidden;
		text-align: center;
	}

	body.play-page .play-actions .fal {
		flex: 0 0 auto;
		font-size: 14px;
	}

	body.play-page .play-actions span:not(.fal) {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body.play-page .play-rating {
		display: flex;
		flex-wrap: wrap;
	}

	body.play-page .play-rating > * + * {
		margin-top: 0;
	}

	body.play-page .gid24-hub-tags__head {
		display: block;
	}

	body.play-page .gid24-hub-tags__subtitle {
		margin-top: 4px;
		text-align: left;
	}

	body.play-page .zfilm-play-hub-tags__head {
		display: block;
	}

	body.play-page .zfilm-play-hub-tags__subtitle {
		margin-top: 4px;
		text-align: left;
	}
}

@media screen and (max-width: 430px) {
	body.play-page .zfilm-play-complaint-options {
		grid-template-columns: 1fr;
	}

	body.play-page .play-player {
		height: 0;
		padding-top: 86%;
		min-height: 0;
		max-height: none;
	}

	@supports (padding-top: calc(78% + 32px)) {
		body.play-page .play-player {
			padding-top: calc(78% + 32px);
		}
	}

	body.play-page .play-actions {
		grid-template-columns: 1fr;
	}

	body.play-page .gid24-hub-tags {
		padding: 12px;
	}

	body.play-page .gid24-hub-tags__pill {
		flex: 1 1 100%;
		min-height: 34px;
	}

	body.play-page .zfilm-play-hub-tags {
		padding: 12px;
	}

	body.play-page .zfilm-play-hub-tags__pill {
		flex: 1 1 100%;
		min-height: 34px;
	}
}

@media screen and (max-width: 760px) {
	body.play-page:not(.torrent-page) .top-block {
		display: block !important;
		margin: 0 17px 22px !important;
		overflow: hidden;
	}

	body.play-page:not(.torrent-page) .top-block__left,
	body.play-page:not(.torrent-page) .top-block__right,
	body.play-page:not(.torrent-page) .top-block__right.flex-grow-1 {
		display: flex !important;
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		margin: 0 !important;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 6px !important;
	}

	body.play-page:not(.torrent-page) .top-block__left {
		flex-wrap: nowrap !important;
		padding-bottom: 6px;
	}

	body.play-page:not(.torrent-page) .top-block__right {
		padding-bottom: 2px;
	}

	body.play-page:not(.torrent-page) .top-block__left::-webkit-scrollbar,
	body.play-page:not(.torrent-page) .top-block__right::-webkit-scrollbar {
		display: none;
	}

	body.play-page:not(.torrent-page) .menu-btns > li,
	body.play-page:not(.torrent-page) .menu-voices > li {
		flex: 0 0 auto !important;
		min-width: 0 !important;
		width: auto !important;
	}

	body.play-page:not(.torrent-page) .menu-btns > li > a,
	body.play-page:not(.torrent-page) .menu-btns > li > button,
	body.play-page:not(.torrent-page) .menu-voices > li > a {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: auto !important;
		min-width: 82px !important;
		height: 40px !important;
		min-height: 40px !important;
		padding: 0 12px 0 36px !important;
		border-radius: 8px !important;
		font-size: 12px !important;
		font-weight: 400 !important;
		line-height: 1 !important;
		letter-spacing: 0 !important;
		white-space: nowrap !important;
		text-align: center !important;
		box-sizing: border-box;
	}

	body.play-page:not(.torrent-page) .menu-btns > li > button {
		min-width: 150px !important;
		padding-right: 34px !important;
	}

	body.play-page:not(.torrent-page) .menu-voices {
		flex-wrap: nowrap !important;
		width: max-content !important;
		max-width: none !important;
	}

	body.play-page:not(.torrent-page) .menu-voices > li > a {
		padding: 0 12px !important;
		background-color: #1c1c1c !important;
	}

	body.play-page .play-schedule .season-list {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
	}

	body.play-page .play-schedule .season-list table {
		display: table !important;
		width: 100% !important;
		min-width: 620px !important;
		border-collapse: collapse !important;
		border-spacing: 0 !important;
	}

	body.play-page .play-schedule .season-list thead {
		display: table-header-group !important;
	}

	body.play-page .play-schedule .season-list tbody {
		display: table-row-group !important;
	}

	body.play-page .play-schedule .season-list tr {
		display: table-row !important;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		border: 0 !important;
	}

	body.play-page .play-schedule .season-list tr.hidden {
		display: none !important;
	}

	body.play-page .play-schedule .season-list td,
	body.play-page .play-schedule .season-list th {
		display: table-cell !important;
		width: auto !important;
		min-width: 0 !important;
		padding: 10px 12px !important;
		border: 0 !important;
		font-size: 15px !important;
		line-height: 1.35 !important;
		vertical-align: middle;
		box-sizing: border-box;
	}

	body.play-page .play-schedule .season-list td::before {
		content: none !important;
		display: none !important;
	}

	body.play-page .play-schedule .season-list td:nth-child(1) {
		width: 110px !important;
	}

	body.play-page .play-schedule .season-list td:nth-child(2) {
		width: 110px !important;
	}

	body.play-page .play-schedule .season-list td:nth-child(4) {
		width: 160px !important;
		text-align: center;
	}

	body.play-page .play-schedule .season-list td:nth-child(5) {
		width: 90px !important;
		text-align: center;
	}
}

/* Geo ad slots: let inactive passback overlays pass clicks to active creative. */
:where(.play-promo) > ins[class~="7236739a"]:not([onclick]):not(:has(a, iframe, img, object, embed, video, [onclick])),
:where(.play-promo) > ins[class~="0dd30d14"]:not([onclick]):not(:has(a, iframe, img, object, embed, video, [onclick])) {
	pointer-events: none;
}
