.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d3cbd9;
}

.header__phone {
	text-align: right;
}

.header__phone-text {
	margin-bottom: 8px;
}

.header__phone-link {
	font-weight: 500;
	font-size: 18px;
	color: #2C332F;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.phone__link:hover {
	color: #3596ED;
}