.goodbye-popup {box-sizing: border-box;padding: 20px;position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 9999;overflow-y: auto;}.goodbye-popup__overlay {position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 9997;background: #22262F;opacity: 0.1;transition: opacity 0.2s ease-in-out;}.goodbye-popup__container {box-sizing: border-box;position: absolute;text-align: center;width: 100%;height: 100%;left: 0;top: 0;padding: 10px;z-index: 9998;}.goodbye-popup__container::before {content: '';display: inline-block;height: 100%;vertical-align: middle;}.goodbye-popup__close {appearance: none;box-sizing: border-box;border: none;outline: none;cursor: pointer;user-select: none;overflow: visible;text-align: center;font-family: inherit;touch-action: manipulation;position: absolute;right: 0;top: 0;width: 32px;line-height: 24px;padding: 4px;background: #E51B62;color: #fff;}.goodbye-popup__box {position: relative;display: inline-block;vertical-align: middle;width: 100%;max-width: 440px;min-height: 140px;margin: 0 auto;padding: 40px 20px;text-align: center;background: #fff;opacity: 0.5;transform: translateY(-40px);transition: opacity 0.2s ease-in-out, transform 0.3s ease;}.goodbye-popup._active .goodbye-popup__overlay {opacity: 0.5;}.goodbye-popup._active .goodbye-popup__box {opacity: 1;transform: translateY(0);}