.system-nav-winter {
	clear: left;
	overflow: hidden;
	padding: 22px 15px;
	margin: 17px 0 17px;
	border: 1px solid #dcdcdc;
	color: #666;
/* background: url("/bitrix/templates/wintergames/images/news-list-bg.png") repeat-x; */
}
.system-nav-winter span {
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 26px;
	border: 1px solid #d7d7d7;
	text-align: center;
	background: #fff;
}

.system-nav-winter span:hover {
    background: #00acc0;
    border: 1px solid #00acc0;
}

.system-nav-winter span:hover a {
  color: #fff;
  font-weight: bold;
}



.system-nav-winter span.nav-current-page {
	border: 1px solid #00acc0;
	font-weight: bold;
	color: #fff;
	background: #00acc0;
}
.system-nav-winter a{
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 26px;
	color: #666;
	text-decoration: none;
}
.system-nav-winter b {
	font-weight: 600;
}
.system-nav-winter .nav-title {
	width: 35%;
	float: left;
	padding: 0.5em 0;
}
.system-nav-winter .nav-pages {
	width: 65%;
	float: right;
	text-align: right;
}


@media screen and (max-width: 767px) {
	.system-nav-winter .nav-title {
		width: 100%;
		text-align: center;
	}
	.system-nav-winter .nav-pages {
		width: 100%;
		text-align: center;
	}
}