
#top {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

#top #homepage {
    text-decoration: none;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
}

#top #homepage .logo-wrozbyonline-kula {
    height: 40px;
    margin-right: 10px;
}

#top #homepage .logo-wrozbyonline-napis {
    height: 24px;
    margin-right: 5px;
    margin-top: 3px;
}

#top #homepage .logo-wrozbyonline-lat {
    width: 47px;
    height: 38px;
    margin-top: 9px;
    margin-bottom: 7px;
    margin-left: 12px;
}

#top #top_top
{
    background: var(--kolor);
    transition: .5s;
    margin-bottom: 5px;
    position: relative;
    z-index: 4000;
}

#top #top_top .container {
    position: relative;
}

#top #top_top #top_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 4000;
    background: var(--kolor);
}

#top #top_top #top_szukaj {
    order: 1;
}

#top #top_top #menu_top_links {
    text-align: center;
}

#top #top_top #menu_top_links {
    text-align: center;
}

#top #top_top #menu_top_links_scroll {
    text-align: center;
    display: flex;
    align-items: center;
}

#top #top_top.top_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    transition: .5s;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 40%);
}

#top #top_top.top_fixed #homepage span {
    display: none;
}

#top #columns.top_fixed {
    padding-top: 95px;
}

#top #zaloguj.zalogowany {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


#top #zaloguj.zalogowany p {
    margin: 0 0 0 0px;
}

#top #zalogowany_jako a {
    background-size: 45px;
    background-position: left center;
    text-align: right;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 4px 15px 4px 0px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

#top #zalogowany_jako a:hover {
    text-decoration: none;
    transition: .3s;
}

#top #zalogowany_jako a:hover span {
    color: #fff;
}

#top #zalogowany_jako a span {
    color: var(--kolor-y);
}

nav.menu_rozwijane li {
    display: inline-block;
}

nav.menu_rozwijane li a {
    display: inline-block;
    padding: 0 8px 0 0;
    color: #F2D6FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
}

nav.menu_rozwijane li:not(.no-desktop).ext > a {
    background: url("../../images/arrow_menu-3ae4e74c673e9d545b17ff0c495beeb0.svg") no-repeat;
    background-position: right center;
    background-size: 13px;
    padding-right: 20px;
}

nav.menu_rozwijane li a:hover {
    color: var(--kolor-y);
    transition: .3s;
    text-decoration: none;
}

nav.menu_rozwijane li:not(.no-desktop).ext > a:hover  {
    background-image: url("../../images/arrow_menu_yellow-e236455c5dec3a72335f2a09e8bbf64a.svg");
}

nav.menu_rozwijane li a.active {
    color: var(--kolor-y);
}

nav.menu_rozwijane li a img {
    vertical-align: baseline;
    padding-left: 5px;
    padding-bottom: 2px;
}

nav.menu_rozwijane ul ul {
    display: none;
}

nav.menu_rozwijane ul li:not(.no-desktop):hover>ul {
    display: block;
}

nav.menu_rozwijane ul ul {
    border-radius: 0px;
    padding: 0px;
    position: absolute;
    z-index: 1000;
    text-align: left;
    margin: 0px;
    border-top: 20px solid var(--kolor);
    background-color: #A959BC;
    border-radius: 0 0 8px 8px;
    margin-left: -15px;
}

nav.menu_rozwijane ul ul li {
    float: none;
    position: relative;
    display: block;
    margin: 0px;
    border-right: 0px;
    text-align: center;
    border-bottom: 1px solid #d298dc;
}

nav.menu_rozwijane ul ul li:last-of-type {
    border-bottom: 0;
}

nav.menu_rozwijane ul ul li a {
    display: block;
    padding: 11px 22px;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
    text-transform: none;
    font-weight: 500;
}

#top #top_top #menu_top_top {
    text-align: center;
}

#top #top_top #menu_top_top a.button {
    min-width: 137px;
}

.belka_porady_out
{
    background: var(--kolor-y);
}

.belka_porady {
    background: var(--kolor-y);
    text-align: center;
    font-size: 14px;
    color: #360B38;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    padding: 1px 0 0;
    position: relative;
    z-index: 5000;
    overflow: hidden;
    width: 100%;
}

.belka_porady div {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee 4s linear;
    animation-fill-mode: forwards;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

.belka_porady strong {
    font-weight: bold;
}