/* Prawa kolumna - menu górne */

#right-col #top-menu {
    height: 90px;
    width: 100%;
}

#right-col #top-menu {
    height: 90px;
    width: 100%;
}

#right-col #top-menu div {
    height: 50%;
    width: auto;
    display: flex;
    justify-content: flex-end;
}

#right-col #top-menu ul {
    margin: 0 0 0 35px;
    padding: 0;
}

#right-col #top-menu li {
    display: inline-block;
    height: 100%;
    margin: 0 5px;
}

#right-col #top-menu a, #right-col #top-menu button {
    height: 100%;
    display: flex;
    align-items: center;
}

#right-col #top-menu button {
    background-color: inherit;
    border: none;
    padding: 0;
    margin: 0;
}

#right-col #top-menu figure {
    margin: auto 0;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#right-col #top-menu ul:nth-child(2) li {
    margin: auto 15px;
}

#right-col #top-menu figure:hover {
    color: #114C81;
}

#right-col #top-menu svg {
    height: 35px !important;
    width: auto;
}

#right-col #top-menu li:hover path {
fill: #114C81;
}

#right-col #top-menu figcaption {
    height: 10px;
    margin-top: 5px;
    font-size: 10px;
    cursor: inherit;
}