@charset "UTF-8";
.mdPageNavigation{position:relative;z-index:1;background-color:#ffdc92;box-shadow:0 0 20px 0 rgba(0,0,0,.2)}
.mdPageNavigation [class*=__index]{overflow-x:auto}
.mdPageNavigation .elIndexItems{display:-ms-flexbox;display:flex;width:-webkit-max-content;width:max-content;margin:0 auto}
.mdPageNavigation .elIndexItem{position:relative}
.mdPageNavigation .elIndexItem.isActive{background-color:#ffbd33}
.mdPageNavigation .elIndexLink{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}
.mdPageNavigation .elIndexLink:hover{opacity:.7}
.mdPageNavigation.elFourItem .elIndexLink{min-width:235px}
.mdPageNavigation .elIndexImage{background:0 0;width:auto;height:60px}
.mdPageNavigation.isFixed{margin-top:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:relative;z-index:1;height:0;overflow:hidden}
.mdPageNavigation.isFixed.elSticky{position:fixed;z-index:5000001;top:0;left:0;width:100%;height:auto;overflow:visible}
.mdPageNavigation.isFixed.elSticky.elClose,.mdPageNavigation.isFixed.elSticky.elOpen{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}
.mdPageNavigation.isFixed.elSticky.elClose,.mdPageNavigation.isFixed.elSticky.elHide{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}
.mdPageNavigation.isFixed.elCloned{display:none;visibility:hidden}
.mdPageNavigation.isFixed.elSticky+.elCloned{display:block}
.mdPageNavigation.isFixed.elSticky{z-index:99}