.novaweb-header-bar{
	box-sizing:border-box;
	width:100%;
	background:var(--nw-hb-bg);
	color:var(--nw-hb-text);
	border-bottom:1px solid var(--nw-hb-border);
	font-size:var(--nw-hb-size);
	line-height:1.4;
	position:relative;
	z-index:9998;
}
.novaweb-header-bar *{box-sizing:border-box}
.novaweb-hb-inner{
	width:min(100%,var(--nw-hb-width));
	margin:0 auto;
	padding:7px 18px;
}
.novaweb-hb-row{
	display:flex;
	align-items:center;
	min-height:calc(var(--nw-hb-height) / 2);
}
.novaweb-hb-row-top{justify-content:space-between}
.novaweb-hb-row-bottom{justify-content:flex-start;padding-top:2px}
.novaweb-hb-phones,.novaweb-hb-meta{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:9px;
}
.novaweb-hb-phone,.novaweb-hb-item{
	display:inline-flex;
	align-items:center;
	gap:6px;
	color:inherit;
	text-decoration:none;
	white-space:nowrap;
	transition:color .15s ease,opacity .15s ease;
}
.novaweb-hb-phone:hover{color:var(--nw-hb-accent)}
.novaweb-hb-icon{
	width:16px;
	height:16px;
	flex:0 0 16px;
	stroke:currentColor;
	fill:none;
	stroke-width:1.7;
	stroke-linecap:round;
	stroke-linejoin:round;
	color:var(--nw-hb-accent);
}
.novaweb-hb-separator{opacity:.28;white-space:pre}
.novaweb-hb-dot{opacity:.3;margin:0 2px}
.novaweb-hb-align-right .novaweb-hb-row-top,
.novaweb-hb-align-right .novaweb-hb-row-bottom{justify-content:flex-start}
.novaweb-hb-align-center .novaweb-hb-row-top,
.novaweb-hb-align-center .novaweb-hb-row-bottom{justify-content:center}
.novaweb-hb-align-left .novaweb-hb-row-top,
.novaweb-hb-align-left .novaweb-hb-row-bottom{justify-content:flex-end}
.novaweb-header-bar[data-novaweb-position="top"]{box-shadow:0 1px 0 rgba(0,0,0,.02)}
.novaweb-header-bar-fallback{display:none}
@media(max-width:768px){
	.novaweb-hb-inner{padding:7px 12px}
	.novaweb-hb-row-top,.novaweb-hb-row-bottom{justify-content:center!important}
	.novaweb-hb-phones,.novaweb-hb-meta{justify-content:center;gap:7px}
	.novaweb-hb-meta{font-size:.94em}
	.novaweb-hb-phone{font-size:.96em}
}
