.header-max {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	margin-left: 8px;
	color: inherit;
	vertical-align: middle;
}

.header-max:hover {
	color: #e5007d;
}

.header-max svg {
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
	display: block;
}

.whb-header .header-messengers {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	line-height: 1;
	vertical-align: middle;
}

.whb-header .header-messengers > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 !important;
	padding: 0;
	line-height: 1;
	vertical-align: middle;
}

.whb-header .header-messengers i {
	display: block;
	line-height: 1;
}

.whb-header .header-messengers .header-max {
	font-size: 24px;
}

.whb-header .header-messengers .header-max svg {
	width: 24px;
	height: 24px;
}

.contacts-block .header-max {
	margin-left: 14px;
}

@media (max-width: 767px) {
	.contacts-block .header-max {
		margin-top: 10px;
	}
}
