.site-header::before {
	background: #0f8a9d;
	background: linear-gradient(57deg, #00c6a7 0%, #1e4d92 100%);
}

.logo-img {
	max-width: 200px;
}

.contacts-wrap {
	max-width: 600px;
	margin: 40px auto;
	padding-bottom: 50px;
	position: relative;
	background: #fff;
	border-radius: 4px 4px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 25px;
	padding: 25px;
}

.contacts-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 16px 48px #e3e7eb;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.contacts-title {
	background: #0f8a9d;
	background: linear-gradient(57deg, #00c6a7 0%, #1e4d92 100%);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 15px 10px;
	border-radius: 5px;
}

.contacts-block {
}
.contacts-block .name {
	font-size: 12px;
	line-height: 1;
}
.contacts-block .value {
	font-weight: bold;
}

.feature-icon img {
	max-width: 80px;
}

.feature-extended-image img {
	border-radius: 5px;
	overflow: hidden;
}
