div.pole_lewe_osoba {
    padding: 5px 0 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 5px;
}

h1.p_pseudonim {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #F9DFFF;
    padding: 0px 25px 10px 5px;
    margin-top: -5px;
}

div.pole_lewe_osoba a {
    width: calc(50% - 4px);
}

div.pole_lewe_osoba img.foto {
    border-radius: 7px;
    width: 100%;
    vertical-align: top;
}

div.pole_lewe_osoba .status_out {
    justify-content: flex-start;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div.pole_lewe_osoba .status_profile {
    position: static;
    font-size: 15px;
}

div.pole_lewe_osoba .status_profile span.status {
    flex-grow: unset;
}

div.pole_lewe_osoba a:hover {
    text-decoration: none;
}

div.pole_lewe_osoba a:hover p.p_pseudonim {
    color: #c88ecb;
    transition: .3s;
}

div.pole_lewe_osoba div.pole_lewa_osoba_p {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    position: relative;
}

div.pole_lewe_osoba div.pole_lewa_osoba_p .doradca_label
{
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding-left: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #FF3FE4;
}

div.pole_lewe_osoba div.pole_lewa_osoba_p .doradca_label img
{
    width: 68px;
}

div.pole_lewe_osoba #audio
{
    text-align: center;
    line-height: 2.1;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #7E1E8B;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}

#lista_uslug_doradca {
    margin-top: 5px;
    margin-bottom: 10px;
}

#lista_uslug_doradca_in {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}

#lista_uslug_doradca_in .column,
#lista_uslug_doradca_in .column.column_large a {
    width: calc(50% - 4px);
    display: flex;
}

#lista_uslug_doradca_in .column.column_large.voice a:last-child {
    margin-left: auto;
}

#lista_uslug_doradca_in .column.column_large {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#lista_uslug_doradca_in a,
#lista_uslug_doradca_in span.empty {
    margin-bottom: 4px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 4px;
    font-weight: 700;
    display: block;
    width: calc(100% / 6);
}

#lista_uslug_doradca_in a span.nazwa,
#lista_uslug_doradca_in span.empty {
    display: block;
    font-size: 14px;
    background: #AD23CC;
    padding: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-left: 2px solid #CB30EF;
    border-right: 2px solid #811799;
    height: 38px;
    box-sizing: border-box;
}

#lista_uslug_doradca_in a:first-child span.nazwa,
#lista_uslug_doradca_in span.empty:first-child {
    border-left: 0 !important;
    border-radius: 5px 0 0 5px;
}

#lista_uslug_doradca_in a:last-child span.nazwa,
#lista_uslug_doradca_in span.empty:last-child {
    border-right: 0 !important;
    border-radius: 0 5px 5px 0;
}

#lista_uslug_doradca_in span.empty {
    align-self: flex-start;
    height: 38px;
}

#lista_uslug_doradca_in a span.nazwa .male_ikony_uslug.active
{
    position: absolute;
    top: -200px;
    left: -200px;
}

#lista_uslug_doradca_in a span.cena {
    font-size: 16px;
    color: var(--kolor-y);
    font-weight: 600;
}

#lista_uslug_doradca_in a span.cena .cena {
    font-size: 17px;
    font-weight: 700;
}

#lista_uslug_doradca_in a span.cena .zl {
    font-size: 14px;
    font-weight: 700;
}

#lista_uslug_doradca_in a span.cena .jednostka {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.2px;
}

#lista_uslug_doradca_in a span.cena .zapytaj {
    font-size: 14px;
    font-weight: 700;
}

#lista_uslug_doradca_in a:hover,
#lista_uslug_doradca_in a.active{
    text-decoration: none;
}

#lista_uslug_doradca_in a:hover span.nazwa,
#lista_uslug_doradca_in a.active span.nazwa
{
    background: #FCCBFF;
    color: #570A54;
    border-left: 2px solid #f7defd;
    border-right: 2px solid #aa56bd;
}

#lista_uslug_doradca_in a:hover span.nazwa path.fill,
#lista_uslug_doradca_in a.active span.nazwa path.fill
{
    fill: #570A54 !important;
}

#lista_uslug_doradca_in a:hover span.nazwa path.stroke,
#lista_uslug_doradca_in a.active span.nazwa path.stroke
{
    stroke: #570A54 !important;
}

div#profil_info_3 {
    background: var(--kolor);
    border-radius: 5px;
    padding: 8px 8px;
    margin-bottom: 10px;
    color: #F4ADF9;
}

div#profil_info_3 p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

div#profil_info_3 span.fiolet
{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}


#wiadomosc_felietony {
    border-radius: 10px;
    padding: 5px 10px;
}

#a_informacja,
#a_grafik,
#a_opinie,
#wiadomosc_felietony #a_felietony {
    display: block;
    color: var(--kolor-y);
    font-size: 15px;
    padding: 10px;
    background-image: url("../../images/ikony_statystyki/envelope-4d3dfdf081e4326a69c93081083d8e76.svg");
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 52px;
    margin-left: 5px;
    font-weight: 700;
    margin-bottom: 5px;
}

#wiadomosc_felietony #a_felietony {
    background-image: url("../../images/ikony_statystyki/artykuly-0b4aacfe9d3d3acedd494daeb797a280.svg");
    background-size: 26px;
    background-position: left 3px center;
}

#a_grafik {
    background-image: url("../../images/ikony_statystyki/grafik-6e1890cd48b05394df8522d75e1f1a2a.svg");
    background-position: left 2px center;
    display: none;
}

#a_opinie {
    background-image: url("../../images/ikony_statystyki/opinie-baa32e83fc29a2451169de2fe5806db8.svg");
    background-position: left 2px center;
    display: none;
}

#a_informacja:hover,
#a_grafik:hover,
#wiadomosc_felietony #a_felietony:hover {
    text-decoration: none;
    color: #c88ecb;
    transition: .3s;
}

#doradca_profil_bottom h5 {
    font-size: 15px;
    margin: 10px 10px;
    color: #F2D6FF;
    text-align: center;
    font-weight: 600;
}

.ile_uslug {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.ile_uslug span.male_ikony_uslug {
    width: 34px;
    height: 31px;
}

.ile_uslug div {
    width: calc(20% - 10px);
    text-align: center;
    border-radius: 8px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.3;
}

.ile_uslug div span.nazwa,
.ile_uslug div span.ile {
    display: block;
    color: #F9DFFF;
}

.ile_uslug div span.ile {
    font-size: 17px;
    line-height: 22px;
    min-height: 22px;
    font-weight: 600;
    color: var(--kolor-y);
    margin-top: 5px;
    margin-bottom: 9px;
}

.ile_uslug div span#ostatnio_online.ile {
    font-size: 12px;
    line-height: 22px;
    line-height: 1.4;
    min-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ile_uslug span.male_ikony_uslug {
    display: inline-block;
    width: 42px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 1px 0;
}

span.male_ikony_uslug.porady.mod {
    background-image: url("../../images/ikony_statystyki/porady-12b4649853abbf47b6020cf4c2004dbb.svg");
}

span.male_ikony_uslug.ilelat.mod {
    background-image: url("../../images/ikony_statystyki/shield-2038f26fd99b8837915dcc7f3ef9343d.svg");
}

span.male_ikony_uslug.zegar.mod {
    background-image: url("../../images/ikony_statystyki/zegar-92b96ad564ecf688d2e318e623bdbfd1.svg");
}

span.male_ikony_uslug.wyswietlenia.mod {
    background-image: url("../../images/ikony_statystyki/eye-5218f8740cddcd27b991359d61b097b8.svg");
    width: 43px;
}

#uslugi_specjalne {
    padding: 10px 0 20px;
}

.uslugi_specjalne_a {
    height: auto !important;
    padding-bottom: 10px;
    background: url("../../images/ikony_statystyki/li_pink-636a42a9b5768e26c4a878a8ca2c0805.svg") no-repeat 0px 6px;
    padding-left: 30px;
    display: block;
    margin-left: 30px;
    font-size: 16px;
    line-height: 140%;
    color: #F2D6FF;
    font-weight: 600;
}

.uslugi_specjalne_a:hover {
    color: #fff;
    transition: .3s;
    text-decoration: none;
}

.artykuly_lista.mini {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0px;
}

.artykuly_lista.mini .artykul {
    width: calc(100% / 3 - 3px);
    margin: 0;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
}

.artykuly_lista.mini .artykul-image {
    padding-top: 90%;
    background-size: auto 100%;
    background-position: center;
}

.artykuly_lista.mini .artykul h3 {
    background: #681A73;
    padding: 4px;
    margin: 0;
    color: #F6C7F9;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.grafik {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.grafik>div {
    text-align: center;
    border-radius: 8px;
    width: calc(100% / 7 - 4px);
    box-sizing: border-box;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: lowercase;
}

.grafik>div div.nazwa {
    background: #681A73;
    padding: 10px 0px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: var(--kolor-y);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.embed {
    text-align: center;
    max-width: 100%;
    padding: 15px 0px;
}

.embed video {
    max-width: 100%;
}

#opinie_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#opinie_new .opinia_new {
    width: calc(33% - 10px);
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin: 0px;
}

#opinie_new.oceny_eksperta .opinia_new {
    width: calc(33% - 10px);
    margin: 10px 0px;
}

#opinie_new:not(.oceny_eksperta) .opinia_new:hover {
    text-decoration: none;
    transition: .3s;
    z-index: 1000;
}

#opinie_new .opinia_new .opinia_new_in {
    border-radius: 20px;
    padding: 5px 20px;
    box-sizing: border-box;
}

#opinie_new .opinia_new h5 {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 5px;
    color: #fff;
}

#opinie_new .opinia_new img.star {
    height: 14px;
    margin-bottom: 5px;
    vertical-align: top;
}

#opinie_new .opinia_new p.data {
    color: #F9DFFF;
    padding-top: 0px;
    color: #B955C7;
    font-size: 12px;
    margin-bottom: 0;
}

#opinie_new .opinia_new p.opinia_dluga {
    color: #F9DFFF;
    padding-top: 10px;
    font-size: 15px;
}

#opinie_new .opinia_new p.opinia_info {
    color: #999;
    font-size: 13px;
}