promo-popup{display:flex;align-items:center;justify-content:center;padding:2rem;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;width:100%;height:100%;text-align:center;visibility:hidden;pointer-events:none;will-change:visibility,background-color;transition:visibility .2s,background-color .2s,opacity .2s}promo-popup[open]{background-color:#00000080;opacity:1;visibility:visible;pointer-events:all}promo-popup[open] .promo-popup__wrapper{transform:translateY(0)}.promo-popup__wrapper{max-height:calc(100vh - 5em);overflow-y:auto;position:relative;width:93%;transform:translateY(100%);transition:transform .2s;background:#fff;padding:2rem;border-radius:1rem;-webkit-box-shadow:0px 3px 8px 0px rgba(0,0,0,.75);-moz-box-shadow:0px 3px 8px 0px rgba(0,0,0,.75);box-shadow:0 3px 8px #000000bf}.promo-popup__wrapper .promo-popup__close{position:absolute;right:16px;top:16px;line-height:1;z-index:11;cursor:pointer}.promo-popup__wrapper .promo-popup__close svg{width:35px;height:35px}.promo-popup__content{display:flex;flex-direction:column;gap:16px;padding:0}.promo-popup__content--head{display:flex;align-items:center;justify-content:center;gap:8px;text-align:left}.promo-popup__content--head img{max-width:160px;max-height:160px;width:100%;height:100%}.promo-popup__head--title{font-weight:600}.promo-popup__content--secound-title{margin:16px 0 32px;font-weight:600}.promo-popup__content--text{text-align:left}.promo-popup__content--button{margin-top:24px}@media screen and (min-width: 750px){promo-popup{padding:4rem;background-color:#00000080;opacity:0}promo-popup[open] .promo-popup__wrapper{transform:none}.promo-popup__wrapper{width:auto;max-width:37rem;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-promo-popup.css.map */
