.new_map__canvas{position:absolute!important;top:0;left:0;width:100%;height:100%;z-index:1}.new_map__canvas .marker{width:5.25em;height:5.25em;background-repeat:no-repeat;background-position:center;background-size:contain;padding:0;z-index:5;-webkit-transition:0!important;-o-transition:0!important;transition:0!important;-webkit-transform:none;-ms-transform:none;transform:none}.new_map__canvas .marker:hover{z-index:10}.new_map__canvas .marker:hover .marker_tooltip{opacity:1}.new_map__canvas .marker_tooltip{position:absolute;top:50%;left:50%;z-index:1000;-webkit-transform:translate3d(0,-150%,0);transform:translate3d(0,-150%,0);background:#f2f3f7;border-radius:20px 20px 20px 0;padding:.75rem 1.25rem;opacity:0;pointer-events:none;font-size:1.25em;font-weight:600;white-space:nowrap;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.new_map__container{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:90vw;max-width:90vw;pointer-events:none}@media (max-width:500px){.new_map__container{width:94vw;max-width:94vw;padding:0}}.new_map_info{margin-left:auto;pointer-events:all;width:25em;height:80vh;background:#fff;padding:1.25em 1.5em;border-radius:20px;-webkit-box-shadow:10px 10px 15px rgba(0,0,0,.25);box-shadow:10px 10px 15px rgba(0,0,0,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:500px){.new_map_info{margin-bottom:2em;width:100%;font-size:.85em}}.new_map_info__title{font-weight:600;font-size:1.875em;margin-bottom:1rem}.new_map_info__wrap{height:calc(100% - 2.5em - 1em)}.map_list_element,.new_map_info__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.new_map_info__list{height:100%}.new_map_info__list::before{content:"";position:absolute;bottom:0;height:30px;left:0;right:0;z-index:1;background:-webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(bottom,#fff,rgba(255,255,255,0));background:-o-linear-gradient(bottom,#fff,rgba(255,255,255,0));background:linear-gradient(to top,#fff,rgba(255,255,255,0))}@media (max-width:500px){.new_map_info__list::before{height:15px;bottom:-1px}}.new_map_info__list::after{content:"";position:absolute;top:0;height:30px;left:0;right:2em;z-index:1;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(top,#fff,rgba(255,255,255,0));background:-o-linear-gradient(top,#fff,rgba(255,255,255,0));background:linear-gradient(to bottom,#fff,rgba(255,255,255,0))}@media (max-width:500px){.new_map_info__list::after{height:15px;top:-1px}}.new_map_info .simplebar-vertical{background:#f4f4f4;border-radius:100px;width:6px}.new_map_info .simplebar-vertical .simplebar-scrollbar{background:0 0}.new_map_info .simplebar-vertical .simplebar-scrollbar::before{background:#d9d9d9;border-radius:100px;opacity:1;left:0;right:0}.map_list_element{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1em 0}.map_list_element+.map_list_element::before{content:"";position:absolute;top:0;left:0;right:2em;height:1px;background:#d2d2d2}.map_list_element__city{font-size:1.25em;font-weight:500;margin-bottom:.5rem}.map_list_element__city.is-active{color:#b9890e;-webkit-transition:all .25s;-o-transition:all .25s;transition:all .25s}.map_list_element__address,.map_list_element__email,.map_list_element__name,.map_list_element__phone,.map_list_element__site{font-size:.875em;margin-top:.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.map_list_element .wrap_icon_map,.map_list_element__address a,.map_list_element__email a,.map_list_element__name a,.map_list_element__phone a,.map_list_element__site a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.map_list_element__address span,.map_list_element__email span,.map_list_element__name span,.map_list_element__phone span,.map_list_element__site span{display:block;margin-left:.5rem;font-weight:500;font-size:.85em;background:#e6e6e6;padding:.25rem .5rem;border-radius:6px}.map_list_element .wrap_icon_map{width:26px;height:26px;margin-right:.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fdb600;border-radius:50%}.map_list_element .icon{width:16px;height:16px;fill:#000;position:relative}

.mapboxgl-ctrl-top-right {
  right: auto !important;
  left: 24px;
}

.mapboxgl-ctrl-group button {
    width: 40px !important;    
    height: 40px !important;    
}

.reset {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0,0,0,.1);
    color: black;   
    padding: 0;
    
    position: absolute;
    bottom: 11em;
    left: 24px;
    z-index: 10;
    
    width: 40px;
    height: 40px;
}

.reset svg {
    width: 20px;    
    height: 20px;  
    fill: black;
}

.product_item--title {
    text-align: center;
}

.feedback {
  z-index: 1;
}

@media (max-width:500px){ 
    .reset {
        display: none;    
    }    
}
























