.wrap-maps{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:30px;
}
.map-info{
    height: 0px;
   /* display: flex;
    flex-direction: column;
    align-items: end;*/
}
.map-row{
   /* display: flex;
    flex-direction: column;
    width: 33%;
    min-height: 300px;*/

   display: none;
    opacity: 0;
    width: 95%;
    max-width: 70%;
    height: fit-content;
    padding: 40px 20px 20px 20px;
    border-radius: 4px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    text-align: center;


}
.map__item{
    display: flex;
    width: 100%;
    gap:10px;
}
.map-item{
    min-height: 400px;

}
.www{
    border:1px solid red;
}
.link_email{
    text-decoration: none;
    color:black;
}
@media (max-width: 1000px) {
    .wrap-maps{
        flex-direction: column;
        gap: 20px;
    }
    .map-row{
        width:100%;
    }
.map-row{
  
    width: 95%;
    max-width: 95%;
  


}
}