.footer {
    background-color: var(--color-text);
    color: #fff;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer__wrap {
    display: flex;
}

.footer__map-wrap {
    width: 100%;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
}



.footer__map {
    z-index: 1;
    height: 100%;
    position: relative;
    background-color: #efefef;
    border: 2px solid #fff;
    border-width: 2px 0;
}

.footer__map:before {
    z-index: -1;
    content: "Карта загружается...";
    color: #e0e0e0;
    font-size: 1rem;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer__map iframe {
    width: 100%;
    height: 100%;
}

.footer__content {
    width: 425px;
    min-width: 425px;
    margin-left: 15px;
    font-size: .8em;
    padding: 25px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}

.footer__data {
    line-height: 24px;
}

.footer__data h5 {
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer__data div {
    margin-bottom: 5px;
}

.footer__phone {
    position: relative;
}

.footer__phone .btn {
    position: absolute;
    left: 150px;
    top: 0;
}

.footer__logo {
    height: 55px;
    margin: 80px auto 0;
}

.footer__logo img {
    margin-left: auto;
    margin-right: auto;
}

.footer__socials {
    margin-top: 30px;
}
.political{
	display:flex;
	gap:20px;
	font-size: 11px;		
	justify-content: center;
	margin: 50px 0 20px;
}
@media screen and (max-width: 1023px) {
    .footer__wrap {
        flex-direction: column;
    }

    .footer__map-wrap {
        min-height: 1px;
        height: 300px;
        margin-bottom: 20px;
    }

    .footer__content {
        width: 100%;
        min-width: none;
        margin-left: 0;
    }

    .footer__logo {
        margin-top: 10px;
    }

}

@media screen and (max-width: 991px) {
    .footer {
        margin-top: 0;
        padding-top: 40px;
        background: none;
    }

    .footer .container {
        display: none;
    }
}