@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

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: #c17e8e;
	--color-tools: rgba(193, 126, 142, 1);
	--color-dark: 0, 0, 0;
	--color-active-second: #FF5E00;
	--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(15, 0, 0, 0) 0%, #0f0000 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: #787878;
	--color-tools: rgba(255,255,255, .9);
	--color-dark: 0, 0, 0;
	--color-active-second: #FF5E00;
	--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(15, 0, 0, 0) 0%, #0f0000 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 .aside-menu {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	body.open-menu .hamburger {
		transform: translateZ(0) scale(1.25);
	}
	body.open-menu .hamburger::before {
		transform: rotate(45deg) translate3d(-50%, -50%, 0);
	}
	body.open-menu .hamburger::after {
		transform: rotate(-45deg) translate3d(-50%, -50%, 0);
	}
	body.open-menu .hamburger::before, body.open-menu .hamburger::after {
		top: 50%;
		left: 50%;
	}
	body.open-menu .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 .bottom-menu {
		transform: translate3d(0, 100%, 0);
	}
}

@media screen and (max-width: 767px) {
	body.show-search .search {
		top: 50%;
		visibility: visible;
		opacity: 1;
	}
	body.show-search .logo,
	body.show-search .hamburger {
		opacity: 0;
		visibility: hidden;
	}
	body.show-search .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: #FF5E00;
	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;
}

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

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

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

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

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

.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) {
	.header {
		position: fixed;
		top: 0;
		z-index: 1051;
		left: 0;
		right: 0;
		background: var(--bg-gradient-header);
	}
	.header::before {
		content: "";
		position: absolute;
		inset: 0;
		backdrop-filter: blur(25px);
		z-index: 0;
	}
}

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

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

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

.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) {
	.hamburger:hover::after, .hamburger:hover::before,
	.hamburger:hover span {
		background-color: var(--color-active);
	}
}

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

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

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

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

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

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

.logo {
	max-width: 260px;
	width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	align-items: center;
	transition: opacity .3s,visibility .3s;
}

.logo [data-attr-logo] {
	width: 100%;
	height: 40px;
}

@media screen and (max-width: 390px) {
	.logo [data-attr-logo] {
		max-width: 210px;
		height: 34px;
	}
}

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

@media screen and (max-width: 767px) {
	.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);
	}
}

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

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

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

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

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

.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) {
	.close-search {
		display: flex;
	}
}

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

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

.btn-action,
.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) {
	.btn-action:hover,
	.btn-icon:hover {
		color: rgba(var(--color-dark), 1);
	}
	.btn-action:hover:before,
	.btn-icon:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.btn-action::before,
.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;
}

.btn-action > *,
.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;
	}
}

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

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

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

.user-drop .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;
}

.user-drop .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;
}

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

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

.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) {
	.drop-hidden a:hover {
		color: rgba(var(--color-dark), 1);
		background: var(--bg-tools-gradient);
	}
}

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

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

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

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

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

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

.navigation .item {
	position: relative;
}

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

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

.navigation .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) {
	.navigation .link:hover {
		color: rgba(var(--color-dark), 1);
	}
	.navigation .link:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-menu .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) {
	.aside-menu .link:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.aside-menu .link:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

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

.aside-menu .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;
}

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

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

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

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

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

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

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

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

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

.group-btns .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);
}

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

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

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

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

.user-drop-mobile .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%;
}

.user-drop-mobile .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;
}

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

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

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

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

.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) {
	.drop-mobile a:hover {
		color: rgba(var(--color-dark), 1);
		background: linear-gradient(270deg, #eb7520 0%, #e55327 100%);
	}
}

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

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

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

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

.section {
	padding: 25px 0;
}

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

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

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

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

@media screen and (max-width: 767px) {
	.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);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sort-group .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) {
	.sort-group .link:hover {
		background: var(--bg-tools-gradient);
	}
}

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

.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) {
	.link-all:hover {
		background-color: rgba(var(--bg-rgb-second), 0.2);
	}
}

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

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

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

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

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

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

.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) {
	.drop-box .btn:hover {
		color: rgba(var(--color-dark), 1);
	}
	.drop-box .btn:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

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

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

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

.drop-box .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;
	--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;
}

.drop-box .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) {
	.drop-box .hidden-list a:hover {
		color: rgba(var(--color-dark), 1);
	}
	.drop-box .hidden-list a:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.drop-box .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;
}

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

.drop-box .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;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1160px) {
	.general-grid .thumb.lg .text {
		font-size: 20px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 1160px) {
	.general-grid .thumb.lg .subtitle {
		font-size: 14px;
	}
}

.general-grid .thumb.lg .media::before {
	height: 356px;
	top: auto;
	bottom: 0;
	background: var(--bg-gradient-lg-card);
}

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

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

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

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

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

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

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

.card .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) {
	.card .text {
		font-size: 18px;
	}
}

.card .subtitle {
	cursor: default;
	font-size: 16px;
	color: var(--color-tools);
}

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

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

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

.card .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) {
	.card .link:hover {
		opacity: .8;
	}
}

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

.card .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) {
	.card .btn-play:hover {
		opacity: .8;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-card .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrap-load-more .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) {
	.wrap-load-more .link:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.wrap-load-more .link:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

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

.wrap-load-more .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;
}

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

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

.slider-wrapper {
	position: relative;
}

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

.swiper-btns-group .swiper-button-next,
.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) {
	.swiper-btns-group .swiper-button-next:hover,
	.swiper-btns-group .swiper-button-prev:hover {
		color: rgba(var(--color-dark), 1);
	}
	.swiper-btns-group .swiper-button-next:hover:before,
	.swiper-btns-group .swiper-button-prev:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

.swiper-btns-group .swiper-button-next::before,
.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;
}

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

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

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

.models-card .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;
}

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

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

.models-card .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) {
	.models-card .name:hover {
		color: var(--color-active);
	}
}

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

.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) {
	.btn-sbsc:hover {
		color: rgba(var(--color-dark), 1);
	}
	.btn-sbsc:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

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

.btn-sbsc span {
	position: relative;
}

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

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

.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) {
	.alphabet-list a:hover {
		background: var(--bg-tools-gradient);
		color: var(--color-white);
	}
}

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

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

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

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

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

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

.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) {
	.tags-wrap a:hover {
		color: rgba(var(--bg-rgb-dark), 1);
		background: var(--bg-tools-gradient);
	}
	.tags-wrap a:hover span:last-child {
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-card .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);
	color: v;
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}

.top-card .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;
}

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

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

.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) {
	.posted-model {
		margin: 0 auto 20px;
	}
}

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

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

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

.viewlist .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) {
	.viewlist .list {
		-moz-column-count: 2;
		     column-count: 2;
		gap: 0 25px;
		margin-top: 15px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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) {
	.viewlist-head .btn:hover {
		background: var(--color-active);
	}
}

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

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

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

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

.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) {
	.info-list {
		justify-content: center;
	}
}

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

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

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

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

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

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

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

.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) {
	.btn-subscribe:hover {
		opacity: .8;
	}
	.btn-subscribe:hover span:not(.amount) {
		color: var(--color-white);
	}
}

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

.btn-subscribe span:not(.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;
}

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

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

.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) {
	.tab-link:hover {
		background: rgba(var(--bg-rgb-tools), 0.2);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-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 {
	border-radius: 10px;
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 49.124%;
} */

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
	.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;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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) {
	.btn-more:hover {
		color: rgba(var(--color-dark), 1);
	}
	.btn-more:hover:before {
		transform: scale(1);
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

.sidebar-adv .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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) {
	.tools-panel .btn:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.tools-panel .btn:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

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

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

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

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

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

.fav-drop {
	position: relative;
}

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

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

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

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

.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) {
	.fav-list a:hover {
		color: rgba(var(--color-dark), 1);
	}
	.fav-list a:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-panel .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) {
	.tabs-panel .link:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

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

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

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

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

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

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

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

.author-box .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;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 569px) {
	.wrap-thumb.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);
}

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

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

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

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

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

.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) {
	.list-tags a:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

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

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

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

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

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

.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) {
	.screenshot-card:hover::before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.screenshot-card:hover img {
		opacity: .5;
	}
}

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

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

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

.comments-box .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) {
	.comments-box .submit:hover {
		background: var(--bg-tools-gradient-active);
	}
}

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

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

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

.comments-list .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;
}

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

.comments-list .content {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
}

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

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

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

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

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

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

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

.comments-list .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;
}

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

.embed-box .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) {
	.embed-box .textarea {
		padding: 10px;
		font-size: 12px;
	}
}

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

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

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

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

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

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

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

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

.violation-box .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);
}

.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) {
	.violation-box .btn:hover {
		background: var(--bg-tools-gradient-active);
	}
}

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

.item-radio {
	padding: 10px;
}

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

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

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

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

.input-choice {
	display: none;
}

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

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

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

.upload-box .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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) {
	.upload-box .btn:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.upload-box .btn:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

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

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

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

.upload-box .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);
}

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

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

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

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

.mask-button {
	position: relative;
}

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

.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); */
}

@media screen and (max-width: 390px) {
	.mask-input {
		/* padding: 5px 80px 5px 10px; */
	}
}

.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) {
	.file-wrap:hover {
		color: rgba(var(--bg-rgb-dark), 1);
		background: var(--color-active);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-two .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);
	display: none;
}

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

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

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

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

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

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

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

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

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

.user-viewlist .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) {
	.user-viewlist .list {
		max-width: 100%;
		gap: 0 25px;
	}
}

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

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

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

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

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

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

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

@media screen and (max-width: 1160px) {
	.group-head .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;
}

.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) {
	.counter-info {
		gap: 30px 15px;
	}
}

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

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

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

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

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

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

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

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

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

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

.profile-list .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) {
	.profile-list .link:hover {
		background: rgba(var(--bg-rgb-white), 0.1);
	}
}

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

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

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

.profile-list .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;
}

.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 .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 .friends-grid {
	--flex-items: 2;
}

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

@media screen and (max-width: 569px) {
	.profile-aside .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;
}

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

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

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

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

.checkbox-label .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);
}

.checkbox-label .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);
}

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

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

.checkbox-input {
	display: none;
}

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

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

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

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

.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) {
	.bottom-tools .btn:hover {
		color: rgba(var(--bg-rgb-dark), 1);
	}
	.bottom-tools .btn:hover::before {
		opacity: 1;
		transform: scale(1);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.friends-grid .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;
}

.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) {
	.friends-card:hover {
		color: var(--color-active);
	}
}

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

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

.friends-card .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) {
	.friends-card .image {
		height: 150px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-list .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) {
	.tabs-list .tab:hover {
		background: var(--color-active);
		color: rgba(var(--bg-rgb-dark), 1);
	}
}

.tab-section {
	display: none;
}

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

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

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

.filter-setting .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) {
	.filter-setting .col {
		max-width: 100%;
	}
	.filter-setting .col:not([data-attr-column]) {
		width: 100%;
	}
}

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

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

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

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

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

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

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

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

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

.filter-setting .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);
}

.filter-setting .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);
}

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

.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) {
	.filter-setting .button:hover {
		opacity: .85;
	}
}

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

.feed-group {
	position: relative;
}

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

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

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

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

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

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

.feed-headline .name {
	color: var(--color-active);
	font-size: 20px;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.feed-headline .name:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 767px) {
	.feed-headline .name {
		font-size: 18px;
	}
}

.feed-headline .subtitle {
	display: flex;
	align-items: center;
	color: var(--color-second);
	font-size: 12px;
}

.feed-title {
	margin-bottom: 5px;
}

.feed-title span {
	font-weight: 700;
	padding-left: 10px;
}

.feed-content .row {
	margin-bottom: 20px;
}

.feed-content .row:last-child {
	margin-bottom: 0;
}

.feed-card {
	display: flex;
	gap: 10px;
	font-size: 16px;
}

.feed-card .image {
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.feed-card img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.feed-card .box {
	flex-grow: 1;
	flex-shrink: 1;
	line-height: 1.5;
}

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

.feed-card .text {
	line-height: 1.2;
	color: var(--color-second);
	margin-bottom: 4px;
}

.feed-card a {
	color: var(--color-active);
	font-weight: 700;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.feed-card a:hover {
		text-decoration: underline;
	}
}

.feed-card a.name {
	margin: 0;
	color: var(--color-main);
}

.feed-card .date {
	display: inline-flex;
	vertical-align: top;
	gap: 6px;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	padding-top: 3px;
	padding-left: 4px;
}

.feed-card .date::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #c17e8e;
}

.feed-card .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 {
	margin-top: 80px;
	flex-shrink: 0;
	flex-grow: 0;
	padding-left: var(--aside-content);
}

@media screen and (max-width: 1024px) {
	.footer {
		padding-left: 0;
		margin-top: 50px;
	}
}

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

.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) {
	.footer-inner {
		flex-direction: column-reverse;
	}
}

.footer-inner .col {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	max-width: 684px;
	gap: 20px;
}

@media screen and (max-width: 1160px) {
	.footer-inner .col {
		max-width: 100%;
		flex-wrap: wrap;
	}
}

.footer-inner .col.second {
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 424px;
	gap: 0;
}

@media screen and (max-width: 1160px) {
	.footer-inner .col.second {
		max-width: 100%;
		text-align: center;
	}
}

.footer-inner .block {
	width: calc(35% - 10px);
}

@media screen and (max-width: 1160px) {
	.footer-inner .block {
		width: auto;
		flex-shrink: 0;
		flex-grow: 0;
	}
}

@media screen and (max-width: 410px) {
	.footer-inner .block {
		width: 100%;
	}
}

.footer-inner .block.second {
	width: calc(65% - 10px);
}

@media screen and (max-width: 1160px) {
	.footer-inner .block.second {
		width: auto;
		flex-shrink: 1;
		flex-grow: 1;
	}
}

@media screen and (max-width: 410px) {
	.footer-inner .block.second {
		width: 100%;
	}
}

.footer-inner .title {
	margin-bottom: 25px;
	color: var(--color-main);
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.footer-inner .title {
		margin-bottom: 15px;
	}
}

.footer-inner .social-list {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.footer-inner .social-list {
		margin-top: 30px;
	}
}

.footer-list {
	font-weight: 600;
	font-size: 14px;
}

.footer-list li {
	margin-bottom: 10px;
}

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

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

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

.footer-logo {
	display: flex;
	margin-bottom: 25px;
}

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

.footer-logo [data-attr-logo] {
	width: 262px;
	height: 42px;
}

.logo-mobile {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media screen and (max-width: 1160px) {
	.logo-mobile {
		display: flex;
	}
}

.logo-mobile [data-attr-logo] {
	max-width: 262px;
	width: 100%;
	height: 42px;
}

@media screen and (max-width: 390px) {
	.logo-mobile [data-attr-logo] {
		max-width: 210px;
	}
}

.footer-text,
.copyright {
	line-height: 1.4;
	font-size: 14px;
	color: var(--color-second);
}

.copyright {
	margin-top: 15px;
}

.wrap-join {
	display: flex;
	gap: 10px;
}

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

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

.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) {
	.wrap-join .btn:hover {
		background: var(--bg-tools-gradient-active);
	}
}

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

.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) {
	.social-list a:hover {
		background: var(--color-active-second);
	}
}

.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) {
	.bottom-menu {
		display: block;
	}
}

.bottom-menu .list {
	display: flex;
	align-items: center;
}

.bottom-menu li {
	width: 20%;
}

.bottom-menu .svg-icon {
	font-size: 24px;
}

@media screen and (max-width: 390px) {
	.bottom-menu .svg-icon {
		font-size: 20px;
	}
}

.bottom-menu .icon {
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 3px;
}

.bottom-menu .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) {
	.bottom-menu .link {
		font-size: 12px;
	}
}

.bottom-menu .link.active .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;
}

.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) {
	.modal-content {
		padding: 20px;
	}
}

.modal-content .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) {
	.modal-content .close:hover {
		color: var(--color-active);
	}
}

.modal-content .title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

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

@media screen and (max-width: 767px) {
	.modal-content .title {
		font-size: 24px;
		padding-right: 34px;
	}
}

.modal-content .row {
	margin-bottom: 20px;
}

.modal-content .row:last-child {
	margin-bottom: 0;
}

.modal-content .input,
.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);
}

.modal-content .textarea {
	display: block;
	height: 120px;
	resize: none;
}

.modal-content .text-input {
	color: var(--color-second);
}

.modal-content .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

.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) {
	.modal-content .btn:hover {
		opacity: .9;
	}
}

.modal-content .hold {
	padding-bottom: 45px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(var(--bg-rgb-tools), 0.1);
}

@media screen and (max-width: 767px) {
	.modal-content .hold {
		padding-bottom: 25px;
	}
}

.modal-content .hold.secondary {
	margin-bottom: 30px;
	margin-bottom: 20px;
}

.modal-content .hold:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.modal-content .text {
	text-align: center;
	color: var(--color-second);
	margin-bottom: 15px;
}

.modal-content .info {
	max-width: 300px;
	margin: 0 auto;
	padding-top: 7px;
	text-align: center;
	line-height: 1.5;
	color: var(--color-second);
}

.modal-content .info a {
	color: var(--color-active-second);
}

@media screen and (min-width: 1025px) {
	.modal-content .info a:hover {
		text-decoration: underline;
	}
}

.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) {
	.modal-content .button:hover {
		background-color: var(--color-active);
		color: rgba(var(--color-dark), 1);
	}
}

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

.modal-content[data-attr-xl] {
	max-width: 1210px;
	padding: 0;
}

.modal-content[data-attr-l] {
	max-width: 950px;
}

.modal-content .form {
	width: 100%;
}

.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) {
	.modal-content .submit:hover {
		opacity: .9;
	}
}

@media screen and (max-width: 860px) {
	.modal-content .submit {
		font-size: 30px;
		padding: 15px;
	}
}

@media screen and (max-width: 390px) {
	.modal-content .submit {
		font-size: 25px;
	}
}

.modal-content .bottom {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-size: 14px;
	line-height: 1.4;
	color: var(--color-second);
	text-align: center;
}

.modal-content .select2-container--default .select2-selection--single,
.modal-content .select2-results__option--selectable,
.modal-content .select2-container--default .select2-search--dropdown .select2-search__field {
	height: 38px;
}

.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) {
	.google-auth:hover {
		color: rgba(var(--color-dark), 1);
		background-color: var(--color-active);
	}
}

.content-group {
	display: flex;
}

.content-group .col {
	max-width: 610px;
	width: 100%;
	flex-shrink: 1;
	flex-grow: 1;
}

@media screen and (max-width: 860px) {
	.content-group .col {
		max-width: 100%;
	}
	.content-group .col:not(.second) {
		display: none;
	}
}

.content-group .col.second {
	width: auto;
	min-width: 550px;
}

@media screen and (max-width: 860px) {
	.content-group .col.second {
		min-width: auto;
	}
}

.content-group .image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: inline-block;
	vertical-align: top;
}

.content-group .wrapped {
	width: 100%;
	padding: 30px;
}

@media screen and (max-width: 860px) {
	.content-group .wrapped {
		padding: 20px;
	}
}

.logotype {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	padding: 0 50px;
}

.logotype [data-attr-logo] {
	width: 262px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
}

.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) {
	.modal-list {
		font-size: 0.95rem;
	}
}

@media screen and (max-width: 390px) {
	.modal-list {
		font-size: 14px;
		gap: 10px var(--flex-gap);
	}
}

.modal-list .item {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
	text-align: center;
}

.modal-list span {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

@media screen and (max-width: 860px) {
	.modal-list span {
		padding-left: 25px;
	}
}

@media screen and (max-width: 390px) {
	.modal-list span {
		padding-left: 20px;
	}
}

.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) {
	.modal-list span::before {
		width: 16px;
		height: 15px;
	}
}

.group-box {
	margin-bottom: 30px;
}

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

.label-radio-choice {
	display: flex;
	margin-bottom: 10px;
}

.label-radio-choice:last-child {
	margin-bottom: 0;
}

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

.input-radio-choice:checked + .input-radio-info {
	background: var(--bg-tools-gradient);
}

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

.input-radio-choice:checked + .input-radio-info::before {
	border-color: rgba(var(--bg-rgb-dark), 1);
	background: rgba(var(--bg-rgb-dark), 1);
}

.input-radio-choice:checked + .input-radio-info .sup,
.input-radio-choice:checked + .input-radio-info .sub,
.input-radio-choice:checked + .input-radio-info .price,
.input-radio-choice:checked + .input-radio-info .period {
	color: rgba(var(--bg-rgb-dark), 1);
}

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

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

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

.input-radio-info .radio-text {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.input-radio-info .title {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: var(--color-main);
	margin-bottom: 5px;
}

.input-radio-info .price {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 3px;
}

.input-radio-info .sup {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-main);
}

@media screen and (max-width: 390px) {
	.input-radio-info .sup {
		font-size: 16px;
	}
}

.input-radio-info .sub {
	color: var(--color-second);
	font-size: 14px;
}

@media screen and (max-width: 390px) {
	.input-radio-info .sub {
		font-size: 12px;
	}
}

.input-radio-info .period {
	display: flex;
	justify-content: flex-end;
	text-transform: uppercase;
	color: var(--color-second);
}

@media screen and (max-width: 390px) {
	.input-radio-info .period {
		font-size: 12px;
	}
}

.price-main {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (max-width: 390px) {
	.price-main {
		font-size: 25px;
	}
}

.modal-field {
	display: flex;
	gap: 20px 0;
}

@media screen and (max-width: 767px) {
	.modal-field {
		flex-direction: column;
	}
}

.modal-field .col {
	width: 50%;
	padding: 0 25px 0 0;
}

@media screen and (max-width: 767px) {
	.modal-field .col {
		width: 100%;
		padding: 0;
	}
}

.modal-field .col.second {
	padding: 0 0 0 25px;
}

@media screen and (max-width: 767px) {
	.modal-field .col.second {
		padding: 0;
	}
}

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

.col-list {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 80px;
	width: 16.936%;
}

.col-list.second {
	width: 100%;
	max-width: 163px;
	flex-grow: 0;
	flex-shrink: 0;
}

.modal-user-box {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.modal-user-box .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) {
	.modal-user-box .ava {
		width: 130px;
		height: 130px;
		font-size: 60px;
	}
}

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

.logo-modal {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.logo-modal {
		display: none;
	}
}

.logo-modal [data-attr-logo] {
	width: 262px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
}

.forgot-link {
	text-align: end;
	color: var(--color-second);
	transition: color .3s;
}

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

.player-wrap {
	position: relative;
}

#kt_player {
	position: absolute !important;
}

.block-share .row .block-size {
	display: flex;
	margin: 0 -5px;
}

.block-share .row {
	margin: 10px 0 0;
}

.block-share .row .block-size .embed-button {
	margin: 0 5px;
}

/* Hide comments initially to prevent "jumping" while script organizes them */
.comments-list {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

/* We will add this class via JS when done */
.comments-list.processed {
    opacity: 1;
}


/* Position the counter over the video */
.hype-counter {
    position: absolute; /* Floats on top */
    top: 15px;          /* Distance from top */
    left: 15px;         /* Distance from left */
    z-index: 100;       /* Ensures it sits ABOVE the video */
    
    /* The "Glass" Look */
    background: rgba(0, 0, 0, 0.4); /* 40% transparent black */
    backdrop-filter: blur(2px);     /* Blurs the video behind the text */
    color: #ffffff;
    
    /* Text Styling */
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    
    /* Shape */
    padding: 6px 12px;
    border-radius: 20px; /* Fully rounded capsule */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Subtle border */
    
    /* Flexbox for alignment */
    display: inline-flex;
    align-items: center;
    pointer-events: none; /* Allows clicks to pass through to the video play button */
}

/* The Red Dot */
.live-dot {
    width: 8px;
    height: 8px;
    background-color: #ff3b3b; /* Bright red */
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.7);
    animation: pulse-red 2s infinite;
}

/* Mobile Tweak: Make it smaller on phones so it doesn't cover the video */
@media (max-width: 768px) {
    .hype-counter {
        top: 10px;
        left: 10px;
        font-size: 10px;
        padding: 4px 8px;
    }
    .live-dot {
        width: 6px;
        height: 6px;
        margin-right: 5px;
    }
}