.site-header {
	background: #01000f;
	color: #fff;
}

.site-header__container {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	padding-inline: 25px;
}

.site-header a {
	color: inherit;
	text-decoration: none;
}

.site-header__brand {
	display: block;
	width: 112px;
	line-height: 0;
}

.site-header__brand img {
	display: block;
	width: 100%;
	height: auto;
}

.site-header__navigation {
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 11px;
	text-transform: lowercase;
}
