:root {
	--header-h: 128px;
}

.header__logo {
	width: 380px;
	height: 128px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 4px;
}

.header__logo img {
	width: 303px;
}

.header__site-title {
	width: 100%;
	margin: 0;
	color: var(--c-brown, #585041);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

@media screen and (max-width: 1200px) {
	:root {
		--header-h: 78px;
	}

	.header__logo {
		width: 22.8rem;
		height: 7.8rem;
		gap: 1px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.header__logo img {
		width: 19.2rem;
		max-width: 19.2rem;
	}

	.header__site-title {
		font-size: 10px;
		letter-spacing: -0.02em;
	}
}
