.popup{transition:all .5s;position:fixed;z-index:1000;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0}.popup__window{opacity:1;padding:40px 30px 15px;background-color:#fff;border-radius:10px}.popup__window form{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.popup__window form .createBtn{border-top:none}.popup__task{border-radius:10px;width:600px;height:150px;padding:15px;resize:none;overflow-y:auto;font-weight:400;font-size:18px}.popup__task:placeholder-shown{font-weight:100;font-size:18px;font-style:italic}.popup__close{position:absolute;top:-20px;right:-10px;cursor:pointer}.popup__close:after{transform:rotate(45deg);top:-1px}.popup__close:after,.popup__close:before{content:"";display:block;position:relative;width:15px;height:1px;background-color:#000}.popup__close:before{transform:rotate(135deg)}.popup_active{display:flex;justify-content:center;align-items:center;opacity:1}@media screen and (max-width:768px){.popup__task{width:400px}}@media screen and (max-width:576px){.popup__task{width:300px}}
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:after,:before{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}figure,h1,h2,h3,h4,h5,ol,p,ul{margin:0}ol[role=list],ul[role=list]{list-style:none;padding-inline:0}h1,h2,h3,h4,h5{font-size:inherit;font-weight:inherit}img{display:block;max-inline-size:100%}:root{font-family:Roboto,sans-serif}body{background-color:#e6e8e7}