.Modal_wrap__MrdJp{--width:572px;--height:auto;--maxHeight:calc(100% - (var(--mainPadding) * 2));--radius:24px;--padding:34px 24px;--closeSize:30px;--opacity:0;--visibility:hidden;position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:var(--opacity);visibility:var(--visibility);transition:opacity .3s,visibility .3s}.Modal_wrap__MrdJp.Modal_big__eNWUB{--width:1000px}@media only screen and (min-width:1025px){.Modal_wrap__MrdJp.Modal_big__eNWUB{--maxHeight:640px;--height:640px}}.Modal_wrap__MrdJp.Modal_open__36CWV{--opacity:1;--visibility:visible}@media only screen and (min-width:1025px){.Modal_wrap__MrdJp{--padding:48px;--closeSize:40px}}.Modal_inner__pp3WO{width:calc(100% - var(--mainPadding)*2);max-width:var(--width);height:var(--height);max-height:var(--maxHeight);background:var(--colorBackgroundModal);border-radius:var(--radius);padding:var(--padding);position:relative;display:flex;flex-direction:column;z-index:22}.Modal_content__mZkaV{flex-grow:1;display:flex;flex-direction:column;width:100%;overflow-x:hidden;overflow-y:auto}.Modal_content__mZkaV::-webkit-scrollbar-thumb{display:none}.Modal_content__mZkaV::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.Modal_content__mZkaV>:last-child{padding-right:3px}.Modal_content__mZkaV::-webkit-scrollbar{width:2px}.Modal_content__mZkaV::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:2px}.Modal_content__mZkaV::-webkit-scrollbar-thumb{border-radius:2px;background:var(--primaryBlack)}.Modal_content__mZkaV [class*=title]{color:var(--colorTextPrimary);font-size:28px;font-style:normal;font-weight:500;line-height:36px;letter-spacing:.2px}@media only screen and (max-width:1023px){.Modal_content__mZkaV [class*=title]{font-size:22px}}.Modal_content__mZkaV [class*=note]{color:var(--colorTextSecondary);font-size:17px;font-style:normal;font-weight:400;line-height:24px;margin-top:12px;letter-spacing:.3px}@media only screen and (max-width:1023px){.Modal_content__mZkaV [class*=note]{margin-top:8px}}.Modal_close__4BaPY{position:absolute;z-index:3;top:12px;right:12px;width:var(--closeSize);height:var(--closeSize);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px}.Modal_close__4BaPY svg path{fill:var(--colorIconPrimary)}@media only screen and (min-width:1025px){.Modal_close__4BaPY{top:20px;right:20px}}