.schools-card-map {
    position: relative;
}

.schools-card-map .hint {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 15px;
    background-color: #005cb9;
    left: 50%;
    top: -20px;
    position: absolute;
    box-shadow: 3px 3px 0 0 #c3c8d5;
    transform: translate(-50%, 0);
    white-space: nowrap;
    display: none;
}

.schools-card-map .mark-item {
    display: none;
    position: absolute;
}

.schools-card-map .mark-item .frame {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 8px 0 rgb(31 40 84 / 35%);
    width: 250px;
    text-align: center;
    padding: 30px;
    margin-left: -125px;
    left: 50%;
    position: absolute;
    bottom: 80px;
}

.schools-card-map .mark-item .frame img {
    margin-bottom: 10px;
}

.schools-card-map .mark-item .frame .t a {
    color: #005cb9;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.schools-card-map .mark-item .nn {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
}

.btn-arr {
    width: 100%;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-color: #1f2854;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
}

.schools-card-map .mark-item .frame:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
}

.map svg {
    max-width: 100%;
    height: auto
}

.map-contry {
    fill: rgb(0, 92, 189);
    stroke: #fff;
    cursor: pointer;
    transition: 0.5s fill;
}

.map__circle {
    fill: #bf2919;
    stroke: #fff;
    stroke-width: 3px;
    pointer-events: none;
}

.map__name {
    fill: #FFF;
    font-weight: 500;
    pointer-events: none;
    font-size: 24px;
}

.map-contry:hover {
    fill: rgb(0, 62, 127)
}

.schools-card-map .hint {
    pointer-events: none;
}