.maps{
    background:  #9BB088;
    position: relative;
    color: #FCFFF9;
}
.contacts-map{

    width: 300px;
    height: 400px ;
    position: absolute;
    top: 215px;
    left: calc(50% - 400px);

    background:  rgba(155,176,136,0.7);
    padding: 50px 20px 20px 20px;
}

.maps h3 {
    margin-bottom: 20px;
}

.partner{
    height: 500px;
    color: #487660;
}
.map{ max-width: 1000px;
    width: 100%;
    height: 520px !important;

}
.contacts-map a {

    text-decoration: none;
    color: #FCFFF9;

}

@media (max-width: 1000px)  {
    .contacts-map {
        top:250px;
        left: calc(50% - 450px);

    }


}