.aktywne-woj {
    opacity: 1!important;
    fill: #e40a2e;
}

.map-box {
    display: none;
}

.map-box.aktywny-box {
    display: block;
}

.map-company {
    width: 48%;
    float: left;
    margin-bottom: 30px;
}

.map-company:nth-child(even) {
    padding-right: 4%;
    clear: both;
}



.map-company-name {
    font-size: 1rem;
    margin-bottom: 5px;
}

.map-icon {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.map-icon:before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.map-icon:before {
    font-family: 'stm' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.map-mail:before {
    content: "\e908";
    font-size: 0.8rem;
}

.map-tel:before {
    content: "\e909";
}

.map-addres:before {
    content: "\e90a";
}




.map-company-name::after {
    display: none;

}

.map-company {
    display: flex;
    flex-direction: column;
}

.map-title {
    text-transform: capitalize;
}

#mapa-polski svg path {
    cursor: pointer;
}