.ca-hidden {
	display: none;
}

#province {
    display: none;
}

#dzielnice {
    display: none;
}

.adresy-ul {
    padding-left: 0px
}

.adresy-ul .row-phone > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.adresy-ul .row-phone > div > span {
    margin-right: .5rem
}

.ikonka {
    font-size: 35px;
    color: #e4e4e4;
}

#adresy .glyphicon {
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}

.glyphicon-earphone {
    background-image: url(../img/telephone-fill.svg);
}

.glyphicon-pushpin {
    background-image: url(../img/pin-angle-fill.svg);
}

.wawa {
    position: absolute;
    z-index: 9999;
    top: 120px;
    left: 185px;	
}

.img-map {
  width: 100%;
  height: auto;
}

.przedstawicieltitle {
    font-size: 24px;
    line-height: 32px;
    margin-top: 35px;
    margin-bottom: 30px
}

@media (max-width: 750px) {
    .przedstawicieltitle {
          font-size: 20px;
          line-height: 26px;
          margin-top: 0px;
          margin-bottom: 0px
    }
}

.cssmap-container .wawa { left: 60%; top: 40%; }