.PopupBlock{align-items:center;background-color:#000c;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;position:fixed;z-index:6000}.PopupBlock__content{animation:PopupBlock__content .4s ease-out;display:flex;flex-direction:column;max-height:90%;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;position:relative;transform:translateY(0);width:100%}@keyframes PopupBlock__content{0%{transform:translateY(100vh)}to{transform:translateY(0)}}.PopupBlock__content_hidden{animation:PopupBlock__content_hidden .4s ease-out;transform:translateY(100vh)}@keyframes PopupBlock__content_hidden{0%{transform:translateY(0)}to{transform:translateY(100vh)}}.PopupBlock__contentHeader{background-color:#fff;display:flex;justify-content:flex-end;padding:20px 20px 0;position:relative}.PopupBlock__btnClose{align-items:center;background:#ff8a80;border-radius:8px;cursor:pointer;display:flex;height:30px;position:absolute;right:10px;top:10px;transition:.2s ease-in-out;width:30px;z-index:6002}.PopupBlock__btnClose:hover{opacity:.9;transition:.2s ease-in-out}.PopupBlock__contentMain{overflow:auto}@keyframes PopupBlock__btnClose{0%{opacity:0}60%{opacity:0}to{opacity:1}}@media screen and (max-width:1170px){.PopupBlock__content{margin:0 35px}}@media screen and (max-width:740px){.PopupBlock__content{margin:0}.PopupBlock__contentHeader{padding:10px}}
