.store_locator_page{display:-ms-flexbox;display:flex;width:100%;height:calc(100vh - 145px);min-height:600px;background:#fff}.sidebar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:500px;height:100%;overflow:hidden;background:#fff;border-left:1px solid #e6e6e6;-webkit-box-sizing:border-box;box-sizing:border-box}.search-box{-ms-flex:0 0 auto;flex:0 0 auto;padding:0 20px 20px;margin-bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-place-autocomplete{--place-search-bg: #F7F8FA;--place-search-panel-bg: #fff;--place-search-text: #222;--place-search-muted: #8a8a8a;--place-search-border: #efefef;--place-search-hover: #f4f4f4;--place-search-icon-bg: #f1f1f1;position:relative;width:100%;color:var(--place-search-text);font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-place-input-wrap{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;height:68px;background:#fff;border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-place-input{width:100%;height:100%;padding:0 20px 0 44px;color:var(--place-search-text);background:var(--place-search-bg);border:0;border-radius:16px;outline:0;font:inherit;font-size:20px;font-family:"OpenSans-Semibold";-webkit-box-sizing:border-box;box-sizing:border-box}.custom-place-input::-webkit-input-placeholder{color:var(--place-search-muted)}.custom-place-input::-moz-placeholder{color:var(--place-search-muted)}.custom-place-input:-ms-input-placeholder{color:var(--place-search-muted)}.custom-place-input::-ms-input-placeholder{color:var(--place-search-muted)}.custom-place-input::placeholder{color:var(--place-search-muted)}.custom-place-search-icon,.custom-place-pin,.custom-place-close{position:absolute;display:block;width:18px;height:18px}.custom-place-search-icon{left:17px;top:50%;width:18px;height:18px;background:url("/resources/img/icon/seach_dark.png") center/contain no-repeat;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.custom-place-search-icon::after{display:none}.custom-place-close{right:18px;top:50%;display:none;padding:0;background:#e1e1e1;border:0;border-radius:50%;cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.custom-place-close::before,.custom-place-close::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;background:#888;border-radius:1px;-webkit-transform-origin:center;transform-origin:center}.custom-place-close::before{-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.custom-place-close::after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.custom-place-panel{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 4px);overflow:hidden;background:var(--place-search-panel-bg);border:1px solid var(--place-search-border);border-radius:12px;-webkit-box-shadow:0 10px 24px rgba(0,0,0,.24);box-shadow:0 10px 24px rgba(0,0,0,.24)}.custom-place-panel[hidden]{display:none}.custom-place-list{max-height:300px;padding:0;margin:0;overflow-y:auto;list-style:none}.custom-place-option{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px;min-height:58px;padding:12px 16px 12px 56px;color:var(--place-search-text);border-bottom:1px solid var(--place-search-border);cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.custom-place-option:hover,.custom-place-option.is-active{background:var(--place-search-hover)}.custom-place-pin{left:17px;top:50%;width:28px;height:28px;background:var(--place-search-icon-bg);border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.custom-place-pin::before{content:"";position:absolute;left:9px;top:6px;width:8px;height:8px;border:2px solid var(--place-search-muted);border-radius:50% 50% 50% 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.custom-place-pin::after{content:"";position:absolute;left:12px;top:9px;width:4px;height:4px;background:var(--place-search-muted);border-radius:50%}.custom-place-copy{display:block;min-width:0}.custom-place-title,.custom-place-subtitle{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-place-title{color:var(--place-search-text);font-weight:600;line-height:1.35}.custom-place-subtitle{margin-top:2px;color:var(--place-search-muted);font-size:12px;line-height:1.35}.custom-place-attribution{padding:12px 16px;color:var(--place-search-text);font-size:14px;font-weight:600;text-align:right}input.custom-place-input:focus{-webkit-box-shadow:0 0 0 1000px var(--place-search-bg) inset}.store-website-link{display:inline-block;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.store-list{-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;margin-top:0;overflow-y:auto}.store-item{position:relative;padding:18px 20px;margin-bottom:0;background:#fff;border:none;border-bottom:1px solid #eee;border-radius:0;cursor:pointer;-webkit-transition:background .2s,padding .2s;transition:background .2s,padding .2s}.store-item:hover,.store-item.active{background:#f7f7f7}.store-item h4{margin:0 0 8px;color:#111;font-size:16px;font-weight:600}.store-item p{margin:2px 0;color:#666;font-size:13px;line-height:1.5}.store-item p:has(.store-website-link){padding-right:100px;-webkit-box-sizing:border-box;box-sizing:border-box}.store-item-distance{position:absolute;right:20px;bottom:18px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:6px;color:#333;font-size:13px;line-height:1;text-decoration:none;white-space:nowrap}.store-item-direction{-ms-flex:0 0 auto;flex:0 0 auto;width:14px;height:14px;background:var(--store-directions-icon) center/contain no-repeat;-webkit-filter:brightness(0) saturate(100%) invert(12%) sepia(9%) saturate(1170%) hue-rotate(205deg) brightness(91%) contrast(90%);filter:brightness(0) saturate(100%) invert(12%) sepia(9%) saturate(1170%) hue-rotate(205deg) brightness(91%) contrast(90%)}.store-empty{margin:0 20px;padding:16px;color:#666;background:#fff;height:100%;border-radius:6px;font-size:14px;line-height:1.5;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center}.store-empty .p1{font-size:20px;color:#333;line-height:normal;font-family:"OpenSans-Bold"}.store-empty .p2{font-size:16px;color:#333;line-height:normal;font-family:"Open Sans";padding:8px 0 32px}.store-empty .btn{border-radius:10px;background:#ff2d89;min-width:180px;max-width:260px;height:48px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:16px;color:#fff;line-height:1;font-family:"OpenSans-Semibold";text-align:center;cursor:pointer}.store-map-marker{position:absolute;width:32px;height:32px;padding:0;background:var(--store-marker-logo) center/contain no-repeat;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:-webkit-transform .16s ease;transition:-webkit-transform .16s ease;transition:transform .16s ease;transition:transform .16s ease,-webkit-transform .16s ease}.store-map-marker:hover{-webkit-transform:translate(-50%, -50%) scale(1.08);transform:translate(-50%, -50%) scale(1.08)}.store-map-marker.is-cluster{width:40px;height:40px;background:var(--store-cluster-marker) center/contain no-repeat;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.store-map-marker.is-cluster:hover{-webkit-transform:translate(-50%, -50%) scale(1.08);transform:translate(-50%, -50%) scale(1.08)}.store-map-marker.is-active{width:44px;height:44px;background-size:32px 32px;border:4px solid #fff;border-radius:50%;-webkit-box-shadow:0 0 0 2px #ff2d89,0 4px 12px rgba(0,0,0,.18);box-shadow:0 0 0 2px #ff2d89,0 4px 12px rgba(0,0,0,.18)}.store-map-marker.is-active:hover{-webkit-transform:translate(-50%, -50%) scale(1.08);transform:translate(-50%, -50%) scale(1.08)}.store-map-marker-count{position:absolute;right:-5px;top:-5px;z-index:1;min-width:20px;height:20px;padding:0 2px;color:#fff;background:#ff3e3e;border-radius:998px;font-size:14px;font-weight:700;line-height:20px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}.store-map-card{position:absolute;width:min(410px,100vw - 56px);min-height:126px;padding:18px 20px 20px;color:#252525;background:#fff;border-radius:12px;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.14);box-shadow:0 8px 24px rgba(0,0,0,.14);-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:auto}.store-map-card.is-above{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}.store-map-card h4{margin:0 0 10px;color:#222;font-size:18px;font-weight:700;line-height:1.25}.store-map-card p{max-width:calc(100% - 92px);margin:0 0 8px;color:#333;font-size:14px;line-height:1.4}.store-map-card p:last-of-type{margin-bottom:0}.store-map-card-distance{position:absolute;right:22px;bottom:18px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:6px;color:#333;font-size:14px;line-height:1;text-decoration:none;white-space:nowrap}.store-map-card-direction{-ms-flex:0 0 auto;flex:0 0 auto;width:14px;height:14px;background:var(--store-directions-icon) center/contain no-repeat;-webkit-filter:brightness(0) saturate(100%) invert(12%) sepia(9%) saturate(1170%) hue-rotate(205deg) brightness(91%) contrast(90%);filter:brightness(0) saturate(100%) invert(12%) sepia(9%) saturate(1170%) hue-rotate(205deg) brightness(91%) contrast(90%)}#map{position:relative;-ms-flex:1;flex:1;min-height:100%;-ms-touch-action:none;touch-action:none}.store_locator_page.is-yandex-map .store-yandex-map-ground{-webkit-filter:grayscale(1) saturate(0.08) contrast(0.94) brightness(1.05);filter:grayscale(1) saturate(0.08) contrast(0.94) brightness(1.05)}.store_locator_page.is-yandex-map .ymaps-2-1-79-controls__control,.store_locator_page.is-yandex-map .ymaps-2-1-79-controls__toolbar,.store_locator_page.is-yandex-map .ymaps-2-1-79-copyrights-pane{z-index:10}.store_locator_page.is-yandex-map .ymaps-2-1-79-placemark-overlay,.store_locator_page.is-yandex-map .ymaps-2-1-79-user-selection-none{overflow:visible !important}.store_locator_page.is-yandex-map .store-map-marker,.store_locator_page.is-yandex-map .store-map-card{font-family:inherit}.store_locator_page.is-yandex-map .store-map-card{z-index:30}@media(max-width: 768px){.store_locator_page{-ms-flex-direction:column;flex-direction:column;height:calc(var(--store-locator-viewport-height, 100%) - 1.94rem);min-height:3.2rem;overflow:hidden}.store_locator_page.is-mobile-searching #map{-ms-flex-preferred-size:0;flex-basis:0;height:0;min-height:0;overflow:hidden}.store_locator_page.is-mobile-searching .sidebar{height:100%}.store_locator_page.is-mobile-searching .store-list{display:none}.store_locator_page.is-mobile-searching .search-box{-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;padding-top:.24rem;background:#fff}.store_locator_page.is-mobile-searching .custom-place-autocomplete{height:100%}.store_locator_page.is-mobile-searching .custom-place-panel{position:static;height:calc(100% - .88rem);margin-top:.12rem;overflow-y:auto;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.store_locator_page.is-mobile-searching .custom-place-list{max-height:none}#map{width:100%;-ms-flex:0 1 5.6rem;flex:0 1 5.6rem;height:5.6rem;min-height:2.4rem}.sidebar{-ms-flex:1 0 1.4rem;flex:1 0 1.4rem;width:100%;height:auto;max-height:none;min-height:1.4rem;padding-top:0;border-left:none;border-bottom:none}.search-box{position:relative;z-index:2;-ms-flex:0 0 auto;flex:0 0 auto;padding:.24rem .3rem .16rem;background:#fff}.custom-place-input-wrap{height:.76rem}.custom-place-input{padding:0 .72rem;border-radius:19.98rem;font-size:.24rem;font-family:inherit}.custom-place-search-icon{left:.32rem;width:.24rem;height:.24rem}.custom-place-close{right:.22rem;width:.28rem;height:.28rem}.custom-place-input:focus~.custom-place-close,.store_locator_page.is-mobile-searching .custom-place-close{display:block}.custom-place-panel{top:calc(100% + .12rem);border-radius:.12rem;-webkit-box-shadow:0 .16rem .4rem rgba(0,0,0,.16);box-shadow:0 .16rem .4rem rgba(0,0,0,.16)}.custom-place-panel .custom-place-list{max-height:3.6rem}.custom-place-panel .custom-place-list .custom-place-option{min-height:.8rem;padding:.1rem .18rem}.custom-place-panel .custom-place-list .custom-place-pin{display:none}.custom-place-panel .custom-place-list .custom-place-title{font-size:.24rem}.store-list{-ms-flex:1 1 auto;flex:1 1 auto;max-height:none;padding-bottom:.4rem;overflow-y:auto}.store-item{padding:.28rem .32rem}.store-item h4{margin-bottom:.12rem;font-size:.28rem}.store-item p{font-size:.24rem;line-height:1.35}.store-item p:has(.store-website-link){padding-right:1.7rem}.store-item-distance{right:.32rem;bottom:.28rem;gap:.12rem;font-size:.24rem}.store-item-direction{width:.24rem;height:.24rem}.store-empty{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin:.48rem .32rem;padding:0;color:#333;border:0;font-size:.24rem;text-align:center}.store-empty .p1{font-size:.32rem;color:#333;line-height:normal;font-family:"OpenSans-Bold"}.store-empty .p2{font-size:.24rem;color:#333;line-height:normal;font-family:"Open Sans";padding:.08rem 0 .12rem}.store-empty .btn{border-radius:.1rem;background:#ff2d89;min-width:2.4rem;max-width:3.2rem;height:.64rem;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:.24rem;color:#fff;line-height:1;font-family:"OpenSans-Semibold";text-align:center}.store-map-card{width:calc(100vw - 1.6rem);min-height:2rem;padding:.2rem .3rem .2rem;border-radius:.16rem}.store-map-card h4{margin-bottom:.1rem;font-size:.24rem}.store-map-card p{margin-bottom:.06rem;font-size:.2rem;max-width:100%}.store-map-card-distance{right:.44rem;bottom:.32rem;font-size:.2rem}.store-map-card-direction{width:.24rem;height:.24rem}.store-map-marker{width:.48rem;height:.48rem}.store-map-marker.is-cluster{width:.6rem;height:.6rem}.store-map-marker.is-active{width:.68rem;height:.68rem;background-size:.48rem .48rem;border-width:.06rem;-webkit-box-shadow:0 0 0 .04rem #ff2d89,0 .08rem .24rem rgba(0,0,0,.18);box-shadow:0 0 0 .04rem #ff2d89,0 .08rem .24rem rgba(0,0,0,.18)}.store-map-marker-count{right:-0.08rem;top:-0.08rem;min-width:.32rem;height:.32rem;padding:0 .04rem;font-size:.2rem;line-height:.32rem}}