.cs-top-header {
	box-sizing: border-box;
	position: relative;
	z-index: 50;
	width: 100%;
	color: inherit;
}

.cs-top-header *,
.cs-top-header *::before,
.cs-top-header *::after {
	box-sizing: border-box;
}

.cs-top-header__inner {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: inherit;
}

.cs-top-header__column {
	display: flex;
	align-items: center;
	flex: 1 1 50%;
	min-width: 0;
	gap: 12px;
}

.cs-top-header__left {
	overflow-wrap: anywhere;
}

.cs-top-header__right {
	flex-wrap: wrap;
}

.cs-top-header__text p {
	margin: 0;
}

.cs-top-header__logo-link,
.cs-top-header__logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.cs-top-header__logo {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

@media (max-width: 700px) {
	.cs-top-header__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.cs-top-header__column {
		width: 100%;
		flex-basis: auto;
	}
}
