.news__view .news__title h1 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px; }
.news__view .published, .news__view .club__name {
  font-size: 14px; }
  .news__view .published span, .news__view .club__name span {
    color: #818181; }
.news__view .news__text p {
  font-size: 17px;
  letter-spacing: 1px; }

.news {
  background: #ff8940;
  margin-top: 80px; }

.news .main__img {
  margin-top: 15px; }

.news .news__title {
  background: #ff8940;
  margin: -47px 0 0 0;
  border-radius: 15px 15px 0 0;
  padding-left: 20px; }

.news .news__title h1 {
  color: #fff;
  padding: 0;
  margin: 0; }

.news .news__text {
  background: #fff;
  min-height: 145px;
  border-radius: 0 0 15px 15px; }

.news .info__current__likes__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 10px 0;
  background: #ffa873; }

.news .info__current__likes__wrap .info__current__likes {
  margin: 13px 10px 0 0; }

.news .info__current__likes__wrap .info__current__likes .card-info-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  width: 85px; }

.news .info__current__likes__wrap .info__current__likes .card-info-like img {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0; }

.news .info__current__likes__wrap .info__current__likes .card-info-like p {
  color: #fff;
  margin: 0;
  padding: 0; }

.news .info__current__likes__wrap .news-assessment {
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end; }

.news .info__current__likes__wrap .news-assessment__like,
.news .info__current__likes__wrap .news-assessment__dis-like {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff6200; }

.news .info__current__likes__wrap .news-assessment__like .news_item_like img,
.news .info__current__likes__wrap .news-assessment__dis-like .news_item_like img,
.news .info__current__likes__wrap .news-assessment__like .news_item_dislike img,
.news .info__current__likes__wrap .news-assessment__dis-like .news_item_dislike img {
  cursor: pointer; }

.news .info__current__likes__wrap .news-assessment__dis-like {
  background: #111111; }

/*# sourceMappingURL=view.css.map */
