.delivery-map {
    min-height: 860px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.delivery-map_wrapper {
    height: inherit;
    width: inherit;
    position: relative;
    padding: 25px 30px 30px;
    box-sizing: border-box;
    background-color: transparent;
}

.delivery-map__close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    border: 0;
}

.delivery-map__title {
    display: block;
    font-size: 26px;
    line-height: 27px;
    letter-spacing: -0.6px;
    color: #474243;
    font-weight: bold;
    margin-bottom: 15px;
}

.delivery-map__filter {
    display: flex;
}

.delivery-map__filter-item {
    margin-right: 15px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] ~ .checkbox-label {
    padding: 15px 22px 10px 15px;
    border-radius: 3px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}

.checkbox-label_inner__wrapper, .delivery-map__point-title {
    display: flex;
}

.item-title {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #474243;
    flex-grow: 1;
}

.item-title_bold {
    font-weight: bold;
}

.item-img {
    height: 19px;
    width: 19px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.item-desc-right {
    font-size: 13px;
    letter-spacing: -0.3px;
    color: #474243;
    line-height: 22px;
}


.item-description {
    display: table;
    padding-left: 29px;
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.3px;
    color: #939c3e;
}

.item-desc-right_color {
    letter-spacing: -0.4px;
    color: #7b7676;
}

input[type="checkbox"]:checked ~ .checkbox-label {
    border: solid 1px #ffbb00;
    background-color: #fff6de;
}

input[type="checkbox"]:checked ~ .checkbox-label .item-title {
    font-weight: bold;
}

.delivery-map__data {
    margin-top: 13px;
    display: flex;
}

.delivery-map__map {
    width: 920px;
    height: 690px;
    box-sizing: border-box;
}

.delivery-map__column-points {
    width: 310px;
    height: 690px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 13px;
}

.delivery-map__point {
    width: 100%;
    padding: 12px 20px 15px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    cursor: pointer;
}

.delivery-map__point--grid:last-of-type {
    margin-bottom: 0;
}

.delivery-map__point:hover {
    background-color: #f8f4ef;
}

.delivery-map__point-desc {
    border-top: 1px solid #ede7e0;
    border-bottom: 1px solid #ede7e0;
    padding: 7px 0;
    margin: 9px 0 7px;
}

.delivery-map__text {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
}

.delivery-map__text:last-of-type {
    margin-bottom: 0;
}

.delivery-map__text_green-bold {
    font-weight: bold !important;
    color: #939c3e !important;
}

.delivery-map__text-info {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.3px;
    color: #7b7676;
}

.delivery-map__show-more_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 1px;
}

.delivery-map__show-more {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 1px 0 0 #757a3b;
    background-color: #939c3e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 40px;
    line-height: 33px;
}
.btn-sm.delivery-map__show-more{
	font-size: 12px;
	padding: 8px 10px;
	line-height: 1;
	height: auto;
}
.delivery-map__show-more:hover {
    color: #fff;
}

.delivery-map__points-content ::-webkit-scrollbar {
    width: 7px;
}

.delivery-map__points-content ::-webkit-scrollbar-thumb {
    border-radius: 3.5px;
    background-color: #808080;
}

.color-circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: 5px;
    vertical-align: middle;
}

.color-circle_purple {
    background-color: #875bc1;
}

.delivery-map__point-title_detail {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.item-img_detail {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}

.item-title_detail {
    font-size: 22px;
    line-height: 23px;
    font-weight: bold;
}

.item-description_detail {
    font-size: 15px;
    color: #7b7676;
    padding-left: 0;
}

.delivery-map__text-info_detail {
    font-size: 15px;
    line-height: 15px;
    color: #474243;
    margin-bottom: 10px;
}

.delivery-map__text-info_detail--address {
    font-weight: bold;
}

.delivery-map__text-info_detail:last-of-type {
    margin-bottom: 3px;
}

.delivery-map__img_detail {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.delivery-map__img_detail:last-of-type {
    margin-right: 0;
}

.item-img_info {
    height: 100%;
    width: 145px;
    margin-right: 10px;
}

.delivery-map__text-info_title {
    display: block;
    font-weight: bold;
}

.delivery-map__text-info_text {
    line-height: 1.4;
}

.delivery-map__show-more_detail {
    justify-content: space-between;
    align-items: center;
}

.delivery-map__other-btn {
    display: table;
    text-decoration: underline;
}

.multiselect-native-select {
    display: none;
}

.delivery-map__show-more_fixed-bottom {
    display: none;
}

.delivery-map__point[data-visible-map="true"] {
    display: block;
}

.delivery-map__point[data-visible-map="false"] {
    display: none;
}

.delivery-map__filter-open--mobile {
    display: none;
}

.visible-mobile {
    display: none;
}

@media screen and (min-width: 1400px) {

    .delivery-map {
        width: 1310px;
    }

}

@media (max-width: 1399px) and (min-width: 1025px) {

    .delivery-map {
        width: 935px;
    }

}

@media (max-width: 1024px) {

    .delivery-map {
        box-shadow: none;
        min-height: auto;
        height: 100%;
        width: 100%;
        border-radius: unset;
    }

    .fancybox-wrap {
        top: 0 !important;
        left: 0 !important;
    }

    .fancybox-wrap, .fancybox-inner, .fancybox-skin {
        width: 100% !important;
        height: 100% !important;
        background-color: #ffffff !important;
    }

    .delivery-map__filter {
        overflow-x: auto;
    }

    input[type="checkbox"] ~ .checkbox-label {
        width: 298px;
    }

    .delivery-map__filter-item:first-of-type input[type="checkbox"] ~ .checkbox-label {
        width: auto;
    }

    .delivery-map__data {
        margin-top: 20px;
    }

    .delivery-map__map, .delivery-map__column-points {
        height: 593px;
    }

    .delivery-map__map {
        overflow: hidden;
    }

    .delivery-map__column-points--detail {
        height: auto;
        width: auto;
        padding: 0;
    }

    .delivery-map__column-points--inner {
        height: 539px;
        width: 310px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .delivery-map__column-points--inner, .delivery-map__show-more_detail {
        padding-left: 20px;
        padding-right: 13px;
    }

}

@media (max-width: 768px) {

    .delivery-map_wrapper {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 28px;
    }

    .delivery-map__data {
        display: block;
    }

    .delivery-map__map {
        width: 100%;
        height: 434px;
        overflow: hidden;
    }

    .delivery-map__column-points {
        min-width: auto;
        width: 100%;
        height: auto;
        overflow-y: hidden;
        margin-top: 25px;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        position: relative;
    }

    .delivery-map__point--wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .delivery-map__point {
        width: 48%;
        margin-bottom: 20px;
    }

    .delivery-map__title {
        margin-bottom: 15px;
        font-size: 26px;
        letter-spacing: -0.6px;
    }

    .delivery-map__show-more_fixed-bottom {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.07);
        height: 60px;
        width: 100%;
        background-color: #fff;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .visible-desktop {
        display: none;
    }

    .delivery-map__show-more {
        font-size: 16px;
    }

    .delivery-map__show-more_fixed-bottom .delivery-map__show-more_wrapper {
        margin-bottom: 0;
        height: 100%;
    }

    .delivery-map__show-more_wrapper {
        margin-top: 0;
    }

    .delivery-map__column-points--inner {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .delivery-map__point-title_detail {
        display: block;
    }

    .item-title_detail {
        vertical-align: middle;
    }

    .item-description_detail {
        padding-left: 40px;
    }

    .delivery-map__chose-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% - 60px);
        margin: auto;
    }

}

@media (max-width: 425px) {

    .delivery-map_wrapper {
        padding: 0;
    }

    .delivery-map__title {
        font-size: 18px;
        letter-spacing: -0.4px;
    }

    .delivery-map__title, .delivery-map__filter {
        padding-left: 16px;
        padding-right: 16px;
    }

    input[type="checkbox"] ~ .checkbox-label {
        padding: 5px;
        width: auto;
    }

    .item-description, .item-desc-right {
        display: none;
    }

    .delivery-map__filter {
        flex-wrap: wrap;
    }

    .delivery-map__filter-item {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .checkbox-label_inner__wrapper {
        align-items: center;
    }

    .item-title {
        line-height: normal;
    }

    .delivery-map__filter-open--mobile {
        display: table;
        padding: 5px;
        border-radius: 3px;
        border: solid 1px #dddddd;
        background-color: #ffffff;
        box-sizing: border-box;
        cursor: pointer;
        margin-left: 16px;
    }

    .show_map {
        display: none;
    }

    .delivery-map__point--wrapper {
        display: block;
        padding-left: 16px;
        padding-right: 16px;
    }

    .delivery-map__point {
        width: 100%;
        margin-bottom: 10px;
    }

    .delivery-map__points-content {
        display: none;
    }

    .delivery-map_wrapper {
        position: relative;
    }

    .delivery-map__mob-fix {
        background-color: #fff;
        width: 100%;
        min-height: 176px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        padding-top: 17px;
        padding-bottom: 20px;
    }

    .delivery-map__close {
        z-index: 100;
        position: fixed;
    }

    .delivery-map__data {
        margin-top: 207px;
    }

    .delivery-map__chose-btn {
        position: unset;
        margin: 0;
    }

    .delivery-map__show-more_fixed-bottom .delivery-map__show-more_wrapper {
        margin-top: 10px;
        height: auto;
    }

    .delivery-map__show-more_detail {
        padding: 0;
    }

    .delivery-map__column-points--detail .delivery-map__point-title {
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
        width: 100%;
        background-color: #fff;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
        margin-bottom: 0;
        padding-top: 14px;
        padding-bottom: 13px;
    }

    .delivery-map__point-title {
        display: block;
    }

    .delivery-map__column-points--inner {
        margin-top: 70px;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }

    .delivery-map__column-points--detail .item-description {
        display: block;
        text-align: left;
    }

    .delivery-map__map {
        /*height: 100%;*/
        overflow: hidden;
    }

    .visible-mobile {
        display: block;
    }

    .hidden-mobile {
        display: none;
    }

}
#map{
    position:relative;
}
.map-load:after {
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    background: rgba(250, 250, 250, 0.51) url(/img/loader.svg) center center no-repeat;
}