.footer_copyright__wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ya-map {
    width: 100%;
    height: 800px;
}

@media screen and (max-width: 1024px) {
   .ya-map {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
   .ya-map {
        height: 250px;
    }
}