@media (min-width:992px) {
    .-footer-menu-fixed {
        display: none;
    }
}

@media (max-width:990px) {
    body {
        padding-bottom: 150px;
    }
}

.-footer-menu-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%
}

.-footer-menu-fixed .-outer-wrapper {
    display: flex;
    align-items: flex-end;
}

.-footer-menu-fixed .-left-wrapper,
.-footer-menu-fixed .-right-wrapper {
    display: flex;
    align-items: flex-end;
    flex: 1;
    z-index: 2;
    height: 70px;
    padding-bottom: 6px;
    background: linear-gradient(0deg, #050e00, #001102);
    transition: filter .2s;
}

.-footer-menu-fixed .-left-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 22px
}

.-footer-menu-fixed .-right-wrapper {
    border-top-right-radius: 10px;
    border-top-left-radius: 22px
}

.-footer-menu-fixed .-right-wrapper.-single-item {
    justify-content: center
}

.-footer-menu-fixed .-ic-center {
    width: 50px;
    height: auto;
    z-index: 3
}

.-footer-menu-fixed .-center-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    width: 74px;
    height: 74px;
    margin: 0 8px 16px;
    padding-bottom: 8px;
    color: #fff;
    border-radius: 50%;
    /*
    box-shadow: 0 0 10px rgba(67, 46, 36, .5);
    background: linear-gradient(180deg,  #460273, #020F59);
     */
}

.-footer-menu-fixed .-center-wrapper .-selected .-bottom-curve,
.-footer-menu-fixed .-center-wrapper .-selected .-top-curve {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 85%;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.-footer-menu-fixed .-center-wrapper .-selected .-top-curve {
    top: 3px
}

.-footer-menu-fixed .-center-wrapper .-selected .-bottom-curve {
    bottom: 3px
}
.-footer-menu-fixed .-center-wrapper:hover {
    color: #fff;
    text-decoration: none
}

.-footer-menu-fixed .-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    padding: 0;
    color: #FFF;
}
.-footer-menu-fixed .-item-wrapper .-ic-img {
    width: 32px;
    height: auto;
}
.-footer-menu-fixed .-item-wrapper .-text {
    margin-top: 0.25rem;
    font-size: .875rem;
    color: #fafafa;
    transition: color .2s;
}

.-footer-menu-fixed .-center-wrapper .-selected {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center
}

.-footer-menu-fixed .-center-wrapper .-selected {
    transition: all .4s;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.-footer-menu-fixed .-center-wrapper .-selected .-text {
    position: relative;
    top: -3px;
    margin-top: 3px;
    font-size: .875rem;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .6)
}

.-footer-menu-fixed .-fake-center-bg-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: -webkit-filter .2s;
    overflow: hidden
}

.-footer-menu-fixed .-fake-center-bg-wrapper svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 108px;
    transform: translateX(-50%)
}

.-footer-menu-fixed .-fake-center-bg-wrapper svg path {
    fill: url(#rectangleGradient);
}

