.news-group.pogon-bg {
  background-size: 429px;
  background-position: calc(50vw + 585px) center;
  background-repeat: no-repeat;
  background-image: url("/img/pogon-bg.svg"); }
.news-group.disable-pagination .pagination {
  display: none; }
.news-group .module-title .module-title-text {
  text-align: left; }

.newsy.fotorelacje .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 100%;
  position: relative;
  left: 0;
  transform: none;
  background-color: transparent;
  height: auto; }
  .newsy.fotorelacje .date .date-inner {
    transform: none;
    padding-left: 30px;
    background-size: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url("/img/news-time.svg");
    justify-content: center;
    min-height: 20px; }
    .newsy.fotorelacje .date .date-inner span {
      font-size: 17rem;
      color: var(--primary-text);
      font-weight: 500; }
  .newsy.fotorelacje .date .autor-inner {
    padding-left: 30px;
    margin-left: 30px;
    background-size: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-image: url("/img/news-author.svg");
    min-height: 20px; }
    .newsy.fotorelacje .date .autor-inner span {
      font-size: 17rem;
      color: var(--primary-text);
      font-weight: 500; }
.newsy.fotorelacje .text {
  background-color: transparent; }
.newsy.fotorelacje .text-inner {
  padding-left: 0;
  padding-right: 0; }
.newsy.wideorelacje .one-news:hover .video-play .video-play-image {
  transform: scale(0.9); }
.newsy.wideorelacje .video-play {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 7; }
  .newsy.wideorelacje .video-play .video-play-image {
    width: 30%;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/news-play.svg");
    transition: 0.3s;
    -webkit-transition: 0.3s; }
.newsy.wideorelacje .foto {
  display: flex;
  justify-content: center;
  align-items: center; }
.newsy.wideorelacje .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 100%;
  position: relative;
  left: 0;
  transform: none;
  background-color: transparent;
  height: auto; }
  .newsy.wideorelacje .date .date-inner {
    transform: none;
    padding-left: 30px;
    background-size: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url("/img/news-time.svg");
    justify-content: center;
    min-height: 20px; }
    .newsy.wideorelacje .date .date-inner span {
      font-size: 17rem;
      color: var(--primary-text);
      font-weight: 500; }
  .newsy.wideorelacje .date .autor-inner {
    padding-left: 30px;
    margin-left: 30px;
    background-size: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-image: url("/img/news-author.svg");
    min-height: 20px; }
    .newsy.wideorelacje .date .autor-inner span {
      font-size: 17rem;
      color: var(--primary-text);
      font-weight: 500; }
.newsy.wideorelacje .text {
  background-color: transparent; }
.newsy.wideorelacje .text-inner {
  padding-left: 0;
  padding-right: 0; }
.newsy .foto {
  position: relative;
  overflow: hidden;
  aspect-ratio: 144 / 95; }
  .newsy .foto .image {
    margin: 0;
    height: 100%; }
  .newsy .foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
.newsy .text {
  display: flex;
  width: 100%;
  background-color: var(--light-bg); }
.newsy .text-inner {
  flex: 1 1 50%;
  padding: 30px 25px; }
.newsy .date {
  background-color: var(--primary-bg);
  transform: skew(-45deg);
  position: absolute;
  top: 0;
  width: 130px;
  height: 130px;
  left: -65px; }
  .newsy .date .date-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transform: skew(45deg);
    padding-left: 30px; }
  .newsy .date span {
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--primary-title);
    font-weight: 500;
    display: block;
    text-align: center; }
  .newsy .date strong {
    font-size: 25rem;
    letter-spacing: 1rem;
    font-weight: 800; }
.newsy h2 {
  font-weight: 700;
  font-size: 47rem;
  text-align: center;
  margin-bottom: 60px; }
.newsy h3 {
  font-family: "Teko", sans-serif;
  color: var(--primary-title);
  font-size: 32rem;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
.newsy p {
  font-size: 17rem;
  color: var(--primary-text);
  text-align: left;
  margin-bottom: 0; }
.newsy .one-news {
  margin-bottom: 30px; }
  .newsy .one-news:hover h3 {
    color: var(--text-hover); }
  .newsy .one-news:hover .foto img {
    transform: scale(1.1); }
.newsy .owl-item {
  padding: 10px; }

@media (max-width: 575.5px) {
  .news-group.pogon-bg {
    background-size: 120px;
    background-position: calc(100% - 20px) 20px; }

  .newsy .owl-nav {
    display: none; }
  .newsy .date {
    min-width: 65px;
    width: 100px;
    height: 100px;
    left: -50px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 1rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    font-size: 22rem;
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; }
  .newsy .one-news {
    margin-bottom: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .news-group.pogon-bg {
    background-size: 150px;
    background-position: calc(100% - 50px) 30px; }

  .newsy.wideorelacje .date {
    flex-direction: column;
    align-items: flex-start; }
    .newsy.wideorelacje .date .autor-inner {
      margin-left: 0;
      margin-top: 10px; }
  .newsy .date {
    min-width: 70px;
    width: 100px;
    height: 100px;
    left: -50px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 2rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    font-size: 25rem;
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; }
  .newsy .one-news {
    margin-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .news-group.pogon-bg {
    background-size: 300px;
    background-position: calc(50vw + 310px) center; }

  .newsy .date {
    min-width: 70px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 2rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    font-size: 25rem;
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .news-group.pogon-bg {
    background-size: 350px;
    background-position: calc(50vw + 420px) center; }

  .newsy .text-inner {
    padding: 15px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .news-group.pogon-bg {
    background-size: 400px;
    background-position: calc(50vw + 500px) center; }

  .newsy .text-inner {
    padding: 15px; } }

/*# sourceMappingURL=news.css.map */
