.navigation{
    background: rgba(255,255,255,0.95);
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 10000;
    top:0;
    padding-top:118px;
    display: none;
    overflow:scroll;
}

.navigation__close{
    cursor: pointer;
}

.navigation__close *{
    color:#fff;
}

.navigation__list a{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color:#000;
    display: block;
}

.navigation__list a.current,
.navigation__list a.section{
    color:#e2000e;
}

@media (max-width: 767.98px) {
    .navigation__list,
    .navigation__contact{
        text-align: center !important;
    }

    .navigation{
        padding-top:98px;
    }
}