/* Стили блока навигации */

.navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.navigation a {
	width: 8%;
	margin: 10px;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 10px;
	background-color: transparent;
	border-bottom: none;
}

.navigation-header {
	display: flex;
	align-items: center;
}

.navigation-header a {
	display: flex;
	align-items: center;
	margin-right: 15px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.navigation-header a svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.navigation-header a:hover {
	color: #007bff;
}

.exit {
	display: flex;
	align-items: center;
}

.exit a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.exit a svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.exit a:hover {
	color: #007bff;
}

.exit h5 {
	margin-right: 10px;
}
