#map {
    height: calc(100vh - 148px);
    z-index: 1;
}

.wrapper {
    position: relative;
}

.leaflet-container {
    font-family: inherit !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
}

.leaflet-popup-content {
    width: 400px !important;
    box-sizing: border-box;
}

.map__popup {
    display: flex;
    flex-direction: column;
}

.map__popup-data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.map__popup h2 {
    font-size: 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.map__popup-price {
    margin: 0 !important;
}

.map__popup-price:last-child {
    margin: 0 !important;
}


.map__popup-price strong {
    font-size: 20px;
}

.map__popup-price span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

.map__popup-stats {
    width: 100%;
    min-height: 200px;
}

.map__popup-description {
    margin-top: 10px;
    font-size: 12px;
}

.map__popup icon-svg {
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    transform: rotate(270deg);
}

.map__popup icon-svg svg path {
    stroke: #de0303;
}

.nafta {color: #32bb9d}
.naftap {color: #48a6d9}
.gasoil {color: #f3bc47}
.gasoilp {color: #e85242}

/* Mobile */
@media (max-width: 450px) {
    .leaflet-control-container {
        display: none;
    }

    .leaflet-popup-content {
        width: 260px !important;
    }

    .map__popup-stats {
        min-height: 120px;
    }

    .map__popup-data > * {
        flex: 1 0 50%;
    }
}