.right-nav{
    position: fixed;
    right: 0;
    width: 40px;
    justify-content: center;
	align-items: center;
	&-title{
		text-align: center;
		font-size: 11px;
		height: 18px;
		line-height: 18px;
	}
    &-list{
        text-align: center;
        font-size: 11px;
		height: 18px;
		width: 18px;
		line-height: 18px;
		&-active{
			color: #FFFFFF;
			background-color: #353535;
			border-radius: 50%;
		}
    }
}