html {
        scroll-behavior: smooth;
    }
    .menu-tab__item.current {
        font-weight: bold;
        color: #054444;
    }
    .menu-tab.fixed {
        position: fixed;
        top: 0;
        z-index: 1000;
        background: white;
    }