.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d3cdb9;
}

.header__phone {
	text-align: right;
}

.header__phone-text {
	margin-bottom: 8px;
}

.header__phone-link {
	font-weight: 500;
	font-size: 18px;
	color: #2c332f;
	transition: color 0.2s;
}

.header__phone-link:hover {
	color: #3596ed;
}
