#filtr_eksperci {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

#filtr_eksperci a {
    background-color: var(--kolor);
    color: #FCDBFF;
    text-align: center;
    border-radius: 7px;
    padding: 7px 0;
    font-weight: 600;
    font-size: 14px;
    width: calc(100% / 6 - 4.2px);
}

#filtr_eksperci a:hover,
#filtr_eksperci a.active {
    background: #FED1FF;
    color: #570A54;
}

#filtr_eksperci a:hover svg path,
#filtr_eksperci a.active svg path {
    stroke: #570A54;
}

#filtr_eksperci a svg {
    width: 28px;
    height: 22px;
    margin-bottom: 3px;
}

#profile_out {
    margin-top: 0px;
}

#profile {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#profile .profil > a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: stretch;
    flex-grow: 1;
}

#profile .profil {
    background-color: var(--kolor);
    /*border-top: 12px solid #2d0c2b;
    border-bottom: 12px solid #2d0c2b;*/
    width: calc(50% - 3px);
    margin-bottom: 6px;
    border-radius: 7px;
    padding: 8px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 216px;
}

#profile .profil:hover {
    background-color: #541653;
    transition: .3s;
}

#profile .profil .column {
    width: 50%;
    box-sizing: border-box;
}

#profile .profil .column.column-1 {
    width: 35%;
    padding: 0 8px 0px 0;
    align-self: flex-start;
}

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

#profile .profil h4 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding: 2px 0 5px;
    border-radius: 4px;
    border: none;
    line-height: 125%;
    display: inline-block;
    margin-top: -5px;
    padding-right: 20px;
}

#profile .profil h4.long {
    font-size: 17px;
}

#profile .profil h4.extralong {
    font-size: 16px;
}

#profile .avatar_out {
    position: relative;
    padding-top: 100%;
    max-width: 200px;
    max-height: 200px;
}

#profile .avatar {
    border-radius: 9px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*box-shadow: 3px 3px 8px rgba(0, 0, 0, .5);*/
    width: 100%;
}

.status_out {
    position: relative;
    height: 20px;
    padding-top: 6px;
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #bbaabc;
}

.status_profile {
    border-radius: 14px;
    font-size: 11px;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
}

.status_profile span.status {
    flex-grow: 1;
    text-align: center;
}

.status_profile span.dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: -2px;
}

.status_profile span.dot.online {
    background: #0dda3c;
}

.status_profile span.status.online {
    color: #0dda3c;
}

.status_profile span.dot.zajety {
    background: red;
}

.status_profile span.status.zajety {
    color: red;
}

.status_profile span.dot.offline {
    background: #bdbdbd;
}

.status_profile span.status.offline {
    color: #bdbdbd;
}

.status_profile span.dot.urlop {
    background: var(--kolor-y);
}

.status_profile span.status.urlop {
    color: var(--kolor-y);
}

#profile .ocena {
    font-size: 11px;
    margin-top: 5px;
    line-height: 17px;
}

#profile .zrealizowane_uslugi {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

#profile .zrealizowane_uslugi strong {
    padding-right: 5px;
    font-size: 18px;
}

#profile .kategorie {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-around;
    background: #2b0328;
    border-radius: 6px;
    white-space: nowrap;
    flex-wrap: wrap;
}

#profile .kategoria {
    display: inline-block;
    text-transform: uppercase;
    color: #F4ADF9;
    font-size: 13px;
    line-height: 26px;
    margin: 5px 0px;
    font-weight: 600;
}

#profile .dziedziny {
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 3px;
    max-height: 60px;
    overflow: hidden;
    color: #FBBCFF;
}

#profile p.opis {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 140%;
    height: 58px;
    overflow: hidden;
    font-weight: 600;
}

#profile .buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#profile .buttons a,
#profile .buttons span {
    background: #CC1EF3;
}

#profile .buttons a,
#profile .buttons span {
    display: inline-block;
    width: calc(33.33%);
    margin-right: 3px;
    padding: 5px 0;
    min-height: 27px;
    border-radius: 4px;
    text-align: center;
}

#profile .buttons a path.stroke {
    stroke: #fff !important;
}

#profile .buttons a path.fill {
    fill: #fff !important;
}

#profile .buttons a:hover {
    background: #FCCBFF;
}

#profile .buttons a:hover path.stroke {
    stroke: #570A54 !important;
}

#profile .buttons a:hover path.fill {
    fill: #570A54 !important;
}

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

#profile .buttons a svg {
    vertical-align: top;
    height: 25px;
    margin-top: 1px;
}

#profile .rekomendacje {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 5px 0 6px;
    font-weight: 600;
    position: relative;
}

#profile .rekomendacje .rekomendacje_in {
    display: flex;
    align-items: center;
    line-height: 130%;
}

#profile .rekomendacje .medal {
    position: absolute;
    right: 0;
    top: 10px;
    width: 64px;
}

#profile .rekomendacje span.zobacz_opinie {
    color: var(--kolor-y);
    padding-top: 7px;
    display: inline-block;
    text-transform: uppercase;
}

#profile .rekomendacje span.zobacz_opinie:hover {
    text-decoration: underline;
}

#profile .rekomendacje .doradca_label {
    padding-top: 5px;
}

#profile .rekomendacje .doradca_label .nowy {
    color: var(--kolor-y);
    font-weight: 700;
    font-size: 13px;
    margin-right: 5px;
}

#profile img.rekomendacja {
    width: 20px;
    margin-right: 6px;
}

.status_profile {
    border-radius: 14px;
    font-size: 11px;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.status_profile span.dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: -2px;
}

.status_profile span.dot.online {
    background: #0dda3c;
}

.status_profile span.status.online {
    color: #0dda3c;
}

.status_profile span.dot.zajety {
    background: red;
}

.status_profile span.status.zajety {
    color: red;
}

.status_profile span.dot.offline {
    background: #bdbdbd;
}

.status_profile span.status.offline {
    color: #bdbdbd;
}

.status_profile span.dot.urlop {
    background: yellow;
}

#doradca_top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

#doradca_top #doradca_top_info {
    width: 60%;
}

#doradca_top #doradca_top_info img.foto {
    width: 190px;
    border-radius: 12px;
    margin-right: 10px;
}

#doradca_top #doradca_top_info h1 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 5px;
    color: #7E1E8B;
}

#doradca_top #doradca_top_info_in {
    display: flex;
    margin-bottom: 10px;
}

#doradca_top #doradca_top_pseudonim_status {
    position: relative;
}

#doradca_top #doradca_top_info .status_out {
    justify-content: left;
    position: absolute;
    bottom: -3px;
    left: 0;
    padding: 0;
}

#doradca_top #lista_uslug_doradca {
    width: 40%;
}

#a_informacja,
#a_grafik,
#a_opinie
{
    display: block;
    color: #7E1E8B;
    font-size: 15px;
    padding: 10px;
    background-image: url("../images/wiadomosc-1a2aa86d179e05cb048135b954296828.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 5px;
}

#a_informacja:hover,
#a_grafik:hover,
#a_opinie:hover
{
    color: #AD23CC;
    text-decoration: none;
}

#profil_info {
    background-color: #7E1E8B;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #fdc4ff;
}

#lista_uslug_doradca {
    margin-bottom: 10px;
}

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

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

#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 {
    border-radius: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 5px;
    font-weight: 700;
    display: block;
}

#lista_uslug_doradca_in a span.nazwa {
    display: block;
    font-size: 14px;
    background: #681A73;
    border-radius: 5px;
    padding: 7px 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: left;
    text-transform: uppercase;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#lista_uslug_doradca_in a span.nazwa.message,
#lista_uslug_doradca_in a span.nazwa.voice {
    background-color: #CC1EF3;
}

#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: 15px;
    color: #7E1E8B;
    font-weight: 600;
    min-height: 20px;
    display: inline-block
}

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

#lista_uslug_doradca_in #a_email span.cena
{
    font-weight: 700;
    line-height: 20px;
}

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

#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;
}


span.male_ikony_uslug {
    display: inline-block;
    width: 35px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

span.male_ikony_uslug.email {
    background-image: url("../images/ikony_uslugi/email-fbe09b2d853efa6fd439d51019212b6d.svg");
    background-size: 25px auto;
}

span.male_ikony_uslug.email.active {
    background-image: url("../images/ikony_uslugi/email_active-9e16133a0ee0919599104d125012455a.svg");
}

span.male_ikony_uslug.telefon {
    background-image: url("../images/ikony_uslugi/telefon-92a783b5c726e2d46f9d5e0b4d75cd4b.svg");
    background-size: 25px auto;
    width: 37px;
}

span.male_ikony_uslug.telefon.active {
    background-image: url("../images/ikony_uslugi/telefon_active-fbfaccfcc3cc12b17414a4c6c8c820a5.svg");
}

span.male_ikony_uslug.chat {
    background-image: url("../images/ikony_uslugi/chat-b942f0fb0d04a149a052297aed9b44ee.svg");
}

span.male_ikony_uslug.chat.active {
    background-image: url("../images/ikony_uslugi/chat_active-f285cd8778cd76b98380f188d621506f.svg");
}

span.male_ikony_uslug.smschat {
    background-image: url("../images/ikony_uslugi/smschat-7ce53b312fb6d0a0bb210063f82ea544.svg");
}

span.male_ikony_uslug.smschat.active {
    background-image: url("../images/ikony_uslugi/smschat_active-06bb01e28f690bc44eb0d45a6705266e.svg");
}

span.male_ikony_uslug.call {
    background-image: url("../images/ikony_uslugi/call-3f6a5a1859f29634d127074990a25f5b.svg");
}

span.male_ikony_uslug.call.active {
    background-image: url("../images/ikony_uslugi/call_active-8d4f0b88c3821215bf2d456b362dfd50.svg");
}

span.male_ikony_uslug.audioteks {
    background-image: url("../images/ikony_uslugi/audioteks-3eb2a040038c4d541aef3ec2c58e2215.svg");
}

span.male_ikony_uslug.audioteks.active {
    background-image: url("../images/ikony_uslugi/audioteks_active-ef03893292fb304f6966e1ea50183d65.svg");
}

#osoba_opis p {
    color: #6C1178;
    padding-bottom: 15px;
}

#osoba_opis li {
    color: #6C1178;
    padding-bottom: 15px;
    line-height: 1.3;
    background: url("../images/li-06b5532bbd4430c0de6724a35e62cb5c.svg") no-repeat 0px 4px;
    padding-left: 20px;
    font-size: 17px;
}


.grafik {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 1.4;
    color: #6F147B;
}

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

.grafik>div div.nazwa {
    background: #7E1E8B;
    padding: 12px 0px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

#profil_info p {
    line-height: 1.8;
    font-size: 14px;
    font-weight: 600;
}

#profil_info span.fiolet {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}


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

.ile_uslug span.male_ikony_uslug {
    width: 36px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

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

.ile_uslug div span.nazwa,
.ile_uslug div span.ile {
    display: block;
    color: #6F147B;
    font-weight: 600;
}

.ile_uslug div span.ile {
    font-size: 18px;
    line-height: 22px;
    min-height: 22px;
    font-weight: 700;
    color: #6F147B;
    margin-top: 8px;
    margin-bottom: 13px;
}

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


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

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

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

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

#oceny_update
{
    display: flex;
    flex-direction: column;
}

#oceny_update #oceny_paginate_in
{
    margin-top: auto;
}

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

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

#opinie_new.oceny_eksperta .opinia_new {
    width: calc(50% - 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: #7E1E8B;
}

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

#opinie_new .opinia_new p.data {
    font-size: 11px;
    font-weight: 500;
    color: #7E1E8B;
    padding-top: 0;
}

#opinie_new .opinia_new p {
    color: #7E1E8B;
    padding-top: 7px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

#opinie_new .opinia_new p.opinia_dluga {
    display: none;
}

#opinie_new.oceny_eksperta p.opinia_dluga {
    display: block;
}

.box.box_usluga {
    background: var(--kolor);
    border-radius: 5px;
    padding: 12px 10px;
    border: 0;
    margin-bottom: 15px;
}

.box.box_usluga {
    font-weight: 500;
}

.box.box_usluga p {
    margin-bottom: 0px;
    padding-bottom: 8px;
    color: #f1d6f4;
    font-size: 16px;
}

.box.box_usluga p:last-child
{
    padding-bottom: 0;
    margin-bottom: 0;
}

.box.box_usluga p.small_p {
    font-size: 14px;
}

.box.box_usluga.box_usluga_call,
.box.box_usluga.box_usluga_uzupelnij_numer {
    margin-bottom: 8px;
}

.box.box_usluga.box_usluga_tab {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 15px;
}

.box.box_usluga.box_chat p.koszt,
.box.box_usluga.box_callback p.koszt,
.box.box_usluga.box_email p.koszt {
    margin-top: 2px;
    margin-bottom: 0 !important;
}

.box.box_usluga.box_smschat {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

.box.box_usluga.box_smschat span.wyslij_sms {
    color: #f1d6f4;
    font-size: 16px;
    text-align: center;
    display: block;
    padding-bottom: 6px;
}

.box.box_usluga.box_smschat span.na_numer {
    font-size: 16px;
    color: #f1d6f4;
    display: block;
    padding-bottom: 6px;
}

.box.box_usluga.box_smschat span.na_numer_out {
    color: var(--kolor-y);
    margin-top: 0px;
}

.box.box_usluga a
{
    color: #fff;
}

p.koszt, .box.box_usluga p.koszt
{
    color: var(--kolor-y);
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 0 !important;
}

#opis_uslugi p,
#opis_uslugi li
{
    font-size: 16px;
    font-weight: 400;
}

#opis_uslugi h3
{
    text-align: center;
    color: #A21CC1;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 20px;
}

span.call {
    font-weight: 600;
    font-size: 14px;
}

span.call.number_text {
    display: block;
    padding-top: 0px;
    padding-bottom: 8px;
    font-size: 22px;
    color: var(--kolor-y);
    line-height: 130%;
    text-align: center;
}

span.number_text.number_sms {
    font-size: 22px;
    padding-bottom: 4px;
}

span.call.number_text a
{
    color: var(--kolor-y);
}

span.sms_page {
    color: var(--kolor-y);
    font-weight: 600;
    font-size: 16px;
}

.box.box_usluga p.small_p
{
    font-size: 14px;
}

.ul_telefon_opis li
{
    background-image: none !important;
    padding-left: 0 !important;
    font-size: 16px;
}

.ul_telefon_opis li span,
#opis_uslugi strong
{
    color: #A21CC1 !important;
    font-weight: 700;
}

.dostepne_srodki
{
    text-align: center;
}

.zacznij_rozmowe
{
    text-align: center;
    padding-top: 15px;
}

#call p#call_numer_pin
{
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

#call p#call_numer_pin span
{
    font-weight: 700;
    color: var(--kolor-y);
}

.textareasms
{
	width: 300px !important;
	height: 100px !important;
}


.profile_opinie {
    text-align: center;
    min-width: 300px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.profile_opinie>div {
    padding: 3px 4px;
    text-align: center;
}

.profile_opinie p.txt {
    padding: 3px 10px;
    font-weight: 400;
    line-height: 140%;
    margin: 4px 4px 4px 4px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 8px 8px 8px;
}

.profile_opinie p.timestamp {
    font-size: 11px;
    color: #C88ECB;
    margin: 4px 4px;
    order: 3;
    min-width: 64px;
    letter-spacing: .5px;
    text-align: center;
}

.profile_opinie span.ocena_eksperta {
    padding-top: 4px;
    display: inline-block;
}

.profile_opinie div.hr {
    width: 248px;
    height: 1px;
    background: #804980;
    margin: 0 auto 10px;
}
