@media (min-width: 1250px) {
	.site-header__nav_vert.catalog-mega-ready {
		border-radius: 0 0 10px 10px;
		background: #fff;
		box-shadow: 0 18px 45px rgba(22, 31, 44, 0.2);
		overflow: hidden;
	}

	.site-header__nav_vert.catalog-mega-ready > .vert-m_js {
		display: none;
	}

	.catalog-mega-menu {
		display: grid;
		grid-template-columns: 300px minmax(0, 1fr);
		min-height: 360px;
		background: #fff;
	}

	.catalog-mega-menu__categories,
	.catalog-mega-menu__content {
		min-height: 0;
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-width: auto;
		scrollbar-color: #aeb8c6 #f1f3f6;
	}

	.catalog-mega-menu__categories::-webkit-scrollbar,
	.catalog-mega-menu__content::-webkit-scrollbar {
		width: 10px;
	}

	.catalog-mega-menu__categories::-webkit-scrollbar-track,
	.catalog-mega-menu__content::-webkit-scrollbar-track {
		background: #f1f3f6;
	}

	.catalog-mega-menu__categories::-webkit-scrollbar-thumb,
	.catalog-mega-menu__content::-webkit-scrollbar-thumb {
		border: 2px solid #f1f3f6;
		border-radius: 10px;
		background: #aeb8c6;
	}

	.catalog-mega-menu__categories::after,
	.catalog-mega-menu__content::after {
		content: "↓";
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		margin: -32px 12px 0 auto;
		position: sticky;
		z-index: 5;
		bottom: 12px;
		color: #176bd1;
		font-size: 18px;
		font-weight: 700;
		border: 1px solid #d9e3f2;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 4px 14px rgba(31, 55, 86, 0.16);
		opacity: 0;
		pointer-events: none;
		cursor: default;
		user-select: none;
		transition: opacity 0.18s ease;
	}

	.catalog-mega-menu__content::after {
		margin-right: 2px;
	}

	.catalog-mega-menu__categories.has-more-content::after,
	.catalog-mega-menu__content.has-more-content::after {
		opacity: 1;
	}

	.catalog-mega-menu__categories {
		padding: 10px 0 56px;
		border-right: 1px solid #e8ebf0;
		background: #fafbfc;
	}

	.catalog-mega-menu__category {
		display: flex;
		align-items: center;
		min-height: 48px;
		padding: 11px 42px 11px 22px;
		position: relative;
		color: #17191d;
		font-size: 15px;
		line-height: 1.25;
		transition: color 0.15s ease, background-color 0.15s ease;
	}

	.catalog-mega-menu__category:hover,
	.catalog-mega-menu__category:focus,
	.catalog-mega-menu__category.is-active {
		color: #176bd1;
		background: #fff;
	}

	.catalog-mega-menu__category.has-children::after {
		content: "";
		width: 8px;
		height: 8px;
		position: absolute;
		right: 24px;
		top: 50%;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		transform: translateY(-50%) rotate(45deg);
	}

	.catalog-mega-menu__content {
		padding: 26px 30px 66px;
		background: #fff;
	}

	.catalog-mega-menu__panel {
		display: none;
	}

	.catalog-mega-menu__panel.is-active {
		display: block;
	}

	.catalog-mega-menu__panel-header {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 20px;
		margin-bottom: 24px;
		padding-bottom: 18px;
		border-bottom: 1px solid #e8ebf0;
	}

	.catalog-mega-menu__panel-title {
		color: #15171b;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2;
	}

	.catalog-mega-menu__all-link {
		flex-shrink: 0;
		color: #176bd1;
		font-size: 14px;
		font-weight: 600;
	}

	.catalog-mega-menu__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: start;
		gap: 28px 34px;
	}

	.catalog-mega-menu__group {
		min-width: 0;
	}

	.catalog-mega-menu__group-title {
		display: block;
		color: #20232a;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.35;
	}

	.catalog-mega-menu__group-title:hover,
	.catalog-mega-menu__sub-link:hover {
		color: #176bd1;
	}

	.catalog-mega-menu__links {
		display: grid;
		gap: 8px;
		margin-top: 10px;
	}

	.catalog-mega-menu__sub-link {
		display: block;
		color: #68707c;
		font-size: 13px;
		line-height: 1.35;
	}

}

@media (min-width: 1250px) and (max-width: 1450px) {
	.catalog-mega-menu {
		grid-template-columns: 270px minmax(0, 1fr);
	}

	.catalog-mega-menu__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
