.header-site {
	min-height:90px;
	background: var(--menu);
	display:flex;
	justify-content:center;
	align-items:center;
}

.header-site-wrap {
	max-width:1236px;
	width:100%;
	min-height:42px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.logo-head {
	display:flex;
	align-items:center;
	gap:21px;
}

.logo-head-rosinka {width:83px; height:42px;}
.logo-head-travelata {width:104px; height:18px;}
.logo-head-585solotoi {width:188px; height:29px;}
.logo-head-litres {width:122px; height:20px;}
.logo-head-kion {width:73px; height:15px;}

.logo-head-sep {
	width:2px;
	height:31px;
	background: #064491;
}

#primary-menu {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	align-items:center;
	gap:clamp(20px, 17.00px + 0.83vw, 33px);
	font-family: var(--font-family);
	font-weight: 700;
	font-size: clamp(12px, 11.08px + 0.26vw, 16px);
	text-transform: uppercase;
}

#primary-menu li a {
	text-decoration:none;
	color: #064491;
}

@media (max-width: 768px) {
	.logo-head-sep,
	.logo-head-travelata,
	.logo-head-585solotoi,
	.logo-head-litres,
	.logo-head-kion {
		display:none;
	}
	
}