.box-app{max-width:145px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;border:1px solid #eeedf1;border-radius:3px;position:relative;cursor:pointer;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);margin-bottom:10px}.header-app{width:100%;height:35px;border-bottom:1px solid #eeedf1;position:relative}.icon-app{width:40px;height:40px;border-radius:100%;position:absolute;top:13px;left:5%;background:#0ab3e4;border:1px solid #eeedf1}.icon-app,.icon-app:before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.icon-app:before{content:attr(placeholder);font-size:1.4em;font-weight:700;width:35px;height:35px;text-transform:uppercase;-webkit-transform:translate(-.3px,.3px);transform:translate(-.3px,.3px);color:#fff}.body-app{width:100%;height:auto;padding:30px 10px 5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 5px 10px 5px}.author-app{width:100%;font-size:.7rem;color:#565758;font-weight:400;margin-bottom:5px}.title-app{width:100%;font-size:1.1rem;color:#131313;font-weight:700;margin-bottom:7px}.description-app{width:100%;font-size:.8rem;font-weight:400;color:#6d6d6d;max-height:40px;overflow:hidden}.apps-videsk-default{width:100%;height:auto;min-height:100px;padding:10px 10px 20px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.search-apps{width:100%;height:47px;padding:10px 10px 5px 10px}.search-apps input{width:100%;border-radius:99px;border:1px solid #eeedf1}.box-app:after{content:attr(notifications);width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;position:absolute;top:6px;right:6px;background:red;border-radius:100%;opacity:0;font-size:.6em;font-weight:700}.box-app.show-notifications:after{opacity:1}@media (max-width:500px){.apps-videsk-default{-ms-flex-pack:distribute;justify-content:space-around}}