:root{--smpPopupBg:#fff;--smpPopupRadius:4px;--smpPopupIndex:99999999;--smpPopupWidthScroll:0}.open_popup{overflow:hidden;padding-right:0;padding-right:var(--smpPopupWidthScroll)}.b_popup{background:rgba(0,0,0,.7);bottom:0;display:block;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .4s;visibility:hidden;z-index:-100}.b_popup.open{opacity:1;visibility:visible;z-index:99999999;z-index:var(--smpPopupIndex)}.b_popup__overlay{bottom:0;display:block;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .24s;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.22,.61,.36,1);z-index:3}.b_popup.open .b_popup__overlay{opacity:1}.b_popup__wrapper{height:100%;overflow:auto;position:relative;text-align:center;width:100%;z-index:4}.b_popup__wrapper:before{content:"";height:100%;width:0}.b_popup__body,.b_popup__wrapper:before{display:inline-block;vertical-align:middle}.b_popup__body{background-color:#fff;background-color:var(--smpPopupBg,#efefef);border-radius:4px;border-radius:var(--smpPopupRadius,4px);border-width:0;max-width:98%;min-height:100px;padding:0;position:relative;text-align:left;transform:translateY(-100vh);transition:transform .4s;z-index:10}.b_popup.open .b_popup__body{transform:translateY(0)}.b_popup__close{background:0 0;color:currentColor;display:flex;font:inherit;height:20px;line-height:normal;margin:0;overflow:visible;padding:0;position:absolute;right:15px;text-align:inherit;top:15px;width:20px;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border:none;cursor:pointer;font-size:0;justify-content:center;outline:0}.b_popup__close:after,.b_popup__close:before{background:currentColor;content:" ";display:block;height:1px;left:15%;position:absolute;width:75%}.b_popup__close:before{transform:rotate(45deg)}.b_popup__close:after{transform:rotate(-45deg)}:root{--smpPopupBg:var(--bg);--smpPopupRadius:var(--radius);--smpPopupWidthScroll:var(--width-scroll)}.b_popup__body{width:620px}