.work-list{display:grid;grid-template-columns:minmax(200px,24%) 5fr;grid-template-rows:30px 1fr;grid-template-areas:"header header" "works constructs";-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;row-gap:30px}.work-list__header{grid-area:header}.work-list__group-keys{grid-area:works}.work-list__subtitle{font-family:Fira Sans,Arial,serif;font-size:14px;font-weight:400;line-height:18px;color:#2b2f33;margin:0 0 15px}.work-list__constructs{grid-area:constructs}.work-list__success-popup-text{font:400 12px/1.3 Fira Sans,Arial,sans-serif;color:#535659}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .15s;transition:opacity .15s}.fade-enter,.fade-leave-to{opacity:0}@media screen and (min-width:1640px){.work-list__subtitle{font-size:16px}.work-list__success-popup-text{font-size:14px}}