html,
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
img {
  border: 0;
}
.flexvc {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.animl {
  transition: all 0.25s;
}
.anim {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.vc {
  display: table;
  height: 100%;
  width: 100%;
}
.vc .vcin {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
.mobile-show {
  display: none;
}
@media (max-width: 1023px) {
  .mobile-show {
    display: block;
  }
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
.fs0 {
  font-size: 0;
}
.fs05 {
  font-size: 52px;
}
.fs1 {
  font-size: 32px;
}
.fs2 {
  font-size: 24px;
}
.fs3 {
  font-size: 20px;
}
.fs4 {
  font-size: 16px;
}
.fs5 {
  font-size: 14px;
}
.fs6 {
  font-size: 12px;
}
.stdtxt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font-weight: normal;
  margin: 20px 0;
  margin-top: 0;
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1em 0;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table {
  margin-bottom: 20px;
}
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child {
  margin-bottom: 0;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a {
  text-decoration: underline;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover {
  opacity: 0.7;
}
.stdtxt ul {
  padding: 0;
}
.stdtxt ul li {
  padding-left: 1.5em;
  list-style-type: none;
  background-image: url(https://beczmiana.pl/wp-content/themes/bz_2017/img/arr_short.svg);
  background-position: left 0.25em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  margin-bottom: 1em;
  width: 100% !important;
  font-size: 12px;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.stdtxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 100%;
}
.stdtxt .alignleft {
  max-width: 100%;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.stdtxt .alignright {
  max-width: 100%;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.maincol_w {
  width: 75%;
}
@media (max-width: 768px) {
  .maincol_w {
    width: 100%;
  }
}
.sidecol_w {
  width: 25%;
}
@media (max-width: 768px) {
  .sidecol_w {
    width: 100%;
  }
}
.hue_rotate {
  filter: hue-rotate(214deg);
}
.hue_rotate_neg {
  filter: hue-rotate(-214deg);
}
.font1 {
  font-family: 'helvetica neue', helvetica, sans-serif;
}
.font2 {
  font-family: serif;
}
.boxshadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
html {
  height: 100%;
}
body {
  font-family: 'helvetica neue', helvetica, sans-serif;
  font-size: 16px;
  background-color: white;
  height: 100%;
}
body.single-post {
  background: #f0f0f0;
  background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 50%);
  background-position: top left;
  background-repeat: no-repeat;
}
body.page {
  background: #ffe4d7;
  background: linear-gradient(to bottom, rgba(255, 228, 215, 0.5) 0%, #ffffff 50%);
  background-position: top left;
  background-repeat: no-repeat;
}
body.page.page-id-510 {
  background: none;
  background-color: white;
}
.outwrap {
  padding: 40px;
  margin-top: 30px;
}
.outwrap * {
  backface-visibility: hidden;
  perspective: 1000;
}
@media (max-width: 1500px) {
  .outwrap {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .outwrap {
    margin-top: 0;
  }
}
.mainwrap {
  padding: 0 20px;
  padding: 0 60px;
}
@media (max-width: 1023px) {
  .mainwrap {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .mainwrap {
    padding: 0 10px;
  }
}
@media (max-width: 568px) {
  .mainwrap {
    padding: 0;
  }
}
.mainlogo {
  position: fixed;
  margin-top: 30px;
  top: 40px;
  left: 62px;
  z-index: 1000;
  transition: all 0.4s;
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.mainlogo img {
  display: block;
  width: 98px;
}
@media (max-width: 1500px) {
  .mainlogo {
    top: 40px;
    left: 45px;
  }
}
@media (max-width: 1023px) {
  .mainlogo {
    margin-top: 0;
    top: 0;
    left: 0;
    padding-top: 18px;
    padding-left: 20px;
  }
  .mainlogo img {
    width: 32px;
  }
}
.mainlogo .l2 {
  display: none;
}
.mainlogo:hover img {
  opacity: 0.8;
}
.mainlogo.shadow {
  position: absolute;
}
@media (max-width: 1023px) {
  .mainlogo.shadow {
    display: none;
  }
}
#topmenu_mobile_button {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 10001;
  display: none;
}
#topmenu_mobile_button svg {
  width: 20px;
  height: 20px;
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
@media (max-width: 1023px) {
  #topmenu_mobile_button {
    display: block;
  }
}
.menu_open #topmenu_mobile_button {
  background: none;
}
.menu_open #topmenu_mobile_button svg {
  transform: rotate(180deg);
}
#topmenu {
  z-index: 10000;
  font-size: 0;
  line-height: 1;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  transition: all 0.3s;
  text-align: center;
  background: white;
  border-bottom: #000000 solid 2px;
  padding: 0 20px;
  background-size: 100% 500%;
  background-size: 0 0;
}
.admin-bar #topmenu {
  top: 32px;
}
#topmenu .inwrap {
  display: flex;
  justify-content: space-between;
}
#topmenu:after {
  content: ' ';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.window_scrolled #topmenu {
  transform: translate(0, -100%);
}
.menu_open #topmenu {
  transform: none !important;
}
#topmenu > div {
  display: inline-block;
}
#topmenu ul {
  list-style-type: none;
  padding: 0;
  font-size: 0;
}
#topmenu ul li {
  padding: 0;
}
#topmenu ul li {
  display: inline-block;
}
#topmenu ul li a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center center;
}
#topmenu ul li a:hover {
  background-size: 100% 100%;
  background: black;
  color: white;
}
@media (max-width: 1023px) {
  #topmenu {
    padding: 0;
    position: fixed;
    height: 0;
    overflow: hidden;
    border: none;
    transition: none;
    z-index: 10000;
    background-size: 100% 100%;
    background-image: url(https://beczmiana.pl/wp-content/themes/bz_2017/img/postlink_bg_1.svg);
  }
  #topmenu .inwrap {
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #topmenu .inwrap > div {
    opacity: 0;
    transition: all 0.25s;
    padding: 20px 0;
  }
  #topmenu .inwrap > div:nth-child(1) {
    transform: scale(0) translate(0, -100%);
  }
  #topmenu .inwrap > div:nth-child(2) {
    transform: scale(0) translate(0, 100%);
    transition-delay: 0.2s;
  }
  .window_scrolled #topmenu {
    transform: none;
  }
  .menu_open #topmenu {
    height: 320px;
    height: 100vh;
    animation: zmieniaj_tlo_udostepnij 5s ease infinite;
  }
  .menu_open #topmenu .inwrap > div {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1220px) {
  #topmenu {
    padding: 0 10px;
  }
  #topmenu ul li a {
    padding: 10px 7px;
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  #topmenu {
    padding: 0;
  }
  #topmenu ul li {
    display: block;
  }
  #topmenu ul li a {
    font-size: 52px;
    line-height: 1;
    padding: 5px 10px;
    display: block;
    font-weight: normal;
    text-transform: none;
  }
}
@media (max-width: 768px) {
  #topmenu ul li a {
    font-size: 32px;
  }
}
@media (max-width: 568px) {
  #topmenu ul li a {
    font-size: 24px;
  }
}
.home-grid_1 {
  font-size: 0;
  transition: all 0.5s;
  margin-bottom: 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 40px;
}
.window_scrolled .home-grid_1 {
  transform: translate(0, -20px);
}
@media (max-width: 1900px) {
  .home-grid_1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1220px) {
  .home-grid_1 {
    padding-bottom: 20px;
  }
}
.home-grid_1 .col {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 33.333%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1900px) {
  .home-grid_1 .col {
    width: 45%;
  }
}
@media (max-width: 1220px) {
  .home-grid_1 .col {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .home-grid_1 .col {
    width: 62%;
  }
}
@media (max-width: 768px) {
  .home-grid_1 .col {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .home-grid_1 .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1220px) {
  .home-grid_1 .col2 {
    display: none;
  }
}
@media (max-width: 1900px) {
  .home-grid_1 .col3 {
    display: none;
  }
}
.block-wykres {
  padding: 40px 80px;
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 1023px) {
  .block-wykres {
    padding-left: 40px;
  }
}
.block-wykres .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  min-height: 2.4em;
  line-height: 1.2;
  text-transform: uppercase;
}
.block-wykres .scena {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.block-wykres .scena .skalay {
  width: 8px;
  position: absolute;
  height: 100%;
  top: 0;
  left: -35px;
  border: #000000 solid 2px;
  border-right: none;
}
@media (max-width: 1023px) {
  .block-wykres .scena .skalay {
    left: -20px;
  }
}
.block-wykres .scena .skalay .label {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  transform: rotate(-90deg) translate(-50%, -30px);
  position: absolute;
  top: 50%;
  width: 300px;
  text-align: center;
  transform-origin: left top;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .block-wykres .scena .skalay .label {
    font-size: 12px;
    transform: rotate(-90deg) translate(-50%, -16px);
  }
}
.block-wykres .scena .skalax {
  height: 8px;
  position: absolute;
  width: 100%;
  bottom: -35px;
  left: 0;
  border: #000000 solid 2px;
  border-top: none;
}
@media (max-width: 1023px) {
  .block-wykres .scena .skalax {
    bottom: -25px;
  }
}
.block-wykres .scena .scenain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-wykres .scena .pix {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.block-wykres .listax {
  list-style-type: none;
  padding: 0;
  margin-top: 44px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.block-wykres .listax li {
  padding: 0;
}
.block-wykres .listax li {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
@media (max-width: 1500px) {
  .block-wykres .listax li {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .block-wykres .listax li {
    font-size: 10px;
  }
}
.block-wykres .listax li a {
  cursor: pointer;
  word-wrap: break-word;
  word-wrap: break-all;
}
.block-wykres .listax li a:hover,
.block-wykres .listax li a.open {
  color: #ff0000;
}
@media (max-width: 1023px) {
  .block-wykres .listax li a {
    width: 1ex;
    display: inline-block;
  }
}
.block-wykres.typ-procentowy .pix {
  top: 10%;
  right: 0%;
  width: 50%;
  height: 50%;
}
.block-wykres.typ-procentowy .trapez {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.block-wykres.typ-procentowy .belka {
  position: absolute;
  bottom: 0;
  left: -2%;
  width: 104%;
  height: 4px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
  transition-duration: 1s;
}
.block-wykres.typ-procentowy .kolko {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.5s;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 28px;
  text-align: center;
  border: #ff0000 solid 2px;
  color: #ff0000;
}
.block-wykres.typ-slupkowy .listax {
  flex-wrap: nowrap;
}
.block-wykres.typ-slupkowy .listax li {
  flex-shrink: 2;
  overflow: hidden;
}
.block-wykres.typ-slupkowy .pix {
  top: 10%;
  right: 0%;
  width: 50%;
  height: 50%;
}
.block-wykres.typ-slupkowy .pix2 {
  background-image: url(https://beczmiana.pl/wp-content/themes/bz_2017/img/wykres_slupkowy_pix2.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  transition: all 1s;
}
.block-wykres.typ-slupkowy .slupki {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.block-wykres.typ-slupkowy .slupki .slupek {
  position: relative;
  height: 100%;
  transform-origin: 50% 100%;
  transform: scaleX(0) scaleY(0);
  transition: all 1s;
  flex-shrink: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block-wykres.typ-slupkowy .slupki .graf {
  width: 50%;
  position: relative;
  margin: 0 auto;
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
  transform-origin: 50% 100%;
  mix-blend-mode: multiply;
}
.block-wykres.typ-slupkowy .slupki .slupek.odd .graf {
  transform: skew(-5deg, 0);
}
.block-wykres.typ-slupkowy .slupki .slupek.even .graf {
  transform: skew(5deg, 0);
}
.block-wykres.typ-slupkowy .slupki .slupek.odd.hovered .graf {
  transform: skew(0, 0);
}
.block-wykres.typ-slupkowy .slupki .slupek.even.hovered .graf {
  transform: skew(0, 0);
}
.block-wykres.typ-slupkowy .slupki .kolko {
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  margin-bottom: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  border: #ff0000 solid 2px;
  color: #ff0000;
  font-weight: bold;
  background: #ff0000;
  color: white;
}
.block-wykres.typ-slupkowy .slupki .slupek.hovered .kolko {
  background: black;
  border-color: black;
  color: white;
}
.block-wykres.typ-klockowy .pix {
  bottom: 50%;
  right: 50%;
  width: 50%;
  height: 50%;
  transform: translate(50%, 50%);
  mix-blend-mode: multiply;
  z-index: 10;
}
.block-wykres.typ-klockowy .klocki {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 2s;
}
.block-wykres.typ-klockowy .klocki .klocek {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  height: 10%;
  opacity: 0;
}
.block-wykres.typ-klockowy .klocki .klocek.open {
  opacity: 1;
  transform: none !important;
}
.block-wykres.typ-klockowy .klocki.klocki-pelne {
  top: auto;
  bottom: 0px;
  align-content: flex-start;
  justify-content: flex-start;
  transform: rotate(90deg) scale(0);
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}
.block-wykres.typ-klockowy .klocki.klocki-pelne.open {
  opacity: 1;
}
.block-wykres.typ-klockowy .klocki.klocki-pelne .klocek {
  background: #63a965;
  border-right: #000000 solid 2px;
  border-bottom: #000000 solid 2px;
  transition: all 0.5s;
  transform: translate(0, 100%);
}
.block-wykres.typ-klockowy .klocki.klocki-pelne .klocek:nth-child(odd) {
  transition-delay: 0.2s;
}
.block-wykres.typ-klockowy .klocki.klocki-pelne.v2 .klocek {
  background: #758ce1;
}
.block-wykres.typ-klockowy .klocki.klocki-puste {
  top: -10px;
  align-items: flex-start;
  align-content: flex-start;
  opacity: 1;
  transform: none;
}
.block-wykres.typ-klockowy .klocki.klocki-puste .klocek {
  background: rgba(255, 0, 0, 0.1);
  transform: scaleY(0) translate(0, -200%);
}
.block-wykres.typ-klockowy .kolko {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
  transition-duration: 0.5s;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 28px;
  text-align: center;
  border: #ff0000 solid 2px;
  color: #ff0000;
}
@keyframes rotuj_kolka_fundacja {
  100% {
    transform: rotate(360deg);
  }
}
.with-rotation {
  animation: rotuj_kolka_fundacja 2s ease 1;
}
.block-home_fundacja {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .block-home_fundacja {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .block-home_fundacja {
    font-size: 12px;
  }
}
.block-home_fundacja svg {
  width: 100%;
  height: 100%;
}
.block-home_fundacja .blockin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-home_fundacja .blockin .part {
  display: block;
  cursor: pointer;
}
.block-home_fundacja .blockin .part:hover .box {
  background: black;
  color: white;
}
.block-home_fundacja .blockin .arrows {
  position: relative;
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.block-home_fundacja .blockin .arrows img {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
  width: 100%;
  height: auto;
  display: block;
}
.block-home_fundacja .blockin .top {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
}
.block-home_fundacja .blockin .top .centrala {
  position: absolute;
  top: 0;
  left: 57.5%;
  height: 100%;
  width: 0px;
}
.block-home_fundacja .blockin .top .centrala .arrows {
  position: absolute !important;
  top: 0;
  left: -20px;
  height: 100%;
  padding-bottom: 20px;
  text-align: right;
}
.block-home_fundacja .blockin .top .centrala .arrows img {
  transform: translate(-100%, 0);
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: auto;
}
.block-home_fundacja .blockin .top .centrala .box {
  position: absolute;
  top: 10px;
  right: 0px;
  transform: translate(100%, 0);
}
.block-home_fundacja .blockin .top:hover .arrows img {
  transform: translate(-100%, 8%);
}
.block-home_fundacja .blockin .bottom {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 20%;
}
.block-home_fundacja .blockin .bottom .centrala {
  position: absolute;
  top: 0;
  left: 57.5%;
  height: 100%;
  width: 0px;
}
.block-home_fundacja .blockin .bottom .centrala .arrows {
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  padding-top: 20px;
  text-align: right;
}
.block-home_fundacja .blockin .bottom .centrala .arrows img {
  transform: translate(-100%, 0);
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: auto;
}
.block-home_fundacja .blockin .bottom .centrala .box {
  position: absolute;
  bottom: 10px;
  right: 0px;
  transform: translate(100%, 0);
}
.block-home_fundacja .blockin .bottom:hover .arrows img {
  transform: translate(-100%, -8%);
}
.block-home_fundacja .blockin .left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.block-home_fundacja .blockin .left .box {
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: translate(0, 100%);
}
.block-home_fundacja .blockin .left:hover .arrows img {
  transform: translate(8%, 0);
}
.block-home_fundacja .blockin .right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  left: auto;
  right: 0;
  width: 20%;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.block-home_fundacja .blockin .right .box {
  position: absolute;
  right: 0;
  bottom: -10px;
  transform: translate(0, 100%);
}
.block-home_fundacja .blockin .right:hover .arrows img {
  transform: translate(-8%, 0);
}
.block-home_fundacja .blockin .center {
  animation: rotuj_kolka_fundacja 3s ease 1;
  width: 56%;
  height: 56%;
  position: absolute;
  top: 22%;
  left: 22%;
}
.block-home_fundacja .blockin .center svg {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.block-home_fundacja .blockin .center .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-home_fundacja .blockin .center .fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 20px;
}
@media (max-width: 568px) {
  .block-home_fundacja .blockin .center .fg {
    font-size: 14px;
  }
}
.block-home_fundacja .blockin .center #kolka_fundacja circle {
  transform-origin: 50% 50%;
}
.block-home_fundacja .blockin .center #kolka_fundacja .c2 {
  animation: rotuj_kolka_fundacja 10s linear 2;
}
.block-home_fundacja .blockin .center #kolka_fundacja .c3 {
  animation: rotuj_kolka_fundacja 8s linear 2;
  animation-direction: reverse;
}
.block-home_fundacja .blockin .center:hover {
  color: white;
}
.block-home_fundacja .blockin .center:hover #kolka_fundacja {
  transform: scale(0.95);
}
.block-home_fundacja .blockin .center:hover #kolka_fundacja .c2 {
  animation: rotuj_kolka_fundacja 1s linear infinite;
  animation-direction: reverse;
}
.block-home_fundacja .blockin .center:hover #kolka_fundacja .c3 {
  animation: rotuj_kolka_fundacja 2s linear infinite;
  animation-direction: normal;
}
.block-home_fundacja .blockin .center:hover #kolka_fundacja .c4 {
  fill: black;
}
.block-home_fundacja .box {
  display: inline-block;
  border: #000000 solid 2px;
  padding: 5px 10px;
  background: white;
}
.header-lista_projektow {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  position: relative;
  font-weight: bold;
  transform: translate(-10px, 10px);
}
.header-lista_projektow .bg {
  position: relative;
  background-image: url(https://beczmiana.pl/wp-content/themes/bz_2017/img/b_lista_projektow_1.svg);
  background-size: 100% 100%;
  color: transparent;
  padding: 15px 30px;
}
.header-lista_projektow .fg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  right: -10px;
  background: white;
  color: black;
  background: #ffe4d7;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.block-postlist.masonry {
  font-size: 0;
  text-align: center;
  transition: transform 0.5s;
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 1500px) {
  .block-postlist.masonry {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.block-postlist.masonry .tile,
.block-postlist.masonry .grid-sizer {
  width: 20%;
}
@media (max-width: 1500px) {
  .block-postlist.masonry .tile,
  .block-postlist.masonry .grid-sizer {
    width: 25%;
  }
}
@media (max-width: 1220px) {
  .block-postlist.masonry .tile,
  .block-postlist.masonry .grid-sizer {
    width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .block-postlist.masonry .tile,
  .block-postlist.masonry .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .block-postlist.masonry .tile,
  .block-postlist.masonry .grid-sizer {
    width: 100%;
  }
}
.block-postlist.masonry .tile:nth-child(2) {
  margin-top: 40px;
}
.block-postlist.masonry .tile:nth-child(4) {
  margin-top: 40px;
}
.block-postlist.masonry .tile:nth-child(5) {
  margin-top: 20px;
}
@media (max-width: 568px) {
  .block-postlist.masonry .tile {
    margin-top: 0 !important;
  }
}
.block-postlist.masonry .tile.block-promo {
  width: 100% !important;
}
.postlink {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 20px;
}
.postlink:nth-child(even) a:hover .postlinkin .col1 img {
  transform: rotateX(-15deg) translate(0, 0);
}
.postlink:nth-child(odd) a:hover .postlinkin .col1 img {
  transform: rotateX(15deg) translate(0, 0);
}
.postlink a:hover .col1 {
  background-size: 1000% 100%;
}
.postlink a:hover .col2 h2 {
  text-decoration: underline;
}
.postlink a {
  width: 100%;
  position: relative;
  display: block;
  background: white;
}
.postlink a .col {
  overflow: hidden;
}
.postlink a .col1 {
  background-size: 100% 100%;
  transition: perspective 1s, background-size 2s;
  perspective: 500px;
  border-bottom: none;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  background-position: center center;
}
@media (max-width: 1220px) {
  .postlink a .col1 {
    padding-bottom: 50%;
  }
}
.postlink a .col1 .post_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  padding: 13.33333333px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.postlink a .col1 img {
  height: 100%;
  width: auto;
  display: block;
  transition: all 0.5s;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  opacity: 0;
  transform: scaleY(0.5);
}
.postlink a .col1 img.b-loaded {
  opacity: 1;
  transform: none;
}
.postlink a .col2 {
  padding: 20px 40px;
}
.postlink a .categories {
  font-size: 12px;
  text-transform: uppercase;
}
.postlink a h2 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.postlink a h3 {
  font-weight: bold;
  font-size: 14px;
}
.postlink a .meta {
  color: #63a965;
}
.postlink a .meta.meta2 {
  color: #2b4cc5;
}
footer {
  margin-top: 40px;
  border-top: #000000 solid 2px;
  padding: 40px 0;
  font-size: 0;
}
@media (max-width: 1023px) {
  footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 568px) {
  footer {
    padding-bottom: 0;
  }
}
footer .footercol {
  width: 33.333%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  footer .footercol {
    padding: 20px 40px;
    width: 50%;
  }
}
@media (max-width: 568px) {
  footer .footercol {
    width: 100%;
  }
}
footer .footercol:nth-child(1) {
  order: 0;
}
footer .footercol:nth-child(2) {
  order: 2;
}
@media (max-width: 1023px) {
  footer .footercol:nth-child(2) {
    width: 100% !important;
  }
}
footer .footercol:nth-child(3) {
  order: 1;
}
footer .footercol-kontakt {
  text-align: left;
}
footer .footercol-kontakt .ik svg {
  width: 40px;
  height: 20px;
}
footer .footercol-kontakt .box {
  box-shadow: -10px -10px 0 #ffe4d7;
  max-width: 240px;
  margin: 0 auto;
  font-size: 16px;
  border: #000000 solid 2px;
  display: block;
  background: white;
  transition: box-shadow 0.35s;
}
footer .footercol-kontakt .box:hover {
  box-shadow: -10px 10px 0 #63a965;
  background: black;
  color: white;
}
footer .footercol-kontakt .box:hover h3 .ik {
  transform: translate(120%, 0);
}
footer .footercol-kontakt .box h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  padding-left: 33px;
  padding-right: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
footer .footercol-kontakt .box h3 span,
footer .footercol-kontakt .box h3 .ik {
  display: inline-block;
  vertical-align: middle;
}
footer .footercol-kontakt .box h3 .ik {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
footer .footercol-kontakt .box ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}
footer .footercol-kontakt .box ul li {
  padding: 0;
}
footer .footercol-kontakt .box ul li {
  display: block;
  margin: 2px 0;
  margin-left: -17px;
}
footer .footercol-kontakt .box ul .ik {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
footer .footercol-kontakt .box ul span {
  display: inline-block;
  vertical-align: middle;
}
footer .footercol-social .col {
  display: inline-block;
  width: 25%;
  padding: 0 10px;
  text-align: center;
  height: 100px;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .footercol-social .col:hover .ik {
  transform: translate(0, -30%);
}
footer .footercol-social .col:hover .arr {
  transform: translate(0, -5%);
}
footer .footercol-social .col svg {
  display: inline-block;
}
footer .footercol-social .col .ik {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
footer .footercol-social .col .ik svg {
  width: 40px;
  height: 40px;
}
footer .footercol-social .col .arr {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
footer .footercol-social .col .arr svg {
  width: 40px;
  height: 40px;
}
footer .footercol-social .box {
  margin-top: 10px;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  border: #000000 solid 2px;
  text-align: center;
  background: white;
}
footer .footercol-wspolpraca .stage {
  width: 240px;
  height: 200px;
  position: relative;
  display: block;
  margin: 0 auto;
}
footer .footercol-wspolpraca .stage:hover .box {
  background: black;
  color: white;
}
footer .footercol-wspolpraca .stage:hover .ik1 {
  transform: translate(-10%, 0);
}
footer .footercol-wspolpraca .stage:hover .ik2 {
  transform: translate(10%, 0);
}
footer .footercol-wspolpraca .stage:hover .bg2 {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
footer .footercol-wspolpraca .stage:hover .bg {
  opacity: 0;
  transform: rotate(180deg) scale(0.9);
}
footer .footercol-wspolpraca .stage .box {
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  border: #000000 solid 2px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  background: white;
}
footer .footercol-wspolpraca .stage .bg svg,
footer .footercol-wspolpraca .stage .bg2 svg {
  width: 100%;
  height: 200px;
}
footer .footercol-wspolpraca .stage .bg {
  transition: all 1s;
}
footer .footercol-wspolpraca .stage .bg2 {
  opacity: 0;
  transition: all 1s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0) rotate(359deg);
}
footer .footercol-wspolpraca .stage .ik {
  position: absolute;
  width: 50%;
  height: 30%;
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
footer .footercol-wspolpraca .stage .ik svg {
  width: 100%;
  height: 100%;
}
footer .footercol-wspolpraca .stage .ik1 {
  top: 28%;
  left: 5%;
  transition-delay: 0.25s;
}
footer .footercol-wspolpraca .stage .ik2 {
  right: 5%;
  bottom: 26%;
}
@keyframes zmieniaj_tlo_udostepnij {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 400% 400%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.post_page {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .post_page {
    padding-bottom: 0;
  }
}
.post_page .logofloater {
  display: none;
}
@media (max-width: 1500px) {
  .post_page .logofloater {
    height: 80px;
    width: 60px;
    float: left;
    display: block;
  }
}
@media (max-width: 1023px) {
  .post_page .logofloater {
    display: none;
  }
}
.block-meta_buttons {
  display: inline-block;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .block-meta_buttons .last {
    display: none;
  }
}
.block-meta_buttons a {
  border: #000000 solid 2px;
  width: 40px;
  height: 34px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  margin-left: -2px;
  font-size: 16px;
  padding: 10px 5px;
  margin-top: -2px;
}
.block-meta_buttons a svg {
  margin: 0 auto;
  display: block;
  height: 70%;
  width: 70%;
}
.block-meta_buttons a.ik {
  padding-top: 5px;
  padding-bottom: 5px;
  background: white;
  width: 40px;
}
.block-meta_buttons a.ik:hover {
  background: black;
}
.block-meta_buttons a.ik:hover svg * {
  fill: #fff !important;
}
.block-meta_buttons a.text,
.block-meta_buttons a[rel] {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  background-size: 100% 100%;
  background-position: center center;
  transition: box-shadow 1s;
  animation: zmieniaj_tlo_udostepnij 5s ease infinite;
  box-shadow: 10px 10px 0px #ffe4d7;
  color: black;
}
.page .block-meta_buttons a.text,
.page .block-meta_buttons a[rel] {
  box-shadow: 10px 10px 0px #2b4cc5;
}
.block-meta_buttons a.text:hover,
.block-meta_buttons a[rel]:hover {
  box-shadow: -10px 10px 0px #63a965;
  background: black !important;
  color: white;
}
.block-meta_buttons a.text.noshadow,
.block-meta_buttons a[rel].noshadow,
.block-meta_buttons a.text[rel],
.block-meta_buttons a[rel][rel] {
  box-shadow: none !important;
}
.block-meta_buttons a.text[rel],
.block-meta_buttons a[rel][rel] {
  padding-left: 10px;
  padding-right: 10px;
  background: white;
  width: 40px;
}
.block-post_header {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.block-post_header .col_text {
  font-size: 16px;
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
@media (max-width: 768px) {
  .block-post_header .col_text {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .block-post_header .col_text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .block-post_header .col_text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}
.block-post_header .col_text.onlycol {
  width: 100%;
}
.block-post_header .col_text.enlarged {
  width: 100%;
  order: 2;
}
.block-post_header .col_text.enlarged .logofloater {
  display: none !important;
}
@media (max-width: 1023px) {
  .block-post_header .col_text {
    width: 100%;
  }
  .block-post_header .col_text .logofloater {
    display: none !important;
  }
}
.block-post_header .col_text.hidden {
  display: none;
  overflow: hidden;
  width: 0;
  padding: 0;
  opacity: 0;
  height: 0;
}
.block-post_header .col_text h1 {
  font-size: 52px;
  line-height: 1.05;
  word-wrap: break-word;
  max-width: 860px;
}
@media (max-width: 768px) {
  .block-post_header .col_text h1 {
    font-size: 32px;
  }
}
.block-post_header .col_text .lead {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .block-post_header .col_text .lead {
    font-size: 16px;
  }
}
.block-post_header .col_text.withpix .lead {
  max-width: 860px;
}
.block-post_header .col_text.smaller.withpix h1,
.block-post_header .col_text.smaller.withpix .lead {
  max-width: 100%;
}
.block-post_header .col_pix {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .block-post_header .col_pix {
    width: 100%;
  }
}
.block-post_header .col_pix.enlarged {
  width: 100%;
  padding-bottom: 0;
}
.block-post_header .col_pix.enlarged .imgbox .pixin img {
  transform: none !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
@media (max-width: 1023px) {
  .block-post_header .col_pix {
    width: 100%;
    padding-bottom: 0;
  }
  .block-post_header .col_pix .imgbox .pixin {
    perspective: 100vw !important;
    padding: 0 40px;
  }
  .block-post_header .col_pix .imgbox .pixin img {
    width: 100% !important;
    height: auto !important;
    max-width: initial !important;
    max-height: initial !important;
  }
}
.block-post_header .col_pix .imgbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.block-post_header .col_pix .imgbox .podpis {
  position: absolute;
  z-index: 1000;
  bottom: 10px;
  left: 10%;
  width: 80%;
  text-align: center;
}
.block-post_header .col_pix .imgbox .podpis span {
  padding: 2px 10px 3px;
  font-size: 10px;
  display: inline-block;
  color: white;
  background: black;
  font-weight: bold;
  letter-spacing: 1px;
}
.block-post_header .col_pix .imgbox .pixin {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 500px;
}
.block-post_header .col_pix .imgbox .pixin img {
  max-width: 100%;
  max-height: 360px;
  transition: transform 1s;
  transform: rotateX(2deg) rotateY(-2deg);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
}
.window_scrolled .block-post_header .col_pix .imgbox .pixin img {
  transform: rotateX(-2deg) rotateY(2deg);
}
.block-post_header .col_pix .imgbox .pixin img:hover {
  transform: scale(1.05);
}
.block-post_content {
  transition: transform 0.5s;
  font-size: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-post_content .col_main {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  line-height: 1.45;
  font-size: 16px;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .block-post_content .col_main {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .block-post_content .col_main {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .block-post_content .col_main {
    padding: 0 20px;
  }
}
.block-post_content .col_main .textcontent {
  max-width: 860px;
  padding-bottom: 40px;
  font-size: 20px;
}
.block-post_content .col_main .textcontent:last-child {
  padding-bottom: 0;
}
@media (max-width: 568px) {
  .block-post_content .col_main .textcontent {
    font-size: 16px;
  }
}
.block-post_content .col_main .textcontent img {
  position: absolute;
  left: -10000px;
}
.block-post_content .col_main .textcontent img.loaded {
  position: static;
  left: 0;
}
.block-post_content .col_sidebar {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .block-post_content .col_sidebar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .block-post_content .col_sidebar {
    order: -1;
    padding: 0 20px;
  }
}
.block-post_content .col_sidebar .is-sticky {
  position: relative;
  top: -20px;
  padding-top: 20px;
}
.block-post_content .col_sidebar .is-sticky.is_stuck {
  z-index: 10;
}
.block-post_content .col_sidebar .block_sidebar_item {
  margin-bottom: 40px;
}
.block-zalaczniki ul {
  list-style-type: none;
  padding: 0;
  border-bottom: #000000 solid 2px;
  box-shadow: -10px 10px 0 #2b4cc5;
  transition: all 0.5s;
}
.block-zalaczniki ul li {
  padding: 0;
}
.block-zalaczniki ul:hover {
  box-shadow: 10px 10px 0 #ffe4d7;
}
.block-zalaczniki ul li {
  display: block;
}
.block-zalaczniki ul li a {
  font-size: 16px;
  width: 100%;
  display: block;
  border: #000000 solid 2px;
  border-bottom: none;
  min-height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: bold;
  background-position: center center;
  position: relative;
}
.block-zalaczniki ul li a:hover {
  background: black !important;
  color: white;
}
.block-zalaczniki ul li a .size {
  float: right;
  padding-left: 10px;
}
.sectiontitle {
  padding: 40px 10px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.sectiontitle_small {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.block-logoframe {
  font-size: 0;
  width: 100%;
  padding-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: left;
  font-family: 'helvetica neue', helvetica, sans-serif;
  color: #aaa;
}
@media (max-width: 1023px) {
  .block-logoframe {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.block-logoframe .logocol {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
.block-logoframe .logocol:hover .pix {
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .block-logoframe .logocol {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.block-logoframe .logocol .label {
  font-size: 10px;
  line-height: 1;
  min-height: 20px;
}
.block-logoframe .logocol .pix {
  margin-bottom: 5px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .block-logoframe .logocol .pix {
    height: 60px;
    margin-bottom: 2px;
  }
}
@media (max-width: 568px) {
  .block-logoframe .logocol .pix {
    height: 40px;
  }
}
.block-logoframe .logocol .pix .pixin {
  display: block;
  text-align: center;
  width: 100%;
}
.block-logoframe .logocol .pix img {
  height: 100%;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.block-page_hierarchy.v2 ul li a {
  background: transparent;
  background-image: none;
}
.block-page_hierarchy.v2 ul {
  box-shadow: -10px 10px 0 #ffe4d7;
}
.block-page_hierarchy ul {
  font-size: 0;
  list-style-type: none;
  padding: 0;
  border-bottom: #000000 solid 2px;
  box-shadow: -10px 10px 0 #63a965;
  transition: all 0.5s;
}
.block-page_hierarchy ul li {
  padding: 0;
}
.block-page_hierarchy ul:hover {
  box-shadow: -10px -10px 0 #2b4cc5;
}
.block-page_hierarchy ul li {
  display: block;
}
.block-page_hierarchy ul li a {
  font-size: 16px;
  width: 100%;
  display: block;
  border: #000000 solid 2px;
  border-bottom: none;
  min-height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: bold;
  background-size: 300% 100%;
  background-position: right top;
  background-color: white;
  position: relative;
}
.block-page_hierarchy ul li a:hover {
  background-image: none !important;
  background-color: black !important;
  color: white !important;
}
.block-page_hierarchy ul li a:hover img {
  transform: translate(100%, -50%) rotate(-180deg);
}
.block-page_hierarchy ul li a img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
@media (max-width: 1023px) {
  .block-page_hierarchy ul li a img {
    display: none;
  }
}
.block-page_hierarchy ul li.current_page_item a {
  background-size: 100% 100%;
  background-image: url(https://beczmiana.pl/wp-content/themes/bz_2017/img/postlink_bg_5.svg);
}
.block-page_hierarchy ul li.current_page_item a:hover {
  background: black;
  color: white;
}
.block-page_hierarchy ul li.current_page_item a img {
  display: none;
  right: auto;
  left: 0;
  transform: translate(-100%, -50%);
}
.block-lista_statystyki {
  font-size: 0;
}
.block-lista_statystyki .item {
  width: 33.333%;
  display: inline-block;
  padding-right: 40px;
}
@media (max-width: 1900px) {
  .block-lista_statystyki .item {
    width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .block-lista_statystyki .item {
    width: 100%;
  }
}
.universal_closeb {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  padding: 13.33333333px 20px;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.universal_closeb:hover {
  opacity: 0.8;
}
.block-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 29999;
  background-image: url(https://beczmiana.pl/wp-content/themes/bz_2017/img/postlink_bg_9.svg);
  background-size: 100% 100%;
  background-position: center center;
  font-family: inherit;
}
.block-modal .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  animation: zmieniaj_tlo_udostepnij 5s ease infinite;
}
.block-modal .fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.block-modal .fg .l1 {
  font-size: 52px;
}
.block-modal .fg .l2 {
  font-size: 3vw;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .block-modal .fg .l2 {
    font-size: 24px;
  }
}
.block-modal .fg .l3 {
  font-size: 24px;
}
.block-modal .fg .l3 a:hover {
  text-decoration: underline;
}
.block-modal .fg form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block-modal .fg form input {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border-radius: 0;
  padding: 20px;
  border: none;
  border-bottom: #000000 solid 2px;
  background-size: 100% 200%;
}
.block-modal .fg form input:focus {
  outline: none;
}
.block-modal .fg form input[type="submit"] {
  cursor: pointer;
  padding: 20px 40px;
  border-bottom: #000000 solid 2px;
}
.block-modal .fg form input[type="submit"]:focus {
  outline: rgba(0, 0, 0, 0.2) dotted 1px;
}
.block-modal .fg form input[type="submit"]:hover {
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .block-modal .fg form input {
    width: 80vw;
    text-align: center;
    padding: 10px 20px !important;
  }
}
.block-modal a.und {
  text-decoration: underline;
}
.block-modal a.und:hover {
  text-decoration: none !important;
}
.block-mapa_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  padding: 5% 0;
}
.block-mapa_bg .in {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.block-mapa {
  width: 100%;
  position: relative;
  position: absolute;
}
.block-mapa .fg {
  min-height: 100vh;
  font-size: 0;
  padding: 5%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  opacity: 0;
  opacity: 1;
}
.block-mapa .fg .space {
  width: 50px;
  height: 50px;
  width: 4vw;
  height: 4vw;
  display: inline-block;
  transition: all 1s;
}
@media (max-width: 568px) {
  .block-mapa .fg .space {
    width: 10vw;
    height: 10vw;
  }
}
.block-mapa .fg a {
  width: 50px;
  height: 50px;
  width: 4vw;
  height: 4vw;
  display: inline-block;
  border-radius: 5px;
  transition: all 1s;
  opacity: 0;
}
@media (max-width: 568px) {
  .block-mapa .fg a {
    width: 10vw;
    height: 10vw;
  }
}
.block-mapa .fg a.open {
  opacity: 1;
  transform: none;
  mix-blend-mode: multiply;
}
.block-mapa .fg a .in {
  display: block;
  background: #63a965;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-right: black solid 2px;
  border-bottom: black solid 2px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .block-mapa .fg a .in {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .block-mapa .fg a .in {
    font-size: 12px;
  }
}
.block-mapa .fg a:hover .in {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.block-mapa .fg a .txt {
  display: none;
}
.block-mapa .fg a.v2 .in {
  background: #ffe4d7;
}
.block-mapa .fg a.v2 .in:hover {
  background: rgba(255, 228, 215, 0.5);
}
.block-mapa .fg a.v4 .in {
  background: #758ce1;
}
.block-mapa .fg a.v4 .in:hover {
  background: rgba(43, 76, 197, 0.5);
}
.block-mapa .cursor {
  text-align: left;
  position: absolute;
  line-height: 1;
  margin: 10px;
  width: 400px;
  width: 30vw;
  font-weight: bold;
}
@media (max-width: 768px) {
  .block-mapa .cursor {
    width: 80vw;
  }
}
.block-mapa .cursor h1 {
  font: inherit;
  font-size: 3.5vw;
  word-wrap: break-word;
}
.block-mapa .cursor .lead {
  font-size: 14px;
  line-height: 1.3;
  padding: 20px;
  background: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.block-kosztorys {
  margin: 40px 0;
}
.block-kosztorys header {
  padding-bottom: 10px;
}
.block-kosztorys header h2,
.block-kosztorys header h3 {
  margin: 0;
}
.block-kosztorys header h2 {
  font-size: 24px;
}
.block-kosztorys header h3 {
  font-size: 16px;
}
.block-kosztorys .row {
  min-height: 40px;
  position: relative;
  width: 100%;
  line-height: 1.2;
  border-bottom: #000000 solid 2px;
  transition: all 1s;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.block-kosztorys .row.total {
  font-size: 24px;
  transition: all 5s;
}
.block-kosztorys .row.topborder {
  border-top: #000000 solid 2px;
}
.block-kosztorys .row .txt {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  font-weight: bold;
}
.block-kosztorys .row .txt .l {
  text-transform: lowercase;
}
.block-kosztorys .row .txt .r {
  min-width: 4em;
  text-align: right;
}
.block-kosztorys .row .num {
  display: none;
  position: absolute;
  min-height: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
.block-promo {
  border: #eee solid 1px;
  margin: 0 20px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
  position: relative;
}
.block-promo:after {
  position: absolute;
  top: -15px;
  right: 10px;
  content: 'REKLAMA';
  font-size: 10px;
  letter-spacing: 1px;
  color: #ccc;
  line-height: 1;
}
.block-bnner {
  padding: 10px 20px;
  display: none;
  height: 240px;
}
.block-bnner.open {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-bnner:hover {
  opacity: 0.9;
}
.block-bnner .pix {
  margin: 0 auto;
  max-width: 200px;
  max-height: 240px;
  height: auto;
  display: block;
}
.block-post_gallery_autosize {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
  font-size: 0;
  text-align: left;
}
.block-post_gallery_autosize a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
@media (max-width: 768px) {
  .block-post_gallery_autosize a {
    width: 100% !important;
    display: block;
  }
}
.block-post_gallery_autosize a .gallerypix {
  width: 100%;
  height: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-post_gallery_autosize a .txt {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 3px;
  padding-right: 6px;
  text-align: left;
  line-height: 1.2;
  background: white;
  color: black;
  max-width: 80%;
}
.block_post_gallery_autosize + .block_post_gallery_autosize {
  margin-top: -20px;
}
a.kafel_link {
  display: block;
  border: #000000 solid 2px;
  padding: 20px;
  background: white;
  text-align: center;
  text-decoration: none !important;
  color: #63a965;
  font-size: 20px;
  font-weight: bold;
}
a.kafel_link img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
.block-donate_selector {
  /*border: @kolor2 solid 2px;*/
  padding: 1rem;
  padding-bottom: 0;
  /*background: linear-gradient(to bottom, fade(@kolor3,50%) 0%,rgba(255,255,255,1) 50%);*/
  background-position: top left;
  background-repeat: no-repeat;
}
.block-donate_selector header {
  text-align: center;
}
.block-donate_selector header h1 {
  font-size: 32px;
  color: #2b4cc5;
}
.block-donate_selector header h2 {
  font-size: 24px;
  color: #2b4cc5;
  margin-bottom: 0.5rem;
}
.block-donate_selector header .block-miniheader {
  padding: 0.25rem;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #2b4cc5;
  color: black;
  opacity: 0.2;
}
.block-donate_selector .kwoty-kwoty {
  font-size: 0;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}
.block-donate_selector .kwoty-kwoty input[type="radio"] {
  display: none;
}
.block-donate_selector .kwoty-kwoty label,
.block-donate_selector .kwoty-kwoty .innakwota {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  border: #2b4cc5 solid 2px;
  border-right: none;
  color: #2b4cc5;
  background: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  transition: all 0.25s;
}
.block-donate_selector .kwoty-kwoty label.innakwota,
.block-donate_selector .kwoty-kwoty .innakwota.innakwota {
  border-right: #2b4cc5 solid 2px;
}
@media (max-width: 1023px) {
  .block-donate_selector .kwoty-kwoty label,
  .block-donate_selector .kwoty-kwoty .innakwota {
    font-size: 16px;
  }
}
.block-donate_selector .kwoty-kwoty label:hover,
.block-donate_selector .kwoty-kwoty .innakwota:hover {
  background-color: #2b4cc5;
  color: white;
  background-size: 100% 100%;
  background-image: url(https://beczmiana.pl/wp-content/themes/bz_2017/img/postlink_bg_5.svg);
  animation: zmieniaj_tlo_udostepnij 3s ease infinite;
}
.block-donate_selector .kwoty-kwoty label.off,
.block-donate_selector .kwoty-kwoty .innakwota.off {
  cursor: default;
}
.block-donate_selector .inna_kwota {
  margin: 0 auto;
  max-width: 1000px;
  background: #2b4cc5;
  color: white;
  text-align: center;
  padding: 0.5rem;
  padding: 2rem;
  line-height: 1;
  font-size: 20px;
}
.block-donate_selector .inna_kwota form {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.block-donate_selector .inna_kwota input {
  padding: 0.25rem 0.5rem;
  border: white solid 2px;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  transition: all 0.25s;
  background: none;
  color: white;
  font-size: 16px;
  max-width: 40%;
}
.block-donate_selector .inna_kwota input:focus {
  background: rgba(255, 255, 255, 0.1);
}
.block-donate_selector .inna_kwota span.pln {
  text-align: left;
  padding-left: 1rem;
  width: 100%;
  max-width: 70%;
}
.block-donate_selector .inna_kwota input.submit {
  font-weight: bold;
  cursor: pointer;
}
.block-donate_selector .inna_kwota input.submit:hover {
  background: white;
  color: #2b4cc5;
}
.block-donate_selector .inna_kwota input.mojakwota {
  flex-shrink: 4;
}
.block-donate_selector .regulamin_link {
  padding-top: 0.5rem;
  font-size: 12px;
  text-align: center;
}
.block-donate_selector .regulamin_link a {
  color: #63a965;
  border-bottom: #2b4cc5 solid 1px;
}
.block-donate_selector .regulamin_link a:hover {
  color: black;
}
.block-donate_thankyou {
  height: 100vh;
  color: #63a965;
  font-size: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem;
  border: #63a965 solid 2px;
}
.block-donate_thankyou .ik {
  font-size: 24px;
  margin-bottom: 0.25rem;
  text-align: center;
}
.block-donate_info {
  color: #63a965;
  font-size: 32px;
  text-align: center;
  padding: 1rem;
  border: #63a965 solid 2px;
}
.block-donate_info .ik {
  font-size: 24px;
  margin-bottom: 0.25rem;
  text-align: center;
}
.wrap-zbiorka_home .block-donate_selector {
  padding-top: 2rem;
}
