@charset "UTF-8";
html {
  scroll-behavior: smooth;
  width: 100vw;
  overflow-x: hidden;
  background-color: #fff;
}

section {
  z-index: 10;
}

textarea,
input {
  /* Resetowanie stylów */
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  font: inherit;
  color: inherit;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  vertical-align: baseline;
  /* Zapewnienie spójności wymiarów */
  width: auto;
  height: auto;
  /* Usunięcie interakcji wizualnych */
  transition: none;
  /* Brak animacji */
}

textarea:focus,
input:focus {
  /* Usunięcie wszystkich efektów focus */
  outline: none;
  box-shadow: none;
  border: none;
  /* Zapobiegaj zmianie layoutu */
  margin: 0;
  padding: 0;
}

textarea:hover,
input:hover {
  /* Usunięcie hover */
  background: none;
  border: none;
}

body {
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  gap: 48px;
  width: 100vw;
  align-items: center;
  overflow-x: hidden;
  color: #000;
}

body::-webkit-scrollbar {
  display: none;
  /* Ukrycie scrollbara w przeglądarkach WebKit */
}

.background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  z-index: 0;
}
.background img {
  filter: grayscale(100%);
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-family: "Be Vietnam Pro";
}

p,
h2,
h3 {
  font-family: "Be Vietnam Pro";
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}

* {
  padding: 0px;
  margin: 0px;
  scrollbar-width: thin;
  scrollbar-color: #555 #000;
  color: #000;
  font-size: 16px;
  font-style: normal;
}

.czynnosci header {
  display: flex;
  padding-top: 36px;
  width: 100vw;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
}
.czynnosci header .burger {
  position: absolute;
  right: 130px;
  top: 77px;
  width: auto;
  display: none;
  z-index: 22;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
.czynnosci header .burger span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.czynnosci header .logo-section {
  padding-left: 140px;
  display: flex;
  align-items: center;
  gap: 32px;
  cursor: pointer;
  text-wrap: nowrap;
}
.czynnosci header .logo-section .logo {
  width: 114px;
  height: 114px;
}
.czynnosci header .logo-section .separator {
  width: 3.5px;
  height: 64px;
  background: #000;
}
.czynnosci header .logo-section figcaption {
  color: #000;
  font-family: Martel;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: 0.72px;
  text-transform: uppercase !important;
}
.czynnosci header nav ul {
  display: flex;
  align-items: center;
  gap: 33px;
  list-style: none;
  padding-right: 200px;
}
.czynnosci header nav ul li {
  color: #000;
  text-shadow: 0px 1px 0.8px #000;
  font-family: Martel;
  font-size: 16px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.czynnosci header nav ul li::before {
  width: 0px;
  height: 1px;
  content: "";
  background-color: #D0A144;
  position: absolute;
  transition: 0.6s all ease;
  bottom: -2px;
}
.czynnosci header nav ul li:hover::before {
  width: 100%;
}
.czynnosci header nav ul li a {
  color: #000;
  text-shadow: 0px 1px 0.8px #000;
  font-family: Martel;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.czynnosci header nav ul li a .golden {
  color: #D0A144;
  text-shadow: 0px 1px 0.8px #000;
  font-family: Martel;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 31.5px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 94px;
  z-index: 2;
  margin: 0px auto 128px auto;
  justify-content: center;
  align-items: center;
}
.services h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  color: #000;
  font-family: Martel;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 78.75px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.services p {
  width: 900px;
  color: #000;
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  letter-spacing: 0.72px;
}
.services .line {
  background-color: #D0A144;
  height: 1px;
  width: 700px;
}
.services .services__flex-box {
  display: flex;
  width: 1079px;
  padding: 32px 0 0 0px;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  gap: 112px;
}
.services .services__flex-box .animate {
  opacity: 1 !important;
  transition: 0.6s all ease-in;
}
.services .services__flex-box .service__item {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 248px;
  opacity: 0;
}
.services .services__flex-box .service__item img {
  width: 48px;
  height: 48px;
}
.services .services__flex-box .service__item h3 {
  color: #D0A144;
  text-align: center;
  text-wrap: wrap;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.services .services__flex-box .service__item p {
  overflow: hidden;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  text-wrap: wrap;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 240px;
  height: 63px;
}
.services .services__text {
  color: #000;
  text-align: center;
  font-family: Martel;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  width: 895px;
  line-height: normal;
  letter-spacing: 0.2px;
}
.services .services__adnotation {
  color: #000;
  text-align: center;
  font-family: Martel;
  width: 895px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 32px;
  line-height: normal;
  letter-spacing: 0.2px;
}
.services .cta {
  display: flex;
  padding: 10px 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 37px;
  cursor: pointer;
  background: #D0A144;
  margin: 32px auto 64px auto;
  border: none;
  color: #FFF;
  transition: 0.6s all ease;
}
.services .cta:hover {
  box-shadow: 1px 1px 13px #D0A144;
}

.stopka {
  position: absolute;
  display: flex;
  bottom: 0px;
  padding: 16px 0px;
  align-items: center;
  z-index: 8;
  justify-content: center;
  width: 100vw;
  background: var(--Grey-10, #1A1A1A);
}
.stopka a {
  color: var(--Absolute-White, #FFF);
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  letter-spacing: -0.12px;
}

.stopka2 {
  z-index: 300;
  position: absolute;
  width: 100vw;
  bottom: 52px;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 16px 0px 16px 0;
}
.stopka2 * {
  color: #000 !important;
}
.stopka2 ul {
  list-style: none;
}
.stopka2 .first {
  text-align: right;
  text-wrap: nowrap;
  width: 400px;
}
.stopka2 li {
  color: var(--Absolute-White, #FFF);
  font-family: "Be Vietnam Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.108px;
}
.stopka2 .second {
  width: 400px;
  color: var(--Absolute-White, #FFF);
  font-family: "Be Vietnam Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.108px;
  font-size: 16px !important;
}
.stopka2 .second a {
  font-size: 16px !important;
}

@media (max-width: 1050px) {
  .stopka2 {
    scale: 0.8;
  }
  .stopka2 * {
    text-wrap: nowrap;
  }
  body {
    gap: 0px;
  }
  * {
    font-size: 16px;
  }
  .active .czynnosci {
    pointer-events: none;
  }
  .active .burger {
    pointer-events: all;
  }
  .active .burger span {
    background-color: #fff !important;
  }
  .active * {
    pointer-events: none;
  }
  .active .wrapper {
    opacity: 0;
  }
  .active html {
    overflow: hidden;
  }
  .active nav {
    position: fixed;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    background-color: rgba(0, 0, 0, 0.116);
    height: 100vh;
    top: 0vh !important;
    align-items: center;
    flex-direction: column;
    z-index: 200;
    opacity: 1 !important;
  }
  .active nav ul {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    gap: 33px;
    padding-top: 120px;
    list-style: none;
    padding-right: 0px !important;
  }
  .active nav ul li {
    color: #000;
    text-shadow: 0px 1px 0.8px #000;
    font-family: Martel;
    font-size: 16px;
    position: relative;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .active nav ul li::before {
    width: 0px;
    height: 1px;
    content: "";
    background-color: #D0A144;
    position: absolute;
    transition: 0.6s all ease;
    bottom: -2px;
  }
  .active nav ul li:hover::before {
    width: 100%;
  }
  .active nav ul li a {
    color: #fff !important;
    text-shadow: 0px 1px 0.8px #000;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    pointer-events: all;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .active nav ul li a .golden {
    color: #D0A144;
    text-shadow: 0px 1px 0.8px #000;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .active .hero {
    display: none;
  }
  .active .hero h1 {
    display: none;
  }
  .active .hero .grain {
    opacity: 0;
    width: 1px;
    display: none;
    height: 1px;
  }
  .active .hero .box {
    opacity: 0;
    display: none;
  }
  .czynnosci {
    z-index: 10;
    width: 100vw;
  }
  .czynnosci .animate .logo-section {
    transform: translateX(0px);
  }
  .czynnosci .animate .burger {
    transform: translateX(0px);
  }
  .czynnosci header {
    display: flex;
    padding-top: 16px;
    width: 100vw;
    margin-left: 0px;
    z-index: 110;
    justify-content: space-between;
    align-items: center;
  }
  .czynnosci header nav {
    pointer-events: none;
    position: fixed;
    width: 100vw;
    display: flex;
    background-color: black;
    height: 100vh;
    transition: 0.5s all ease-in-out;
    align-items: center;
    flex-direction: column;
    z-index: 200;
    top: 0px;
    opacity: 0;
  }
  .czynnosci header nav ul {
    display: none;
    align-items: center;
    gap: 33px;
    list-style: none;
    padding-right: 130px;
  }
  .czynnosci header nav ul li {
    color: #000;
    text-shadow: 0px 1px 0.8px #000;
    font-family: Martel;
    font-size: 16px;
    position: relative;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .czynnosci header nav ul li::before {
    width: 0px;
    height: 1px;
    content: "";
    background-color: #D0A144;
    position: absolute;
    transition: 0.6s all ease;
    bottom: -2px;
  }
  .czynnosci header nav ul li:hover::before {
    width: 100%;
  }
  .czynnosci header nav ul li a {
    color: #000;
    text-shadow: 0px 1px 0.8px #000;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .czynnosci header nav ul li a .golden {
    color: #D0A144;
    text-shadow: 0px 1px 0.8px #000;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .czynnosci header .active span:nth-child(2) {
    display: none;
  }
  .czynnosci header .active span:first-child {
    transform: rotate(45deg) translateY(7px);
  }
  .czynnosci header .active span:last-child {
    transform: rotate(-45deg) translateY(-7px);
  }
  .czynnosci header .burger {
    transition: 0.3s all ease;
    position: absolute;
    right: 36px;
    transform: translateX(150px);
    top: 33px;
    width: auto;
    display: flex;
    z-index: 222;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
  }
  .czynnosci header .burger span {
    display: block;
    width: 30px;
    transition: 0.3s all ease;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
  }
  .czynnosci header .logo-section {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease-in-out;
    padding-left: 16px;
    transform: translateX(-250px);
    font-size: 14px;
    text-wrap: nowrap;
  }
  .czynnosci header .logo-section .logo {
    width: 54px;
    height: 54px;
  }
  .czynnosci header .logo-section .separator {
    width: 1px;
    height: 32px;
    background: #000;
  }
  .czynnosci header .logo-section figcaption {
    color: #000;
    font-family: Martel;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    /* 19.8px */
    letter-spacing: 0.72px;
    text-transform: uppercase !important;
  }
  .services {
    display: flex;
    flex-direction: column;
    gap: 94px;
    z-index: 2;
    margin: 64px auto 128px auto;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  .services h2 {
    width: 340px;
    text-align: left;
    margin-bottom: 16px;
    color: #000;
    margin: 0 auto;
    font-family: Martel;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%;
    /* 78.75px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }
  .services p {
    width: 335px;
    margin: 16px auto 0 auto;
    color: #000;
    text-align: left;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
  }
  .services .line {
    background-color: #D0A144;
    height: 1px;
    display: none;
    width: 700px;
  }
  .services .text-center {
    text-align: center !important;
  }
  .services .services__flex-box {
    display: flex;
    width: 1079px;
    padding: 64px 0 0 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 1000px;
    gap: 112px;
  }
  .services .services__flex-box .service__item {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .services .services__flex-box .service__item img {
    width: 48px;
    height: 48px;
  }
  .services .services__flex-box .service__item h3 {
    color: #D0A144;
    text-align: center;
    text-wrap: wrap;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .services .services__flex-box .service__item p {
    overflow: hidden;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    text-wrap: wrap;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 240px;
    height: 63px;
  }
  .services .services__text {
    color: #000;
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 330px;
    line-height: normal;
    letter-spacing: 0.2px;
  }
  .services .services__adnotation {
    color: #000;
    text-align: center;
    font-family: "Be Vietnam Pro";
    width: 330px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-top: 32px;
    line-height: normal;
    letter-spacing: 0.2px;
  }
  .services .cta {
    display: flex;
    padding: 10px 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 37px;
    cursor: pointer;
    background: #D0A144;
    margin: 32px auto 64px auto;
    border: none;
    color: #FFF;
    transition: 0.6s all ease;
  }
  .services .cta:hover {
    box-shadow: 1px 1px 13px #D0A144;
  }
  .stopka {
    position: absolute;
    display: flex;
    bottom: 0px;
    padding: 16px 0px;
    align-items: center;
    z-index: 8;
    justify-content: center;
    width: 100vw;
    background: var(--Grey-10, #1A1A1A);
  }
  .stopka a {
    color: var(--Absolute-White, #FFF);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    letter-spacing: -0.12px;
  }
}/*# sourceMappingURL=czynnosci.css.map */