@charset "utf-8";
.ikonyfront img {
  width: 90px;
  height: auto;
}
.fullheight {
  height: 100vh;
}
.alignfull {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.home .socwrap {
  z-index: 1;
  position: absolute;
  bottom: 10vh;
  display: flex;
  gap: 10px;
  left: calc((100vw - 1400px)/2);
}
.home .socwrap a {
  flex: 0 0 40px;
}
.home #logowrap {
  width: 273px;
  z-index: 1;
}
.home #logowrap a {
  display: block;
}
.home #logowrap a img {
  width: 100%;
  height: auto;
}
.under {
  height: calc(100vh - 66px);
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.under :where(.wp-block-columns.is-layout-flex) {
  gap: 170px;
}
.under .soc {
  gap: 10px;
}
.under .soc a {
  display: block;
}
.under .wp-block-column {
  opacity: 1;
  transform: none;
}
.under h1 {
  padding: 0;
  margin: 0;
  font-size: 100px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: "archivo", sans-serif;
}
.under h2 {
  font-size: 35px;
}
.under h3 {
  font-weight: 800;
  font-size: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.under h4 {
  font-size: 27px;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0;
}
.under .wiecej {
  font-weight: 700;
  font-size: 35px;
  padding: 30px 70px;
  border-radius: 100px;
  display: inline-block;
  background: #b74100;
}
.under .infocontact {
  gap: 20px;
  margin-bottom: 20px;
}
.under .infocontact p {
  padding: 0;
  margin: 0;
}
.under .infocontact p a {
  transition: 0.3s;
  text-decoration: none;
}
.under .infocontact p a:hover {
  color: #9aac95;
}
.under .lhead {
  margin-bottom: 3vw;
}
@media screen and (max-width: 1920px) {
  .home #logowrap {
    width: 12.5vw;
  }
  .under {
    font-size: 2.1vw;
  }
  .under h1 {
    font-size: 5vw;
  }
  .under h2 {
    font-size: 3vw;
  }
  .under h3 {
    font-size: 3vw;
  }
  .under h4 {
    font-size: 2vw;
  }
  .under .wiecej {
    font-size: 1.8vw;
    margin-top: 4vw;
    padding: 2vw 3vw;
  }
}
@media screen and (max-width: 1440px) {
  .wp-block-columns,
  .res {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .wp-block-columns .wp-block-columns,
  .res .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .under {
    padding-top: 15vh;
    font-size: 2.3vw;
  }
  .under h1 {
    font-size: 6vw;
  }
  .under h2 {
    font-size: 3vw;
  }
  .under h3 {
    font-size: 3vw;
  }
  .under h4 {
    font-size: 2vw;
  }
  .under .wiecej {
    margin-top: 4vw;
    padding: 2vw 3vw;
  }
  .home #logowrap {
    width: 14vw;
  }
  .home .socwrap {
    left: 9vw;
    bottom: 3vh;
  }
}
@media screen and (max-width: 640px) {
  .under {
    padding-top: 4vh;
    font-size: 5.4vw;
  }
  .under #logowrap {
    width: 35vw;
  }
  .under .soc {
    padding-top: 20px;
  }
  .under h1 {
    font-size: 14vw;
  }
  .under h2 {
    font-size: 9vw;
  }
  .under h3 {
    font-size: 7.4vw;
  }
  .under h4 {
    font-size: 5vw;
  }
  .under .wiecej {
    font-size: 5.6vw;
    margin-top: 5vw;
    padding: 3vw 6vw;
  }
  .under .wp-block-columns {
    gap: 10px;
  }
  .under .infocontact .wp-block-column:first-of-type {
    flex-basis: 33px !important;
  }
  .under .lhead {
    margin-bottom: 6vw;
  }
  .under .lhead .soc img {
    width: 30px;
    height: auto;
  }
}
