custom-dialog{visibility:hidden;pointer-events:none;opacity:0;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000a;z-index:1000;overflow:auto;display:flex;align-items:center;justify-content:center;padding:40px;transition:all .3s}custom-dialog[open]{visibility:visible;pointer-events:auto;opacity:1}.custom-dialog__frame{margin:auto;max-width:1000px;max-height:95vh;position:relative;display:flex;flex-direction:column}.custom-dialog__close{position:absolute;bottom:100%;left:100%;top:initial;right:initial;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:100%;background-color:#fff;color:#000;cursor:pointer;z-index:5}.custom-dialog__close svg{width:20px;height:20px;display:block}.custom-dialog__main{overflow:hidden;border-radius:8px;background-color:#fff;order:2}.custom-dialog__head-title{font-size:36px;color:#1d1d1f;font-weight:700;display:none}.custom-dialog__content{font-size:16px}.custom-dialog__main img{max-width:100%}@media screen and (max-width:768px){.custom-dialog{padding:28px}.custom-dialog__close{width:24px;height:24px}}
/*# sourceMappingURL=/cdn/shop/t/79/assets/component-custom-dialog.css.map */
