.fancybox-container.fancybox-container--mobile-fullscreen .fancybox-content.pvz-map-mobile {
    padding-bottom: 0;
}
.pvz-map-mobile {
    height: 100%;
}
@media screen and (max-width: 1023px) {
    .delivery-map {
        height: 100%;
    }
}
.delivery-map__top {
    display: flex;
    align-items: baseline;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    background-color: #f7f9fe;
    background-color: var(--G-ghost-white);
    border: 1px solid #E9EAEC;
    border: 1px solid var(--G-color-gray-light);
    border-bottom: none;
}
@media screen and (max-width: 1023px) {
    .delivery-map__top {
        border-left: none;
        border-right: none;
    }
}
.delivery-map__top--show {
    display: flex;
}
.delivery-map__top-text {
    padding-left: 1.4375rem;
    color: #545658;
    color: var(--G-color-text-dark-light);
}
.delivery-map__top-text strong {
    color: #202527;
    color: var(--G-color-default);
}
.delivery-map__top-btn {
    margin-left: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.6;
}
.delivery-map__top-btn--back {
    display: flex;
    align-items: center;
    color: #202527;
    color: var(--G-color-default);
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 1.4375rem;
}
.delivery-map__top-btn--hide-mobile {
    display: none;
}
@media screen and (min-width: 1024px) {
    .delivery-map__top-btn--hide-mobile {
        display: inline-block;
    }
}
.delivery-map__top-btn--hide-desktop {
    display: inline-block;
}
@media screen and (min-width: 1024px) {
    .delivery-map__top-btn--hide-desktop {
        display: none;
    }
}
.delivery-map__top-btn .icons-pool--i-arrow-back-black {
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1023px) {
    .delivery-map__top-btn .icons-pool--i-arrow-back-black {
        width: 0.4375rem;
        height: 0.6875rem;
        background-size: contain;
    }
}
.delivery-map__box--bg {
    background-color: #FFF;
    background-color: var(--G-color-bg);
}
@media screen and (min-width: 1024px) {
    .delivery-map__box--border-partly {
        border: 1px solid #E9EAEC;
        border: 1px solid var(--G-color-gray-light);
        border-width: 1px 0 1px 1px;
    }
}
@media screen and (max-width: 1023px) {
    .delivery-map__box--border-bottom-adaptive {
        border-bottom: 1px solid #D1D1D1;
        border-bottom: 1px solid var(--G-color-gray-dark);
    }
}
.delivery-map__box--mb {
    margin-bottom: 1rem;
}
.delivery-map__box--mt-auto {
    margin-top: auto;
}
.delivery-map__box--pb-adaptive {
    padding-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
    .delivery-map__box--pb-adaptive {
        padding-bottom: 1.125rem;
    }
}
.delivery-map__box--pd {
    padding: 1rem 1.4375rem;
}
.delivery-map__box--special {
    border: 1px solid #E9EAEC;
    border: 1px solid var(--G-color-gray-light);
    overflow: hidden;
    overflow-y: auto;
    display: none;
}
@media screen and (min-width: 1024px) {
    .delivery-map__box--special {
        height: 28.3125rem;
        display: block;
    }
}
.delivery-map__box--special-descr {
    border: 1px solid #E9EAEC;
    border: 1px solid var(--G-color-gray-light);
    padding: 1.25rem;
    overflow: hidden;
    overflow-y: auto;
}
@media screen and (min-width: 1024px) {
    .delivery-map__box--special-descr {
        height: 23.5625rem;
        padding: 0.875rem 1.25rem;
    }
}
@media screen and (max-width: 1023px) {
    .delivery-map__box--special-descr {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}
.delivery-map__box--points-text.l-delivery-map__box {
    display: none;
}
@media screen and (min-width: 1024px) {
    .delivery-map__box--points-text.l-delivery-map__box {
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .delivery-map__box--mobile-filter {
        display: none;
    }
}
.delivery-map__box--mobile-filter .form-checkbox {
    display: none;
    margin-bottom: 1.25rem;
}
.delivery-map__box--mobile-filter .form-checkbox.is-visible {
    display: flex;
}
.delivery-map__box--mobile-filter button {
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}
.delivery-map__box--mobile-filter button.is-active {
    color: #202527;
    text-decoration: none;
}
@media screen and (min-width: 1024px) {
    .delivery-map__box--full-height .delivery-map__box--special-descr {
        height: 28.40625rem;
    }
}
.delivery-map__box--aside-mobile {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    height: calc(100% - 2.6875rem);
}
.delivery-map__chapter {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.353;
    padding-left: 1.3125rem;
}
@media screen and (min-width: 1024px) {
    .delivery-map__chapter {
        font-size: 1.375rem;
        line-height: 1.363;
        padding-left: 0;
    }
}
@media screen and (max-width: 1023px) {
    .delivery-map__chapter--mb-adaptive {
        margin-bottom: 0.6875rem;
    }
}
.delivery-map__chapter--mr {
    margin-right: 2.5rem;
}
.delivery-map__list-item {
    border-bottom: 1px solid #E9EAEC;
    border-bottom: 1px solid var(--G-color-gray-light);
}
.delivery-map__list-item:last-child {
    border-bottom: 0;
}
.delivery-map__map {
    position: relative;
    height: 100%;
}
@media screen and (max-width: 1023px) {
    .delivery-map__map {
        border-top: 1px solid #D1D1D1;
        border-top: 1px solid var(--G-color-gray-dark);
    }
}
@media screen and (min-width: 1024px) {
    .delivery-map__map {
        height: 31.125rem;
    }
}
.delivery-map__map > ymaps {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1024px) {
    .delivery-map__map > ymaps {
        position: relative;
    }
}
.delivery-map__point-action {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    padding: 0.8125rem 0.8125rem 0.8125rem 1.1875rem;
    text-align: left;
    transition: background-color 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: background-color var(--G-transition);
    width: 100%;
}
.delivery-map__point-action:hover {
    background-color: #f7f7f7;
}
.delivery-map__text {
    font-size: 0.875rem;
    line-height: 1.571;
}
.delivery-map__text--bold {
    font-weight: 600;
}
.delivery-map__text--block {
    display: block;
}
.delivery-map__text--large {
    font-size: 0.9375rem;
}
.delivery-map__text--light {
    color: #545658;
    color: var(--G-color-text-dark-light);
}
.delivery-map__text--mb-tiny {
    margin-bottom: 0.25rem;
}
.delivery-map__text--one-line {
    line-height: 1;
}
.delivery-map__text--small {
    font-size: 0.8125rem;
}
.delivery-map__text b {
    font-weight: 600;
}
.delivery-map__text p {
    margin-bottom: 0.3125rem;
}
.delivery-map__text p.large {
    margin-bottom: 0.625rem;
}
.delivery-map__bottom-wrap {
    border: 1px solid #E9EAEC;
    border: 1px solid var(--G-color-gray-light);
    border-top: none;
    padding: 1.5rem 1rem 2.125rem;
    background-color: #FFF;
    background-color: var(--G-color-bg);
}
@media screen and (min-width: 1024px) {
    .delivery-map__bottom-wrap {
        padding: 1rem 1.875rem;
    }
}
@media screen and (max-width: 1023px) {
    .delivery-map__bottom-wrap {
        border-top: 1px solid #E9EAEC;
        border-top: 1px solid var(--G-color-gray-light);
        border-left: none;
        border-right: none;
        margin-top: auto;
    }
}
@media screen and (max-width: 1023px) {
    .delivery-map__bottom-btn {
        padding-top: 1.4375rem;
        padding-bottom: 1.4375rem;
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 1024px) {
    .delivery-map__bottom-btn span {
        display: none;
    }
}
.l-delivery-map__box {
    display: flex;
}
@media screen and (min-width: 1024px) {
    .l-delivery-map__boxW32p {
        width: 32%;
    }
}
.l-delivery-map__boxW68p {
    height: 100%;
}
@media screen and (min-width: 1024px) {
    .l-delivery-map__boxW68p {
        width: 68%;
        height: auto;
    }
}
.l-delivery-map__box--adaptive {
    display: block;
    height: calc(100% - 2.6875rem);
}
@media screen and (min-width: 1024px) {
    .l-delivery-map__box--adaptive {
        display: flex;
        height: auto;
    }
}
.l-delivery-map__box--items-centered-v {
    align-items: center;
}
.l-delivery-map__box--column {
    flex-flow: column;
}
.m-delivery-map__btn-action--ml {
    margin-left: 1.5rem;
}
.zoom-btns {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
}
.zoom-btns__btn {
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    background-color: var(--G-color-bg);
    cursor: pointer;
    transition: background 0.25s linear;
}
.zoom-btns__btn:hover {
    background-color: #f4f4f4;
    background-color: var(--G-lighthouse);
}
.zoom-btns__plus {
    height: 1.9375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.125rem 0.125rem 0 0;
}
.zoom-btns__plus svg {
    width: 0.8125rem;
    height: 0.8125rem;
}
.zoom-btns__minus {
    border-radius: 0 0 0.125rem 0.125rem;
}
.zoom-btns__minus svg {
    width: 0.6875rem;
    height: 0.6875rem;
}
.delivery-map-descr {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #202527;
    color: var(--G-color-default);
}
.delivery-map-descr__bold {
    font-weight: 600;
    margin-bottom: 0.3125rem;
}
.delivery-map-descr__bold--top {
    margin-bottom: 0.6875rem;
}
.delivery-map-descr__text {
    margin-bottom: 0.3125rem;
}
.delivery-map-descr__text:empty {
    margin-bottom: 0;
}
.delivery-map-descr__text--mb {
    margin-bottom: 0.6875rem;
}
.delivery-map-descr__small {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
}
@media screen and (min-width: 1024px) {
    .delivery-map-descr__small {
        font-size: 0.8125rem;
    }
}
.delivery-map-descr__small--mb {
    margin-bottom: 0.875rem;
}