#filtr_eksperci {
    flex-wrap: wrap;
    margin-bottom: -5px;
}

#filtr_eksperci a {
    width: calc(100% / 3 - 3px);
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 4px 0;
    font-size: var(--mobile-size-14px);
}

#filtr_eksperci a svg {
    height: 16px;
}

#profile .profil {
    width: 100%;
    height: auto;
    padding: 5px;
}

#profile .profil .column.column-1
{
    width: 35%;
    padding-right: 6px;
}

#profile .profil .column.column-2
{
    width: 65%;
}

#profile .profil h4
{
    font-size: var(--mobile-size-20px);
    line-height: 1.2;
    padding-bottom: 0;
    margin-top: -3px;
}

#profile p.opis
{
    font-size: var(--mobile-size-14px);
    height: 53px;
}

#profile .dziedziny
{
    margin-top: 3px;
    font-size: var(--mobile-size-13px);
}

#profile .zrealizowane_uslugi
{
    padding-top: 3px;
    padding-bottom: 7px;
    font-size: var(--mobile-size-16px);
}

#profile .zrealizowane_uslugi strong
{
    font-weight: 600;
    font-size: var(--mobile-size-19px);
}

#profile .rekomendacje span.zobacz_opinie {
    font-size: 14px;
    padding-top: 8px;
}

#profile img.rekomendacja {
    width: 16px;
    padding-top: 2px;
}

#profile .rekomendacje .medal
{
    width: 50px;
    margin-right: 10px;
    top: 15px;
}

#profile .avatar
{
    border-radius: 7px;
}

#profile .buttons div a,
#profile .buttons div span {
    padding: 1px 0;
}

#profile .buttons div a svg {
    height: 20px;
    margin-top: 3px;
}

.status_out
{
    padding-top: 0;
    padding-bottom: 0;
}

.status_profile
{
    font-size: var(--mobile-size-11px);
}

.status_profile span.dot
{
    width: var(--mobile-size-9px);
    height: var(--mobile-size-9px);
}

#a_informacja.display_desktop
{
    display: none;
}

#doradca_top
{
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 0;
}

#doradca_top #doradca_top_info_in
{
    margin-bottom: 4px;
}

#doradca_top #doradca_top_info,
#doradca_top #lista_uslug_doradca
{
    width: 100%;
}

#doradca_top #doradca_top_info_in a,
#doradca_top #doradca_top_pseudonim_status
{
    width: 50%;
}

#doradca_top #doradca_top_pseudonim_status
{
    padding-left: 10px;
    box-sizing: border-box;
}

#doradca_top #doradca_top_info h1
{
    margin-top: -2px;
}

#doradca_top #doradca_top_info .status_profile
{
    font-size: var(--mobile-size-13px);
}

#doradca_top #doradca_top_info .status_profile span.dot
{
    width: var(--mobile-size-11px);
    height: var(--mobile-size-11px);
}

#doradca_top #doradca_top_info .status_out
{
    left: 5px;
}

#doradca_top #doradca_top_info img.foto
{
    width: 100%;
}

#lista_uslug_doradca
{
    margin-bottom: 0;
}

#lista_uslug_doradca_in a span.cena span.bold
{
    font-size: var(--mobile-size-17px);
}

#profil_info
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 10px;
}

#profil_info p
{
    font-size: var(--mobile-size-14px);
}

#osoba_opis p,
#opis_uslugi p,
#opis_uslugi ul
{
    padding-left: 5px;
    padding-right: 5px;
}

.grafik
{
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.grafik > div
{
    width: calc(50% - 2.5px);
}

#opinie_new.oceny_eksperta .opinia_new
{
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

#opinie_new.oceny_eksperta .opinia_new:after
{
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    background-color: #6c11787e;
    left: 25%;
    bottom: -5px;
}

#opinie_new.oceny_eksperta .opinia_new:last-of-type::after
{
    display: none;
}

#wiadomosc_felietony
{
    padding: 10px 0;
}

#a_informacja,
#a_grafik,
#a_opinie
{
    font-size: var(--mobile-size-16px);
    padding-left: 50px;
    background-size: 30px;
    margin-left: 15px;
    display: block;
}

#a_grafik 
{
    background-image: url("../images/grafik-0f8d99054da692c9612b58dcfc9263ef.svg");
    background-position: left 2px center;
}

#a_opinie {
    background-image: url("../images/opinie-49702c42b66f036f7daa0892805d3180.svg");
    background-position: left 2px center;
}

.box.box_usluga p,
#opis_uslugi p,
#opis_uslugi li
{
    font-size: var(--mobile-size-16px);
    padding-bottom: 10px;
}

.grafik>div div.nazwa
{
    font-size: 14px;
}


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

#lista_uslug_doradca_in .column,
#lista_uslug_doradca_in .column.column_large a {
    width: calc(50% - 2px);
    display: flex;
    justify-content: space-between;
}

#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 {
    border-radius: 5px;
    margin-bottom: 4px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 4px;
    font-weight: 700;
    display: block;
    width: calc(100% / 3 - 3px);
}

#lista_uslug_doradca_in a span.nazwa,
#lista_uslug_doradca_in span.empty {
    display: block;
    font-size: 14px;
    background: #CC1EF3;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

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

#lista_uslug_doradca_in a span.male_ikony_uslug
{
    margin-right: 0;
}

#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: #6C1178;
    font-weight: 600;
}

#lista_uslug_doradca_in a span.cena .cena {
    font-size: var(--mobile-size-17px);
    font-weight: 700;
    white-space: nowrap;
}

#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;
    display: block;
}

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

#lista_uslug_doradca_in a span.nazwa_txt {
    display: none;
}

#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: var(--kolor-p);
    color: #570A54;
}

#lista_uslug_doradca_in a:hover span.nazwa span.male_ikony_uslug:not(.active),
#lista_uslug_doradca_in a.active span.nazwa span.male_ikony_uslug:not(.active)
{
    display: none;
}

#lista_uslug_doradca_in a:hover span.nazwa span.male_ikony_uslug.active,
#lista_uslug_doradca_in a.active span.nazwa span.male_ikony_uslug.active
{
    position: static;
}

.ile_uslug {
    padding-top: 10px;
    padding-bottom: 10px;
}


.osoby_half #profile .profil
{
    width: calc(50% - 2px);
    padding: 5px;
    margin-bottom: 4px;
    min-height: auto;
    height: auto;
    padding: 3px;
}

.osoby_half #profile .avatar
{
    border-radius: 5px;
}

.osoby_half #profile .profil .column.column-1
{
    width: 35%;
    padding-right: 4px;
}

.osoby_half #profile .profil .column.column-2
{
    width: 65%;
}

.osoby_half #profile .profil h4
{
    font-size: var(--mobile-size-12px);
    line-height: 1.4;
    margin-bottom: 0px;
    min-height: 30px;
    padding-right: 10px;
}

.osoby_half #profile .profil .opis,
.osoby_half #profile .profil .dziedziny
{
    display: none;
}

.osoby_half #profile .buttons
{
    padding-top: 3px;
}

.osoby_half #profile .buttons a,
.osoby_half #profile .buttons span
{
    height: 18px;
    min-height: auto;
    margin-right: 2px;
    border-radius: 2.5px;
    padding: 0;
}

.osoby_half #profile .buttons :last-child
{
    margin-right: 0;
}

.osoby_half #profile .buttons a svg
{
    height: 14px;
    width: 20px;
    margin-top: 2px;
}

.osoby_half #profile .profil .heart
{
    width: 12px;
    background-size: 12px;
    top: -1px;
    right: 3px;
}

.osoby_half #profile .rekomendacje
{
    padding: 0;
    margin: 0;
}

.osoby_half #profile .rekomendacje .rekomendacje_in
{
    display: none;
}

.osoby_half #profile .rekomendacje .doradca_label
{
    padding: 0;
}

.osoby_half #profile .rekomendacje .medal
{
    width: 35px;
    top: -12px;
}

.osoby_half #profile .zrealizowane_uslugi
{
    font-size:  var(--mobile-size-9px);
    line-height: 10px;
}

.osoby_half #profile .zrealizowane_uslugi strong
{
    font-size:  var(--mobile-size-11px);
}

.osoby_half .status_out
{
    position: absolute;
    left: 34%;
    right: 0;
    bottom: 21px;
}

.osoby_half .status_out .status_profile
{
    
    flex-direction: row-reverse;
}

.osoby_half .status_out .status_profile span.status
{
    text-align: left;
    font-size:  var(--mobile-size-9px);
}

.osoby_half .status_out .status_profile span.dot
{
    width: 8px;
    height: 8px;
}

.osoby_half #profile .rekomendacje .doradca_label .nowy
{
    display: none;
}
