.increated-maps {
    height: 570px;
    width: 100%;
    position: relative;
}

/* .increated-maps-legend-switches {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.increated-maps-legend-switches>div {
    margin-bottom: 30px !important;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.increated-maps-legend-switches>div.active:before,
.increated-maps-legend-switches>div:hover:before {
    right: 0;
}

.increated-maps-legend-switches>div:first-of-type {
    margin-right: 30px !important;
} */

.increated-maps-bg{
    background-color: #f2f2f2;
}

.increated-maps-legend-buttons {
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 17px 0 25px;
}

.increated-maps-legend-buttons-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}

.increated-maps-legend-buttons-title.legend {
    display: none;
}

.increated-maps-legend-buttons>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-right: 25px;
    cursor: pointer;
}

.increated-maps-legend-buttons>div:last-child{
    margin-right: 0;
}

.increated-maps-legend-buttons>div>div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 8px;
}

.increated-maps-legend-buttons>div.inactive .icon {
    background-position: bottom;
}

.increated-maps-legend-buttons>div>div:not(.icon) {
    font-size: 16px;
}

.increated-maps-legend-buttons .icon {
    margin-right: 10px;
    width: 41px;
    height: 41px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: top;
   /* transition: .3s ease background-position; */
}

.increated-maps-legend-buttons .icon.inactive {
    background-position: bottom;
}

.increated-maps-legend-buttons .icon.inactive.temp {
    opacity: 1;
}

.increated-maps-legend-buttons.disabled {
    pointer-events: none;
}

.increated-maps-map {
    box-shadow: 0px 0px 79px 0px rgba( 95, 96, 98, 0.5 );      
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.increated-maps-map.active {
    visibility: visible !important;
}

.increated-maps-map#increated-illustrated-map {
    background-image: url("./mapa-ilustrowana.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
}

@media (max-width: 767px) {
    .increated-maps-map#increated-illustrated-map {
        background-position: 68% center;
    }
	.increated-maps-legend-buttons {
    justify-content: left;
	-webkit-justify-content: left;
    padding: 17px 0 25px 20px;
	}
}

.gm-style div#bodyContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gm-style div#bodyContent img {
    margin-right: 5px;
}



@media(min-width: 1200px) {
    .increated-maps-legend-buttons-title {
        font-size: 21px;
        font-weight: bold;
    }    
    .increated-maps-legend-buttons>div {
        margin-right: 60px;
    }
}

@media(min-width: 1600px) {
    .increated-maps-map {
        right: 14%;
    }
}