﻿.wrapper_Kyiv {
    margin-left: 50px;
    margin-top: 210px;
    width: 900px;
    position: absolute;

}

#map_Kyiv {

    border: 0px solid red;
    position: absolute;

    z-index: 99999;
}

.point_Kyiv {
    position: absolute;

    padding: 10px 15px;
    background: #7BB9F0;
    font-size: 14px;
    font-weight: bold;
    -moz-border-radius: 8px;
    z-index: 999999;
    border-radius: 8px;

}

.point_Kyiv .close_Kyiv {

    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    outline: none;
    background: url(../img/close.png) no-repeat;
    z-index: 999999;
}

.point_Kyiv img {
    vertical-align: middle;
    margin-right: 10px;
}

a img {
    border: none;
}

@font-face {
    font-family: "Globus";
    src: url("Globus.ttf");
}

.font {
    border: 0px solid;
    font-family:MTCORSVA;
    font-size: 25px;
    float: right;

    height: 80px;
    color: #FFBB00;
    text-shadow: 2px 2px 3px #00002E;
    text-align: center;

    display: table-cell;
    vertical-align: middle;
}

.font_kyiv {
    border: 0px solid;
    font-family:MTCORSVA;
    font-size: 25px;
    float: right;
    padding-top: 20px;
    height: 60px;
    color: #FFBB00;
    text-shadow: 2px 2px 3px #00002E;
    text-align: center;

}

#fade {
    display: none; /* ������ �� ��������� */
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}


