@charset "UTF-8";
.mdPageNavigation{position:relative;z-index:1;background-color:#d6002b;box-shadow:0 0 20px 0 rgba(0,0,0,.2)}
.mdPageNavigation .elIndexItems{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}
.mdPageNavigation .elIndexItem{position:relative}
.mdPageNavigation .elIndexItem.isActive{background-color:#f03}
.mdPageNavigation .elIndexItem:not(:first-of-type)::before{display:inline-block;opacity:.4;position:absolute;top:50%;left:0;z-index:1;width:1px;height:48px;margin-top:-24px;background-color:#fff;content:""}
.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 .elIndexImage{background:0 0;width:auto;height:68px}
.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}