#topbar-wrapper {
	background: #2b3038;
	color: #fff;
}

#topbar-wrapper a {
	color: #fff;
}

#topbar-wrapper #topBar {
	padding:0 15px;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	align-items: center;
	color: #fff;
	min-height: 40px;
}

#topbar-wrapper .trustpilot {
	justify-self: left;
}

#topbar-wrapper .messages a {
	text-decoration: underline;
}

#topbar-wrapper .messages ul.message-list {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#topbar-wrapper .messages ul.message-list li.message-item {
	align-items: center;
	gap: 0.265rem;
	justify-content: center;
	padding: 0;
	margin: 0;
	display: none;
	transition: opacity 0.2s ease-in-out;
}

#topbar-wrapper .messages ul.message-list li.message-item.active {
	display: flex;
}

#topbar-wrapper .contacts {
	text-transform: uppercase;
	justify-self: right;
}

#topbar-wrapper .tp-widget-trustscore {
	font-size: 13px;
	font-weight: 400;
}

@media (max-width: 1024px) {
	#topbar-wrapper #topBar {
		grid-template-columns: auto;
		font-size: 0.8rem;
		min-height:30px;
	}

	#topbar-wrapper #topBar .trustpilot,
	#topbar-wrapper #topBar .contacts {
		display: none;
	}
}

@media (max-width: 992px) {
	#topbar-wrapper {
		position:sticky;
		top:0;
		width:100%;
		z-index:5000;
	}

	#header{
		position:sticky;
		top:0px;
		width:100%;

	}
	#mobile-header-sticky,
	#mobile-header-sticky.stuck-down { position:relative; top:0; }
}
