.popup{box-sizing:border-box;display:flex;justify-content:center;position:fixed;bottom:0;left:0;background-color:#fefeff;padding:24px 36px;overflow:hidden;width:100%;z-index:997}.progress-bar{position:absolute;top:0;left:0;width:100%;height:4px;background:#ebebeb}.bar{width:10%;height:100%;background:#f80}.wrapper{display:flex;flex-direction:column;justify-content:stretch;align-items:center}.subtitle{font-weight:600;font-size:22px;line-height:27px}.subtitle,.text{text-align:center}.text{margin-top:24px;font-size:18px;line-height:22px;letter-spacing:.04em}.btn-wrapper{margin-top:24px;width:100%;color:#b9b9b9}.btn{display:block;max-height:56px;background:#eaeaea;max-width:250px;margin:0 auto;border-radius:12px;color:#9c9696;font-weight:600;font-size:16px;line-height:17px;text-align:center;letter-spacing:.07em;pointer-events:none;padding:14px 15px;transition:background .3s linear,color .3s linear}.btn.active{background:#f80;color:#fefefe;pointer-events:unset;cursor:pointer}@media(max-width:780px){.popup{padding:12px 20px 12px}.subtitle{font-size:16px;line-height:19px}.text{font-size:14px;line-height:18px}.btn-wrapper,.text{margin-top:6px}}