.header__inner {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D3CBD9;
}

.header__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.header__text {
	font-family: Ubuntu;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	color: #858E8A;
}

.header__phone-link {
	color: #2C332F;
	font-family: Ubuntu;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: var(--anima);
}

.header__phone-link:hover {
	color: #3596ED;
}