:root {
  --menu-gradient-1: #001229b5;
  --blue-2: #000b1fdb;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.landing-section {
  background-image: linear-gradient(#0006, #0006), url('../images/Grzegorz_Kaleka_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100lvw;
  height: 100vh;
}

.navbar {
  background-color: #ddd0;
  background-image: linear-gradient(#001229b5, #0000);
  width: 100lvw;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_btn {
  color: #fff;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2em;
}

.navbar_btn.hide {
  display: none;
}

.div-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.landing-title {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  line-height: 60px;
}

.paragraph {
  color: #fff;
  width: 40em;
}

.div-block-2 {
  width: 100svw;
  max-width: 1920px;
  margin-top: 56px;
  padding: 35px;
}

.container {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  display: flex;
}

.hr {
  background-color: #b6b6b6;
  height: 1px;
  margin-top: 20px;
}

.hr._10em {
  width: 10em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hr.footer {
  background-color: #5e5e5e;
  margin-top: 40px;
  margin-left: 24px;
  margin-right: 24px;
  display: block;
}

.hr._1 {
  margin-bottom: 20px;
}

.landing-subtitle-column {
  padding-left: 0;
  padding-right: 14px;
}

.landing-footer {
  border-top: 1px solid #6b6b6b;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100svw;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 1200px;
}

.inform-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-icons {
  opacity: .5;
  width: 30px;
  height: 30px;
}

.footer-grid-text {
  color: #fff;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4em;
}

.onas-section {
  width: 100lvw;
}

.div-block-3 {
  width: 1920px;
  padding: 100px 32px;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
}

.p-opisy-klubow {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-4 {
  background-image: url('../images/HFS0BKB_v2.jpg');
  background-position: 42%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column-reverse;
  height: 80%;
  min-height: 220px;
  margin-top: 35px;
  display: flex;
}

.kluby-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100lvw;
  min-height: 100vh;
  padding: 100px 24px 60px;
}

.tab-left-column {
  padding: 30px;
}

.tab-font {
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.brand {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.kluby-logo {
  margin-top: 20px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.text-center {
  text-align: left;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-center._100pxdown {
  margin-bottom: 100px;
}

.przemienniki-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.przemienniki-wrapper.slim {
  max-width: 940px;
  margin-top: 40px;
}

.przemienniki-wrapper.slim._100pxdown {
  margin-bottom: 100px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.my-h1 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 34px;
}

.czestotliwosci-section {
  width: 100lvw;
  padding-bottom: 100px;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/Supraśl_Odbicie.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
}

.div-block-6 {
  background-color: #fff;
  max-width: 600px;
  margin: 40px;
  padding: 24px;
}

.heading-2 {
  font-family: Inter, sans-serif;
  font-size: 31px;
  line-height: 1.2em;
}

.paragraph-3 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list-item {
  letter-spacing: .3px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list-item.list_leading {
  margin-bottom: 10px;
}

.kontakt-section {
  width: 100lvw;
}

.cta {
  text-align: center;
  background-image: linear-gradient(#001024ab, #001024ab), url('../images/Żubry_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-flex;
}

.paragraph-4 {
  color: #fff;
  max-width: 500px;
  margin-top: 23px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.footer {
  text-align: center;
  background-color: #1a1a1a;
  padding-bottom: 0;
}

.footer-column-div {
  text-align: left;
  padding-top: 30px;
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-3 {
  color: #b1b1b1;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  padding-right: 82px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6em;
}

.button {
  letter-spacing: 1px;
  background-color: #308f22;
  border-radius: 20px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}

.paragraph-6 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.footer-list {
  color: #fff;
  word-break: break-all;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.footer-podpisy {
  color: #a0a0a0;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-span {
  font-family: Material Icons, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}

.footer-list-wrapper {
  text-align: left;
}

.tabs {
  max-width: 1200px;
  margin-top: 20px;
}

.link {
  color: #333;
  text-decoration: underline;
}

.tabs-content {
  border: 3px solid #c8c8c8;
}

.tab-right-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.footer-link {
  color: #fff;
  word-break: break-all;
}

.list {
  font-size: 16px;
}

.paragraph-7 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.accordion-list-item {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-8 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.list-2 {
  padding-left: 20px;
}

.linki-section {
  width: 100lvw;
  min-height: 100vh;
  margin-bottom: 100px;
}

.columns {
  width: 1920px;
}

.link-2, .link-3, .link-4, .link-5, .tab-link {
  word-break: break-all;
}

._1920-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100svw;
  display: flex;
}

.columns-2 {
  max-width: 1920px;
}

.przemienniki-section {
  width: 100lvw;
  min-height: 100vh;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.fotoraf {
  color: #b8b8b8;
  letter-spacing: .2em;
  font-family: Inter, sans-serif;
  font-size: 12px;
  position: absolute;
  inset: -35% 2% auto auto;
}

.fotoraf.mobile {
  display: none;
}

.fotoraf-2 {
  color: #fff;
  text-align: right;
  letter-spacing: .2em;
  padding-bottom: 4px;
  padding-right: 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  position: static;
  inset: 0% auto auto 0%;
}

.fotoraf-2.mobile {
  display: none;
}

.column-3 {
  padding-right: 50px;
}

.columns-3 {
  flex-flow: row;
  display: flex;
}

.div-block-8 {
  position: relative;
}

.fotoraf-4 {
  color: #fff;
  text-align: right;
  letter-spacing: .2em;
  padding-bottom: 4px;
  padding-right: 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fotoraf-4.mobile {
  display: none;
}

.fotoraf-3 {
  color: #fff;
  text-align: right;
  letter-spacing: .2em;
  padding-bottom: 4px;
  padding-right: 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: block;
}

.fotoraf-3.mobile {
  display: none;
}

.h4_kluby_tab {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .div-block-2, .div-block-3 {
    width: auto;
  }

  .div-block-4 {
    background-position: 39%;
  }

  .accordion-wrapper, .text-center {
    margin-left: 24px;
    margin-right: 24px;
  }

  .columns, .columns-2 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    background-color: #00122900;
    background-image: linear-gradient(180deg, var(--menu-gradient-1), #0000);
  }

  .paragraph {
    width: 80vw;
  }

  .nav-menu {
    background-color: var(--blue-2);
  }

  .landing-footer {
    height: 160px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 24px;
  }

  .div-block-4 {
    background-position: 50% 58%;
    width: 100%;
    margin-bottom: 40px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .fotoraf {
    letter-spacing: .1em;
    font-size: 11px;
    top: -17%;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .landing-section {
    background-image: linear-gradient(#0000, #0000), url('../images/Grzegorz_Kaleka_1.jpg');
    background-position: 0 0, 41%;
    display: block;
  }

  .landing-title {
    font-size: 38px;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-footer {
    display: none;
  }

  .grid {
    padding-left: 0;
  }

  .onas-section {
    display: block;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 32px;
  }

  .div-block-4 {
    background-position: 50%;
  }

  .kluby-section {
    padding-top: 20px;
    display: flex;
  }

  .tab-left-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .czestotliwosci-section {
    padding-bottom: 40px;
    display: block;
  }

  .div-block-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    font-size: 26px;
  }

  .kontakt-section {
    display: block;
  }

  .text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 33px;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs {
    display: block;
  }

  .tab-right-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-2 {
    display: block;
  }

  .fotoraf.mobile, .fotoraf-2.mobile, .fotoraf-4.mobile, .fotoraf-3.mobile {
    font-size: 11px;
    display: block;
    inset: auto 4% 1% auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_284993b5-9bdc-a64a-dc43-eb26b5a8d1a4-063ae720, #w-node-_29e4530f-7179-e74a-01a9-3a10542c8492-063ae720, #w-node-_43b3de43-7435-d44f-c02e-8f480dab2719-063ae720, #w-node-_3e38e266-0c1e-8bf8-9e7d-dbb8262d50eb-063ae720 {
    justify-self: start;
  }
}


