html{--refRes:1920;font-size:clamp(1rem,.5rem + 1vw,1.5rem);font-size:calc(100vw/var(--refRes)*16);font-size:clamp(8px,.2rem + 100vw/var(--refRes) * 13.2,30px)}@media (width<=1024px){html{--refRes:768}}@media (width<=767px){html{--refRes:375}}.modal{z-index:999;background-color:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed}.modal__wrapper{background-color:#fff;border-radius:1.5rem;width:610px;max-width:90vw;max-height:90vh;padding:42px 0;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.modal__view{scrollbar-color:#80379b transparent;scrollbar-width:thin;max-height:calc(90vh - 84px);padding:0 42px;overflow-y:auto}.modal__header{justify-content:space-between;align-items:center;display:flex}.modal__close{cursor:pointer}.modal__close path{transition:stroke .5s}.modal__close:hover path{stroke:#80379b}@media (width<=768px){.modal__wrapper{padding:24px 0}.modal__view{max-height:calc(90vh - 48px);padding:0 24px}}.errorInModal{font-size:2rem}.errorInModal__tools{justify-content:center;margin-top:3rem;display:flex}.errorInModal__tools .btn{justify-content:center;min-width:9.25rem}
