

/* Start:/local/templates/templates_md/components/antir/deliverypoints.list/yandex-map/style.css?16777394694550*/
/*TODO: Выполнить рефакторинг*/
.delivery-points-map-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.delivery-points-map-wrapper .delivery-points-map {
    witdh:25%;
    height:600px;
    /*height:100%;*/
    margin-left: 25%;
}
.delivery-points-map-wrapper .list-of-points {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    z-index: 1;
    background: #fff;
    height: 100%;
    overflow-y: auto;
}
.delivery-points-map-wrapper .list-of-points > ul {
    margin: 0;
    width: 100%;
}
.delivery-points-map-wrapper .list-of-points .point-item {
    list-style-type: none;
    border-bottom:1px solid #dedede;
    padding: 15px;
    transition-property: background, color;
    transition-duration: .1s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}
.delivery-points-map-wrapper .list-of-points .point-item.without-coordinates {
    cursor: default;
    background: #f6f6f6;
}
.delivery-points-map-wrapper .list-of-points .point-item .name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size:14px;
}
.delivery-points-map-wrapper .list-of-points .point-item .name-service {
    color: #59973b;
}
.delivery-points-map-wrapper .list-of-points .point-item .address {
    font-size:12px;
}
.delivery-points-map-wrapper .list-of-points .point-item.primary {
    background: rgba(165, 204, 0, 0.4);
    border-bottom-color:#c0c0c0;
}
.delivery-points-map-wrapper .list-of-points .point-item:not(.without-coordinates).selected,
.delivery-points-map-wrapper .list-of-points .point-item:not(.without-coordinates):hover
 {
    color:#fff;
    background: #59973b;
}
.delivery-points-map-wrapper .list-of-points .point-item:not(.without-coordinates).selected .name-service,
.delivery-points-map-wrapper .list-of-points .point-item:not(.without-coordinates):hover .name-service {
    color:#fff;
}
.delivery-points-map-wrapper .list-of-points .point-item .worktime {
    text-align: left;
    margin-top: 15px;
}
.delivery-points-map-wrapper .list-of-points .point-item .worktime .title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}
.delivery-points-map-wrapper .list-of-points .point-item .worktime ul {
    margin: 0;
}
.delivery-points-map-wrapper .list-of-points .point-item .worktime ul li {
    list-style-type: none;
    font-size: 12px;
    margin-bottom: 5px;
}
.delivery-points-map-wrapper .list-of-points .point-item .phone,
.delivery-points-map-wrapper .list-of-points .point-item .email {
    margin-top:10px;
    font-size: 12px;
}
.delivery-points-map-wrapper .list-of-points .point-item .phone {
  display: flex;
  flex-wrap: wrap;
}
.delivery-points-map-wrapper .list-of-points .point-item .phone .phone__title {
  flex-shrink: 0;
}
.delivery-points-map-wrapper .list-of-points .point-item .phone .phone__values {
  display: flex;
  flex-direction: column;
}
.delivery-points-map-wrapper .list-of-points .point-item:not(.without-coordinates) a {
    transition-property: color;
    transition-duration: .1s;
    transition-timing-function: ease-in-out;
}
.delivery-points-map-wrapper .list-of-points .point-item:not(.without-coordinates).selected a,
.delivery-points-map-wrapper .list-of-points .point-item:not(.without-coordinates):hover a {
    color: #fff;
}
.toggle-view-mode {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ededed;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    padding: 0 5px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
    font-size: 13px;
    color: #000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
@media (max-width: 768px) {
    .delivery-points-map-wrapper {
        overflow: hidden;
    }
    .delivery-points-map-wrapper .delivery-points-map {
        width: 100%;
        margin: 0;
    }
    .delivery-points-map-wrapper .list-of-points {
        width: 100%;
        left: -100%;
        transition: left .3s ease-in-out;
    }

    .view-mode--list .list-of-points {
        left: 0;
    }
    .view-mode--list .toggle-view-mode {
        opacity: 0;
        visibility: hidden;
    }

    .view-mode--map .list-of-points {
        left: -100%;
    }
    .view-mode--map .toggle-view-mode,
    .toggle-view-mode {
        opacity: 1;
        visibility: visible;
    }
    .view-mode--map .toggle-view-mode {
        transition-delay: .3s;
    }
}

/* End */
/* /local/templates/templates_md/components/antir/deliverypoints.list/yandex-map/style.css?16777394694550 */
