/* Tiny Scrollbar */
.viewport { width: 1920px; height: 400px; overflow: hidden; position: absolute; top:0px; /*relative*/ }
.overview { 
-webkit-transition: 0.2s linear;
-moz-transition: 0.2s linear;
-o-transition: 0.2s linear;
transition: 0.2s linear;
list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; margin-top:0px; padding-bottom:0px; }
.scrollbar{ background: transparent url(i/scroll_track.svg) no-repeat 0 0; position: relative; background-position: 0 0;  width: 470px; margin-top:3px; top:450px; left:0px; /*26*/}
.track { 
-webkit-transition: 0.2s linear;
-moz-transition: 0.2s linear;
-o-transition: 0.2s linear;
transition: 0.2s linear;
background: transparent url(i/scroll_track.svg) no-repeat 0 100%; height: 1px; width:470px; position: relative; padding: 0 1px; }
.thumb { opacity:1 !important; background: url(i/scroll_bar.svg) no-repeat center; height: 21px  !important; width: 52px !important; cursor: pointer; overflow: hidden; position: absolute; top: -10px; left: -2px; }
.thumb .end { display:none; }
.disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#block_about .viewport {height:430px !important;}
#block_about .scrollbar { margin-top:33px !important; }