.contact-us-yandex-map {
    width: 100%;
}

.contact-us-yandex-map__button {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.contact-us-yandex-map__image {
    display: block;
    width: 100%;
    height: auto;
}

.contact-us-yandex-map__trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.contact-us-map-modal {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.75);
}

.contact-us-map-modal[hidden] {
    display: none;
}

.contact-us-map-modal__content {
    position: relative;
    width: min(1200px, 100%);
    max-height: 100%;
}

.contact-us-map-modal__image {
    display: block;
    width: 100%;
    max-height: calc(100vh - 48px);
    object-fit: contain;
}

.contact-us-map-modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #1b1b1b;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

body.contact-us-map-modal-open {
    overflow: hidden;
}
