.hidden {
    visibility: hidden;
}

.invisible {
    opacity: 0;
}

.results-2016-world {
    height: 615px;
    border: 1px solid rgba(30,30,30 , 0.2);
    padding: 0px;
    position: relative;
    background: #FBFBFB;
    margin-bottom: 40px;
    margin-top: 30px;
}

.results-2016-world-title {
    position: absolute;
    top: 30px;
    left: 45px;
    font: normal 16px/18px a;
    font-family: inherit;
    color: #777;
}

.results-2016-world-point {
    background-size: cover;
    width: 22px;
    height: 35px;
    position: relative;
}

.results-2016-world-point:hover {
    width: 25px;
}

.results-2016-world-point_text {
    font-kerning: 1px;
    color: black;
    position: relative;
    top: 33px;
    left: -8px;
    text-shadow: 0px 0px 3px white;
    visibility: visible !important;
}

.results-2016-world-point_span {
    color: white;
    font-size: 24px;
    font-family: inherit;
    top: 29px;
    left: -7px;
    z-index: -1;
}

.results-2016-world-point_margin {
    margin-top: 10px;
}

.results-2016-world-map {
    width: 100%;
}

.mapPointOrange {
    border: 1px solid red;
}

.results-2016-world path {
    stroke: #84A9C6;
}

circle {
    fill: red;
}

.results-2016-world .path_anim {
    fill: none;
    stroke: #FFC842;
}

.results-2016-world .path_anim_dash {
    stroke: white;
    z-index: 100;
    overflow: hidden;
}

.results-2016-world .path_anim_blue {
    stroke: #a0ecff;
}

.results-2016-world .path_anim_orange {
    stroke: orange;
}

.results-2016-world .path_anim_blue_bold {
    stroke: #FBC747;
}

.map-navigation-link {
    font-size: 20px;
    color: #3B8AC1;
    font-weight: bold;
    cursor: pointer;
}

/* блок легенд карты мира */
.country_legends {
    display: block;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1198px) {
    .country_legends {
        margin-bottom: 40px;
    }
}

.main-legends-header {
    margin-top: -0.8rem;
    margin-bottom: 1.4rem;
    padding-top: 1rem;
    color: #111;
    font: 700 2.4rem/1.2 a;
    font-family: inherit;
    text-align: left;
}

@media only screen and (min-width: 1198px) {
    .main-legends-header {
        margin-top: -9px;
        margin-bottom: 19px;
        font-size: 3rem;
    }
}

.main-legends-block--item {
    display: inline-block;
    margin: 0 4px;
    border-bottom: 1px solid #333;
    line-height: 1;
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
}

.main-legends-block--color {
    width: 5px;
    height: 5px;
    background-color: #ffaa00;
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}

.main-legends-block--name {
    display: inline-block;
    width: auto;
    margin: 2px 2px 2px 6px;
}

/* подчеркивания */
.main-legends-block--item__active,
.main-legends-block--item:hover {
    border-bottom: none;
}

/* блок легенд карты мира end */
