#map {
    padding-top: 150px;
}

#map2 {
    margin-top: 15px;
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
}


form select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    color: var(--main-darkblue-color);
    border-radius: 0;
    border: none;
    border-bottom: 2px solid var(--main-darkblue-color);
    height: 39px;
    cursor: pointer;
}

form.checkbox label:before {
    cursor: pointer;
}

.rightside {
    display: none;
}

.rightside.active {
    display: block;
}

form select:focus {
    outline: none;
}

.news--box img {
    height: 150px;
}

table td {
    min-width: 100px;
}