/* ### air_board_nav.css ### */
.fifa2018_nav {
	background-color: #333;
	padding: 10px 15px;
	color: #999;
}
@media screen and (min-width: 1200px) {
	.fifa2018_nav {
		padding: 15px 30px;
	}
}
	.fifa2018_nav__item {
		display: inline;
		font: 12px/1.3333 Arial, sans-serif;
		white-space: nowrap;
	}
	@media screen and (min-width: 1200px) {
		.fifa2018_nav__item {
			font-size: 14px;
			line-height: 1.4;
		}
	}
		.fifa2018_nav__item:not(:last-child)::after {
			white-space: pre;
			content: '  | ';
		}
		.fifa2018_nav__item a {
			color: #fff;
			text-decoration: underline;
		}

.fifa2018_nav--index {
	padding-top: 13px;
	padding-bottom: 17px;
	border-top: 2px solid #000;
	background-color: transparent;
}
.fifa2018_nav--index .fifa2018_nav__item {
	font: bold 12px/1 Arial, sans-serif;
}
.fifa2018_nav--index .fifa2018_nav__item a {
	color: #006697;
}
@media screen and (min-width: 480px) {
	.fifa2018_nav--index {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 980px) {
	.fifa2018_nav--index {
		padding-top: 14px;
		padding-bottom: 15px;
	}
	.fifa2018_nav--index .fifa2018_nav__item {
		font-size: 16px;
	}
}

/* Это класс активного пункта меню */
.fifa2018_nav__item--active {
	cursor: default;
}
