#map-poj-szkola{
width:100%;
height:250px;
}

.wyszukaj-po-taks{
border:0;
background:unset;
font-weight:600;
cursor:pointer;
}

.mapa-filtry-inner{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: .8rem!important;
width: 80%;
margin: auto;
}

#mapa-filtry{
position:relative;
}

.mapa-filtry-inner p{
margin:0;
}

.filter-icon-container{
display: flex;
}

.filter-icon{
width: 1.6rem;
height: 1.6rem;
margin-left:.5rem;
}

#mapa-szkol{
margin:0;
position:relative;
z-index:2
}

.powrot-do-wszystkich{
border: 0;
padding: .2rem 1.2rem;
}

.pdwActive{
background-color: #0063af;
color: white;
}

.liczba_placowek_container{
position: absolute;
top: 4rem;
left: 50%;
z-index: 999;
color: #0063af;
transform: translate(-50%, 0%);
font-weight: 600;
display: flex;
gap: 1rem;
}

.liczba_placowek_container div{
background: white;
padding: .4rem;
}

#show_school_list{
display:none;
}

.taxonomi_list_container{
display:flex;
flex-wrap:wrap;
gap: 1rem;
}

.taxonomi_list_container > div{
padding:1rem;
background: #0063af;
color: white;
width:250px;
}

.taxonomi_list_container a{
color: white;
text-decoration:none;
}

.lista-wyszukiwania-naglowek{
font-weight: 600;
color: #0063af;
}

.branze-lista-widok-szkoly{
display: flex;
gap: 1rem;
flex-wrap:wrap;
}

.branze-lista-widok-szkoly div{
background: #0063af;
color: white;
font-weight: 600;
user-select:none;
padding: .2rem .6rem;
width:150px;
font-size:.7rem;
display:flex;
align-items: center;
justify-content: center;
min-height: 3rem;
}

.headerSmaller{
font-size: 1.4rem;
}

.marker_button{
background: #0063af;
color: white !important;
padding: .4rem;
width: 100%;
display: block;
text-align: center;
font-weight: 600;
margin-top: 1rem;
}

.jak_dojade_button a{
background: #0063af;
color: white !important;
padding: .4rem;
width: 100%;
display: block;
text-align: center;
font-weight: 600;
}

.jak_dojade_button{
margin-top:0!important;
}