.categories{margin-top:60px}.categories__list{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.categories__list li{padding:0 18px}.categories__list li a{height:38px;padding:0 22px;border:2px solid #858180;text-decoration:none;color:#858180;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;-moz-transition:all .2s ease-in;transition:all .2s ease-in;text-align:center;-webkit-border-radius:38px;-moz-border-radius:38px;border-radius:38px;line-height:34px;display:block}.categories__list li a:hover,.categories__list li.current-cat a{border-color:#dcd1cd;color:#dcd1cd}.news__poster{position:relative}.news__poster:before{height:100px;right:0;content:"";position:absolute;bottom:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(30,87,153,0)),to(rgba(0,0,0,.95)));background:-webkit-linear-gradient(top,rgba(30,87,153,0),rgba(0,0,0,.95));background:-moz-linear-gradient(top,rgba(30,87,153,0) 0,rgba(0,0,0,.95) 100%);background:-o-linear-gradient(top,rgba(30,87,153,0) 0,rgba(0,0,0,.95) 100%);background:linear-gradient(180deg,rgba(30,87,153,0) 0,rgba(0,0,0,.95));left:0}.news__categories{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-moz-box-pack:end;right:15px;position:absolute;bottom:5px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.news__category{height:30px;padding:0 25px;font-size:14px;border:2px solid #dbdad8;text-decoration:none;margin-bottom:10px;color:#dbdad8;text-align:center;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;line-height:24px;display:block}.news__category+.news__category{margin-left:10px}.news__category#blog{display:none}@media screen and (max-width:767px){.categories__list li{padding:0 10px;margin-bottom:20px;width:50%}}