@charset "UTF-8";
/* (max-width: 360px)
 * Odpowiednik dla @include media-breakpoint-down(xs)
 */
/* (min-width: 361px)
 * Odpowiednik dla @include media-breakpoint-up(sm)
 */
/* (min-width: 361px) and (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-between(sm,sm);
 */
/* (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-down(sm)
 */
/* (min-width: 601px)
 * Odpowiednik dla @include media-breakpoint-up(md)
 */
/* (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-down(md)
 */
/* (min-width: 601px) and (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-only(md)
 */
/* (min-width: 961px)
 * Odpowiednik dla @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Odpowiednik dla @include media-breakpoint-between(sm,lg)
 */
/* (max-width: 1280px)
 * Odpowiednik @include media-breakpoint-down(lg)
 */
/* (min-width: 961px)
 * Odpwiednik @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Niestandardowy breakpoint. Brak obsługi po stronie bootstrapa
 */
/**
  1. Colors
  2. Border
  3. Font
  4. Elementy interface
  5. Space
  6. z-index
  7. Button
  8. Shadows
  9. Icon
  10. Transitions
  11. Component variables

**/
/**
  * 1. Colors
*/
/**
  * 3. Font
*/
/**
  * 4. Elementy interface
*/
/* Line height's PING */
/* Header PWA */
/**
  * 5. Space
*/
/* Spacers PING */
/**
  * 6. z-index
*/
/**
  * 6. Button
*/
/**
  * 8. Shadows
*/
/* Box shadows */
/**
  * 9. Icon
*/
/* Icon sizes */
/**
  * 10. Transitions
*/
/**
  * 11. Component variables
*/
/* Ripple */
/** Component **/
/*Paddingi na strone główną, dla zajawek i karuzeli akutalności*/
/* Motion design
 * - Hover - dostępny wyłącznie min-width: 601 - założenie koncepcyjne
 */
@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
body.state-zoom400 .rate-filters div[role=radio] {
  padding: 4px 10px;
}

@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.component.list_of_tiles .teaser_tiles_inner {
  overflow: hidden;
}

.variant-badge {
  position: absolute;
  top: 79px;
  right: 0px;
  transform: rotate(45deg);
  font-size: 15px;
  background-color: var(--color-ingOrange);
  margin-top: -99px;
  margin-right: -110px;
  color: white;
  line-height: 1;
  text-align: center;
  width: 275px;
  height: 100px;
  padding-top: 45px;
}

.variant-badge--2lines {
  padding-top: 50px;
}

@media only screen and (max-width: 480px), only screen and (max-width: 1200px) and (min-width: 961px) {
  .variant-badge {
    top: 71px;
    right: -17px;
    height: 80px;
    padding-top: 47px;
    font-size: 10px;
  }
  .variant-badge--2lines {
    padding-top: 51px;
  }
}
.button.primary.ghost {
  transition: background 0.4s ease;
  padding: 15px 1em;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  border: 1px solid var(--color-ingOrange);
  display: inline-block;
  background: var(--color-ingWhite);
  color: var(--color-ingOrange);
  border-radius: 4px;
}

.lower-links .buttons {
  margin-bottom: -10px !important;
}

.buttons {
  display: flex;
  justify-content: center;
}

.buttons .left {
  order: 1;
  background-color: var(--color-ingWhite);
  border: none;
}

.buttons .right {
  order: 2;
  white-space: nowrap;
}

.buttons .right span {
  margin-top: 0 !important;
}

.button.primary.ghost:hover {
  color: #000;
}

.bottomSpace {
  margin-bottom: 1em;
}

p.normal {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .component.teaser_tiles.h-position .tile_content .header {
    min-height: 65px;
  }
}
.no_borders.content_carousel .owl-item > DIV {
  border: none;
}