/* ApiShip PVZ modal */
.apiship-pvz-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10050;
}

.apiship-pvz-modal.is-open {
    display: block;
}

.apiship-pvz-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.55);
}

.apiship-pvz-modal__dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(1100px, calc(100% - 24px));
    height: min(720px, calc(100% - 24px));
    margin: 12px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.apiship-pvz-modal__header,
.apiship-pvz-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid #ececec;
}

.apiship-pvz-modal__footer {
    border-bottom: 0;
    border-top: 1px solid #ececec;
}

.apiship-pvz-modal__title {
    font-size: 18px;
    font-weight: 600;
}

.apiship-pvz-modal__close {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

.apiship-pvz-modal__toolbar {
    padding: 12px 18px;
    border-bottom: 1px solid #ececec;
}

.apiship-pvz-modal__search {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin-bottom: 10px;
}

.apiship-pvz-modal__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.apiship-pvz-filter {
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
}

.apiship-pvz-filter.active {
    background: #111;
    border-color: #111;
    color: #fff;
}

.apiship-pvz-modal__body {
    display: grid;
    grid-template-columns: 340px 1fr;
    min-height: 0;
    flex: 1;
}

.apiship-pvz-modal__list {
    overflow: auto;
    border-right: 1px solid #ececec;
    background: #fafafa;
}

.apiship-pvz-modal__map {
    min-height: 360px;
}

.apiship-pvz-item {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #ececec;
    background: transparent;
    padding: 12px 14px;
    cursor: pointer;
}

.apiship-pvz-item:hover,
.apiship-pvz-item.active {
    background: #fff;
}

.apiship-pvz-item.active {
    box-shadow: inset 3px 0 0 #111;
}

.apiship-pvz-item__provider {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    margin-bottom: 2px;
}

.apiship-pvz-item__name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.apiship-pvz-item__address,
.apiship-pvz-item__time {
    font-size: 13px;
    color: #555;
}

.apiship-pvz-empty {
    padding: 24px 16px;
    color: #777;
    font-size: 14px;
}

.apiship-pvz-modal__selected {
    font-size: 14px;
    color: #333;
    max-width: 65%;
}

.apiship-pvz-modal__confirm:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

body.apiship-pvz-open {
    overflow: hidden;
}

.pvzbtn.error {
    outline: 2px solid #df151e;
}

@media (max-width: 900px) {
    .apiship-pvz-modal__dialog {
        height: calc(100% - 12px);
        margin: 6px auto;
        border-radius: 10px;
    }

    .apiship-pvz-modal__body {
        grid-template-columns: 1fr;
        grid-template-rows: 42% 58%;
    }

    .apiship-pvz-modal__list {
        border-right: 0;
        border-bottom: 1px solid #ececec;
    }

    .apiship-pvz-modal__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .apiship-pvz-modal__selected {
        max-width: 100%;
    }
}
.ozon_delivery_notification {
    display: none;
    width: 100%;
    margin: 0 0 1.2rem;
}

.ozon_delivery_notification.is-visible {
    display: block;
}

.custom-order-delivery-pvz__option--office.is-city-unavailable {
    display: none !important;
}