.section-news {
  padding-top: 40px; }

.section__title {
  padding: 20px 0;
  text-align: center;
  font-size: 30px; }

.news-featured {
  margin: 30px 20px 40px; }
  .news-featured__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
        grid-template-areas: "img title" "img date" "img summary"; }
    @media (max-width: 839px) {
      .news-featured__item {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto auto auto 1fr;
        grid-template-rows: auto auto auto 1fr;
            grid-template-areas: "img" "title" "date" "summary"; } }
  .news-featured__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: img;
    width: 400px;
    position: relative;
    margin-right: 20px; }
  @media (max-width: 839px) {
      .news-featured__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; } }
    @media (max-width: 839px) {
      .news-featured__img {
        width: auto;
        margin-right: 0; } }
    .news-featured__img:before {
      content: '';
      display: block;
      padding-top: 70%; }

.news-standard__container {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px; }
  @media (max-width: 839px) {
    .news-standard__container {
      display: block; } }

.news-standard .news__item {
  margin: 10px 20px;
  -webkit-box-flex: 1;
          flex: 1 1 30%; }
  @media (max-width: 839px) {
    .news-standard .news__item {
      -webkit-box-flex: 1;
              flex: 1 1 auto; } }
  .news-standard .news__item:hover .news__item__info {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  .news-standard .news__item:hover .news__item__cover:before {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }

.news__item__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 20px 20px;
  z-index: 5;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 0 0 4px 4px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  color: #fff; }
  .news__item__info a {
    color: #fff; }

.news__item__cover {
  display: block;
  position: relative; }
  .news__item__cover:before {
    content: '';
    display: block;
    padding-top: 70%;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 4px; }
  .news__item__cover:hover .news__item__cover--img {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  .news__item__cover--img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
    border-radius: 4px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s;
    transition: .3s; }
  .news__item__cover--shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transform: scale(0.9) translate3d(0, 30px, 0);
            transform: scale(0.9) translate3d(0, 30px, 0);
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-filter: blur(30px);
            filter: blur(30px); }

.news__item__cat {
  left: -10px;
  position: relative;
  display: block; }

.news__item__title {
  font-size: 24px;
  font-weight: bold;
  color: #2a2d47;
  margin: 10px 0;
  line-height: 1.5;
  display: block; }
  .news-standard .news__item__title {
    font-size: 18px;
    color: #fff; }
  .news__item__title a {
    color: #2a2d47;
    -webkit-transition: .3s;
    transition: .3s; }
    .news-standard .news__item__title a {
      color: #fff; }
    .news__item__title a:hover {
      color: #691917; }
  .news-featured .news__item__title {
    margin-top: 20px; }

.news__item__date {
  display: block;
  font-size: 14px;
  color: rgba(42, 45, 71, 0.8); }
  .news-standard .news__item__date {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px; }

.news__item__summary {
  margin: 20px 0 10px;
  line-height: 1.6; }

.news__item__more {
  color: #3d4167;
  margin: 20px 0;
  display: block; }
  .news__item__more span {
    margin-left: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block; }
  .news__item__more:hover {
    color: #691917; }
    .news__item__more:hover span {
      -webkit-transform: translate3d(5px, 0, 0);
              transform: translate3d(5px, 0, 0); }

/*# sourceMappingURL=mod-news.css.map */
