.whiteborder {
    background-color: #FFF;
    border-radius: 10px;
}

div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h4 {
    text-align: center;
    font-weight: bold;
}

h3 {
    text-align: center;
    font-weight: bold;
}

p {
    text-align: justify;
}

/*
a.homepagelinks {
    text-decoration: underline;
}
a.homepagelinks:hover {
    text-decoration: none;
}

a:hover {
    color: white; text-decoration: underline;
}
*/


.icon{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    border-radius: 5px;
    margin-right: 5px;
}

.map_t {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0px;
    padding-right: 0px;

}

.map_t-map {

    margin: 10px;
    min-width:350px;

    width: calc(50% - 20px);
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
}

.map_t-body {

        position: relative;

    min-width:350px;
    margin: 10px;


    vertical-align: top;
    text-align: left;
    width: calc(50% - 20px);
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
    height: 100%;
    font-size:17px;

}

.map__body-items-l {
    float: left;
    width: 48%;



}

.map__body-items-r {
    float: right;
    width: 48%;

}

.map__body-item {
    margin: 10px;

}

.map__body-item-r {
    margin: 10px;

}

.map__body-item-rn {

  position: absolute; /* 🧲 Магнит для нижней границы */
  bottom: 10px;
}

.map__body-item-caption {
    padding: 0px;

}

/* VERTICAL MENU */

.vertical-menu {
    width: 100%; /* Set a width if you like */
}

.vertical-menu a {
    background-color: white; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    text-decoration: none; /* Remove underline from links */
    border-radius: 5px;
    padding: 8px;
    margin: 8px;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
}

.vertical-menu a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
    background-color: red; /* Add a green color to the "active/current" link */
    color: white;
}

/* END VERTICAL MENU */
