.ModalWIndowBody{width:100vw;height:100vh;background:rgba(0,0,0,.8);position:fixed;top:0;left:0;cursor:pointer;z-index:1000}.ModalWIndowBody__body{position:fixed;top:50%;left:50%;z-index:1001;transform:translate(-50%,-50%);width:480px;height:85%;max-height:666px;border:1px solid #3b3d41;border-radius:10px;background-color:#0f1115;padding:15px;overflow:hidden}@media(max-width:550px){.ModalWIndowBody__body{width:380px}}@media(max-width:425px){.ModalWIndowBody__body{width:310px;padding-inline:5px}}.ModalWIndowBody__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-left:15px}.ModalWIndowBody__header__wrapper{display:flex;flex-direction:column;gap:10px}.ModalWIndowBody__header__title{font-size:24px;font-weight:700;line-height:1;color:#fff}.ModalWIndowBody__header__subtitle{font-weight:400;color:#868686;font-size:12px}.ModalWIndowBody__header__close{flex-shrink:0;cursor:pointer;height:52px;width:52px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#3b3d41}.ModalWIndowBody__header__close img{cursor:pointer}@media(max-width:800px){.ModalWIndowBody__header__close{width:40px;height:40px}}.ModalWIndowBody__header__close:hover{filter:brightness(120%)}.ModalWIndowBody__list{display:flex;flex-direction:column;gap:30px;overflow-y:scroll;overflow-x:hidden;margin:0;height:calc(100% - 100px);padding-inline:15px;scrollbar-width:none;-ms-overflow-style:none}.ModalWIndowBody__list::-webkit-scrollbar{display:none}.ModalWIndowBody__el{display:flex;flex-direction:column;gap:15px}.ModalWIndowBody__el__title{font-size:20px;font-weight:700;line-height:1;color:#fff}.ModalWIndowBody__el__list{display:flex;flex-direction:column}.ModalWIndowBody__el__row{display:flex;justify-content:space-between;padding-block:12px;border-bottom:1px solid hsla(0,0%,100%,.1)}.ModalWIndowBody__el__row:first-child{padding-top:0}.ModalWIndowBody__el__row:last-child{border-bottom:none}.ModalWIndowBody__el__label{font-size:14px;color:#fff;opacity:60%;font-weight:400;width:50%}@media(max-width:425px){.ModalWIndowBody__el__label{font-size:12px;width:40%}}.ModalWIndowBody__el__value{width:50%;text-align:right;font-size:14px;font-weight:400;color:#fff;line-height:1}@media(max-width:550px){.ModalWIndowBody__el__value{font-size:12px}}@media(max-width:425px){.ModalWIndowBody__el__value{font-size:12px;width:60%}}