.promo-popup{position:relative;padding:16px;background-color:var(--White);border-radius:8px}.promo-popup-title{font-size:20px;line-height:130%}@media screen and (max-width:639px){.promo-popup-title{font-size:16px;line-height:140%}}.promo-popup-title{text-align:center;max-width:320px;margin-top:28px}.promo-popup-close{position:absolute;top:12px;right:16px;display:inline-grid;place-items:center;transition:background-color .2s ease-in-out;border-radius:8px;padding:2px}.promo-popup-close svg{width:24px;height:24px;color:var(--Dark)}@media screen and (max-width:767px){.promo-popup-close{top:12px;right:12px}}.promo-popup-close:hover{background-color:var(--Light-Grey)}.promo-popup-auth{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}