.section-scroller{position:fixed;top:50%;right:30px;transform:translateY(-50%);z-index:10000}
@media screen and (max-width:768px){.section-scroller{display:none}
}
.section-scroller .section-scroller__points{list-style:none;margin-bottom:0}
.section-scroller .section-scroller__point{position:relative;height:auto;min-height:10px;padding:0 20px 0 0;margin-bottom:3px;color:#3c4449}
.section-scroller .section-scroller__point:after{content:" ";position:absolute;width:100%;max-width:5px;height:5px;top:50%;right:0;transform:translateY(-50%);background:#3c4449;border-radius:50%;pointer-events:none}
.section-scroller .section-scroller__point:hover,.section-scroller .section-scroller__point.section-scroller__point--current{min-height:17px}
.section-scroller .section-scroller__point:hover:after,.section-scroller .section-scroller__point.section-scroller__point--current:after{content:" ";max-width:15px;height:15px;right:-5px}
.section-scroller .section-scroller__point:hover .section-scroller__point-name,.section-scroller .section-scroller__point.section-scroller__point--current .section-scroller__point-name{visibility:visible;height:auto;left:0}
.section-scroller .section-scroller__point.section-scroller__point--colour_white{color:#fff}
.section-scroller .section-scroller__point.section-scroller__point--colour_white:after{background:#fff}
.section-scroller .section-scroller__point.section-scroller__point--colour_white .section-scroller__point-name{color:#fff}
.section-scroller .section-scroller__point.section-scroller__point--grey-light{color:#e5e9ed}
.section-scroller .section-scroller__point.section-scroller__point--grey-light:after{background:#e5e9ed}
.section-scroller .section-scroller__point.section-scroller__point--grey-light .section-scroller__point-name{color:#e5e9ed}
.section-scroller .section-scroller__point-name{visibility:hidden;position:relative;width:auto;max-width:130px;height:0;left:50px;color:#3c4449;transition:left .2s ease-out;font-size:12px;text-align:right;line-height:14px}
.section-scroller .section-scroller__point-link{position:absolute;width:100%;height:100%;top:0;left:0}