.started-popup{padding:0;border:none;border-radius:32px;background-color:#fff}.started-popup::backdrop{background-color:rgba(0,0,0,.5)}.started-popup .started-popup__content{display:flex;flex-direction:column;align-items:center;gap:25px;width:85dvw;max-width:925px;padding:25px}@media(width >= 1024px){.started-popup .started-popup__content{padding:70px 110px}}.started-popup .started-popup__content *{text-align:center;line-height:1.21}.started-popup .started-popup__content .started-popup__title{color:#d5377b;font-size:24px}.started-popup .started-popup__content .started-popup__text{max-width:660px;font-size:18px}.started-popup .started-popup__content .started-popup__footer{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.started-popup .started-popup__content .started-popup__footer *{display:flex;align-items:center;justify-content:center;width:260px;font-size:15px;text-transform:uppercase}.started-popup .started-popup__content .started-popup__footer a{color:#242424}