.article-head__nav:not(:empty) {
    margin: 1rem 0;
}
.article-head__nav a {
    display: inline-block;
		padding: 3px 9px;
		line-height: 1.3;
}
.article-head__nav a:hover {
	background-color: #fe8267;
	color: #fff;
}
.article-head__nav-title {
    color: #2b2927;
    font-size: 20px;
}

.aside-col.aside-col--right {
    order: 0;
    margin-left: 0;
		width: 290px;
		flex-basis: 290px;
}
.aside-col.aside-col--right .sticky-wrapp {
 max-width: 275px;
 width: 100%;
}
.sticky-wrapp.fixed-nav{
    position: fixed;
    top: 77px;
}
.sticky-wrapp ol li {
	position: relative;
	padding-left: 30px;
}
.sticky-wrapp ol li {
	margin-top: 5px;
}
.sticky-wrapp ol {
	margin-top: 15px;
	counter-reset: numlistL;
}

.sticky-wrapp ol li::before {
	counter-increment: numlistL;
	content: counters(numlistL, ".");
	position: absolute;
	left: 0;
	top: 1px;
	width: 25px;
	height: 25px;
	background-color: #fe8267;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}

.nav-title {
	margin-top: -80px;
	padding-top: 100px;
}

.nav-title {
	z-index: -1;
}