.mc-widget
{
    position: relative;
}
.mc-widget .mc-button
{
    cursor: pointer;
}
#header .bottom .right-part .address
{
    display: inline-block;
    text-decoration: underline;
}
.mc-bg
{
    position: fixed;
    z-index: 770000;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.mc-widget .mc-popup
{
    display: none;
    position: absolute;
    z-index: 770077;
    right: 20px;
    margin-top: 50px;
    background: #fff;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #555;
}
.mc-widget .mc-popup::before
{
    content: '';
    position: absolute;
    right: 130px;
    top: -70px;
    border: 40px solid transparent;
    border-bottom: 40px solid #fff;
}
.mc-widget .mc-popup .heading
{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.1em;
    color: #00355D;
}
.mc-widget .mc-popup .left,
.mc-widget .mc-popup .right
{
    float: left;
    padding: 30px 40px;
    width: 400px;
}
.mc-widget .mc-popup-map-place
{
    width: 800px;
    height: 350px;
    overflow: hidden;
}
.mc-widget .mc-popup-map-place #mc-popup-map
{
    width: 100%;
    height: 100%;
}