.overlay{z-index:10;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.overlay--right{justify-content:flex-end}@media (width<=1400px){.overlay{align-items:flex-end}.overlay--flying{align-items:center;padding:0 10px}}.modal{z-index:5;transform-origin:top;background:#fff;border-radius:16px;max-width:1208px;position:relative}.modal--swiping{-webkit-user-select:none;user-select:none;touch-action:pan-y}.modal--side{border-radius:20px;flex-direction:column;width:480px;max-width:480px;height:calc(97vh - 24px);margin-right:16px;padding:12px;animation:.25s both slideIn;display:flex}.modal--side__header{justify-content:space-between;display:flex}.modal--side__title{color:#1c1c1c;margin:0;font-family:ManropeSemiBold,sans-serif;font-size:18px;font-weight:600}.modal--side__close{cursor:pointer;background:#f9f9f0;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s;display:flex}.modal--side__close:hover{opacity:.7}.modal--side__close img{width:24px;height:24px}.modal--flying{border-radius:20px;height:auto}.modal--no-animation{transition:none!important;animation:none!important}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=1400px){.modal{border-bottom-right-radius:0;border-bottom-left-radius:0;width:100%;max-width:100%}.modal--flying{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.modal--side{margin-right:0}}
