@media print {
    body div{display: none;}

    body #map{
        display: block;
    }
}

.wrapper {
    margin: 0 auto;
    width: 800px;
    position: relative;
}

.wrapper h1{
    font-family: 'Open Sans Condensed', sans-serif;
    color: #206292;
    font-size: 28px;
    float: left;
}
.wrapper .region ul{
    float: left;
}
.region ul{
    float: left;
    list-style: none;
}

#map_cont {
    position: relative;
    width: 100%;
    height: 450px;
    text-align: center;
}

#map {
    clear: both;
    width: 100%;
    max-height: 450px;
    margin: 0 auto;
    border: 3px solid #979797;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(174, 174, 174, 0.50); /* Параметры тени */
}

.point {
    position: absolute;
    display: none;
    padding: 10px 15px;
    background: #7BB9F0;
    font-size: 10px;
    font-weight: bold;
    -moz-border-radius: 8px;
}

.point .close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    outline: none;
    background: url(../img/close.png) no-repeat;
}

.point img {
    vertical-align: middle;
    margin-right: 10px;
    width: 50px;
    height : 40px;
}

a img {
    border: none;
}

.zoom{
    position: absolute;
    padding: 10px;
    width: 42px;
    color: #ccc;
    z-index: 2;
}

.zoom:after{
    content: '';
    display: block;
    clear: both;
}

.zoom #plus, .zoom #minus{
    display: block;
    height: 42px;
    width: 42px;
}

.zoom #plus i{
    font-size: 42px;
}


.zoom #minus i{
    font-size: 42px;
}



#form_map{
    width: 610px;
    padding: 10px;
    float: right;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
#form_map fieldset{
    border: 1px solid rgba(25, 35, 43, 0.15);
    padding: 5px;
    background-color: rgba(25, 35, 43, 0.05);
}
#form_map input[type=submit]{
    float: right;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
}


#to_month select option:nth-of-type(2n+1){
    background-color: rgba(155, 195, 232, 0.36);
}

#form_map select option:nth-of-type(2n+1){
    background-color: rgba(155, 195, 232, 0.36);
}
#region_from select option:nth-of-type(2n+1){
    background-color: rgba(155, 195, 232, 0.36);
}
#region_to select option:nth-of-type(2n+1){
    background-color: rgba(155, 195, 232, 0.36);
}
.map svg { height: 100%; width: 100%; }

.infographics .margin-bottom {
    margin-bottom: 1em;
}