body {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.5em;
  font-weight: 700;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.13em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  text-align: justify;
  margin-bottom: 10px;
  line-height: 1.7em;
}

a {
  text-decoration: underline;
}

.hero {
  height: 100vh;
  background-color: #000;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.sm {
  color: #fff;
}

.sm:hover {
  color: #afafaf;
}

.button-open {
  width: 1.88em;
  height: 1.88em;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.line-1 {
  width: 1.88em;
  height: .13em;
  background-color: #fff;
}

.line2 {
  width: 1.25em;
  height: .13em;
  background-color: #fff;
}

.line-3 {
  width: .63em;
  height: .13em;
  background-color: #fff;
}

.sm-link {
  padding-right: 30px;
}

.hero-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
  top: -60%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1em;
}

.nav-bar {
  z-index: 100;
  margin-top: 0;
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1200px;
}

.menu-wrapper {
  z-index: 101;
  width: 30%;
  background-color: rgba(0, 0, 0, .9);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.menu-nav {
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.25em;
  text-decoration: none;
}

.nav-link:hover {
  color: #afafaf;
}

.nav-link.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-link.w--current:hover {
  color: #afafaf;
}

.line-1-close {
  width: 1.5em;
  height: .13em;
  background-color: #fff;
  transform: translate(0, 2px)rotate(45deg);
}

.line-2-close {
  width: 1.5em;
  height: .13em;
  background-color: #fff;
  transform: rotate(-45deg);
}

.button-close {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 3.13em;
  left: 7em;
}

.nav-link-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h1-white {
  color: #fff;
  text-align: right;
  margin-bottom: 10px;
  display: none;
}

.header-dots {
  padding-top: .63em;
  padding-bottom: 2.25em;
}

.button {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .13em solid #000;
  border-radius: 0;
  margin-top: 30px;
  padding-left: 2.19em;
  padding-right: 2.19em;
  font-weight: 600;
  line-height: 1.2em;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.header-oferta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer {
  height: 360px;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/zachod-slonca.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.footer-wrap {
  grid-column-gap: 34.25em;
  grid-row-gap: 28.75em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding-right: 0;
  display: grid;
}

.footer-item {
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.icon-footer {
  padding-bottom: 0;
  padding-right: 15px;
}

.text-block, .copyright {
  color: #fff;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.nav-bg {
  z-index: -10;
  height: 8.7em;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .8);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.p-center {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1em;
  line-height: 1.7em;
}

.heading-5 {
  text-align: center;
}

.oferta-more {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.h3-grey-center {
  color: #6d6d6d;
  text-align: center;
}

.logo-img.stopka {
  padding-bottom: 20px;
}

.sm-mobile {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.logo {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.body {
  height: 100%;
  color: #fff;
  background-color: #040303;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.logo-zz {
  object-fit: cover;
}

.vectors-wrapper {
  width: 72px;
  height: 86px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.paragraph {
  text-align: center;
  font-weight: 500;
}

.link {
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link:hover {
  color: #cda053;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1700px;
  }

  .menu-wrapper {
    width: 16%;
  }

  .button-close {
    top: 2.43em;
    left: 3em;
  }
}

@media screen and (max-width: 991px) {
  p {
    text-align: center;
  }

  .hero {
    background-position: 50%;
  }

  .button-open {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-content {
    top: auto;
    bottom: 15%;
    left: 0%;
    right: 0%;
  }

  .white {
    text-align: center;
    line-height: 1em;
  }

  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-bar.mobile {
    background-color: #000;
  }

  .nav-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-wrapper {
    width: 100%;
    height: 100%;
  }

  .menu-nav {
    height: auto;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-close {
    left: 3em;
  }

  .nav-link-wrap {
    flex-direction: row;
    align-items: center;
  }

  .h1-white {
    text-align: center;
    font-size: 1.4em;
    line-height: 1em;
  }

  .footer-wrap {
    grid-row-gap: 3.5em;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .col-left {
    text-align: center;
  }

  .footer-item {
    justify-content: center;
  }

  .nav-bg {
    height: 3.2em;
  }

  .p-center {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-mobile {
    padding-left: 0;
    display: block;
  }

  .image {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  p {
    text-align: center;
  }

  .button-open {
    flex: 0 auto;
  }

  .social-media {
    flex: 0 auto;
    display: none;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: 8%;
    left: 0%;
    right: 0%;
  }

  .white {
    margin-bottom: 5px;
  }

  .nav-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-nav {
    height: 100%;
  }

  .nav-link.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-wrap {
    flex-direction: column;
    align-items: center;
  }

  .h1-white {
    margin-bottom: 5px;
    font-size: 1.6em;
    line-height: 1.4em;
  }

  .nav-bg {
    height: 4.3em;
  }

  .p-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-mobile {
    flex: 0 auto;
    margin-top: 30px;
    display: block;
  }

  .logo {
    justify-content: flex-end;
    padding-right: 0;
  }

  .logo.w--current {
    justify-content: center;
  }

  .image {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .sm {
    color: #fff;
  }

  .button-open {
    margin-right: 15px;
  }

  .hero-content {
    padding-left: 40px;
    padding-right: 40px;
    bottom: 12%;
  }

  .white {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-wrapper {
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .h1-white {
    line-height: 1.1em;
  }

  .button {
    line-height: 1.2em;
  }

  .header-oferta {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrap {
    text-align: center;
  }

  .oferta-more {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-img.stopka {
    max-width: 87%;
  }

  .logo {
    justify-content: flex-end;
    display: flex;
  }

  .image {
    max-width: 70%;
  }
}


