/* 16bitcs mega-menu — полноэкранная навигация (5 колонок) */

.b16-mega-shell {
	position: relative;
	z-index: 1000;
	width: 100%;
}

.b16-layout__body > .b16-mega-shell {
	flex-shrink: 0;
	padding: 10px 16px 8px;
	box-sizing: border-box;
	width: 100%;
}

.b16-mega-nav-bar {
	background: linear-gradient(180deg, rgba(24, 24, 28, 0.98) 0%, rgba(16, 16, 20, 0.98) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	border-radius: 14px !important;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.28) !important;
	backdrop-filter: blur(8px);
	overflow: visible;
}

.b16-mega-nav-bar .container,
.b16-mega-nav__inner,
.b16-mega-nav__right {
	overflow: visible;
}

.wapper .menu_top_container.b16-mega-nav-bar,
body:has(.home-orange-theme) .menu_top_container.b16-mega-nav-bar {
	background: linear-gradient(180deg, rgba(24, 24, 28, 0.98) 0%, rgba(16, 16, 20, 0.98) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.28) !important;
}

.b16-mega-nav-bar .container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
}

.b16-mega-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	padding: 6px 0;
	width: 100%;
}

.b16-mega-nav__left,
.b16-mega-nav__right {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
	min-width: 0;
}

.b16-mega-nav__right {
	justify-content: flex-end;
}

.b16-mega-nav__center {
	flex: 1;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.b16-mega-nav__social {
	display: flex;
	align-items: center;
	gap: 6px;
}

.b16-mega-soc {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: #9ca3af;
	font-size: 16px;
	text-decoration: none !important;
	transition: background 0.2s, color 0.2s;
}

.b16-mega-soc:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.b16-mega-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	color: #f3f4f6;
	white-space: nowrap;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.05);
}

.b16-mega-pill:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.1);
}

.b16-mega-pill--online {
	background: rgba(37, 99, 235, 0.2);
	border-color: rgba(59, 130, 246, 0.35);
	color: #93c5fd;
}

.b16-mega-pill--online .b16-mega-pill__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3b82f6;
	animation: b16-mega-pulse 2s infinite;
}

.b16-mega-pill--missions {
	background: rgba(234, 179, 8, 0.15);
	border-color: rgba(234, 179, 8, 0.3);
	color: #fbbf24;
}

.b16-mega-pill--missions i {
	color: #eab308;
}

.b16-mega-pill--voice {
	background: rgba(190, 64, 88, 0.22);
	border-color: rgba(244, 114, 132, 0.35);
	color: #fda4af;
	cursor: pointer;
}

.b16-mega-pill--voice:hover {
	background: rgba(190, 64, 88, 0.32);
	border-color: rgba(251, 113, 133, 0.5);
	color: #fecdd3;
}

.b16-mega-pill--voice i {
	color: #fb7185;
}

.b16-mega-pill--voice.is-active {
	background: rgba(190, 64, 88, 0.4);
	border-color: rgba(251, 113, 133, 0.7);
	box-shadow: 0 0 0 1px rgba(251, 113, 133, 0.25);
}

@keyframes b16-mega-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.45; }
}

.b16-mega-menu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 140px;
	padding: 9px 24px;
	border-radius: 12px;
	background: rgba(20, 14, 14, 0.95);
	border: 1px solid rgba(185, 60, 60, 0.45);
	box-shadow: 0 0 24px rgba(180, 50, 50, 0.1);
	color: #f3f4f6;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.b16-mega-menu-btn:hover,
.b16-mega-menu-btn:focus {
	outline: none;
	background: rgba(40, 28, 28, 0.98);
	border-color: rgba(200, 80, 80, 0.55);
	color: #fff;
}

.b16-mega-menu-btn.is-open {
	background: rgba(30, 20, 20, 0.98);
	border-color: rgba(220, 80, 80, 0.6);
}

.b16-mega-menu-btn__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
}

.b16-mega-menu-btn.is-open .b16-mega-menu-btn__icon {
	font-size: 22px;
}

.b16-mega-lang-wrap {
	position: relative;
}

.b16-mega-lang-btn {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s;
}

.b16-mega-lang-btn:hover,
.b16-mega-lang-btn.is-open {
	background: rgba(255, 255, 255, 0.12);
}

.b16-mega-lang-btn__flag {
	font-size: 18px;
	line-height: 1;
}

.b16-mega-lang-drop {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 160px;
	padding: 6px;
	border-radius: 12px;
	background: #2a2a32;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
	z-index: 1205;
}

.b16-mega-lang-drop.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.b16-mega-lang-drop__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.b16-mega-lang-drop__list button {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: none;
	border-radius: 8px;
	background: transparent;
	color: #e5e7eb;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
	transition: background 0.15s;
}

.b16-mega-lang-drop__list button:hover {
	background: rgba(255, 255, 255, 0.06);
}

.b16-mega-notify-wrap {
	position: relative;
}

.b16-mega-icon-btn {
	position: relative;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: none;
	color: #d1d5db;
	font-size: 18px;
	text-decoration: none !important;
	transition: background 0.2s, color 0.2s;
	cursor: pointer;
	padding: 0;
}

.b16-mega-icon-btn:hover,
.b16-mega-icon-btn.is-open {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.b16-notify-drop {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	width: min(360px, calc(100vw - 24px));
	max-height: min(70vh, 520px);
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	background: #23232a;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
	z-index: 1205;
	overflow: hidden;
}

.b16-notify-drop.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.b16-notify-drop__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.b16-notify-drop__title {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.b16-notify-drop__clear {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 8px;
	background: transparent;
	color: #9ca3af;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
}

.b16-notify-drop__clear:hover {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.b16-notify-drop__list {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	padding: 10px 12px 4px;
}

.b16-notify-drop__list .b16-notify-item {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 12px 12px 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	position: relative;
}

.b16-notify-drop__list .b16-notify-item:last-child {
	margin-bottom: 0;
}

.b16-notify-drop__list .flex_notif {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.b16-notify-drop__list .icon_notif {
	width: 34px !important;
	height: 34px;
	flex-shrink: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #d1d5db;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: none;
}

.b16-notify-drop__list .notification_collapse {
	width: auto !important;
	line-height: 1.45;
}

.b16-notify-drop__list .notif_text {
	color: #f3f4f6;
	font-size: 12px;
	font-weight: 500;
}

.b16-notify-drop__list .date_notif {
	display: inline-block;
	margin-top: 10px;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #9ca3af;
	font-size: 10px;
	font-weight: 600;
}

.b16-notify-item__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 22px;
	height: 22px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #9ca3af;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	padding: 0;
}

.b16-notify-item__close:hover {
	background: rgba(239, 68, 68, 0.18);
	color: #fca5a5;
}

.b16-notify-drop__empty {
	display: none;
	padding: 28px 16px;
	text-align: center;
	color: #9ca3af;
	font-size: 13px;
}

.b16-notify-drop__empty.is-visible {
	display: block;
}

.b16-notify-drop__all {
	display: block;
	margin: 8px 12px 12px;
	padding: 11px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #d1d5db;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-decoration: none !important;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.b16-notify-drop__all:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.b16-mega-icon-btn__badge {
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 8px;
	background: #ef4444;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

.b16-mega-money {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 6px 5px 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #e5e7eb;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.2s;
}

.b16-mega-money:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.b16-mega-money__label {
	color: #9ca3af;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.b16-mega-money__value {
	color: #f3f4f6;
}

.b16-mega-money__suffix {
	color: #fbbf24;
	font-size: 10px;
	font-weight: 700;
}

.b16-mega-money--mc {
	padding: 4px 10px 4px 4px;
	border-radius: 999px;
	gap: 8px;
}

.b16-mega-money__coin {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: rgba(234, 179, 8, 0.14);
	border: 1px solid rgba(234, 179, 8, 0.22);
}

.b16-mega-money--mc .b16-mega-money__coin i {
	color: #facc15;
	font-size: 15px;
	line-height: 1;
}

.b16-mega-money--mc .b16-mega-money__value {
	font-size: 13px;
	font-weight: 700;
}

.b16-mega-money--mc .b16-mega-money__suffix {
	font-size: 11px;
	font-weight: 800;
	color: #fbbf24;
}

.b16-mega-money__plus {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #2563eb;
	color: #fff;
	font-size: 14px;
}

.b16-mega-profile {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	height: 38px;
	min-width: 0;
	padding: 3px 8px 3px 3px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	cursor: pointer;
	color: rgba(255, 255, 255, 0.45);
	transition: background 0.2s, border-color 0.2s;
	appearance: none;
	-webkit-appearance: none;
	font: inherit;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}

.b16-mega-profile:hover,
.b16-mega-profile.is-open {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.7);
}

.b16-mega-profile__avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

/* style_two.css глобально тянет .bx-chevron-down вниз — сбрасываем только в кнопке профиля */
.b16-mega-profile .b16-mega-profile__caret,
.b16-mega-profile .b16-mega-profile__caret.bx-chevron-down,
.b16-mega-profile i.bx-chevron-down.b16-mega-profile__caret {
	position: static !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	transform: none !important;
	float: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 2px 0 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.45) !important;
	font-size: 15px !important;
	line-height: 1 !important;
	z-index: auto !important;
}

.b16-mega-profile.is-open .b16-mega-profile__caret,
.b16-mega-profile.is-open .b16-mega-profile__caret.bx-chevron-down {
	transform: rotate(180deg) !important;
}

.b16-profile-wrap {
	position: relative;
	flex-shrink: 0;
}

.b16-profile-drop {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 272px;
	background: #141418;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 8px;
	z-index: 1200;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
}

.b16-profile-drop.is-open {
	display: block;
	animation: b16ProfileDropIn 0.18s ease;
}

@keyframes b16ProfileDropIn {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.b16-profile-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-radius: 10px;
	background: #1a1a1f;
	border: 1px solid rgba(255, 255, 255, 0.06);
	text-decoration: none !important;
	color: #f3f4f6;
	margin-bottom: 6px;
}

.b16-profile-card:hover {
	background: #1e1e24;
	color: #fff;
	text-decoration: none;
}

.b16-profile-card__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.b16-profile-card__info {
	flex: 1;
	min-width: 0;
}

.b16-profile-card__info strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}

.b16-profile-card__info span {
	display: block;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
	margin-top: 2px;
}

.b16-profile-card__arrow {
	color: rgba(255, 255, 255, 0.35);
	font-size: 16px;
	flex-shrink: 0;
}

.b16-profile-card .avatar-frame-wrap--header-mini {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.b16-profile-card .avatar-frame-wrap--header-mini .b16-profile-card__avatar {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.b16-mega-profile .avatar-frame-wrap--header-mini {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	overflow: hidden !important;
	border-radius: 50% !important;
	position: relative;
	display: block;
	line-height: 0;
}

.b16-mega-profile .avatar-frame-wrap--header-mini .b16-mega-profile__avatar,
.b16-mega-profile .avatar-frame-wrap--header-mini > img:first-child {
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
}

.b16-mega-profile .avatar-frame-wrap--header-mini > .avatar_frame_overlay,
.b16-mega-profile .avatar-frame-wrap--header-mini img.avatar_frame_overlay {
	width: calc(100% + 6px) !important;
	height: calc(100% + 6px) !important;
	max-width: 38px !important;
	max-height: 38px !important;
}

.b16-profile-balance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	margin-bottom: 6px;
}

.b16-profile-balance__left {
	font-size: 13px;
	color: #f3f4f6;
}

.b16-profile-balance__left strong {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

.b16-profile-balance__link {
	display: block;
	font-size: 11px;
	color: #7c5cff;
	margin-top: 3px;
	text-decoration: none;
}

.b16-profile-balance__link:hover {
	text-decoration: underline;
	color: #a78bfa;
}

.b16-profile-balance__rub {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #1a1a1f;
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none !important;
	flex-shrink: 0;
}

.b16-profile-balance__rub:hover {
	background: #222228;
	color: rgba(255, 255, 255, 0.75);
}

.b16-profile-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.b16-profile-menu li {
	margin: 0;
}

.b16-profile-menu a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 10px;
	border-radius: 8px;
	color: #f3f4f6;
	font-size: 13px;
	text-decoration: none !important;
}

.b16-profile-menu a:hover {
	background: rgba(90, 90, 243, 0.1);
	color: #fff;
}

.b16-profile-menu a i {
	width: 18px;
	color: #7c83e8;
	font-size: 17px;
	text-align: center;
	flex-shrink: 0;
}

.b16-profile-menu__badge {
	margin-left: auto;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 5px;
	background: #5a5af3;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.b16-profile-menu__exit {
	color: rgba(255, 255, 255, 0.55) !important;
}

.b16-mega-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
	backdrop-filter: blur(3px);
}

.b16-mega-backdrop.is-open {
	display: block;
}

.b16-mega-menu {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	background: #0f0f0f;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65);
	max-height: calc(100vh - 120px);
	overflow-y: auto;
}

.b16-mega-menu.is-open {
	display: block;
	animation: b16MegaIn 0.22s ease;
}

@keyframes b16MegaIn {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.b16-mega-menu__inner {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 22px 20px 30px;
}

.b16-mega-col {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.b16-mega-col__head {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.42);
	margin-bottom: 6px;
	padding-left: 2px;
}

.b16-mega-col__dot {
	width: 8px;
	height: 8px;
	border-radius: 2px;
	flex-shrink: 0;
}

.b16-mega-col--gold .b16-mega-col__dot { background: #eab308; }
.b16-mega-col--purple .b16-mega-col__dot { background: #8b5cf6; }
.b16-mega-col--blue .b16-mega-col__dot { background: #38bdf8; }
.b16-mega-col--orange .b16-mega-col__dot { background: #7c5cff; }
.b16-mega-col--green .b16-mega-col__dot { background: #22c55e; }

.b16-mega-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 12px;
	border-radius: 10px;
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.04);
	text-decoration: none !important;
	transition: background 0.15s, border-color 0.15s, transform 0.15s;
	min-height: 54px;
}

.b16-mega-item:hover {
	background: #222228;
	border-color: rgba(255, 255, 255, 0.1);
	transform: translateX(2px);
	text-decoration: none;
}

.b16-mega-item__icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.04);
}

.b16-mega-col--gold .b16-mega-item__icon { color: #eab308; }
.b16-mega-col--purple .b16-mega-item__icon { color: #a78bfa; }
.b16-mega-col--blue .b16-mega-item__icon { color: #38bdf8; }
.b16-mega-col--orange .b16-mega-item__icon { color: #a78bfa; }
.b16-mega-col--green .b16-mega-item__icon { color: #4ade80; }

.b16-mega-item__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.b16-mega-item__text strong {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	line-height: 1.25;
}

.b16-mega-item__text small {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.38);
	line-height: 1.25;
}

body.b16-mega-open {
	overflow: hidden;
}

@media (max-width: 1199.98px) {
	.b16-mega-menu__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.b16-mega-nav__left .b16-mega-pill--missions {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.b16-mega-nav__inner {
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.b16-mega-nav__left {
		order: 2;
		flex: 1 1 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.b16-mega-nav__center {
		order: 1;
		flex: 1;
	}

	.b16-mega-nav__right {
		order: 1;
		flex: 1;
		gap: 6px;
	}

	.b16-mega-nav__social {
		display: none;
	}

	.b16-mega-money__label,
	.b16-mega-money__suffix {
		display: none;
	}

	.b16-mega-menu__inner {
		grid-template-columns: 1fr;
		padding: 14px 12px 22px;
		gap: 16px;
	}

	.b16-mega-menu {
		max-height: calc(100vh - 140px);
	}
}

#notifications .notif_block_sucess {
	position: relative;
}

#notifications .b16-notify-item__close {
	position: absolute;
	top: 12px;
	right: 12px;
}

#notifications .date_notif {
	margin-top: 12px;
}

/* Голосовой чат сайта */
.b16-voice-modal .modal-body {
	padding-top: 8px;
}

.b16-voice__status {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.55);
}

.b16-voice__stage {
	margin: 0 0 14px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0c0c10;
	min-height: 360px;
}

.b16-voice__frame {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
	background: #0c0c10;
}

.b16-voice__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.b16-voice__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.b16-voice__btn:hover {
	background: rgba(255, 255, 255, 0.1);
}

.b16-voice__btn--primary {
	background: linear-gradient(145deg, #7c5cff, #5b43d6);
	border-color: transparent;
}

.b16-voice__btn--danger {
	background: rgba(190, 64, 88, 0.25);
	border-color: rgba(251, 113, 133, 0.35);
	color: #fecdd3;
}

.b16-voice__btn.is-muted {
	background: rgba(190, 64, 88, 0.35);
	border-color: rgba(251, 113, 133, 0.5);
	color: #fecdd3;
}

.b16-voice__list-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 8px;
}

.b16-voice__members {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-height: 280px;
	overflow: auto;
}

.b16-voice__member {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.b16-voice__member.is-me {
	border-color: rgba(124, 92, 255, 0.35);
	background: rgba(124, 92, 255, 0.1);
}

.b16-voice__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 8px rgba(74, 222, 128, 0.5);
	flex-shrink: 0;
}

.b16-voice__nick {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}

.b16-voice__you {
	margin-left: auto;
	font-size: 11px;
	color: #a78bfa;
	font-weight: 700;
}

.b16-voice__empty {
	padding: 16px 12px;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
}
