@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.content .content_area h2 + p {
  margin-top: -1.4em;
}

.col-lg-3 .component.teaser_tiles .teaser_tiles_inner.fixed-to-bottom .tile_content {
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
}

@media only screen and (max-width: 991px) {
  .col-lg-3 .component.teaser_tiles .teaser_tiles_inner.fixed-to-bottom .tile_content {
    padding: 24px 24px 48px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .component.list_of_tiles h3 {
    min-height: 2.667em;
  }
}
.component.teaser_tiles div.buttons a.link:first-child,
.component.teaser_tiles div.buttons > span.link:first-child {
  margin-left: 0;
}

.fund-chart {
  width: 162px;
  height: 162px;
  position: relative;
  margin: 20px auto;
}

.fund-chart .bond,
.fund-chart .share {
  width: 30%;
  position: relative;
  text-align: center;
  font-size: 12px;
}

.fund-chart .bond:after,
.fund-chart .share:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 24px;
  width: 30px;
  border-bottom: 1px solid #aaa;
}

.fund-chart .value {
  display: block;
  color: var(--color-ingOrange);
  font-size: 16px;
  border-bottom: 1px solid #aaa;
}

.fund-chart .bond {
  float: left;
  margin: -20px 0 0 -20px;
}

.fund-chart .bond:after {
  transform-origin: 0% 0%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.fund-chart .share {
  float: right;
  margin: -20px -20px 0 0;
}

.fund-chart .share:after {
  left: auto;
  right: 100%;
  transform-origin: 100% 0%;
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.fund-chart.fund-chart-100-0 {
  background: url("/_file/lp/fundusz-z-lokata/fund-chart-100-0.png");
}

.fund-chart.fund-chart-70-30 {
  background: url("/_file/lp/fundusz-z-lokata/fund-chart-70-30.png");
}

.fund-chart.fund-chart-50-50 {
  background: url("/_file/lp/fundusz-z-lokata/fund-chart-50-50.png");
}

.fund-chart.fund-chart-0-100 {
  background: url("/_file/lp/fundusz-z-lokata/fund-chart-0-100.png");
}

.level_risk {
  font-weight: bold;
}

@media only screen and (min-width: 481px) {
  .level_risk {
    display: block;
  }
}
.level_risk_low {
  color: #349651;
}

.level_risk_medium {
  color: #ffc600;
}

.level_risk_high {
  color: #ff9600;
}

.level_risk_very_high {
  color: #c10000;
}

.fund_value {
  font-weight: bold;
}

@media only screen and (min-width: 481px) {
  .fund_value {
    display: block;
  }
}
.how-it-works-row {
  margin: 0 0 3.7em 0;
  border: 1px solid #d6d6d6 !important;
  border-bottom: 3px solid rgba(135, 135, 139, 0.4) !important;
  overflow: hidden;
  border-radius: 10px;
  background: #f0f0f0;
}

.how-it-works-row .layout_column {
  padding-top: 26px;
  padding-bottom: 22px;
}

.how-it-works-row .layout_column .component_wrapper {
  margin-left: 1.5em;
}

.how-it-works-row .layout_column:first-child .component_wrapper {
  margin-left: 0.5em;
}

.how-it-works-row .layout_column:last-child {
  background: var(--color-ingWhite);
}

@media only screen and (min-width: 481px) {
  .how-it-works-row {
    margin: 0 3.7em 3.7em 3.7em;
  }
}
.content_area a.pdf {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .contact-row .layout_column {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .contact-row {
    margin-bottom: 3em;
  }
  .contact-row .component.content {
    min-height: 280px;
  }
  .contact-row .buttons {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .content_carousel .owl-item > DIV {
    border: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .text-center-xs {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .max950 {
    max-width: 950px;
    margin: 0 auto;
  }
  .max750 {
    max-width: 750px;
    margin: 0 auto;
  }
  .max550 {
    max-width: 550px;
    margin: 0 auto;
  }
}