@media (max-width: 992px) {
  .list_item_news .row_item, .list_item_other .row_item, .list_column .row_item {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list_item_news .col_item, .list_item_other .col_item, .list_column .col_item {
  padding-bottom: 38px;
}
@media (max-width: 992px) {
  .list_item_news .col_item, .list_item_other .col_item, .list_column .col_item {
    width: 50%;
    padding: 0 8px 30px;
  }
}
@media (max-width: 576px) {
  .list_item_news .col_item, .list_item_other .col_item, .list_column .col_item {
    width: 100%;
  }
}
.list_item_news .col_item .img a, .list_item_other .col_item .img a, .list_column .col_item .img a {
  padding-top: 50.9%;
}
.list_item_news .col_item .img a img, .list_item_other .col_item .img a img, .list_column .col_item .img a img {
  width: 100%;
}
.list_item_news .col_item .info h3, .list_item_other .col_item .info h3, .list_column .col_item .info h3 {
  padding: 15px 0 9px;
}
@media (max-width: 992px) {
  .list_item_news .col_item .info h3, .list_item_other .col_item .info h3, .list_column .col_item .info h3 {
    padding: 10px 0 5px;
  }
}
.list_item_news .col_item .info h3 a, .list_item_other .col_item .info h3 a, .list_column .col_item .info h3 a {
  font-size: 18px;
  color: #242424;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 992px) {
  .list_item_news .col_item .info h3 a, .list_item_other .col_item .info h3 a, .list_column .col_item .info h3 a {
    font-size: 16px;
    line-height: 20px;
  }
}
.list_item_news .detail a, .list_item_other .detail a, .list_column .detail a {
  font-size: 13px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #c3c3c3;
}
.list_item_news .detail a:hover, .list_item_other .detail a:hover, .list_column .detail a:hover {
  color: #e9af21;
}

.list_column .row_item {
  margin: 0;
}
.list_column .col_item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .list_column .col_item {
    padding-bottom: 10px;
  }
}
.list_column .item .img a {
  padding-top: 69.2%;
}
@media (min-width: 993px) {
  .list_column .item .info h3 {
    padding-bottom: 17px;
  }
}
/*# sourceMappingURL=func.css.map */