.lang {
	width: 100px;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.logo {
	padding: 0;
}

.header {
	padding: 30px 0;
}

.logo-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pub {
	object-fit: contain;
	max-height: 150px;
	width: 100%;
}

.utf_main_nav_area > .container > .row {
	border-top: 3px solid dimgray;
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo img {
		height: unset;
	}
}

@media (max-width: 767px) {
	.logo img {
		height: unset;
	}

	.lang {
		margin-right: 45px;
	}

	.top-bar {
		display: none;
	}
}
