@charset "UTF-8";
/* ===== RESET ===== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li,
abbr, acronym, address, b, big, blockquote,
cite, code, del, dfn, em, i, ins, kbd, pre, q,
samp, tt, var, small, strong, sub, sup,
object, iframe, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  text-decoration: none !important;
}

article,
aside,
header,
hgroup,
nav,
figure,
section,
footer {
  display: block;
}

/* start general */
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
  font-size: 16px;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  background: #4B0C23 url("/assets/images/bg-2.jpg") no-repeat center center;
  background-size: cover;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-ready {
  display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.4em;
  line-height: 1em;
  color: #ffffff;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
}
h1 a,
h1 p,
h1 i,
h1 span,
h2 a,
h2 p,
h2 i,
h2 span,
h3 a,
h3 p,
h3 i,
h3 span,
h4 a,
h4 p,
h4 i,
h4 span,
h5 a,
h5 p,
h5 i,
h5 span,
h6 a,
h6 p,
h6 i,
h6 span {
  line-height: 1em;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.35rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0 0 1em 1.5em;
  list-style-position: outside;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 1em;
}
ul li,
ol li {
  margin-bottom: 0.8em;
  padding-left: 10px;
  font-size: 100%;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul ul,
ol ul {
  list-style-type: circle;
}

ol ol,
ul ol {
  list-style-type: lower-latin;
}

dl {
  margin: 0 0 1em 1.5em;
}
dl dt {
  margin-top: 0.5em;
}

a {
  color: #4B0C23;
  text-decoration: none;
}

a.more,
span.more {
  position: relative;
  margin: 0;
  padding: 2rem 3rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #4B0C23 none no-repeat right center;
  background-size: auto auto;
  transition: all 0.3s;
  border: 2px solid transparent;
}
a.more:hover,
span.more:hover {
  color: #4B0C23;
  background-color: #fff;
  border-color: #4B0C23;
}

b,
strong,
th,
dt {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

sup {
  font-size: 80%;
  vertical-align: super;
}

sub {
  font-size: 80%;
  vertical-align: sub;
}

blockquote {
  padding: 0.3em 1em 1px;
  margin: 0 0 1em;
  border-left: solid 2px rgba(0, 0, 0, 0.4);
}
blockquote p:last-child {
  margin-bottom: 5px;
}

abbr,
acronym {
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help;
}

.indent {
  text-indent: 1.5em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

[align=left] {
  text-align: left;
}

[align=right] {
  text-align: right;
}

[align=center] {
  text-align: center;
}

[align=justify] {
  text-align: justify;
}

img {
  max-width: 100%;
}

img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

img.left {
  float: left;
  margin: 0 20px 20px 0;
}

img.right {
  float: right;
  margin: 0 0 20px 20px;
}

hr {
  height: 0;
  border: 0;
  border-bottom: solid 4px #4B0C23;
  margin: 30px 0;
  width: 100%;
}
hr.center {
  width: 70%;
  margin: 30px auto;
}

.blue {
  color: #3d61bf;
}

.black {
  color: #ffffff;
}

.icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0px 0;
  border-radius: 100%;
  background: #4B0C23 none no-repeat center;
  background-size: auto auto;
  text-indent: -9999px;
  cursor: pointer;
}
.icon.icon-house {
  background-image: asset_url("site/icon-house.svg");
}
.icon.icon-location {
  background-image: asset_url("site/icon-location.svg");
}
.icon.icon-contact {
  width: 120px;
  background-image: asset_url("site/icon-contact.svg");
  background-position: left center;
}
.icon.icon-linkedin {
  background-image: asset_url("site/icon-linkedin.svg");
}
.icon.icon-facebook {
  background-image: asset_url("site/icon-facebook.svg");
}

.columns-2 {
  column-count: 2;
  column-gap: 40px;
}
.columns-2 > * {
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  /* column-break-inside: avoid; */
  break-inside: avoid;
  break-inside: avoid-column;
}
.columns-2 > ul {
  overflow: inherit;
}

.columns-3 {
  column-count: 3;
  column-gap: 40px;
}
.columns-3 > * {
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  /* column-break-inside: avoid; */
  break-inside: avoid;
  break-inside: avoid-column;
}
.columns-3 > ul {
  overflow: inherit;
}

/* GoogleMap fix */
.gm-style-cc * {
  white-space: nowrap;
}

.application-pdf .title-file:before {
  background-image: asset_url("site/icon-pdf.svg");
  background-position: center !important;
  background-size: 112px auto;
}

.application-doc .title-file:before,
.application-docx .title-file:before,
.application-msword .title-file:before {
  background-position: 12px -170px !important;
}

.application-xls .title-file:before,
.application-x-ole-storage .title-file:before {
  background-position: 12px -360px !important;
}

.application-ppt .title-file:before {
  background-position: -187px -360px !important;
}

.application-zip .title-file:before {
  background-image: asset_url("site/icon-zip.svg");
  background-position: center !important;
  background-size: 112px auto;
}

div.table-wrapper {
  overflow-x: hidden;
}
div.table-wrapper.show {
  overflow-x: scroll;
}
div.table-wrapper table {
  margin-bottom: 10px;
}

.main-title {
  max-width: 100%;
}
.main-title h1 {
  line-height: 1em;
}
.main-title .description {
  padding-left: 50%;
  color: #4B0C23;
}
.main-title .info {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: initial;
  padding: initial;
  border-bottom: initial;
  margin-bottom: initial;
}
.main-title p.date,
.main-title p.category {
  color: #ffffff;
  font-size: 14px;
  margin-right: 60px;
  margin-bottom: 0;
}
.main-title p.location {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  opacity: 0.5;
}

.title-with-desc {
  text-align: center;
  margin-bottom: 50px;
}
.title-with-desc h2 {
  max-width: 1130px;
  margin-bottom: 0.45em;
}
.title-with-desc h2 a,
.title-with-desc h2 p,
.title-with-desc h2 span {
  margin-bottom: 0;
}
.title-with-desc .desc {
  max-width: 600px;
  margin: 0 auto;
  color: #4B0C23;
}

/* end general */
/* layout */
#container {
  position: relative;
  margin: 0 auto;
  max-width: 2560px;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-x: hidden;
}

#wrapper {
  position: relative;
  margin: 4rem auto 4rem;
  padding: 0 36px;
}

#content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 670px;
}

body.default #wrapper {
  margin-top: 9rem;
}

/* end layout */
@keyframes showUp {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes showUpZ {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: -2;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
}
@keyframes hideDown {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.form .header-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.form .header-form h1 {
  margin: 1.2rem 0;
  text-align: center;
  order: 1;
  flex: 1 0 100%;
}
.form .header-form a, .form .header-form h2 {
  order: 0;
  flex: 0 1 50%;
}
.form .header-form a.logo {
  display: inline-block;
}
.form .header-form a.logo img {
  width: 330px;
  height: 206px;
  max-width: initial;
}
.form .header-form h2 {
  text-align: right;
  font-size: 3.75rem;
}
.form .content-form {
  max-width: 656px;
  margin: 1rem auto 0;
}
.form .content-form form .row.zabezpieczenie {
  position: absolute;
  right: -5000px;
}
.form .content-form .form-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}
.form .content-form .checkbox-row {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.form .content-form .checkbox-row input[type=checkbox] {
  margin-top: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 1 0 18px;
  accent-color: #ffffff;
}
.form .content-form .checkbox-row label {
  padding-left: 10px;
  display: inline-block;
  font-size: 1.1rem;
}
.form .content-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form .content-form .form-group.full-width {
  flex-basis: 100%;
}
.form .content-form .form-group label {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.form .content-form .form-group input[type=text],
.form .content-form .form-group input[type=tel],
.form .content-form .form-group input[type=email],
.form .content-form .form-group textarea {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: transparent;
  color: #ffffff;
}
.form .content-form .form-group input[type=text]:focus,
.form .content-form .form-group input[type=tel]:focus,
.form .content-form .form-group input[type=email]:focus,
.form .content-form .form-group textarea:focus {
  outline: none;
  border-bottom: 1px solid #ffffff;
}
.form .content-form .form-group input[type=submit] {
  background: #ffffff url("/assets/images/icon-plus-2.svg") no-repeat calc(50% + 90px) center;
  color: #4B0C23;
  border: none;
  border-radius: 7px;
  padding: 1.5rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}

@media (max-width: 730px) {
  body {
    background-size: auto 100%;
  }
  .form .header-form {
    justify-content: center;
  }
  .form .header-form h2 {
    text-align: center;
    margin: 2rem 0;
  }
  .form .content-form {
    margin-top: 3rem;
  }
}
@media (max-width: 500px) {
  .form .header-form a.logo img {
    width: 250px;
    height: 156px;
  }
  .form .content-form .form-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .form .header-form a.logo img {
    width: 200px;
    height: 125px;
  }
  .form .header-form h2 {
    font-size: 2rem;
  }
  .form .header-form h1 {
    font-size: 1.5rem;
  }
}
/* Animowana ikona hamburgera z borderów */
.hamburger,
.hamburger2 {
  display: none;
  position: relative;
  z-index: 1001;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.hamburger__lines,
.hamburger2__lines {
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  background-color: #4B0C23;
  margin: 0 auto;
  transition: background-color 0.3s ease-in-out;
}
.hamburger__lines::before, .hamburger__lines::after,
.hamburger2__lines::before,
.hamburger2__lines::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #4B0C23;
  left: 0;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.hamburger__lines::before,
.hamburger2__lines::before {
  top: -9px;
}
.hamburger__lines::after,
.hamburger2__lines::after {
  top: 9px;
}
#header.scroll .hamburger__lines, #header.scroll .hamburger__lines::before, #header.scroll .hamburger__lines::after,
#header.scroll .hamburger2__lines,
#header.scroll .hamburger2__lines::before,
#header.scroll .hamburger2__lines::after {
  background-color: #000;
}
body.default .white #header .hamburger__lines, body.default .white #header .hamburger__lines::before, body.default .white #header .hamburger__lines::after,
body.default .white #header .hamburger2__lines,
body.default .white #header .hamburger2__lines::before,
body.default .white #header .hamburger2__lines::after {
  background-color: #000;
}
.hamburger.is-active .hamburger__lines,
.hamburger.is-active .hamburger2__lines,
.hamburger2.is-active .hamburger__lines,
.hamburger2.is-active .hamburger2__lines {
  background-color: transparent;
}
.hamburger.is-active .hamburger__lines::before,
.hamburger.is-active .hamburger2__lines::before,
.hamburger2.is-active .hamburger__lines::before,
.hamburger2.is-active .hamburger2__lines::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
.hamburger.is-active .hamburger__lines::after,
.hamburger.is-active .hamburger2__lines::after,
.hamburger2.is-active .hamburger__lines::after,
.hamburger2.is-active .hamburger2__lines::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}

body.home #container .header-wrapper > .menu {
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #4B0C23;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  z-index: 1000;
}
body.home.menu-is-open #container .header-wrapper > .menu {
  transform: translateX(0);
}
body.home.menu-is-open {
  overflow: hidden;
}
body.home.hamburger2-active #header {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
body.home #container .header-wrapper > .menu nav#menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.home #container .header-wrapper > .menu nav#menu a {
  font-size: 1.5rem;
  padding: 1rem;
  color: #fff;
}

@media (max-width: 600px) {
  .header-wrapper.scroll #header .inner .hamburger {
    display: block;
    order: 3;
  }
  .header-wrapper.scroll #header .inner .menu {
    position: fixed;
    top: -15px;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #4B0C23;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    z-index: 1000;
  }
  body.menu-is-open .header-wrapper.scroll #header .inner .menu {
    transform: translateX(0);
  }
  body.menu-is-open {
    overflow: hidden;
  }
  nav#menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  nav#menu a {
    font-size: 1.5rem;
    padding: 1rem;
    color: #fff;
  }
  body.default .white nav#menu a {
    color: #fff !important;
  }
  body.default.menu-is-open #header.scroll nav#menu a {
    color: #fff !important;
  }
  body.default.menu-is-open #menu a::after {
    background-color: #fff;
  }
  body.default.menu-is-open .white #header .hamburger__lines, body.default.menu-is-open .white #header .hamburger__lines::before, body.default.menu-is-open .white #header .hamburger__lines::after,
  body.default.menu-is-open #header .hamburger__lines, body.default.menu-is-open #header .hamburger__lines::before, body.default.menu-is-open #header .hamburger__lines::after {
    background-color: #fff;
  }
  body.default.menu-is-open .white #header .hamburger__lines,
  body.default.menu-is-open #header .hamburger__lines {
    background-color: transparent;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  animation: fadeIn 0.8s ease-in-out forwards;
}

#intro h1,
#intro h2 {
  opacity: 0;
  animation: slideUpFadeIn 0.8s ease-out 0.5s forwards;
}

#intro h2 {
  animation-delay: 0.8s;
}

a, button {
  transition: all 0.3s ease;
}

.contact-button:hover,
a.more:hover,
a.more2:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#menu a {
  position: relative;
  padding-bottom: 5px;
  margin: 0 10px;
  font-size: 1.4rem;
  font-weight: 600;
}

#menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.news-list .item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-list .item:hover {
  transform: scale(1.03);
  z-index: 10;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stages-grid .stage-item:nth-child(2) {
  transition-delay: 0.1s;
}

.stages-grid .stage-item:nth-child(3) {
  transition-delay: 0.2s;
}

.stages-grid .stage-item:nth-child(4) {
  transition-delay: 0.3s;
}

.news-list .item:nth-child(2) {
  transition-delay: 0.1s;
}

.news-list .item:nth-child(3) {
  transition-delay: 0.2s;
}

.news-list .item:nth-child(4) {
  transition-delay: 0.3s;
}

/*# sourceMappingURL=styles.css.map */