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

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 {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  gap: 48px;
  width: 100vw;
  align-items: center;
  overflow-x: hidden;
  color: #fff;
  overflow-x: hidden;
}

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: #fff;
  font-size: 16px;
  font-style: normal;
}

.contact header {
  display: flex;
  padding-top: 36px;
  width: 100vw;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  mix-blend-mode: lighten;
}
.contact header .burger {
  display: none;
}
.contact header .logo-section {
  padding-left: 140px;
  display: flex;
  align-items: center;
  gap: 32px;
  cursor: pointer;
  text-wrap: nowrap;
}
.contact header .logo-section .logo {
  width: 114px;
  height: 114px;
}
.contact header .logo-section .separator {
  width: 3.5px;
  height: 64px;
  background: #fff;
}
.contact header .logo-section figcaption {
  color: #fff;
  font-family: Martel;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: 0.72px;
  text-transform: uppercase !important;
}
.contact header nav ul {
  display: flex;
  align-items: center;
  gap: 33px;
  list-style: none;
  padding-right: 200px;
}
.contact header nav ul li {
  color: #fff;
  text-shadow: 0px 1px 0.8px #fff;
  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;
}
.contact header nav ul li::before {
  width: 0px;
  height: 1px;
  content: "";
  background-color: #D0A144;
  position: absolute;
  transition: 0.6s all ease;
  bottom: -2px;
}
.contact header nav ul li:hover::before {
  width: 100%;
}
.contact header nav ul li a {
  color: #fff;
  text-shadow: 0px 1px 0.8px #fff;
  font-family: Martel;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.contact header nav ul li a .golden {
  color: #D0A144;
  text-shadow: 0px 1px 0.8px #fff;
  font-family: Martel;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.contact .wrapper {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  margin: 64px auto 32px auto;
  gap: 64px;
}
.contact .wrapper .section__left {
  position: relative;
  display: flex;
  gap: 64px;
  padding-top: 32px;
  flex-direction: column;
}
.contact .wrapper .section__left .blur {
  background: #424242;
  filter: blur(125px);
  width: 383px;
  height: 319px;
  flex-shrink: 0;
  position: absolute;
  border-radius: 500px;
  left: -500px;
  top: 110px;
  z-index: -2;
}
.contact .wrapper .section__left .col {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact .wrapper .section__left .col h2 {
  color: #FFF;
  font-family: "Be Vietnam Pro";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.contact .wrapper .section__left .col p {
  color: #FFF;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}
.contact .wrapper .section__left .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  width: 800px;
}
.contact .wrapper .section__left .flex-wrap .animate {
  opacity: 1 !important;
}
.contact .wrapper .section__left .flex-wrap .section__left__box {
  width: 360px;
  padding-top: 32px;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.contact .wrapper .section__left .flex-wrap .section__left__box .row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact .wrapper .section__left .flex-wrap .section__left__box .row .wrapper-2 {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.contact .wrapper .section__left .flex-wrap .section__left__box .row .wrapper-2 .section__left__box__icon {
  width: 32px;
}
.contact .wrapper .section__left .flex-wrap .section__left__box .row .wrapper-2 h3 {
  font-size: 24px;
  margin: auto 0;
  line-height: 120%;
}
.contact .wrapper .section__left .flex-wrap .section__left__box .row p {
  padding-left: 60px;
  max-width: 300px;
}
.contact .section__form {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 46px;
  background: rgba(249, 248, 245, 0.95);
}
.contact .section__form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact .section__form form .form-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.contact .section__form form .form-row .form-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}
.contact .section__form form .form-row .form-field label {
  color: #000;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
}
.contact .section__form form .form-row .form-field .name {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: rgba(0, 0, 0, 0.885);
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 30px;
  /* 111.111% */
  background-color: white;
}
.contact .section__form form label {
  color: #000;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
}
.contact .section__form form #wiadomosc {
  display: flex;
  padding: 14px 16px;
  gap: 8px;
  width: 532px;
  height: 100px;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--Gray-500, #ADB5BD);
  /* 111.111% */
  background-color: white;
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 *,
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 ::after,
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 ::before {
  box-sizing: border-box;
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted {
  margin: 0;
  width: 0;
  height: 0;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.6em;
  color: rgba(0, 0, 0, 0.275);
  border: solid 0.06em;
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
  border-radius: 0.2em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
  background-size: 0;
  will-change: color, border, background, background-size, box-shadow;
  transform: translate3d(0, 0, 0);
  transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
  background-color: #f0f0f0;
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
  background-color: #3B99FC;
  background-size: 0.75em;
  color: rgba(0, 0, 0, 0.075);
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
  background-color: #0a7ffb;
  color: rgba(0, 0, 0, 0.275);
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before {
  opacity: 0.5;
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before {
  color: rgba(255, 255, 255, 0.275);
  background-color: #222;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before {
  background-color: #444;
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before {
  background-color: #a97035;
  color: rgba(255, 255, 255, 0.075);
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before {
  background-color: #c68035;
  color: rgba(0, 0, 0, 0.275);
}
.contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted + label {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.contact .section__form form button {
  display: flex;
  height: 50px;
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #D0A144;
  border: none;
  cursor: pointer;
  transition: 0.6s all ease;
  text-transform: uppercase;
}
.contact .section__form form button:hover {
  box-shadow: 1px 1px 13px #D0A144;
  transform: translateY(-1px);
}

.google-maps {
  margin-bottom: 162px !important;
  width: 1500px;
  height: 500px;
  background-color: grey;
  border-radius: 46px;
}

.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 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 .burger {
    pointer-events: all;
  }
  .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: black;
    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: #fff;
    text-shadow: 0px 1px 0.8px #fff;
    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;
    text-shadow: 0px 1px 0.8px #fff;
    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 #fff;
    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;
  }
  .contact {
    z-index: 10;
    width: 100vw;
  }
  .contact header {
    display: flex;
    padding-top: 16px;
    width: 100vw;
    margin-left: 0px;
    z-index: 110;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: lighten;
  }
  .contact 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;
  }
  .contact header nav ul {
    display: none;
    align-items: center;
    gap: 33px;
    list-style: none;
    padding-right: 130px;
  }
  .contact header nav ul li {
    color: #fff;
    text-shadow: 0px 1px 0.8px #fff;
    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;
  }
  .contact header nav ul li::before {
    width: 0px;
    height: 1px;
    content: "";
    background-color: #D0A144;
    position: absolute;
    transition: 0.6s all ease;
    bottom: -2px;
  }
  .contact header nav ul li:hover::before {
    width: 100%;
  }
  .contact header nav ul li a {
    color: #fff;
    text-shadow: 0px 1px 0.8px #fff;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .contact header nav ul li a .golden {
    color: #D0A144;
    text-shadow: 0px 1px 0.8px #fff;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .contact header .active span:nth-child(2) {
    display: none;
  }
  .contact header .active span:first-child {
    transform: rotate(45deg) translateY(7px);
  }
  .contact header .active span:last-child {
    transform: rotate(-45deg) translateY(-7px);
  }
  .contact header .burger {
    transition: 0.3s all ease;
    position: absolute;
    right: 36px;
    top: 33px;
    width: auto;
    display: flex;
    z-index: 222;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
  }
  .contact header .burger span {
    display: block;
    width: 30px;
    transition: 0.3s all ease;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
  }
  .contact header .logo-section {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 16px;
    font-size: 14px;
    text-wrap: nowrap;
  }
  .contact header .logo-section .logo {
    width: 54px;
    height: 54px;
  }
  .contact header .logo-section .separator {
    width: 1px;
    height: 32px;
    background: #fff;
  }
  .contact header .logo-section figcaption {
    color: #fff;
    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;
  }
  .contact .wrapper {
    display: flex;
    width: 100%;
    scale: 1;
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin: 64px auto 0px auto;
    gap: 64px;
  }
  .contact .wrapper .section__left {
    position: relative;
    display: flex;
    gap: 16px;
    padding-top: 0px;
    flex-direction: column;
  }
  .contact .wrapper .section__left .blur {
    background: #424242;
    filter: blur(125px);
    width: 383px;
    height: 319px;
    flex-shrink: 0;
    position: absolute;
    border-radius: 500px;
    left: -500px;
    top: 110px;
    z-index: -2;
  }
  .contact .wrapper .section__left .col {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .contact .wrapper .section__left .col h2 {
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 45px;
    font-style: normal;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    text-transform: capitalize;
  }
  .contact .wrapper .section__left .col p {
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    width: 280px;
    line-height: 26px;
    /* 144.444% */
  }
  .contact .wrapper .section__left .flex-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    width: 100vw;
    justify-content: center;
    align-items: center;
  }
  .contact .wrapper .section__left .flex-wrap .section__left__box {
    width: 290px;
    padding-top: 32px;
  }
  .contact .wrapper .section__left .flex-wrap .section__left__box .row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .contact .wrapper .section__left .flex-wrap .section__left__box .row .wrapper-2 {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .contact .wrapper .section__left .flex-wrap .section__left__box .row .wrapper-2 .section__left__box__icon {
    width: 19px;
  }
  .contact .wrapper .section__left .flex-wrap .section__left__box .row .wrapper-2 h3 {
    font-size: 16px;
    margin: auto 0;
    line-height: 120%;
  }
  .contact .wrapper .section__left .flex-wrap .section__left__box .row p {
    padding-left: 40px;
    max-width: 300px;
  }
  .contact .animate {
    transform: translateY(0px) !important;
  }
  .contact .section__form {
    transform: translateY(200px);
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.3s linear;
    padding: 40px;
    position: relative;
    width: 100vw;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 46px 46px 0px 0px;
    background: rgba(249, 248, 245, 0.95);
  }
  .contact .section__form form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
  }
  .contact .section__form form .form-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-self: stretch;
  }
  .contact .section__form form .form-row .form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex: 1 0 0;
  }
  .contact .section__form form .form-row .form-field label {
    color: #000;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 111.111% */
  }
  .contact .section__form form .form-row .form-field .name {
    display: flex;
    padding: 14px 16px;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    width: 300px;
    margin: 0 auto;
    align-self: stretch;
    color: var(--Gray-500, #ADB5BD);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 30px;
    /* 111.111% */
    background-color: white;
  }
  .contact .section__form form label {
    color: #000;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-right: auto;
    /* 111.111% */
  }
  .contact .section__form form #wiadomosc {
    display: flex;
    padding: 14px 16px;
    gap: 8px;
    width: 300px;
    height: 100px;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--Gray-500, #ADB5BD);
    /* 111.111% */
    background-color: white;
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 *,
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 ::after,
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 ::before {
    box-sizing: border-box;
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted {
    margin: 0;
    width: 0;
    height: 0;
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted + label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 1.15em;
    width: 1.15em;
    margin-right: 0.6em;
    color: rgba(0, 0, 0, 0.275);
    border: solid 0.06em;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
    border-radius: 0.2em;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
    background-size: 0;
    will-change: color, border, background, background-size, box-shadow;
    transform: translate3d(0, 0, 0);
    transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
    background-color: #f0f0f0;
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
    background-color: #3B99FC;
    background-size: 0.75em;
    color: rgba(0, 0, 0, 0.075);
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
    background-color: #0a7ffb;
    color: rgba(0, 0, 0, 0.275);
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before {
    opacity: 0.5;
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before {
    color: rgba(255, 255, 255, 0.275);
    background-color: #222;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before {
    background-color: #444;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before {
    background-color: #a97035;
    color: rgba(255, 255, 255, 0.075);
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before {
    background-color: #c68035;
    color: rgba(0, 0, 0, 0.275);
  }
  .contact .section__form form .polityka-prywatnosci .checkbox-wrapper-1 [type=checkbox].substituted + label {
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .contact .section__form form button {
    display: flex;
    height: 50px;
    padding: 15px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #D0A144;
    border: none;
    cursor: pointer;
    transition: 0.6s all ease;
    text-transform: uppercase;
  }
  .contact .section__form form button:hover {
    box-shadow: 1px 1px 13px #D0A144;
    transform: translateY(-1px);
  }
  .contact .section__form::before {
    width: 100vw;
    background: linear-gradient(rgba(249, 248, 245, 0.95), transparent);
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: -90px;
    left: 0px;
    height: 100px;
    z-index: 222;
  }
  .contact .section__form::after {
    width: 100vw;
    background: rgba(249, 248, 245, 0.95);
    content: "";
    filter: blur(23px);
    position: absolute;
    pointer-events: none;
    bottom: -90px;
    left: 0px;
    height: 20px;
    z-index: 222;
  }
  .google-maps {
    margin-bottom: 0px;
    width: 100vw;
    height: 400px;
    background-color: grey;
    border-radius: 0px;
  }
  .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;
  }
}
@media (max-width: 1500px) {
  .wrapper {
    scale: 0.8;
  }
}/*# sourceMappingURL=contact.css.map */