@import url(https://fonts.googleapis.com/css?family=Roboto+Slab|PT+Sans+Caption&subset=latin,cyrillic);html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;font-family:'Roboto Slab', serif;font-weight:normal}p,a{font-family:'PT Sans Caption', sans-serif;font-size:.8em}.container{max-width:1440px;height:100vh;margin:0 auto;background:url(./assets/images/bg.png)}.header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;margin-bottom:30px;background:#fff;box-shadow:0px 0px 4px rgba(0,0,0,0.1)}.nav{background-repeat:no-repeat;background-position:0 0;cursor:pointer}.nav__burger{background-image:url(./assets/images/menu_burger.svg);width:28px;height:28px}.nav__dotted{background-image:url(./assets/images/menu_dotted.svg);width:24px;height:24px}.title{flex-grow:1;padding:0 30px;font-size:20px;color:#696969}.main{display:flex;padding:0 20px 30px}.tools-panel{padding:16px 0;background-color:#fff;box-shadow:2px 4px 10px rgba(0,0,0,0.4)}.tools-panel:not(:last-child){margin-bottom:40px}.tool li{display:flex;align-items:center;cursor:pointer;padding:14px 30px}.tool li:hover{background-color:skyblue}.tool li img{height:20px;width:auto}.tool li span{padding-left:20px}.tool .color{height:20px;border-radius:50%}.tool .color.red{background-color:red}.tool .color.black{background-color:black}.tool .color.white{background-color:white}.tool .color.green{background-color:green}.selection{display:flex;flex-direction:column;min-width:150px}.selection-item{padding:14px 24px 14px 8px}.selection>input{padding:14px 30px}.drawing-area{flex-grow:1;text-align:center}.drawing-area .canvas{background:#e6e6e6;box-shadow:2px 4px 10px rgba(0,0,0,0.4)}
