.maps {
    z-index: 1;
    float: left;
    position: relative;
    width: 100%;
    height: 564px;
}

.contact_maps {

}

.contact_maps H1 {
    color: #000000;
    font: 45px/45px "Exo2-BlackItalic";
    left: 141px;
    position: absolute;
    text-align: center;
    top: 20px;
    z-index: 1;
}

.contact_maps .adress {
    margin: 24px 0 0;
    padding: 111px 0 0;
    width: 380px;
    height: 285px;
    background: url("../images/map_info.png") no-repeat scroll 0 0 transparent;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    left: 76px;
    top: 71px;
    position: absolute;
    z-index: 1;
}

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

    .write_to_us {
        z-index: 1;
    }

    .maps {
        margin: 0 0 132px;
    }

    .contact_maps H1 {
        left: 0;
        top: 78px;
        width: 100%;
    }

    .contact_maps .adress {
        left: 50%;
        top: 415px;
        margin: 0 0 0 -190px;
    }
}

.contact_maps .adress P {
    padding-bottom: 22px;
    line-height: 22px;
    text-align: center;
}

.contact_maps .adress SPAN {
    color: #0193db;
}

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

    .maps {
        margin: 0 0 132px;
    }

    .contact_maps H1 {
        left: 0;
        top: 135px;
        width: 100%;
    }

    .contact_maps .adress {
        left: 50%;
        top: 520px;
        margin: 0 0 0 -140px;
        padding: 111px 0 0;
        width: 280px;
        height: 185px;
    }
}