.hidden {
    display: none;
}

.highlighted {
    color: red;
}

.oblast {
    stroke-width: 1;
    stroke: #19164b;
}

.region:hover {
    fill: #FAFAFA;
}

.region-hover {
    fill: #FAFAFA;
}

.card-white {
    width: 100%;
    border-width: 3px;
    border: 2px solid #323ea0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    line-height: normal;
    padding: 10px 0;
}

.card-blue {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #323ea0;
    border: 2px solid #323ea0;
    color: #ffffff;
    width: 100%;
    padding: 5px;
}

.card-white p {
    margin-bottom: 5px;
}

.card-white p:last-child {
    margin-bottom: 0;
}

.card-white br {
    display: none;
}

.card-blue:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.cancel {
    float: right;
}

@media (min-width: 1024px) {
    #pop-up {
     position: absolute;
    }
}

#pop-up {
    display: none;
    white-space: normal;
    z-index: 9999;
    line-height: 1.3;
}

.popup-text {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
}

strong {
    color: #4d4d4d;
}

.uppercase {
    color: #ffffff;
}

.small {
    font: 7px sans-serif;
    fill: #000000;
    stroke: #323ea0;
}

.very-small {
    font: 5px sans-serif;
   fill: #000000;
   stroke: #0000;
}

#subregions {
    fill: #eeeeee;
    stroke: #ffffff;
    stroke-width: 0.5;
}

#regions {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
}

circle {
    fill: #cccccc;
    stroke: none;
}



.region {
    cursor: pointer;
}




