.popupAddon-inner{align-items:flex-start;background:#fff;display:flex;flex-direction:column;gap:36px;margin:100px auto 0;max-width:654px;padding:40px;position:relative;width:100%}.popupAddon-close,.popupAddon-close svg{cursor:pointer;display:flex}.popupAddon-mod{backdrop-filter:blur(5px);background:rgba(0,0,0,.4);height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .6s ease;user-select:none;visibility:hidden;width:100%;z-index:-99}body.popupAddon-open{overflow:hidden}.popupAddon-content{width:100%}.popupAddon-open .popupAddon-mod.open{opacity:1;pointer-events:auto;user-select:auto;visibility:visible;z-index:99999}.popupAddon-text{margin-bottom:40px}.popupAddon-text>:last-child{margin-bottom:0}@media (max-width:992px){.popupAddon-text{margin-bottom:30px}}