.sms-alert-popup{position:fixed;top:0;bottom:0;left:-10000px;z-index:1000;visibility:hidden}
.sms-alert-popup--visible{visibility:visible;left:0;right:0}
.sms-alert-popup__wrap{display:flex;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0;position:absolute;margin:auto}
.sms-alert-popup__overlay{top:-100px;bottom:-100px;left:0;right:0;background:#000;opacity:.75;position:absolute}
.sms-alert-popup__popup{background:#fff;width:calc(100% - 20px);max-width:518px;border-radius:5px;position:relative}
.sms-alert-popup__popup-wrap{padding-top:38px;padding-bottom:44px;padding-left:20px;padding-right:20px}
.sms-alert-popup__close{position:absolute;top:16px;right:20px;width:24px;height:24px;cursor:pointer}
.sms-alert-popup__close::before,.sms-alert-popup__close::after{content:'';position:absolute;left:11px;width:2px;height:24px;background-color:#000}
.sms-alert-popup__close::before{transform:rotate(45deg)}
.sms-alert-popup__close::after{transform:rotate(-45deg)}
.sms-alert-popup__content{color:#282829;text-align:center}
.sms-alert-popup__icon{width:95px;height:95px;margin-left:auto;margin-right:auto;margin-bottom:32px}
.sms-alert-popup__text{font-size:18px;max-width:445px;margin-left:auto;margin-right:auto}
.overflow--hidden{overflow:hidden}