.-popup{align-items:center;display:flex;height:100%;justify-content:center;inset:0;position:fixed;width:100%;z-index:var(--b62b6b4c)}@media only screen and (max-width:1024px){.-popup{align-items:flex-end}}.-popup__content{box-sizing:border-box;max-height:calc(100% - 32px);position:relative;width:100%}@media only screen and (max-width:1024px){.-popup__content{bottom:0;left:0;max-width:100%!important;position:fixed;right:0}}.-popup__content-wrapper{box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:none;padding:0 40px}@media only screen and (max-width:1024px){.-popup__content-wrapper{padding:0 16px}}.-popup__content_variant_default{background-color:var(--color-bg-primary);border-radius:var(--border-radius-l);overflow:hidden;overscroll-behavior-y:none;padding:40px 0}@media only screen and (max-width:1024px){.-popup__content_variant_default{padding:24px 0}}.-popup-animation-enter-active{animation:zoom-animation .15s}@media only screen and (max-width:1024px){.-popup-animation-enter-active{animation:slide-up-animation .15s}}.-popup-animation-leave-active{animation:zoom-animation .2s reverse}@media only screen and (max-width:1024px){.-popup-animation-leave-active{animation:slide-up-animation .15s reverse}}@keyframes zoom-animation{0%{transform:scale(0)}50%{transform:scale(.5)}to{transform:scale(1)}}@keyframes slide-up-animation{0%{opacity:0;transform:translateY(200vh)}to{opacity:1;transform:translateY(0)}}
