@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");
}
.content .contact-us .option-visit:before, .content .contact-us .option-call:before, .content .contact-us .option-leave-number:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

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");
}
.content .contact-us .option-visit:before, .content .contact-us .option-call:before, .content .contact-us .option-leave-number:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

@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");
}
.content .contact-us .option-visit:before, .content .contact-us .option-call:before, .content .contact-us .option-leave-number:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.box_rounded_with_background {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border-radius: 6px;
}
.box_rounded_with_background .box_rounded {
  position: relative;
  z-index: 2;
  margin: 75px;
  min-height: 250px;
  padding: 32px;
  border-radius: 6px;
  background: var(--color-ingWhite);
}
.box_rounded_with_background > img {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: none !important;
}

/*****
  Strona głowna
*****/
.box_rounded_with_shadow {
  background-color: var(--color-ingWhite);
  box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.08), 0px 5px 15px 0px rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  padding: 24px;
}
@media (max-width: 600px) {
  .box_rounded_with_shadow {
    padding: 16px;
  }
}
.box_rounded_with_shadow {
  margin-bottom: 32px;
  display: flex;
}
.box_rounded_with_shadow [src*=teaser] {
  display: flex;
  height: 100%;
}
.box_rounded_with_shadow .content_area {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.box_rounded_with_shadow .orange {
  margin-bottom: 0.4em;
  font-size: 0.9em;
  color: var(--color-ingOrange);
}
.box_rounded_with_shadow .highlight {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.box_rounded_with_shadow .highlight a {
  color: var(--color-fg-default);
}
.box_rounded_with_shadow p {
  line-height: 1.5em;
}
.box_rounded_with_shadow .buttons {
  position: inherit;
  left: 25px;
  bottom: 24px;
  margin-bottom: 0;
  margin-top: auto;
}

.news_carousel_large .header_news,
.news_carousel_large .content_area .buttons {
  display: none;
}

.google-map {
  min-height: 390px;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.google-map iframe {
  border: none;
  width: 100%;
  height: 449px;
  margin-top: -59px;
}

.contact-us-small {
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}
.contact-us-small [class*=option-] > div {
  padding: 0 0 19px 48px;
  margin-bottom: 19px;
  position: relative;
}
.contact-us-small [class*=option-] > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  margin-left: 0;
  background-image: url("/_static/img/contact_us_small.caa0a940965a02d7d174.png");
  background-repeat: no-repeat;
}
.contact-us-small [class*=option-] > div p {
  margin: 0;
}
.contact-us-small [class*=option-] > div > span {
  display: block;
  font-size: 0.9em;
  color: #a8a8a8;
}
.contact-us-small .option-call > div {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #d6d6d6;
}
.contact-us-small .option-call > div:before {
  background-position: 0 0;
  top: 8px;
}
.contact-us-small .option-call .hidden-sm.hidden-xs span {
  white-space: nowrap;
}
.contact-us-small .option-send-message > div {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #d6d6d6;
}
.contact-us-small .option-send-message > div:before {
  background-position: 0 -33px;
}
.contact-us-small .option-visit > div {
  border: none;
  padding-top: 8px;
}
.contact-us-small .option-visit > div:before {
  background-position: 0 -66px;
}

.content .contact-us {
  text-align: center;
  margin: 32px 0;
}
.content .contact-us h3 {
  padding-bottom: 4px;
}
.content .contact-us > div {
  border-right: 1px solid #d6d6d6;
  padding-bottom: 48px;
}
.content .contact-us > div:last-child {
  border-right: none;
}
@media (max-width: 600px) {
  .content .contact-us > div {
    display: flex;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .content .contact-us .option-leave-number > div {
    width: 70%;
  }
}
.content .contact-us .option-leave-number:before {
  content: "\E029";
  font-size: 45px;
  color: var(--color-ingOrange);
}
@media (min-width: 601px) {
  .content .contact-us .option-leave-number:before {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .content .contact-us .option-leave-number:before {
    font-size: 36px;
    width: 20%;
    display: block;
  }
}
@media (max-width: 600px) {
  .content .contact-us .option-call > div {
    width: 70%;
  }
}
.content .contact-us .option-call:before {
  content: "\E049";
  font-size: 64px;
  color: var(--color-ingOrange);
}
@media (min-width: 601px) {
  .content .contact-us .option-call:before {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .content .contact-us .option-call:before {
    font-size: 51.2px;
    width: 20%;
    display: block;
  }
}
@media (max-width: 600px) {
  .content .contact-us .option-visit > div {
    width: 70%;
  }
}
.content .contact-us .option-visit:before {
  content: "\E037";
  font-size: 60px;
  color: var(--color-ingOrange);
}
@media (min-width: 601px) {
  .content .contact-us .option-visit:before {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .content .contact-us .option-visit:before {
    font-size: 48px;
    width: 20%;
    display: block;
  }
}
.content .contact-us .salient {
  color: var(--color-ingOrange);
  font-size: 19px;
}
.content .contact-us .hours {
  display: block;
  font-size: 12px;
  color: #a8a8a8;
  margin-top: 8px;
}

/*****
  Strona Władze
*****/
#site-wrapper [itemtype="http://schema.org/PostalAddress"] {
  margin-top: -7px;
}
#site-wrapper [itemtype="http://schema.org/PostalAddress"] [itemprop] {
  margin: 0;
}
#site-wrapper [itemtype="http://schema.org/Person"] {
  border: 1px solid #d6d6d6;
  border-bottom: 3px solid rgba(135, 135, 139, 0.4);
  border-radius: 8px;
  padding: 0;
  margin: 30px 0 0 0;
  overflow: hidden;
  position: relative;
  display: block;
}
#site-wrapper [itemtype="http://schema.org/Person"] H3 {
  margin-top: 32px;
}
#site-wrapper [itemtype="http://schema.org/Person"] [itemprop=potentialAction] {
  display: block;
}
#site-wrapper [itemtype="http://schema.org/Person"] [itemprop=jobTitle] {
  padding-bottom: 0.6em;
  font-size: 0.875em;
}
#site-wrapper [itemtype="http://schema.org/Person"] [itemprop=name] {
  margin-top: 0.9em;
}
#site-wrapper [itemtype="http://schema.org/Person"] [itemprop=image] {
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none !important;
  max-height: none !important;
}
#site-wrapper [itemtype="http://schema.org/Person"] .description {
  display: block;
  position: relative;
  padding: 15px;
}
#site-wrapper [itemtype="http://schema.org/Person"] .description > * {
  display: block;
  position: relative;
}
#site-wrapper [itemtype="http://schema.org/Person"] .img {
  overflow: hidden;
}

dl {
  margin: 2em 0;
}
dl dt {
  clear: left;
  float: left;
  margin: 0 0 2em 0;
  width: 120px;
  font-weight: 400;
}
dl dd {
  clear: right;
  padding-left: 120px;
  margin: 0 0 2em 0;
}
dl strong {
  display: block;
}