.header-site {
	width:100%;
	min-height:447px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url("/wp-content/uploads/2025/12/block_0.png");
	/* outline:1px solid red; */
}

.header-site-wrap {
	padding-top:16px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#primary-menu {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	align-items:center;
	gap:28px;
}

#primary-menu li a {
	color:#000;
	text-decoration:none;
}

.menu-first {
	border-radius: 15px;
	padding: 11px 55px;
	/* max-width: 296px; */
	min-height: 39px;
	box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.6);
	background: #e5007e;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
}

.menu-first a {
	color: #fff !important;	
}

.menu-second a {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	color: #000;
}