html[data-bs-theme="dark"] .navbar-brand img {
	filter: invert(95%);
	transition: all .25s;
}
body {
	padding-top: 4rem;
}
html[data-bs-theme="light"] body {
	background: #f4f4f4;
}
html[data-bs-theme="dark"] .modal-adult-container,
html[data-bs-theme="dark"] .modal-adult-container a[href="/"] {
	color: #000;
}

img {
	max-width: 100%;
}
img.max-img-100 {
	max-width: 100px;
}
img.max-img-120 {
	max-width: 120px;
}
img.max-img-150 {
	max-width: 150px;
}
@media (min-width: 768px) {
	img.max-md-img-120 {
		max-width: 120px;
	}
	img.max-md-img-150 {
		max-width: 150px;
	}
}

.h-100vh {
	min-height: calc(100vh - 140px);
}
.form-label.required:after {
	content: "*";
	color: red;
	margin-left: 5px;
}

.font-family-ua-brand {
	font-family: "ua-Brand", system-ui, sans-serif;
}
.link-underline-none {
	text-decoration: none;
}
#cke_notifications_area_editor {
	display: none;
}

.fs-7 {
	font-size: 1.2rem !important;
}

.ellipsis-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}
.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	height: 42px;
	line-height: 20px;
}

.img-url-to-input {
	width: 36px;
	padding: 1px;
	margin-bottom: 2px;
	cursor: pointer;
	transition: border-color .15s;
}
.img-url-to-input:hover {
	border-color: #000fff !important;
}

.flex-1 {
	flex: 1;
}
.flex-30 {
	flex: 0 0 30%;
}
.flex-50 {
	flex: 0 0 50%;
}
.flex-100 {
	flex: 0 0 100%;
}
@media (min-width: 768px) {
	.flex-md-1 {
		flex: 1;
	}
	.flex-md-30 {
		flex: 0 0 30%;
	}
	.flex-md-50 {
		flex: 0 0 50%;
	}
	.flex-md-100 {
		flex: 0 0 100%;
	}
}
@media (min-width: 992px) {
	.flex-lg-1 {
		flex: 1;
	}
	.flex-lg-30 {
		flex: 0 0 30%;
	}
	.flex-lg-50 {
		flex: 0 0 50%;
	}
	.flex-lg-100 {
		flex: 0 0 100%;
	}
}

.navbar > .container {
	gap: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: .9rem;
	padding-bottom: 0.3rem;
}
.navbar > .container > .navbar-brand {
	display: flex;
}
.navbar > .container > .navbar-brand img {
	width: 152px !important;
	height: auto;
}

@media (max-width: 1400px) {
	.navbar > .container {
		gap: 5px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: .75rem;
		padding-left: .3rem;
		padding-right: .3rem;
	}
	.navbar .navbar-brand {
		margin-right: .5rem;
	}
}

@media (max-width: 991px) {
	.navbar > .container > .navbar-brand {
		order: 1;
	}
	.navbar > .container > .navbar-brand img {
		width: 128px !important;
		height: auto !important;
	}
	.navbar > .container > .navbar-nav-two {
		order: 2;
	}
	.navbar > .container > .navbar-toggler {
		order: 3;
	}
	.navbar > .container > .navbar-collapse {
		order: 4;
	}
}

@media (max-width: 768px) {
	.navbar > .container > .navbar-brand img {
		width: 110px !important;
		display: none;
	}
	.navbar .navbar-brand {
		margin-right: .1rem;
		width: 34px;
		height: 34px;
		background: url(../images/logo.png) left center no-repeat;
		background-size: cover;
		overflow: hidden;
	}
		html[data-bs-theme="dark"] .navbar .navbar-brand {
			filter: invert(95%);
		}
}

@media (max-width: 420px) {
	.navbar-nav-two .navbar-nav .nav-link {
		max-width: 68px;
		width: 100%;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 420px) {
	.navbar-nav-two .navbar-nav .nav-link {
		max-width: 105px;
	}
}

.home-categories a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	transition: all .15s;
	background: #fafafa;
}
.home-categories a:hover {
	background: #f2f2f2;
}
html[data-bs-theme="dark"] .home-categories a {
	color: rgba(255, 255, 255, 0.75);
	background: #212529;
}
html[data-bs-theme="dark"] .home-categories a:hover {
	background: #2f2f2f;
}

.page-account .page-account-content {
	min-height: 350px;
}


@media (min-width: 767px) {
	.page-account .nav.flex-md-column .nav-link {
		position: relative;
		right: -4px;
		border-right: 0 !important;
	}
	.page-account .page-account-content .image-click-zoom {
		transition: transform .15s linear;
	}
	.page-account .page-account-content .image-click-zoom:active {
		transform: scale(3.5);
	}
}
@media (max-width: 766px) {
	.page-account .nav.flex-md-column .nav-link {
		position: relative;
		bottom: -2px;
		border-bottom: 0 !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

.modal-adult {
	backdrop-filter: blur(5px);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}
.modal-adult-container {
	background: #fff;
	box-shadow: 3px 3px 25px rgb(0 0 0 / 10%);
	border: 1px solid #eee;
	padding: 25px;
	margin: auto;
	border-radius: 10px;
	text-align: center;
}
.modal-adult-buttons .btn {
	margin: 3px;
	padding: 6px 20px;
	font-size: 14px;
}

.channel-header {
	/* background:repeating-linear-gradient(180deg, rgba(125,125,125,.5) 0 6px, rgba(225,225,225,.5) 6px 12px) */
	position: relative;
	overflow: hidden;
}
.channel-header div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(15px) opacity(0.75);
}
.channel-header img {
	position: relative;
	z-index: 2;
}

/*.channel-sorted-1,
.channel-sorted-2,
.channel-sorted-3 {
	background: #a0e9ff !important;
	border-color: #5ad9ff !important;
}*/

.channel-rise {
	background: linear-gradient(45deg, #CfDfEf, #fffff3, #CfDfEf);
	border: 1px solid #C7D2E4 !important;
	color: #000;
}
.channel-rise .text-muted {
	color: #6f6f6f !important;
}
html[data-bs-theme="dark"] .channel-rise {
	background: linear-gradient(45deg, #212529, #363636, #212529);
	border: 1px solid #5d6166 !important;
	color: #fff;
}
html[data-bs-theme="dark"] .channel-rise .text-muted {
	color: #efefef !important;
}

.channel-stand {
	background: linear-gradient(45deg, #ffe800, #d2ff00) !important;
	border-color: #6e6c6a !important;
}
html[data-bs-theme="dark"] .channel-stand {
	background: linear-gradient(45deg, #893d00, #723100) !important;
	border-color: #e76700 !important;
}

@media (max-width: 768px) {
	.pagination .page-link {
		font-size: .75rem;
	}
}