@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");
}
.proces-customer_credit_title .container_component {
  padding: 0;
}
.proces-customer_credit_title .container_component .box .inner {
  background: var(--color-ingWhite);
  padding: 2em;
}
.proces-customer_credit_title .container_component .box .inner h3 {
  font-size: 20px;
  line-height: 28px;
}
.proces-customer_credit_title .container_component .box .inner p {
  font-size: 14px;
}
.proces-customer_credit_title .container_component .box .inner .img {
  text-align: center;
  width: auto;
}
.proces-customer_credit_title .container_component .box .inner .img IMG {
  width: auto;
}
.proces-customer_credit_title .container_component .box .inner .img {
  position: relative;
}
.proces-customer_credit_title .container_component .box .inner .img:after {
  content: "";
  display: block;
  width: 110px;
  height: 30px;
  position: absolute;
  top: 50px;
  right: -90px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-image: url(https://www.ing.pl/_fileserver/time20171003104452/item/1122362);
}
.proces-customer_credit_title .container_component .box:last-child .inner .img:after {
  display: none;
}

.content-customer_credit_title {
  max-width: 470px;
  text-align: center;
  margin: 20px auto 0;
}
.content-customer_credit_title .content_area ol {
  padding-left: 1em;
}

@media only screen and (max-width: 480px) {
  .footers_box .footer_links .column_container {
    width: 100% !important;
    padding-left: 0;
  }
}