html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button {
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	color: #fff;
}
img {
	max-width: 100%;
	display: inline-block;
}
* {
	outline: 0;
}
*, *:after, *:before {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #fff;
}
html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
input, textarea {
	font-size: 14px;
	font-family: Arial;
	color: #545e6a;
	outline: none;
}
input::placeholder, textarea::placeholder { 
	color: #545e6a;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #545e6a;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #545e6a;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #545e6a;
}
input:focus::placeholder, textarea:focus::placeholder { 
	color: transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}
/* ========== general ========== */
html {
	height: 100%;
	min-width: 320px;
}
body {
	background-color: #040506;
	color: #545e6a;
	margin: 0;
	padding: 0;
	font: 14px / 1.2 Arial, sans-serif;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
body.menu-opened,
body.search-opened {
	overflow: hidden;
}
.wrapper-zzzqqqwer {
	overflow: hidden;
	padding-top: 130px;
	width: 100%;
	max-width: 640px;
}
.container-zzzqqqwer {
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}
.svg-icon-zzzqqqwer {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.btn-zzzqqqwer {
	display: inline-block;
    color: #545e6a;
    background-color: #1c2025;
	padding: 7px 14px;
	border-radius: 20px;
}
.textfield-zzzqqqwer {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	border: none;
	background-color: #fff;
	border-radius: 20px;
}

@media (hover: hover) and (pointer: fine) {
	.btn-zzzqqqwer:hover {
		background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
		color: #fff;
	}
}

/* ========== header ========== */
.header-zzzqqqwer {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
	margin-bottom: 0;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .75);
	max-width: 640px;
}
.top-header-zzzqqqwer {
	background-color: #0e1116;
	padding: 8px 0;
}
.bottom-header-zzzqqqwer {
	background-color: #1c2025;
	position: absolute;
	/* top: 100%; */
	top: 55px;
	left: 0;
	right: 0;
	z-index: 9;
	display: none;
	/* height: calc(100dvh - 100%); */
	height: calc(100dvh - 55px);
	overflow-y: auto;
	width: 290px;
}
.bottom-header-zzzqqqwer .container-zzzqqqwer {
	padding: 0;
}
body.menu-opened .bottom-header-zzzqqqwer {
	display: block;
}
.logo-zzzqqqwer {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
}
.logo-zzzqqqwer span {
	color: #fc0f46;
}
.header-wrap-zzzqqqwer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-menu {
	flex-shrink: 0;
	width: 28px;
	height: 24px;
	position: relative;
	transform: rotate(0deg);
	display: block;
}
.btn-menu span {
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fc0f46;
	border-radius: 5px;
	left: 0;
	transform: rotate(0deg);
}
.btn-menu span:nth-child(1) {
	top: 0px;
}
.btn-menu span:nth-child(2),
.btn-menu span:nth-child(3) {
	top: 10px;
}
.btn-menu span:nth-child(4) {
	top: 20px;
}
body.menu-opened .btn-menu span:nth-child(1),
body.menu-opened .btn-menu span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
body.menu-opened .btn-menu span:nth-child(2) {
	transform: rotate(45deg);
}
body.menu-opened .btn-menu span:nth-child(3) {
	transform: rotate(-45deg);
}
.btn-search-zzzqqqwer {
	width: 28px;
	font-size: 28px;
	color: #fc0f46;
	display: block;
	margin: 0 5px 0 0;
}
.btn-search-zzzqqqwer .svg-icon-zzzqqqwer {
	margin-left: auto;
}
body.search-opened .btn-search-zzzqqqwer .svg-icon-zzzqqqwer {
	display: none;
}
body.search-opened .btn-search-zzzqqqwer {
	height: 24px;
	position: relative;
}
body.search-opened .btn-search-zzzqqqwer:after,
body.search-opened .btn-search-zzzqqqwer:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 28px;
	background-color: #fc0f46;
	border-radius: 5px;
}
body.search-opened .btn-search-zzzqqqwer:before {
	transform: rotate(45deg);
}
body.search-opened .btn-search-zzzqqqwer:after {
	transform: rotate(135deg);
}
.form-search-zzzqqqwer {
	flex-grow: 1;
	margin-left: 0;
	background-color: #0e1116;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .75);
	padding: 8px 5px;
	z-index: 9;
}

.wrap-search-zzzqqqwer {
	max-width: 100%;
	margin-left: auto;
	position: relative;
	display: flex;
	align-items: center;
}
.search-input-zzzqqqwer {
	border: none;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	width: 100%;
	border-radius: 18px;
	margin-right: 5px;
}
.button-search-zzzqqqwer {
	height: 40px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	font-size: 22px;
	border-radius: 18px;
}

@media (hover: hover) and (pointer: fine) {
	.button-search-zzzqqqwer:hover {
		background: #1c2025;
	}
}

/* ========== menu ========== */
.row-header-zzzqqqwer {
	flex-direction: column;
	display: flex;
	align-items: center;
}
.nav-zzzqqqwer {
	flex-direction: column;
	width: 100%;
	margin: 0;
	display: flex;
}
.nav-link-zzzqqqwer {
	display: block;
	align-items: center;
	padding: 15px;
	margin: 0;
	font-weight: 700;
	border-bottom: 3px solid transparent;
	text-transform: capitalize;
}
.nav-link-zzzqqqwer.active-zzzqqqwer {
	border-color: #fc0f46;
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
}
.box-lang-zzzqqqwer {
	margin-left: 0;
	width: 100%;
	flex-shrink: 0;
}
.box-lang-zzzqqqwer.open-zzzqqqwer .svg-icon-zzzqqqwer {
	transform: rotate(180deg);
}
.box-lang-zzzqqqwer.open-zzzqqqwer .btn-lang-zzzqqqwer {
	border-color: #fc0f46;
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
}
.btn-lang-zzzqqqwer {
	display: flex;
	align-items: center;
	padding: 13px 15px;
	border-bottom: 3px solid transparent;
	width: 100%;
}
.flag-box-zzzqqqwer {
	width: 26px;
	height: 20px;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 10px;
}
.btn-lang-zzzqqqwer .flag-box-zzzqqqwer {
	margin-right: 10px;
}
.btn-lang-zzzqqqwer .text-zzzqqqwer {
	font-size: 14px;
	margin-right: 0;
	font-weight: 700;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.btn-lang-zzzqqqwer .svg-icon-zzzqqqwer {
	font-size: 20px;
	margin-left: auto;
}
.flag-img-zzzqqqwer {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-lang-zzzqqqwer .drop-link-zzzqqqwer {
	display: flex;
	align-items: center;
	padding: 10px;
}
.box-lang-zzzqqqwer .drop-list-zzzqqqwer {
	position: static;
	box-shadow: none;
	width: 100%;
	left: auto;
	right: 0;
	border-radius: 0 0 0px 15px;
	display: flex;
	flex-wrap: wrap;
}
.box-lang-zzzqqqwer .drop-list-zzzqqqwer .item-zzzqqqwer {
	width: 50%;
}
.dropdown-zzzqqqwer {
	position: relative;
}
.dropdown-zzzqqqwer.open-zzzqqqwer .sort-btn-zzzqqqwer {
	color: #fff;
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	border-radius: 20px 20px 0 0;
}
.dropdown-zzzqqqwer.open-zzzqqqwer .sort-btn-zzzqqqwer .svg-icon-zzzqqqwer {
	transform: rotate(180deg);
}
.dropdown-zzzqqqwer.open-zzzqqqwer .drop-list-zzzqqqwer {
	display: block;
}
.box-lang-zzzqqqwer.dropdown-zzzqqqwer.open-zzzqqqwer .drop-list-zzzqqqwer {
	display: flex;
	flex-wrap: wrap;
}
.drop-list-zzzqqqwer {
	background-color: #1c2025;
	border-radius: 0 0 0 15px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 5;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.drop-list-zzzqqqwer .item-zzzqqqwer {
	position: relative;
}
.drop-list-zzzqqqwer .item-zzzqqqwer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: 1;
}
.drop-list-zzzqqqwer .item-zzzqqqwer:last-child:before {
	display: none;
}
.drop-link-zzzqqqwer {
	padding: 7px 20px;
	display: block;
	background-color: #1c2025;
	color: #fff;
	text-transform: capitalize;
}

@media (hover: hover) and (pointer: fine) {
	.nav-link-zzzqqqwer:hover {
		border-color: #fc0f46;
		background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	}
	.btn-lang-zzzqqqwer:hover {
		background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
		border-color: #fc0f46;
	}
	.drop-link-zzzqqqwer:hover {
		background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	}
}

/* ========== main ========== */
.section-zzzqqqwer {
	padding-bottom: 20px;
	width: 100%;
}
.section-zzzqqqwer.mob-center-zzzqqqwer {
	text-align: center;
}
.menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(13 0 0 / 85%);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: 9999999;
}

/* ========== title and sort ========== */
.headline-zzzqqqwer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 100%;
}
.section-zzzqqqwer.mob-center-zzzqqqwer .headline-zzzqqqwer {
	justify-content: center;
	margin-bottom: 15px;
}
.headline-zzzqqqwer .dropdown-zzzqqqwer {
	flex-shrink: 0;
}
.title-zzzqqqwer {
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-right: 5px;
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section-zzzqqqwer.mob-center-zzzqqqwer .title-zzzqqqwer {
	margin-right: 0;
}
.sort-list-zzzqqqwer {
	display: none;
	position: absolute;
	background-color: #1c2025;
	width: 100%;
}
.sort-list-zzzqqqwer .item-zzzqqqwer {
	margin-right: 0;
}
.sort-list-zzzqqqwer .btn-zzzqqqwer {
	border-radius: 0;
	display: block;
	padding: 7px 16px;
}
.sort-list-zzzqqqwer .active-zzzqqqwer {
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	color: #fff;
}
.sort-btn-zzzqqqwer {
	display: flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 20px;
    color: #545e6a;
    background-color: #1c2025;
	font-size: 14px;
}
.sort-btn-zzzqqqwer .text-zzzqqqwer {
	margin-right: 5px;
	text-transform: capitalize;
}
.sort-btn-zzzqqqwer .svg-icon-zzzqqqwer {
	flex-shrink: 0;
	font-size: 20px;
}

/* ========== categories ========== */
.th-title-wrap-zzzqqqwer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.th-title-wrap-zzzqqqwer .th-title-zzzqqqwer {
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.th-title-wrap-zzzqqqwer .box-zzzqqqwer {
	display: flex;
	color: #545e6a;
	margin-left: 7px;
	flex-shrink: 0;
	font-size: 12px;
}
.th-title-wrap-zzzqqqwer .box-zzzqqqwer .svg-icon-zzzqqqwer {
	margin-right: 5px;
}

/* ========== thumbs ========== */
.thumbs-zzzqqqwer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 -10px;
	width: 100%;
}
.th-zzzqqqwer {
	width: calc(50% - 5px);
	margin: 0 0 10px;
	padding: 0;
	max-width: calc(50% - 5px);
}
.th-time {
	position: absolute;
	left: 10px;
	bottom: 10px;
	border-radius: 10px;
	padding: 7px;
	font-size: 12px;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}
/* ========== thumb items ========== */
.box-img-zzzqqqwer {
	overflow: hidden;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 56.2%;
}
.th-image-zzzqqqwer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.watched-zzzqqqwer {
	position: absolute;
	left: 5px;
	bottom: 5px;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}
.th-rate-zzzqqqwer {
	position: absolute;
	right: 5px;
	bottom: 5px;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: flex;
	align-items: center;
}
.th-rate-zzzqqqwer .svg-icon-zzzqqqwer {
	margin-right: 5px;
}
.th-link-zzzqqqwer {
	display: block;
}
.th-title-zzzqqqwer {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

/* ========== th-desc ========== */
.th-desc-zzzqqqwer {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
	color: #545e6a;
}
.info-list-zzzqqqwer {
	display: flex;
	color: #545e6a;
	font-size: 12px;
}
.info-list-zzzqqqwer .item-zzzqqqwer {
	display: flex;
	margin-right: 10px;
}
.info-list-zzzqqqwer .item-zzzqqqwer:last-child {
	margin-right: 0;
}
.info-list-zzzqqqwer .svg-icon-zzzqqqwer {
	margin-right: 5px;
}

@media (hover: hover) and (pointer: fine) {
	.th-link-zzzqqqwer:hover .th-title-zzzqqqwer {
		color: #fc0f46;
	}
}

/* ========== pagination ========== */
.pagination-zzzqqqwer {
	margin: 15px -8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	width: 100%;
}
.pagination-zzzqqqwer .item-zzzqqqwer {
	margin: 0 5px;
	display: none;
}
.pagination-zzzqqqwer .next-zzzqqqwer,
.pagination-zzzqqqwer .prev-zzzqqqwer,
.pagination-zzzqqqwer .current-zzzqqqwer {
	display: block;
}
.pagination-zzzqqqwer .next-zzzqqqwer {
	margin-left: 5px;
}
.pagination-zzzqqqwer .prev-zzzqqqwer {
	margin-right: 5px;
}
.pagination-zzzqqqwer .svg-icon-zzzqqqwer {
	font-size: 22px;
}
.page-link-zzzqqqwer {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1c2025;
	color: #545e6a;
	border-radius: 40px;
	line-height: 1;
}
.next-zzzqqqwer .page-link-zzzqqqwer {
	width: auto;
	padding: 0 10px 0 20px;
}
.prev-zzzqqqwer .page-link-zzzqqqwer {
	width: auto;
	padding: 0 20px 0 10px;
}
.current-zzzqqqwer .page-link-zzzqqqwer {
	pointer-events: none;
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	color: #fff;
}
.load-more-zzzqqqwer {
	text-align: center;
	margin-top: 15px;
	width: 100%;
}
.load-more-zzzqqqwer .button-zzzqqqwer {
	display: inline-block;
	padding: 10px 20px;
	background: #1c2025;
	color: #545e6a;
	border-radius: 20px;
	text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
	.load-more-zzzqqqwer .button-zzzqqqwer:hover {
		background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
		color: #fff;
	}
	.page-link-zzzqqqwer:hover {
		background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
		color: #fff;
	}
}

/* ========== video view ========== */
.video-box-zzzqqqwer {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.player-content-zzzqqqwer {
	flex-grow: 1;
	min-width: 1px;
	width: 100%;
}
.player-link {
	display: block;
	text-transform: uppercase;
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	padding: 10px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	width: 100%;
}
.player-wrap-zzzqqqwer {
	position: relative;
	padding-bottom: 56.33%;
	width: 100%;
}
.player-zzzqqqwer {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.info-box-zzzqqqwer {
	padding: 10px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #545e6a;
	width: 100%;
}
.rating-wrap-zzzqqqwer {
	margin-right: 10px;
	max-width: 210px;
	width: 100%;
	display: flex;
	align-items: center;
}
.like-wrap-zzzqqqwer {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.like-btn-zzzqqqwer {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #545e6a;
}
.dislike-zzzqqqwer {
	margin-left: 8px;
	transform: rotate(180deg);
}
.wrap-percent-zzzqqqwer {
	flex-grow: 1;
	text-align: center;
}
.wrap-percent-zzzqqqwer .percent-zzzqqqwer {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0;
	color: #fc0f46;
}
.scale-holder-zzzqqqwer {
	height: 4px;
	background-color: #545e6a;
	border-radius: 5px;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 4px;
}
.scale-zzzqqqwer {
	height: 100%;
    background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	position: absolute;
	left: 0;
	border-radius: 5px;
	width: 90%;
}
.like-list-zzzqqqwer {
	display: none;
	justify-content: center;
	font-size: 12px;
	margin: 0 -5px;
}
.like-list-zzzqqqwer .item-zzzqqqwer {
	padding: 0 5px;
}
.like-list-zzzqqqwer .item-zzzqqqwer:first-child {
	border-right: 1px solid #515b67;
	text-align: right;
}

@media (hover: hover) and (pointer: fine) {
	.like-btn-zzzqqqwer:hover {
		color: #fc0f46;
	}
	.player-link:hover {
		color: #515b67;
		background: #1c2025;
	}
}

/* ========== tabs ========== */
.btn-tab-zzzqqqwer {
	background-color: #1c2025;
	color: #545e6a;
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	border-radius: 20px;
	font-size: 14px;
	margin-left: 5px;
}
.btn-tab-zzzqqqwer:first-child{
	margin-left: 0;
}
.btn-tab-zzzqqqwer .text-zzzqqqwer {
	display: none;
}
.btn-tab-zzzqqqwer.active-zzzqqqwer {
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	color: #fff;
}
.btn-tab-zzzqqqwer .svg-icon-zzzqqqwer {
	font-size: 18px;
}
.tabs-btn-zzzqqqwer {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}
.video-info-zzzqqqwer {
	display: flex;
	color: #545e6a;
	flex-wrap: wrap;
}
.video-info-zzzqqqwer .item-zzzqqqwer {
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.video-info-zzzqqqwer .item-zzzqqqwer:last-child {
	margin-right: 0;
}
.video-info-zzzqqqwer .svg-icon-zzzqqqwer {
	margin-right: 5px;
}
.info-tab-zzzqqqwer.hidden-zzzqqqwer {
	display: none;
}
.info-tab-zzzqqqwer {
	padding-top: 10px;
	width: 100%;
}
.info-tab-zzzqqqwer .row-zzzqqqwer {
	margin-bottom: 15px;
}
.info-tab-zzzqqqwer .row-zzzqqqwer:last-child {
	margin-bottom: 0;
}
.label-zzzqqqwer {
	margin-bottom: 5px;
	display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
	.btn-tab-zzzqqqwer:hover {
		color: #fff;
		background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	}
	.tags-list-zzzqqqwer .link-zzzqqqwer:hover {
		text-decoration: underline;
	}
}

/* ========== cloud list ========== */
.cloud-list-zzzqqqwer {
	display: flex;
	margin: 0 -3px 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
}
.cloud-list-zzzqqqwer::-webkit-scrollbar {
	display: none;
}
.cloud-list-zzzqqqwer .btn-zzzqqqwer {
	margin: 0 3px 0;
	white-space: nowrap;
}

/* ========== tags list ========== */
.tags-wrap-zzzqqqwer {
	display: flex;
	margin-bottom: 10px;
	width: 100%;
	flex-wrap: wrap;
}
.tags-wrap-zzzqqqwer:last-child {
	margin-bottom: 0;
}
.tags-wrap-zzzqqqwer .name-zzzqqqwer {
	color: #fff;
	margin-right: 10px;
	flex-shrink: 0;
}
.tags-list-zzzqqqwer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px -6px;
}
.tags-list-zzzqqqwer .item-zzzqqqwer {
	margin: 0 3px 6px;
}
.tags-list-zzzqqqwer .link-zzzqqqwer {
	color: #fc0f46;
}
/* ========== comments ========== */
.comment-form-zzzqqqwer .headline-zzzqqqwer {
	display: block;
	width: 100%;
}
.comment-form-zzzqqqwer .hint-zzzqqqwer {
	margin-top: 5px;
	color: #fff;
	display: block;
}
.user-name-zzzqqqwer {
	width: 100%;
	max-width: 100%;
}
.user-comment-zzzqqqwer {
	width: 100%;
	max-width: 100%;
}
.textarea-zzzqqqwer {
	background-color: #fff;
	border-radius: 20px;
	border: none;
	padding: 15px 20px;
	width: 100%;
	resize: none;
	min-height: 90px;
}
.captcha-text-zzzqqqwer {
	width: 100%;
	max-width: 100%;
	margin-bottom: 5px;
	display: inline-block;
	line-height: 1.3;
}
.comment-code-zzzqqqwer {
	width: 100%;
	max-width: 100%;
}
.comment-form-zzzqqqwer .btn-zzzqqqwer {
	font-size: 14px;
	color: #fff;
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	padding: 12px 30px;
	width: 100%;
}
.list-comments-zzzqqqwer {
	margin-top: 20px;
	width: 100%;
}
.list-comments-zzzqqqwer .box-zzzqqqwer {
	display: flex;
	padding: 10px 0;
	border-top: 1px solid #545e6a;
	width: 100%;
}
.list-comments-zzzqqqwer .wrap-zzzqqqwer {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.comment-date-zzzqqqwer {
	display: flex;
	color: #545e6a;
}
.comment-date-zzzqqqwer .svg-icon-zzzqqqwer {
	margin-right: 5px;
}
.comment-text-zzzqqqwer {
	color: #545e6a;
	margin-top: 10px;
}
.username-zzzqqqwer {
	margin-right: 20px;
}
.avatar-zzzqqqwer {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	position: relative;
	flex-shrink: 0;
}
.no-thumb-zzzqqqwer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

@media (hover: hover) and (pointer: fine) {
	.comment-form-zzzqqqwer .btn-zzzqqqwer:hover {
		color: #fc0f46;
		background-color: #fff;
		color: #545e6a;
	}
}
/* ========== footer ========== */
.footer-zzzqqqwer {
	padding: 12px 0;
	text-align: center;
	background-color: #0e1116;
	width: 100%;
	max-width: 640px;
}
.footer-zzzqqqwer .row-zzzqqqwer {
	margin-bottom: 10px;
}
.footer-zzzqqqwer .row-zzzqqqwer:last-child {
	margin-bottom: 0;
}
.footer-links-zzzqqqwer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px -5px;
}
.footer-link-zzzqqqwer {
	display: inline-block;
	margin: 0 5px 5px;
	font-weight: 700;
}
.footer-link-zzzqqqwer.active-zzzqqqwer {
	color: #fc0f46;
}
.copy-zzzqqqwer {
	font-size: 12px;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
}
.copy-zzzqqqwer .link-zzzqqqwer {
	color: #fc0f46;
}

@media (hover: hover) and (pointer: fine) {
	.footer-link-zzzqqqwer:hover {
		color: #fc0f46;
	}
}

/* ========== searches ========== */
.searches-zzzqqqwer {
	margin: -6px -4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.link-search-zzzqqqwer {
	margin: 6px 4px;
	display: flex;
	font-size: 14px;
}
.link-search-zzzqqqwer .svg-icon-zzzqqqwer {
	margin-right: 6px;
	color: #fc0f46;
	font-size: 18px;
	transform: rotate(90deg);
}

@media (hover: hover) and (pointer: fine) {
	.link-search-zzzqqqwer:hover {
		color: #fc0f46;
	}
}

/* ========== styles for seo text and terms/dmca text ========== */
.block-text-zzzqqqwer {
	line-height: 1.4;
	width: 100%;
}
.block-text-zzzqqqwer p {
	margin: 15px 0;
}
.block-text-zzzqqqwer p:last-child {
	margin: 15px 0 0 0;
}
.block-text-zzzqqqwer a {
	color: #fc0f46
}
.block-text-zzzqqqwer h1,
.block-text-zzzqqqwer h2,
.block-text-zzzqqqwer h3,
.block-text-zzzqqqwer .head-zzzqqqwer {
	margin: 25px 0 10px 0;
	font-weight: 700;
	font-size: 16px;
}
.block-text-zzzqqqwer ul {
	margin: 0 0 10px 25px;
	font-size: 14px;
}
.block-text-zzzqqqwer ul li {
	margin: 0 0 10px 0
}
.block-text-zzzqqqwer .uppercase-zzzqqqwer {
	text-transform: uppercase;
}

.list-info-zzzqqqwer {
	padding: 0 0 0 50px;
}
.list-info-zzzqqqwer .gap-zzzqqqwer {
	padding: 0 0 0 50px;
}

@media (hover: hover) and (pointer: fine) {
	.block-text-zzzqqqwer a:hover {
		color: #fc0f46;
		text-decoration: underline;
	}
}
/* ========== 404 ========== */
.box-error-zzzqqqwer {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.title-error-zzzqqqwer {
	font-size: 130px;
	display: flex;
	justify-content: center;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	padding: 10px;
	color: #545e6a;
	flex-wrap: wrap;
}
.img-404-zzzqqqwer {
	display: inline-block;
	margin: 0;
	width: 150px;
}
.text-error-zzzqqqwer {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 20px;
}
.block-text-zzzqqqwer .box-zzzqqqwer {
	margin-bottom: 20px;
}

/* ========== spots ========== */
.sp-holder-zzzqqqwer {
	margin: 20px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.sp-title-zzzqqqwer {
	font-size: 13px;
	text-align: center;
	margin: 0 0 3px 0;
}
.sp-title-zzzqqqwer.bg-zzzqqqwer {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 2px 8px;
}
.sp-zzzqqqwer {
	margin: 0 auto;
	display: block !important;
	overflow: hidden;
	max-width: 100%;
}
.mt-0-zzzqqqwer {
	margin-top: 0;
}
.mt-10-zzzqqqwer {
	margin-top: 10px;
}
.mb-0-zzzqqqwer {
	margin-bottom: 0;
}
.mb-30-zzzqqqwer {
	margin-bottom: 30px;
}
.w-300-zzzqqqwer {
	width: 300px;
	max-width: 100%;
}
.mh-100-zzzqqqwer {
	min-height: 100px;
}
.h-100-zzzqqqwer {
	height: 100px;
}
.h-250-zzzqqqwer {
	height: 250px;
}
.thumbs-zzzqqqwer .sp-holder-zzzqqqwer {
	margin: 2px 2px 10px 2px;
	width: 100%;
}
.video-sp-right-zzzqqqwer {
	display: none;
}
.spot-player-zzzqqqwer {
	display: none;
	z-index: 20;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: Arial;
	margin: 0;
}
.spot-player-zzzqqqwer.visible-zzzqqqwer {
	display: block;
}
.spot-player-zzzqqqwer .sp-zzzqqqwer {
	padding: 2px;
	background: rgba(0, 0, 0, 0.8);
	box-sizing: content-box;
	max-width: 100%;
}
.spot-close-zzzqqqwer {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background: #fc0f46;
	outline: none;
}
.spot-close-zzzqqqwer:after, .spot-close-zzzqqqwer:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 18px;
	background: #fff;
}
.spot-close-zzzqqqwer:before {
	transform: rotate(45deg);
}
.spot-close-zzzqqqwer:after {
	transform: rotate(135deg);
}
.spot-continue-zzzqqqwer {
	display: none;
	outline: 0;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	margin: 5px 0 0 0;
	background: #fc0f46;
	border: none;
	padding: 8px 10px;
	font-weight: 700;
}

.desktop-spots-zzzqqqwer {
	display: none;
}
.video-sp-right-zzzqqqwer .group-container-zzzqqqwer {
	flex-wrap: wrap;
}

/* ========== show list ========== */
.show-list-zzzqqqwer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.show-zzzqqqwer {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    width: calc(50% - 4px);
    background-color: #1c2025;
    border-radius: 10px;
    padding: 10px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
    line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
    .show-zzzqqqwer:hover {
        background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
        color: #fff;
    }
}

/* ========== collapsible ========== */
.collapsible-container-zzzqqqwer {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 10px auto; 
    text-align: center;
}

.collapsible-zzzqqqwer {
    display: block;
    width: 100%;
    background-color: #1c2025;
    overflow: hidden;
}

.collapsible-link-zzzqqqwer {
    display: block;
    width: 100%;
}

.collapsible-image-zzzqqqwer {
    display: block;
    width: 100%;
    height: auto;
}

/* ========== im ========== */
.im-spot.is-hidden {
        visibility: hidden;
    }
    .im-spot {
        position: fixed;
        z-index: 9999999;
        bottom: 0;
        left: 0;
        right: 0;
        width: 300px;
        margin: 0 auto;
        background: #252525;
    }
    .im-spot iframe {
        display: block;
    }
    .im-spot-text {
        text-align: center;
        background: #464646;
        color: #fff;
        font-size: 10px;
        line-height: 12px;
        padding: 1px;
    }
    .im-spot-holder {
        display: block !important;
        width: 300px;
        overflow: hidden;
    }
    .im-spot-holder.height-100 {
        height: auto;
        min-height: 100px;
    }
    .im-spot-close {
        position: absolute;
        right: -8px;
        top: -6px;
        cursor: pointer;
        height: 24px;
        width: 24px;
        background: #fff;
        border-radius: 50%;
        border: 2px solid #000;
        z-index: 100;
    }
    .im-spot-close:after,
    .im-spot-close:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 4px;
        height: 16px;
        background: #000;
        box-sizing: border-box;
    }
    .im-spot-close:after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .im-spot-close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    @media (min-width: 1025px) {
    	.im-spot {
    		display: none;
    	}
    }

    .ts-2x1 .im-spot-holder img {
        display: block;
        width: 100%;
        height: auto;
    }

/* ========== additional centering for large screens ========== */
@media (min-width: 641px) {
	body {
		background-color: #040506;
	}
	.wrapper-zzzqqqwer {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		background-color: #040506;
	}
}

/* ========== episode list polish ========== */
.episode-panel-zzzqqqwer {
	margin: 14px 0 18px;
	padding: 12px;
	border-radius: 14px;
	background: #10141a;
	border: 1px solid #252b34;
}
.episode-head-zzzqqqwer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}
.episode-title-zzzqqqwer {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}
.episode-current-zzzqqqwer {
	font-size: 12px;
	color: #fc0f46;
	white-space: nowrap;
}
.episode-grid-zzzqqqwer {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}
.episode-link-zzzqqqwer {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 6px;
	border-radius: 10px;
	background: #1c2025;
	border: 1px solid #2c333d;
	color: #d9dde4;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}
.episode-link-zzzqqqwer:hover,
.episode-link-zzzqqqwer.active,
.episode-link-zzzqqqwer.active-zzzqqqwer {
	background-image: linear-gradient(-64deg, #950527 0, #ff0f47 100%);
	border-color: #ff2a59;
	color: #fff;
}
.episode-link-zzzqqqwer.active,
.episode-link-zzzqqqwer.active-zzzqqqwer {
	box-shadow: 0 0 0 1px rgba(255, 15, 71, .35), 0 6px 16px rgba(255, 15, 71, .18);
}
@media (max-width: 380px) {
	.episode-grid-zzzqqqwer {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.episode-link-zzzqqqwer {
		min-height: 36px;
		font-size: 13px;
	}
}
