

/* Start:/local/templates/unic2/components/bitrix/news/video/bitrix/news.list/video/style.css?16345400861365*/
main section.video.page-video .video__row {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw;
  margin-bottom: 5vw;
}
main section.video.page-video .video__row .video__iframe {
  height: 33vw;
}
main section.video.page-video .video__row .video__pub-date {
  width: 200px;
  color: #069fdb;
  font-family: Pfdin-R;
  padding: 20px 0;
  border-bottom: 2px solid #069fdb;
  margin-bottom: 20px;
}
main section.video.page-video .video__row .video__title {
  font-family: Pfdin-R;
  font-size: 30px;
  color: #069fdb;
}
main section.video.page-video .video__row .video__desc p {
  font-size: 19px;
  font-family: Roboto-R;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  main section.video.page-video .video__row {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10vw;
    margin-bottom: 10vw;
  }
  main section.video.page-video .video__row .video__iframe {
    height: 60vw;
  }
}
@media (max-width: 799px) {
  main section.video.page-video .video__row .video__pub-date {
    font-size: 16px;
    line-height: 24px;
  }
  main section.video.page-video .video__row .video__title {
    font-size: 28px;
    line-height: 32px;
  }
  main section.video.page-video .video__row .video__desc p {
    font-size: 16px;
    line-height: 24px;
  }
}

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

/* End */
/* /local/templates/unic2/components/bitrix/news/video/bitrix/news.list/video/style.css?16345400861365 */
