@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");
}
@media only screen and (min-width: 481px) {
  .table-custom tr {
    border-bottom: 1px solid #eaeaea;
  }
}
.table-custom th:first-child {
  width: 35%;
}

.table-custom th:last-child {
  width: 99px;
}

.table-custom td:last-child {
  text-align: right;
}

.table-custom td.space {
  position: relative;
}

.table-custom td.space:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color-ingWhite);
}

@media only screen and (max-width: 480px) {
  .table-custom td.space:before {
    display: none;
  }
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

@media only screen and (min-width: 768px) {
  .max-750 {
    max-width: 750px;
    margin: 0 auto;
  }
}
.small-margin-b {
  margin-bottom: 0.2em !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.block_how_to_start.no_body .body {
  display: none;
}
.block_how_to_start.no_body .item {
  padding-bottom: 0 !important;
}

.block_how_to_start.no_number .step_number > div {
  font-size: 0 !important;
}

.block_how_to_get.how-to-get--light .box .inner {
  background: var(--color-ingWhite);
  border: 1px solid #d9d9d9;
}

/* Płatności */
.list_of_related_pages.payment > UL > LI > .image {
  float: none;
  width: 100%;
}

.list_of_related_pages.payment > UL > LI > .image img {
  width: auto;
}

.list_of_related_pages.payment > UL > LI > .text.with-image {
  margin-left: 0;
}