.elect-glob-nav {
    width: 100%;
    position: relative;
}

.elect-glb-nav {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elect-glb-nav_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.elect-glb-nav_item {
    font-family: var(--elect-font-1);
    font-size: 0.75rem;
}

.elect-glb-nav_link {
    color: var(--elect-clr-3);
    margin: 3px;
    padding: 7px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.elect-glb-nav_link:hover {
    color: var(--elect-clr-4);
}

.t-nv_lbl {
    background-color: rgb(226 11 11);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    min-height: 10px;
    padding: 0 3px;
    position: absolute;
    top: -2px;
    right: 0;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgb(0 0 0 / 17%);
}