@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");
}
.not-bold {
  font-weight: normal !important;
}

.table_type2.smaller {
  font-size: 12px;
}

.table_type2.smaller th,
.table_type2.smaller tbody tr td:first-of-type {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .navi-home {
    margin-top: 2em;
  }
  .banner_visual.select_property.intro_banner .content {
    padding-left: 0;
    padding-top: 40px;
  }
  .top_spaces {
    margin-top: 1em;
  }
}
.component_wrapper > .component.content.amount_credit {
  padding-bottom: 0;
}

.highlight {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
  display: block;
}

.how_to_apply .container_component .box .inner .img {
  width: 70px;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 481px) {
  .how_to_apply .container_component .box .inner .content_area {
    padding: 0 50px 2em;
  }
}
.how_to_apply .container_component .box .inner .content_area p {
  line-height: 1.5;
}

.how_to_apply .container_component .box .inner .content_area h3 {
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .how_to_apply .container_component .box:first-child .inner {
    margin-right: 10px;
  }
  .how_to_apply .container_component .box:nth-child(2) .inner {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .how_to_apply .container_component .box:first-child .inner {
    border-radius: 6px 6px 0 0;
  }
  .how_to_apply .container_component .box:nth-child(2) .inner {
    border-radius: 0 0 6px 6px;
  }
}
.owl-imageItems h4 {
  line-height: 1.22;
}

.owl-imageItems .content_carousel .owl-item > DIV {
  padding: auto;
}

.gray-box {
  text-align: center;
  padding: 1em 0.8em 0.8em;
  background: #f0f0f0;
  margin-right: 20px;
  border-radius: 6px;
  margin-bottom: 10px;
  width: 100%;
}

.gray-box a {
  font-size: 14px;
}

.component.content .content_area .gray-box h2 {
  margin-bottom: 6px;
}