.wp-block-image {
    margin-bottom: 29px;
}
.wp-block-image img {
    display: block;
    width: 100%;
}
.delivery__map-point:hover {
    z-index: 2;
}
.options:not(.options_active) {
    display: none;
}
.menu-item-420 {
    opacity: 0;
}
.menu-item-406.current-menu-item>a:not(:hover):after,
.menu-item-407.current-menu-item>a:not(:hover):after,
.menu-item-408.current-menu-item>a:not(:hover):after,
.menu-item-409.current-menu-item>a:not(:hover):after,
.menu-item-411.current-menu-item>a:not(:hover):after,
.menu-item-413.current-menu-item>a:not(:hover):after,
.menu-item-415.current-menu-item>a:not(:hover):after,
.menu-item-402.current-menu-parent>a:after,
.menu-item-403.current-menu-item>a:not(:hover):after {
    width: 0 !important;
}
.projects,
.of-block {
    position: relative;
}
.anchor {
    position: absolute;
    left: 0;
    top: calc(-1 * (var(--header-height) + 20px));
}
@media (max-width: 1099px) {
    .delivery__map-wrapper {
        overflow-x: auto;
        margin-left: calc(-1 * var(--layout-padding));
        margin-right: calc(-1 * var(--layout-padding));
    }
    .delivery__map-wrapper::-webkit-scrollbar {
        display: none;
    }
    .nav>.menu-item.menu-item-has-children>a:after {
        width: 12px !important;
    }
}