#mapRussia {
    width: 525px;
    height: 400px;
    position: relative;
    background: 0% 0% no-repeat url('img/map-russia-en.jpg');
    margin: 50px auto 0;
}
#mapRussia img {
    position:  absolute;
    z-index: 100;
    top: 0;
    left: 0;
}
#mapRussia area {
    outline: none;
}

#mapRussia .item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#mapRussia .item .area {
    position: absolute;
    background-repeat: no-repeat;
    z-index: 10;
}
#mapRussia .item.hover .area {
    background-position: 0 0;
}
#mapRussia .item0 .area {
    width: 108px;
	height: 220px;
    background-image: url('img/area1.png');
    background-position: 0 220px;
    left: 208px;
	top: 56px;
}
#mapRussia .item1 .area {
    width: 87px;
    height: 61px;
    background-image: url('img/area2.png');
    background-position: 0 61px;
    left: 153px;
    top: 155px;
}
#mapRussia .item2 .area {
    width: 32px;
    height: 38px;
    background-image: url('img/area3.png');
    background-position: 0 38px;
    left: 117px;
    top: 171px;
}

#mapRussia .item3 .area {
    width: 16px;
    height: 16px;
    background-image: url('img/area3-4.png');
    background-position: 0 21px;
    left: 48px;
    top: 157px;
}
#mapRussia .item4 .area {
    width: 24px;
	height: 17px;
    background-image: url('img/area5-2.png');
    background-position: 0 16px;
    left: 28px;
	top: 147px;
}

#mapRussia .item .description {
    display: none;
    position: absolute;
    z-index: 12;
    width: 160px;
    border: 1px solid #0078dc;
    background: #ffffff;
}
#mapRussia .item.hover .description {
    display: block;
}
#mapRussia .item .description h4 {
    display: block;
    background: #0078dc;
    /* height: 40px; */
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding:5px;
}
#mapRussia .item .description p {
    display: block;
    color: #444444;
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
    padding: 10px 5px;
    margin: 0px 0px 0px 5px;
}

#mapRussia .item .line {
    position: absolute;
    z-index: 11;
    background-repeat: no-repeat;
}
#mapRussia .item.hover .line {
    background-position: 0 0;
}
#mapRussia .item0 .line {
    width: 72px;
    height: 35px;
    background-image: url('img/line1.png');
    background-position: 0 35px;
}
#mapRussia .item1 .line {
    width: 94px;
    height: 94px;
    background-image: url('img/line2.png');
    background-position: 0 94px;
}
#mapRussia .item2 .line {
    width: 51px;
    height: 67px;
    background-image: url('img/line3.png');
    background-position: 0 67px;
}
#mapRussia .item3 .line {
    width: 32px;
    height: 45px;
    background-image: url('img/line4.png');
    background-position: 0 45px;
}
#mapRussia .item4 .line {
    width: 42px;
    height: 31px;
    background-image: url('img/line5.png');
    background-position: 0 31px;
}