footer {
    width: 100%;
    /*height: 300px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-weight: 700;*/
    /*font-size: 4rem;*/
    color: white;
    /*background: #BBDEFB;*/
    /*outline: 1px solid red;*/
    background: black;
}
.footer__content {
    margin: 50px;
    display: flex;
    /*grid-template-columns: 1fr 1fr;*/
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /*outline: 1px solid red;*/
}
.footer__text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer__logo {
    max-width: 40%;
}
.footer__address {
    margin: 10px;
}
.footer__phones {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}










.footer__map {
    /*outline: 1px solid red;*/
}
.footer__map * {
    border-radius: 25px;
}

