/*
Theme Name: Fundacja
Author: 3motion @januszmaro
Version: 1.0
Text Domain: fundacjatheme
 */
@font-face {
  font-family: 'Katahdin Round';
  src: url('./assets/fonts/KatahdinRound-Regular.woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Yeseva One';
  src: url('./assets/fonts/YesevaOne-Regular.woff');
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Montserrat';
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  color: #696969;
  max-width: 100vw;
  overflow-x: clip;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Yeseva One';
  color: #2E2E2E;
  margin: 0;
  font-weight: 500;
}
p {
  margin: 0;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.45;
}
.heading h2 {
  font-size: 3.75vw;
  line-height: 1.35;
  position: relative;
  z-index: 3;
}
.heading h3 {
  font-family: 'Katahdin Round';
  font-size: 1.667vw;
  margin-bottom: 2vw;
}
.heading span,
.heading a {
  font-family: 'Yeseva One';
  position: relative;
  font-weight: 400;
}
.heading span::before,
.heading a::before {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  background: #FECE00;
  border-radius: 100px;
  height: 12px;
  width: 100%;
  z-index: -1;
}
.alert {
  background: #CF3A3A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 35px 40px;
}
.alert h3 {
  font-size: 1.944vw;
  color: #fff;
}
.alert p {
  font-size: 1.1vw;
  margin-top: 20px;
}
.alert .button-danger {
  border: 3px solid #fff;
  background: #CF3A3A;
  box-shadow: 7px 7px 0 0 #fff;
}
.history {
  background: #eaf3ff;
  position: relative;
  margin: 120px 0;
}
.history-rellax {
  position: absolute;
  right: 90px;
  bottom: 0px;
}
.history .wrapper {
  position: relative;
}
.history::before,
.history::after {
  content: '';
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.history::before {
  height: 300px;
  width: 100%;
  z-index: -1;
  top: -300px;
  background-image: url("./assets/images/history-top.svg");
  background-position: center top;
}
.history::after {
  height: 300px;
  width: 100%;
  background-image: url("./assets/images/history-bottom.svg");
  background-position: center bottom;
}
.history__icon {
  position: absolute;
  z-index: -1;
}
.history__icon-1 {
  top: -90px;
  right: -220px;
}
.history__icon-2 {
  top: 0;
  right: -220px;
}
.history__icon-3 {
  top: -70px;
  left: -50px;
  width: 100%;
  max-width: 70px;
}
.history .heading {
  position: relative;
  width: 100%;
  max-width: 53.125vw;
  margin-bottom: 100px;
  z-index: 3;
}
.history__author {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin: 100px 0 150px;
}
.history__author-image {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 12.222vw;
  object-fit: cover;
}
.history__author-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 65px;
  margin-top: 60px;
}
.history__author-btn a.permalink {
  color: #2E2E2E !important;
}
.history__stat {
  width: 100%;
  max-width: 15.278vw;
  color: #2E2E2E;
}
.history__stat span {
  font-family: 'Yeseva One';
  font-size: 6.944vw;
}
.history__stat p {
  font-family: 'Katahdin Round';
  font-size: 1.389vw;
}
.history__stat-container {
  display: flex;
  justify-content: space-between;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home .nav__krs,
.home .nav__lang,
.home .nav__user {
  color: #fff;
}
.nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 94;
}
.nav .button-primary {
  height: 58px;
}
.nav .button-primary:last-child {
  width: 58px;
  padding: 0;
}
.nav.active {
  position: fixed;
}
.nav.active .nav__krs,
.nav.active .nav__lang,
.nav.active .nav__user {
  color: #fff;
}
.nav.active .nav__button span {
  background: #0455bf;
}
.nav.active .nav__button span::before {
  transform: rotate(45deg);
  top: 0;
}
.nav.active .nav__button span::after {
  transform: rotate(-45deg);
  bottom: 0;
}
.nav.active .button-primary,
.nav.active .button-danger {
  background: #0455bf;
  border: 3px solid #fff;
  box-shadow: 7px 7px 0 0 #fff;
}
.nav.active .button-primary:last-child {
  width: 58px;
}
.nav__krs {
  font-size: 1.111vw;
  color: #2E2E2E;
  font-family: 'Katahdin Round';
  transition: 0.6s;
}
.nav__container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 3fr 2fr 3fr;
  width: 100%;
  max-width: unset;
  padding: 2.08333333vw 2.08333333vw 0;
}
.nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.nav__logo a {
  max-width: 11.111vw;
  width: 100%;
}
.nav__logo img {
  width: 100%;
  height: auto;
}
.nav__left,
.nav__right {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav__right {
  justify-content: flex-end;
  position: relative;
  z-index: 95;
}
.nav__lang {
  position: relative;
  z-index: 6;
}
.nav__lang,
.nav__user {
  font-family: 'Katahdin Round';
  font-size: 1.111vw;
  color: #2E2E2E;
  transition: 0.6s;
}
.nav__ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row dense;
  /* Ustawiamy 'dense' aby wypełnić wiersze zanim rozpoczniemy nową kolumnę */
  grid-gap: 10px;
  grid-template-rows: repeat(5, auto);
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav__ul li {
  margin-bottom: 24px;
}
.nav__ul li.menu-item-913 {
  grid-row-end: span 2;
}
.nav__ul li a,
.nav__ul li span {
  font-size: 2.5vw;
  line-height: 1.5;
  font-family: 'Yeseva One';
  color: #fff;
  position: relative;
}
.nav__ul li a::before,
.nav__ul li span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  transition: 0.6s;
  border-radius: 100px;
  background-color: #FECE00;
}
.nav__ul li a:hover::before,
.nav__ul li span:hover::before {
  width: 100%;
}
.nav__ul li a:hover span::before,
.nav__ul li span:hover span::before {
  width: 100%;
}
.nav__ul-small li a {
  line-height: 2.7;
  font-size: 1.528vw;
}
.nav__button {
  position: relative;
}
.nav__button span {
  position: relative;
  display: block;
  width: 29px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  transition: 0.6s;
}
.nav__button span::before,
.nav__button span::after {
  content: '';
  position: absolute;
  width: 29px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  display: block;
  transition: 0.6s;
}
.nav__button span::before {
  top: -8px;
}
.nav__button span::after {
  bottom: -8px;
}
.nav__menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background-color: #0455bf;
  z-index: 90;
  transition: 0.6s;
  background-image: url("./assets/images/menu-bg.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  overflow: hidden;
}
.nav__menu.active {
  overflow: auto;
}
.nav__menu-leaf {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.nav__menu .wrapper {
  max-width: 100%;
  padding: 2.08333333vw 2.78333333vw 0;
  display: flex;
  justify-content: space-between;
}
.nav__menu .donations {
  color: #fff;
  width: 100%;
  max-width: 18.403vw;
  gap: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 12vw;
}
.nav__menu .donations__dino {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.nav__menu .donations .heading {
  margin-bottom: 20px;
}
.nav__menu .donations .heading h3 {
  font-family: 'Katahdin Round';
  color: #fff;
}
.nav__menu .donations__item {
  display: flex;
  align-items: center;
  border: 3px solid transparent;
  transition: 0.6s;
  justify-content: space-between;
  padding: 15px 23px;
}
.nav__menu .donations__item:hover {
  border: 3px solid #fff;
  box-shadow: 7px 7px 0 0 #FFF;
}
.nav__menu .donations__item span {
  font-size: 2.569vw;
  font-family: 'Yeseva One';
  line-height: 1;
}
.nav__menu .donations__item span.small {
  font-size: 1.944vw;
}
.nav__menu .donations__item .permalink {
  font-size: 1.042vw;
}
.nav__menu.active {
  top: 0;
}
.text-center {
  text-align: center;
}
.text-colored {
  color: #FECE00;
}
.text-colored b {
  font-family: 'Katahdin Round';
}
.timeline {
  position: relative;
  padding-top: 120px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: calc(100% + 210px);
  width: 1px;
  background: #DEDEDE;
  border-radius: 100px;
  z-index: 2;
}
.timeline__icon-1 {
  top: 20px;
  left: 210px;
}
.timeline .heading {
  text-align: center;
  padding: 40px 0;
  margin: 0px 0 200px;
  background: #f2f2f2;
}
.timeline .heading h2 {
  font-size: 6.944vw;
}
.timeline__row {
  display: flex;
  position: relative;
  margin: 50px 0;
  z-index: 5;
}
.timeline__row::before {
  content: '';
  background: #FECE00;
  height: 55px;
  width: 55px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
}
.timeline__row:nth-child(even) {
  justify-content: flex-end;
}
.timeline__content {
  padding: 10px;
}
.timeline__content h3 {
  font-family: 'Katahdin Round';
  font-size: 1.389vw;
}
.timeline__content p {
  margin-top: 10px;
}
.timeline__date {
  font-size: 3.056vw;
  line-height: 1;
  top: calc(-1.56vw);
  color: #2E2E2E;
  position: relative;
  height: 0;
  font-family: 'Yeseva One';
}
.timeline__col {
  width: 100%;
  max-width: 27.083vw;
  padding: 0 30px 30px;
  background: #F2FFFA;
  box-shadow: 7px 7px 0 0 #DEDEDE;
}
.timeline__col img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}
.summary {
  position: relative;
  overflow: visible;
}
.summary__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 175%;
  height: auto;
  object-fit: contain;
  z-index: -1;
}
.summary .heading {
  display: flex;
  justify-content: center;
}
.summary .heading h2 {
  font-size: 13.889vw;
  position: relative;
  z-index: 5;
  line-height: 1;
}
.summary .heading h2::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  height: 15px;
  width: 100%;
  border-radius: 100px;
  background: #FECE00;
}
.summary__container {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.summary__col {
  width: 100%;
  max-width: 15.931vw;
}
.summary__col span {
  font-family: 'Yeseva One';
  font-size: 6.944vw;
  color: #2E2E2E;
}
.summary__col p {
  font-family: 'Katahdin Round';
  font-size: 1.389vw;
  color: #2E2E2E;
}
.projekt {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 75px;
  padding: 40px 0;
  border-bottom: 1px solid #DEDEDE;
  transition: 0.6s;
}
.projekt__hover {
  opacity: 0;
  position: absolute;
  right: 2%;
  top: calc(50% - 40px);
  transform: translateY(-50%);
  transition: 0.6s;
  z-index: 3;
  width: 100%;
  max-width: 250px;
}
.projekt__content h3 {
  font-family: 'Katahdin Round';
  font-size: 1.667vw;
  transition: 0.6s;
}
.projekt__content p {
  margin-top: 25px;
}
.projekt__image {
  width: 100%;
  max-width: 256px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2fffa;
  box-shadow: 7px 7px 0 0 #DEDEDE;
}
.projekt__image img {
  max-width: 100%;
  max-height: 100%;
}
.projekt:hover {
  border-bottom: 1px solid #FECE00;
}
.projekt:hover .projekt__hover {
  opacity: 1;
}
.projekt:hover .projekt__content h3 {
  color: #FECE00;
}
.projekt:hover .projekt__image {
  box-shadow: 7px 7px 0 0 #FECE00;
}
.zespol {
  text-align: center;
}
.zespol__nav {
  overflow: unset !important;
  margin-bottom: 100px;
  margin-top: -40px;
}
.zespol__nav-prev,
.zespol__nav-next {
  width: 25%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  padding: 120px 0;
  z-index: 5;
}
.zespol__nav-prev {
  right: 95%;
}
.zespol__nav-prev:hover {
  cursor: url("./assets/images/nav-prev.svg"), auto;
}
.zespol__nav-next {
  left: 95%;
}
.zespol__nav-next:hover {
  cursor: url("./assets/images/nav-next.svg"), auto;
}
.zespol__nav .swiper-wrapper {
  display: flex;
}
.zespol__nav .swiper-slide {
  width: auto;
  font-size: 1.667vw;
  font-family: 'Katahdin Round';
  color: #2E2E2E;
  position: relative;
  z-index: 3;
}
.zespol__nav .swiper-slide:hover {
  cursor: pointer;
}
.zespol__nav .swiper-slide.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  border-radius: 100px;
  background: #FECE00;
  bottom: 0;
  z-index: -1;
}
.zespol img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.zespol h3 {
  font-family: 'Katahdin Round';
  font-size: 1.389vw;
  margin-top: 22px;
}
.zespol p {
  font-weight: bold;
}
.zespol p,
.zespol a {
  font-size: 0.972vw;
  line-height: 1.6;
}
.zespol__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5.903vw;
}
.hero-01 {
  min-height: 100vh;
  position: relative;
  align-items: flex-end;
  margin-bottom: 5vw;
}
.hero-01::before,
.hero-01::after {
  content: '';
  position: absolute;
  height: 100%;
}
.hero-01::before {
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 2;
}
.hero-01.header {
  align-items: flex-end;
}
.hero-01 .header__title {
  color: #fff;
  max-width: 100%;
}
.single-uslugi .header__page::before {
  width: 105%;
  background-size: 100%;
}
.gallery__container {
  column-count: 3;
  column-gap: 54px;
  width: 100%;
}
.gallery__container figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 54px;
  break-inside: avoid;
}
.gallery__container figure a img {
  grid-row: 1 / -1;
  grid-column: 1;
  width: 100%;
  border-radius: 8px;
  height: auto;
}
.gallery__container figure a {
  color: black;
  text-decoration: none;
}
.single-post .header__page {
  min-height: calc(20vh + 400px);
}
.content p:first-child {
  margin-top: 0;
}
.content p,
.content ul {
  line-height: 1.45;
  margin: 25px 0;
  color: #2e2e2e;
}
.content ul {
  padding: 0;
  list-style: none;
}
.content ul li {
  font-size: 1.1vw;
  font-weight: 500;
  display: flex;
}
.content ul li::before {
  content: '➜';
  margin-right: 12px;
  color: #FECE00;
}
.content .accordion header h3,
.content .accordion__content p {
  color: #2e2e2e;
}
.content .row {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.content .col {
  flex: 1;
  width: 100%;
  max-width: 575px;
}
.content .col img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.kpk-form p {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
#rememberme,
.wpcf7-form-control-wrap input[type=checkbox] {
  position: relative;
  z-index: 5;
}
#rememberme:hover,
.wpcf7-form-control-wrap input[type=checkbox]:hover {
  cursor: pointer;
}
#rememberme::before,
.wpcf7-form-control-wrap input[type=checkbox]::before,
#rememberme::after,
.wpcf7-form-control-wrap input[type=checkbox]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#rememberme::before,
.wpcf7-form-control-wrap input[type=checkbox]::before {
  width: 24px;
  height: 24px;
  background: #fff;
  z-index: 2;
}
#rememberme:checked::after,
.wpcf7-form-control-wrap input[type=checkbox]:checked::after {
  width: 10px;
  height: 10px;
  z-index: 3;
  background: #0355BF;
  border-radius: 3px;
}
.contact .row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.contact form p {
  margin-top: 0;
}
.contact form .wpcf7-acceptance .wpcf7-list-item {
  margin: 10px 0 50px;
}
.contact form .wpcf7-list-item {
  margin: 0;
}
.contact form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contact form .wpcf7-list-item label span {
  flex: 1;
}
.contact form .wpcf7-list-item-label {
  font-size: 0.772vw;
}
.contact form .form-button-wrapper p {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact form .form-button-wrapper p input:hover {
  cursor: pointer;
}
.contact form .wpcf7-form-control-wrap input,
.contact form .wpcf7-form-control-wrap textarea {
  margin-bottom: 20px;
  font-size: 1.1vw;
  font-weight: 500;
  color: #2E2E2E;
}
.contact .col {
  flex: 1;
  width: 100%;
  max-width: 575px;
}
.contact .col iframe {
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.contact .col form p {
  margin-top: 0;
}
.contact .col p {
  margin-top: 30px;
}
.contact .col p.text-colored {
  margin-bottom: 30px;
}
.contact .col h3 {
  font-size: 1.389vw;
  font-family: 'Katahdin Round';
}
.contact .col .social {
  font-size: 1.667vw;
  font-weight: 500;
  font-family: 'Yeseva One';
  color: #2E2E2E;
}
.contact__ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  gap: 24px;
}
.simpay-form-control {
  margin-bottom: 0;
}
.stripe-button-el {
  background: unset !important;
  box-shadow: unset;
}
.stripe-button-el span {
  height: unset !important;
  padding: unset;
  background: unset !important;
  position: relative;
  font-size: 1.25vw !important;
  text-transform: uppercase;
  font-family: 'Katahdin Round' !important;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.stripe-button-el span::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #FECE00;
  height: 3px;
  border-radius: 100px;
}
.simpay-test-mode-badge-container {
  display: none;
}
.header {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.header__background {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__particles {
  width: 120%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: -15.889vw;
}
.header__particles img {
  width: 100%;
  height: auto;
}
.header__projekt {
  box-shadow: 7px 7px 0 0 #DEDEDE;
  position: absolute;
  right: 10%;
  top: 35%;
  background: #f1fffa;
  z-index: 10;
  width: 100%;
  max-width: 270px;
}
.header__date {
  font-size: 1.667vw;
  color: #FECE00;
  font-family: 'Katahdin Round';
}
.header__icon {
  position: absolute;
  right: 30%;
  bottom: 30%;
}
.header__span {
  color: #FECE00;
  font-family: 'Katahdin Round';
  font-size: 1.667vw;
}
.header__page {
  padding-top: 150px;
  min-height: calc(60vh + 200px);
  background-image: url("./assets/images/header.svg");
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.header__page .header__title {
  text-decoration: underline;
  text-decoration-color: #FECE00;
  position: relative;
  z-index: 5;
}
.header__page::before {
  content: '';
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  background-image: url("./assets/images/stars.svg");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center bottom;
}
.header__title {
  font-family: 'Yeseva One';
  font-weight: 500;
  line-height: 1.1;
  font-size: 6.944vw;
  position: relative;
  z-index: 5;
  text-align: left;
  max-width: 80vw;
}
.header__title span {
  font-family: 'Yeseva One';
}
.header__container {
  padding-bottom: 65px;
}
.button:disabled {
  filter: grayscale(100%);
}
.button-primary {
  background-color: #0455bf;
  color: #f2f2f2;
  border: none;
  display: inline-flex;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 500;
  font-family: 'Katahdin Round';
  line-height: 1;
  position: relative;
  z-index: 1;
  padding: 20px;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  box-shadow: 7px 7px 0 0 #03a678;
}
.button-primary:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 4px 4px 0 0 #03a678;
  cursor: pointer;
}
.button-danger {
  background-color: #DC0020;
  box-shadow: 7px 7px 0 0 #FECE00;
}
.button-danger:hover {
  box-shadow: 4px 4px 0 0 #FECE00;
}
@media (min-width: 768px) {
  .button-primary {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .button-primary {
    font-size: 1.25vw;
  }
}
@media (min-width: 1920px) {
  .button-primary {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .button-primary {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .button-primary {
    padding-top: 1.38888889vw;
  }
}
@media (min-width: 1920px) {
  .button-primary {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .button-primary {
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .button-primary {
    padding-bottom: 1.38888889vw;
  }
}
@media (min-width: 1920px) {
  .button-primary {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .button-primary {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .button-primary {
    padding-left: 1.94444444vw;
  }
}
@media (min-width: 1920px) {
  .button-primary {
    padding-left: 28px;
  }
}
@media (min-width: 768px) {
  .button-primary {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .button-primary {
    padding-right: 1.94444444vw;
  }
}
@media (min-width: 1920px) {
  .button-primary {
    padding-right: 28px;
  }
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 79.861vw;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper__menu {
  width: 100%;
  max-width: 64.236vw;
}
.wrapper__menu h2 {
  font-size: 6.25vw;
  line-height: 1;
  color: #fff;
}
.wrapper ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wrapper ol li {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.45;
}
.side {
  font-family: 'Yeseva One';
  font-size: 1.1vw;
  color: #CF63BD;
  position: absolute;
  transform: rotate(-90deg);
  left: -200px;
  top: 20%;
  z-index: 10;
}
.alert {
  background-color: #cf3a3a;
  position: fixed;
  z-index: 10;
  padding: 30px 40px;
  bottom: 30px;
  right: 30px;
  width: 100%;
  max-width: calc(69.444vw - 60px);
  transition: 0.6s;
  display: flex;
  align-items: flex-start;
}
.alert__menu {
  background-color: #cf3a3a;
  position: fixed;
  width: 100%;
  top: -120px;
  left: 0;
  z-index: 180;
  transition: 0.6s;
  height: 110px;
  display: flex;
  align-items: center;
}
.alert__menu .button-danger {
  border: 3px solid #fff;
  background: #CF3A3A;
  box-shadow: 7px 7px 0 0 #fff;
}
.alert__menu.active {
  top: 0;
}
.alert__menu .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 95%;
}
.alert__menu .alert__ul {
  margin: 0;
}
.alert-2 {
  background-color: #cf3a3a;
  padding: 35px 40px;
  position: relative;
}
.alert-2 .alert__content h3 {
  font-size: 1.944vw;
  color: #fff;
}
.alert-2__image {
  position: absolute;
  right: 0%;
  top: -60px;
  transform: translateY(-30%);
  width: 100%;
  max-width: 18.542vw;
  height: auto;
}
.alert__ul {
  display: flex;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
  gap: 35px;
  flex-wrap: wrap;
}
.alert__ul li a.permalink {
  color: #fff;
}
.alert.hide {
  opacity: 0;
  visibility: hidden;
}
.alert__button {
  height: 60px;
  width: 60px;
}
.alert__button .nav__button span {
  background: #cf3a3a;
}
.alert__button .nav__button span::before {
  transform: rotate(45deg);
  top: 0;
}
.alert__button .nav__button span::after {
  transform: rotate(-45deg);
  bottom: 0;
}
.alert__content {
  width: 100%;
  max-width: 50vw;
}
.alert__content p {
  font-size: 1.1vw;
}
.accordion__container {
  margin-top: 50px;
}
.accordion header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #578FD8;
}
.accordion header:hover {
  cursor: pointer;
}
.accordion header h3 {
  font-size: 1.667vw;
  font-family: 'Katahdin Round';
  color: #fff;
}
.accordion header img {
  transform: rotate(0deg);
  transition: 0.6s;
}
.accordion__content {
  padding-top: 20px;
  padding-bottom: 45px;
  display: none;
}
.accordion__content p {
  font-weight: 500;
  font-size: 1.1vw;
  color: #fff;
}
.accordion.active header img {
  transform: rotate(180deg);
}
.accordion.active .accordion__content {
  display: block;
}
.price__text b {
  color: #FECE00;
  font-family: 'Katahdin Round';
}
.price__nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.price__nav li {
  font-size: 1.667vw;
  font-family: 'Katahdin Round';
  color: #2E2E2E;
  position: relative;
  z-index: 3;
}
.price__nav li:hover {
  cursor: pointer;
}
.price__nav li.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  border-radius: 100px;
  background: #FECE00;
  bottom: 0;
  z-index: -1;
}
.price__list {
  display: none;
}
.price__list.active {
  display: block;
}
.price__table {
  margin: 46px 0 50px;
  width: 100%;
  border-collapse: collapse;
}
.price__table tr td {
  font-size: 1.1vw;
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
}
.price__table tr td:last-child {
  text-align: right;
  font-weight: 600;
}
.price__content {
  padding: 40px;
  background: #f2fffa;
  margin: 70px 0 60px;
  box-shadow: 7px 7px 0 0 #dedede;
}
.price__content h3 {
  font-size: 1.944vw;
}
.section {
  padding: 80px 0;
}
.donation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0;
  flex: 1;
  text-align: center;
  transition: 0.6s;
}
.donation:last-child span {
  font-size: 2.222vw;
  line-height: 1.2;
}
.donation span {
  font-family: 'Yeseva One';
  line-height: 1.6;
  font-size: 3.125vw;
  margin-bottom: 15px;
}
.donation p,
.donation span {
  color: #2E2E2E;
}
.donation p {
  font-family: 'Katahdin Round';
  position: relative;
}
.donation p::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #FECE00;
  height: 3px;
  border-radius: 100px;
}
.donation:hover {
  background: #F2FFFA;
  box-shadow: 7px 7px 0 0 #dedede;
}
.donation__container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 80px 0 70px;
}
.donation__payment img {
  width: 100%;
  height: auto;
}
.project__container {
  margin: 60px 0 80px;
  display: flex;
  align-items: center;
}
.wpcf7-text,
.wpcf7-textarea {
  padding: 22px 20px;
  width: 100%;
  border: 0;
  background: #fff;
  transition: 0.6s;
  resize: none;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  outline: none;
  box-shadow: 7px 7px 0 0 #FECE00;
}
.myaccount__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  position: relative;
  padding: 86px 0;
  background-color: #FECE00;
  color: #2E2E2E;
}
.myaccount__form form {
  width: 100%;
  max-width: 24.306vw;
}
.myaccount__form h2 {
  font-size: 3.75vw;
  margin-bottom: 80px;
}
.myaccount__form label {
  display: none;
}
.myaccount__form .login-remember label {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.myaccount__form input[type="password"],
.myaccount__form input[type="text"] {
  padding: 22px 20px;
  width: 100%;
  border: 0;
  background: #fff;
  transition: 0.6s;
}
.myaccount__form input[type="password"]:focus,
.myaccount__form input[type="text"]:focus {
  outline: none;
  box-shadow: 7px 7px 0 0 #dedede;
}
.myaccount__form .permalink {
  margin-bottom: 20px;
}
.myaccount__form .permalink::before {
  background: #2E2E2E;
}
.myaccount__form .button-primary {
  order: 5;
}
.myaccount__boy,
.myaccount__girl {
  position: absolute;
  bottom: 0;
}
.myaccount__boy {
  z-index: 2;
  left: calc(100% - 30px);
}
.myaccount__girl {
  z-index: -1;
  right: calc(100% - 20px);
}
.page-id-435 .section {
  border-bottom: 1px solid #C4D3E6;
}
.uslugi {
  padding: 30px;
  transition: 0.6s;
}
.uslugi img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}
.uslugi:hover {
  background: #F2FFFA;
  box-shadow: 7px 7px 0 0 #DEDEDE;
}
.uslugi.swiper-slide {
  width: 100%;
  max-width: 24.306vw;
  position: relative;
  z-index: 3;
}
.uslugi__content {
  padding: 30px 10px;
}
.uslugi__content h3 {
  font-size: 1.389vw;
  font-family: 'Katahdin Round';
}
.uslugi__content p {
  margin-top: 20px;
}
.prefooter {
  background-image: url("./assets/images/stars.svg");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.prefooter .wrapper {
  position: relative;
}
.prefooter__stars {
  position: absolute;
  left: 10px;
  bottom: -120px;
}
.prefooter__sign {
  position: absolute;
  right: 10px;
  bottom: -120px;
}
.prefooter__container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 36px;
}
.prefooter__top {
  position: absolute;
  left: 0;
  top: -40%;
  z-index: -1;
  width: 120%;
  max-width: unset;
  height: auto;
}
.prefooter__shadow {
  bottom: -50px;
  width: 120%;
  height: auto;
  position: absolute;
  z-index: -1;
}
.prefooter__content {
  position: relative;
  z-index: 4;
}
.prefooter__content h2 {
  font-size: 6.944vw;
  line-height: 1;
}
.prefooter__content h2 span {
  font-family: 'Yeseva One';
  font-size: 13.889vw;
}
.mention.swiper-slide {
  width: 100%;
  max-width: 24.306vw;
}
.mention__nav {
  height: 60%;
  position: absolute;
  z-index: 10;
  top: -20%;
}
.mention__nav-next {
  right: -20%;
  width: 90%;
}
.mention__nav-next:hover {
  cursor: url("./assets/images/nav-next.svg"), auto;
}
.mention__nav-prev {
  left: -20%;
  width: 50%;
}
.mention__nav-prev:hover {
  cursor: url("./assets/images/nav-prev.svg"), auto;
}
.mention__section {
  position: relative;
}
.mention__section .permalink {
  color: #2E2E2E;
}
.mention__animation {
  position: absolute;
  top: 0px;
  right: 20%;
}
.mention__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 70px 0;
  grid-gap: 4.167vw;
}
.mention__container .side {
  z-index: 1;
}
.mention__container.swiper {
  overflow: unset;
  position: relative;
}
.mention__header {
  color: #0455bf;
  font-size: 1.1vw;
  display: flex;
  align-items: center;
  gap: 18px;
}
.mention__header b {
  text-transform: uppercase;
}
.mention__content {
  margin: 30px 0;
}
.mention__content p {
  line-height: 1.45;
}
.article {
  padding: 30px 0;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}
.article::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  transition: 0.6s;
  background: #FECE00;
}
.article__date {
  color: #FECE00;
  font-family: 'Katahdin Round';
  font-size: 0.972vw;
}
.article h3 {
  font-family: 'Katahdin Round';
  font-size: 1.667vw;
  max-width: 56.944vw;
  line-height: 1.6;
  margin-top: 15px;
  transition: 0.6s;
}
.article:hover h3 {
  color: #FECE00;
}
.article:hover::before {
  width: 100%;
}
.article__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
.article__title {
  font-size: 3.333vw;
}
.postid-490 .nav__krs {
  color: #fff;
}
.sprawozdanie {
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
}
.sprawozdanie h3 {
  font-family: 'Katahdin Round';
  font-size: 1.667vw;
}
.sprawozdanie p {
  color: #FECE00;
  font-size: 0.972vw;
  font-family: 'Katahdin Round';
}
.sprawozdanie__container {
  display: flex;
  flex-direction: column;
}
.circle {
  width: 16px;
  height: 16px;
  z-index: 1400;
  border-radius: 50%;
  background: #FECE00;
  position: absolute;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 6px !important;
  margin-top: 96px;
  margin-bottom: -54px;
  border-left-top-radius: 20px !important;
  border-right-top-radius: 0px !important;
  border-right-bottom-radius: 0px !important;
  border-left-bottom-radius: 20px !important;
  background: #dedede;
  width: 110% !important;
  bottom: -48px;
  position: relative;
}
.swiper-scrollbar-drag {
  border-radius: 20px !important;
  background: #f2fffa !important;
}
.permalink {
  font-family: 'Katahdin Round';
  position: relative;
  font-size: 1.389vw;
}
.permalink::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  border-radius: 100px;
  background-color: #FECE00;
  transition: 0.6s;
}
.permalink:hover::before {
  width: 100%;
}
.heading-first p {
  max-width: 48.611vw;
  margin-top: 20px;
}
.footer {
  margin-top: auto;
  background: #f2fefa;
  padding-bottom: 75px;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  width: 100%;
  background-image: url("./assets/images/footer.svg");
  top: -200px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}
.footer__ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.footer__ul li {
  margin-bottom: 12px;
}
.footer__ul li a {
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}
.footer__ul li a::before {
  content: '';
  height: 3px;
  transition: 0.6s;
  width: 0;
  background: #FECE00;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.footer__ul li a:hover:before {
  width: 100%;
}
.footer p,
.footer ul li a {
  font-size: 1.111vw;
}
.footer__bottom {
  padding-top: 20px;
  border-top: 3px solid #DEDEDE;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__bottom p {
  font-size: 0.972vw;
}
.footer__logo {
  margin-bottom: 85px;
}
.footer__logo img {
  width: 100%;
  max-width: 12.847vw;
}
.footer__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
}
.footer__top span a {
  font-size: 2.083vw;
  line-height: 1.8;
  font-family: 'Yeseva One';
  color: #2E2E2E;
}
.footer__social {
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 1.736vw;
}
.footer__scroll {
  height: 82px;
  width: 82px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FECE00;
  transition: 0.7s;
}
.footer__scroll img {
  transform: rotate(-90deg);
}
.footer__scroll:hover {
  cursor: pointer;
  background: #03a678;
}
.footer__container {
  margin: 100px 0 110px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer__container h3 {
  font-size: 1.389vw;
  line-height: 1.4;
  font-family: 'Katahdin Round';
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 21.736vw;
  width: 100%;
}
.footer__col:nth-child(2) {
  max-width: 15vw;
}
@media (max-width: 1030px) {
  .history__icon-1 {
    top: -30px;
  }
  .nav__left a,
  .nav__left p {
    display: none;
  }
  .nav__container {
    grid-template-columns: 2fr 1fr 2fr;
    padding: 20px 30px;
  }
  .nav__container .button-primary {
    font-size: 14px !important;
    height: 32px !important;
  }
  .nav__lang,
  .nav__krs {
    font-size: 14px;
  }
  .nav__logo {
    display: flex;
    justify-content: flex-start;
  }
  .nav__logo a {
    max-width: 120px;
  }
  .nav__logo a img {
    width: 100%;
    height: auto;
  }
  .nav__menu {
    padding-top: 100px;
  }
  .header__projekt {
    top: calc(5% + 90px);
  }
  .accordion__container {
    margin-top: 20px;
  }
  .uslugi.swiper-slide {
    max-width: 37.864vw;
  }
  .wrapper {
    max-width: 90vw;
  }
  .wrapper__menu {
    max-width: 100%;
  }
  p,
  .permalink,
  .footer p,
  .footer ul li a,
  .content ul li,
  .wrapper ol li {
    font-size: 1.748vw;
  }
  .article__date {
    font-size: 1.942vw;
  }
  .article__title {
    font-size: 5vw;
  }
  .article h3 {
    font-size: 2.442vw;
  }
  .heading h2 {
    font-size: 5.243vw;
  }
  .footer h3 {
    font-size: 1.942vw;
  }
  .footer__logo {
    padding-top: 75px;
    margin-bottom: 25px;
  }
  .footer__container {
    margin: 50px 0;
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .prefooter__content h2 span {
    font-size: 64px;
  }
  .prefooter__content h2 {
    font-size: 48px;
  }
  .projekt:hover .projekt__hover {
    display: none;
  }
  .page-template-default .alert {
    display: none;
  }
  .accordion header h3 {
    font-size: 5.106vw;
  }
  .accordion__content p {
    font-size: 3.83vw;
  }
  .history .heading {
    z-index: 7;
    max-width: 100%;
  }
  .button-primary {
    font-size: 3.2vw;
  }
  .mention__nav {
    display: none;
  }
  .heading-first p {
    max-width: 100%;
  }
  .prefooter__container {
    flex-direction: column;
  }
  .prefooter__image img {
    max-width: 180px;
  }
  .section {
    padding: 30px 0;
  }
  .wrapper {
    max-width: 100vw;
  }
  .zespol {
    text-align: center;
  }
  .zespol img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
  .zespol__container {
    margin-bottom: 50px;
  }
  p,
  .permalink {
    font-size: 3.6vw;
  }
  .footer p,
  .footer ul li a {
    font-size: 10px;
  }
  .footer__ul li {
    margin-bottom: 6px;
  }
  .header__title {
    font-size: 12vw;
  }
  .contact .col h3 {
    font-size: 4.255vw;
  }
  .contact .col .social {
    font-size: 4.106vw;
  }
  .contact form .wpcf7-form-control-wrap input,
  .contact form .wpcf7-form-control-wrap textarea {
    font-size: 3.83vw;
  }
  .contact form .wpcf7-list-item-label {
    font-size: 2.979vw;
  }
  .contact .row {
    flex-direction: column;
  }
  .myaccount__form h2 {
    font-size: 11.489vw;
  }
  .myaccount__form form {
    max-width: 95%;
  }
  .content .row {
    flex-direction: column;
  }
  .content ul li {
    font-size: 3.83vw;
  }
  .prefooter {
    background-size: 105%;
  }
  .prefooter__stars {
    left: 0px;
    opacity: 0.6;
  }
  .prefooter__sign {
    right: 0px;
    opacity: 0.3;
  }
  .prefooter p {
    position: relative;
    z-index: 7;
  }
  .uslugi.swiper-slide {
    max-width: 78vw;
    padding: 15px;
  }
  .uslugi__content h3 {
    font-size: 4vw;
  }
  .heading h2 {
    font-size: 7vw;
  }
  .heading h3 {
    font-size: 5.106vw;
  }
  .heading span::before {
    bottom: 0px;
  }
  .nav__ul li a,
  .nav__ul li span {
    font-size: 4.6vw;
  }
  .nav__lang,
  .nav__user {
    font-size: 3.2vw;
  }
  .nav__menu {
    padding-top: 100px;
  }
  .nav__menu .wrapper {
    flex-direction: column;
  }
  .header,
  .single-post .header__page {
    padding: 80px 0 30px;
    min-height: unset;
  }
  .header__icon,
  .single-post .header__page__icon {
    bottom: 5%;
  }
  .header__projekt,
  .single-post .header__page__projekt {
    top: unset;
    bottom: 0;
    max-height: 70px;
    height: auto;
    width: auto;
  }
  .timeline__date {
    font-size: 9.362vw;
  }
  .timeline__col {
    max-width: 100%;
  }
  .timeline__content h3 {
    font-size: 4.255vw;
  }
  .timeline__row::before {
    display: none;
  }
  .history {
    margin: 0;
    padding: 40px 0;
  }
  .history .heading {
    margin-bottom: 50px;
  }
  .history::before {
    top: -100px;
    background-size: cover;
  }
  .history::after {
    bottom: -100px;
    z-index: -1;
  }
  .history__author {
    margin: 0px 0 50px;
    gap: 20px;
    flex-direction: column;
  }
  .history__author img {
    max-width: 30vw;
  }
  .history__author-btn {
    gap: 20px;
    margin-top: 20px;
  }
  .history__stat {
    max-width: unset;
  }
  .history__stat span {
    font-size: 14vw;
  }
  .history__stat p {
    font-size: 3vw;
  }
  .history__stat-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .article__date {
    font-size: 2.8vw;
  }
  .article h3 {
    font-size: 4.8vw;
    max-width: 100%;
  }
  .article__title {
    font-size: 7vw !important;
  }
  .donation {
    min-width: 140px;
  }
  .donation:last-child span {
    font-size: 6.809vw;
  }
  .donation span {
    font-size: 9vw;
  }
  .donation button span {
    font-size: 3.6vw !important;
  }
  .donation__container {
    flex-wrap: wrap;
    margin: 30px 0 20px;
  }
  .mention {
    margin-bottom: 40px;
  }
  .mention__header {
    font-size: 3.6vw;
  }
  .mention__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer {
    padding-bottom: 25px;
  }
  .footer::before {
    height: 200px;
  }
  .footer__logo img {
    max-width: 39.362vw;
  }
  .footer h3 {
    font-size: 4vw;
  }
  .footer__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0;
  }
  .footer__top span a {
    font-size: 4vw;
  }
  .footer__col {
    max-width: unset;
    min-width: 120px;
  }
  .footer__col:nth-child(2),
  .footer__col:nth-child(3) {
    max-width: 100%;
    order: 4;
  }
  .footer__col:last-child {
    order: 2;
  }
  .footer__bottom p {
    flex: 1;
  }
  .history-rellax {
    display: none;
  }
  .zespol h3 {
    font-size: 4.255vw;
  }
  .zespol p,
  .zespol a {
    font-size: 2.979vw;
  }
  .zespol__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .zespol__nav .swiper-slide {
    font-size: 5.106vw;
  }
  .summary .heading h2 {
    font-size: 22.553vw;
  }
  .summary .heading h2::before {
    bottom: 5px;
  }
  .summary__container {
    margin-top: 50px;
    gap: 24px;
    flex-wrap: wrap;
  }
  .summary__col {
    max-width: calc(50% - 24px);
  }
  .summary__col span {
    font-size: 18.277vw;
  }
  .summary__col p {
    font-size: 3.555vw;
  }
  .mention.swiper-slide {
    max-width: 70vw;
  }
  .alert {
    flex-direction: column;
    padding: 15px 15px 25px;
  }
  .alert__content {
    width: 100%;
    margin-bottom: 24px;
  }
  .alert__content h3 {
    font-size: 5.957vw;
  }
  .alert__content p {
    font-size: 3.83vw;
  }
  .sprawozdanie {
    gap: 12px;
    align-items: center;
  }
  .sprawozdanie .button-primary {
    padding: 12px 18px !important;
    flex: 1;
    min-width: 120px;
  }
  .sprawozdanie h3 {
    font-size: 3.3vw;
  }
  .sprawozdanie p {
    font-size: 2.979vw;
    margin: 0 0 15px;
  }
  .price__nav li {
    font-size: 5.106vw;
  }
  .price__table {
    margin: 24px 0 20px;
  }
  .price__table tr td {
    font-size: 3.83vw;
  }
  .price__content {
    padding: 20px;
  }
  .price__content h3 {
    font-size: 5.957vw;
  }
  .project {
    width: 100%;
    max-width: 45%;
  }
  .project__container {
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .projekt {
    flex-direction: column;
  }
  .projekt__content h3 {
    font-size: 5.106vw;
  }
  .gallery__container {
    column-count: 2 !important;
  }
  .nav__menu .donations {
    max-width: 100%;
  }
  .nav__menu .donations .heading {
    margin: 0;
  }
  .nav__menu .donations__item {
    max-width: 100%;
    flex-direction: column;
  }
  .nav__menu .donations__item span {
    font-size: 42px;
  }
  .nav__menu .donations__item span.small {
    font-size: 30px;
  }
  .nav__menu .donations__item p.permalink {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */