@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");
}
.link_to_file--border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee !important;
}

@media only screen and (max-width: 767px) {
  .space-bottom-mobile {
    margin-bottom: 15px !important;
  }
}
.no-padding-top {
  padding-top: 0 !important;
}

.grey-box {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 80px 0 !important;
}

.grey-box .button {
  margin: 5px 0 15px;
}

.icon-left {
  padding: 0 0 15px 100px;
}

@media only screen and (max-width: 767px) {
  .icon-left {
    margin: 15px;
  }
}
.icon-left--limit {
  background: url("/_file/lp/ubezpieczenie-zycie-plus/wiek.png") no-repeat;
}

.icon-left--health {
  background: url("/_file/lp/ubezpieczenie-zycie-plus/stan_zdrowia.png") no-repeat;
}

.icon-left--protect {
  background: url("/_file/lp/ubezpieczenie-zycie-plus/ochrona.png") no-repeat;
}

.icon-left--pay {
  background: url("/_file/lp/ubezpieczenie-zycie-plus/skladka.png") no-repeat;
}

.boxes .content_area {
  border: 1px solid #d6d6d6;
  border-bottom: 3px solid rgba(135, 135, 139, 0.4);
  border-radius: 6px;
  padding: 40px 20px 30px;
}

.padding-lr-60 .content_area {
  padding: 0px 60px;
}

.boxes .intro {
  display: inline-block;
  color: #ff6600;
  font-size: 13px;
  margin: 20px 0 15px;
}

.mortgage-offers {
  position: relative;
  padding: 0 15px 18px 15px;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  border-bottom: 3px solid rgba(135, 135, 139, 0.4);
  border-radius: 6px;
}

.mortgage-offers h3 {
  margin: 0 -15px;
  padding: 15px 15px 3px 15px;
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 6px 6px 0 0;
}

.mortgage-offers p {
  margin: 0;
  padding: 25px 0 13px 0;
  position: relative;
}

.mortgage-offers table {
  width: 100%;
}

.mortgage-offers p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
  border-style: solid;
  border-width: 13px;
  border-color: #f0f0f0 transparent transparent transparent;
}

.mortgage-offers table td {
  border-top: 1px solid #d6d6d6;
  padding: 13px 0 14px 0;
}

.mortgage-offers h4 {
  margin: 0 -15px;
  padding: 0px 15px 55px 15px;
  overflow: hidden;
  background: #f0f0f0;
  font-size: 16px;
}

.mortgage-offers > p:nth-child(4):before {
  display: none;
}

.eye-catch {
  color: var(--color-ingOrange);
  font-weight: bold;
}