*{-webkit-box-sizing:border-box;box-sizing:border-box}html,select{font-size:18px}h1{margin:5px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.headOfApp{margin-top:10px;text-align:center}.headOfApp>select{width:250px}.headOfApp>select>option:first-child{display:none}.forms{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.create{padding:20px;width:400px;height:400px;border-radius:10px;background-color:#fff;position:relative;text-align:center;border:1px solid red}.create>.aWarning{display:block;color:red;text-align:right;padding-bottom:10px}.create>h2{margin:0;text-align:center;font-weight:400;font-size:25px;padding-bottom:20px}.create>select{display:block;margin:0 auto 80px}.create>label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:left}.create input{margin-bottom:10px}.btnGreate{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;position:absolute;bottom:20px;width:100%;left:0}.btnGreate>button{width:110px;height:35px;border-radius:10px;background-color:#000;color:#fff;border:none;outline:none}.btnGreate>button:hover{cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btnGreate>.cancelAdd:hover{background-color:red}.btnGreate>.saveNewTransport:hover{background-color:green}.list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:100%;margin-top:80px;list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.listMainItem{display:block;width:45%}.listMainItem.full{width:100%}.listMainItem.remove{display:none}.listMainItem>h2{margin:0;border-bottom:5px solid #000}.listMainItem>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.listItem{display:none}.listItem.show{display:block;position:relative;border:1px solid grey;width:250px;height:250px;margin:10px 15px 20px 0;word-wrap:break-word;padding:10px}.listItem>p{margin:0 0 5px;height:24px;overflow:auto}.listItem>h3{margin:0 0 10px}
