.nwpm-plugin {
	position: relative;
	z-index: 9999;
	font-family: inherit;
}

.nwpm-plugin .nwpm-menu {
	position: relative;
	z-index: 9999;
	line-height: 1;
}

.nwpm-plugin .nwpm-menu__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	transition: color 0.25s ease, opacity 0.25s ease;
}

.nwpm-plugin .nwpm-menu__trigger:hover,
.nwpm-plugin .nwpm-menu__trigger:focus {
	background: transparent;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.nwpm-plugin .nwpm-menu__trigger-text {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 0;
	letter-spacing: 0;
	text-transform: none;
}

.nwpm-plugin .nwpm-menu__trigger-icon {
	position: relative;
	display: inline-block;
	flex: 0 0 20px;
	width: 20px;
	height: 16px;
	margin: 0;
	padding: 0;
}

.nwpm-plugin .nwpm-menu__trigger-line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-radius: 999px;
	transform-origin: center;
	transition: top 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.nwpm-plugin .nwpm-menu__trigger-line--1 {
	top: 0;
}

.nwpm-plugin .nwpm-menu__trigger-line--2 {
	top: 7px;
}

.nwpm-plugin .nwpm-menu__trigger-line--3 {
	top: 14px;
}

.nwpm-plugin .nwpm-menu.is-open .nwpm-menu__trigger-line--1 {
	top: 7px;
	transform: rotate(45deg);
}

.nwpm-plugin .nwpm-menu.is-open .nwpm-menu__trigger-line--2 {
	opacity: 0;
}

.nwpm-plugin .nwpm-menu.is-open .nwpm-menu__trigger-line--3 {
	top: 7px;
	transform: rotate(-45deg);
}

.nwpm-plugin .nwpm-menu__popup {
	position: absolute;
	top: calc(100% + 13px);
	left: 0;
	width: 1120px;
	max-width: min(1120px, calc(100vw - 40px));
	height: 577px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 0;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	overflow: hidden;
}

.nwpm-plugin .nwpm-menu.is-open .nwpm-menu__popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nwpm-plugin .nwpm-menu__popup-inner {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.nwpm-plugin .nwpm-menu.nwpm-menu--no-banners-active .nwpm-menu__popup {
	width: 792px;
	max-width: min(792px, calc(100vw - 40px));
}

.nwpm-plugin .nwpm-menu.nwpm-menu--no-banners-active .nwpm-menu__content {
	width: calc(100% - 220px);
}

.nwpm-plugin .nwpm-menu.nwpm-menu--no-banners-active .nwpm-menu__panel {
	grid-template-columns: 520px;
	justify-content: start;
}

.nwpm-plugin .nwpm-menu.nwpm-menu--no-banners-active .nwpm-menu__banners-column {
	display: none;
}

.nwpm-plugin .nwpm-menu__sidebar {
	flex: 0 0 230px;
	width: 230px;
	min-width: 230px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f3f4f7;
}

.nwpm-plugin .nwpm-menu__sidebar-inner {
	display: block;
	margin: 0;
	padding: 15px 0;
}

.nwpm-plugin .nwpm-menu__tab {
	display: block;
	width: 100%;
	min-height: auto;
	margin: 0;
	padding: 12px 18px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #5d6470;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nwpm-plugin .nwpm-menu__tab:hover,
.nwpm-plugin .nwpm-menu__tab:focus {
	background: #ebeef5;
	color: #101117;
	text-decoration: none;
	outline: none;
}

.nwpm-plugin .nwpm-menu__tab.is-active {
	background: #ffffff;
	color: #1f4ea3;
}

.nwpm-plugin .nwpm-menu__tab-text {
	display: block;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: inherit;
}

.nwpm-plugin .nwpm-menu__content {
	flex: 1 1 auto;
	width: calc(100% - 230px);
	height: 100%;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 14px 24px;
	background: #ffffff;
}

.nwpm-plugin .nwpm-menu__panel {
	display: none;
	grid-template-columns: 520px 315px;
	gap: 24px;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
}

.nwpm-plugin .nwpm-menu__panel.is-active {
	display: grid;
}

.nwpm-plugin .nwpm-menu__subcats-column,
.nwpm-plugin .nwpm-menu__banners-column {
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
}

.nwpm-plugin .nwpm-menu__subcats-scroll,
.nwpm-plugin .nwpm-menu__banners-scroll {
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
}

.nwpm-plugin .nwpm-menu__subcats-inner {
	display: block;
	margin: 0;
	padding: 10px 34px 0 0;
}

.nwpm-plugin .nwpm-menu__banners-inner {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin: 0;
	padding: 10px 34px 0 0;
}

.nwpm-plugin .nwpm-menu__group {
	display: block;
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 1px solid #eceef3;
}

.nwpm-plugin .nwpm-menu__group:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.nwpm-plugin .nwpm-menu__group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 18px;
	padding: 0;
}

.nwpm-plugin .nwpm-menu__group-title {
	margin: 0;
	padding: 0;
	color: #101117;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
}

.nwpm-plugin .nwpm-menu__group-link {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #101117;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
}

.nwpm-plugin .nwpm-menu__group-link:hover,
.nwpm-plugin .nwpm-menu__group-link:focus {
	color: #101117;
	text-decoration: underline;
}

.nwpm-plugin .nwpm-menu__subcats-grid {
	display: grid;
	grid-template-columns: repeat(4, 110px);
	gap: 20px;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.nwpm-plugin .nwpm-menu__subcat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 110px;
	min-width: 110px;
	max-width: 110px;
	margin: 0;
	padding: 8px 6px;
	background: transparent;
	border: 0;
	border-radius: 12px;
	box-shadow: none;
	color: #101117;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
	box-sizing: border-box;
}

.nwpm-plugin .nwpm-menu__subcat-card:hover,
.nwpm-plugin .nwpm-menu__subcat-card:focus,
.nwpm-plugin .nwpm-menu__subcat-card:focus-visible {
	background: transparent;
	color: inherit;
	text-decoration: none;
	transform: none;
}

.nwpm-plugin .nwpm-menu__subcat-card:hover .nwpm-menu__subcat-title,
.nwpm-plugin .nwpm-menu__subcat-card:focus .nwpm-menu__subcat-title,
.nwpm-plugin .nwpm-menu__subcat-card:focus-visible .nwpm-menu__subcat-title {
	color: #05529E;
}

.nwpm-plugin .nwpm-menu__subcat-image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	margin: 0;
	padding: 0;
	flex: 0 0 62px;
}

.nwpm-plugin .nwpm-menu__subcat-image {
	display: block;
	width: auto;
	height: 62px;
	max-width: 100%;
	max-height: 62px;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	object-fit: contain;
}

.nwpm-plugin .nwpm-menu__subcat-title {
	display: block;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	word-break: break-word;
}

.nwpm-plugin .nwpm-menu__banner-card {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	border: 0;
	border-radius: 12px;
	box-shadow: none;
	overflow: hidden;
	text-decoration: none;
}

.nwpm-plugin .nwpm-menu__banner-card:hover,
.nwpm-plugin .nwpm-menu__banner-card:focus {
	text-decoration: none;
}

.nwpm-plugin .nwpm-menu__banner-image {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	object-fit: initial;
}

/* SimpleBar wrapper corrections */
.nwpm-plugin .nwpm-menu__sidebar > .simplebar-wrapper,
.nwpm-plugin .nwpm-menu__subcats-scroll > .simplebar-wrapper,
.nwpm-plugin .nwpm-menu__banners-scroll > .simplebar-wrapper {
	height: 100%;
}

.nwpm-plugin .nwpm-menu__sidebar .simplebar-mask,
.nwpm-plugin .nwpm-menu__sidebar .simplebar-offset,
.nwpm-plugin .nwpm-menu__sidebar .simplebar-content-wrapper,
.nwpm-plugin .nwpm-menu__sidebar .simplebar-content,
.nwpm-plugin .nwpm-menu__subcats-scroll .simplebar-mask,
.nwpm-plugin .nwpm-menu__subcats-scroll .simplebar-offset,
.nwpm-plugin .nwpm-menu__subcats-scroll .simplebar-content-wrapper,
.nwpm-plugin .nwpm-menu__subcats-scroll .simplebar-content,
.nwpm-plugin .nwpm-menu__banners-scroll .simplebar-mask,
.nwpm-plugin .nwpm-menu__banners-scroll .simplebar-offset,
.nwpm-plugin .nwpm-menu__banners-scroll .simplebar-content-wrapper,
.nwpm-plugin .nwpm-menu__banners-scroll .simplebar-content {
	height: 100%;
}

/* Custom scrollbar */
.nwpm-plugin .nwpm-menu__sidebar .simplebar-track.simplebar-vertical,
.nwpm-plugin .nwpm-menu__subcats-scroll .simplebar-track.simplebar-vertical,
.nwpm-plugin .nwpm-menu__banners-scroll .simplebar-track.simplebar-vertical {
	width: 6px;
	right: 2px;
	top: 8px;
	bottom: 8px;
	background: transparent;
}

.nwpm-plugin .nwpm-menu__sidebar .simplebar-scrollbar::before,
.nwpm-plugin .nwpm-menu__subcats-scroll .simplebar-scrollbar::before,
.nwpm-plugin .nwpm-menu__banners-scroll .simplebar-scrollbar::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #1f4ea3;
	border-radius: 999px;
	opacity: 1;
	content: "";
}

.nwpm-plugin .nwpm-menu__sidebar .simplebar-scrollbar:hover::before,
.nwpm-plugin .nwpm-menu__subcats-scroll .simplebar-scrollbar:hover::before,
.nwpm-plugin .nwpm-menu__banners-scroll .simplebar-scrollbar:hover::before {
	background: #173d80;
}

.nwpm-plugin .nwpm-menu__sidebar .simplebar-track.simplebar-horizontal,
.nwpm-plugin .nwpm-menu__subcats-scroll .simplebar-track.simplebar-horizontal,
.nwpm-plugin .nwpm-menu__banners-scroll .simplebar-track.simplebar-horizontal {
	display: none !important;
}

@media (max-width: 1199px) {
	.nwpm-plugin .nwpm-menu__popup {
		width: 1000px;
	}
}

@media (max-width: 1024px) {
	.nwpm-plugin .nwpm-menu__popup {
		position: fixed;
		top: 80px;
		left: 20px;
		right: 20px;
		width: auto;
		max-width: none;
		height: calc(100vh - 100px);
	}

	.nwpm-plugin .nwpm-menu__popup-inner {
		flex-direction: column;
	}

	.nwpm-plugin .nwpm-menu__sidebar {
		flex: 0 0 auto;
		width: 100%;
		min-width: 100%;
		max-height: 220px;
		border-right: 0;
		border-bottom: 1px solid #e6e8ee;
	}

	.nwpm-plugin .nwpm-menu__content {
		width: 100%;
	}

	.nwpm-plugin .nwpm-menu__panel,
	.nwpm-plugin .nwpm-menu__panel.is-active {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.nwpm-plugin .nwpm-menu__subcats-scroll,
	.nwpm-plugin .nwpm-menu__banners-scroll {
		height: auto;
		max-height: 280px;
	}

	.nwpm-plugin .nwpm-menu__subcats-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.nwpm-plugin .nwpm-menu__trigger {
		height: 44px;
		min-height: 44px;
		padding: 0 14px;
	}

	.nwpm-plugin .nwpm-menu__trigger-text {
		font-size: 15px;
	}

	.nwpm-plugin .nwpm-menu__content {
		padding: 18px;
	}

	.nwpm-plugin .nwpm-menu__group-title {
		font-size: 22px;
	}

	.nwpm-plugin .nwpm-menu__subcats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.nwpm-plugin .nwpm-menu__tab,
	.nwpm-plugin .nwpm-menu__tab-text {
		font-size: 15px;
	}

	.nwpm-plugin .nwpm-menu__banner-image {
		width: 100%;
		height: auto;
	}
}