:root {
  --black: #131313;
  --orange: #e9580b;
  --white: white;
}

.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;
  }
}

body {
  color: #1d1d1d;
  font-family: nimbus-sans-extended, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--orange);
}

.button {
  background-color: var(--orange);
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-family: Poller One, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--black);
}

.menu-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-top-bottom.small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-top-bottom.medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-top-bottom.large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sec-orange {
  background-color: var(--orange);
}

.paragraph {
  color: var(--white);
  font-size: 1em;
  line-height: 1.5em;
}

.paragraph.margin-top {
  margin-top: 2rem;
}

.paragraph.is-black {
  color: var(--black);
  font-weight: 700;
}

.heading-style-2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-style-2.is-white {
  color: var(--white);
}

.heading-style-2.is-white.is-center, .heading-style-2.is-center {
  text-align: center;
}

.heading-style-2.is-orange {
  color: var(--orange);
}

.separator-m {
  width: 100%;
  height: 4rem;
}

.nav-logo {
  width: 20rem;
}

.div-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}

.separator-s {
  width: 100%;
  height: 2rem;
}

.div-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.div-block-4 {
  background-image: url('../images/P4106040-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.pasek {
  background-color: var(--black);
  width: 20%;
  height: 8px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pasek.full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.lid {
  color: var(--white);
  font-size: 1.5em;
  line-height: 1.2em;
}

.lid.margin-top {
  margin-top: 2rem;
}

.lid.is-black {
  color: var(--black);
}

.div-block-5 {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.text-block-3 {
  font-weight: 700;
}

.social-media-text {
  color: var(--black);
  padding-left: 4rem;
  font-size: 1.2em;
  font-weight: 700;
}

.social-link {
  color: var(--black);
  width: 2.5rem;
  height: 2.5rem;
  transition: color .2s;
}

.social-link:hover {
  color: var(--orange);
}

.social-icon {
  display: flex;
}

.social-link-2 {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  transition: color .2s;
}

.social-link-2:hover {
  color: #000;
}

.heading-style-3 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.link {
  color: var(--white);
  font-size: .7em;
  font-weight: 300;
}

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

.div-block-9 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  margin-right: 2rem;
}

.div-block-11 {
  width: 50%;
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 479px) {
  .nav-logo {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-2 {
    text-align: center;
  }

  .div-block-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    width: 100vw;
    height: 300px;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .div-block-6 {
    text-align: center;
    flex-flow: column;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
}

#w-node-e69bdc6a-506d-db67-f2be-e40411c5dc06-a847c575 {
  align-self: center;
}


