@font-face { font-family: Rubik; font-style: normal; font-weight: 300 900; font-display: swap; src: url(/static/fonts/rubik-var.woff2) format("woff2"); }
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

.empty-content li,
.empty-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-second);
}
.empty-content a {
	font-size: 16px;
	color: var(--color-main);
}

.empty-content h2 {
	margin: 20px 0;
}

fieldset,
img {
	border: 0;
}

img,
object,
embed {
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
	padding-left: 0;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
.empty-content h1,
.empty-content h2,
.empty-content h3,
.empty-content h4,
.empty-content h5,
.empty-content h6 {
	font-size: 22px;
	margin-bottom: 10px;
	color: var(--color-main);
}

.empty-content a {
	background: var(--bg-gradient-active);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.empty-content,
.empty-content p {
	color: var(--color-second);
	font-size: 16px;
}

q:before,
q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

:root {
	--font-size-general: 12px;
	--line-height-general: 1.2;
	--default-font: 'Rubik', sans-serif;
	--header-height: 60px;
	--color-main: #000;
	--color-second: #6a6a6a;
	--color-active: #fe3a87;
	--color-blue: #fe3a87;
	--color-dark: #121519;
	--color-text: #fff;
	--color-white: #fff;
	--bg-main: #f5f5f5;
	--bg-tools: #fff;
	--bg-second: #f5f5f5;
	--bg-second-rgb: 0, 0, 0;
	--bg-second-rgb-pagination: 0, 0, 0;
	--bg-dark-rgb: 0, 0, 0;
	--bg-white-rgb: 255, 255, 255;
	--bg-rgb-full-link: 254, 58, 135;
	--bg-rgb-full-link-active: 255, 106, 163;
	--bg-gradient-autocomlete: linear-gradient(99deg, #fe3a87 60%, #8a31cc 160%);
	--bg-card-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	--bg-gradient-active: linear-gradient(135deg, #cf37a3 0%, #8c32cb 100%);
	--bg-gradient-bg-comment: linear-gradient(135deg, #fe3a87 0%, #8a31cc 100%);
	--bg-swiper-gradient-next: linear-gradient(
		270deg,
		#f5f5f5 52.6%,
		rgba(245, 245, 245, 0) 100%
	);
	--bg-swiper-gradient-prev: linear-gradient(
		90deg,
		#f5f5f5 52.6%,
		rgba(245, 245, 245, 0) 100%
	);
	--border-color: #d1d1d1;
}

:root .dark {
	--color-main: #fff;
	--color-second: #b7b7b7;
	--color-white: #fff;
	--bg-main: #121212;
	--bg-tools: #000;
	--bg-second-rgb: 255, 255, 255;
	--bg-second-rgb-pagination: 0, 0, 0;
	--bg-dark-rgb: 0, 0, 0;
	--bg-white-rgb: 255, 255, 255;
	--bg-swiper-gradient-next: linear-gradient(
		270deg,
		#121212 52.6%,
		rgba(18, 18, 18, 0) 100%
	);
	--bg-swiper-gradient-prev: linear-gradient(
		90deg,
		#121212 52.6%,
		rgba(18, 18, 18, 0) 100%
	);
	--border-color: #1c1c1c;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font: var(--font-size-general)/var(--line-height-general) var(--default-font);
	font-weight: 400;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: var(--color-main);
	background: var(--bg-main);
}

@media screen and (max-width: 1160px) {
	body.dark .switcher span::before {
		content: attr(data-attr-light);
	}
	body.open-menu .header-holder .hold {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
	}
	body.open-menu .mask {
		visibility: visible;
		opacity: 1;
	}
	body.open-menu .hamburger {
		transform: translateZ(0) scale(1.25);
	}
	body.open-menu .hamburger::before,
	body.open-menu .hamburger::after {
		top: 50%;
		left: 50%;
	}
	body.open-menu .hamburger::before {
		transform: rotate(45deg) translate3d(-50%, -50%, 0);
	}
	body.open-menu .hamburger::after {
		transform: rotate(-45deg) translate3d(-50%, -50%, 0);
	}
	body.open-menu .hamburger span {
		opacity: 0;
		transform: translate3d(-20px, -50%, 0);
		visibility: hidden;
	}
	body.scroll-locked {
		height: 100%;
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	body.show-search .header-search {
		opacity: 1;
		visibility: visible;
	}
	body.show-search .action-search use[href='#icon-search'] {
		display: none;
	}
	body.show-search .action-search use[href='#icon-close'] {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	body.show-search .header-search {
		transform: translate3d(0, -50%, 0);
	}
	body.show-search .logo,
	body.show-search .hamburger {
		opacity: 0;
		visibility: hidden;
	}
}

a {
	cursor: pointer;
	color: #2600ff;
	text-decoration: none;
}

button {
	cursor: pointer;
}

button,
input,
textarea {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	box-sizing: border-box;
	outline: none;
}

*:before,
*:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

.svg-icon {
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--color-second);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: var(--color-second);
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--color-second);
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--color-second);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder,
textarea.placeholder {
	color: var(--color-second) !important;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 10px;
	}
}

.header {
	margin-bottom: 20px;
	background: var(--bg-tools);
	flex-shrink: 0;
	flex-grow: 0;
}

.hamburger {
	margin-right: 20px;
	cursor: pointer;
	flex-grow: 0;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	align-self: center;
	display: none;
	background: none;
	border: none;
	transform: translateZ(0);
	transition:
		opacity 0.3s,
		visibility 0.3s,
		transform 0.3s,
		color 0.3s;
}

@media screen and (min-width: 1025px) {
	.hamburger:hover::before,
	.hamburger:hover::after,
	.hamburger:hover span {
		background-color: var(--color-active);
	}
}

@media screen and (max-width: 1160px) {
	.hamburger {
		display: block;
	}
}

.hamburger::after,
.hamburger::before,
.hamburger span {
	content: '';
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 10px;
	background-color: var(--color-main);
	transform-origin: top left;
	transition:
		background-color 0.3s,
		transform 0.3s;
	width: 24px;
}

.hamburger::before {
	top: 0;
	bottom: auto;
}

.hamburger::after {
	top: auto;
	bottom: 0;
}

.hamburger::before,
.hamburger::after {
	transform: translate3d(0, 0, 0) rotate(0);
	left: auto;
	width: 100%;
}

.hamburger span {
	top: 50%;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, -50%, 0) rotate(0);
	transition:
		background-color 0.2s,
		opacity 0.2s,
		visibility 0.2s,
		transform 0.2s;
}

.header-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 40px;
	position: relative;
}

.header-holder .group {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.header-holder .group {
		justify-content: space-between;
	}
}

.header-holder .hold {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media screen and (max-width: 1160px) {
	.header-holder .hold {
		justify-content: flex-start;
		align-items: flex-start;
		background-color: var(--bg-tools);
		flex-direction: column;
		position: fixed;
		padding: 20px;
		top: var(--header-height);
		left: 0;
		bottom: 0;
		max-width: 290px;
		width: 100%;
		overflow: auto;
		height: calc(100svh - var(--header-height));
		z-index: 20;
		transition:
			transform 0.3s,
			visibility 0.3s,
			opacity 0.3s;
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
		opacity: 0;
	}
}

.logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 50px;
	padding: 10px 0;
	max-width: 147px;
	transition:
		opacity 0.3s,
		visibility 0.3s;
}

@media screen and (max-width: 1440px) {
	.logo {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1160px) {
	.logo {
		padding: 5px 0;
	}
}

.logo img {
	max-width: 100%;
}

.navigation {
	display: flex;
	align-items: center;
	gap: 40px;
}

@media screen and (max-width: 1440px) {
	.navigation {
		gap: 40px 20px;
	}
}

@media screen and (max-width: 1160px) {
	.navigation {
		flex-direction: column;
		align-items: flex-start;
	}
}

.navigation li.selected .link {
	background: var(--bg-gradient-active);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navigation li.selected .link svg {
	fill: url(#gradient-color);
}

.navigation .link {
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.navigation .link:hover {
		background: var(--bg-gradient-active);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.navigation .link:hover svg {
		fill: url(#gradient-color);
	}
}

.navigation span {
	font-size: 14px;
}

.header-search {
	flex-grow: 1;
	flex-shrink: 1;
	max-width: 603px;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 1160px) {
	.header-search {
		max-width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.header-search {
		position: absolute;
		right: 0;
		padding-right: 34px;
		top: 50%;
		left: 0;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		transition:
			opacity 0.3s,
			visibility 0.3s,
			transform 0.3s;
		transform: translate3d(0, -80%, 0);
		flex-grow: 0;
		flex-shrink: 0;
		width: auto;
	}
}

.header-search .form {
	display: flex;
	width: 100%;
	background: var(--bg-main);
	height: 40px;
	border-radius: 10px;
}

.header-search .input {
	width: 100%;
	border: none;
	height: 100%;
	background-color: transparent;
	padding: 10px 20px;
	color: var(--color-main);
	font-weight: 400;
}

.header-search .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-active);
	font-size: 20px;
	padding: 0 20px 0 0;
	background-color: transparent;
	border: none;
	transition: transform 0.3s;
	transform: scale(1);
}

@media screen and (min-width: 1025px) {
	.header-search .btn:hover {
		transform: scale(1.1);
	}
}

.search-info-autocomplete {
	position: absolute;
	width: 100%;
	left: 0;
	border-radius: 10px;
	right: 0;
	z-index: 15;
	top: calc(100% + 10px);
	display: none;
	background-color: var(--bg-tools);
	max-height: 280px;
	overflow: auto;
}

.search-autocomplete.show {
	display: block;
}
.autocomplete-suggestion a.link {
	display: none;
}
.autocomplete-suggestion a.hidden {
	display: none;
}

.search-autocomplete .wrap {
	padding: 10px 0;
}

.results-list {
	font-weight: 400;
	font-size: 16px;
}

.results-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	color: var(--color-second);
}

@media screen and (min-width: 1025px) {
	.results-link:hover {
		background-color: var(--bg-main);
	}
	.results-link:hover .ava {
		color: var(--color-white);
		background: var(--bg-gradient-autocomlete);
	}
	.results-link:hover .ava svg {
		fill: currentColor;
	}
	.results-link:hover .text {
		background: linear-gradient(138deg, #fe3a87 0%, #8a31cc 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.results-link:hover svg {
		fill: url(#gradient-color);
	}
}

.results-link .ava {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 100%;
	background: var(--bg-main);
	color: var(--color-main);
}

.results-link .ava > * {
	font-size: 20px;
}

.results-link svg {
	font-size: 20px;
}

.results-link img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.results-link .text span {
	color: var(--color-main);
}

.action-search {
	justify-self: flex-end;
	display: none;
	font-size: 24px;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	color: var(--color-main);
}

@media screen and (max-width: 640px) {
	.action-search {
		display: flex;
		z-index: 999;
	}
}

.action-search use[href='#icon-close'] {
	display: none;
}

.header-tools {
	display: flex;
	align-items: center;
	gap: 0 40px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 40px;
}

@media screen and (max-width: 1440px) {
	.header-tools {
		margin-left: 20px;
		gap: 0 20px;
	}
}

@media screen and (max-width: 1160px) {
	.header-tools {
		flex-grow: 1;
		flex-shrink: 1;
		margin: 40px 0 0;
		gap: 40px;
		flex-direction: column;
		align-items: flex-start;
	}
}

.header-tools .switcher {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 20px;
	border: none;
	background-color: transparent;
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.header-tools .switcher:hover {
		color: var(--color-active);
	}
}

.header-tools .switcher span {
	display: none;
}

@media screen and (max-width: 1160px) {
	.header-tools .switcher span {
		display: block;
	}
}

.header-tools .switcher span::before {
	content: attr(data-attr-dark);
	font-size: 14px;
}

.drop-lang {
	position: relative;
}

.drop-lang.show .drop {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

@media screen and (max-width: 1160px) {
	.drop-lang.show .drop {
		display: block;
	}
}

.drop-lang.show .btn {
	color: var(--color-active);
}

.drop-lang.show .btn svg {
	transform: rotate(180deg);
}

.drop-lang .btn {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: transparent;
	border: none;
	color: var(--color-main);
	font-size: 10px;
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.drop-lang .btn:hover {
		color: var(--color-active);
	}
}

.drop-lang .btn span {
	display: none;
	font-size: 14px;
}

@media screen and (max-width: 1160px) {
	.drop-lang .btn span {
		display: block;
	}
}

.drop-lang .btn img {
	width: 20px;
	height: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	border-radius: 50%;
}

.drop-lang .btn svg {
	transition: transform 0.3s;
}

.drop-lang .drop {
	position: absolute;
	z-index: 10;
	background: var(--bg-tools);
	width: 100%;
	right: 0;
	border-radius: 10px;
	top: calc(100% + 10px);
	max-height: 150px;
	min-width: 100px;
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition:
		opacity 0.3s,
		transform 0.3s,
		visibility 0.3s;
}

@media screen and (max-width: 1160px) {
	.drop-lang .drop {
		position: static;
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
		max-height: 100%;
		width: auto;
		overflow: hidden;
		border-radius: 0;
		transition: none;
		margin-top: 10px;
		display: none;
	}
}

.drop-lang .link {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px;
	font-size: 14px;
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.drop-lang .link:hover {
		background-color: var(--bg-main);
	}
}

.drop-lang .link img {
	width: 16px;
	height: 14px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.mask {
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	right: 0;
	top: var(--header-height);
	transition:
		transform 0.4s,
		visibility 0.4s,
		opacity 0.4s;
	visibility: hidden;
	z-index: 9;
	background: rgba(var(--bg-dark-rgb), 0.8);
}

.footer-menu {
	flex-grow: 0;
	flex-shrink: 0;
	margin-top: 30px;
	border-top: 1px solid var(--border-color);
	padding-top: 30px;
	display: none;
}

@media screen and (max-width: 1160px) {
	.footer-menu {
		display: block;
	}
}

.footer-menu .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	gap: 16px;
}

.footer-menu .list a {
	color: var(--color-main);
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.footer-menu .list a:hover {
		color: var(--color-active);
	}
}

.footer-menu li.active a {
	background: linear-gradient(135deg, #fe3a87 0%, #8a31cc 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-menu .copy {
	margin-top: 25px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: var(--color-second);
}

.section {
	margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
	.section {
		margin-bottom: 30px;
	}
}

/* .section:last-child {
	margin-bottom: 0;
} */

.section.second {
	margin-bottom: 20px;
}

.main {
	flex-shrink: 1;
	flex-grow: 1;
}

.swiper-top .swiper-slide {
	width: auto;
}

.swiper-top .swiper-slide.swiper-slide-active a {
	color: var(--color-text);
	background: rgba(var(--bg-second-rgb), 0.4);
}

.swiper-top a {
	display: flex;
	align-items: center;
	border-radius: 10px;
	background: var(--bg-tools);
	font-size: 14px;
	color: var(--color-second);
	padding: 10px 20px;
	line-height: 1.143;
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.swiper-top a:hover {
		color: var(--color-text);
	}
	.swiper-top a:hover::before {
		opacity: 1;
	}
}

.swiper-top a::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 10px;
	opacity: 0;
	transition: opacity 0.3s;
	background: var(--bg-gradient-active);
}

.swiper-top a > * {
	position: relative;
	z-index: 3;
}

.swiper-top .swiper-top-prev,
.swiper-top .swiper-top-next {
	width: 73px;
	padding: 0 10px;
	color: var(--color-second);
	transition: color 0.3s;
	margin: 0;
	height: 100%;
	top: 0;
}

@media screen and (min-width: 1025px) {
	.swiper-top .swiper-top-prev:hover,
	.swiper-top .swiper-top-next:hover {
		color: var(--color-active);
	}
}

.swiper-top .swiper-top-prev::after,
.swiper-top .swiper-top-next::after {
	display: none;
}

.swiper-top .swiper-top-prev .svg-icon,
.swiper-top .swiper-top-next .svg-icon {
	width: 1em;
	height: 1em;
}

.swiper-top .swiper-top-prev.swiper-button-disabled,
.swiper-top .swiper-top-next.swiper-button-disabled {
	display: none;
}

.swiper-top .swiper-top-next {
	justify-content: flex-end;
	right: 0;
	background: var(--bg-swiper-gradient-next);
}

.swiper-top .swiper-top-prev {
	justify-content: flex-start;
	left: 0;
	background: var(--bg-swiper-gradient-prev);
}

.headline {
	gap: 5px 10px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.titlespan {
	font-weight: 700;
	font-size: 30px;
	flex-grow: 1;
	flex-shrink: 1;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.headline {
		flex-direction: column;
		justify-content: center;
	}
}

.headline .wrap {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-grow: 0;
	flex-shrink: 0;
}

.headline .title {
	font-weight: 700;
	font-size: 30px;
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 991px) {
	.headline .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.headline .title {
		font-size: 24px;
	}
}

.sorting {
	position: relative;
}

@media screen and (max-width: 991px) {
	.sorting {
		flex-grow: 0;
		flex-shrink: 0;
	}
}

.sorting.show .drop {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.sorting.show .btn {
	color: var(--color-text);
}

.sorting.show .btn svg {
	transform: rotate(180deg);
}

.sorting.show .btn::before {
	opacity: 1;
}

.sorting .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: var(--bg-tools);
	color: var(--color-second);
	font-size: 10px;
	padding: 10px 20px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 1.1423;
	border: none;
	position: relative;
	transition: color 0.3s;
	min-width: 150px;
}

@media screen and (min-width: 1025px) {
	.sorting .btn:hover {
		color: var(--color-text);
	}
	.sorting .btn:hover::before {
		opacity: 1;
	}
}

.sorting .btn::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--bg-gradient-active);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
}

.sorting .btn > * {
	position: relative;
	z-index: 2;
}

.sorting .btn span {
	font-size: 14px;
}

.sorting .btn svg {
	flex-grow: 0;
	flex-shrink: 0;
	transition: transform 0.3s;
}

.sorting .drop {
	position: absolute;
	z-index: 10;
	background: var(--bg-tools);
	width: 100%;
	right: 0;
	border-radius: 10px;
	top: calc(100% + 10px);
	max-height: 150px;
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition:
		opacity 0.3s,
		transform 0.3s,
		visibility 0.3s;
}

.sorting a {
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	color: var(--color-second);
	transition: background 0.3s;
}

@media screen and (min-width: 1025px) {
	.sorting a:hover {
		background-color: var(--bg-second);
	}
}

.main-flex,
.secondary-flex {
	--flex-gap: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: var(--flex-gap);
}

.main-flex .th,
.secondary-flex .th {
	width: calc(
		(100% / var(--flex-items)) -
			(((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap))
	);
}

.main-flex {
	--flex-items: 5;
}

@media screen and (max-width: 1440px) {
	.main-flex {
		--flex-items: 4;
	}
}

@media screen and (max-width: 991px) {
	.main-flex {
		--flex-items: 3;
	}
}

@media screen and (max-width: 767px) {
	.main-flex {
		--flex-items: 2;
	}
}

@media screen and (max-width: 479px) {
	.main-flex {
		--flex-items: 1;
	}
}

@media screen and (max-width: 479px) {
	.main-flex.second {
		--flex-items: 2;
	}
}

.secondary-flex {
	--flex-items: 7;
}

@media screen and (max-width: 1440px) {
	.secondary-flex {
		--flex-items: 6;
	}
}

@media screen and (max-width: 1366px) {
	.secondary-flex {
		--flex-items: 5;
	}
}

@media screen and (max-width: 991px) {
	.secondary-flex {
		--flex-items: 4;
	}
}

@media screen and (max-width: 767px) {
	.secondary-flex {
		--flex-items: 3;
	}
}

@media screen and (max-width: 479px) {
	.secondary-flex {
		--flex-items: 2;
	}
}

.card-main {
	position: relative;
}

@media screen and (min-width: 1025px) {
	.card-main .media:hover .title {
		color: var(--color-active);
	}
}


.card-main .duration { position: absolute;
	z-index: 4;
	right: 10px;
	bottom: 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	color: var(--color-white);
	padding: 3px 5px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: none; }

.card-main .panel { position: absolute;
	z-index: 5;
	left: auto;
	right: 0;
	top: 0;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	pointer-events: none; }

.card-main .quality {
	display: flex;
	align-items: center;
}

.card-main .wrap-link {
	display: block;
}

.card-main .content .title { display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--color-main);
	font-weight: 470;
	font-size: 15px;
	line-height: 1.35;
	letter-spacing: -0.01em;
	transition: color 0.3s ease; }

.card-main .btn { display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 16px;
	position: relative;
	pointer-events: auto;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.3s; }

@media screen and (min-width: 1025px) {
	.card-main .btn:hover {
		color: var(--color-active);
	}
}

.card-main .btn.active {
	color: var(--color-active);
}

.card-main .content { display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin-top: 8px;
	padding: 0 12px; }

.card-main .author {
	color: var(--color-main);
	display: flex;
	align-items: center;
	gap: 5px;
	overflow: hidden;
}

@media screen and (min-width: 1025px) {
	/* .card-main .author:hover .name {
		color: var(--color-blue);
	} */
}

.card-main .ava {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 100%;
	background: var(--bg-tools);
	color: var(--color-main);
	font-size: 10px;
}

.card-main .ava img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.card-main .name {
	transition: color 0.3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.card-main .list { line-height: 1.3;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px 0;
	font-weight: 400;
	font-size: 13px;
	color: var(--color-second);
	padding-left: 0;
	margin: 0; }
.card-main .list li { display: inline-flex;
	align-items: center;
	gap: 5px; }
.card-main .list li:first-child { order: 2;
	margin-left: auto; }
.card-main .list li:first-child::before { content: "";
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 5c-5 0-9 4.5-10 7 1 2.5 5 7 10 7s9-4.5 10-7c-1-2.5-5-7-10-7Zm0 11.5A4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 0 1 0 9Zm0-7a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 5c-5 0-9 4.5-10 7 1 2.5 5 7 10 7s9-4.5 10-7c-1-2.5-5-7-10-7Zm0 11.5A4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 0 1 0 9Zm0-7a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z'/%3E%3C/svg%3E") center/contain no-repeat; }
.card-main .list li:last-child { order: 1; }

.quality {
	border-radius: 18px;
	padding: 2px 7px;
	color: var(--color-white);
	background: var(--color-blue);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.286;
}

@property --progress {
	syntax: '<percentage>';
	inherits: true;
	initial-value: 25%;
}

.progress-draw {
	pointer-events: auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 16px;
	border-radius: 10px;
	background: rgba(var(--bg-second-rgb), 0.4);
	color: var(--color-text);
	backdrop-filter: blur(5px);
}

.progress-draw::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px;

	--progress: 0%;

	background: conic-gradient(
		from 0deg,
		white var(--progress),
		transparent var(--progress)
	);

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	transition: --progress 0.6s linear;
}

.progress-draw.loading::before {
	--progress: 100%;
}

.card-channel .media,
.card-main .media {
	padding-bottom: 56.045%;
}

.card-channel .img,
.card-model .img,
.card-main .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-channel .media,
.card-model .media,
.card-main .media {
	color: var(--color-main);
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.card-channel .group,
.card-model .group,
.card-main .group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.models-list,
.tags-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	gap: 5px 10px;
}
.models-list {
	padding-left: 0;
	margin: 0;
}

.models-list a,
.tags-list a {
	display: flex;
	align-items: center;
	color: var(--color-main);
	transition: color 0.3s;
	gap: 5px;
}

@media screen and (min-width: 1025px) {
	.models-list a:hover,
	.tags-list a:hover {
		color: var(--color-blue);
	}
}

.models-list .avatar,
.tags-list .avatar {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 100%;
	background: var(--bg-tools);
	color: var(--color-main);
	font-size: 10px;
}

.models-list img,
.tags-list img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.models-list span,
.tags-list span {
	font-size: 12px;
}

.models-list svg,
.tags-list svg {
	color: var(--color-blue);
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 10px;
}

.pagination-list {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.pagination-list {
		margin-top: 20px;
	}
}

.pagination-list .list {
	display: flex;
}

.pagination-list .list .item {
	margin-left: 5px;
}

@media screen and (max-width: 767px) {
	.pagination-list .list .item {
		display: none;
		margin-left: 3px;
	}
	/* BASE (narrow-safe, <390px): current +/-2 = 5 numbers; near-edge first/last 7 */
	.pagination-list .list .item.active,
	.pagination-list .list .item.active + .item,
	.pagination-list .list .item.active + .item + .item,
	.pagination-list .list .item:has(+ .item.active),
	.pagination-list .list .item:has(+ .item + .item.active),
	.pagination-list .list:not(:has(> .jump:first-child)) .item:nth-child(-n+7),
	.pagination-list .list:not(:has(> .jump:last-child)) .item:nth-last-child(-n+7) {
		display: block;
	}
	.pagination-list .list .jump { display: block; margin-left: 2px; }
	.pagination-list a {
		height: 34px;
		min-width: 32px;
		padding: 5px;
		font-size: 13px;
	}
	.pagination-list .list { justify-content: center; flex-wrap: nowrap; }
	.pagination-list .item.pager a span { display: none; }
	.pagination-list .item.pager:first-child { margin-right: 2px; }
	.pagination-list .item.pager:last-child { margin-left: 2px; }
}

.pagination-list .list .item:first-child {
	margin: 0;
}



.pagination-list .list .item.active a {
	border-radius: 10px;
	pointer-events: none;
	color: var(--color-text);
	background: rgba(var(--bg-second-rgb), 0.4);
}

.pagination-list a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	height: 40px;
	min-width: 40px;
	border-radius: 10px;
	background: var(--bg-tools);
	color: var(--color-second);
	font-weight: 500;
	overflow: hidden;
	transition:
		color 0.3s,
		background 0.3s;
}

@media screen and (min-width: 1025px) {
	.pagination-list a:hover {
		color: var(--color-text);
	}
	.pagination-list a:hover::before {
		opacity: 1;
	}
}

.pagination-list a::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: var(--bg-gradient-active);
	opacity: 0;
	transition: opacity 0.3s;
}

.pagination-list a > * {
	position: relative;
	z-index: 2;
}

.pagination-list .item.pager {
	display: flex;
	align-items: center;
}

.pagination-list .item.pager svg {
	font-size: 10px;
}

.pagination-list .item.pager a {
	gap: 10px;
	padding: 10px 20px;
	min-width: 50px;
	font-weight: 500;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.pagination-list .item.pager a span {
		display: none;
	}
}

.pagination-list .item.pager:first-child {
	margin-right: 20px;
}

@media screen and (max-width: 991px) {
	.pagination-list .item.pager:first-child {
		margin-right: 14px;
	}
}

.pagination-list .item.pager:last-child {
	margin-left: 20px;
}

@media screen and (max-width: 991px) {
	.pagination-list .item.pager:last-child {
		margin-left: 14px;
	}
}

.pagination-list .dots > * {
	background: none;
	display: flex;
	color: var(--color-second);
	justify-content: center;
	align-items: center;
	min-width: 32px;
	height: 100%;
}

@media screen and (min-width: 1025px) {
	.pagination-list .dots a:hover {
		color: var(--color-main);
	}
}

.more-link {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 10px;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 20px;
	gap: 0 10px;
	line-height: 1.143;
	background-color: var(--bg-tools);
	color: var(--color-second);
	position: relative;
	transition: color 0.3s;
	width: fit-content;
}

@media screen and (min-width: 1025px) {
	.more-link:hover {
		color: var(--color-text);
	}
	.more-link:hover::before {
		opacity: 1;
	}
}

.more-link::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s;
	background: var(--bg-gradient-active);
}

.more-link > * {
	position: relative;
	z-index: 2;
}

.more-link span {
	font-size: 14px;
}

.card-model,
.card-channel {
	color: var(--color-main);
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.card-model:hover,
	.card-channel:hover {
		color: var(--color-active);
	}
}

.card-model .content,
.card-channel .content {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	margin-top: 8px;
}

.card-model .list,
.card-channel .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	color: var(--color-main);
}

.card-model li,
.card-channel li {
	display: flex;
	align-items: center;
	font-weight: 400;
	gap: 5px;
	font-size: 16px;
}

.card-model li span,
.card-channel li span {
	font-size: 12px;
}

.card-model li svg,
.card-channel li svg {
	flex-grow: 0;
	flex-shrink: 0;
	color: var(--color-blue);
}

.card-model .title,
.card-channel .title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.card-channel .title {
	font-size: 16px;
	line-height: 1.1878;
}

.card-model .media {
	padding-bottom: 133.356%;
}

.card-model .title {
	font-size: 20px;
	text-align: center;
}

.card-model .list {
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.second-swiper {
		margin: 0 -10px;
		padding: 0 10px;
	}
}

.second-swiper .card-main .media::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 10px;
	padding: 3px;
	background: linear-gradient(139deg, #fe3a87 0%, #8a31cc 100%);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 1;
	pointer-events: none;
}

.swiper {
	display: none;
}

.swiper.swiper-initialized {
	display: block;
}

.slider-wrapped {
	position: relative;
}

.slider-wrapped .swiper-button-prev,
.slider-wrapped .swiper-button-next {
	margin: 0;
	font-size: 13px;
	width: 40px;
	height: 40px;
	color: var(--color-text);
	border-radius: 10px;
	overflow: hidden;
	backdrop-filter: blur(15px);
	background: rgba(var(--bg-second-rgb-pagination), 0.4);
	top: unset;
	transform: none;
}

@media screen and (min-width: 1025px) {
	.slider-wrapped .swiper-button-prev:hover::before,
	.slider-wrapped .swiper-button-next:hover::before {
		opacity: 1;
	}
}

@media screen and (max-width: 991px) {
	.slider-wrapped .swiper-button-prev,
	.slider-wrapped .swiper-button-next {
		display: none;
	}
}

.slider-wrapped .swiper-button-prev::after,
.slider-wrapped .swiper-button-next::after {
	display: none;
}

.slider-wrapped .swiper-button-prev > *,
.slider-wrapped .swiper-button-next > * {
	position: relative;
	z-index: 2;
}

.slider-wrapped .swiper-button-prev::before,
.slider-wrapped .swiper-button-next::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s;
	background: var(--bg-gradient-active);
}

.slider-wrapped .swiper-button-prev .svg-icon,
.slider-wrapped .swiper-button-next .svg-icon {
	width: 1em;
	height: 1em;
}

.slider-wrapped .swiper-button-prev.swiper-button-disabled,
.slider-wrapped .swiper-button-next.swiper-button-disabled {
	display: none;
}

.slider-wrapped .swiper-button-prev {
	left: -10px;
}

.slider-wrapped .swiper-button-next {
	right: -10px;
}

.headline-second {
	margin-bottom: 25px;
}
.headline-second.flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.headline-second {
		margin-bottom: 10px;
		text-align: center;
	}
}

.headline-second .title {
	font-weight: 700;
	font-size: 30px;
}

@media screen and (max-width: 991px) {
	.headline-second .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.headline-second .title {
		font-size: 24px;
	}
}

.alphabet-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* margin-bottom: 20px; */
	gap: 5px;
}

@media screen and (max-width: 479px) {
	.alphabet-list {
		gap: 10px;
		margin-bottom: 10px;
	}
}

.alphabet-list li.active a {
	color: var(--color-text);
	background: rgba(var(--bg-second-rgb), 0.4);
}

.alphabet-list a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-second);
	font-size: 14px;
	border-radius: 10px;
	padding: 0 5px;
	min-width: 40px;
	height: 40px;
	overflow: hidden;
	background: var(--bg-tools);
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.alphabet-list a:hover {
		color: var(--color-white);
	}
	.alphabet-list a:hover::before {
		opacity: 1;
	}
}

.alphabet-list a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	background: var(--bg-gradient-active);
}

.alphabet-list a > * {
	position: relative;
	z-index: 2;
}

.tags-wrap {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
}

.tags-show {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	column-gap: 50px;
	row-gap: 20px;
	padding: 20px 0;
}
.g_hidden {
	display: none;
}

.tags-wrap:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.tags-show {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

.tags-show .tag-item {
	font-size: 16px;
	width: calc(
		(100% / var(--flex-items)) -
			(((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap))
	);
}

.letter-wrap {
	width: 100%;
}

.tags-holder .letter {
	margin: 0 -20px;
	background: var(--bg-tools);
	padding: 12px 17px;
	border-radius: 10px;
	font-size: 22px;
	line-height: 1;
	display: block;
}

.tag-link {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--color-main);
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.tag-link:hover {
		color: var(--color-active);
	}
	.tag-link:hover span:last-child {
		color: var(--color-main);
	}
}

.tag-link span:first-child {
	flex-grow: 1;
	flex-shrink: 1;
}

.tag-link span:last-child {
	transition: color 0.3s;
	font-weight: 400;
	flex-grow: 0;
	flex-shrink: 0;
	color: var(--color-second);
}

.twocolumns {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.twocolumns .column {
	flex-grow: 1;
	flex-shrink: 1;
}

.twocolumns .column.second {
	flex-grow: 0;
	flex-shrink: 0;
	width: 340px;
	padding: 20px;
	border-radius: 10px;
	background-color: var(--bg-tools);
}

@media screen and (max-width: 1160px) {
	.twocolumns .column.second {
		display: none;
	}
}

.video {
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.block-video .player .embed-wrap iframe,
.block-video .player .player-wrap #kt_player,
.block-video .player .player-wrap #kt_player_internal {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.block-video .player .player-wrap #kt_player.is-fullscreen {
	position: fixed !important;
}
.block-video .player .loading {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #444444;
	padding: 50px 20px;
}
.block-video .no-player {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.block-video .no-player img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	object-fit: contain;
}
.block-video .no-player .message {
	position: absolute;
	text-align: center;
	width: 95%;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.6rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 479px) {
	.video {
		margin: -20px -10px 0;
		border-radius: 0;
		width: auto;
		min-height: 230px;
		padding-bottom: 0;
	}
}

.video .media {
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	right: 0;
	top: 0;
	width: 100%;
}

.play-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	background-color: transparent;
	border: none;
	font-size: 120px;
	border-radius: 100%;
	overflow: hidden;
	color: rgba(var(--bg-white-rgb), 0.7);
	backdrop-filter: blur(3px);
	transition: color 0.3s;
	transform: translate3d(-50%, -50%, 0);
}

@media screen and (min-width: 1025px) {
	.play-btn:hover {
		color: rgba(var(--bg-rgb-full-link), 0.7);
	}
	.fluid_initial_play :hover {
		color: rgba(var(--bg-rgb-full-link), 0.7);
	}
}

@media screen and (max-width: 1366px) {
	.play-btn {
		font-size: 100px;
	}
}

@media screen and (max-width: 767px) {
	.play-btn {
		font-size: 80px;
	}
}

@media screen and (max-width: 479px) {
	.play-btn {
		font-size: 60px;
	}
}

.link-full {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	backdrop-filter: blur(10px);
	background-color: rgba(var(--bg-rgb-full-link), 0.7);
	font-size: 18px;
	font-weight: 400;
	color: var(--color-white);
	text-transform: uppercase;
	padding: 12px;
	line-height: 1.182;
	transition: background-color 0.3s;
	z-index: 999;
}

@media screen and (min-width: 1025px) {
	.link-full:hover {
		background: rgba(var(--bg-rgb-full-link-active), 0.7);
	}
}

@media screen and (max-width: 767px) {
	.link-full {
		font-size: 16px;
		gap: 10px;
		line-height: 1.2223;
		padding: 9px;
	}
}

@media screen and (max-width: 390px) {
	.link-full {
		gap: 5px;
		font-size: 14px;
	}
}

.link-full span {
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.link-full span {
		font-size: 20px;
	}
}

@media screen and (max-width: 479px) {
	.link-full span {
		font-size: 18px;
	}
}

@media screen and (max-width: 390px) {
	.link-full span {
		font-size: 14px;
	}
}

.spot .text {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: var(--color-second);
	margin-bottom: 8px;
	text-align: center;
}

.spot .item {
	margin-bottom: 10px;
}

.spot .item:last-child {
	margin-bottom: 0;
}

.spot .img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.video-title {
	margin-top: 15px;
	font-weight: 700;
	font-size: 30px;
}

@media screen and (max-width: 767px) {
	.video-title {
		margin-top: 8px;
		font-size: 26px;
	}
}

@media screen and (max-width: 479px) {
	.video-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 390px) {
	.video-title {
		font-size: 20px;
	}
}

.video-title .quality {
	display: inline;
	vertical-align: middle;
}

.desc-box {
	font-weight: 400;
	font-size: 16px;
	color: var(--color-second);
	margin-top: 15px;
	line-height: 1.5;
}

@media screen and (max-width: 390px) {
	.desc-box {
		font-size: 14px;
	}
}

.tools-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	gap: 20px;
	flex-wrap: wrap;
}

.tools-panel .col {
	flex-grow: 1;
	flex-shrink: 1;
}

.tools-panel .col.second {
	flex-grow: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 479px) {
	.tools-panel .col.second {
		flex-grow: 1;
		flex-shrink: 1;
	}
}

.tools-panel .list {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
}

.tools-panel .list li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.tools-panel .list svg {
	color: var(--color-blue);
	flex-grow: 0;
	flex-shrink: 0;
}

.tools-panel .list span {
	font-size: 12px;
}

.tools-panel .group {
	display: flex;
	align-items: center;
	gap: 5px;
}

@media screen and (max-width: 479px) {
	.tools-panel .group {
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.tools-panel .group .item {
		width: 25%;
	}
}

.tools-panel .item.active .tab-link {
	color: var(--color-white);
}

.tools-panel .item.active .tab-link::before {
	opacity: 1;
}

.tools-panel .item.second {
	display: none;
}

@media screen and (max-width: 479px) {
	.tools-panel .item.second {
		display: block;
	}
}

.action-panel {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

@media screen and (max-width: 479px) {
	.action-panel {
		gap: 20px 10px;
	}
}

.tab-link {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	color: var(--color-main);
	padding: 10px 20px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--bg-tools);
	transition: color 0.3s;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.tab-link:hover {
		color: var(--color-white);
	}
	.tab-link:hover::before {
		opacity: 1;
	}
}

@media screen and (max-width: 479px) {
	.tab-link {
		justify-content: center;
	}
}

.tab-link::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: var(--bg-gradient-active);
	transition: opacity 0.3s;
	opacity: 0;
}

.tab-link > * {
	position: relative;
	opacity: 1;
}

.tab-link svg {
	flex-grow: 0;
	flex-shrink: 0;
}

.tab-link span {
	font-size: 14px;
}

@media screen and (max-width: 479px) {
	.tab-link span {
		display: none;
	}
}

.tab-content {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--border-color);
	display: none;
}

.tab-content.selected {
	display: block;
}

.video-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.video-list:last-child {
	margin-bottom: 0;
}

.video-list .name {
	font-weight: 500;
	font-size: 16px;
}

.video-list .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.video-list .link {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: var(--color-second);
	padding: 8px 20px;
	border-radius: 10px;
	line-height: 1.429;
	background-color: var(--bg-tools);
	position: relative;
	overflow: hidden;
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.video-list .link:hover {
		color: var(--color-white);
	}
	.video-list .link:hover::before {
		opacity: 1;
	}
}

.video-list .link::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: var(--bg-gradient-active);
	transition: opacity 0.3s;
	opacity: 0;
}

.video-list .link > * {
	position: relative;
	opacity: 1;
}

.video-list .group {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--color-main);
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.video-list .group:hover {
		color: var(--color-active);
	}
}

.video-list .ava {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 10px;
	background: var(--bg-tools);
	color: var(--color-main);
	font-size: 16px;
}

.video-list img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-list .text {
	font-size: 16px;
	margin-bottom: 5px;
}

.statistics {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	color: var(--color-main);
}

.statistics li {
	display: flex;
	align-items: center;
	font-weight: 400;
	gap: 5px;
	font-size: 16px;
}

.statistics svg {
	flex-grow: 0;
	flex-shrink: 0;
	color: var(--color-blue);
}

.statistics span {
	font-size: 12px;
}

.reaction-box {
	display: flex;
	align-items: center;
	gap: 5px;
}

@media screen and (max-width: 479px) {
	.reaction-box {
		max-width: 188px;
		width: 100%;
	}
}

.reaction-box .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	color: var(--color-main);
	background: var(--bg-tools);
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	font-weight: 500;
	font-size: 20px;
}

@media screen and (min-width: 1025px) {
	.reaction-box .btn:hover {
		color: var(--color-white);
	}
	.reaction-box .btn:hover::before {
		opacity: 1;
	}
}

.reaction-box .btn span {
	font-size: 14px;
}

.reaction-box .btn > * {
	position: relative;
	z-index: 3;
}

.reaction-box .btn::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s;
	background: var(--bg-gradient-active);
}

@media screen and (max-width: 479px) {
	.reaction-box .item {
		width: 50%;
	}
}

.drop-fav .drop {
	left: 0;
	border-radius: 0 10px 10px;
}

@media screen and (max-width: 479px) {
	.drop-fav {
		display: none;
	}
}

.drop-fav-mobile .drop {
	right: 0;
	border-radius: 10px 0 10px 10px;
}

.drop-fav-mobile .button {
	width: 100%;
	justify-content: center;
}

.drop-fav,
.drop-fav-mobile {
	position: relative;
}

.drop-fav.show .arrow,
.drop-fav-mobile.show .arrow {
	transform: rotate(180deg);
}

.drop-fav.show .button,
.drop-fav-mobile.show .button {
	border-radius: 10px 10px 0 0;
	color: var(--color-white);
}

.drop-fav.show .button::before,
.drop-fav-mobile.show .button::before {
	opacity: 1;
}

.drop-fav.show .drop,
.drop-fav-mobile.show .drop {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.drop-fav .button,
.drop-fav-mobile .button {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	font-size: 20px;
	border: none;
	background-color: var(--bg-tools);
	color: var(--color-main);
	border-radius: 10px;
	overflow: hidden;
	transition:
		color 0.3s,
		border-radius 0.3s;
}

@media screen and (min-width: 1025px) {
	.drop-fav .button:hover,
	.drop-fav-mobile .button:hover {
		color: var(--color-white);
	}
	.drop-fav .button:hover::before,
	.drop-fav-mobile .button:hover::before {
		opacity: 1;
	}
}

.drop-fav .button::before,
.drop-fav-mobile .button::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: var(--bg-gradient-active);
	transition: opacity 0.3s;
	opacity: 0;
}

.drop-fav .button > *,
.drop-fav-mobile .button > * {
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	opacity: 1;
}

.drop-fav .arrow,
.drop-fav-mobile .arrow {
	font-size: 12px;
	transition: transform 0.3s;
}

.drop-fav .drop,
.drop-fav-mobile .drop {
	position: absolute;
	z-index: 10;
	background: var(--bg-tools);
	min-width: 140px;
	max-height: 150px;
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition:
		opacity 0.3s,
		transform 0.3s,
		visibility 0.3s;
}

.drop-fav .link,
.drop-fav-mobile .link {
	display: flex;
	align-items: center;
	color: var(--color-main);
	padding: 10px 20px;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.drop-fav .link:hover,
	.drop-fav-mobile .link:hover {
		color: var(--color-white);
	}
	.drop-fav .link:hover::before,
	.drop-fav-mobile .link:hover::before {
		opacity: 1;
	}
}

.drop-fav .link::before,
.drop-fav-mobile .link::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: var(--bg-gradient-active);
	transition: opacity 0.3s;
	opacity: 0;
}

.drop-fav .link > *,
.drop-fav-mobile .link > * {
	position: relative;
	z-index: 3;
}

.comment-box {
	margin-top: 15px;
	padding-top: 15px;
}

.comment-headline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.comment-headline .title {
	font-weight: 700;
	font-size: 30px;
}

@media screen and (max-width: 767px) {
	.comment-headline .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 479px) {
	.comment-headline .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 390px) {
	.comment-headline .title {
		font-size: 20px;
	}
}

.btn-comment,
.comment-form .submit {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 12px 20px;
	line-height: 1.143;
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	border: none;
	font-size: 14px;
	color: var(--color-white);
	background: var(--bg-gradient-bg-comment);
}

@media screen and (min-width: 1025px) {
	.btn-comment:hover::before,
	.comment-form .submit:hover::before {
		opacity: 1;
	}
}

.btn-comment::before,
.comment-form .submit::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s;
	background: var(--bg-gradient-active);
}

.btn-comment > *,
.comment-form .submit > * {
	position: relative;
	z-index: 3;
}

.comment-form {
	max-width: 1000px;
	width: 100%;
	display: none;
	margin-top: 20px;
}
.comment-form hint {
	display: none;
}

.comment-form .smileys-bar {
	display: none;
}

@media screen and (max-width: 767px) {
	.comment-form {
		margin-top: 10px;
	}
}

.comment-form.show {
	display: block;
}

.comment-form .input,
.comment-form .textarea {
	width: 100%;
	border: none;
	background: var(--bg-tools);
	color: var(--color-main);
	font-weight: 400;
	font-size: 14px;
	border-radius: 10px;
}

.comment-form .input {
	padding: 10px 20px;
	height: 40px;
}

.comment-form label.name {
	display: block;
	margin: 5px 0;
}

.comment-form .textarea {
	padding: 20px;
	height: 100px;
	resize: none;
}

.comment-form .row {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.comment-form .row {
		margin-bottom: 10px;
	}
}

.comment-form .row.second {
	max-width: 400px;
}

.comment-form .row:last-child {
	margin-bottom: 0;
}

.comment-list {
	margin-top: 30px;
}

.comment-list .item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 25px;
}

.comment-list .item:last-child {
	margin-bottom: 0;
}

.comment-list .info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-bottom: 4px;
}
#video_comments_video_comments div.text {
	display: none;
}

.comment-list .name {
	font-size: 16px;
	color: var(--color-main);
}

@media screen and (max-width: 390px) {
	.comment-list .name {
		font-size: 14px;
	}
}

.comment-list a.name {
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.comment-list a.name:hover {
		color: var(--color-active);
	}
}

.comment-list .date {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-second);
}

.comment-list .ava {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 10px;
	background: var(--bg-gradient-bg-comment);
	color: var(--color-white);
	font-size: 16px;
}

.comment-list .ava img {
	width: 40px;
	height: 40px;
}

.comment-list .comment {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-second);
}

@media screen and (max-width: 390px) {
	.comment-list .comment {
		font-size: 14px;
	}
}

.block-share .row {
	margin-bottom: 20px;
}

.block-share .row:last-child {
	margin-bottom: 0;
}

.block-share .name {
	display: block;
	margin-bottom: 5px;
}

.block-share .textfield {
	width: 100%;
	border: none;
	background: var(--bg-tools);
	color: var(--color-main);
	font-weight: 400;
	font-size: 14px;
	border-radius: 10px;
	padding: 10px 20px;
	height: 40px;
}

.block-size {
	display: flex;
	align-items: center;
	gap: 20px 10px;
	flex-wrap: wrap;
}

.block-size .wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.embed-button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: var(--color-main);
	padding: 10px 20px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--bg-tools);
	transition: color 0.3s;
	line-height: 1.167;
}

.custom-size {
	display: flex;
	flex-direction: column;
}

.custom-size .wrap {
	flex-wrap: nowrap;
}

.wrap-more {
	display: flex;
	margin-top: 20px;
	justify-content: center;
}

.wrap-more .more {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 12px 20px;
	line-height: 1.143;
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	border: none;
	font-size: 14px;
	color: var(--color-second);
	background-color: var(--bg-tools);
	transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
	.wrap-more .more:hover {
		color: var(--color-white);
	}
	.wrap-more .more:hover::before {
		opacity: 1;
	}
}

.wrap-more .more > * {
	position: relative;
	z-index: 2;
}

.wrap-more .more::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s;
	background: var(--bg-gradient-active);
}

.footer {
	flex-shrink: 0;
	flex-grow: 0;
	margin-top: 50px;
	background: var(--bg-tools);
	text-align: center;
}

@media screen and (max-width: 991px) {
	.footer {
		margin-top: 30px;
	}
}

.footer-holder {
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 30px 0;
}

.footer-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
	gap: 19px 27px;
}

@media screen and (max-width: 479px) {
	.footer-list {
		max-width: 385px;
		margin: 0 auto;
	}
}

.footer-list li.selected a,
.footer-list li.selected span {
	background: var(--bg-gradient-active);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-list a {
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.footer-list a:hover {
		background: var(--bg-gradient-active);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.copyright {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-second);
}

.footer-logo img {
	max-width: 100%;
}
/* 404 *****/
.page-error {
	padding: 10px;
	background: transparent;
	color: #e62117;
	border: 1px solid #e62117;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	margin: 20px 0 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* tags */

.tagslist-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 20px;
}

/* sidebar */
.filter li {
	position: relative;
	background: transparent;
	margin: 0 0 1.5rem;
}
.filter li * {
	cursor: pointer;
}
.filter li input {
	display: none;
}
.filter li label {
	display: block;
	padding: 0 0 0 25px;
	font-size: 14px;
	position: relative;
}
.filter li label::before {
	content: '\e904';
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #e0dfdf;
	background-color: #fff;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 3px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition:
		background-color 0.3s,
		border 0.3s,
		color 0.3s;
	transition:
		background-color 0.3s,
		border 0.3s,
		color 0.3s;
}
.filter li input:checked + label::before {
	background-color: #276fdb;
	border: 1px solid #276fdb;
}
.filter label.group {
	display: block;
	margin: 0 0 2rem;
}
.filter label.group:after {
	content: ':';
}

.filter form .selectbox.age {
	width: 90px;
}
.filter form .button-group label {
	float: none;
}

/* model page */
.headline .button-info {
	padding: 7px 15px 7px 15px;
	border-radius: 3px;
	background-color: #e0dfdf;
	border-radius: 15px;
	margin: 0 0 0 3px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-radius: 0 15px 15px 0;
	margin: 2px 0;
	position: relative;
}
.block-model {
	display: none;
}

.headline.model {
	display: none;
}

.block-model .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.block-model .media .empty {
	max-width: 280px;
}

@media screen and (max-width: 450px) {
	.block-model .media {
		flex-direction: column;
	}
}

.block-model .model-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block-model .model-list li {
	color: #bcbcbc;
	margin: 0 0 1.5rem;
	padding: 0 1rem 0 0;
}

.block-model .model-list li span {
	color: #212121;
}
.block-model .desc {
	line-height: 20px;
}
.block-model .website {
	line-height: 20px;
	clear: both;
	padding: 1.5rem 0 0;
	color: #bcbcbc;
}

.block-model .website a {
	color: #276fdb;
}

.no-touch .block-model .website a:hover {
	color: #212121;
}

/* favorites */

.js-favourites .delete {
	display: none;
}

.js-favourites .add {
	display: inline-block;
}

.js-favourites.active .add {
	display: none;
}

.js-favourites.active .delete {
	display: inline-block;
}

/* video page */

.success.hidden {
	display: none;
	color: var(--color-active);
}

.hint {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--color-second);
}

.popup-holder label,
.bottom label.name {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-second);
}

/* popup */

.fancybox-skin {
	background: var(--color-white);
	color: var(--color-main);
}

.popup-title {
	display: block;
	background: var(--bg-tools);
	color: var(--color-main);
	font-size: 14px;
	padding: 2.5rem 5rem 2.5rem 3rem;
	font-size: 2.4rem;
	font-weight: 500;
}
.popup-holder {
	padding: 3rem;
	background: var(--bg-main);
}

.popup-holder input.textfield {
	padding: 10px 20px;
	height: 40px;
}

.popup-holder label,
.bottom label.name {
	display: block;
	margin: 5px 0;
}

.popup-holder input.textfield,
.popup-holder .textarea {
	width: 100%;
	border: none;
	background: var(--bg-tools);
	color: var(--color-main);
	font-weight: 400;
	font-size: 14px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.popup-holder .textarea {
	padding: 20px;
	height: 100px;
	resize: none;
}

.popup-holder .submit {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 12px 20px;
	line-height: 1.143;
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	border: none;
	font-size: 14px;
	color: var(--color-white);
	background: var(--bg-gradient-bg-comment);
}

.popup-holder .bottom .image {
	margin-bottom: 10px;
}

.popup-holder .field-error.down {
	background: var(--bg-gradient-active);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.popup-holder .field-error.up {
	background: var(--bg-gradient-active);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sponsor img {
	width: 100%;
}

@media screen and (max-width: 560px) {
	.popup-holder {
		min-width: 100%;
		padding: 10px;
	}
	.popup-title {
		padding: 1.5rem 3.5rem 1.5rem 1.5rem;
		font-size: 20px;
	}
}

#list_videos_related_videos_filter_list {
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	#list_videos_related_videos_filter_list {
		text-align: center;
	}
}

.player-wrap {
	position: relative;
	background: #000;
	overflow: hidden;
}

.fluid_video_wrapper.fluid_player_layout_default {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.media video {
	pointer-events: none;
}


/* ===== BEGIN model-card redesign (v2, 2026-06-24) ===== */
/* --- 1:1 square thumbnails ------------------------------------ */
.card-model .media{
	padding-bottom:100%;        /* square instead of all.css 133.356% */
	border-radius:12px;
}

/* --- Card becomes the positioning context for the overlay ----- */
.card-model{
	position:relative;
	display:block;              /* <a> is inline by default; needed so the
	                               overlay anchors to the card box */
}

/* --- Name + count overlaid on a compact bottom gradient -------- */
/* Stacked: performer name on top, "▶ N videos" muted line below.
   Footprint kept low so the photo stays the hero. */
.card-model .content{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding:26px 11px 10px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-end;
	gap:1px;
	z-index:2;
	pointer-events:none;        /* clicks pass through to the card <a> */
	border-radius:0 0 12px 12px;
	background:linear-gradient(to top,
		rgba(0,0,0,.7) 0%,
		rgba(0,0,0,.28) 55%,
		rgba(0,0,0,0) 100%);
}

/* Performer name — truncates to one line with an ellipsis so a long
   name never breaks the layout. */
.card-model .title{
	font-size:15px;
	font-weight:600;
	letter-spacing:-0.01em;
	line-height:1.2;
	text-align:left;
	color:#fff;
	text-shadow:0 1px 4px rgba(0,0,0,.5);
	width:100%;
	flex:none;
	min-width:0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* Video count line (below the name) */
.card-model .content .list{
	margin:0;
	padding:0;
	flex:none;
	max-width:100%;
	justify-content:flex-start;
}
.card-model .content .list li{
	display:inline-flex;
	align-items:center;
	gap:5px;
	color:rgba(255,255,255,.78);
	font-size:11px;
	font-weight:500;
	letter-spacing:.01em;
	line-height:1;
	text-shadow:0 1px 4px rgba(0,0,0,.5);
}


/* Swap the existing <svg> film glyph for a clean "video" icon
   (a frame with a play cutout). Done in CSS (mask) so no per-card
   markup edits are needed. */
.card-model .content .list li svg{ display:none; }
.card-model .content .list li::before{
	content:"";
	width:12px;
	height:12px;
	margin-top:-1px;
	flex:0 0 auto;
	background:currentColor;
	-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M5 4h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Zm5 4.5v7l6-3.5-6-3.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
	        mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M5 4h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Zm5 4.5v7l6-3.5-6-3.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* --- Placeholder for no-photo models (markup-shown model_placeholder.webp) --- */
.card-model .media img[src*="model_placeholder.webp"]{
	object-fit:contain;
	filter:brightness(.82) contrast(1.05);   /* deepen figure on light tile */
}
.card-model .media:has(img[src*="model_placeholder.webp"]){ background:#e3e3e7; }
body.dark .card-model .media img[src*="model_placeholder.webp"]{ filter:none; }
body.dark .card-model .media:has(img[src*="model_placeholder.webp"]){ background:#202024; }
/* model-info block placeholder (img.empty) */
.img.empty{ object-fit:contain; background:#e3e3e7; filter:brightness(.82) contrast(1.05); }
body.dark .img.empty{ background:#202024; filter:none; }

/* ============================================================
   Sort By — segmented control in the .headline toolbar
   Replaces the old Gender dropdown (.sorting) in the same .wrap.
   See README "Sort By control" for the markup + Smarty note.
   ============================================================ */
.headline .wrap{
	display:flex;
	align-items:center;
	gap:14px;
	flex-wrap:wrap;             /* wraps below the title on narrow screens */
}
.sort-by{
	display:inline-flex;
	align-items:center;
	gap:4px;
	padding:3px;
	border-radius:999px;
	background:#ececef;
}
.sort-by__label{
	display:inline-flex; color:#5c5c63;
	align-items:center;
	padding:0 8px 0 10px;
	font-size:12px;
	font-weight:600;
	letter-spacing:.01em;
	color:#6b6b73;
	white-space:nowrap;
}
.sort-by__opt{
	display:inline-flex;
	align-items:center;
	height:28px;
	padding:0 13px;
	border-radius:999px;
	font-size:13px;
	font-weight:600;
	letter-spacing:-0.005em;
	line-height:1;
	color:#3a3a42;
	text-decoration:none;
	white-space:nowrap;
	transition:background-color .15s ease, color .15s ease;
}
.sort-by__opt:hover{ color:#101013; }
.sort-by__opt.is-active{               /* server adds .is-active to the current sort */
	background:#fff;
	color:#101013;
	box-shadow:0 1px 2px rgba(0,0,0,.12);
}
body.dark .sort-by{ background:#26262b; }
body.dark .sort-by__label{ color:#8a8a93; }
body.dark .sort-by__opt{ color:#c4c4cc; }
body.dark .sort-by__opt:hover{ color:#fff; }
body.dark .sort-by__opt.is-active{
	background:#3a3a42;
	color:#fff;
	box-shadow:none;
}


/* ============================================================
   A–Z picker — horizontal alphabet strip that flies out of the
   "A–Z" sort tab. The tab is a <button> (not a link) so it can
   toggle on tap; each letter links to /models/a-z/<letter>/.
   Behavior (open on tap, close on outside-click/Esc) lives in
   az-picker.js. Hover/focus open is pure CSS.
   See README "A–Z picker".
   ============================================================ */
.sort-by__has-az{ position:relative; display:inline-flex; }
.sort-by__opt--az{ cursor:pointer; border:0; background:transparent; -webkit-appearance:none; appearance:none; font:inherit; }
body.dark .sort-by__opt--az{ color:#fff; }   /* match sibling tabs (site turns <a> tabs white in dark; the button needs it explicitly) */
.sort-by__caret{ font-size:9px; margin-left:5px; color:#fe3a87; display:inline-block; transition:transform .18s ease; }
.sort-by__has-az.is-open .sort-by__caret,
.sort-by__has-az:hover .sort-by__caret{ transform:rotate(180deg); }
.az-pop{
	position:absolute;
	top:100%;
	right:0;
	padding-top:9px;          /* hover bridge over the gap */
	opacity:0;
	visibility:hidden;
	transform:translateY(-4px);
	transition:opacity .16s ease, transform .16s ease, visibility .16s;
	z-index:30;
}
.sort-by__has-az:hover .az-pop,
.sort-by__has-az:focus-within .az-pop,
.sort-by__has-az.is-open .az-pop{ opacity:1; visibility:visible; transform:translateY(0); }
.sort-by__has-az:hover .sort-by__opt--az,
.sort-by__has-az.is-open .sort-by__opt--az{ background:#fff; color:#101013; box-shadow:0 1px 2px rgba(0,0,0,.12); }
body.dark .sort-by__has-az:hover .sort-by__opt--az,
body.dark .sort-by__has-az.is-open .sort-by__opt--az{ background:#3a3a42; color:#fff; box-shadow:none; }
.az-pop__inner{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:1px;
	padding:7px 9px;
	width:max-content;
	max-width:min(760px, calc(100vw - 24px));   /* one row on desktop, wraps on small screens */
	background:#fff;
	border:1px solid #ececef;
	border-radius:12px;
	box-shadow:0 12px 34px rgba(0,0,0,.16);
}
.az-pop__l{
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:26px;
	height:30px;
	padding:0 5px;
	font-size:13px;
	font-weight:600;
	line-height:1;
	color:#52525b;
	background:transparent;       /* ghost chips — no keypad tiles */
	text-decoration:none;
	border-radius:6px;
	transition:color .14s ease, background-color .14s ease;
}
.az-pop__l::after{               /* pink underline on hover / current */
	content:"";
	position:absolute;
	left:6px;
	right:6px;
	bottom:4px;
	height:2px;
	border-radius:2px;
	background:transparent;
	transition:background-color .14s ease;
}
.az-pop__l:hover{ color:#fe3a87; }
.az-pop__l:hover::after, .az-pop__l.is-current::after{ background:#fe3a87; }
.az-pop__l.is-current{ color:#fe3a87; }   /* server adds .is-current on a dedicated letter page */
body.dark .az-pop__inner{ background:#1d1d20; border-color:#2a2a30; box-shadow:0 12px 34px rgba(0,0,0,.5); }
body.dark .az-pop__l{ color:#b4b4bc; }
body.dark .az-pop__l:hover, body.dark .az-pop__l.is-current{ color:#ff6aa3; }
body.dark .az-pop__l:hover::after, body.dark .az-pop__l.is-current::after{ background:#ff6aa3; }
@media (max-width:680px){        /* keep the strip on-screen on phones */
	.az-pop{ right:auto; left:50%; transform:translate(-50%,-4px); }
	.sort-by__has-az:hover .az-pop,
	.sort-by__has-az:focus-within .az-pop,
	.sort-by__has-az.is-open .az-pop{ transform:translate(-50%,0); }
	.az-pop__inner{ max-width:calc(100vw - 20px); }
}

/* ===== END model-card redesign ===== */

/* ===== BEGIN category cards (inherit card-model styling, category-named) ===== */
.card-channel .img,
.card-category .img,
.card-main .img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.card-channel .media,
.card-category .media,
.card-main .media{
	color: var(--color-main);
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.card-channel .group,
.card-category .group,
.card-main .group{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.card-category,
.card-channel{
	color: var(--color-main);
	transition: color 0.3s;
}
@media screen and (min-width: 1025px){.card-category:hover,
	.card-channel:hover{
		color: var(--color-active);
	}}
.card-category .content,
.card-channel .content{
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	margin-top: 8px;
}
.card-category .list,
.card-channel .list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	color: var(--color-main);
}
.card-category li,
.card-channel li{
	display: flex;
	align-items: center;
	font-weight: 400;
	gap: 5px;
	font-size: 16px;
}
.card-category li span,
.card-channel li span{
	font-size: 12px;
}
.card-category li svg,
.card-channel li svg{
	flex-grow: 0;
	flex-shrink: 0;
	color: var(--color-blue);
}
.card-category .title,
.card-channel .title{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.card-category .media{
	padding-bottom: 133.356%;
}
.card-category .title{
	font-size: 20px;
	text-align: center;
}
.card-category .list{
	justify-content: center;
}
.card-category .media{
	padding-bottom:100%;        /* square instead of all.css 133.356% */
	border-radius:12px;
}
.card-category{
	position:relative;
	display:block;              /* <a> is inline by default; needed so the
	                               overlay anchors to the card box */
}
.card-category .content{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding:26px 11px 10px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-end;
	gap:1px;
	z-index:2;
	pointer-events:none;        /* clicks pass through to the card <a> */
	border-radius:0 0 12px 12px;
	background:linear-gradient(to top,
		rgba(0,0,0,.7) 0%,
		rgba(0,0,0,.28) 55%,
		rgba(0,0,0,0) 100%);
}
.card-category .title{
	font-size:15px;
	font-weight:600;
	letter-spacing:-0.01em;
	line-height:1.2;
	text-align:left;
	color:#fff;
	text-shadow:0 1px 4px rgba(0,0,0,.5);
	width:100%;
	flex:none;
	min-width:0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.card-category .content .list{
	margin:0;
	padding:0;
	flex:none;
	max-width:100%;
	justify-content:flex-start;
}
.card-category .content .list li{
	display:inline-flex;
	align-items:center;
	gap:5px;
	color:rgba(255,255,255,.78);
	font-size:11px;
	font-weight:500;
	letter-spacing:.01em;
	line-height:1;
	text-shadow:0 1px 4px rgba(0,0,0,.5);
}
.card-category .content .list li svg{ display:none; }
.card-category .content .list li::before{
	content:"";
	width:12px;
	height:12px;
	margin-top:-1px;
	flex:0 0 auto;
	background:currentColor;
	-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M5 4h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Zm5 4.5v7l6-3.5-6-3.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
	        mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' clip-rule='evenodd' d='M5 4h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Zm5 4.5v7l6-3.5-6-3.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.card-category .media img[src*="model_placeholder.webp"]{
	object-fit:contain;
	filter:brightness(.82) contrast(1.05);   /* deepen figure on light tile */
}
.card-category .media:has(img[src*="model_placeholder.webp"]){ background:#e3e3e7; }
body.dark .card-category .media img[src*="model_placeholder.webp"]{ filter:none; }
body.dark .card-category .media:has(img[src*="model_placeholder.webp"]){ background:#202024; }
.card-category .media{padding-bottom:56.25%}
.card-category .content{padding-top:20px}
/* ===== END category cards ===== */


/* pinkclips wordmark logo sizing (Fable, 2026-07-08) */
.logo{max-width:280px}
@media screen and (max-width:640px){.logo{max-width:250px}}

/* ==== video-card handoff 2026-07-16 (scoped .card-main only) ==== */
.card-main .media { background-color: #1c1b22; background-image: linear-gradient(100deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.055) 50%, rgba(255,255,255,0) 70%); background-size: 200% 100%; background-repeat: no-repeat; animation: kt-shimmer 1.5s ease-in-out 5 forwards; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); transition: box-shadow 0.3s ease; }
.card-main .media.kt-loaded { animation: none; background-image: none; }
@keyframes kt-shimmer { 0% { background-position: 150% 0; } 100% { background-position: -50% 0; } }
.card-main .img.thumb { color: transparent; font-size: 0; }
.card-main .img.thumb::after { content: ""; position: absolute; inset: 0; background: #1c1b22; }
@media (prefers-reduced-motion: reduce) { .card-main .media { animation: none; background-image: none; } }
@media (hover: hover) {
	.card-main:hover .media { box-shadow: 0 8px 22px rgba(0, 0, 0, 0.38); }
	.card-main:hover .btn { opacity: 1; transform: none; }
	.card-main .btn:hover { background: linear-gradient(135deg, #fe3a87, #8a31cc); border-color: rgba(255, 255, 255, 0.3); }
	.card-main .btn.active:hover { color: #fff; }
}
.card-main.is-previewing .panel .btn.js-favourites { opacity: 1; transform: none; }
.card-main .btn.active { color: #fe3a87; }
.card-main .progress-draw { display: none !important; }
.card-main .content .author { display: none !important; }
.card-main .content .group { display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 14px;
	margin: 0; }
.card-main .content .group > div:first-child { display: none; }
.card-main .content .models-list { display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 14px;
	list-style: none;
	padding: 0;
	margin: 0; }
.card-main .content .models-list a { display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13.5px;
	line-height: 1.3;
	color: var(--color-second);
	transition: color 0.3s; }
.card-main .content .models-list a:hover { color: var(--color-active); }
.card-main .content .models-list a .avatar { display: flex;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	border-radius: 50%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background: rgba(var(--bg-second-rgb), 0.12); }
.card-main .content .models-list a .avatar img { width: 100%;
	height: 100%;
	object-fit: cover;
	display: block; }
.card-main .content .models-list a .avatar svg { font-size: 11px;
	color: var(--color-second); }
.card-main .content .title:hover { color: var(--color-active); }
.card-main .yt-preview-video { position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; z-index: 2; background: transparent; opacity: 0; transition: opacity 0.25s ease; }
.card-main .yt-preview-video.is-playing { opacity: 1; }
.card-main .yt-preview-bar { position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; z-index: 5;
	transform: scaleX(0); transform-origin: left center;
	background: linear-gradient(90deg, #fe3a87, #8a31cc); opacity: 0; transition: opacity 0.2s; }
.card-main .yt-preview-bar.is-on { opacity: 1; }
@media (max-width: 767px) {
	.card-main .content .title { font-size: 15px; }
	.card-main .list { font-size: 12.5px; }
}
@media (max-width: 479px) {
	.card-main .content .title { font-size: 16px; }
	.card-main .list { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
	.card-main .yt-preview-video { display: none !important; }
}

/* mobile pagination sizing — appended so it wins source-order over base .pagination-list a */
@media screen and (max-width: 767px) {
	.pagination-list .list a,
	.pagination-list .item.pager a {
		height: 34px;
		min-width: 30px;
		padding: 4px;
		font-size: 13px;
	}
	.pagination-list .list .item { margin-left: 2px; }
	.pagination-list .item.pager:first-child { margin-right: 2px; }
	.pagination-list .item.pager:last-child { margin-left: 2px; }
}



/* progressive pagination fill — reveal more numbers as the viewport widens (adaptive) */
@media screen and (min-width: 390px) and (max-width: 767px) {
	/* standard phones: +/-3 middle (7 numbers), 8 near edge */
	.pagination-list .list .item.active + .item + .item + .item,
	.pagination-list .list .item:has(+ .item + .item + .item.active),
	.pagination-list .list:not(:has(> .jump:first-child)) .item:nth-child(8),
	.pagination-list .list:not(:has(> .jump:last-child)) .item:nth-last-child(8) {
		display: block;
	}
}
@media screen and (min-width: 428px) and (max-width: 767px) {
	/* Pro Max class: 9 near edge (middle stays +/-3 = 7, keeps 2-ellipsis rows comfortable) */
	.pagination-list .list:not(:has(> .jump:first-child)) .item:nth-child(9),
	.pagination-list .list:not(:has(> .jump:last-child)) .item:nth-last-child(9) {
		display: block;
	}
}

/* logo size bump — explicit height (width auto) so it renders bigger like PH/pornhat */
.logo { max-width: none; }
.logo img { height: 54px; width: auto; max-width: none; display: block; }
@media screen and (max-width: 640px) {
	.logo img { height: 48px; }
}

/* favourites/history page: pornhat-style X-remove button, top-right, always visible */
.card-main .js-item-remove { position: absolute; top: 8px; right: 8px; z-index: 4; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; padding: 0; border: none; border-radius: 10px; background: rgba(0,0,0,.5); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); color: #fff; font-size: 12px; cursor: pointer; transition: background .2s, color .2s; }
.card-main .js-item-remove:hover { background: rgba(0,0,0,.72); color: var(--color-active); }

/* Load-more ajax: suppress blockUI dark overlay, branded spinner instead */
.load-more { position: relative; }
.load-more > .blockUI.blockOverlay { background: transparent !important; opacity: 0 !important; cursor: progress !important; }
.load-more:has(> .blockOverlay) .more span { visibility: hidden; }
.load-more:has(> .blockOverlay) .more::after { content: ""; position: absolute; z-index: 3; top: 50%; left: 50%; width: 20px; height: 20px; margin: -10px 0 0 -10px; border-radius: 50%; border: 2.5px solid rgba(254, 58, 135, 0.25); border-top-color: #fe3a87; animation: kt-spin 0.7s linear infinite; }
@keyframes kt-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .load-more:has(> .blockOverlay) .more::after { animation-duration: 1.6s; } }

/* Video info rows: label = fixed left column; chips always hang beside it (uniform Categories/Tags/Models) */
.video-list { flex-wrap: nowrap; align-items: flex-start; }
.video-list .name { flex: 0 0 auto; padding-top: 9px; }
.video-list .list { flex: 1 1 auto; min-width: 0; }
@media (max-width: 767px) {
	.video-list { flex-wrap: wrap; }
	.video-list .name { flex-basis: 100%; padding-top: 0; }
}

/* Categories directory ONLY: one notch looser so the poster art breathes (7/6 -> 6/5).
   Scoped via :has so pornstar/other .secondary-flex grids keep their designed density. */
@media screen and (min-width: 1441px) { .secondary-flex:has(.card-category) { --flex-items: 6; } }
@media screen and (min-width: 992px) and (max-width: 1440px) { .secondary-flex:has(.card-category) { --flex-items: 5; } }

/* Dark-mode pre-paint: logos follow body.dark instantly (inline script sets the class before first paint) */
body.dark .logo img, body.dark .footer-logo img { content: url("/static/images/logo-dark.svg?v=20260715"); }

/* 404 hero: on-brand, replaces the old red alert box */
.page-error { padding: 44px 10px 8px; background: transparent; border: none; margin: 10px 0 24px; text-align: center; color: var(--color-main); }
.page-error .code { font-size: 96px; font-weight: 700; line-height: 1; background: linear-gradient(135deg, #fe3a87, #8a31cc); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-error .msg { margin-top: 12px; font-size: 18px; color: var(--color-second); }
.page-error .home-btn { display: inline-block; margin-top: 22px; padding: 12px 26px; border-radius: 10px; background: linear-gradient(135deg, #fe3a87, #8a31cc); color: #fff; font-weight: 500; transition: opacity .3s; }
.page-error .home-btn:hover { opacity: .85; color: #fff; }
@media (max-width: 767px) { .page-error .code { font-size: 72px; } }

/* Card meta: date gets a calendar to match the views eye (video-page date icon = calendar) */
.card-main .list li:last-child:not(:first-child)::before { content: ""; width: 14px; height: 14px; flex: 0 0 auto; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 32 32%22%3E%3Cpath fill=%22white%22 d=%22M8.615 6.769c0.677 0 1.231-0.554 1.231-1.231v-4.308c-0-0.677-0.554-1.231-1.231-1.231s-1.231 0.554-1.231 1.231v4.308c0 0.677 0.554 1.231 1.231 1.231z%22/%3E%3Cpath fill=%22white%22 d=%22M8.615 6.769c0.677 0 1.231-0.554 1.231-1.231v-4.308c-0-0.677-0.554-1.231-1.231-1.231s-1.231 0.554-1.231 1.231v4.308c0 0.677 0.554 1.231 1.231 1.231z%22/%3E%3Cpath fill=%22white%22 d=%22M23.385 6.769c0.677 0 1.231-0.554 1.231-1.231v-4.308c0-0.677-0.554-1.231-1.231-1.231s-1.231 0.554-1.231 1.231v4.308c0 0.677 0.554 1.231 1.231 1.231z%22/%3E%3Cpath fill=%22white%22 d=%22M23.385 6.769c0.677 0 1.231-0.554 1.231-1.231v-4.308c0-0.677-0.554-1.231-1.231-1.231s-1.231 0.554-1.231 1.231v4.308c0 0.677 0.554 1.231 1.231 1.231z%22/%3E%3Cpath fill=%22white%22 d=%22M4.406 32h23.188c1.754 0 3.175-1.422 3.175-3.175v-21.957c0-1.754-1.422-3.175-3.175-3.175h-1.748v1.846c0 1.36-1.102 2.462-2.462 2.462s-2.462-1.102-2.462-2.462v-1.846h-9.846v1.846c0 1.36-1.102 2.462-2.461 2.462s-2.462-1.102-2.462-2.462v-1.846h-1.748c-1.754 0-3.175 1.422-3.175 3.175v21.957c0 1.754 1.422 3.175 3.175 3.175v0zM22.462 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM22.462 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM22.462 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM15.692 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538v0zM15.692 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM15.692 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM8.923 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538v0zM8.923 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM8.923 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538z%22/%3E%3Cpath fill=%22white%22 d=%22M4.406 32h23.188c1.754 0 3.175-1.422 3.175-3.175v-21.957c0-1.754-1.422-3.175-3.175-3.175h-1.748v1.846c0 1.36-1.102 2.462-2.462 2.462s-2.462-1.102-2.462-2.462v-1.846h-9.846v1.846c0 1.36-1.102 2.462-2.461 2.462s-2.462-1.102-2.462-2.462v-1.846h-1.748c-1.754 0-3.175 1.422-3.175 3.175v21.957c0 1.754 1.422 3.175 3.175 3.175v0zM22.462 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM22.462 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM22.462 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM15.692 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538v0zM15.692 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM15.692 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM8.923 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538v0zM8.923 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM8.923 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538z%22/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 32 32%22%3E%3Cpath fill=%22white%22 d=%22M8.615 6.769c0.677 0 1.231-0.554 1.231-1.231v-4.308c-0-0.677-0.554-1.231-1.231-1.231s-1.231 0.554-1.231 1.231v4.308c0 0.677 0.554 1.231 1.231 1.231z%22/%3E%3Cpath fill=%22white%22 d=%22M8.615 6.769c0.677 0 1.231-0.554 1.231-1.231v-4.308c-0-0.677-0.554-1.231-1.231-1.231s-1.231 0.554-1.231 1.231v4.308c0 0.677 0.554 1.231 1.231 1.231z%22/%3E%3Cpath fill=%22white%22 d=%22M23.385 6.769c0.677 0 1.231-0.554 1.231-1.231v-4.308c0-0.677-0.554-1.231-1.231-1.231s-1.231 0.554-1.231 1.231v4.308c0 0.677 0.554 1.231 1.231 1.231z%22/%3E%3Cpath fill=%22white%22 d=%22M23.385 6.769c0.677 0 1.231-0.554 1.231-1.231v-4.308c0-0.677-0.554-1.231-1.231-1.231s-1.231 0.554-1.231 1.231v4.308c0 0.677 0.554 1.231 1.231 1.231z%22/%3E%3Cpath fill=%22white%22 d=%22M4.406 32h23.188c1.754 0 3.175-1.422 3.175-3.175v-21.957c0-1.754-1.422-3.175-3.175-3.175h-1.748v1.846c0 1.36-1.102 2.462-2.462 2.462s-2.462-1.102-2.462-2.462v-1.846h-9.846v1.846c0 1.36-1.102 2.462-2.461 2.462s-2.462-1.102-2.462-2.462v-1.846h-1.748c-1.754 0-3.175 1.422-3.175 3.175v21.957c0 1.754 1.422 3.175 3.175 3.175v0zM22.462 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM22.462 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM22.462 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM15.692 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538v0zM15.692 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM15.692 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM8.923 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538v0zM8.923 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM8.923 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538z%22/%3E%3Cpath fill=%22white%22 d=%22M4.406 32h23.188c1.754 0 3.175-1.422 3.175-3.175v-21.957c0-1.754-1.422-3.175-3.175-3.175h-1.748v1.846c0 1.36-1.102 2.462-2.462 2.462s-2.462-1.102-2.462-2.462v-1.846h-9.846v1.846c0 1.36-1.102 2.462-2.461 2.462s-2.462-1.102-2.462-2.462v-1.846h-1.748c-1.754 0-3.175 1.422-3.175 3.175v21.957c0 1.754 1.422 3.175 3.175 3.175v0zM22.462 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM22.462 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM22.462 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM15.692 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538v0zM15.692 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM15.692 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM8.923 11.077c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538v0zM8.923 17.231c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538zM8.923 23.385c0.849 0 1.538 0.689 1.538 1.538s-0.689 1.538-1.538 1.538c-0.849 0-1.538-0.689-1.538-1.538s0.689-1.538 1.538-1.538z%22/%3E%3C/svg%3E") center/contain no-repeat; }

/* legal / static pages — theme card surface (matches .seo-intro-box) */
.legal-page{background:var(--bg-tools);border-radius:10px;padding:26px 30px;margin-bottom:50px}
.legal-page h2{font-size:19px;font-weight:600;color:var(--color-main);margin:26px 0 12px}
.legal-page h2:first-child{margin-top:0}
.legal-page p,.legal-page li{font-size:15px;line-height:1.75;color:var(--color-second);margin:0 0 14px}
.legal-page ol,.legal-page ul{margin:0 0 16px;padding-left:20px}
.legal-page li{margin-bottom:8px}
.legal-page a{color:var(--color-active)}
.legal-page strong,.legal-page b{color:var(--color-main)}
@media (max-width:767px){.legal-page{padding:18px 16px}.legal-page h2{font-size:17px;margin-top:22px}.legal-page p,.legal-page li{font-size:14px}}

/* ===== consolidated from inline template <style> blocks (2026-07-19) ===== */
/* SEO intro box (was duplicated inline in index.tpl + videos_list.tpl) */
.seo-intro-box{background:var(--bg-tools);border-radius:10px;padding:20px 24px;margin-top:10px}
.seo-intro-box p{font-size:15px;line-height:1.75;color:var(--color-second)}
.seo-intro-box strong,.seo-intro-box b{color:var(--color-main);font-weight:600}
.seo-intro-box a{color:var(--color-active)}
@media (max-width:767px){.seo-intro-box{padding:16px}.seo-intro-box p{font-size:14px}}
/* video page: reserve sidebar column width to stop player resize during HTML stream (was inline in video_view) */
@media screen and (min-width:1161px){.block-video .twocolumns>.column:not(.second){max-width:calc(100% - 360px)}}
.jw-controlbar .jw-icon-playback{order:-3}
.jw-controlbar .jw-icon-rewind{order:-2}
.jw-controlbar [button="forward-10"]{order:-1}
@media screen and (max-width:479px){#jw-wrap{border-radius:0 !important}}
