.popup-btn .popupbox{align-items:center;background:rgba(0,0,0,.6);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.popup-btn .popupbox.active{display:flex}.popup-btn .popup-wrapper{background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.3);max-width:800px;overflow:hidden;padding:40px;position:relative;width:90%}.popup-btn .popup-close{cursor:pointer;font-size:24px;font-weight:700;position:absolute;right:15px;top:10px}.popup-btn .btn--custom-color,.popup-btn .btn--custom-color:hover{background:#fff;color:#d90368}.popup-btn .btn__icon svg{width:.6em}