.program-news {
  display: flex;
  font-family: Arial, Helvetica, sans-serif; }
  .program-news__container {
    max-width: 1150px;
    padding: 2.0408163265vw;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
  .program-news__block {
    flex-basis: 33%;
    padding: 0.5102040816vw;
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 1.5306122449vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 17.3469387755vw;
    transition: 300ms;
    transition-delay: 100ms; }
    .program-news__block:hover {
      text-decoration: none;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); }
      .program-news__block:hover .program-news__title {
        color: #357dc1; }
    .program-news__block.new {
      position: relative; }
      .program-news__block.new::before {
        content: "";
        display: block;
        width: 6.1224489796vw;
        height: 3.0612244898vw;
        position: absolute;
        left: 0;
        bottom: 1.2755102041vw;
        background-image: url("/public/img/program/news/new.png");
        background-repeat: no-repeat;
        background-size: contain; }
  .program-news__title {
    font-size: 1.0204081633vw;
    line-height: 1.2em;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: auto;
    transition: 300ms; }
  .program-news__preview {
    padding: 0.5102040816vw 1.5306122449vw 1.5306122449vw 1.5306122449vw;
    margin-top: auto; }
    .program-news__preview-img {
      width: 100%;
      object-fit: cover; }

@media screen and (max-width: 1264px) {
  .program-news__container {
    padding: 40px; }
  .program-news__block {
    min-height: 300px;
    padding: 10px;
    margin-bottom: 20px; }
    .program-news__block.new::before {
      width: 100px;
      height: 60px; }
  .program-news__title {
    font-size: 16px; }
  .program-news__preview {
    padding: 10px 30px 30px 30px; } }
@media screen and (max-width: 960px) {
  .program-news__block {
    min-height: 250px; } }

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