.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000005f;display:flex;align-items:center;justify-content:center;padding:20px;z-index:40}.modal__content{border-radius:12px;width:600px;max-width:100%;box-shadow:0 8px 8px -4px rgba(16,24,40,.03),0 20px 24px -4px rgba(16,24,40,.08);background:var(--colors-background-bg-primary)}.modal__content_head{width:100%;display:flex;justify-content:space-between;padding:24px 24px 0}.modal__content_head_title{font-family:var(--font-family);font-weight:600;font-size:18px;line-height:156%;color:var(--colors-base-black)}.modal__content_head_close{cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.modal__content_content{padding:24px}