@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");
}
@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 (min-width: 601px) {
  .news_carousel_large {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .news_carousel_large {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.news_carousel_large .header_news {
  display: inline-block;
  margin-bottom: 32px;
}
.news_carousel_large .header_news > span:nth-child(n+2),
.news_carousel_large .header_news > a:nth-child(n+2) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #d6d6d6;
}
.news_carousel_large .header_news > span:nth-child(n+2) > *,
.news_carousel_large .header_news > a:nth-child(n+2) > * {
  display: inline;
}
.news_carousel_large .owl-controls .owl-buttons .owl-prev {
  left: -15px;
}
.news_carousel_large .owl-controls .owl-buttons .owl-next {
  right: -15px;
}
.news_carousel_large .nav {
  display: none;
}
.news_carousel_large .wrapper {
  margin: 0 -15px;
}
.news_carousel_large .wrapper .owl-item {
  padding: 0 15px;
}
.news_carousel_large .wrapper .content .content_box {
  padding: 5px 0;
}
.news_carousel_large .wrapper .content .content_box h3 {
  height: auto;
}
@media (min-width: 601px) {
  .news_carousel_large.js-carousel-on .header_news {
    margin-left: 30px;
  }
  .news_carousel_large.js-carousel-on .wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 360px) {
  .news_carousel_large {
    padding-top: 2em !important;
  }
}

.news_carousel_box > .content:after {
  content: "";
  display: block;
  clear: both;
}
.news_carousel_box > .content > .content_box {
  float: left;
  padding-right: 10px;
}
.news_carousel_box > .content > .content_box {
  width: 100%;
}
.img_left .news_carousel_box > .content > .content_box {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
@media (min-width: 361px) and (max-width: 600px) {
  .img_left .news_carousel_box > .content > .content_box {
    float: left;
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (max-width: 360px) {
  .img_left .news_carousel_box > .content > .content_box {
    padding-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .img_left .news_carousel_box > .content > .content_box {
    padding-left: 5px;
  }
}
@media (min-width: 361px) and (max-width: 600px) {
  .news_carousel_box > .content > .content_box {
    width: 70%;
  }
}
@media (max-width: 360px) {
  .news_carousel_box > .content > .content_box {
    width: 100%;
  }
}
.news_carousel_box > .content > .content_box h3 {
  margin: 0 0 20px;
  height: 64px;
}
.news_carousel_large .news_carousel_box > .content > .content_box h3 {
  margin-bottom: 5px;
}
.news_carousel_large .news_carousel_box > .content > .content_box h3 a {
  display: inline-block;
}
.news_carousel_box > .content > .content_box a {
  line-height: 24px;
}
.news_carousel_box > .content > .content_box .category {
  font-size: 12px;
  color: #767676;
  display: block;
}
.news_carousel_box > .content > .content_box > .date {
  color: #767676;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.news_carousel_box > .content > .content_box > .date .news_carousel_large {
  line-height: 16px;
  color: #828282;
}
.news_carousel_box > .content > .content_box .time {
  font-size: 12px;
  color: #767676;
}
.news_carousel_box > .content > .content_box .time:before {
  content: "|";
  padding: 0 10px;
  font-size: 10px;
  color: #cccccc;
}
.component.page_investment .news_carousel_box > .content > .content_box {
  width: 100%;
}
.news_carousel_box > .content > .img {
  width: 39%;
  overflow: hidden;
}
@media (max-width: 600px) {
  .news_carousel_box > .content > .img {
    width: 30%;
  }
}
.news_carousel_box > .content > .img img {
  max-width: 100%;
}
.news_carousel_box > .content > .img {
  float: right;
  text-align: right;
}
.img_left .news_carousel_box > .content > .img {
  float: left;
  text-align: left;
}
.img_left .news_carousel_box > .content > .img img {
  margin-left: -140px;
}
@media (min-width: 601px) and (max-width: 960px) {
  .img_left .news_carousel_box > .content > .img img {
    margin-left: -85px;
  }
}
@media (max-width: 600px) {
  .img_left .news_carousel_box > .content > .img img {
    margin-left: 0;
  }
}
@media (min-width: 361px) and (max-width: 600px) {
  .img_left .news_carousel_box > .content > .img {
    float: right;
    text-align: right;
  }
}
.component.page_investment .img_left .news_carousel_box > .content > .img {
  display: none;
}
@media (min-width: 361px) and (max-width: 600px) {
  .news_carousel_box > .content > .img img {
    width: 250px;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .news_carousel_box > .content > .img img {
    width: 250px;
  }
}
@media (max-width: 360px) {
  .news_carousel_box > .content > .img {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .layout_row .layout_column:nth-child(2) .component.page_investment .news_carousel_box {
    padding-left: 0;
  }
}