@import url("https://fonts.googleapis.com/css?family=Outfit:regular,700&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,
a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

:root {
	--main-background: #111;
	--main-color: #fff;
	--active-color: #E45257;
	--active-second-color: #fa5258;
	--second-color: #6E6E6E;
	--tools-bg: #0B0B0B;
	--dots-color: #7E7E7E;
	--footer-bg: #0B0B0B;
	--header-bg: #0B0B0B;
	--search-border: #1E1E1E;
	--mask-bg: rgba(11, 11, 11, 0.80);
	--aside-bg: #0B0B0B;
	--main-bg: #0B0B0B;
	--duration-bg: rgba(11, 11, 11, 0.60);
	--modal-bg: rgba(0, 0, 0, 0.70);
	--height-header: 80px;
	--height-header-m: 60px;
	--custom-margin: 30px;
}

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

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: var(--main-color);
	background: var(--main-bg);
}

@media screen and (max-width: 768px) {
	body.show-search .action-search .icon-close {
		display: flex;
	}
	body.show-search .action-search .icon-search {
		display: none;
	}
	body.show-search .search {
		transform: translate3d(0, 0, 0);
	}
	body.show-search .logo,
	body.show-search .hamburger {
		opacity: 0;
		visibility: hidden;
	}
}

body.open-menu .aside-box {
	max-width: 250px;
}

@media screen and (max-width: 768px) {
	body.open-menu .aside-box {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
		max-width: 300px;
	}
}

body.open-menu .aside-box .list a,
body.open-menu .aside-box .list-second a {
	font-size: 16px;
	flex-direction: row;
}

body.open-menu .aside-box .list a {
	min-height: 50px;
}

body.open-menu .aside-box .list-second a {
	min-height: 40px;
	justify-content: flex-start;
}

body.open-menu .aside-box .list-second span {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

body.open-menu .aside-box .channels {
	justify-content: flex-start;
}

body.open-menu .aside-box .channels .wrap {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

body.open-menu .aside-box .title {
	font-size: 20px;
	text-align: left;
}

body.open-menu .aside-box .title::before {
	content: attr(data-attr-text-before);
}

@media screen and (max-width: 768px) {
	body.open-menu .mask {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
}

@media screen and (max-width: 1640px) {
	body.open-menu .album-grid .item {
		width: 16.6666%;
	}
}

@media screen and (max-width: 1366px) {
	body.open-menu .album-grid .item {
		width: 20%;
	}
}

@media screen and (max-width: 1160px) {
	body.open-menu .album-grid .item {
		width: 25%;
	}
}

@media screen and (max-width: 991px) {
	body.open-menu .album-grid .item {
		width: 33.333%;
	}
}

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

@media screen and (max-width: 1640px) {
	body.open-menu .second-grid .item,
	body.open-menu .main-grid .item {
		width: 25%;
	}
}

@media screen and (max-width: 1160px) {
	body.open-menu .second-grid .item,
	body.open-menu .main-grid .item {
		width: 33.3333%;
	}
}

@media screen and (max-width: 991px) {
	body.open-menu .second-grid .item,
	body.open-menu .main-grid .item {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	body.open-menu .second-grid .item,
	body.open-menu .main-grid .item {
		width: 100%;
	}
}

@media screen and (max-width: 1160px) {
	body.open-menu .pagination-list .list .item {
		display: none;
	}
}

@media screen and (max-width: 1160px) {
	body.open-menu .pagination-list .list .item.active {
		display: block;
		margin: 0;
	}
}

@media screen and (max-width: 480px) {
	body.open-menu .pagination-list .item.pager a {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 480px) {
	body.open-menu .pagination-list .item .text {
		display: none;
	}
}

@media screen and (max-width: 1640px) {
	body.open-menu .twocolumns .main-grid .item {
		width: 33.3333%;
	}
}

@media screen and (max-width: 1336px) {
	body.open-menu .twocolumns .main-grid .item {
		width: 50%;
	}
}

@media screen and (max-width: 1160px) {
	body.open-menu .twocolumns .main-grid .item {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	body.open-menu .twocolumns .main-grid .item {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	body.open-menu .twocolumns .main-grid .item {
		width: 100%;
	}
}

@media screen and (max-width: 1410px) {
	body.open-menu .video-tools .column {
		justify-content: center;
	}
}

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

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

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

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*: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: #6E6E6E;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #6E6E6E;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6E6E6E;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6E6E6E;
}

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: #6E6E6E !important;
}

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

.nano > .nano-pane > .nano-slider {
	margin: 0 3px;
	background: rgba(255, 255, 255, 0.1);
}

.nano .nano-pane {
	background: transparent;
}

.header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	height: var(--height-header);
	background: var(--header-bg);
}

@media screen and (max-width: 768px) {
	.header {
		justify-content: space-between;
		height: var(--height-header-m);
		padding: 8px 20px;
	}
}

.logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

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

.mask {
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	transition: transform .4s, visibility .4s, opacity .4s;
	visibility: hidden;
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	z-index: 20;
	background: var(--mask-bg);
}

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

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

@media screen and (max-width: 768px) {
	.hamburger {
		width: 24px;
		height: 24px;
	}
}

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

.hamburger::before {
	top: 0;
}

.hamburger::after {
	bottom: 0;
}

.hamburger span {
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.search {
	flex-shrink: 1;
	flex-grow: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.search {
		position: absolute;
		top: 0;
		left: -1px;
		right: 0;
		bottom: 0;
		z-index: 2;
		transform: translate3d(0, -100%, 0);
		transition: transform .3s;
		padding: 0 54px 0 10px;
	}
}

.search form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1180px) {
	.search form {
		position: relative;
	}
}

.search .wrap {
	display: flex;
	border-radius: 15px;
	border: 1px solid var(--search-border);
	background: var(--main-background);
	max-width: 700px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 40px;
}

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

.search input {
	background: none;
	border: none;
	width: 100%;
	height: 100%;
	padding: 10px 0 10px 20px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	color: var(--main-color);
}

.search .button-search {
	flex-shrink: 0;
	flex-grow: 0;
	background: none;
	border: none;
	cursor: pointer;
	transition: transform .3s, color .3s;
	transform: scale(1);
	font-size: 20px;
	color: var(--active-color);
	padding: 0 20px;
}

@media screen and (min-width: 1025px) {
	.search .button-search:hover {
		color: var(--main-color);
		transform: scale(1.05);
	}
}

.action-search {
	position: relative;
	z-index: 2;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 24px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	color: var(--main-color);
	display: none;
}

.action-search svg {
	transform: translateX(0) rotate(0);
	opacity: 1;
	visibility: visible;
	transition: transform .3s ease, opacity .3s, visibility .3s;
}

@media screen and (max-width: 768px) {
	.action-search {
		display: flex;
	}
}

.action-search .icon-close {
	display: none;
}

.action-search .icon-search {
	display: flex;
}

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

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

@media screen and (max-width: 768px) {
	.header-.second .col.primary-sm {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.header-.second .col.secondary {
		display: none;
	}
}

.header- .col {
	position: relative;
	z-index: 2;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.header- .col.secondary .button {
	background: var(--main-background);
	color: var(--second-color);
}

@media screen and (min-width: 1025px) {
	.header- .col.secondary .button:hover {
		background: var(--active-color);
		color: var(--main-color);
	}
}

.header- .button {
	color: var(--main-color);
	font-family: inherit;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	background: var(--active-color);
	border-radius: 15px;
	border: none;
	padding: 0 30px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	transition: background .3s;
}

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

.auth-drop {
	position: relative;
}

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

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

.auth-drop.show .auth-btn .arrow {
	transform: rotate(180deg);
}

.auth-btn {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	background: transparent;
	border: none;
	color: var(--main-color);
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	transition: color .3s;
}

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

.auth-btn .icon- {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--main-background);
	color: var(--second-color);
	font-size: 20px;
}

.auth-btn .arrow {
	font-size: 10px;
	flex-grow: 0;
	flex-shrink: 0;
	transition: transform .3s;
	display: flex;
	align-items: center;
}

.auth-btn img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 100%;
}

.-menu {
	position: absolute;
	z-index: 10;
	width: 100%;
	max-height: 360px;
	min-width: 230px;
	right: 0;
	top: calc(100% + 10px);
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition: opacity .3s, transform .3s, visibility .3s;
	color: var(--main-color);
	transform: translate3d(0, -10px, 0);
	border-radius: 15px 0px 15px 15px;
	background: var(--main-background);
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.55);
	padding: 5px 0;
	z-index: 9999;
}

.-menu .box {
	margin-bottom: 5px;
}

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

.-menu .box.active a {
	color: var(--main-color);
	background: var(--active-color);
}

.-menu a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	font-size: 16px;
	color: var(--second-color);
	padding: 0 20px;
	transition: color .3s, background .3s;
}

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

.-menu svg {
	font-size: 20px;
}

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

.main-content {
	flex-grow: 1;
	flex-shrink: 1;
	background: var(--main-background);
	border-radius: 15px;
	padding-top: 30px;
	padding-bottom: 50px;
	min-width: 1px;
}

@media screen and (max-width: 768px) {
	.main-content {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}

.main-content.second {
	padding-top: 0;
}

.aside-box {
	flex-grow: 0;
	flex-shrink: 0;
	background: var(--aside-bg);
	width: 100%;
	max-width: 80px;
	position: relative;
	overflow: auto;
	margin-bottom: calc(var(--custom-margin) - (var(--custom-margin) + var(--custom-margin)));
	padding-bottom: var(--custom-margin);
	transition: max-width .15s linear;
}

@media screen and (max-width: 768px) {
	.aside-box {
		position: fixed;
		top: 0;
		height: 100%;
		left: 0;
		bottom: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		z-index: 21;
		transform: translate3d(-100%, 0, 0);
		transform-origin: left;
		margin-bottom: 0;
		padding-bottom: 0;
		transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
	}
}

.aside-box .hold {
	padding: 0 10px;
}

@media screen and (max-width: 768px) {
	.aside-box .hold {
		padding: 15px 20px;
	}
}

.aside-box .list .item {
	margin-bottom: 5px;
}

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

.aside-box .list .item.active a {
	pointer-events: none;
	color: var(--active-color);
	background: var(--main-background);
}

.aside-box .list a {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	padding: 10px 20px;
	color: var(--main-color);
	flex-direction: column;
	font-size: 11px;
	min-height: 57px;
	height: auto;
	border-radius: 15px;
	transition: color .3s, background .3s, font-size .2s, min-height .2s;
}

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

.aside-box .list a svg {
	font-size: 20px;
	flex-shrink: 0;
	flex-grow: 0;
}

.aside-box .list a span {
	text-align: center;
    opacity: 1;
    left: 0;
    position: static;
    visibility: visible;
    transform: none;
}

.aside-box .box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--main-background);
}

.aside-box .box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.aside-box .box.mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.aside-box .box.mobile {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}

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

.aside-box .logo-mobile {
	flex-grow: 1;
	flex-shrink: 1;
}

.aside-box .btn-close {
	font-size: 24px;
	border: none;
	background: none;
	color: var(--main-color);
}

.aside-box .title {
	margin-bottom: 20px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	text-align: center;
}

.aside-box .title::before {
	content: attr(data-attr-text-after);
}

.aside-box .list-second .item {
	margin-bottom: 5px;
	position: relative;
}

.aside-box .list-second .item:last-child {
	margin-bottom: 0;
}

.aside-box .list-second .item.active a {
	pointer-events: none;
	color: var(--active-color);
	background: var(--main-background);
}

.aside-box .list-second a {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	padding: 10px 20px;
	color: var(--second-color);
	font-size: 11px;
	min-height: 57px;
	height: auto;
	border-radius: 15px;
	transition: color .3s, background .3s;
}

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

.aside-box .list-second svg {
	font-size: 20px;
}

.aside-box .list-second span {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 60px;
	transform: scale(0.6);
	transition: opacity .1s, visibility .1s, transform .2s;
}

.channels-box {
	margin-bottom: 5px;
}

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

.channels-box .channels {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 5px;
	border-radius: 15px;
	color: var(--main-color);
	position: relative;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.channels-box .channels:hover {
		color: var(--active-color);
		background: var(--main-background);
	}
	.channels-box .channels:hover .image::after {
		opacity: 1;
	}
	.channels-box .channels:hover .amount {
		color: var(--main-color);
	}
}

.channels-box .channels .image {
	flex-grow: 0;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 100%;
	position: relative;
}

.channels-box .channels .image::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 2px solid var(--active-color);
	content: '';
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .3s;
}

.channels-box .channels .image img {
	width: 100%;
	height: 100%;
}

.channels-box .channels .wrap {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	align-items: center;
	font-size: 16px;
	gap: 5px;
	position: absolute;
	left: 60px;
	right: 5px;
	transform: scale(0.98);
	opacity: 0;
	visibility: hidden;
	transition: opacity .1s, visibility .1s, transform .1s;
}

.channels-box .channels .name {
	flex-grow: 1;
	flex-shrink: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.channels-box .channels .amount {
	flex-grow: 0;
	flex-shrink: 0;
	color: var(--second-color);
	transition: color .3s;
}

.auth-mobile {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 35px;
}

.auth-mobile .item {
	width: 50%;
}

.auth-mobile .item.second .btn {
	background: var(--active-color);
	color: var(--main-color);
}

.auth-mobile .btn {
	width: 100%;
	font-family: inherit;
	border-radius: 15px;
	background: var(--main-background);
	color: var(--second-color);
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
}

.section {
	margin-bottom: 50px;
}

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

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

.slider-bar {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.slider-bar {
		margin-bottom: 20px;
	}
}

.slider-bar .swiper-button-prev,
.slider-bar .swiper-button-next {
	background: none;
	color: var(--second-color);
	display: flex;
	align-items: center;
	transition: color .3s;
	width: 72px;
	height: 36px;
	border-radius: 0;
	top: auto;
}

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

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

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

.slider-bar .swiper-button-prev svg,
.slider-bar .swiper-button-next svg {
	width: 14px;
	height: 14px;
}

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

.slider-bar .swiper-button-next {
	top: 0;
	right: 0;
	left: auto;
	justify-content: flex-end;
	background: linear-gradient(270deg, #111 52.6%, rgba(17, 17, 17, 0) 100%);
	margin: 0;
}

.slider-bar .swiper-button-prev {
	top: 0;
	left: 0;
	right: auto;
	justify-content: flex-start;
	background: linear-gradient(90deg, #111 52.6%, rgba(17, 17, 17, 0) 100%);
	margin: 0;
}

.slider-bar .swiper-slide {
	width: auto;
}

.slider-bar .swiper-slide.active a {
	color: var(--main-color);
	background: var(--active-color);
}

.slider-bar a {
	border-radius: 15px;
	background: var(--tools-bg);
	display: flex;
	align-items: center;
	color: var(--second-color);
	padding: 0 20px;
	min-height: 36px;
	transition: color .3s, background .3s;
}

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

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

@media screen and (max-width: 768px) {
	.headline {
		flex-wrap: wrap;
	}
}

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

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

.headline .text {
	flex-grow: 1;
	flex-shrink: 1;
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
}

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

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

.headline .wrap {
	flex-grow: 0;
	flex-shrink: 0;
}

.headline .link {
	color: var(--second-color);
	border-radius: 15px;
	background: var(tools-bg);
	padding: 0 20px;
	min-height: 36px;
	display: flex;
	align-items: center;
	transition: color .3s, background .3s;
}

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

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

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

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

.main-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -10px;
}

.main-grid .item {
	width: 25%;
	padding: 15px 10px;
}

@media screen and (max-width: 1160px) {
	.main-grid .item {
		width: 33.3333%;
	}
}

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

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

.second-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -10px;
}

.second-grid .item {
	width: 20%;
	padding: 15px 10px;
}

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

@media screen and (max-width: 991px) {
	.second-grid .item {
		width: 33.3333%;
	}
}

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

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

.second-grid form {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.album-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -10px;
}

@media screen and (max-width: 640px) {
	.album-grid {
		margin: -15px -7px;
	}
}

.album-grid .item {
	width: 12.5%;
	padding: 15px 10px;
}

@media screen and (max-width: 1536px) {
	.album-grid .item {
		width: 16.66666%;
	}
}

@media screen and (max-width: 1160px) {
	.album-grid .item {
		width: 20%;
	}
}

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

@media screen and (max-width: 640px) {
	.album-grid .item {
		width: 33.333%;
		padding: 15px 7px;
	}
}

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

@media screen and (min-width: 1025px) {
	.card:hover .dropped,
	.card-second:hover .dropped {
		opacity: 1;
	}
	.card:hover .duration,
	.card-second:hover .duration {
		opacity: 0;
	}
}

.card {
	position: relative;
}

.card .toggle-button.checkbox-label {
	position: absolute;
    top: 7px;
    left: 7px;
	border-radius: 12px;
	background: var(--tools-bg);
}

.card .toggle-button.checkbox-label .checkbox {
	margin-right: 0;
}

.card .image,
.card-second .image {
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.card .image img,
.card-second .image img {
	position: absolute;
	bottom: 0;
	border-radius: 15px;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	right: 0;
	top: 0;
	opacity: 1;
	transition: opacity .5s;
	width: 100%;
}

.card .image video {
	border-radius: 15px;
}

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

.card .box,
.card-second .box {
	padding-left: 9px;
	margin-left: 5px;
	position: relative;
}

.card .box:first-child,
.card-second .box:first-child {
	padding: 0;
	margin: 0;
}

.card .box:first-child::after,
.card-second .box:first-child::after {
	display: none;
}

.card .box::after,
.card-second .box::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	width: 4px;
	height: 4px;
	background: var(--second-color);
	border-radius: 100%;
}

.card .title,
.card-second .title {
	color: var(--main-color);
	font-size: 14px;
	transition: color .3s;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card .content,
.card-second .content {
	margin-top: 15px;
}

.card .dropped,
.card-second .dropped {
	opacity: 0;
	transition: opacity .3s;
}

@media screen and (max-width: 1024px) {
	.card .dropped,
	.card-second .dropped {
		opacity: 1;
	}
}

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

@media screen and (min-width: 1025px) {
	.card-second:hover .image img {
		opacity: .8;
	}
	.card-second:hover .title {
		color: var(--active-color);
	}
}

.card-second .image {
	padding-bottom: 136.28%;
}

.card .image {
	padding-bottom: 56.25%;
}

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

.card .duration {
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 8px;
	background: var(--duration-bg);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color);
	font-size: 12px;
	padding: 0 8px;
}

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

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

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

.author-box .author-img {
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
}

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

.author-box .name {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}

.author-box .text {
	color: var(--main-color);
	transition: color .3s;
}

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

.author-box svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 12px;
	color: var(--active-color);
}

.dropped {
	flex-grow: 0;
	flex-shrink: 0;
}

.dropped.show .btn {
	color: var(--main-color);
	background: var(--active-color);
}

.dropped .btn {
	font-size: 20px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	transition: color .3s, background .3s;
}

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

.dropped .hidden {
	min-width: 195px;
	right: 0;
	padding: 5px 0;
	bottom: calc(100%);
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.55);
}

.dropped .link {
	color: var(--second-color);
	padding: 4px 12px;
	gap: 0 20px;
	display: flex;
	align-items: center;
	min-height: 40px;
	font-size: 16px;
	cursor: pointer;
	transition: background .3s, color .3s;
}

.dropped .link.fixed {
	background: var(--active-color);
	color: var(--main-color);
}

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

.dropped svg {
	font-size: 20px;
}

.dropped,
.dropped-box {
	position: relative;
}

.dropped.show .hidden,
.dropped-box.show .hidden {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
	display: block;
}

.dropped .btn,
.dropped-box .btn {
	display: flex;
	align-items: center;
	color: var(--second-color);
	background: none;
	border: none;
	font-family: inherit;
	font-weight: inherit;
	text-transform: uppercase;
	cursor: pointer;
	font-size: inherit;
}

.dropped .hidden,
.dropped-box .hidden {
	position: absolute;
	z-index: 10;
	width: 100%;
	max-height: 130px;
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition: opacity .3s, transform .3s, visibility .3s;
	border-radius: 8px;
	color: var(--main-color);
	transform: translate3d(0, -10px, 0);
	border-radius: 15px 0px 15px 15px;
	background: var(--main-background);
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.55);
}

.dropped a,
.dropped-box a {
	color: var(--main-color);
	padding: 4px 12px;
	display: flex;
	align-items: center;
	min-height: 32px;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.dropped a:hover,
	.dropped-box a:hover {
		background: var(--active-color);
	}
}

.dropped-box.show .btn {
	color: var(--main-color);
	background: var(--active-color);
}

.dropped-box.show .icon {
	transform: rotate(180deg);
}

.dropped-box .btn {
	min-height: 36px;
	padding: 0 20px;
	border-radius: 15px;
	text-transform: capitalize;
	color: var(--second-color);
	font-size: 14px;
	gap: 20px;
	background: var(--tools-bg);
	transition: background .3s, color .3s;
}

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

.dropped-box .icon {
	transition: transform .3s;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropped-box .hidden {
	right: 0;
	left: 0;
	top: calc(100% + 10px);
	left: auto;
    min-width: 127px;
}

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

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

.pagination-list .list .item {
	margin-left: 10px;
	width: auto !important;
	padding: 0;
}

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

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

@media screen and (max-width: 991px) {
	.pagination-list .list .item.active {
		display: block;
		margin: 0;
	}
}

.pagination-list .list .item.active a {
	border-radius: 15px;
	pointer-events: none;
	color: var(--main-color);
	background: var(--second-color);
}

.pagination-list .submit,
.pagination-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	height: 40px;
	min-width: 40px;
	border-radius: 15px;
	background: var(--tools-bg);
	color: var(--second-color);
	transition: color .3s, background .3s;
}

.pagination-list .submit {
	padding: 5px 10px;
}

.pagination-list .submit {
	border: none;
	cursor: pointer;
}

.pagination-list .submit[disabled] {
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}


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

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

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

.pagination-list .item.pager a {
	padding: 10px 22px;
	min-width: 50px;
}

@media screen and (max-width: 480px) {
	.pagination-list .item.pager a {
		padding: 10px 20px;
	}
}

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

.pagination-list .item.pager:first-child .text {
	margin-left: 5px;
}

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

.pagination-list .item.pager.next .text {
	margin-right: 5px;
}

@media screen and (max-width: 480px) {
	.pagination-list .item .text {
		display: none;
	}
}

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

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

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

.tags-box a {
	border-radius: 15px;
	background: var(--tools-bg);
	display: flex;
	align-items: center;
	color: var(--second-color);
	min-height: 36px;
	padding: 0 20px;
	transition: background .3s, color .3s;
}

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

.banner-box {
	min-height: 300px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.banner-box {
		min-height: 240px;
	}
}

.banner-box img {
	height: 100%;
	left: 0;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.profile-box {
	display: flex;
	gap: 0 20px;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.profile-box {
		flex-wrap: wrap;
	}
}

.profile-box .content {
	width: 100%;
}

.profile-ava {
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	position: relative;
	border: 1px solid #474747;
}

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

.profile-tools {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
}

.profile-tools .title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 26px;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.profile-tools .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {
	.profile-tools .title {
		font-size: 20px;
	}
}

.profile-tools svg {
	font-size: 22px;
	color: var(--active-color);
}

@media screen and (max-width: 768px) {
	.profile-tools svg {
		font-size: 18px;
	}
}

.profile-tools .hold {
	flex-grow: 1;
	flex-shrink: 1;
	position: relative;
}

.subscribe-btn {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 16px;
	font-family: inherit;
	overflow: hidden;
	text-transform: uppercase;
	border: none;
	border-radius: 15px 15px;
	cursor: pointer;
	width: fit-content;
}

@media screen and (min-width: 1025px) {
	.subscribe-btn:hover .text {
		background: var(--active-second-color);
	}
	.subscribe-btn:hover .amount {
		color: var(--main-color);
	}
}

.subscribe-btn.done {
	cursor: default;
	pointer-events: none;
	opacity: 0.8;
}

.subscribe-btn .text {
	background: var(--active-color);
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 20px;
	color: var(--main-color);
	transition: background .3s;
}

.subscribe-btn .amount {
	color: var(--second-color);
	font-weight: 400;
	line-height: 20px;
	background: var(--tools-bg);
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 15px;
	transition: color .3s;
}

.profile-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 7px;
	color: var(--second-color);
	font-size: 14px;
}

.profile-list .item {
	padding-left: 9px;
	margin-left: 5px;
	position: relative;
}

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

.profile-list .item:first-child::after {
	display: none;
}

.profile-list .item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	width: 4px;
	height: 4px;
	background: var(--second-color);
	border-radius: 100%;
}

.profile-text,
.profile-text-mobile {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
}

@media screen and (max-width: 768px) {
	.profile-text {
		display: none;
	}
}

.profile-text-mobile {
	width: 100%;
	display: none;
}

@media screen and (max-width: 768px) {
	.profile-text-mobile {
		display: block;
	}
}

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

@media screen and (max-width: 991px) {
	.twocolumns {
		padding-right: 0;
	}
}

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

.twocolumns .col.second {
	flex-grow: 0;
	flex-shrink: 0;
	width: 360px;
	margin-left: 20px;
}

@media screen and (max-width: 1136px) {
	.twocolumns .col.second {
		max-width: 300px;
	}
}

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

@media screen and (max-width: 1440px) {
	.twocolumns .main-grid .item {
		width: 33.3333%;
	}
}

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

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

.sidebar .row {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--main-background);
}

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

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

.sidebar .spot-box .item {
	text-align: center;
}

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

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

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

.sidebar-card .image {
	flex-grow: 0;
	flex-shrink: 0;
	height: 94px;
	width: 167px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.sidebar-card img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: opacity .3s;
}

.sidebar-card .duration {
	position: absolute;
	right: 5px;
	bottom: 5px;
	border-radius: 8px;
	background: var(--duration-bg);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color);
	font-size: 12px;
	padding: 0 8px;
	transition: opacity .3s;
}

.sidebar-card .content {
	flex-grow: 1;
	flex-shrink: 1;
}

.sidebar-card .title {
	color: var(--main-color);
	font-size: 14px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 1.25;
	transition: color .3s;
}

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

.sidebar-card .name {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	gap: 5px;
	color: var(--main-color);
	transition: color .3s;
}

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

.sidebar-card svg {
	font-size: 12px;
	color: var(--active-color);
	flex-grow: 0;
	flex-shrink: 0;
}

.sidebar-card .list {
	color: var(--second-color);
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.videoplayer {
	display: block;
	position: relative;
	/* max-height: calc(100vh - 120px - 90px);
	aspect-ratio: 16 / 9; */
	width: 100%;
	background-color: #000;
}

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

.videoplayer video {
	height: 100%;
	width: 100%;
	display: block;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	transition: transform .3s;
	font-size: 100px;
	border: none;
	cursor: pointer;
	background: none;
	color: var(--main-color);
	transform: translate3d(-50%, -50%, 0) scale(1);
	opacity: .8;
	transition: color .3s, transform .3s;
}

@media screen and (min-width: 1025px) {
	.play-btn:hover {
		color: var(--active-color);
		transform: translate3d(-50%, -50%, 0) scale(1.1);
	}
}

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

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

.mobile-banner {
	display: none;
	margin-top: 20px;
	padding: 0 10px;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.mobile-banner {
		display: block;
	}
}

.mobile-banner img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	border-radius: 15px;
}

.videoplayer-field {
	margin-top: 20px;
	padding: 0 30px;
}

@media screen and (max-width: 1024px) {
	.videoplayer-field {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.videoplayer-field {
		padding: 0 10px;
	}
}

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

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

.videoplayer-field .title {
	font-size: 26px;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.videoplayer-field .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {
	.videoplayer-field .title {
		font-size: 20px;
	}
}

.videoplayer-field .description {
	font-size: 14px;
	line-height: 1.5;
}

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

.video-tools .column {
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

@media screen and (max-width: 1240px) {
	.video-tools .column {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.video-tools .column {
		justify-content: space-between;
	}
}

@media screen and (max-width: 410px) {
	.video-tools .column {
		gap: 10px;
	}
}

.video-tools .column.second {
	flex-grow: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 1160px) {
	.video-tools .column.second {
		width: 100%;
	}
}

.video-tools .author-img {
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 410px) {
	.video-tools .author-img {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width: 410px) {
	.video-tools .subscribe-btn {
		font-size: 12px;
	}
	.video-tools .subscribe-btn .text {
		padding: 0 10px;
	}
	.video-tools .subscribe-btn .amount {
		padding: 0 10px;
	}
}

.video-tools .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 7px;
	color: var(--second-color);
	font-size: 12px;
}

.video-tools .box {
	padding-left: 9px;
	margin-left: 5px;
	position: relative;
}

.video-tools .box:first-child {
	padding: 0;
	margin: 0;
}

.video-tools .box:first-child::after {
	display: none;
}

.video-tools .box::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	width: 4px;
	height: 4px;
	background: var(--second-color);
	border-radius: 100%;
}

.video-tools .hold {
	display: flex;
	align-items: center;
	gap: 0 5px;
}

.video-tools .hold.second {
	gap: 0 10px;
}

.video-tools .btn {
	display: flex;
	align-items: center;
	gap: 5px;
	min-height: 40px;
	padding: 0 10px;
	cursor: pointer;
	border-radius: 15px;
	background: var(--tools-bg);
	transition: color .3s, background .3s;
	border: none;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	color: var(--second-color);
}

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

.video-tools .btn.show,
.video-tools .btn.voted {
	color: var(--main-color);
	background: var(--active-color);
}

.video-tools .btn svg {
	font-size: 20px;
}

.video-tools .btn.second {
	padding: 0 20px;
}

.dropped-field {
	position: relative;
}

.dropped-field.show .button {
	color: var(--main-color);
	background: var(--active-color);
}

.dropped-field.show .hidden {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
	display: block;
}

.dropped-field.show .icon svg {
	transform: rotate(-180deg);
}

.dropped-field .button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	background: var(--tools-bg);
	border-radius: 15px;
	cursor: pointer;
	min-height: 40px;
	padding: 0 10px;
	color: var(--second-color);
	border: none;
	font-family: inherit;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.dropped-field .button:hover {
		color: var(--main-color);
		background: var(--active-color);
	}
}

.dropped-field .hidden {
	position: absolute;
	z-index: 10;
	width: 100%;
	min-width: 200px;
	max-height: 130px;
	right: 0;
	top: calc(100% + 10px);
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition: opacity .3s, transform .3s, visibility .3s;
	border-radius: 8px;
	color: var(--main-color);
	transform: translate3d(0, -10px, 0);
	border-radius: 15px 0px 15px 15px;
	background: var(--main-background);
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.55);
}

.dropped-field .link {
	min-height: 40px;
	display: flex;
	gap: 10px;
	padding: 0 20px;
	align-items: center;
	color: var(--second-color);
	font-size: 16px;
	transition: color .3s, background .3s;
}

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

.dropped-field .delete.link {
	color: var(--main-color);
	background: var(--active-color);
}

.dropped-field .link svg {
	font-size: 20px;
	min-width: 20px;
}

.dropped-field .icon {
	font-size: 12px;
}

.dropped-field .icon svg {
	transition: transform .3s;
}

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

.video-tags.show .item {
	display: block;
}

.video-tags.show .item.active {
	display: block;
}

.video-tags.show .show-more {
	color: var(--main-color);
	background: var(--active-color);
}

.video-tags.show .show-more svg {
	transform: rotate(180deg);
}

.video-tags .item {
	display: none;
}

.video-tags .item.active, .video-tags .item.mobile {
	display: block;
}

@media screen and (max-width: 480px) {
	/* .video-tags .item.active {
		display: none;
	} */
}

.video-tags a {
	color: var(--second-color);
	border-radius: 15px;
	display: flex;
	align-items: center;
	min-height: 36px;
	padding: 0 20px;
	background: var(--tools-bg);
	transition: color .3s, background .3s;
}

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

@media screen and (max-width: 410px) {
	.video-tags a {
		padding: 0 15px;
	}
}

.show-more {
	cursor: pointer;
	background: var(--tools-bg);
	color: var(--second-color);
	border: none;
	transition: color .3s, background .3s;
	min-height: 36px;
	min-width: 36px;
	border-radius: 15px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.show-more svg {
	transition: transform .3s;
}

.modal-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-box .modal-content {
	background-color: var(--tools-bg);
	width: 100%;
	padding: 50px;
	border-radius: 15px;
	max-height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform 0.3s;
	position: relative;
	margin: auto;
	max-width: 484px;
}

@media screen and (max-width: 768px) {
	.modal-box .modal-content {
		padding: 50px 20px 20px 20px;
	}
}

.modal-box .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 24px;
	transform: scale(1);
	transition: color .3s, transform .3s;
}

@media screen and (min-width: 1025px) {
	.modal-box .close:hover {
		color: var(--active-color);
		transform: scale(1.1);
	}
}

.modal-box .title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-right: 44px;
}

.modal-box .title .success {
	color: var(--main-color);
}

.modal-box .row-field {
	padding-bottom: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--main-background);
}

.modal-box .row-field.second {
	padding-bottom: 30px;
}

.modal-box .row-field.last,
.modal-box .row-field:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

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

.modal-box .row-box.second {
	margin-bottom: 30px;
}

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

.modal-box .input {
	border-radius: 15px;
	border: 1px solid var(--search-border);
	width: 100%;
	height: 40px;
	color: var(--main-color);
	background: var(--main-background);
	padding: 0 20px;
	font-size: 16px;
	font-family: inherit;
	font-weight: inherit;
}

.modal-box .row-box .field-label {
	color: var(--main-color);
	display: block;
	margin: 0 0 5px;
}

.modal-box .input.textarea {
	resize: vertical;
	min-height: 100px;
	padding: 10px 20px;
}

.modal-box .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
}

.modal-box .link {
	color: var(--second-color);
	transition: color .3s;
	white-space: nowrap;
	margin-left: 15px;
}

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

.modal-box .info {
	color: var(--second-color);
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.modal-box .info {
		margin-bottom: 10px;
	}
}

.modal-box .text {
	text-align: center;
	line-height: 1.4;
	color: var(--second-color);
}

.modal-box .text a {
	color: var(--main-color);
	transition: color .3s;
}

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

.modal-box .button {
	width: 100%;
	height: 40px;
	border-radius: 15px;
	background: var(--main-background);
	border: none;
	color: var(--second-color);
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	transition: background .3s, color .3s;
	display: inline-block;
    text-align: center;
    line-height: 40px;
}

@media screen and (min-width: 1025px) {
	.modal-box .button:hover {
		background: var(--active-color);
		color: var(--main-color);
	}
}

.checkbox-label {
	flex-grow: 1;
	flex-shrink: 1;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.checkbox-label .field-error {
	position: absolute;
    bottom: -22px;
}

.checkbox-label .checkbox {
	display: inline-flex;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
	flex-shrink: 0;
	flex-grow: 0;
	width: 20px;
	border: 2px solid var(--second-color);
	transition: background .2s, border .2s;
	border-radius: 5px;
	height: 20px;
}

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

.checkbox-label .radio + .checkbox {
    border-radius: 50%;
}

.checkbox-label .radio + .checkbox::after {
	border-radius: 50%;
    border-width: 1px;
    border: none;
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    transform: rotate(0) translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.checkbox-label span:not(.checkbox) {
	font-size: 16px;
}

.checkbox-input {
	display: none;
}

.checkbox-input:checked + .checkbox {
	background: var(--active-color);
	border: 2px solid var(--active-color);
}

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

.button-submit {
	border-radius: 15px;
	background: var(--active-color);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--main-color);
	cursor: pointer;
	border: none;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.button-submit:hover {
		background: var(--active-second-color);
	}
}

.footer {
	margin-top: var(--custom-margin);
	padding: 0 30px 30px 30px;
	background: var(--footer-bg);
}

@media screen and (max-width: 1024px) {
	.footer {
		padding: 0 20px 30px 20px;
	}
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 0 10px 30px 10px;
	}
}

.footer-hold {
	display: flex;
	gap: 20px 50px;
}

@media screen and (max-width: 1136px) {
	.footer-hold {
		flex-direction: column;
	}
}

.footer-hold .col {
	flex-grow: 1;
	flex-shrink: 1;
}

.footer-hold .col.second {
	flex-grow: 0;
	flex-shrink: 0;
}

.footer-hold .logo {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1136px) {
	.footer-hold .logo {
		justify-content: center;
	}
}

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

.footer-hold .list {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 15px 30px;
}

@media screen and (max-width: 1136px) {
	.footer-hold .list {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.footer-hold .list .item.active a {
	color: var(--active-color);
}

.footer-hold .list a {
	color: var(--main-color);
	font-size: 16px;
	display: flex;
	align-items: center;
	transition: color .3s;
}

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

.footer-hold .content {
	text-align: end;
	color: var(--second-color);
	line-height: 1.3;
	max-width: 950px;
	width: 100%;
	margin-left: auto;
}

@media screen and (max-width: 1136px) {
	.footer-hold .content {
		margin-left: 0;
		text-align: center;
	}
}

.footer-hold img {
	max-width: 100%;
}

.footer-hold .image {
	margin-bottom: 20px;
}

.footer-hold .text {
	margin-bottom: 20px;
}

.no-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #474747;
    border-radius: 15px;
	color: #fff;
}

.no-thumb img {
    width: 80% !important;
    filter: grayscale(60%);
    object-fit: contain !important;
    height: auto !important;
    position: static !important;
    border-radius: 0 !important;
}

.author-box .author-img .no-thumb,
.channels-box .channels .image .no-thumb {
	border-radius: 50%;
}

.lazyload, 
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

.static_page .empty-content h2 {
	font-size: 16px;
	margin: 15px 0 10px;
}

.static_page .empty-content h2:first-child {
	margin-top: 0;
}

.static_page .empty-content p {
	margin: 0 0 10px;
}

.static_page .empty-content ol,
.static_page .empty-content ul {
	padding-left: 15px;
	margin: 0 0 10px;
}

.static_page .empty-content ol li,
.static_page .empty-content ul li {
	list-style: disc;
}

.seo_text a,
.static_page .empty-content a {
	font-weight: 700;
	color: var(--active-color);
	text-decoration: underline;
	transition: color .3s;
}

.seo_text a:hover ,
.static_page .empty-content a:hover {
	text-decoration: none;
	color: var(--main-color);
}

.generic-error {
	color: red;
	margin-bottom: 10px;
}

.field-error {
	color: red;
}

.captcha-control .field-label {
    display: block;
    margin: 10px 0;
}

.captcha-control img {
	margin: 0 0 10px;
}

.fancybox-close {
	opacity: 0;
}

.notification_copy {
	position: fixed;
    top: 106px;
    right: 10px;
    z-index: 999;
    color: var(--main-color);
    padding: 15px 20px;
    border-radius: 15px;
    background: var(--active-color);
    transform: translateX(110%);
    transition: transform .3s;
}

.notification_copy.show {
    transform: translateX(0);
}

.player-holder {
	position: relative !important;
}

.player-holder .mask_player {
    position: absolute;
    z-index: 9999;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.player-wrap {
	position: relative !important;
}

#kt_player {
	position: absolute !important;
}

.video-tools .hold.rating-container {
	position: relative;
}

.video-tools .hold.rating-container .voters {
	position: absolute;
    left: 0;
    top: -20px;
}

.under_video_ad {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.dropped-field .hidden-item.hidden {
	position: static;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
	display: none;
}

.list-selector {
	position: relative;
}

form .list-selector-popup {
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	bottom: 52px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	z-index: 10000;
	background-color: #000;
  }
  form .list-selector-popup:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--main-background);
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	bottom: -5px;
	z-index: 10000;
  }
  form .list-selector-popup:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 7px;
	background-color: var(--main-background);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	z-index: 10001;
  }
  form .list-selector-popup .button-group {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 30px;
	right: 8px;
  }
  form .list-selector-popup .button-group .group-title {
	margin: 0 5px 10px 0;
	padding: 3px;
	line-height: 1.2;
	background: #212121;
	font-weight: 800;
  }
  form .list-selector-popup .button-group .item {
	display: inline-block;
	width: 31%;
	padding: 3px 0 10px;
	vertical-align: top;
  }
  
  .fancybox-inner form .list-selector-popup .button-group .item {
	width: 49%;
	width: 100%;
  }
  .fancybox-outer,
  .fancybox-inner {
	height: auto !important;
  }
  form .list-selector-popup .button-group .item label {
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	position: relative;
  }
  form .list-selector-popup .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #c8c8c8;
	border: none;
  }
  form .list-selector-popup .filter input {
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	border: none;
	color: #fff;
	background: var(--main-background);
	font-weight: 400;
	line-height: 14px;
  }

.list-playlists .image img.video2,
.list-playlists .image img.video3,
.list-playlists .image img.video4,
.list-playlists .image img.video5 {
  position: absolute;
  left: auto;
  width: 7rem;
  height: 4rem;
  border: 2px solid rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.no-touch .list-playlists .item:hover .image img {
  opacity: 1;
}
.no-touch .list-playlists .item .image .video3:hover,
.no-touch .list-playlists .item .image .video4:hover,
.no-touch .list-playlists .item .image .video2:hover {
  z-index: 3;
  border: 2px solid rgba(228, 82, 87, 0.5);
}

.list-playlists .image img.video2 {
  right: 25px;
  top: 5px;
}
.list-playlists .image img.video3 {
  right: 15px;
  top: 15px;
}
.list-playlists .image img.video4 {
  right: 5px;
  top: 25px;
}

.block-share form {
	width: 100%;
}

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

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

.block-share input {
    background: var(--tools-bg) !important;
}

.block-share .block-size {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .block-share .block-size a {
	padding: 13px 20px;
	background-color: var(--tools-bg);
	border-radius: 20px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--second-color);
	display: inline-block;
	margin: 3px 3px 3px 0;
  }
  
  .no-touch .block-share .block-size a:hover {
	background-color: var(--active-color);
	color: var(--main-color);
  }
  
  .block-share .custom-size {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 0 0 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 3px 0;
  }
  .block-share .custom-size label {
	margin: 0 5px 0 0;
	width: auto;
	white-space: nowrap;
  }
  .block-share .custom-size .textfield {
	width: 60px;
	margin: 0 5px 0 0;
	text-align: center;
	padding: 12px 5px;
  }
  .block-share .custom-size .textfield:last-child {
	margin: 0;
  }

.tab-content.hidden {
	display: none;
}

.tab-content.hidden.show {
	display: block;
}

.second-grid form .bottom {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.headline .text h1 a,
.headline .text h2 a {
	color: var(--main-color);
	text-decoration: underline;
	transition: color .3s;
}

@media screen and (min-width: 1024px) {
	.headline .text h1 a:hover,
	.headline .text h2 a:hover {
		color: var(--active-color);
	}
}

.list-subscriptions .second-grid .item {
	width: 16.66%;
}

@media screen and (max-width: 1360px) {
	.list-subscriptions .second-grid .item {
		width: 20%;
	}
}

@media screen and (max-width: 1160px) {
	.list-subscriptions .second-grid .item {
		width: 25%;
	}
}

@media screen and (max-width: 991px) {
	.list-subscriptions .second-grid .item {
		width: 33.3333%;
	}
}

@media screen and (max-width: 768px) {
	.list-subscriptions .second-grid .item {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.list-subscriptions .second-grid .item {
		width: 100%;
	}
}

.list-subscriptions .title {
    color: var(--main-color);
	font-size: 18px;
	margin: 0 0 7px;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: color .3s;
}

@media screen and (min-width: 1024px) {
	.list-subscriptions .title:hover {
		color: var(--active-color);
	}
}

.list-subscriptions .item-control-holder {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list-subscriptions .item-control-holder .checkbox-label {
    flex-grow: 0;
}

.list-subscriptions .item-control-holder .checkbox-input {
	display: block;
    -webkit-appearance: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
	cursor: pointer;
} 

.list-subscriptions .item-control-holder .btn {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    height: 30px;
    min-width: 40px;
    border-radius: 15px;
    background: var(--tools-bg);
    color: var(--second-color);
	cursor: pointer;
    transition: color .3s, background .3s;
}

@media screen and (min-width: 1024px) {
	.list-subscriptions .item-control-holder .btn:hover {
        background: var(--active-color);
        color: var(--main-color);
	}
}


.profile-tools .dropped-box svg {
    transition: transform .3s, color .3s;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: var(--second-color);
}

.profile-tools .dropped-box.show svg {
	color: var(--main-color) !important;
}

@media screen and (min-width: 1024px) {
	.profile-tools .dropped-box:hover svg {
		color: var(--main-color);
	}
}


.profile-tools .dropped-box.show .btn {
    color: var(--main-color);
}

.block-profile .margin-fix {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block-profile .column {
	width: 33.33%;
}

@media screen and (max-width: 767px) {
	.block-profile .column:last-child {
		width: 100%;
		margin-top: 7px;
	}
}

@media screen and (max-width: 767px) {
	.block-profile .column {
		width: 100%;
		margin-top: 7px;
	}
	.block-profile .column:first-child {
		margin: 0;
	}
}


.block-profile .column .item {
	font-size: 15px;
	padding: 0;
	margin: 0 0 7px;
}

.block-profile .column .item:last-child {
	margin: 0;
}

.block-profile .column .item em {
	color: var(--main-color);
}

.block-profile .profile-list .item::after {
	display: none;
}

.block-profile .column a {
	color: var(--main-color);
	text-decoration: underline;
	transition: color .3s;
}

@media screen and (min-width: 1024px) {
	.block-profile .column a:hover {
		color: var(--active-color);
	}
}

.modal-box .row-box.date fieldset {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.modal-box .row-box.date fieldset select{
	width: 31%;
}

.modal-box .smileys-bar {
	margin: 0 0 7px;
}

.file-control {
	position: relative;
}

.file-control .button {
    position: absolute;
    width: auto;
    top: 0;
    background: var(--tools-bg);
    height: auto;
    text-transform: none;
    line-height: 20px;
    top: 4px;
    left: 4px;
    border: 1px solid var(--search-border);
    padding: 5px 10px;
    border-radius: 15px;
}

.file-control .file {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor: pointer;
}

.social_links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
}

.social_links .item {
	margin: 5px 5px 0 0;
}

.social_links .item:last-child {
	margin-right: 0;
}

.social_links .item a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	border-radius: 50%;
	padding: 0 11px;
	min-height: 40px;
	background: #525252;
    color: #fff;
    border-radius: 15px 15px;
    font-size: 16px;
    padding: 10px 20px;
    transition: background .3s ease;
    gap: 5px;
}

.social_links .item a svg {
	width: 18px;
	height: 18px;
}

.social_links .item a svg.icon-instagram-hover {
	display: none;
}

@media screen and (min-width: 1025px) {
    .social_links a:hover svg {
        fill: var(--main-color) !important;
    }

	.social_links .item a:hover svg.icon-instagram {
		display: none;
	}

	.social_links .item a:hover svg.icon-instagram-hover {
		display: block;
	}
	.social_links .item a:hover {
		background: var(--active-color);
	}
}

.nav-after_header {
	display: flex;
	justify-content: space-between;
	background: var(--header-bg);
	padding: 0 10px;
}

.nav-after_header a {
	border: 1px solid #151515;
	border-right: none;
	width: 25%;
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 0;
    color: #c6c6c6;
    font-size: .6em;
    font-weight: 700;
	font-size: 12px;
	white-space: nowrap;
}	

.nav-after_header a:first-child {
	border-left: none;
}	

.player-holder .no-player {
	position: relative;
}

.player-holder .no-player .message {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding: 0 10px;
	font-size: 20px;
}

@media screen and (max-width: 440px) {
	.player-holder .no-player .message {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.kt-player .fp-player .fp-ui-block + div + div,
	.kt-player .fp-player .fp-ui-block + div,
	.kt-player {
		overflow: visible !important;
	}

	.kt-player .fp-player iframe {
		top: 0 !important;
		height: 365px !important;
	}
}

.album-holder .images {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;	
}

@media screen and (max-width: 1024px) {
	.album-holder .images {
		grid-template-columns: repeat(4, 1fr);
	}
}

.album-holder .images a {
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative;
    padding-bottom: 150%;
}

.album-holder .images a img {
	display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	width: 100%;
	transition: transform .3s ease;
}

@media screen and (hover:hover) {
	.album-holder .images a:hover img {
		transform: scale(1.05);
	}
} 

.list-albums {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

@media screen and (max-width: 1200px) {
	.list-albums {
		grid-template-columns: repeat(4, 1fr);
	}	
}

@media screen and (max-width: 900px) {
	.list-albums {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}	
}

@media screen and (max-width: 500px) {
	.list-albums {
		grid-template-columns: repeat(2, 1fr);
	}	
}

.list-albums .img {
	position: relative;
    padding-bottom: 134%;
    overflow: hidden;
    border-radius: 15px;
	display: block;
}

.list-albums .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.list-albums .img .photos {
	position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    background: #000000b8;
    padding: 3px 10px;
    border-radius: 10px;
}

.list-albums .img .rating {
	position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    color: #fff;
    background: #000000b8;
    padding: 3px 10px;
    border-radius: 10px;
}

.list-albums .title {
	font-size: 14px;
    transition: color .3s;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
	font-weight: 300;
	font-weight: 400;
}

@media screen and (hover:hover) {
	.list-albums a:hover .title {
		color: #E45257;
	}	
}

.list-albums .hold {
    display: flex;
    gap: 10px;
    color: #6E6E6E;
    font-size: 12px;
	margin-top: 10px;
}

.list-albums .hold .list {
    display: flex;
    gap: 5px;
    margin-top: 3px;
}

.list-albums .hold .added {
	position: relative;
}

.list-albums .hold .added:before {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    content: '';
    display: block;
    background: #6e6e6e;
    top: 6px;
    left: -6px;
}

.profile-box.model-page {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 340px;
    background-position: center;
    align-items: end;
    padding: 20px;
	box-shadow: inset 0px -900px 60px 10px #000000cc;
	position: relative;
	margin-top: -30px;
}

.profile-box.model-page:before {
    content: "";
	background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0, rgb(16 15 15) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
}

@media screen and (max-width: 767px) {
	.profile-box.model-page {
		justify-content: center;
		margin-top: -20px;
	}
	.social_links {
		justify-content: center;
	}
	.profile-tools {
		gap: 10px;
	}
	.profile-box.model-page .profile-tools .title {
		justify-content: center;
	}
}

.list- {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1024px) {
	.list- {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
}
@media screen and (max-width: 800px) {
	.list- {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 520px) {
	.list- {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 1px;
	}
}
.list- .item a {
	color: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.list- .item .title {
    width: 100%;
    display: block;
    text-align: center;
	transition: color .3s ease;
}
@media screen and (hover:hover) {
	.list- .item a:hover .title {
		color: #E45257;
	}
}
.list- .item .img {
	position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}
.list- .item .img .no-thumb {
	border: none;
    background: #000;
}
.list- .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#list_videos_favourite_videos, #list_videos_ed_videos {
	margin-bottom: 20px;
}
.empty-content {
	padding: 10px;
}

.block-album {
	display: flex;
    flex-direction: row-reverse;	
}

.block-album .row {
	width: 300px;
    margin-left: 20px;
}

.block-album .row .spot-box {
    display: flex;
    flex-direction: column;
    gap: 10px;	
}

.album-holder {
	width: 100%;
}

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

.outgoing-link {
    border-radius: 15px;
    background: var(--tools-bg);
    display: flex;
    align-items: center;
    color: var(--second-color);
    padding: 0 20px;
    min-height: 36px;
    transition: color .3s, background .3s;	
}

@media screen and (hover:hover) {
	.outgoing-link:hover {
		color: var(--main-color);
        background: var(--active-color);
	}
}

.list-comments .image a {
	position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-comments .image a .no-thumb {
	text-align: center;
    font-size: 10px;
	color: var(--active-color);
}
.list-comments {
	margin-top: 20px;
}
.list-comments .item {
	display: flex;
	gap: 15px;
	max-width: 1000px;
    overflow: hidden;
    margin-bottom: 20px;
}
.original-text {
	white-space: normal;
}
.comment-info {
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
	color: var(--second-color);
    font-size: 12px;
	align-items: center;
}
.comment-info .name {
	font-size: 16px;
	color: var(--active-color);
	transition: color .3s ease;
}
.block-comments .toggle-button {
    background: var(--active-color);
    height: 100%;
    align-items: center;
    padding: 10px 20px;
	margin: 0 0 0 10px;
    color: var(--main-color);
    transition: background .3s;
	border-radius: 20px;
	display: inline-block;
	text-transform: uppercase;
}
.block-comments .hint {
	font-size: 16px;
}

.block-new-comment .row {
	display: flex;
    flex-direction: column;
	margin-bottom: 10px;
}

.block-new-comment .row .textfield {
	margin-top: 10px;
    max-width: 500px;
    padding: 10px 20px;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    background: transparent;
	width: 100%;
	color: #fff;
}

.block-new-comment .row .textarea {
    margin-top: 10px;
    max-width: 1000px;
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    background: transparent;
    resize: none;
	color: #fff;
}
.block-new-comment .bottom > label {
	margin-bottom: 10px;
    display: inline-block;
}

.block-new-comment .bottom .textfield {
    margin: 10px 0;
    max-width: 200px;
    padding: 10px 20px;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    background: transparent;
	width: 100%;
}

.block-new-comment .bottom .submit {
    background: var(--active-color);
    height: 100%;
    align-items: center;
    padding: 5px 20px;
    margin: 20px 0 0 0;
    color: var(--main-color);
    transition: background .3s;
    border-radius: 20px;
    display: inline-block;
	border: none;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .block-comments .toggle-button:hover {
        background: var(--active-second-color);
    }
	.comment-info .name:hover {
		color: #fff;
	}
	.block-new-comment .bottom .submit:hover {
		background: var(--active-second-color);
	}
}

.video_models {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.author-img {
	width: 60px;
	display: block;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--author-border-color, #262626);
}
.author-img img {
	width: 100%;
	height: 100%;
}
.video_model-item {
	display: flex;
	gap: 10px;	
}
.video_model-item .wrap {
	display: flex;
	flex-direction: column;
}
.video_model-item .name {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}
.video_model-item .btn {
	color: var(--active-color);
	padding: 3px 10px 5px;
	border-radius: 20px;
	border: 1px solid var(--active-color);
	transition: color .3s ease, background .3s ease;
	width: fit-content;
}
@media screen and (hover:hover) {
	.video_model-item .btn:hover {
		background: var(--active-color);
		color: #fff;
	}
}
.video_model-item .btn.done {
	background: var(--active-color);
	color: #fff;
	pointer-events: none;
	cursor: default;
} 

.sticky-footer-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    background: #000;
    padding: 9px 10px;
    z-index: 999;
    display: none;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .sticky-footer-wrap {
        display: flex;
    }
}
.sticky-footer-wrap .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    gap: 5px;
    border-radius: 10px;
    padding: 5px 13px;
}
.sticky-footer-wrap svg {
    font-size: 24px;
    color: #fff;
}
.sticky-footer-wrap .item.active {
	color: var(--active-color);
}
.sticky-footer-wrap .item.active svg {
	color: var(--active-color);
}

.tab-content.hidden.show-important {
	display: block !important;
	margin-top: 20px;
}

.modal-inner {
	padding: 20px;
    position: relative;
	background: #000;
}
.modal-inner .success {
	color: #fff;
}
.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
}
.hidden {
	display: none;
}
.-inner {
    display: flex;
    margin-bottom: 25px;
}
.-inner .col {
    width: 50%;
    margin-right: 20px;
}
.-inner .col:last-child {
	margin-right: 0;
}
.-holder .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.-wrapper input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #707070;
    border-radius: 10px;
	background: #000;
	color: #fff;
}
.-wrapper .row {
    margin-bottom: 15px;
}
 .file-control, .form- {
    position: relative;
}
.file-control .textfield {
    padding-left: 33px;
}
.file-control .button {
    position: absolute;
    padding: 6px 11px;
    background-color: var(--main-background);
    color: #fff;
    border-radius: 8px;
    top: 1px;
    left: 10px;
    cursor: pointer;
}
.file-control .file {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}
.-wrapper .bottom {
    margin-top: 10px;
}
.-wrapper .bottom input {
    max-width: 150px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #000;
    color: #fff;
    font-size: 16px;
    display: block;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
}
.-inner .descr p {
    margin-bottom: 10px;
}
@media (max-width: 700px) {
    .-inner {
        flex-direction: column;
    }
	.-inner .col {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (hover:hover) {
	.-wrapper .bottom input:hover {
		color: #E45257;
	}
}
.-wrapper .heading {
    margin-bottom: 30px;
}
.heading .title {
    font-size: 24px;
    line-height: 1;
    color: #fff;
}
.heading .title a {
	color: #E45257;
}
.form-.ing .-inner {
	display: none;
}
.progressbar {
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.progressbar .progress {
	height: 3px;
    background: #E45257;
    margin-top: 5px;
    margin-bottom: 20px;
}
.progressbar .text {
	font-size: 20px;
    font-weight: 600;
}
.-holder label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}
.-wrapper textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #707070;
    border-radius: 10px;
    resize: none;
    font-family: Roboto, sans-serif;
    height: 110px;
    background: #000;
    color: #fff;
}
.-holder .radio-box {
    width: fit-content;
}
.radio-box input[type=radio], .-holder .radio-box input[type=radio] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.radio-box input[type=radio]+label, .-holder .radio-box input[type=radio]+label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}
.radio-box input[type=radio]+label::before, .-holder .radio-box input[type=radio]+label::before {
    content: "";
    display: inline-block;
    width: 20px;
    aspect-ratio: 1;
    border: 1px solid #E45257;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.radio-box input[type=radio]:checked+label::after, .-holder .radio-box input[type=radio]:checked+label::after {
    opacity: 1;
}
.radio-box input[type=radio]+label::before, .-holder .radio-box input[type=radio]+label::before {
    content: "";
    display: inline-block;
    width: 20px;
    aspect-ratio: 1;
    border: 1px solid #E45257;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.radio-box input[type=radio]+label::after, .-holder .radio-box input[type=radio]+label::after {
    content: "";
    display: inline-block;
    width: 10px;
    aspect-ratio: 1;
    border: 1px solid #E45257;
    background: #E45257;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.col .preview {
    border-radius: 10px;
    overflow: hidden;
    max-width: 415px;
    width: 100%;
    position: relative;
}
.col .preview img {
	width: 100%;
}
.col .preview em {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(0, 0, 0, .8);
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    padding: 0 6px;
}

.file-control {
	margin-bottom: 10px;
}

.list- .toggle-button {
	text-align: center;
    cursor: pointer;
    transition: color .3s ease;
}

@media screen and (hover:hover) {
	.list- .toggle-button:hover {
		color: #E45257;
	}
}

.button- {
	color: #fff;
    font-size: 24px;
    display: flex;
	transition: color .3s ease;
}

@media screen and (hover:hover) {
	.button-:hover {
		color: #E45257;
	}
}

.block-channel {
	position: relative;
    min-height: 250px;
    background-color: #121212;
    margin: -25px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0px -35px 60px 10px #000000;
}
.block-channel-absolute {
	position: absolute;
	z-index: 1;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 20px;
    width: 100%;
	gap: 10px;
	flex-wrap: wrap;
}
.block-channel-absolute .left {
	display: flex;
    gap: 10px;
	flex-wrap: wrap;
}
.block-channel-absolute .left h2 {
	font-size: 2em;
	white-space: nowrap;
    font-size: 26px;
    font-weight: 700;
}
.block-channel-absolute .left .button {
	background: #E45257;
	color: #fff;
	padding: 10px 20px;
	transition: background .3s ease;
}
.block-channel-absolute .left .button-second {
	background: #525252;
	color: #fff;
	border-radius: 15px 15px;
	font-size: 16px;
	padding: 10px 20px;
	transition: background .3s ease;
}
.block-channel-absolute .right {
    display: flex;
    gap: 10px;
}
.block-channel-absolute .right a {
	width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #525252;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: background .3s ease;
}
@media screen and (hover:hover) {
	.block-channel-absolute .left .button:hover {
		background: #525252;
	}
	.block-channel-absolute .left .button-second:hover {
		background: #E45257;
	}
	.block-channel-absolute .right a:hover {
		background: #E45257;
	}
}
@media (max-width: 479px) {
    .block-channel {
        background-size: auto;
        min-height: 180px;
        margin-left: -15px;
        margin-right: -15px;
		box-shadow: inset 0px -35px 230px 10px #000000;
    }
}

.model-section {
	display: flex;
	gap: 20px; 
}

.card-content.info_content.second {
	margin-top: 10px;
	justify-content: flex-start;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    gap: 10px;
	font-weight: 500;
}

.hold-second .categories_models {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: end;
}

.hold-second .categories_models a {
	color: var(--active-color);
	transition: color .3s ease;
}

@media screen and (hover:hover) {
	.hold-second .categories_models a:hover {
		color: #fff;
	}	
}

.social_links.slider-bar {
	margin-top: 10px;
}


@media screen and (max-width: 768px) {
	.profile-tools {
		flex-direction: column;
	}
	.model-section {
		flex-direction: column;
		align-items: center;
	}
	.social_links {
		justify-content: center;
	}
	.subscribe-btn {
		position: relative;
	}
	.hold-second .categories_models {
		justify-content: center;
	}
	.profile-list {
		justify-content: center;
	}
}

.channel-descrition {
	margin-top: 20px;
}

.profile-text,
.profile-text-mobile {
	position: relative;
	overflow: hidden;
}

.profile-text {
	max-height: 50px;
}

.profile-text-mobile {
	max-height: 50px;
}

.profile-text.is-expanded,
.profile-text-mobile.is-expanded {
	max-height: none;
}

.profile-description-toggle {
	display: none;
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}

.profile-description-toggle.is-visible {
	display: inline-flex;
}
@media screen and (max-width: 1024px) {
	.profile-description:not(.profile-description-mobile) .profile-description-toggle {
		display: none;
	}
}

.filter form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.filter form {
	align-items: center;
}
.filter form .row {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: none;
    gap: 10px;
}
.filter form .row .cols {
    display: flex;
    align-items: center;
    gap: 5px;
}
.filter form .row select, .filter form .row input.textfield {
    border-radius: 15px;
    border: 1px solid var(--search-border);
    width: 100%;
    height: 40px;
    color: var(--main-color);
    background: #000;
    padding: 0 20px;
    font-size: 16px;
    font-family: inherit;
    font-weight: inherit;
}
.filter form .row select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3ath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-line='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 12px 8px;

	padding-right: 40px;
}
.filter form .row .checkbox {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.filter form .row .checkbox + label {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	-select: none;
}

.filter form .row .checkbox + label::before {
	content: "";
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.filter form .row .checkbox + label::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: translateY(-60%) rotate(45deg) scale(0);
	transition: transform 0.15s ease;
}

.filter form .row .checkbox:checked + label::before {
	background: var(--active-color);
	border-color: #222;
}

.filter form .row .checkbox:checked + label::after {
	transform: translateY(-60%) rotate(45deg) scale(1);
}

.filter form .row .checkbox:focus-visible + label::before {
	outline: 2px solid rgba(0, 0, 0, 0.2);
	outline-offset: 2px;
}

.filter form .submit {
	color: var(--main-color);
    font-family: inherit;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    background: var(--active-color);
    border-radius: 15px;
    border: none;
    padding: 0 30px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    transition: background .3s;
}

@media screen and (hover:hover) {
	.filter form .submit:hover {
		background: #000;
	}
}

@media screen and (max-width: 1100px) {
	.filter form {
		display: grid;
    	grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 730px) {
	.filter form {
		gap: 15px;
    	grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.header-.mob {
		display: flex;
		margin-top: 10px;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0;
	}
	.header-.mob .button {
		padding: 0 20px;
		width: 100%;
		text-align: center;
	}
	.header-.mob .auth-drop {
		width: 100%;
	}
	.header-.mob .-menu .box {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.header- .col. {
		width: 100%;
		order: 1;
		margin-top: 10px;	
	}
	.header- .col. .button- {
		justify-content: center;
		gap: 10px;
		align-items: center;
		border: 1px solid var(--active-color);
		padding: 10px 0;
		border-radius: 20px;
		font-size: 16px;
		text-transform: uppercase;
	}
	.header- .col. {
		width: 49%;
	}
}

body.show_age {
    overflow: hidden;
}

.age_verification-holder {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    top: 0;
    left: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: none;
}

body.show_age .age_verification-holder {
    display: flex;
}

.age_verification-holder .age_verification-popup {
    background: #121212;
    max-width: 501px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
}

.age_verification-holder .age_verification-popup .logo_popup {
    margin: 0 0 30px;
}

.age_verification-holder .age_verification-popup .title_popup {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.age_verification-holder .age_verification-popup .text_popup {
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 25px;
}

.age_verification-holder .age_verification-popup .btns_holder {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.age_verification-holder .age_verification-popup .btns_holder .btn.cancel {
    background: #515151;
    border-color: #515151;
}

.age_verification-holder .age_verification-popup .btns_holder .btn {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: var(--active-color);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 24px;
    border: 1px solid var(--active-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s, color .3s, border-color .3s;
    -o-transition: background-color .3s, color .3s, border-color .3s;
    transition: background-color .3s, color .3s, border-color .3s;
}

.age_verification-holder .age_verification-popup .btns_holder .btn {
    width: calc(50% - 10px);
    text-align: center;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .btn {
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .age_verification-holder .age_verification-popup .btns_holder .btn {
        font-size: 16px;
    }
    .age_verification-holder .age_verification-popup .btns_holder {
        gap: 5px;
    }
    .age_verification-holder .age_verification-popup .text_popup {
        font-size: 14px;
        margin: 0 0 20px;
    }
    .age_verification-holder .age_verification-popup .title_popup {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .age_verification-holder .age_verification-popup .logo_popup {
        margin: 0 0 20px;
    }
    .age_verification-holder .age_verification-popup {
        padding: 25px 15px;
    }
}

@media (max-width: 410px) {
	.age_verification-holder .age_verification-popup .btns_holder .btn {
		font-size: 13px;
	}
}

@media screen and (min-width: 1025px) {
    .age_verification-holder .age_verification-popup .btns_holder .btn.cancel:hover {
        background-color: transparent;
        color: #aaa;
        border-color: #aaa;
        cursor: pointer;
    }
}

.item-album {
	position: relative;
}

.item-album .item-control {
	position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 12px;
    background: var(--tools-bg);	
}

.list-albums form {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.list-albums form .item-album {
	width: 100%;
}

.autocomplete-suggestions {
	background: #000;
	padding: 15px;
	border-radius: 10px;
	max-height: 400px;
	overflow: auto;
}

.autocomplete-suggestion {
	padding: 10px 0;
	cursor: pointer;
	transition: color .3s ease;
}

@media screen and (hover:hover) {
	.autocomplete-suggestion:hover {
		color: var(--active-color);
	}
}