@media (min-width: 1001px) {
	.t-header {
		position: fixed;
	}

	.t-header .header-left {
		flex: 0 0 auto;
		gap: 0;
	}

	.t-header .header-right {
		flex: 1 1 auto;
		min-width: 0;
		margin-left: 20px;
		justify-content: flex-start;
	}

	.t-header .header-right .navigation {
		width: 100%;
		justify-content: flex-start;
		gap: 18px;
	}

	.t-header .header-center {
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 340px;
		max-width: 340px;
		height: 100%;
		justify-content: center;
		pointer-events: auto;
	}
}
