.App{font-family:Montserrat,Arial,sans-serif}.store-map-container{display:flex;flex-direction:column;gap:24px;margin:0 auto}.filters-panel{display:flex;gap:30px}.filters-panel h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0 0 20px}.filter-group:first-child{width:20%}.filter-group{margin-bottom:20px;width:30%}div .filter-group select{background:none;background-color:#fff;border:2px solid #d1b291;border-radius:4px;color:#292929;cursor:pointer;display:block;font-size:14px;line-height:17px;margin:0;padding:14px 16px 13px;position:relative;z-index:2}.filter-group label{color:#34495e;display:block;font-size:.95rem;font-weight:500;margin-bottom:8px}.filter-group select{background-color:#fff;border:2px solid #e1e5e9;border-radius:8px;color:#2c3e50;font-size:.95rem;padding:10px 12px;transition:all .2s ease;width:100%}.filter-group select:focus{border-color:#d1b291;box-shadow:0 0 0 3px #3498db1a;outline:none}.filter-group select:disabled{background-color:#f8f9fa;color:#95a5a6;cursor:not-allowed}.collections-list{border:2px solid #d1b291;border-radius:3px;display:flex;flex-direction:column;gap:10px;max-height:200px;overflow-y:auto;padding:8px}.collection-checkbox{align-items:center;border-radius:6px;color:#2c3e50;cursor:pointer;display:flex;font-size:.9rem;gap:10px;padding:8px 12px;transition:background-color .2s ease}.collection-checkbox:hover{background-color:#edf2f7}.collection-checkbox input[type=checkbox]{accent-color:#fff;border:1px solid #d1b291;cursor:pointer;height:16px;width:16px}.main-content{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:450px 1fr}.left-panel{background:#fff;border:1px solid #e1e5e9;overflow:hidden;padding:0}.stores-list{display:flex;flex-direction:column;height:500px;overflow:auto}.stores-list h4{background-color:#fafbfc;border-bottom:1px solid #e1e5e9;color:#2c3e50;font-size:1.2rem;font-weight:600;margin:0;padding:20px 20px 16px}.store-h4{font-size:20px;margin-bottom:20px}.store-item{border-bottom:1px solid #edf2f7;border-radius:8px;cursor:pointer;margin:4px 4px 4px 0;padding:16px;transition:all .2s ease}.store-item:hover{background-color:#f8f9fa;transform:translateX(2px)}.store-item.selected{background-color:#e3f2fd;border-left:4px solid #3498db;margin-left:-4px}.store-name{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:4px}.store-item p{text-transform:uppercase}.store-location{align-items:center;display:flex;gap:10px;margin-bottom:10px}.store-location span{width:90%}.show-on-map-btn{background:none;border:none;border-bottom:1px solid #d1b291;border-radius:0;color:#d1b291;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;margin:0;padding:0;transition:.3s;width:106px!important}.store-block{display:flex;gap:10px;margin:5px 0}.show-on-map-btn:hover{border-bottom:1px solid #0000}.show-on-map-btn:active{transform:translateY(0)}.right-panel{display:flex;flex-direction:column;gap:24px}.map-container{border:1px solid #e1e5e9;padding:0}.map-container>div,.store-details{border-radius:12px}.store-details{background:#fff;border:1px solid #e1e5e9;box-shadow:0 2px 12px #00000014;padding:24px}.store-details h3{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.4rem;font-weight:600;margin:0 0 16px;padding-bottom:8px}.store-details p{color:#2c3e50;line-height:1.5;margin:0 0 12px}.store-details strong{color:#34495e;font-weight:600}.store-details .show-on-map-btn{margin-top:8px;min-width:160px;width:auto}.branches__title{font-size:20px;font-weight:400;line-height:28px;margin:0 0 15px;text-align:center}.branches__title-city{color:#d1b291;font-weight:500}@media only screen and (min-width:768px){.branches__title{font-size:24px;line-height:32px;margin-bottom:30px}}@media only screen and (min-width:1280px){.branches__title{font-size:42px;line-height:50px;margin-bottom:40px;text-align:left}}.stores-cards h3{color:#2c3e50;font-size:1.4rem;font-weight:600;margin:0 0 20px}.cards-grid{display:flex;flex-wrap:wrap;gap:20px}.store-card{border:1px solid #e1e5e9;display:flex;flex-direction:column;height:100%;padding:20px;transition:all .3s ease;width:300px}.store-card:hover{border-color:#d1b291;box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.store-card h4{font-size:18px;font-weight:400;margin:0 0 12px}.store-description{color:#5d6d7e;flex:1 1;font-size:.9rem;line-height:1.4;margin-bottom:12px}.store-info{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.store-info span{color:#7f8c8d;font-size:.85rem}.store-card .show-on-map-btn{margin-bottom:20px;width:100%}.collections-list::-webkit-scrollbar,.stores-list>div:last-child::-webkit-scrollbar{width:6px}.collections-list::-webkit-scrollbar-track,.stores-list>div:last-child::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.collections-list::-webkit-scrollbar-thumb,.stores-list>div:last-child::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.collections-list::-webkit-scrollbar-thumb:hover,.stores-list>div:last-child::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:1024px){.main-content{gap:20px;grid-template-columns:1fr}.left-panel{order:2}.right-panel{order:1}.stores-list{height:400px}}@media (max-width:768px){.store-map-container{gap:16px;padding:12px}.left-panel,.right-panel,.stores-cards,.top-filters{padding:16px}.cards-grid{grid-template-columns:1fr}.main-content{gap:16px}}@media (max-width:480px){.store-map-container{padding:8px}.filters-panel h3,.store-details h3,.stores-cards h3,.stores-list h4{font-size:1.2rem}.filter-group select{padding:8px 10px}.store-item{padding:12px}.store-card{padding:16px}}.map-container.loading{align-items:center;background:#f8f9fa;color:#7f8c8d;display:flex;font-style:italic;justify-content:center;min-height:400px}.cards-grid:empty:after,.stores-list:empty:after{color:#95a5a6;content:"Магазины не найдены";display:block;font-style:italic;padding:40px 20px;text-align:center}.ymaps-2-1-79-balloon{border-radius:8px!important;box-shadow:0 4px 20px #00000026!important}.ymaps-2-1-79-balloon__content{border-radius:8px!important;padding:16px!important}.ymaps-2-1-79-balloon__close-button{border-radius:50%!important}.filter-group select,.show-on-map-btn,.store-card,.store-item{transition:all .2s ease-in-out}@media (prefers-reduced-motion:reduce){.filter-group select,.show-on-map-btn,.store-card,.store-item{transition:none}}@media (prefers-contrast:high){.store-item.selected{border-left:4px solid #000}.show-on-map-btn{background-color:#000;color:#fff}}@media print{.store-map-container{padding:0}.show-on-map-btn,.top-filters{display:none}.main-content{grid-template-columns:1fr}}.map-info{background:#3498db;border-radius:8px 8px 0 0;color:#fff;font-size:14px;font-weight:500;padding:8px 16px}.map-container{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden}.map-loading{align-items:center;background:#f8f9fa;color:#7f8c8d;display:flex;font-size:1.1rem;height:500px;justify-content:center}.shops__title{font-size:20px;font-weight:400;line-height:28px;margin:0 0 15px}.shops__title em{color:#d1b291;font-style:normal;font-weight:500}.shops__subtitle{color:#878d92;font-size:12px;line-height:22px;margin:0 0 20px}.shops__subtitle a{color:inherit;color:#000;display:inline-block;outline:none;text-decoration:none}@media only screen and (min-width:1280px){.shops__title{font-size:42px;letter-spacing:-.02em;line-height:50px;margin-bottom:15px}}@media only screen and (min-width:768px){.shops__subtitle{font-size:14px;line-height:22px;margin-bottom:30px}}.store-item p span:first-child{width:90%}.store-item p{align-items:center;display:flex;justify-content:space-between;position:relative}.map-list-item-trigger__icon_:after{transform:none}.collections-list--items{background:#fff;border:2px solid #d1b291;height:300px;margin-left:-10px;margin-top:35px;overflow:auto;position:absolute;width:99.2%;z-index:9}div .filter-group select{-webkit-appearance:none;appearance:none;background-image:none;background:url(/branches/static/media/select.13356ef4f308f88d7fbf.svg) 97.5% 50% no-repeat}.filter-group{position:relative}.filter-group label.filter-select{background-color:#fff;color:#7f7f7f;font-size:10px;font-weight:500;letter-spacing:.01em;line-height:14px;margin-left:15px;margin-top:-7px;padding:2px 3px;position:absolute;text-transform:uppercase;z-index:9}.store-locations .store-location{width:90%}.store-locations{display:flex;justify-content:space-between;text-transform:uppercase}.collections-list-add,.filter-group label.collection-checkbox{align-items:center;display:flex}.collections-list-add{cursor:pointer;height:19px;justify-content:space-between;padding:5px}.collections-list-add span{color:#ccc;font-size:14px}.map-list-item-trigger__icon_:before{background-color:#878d92;content:"";height:2px;position:absolute;transition:.3s;width:10px}.map-list-item-trigger__icon,.map-list-item-trigger__icon_{align-items:center;border:1px solid #dfe7ec;border-radius:50%;display:flex;height:38px;justify-content:center;position:relative;width:38px}.map-list-item-trigger__icon:after,.map-list-item-trigger__icon:before{background-color:#878d92;content:"";height:2px;position:absolute;transition:.3s;width:10px}.map-list-item-trigger__icon:after{transform:rotate(-90deg)}.custom-scrollbar::-webkit-scrollbar{height:8px;width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#d1b291;border:2px solid #f1f1f1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#d1b291}.custom-scrollbar::-webkit-scrollbar-thumb:active{background:#787878}.custom-scrollbar::-webkit-scrollbar-corner{background:#d1b291}@media (max-width:768px){.store-card{width:100%}.filters-panel{flex-direction:column;gap:5px}.filter-group,.filter-group:first-child{width:100%}}
/*# sourceMappingURL=main.4b557a81.css.map*/