@layer components-entities{.branch-card{position:relative;display:flex;flex-direction:column;padding:24px 16px 32px;cursor:pointer;background-color:var(--primary-white);row-gap:12px}.branch-card:hover{background-color:var(--tertiary-blue)}.branch-card:hover.branch-card::after{background-color:var(--primary-blue)}.branch-card:not(:last-of-type)::after{position:absolute;bottom:0;width:calc(100% - 32px);height:1px;content:"";background-color:var(--secondary-black)}.branch-card__schedule{display:flex;align-items:center;min-height:16px}.branch-card__schedule-status_open{padding:8px 12px;color:var(--primary-white);border-radius:var(--br4);background-color:var(--secondary-blue)}.branch-card__schedule-status_closed{padding:8px 12px;color:var(--primary-red);border-radius:var(--br4);background-color:var(--tertiary-red)}.branch-card__schedule-text{position:relative}.branch-card__schedule-text:not(:first-of-type){padding-left:8px}.branch-card__schedule-text:not(:last-of-type){padding-right:8px}.branch-card__schedule-text:not(:last-of-type)::after{position:absolute;right:0;width:1px;height:100%;content:"";background-color:var(--tertiary-black)}.branch-card__metro{display:flex;gap:8px 16px;flex-wrap:wrap}.branch-card__metro-indicators{display:flex;align-items:center;flex:0 0 auto;flex-wrap:nowrap;gap:4px}.branch-card__metro-indicator{width:-moz-fit-content;width:fit-content;height:12px;border-radius:50%}.branch-card__metro-indicator:not(:last-of-type){margin-right:-2px}.branch-card__icons{display:flex;gap:16px}@media screen and (max-width: 1023px){.branch-card__icons{position:absolute;top:16px;right:12px;gap:4px}}.branch-card__icon{width:24px;height:24px}@media screen and (max-width: 1023px){.branch-card__icon{width:20px;height:20px}}.branch-card__head{display:none}.branch-card__arrow{width:20px;height:20px;cursor:pointer}.branch-card__exit{display:none;width:24px;height:24px;padding:5px}@media screen and (max-width: 1023px){.branch-card__exit{width:20px;height:20px}}.branch-card__buttons{display:none}.branch-card__detail{display:none;margin-inline:-20px;padding-inline:20px}@media screen and (max-width: 1279px){.branch-card__detail{padding-inline:12px;margin-inline:-12px}}@media screen and (max-width: 1023px){.branch-card__detail{overflow:visible}}.branch-card__detail-info{display:flex}.branch-card__detail-info-left{min-width:182px}.branch-card__detail-info-right{flex-grow:1}.branch-card .text-copy .text-copy__icon{opacity:0}.branch-card-active{position:absolute;z-index:1;top:0;overflow:auto;width:100%;height:100%;padding:20px;cursor:auto;border-radius:4px;background:linear-gradient(var(--primary-white) 30%, rgba(255, 255, 255, 0)),linear-gradient(rgba(255, 255, 255, 0), var(--primary-white) 70%) 0 100%,linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0)),linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0)) 0 100%;background-color:var(--primary-white);background-repeat:no-repeat;background-attachment:local,local,scroll,scroll;background-position:0 52px;background-size:100% 40px,100% 40px,100% 14px,100% 0}.branch-card-active .branch-card__buttons{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 1023px){.branch-card-active .branch-card__buttons{position:fixed;z-index:4;bottom:0;width:100%;margin-left:-12px;padding:24px 12px;border-top:1px solid #e4e4e4;background-color:var(--primary-white);box-shadow:0 8px 20px 0 rgba(0,0,0,.12)}}.branch-card-active .branch-card__head{position:sticky;z-index:1;top:-20px;display:flex;padding:20px 0 12px;background:var(--primary-white)}@media screen and (max-width: 1023px){.branch-card-active .branch-card__head{top:-16px;padding-top:12px}}.branch-card-active .branch-card__detail{display:flex;flex-direction:column;flex-grow:1;margin-top:20px}.branch-card-active .branch-card__detail .map-advertisment{margin-top:auto}@media screen and (max-width: 1023px){.branch-card-active .branch-card__detail{margin-top:12px;padding-top:24px;border-top:1px solid}}.branch-card-active.branch-card::after{display:none}.branch-card-active .text-copy .text-copy__icon{opacity:1}.branch-card-active:hover{background-color:var(--primary-white)}@media screen and (max-width: 1023px){.branch-card-active{background-position:0 44px}}.branch-card-moving{z-index:4;height:calc(100vh - 56px)}.branch-card-moving .branch-card__head{justify-content:flex-end}.branch-card-moving .branch-card__arrow{display:none}.branch-card-moving .branch-card__exit{display:block;cursor:pointer}@media screen and (max-width: 1279px){.branch-card{padding:24px 12px 32px}}@media screen and (max-width: 1023px){.branch-card{padding:16px 12px}}}
