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;
}

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;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

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

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

:root {
	--url-logo: url('../images/logo.svg');
	--font-size-general: 14px;
	--line-height-general: 1.2;
	--default-font: "Roboto", sans-serif;
	--header-height: 121px;
	--aside-content: 250px;
	--bottom-menu-height: 79px;
	--width-aside-profile: 310px;
	--color-main: #fff;
	--color-white: #fff;
	--color-active: #E86B22;
	--color-second: rgba(255, 255, 255, 0.85);
	--color-tools: rgba(193, 126, 142, 1);
	--color-dark: 0, 0, 0;
	--color-active-second: #FF9544;
	--color-select-select: #C17E8E;
	--color-count: #f0f0f0;
	--bg-main: linear-gradient(90deg, #1f001f 0%, #24001f 43.38%, #270003 85.96%, #270003 100%);
	--bg-rgb-dark: 0, 0, 0;
	--bg-rgb-second: 255, 255, 255;
	--bg-rgb-white: 255, 255, 255;
	--bg-rgb-tools: 255, 255, 255;
	--bg-rgb-tools-primary: 59, 26, 54;
	--bg-rgb-tools-secondary: 99, 61, 89;
	--bg-menu-mobile: linear-gradient(90deg, #1f001f 0%, #24001f 43.38%, #270003 85.96%, #270003 100%);
	--bg-bottom-panel: linear-gradient(90deg, rgba(31, 0, 31, 0.5) 0%, rgba(36, 0, 31, 0.5) 43.38%, rgba(39, 0, 3, 0.5) 85.96%, rgba(39, 0, 3, 0.5) 100%);
	--bg-gradient-header: linear-gradient(90deg, rgba(31, 0, 31, 0.5) 0%, rgba(36, 0, 31, 0.5) 43.38%, rgba(39, 0, 3, 0.5) 85.96%, rgba(39, 0, 3, 0.5) 100%);
	--bg-autocomplete: 255, 255, 255;
	--opacity-autocomplete: .1;
	--bg-dark: #000;
	--box-shadow-menu: 0 4px 18px 0 rgba(0, 0, 0, 0.35);
	--bg-gradient-lg-card: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
	--bg-gradient-card: linear-gradient(180deg, #0f0000 0%, rgba(15, 0, 0, 0) 100%);
	--bg-tools-gradient: linear-gradient(270deg, #eb7520 0%, #e55327 100%);
	--bg-tools-gradient-active: linear-gradient(270deg, #ff6a00 0%, #e73905 100%);
}

@media screen and (max-width: 1024px) {
	:root {
		--header-height: 81px;
	}
}

:root .light {
	--url-logo: url('../images/logo-dark.svg');
	--color-main: #000;
	--color-white: #fff;
	--color-active: #E86B22;
	--color-second: #595959;
	--color-tools: rgba(255,255,255, .9);
	--color-dark: 0, 0, 0;
	--color-active-second: #C94C00;
	--color-select-select: #787878;
	--color-count: #f0f0f0;
	--bg-main: #fff;
	--bg-rgb-dark: 0, 0, 0;
	--bg-rgb-second: var(--bg-rgb-dark);
	--bg-rgb-tools: 0, 0, 0;
	--bg-rgb-white: 255, 255, 255;
	--bg-rgb-tools-primary: 255, 255, 255;
	--bg-rgb-tools-secondary: 203, 203, 203;
	--bg-menu-mobile: linear-gradient(90deg, #f4f4f4 0%, #fff 100%);
	--bg-bottom-panel: linear-gradient(90deg, rgba(244, 244, 244, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
	--bg-gradient-header: none;
	--bg-autocomplete: 255, 255, 255;
	--opacity-autocomplete: .3;
	--bg-dark: #000;
	--box-shadow-menu: 0 4px 18px 0 rgba(0, 0, 0, .15);
	--bg-gradient-lg-card: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
	--bg-gradient-card: linear-gradient(180deg, #0f0000 0%, rgba(15, 0, 0, 0) 100%);
	--bg-tools-gradient: linear-gradient(270deg, #eb7520 0%, #e55327 100%);
	--bg-tools-gradient-active: linear-gradient(270deg, #ff6a00 0%, #e73905 100%);
}

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

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);
}

.hidden {
	display: none;
}

@media screen and (max-width: 1024px) {
	body.open-menu .vx-aside-menu {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	body.open-menu .vx-hamburger {
		transform: translateZ(0) scale(1.25);
	}
	body.open-menu .vx-hamburger::before {
		transform: rotate(45deg) translate3d(-50%, -50%, 0);
	}
	body.open-menu .vx-hamburger::after {
		transform: rotate(-45deg) translate3d(-50%, -50%, 0);
	}
	body.open-menu .vx-hamburger::before, body.open-menu .vx-hamburger::after {
		top: 50%;
		left: 50%;
	}
	body.open-menu .vx-hamburger span {
		opacity: 0;
		transform: translate3d(-20px, -50%, 0);
		visibility: hidden;
	}
	body.open-menu .mask {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
}

@media screen and (max-width: 767px) {
	body.open-menu .vx-bottom-menu {
		transform: translate3d(0, 100%, 0);
	}
}

@media screen and (max-width: 767px) {
	body.show-search .vx-search {
		top: 50%;
		visibility: visible;
		opacity: 1;
	}
	body.show-search .vx-logo,
	body.show-search .vx-hamburger {
		opacity: 0;
		visibility: hidden;
	}
	body.show-search .vx-close-search {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		transform: translate3d(0, 0, 0) scale(1) rotateX(0);
	}
}

@media screen and (max-width: 1024px) {
	body.open-menu.scroll-locked {
		height: 100%;
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
}

body.show-autocomplete .autocomplete {
	transform: scale(1) translate3d(0, 0, 0) rotateX(0);
	opacity: 1;
	visibility: visible;
}

body.modal-show {
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

a {
	color: var(--color-main);
	text-decoration: none;
}

input, textarea, button {
	font-weight: inherit;
	font-family: inherit;
	font-size: 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;
}

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

@media screen and (max-width: 767px) {
	.vx-wrapper {
		padding: var(--header-height) 0 var(--bottom-menu-height) 0;
	}
}

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

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

[data-attr-logo] {
	background: var(--url-logo) no-repeat;
	background-size: contain;
}

/* =============================================
   HEADER STYLES
   Refactored
   ============================================= */
.vx-header {
	position: relative;
	z-index: 5;
	flex-shrink: 0;
	flex-grow: 0;
	padding: 15px 20px 10px;
	min-height: var(--header-height);
	border-bottom: 1px solid rgba(var(--bg-rgb-second), 0.1);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.vx-header {
		position: fixed;
		top: 0;
		z-index: 1051;
		left: 0;
		right: 0;
		background: var(--bg-gradient-header);
	}
	.vx-header::before {
		content: "";
		position: absolute;
		inset: 0;
		backdrop-filter: blur(25px);
		z-index: 0;
	}
}

.vx-header-holder {
	display: flex;
	gap: 0 50px;
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.vx-header-holder {
		gap: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.vx-header-holder {
		position: relative;
		justify-content: space-between;
	}
}

.vx-hamburger {
	flex-grow: 0;
	flex-shrink: 0;
	display: none;
	cursor: pointer;
	align-items: center;
	align-self: center;
	height: 24px;
	position: relative;
	z-index: 3;
	width: 24px;
	opacity: 1;
	background: none;
	border: none;
	transform: translateZ(0);
	transition: opacity .3s,visibility .3s,transform .3s;
	visibility: visible;
}

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

@media screen and (max-width: 1024px) {
	.vx-hamburger {
		display: flex;
	}
}

.vx-hamburger::after, .vx-hamburger::before,
.vx-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 .3s, transform .3s;
}

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

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

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

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

.vx-logo {
	max-width: 260px;
	width: 100%;
	height: 40px;
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	align-items: center;
	transition: opacity .3s,visibility .3s;
}
@media screen and (max-width: 390px) {
	.vx-logo {
		max-width: 210px;
		height: 34px;
	}
}

.vx-search {
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.vx-search {
		position: absolute;
		right: 0;
		padding-right: 34px;
		top: 0;
		left: 0;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s, top .3s;
		transform: translate3d(0, -50%, 0);
	}
}

.vx-search-form {
	width: 100%;
	max-width: 970px;
}

.vx-search-wrap {
	display: flex;
	align-items: center;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	border-radius: 10px;
	padding: 5px;
}

.vx-search-wrap .vx-icon {
	padding: 0 12px 0 10px;
	display: flex;
	font-size: 16px;
	color: var(--color-second);
	position: absolute;
}

.vx-search-wrap .vx-input {
	height: 30px;
	width: 100%;
	background: none;
	border: none;
	color: var(--color-main);
	font-family: inherit;
	font-size: 14px;
	padding: 0 35px;
}

.vx-search-wrap .vx-btn-action {
	min-height: 30px;
	padding: 0 10px;
	min-width: auto;
}

.vx-search-wrap .vx-drop-box {
	position: absolute;
	right: 5px;
}

.vx-close-search {
	display: none;
	pointer-events: none;
	cursor: pointer;
	position: relative;
	z-index: 3;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
	color: var(--color-main);
	background: none;
	border: none;
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(20px, 0, 0) scale(0.9) rotate(75deg);
	transition: opacity .3s, visibility .3s, transform .3s;
}

@media screen and (max-width: 767px) {
	.vx-close-search {
		display: flex;
	}
}

.vx-action-panel {
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 1024px) {
	.vx-action-panel {
		display: none;
	}
}

.vx-btn-action,
.vx-btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border: none;
	color: var(--color-main);
	padding: 0 10px;
	border-radius: 10px;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	cursor: pointer;
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25rem;
	min-width: 100px;
	min-height: 40px;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.vx-btn-action:hover,
	.vx-btn-icon:hover {
		color: rgba(var(--color-dark), 1);
	}
	.vx-btn-action:hover:before,
	.vx-btn-icon:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.vx-btn-action::before,
.vx-btn-icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-btn-action > *,
.vx-btn-icon > * {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1280px) {
	[data-attr-hide-span] {
		min-width: 40px;
	}
	[data-attr-hide-span] span {
		display: none;
	}
}

.vx-btn-icon {
	min-width: 40px;
}

.vx-user-drop {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
}

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

.vx-user-drop .vx-button {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-main);
	font-size: 20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	cursor: pointer;
	border-radius: 100%;
	position: relative;
}

.vx-user-drop .vx-button.empty::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	margin: auto;
	background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 1C30.4934 1 39 9.50659 39 20C39 30.4934 30.4934 39 20 39C9.50659 39 1 30.4934 1 20C1 9.50659 9.50659 1 20 1Z" fill="white" fill-opacity="0.1" stroke="url(%23paint0_linear_39_9012)" stroke-width="2" /><defs><linearGradient id="paint0_linear_39_9012" x1="20" y1="0" x2="20" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="%23EB7520" /><stop offset="1" stop-color="%23E55327" /></linearGradient></defs></svg>') no-repeat;
}

.vx-user-drop img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 100%;
	position: relative;
	z-index: 2;
}

.vx-drop-hidden {
	position: absolute;
	z-index: 10;
	top: calc(100% + 10px);
	border-radius: 10px;
	right: 0;
	display: flex;
	flex-direction: column;
	backdrop-filter: blur(25px);
	background: rgba(var(--bg-rgb-tools), 0.1);
	max-height: 360px;
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition: opacity .3s, transform .3s, visibility .3s;
}

.vx-drop-hidden a {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.vx-drop-hidden a:hover {
		color: rgba(var(--color-dark), 1);
		background: var(--bg-tools-gradient);
	}
}

.vx-drop-hidden .active {
	color: rgba(var(--color-dark), 1);
	background: var(--bg-tools-gradient);
}

.vx-drop-hidden svg {
	flex-grow: 0;
	flex-shrink: 0;
}

.vx-drop-hidden span {
	font-size: 14px;
	flex-shrink: 1;
	flex-grow: 1;
}

#filter {
	width: 0;
	height: 0;
}

.vx-social-navigation {
	display: flex;
	gap: 2px;
	margin-top: 15px;
	line-height: 1.25rem;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.vx-social-navigation {
		display: none;
	}
}

.vx-social-navigation .item {
	position: relative;
}

@media screen and (min-width: 1025px) {
	.vx-social-navigation .item:hover .vx-link {
		color: rgba(var(--color-dark), 1);
	}
	.vx-social-navigation .item:hover .vx-link:before {
		transform: scale(1);
		opacity: 1;
	}
	.vx-social-navigation .item:hover .menu-dropped {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}

.vx-social-navigation .item.active > * {
	pointer-events: none;
	background-color: rgba(var(--bg-rgb-second), 0.1);
}

.vx-social-navigation .vx-link {
	color: var(--color-main);
	padding: 10px 30px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
	transition: color .3s;
	font-size: 10px;
}

@media screen and (min-width: 1025px) {
	.vx-social-navigation .vx-link:hover {
		color: rgba(var(--color-dark), 1);
	}
	.vx-social-navigation .vx-link:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

@media screen and (max-width: 1500px) {
	.vx-social-navigation .vx-link {
		padding: 10px 15px;
	}
}

.vx-social-navigation .vx-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(0.9);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-social-navigation .vx-link > * {
	position: relative;
	z-index: 1;
}

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

.vx-social-navigation .vx-link svg {
	will-change: transform;
}

.menu-dropped {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	padding-top: 10px;
	transform: translate3d(0, 4px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.menu-drop {
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(var(--bg-rgb-tools-primary), 0.9);
	display: flex;
	flex-wrap: wrap;
	min-width: 490px;
	--flex-gap: 10px;
	--flex-items: 3;
	gap: var(--flex-gap);
}

.menu-drop li {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
	font-weight: 600;
	font-size: 14px;
}

.menu-drop a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(var(--bg-rgb-tools-secondary), 1);
	color: var(--color-main);
	position: relative;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.menu-drop a:hover {
		color: rgba(var(--color-dark), 1);
	}
	.menu-drop a:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.menu-drop a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.menu-drop a > * {
	position: relative;
	z-index: 1;
}

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

.vx-search-wrapper {
	max-width: 970px;
	width: 100%;
	position: relative;
}

.autocomplete {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: calc(100% + 5px);
	min-height: 54px;
	width: 100%;
	backdrop-filter: blur(18px);
	background: rgba(var(--bg-autocomplete), var(--opacity-autocomplete));
	border-radius: 10px;
	transform: scale(0.98) translate3d(0, 15px, 0) rotateX(25deg);
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transition: transform .3s, opacity .3s, visibility .3s;
	overflow: hidden;
}

.autocomplete .link {
	display: block;
	padding: 8px 20px;
	line-height: 1.3334;
	font-size: 18px;
	color: var(--color-second);
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.autocomplete .link:hover {
		color: var(--color-main);
		background: rgba(var(--bg-rgb-tools), 0.2);
	}
}

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

.search-holder {
	padding: 3px 0;
	max-height: 384px;
	height: 100%;
	overflow: auto;
}

.vx-aside-menu {
	position: absolute;
	top: var(--header-height);
	left: 0;
	bottom: 0;
	border-right: 1px solid rgba(var(--bg-rgb-second), 0.1);
	overflow: hidden;
	width: var(--aside-content);
	z-index: 2;
	padding: 20px 30px;
}

@media screen and (max-width: 1024px) {
	.vx-aside-menu {
		position: fixed;
		padding: 10px 20px;
		background: var(--bg-menu-mobile);
		left: 0;
		bottom: 0;
		max-width: 270px;
		width: 100%;
		overflow: auto;
		z-index: 20;
		transform: translate3d(-100%, 0, 0);
		transition: transform .3s, visibility .3s, opacity .3s;
		visibility: hidden;
		opacity: 0;
	}
}

.vx-aside-menu .vx-row {
	margin-bottom: 30px;
}

.vx-aside-menu .vx-row.second {
	display: none;
}

@media screen and (max-width: 1024px) {
	.vx-aside-menu .vx-row.second {
		display: block;
	}
}

.vx-aside-menu .vx-row:last-child {
	margin-bottom: 0;
}

.vx-aside-menu .vx-list {
	border-bottom: 1px solid rgba(var(--bg-rgb-second), 0.1);
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	gap: 2px 0;
}

.vx-aside-menu .vx-list:first-child {
	padding-top: 0;
}

.vx-aside-menu .vx-list:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.vx-aside-menu .vx-item {
	font-weight: 600;
}

.vx-aside-menu .vx-item.active .vx-link {
	pointer-events: none;
	background-color: rgba(var(--bg-rgb-second), 0.1);
}

.vx-aside-menu .vx-link {
	display: flex;
	align-items: center;
	gap: 0 20px;
	color: var(--color-main);
	padding: 15px 20px;
	border-radius: 10px;
	margin: 0 -20px;
	position: relative;
	font-size: 20px;
}

@media screen and (min-width: 1025px) {
	.vx-aside-menu .vx-link:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.vx-aside-menu .vx-link:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

@media screen and (max-width: 1024px) {
	.vx-aside-menu .vx-link {
		margin: 0;
	}
}

.vx-aside-menu .vx-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: linear-gradient(270deg, #eb7520 0%, #e55327 100%);
	transform: scale(1.05);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-aside-menu .vx-link span {
	font-size: 14px;
}

.vx-aside-menu .vx-link > * {
	position: relative;
	z-index: 1;
}

.vx-aside-menu .svg-icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
}

.vx-group-btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -5px;
}

.vx-group-btns .vx-item {
	flex-grow: 1;
	flex-shrink: 1;
	padding: 5px;
}

.vx-group-btns .vx-item:first-child {
	width: 100%;
}

.vx-group-btns .vx-item:last-child {
	flex-grow: 0;
	flex-shrink: 0;
}

.vx-group-btns .btn {
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	border: none;
	border-radius: 10px;
	gap: 5px;
	font-weight: 600;
	font-size: 14px;
	padding: 12px;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-group-btns .btn.second {
	color: rgba(var(--bg-rgb-dark), 1);
	background: linear-gradient(270deg, #eb7520 0%, #e55327 100%);
}

.vx-group-btns .vx-icon {
	font-size: 16px;
	flex-grow: 0;
	flex-shrink: 0;
}

.btn-mobile {
	padding: 12px 22px;
	border: none;
	border-radius: 10px;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-user-drop-mobile.show .vx-drop-mobile {
	display: block;
}

.vx-user-drop-mobile.show .vx-button {
	color: var(--color-active-icon);
}

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

.vx-user-drop-mobile .vx-button {
	width: 100%;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--color-main);
	font-size: 14px;
	background: none;
}

.vx-user-drop-mobile .vx-wrap {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	color: var(--color-main);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border-radius: 100%;
}

.vx-user-drop-mobile .vx-wrap.empty::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	margin: auto;
	background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 1C30.4934 1 39 9.50659 39 20C39 30.4934 30.4934 39 20 39C9.50659 39 1 30.4934 1 20C1 9.50659 9.50659 1 20 1Z" fill="white" fill-opacity="0.1" stroke="url(%23paint0_linear_39_9012)" stroke-width="2" /><defs><linearGradient id="paint0_linear_39_9012" x1="20" y1="0" x2="20" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="%23EB7520" /><stop offset="1" stop-color="%23E55327" /></linearGradient></defs></svg>') no-repeat;
}

.vx-user-drop-mobile img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 100%;
	position: relative;
	z-index: 2;
}

.vx-user-drop-mobile .vx-name {
	flex-grow: 1;
	flex-shrink: 1;
	text-align: left;
	font-weight: 600;
}

.vx-user-drop-mobile .vx-arrow {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 10px;
}

.vx-drop-mobile {
	margin-top: 10px;
	display: none;
	border-radius: 10px;
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-drop-mobile a {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	position: relative;
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.vx-drop-mobile a:hover {
		color: rgba(var(--color-dark), 1);
		background: linear-gradient(270deg, #eb7520 0%, #e55327 100%);
	}
}

.vx-drop-mobile .active {
	color: rgba(var(--color-dark), 1);
	background: linear-gradient(270deg, #eb7520 0%, #e55327 100%);
}

.vx-drop-mobile svg {
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

.vx-main {
	flex-shrink: 1;
	flex-grow: 1;
	padding-left: var(--aside-content);
}

@media screen and (max-width: 1024px) {
	.vx-main {
		padding-left: 0;
	}
}

.vx-section {
	padding: 25px 0;
}

@media screen and (max-width: 767px) {
	.vx-section {
		padding: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	.vx-section:first-child {
		padding-top: 20px;
	}
}

.vx-section:last-child {
	padding-bottom: 0;
}

.vx-section.second {
	padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.vx-section.second {
		padding-bottom: 0;
	}
}

.breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 10px;
	color: var(--color-main);
	margin-bottom: 15px;
}

.breadcrumb-list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.breadcrumb-list li::before {
	content: '';
	width: 4px;
	height: 4px;
	overflow: hidden;
	border-radius: 100%;
	background: var(--color-second);
}

.breadcrumb-list li:first-child::before {
	display: none;
}

.breadcrumb-list a {
	color: var(--color-second);
	transition: color .3s;
}

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

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

.vx-headline.second {
	margin-bottom: 20px;
	margin-top: 40px;
}
.vx-headline.primary {
	margin-bottom: 20px;
}
.vx-headline.wrap{
	flex-wrap: wrap;
}

.vx-headline .vx-title {
	font-size: 24px;
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 1366px) {
	.vx-headline.second {
        margin-top: -20px !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
	.vx-headline .vx-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.vx-headline.second {
        margin-top: -10px !important;
        margin-bottom: 15px;
    }
	.vx-headline .vx-title {
		font-size: 20px;
	}
}

.vx-headline .vx-icon {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 24px;
	color: var(--color-active-second);
}

.vx-headline .button {
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	color: var(--color-main);
	padding: 0 20px;
	border-radius: 10px;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	cursor: pointer;
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25rem;
	min-width: 100px;
	min-height: 40px;
	position: relative;
}

.vx-headline .button.show-filter {
	color: rgba(var(--color-dark), 1);
}

.vx-headline .button.show-filter:before {
	transform: scale(1);
	opacity: 1;
}

@media screen and (min-width: 1025px) {
	.vx-headline .button:hover {
		color: rgba(var(--color-dark), 1);
	}
	.vx-headline .button:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

@media screen and (max-width: 568px) {
	.vx-headline .button {
		min-width: 40px;
		padding: 0;
	}
}

.vx-headline .button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-headline .button > * {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 568px) {
	.vx-headline .button span {
		display: none;
	}
}

.vx-headline .button svg {
	flex-shrink: 0;
	flex-grow: 0;
	font-size: 16px;
}

.vx-headline-second {
	margin-bottom: 20px;
}

.vx-headline-second .vx-title {
	font-size: 24px;
	flex-grow: 1;
	flex-shrink: 1;
}

.vx-headline-list {
	margin-top: 5px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: var(--color-second);
}

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

.vx-headline-list li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	overflow: hidden;
	background: var(--color-second);
}

.vx-headline-list li:first-child::before {
	display: none;
}

.vx-sort-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.vx-sort-group .vx-link {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
	padding: 12px 20px;
	border-radius: 10px;
	line-height: 1.143;
}

@media screen and (min-width: 1025px) {
	.vx-sort-group .vx-link:hover {
		background: var(--bg-tools-gradient);
	}
}

.vx-sort-group .vx-link.active {
	color: rgba(var(--bg-rgb-dark), 1);
	background: var(--bg-tools-gradient);
}

.vx-link-all {
	display: flex;
	align-items: center;
	color: var(--color-main);
	gap: 5px;
	flex-grow: 0;
	flex-shrink: 0;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	font-weight: 600;
	border-radius: 10px;
	padding: 10px 20px;
	transition: background-color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-link-all:hover {
		background-color: rgba(var(--bg-rgb-second), 0.2);
	}
}

.vx-link-all svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 10px;
}

.vx-drop-box {
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
}

.vx-drop-box.show .btn {
	color: rgba(var(--color-dark), 1);
}

.vx-drop-box.show .btn:before {
	transform: scale(1);
	opacity: 1;
}

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

.vx-drop-box.show .vx-hidden-list {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.vx-drop-box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border: none;
	color: var(--color-main);
	padding: 0 20px;
	border-radius: 10px;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	cursor: pointer;
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25rem;
	min-width: 100px;
	min-height: 40px;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.vx-drop-box .btn:hover {
		color: rgba(var(--color-dark), 1);
	}
	.vx-drop-box .btn:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.vx-drop-box .btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-drop-box .btn > * {
	position: relative;
	z-index: 1;
}

.vx-drop-box .svg-icon {
	font-size: 10px;
	flex-shrink: 0;
	flex-grow: 0;
	transform: translate3d(0, 0, 0);
	transition: transform .3s;
}

.vx-drop-box .vx-hidden-list {
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	z-index: 3;
	border-radius: 15px;
	background-color: rgba(var(--bg-rgb-tools-primary), 0.75);
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	/* min-width: 140px; */
	min-width: 104px;
	--flex-gap: 10px;
	--flex-items: 1;
	gap: var(--flex-gap);
	transform: translate3d(0, 10px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.vx-drop-box .vx-hidden-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(var(--bg-rgb-tools-secondary), 1);
	color: var(--color-main);
	position: relative;
}

@media screen and (min-width: 1025px) {
	.vx-drop-box .vx-hidden-list a:hover {
		color: rgba(var(--color-dark), 1);
	}
	.vx-drop-box .vx-hidden-list a:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.vx-drop-box .vx-hidden-list a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-drop-box .vx-hidden-list a > * {
	position: relative;
	z-index: 1;
}

.vx-drop-box .vx-item {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}

.vx-general-grid {
	margin: -7px;
	font-size: 0;
}

@media screen and (max-width: 1366px) {
	.vx-general-grid {
		margin: -5px;
	}
}

.vx-general-grid .vx-thumb {
	width: 32.8%;
	padding: 7px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	height: 100%;
}

@media screen and (max-width: 1366px) {
	.vx-general-grid .vx-thumb {
		width: 100%;
		padding: 5px;
	}
}

@media screen and (max-width: 767px) {
	.vx-general-grid .vx-thumb {
		width: 100%;
	}
}

.vx-general-grid .vx-thumb.lg {
	width: 67.2%;
	float: left;
}

@media screen and (max-width: 1366px) {
	.vx-general-grid .vx-thumb.lg {
		width: 100%;
	}
}

.vx-general-grid .vx-thumb.lg .vx-content {
	bottom: 0;
	top: auto;
}

.vx-general-grid .vx-thumb.lg .vx-text {
	font-size: 30px;
	margin-bottom: 15px;
}

@media screen and (max-width: 1160px) {
	.vx-general-grid .vx-thumb.lg .vx-text {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.vx-general-grid .vx-thumb.lg .vx-subtitle {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media screen and (max-width: 640px) {
	.vx-general-grid .vx-thumb.lg .vx-text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

.vx-general-grid .vx-thumb.lg .vx-media::before {
	top: 0;
	bottom: 0;
	height: auto;
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
}

.vx-card {
	position: relative;
	border-radius: 20px;
	display: block;
	height: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	padding-bottom: 49.091%;
}

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

@media screen and (max-width: 1366px) {
	.vx-card {
		min-height: 250px;
		padding-bottom: 0;
	}
}

.vx-card .vx-media {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.vx-card .vx-media::before {
	position: absolute;
	z-index: 1;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 103px;
	background: var(--bg-gradient-card);
}

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

.vx-card .vx-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	padding: 20px;
	pointer-events: none;
}

.vx-card .vx-text {
	max-width: 700px;
	font-weight: 700;
	font-size: 20px;
	color: var(--color-white);
	margin-bottom: 10px;
	line-height: 1.4;
	display: block;
	transition: color .3s;
}

@media screen and (max-width: 1366px) {
	.vx-card .vx-text {
		font-size: 18px;
	}
}

.vx-card .vx-subtitle {
	cursor: default;
	font-size: 16px;
	color: var(--color-second);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1366px) {
	.vx-card .vx-subtitle {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.vx-card .vx-subtitle {
		font-size: 12px;
	}
}

.vx-card .vx-group {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.vx-card .vx-link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	padding: 12px 20px;
	border-radius: 10px;
	color: var(--color-white);
	background: rgba(var(--bg-rgb-dark), 0.6);
	pointer-events: auto;
}

@media screen and (min-width: 1025px) {
	.vx-card .vx-link:hover {
		opacity: .8;
	}
}

.vx-card .vx-link.primary {
	background: rgba(var(--bg-rgb-second), 0.1);
}

.vx-card .vx-btn-play {
	border: none;
	cursor: pointer;
	pointer-events: auto;
	font-family: inherit;
	color: rgba(var(--color-dark), 1);
	font-weight: 600;
	font-size: 14px;
	padding: 12px 20px;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
}

@media screen and (min-width: 1025px) {
	.vx-card .vx-btn-play:hover {
		opacity: .8;
	}
}

.vx-reward-box {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {
	.vx-reward-box {
		margin-bottom: 5px;
	}
}

.vx-reward-box .item {
	cursor: default;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 12px;
	color: var(--color-white);
	background: rgba(var(--bg-rgb-dark), 0.6);
}

.vx-reward-box .item.second {
	color: var(--color-active);
}

.vx-reward-box svg {
	font-size: 14px;
	flex-grow: 0;
	flex-shrink: 0;
}

.vx-main-grid {
	--flex-gap: 13px;
	--flex-items: 4;
	display: flex;
	flex-wrap: wrap;
	gap: 20px var(--flex-gap);
}

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

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

@media screen and (max-width: 480px) {
	.vx-main-grid {
		--flex-items: 1;
		gap: 10px;
	}
}

.vx-main-grid .vx-th {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
	position: relative;
}

a.vx-main-card {
	transition: color .3s;
}

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

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

.vx-main-card .vx-media {
	position: relative;
	border-radius: 15px;
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-bottom: 56.1%;
}
.vx-main-card video{
	object-fit: cover;
}

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

.vx-main-card .vx-miniature {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	border-radius: 5px;
	border: 2px solid var(--color-active);
	width: 78px;
	height: 44px;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
}

.vx-main-card .vx-sticky,
.vx-main-card .vx-duration,
.vx-main-card .vx-premium {
	position: absolute;
	z-index: 2;
	font-size: 12px;
	background: rgba(var(--bg-rgb-dark), 0.6);
	padding: 4px 7px;
	border-radius: 7px;
}

.vx-main-card .vx-premium {
	display: flex;
	align-items: center;
	gap: 5px;
	left: 10px;
	bottom: 10px;
	color: var(--color-active);
}

.vx-main-card .vx-premium .icon {
	max-width: 14px;
}

.vx-main-card .vx-premium img {
	width: 100%;
	height: auto;
}

.vx-main-card .vx-sticky {
	left: 10px;
	top: 10px;
	font-weight: 700;
	color: var(--color-white);
}

.vx-main-card .vx-duration {
	bottom: 10px;
	right: 10px;
	color: var(--color-white);
}

.vx-main-card .vx-content {
	margin-top: 10px;
}

.vx-main-card .vx-text {
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.vx-main-card .vx-list {
	display: flex;
	align-items: center;
	color: var(--color-second);
	gap: 5px;
	overflow: hidden;
	font-size: clamp(.65rem, .9vw, 14px);
}

.vx-main-card li {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 5px;
}

.vx-main-card li::before {
	content: '';
	width: 4px;
	height: 4px;
	background: var(--color-second);
	border-radius: 100%;
}

.vx-main-card li:first-child::before {
	display: none;
}

.vx-wrap-load-more {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vx-wrap-load-more .vx-link {
	display: flex;
	align-items: center;
	color: var(--color-main);
	gap: 5px;
	border: none;
	cursor: pointer;
	flex-grow: 0;
	flex-shrink: 0;
	background: rgba(var(--bg-rgb-second), 0.1);
	font-weight: 600;
	border-radius: 10px;
	padding: 12px 50px;
	line-height: 1.143;
	transition: color .3s;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.vx-wrap-load-more .vx-link:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.vx-wrap-load-more .vx-link:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

.vx-wrap-load-more .vx-link > * {
	position: relative;
}

.vx-wrap-load-more .vx-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vx-tags-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-second);
	padding: 10px 20px;
	border-radius: 10px;
	background: rgba(var(--bg-rgb-second), 0.1);
}

@media screen and (min-width: 1025px) {
	.vx-tags-list a:hover {
		color: rgba(var(--color-dark), 1);
		background: var(--bg-tools-gradient);
	}
}

.swiper {
	display: none;
}

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

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

.vx-slider-wrapper {
	position: relative;
}

.vx-swiper-btns-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.vx-swiper-btns-group .swiper-button-next,
.vx-swiper-btns-group .swiper-button-prev {
	position: relative;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 100%;
	background: rgba(var(--bg-rgb-second), 0.1);
	font-size: 12px;
	transition: color .3s;
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.vx-swiper-btns-group .swiper-button-next:hover,
	.vx-swiper-btns-group .swiper-button-prev:hover {
		color: rgba(var(--color-dark), 1);
	}
	.vx-swiper-btns-group .swiper-button-next:hover:before,
	.vx-swiper-btns-group .swiper-button-prev:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.vx-swiper-btns-group .swiper-button-next::before,
.vx-swiper-btns-group .swiper-button-prev::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-swiper-btns-group .swiper-button-next::after,
.vx-swiper-btns-group .swiper-button-prev::after {
	display: none;
}

.vx-swiper-btns-group .svg-icon {
	position: relative;
	width: 1em;
	height: 1em;
}

.vx-models-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border-radius: 10px;
}

.vx-models-card .vx-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	color: rgba(var(--bg-rgb-dark), 0.5);
	color: v;
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
}

.vx-models-card .vx-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 100%;
}

.vx-models-card .vx-content {
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 1;
}

.vx-models-card .vx-name {
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: var(--color-main);
	transition: color .3s;
}

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

.vx-models-card .vx-sub {
	margin-top: 5px;
	font-size: 12px;
	color: var(--color-second);
}

.vx-btn-sbsc {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
	padding: 11px 17px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 12px;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.vx-btn-sbsc:hover {
		color: rgba(var(--color-dark), 1);
	}
	.vx-btn-sbsc:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.vx-btn-sbsc::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-btn-sbsc span {
	position: relative;
}

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

.vx-alphabet-list .vx-item.active a {
	background: var(--bg-tools-gradient);
	color: rgba(var(--bg-rgb-dark), 1);
}

.vx-alphabet-list a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-main);
	font-weight: 500;
	border-radius: 10px;
	padding: 0 5px;
	min-width: 40px;
	height: 40px;
	background: rgba(var(--bg-rgb-tools), 0.1);
}

@media screen and (min-width: 1025px) {
	.vx-alphabet-list a:hover {
		background: var(--bg-tools-gradient);
		color: var(--color-white);
	}
}

.vx-tags-wrap {
	--flex-gap: 44px;
	--flex-items: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 0 var(--flex-gap);
	margin-bottom: 15px;
}

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

@media screen and (max-width: 1366px) {
	.vx-tags-wrap {
		--flex-items: 4;
		--flex-gap: 20px;
	}
}

@media screen and (max-width: 1160px) {
	.vx-tags-wrap {
		--flex-items: 3;
	}
}

@media screen and (max-width: 767px) {
	.vx-tags-wrap {
		--flex-items: 2;
		--flex-gap: 15px;
	}
}

.vx-tags-wrap .vx-item {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}

.vx-tags-wrap a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	line-height: 1.143;
	color: var(--color-main);
	font-weight: 500;
	border-radius: 10px;
}

@media screen and (min-width: 1025px) {
	.vx-tags-wrap a:hover {
		color: rgba(var(--bg-rgb-dark), 1);
		background: var(--bg-tools-gradient);
	}
	.vx-tags-wrap a:hover span:last-child {
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

@media screen and (max-width: 390px) {
	.vx-tags-wrap a {
		padding: 12px 10px;
		font-size: 12px;
	}
}

.vx-tags-wrap span:first-child {
	flex-grow: 1;
	flex-shrink: 1;
}

.vx-tags-wrap span:last-child {
	flex-grow: 0;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 12px;
	color: var(--color-second);
}

.vx-letter-wrap {
	width: 100%;
	margin-bottom: 25px;
}

.vx-tags-letter {
	display: block;
	border-radius: 10px;
	padding: 5px 20px;
	font-weight: 700;
	font-size: 24px;
	color: var(--color-second);
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-card-gallery {
	display: block;
	background: rgba(var(--bg-rgb-tools), 0.1);
	padding: 20px;
	border-radius: 10px;
}

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

.vx-card-gallery .vx-gallery {
	--flex-gap: 6px;
	display: flex;
	flex-wrap: wrap;
	--flex-items: 3;
	gap: 5px var(--flex-gap);
}

@media screen and (max-width: 767px) {
	.vx-card-gallery .vx-gallery {
		--flex-gap: 9px;
	}
}

.vx-card-gallery .vx-box {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}

.vx-card-gallery .vx-media {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	padding-bottom: 55.77%;
}

.vx-card-gallery .vx-media[data-attr-padding] {
	padding-bottom: 100%;
}

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

.vx-top-card {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.143;
	margin-bottom: 20px;
}

.vx-top-card .vx-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-weight: 700;
	font-size: 16px;
	transition: color .3s;
	color: var(--color-main);
}

.vx-top-card .vx-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 6px;
	font-size: 12px;
	color: var(--color-second);
	gap: 5px;
}

.vx-top-card li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.vx-top-card li:first-child::before {
	display: none;
}

.vx-top-card li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	border-radius: 100%;
	background: var(--color-second);
}

.vx-top-card .vx-content {
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
}

.vx-top-card .vx-ava {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	color: rgba(var(--bg-rgb-dark), 0.5);
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}

.vx-top-card .vx-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow: hidden;
}

.bottom-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	gap: 5px;
}

.open-btn,
.btn-follow {
	background: rgba(var(--bg-rgb-tools), 0.1);
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	line-height: 1.143;
	color: var(--color-main);
	padding: 10px 20px;
	border-radius: 10px;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.open-btn:hover,
	.btn-follow:hover {
		color: rgba(var(--bg-rgb-dark), 1);
		background: var(--color-active);
	}
}

.open-btn svg,
.btn-follow svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 10px;
}

.vx-model-box {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 1160px) {
	.vx-model-box {
		flex-direction: column;
		align-items: center;
	}

	.vx-model-box .vx-viewlist .item {
		text-align: center;
	}
}

.vx-posted-model {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 20px;
	max-width: 168px;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}

@media screen and (max-width: 1160px) {
	.vx-posted-model {
		margin: 0 auto 20px;
	}
}

.vx-posted-model .vx-wrap {
	padding-bottom: 148.81%;
	position: relative;
}

.vx-posted-model .vx-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.vx-viewlist {
	flex-grow: 1;
	flex-shrink: 1;
}

.vx-viewlist .vx-list {
	margin-top: 25px;
	font-size: 14px;
	-moz-column-count: 3;
	     column-count: 3;
	gap: 0 50px;
	max-width: 660px;
}

@media screen and (max-width: 767px) {
	.vx-viewlist .vx-list {
		-moz-column-count: 2;
		     column-count: 2;
		gap: 0 25px;
		margin-top: 15px;
	}
}

.vx-viewlist .vx-item {
	margin-bottom: 16px;
}

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

.vx-viewlist .vx-item span:first-child {
	color: var(--color-second);
}

.vx-viewlist .vx-item span:last-child {
	font-weight: 500;
	color: var(--color-main);
}

.vx-viewlist .vx-description {
	font-weight: 500;
	margin-top: 25px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.vx-viewlist .vx-description {
		margin-top: 15px;
	}
}

.vx-viewlist-head {
	display: flex;
	align-items: flex-start;
	gap: 10px 20px;
}

@media screen and (max-width: 860px) {
	.vx-viewlist-head {
		flex-direction: column;
		align-items: center;
	}
}

.vx-viewlist-head .vx-title {
	font-weight: 700;
	font-size: 24px;
	max-width: 300px;
}

@media screen and (max-width: 860px) {
	.vx-viewlist-head .vx-title {
		text-align: center;
		max-width: 100%;
	}
}

.vx-viewlist-head .vx-wrapped {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.vx-viewlist-head .vx-wrapped.second {
	gap: 20px;
	justify-content: flex-end;
}

@media screen and (max-width: 480px) {
	.vx-viewlist-head .vx-wrapped.second {
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: 100%;
	}
}

@media screen and (max-width: 390px) {
	.vx-viewlist-head .vx-wrapped.second {
		flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	.vx-viewlist-head .vx-wrapped.second .btn {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.vx-viewlist-head .vx-wrapped {
		justify-content: center;
	}
}

.vx-viewlist-head .vx-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 480px) {
	.vx-viewlist-head .vx-box,
	.vx-viewlist-head .vx-wrapped,
	.vx-viewlist-head .vx-group {
		width: 50%;
	}
}

@media screen and (max-width: 390px) {
	.vx-viewlist-head .vx-box.second,
	.vx-viewlist-head .vx-wrapped.second,
	.vx-viewlist-head .vx-group {
		width: 100%;
	}
}

.vx-viewlist-head .btn {
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px;
	border-radius: 10px;
	color: var(--color-main);
	background-color: rgba(var(--bg-rgb-second), 0.1);
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.vx-viewlist-head .btn:hover {
		background: var(--color-active);
	}
}

.vx-viewlist-head .btn.second {
	padding: 10px 23px;
}

.vx-viewlist-head .btn svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 20px;
}

.vx-viewlist-head .vx-social-list {
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 767px) {
	.vx-viewlist-head .vx-social-list {
		flex-grow: 0;
		flex-shrink: 0;
	}
}

.vx-info-list {
	margin-top: 5px;
	font-size: 12px;
	color: var(--color-second);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

@media screen and (max-width: 860px) {
	.vx-info-list {
		justify-content: center;
	}
}

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

.vx-info-list li::before {
	content: '';
	background: var(--color-second);
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	overflow: hidden;
}

.vx-info-list li:first-child::before {
	display: none;
}

.vx-group-tools {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.vx-group-tools {
		order: -1;
		width: 100%;
		justify-content: center;
	}
}

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

.vx-reaction-btns .active {
	background: var(--color-active);
}

.vx-btn-subscribe {
	display: flex;
	align-items: center;
	cursor: pointer;
	border: none;
	background: none;
	height: 40px;
	color: rgba(var(--bg-rgb-dark), 1);
	border-radius: 10px;
	overflow: hidden;
	transition: opacity .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-btn-subscribe:hover {
		opacity: .8;
	}
	.vx-btn-subscribe:hover span:not(.vx-amount) {
		color: var(--color-white);
	}
}

.vx-btn-subscribe span {
	display: flex;
	align-items: center;
	height: 100%;
	background: rgba(var(--bg-rgb-tools), 0.1);
	color: var(--color-second);
	padding: 10px;
	flex-grow: 0;
	flex-shrink: 0;
}

.vx-btn-subscribe span:not(.vx-amount) {
	justify-content: center;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 10px 26px;
	font-weight: 600;
	font-size: 16px;
	background: var(--bg-tools-gradient);
	color: rgba(var(--bg-rgb-dark), 1);
	transition: color .3s;
}

.vx-tabs-tools {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 2px;
	margin-bottom: 30px;
}

.vx-tabs-tools .vx-item.active .vx-tab-link {
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-tab-link {
	line-height: 1.1434;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: var(--color-main);
	border-radius: 10px;
	padding: 12px 20px;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.vx-tab-link:hover {
		background: rgba(var(--bg-rgb-tools), 0.2);
	}
}

.vx-tab-content {
	margin-bottom: 50px;
	display: none;
}

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

.vx-tab-content:last-child {
	margin-bottom: 0;
}

.profile-bottom-list {
	gap: 2px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

@media screen and (max-width: 767px) {
	.profile-bottom-list {
		margin: 20px -10px 0;
		padding: 0 10px;
	}
}

.profile-bottom-list::-webkit-scrollbar {
	display: none;
}

.profile-bottom-list .link {
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: var(--color-main);
	padding: 12px 20px;
	line-height: 1.143;
	font-weight: 600;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.profile-bottom-list .link:hover {
		background: rgba(var(--bg-rgb-tools), 0.2);
	}
}

@media screen and (max-width: 767px) {
	.profile-bottom-list .link {
		padding: 12px 10px;
	}
}

.profile-bottom-list .link.active {
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-shorts-grid {
	--flex-gap: 13px;
	--flex-items: 4;
	display: flex;
	flex-wrap: wrap;
	gap: 20px var(--flex-gap);
}

@media screen and (max-width: 1240px) {
	.vx-shorts-grid {
		--flex-items: 3;
	}
}

@media screen and (max-width: 991px) {
	.vx-shorts-grid {
		--flex-items: 2;
	}
}

.vx-shorts-grid .vx-th {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}

.vx-card-short {
	display: block;
	position: relative;
	border-radius: 15px;
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-bottom: 132%;
}

@media screen and (min-width: 1025px) {
	.vx-card-short:hover img {
		transform: scale(1.025);
	}
}

.vx-card-short img {
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	right: 0;
	top: 0;
	width: 300%;
	transform: scale(1);
	transition: transform .4s;
	left: -100%;
}

.vx-card-short .vx-duration,
.vx-card-short .vx-sticky,
.vx-card-short .vx-short-views {
	position: absolute;
	z-index: 2;
	font-size: 12px;
	background: rgba(var(--bg-rgb-dark), 0.6);
	padding: 4px 7px;
	border-radius: 7px;
}

.vx-card-short .vx-short-views {
	bottom: 10px;
	right: 50px;
	color: var(--color-white);
}

.vx-card-short .vx-duration {
	bottom: 10px;
	right: 10px;
	color: var(--color-white);
}

.vx-card-short .vx-sticky {
	left: 10px;
	top: 10px;
	font-weight: 700;
	color: var(--color-white);
}

.vx-twocolumn {
	display: flex;
	align-items: flex-start;
	gap: 10px 16px;
}

@media screen and (max-width: 1280px) {
	.vx-twocolumn {
		flex-direction: column;
	}
}

.vx-twocolumn .vx-column {
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 1280px) {
	.vx-twocolumn .vx-column {
		width: 100%;
	}
}

.vx-twocolumn .vx-column.vx-second {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 409px;
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.vx-twocolumn .vx-column.vx-second {
		max-width: 100%;
	}
}

.player .quality {
	left: 10px;
	top: 10px;
	font-weight: 700;
	color: var(--color-white);
	position: absolute;
	z-index: 2;
	font-size: 12px;
	background: rgba(var(--bg-rgb-dark), 0.6);
	padding: 4px 7px;
	border-radius: 7px;
}

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

.vx-player-tools {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.vx-player-tools {
		flex-direction: column;
		align-items: flex-start;
	}
}

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

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

@media screen and (max-width: 767px) {
	.vx-player-tools .col.second {
		flex-grow: 1;
		flex-shrink: 1;
		width: 100%;
	}
}

.vx-player-tools .vx-info-list {
	justify-content: flex-start;
}

.vx-video-name {
	font-weight: 700;
	font-size: 24px;
}

@media screen and (max-width: 1024px) {
	.vx-video-name {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.vx-video-name {
		font-size: 20px;
	}
}

.action-button-player {
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: 700;
	font-size: 12px;
	color: var(--color-white);
	padding: 4px 7px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	background: rgba(var(--bg-rgb-dark), 0.6);
	display: flex;
	align-items: center;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.action-button-player:hover {
		background: rgba(var(--bg-rgb-dark), 0.8);
	}
}

.play-btn {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-size: 80px;
	color: rgba(var(--bg-rgb-dark), 0.7);
	background: none;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	transition: color .3s;
}

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

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

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

.vx-sidebar-row {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 20px;
	background: rgba(var(--bg-rgb-tools), 0.03);
}

.vx-sidebar-row:last-child {
	margin-bottom: 0;
}

.vx-sidebar-row .vx-title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 6px;
}

.vx-sidebar-row .vx-info {
	color: var(--color-second);
	font-size: 12px;
	margin-top: 4px;
	display: flex;
	flex-wrap: wrap;
}

.vx-info-item {
	margin-left: 5px;
	padding-left: 10px;
	position: relative;
}

.vx-info-item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: var(--color-second);
}

.vx-info-item:first-child {
	padding-left: 0;
	margin-left: 0;
}

.vx-info-item:first-child::before {
	display: none;
}

.vx-sidebar-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vx-card-sup {
	display: flex;
	align-items: center;
	gap: 10px;
}

.vx-card-sup .vx-ava {
	flex-shrink: 0;
	flex-grow: 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
}

.vx-card-sup img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: inline-block;
	vertical-align: top;
}

.vx-card-sup .vx-group {
	flex-shrink: 1;
	flex-grow: 1;
}

.vx-card-sup .vx-name {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-main);
}

.vx-btn-more {
	background: rgba(var(--bg-rgb-tools), 0.1);
	padding: 8px 20px;
	color: var(--color-main);
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.vx-btn-more:hover {
		color: rgba(var(--color-dark), 1);
	}
	.vx-btn-more:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.vx-btn-more::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-btn-more > * {
	position: relative;
	z-index: 1;
}

.vx-card-sub {
	font-weight: 500;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vx-sidebar-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vx-sidebar-box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.vx-sidebar-box .vx-image {
	flex-shrink: 0;
	flex-grow: 0;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}

.vx-sidebar-box img {
	max-width: 100px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.vx-sidebar-box .vx-content {
	display: flex;
	flex-direction: column;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
}

.vx-sidebar-box .vx-name {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.vx-sidebar-adv {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 20px 30px;
	border-radius: 20px;
	background: rgba(var(--bg-rgb-tools), 0.03);
}

.vx-sidebar-adv .vx-title {
	color: var(--color-second);
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .3em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.vx-sidebar-adv .vx-wrap {
	border-radius: 10px;
	overflow: hidden;
}

.vx-grid-media {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	overflow: hidden;
}

.vx-grid-item {
	width: 20%;
	padding: 0 5px;
	margin-bottom: 14px;
	transition: top .4s;
}

@media screen and (max-width: 1240px) {
	.vx-grid-item {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.vx-grid-item {
		margin-bottom: 10px;
		width: 33.3333%;
	}
}

@media screen and (max-width: 480px) {
	.vx-grid-item {
		width: 50%;
	}
}

.vx-card-album {
	display: block;
	position: relative;
	overflow: hidden;
	transition: padding .3s;
}

.vx-card-album.lazyloaded::before,
.vx-card-album.lazyloaded > img {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
}

@media screen and (min-width: 1025px) {
	.vx-card-album.lazyloaded:hover {
		padding: 2px;
	}
	.vx-card-album.lazyloaded:hover > img {
		opacity: .5;
	}
}

.vx-card-album::before,
.vx-card-album > img {
	opacity: 0;
	transform: scale(0.8);
	filter: blur(10px);
	transition: opacity .6s, filter .6s, transform .6s;
}

.vx-card-album::before, .vx-card-album::after {
	content: "";
	position: absolute;
	border-radius: 20px;
	overflow: hidden;
}

.vx-card-album::before {
	z-index: 2;
	background: var(--bg-tools-gradient);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.vx-card-album::after {
	background-color: var(--bg-dark);
	z-index: 3;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
}

.vx-card-album > img {
	border-radius: 20px;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
}

[data-attr-margin] {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	[data-attr-margin] {
		margin-top: 20px;
	}
}

.vx-tools-panel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

@media screen and (max-width: 767px) {
	.vx-tools-panel.vx-second {
		justify-content: space-between;
	}
}

.vx-tools-panel .btn {
	gap: 10px;
	line-height: 1.143;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 600;
	position: relative;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-tools-panel .btn:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.vx-tools-panel .btn:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

.vx-tools-panel .btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
	z-index: -1;
}

.vx-tools-panel .btn > * {
	position: relative;
	z-index: 1;
}

.vx-tools-panel .btn.active {
	background: var(--bg-tools-gradient);
	color: rgba(var(--bg-rgb-dark), 1);
}

.vx-tools-panel svg {
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

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

.vx-fav-drop {
	position: relative;
}

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

.vx-fav-drop.show .btn {
	background: var(--bg-tools-gradient);
	color: rgba(var(--bg-rgb-dark), 1);
}

.vx-fav-list {
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	z-index: 3;
	border-radius: 15px;
	background-color: rgba(var(--bg-rgb-tools-primary), 0.75);
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	min-width: 180px;
	--flex-gap: 10px;
	--flex-items: 1;
	gap: var(--flex-gap);
	transform: translate3d(0, 10px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.vx-fav-list .vx-item {
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}

.vx-fav-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(var(--bg-rgb-tools-secondary), 1);
	color: var(--color-main);
	position: relative;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-fav-list a:hover {
		color: rgba(var(--color-dark), 1);
	}
	.vx-fav-list a:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

.vx-fav-list a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-fav-list a > * {
	position: relative;
	z-index: 1;
}

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

.vx-wrapper-info {
	margin-top: 30px;
	border-radius: 20px;
	padding: 20px;
	background: rgba(var(--bg-rgb-tools), 0.03);
}

@media screen and (max-width: 767px) {
	.vx-wrapper-info {
		padding: 10px;
		margin-top: 20px;
	}
}

.vx-tabs-panel {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

@media screen and (max-width: 569px) {
	.vx-tabs-panel {
		flex-direction: column;
	}
}

.vx-tabs-panel .vx-col {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 569px) {
	.vx-tabs-panel .vx-col {
		width: 100%;
	}
}

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

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

@media screen and (max-width: 569px) {
	.vx-tabs-panel .vx-item {
		flex-shrink: 1;
		flex-grow: 1;
	}
}

.vx-tabs-panel .vx-item.active .vx-link {
	background: var(--bg-tools-gradient);
	color: rgba(var(--bg-rgb-dark), 1);
}

.vx-tabs-panel .vx-link {
	line-height: 1.143;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 600;
}

@media screen and (min-width: 1025px) {
	.vx-tabs-panel .vx-link:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

.vx-tabs-panel .vx-link.second {
	padding: 10px;
	font-size: 16px;
}

.vx-tab-frame {
	display: none;
	margin-top: 20px;
}

.vx-tab-frame.selected {
	display: block;
}

.vx-tab-frame .vx-row {
	margin-bottom: 20px;
}

.vx-tab-frame .vx-row:last-child {
	margin-bottom: 0;
}

.vx-tab-frame .description {
	line-height: 1.7;
}

.vx-author-box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.vx-author-box .vx-ava {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	color: rgba(var(--bg-rgb-dark), 0.5);
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
}

.vx-author-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
}

.vx-author-box .vx-name {
	font-weight: 500;
	color: var(--color-main);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-author-box .vx-name:hover {
		color: var(--color-active);
	}
}

.vx-author-box .vx-list {
	font-weight: 400;
	margin-top: 5px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: var(--color-second);
}

.vx-author-box .vx-list li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.vx-author-box .vx-list li:first-child::before {
	display: none;
}

.vx-author-box .vx-list li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: var(--color-second);
}

@media screen and (max-width: 480px) {
	.vx-wrap-thumb.vx-second .vx-name-thumb {
		padding: 0;
	}
}

@media screen and (max-width: 569px) {
	.vx-wrap-thumb.vx-second {
		flex-direction: column;
		align-items: flex-start;
	}
}

.timeline-list {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.timeline-list .name {
	font-weight: 500;
}

.timeline-list .item {
	gap: 10px;
	display: flex;
	align-items: center;
}

.time-list {
	display: flex;
	align-items: center;
	gap: 5px;
}

.time-list a.time,
.time-list button.time {
	cursor: pointer;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.time-list a.time:hover,
	.time-list button.time:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

.time-list .time {
	border: none;
	color: var(--color-white);
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 7px 10px;
	line-height: 1.167;
	font-weight: 600;
	font-size: 12px;
	backdrop-filter: blur(15px);
	background: rgba(var(--bg-rgb-dark), 0.6);
}

.vx-list-thumb {
	display: inline-flex;
	vertical-align: top;
	flex-wrap: wrap;
	font-size: 0;
	font-weight: 600;
	line-height: 1.143;
}

.vx-list-thumb > li {
	display: inline-flex;
	vertical-align: top;
	font-size: 14px;
	padding: 5px;
}

.vx-name-thumb {
	padding: 15px 0 0;
	display: inline-block;
}

.vx-list-tags {
	display: inline;
	font-size: 0;
	font-weight: 600;
	line-height: 1.143;
}

.vx-list-tags li {
	display: inline-flex;
	vertical-align: top;
	font-size: 14px;
	padding: 5px;
}

.vx-list-tags a {
	display: inline-flex;
	vertical-align: top;
	color: var(--color-second);
	padding: 10px 20px;
	border-radius: 10px;
	background: rgba(var(--bg-rgb-tools), 0.1);
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.vx-list-tags a:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

.vx-screenshots-box {
	--flex-gap: 10px;
	--flex-items: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 20px var(--flex-gap);
}

@media screen and (max-width: 1280px) {
	.vx-screenshots-box {
		--flex-items: 4;
	}
}

@media screen and (max-width: 767px) {
	.vx-screenshots-box {
		--flex-items: 3;
		gap: var(--flex-gap);
	}
}

@media screen and (max-width: 480px) {
	.vx-screenshots-box {
		--flex-items: 2;
	}
}

.vx-screenshots-box div {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}

.vx-screenshot-card {
	position: relative;
	overflow: hidden;
	display: block;
	background: var(--bg-dark);
	border-radius: 15px;
	padding-bottom: 55.488%;
}

@media screen and (min-width: 1025px) {
	.vx-screenshot-card:hover::before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.vx-screenshot-card:hover img {
		opacity: .5;
	}
}

.vx-screenshot-card::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: 3;
	background: var(--bg-tools-gradient);
	border-radius: 15px;
	border: 2px solid transparent;
	-webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
	        mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	        mask-composite: exclude;
	transition: top .3s, left .3s, right .3s, bottom .3s;
}

.vx-screenshot-card img {
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	border-radius: 15px;
	transition: opacity .3s;
}

.vx-comments-box .textarea {
	display: block;
	width: 100%;
	resize: none;
	height: 100px;
	color: var(--color-main);
	padding: 20px;
	border: none;
	border-radius: 10px;
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-comments-box .vx-submit {
	/* margin-top: 20px; */
	border: none;
	cursor: pointer;
	background: var(--bg-tools-gradient);
	color: rgba(var(--bg-rgb-dark), 1);
	padding: 12px 30px;
	border-radius: 10px;
	line-height: 1.143;
	font-weight: 600;
}

@media screen and (min-width: 1025px) {
	.vx-comments-box .vx-submit:hover {
		background: var(--bg-tools-gradient-active);
	}
}

.vx-comments-list {
	margin-top: 20px;
}

.vx-comments-list .comment-item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-bottom: 20px;
	flex-wrap: wrap;
	position: relative;
}

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

.vx-comments-list .vx-ava {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	color: var(--color-main);
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
}

.vx-comments-list .vx-ava img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 100%;
}

.vx-comments-list .vx-content {
	width: calc(100% - 50px);
	font-size: 16px;
	line-height: 1.5;
}

.vx-comments-list .vx-group {
	display: flex;
	align-items: center;
	gap: 5px;
}

.vx-comments-list .vx-name {
	color: var(--color-main);
	font-weight: 700;
	transition: color .3s;
}

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

.vx-comments-list .vx-list {
	display: flex;
	align-items: center;
	font-size: 12px;
	gap: 5px;
	color: var(--color-second);
}

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

.vx-comments-list .vx-list li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: var(--color-second);
	overflow: hidden;
}

.vx-comments-list .vx-comment {
	flex-grow: 1;
	flex-shrink: 1;
}

.vx-comments-list .vx-checkbox-label {
	flex-grow: 0;
	flex-shrink: 0;
}

.main-content {
	display: flex;
	align-items: center;
	gap: 0 20px;
	width: 100%;
}

.download-box .item {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	border-radius: 10px;
	background: rgba(var(--bg-rgb-tools), 0.1);
}

@media screen and (max-width: 374px) {
	.download-box .item {
		flex-direction: column;
	}
}

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

.download-box .text {
	flex-grow: 1;
	flex-shrink: 1;
	font-size: 16px;
}

.btn-download {
	cursor: pointer;
	border: none;
	line-height: 1.143;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 600;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border-radius: 10px;
	padding: 12px 20px;
	transition: color .3s, background .3s;
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.btn-download:hover {
		color: rgba(var(--bg-rgb-dark), 1);
		background: var(--color-active);
	}
}

@media screen and (max-width: 374px) {
	.btn-download {
		width: 100%;
	}
}

.btn-download svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 16px;
}

.vx-embed-box .vx-sup {
	color: var(--color-main);
	margin-bottom: 15px;
}

.vx-embed-box .vx-textarea {
	width: 100%;
	resize: none;
	height: 100%;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border-radius: 10px;
	padding: 20px;
	border: none;
	display: block;
	/* height: 100px; */
	color: var(--color-second);
}

@media screen and (max-width: 390px) {
	.vx-embed-box .textarea {
		padding: 10px;
		font-size: 12px;
	}
}

.vx-share-box .textfield {
	width: 100%;
	border-radius: 10px;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	color: var(--color-second);
	padding: 12px 20px;
	line-height: 1.143;
}

.vx-share-box .name {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.vx-field-label {
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}

.vx-violation-box .vx-wrapped {
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 569px) {
	.vx-violation-box .vx-wrapped {
		flex-direction: column;
	}
}

.vx-violation-box .vx-wrapped .vx-col {
	width: 50%;
}

@media screen and (max-width: 569px) {
	.vx-violation-box .vx-wrapped .vx-col {
		width: 100%;
	}
}

.vx-violation-box .vx-title {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.vx-violation-box .vx-textarea {
	width: 100%;
	height: 100px;
	resize: none;
	border-radius: 10px;
	border: none;
	padding: 10px;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-violation-box .btn {
	margin-top: 20px;
	border: none;
	cursor: pointer;
	background: var(--bg-tools-gradient);
	color: rgba(var(--bg-rgb-dark), 1);
	padding: 12px 30px;
	border-radius: 10px;
	line-height: 1.143;
	font-weight: 600;
}

@media screen and (min-width: 1025px) {
	.vx-violation-box .btn:hover {
		background: var(--bg-tools-gradient-active);
	}
}

.vx-radio-list {
	margin: -10px;
}

.vx-item-radio {
	padding: 10px;
}

.vx-label-choice {
	display: inline-flex;
}

.vx-radio-info {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	flex-grow: 1;
	flex-shrink: 1;
	padding-left: 40px;
}

.vx-radio-info:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: rgba(var(--bg-rgb-dark), 1);
	border-radius: 50%;
	top: 50%;
	left: 6px;
	transition: background .4s, opacity .3s;
	transform: translate3d(0, -50%, 0);
	z-index: 2;
	opacity: 0;
}

.vx-radio-info::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid var(--color-second);
	border-radius: 100%;
	left: 0;
	transition: .3s;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.vx-input-choice {
	display: none;
}

.vx-input-choice:checked + .vx-radio-info:after {
	opacity: 1;
}

.vx-input-choice:checked + .vx-radio-info::before {
	background: var(--color-active-second);
	border-color: var(--color-active-second);
}

.vx-upload-box {
	border-radius: 10px;
	background: rgba(var(--bg-rgb-tools), 0.1);
	padding: 20px;
}

.vx-upload-box .vx-step {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	background: rgba(var(--bg-rgb-tools), 0.1);
	font-weight: 600;
	padding: 12px 20px;
	border-radius: 10px;
	line-height: 1.143;
}

.vx-upload-box .vx-row {
	margin-bottom: 20px;
}

.vx-upload-box .vx-row:last-child {
	margin-bottom: 0;
}

.vx-upload-box .textfield {
	width: 100%;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	border-radius: 10px;
	color: var(--color-main);
}

.vx-upload-box .textfield.second::-webkit-input-placeholder {
	color: var(--color-main);
}

.vx-upload-box .textfield.second:-moz-placeholder {
	color: var(--color-main);
	opacity: 1;
}

.vx-upload-box .textfield.second::-moz-placeholder {
	color: var(--color-main);
	opacity: 1;
}

.vx-upload-box .textfield.second:-ms-input-placeholder {
	color: var(--color-main);
}

.vx-upload-box .textfield.second:focus::-webkit-input-placeholder {
	color: transparent;
}

.vx-upload-box .textfield.second:focus:-moz-placeholder {
	color: transparent;
}

.vx-upload-box .textfield.second:focus::-moz-placeholder {
	color: transparent;
}

.vx-upload-box .textfield.second:focus:-ms-input-placeholder {
	color: transparent;
}

.vx-upload-box .textfield.second.placeholder {
	color: var(--color-main) !important;
}

.vx-upload-box input {
	padding: 10px 105px 10px 20px;
	height: 40px;
}

.vx-upload-box textarea {
	padding: 20px;
	height: 100px;
	resize: none;
}

.vx-upload-box .group {
	display: flex;
	gap: 20px;
}

.vx-upload-box .item {
	width: 50%;
}

.vx-upload-box .btns {
	display: flex;
	align-items: center;
	gap: 10px;
}

.vx-upload-box .btn {
	border: none;
	cursor: pointer;
	color: var(--color-main);
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 12px 18px;
	border-radius: 10px;
	line-height: 1.143;
	background: rgba(var(--bg-rgb-tools), 0.2);
	position: relative;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-upload-box .btn:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.vx-upload-box .btn:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

.vx-upload-box .btn.second {
	background: var(--bg-tools-gradient);
	color: rgba(var(--bg-rgb-dark), 1);
}

.vx-upload-box .btn > * {
	position: relative;
	z-index: 1;
}

.vx-upload-box .btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient-active);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-upload-box .vx-bottom {
	margin-top: 20px;
}

select {
	display: none;
	font-family: inherit;
	font-size: inherit;
}

.select2-container--default .select2-selection--single {
	border: none;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border-radius: 10px;
	height: 40px;
	display: flex;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	flex-shrink: 1;
	flex-grow: 1;
	padding-right: 40px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border: none;
	transform: rotate(-180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
	width: 38px;
	flex-shrink: 0;
	flex-grow: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	border: none;
	transform: rotate(0);
	transition: transform .3s;
	background-color: var(--color-select-select);
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11'><path d='M9.84016 2.82423L9.5126 2.49439C9.40951 2.39138 9.27235 2.33463 9.12577 2.33463C8.97926 2.33463 8.84194 2.39138 8.73885 2.49439L5.00224 6.23117L1.26131 2.49024C1.15838 2.38723 1.02107 2.33057 0.87456 2.33057C0.728055 2.33057 0.590655 2.38723 0.487646 2.49024L0.160001 2.81805C-0.0533338 3.03122 -0.0533338 3.37846 0.160001 3.59163L4.61402 8.06167C4.71695 8.1646 4.8541 8.23712 5.00191 8.23712H5.00362C5.1502 8.23712 5.28736 8.16452 5.39029 8.06167L9.84016 3.60375C9.94325 3.50082 9.99984 3.35952 10 3.21301C10 3.06643 9.94325 2.92708 9.84016 2.82423Z' fill='black'/></svg>") center/contain no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11'><path d='M9.84016 2.82423L9.5126 2.49439C9.40951 2.39138 9.27235 2.33463 9.12577 2.33463C8.97926 2.33463 8.84194 2.39138 8.73885 2.49439L5.00224 6.23117L1.26131 2.49024C1.15838 2.38723 1.02107 2.33057 0.87456 2.33057C0.728055 2.33057 0.590655 2.38723 0.487646 2.49024L0.160001 2.81805C-0.0533338 3.03122 -0.0533338 3.37846 0.160001 3.59163L4.61402 8.06167C4.71695 8.1646 4.8541 8.23712 5.00191 8.23712H5.00362C5.1502 8.23712 5.28736 8.16452 5.39029 8.06167L9.84016 3.60375C9.94325 3.50082 9.99984 3.35952 10 3.21301C10 3.06643 9.94325 2.92708 9.84016 2.82423Z' fill='black'/></svg>") center/contain no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--color-main);
	padding: 0 20px;
}

.select2-results__option--selectable {
	color: var(--color-second);
	background: none;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: var(--color-active);
	color: var(--color-white);
}

.select2-dropdown {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(var(--bg-rgb-tools), 0.1);
	backdrop-filter: blur(6px);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none;
	padding: 0 20px;
	color: rgba(var(--color-dark), 1);
	height: 40px;
	border-radius: 8px;
	background-color: var(--color-white);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--color-second);
}

.select2-container--default .select2-results__option--selected {
	color: var(--color-white);
	background: var(--color-active);
}

.vx-quality-list {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.vx-quality-list .quality {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 10px;
	font-weight: 600;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	color: var(--color-second);
	line-height: 1.143;
}

.vx-quality-list a, .vx-quality-list button {
	cursor: pointer;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.vx-quality-list a:hover, .vx-quality-list button:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

.vx-mask-button {
	position: relative;
}

.vx-mask-button input[type=file] {
	display: none;
}

.vx-mask-input {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: var(--color-second);
	height: 40px;
	border-radius: 10px;
	position: relative;
	/* padding: 5px 110px 5px 20px; */
	width: 100%;
	/* background: rgba(var(--bg-rgb-tools), 0.1); */
}

.vx-file-wrap {
	display: flex;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
	font-size: 14px;
	min-height: 30px;
	padding: 6px 20px;
	background-color: rgba(var(--bg-rgb-tools), 0.1);
	color: var(--color-main);
	font-weight: 600;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	z-index: 2;
	transition: background-color .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-file-wrap:hover {
		color: rgba(var(--bg-rgb-dark), 1);
		background: var(--color-active);
	}
}

@media screen and (max-width: 390px) {
	.vx-file-wrap {
		font-size: 12px;
		padding: 6px 15px;
	}
}

.vx-text-input {
	color: var(--color-main);
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}

@media screen and (max-width: 569px) {
	.vx-text-input span:not(.hide) {
		text-transform: capitalize;
	}
}

@media screen and (max-width: 569px) {
	.vx-text-input .hide {
		display: none;
	}
}

[data-attr-btn-popup] {
	position: relative;
}

.vx-two-sections {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.vx-two-sections {
		flex-direction: column;
	}
}

.vx-section-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 20px;
}

.vx-section-one {
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 767px) {
	.vx-section-one {
		width: 100%;
	}
}

.vx-section-one.show .list-selector-popup {
	display: block;
}

.vx-section-one .name {
	font-size: 16px;
	margin-bottom: 15px;
}

.vx-section-two {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 310px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.vx-section-two {
		max-width: 100%;
	}
}

.vx-section-two .vx-main-card {
	max-width: 400px;
}

.list-selector-popup {
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	bottom: 52px;
	border-radius: 10px;
	z-index: 3;
	background-color: rgba(var(--bg-rgb-tools), 0.1);
	backdrop-filter: blur(6px);
	box-shadow: var(--box-shadow-menu);
}

.list-selector-popup .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	border: 2px solid var(--color-second);
	border: none;
}

.list-selector-popup input {
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	border: none;
	background-color: rgba(var(--bg-rgb-tools), 0.1);
	color: var(--color-main);
	font-weight: inherit;
	font-size: 12px;
	font-family: inherit;
}

.button-group {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 30px;
	right: 8px;
}

.button-group .item {
	display: inline-flex;
	align-items: center;
	width: 31%;
	padding: 3px 0 10px;
	vertical-align: top;
}

@media screen and (max-width: 1240px) {
	.button-group .item {
		width: 45%;
	}
}

.button-group .checkbox {
	display: none;
}

.button-group .checkbox:checked + label::before {
	background-color: var(--color-active);
	border: 1px solid var(--color-active);
}

.button-group .checkbox:checked + label::after {
	opacity: 1;
}

.button-group label {
	color: var(--color-main);
	font-size: 12px;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 25px;
}

.button-group label::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid var(--color-second);
	transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.button-group label::after {
	content: "";
	position: absolute;
	opacity: 0;
	transition: opacity .2s;
	left: 7px;
	top: 2px;
	width: 6px;
	height: 9px;
	z-index: 10;
	border: solid var(--color-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.vx-user-box {
	display: flex;
	position: relative;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.vx-user-box {
		flex-direction: column;
		border-radius: 0;
		margin: -20px -10px 0;
		padding: 20px 20px 0;
	}
}

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

.vx-posted-user {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 20px;
	max-width: 200px;
	overflow: hidden;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.vx-posted-user {
		margin: 0 auto 20px;
	}
}

.vx-posted-user .vx-wrap {
	overflow: hidden;
	border-radius: 10px;
	padding-bottom: 146%;
	position: relative;
}

.vx-posted-user .vx-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.vx-user-viewlist {
	flex-grow: 1;
	flex-shrink: 1;
	position: relative;
	z-index: 2;
	min-width: 1px;
	width: 100%;
}

.vx-user-viewlist .vx-list {
	margin-top: 15px;
	font-size: 14px;
	-moz-column-count: 2;
	     column-count: 2;
	gap: 0 50px;
	max-width: 400px;
}

@media screen and (max-width: 767px) {
	.vx-user-viewlist .vx-list {
		max-width: 100%;
		gap: 0 25px;
	}
}
.vx-user-viewlist .vx-description{
	margin-top: 10px;
}

.vx-user-viewlist .vx-item {
	margin-bottom: 12px;
	color: var(--color-white);
}

@media screen and (max-width: 767px) {
	.vx-user-viewlist .vx-item {
		text-align: center;
	}
}

.vx-user-viewlist .vx-item:last-child {
	margin-bottom: 0;
}

.vx-user-viewlist .vx-item span:last-child {
	font-weight: 700;
}

.vx-group-head {
	display: flex;
	align-items: center;
	gap: 15px 0;
}

@media screen and (max-width: 767px) {
	.vx-group-head {
		flex-direction: column;
	}
}

.vx-group-head .vx-title {
	flex-grow: 1;
	flex-shrink: 1;
	font-weight: 700;
	font-size: 36px;
	color: var(--color-white);
}

@media screen and (max-width: 1160px) {
	.vx-group-head .vx-title {
		font-size: 30px;
		text-align: center;
	}
}

.btn-edit {
	flex-grow: 0;
	flex-shrink: 0;
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	color: var(--color-white);
	background: rgba(var(--bg-autocomplete), 0.1);
	padding: 12px 20px;
	border-radius: 10px;
	line-height: 1.143;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.btn-edit:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

.btn-edit svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 16px;
}

.vx-counter-info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-bottom: 40px;
	justify-content: flex-end;
	gap: 30px 20px;
	text-align: center;
}

@media screen and (max-width: 1160px) {
	.vx-counter-info {
		gap: 30px 15px;
	}
}

@media screen and (max-width: 767px) {
	.vx-counter-info {
		margin-top: 30px;
		justify-content: space-between;
		gap: 30px;
		padding: 0 40px 25px;
	}
}

@media screen and (max-width: 390px) {
	.vx-counter-info {
		padding: 0 0 25px;
	}
}

.vx-counter-info .vx-amount {
	font-size: 40px;
	font-weight: 700;
	color: var(--color-white);
}

@media screen and (max-width: 1160px) {
	.vx-counter-info .vx-amount {
		font-size: 30px;
	}
}

.vx-counter-info .vx-name {
	font-size: 18px;
	color: var(--color-count);
}

@media screen and (max-width: 1160px) {
	.vx-counter-info .vx-name {
		font-size: 16px;
	}
}

.vx-container-scroll {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	overflow-x: auto;
	overflow-y: hidden;
	display: inline-flex;
	vertical-align: top;
	gap: 1px;
}

.vx-container-scroll::-webkit-scrollbar {
	display: none;
}

@media screen and (max-width: 767px) {
	.vx-container-scroll {
		margin: 0 -20px;
		position: static;
		display: block;
	}
}

.vx-profile-list {
	display: inline-flex;
	vertical-align: top;
	white-space: nowrap;
	border-collapse: collapse;
	width: 100%;
}

.vx-profile-list .vx-link {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	padding: 8px 10px;
	line-height: 1.167;
	border-radius: 10px 10px 0 0;
	color: var(--color-white);
	position: relative;
	transition: color .3s, background-color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-profile-list .vx-link:hover {
		background: rgba(var(--bg-rgb-white), 0.1);
	}
}

.vx-profile-list .vx-link.active {
	color: var(--color-white);
}

.vx-profile-list .vx-link.active::before {
	opacity: 1;
}

.vx-profile-list .vx-link > * {
	position: relative;
	z-index: 1;
}

.vx-profile-list .vx-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	background: var(--bg-tools-gradient);
	opacity: 0;
	transition: opacity .3s;
}

.vx-description-box {
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--color-main);
}

.profile-grid {
	--flex-gap: 10px;
	--flex-items: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 20px var(--flex-gap);
}

@media screen and (max-width: 1240px) {
	.profile-grid {
		--flex-items: 2;
	}
}

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

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


@media screen and (max-width: 480px) {
	.profile-grid {
		--flex-items: 1;
	}
}

.profile-grid .th {
	position: relative;
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}

.profile-tools {
	font-size: 0;
}

@media screen and (max-width: 991px) {
	.profile-tools {
		display: flex;
		flex-direction: column;
	}
}

.profile-box {
	width: calc(100% - var(--width-aside-profile) - 20px);
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
	.profile-box {
		width: 100%;
		margin-bottom: 30px;
	}
}

.profile-box:last-child {
	margin-bottom: 0;
}

.profile-box.check .more-button {
	color: rgba(var(--bg-rgb-dark), 1);
	background: var(--bg-tools-gradient);
}

.profile-aside {
	margin-left: 20px;
	width: var(--width-aside-profile);
	float: right;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.profile-aside {
		margin-bottom: 30px;
		margin-left: 0;
		width: 100%;
		float: none;
		display: flex;
		flex-direction: column;
	}
}

.profile-aside .vx-bottom-tools {
	margin-top: 30px;
}

.profile-aside .row {
	margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
	.profile-aside .row {
		margin-bottom: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width: 991px) {
	.profile-aside .row.second {
		order: -1;
	}
}

.profile-aside .row:last-child {
	margin-bottom: 0;
}

.profile-aside .row.check .more-button {
	color: rgba(var(--bg-rgb-dark), 1);
	background: var(--bg-tools-gradient);
}

.profile-aside .row.check .btn.delete {
	opacity: 1;
	pointer-events: all;
}

.profile-aside .vx-friends-grid {
	--flex-items: 2;
}

@media screen and (max-width: 991px) {
	.profile-aside .vx-friends-grid {
		--flex-items: 3;
	}
}

@media screen and (max-width: 569px) {
	.profile-aside .vx-friends-grid {
		--flex-items: 2;
	}
}

.profile-aside .group-cards {
	--flex-items: 1;
}

@media screen and (max-width: 991px) {
	.profile-aside .group-cards {
		--flex-items: 2;
	}
}

@media screen and (max-width: 569px) {
	.profile-aside .group-cards {
		--flex-items: 1;
	}
}

.aside-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
	.aside-title {
		font-size: 22px;
	}
}

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

.group-cards {
	display: flex;
	flex-wrap: wrap;
	--flex-gap: 10px;
	--flex-items: 4;
	gap: var(--flex-gap);
}

@media screen and (max-width: 1240px) {
	.group-cards {
		--flex-items: 3;
	}
}

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

@media screen and (max-width: 480px) {
	.group-cards {
		--flex-items: 1;
	}
}

.group-cards .content {
	padding-right: 30px;
}

.group-cards .th {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
	position: relative;
}

.vx-check-box {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.vx-check-box.second {
	right: 20px;
	top: 20px;
}

.vx-check-box.primary {
	right: 0;
	top: 0;
}

.vx-checkbox-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.vx-checkbox-label .vx-fake {
	display: inline-flex;
	vertical-align: top;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
	width: 20px;
	transition: background .2s, border .2s;
	border-radius: 5px;
	height: 20px;
	backdrop-filter: blur(25px);
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-checkbox-label .vx-fake::after {
	content: "";
	position: absolute;
	opacity: 0;
	transition: opacity .2s;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid var(--color-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.vx-checkbox-label span:not(.fake) {
	color: var(--color-second);
}

.vx-checkbox-label em {
	color: var(--color-main);
}

.vx-checkbox-input {
	display: none;
}

.vx-checkbox-input:checked + .vx-fake {
	background: var(--color-active);
}

.vx-checkbox-input:checked + .vx-fake::after {
	opacity: 1;
}

.vx-bottom-tools {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.vx-bottom-tools[data-attr-tools-margin] {
	margin-top: 30px;
}

.vx-bottom-tools .btn {
	position: relative;
	border: none;
	padding: 13px 30px;
	height: 40px;
	line-height: 1.143;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	transition: color .3s;
	border-radius: 10px;
	background-color: rgba(var(--bg-rgb-tools), 0.1);
	color: var(--color-main);
}

@media screen and (min-width: 1025px) {
	.vx-bottom-tools .btn:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.vx-bottom-tools .btn:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

@media screen and (max-width: 1024px) {
	.vx-bottom-tools .btn {
		padding: 13px 15px;
	}
}

.vx-bottom-tools .btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.vx-bottom-tools .btn > * {
	cursor: pointer;
	position: relative;
}

.vx-bottom-tools .btn.active {
	color: rgba(var(--bg-rgb-dark), 1);
}

.vx-bottom-tools .btn.active::before {
	opacity: 1;
	transform: scale(1);
}

.vx-bottom-tools .btn:disabled {
	opacity: .6;
	pointer-events: none;
	transition: opacity .3s;
}

.vx-bottom-tools .vx-selectall {
	display: none;
}

.vx-friends-grid {
	--flex-gap: 20px;
	--flex-items: 6;
	display: flex;
	flex-wrap: wrap;
	gap: 30px var(--flex-gap);
}

@media screen and (max-width: 1240px) {
	.vx-friends-grid {
		--flex-items: 5;
	}
}

@media screen and (max-width: 1160px) {
	.vx-friends-grid {
		--flex-items: 4;
	}
}

@media screen and (max-width: 767px) {
	.vx-friends-grid {
		padding: 0 20px;
		--flex-items: 3;
	}
}

@media screen and (max-width: 569px) {
	.vx-friends-grid {
		--flex-items: 2;
	}
}

@media screen and (max-width: 390px) {
	.vx-friends-grid {
		padding: 0;
	}
}

.vx-friends-grid .vx-th {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
	position: relative;
}

.vx-friends-card {
	max-width: 140px;
	width: 100%;
	text-align: center;
	display: block;
	color: var(--color-main);
	transition: color .3s;
}

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

@media screen and (max-width: 767px) {
	.vx-friends-card {
		max-width: 150px;
	}
}

@media screen and (max-width: 390px) {
	.vx-friends-card {
		max-width: 140px;
	}
}

.vx-friends-card .vx-image {
	position: relative;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--bg-rgb-tools), 0.1);
	font-size: 70px;
	border-radius: 100%;
	overflow: hidden;
	color: var(--color-main);
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.vx-friends-card .vx-image {
		height: 150px;
	}
}

@media screen and (max-width: 390px) {
	.vx-friends-card .vx-image {
		height: 140px;
	}
}

.vx-friends-card img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	overflow: hidden;
}

.vx-friends-card .vx-title {
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.vx-friends-card .vx-date {
	margin-top: 5px;
	color: var(--color-second);
	font-size: 12px;
}

.vx-tabs-headline {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 0;
	margin-bottom: 50px;
}

.vx-tabs-headline .vx-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

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

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

.vx-tabs-holder {
	margin: 0 -10px;
	padding: 0 0 8px;
	overflow: auto;
	text-align: center;
	flex-shrink: 1;
	flex-grow: 1;
}

.vx-tabs-holder::-webkit-scrollbar {
	display: none;
}

.vx-tabs-list {
	padding: 0 10px;
	display: inline-flex;
	vertical-align: top;
	white-space: nowrap;
	gap: 10px;
}

.vx-tabs-list .vx-item.active .vx-tab {
	background: var(--bg-tools-gradient);
	color: rgba(var(--bg-rgb-dark), 1);
}

.vx-tabs-list .vx-tab {
	line-height: 1.143;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 600;
}

@media screen and (min-width: 1025px) {
	.vx-tabs-list .vx-tab:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

.vx-tab-section {
	display: none;
}

.vx-tab-section.selected {
	display: block;
}

.vx-filter-setting {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(var(--bg-rgb-tools), 0.1);
	display: none;
}

.vx-filter-setting form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px;
}

.vx-filter-setting .vx-col {
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 208px;
}

@media screen and (max-width: 480px) {
	.vx-filter-setting .vx-col {
		max-width: 100%;
	}
	.vx-filter-setting .vx-col:not([data-attr-column]) {
		width: 100%;
	}
}

.vx-filter-setting .vx-col.secondary {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
}

.vx-filter-setting .label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
	color: var(--color-main);
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
}

.vx-filter-setting .textfield {
	width: 100%;
	border-radius: 10px;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	padding: 12px 20px;
	line-height: 1.143;
	font-size: 14px;
	font-family: inherit;
	color: var(--color-main);
}

.vx-filter-setting .vx-group {
	display: flex;
	gap: 10px;
}

.vx-filter-setting .vx-group .vx-item {
	width: 50%;
}

.vx-filter-setting .select2 {
	min-width: 98px;
}

.vx-filter-setting .vx-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	cursor: pointer;
}

.vx-filter-setting .vx-checkbox span:not(.fake) {
	color: var(--color-second);
}

.vx-filter-setting .vx-checkbox em {
	color: var(--color-main);
}

.vx-filter-setting .vx-fake {
	display: inline-flex;
	vertical-align: top;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
	width: 20px;
	transition: background-color .2s, border .2s;
	border-radius: 5px;
	height: 20px;
	background-color: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-filter-setting .vx-fake::after {
	content: "";
	position: absolute;
	opacity: 0;
	transition: opacity .2s;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid rgba(var(--bg-rgb-dark), 1);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.vx-filter-setting .button {
	line-height: 1.143;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	min-height: 40px;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 600;
	color: rgba(var(--color-dark), 1);
	position: relative;
	transition: opacity .3s;
}

.vx-filter-setting .button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1);
	opacity: 1;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	transition: transform .3s, opacity .3s;
}

@media screen and (min-width: 1025px) {
	.vx-filter-setting .button:hover {
		opacity: .85;
	}
}

.vx-filter-setting .button > * {
	position: relative;
	z-index: 1;
}

.vx-feed-group {
	position: relative;
}

.vx-feed-group .vx-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
}

@media screen and (max-width: 1024px) {
	.vx-feed-group .vx-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.vx-feed-group .vx-title {
		font-size: 20px;
	}
}

.vx-feed-box {
	margin-bottom: 50px;
}

.vx-feed-box:last-child {
	margin-bottom: 0;
}

.vx-feed-headline {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px;
}

.vx-feed-headline .vx-name {
	color: var(--color-active);
	font-size: 20px;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-feed-headline .vx-name:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 767px) {
	.vx-feed-headline .vx-name {
		font-size: 18px;
	}
}

.vx-feed-headline .vx-subtitle {
	display: flex;
	align-items: center;
	color: var(--color-second);
	font-size: 12px;
}

.vx-feed-title {
	margin-bottom: 5px;
}

.vx-feed-title span {
	font-weight: 700;
	padding-left: 10px;
}

.vx-feed-content .vx-row {
	margin-bottom: 20px;
}

.vx-feed-content .vx-row:last-child {
	margin-bottom: 0;
}

.vx-feed-card {
	display: flex;
	gap: 10px;
	font-size: 16px;
}

.vx-feed-card .vx-image {
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.vx-feed-card img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.vx-feed-card .vx-box {
	flex-grow: 1;
	flex-shrink: 1;
	line-height: 1.5;
}

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

.vx-feed-card .vx-text {
	line-height: 1.2;
	color: var(--color-second);
	margin-bottom: 4px;
}

.vx-feed-card a {
	color: var(--color-active);
	font-weight: 700;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-feed-card a:hover {
		text-decoration: underline;
	}
}

.vx-feed-card a.vx-name {
	margin: 0;
	color: var(--color-main);
}

.vx-feed-card .vx-date {
	display: inline-flex;
	vertical-align: top;
	gap: 6px;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	padding-top: 3px;
	padding-left: 4px;
}

.vx-feed-card .vx-date::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #c17e8e;
}

.vx-feed-card .vx-date svg {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 4px;
	font-size: 14px;
}

.button-more {
	margin-top: 20px;
	border-radius: 10px;
	background-color: rgba(var(--bg-rgb-tools), 0.1);
	color: var(--light-bg);
	font-size: 14px;
	font-weight: 500;
	padding: 5px 30px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	font-family: inherit;
	transition: background-color .3s;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.button-more:hover {
		color: rgba(var(--color-dark), 1);
	}
	.button-more:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.button-more::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
	transform: scale(1.15);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.button-more > * {
	position: relative;
	z-index: 1;
}

/* =============================================
   FOOTER STYLES
   Refactored
   ============================================= */
.vx-footer {
	margin-top: 80px;
	flex-shrink: 0;
	flex-grow: 0;
	padding-left: var(--aside-content);
}

@media screen and (max-width: 1024px) {
	.vx-footer {
		padding-left: 0;
		margin-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.vx-footer {
		margin-top: 15px;
	}
}

.vx-footer-inner {
	background: rgba(var(--bg-rgb-second), 0.1);
	padding: 30px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px 20px 0 0;
	gap: 30px;
}

@media screen and (max-width: 1160px) {
	.vx-footer-inner {
		flex-direction: column-reverse;
	}
}

.vx-footer-inner .vx-col {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	max-width: 684px;
	gap: 20px;
}

@media screen and (max-width: 1160px) {
	.vx-footer-inner .vx-col {
		max-width: 100%;
		flex-wrap: wrap;
	}
}

.vx-footer-inner .vx-col.second {
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 424px;
	gap: 0;
}

@media screen and (max-width: 1160px) {
	.vx-footer-inner .vx-col.second {
		max-width: 100%;
		text-align: center;
	}
}

.vx-footer-inner .vx-block {
	width: calc(35% - 10px);
}

@media screen and (max-width: 1160px) {
	.vx-footer-inner .vx-block {
		width: auto;
		flex-shrink: 0;
		flex-grow: 0;
	}
}

@media screen and (max-width: 410px) {
	.vx-footer-inner .vx-block {
		width: 100%;
	}
}

.vx-footer-inner .vx-block.second {
	width: calc(65% - 10px);
}

@media screen and (max-width: 1160px) {
	.vx-footer-inner .vx-block.second {
		width: auto;
		flex-shrink: 1;
		flex-grow: 1;
	}
}

@media screen and (max-width: 410px) {
	.vx-footer-inner .vx-block.second {
		width: 100%;
	}
}

.vx-footer-inner .vx-title {
	margin-bottom: 25px;
	color: var(--color-main);
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.vx-footer-inner .vx-title {
		margin-bottom: 15px;
	}
}

.vx-footer-inner .vx-social-list {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.vx-footer-inner .vx-social-list {
		margin-top: 30px;
	}
}

.vx-footer-list {
	font-weight: 600;
	font-size: 14px;
}

.vx-footer-list li {
	margin-bottom: 10px;
}

.vx-footer-list li:last-child {
	margin-bottom: 0;
}

.vx-footer-list a {
	color: var(--color-second);
	transition: color .3s;
}

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

.vx-footer-logo {
	display: flex;
	margin-bottom: 25px;
	width: 262px;
	height: 42px;
}

@media screen and (max-width: 1160px) {
	.vx-footer-logo {
		display: none;
	}
}

.vx-logo-mobile {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media screen and (max-width: 1160px) {
	.vx-logo-mobile {
		display: flex;
	}
}

.vx-logo-mobile [data-attr-logo] {
	max-width: 262px;
	width: 100%;
	height: 42px;
}

@media screen and (max-width: 390px) {
	.vx-logo-mobile [data-attr-logo] {
		max-width: 210px;
	}
}

.vx-footer-text,
.vx-copyright {
	line-height: 1.4;
	font-size: 14px;
	color: var(--color-second);
	padding-bottom: 10px;
}

.vx-copyright {
	margin-top: 15px;
}

.vx-wrap-join {
	display: flex;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.vx-wrap-join {
		flex-direction: column;
		align-items: flex-start;
	}
}

.vx-wrap-join input {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
	border: none;
	height: 40px;
	background: rgba(var(--bg-rgb-tools), 0.1);
	padding: 7px 20px;
	border-radius: 10px;
	color: var(--color-main);
}

.vx-wrap-join .btn {
	flex-grow: 0;
	flex-shrink: 0;
	border: none;
	cursor: pointer;
	color: rgba(var(--color-dark), 1);
	font-weight: 600;
	font-size: 14px;
	height: 100%;
	padding: 12px 20px;
	border-radius: 10px;
	background: var(--bg-tools-gradient);
}

@media screen and (min-width: 1025px) {
	.vx-wrap-join .btn:hover {
		background: var(--bg-tools-gradient-active);
	}
}

.vx-social-list {
	display: flex;
	align-items: center;
	gap: 5px;
}

.vx-social-list a {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-main);
	padding: 12px;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border-radius: 10px;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.vx-social-list a:hover {
		background: var(--color-active-second);
	}
}

.vx-bottom-menu {
	min-height: var(--bottom-menu-height);
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 10px;
	backdrop-filter: blur(25px);
	background: var(--bg-bottom-panel);
	display: none;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition: transform .3s, visibility .3s, opacity .3s;
}

@media screen and (max-width: 767px) {
	.vx-bottom-menu {
		display: block;
	}
}

.vx-bottom-menu .vx-list {
	display: flex;
	align-items: center;
}

.vx-bottom-menu li {
	width: 20%;
}

.vx-bottom-menu .svg-icon {
	font-size: 24px;
}

@media screen and (max-width: 390px) {
	.vx-bottom-menu .svg-icon {
		font-size: 20px;
	}
}

.vx-bottom-menu .vx-icon {
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 3px;
}

.vx-bottom-menu .vx-link {
	line-height: 1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 700;
	font-size: 14px;
	border: none;
	background: none;
	cursor: pointer;
	color: var(--color-main);
}

@media screen and (max-width: 390px) {
	.vx-bottom-menu .vx-link {
		font-size: 12px;
	}
}

.vx-bottom-menu .vx-link.active .vx-icon {
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.cookies-box {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 1px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

@media screen and (max-width: 767px) {
	.cookies-box {
		bottom: var(--bottom-menu-height);
	}
}

.cookies-box.show {
	opacity: 1;
	visibility: visible;
}

.cookies-box .content {
	backdrop-filter: blur(5px);
	background: rgba(var(--bg-rgb-tools), 0.2);
	width: 100%;
	max-width: 100%;
	padding: 10px 10px 10px 18px;
	border-radius: 10px;
	max-height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform .3s;
	position: relative;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.cookies-box .content {
		padding: 10px;
	}
}

.cookies-box .hold {
	display: flex;
	align-items: center;
	gap: 5px 20px;
}

@media screen and (max-width: 767px) {
	.cookies-box .hold {
		flex-direction: column;
	}
}

.cookies-box .sub {
	line-height: 1.5;
	flex-grow: 1;
	flex-shrink: 1;
	color: var(--color-main);
}

.cookies-box .group {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.cookies-box .group {
		flex-grow: 1;
		flex-shrink: 1;
		width: 100%;
	}
}

.cookies-box .btn {
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--bg-rgb-tools), 0.1);
	font-weight: 600;
	border-radius: 10px;
	padding: 12px 20px;
	color: var(--color-white);
	line-height: 1.2;
}

@media screen and (min-width: 1025px) {
	.cookies-box .btn:hover {
		background: var(--bg-tools-gradient-active);
	}
}

@media screen and (max-width: 767px) {
	.cookies-box .btn {
		width: 100%;
	}
}

.cookies-box .btn.second {
	color: rgba(var(--color-dark), 1);
	background: var(--bg-tools-gradient);
}

@media screen and (min-width: 1025px) {
	.cookies-box .btn.second:hover {
		background: var(--bg-tools-gradient-active);
	}
}

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

.modal-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 1px;
	z-index: 1051;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	overflow: auto;
	backdrop-filter: blur(3px);
	background: rgba(var(--color-dark), 0.6);
}

.modal-box.show {
	opacity: 1;
	visibility: visible;
}

.vx-modal-content {
	background: var(--bg-main);
	width: 100%;
	padding: 50px;
	border-radius: 20px;
	overflow: hidden;
	max-width: 484px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform 0.3s;
	position: relative;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.vx-modal-content {
		padding: 20px;
	}
}

.vx-modal-content .vx-close {
	display: flex;
	border: none;
	background: none;
	position: absolute;
	font-size: 24px;
	right: 20px;
	top: 20px;
	color: var(--color-main);
	cursor: pointer;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-modal-content .vx-close:hover {
		color: var(--color-active);
	}
}

.vx-modal-content .vx-title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.vx-modal-content .vx-title {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.vx-modal-content .vx-title {
		font-size: 24px;
		padding-right: 34px;
	}
}

.vx-modal-content .vx-row {
	margin-bottom: 20px;
}

.vx-modal-content .vx-row:last-child {
	margin-bottom: 0;
}

.vx-modal-content .vx-input,
.vx-modal-content .textarea {
	line-height: 1.143;
	width: 100%;
	border: none;
	padding: 11px 20px;
	color: var(--color-main);
	border-radius: 10px;
	background: rgba(var(--bg-rgb-tools), 0.1);
}

.vx-modal-content .textarea {
	display: block;
	height: 120px;
	resize: none;
}

.vx-modal-content .text-input {
	color: var(--color-second);
}

.vx-modal-content .vx-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

.vx-modal-content .btn {
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	color: rgba(var(--color-dark), 1);
	padding: 12px;
	line-height: 1.143;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	background: var(--bg-tools-gradient);
	transition: opacity .3s;
}

@media screen and (min-width: 1025px) {
	.vx-modal-content .btn:hover {
		opacity: .9;
	}
}

.vx-modal-content .vx-hold {
	padding-bottom: 45px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(var(--bg-rgb-tools), 0.1);
}

@media screen and (max-width: 767px) {
	.vx-modal-content .vx-hold {
		padding-bottom: 25px;
	}
}

.vx-modal-content .vx-hold.vx-secondary {
	margin-bottom: 30px;
	margin-bottom: 20px;
}

.vx-modal-content .vx-hold:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.vx-modal-content .vx-text {
	text-align: center;
	color: var(--color-second);
	margin-bottom: 15px;
}

.vx-modal-content .vx-info {
	max-width: 300px;
	margin: 0 auto;
	padding-top: 7px;
	text-align: center;
	line-height: 1.5;
	color: var(--color-second);
}

.vx-modal-content .vx-info a {
	color: var(--color-active-second);
}

@media screen and (min-width: 1025px) {
	.vx-modal-content .vx-info a:hover {
		text-decoration: underline;
	}
}

.vx-modal-content .button {
	border-radius: 10px;
	padding: 11px 20px;
	line-height: 1.143;
	cursor: pointer;
	width: 100%;
	text-transform: capitalize;
	border: none;
	font-weight: 600;
	color: var(--color-main);
	background-color: rgba(var(--bg-rgb-tools), 0.1);
	transition: background-color .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-modal-content .button:hover {
		background-color: var(--color-active);
		color: rgba(var(--color-dark), 1);
	}
}

.vx-modal-content .vx-name {
	display: block;
	margin-bottom: 5px;
}

.vx-modal-content[data-attr-xl] {
	max-width: 1210px;
	padding: 0;
}

.vx-modal-content[data-attr-l] {
	max-width: 950px;
}

.vx-modal-content .form {
	width: 100%;
}

.vx-modal-content .submit {
	width: 100%;
	border: none;
	padding: 20px 15px;
	border-radius: 10px;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	color: rgba(var(--bg-rgb-dark), 1);
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	background: var(--bg-tools-gradient);
	opacity: 1;
	transition: opacity .3s;
}

@media screen and (min-width: 1025px) {
	.vx-modal-content .submit:hover {
		opacity: .9;
	}
}

@media screen and (max-width: 860px) {
	.vx-modal-content .submit {
		font-size: 30px;
		padding: 15px;
	}
}

@media screen and (max-width: 390px) {
	.vx-modal-content .submit {
		font-size: 25px;
	}
}

.vx-modal-content .vx-bottom {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-size: 14px;
	line-height: 1.4;
	color: var(--color-second);
	text-align: center;
}

.vx-modal-content .select2-container--default .select2-selection--single,
.vx-modal-content .select2-results__option--selectable,
.vx-modal-content .select2-container--default .select2-search--dropdown .select2-search__field {
	height: 38px;
}

.vx-google-auth {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: var(--color-main);
	background-color: rgba(var(--bg-rgb-tools), 0.1);
	border-radius: 10px;
	padding: 10px 20px;
	line-height: 1.143;
	cursor: pointer;
	width: 100%;
	transition: background-color .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-google-auth:hover {
		color: rgba(var(--color-dark), 1);
		background-color: var(--color-active);
	}
}

.vx-content-group {
	display: flex;
}

.vx-content-group .vx-col {
	max-width: 610px;
	width: 100%;
	flex-shrink: 1;
	flex-grow: 1;
}

@media screen and (max-width: 860px) {
	.vx-content-group .vx-col {
		max-width: 100%;
	}
	.vx-content-group .vx-col:not(.second) {
		display: none;
	}
}

.vx-content-group .vx-col.second {
	width: auto;
	min-width: 550px;
}

@media screen and (max-width: 860px) {
	.vx-content-group .vx-col.second {
		min-width: auto;
	}
}

.vx-content-group .vx-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: inline-block;
	vertical-align: top;
}

.vx-content-group .vx-wrapped {
	width: 100%;
	padding: 30px;
}

@media screen and (max-width: 860px) {
	.vx-content-group .vx-wrapped {
		padding: 20px;
	}
}

.vx-logotype {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	padding: 0 50px;
}

.vx-logotype [data-attr-logo] {
	width: 262px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
}

.vx-modal-list {
	--flex-gap: 10px;
	--flex-items: 2;
	display: flex;
	flex-wrap: wrap;
	color: var(--color-active);
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	gap: 20px var(--flex-gap);
	margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
	.vx-modal-list {
		font-size: 0.95rem;
	}
}

@media screen and (max-width: 390px) {
	.vx-modal-list {
		font-size: 14px;
		gap: 10px var(--flex-gap);
	}
}

.vx-modal-list .vx-item {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
	text-align: center;
}

.vx-modal-list span {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

@media screen and (max-width: 860px) {
	.vx-modal-list span {
		padding-left: 25px;
	}
}

@media screen and (max-width: 390px) {
	.vx-modal-list span {
		padding-left: 20px;
	}
}

.vx-modal-list span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 18.75C15.3325 18.75 19.25 14.8325 19.25 10C19.25 5.16751 15.3325 1.25 10.5 1.25C5.66751 1.25 1.75 5.16751 1.75 10C1.75 14.8325 5.66751 18.75 10.5 18.75Z" fill="%23FF5E00" /><path d="M14.9128 6.08398L9.24609 11.7507L6.91276 9.41732L5.74609 10.584L9.24609 14.084L16.0794 7.25065L14.9128 6.08398Z" fill="black" /></svg>') no-repeat;
	background-size: contain;
	width: 21px;
	height: 20px;
}

@media screen and (max-width: 390px) {
	.vx-modal-list span::before {
		width: 16px;
		height: 15px;
	}
}

.vx-group-box {
	margin-bottom: 30px;
}

.vx-group-box:last-child {
	margin-bottom: 0;
}

.vx-label-radio-choice {
	display: flex;
	margin-bottom: 10px;
}

.vx-label-radio-choice:last-child {
	margin-bottom: 0;
}

.vx-input-radio-choice {
	display: none;
}

.vx-input-radio-choice:checked + .vx-input-radio-info {
	background: var(--bg-tools-gradient);
}

.vx-input-radio-choice:checked + .vx-input-radio-info:after {
	opacity: 1;
}

.vx-input-radio-choice:checked + .vx-input-radio-info::before {
	border-color: rgba(var(--bg-rgb-dark), 1);
	background: rgba(var(--bg-rgb-dark), 1);
}

.vx-input-radio-choice:checked + .vx-input-radio-info .sup,
.vx-input-radio-choice:checked + .vx-input-radio-info .sub,
.vx-input-radio-choice:checked + .vx-input-radio-info .price,
.vx-input-radio-choice:checked + .vx-input-radio-info .period {
	color: rgba(var(--bg-rgb-dark), 1);
}

.vx-input-radio-info {
	cursor: pointer;
	border-radius: 10px;
	padding: 11px 20px 11px 45px;
	display: flex;
	position: relative;
	width: 100%;
	background: rgba(var(--bg-rgb-tools), 0.1);
	font-family: inherit;
	line-height: 1;
}

.vx-input-radio-info::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid var(--color-second);
	border-radius: 100%;
	left: 15px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.vx-input-radio-info::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background-color: var(--color-active);
	border-radius: 50%;
	top: 50%;
	left: 21px;
	transform: translate3d(0, -50%, 0);
	z-index: 2;
	opacity: 0;
}

.vx-input-radio-info .vx-radio-text {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.vx-input-radio-info .vx-title {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: var(--color-main);
	margin-bottom: 5px;
}

.vx-input-radio-info .vx-price {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 3px;
}

.vx-input-radio-info .vx-sup {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-main);
}

@media screen and (max-width: 390px) {
	.vx-input-radio-info .vx-sup {
		font-size: 16px;
	}
}

.vx-input-radio-info .vx-sub {
	color: var(--color-second);
	font-size: 14px;
}

@media screen and (max-width: 390px) {
	.vx-input-radio-info .vx-sub {
		font-size: 12px;
	}
}

.vx-input-radio-info .vx-period {
	display: flex;
	justify-content: flex-end;
	text-transform: uppercase;
	color: var(--color-second);
}

@media screen and (max-width: 390px) {
	.vx-input-radio-info .vx-period {
		font-size: 12px;
	}
}

.vx-price-main {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color-main);
}

@media screen and (max-width: 390px) {
	.vx-price-main {
		font-size: 25px;
	}
}

.vx-modal-field {
	display: flex;
	gap: 20px 0;
}

@media screen and (max-width: 767px) {
	.vx-modal-field {
		flex-direction: column;
	}
}

.vx-modal-field .vx-col {
	width: 50%;
	padding: 0 25px 0 0;
}

@media screen and (max-width: 767px) {
	.vx-modal-field .vx-col {
		width: 100%;
		padding: 0;
	}
}

.vx-modal-field .vx-col.second {
	padding: 0 0 0 25px;
}

@media screen and (max-width: 767px) {
	.vx-modal-field .vx-col.second {
		padding: 0;
	}
}

.vx-wrap-select {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.vx-col-list {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 80px;
	width: 16.936%;
}

.vx-col-list.second {
	width: 100%;
	max-width: 163px;
	flex-grow: 0;
	flex-shrink: 0;
}

.vx-modal-user-box {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.vx-modal-user-box .vx-ava {
	width: 160px;
	height: 160px;
	border-radius: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 80px;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
}

@media screen and (max-width: 390px) {
	.vx-modal-user-box .vx-ava {
		width: 130px;
		height: 130px;
		font-size: 60px;
	}
}

.vx-modal-user-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.save-btn {
	cursor: pointer;
	border: none;
	line-height: 1.143;
	background: var(--bg-tools-gradient);
	border-radius: 10px;
	padding: 12px 30px;
	font-weight: 600;
	margin-top: 50px;
	color: rgba(var(--color-dark), 1);
}

@media screen and (min-width: 1025px) {
	.save-btn:hover {
		background: var(--bg-tools-gradient-active);
	}
}

.vx-logo-modal {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.vx-logo-modal {
		display: none;
	}
}

.vx-logo-modal [data-attr-logo] {
	width: 262px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
}

.vx-forgot-link {
	cursor: pointer;
	text-align: end;
	color: var(--color-second);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.vx-forgot-link:hover {
		color: var(--color-active);
	}
}

.player-wrap {
	position: relative;
	z-index: 0;
}

#kt_player {
	position: absolute !important;
}

.block-share .vx-row .vx-block-size {
	display: flex;
	margin: 0 -5px;
}

.block-share .vx-row {
	margin: 10px 0 0;
}

.block-share .vx-row .vx-block-size .embed-button {
	margin: 0 5px;
}

.light .vx-modal-content .vx-title,
.light .vx-radio-info {
	color: #000;
}

.light .no-player span,
.light .no-player input.btn {
	color: #fff;
}

.posted-user .wrap svg,
.vx-posted-model .vx-wrap svg {
    width: 100%;
    height: auto;
    position: absolute;
}

.vx-section-index {
	display: flex;
}
.vx-section-index .vx-container{
	display: flex;
	flex-direction: column;
}

.vx-section-index .vx-general-grid,
.vx-section-index .vx-card {
	height: 100%;
}

@media screen and (max-width: 1366px) {
	.vx-section-index {
		flex-direction: column;
	}
}

.modal-field.dvd {
	flex-direction: column;
    gap: 0;
}

.light .vx-modal-content .vx-name,
.light .vx-modal-content .vx-field-label {
    color: #000;
}

.light .user-viewlist .item {
	color: #fff;
}

.light .user-viewlist .vx-drop-box .btn {
    color: #ffffff;
    background-color: rgb(255 255 255 / 10%);
}

.light .vx-drop-box.vx-upload-holder .btn {
	color: var(--color-main);
    background-color: rgba(var(--bg-rgb-second), 0.1);
}

.fancybox-wrap:not(.fancybox-type-image) .fancybox-close, .vx-form-upload.uploading *, .sort .sort-drop, .tags-row .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
}

.generic-error  {
	margin: 0 0 10px;
	color: #ff0000;
}

.vx-row {
	position: relative;
}

.field-error {
	position: absolute;
	top: calc(100% + 2px);
	color: #ff0000;
}

.vx-fav-list span {
	display: flex;

}

.select2-container {
	z-index: 11111;
}

.fancybox-inner .vx-modal-content.hidden {
	display: block;
}

.vx-bottom-tools {
	width: 100%;
}

.vx-feed-card a.vx-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-main);
	font-size: 20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	cursor: pointer;
	border-radius: 100%;
	position: relative;
}

#cconsent-bar {
	padding: 10px!important;
	background: transparent!important;
}

#cconsent-bar .ccb__wrapper {
	backdrop-filter: blur(5px)!important;
	background: rgba(var(--bg-rgb-tools), 0.2)!important;
	width: 100%!important;
	max-width: 100%!important;
	padding: 10px 10px 10px 18px!important;
	border-radius: 10px!important;
}

#cconsent-bar .ccb__right > div {
	flex-grow: 0!important;
	flex-shrink: 0!important;
	display: flex!important;
	align-items: center!important;
	gap: 10px!important;
}

#cconsent-bar button.ccb__edit {
	cursor: pointer!important;
	border: none!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	background: rgba(var(--bg-rgb-tools), 0.1)!important;
	font-weight: 600!important;
	border-radius: 10px!important;
	padding: 12px 20px!important;
	color: var(--color-white)!important;
	line-height: 1.2!important;
	margin: 0!important;
	text-decoration: none!important;
}

#cconsent-bar button.consent-give {
	cursor: pointer!important;
	border: none!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	background: var(--bg-tools-gradient)!important;
	font-weight: 600!important;
	border-radius: 10px!important;
	padding: 12px 20px!important;
	color: rgba(var(--color-dark), 1)!important;
	line-height: 1.2!important;
	margin: 0!important;
	text-decoration: none!important;
}

#cconsent-bar .ccb__left {
	margin: 0!important;
}

@media screen and (min-width: 1025px) {
	#cconsent-bar button.ccb__edit:hover {
		background: var(--bg-tools-gradient-active)!important;
	}

	#cconsent-bar button.consent-give:hover {
		background: var(--bg-tools-gradient-active)!important;
	}
}

.autocomplete-suggestions {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: calc(100% + 5px);
	min-height: 54px;
	width: 100%;
	backdrop-filter: blur(18px);
	background: rgba(var(--bg-autocomplete), var(--opacity-autocomplete));
	border-radius: 10px;
	transform-origin: top;
	transition: transform .3s, opacity .3s, visibility .3s;
	overflow: hidden;
	margin: 10px 0 0;
	overflow-y: auto;
}

.autocomplete-suggestion {
	display: block;
	padding: 8px 20px;
	line-height: 1.3334;
	font-size: 18px;
	color: var(--color-second);
	transition: background .3s, color .3s;
	cursor: pointer;
}

.autocomplete-suggestion strong {
	color: var(--color-main);
	font-weight: 400;
}

.autocomplete-group {
	display: block;
	padding: 8px 20px;
	line-height: 1.3334;
	font-size: 18px;
	color: #ff5e00;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.autocomplete-suggestion:hover {
		color: var(--color-main);
		background: rgba(var(--bg-rgb-tools), 0.2);
	}
}

.no-player img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-filter: brightness(46%);
	filter: brightness(46%);
}

.no-player span {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3D(-50%, -50%, 0);
	-ms-transform: translate3D(-50%,-50%,0);
	transform: translate3D(-50%, -50%, 0);
	text-align: center;
	width: 100%;
	font-size: 18px;
}

.vx-album-inner .message a, .info-profile a, .no-player span a, .section-tabs a.link-tab.active em, .vx-sort-control a.active, .sort-search.sort-filter .open-box, .vx-sort-tabs.sort-cat .vx-open_cat, .vx-sort-tabs.sort-models .vx-open_models, .vx-sort-tabs.sort-sites .vx-open_sites {
	color: #ff8500;
}

.no-player {
	position: relative;
	overflow: hidden;
}

.no-player input.btn {
	line-height: 1.143;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	color: var(--color-main);
	background: rgba(var(--bg-rgb-tools), 0.1);
	border: none;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 600;
	margin: 10px auto;
}

@media screen and (min-width: 1025px) {
	.no-player input.btn:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}



form .progressbar {
	position: absolute;
	z-index: 990;
	width: 60%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 3rem;
	border: 0.2rem solid #FF5E00;
	padding: 0.8rem;
	border-radius: 2.4rem;
	background: var(--bg-main);
}

.vx-form-upload.uploading * {
	opacity: 0;
	visibility: hidden;
}

.vx-form-upload.uploading .progressbar, .vx-form-upload.uploading .progressbar * {
	opacity: 1;
	visibility: visible;
}

form .progressbar .text {
	position: absolute;
	width: 100%;
	top: 0rem;
	height: 1rem;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
	color: var(--color-main);
}
form .progressbar.half-done .text {
	color: var(--color-main);
}
form .progressbar .progress {
	width: 0;
	height: 1rem;
	background: #FF5E00;
	border-radius: 2rem;
}

form .progressbar.half-done .text {
	color: #fff;
}

.vx-upload-box .vx-form-upload.uploading .vx-row {
	display: none;
}

.vx-form-upload.uploading-finished {
	display: none;
}

.toggle-button.vx-edit-link {
	display: block;
}

.toggle-button.vx-edit-link .icon-edit {
	width: 20px;
	height: 20px;
	fill: #fff;
}


.vx-modal-content .button {
	display: block;
	text-align: center;
}

.vx-upload-holder.vx-album .vx-mask-button {
	margin: 0 0 20px;
}

@media screen and (max-width: 670px) {
	.vx-upload-holder.vx-album .vx-mask-button {
		margin: 0 0 35px;
	}

}

.vx-modal-join {
	min-width: 500px;
}

@media screen and (max-width: 570px) {
	.vx-modal-join {
		min-width: auto;
	}

}

.vx-modal-field .vx-mask-input {
	padding: 5px 110px 5px 20px;
	background: rgba(var(--bg-rgb-tools), 0.1);
}

@media screen and (max-width: 390px) {
	.vx-modal-field .vx-mask-input {
		padding: 5px 80px 5px 10px;
	}
}

.vx-upload-holder.vx-drop-box .svg-icon {
	font-size: 14px
}

.vx-upload-holder.vx-drop-box.show .btn .svg-icon {
	transform: rotate(0);
}

.user-viewlist .vx-drop-box .svg-icon {
	font-size: 16px;
}

.user-viewlist .vx-drop-box.show .btn .svg-icon {
	transform: rotate(0);
}

.smileys-bar {
	margin: 0 0 10px;
}

.list-messages .item.me,
.list-messages.vx-comments-list .item.me  .group {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: auto;
}

.list-messages .item.me .added, .list-messages .item.me .content {
	text-align: right;
}

.list-messages.vx-comments-list .item.me .list li::before {
	display: none;
}

.list-messages.vx-comments-list .item.me .list li::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: var(--color-second);
	overflow: hidden;
}

.list-messages .vx-upload-box {
	padding: 0;
	background: transparent;
}

.list-messages .vx-upload-box .btn {
	transition: all .3s;
}

@media screen and (min-width: 1025px) {
	.list-messages .vx-upload-box .btn:hover {
		color: rgba(var(--bg-rgb-dark), 1);
		background: var(--bg-tools-gradient-active);
	}
}


.vx-drop-box .vx-hidden-list .js-url-search.active a {
	color: rgba(var(--color-dark), 1);
}

.vx-drop-box .vx-hidden-list .js-url-search.active a:before {
	transform: scale(1);
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#cconsent-bar {
		transform: translateY(-75px)!important;
	}

	#cconsent-bar.ccb--hidden {
		transform: translateY(100%)!important;
	}
}

.vx-card-sup .vx-ava {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--bg-rgb-second), 0.1);
	color: rgba(var(--bg-rgb-dark), 0.5);
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
}

.vx-logo {
	justify-content: center;
}


.light .posted-user .wrap svg {
    fill: #fff;
}

@media screen and (max-width: 1130px) {
	.navigation .link span {
		font-size: 12px;
	}

	.navigation .link {
        padding: 10px 13px;
    }
}

.vx-rta-wrapper {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between logo and text */
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08); /* Divider line */
}

.vx-rta-badge-img {
    height: 38px;
    width: auto;
    opacity: 0.6; /* Muted by default like the screenshot */
    transition: opacity 0.3s;
}
  
.vx-rta-wrapper:hover .vx-rta-badge-img {
    opacity: 1; /* Brightens on hover */
}

.vx-rta-text-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vx-rta-link {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    min-height: 48px;
    text-decoration: none;
}

.vx-rta-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--color-main); /* White/Black based on theme */
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: 2px;
}

.vx-rta-subtitle {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-second);
    opacity: 0.8;
    text-decoration: none;
}
@media (max-width: 768px) {
  .vx-rta-wrapper {
    justify-content: center; /* Center the RTA badge on mobile */
    text-align: left;
  }
}

.link-offer {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0px;
}

.page-error {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 100px 10px 130px;
	font-size: 32px;
}

.vx-model-rank {
    color: var(--color-main);
    font-weight: bold;
    margin-right: 5px;
	background: var(--bg-tools-gradient);
	padding: 2px 6px;
	border-radius: 4px;
	font-weight: 700;
}

@media screen and (max-width: 480px) {
	.vx-main-card .vx-media {
		border-radius: 0px;
		width: auto;
		margin: 0 -10px;
	}
}

@media screen and (max-width: 1240px){
	.player-holder {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media screen and (max-width: 767px) {
	.player-holder {
		margin-left: -10px;
		margin-right: -10px;
	}
}


.reply-list {
	display: none;
}

.reply-list.active {
	display: block;
	margin: 0 0 10px;
}

.block-reply {
	width: 100%;
	padding: 10px 0 0 50px;
}

.comment-item .form-holder-reply {
	display: none;
	padding: 0 0 0 50px;
	width: 100%;
}

.comment-item .form-holder-reply.open {
	display: block;
	
}

.vx-comments-list .comment-item.hidden {
	display: none;
}

.btn-hide-reply .svg-icon {
	transform: rotate(180deg);
	font-size: 11px;
	margin: 2px 0 0 0;
}

.btn-hide-reply span {
	margin: 0 5px 0 0;
}

.btn-view-reply .svg-icon {
	font-size: 11px;
	margin: 2px 0 0 0;
}

.btn-view-reply {
	margin: 0 15px 0 0;
}

.btn-view-reply {
	position: relative;
}

.btn-view-reply::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #FF5E00;
    top: 50%;
    right: 100%;
    z-index: -1;
    margin: 0 10px;
    transform: translateY(-50%);
}

@media screen and (max-width: 460px) {
	.block-reply {
		padding: 0 0 0 30px;
	}

	.btn-view-reply::before {
		width: 20px;
	}

}

@media screen and (max-width: 380px) {
	.block-reply {
		padding: 0 0 0 25px;
	}

	.btn-view-reply::before {
		width: 20px;
    	margin: 0 5px;
	}
}

.reply-list {
	display: none;
}

.reply-list.active {
	display: block;
	margin: 0 0 10px;
}

.block-reply {
	width: 100%;
	padding: 0 0 0 50px;
}

.comment-item .form-holder-reply {
	display: none;
	padding: 0 0 0 50px;
	width: 100%;
}

.comment-item .form-holder-reply.open {
	display: block;
	
}

.vx-comments-list .comment-item.hidden {
	display: none;
}

.btn-hide-reply .svg-icon {
	transform: rotate(180deg);
	font-size: 11px;
	margin: 2px 0 0 0;
}

.btn-hide-reply span {
	margin: 0 5px 0 0;
}

.btn-view-reply .svg-icon {
	font-size: 11px;
	margin: 2px 0 0 0;
}

.btn-view-reply {
	margin: 0 15px 0 0;
}

.btn-view-reply {
	position: relative;
}

.btn-view-reply::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #FF5E00;
    top: 50%;
    right: 100%;
    z-index: -1;
    margin: 0 10px;
    transform: translateY(-50%);
}

@media screen and (max-width: 460px) {
	.block-reply {
		padding: 0 0 0 30px;
	}

	.btn-view-reply::before {
		width: 20px;
	}

}

@media screen and (max-width: 380px) {
	.block-reply {
		padding: 0 0 0 25px;
	}

	.btn-view-reply::before {
		width: 20px;
    	margin: 0 5px;
	}
}

.comment-date {
    font-size: 12px;
    gap: 5px;
    color: var(--color-second);
}

.date-reply {
	width: 100%;
	position: relative;
}

.reply-control {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0 0 0 50px;
	margin: 0 0 10px;
}

.vx-btn-like {
	color: var(--color-main);
}

.vx-btn-like.liked .svg-icon {
	fill: #FF5E00;
}

.vx-comments-list .vx-ava {
	position: relative;
}

.vx-comments-list .quarter {
    width: 30px;
    height: 23px;
    border-left: 1px solid #FF5E00;
    border-bottom: 1px solid #FF5E00;
    border-bottom-left-radius: 100%;
    background: transparent;
    position: absolute;
    left: -30px;
}

.comment-item {
	position: relative;
}

.date-reply .reply-list .comment-item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% + 20px);
    background: #FF5E00;
    left: -30px;
    top: 0;
}

.date-reply .reply-list 
.comment-item:not(.hidden):not(:has(~ .comment-item:not(.hidden)))::after {
    content: none;
}

.comment-item.active > .vx-content:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 3px);
    background: #FF5E00;
    left: -30px;
    bottom: -37px;
}

.vx-comments-list .vx-content {
	position: relative;
}

.date-reply .reply-list 
.comment-item:not(.hidden):not(:has(~ .comment-item:not(.hidden))) {
	margin: 0;
}

@media screen and (max-width: 460px) {
	.date-reply .reply-list .comment-item:after {
		left: -10px;
	}

	.vx-comments-list .quarter {
		width: 11px;
		height: 20px;
		left: -10px;
		top: 0px;
	}
}

@media screen and (max-width: 380px) {
	.date-reply .reply-list .comment-item:after {
		left: -5px;
	}

	.vx-comments-list .quarter {
        width: 6px;
        height: 20px;
        left: -5px;
        top: 0px;
    }
}

.svg.btn-hide-reply {
    position: absolute;
    left: 10px;
    background: rgb(59 26 45);
    cursor: pointer;
    height: 22px;
    padding: 3px;
	border-radius: 15px;
}

.svg.btn-hide-reply svg {
	height: 100%;
    width: auto;
	fill: #fff;
}

.form-level-1 {
	position: relative;
}

.comment-item.active .form-level-1.open::after {
	content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #FF5E00;
    left: 20px;
    bottom: 0px;
}


.video-owner {
	color: var(--color-second);
	transition: color .3s;
}

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

.vx-main-card li.vx-date {
    width: 33%;
	white-space: nowrap;
}

.vx-main-card li {
	white-space: nowrap;
}

.vx-main-card li  a {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.album-owner {
    font-size: 12px;
    color: var(--color-second);
	transition: color .3s;
}

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


.vx-main-card .vx-text {
    display: block;
    color: var(--color-main);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
    .vx-main-card .vx-text:hover, 
    .vx-main-card .vx-media:hover + .vx-content .vx-text {
        color: var(--color-active);
    }
}

.vx-main-card li a,
.top-card li a {
    color: var(--color-second);
    transition: color .3s;
}

.js-reply {
	color: inherit;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	opacity: 0.7;
}


.mention-wrap {
    position: relative;
}

.mention-dropdown {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    background: var(--bg-main);
    border: 1px solid rgba(var(--bg-rgb-second), 0.1);
    display: none;
    z-index: 100;
}

.mention-item {
    padding: 8px 10px;
    cursor: pointer;
}

.mention-item:hover {
	background: var(--color-active);
	color: rgba(var(--bg-rgb-dark), 1);
}

.vx-language-wrapper .vx-hidden-list img {
  margin: 0 5px 1px 0;
}

.vx-language-wrapper .vx-btn-action img {
	margin: 0 0 1px;
}

.vx-aside-menu .vx-language-wrapper {
	width: 100%;
    padding: 5px;
}

.vx-aside-menu .vx-group-btns .vx-language-wrapper .item {
    padding: 0;
}

.vx-bottom-menu {
    transition: transform 0.3s ease-in-out;
    will-change: transform; /* Optimizes for GPU */
    /* Ensure it sits on top */
    z-index: 9999; 
}

.vx-bottom-menu.vx-nav-hidden {
    transform: translateY(100%);
}

/* CLS Fix targeting the Wrapper Class */
.footer-scroller {
	width: 100%;
	height: 100vh;
	aspect-ratio: 1080 / 1920;
	position: relative;
	overflow: hidden;
	display: block;
	clip: rect(0px, 0px, 0px, 0px);
	clip-path: inset(0px);
}

/* Desktop Adjustment */
@media (min-width: 992px) {
    .footer-scroller {
        min-height: 400px;
    }
}

/* Polish the FAQ details */
.vx-footer-faq summary {
    list-style: none;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

.vx-footer-faq summary::before {
    content: '▶';
    font-size: 0.8em;
    position: absolute;
    left: 0;
    top: 12px;
    color: #e66a1f;
    transition: transform 0.2s;
}

.vx-footer-faq details[open] summary::before {
    transform: rotate(90deg);
}

.vx-footer-faq summary::-webkit-details-marker {
    display: none;
}

.vx-seo-text-block {
    max-width: 1200px;
    margin: 0 auto;
}

.vx-seo-text-block p {
    line-height: 1.7;
    font-size: 15px;
    /* color: #e0e0e0; */
	color: var(--color-second);
    margin-bottom: 1.5em;
    letter-spacing: 0.02em;
}

.vx-seo-text-block h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #fff;
}
.btn:active {
    transform: scale(0.98);
    transition: transform 0.05s ease;
}

.flag-icon {
    display: inline-block;
    width: 16px;
    height: 11px;
    background-image: url('/assets/vx/images/flags-sprite.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 2px;
    flex-shrink: 0;
}

.flag-us, .flag-en { background-position: 0 0; }
.flag-de { background-position: 0 -11px; }
.flag-fr { background-position: 0 -22px; }
.flag-es { background-position: 0 -33px; }
.flag-it { background-position: 0 -44px; }
.flag-pt { background-position: 0 -55px; }
.flag-zh, .flag-cn { background-position: 0 -66px; }
.flag-ja, .flag-jp { background-position: 0 -77px; }
.flag-ru { background-position: 0 -88px; }
.flag-tr { background-position: 0 -99px; }

.vx-album-inner {
	overflow: hidden;
	position: relative;
} 

.vx-album-inner .video-holder__purchase {
	top: 0px;
	will-change: top;
	height: 100vh;
	right: 0;
}

.vx-album-inner .video-holder__purchase-toggler {
	right: 20px;
}

.video-holder__purchase-body {
	margin: 0 0 10px;
}

.video-holder__purchase-toggler {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: calc(50% - 20px);
	will-change: opacity;
	opacity: 0;
	border-radius: 5px;
	background-color: #000;
	z-index: 12;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-holder__purchase-toggler {
	cursor: pointer;
	pointer-events: none;
	transition: opacity, 0.2s;
}

.video-holder__purchase-toggler.show {
	pointer-events: all;
	opacity: 0.7;
}

.video-holder__purchase.hide {
	right: -200%;
	pointer-events: none;
}

.video-holder__purchase {
	position: absolute;
	overflow: hidden;
	max-width: 280px;
	height: 100%;
	top: 0;
	right: 0;
	background: #222;
	background: rgba(34, 34, 34, .8);
	padding: 20px 10px;
	will-change: right;
	z-index: 12;
	transition: right, 0.4s;
}

.video-holder__purchase-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.video-holder__purchase .vx-title {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	line-height: 1;
	position: relative;
}

.video-holder__purchase-close {
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	cursor: pointer;
}

.video-holder__purchase-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding-bottom: 160px;
	max-width: 260px;
	margin: 0 auto 10px;
}

.video-holder__purchase-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: top center;
	z-index: 1;
	image-rendering: -webkit-optimize-contrast;
	filter: none;
	max-width: 260px;
	max-height: 160px;
	object-fit: cover;
}

.video-holder__purchase-img .card__video {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card__video-time {
	font-size: 14px;
	margin-right: 3px;
	padding: 9px 10px;
	color: #fff;
	border-radius: 10px;
	background: rgba(var(--bg-rgb-dark), 0.6);
}

.video-holder__purchase-close:after, .video-holder__purchase-close:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #FF5E00;
}

.video-holder__purchase-close:before {
	transform: rotate(45deg);
}

.video-holder__purchase-close:after {
	transform: rotate(-45deg);
}

.js-purchase-block-show .svg-icon {
	fill: #fff;
}

.no-player .video-holder__purchase .vx-btn-action img {
	position: relative;
	width: 20px;
	height: auto;
	filter: none;
}

.or-text {
	margin: 10px 0;
	text-align: center;
	color: #c17c8b;
	position: relative;
}

.or-text:before, .or-text:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 45%;
	height: 1px;
	background: #c17c8b;
}
.or-text:before {
	left: 0;
}
.or-text:after {
	right: 0;
}

.basket-svg {
	width: 22px;
	fill: #fff;

}

.popup_advan-plane .text {
	margin: 14px 0;
}

.video-holder__purchase .vx-btn-action {
	max-width: 260px;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	.vx-btn-action:hover .basket-svg {
		fill: #000;
	}
}

.popup_advan-plane .vx-btn-action {
	width: fit-content;
	margin: 0 auto;
}

@media screen and (max-width: 1550px) {
	.video-holder__purchase {
	max-width: none;
	}
}

@media screen and (max-width: 1380px) { 


	.video-holder__purchase-body {
	display: flex;
	justify-content: center;
	align-items: center;
	}

	.video-holder__purchase-img {
		margin: 0 10px 10px 0;
		width: 260px;
	}


}

@media screen and (max-width: 1280px) {

	.video-holder__purchase {
	max-width: 280px;
	}

	.video-holder__purchase-body {
	flex-direction: column;
	}

	.video-holder__purchase-img {
		margin: 0 auto 10px;
	}

	.video-holder__purchase-body .btns {
	width: 100%;
	}

}

@media screen and (max-width: 830px) {
	.video-holder__purchase {
	max-width: none;
	}
}

@media screen and (max-width: 660px) {
	.video-holder__purchase-body {
	flex-direction: row;
	}
	.video-holder__purchase-img {
		margin: 0 10px 10px 0;
	}

	.video-holder__purchase-body .btns {
		width: auto;
	}

	.video-holder__purchase.hide {
		right: -400%;
	}
}

@media screen and (max-width: 460px) {
	.video-holder__purchase-img img {
	max-width: 160px;
	max-height: 80px;
	}

	.video-holder__purchase-img {
		padding-bottom: 80px;
		max-width: 160px;
	}

	.video-holder__purchase-head {
	margin-bottom: 5px;
	}

	.video-holder__purchase {
		padding: 9px 4px;
	}

	.or-text {
		margin: 2px 0;
	}

	.popup_advan-plane .text {
		margin: 5px 0;
		font-size: 12px;
	}
}


.player-holder .th.item {
position: absolute;
z-index: 100;
height: fit-content;
width: 100%;
height: 100%;
background: #000;
display: flex;
align-items: center;
justify-content: center;

}

.player-holder .th.item .vx-main-card {
width: 25%;
min-width: 214px;
}

.player .vx-main-card .vx-media {
position: relative;
}

.player-holder .actions {
display: flex;
justify-content: space-between;
margin: 5px 0 0;
}

.autoplay-timer {
	margin: 0 0 10px;
}

@media screen and (min-width: 1025px) {
.player-holder .vx-btn-action:hover {
	color: #fff
}

.player-holder .vx-btn-action:hover:before {
	z-index: -1;
}
}

.vx-comments-title {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 18px;
	color: var(--color-main);
	gap: 10px;
}

.vx-page-title { text-align: center; font-size: 1.5rem; line-height: 1.3; margin-bottom: 10px; min-height: 32px; }

.light .video-holder__purchase .vx-btn-action,
.light .video-holder__purchase {
	color: #fff;
}

@media screen and (min-width: 1025px) {
    .light .player-holder .vx-btn-action:hover {
        color: #000;
    }
}

.light .player-wrap .autoplay-timer,
.light .player-wrap .vx-main-card .vx-text,
.light .vx-btn-action {
	color: #fff;
}

.light .vx-header .vx-btn-action {
	color: var(--color-main);
}

.button-group label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 20px;
	height: 20px;

}

.button-group label::before {
    top: 0px;
}

.button-group label::after {
    top: 4px;
}