body{
    text-shadow: none;
}
a, a:hover, a:visited, a:active {
    border: medium none;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
.vfix {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
}
.content_vfix{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.wrapper_address #page{
    padding: 0px;
}
.wrapper_address .container_map{
  width: 1001px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.sidebar_address{
    position: absolute;
    width: 350px;
    left: -350px;
    top: 0px;
}

.container_map .block_map{
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 350px;
    width: 100%;
    height: 720px;
}
.container_map .map_canvas{
    width: 100%;
    height: 100%;
}
.map_info{
    width: 350px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0b0a1c;
    height: 720px;
    overflow-y: overlay;
}
.map_info .rov_map{
    height: 90px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 30px;
    font-size: 0px;
    position: relative;
    box-shadow: 0px 1px 0px 0px #484848;
    cursor: pointer;
}
.map_info .rov_map:last-child{
    box-shadow: none;
}
.map_info .rov_map:hover,
.map_info .rov_map.active{
    background: #ffffff;
    box-shadow: none;
}
.map_info .rov_map:hover:after,
.map_info .rov_map.active:after{
    content: '';
    background: url(../../images/arrow_1.jpg);
    position: absolute;
    width: 8px;
    height: 14px;
    right: 40px;
    top: 50%;
    margin-top: -7px;
}
.map_info .rov_map .text_info{
    font:13px/16px 'Arimo';
    color: white;
}
.map_info .rov_map .text_info span{ 
    font-weight: bold;
    text-transform: uppercase;
}
.map_info .rov_map:hover .text_info,
.map_info .rov_map.active .text_info{
    color: #0b0a1c;
}
.top_title{
    min-height: 170px;
    background: white;
    width: 100%;
    text-align: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding: 25px 0 15px;
}
.top_title .title{
    font-size: 48px;
    color: black;
    line-height: 48px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.top_title .description{
    font-size: 15px;
    color: black;
    line-height: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}
.city_container{
    display: table;
    list-style: none;
}
.city_container li{
    float: left;
    margin-bottom: 5px;
}
.city_container li a{
    display: block;
    line-height: 35px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding: 0px 15px;
    background: transparent;
    color: #000000;
    font-size: 14px;
    position: relative;
}
.city_container li a:after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    margin-left: -8px;
}
.city_container li a.activeCity:after,
.city_container li a:hover:after{
    border-top: 8px solid #00ACEF;
}
.city_container li a.activeCity,
.city_container li a:hover{
    background: #00ACEF;
    color: #fff;
}
.container_map-wrap {
    background: #f5f5f5;
}

@media screen and (max-width: 800px) {

    .container_map .block_map {
        display: flex;
        flex-direction: column;
    }

    .container_map .map_info {
        order: 1;
    }

    .container_map .map_canvas {
        order: 2;
    }

    .container_map .block_map,
    .container_map .map_canvas,
    .container_map .map_info {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        min-height: 750px;
    }

}
