.pit-header-contacts {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	line-height: 1;
}

.pit-header-contacts__phone {
	font-weight: 600;
	text-decoration: none;
	color: inherit;
}

.pit-header-contacts__phone:hover,
.pit-header-contacts__phone:focus {
	text-decoration: underline;
}

.pit-header-contacts__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.pit-header-contacts__icon:hover,
.pit-header-contacts__icon:focus {
	opacity: 0.85;
	transform: translateY(-1px);
}

.pit-header-contacts__svg {
	display: block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.wd-header-text .pit-header-contacts p {
	margin: 0;
}
