.locations-page{min-height:400px;background:#f1f1f1}.locations-app-wrapper{display:flex;flex-direction:column;justify-content:space-between}.locations-app-container{padding-block:40px;padding-inline:var(--container-padding);margin-inline:calc(var(--container-padding) * -1)}.locations-app-container h1{color:transparent;background:#234678;background-clip:text;-webkit-background-clip:text;margin-bottom:24px;font-family:"Source Sans 3",serif;font-optical-sizing:auto;font-weight:300;font-style:normal;-webkit-font-smoothing:antialiased}.locations-app-container .disclaimer>a.link{--line-height: 24px;font-size:16px;line-height:var(--line-height);letter-spacing:normal;text-decoration:underline}.locations-app .scroll-top{position:sticky;bottom:24px;margin-inline:auto;display:flex;justify-content:center;border:1px solid var(--button-border-color);border-radius:8px;padding:8px 16px;background-color:#fff;box-shadow:0 4px 6px -1px #3e45511a,0 2px 4px -2px #3e45511a}@media all and (min-width: 768px){.locations-app .scroll-top{box-shadow:0 0 25px -5px #3e45511a,0 8px 10px -6px #3e45511a}}.locations-app .scroll-top .link:hover svg{animation:.7s bounce}@keyframes bounce{0%,to{translate:translateY(0%)}50%{transform:translateY(-20%)}}.locations-app .locations-map{height:100%}.locations-app .locations-map .cluster-label{margin-top:-8px}.locations-app .mobile-map-wrapper{margin-inline:calc(var(--container-padding) * -1);border-top:2px solid #0088CA;position:relative}.locations-app .mobile-map-wrapper>button{position:absolute;left:0;right:0;margin-inline:auto;padding-inline:20px 12px;top:-21px;z-index:9}.locations-app .map-target-mobile{height:480px}@media (prefers-reduced-motion: no-preference){.locations-app .map-target-mobile{transition:height .3s,visibility .3s cubic-bezier(.35,0,0,1)}}.locations-app .map-target-mobile.is-collapsed{height:0;visibility:hidden}.locations-app .locations-filter{display:flex;flex-direction:column;padding-bottom:48px}.locations-app .locations-filter .search{margin-top:32px}.locations-app .locations-filter .search svg{color:#009dde}.locations-app .locations-filter .locator-btn{align-self:flex-start;margin-top:8px;font-family:"Source Sans 3",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;text-decoration:underline;--line-height: 24px;font-size:16px;line-height:var(--line-height);letter-spacing:normal}.locations-app .locations-filter-vehicle-type{margin-top:24px;margin-bottom:24px}.locations-app .locations-filter-vehicle-type .control label{border-width:1px}.locations-app .locations-filter-vehicle-type .control label:last-of-type{border-width:1px}.locations-app .locations-filter-service{display:flex;flex-direction:column;row-gap:16px;margin-bottom:24px}.locations-app .locations-filter-vehicle{display:flex;column-gap:16px}.locations-app .locations-filter-vehicle>div{flex:1}.locations-app .locations-filter-vehicle-year{max-width:176px}.locations-app .locations-list{display:flex;flex-direction:column;gap:24px;padding-top:40px}.locations-app .locations-list h2{color:#234678;margin-bottom:16px}.locations-app .locations-list .no-results{margin-top:24px;color:#234678;text-align:center;--line-height: 28px;font-size:18px;line-height:var(--line-height);letter-spacing:normal}.locations-app .locations-item{padding:20px 24px 24px;display:flex;flex-direction:column;gap:16px;background:#fff;border:1px solid #F1F1F1;border-radius:12px;box-shadow:0 4px 6px -1px #3e45511a,0 2px 4px -2px #3e45511a}@media all and (min-width: 768px){.locations-app .locations-item{box-shadow:0 0 25px -5px #3e45511a,0 8px 10px -6px #3e45511a}}.locations-app .locations-item:hover{box-shadow:0 10px 50px 12px #3e455114}.locations-app .locations-item:not(:last-child){margin-bottom:12px}.locations-app .locations-item-head{width:100%;display:flex;gap:16px;flex-direction:row;align-items:baseline;justify-content:space-between;border-bottom:1px solid #D4D4D4;padding-bottom:18px}.locations-app .locations-item-head h3{font-family:"Source Sans 3",serif;font-optical-sizing:auto;font-weight:600;font-style:normal;-webkit-font-smoothing:antialiased;color:#3e4551}.locations-app .locations-item-head .link{white-space:nowrap}@media (prefers-reduced-motion: no-preference){.locations-app .locations-item-head .link svg{transition:all .3s cubic-bezier(.35,0,0,1)}}.locations-app .locations-item-head .link:hover svg{transform:translate(20%)}.locations-app .locations-item-head .link svg{color:#0088ca}.locations-app .locations-item-info{display:grid;grid-auto-flow:row;gap:12px}.locations-app .locations-item-info>*{display:flex;flex-direction:column;gap:8px}.locations-app .locations-item-info svg{color:#009dde}.locations-app .locations-item-info p{font-family:"Source Sans 3",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;--line-height: 24px;font-size:16px;line-height:var(--line-height);letter-spacing:normal}.locations-app .locations-item-directions{padding-top:16px;border-top:1px solid #D4D4D4}.locations-app .locations-item-directions svg{color:#0088ca}.locations-app .locations-item-address{color:#3e4551}.locations-app .locations-item-working-hours{color:#545c68}.locations-app .location-detail{display:flex;align-items:center;gap:12px}.locations-app .location-detail .link{min-width:unset;font-family:"Source Sans 3",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased}.locations-app .location-detail .link[href^="tel:"]{color:#3e4551}.locations-app .location-detail .link:hover{color:#0088ca}.nearest{display:flex;column-gap:4px;align-items:center}.nearest>p{font-family:"Source Sans 3",serif;font-optical-sizing:auto;font-weight:600;font-style:normal;-webkit-font-smoothing:antialiased}.nearest .loader{width:16px;height:16px;border:2px solid #9DAABD;border-top:2px solid #234678;border-radius:50%;animation:spin 1s linear infinite}.gps-permission-message{color:#ef4444}@media all and (min-width: 768px){.locations-page{overflow:hidden}.locations-page .container{padding-inline:unset;margin-inline:unset;max-width:unset;display:grid;grid-template-columns:1fr var(--container-padding) minmax(auto,var(--container-max-width)) var(--container-padding) 1fr}.locations-app{grid-column:3/-1}.locations-app-wrapper{flex-direction:row;min-height:480px;height:max(100vh - var(--header-height-desktop) - 56px,640px)}.locations-app-container{padding-block:48px;max-width:728px;min-width:400px;max-height:unset;flex:1;padding-right:40px;padding-left:40px;margin-left:-40px;margin-right:32px}.locations-app-container h1{margin-bottom:32px;padding:0}.locations-app-container .simplebar-track.simplebar-vertical{margin-block:16px}.locations-app .map-wrapper{position:relative;flex:1}.locations-app .locations-map{height:100%}.locations-app .mobile-map-wrapper{display:none}.locations-app .locations-filter{padding:0}.locations-app .locations-filter-vehicle-type{margin-bottom:32px}.locations-app .locations-list{gap:32px;padding-block:32px 0}.locations-app .locations-list h2{margin-bottom:24px}.locations-app .locations-item{padding:16px 24px}.locations-app .locations-item:not(:last-child){margin-bottom:16px}.locations-app .locations-item-info{grid-auto-flow:column;grid-template-columns:1fr 1fr;padding:0 4px 0 0;gap:32px}.locations-app .scroll-top{bottom:0}}.info-window{z-index:9;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:300px;display:flex;flex-direction:column;align-items:flex-start;padding:8px 24px;gap:8px;isolation:isolate;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #3e45511a,0 2px 4px -2px #3e45511a}@media all and (min-width: 768px){.info-window{box-shadow:0 0 25px -5px #3e45511a,0 8px 10px -6px #3e45511a}}.info-window .window-header{display:flex;justify-content:space-between;width:100%}.info-window .window-header p{font-family:"Source Sans 3",serif;font-optical-sizing:auto;font-weight:600;font-style:normal;-webkit-font-smoothing:antialiased;--line-height: 28px;font-size:18px;line-height:var(--line-height);letter-spacing:normal;color:#234678;margin-top:12px}.info-window .window-header .link{display:block;min-width:unset;align-self:flex-start;color:#9daabd}.info-window .window-body .main-details{display:flex;flex-direction:column;align-items:flex-start;padding:0;margin-top:11px;gap:10px}.info-window .window-body .main-details-working-hours,.info-window .window-body .main-details-address{font-family:"Source Sans 3",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;--line-height: 24px;font-size:16px;line-height:var(--line-height);letter-spacing:normal;color:#3e4551}.info-window .window-body .main-details-working-hours{color:#6d7582}.info-window .window-body .contacts{margin-top:24px;display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px}.info-window .window-body .contacts>div{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:16px}.info-window .window-body .contacts svg{color:#009dde}.info-window .window-body .contacts .link{min-width:unset}.info-window .window-body .contacts .link[href^="tel:"]{color:#3e4551}.info-window .window-body .contacts .link:hover{color:#0088ca}.info-window .window-footer{display:flex;flex-direction:row;align-items:center;padding:12px 0;gap:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
