@charset "UTF-8";
/*
Theme name: Sinersio
Author: Wojciech Czechowski
Author URI: https://wojciechczechowski.pl
Version: 1.0
*/
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  color: #333;
  font-family: "Lato", sans-serif;
  overscroll-behavior: none;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 19px;
  }
}

*,
::after,
::before {
  box-sizing: inherit;
}

p {
  line-height: 1.5;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.page-content hr {
  border-top: 0;
  margin: 2rem 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1320px;
  }
}
figure {
  margin: 0;
}

.content {
  margin-bottom: 3rem;
}
.content a:not([class]) {
  color: #e30613;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.content a:not([class]):visited {
  filter: brightness(0.8);
}
.content .sin-btn a {
  color: inherit !important;
  font-weight: inherit !important;
  cursor: pointer;
}

.search-form {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
}
.search-form label {
  font-family: "Oswald", sans-serif;
  margin-right: 5px;
}
.search-form input[type=search] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 10px;
  border: 1px solid #dadada;
  height: 100%;
}
.search-form input[type=search]:focus {
  outline: none;
  border-color: #676767;
}
.search-form button {
  width: 2.2em;
  height: 2.2em;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  padding: 5px;
  background: #e30613;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.search-form button:hover {
  background: #333333;
}

details summary {
  cursor: pointer !important;
}

table td {
  padding: 5px;
}

.wp-block-media-text {
  gap: 2em;
  margin: 1em 0;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.wp-block-image figure figcaption {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  word-break: normal;
}
.wp-block-image figure img {
  margin: 0 auto;
}

:root {
  --transY: 0;
  --rotate: 0;
}

.red-btn {
  font-size: 1.2rem;
  position: relative;
  display: block;
  padding: 12px 45px;
  margin: 2rem auto 1rem auto;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
.red-btn:hover, .red-btn:focus {
  color: #fff;
}
.red-btn::before, .red-btn::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, filter 0.5s ease;
}
.red-btn::before {
  background: linear-gradient(to right, #e30613 0 100%) no-repeat top left/calc(100% - 1.2rem) calc(100% - 1.2rem), linear-gradient(to right, #e30613 0 100%) no-repeat bottom right/calc(100% - 1.2rem) calc(100% - 1.2rem), linear-gradient(45deg, #e30613 calc(50% - 1px), #e30613 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat right top/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(45deg, transparent calc(50% - 1px), #e30613 calc(50% - 1px) calc(50% + 1px), #e30613 calc(50% + 1px)) no-repeat left bottom/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(to right, #e30613 0 100%) no-repeat 0 0/2px calc(100% - 1.2rem), linear-gradient(to right, #e30613 0 100%) no-repeat bottom right/2px calc(100% - 1.2rem);
  z-index: -1;
  transform: translate(-4px, 4px);
}
.red-btn::after {
  background: linear-gradient(to right, black 0 100%) no-repeat top left/calc(100% - 1.2rem) 2px, linear-gradient(to right, black 0 100%) no-repeat bottom right/calc(100% - 1.2rem) 2px, linear-gradient(45deg, transparent calc(50% - 1px), black calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat right top/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(45deg, transparent calc(50% - 1px), black calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat left bottom/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(to right, black 0 100%) no-repeat 0 0/2px calc(100% - 1.2rem), linear-gradient(to right, black 0 100%) no-repeat bottom right/2px calc(100% - 1.2rem);
  z-index: 1;
  transform: translate(4px, -4px);
}
.red-btn:hover::before, .red-btn:hover::after {
  transform: translate(0);
  filter: brightness(0);
}

.gray-btn {
  font-size: 1.2rem;
  position: relative;
  display: block;
  padding: 12px 45px;
  margin: 2rem auto 1rem auto;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #333333;
  z-index: 2;
  cursor: pointer;
}
.gray-btn:hover, .gray-btn:focus {
  color: #fff;
}
.gray-btn::before, .gray-btn::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, filter 0.5s ease;
}
.gray-btn::before {
  background: linear-gradient(to right, #dadada 0 100%) no-repeat top left/calc(100% - 1.2rem) calc(100% - 1.2rem), linear-gradient(to right, #dadada 0 100%) no-repeat bottom right/calc(100% - 1.2rem) calc(100% - 1.2rem), linear-gradient(45deg, #dadada calc(50% - 1px), #dadada calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat right top/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(45deg, transparent calc(50% - 1px), #dadada calc(50% - 1px) calc(50% + 1px), #dadada calc(50% + 1px)) no-repeat left bottom/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(to right, #dadada 0 100%) no-repeat 0 0/2px calc(100% - 1.2rem), linear-gradient(to right, #dadada 0 100%) no-repeat bottom right/2px calc(100% - 1.2rem);
  z-index: -1;
  transform: translate(-4px, 4px);
}
.gray-btn::after {
  background: linear-gradient(to right, black 0 100%) no-repeat top left/calc(100% - 1.2rem) 2px, linear-gradient(to right, black 0 100%) no-repeat bottom right/calc(100% - 1.2rem) 2px, linear-gradient(45deg, transparent calc(50% - 1px), black calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat right top/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(45deg, transparent calc(50% - 1px), black calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat left bottom/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(to right, black 0 100%) no-repeat 0 0/2px calc(100% - 1.2rem), linear-gradient(to right, black 0 100%) no-repeat bottom right/2px calc(100% - 1.2rem);
  z-index: 1;
  transform: translate(4px, -4px);
}
.gray-btn:hover::before, .gray-btn:hover::after {
  transform: translate(0);
  filter: brightness(0);
}

.yellow-btn {
  font-size: 1.2rem;
  position: relative;
  display: block;
  padding: 12px 45px;
  margin: 2rem auto 1rem auto;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #333333;
  z-index: 2;
  cursor: pointer;
}
.yellow-btn:hover, .yellow-btn:focus {
  color: #fff;
}
.yellow-btn::before, .yellow-btn::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, filter 0.5s ease;
}
.yellow-btn::before {
  background: linear-gradient(to right, #fad304 0 100%) no-repeat top left/calc(100% - 1.2rem) calc(100% - 1.2rem), linear-gradient(to right, #fad304 0 100%) no-repeat bottom right/calc(100% - 1.2rem) calc(100% - 1.2rem), linear-gradient(45deg, #fad304 calc(50% - 1px), #fad304 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat right top/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(45deg, transparent calc(50% - 1px), #fad304 calc(50% - 1px) calc(50% + 1px), #fad304 calc(50% + 1px)) no-repeat left bottom/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(to right, #fad304 0 100%) no-repeat 0 0/2px calc(100% - 1.2rem), linear-gradient(to right, #fad304 0 100%) no-repeat bottom right/2px calc(100% - 1.2rem);
  z-index: -1;
  transform: translate(-4px, 4px);
}
.yellow-btn::after {
  background: linear-gradient(to right, black 0 100%) no-repeat top left/calc(100% - 1.2rem) 2px, linear-gradient(to right, black 0 100%) no-repeat bottom right/calc(100% - 1.2rem) 2px, linear-gradient(45deg, transparent calc(50% - 1px), black calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat right top/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(45deg, transparent calc(50% - 1px), black calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat left bottom/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(to right, black 0 100%) no-repeat 0 0/2px calc(100% - 1.2rem), linear-gradient(to right, black 0 100%) no-repeat bottom right/2px calc(100% - 1.2rem);
  z-index: 1;
  transform: translate(4px, -4px);
}
.yellow-btn:hover::before, .yellow-btn:hover::after {
  transform: translate(0);
  filter: brightness(0);
}

.bg-light {
  background-color: #f5f5f5;
}

.hex-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 44px;
  text-decoration: none;
  color: #fff;
  padding: 0;
  margin: 0;
  background: url("./img/hex-btn_outline.svg") no-repeat center/contain;
}
.hex-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.hex-btn:hover {
  background-image: url("./img/hex-btn_bg.svg");
}
.hex-btn:hover svg {
  fill: #333333;
}
.hex-btn + .hex-btn {
  margin-left: 7px;
}

#nav-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0, 1.4, 0.86, 1);
  padding: 15px;
}
#nav-btn:hover {
  background: white;
}
#nav-btn:hover div {
  background: #e30613;
}
#nav-btn:hover div:nth-child(1) {
  width: 38px;
}
#nav-btn.active div {
  animation-direction: forwards;
}
#nav-btn.active div:nth-child(1) {
  width: 38px;
  animation: animateIn 0.3s ease forwards;
}
#nav-btn.active div:nth-child(2) {
  transform: scale(0);
  opacity: 0;
}
#nav-btn.active div:nth-child(3) {
  animation: animateIn 0.3s ease forwards;
}
#nav-btn div {
  width: 38px;
  height: 3px;
  margin: 0;
  background: #333333;
  transition: all 0.2s ease;
  transform-origin: center;
}
#nav-btn div:nth-child(1) {
  width: 28px;
  margin-left: auto;
  --transY: 9px;
  --rotate: 45deg;
}
#nav-btn div:nth-child(2) {
  margin: 6px 0;
  animation-name: unset;
}
#nav-btn div:nth-child(3) {
  --transY: -9px;
  --rotate: -45deg;
}
@keyframes animateIn {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(var(--transY)) rotate(0);
  }
  100% {
    transform: translateY(var(--transY)) rotate(var(--rotate));
  }
}

.breadcrumbs {
  list-style: none;
  position: relative;
  padding: 1rem 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: #f5f5f5;
  margin-bottom: 2rem;
  border-radius: 0px 0px 10px 10px;
}
.breadcrumbs span[property=itemListElement], .breadcrumbs span.search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}
.breadcrumbs span[property=itemListElement] a, .breadcrumbs span.search a {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  text-decoration: none;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333333;
}
.breadcrumbs span[property=itemListElement] a:hover, .breadcrumbs span.search a:hover {
  opacity: 1;
}
.breadcrumbs span[property=itemListElement]:not(:last-child), .breadcrumbs span.search:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs span[property=itemListElement]:not(:last-child)::after, .breadcrumbs span.search:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  height: 100%;
  width: 6px;
  right: 0;
  clip-path: polygon(0 0, 2px 0, 2px calc(50% - 3px), 100% 50%, 2px calc(50% + 3px), 2px 100%, 0 100%);
  background: #dadada;
}

.sharing-box {
  padding: 20px;
  position: relative;
  margin-top: 3rem;
  border: 1px solid #dadada;
  border-radius: 5px;
}
.sharing-box::before {
  content: "UDOSTĘPNIJ!";
  position: absolute;
  top: 0;
  right: 7px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: white;
  padding: 0 10px;
  color: #333333;
}
.sharing-box .share-button-wrapper {
  display: flex;
  justify-content: center;
}
.sharing-box .share-button {
  display: flex;
  background: #dadada;
  padding: 15px;
  border-radius: 50%;
  transition: all 150ms ease;
  margin: 0 5px;
}
.sharing-box .share-button svg.ikona {
  width: 1.2rem;
  height: 1.2rem;
  color: #333333;
}
.sharing-box .share-button:hover {
  background: #333333;
}
.sharing-box .share-button:hover svg.ikona {
  color: #fff;
}

.page-thumb-wrapper {
  display: flex;
  justify-content: center;
}
.page-thumb-wrapper img {
  max-width: 100%;
  height: auto;
}

nav#page-nav {
  font-family: "Oswald", sans-serif;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  min-height: 0;
  transition: all 0.5s ease;
  background: #fff;
}
nav#page-nav.visible {
  min-height: 100vh;
}
nav#page-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to right, #e30613 0, 33.3%, #676767 33.3%, 66.6%, #dadada 66.6%);
}
nav#page-nav .contact-bar {
  background: #e30613;
  text-align: center;
  padding: 10px;
  font-weight: 100;
  max-height: 50px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}
nav#page-nav .contact-bar a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  opacity: 1;
}
nav#page-nav .contact-bar a:hover {
  text-decoration: underline;
}
nav#page-nav .contact-bar .search-form {
  padding: 4px 0;
  display: inline-grid;
}
nav#page-nav .contact-bar .search-form label {
  color: #fff;
}
nav#page-nav .contact-bar .search-form input {
  width: 120px;
  transition: all 0.2s ease-out;
  border-color: #fff;
}
nav#page-nav .contact-bar .search-form input:focus {
  width: 150px;
}
nav#page-nav .contact-bar .search-form button {
  background: #e30613;
  color: #fff;
  border: 1px solid #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 1;
}
nav#page-nav .contact-bar .search-form button:hover {
  background: #fff;
  color: #e30613;
}
nav#page-nav .contact-bar .search-form button svg {
  width: 60%;
  height: 60%;
}
nav#page-nav .main-navbar {
  background: #fff;
}
nav#page-nav .main-navbar .home {
  margin: 0 -16px;
  padding: 16px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
nav#page-nav .main-navbar .home .home-link {
  display: flex;
}
nav#page-nav .main-navbar .home img {
  max-width: min(60vw, 200px);
}
nav#page-nav .main-navbar .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  height: 100%;
}
nav#page-nav .main-navbar #main-menu {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #f5f5f5;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 200;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  z-index: 0;
  opacity: 0;
  transition: all 0.8s ease;
  overflow-y: scroll;
}
nav#page-nav .main-navbar #main-menu li {
  text-align: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  pointer-events: none;
  background: #fff;
}
nav#page-nav .main-navbar #main-menu li a {
  display: block;
  padding: 15px 0;
  color: #333333;
  text-decoration: none;
  pointer-events: auto;
}
nav#page-nav .main-navbar #main-menu li.menu-item-has-children {
  pointer-events: none;
}
nav#page-nav .main-navbar #main-menu li.menu-item-has-children .unfold {
  position: absolute;
  z-index: 1;
  background: #333333;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 14px;
  box-sizing: border-box;
  width: 48px;
}
nav#page-nav .main-navbar #main-menu li.menu-item-has-children .unfold svg {
  pointer-events: auto;
  fill: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform-origin: center;
  transition: all 0.2s ease-in-out;
}
nav#page-nav .main-navbar #main-menu li.menu-item-has-children a {
  position: relative;
}
nav#page-nav .main-navbar #main-menu li.menu-item-has-children.unfolded .sub-menu {
  max-height: 100vh;
  padding: 10px 0;
}
nav#page-nav .main-navbar #main-menu li.menu-item-has-children.unfolded .unfold svg {
  transform: rotate(-45deg);
}
nav#page-nav .main-navbar #main-menu li .sub-menu {
  color: #fff;
  text-transform: none;
  list-style: none;
  background: #333333;
  text-align: center;
  font-size: 1rem;
  transition: all 0.2s ease;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
nav#page-nav .main-navbar #main-menu li .sub-menu li {
  white-space: nowrap;
  margin: 0;
  background: #333333;
}
nav#page-nav .main-navbar #main-menu li .sub-menu li a {
  padding: 3px 15px;
  color: #fff;
}
nav#page-nav.visible #main-menu,
nav#page-nav.visible .contact-bar {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  nav#page-nav {
    min-height: 200px;
    position: fixed;
    top: 0;
    overflow: visible;
  }
  nav#page-nav::after {
    z-index: -1;
    bottom: -5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  nav#page-nav .contact-bar {
    opacity: 1;
    position: initial;
    text-align: right;
    height: auto;
  }
  nav#page-nav .contact-bar a {
    margin: 0;
    margin-left: 10px;
  }
  nav#page-nav .main-navbar {
    margin: 0;
    padding: 0;
    display: block;
  }
  nav#page-nav .main-navbar #nav-btn {
    display: none;
  }
  nav#page-nav .main-navbar .home {
    margin: 1rem;
    margin-left: 0;
    padding: 0;
  }
  nav#page-nav .main-navbar .menu-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 150px;
    align-items: center;
    flex-direction: row;
    transition: all 0.3s ease;
  }
  nav#page-nav .main-navbar #main-menu {
    opacity: 1;
    position: initial;
    display: flex;
    flex-direction: row;
    flex-grow: initial;
    gap: unset;
    justify-content: space-between;
    margin-left: auto;
    width: initial;
    overflow-y: unset;
    padding: 0;
    background: #fff;
  }
  nav#page-nav .main-navbar #main-menu li,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children {
    background: none;
  }
  nav#page-nav .main-navbar #main-menu li .unfold,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children .unfold {
    display: none;
  }
  nav#page-nav .main-navbar #main-menu li a,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children a {
    padding: 15px 10px;
  }
  nav#page-nav .main-navbar #main-menu li:first-child a,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children:first-child a {
    padding-left: 0;
  }
  nav#page-nav .main-navbar #main-menu li:last-child a,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children:last-child a {
    padding-right: 0;
  }
  nav#page-nav .main-navbar #main-menu li .sub-menu,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children .sub-menu {
    max-height: unset;
    overflow: initial;
    border-top: 3px solid #e30613;
    color: #333333;
    text-transform: none;
    list-style: none;
    padding: 10px 0;
    background: #fff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 50%;
    top: 100%;
    text-align: center;
    font-size: 1rem;
    display: none;
    transform: translateX(-50%);
    margin-top: 0;
  }
  nav#page-nav .main-navbar #main-menu li .sub-menu::before,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children .sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 2px));
    width: 20px;
    height: 12px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #e30613;
  }
  nav#page-nav .main-navbar #main-menu li .sub-menu li,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children .sub-menu li {
    white-space: nowrap;
    margin: 0;
    background: none;
    text-align: left;
  }
  nav#page-nav .main-navbar #main-menu li .sub-menu li a,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children .sub-menu li a {
    color: #333333;
    padding: 1px 15px;
  }
  nav#page-nav .main-navbar #main-menu li .sub-menu li a:hover,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children .sub-menu li a:hover {
    background: #333333;
    color: #fff;
  }
  nav#page-nav .main-navbar #main-menu li:hover .sub-menu,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
    pointer-events: initial;
  }
  nav#page-nav .main-navbar #main-menu li:hover a,
nav#page-nav .main-navbar #main-menu li.menu-item-has-children:hover a {
    color: #e30613;
  }

  body.scrolled-down main {
    margin-top: 51px;
  }
  body.scrolled-down nav#page-nav {
    min-height: unset;
  }
  body.scrolled-down nav#page-nav .contact-bar {
    padding: 2px 0;
    font-size: 0.8rem;
    background: #333333;
  }
  body.scrolled-down nav#page-nav .main-navbar .menu-container {
    min-height: 0;
    max-height: fit-content;
  }
  body.scrolled-down nav#page-nav .main-navbar .menu-container .home {
    margin: 0;
  }
  body.scrolled-down nav#page-nav .main-navbar #main-menu li a {
    padding: 10px 7px;
    font-size: 1rem;
  }
  body.scrolled-down nav#page-nav .main-navbar #main-menu > li:last-child a {
    padding-right: 0 !important;
  }
  body.scrolled-down nav#page-nav::after {
    bottom: 0;
  }
}
#hero {
  background: url("./img/hero-bg_mob.jpg") no-repeat center/cover;
  min-height: 80vh;
  margin-bottom: 0;
}
#hero .flex-container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 60%;
}

#centers .grid-container,
#for-who .grid-container {
  display: grid;
  gap: 30px;
}
#centers .grid-element,
#for-who .grid-element {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  text-decoration: none;
  color: #333333;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#centers .grid-element h5,
#for-who .grid-element h5 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
#centers .grid-element p,
#for-who .grid-element p {
  margin: 0.5rem 0;
  line-height: 1.1;
}
#centers .grid-element img,
#for-who .grid-element img {
  max-width: 100%;
  transition: all 0.2s ease;
}
#centers a.grid-element:hover,
#for-who a.grid-element:hover {
  color: #e30613;
}
#centers a.grid-element:hover img,
#for-who a.grid-element:hover img {
  transform: scale(0.97);
}

#centers {
  margin-top: 0;
  margin-bottom: 0;
  background: linear-gradient(to top, #333333, black);
  padding: 4rem 0;
}
#centers .grid-container {
  display: grid;
  gap: 30px;
}
#centers svg {
  fill: #fff;
  width: 100%;
  max-height: 50px;
}
#centers .center {
  color: #fff;
}

#partners {
  background-image: url("./img/partners.jpg");
  height: 150px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation-name: ani;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#partners::before, #partners::after {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  position: absolute;
}
#partners::before {
  left: 0;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.16);
  background: #f5f5f5;
}
#partners::after {
  right: 0;
  background: #f5f5f5;
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  #partners {
    animation-duration: 20s;
  }
}
@media screen and (min-width: 992px) {
  #partners {
    animation-duration: 30s;
  }
}
@keyframes ani {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100vw;
  }
}

#services {
  background-image: url("./img/services_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
  margin-top: 0;
}
#services .section-header {
  padding: 0.5em 1.5em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: fit-content;
  background: #fff;
  margin-bottom: 0;
  transform: translateY(-50%);
}
#services .slider-wrapper {
  margin-top: 3rem;
  position: relative;
  z-index: 0;
}
#services .slider-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  border: 4px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  height: calc(50% + 2rem);
  z-index: -1;
}
#services .slider-wrapper .slides {
  background: #fff;
  margin-top: 1rem;
  font-family: "Lato", sans-serif;
  padding: 2rem;
  display: grid;
  overflow: hidden;
  grid-template-areas: "slide";
}
#services .slider-wrapper .slides .slide {
  grid-area: slide;
  transform: translateY(50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.4s ease;
}
#services .slider-wrapper .slides .slide.current {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}
#services .slider-wrapper .slides .slide h3 {
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 0;
}
#services .slider-wrapper .slider-controls {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
#services .slider-wrapper .slider-controls .change-slide {
  cursor: pointer;
  display: flex;
  align-items: center;
}
#services .slider-wrapper .slider-controls .change-slide svg {
  display: flex;
  align-items: center;
  fill: #fff;
  width: 1.2rem;
  height: 1.2rem;
}
#services .slider-wrapper .slider-controls .change-slide:hover {
  color: #fad304;
}
#services .slider-wrapper .slider-controls .change-slide:hover svg {
  fill: #fad304;
}
#services .slider-wrapper .slider-controls .indicators {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#services .slider-wrapper .slider-controls .indicators .indicator {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}
#services .slider-wrapper .slider-controls .indicators .indicator:hover, #services .slider-wrapper .slider-controls .indicators .indicator.current {
  opacity: 1;
}
#services .slider-wrapper .slider-controls .indicators .indicator:hover::after {
  content: attr(data-title);
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 10px));
}

@media screen and (min-width: 576px) {
  #services .slider-wrapper::before {
    width: calc(100% + 4rem);
  }
}
@media screen and (min-width: 768px) {
  #hero {
    background: url("./img/hero-bg.jpg") no-repeat center/cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
  }
  #hero .flex-container {
    padding-bottom: 6rem;
    max-width: 40ch;
    text-align: left;
  }
  #hero .flex-container .sin-btn {
    margin-left: 0;
  }

  #centers .grid-container,
#for-who .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.articles-list {
  display: grid;
}
.articles-list .article {
  font-family: "Lato", sans-serif;
  border-bottom: 1px dashed #676767;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.articles-list .article .article-title {
  padding: 1rem 0;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  display: grid;
}
@media screen and (min-width: 600px) {
  .articles-list .article .article-title {
    padding: 1rem 45px 1rem 0;
  }
}
.articles-list .article .article-title h4 {
  margin: 1rem 0;
}
.articles-list .article .article-title img {
  max-width: 350px;
  max-height: 350px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.articles-list .article .article-title .article-meta {
  color: #333333;
  opacity: 0.7;
  font-weight: 100;
  font-size: 0.8rem;
}
.articles-list .article .article-title:hover {
  color: #e30613;
}
.articles-list .article .article-title:hover .article-meta {
  color: #333333;
}
.articles-list .article .article-title.with-thumb {
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .articles-list .article .article-title.with-thumb {
    grid-template-columns: 200px auto;
  }
}
.articles-list .article .article-title.with-thumb img {
  max-width: 100%;
  max-height: 200px;
}
.articles-list .article .sin-btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.articles-list .article .read {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.articles-list .article .read svg {
  height: 30px;
  width: 30px;
}
.articles-list .article .read::after {
  content: "czytaj";
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 0.8em;
}
@media screen and (min-width: 600px) {
  .articles-list .article:hover .read {
    opacity: 1;
    transform: translateX(0);
  }
}

.pagination {
  width: 100%;
  margin: 3rem 0;
  position: relative;
}
.pagination::before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 10px;
  top: 50%;
  background: #dadada;
  z-index: -1;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  font-size: 0.9rem;
  font-family: "Oswald", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 3px;
  background: #dadada;
  color: #333333;
  width: 40px;
  height: 45px;
  clip-path: polygon(50% 0, 100% 12px, 100% calc(100% - 12px), 50% 100%, 0 calc(100% - 12px), 0 12px);
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:focus {
  color: #fff;
  background: #333333;
}
.pagination .page-numbers.dots:hover, .pagination .page-numbers.dots:focus {
  color: #333333;
  background: #dadada;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background: none;
  width: unset;
  height: unset;
  clip-path: none;
  flex-basis: 100%;
  font-size: 0.9rem;
  position: relative;
  display: block;
  padding: 12px 45px;
  margin: 2rem auto 1rem auto;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #333333;
  z-index: 2;
  cursor: pointer;
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.next:focus, .pagination .page-numbers.prev:hover, .pagination .page-numbers.prev:focus {
  color: #fff;
}
.pagination .page-numbers.next::before, .pagination .page-numbers.next::after, .pagination .page-numbers.prev::before, .pagination .page-numbers.prev::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, filter 0.5s ease;
}
.pagination .page-numbers.next::before, .pagination .page-numbers.prev::before {
  background: linear-gradient(to right, #dadada 0 100%) no-repeat top left/calc(100% - 1.2rem) calc(100% - 1.2rem), linear-gradient(to right, #dadada 0 100%) no-repeat bottom right/calc(100% - 1.2rem) calc(100% - 1.2rem), linear-gradient(45deg, #dadada calc(50% - 1px), #dadada calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat right top/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(45deg, transparent calc(50% - 1px), #dadada calc(50% - 1px) calc(50% + 1px), #dadada calc(50% + 1px)) no-repeat left bottom/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(to right, #dadada 0 100%) no-repeat 0 0/2px calc(100% - 1.2rem), linear-gradient(to right, #dadada 0 100%) no-repeat bottom right/2px calc(100% - 1.2rem);
  z-index: -1;
  transform: translate(-4px, 4px);
}
.pagination .page-numbers.next::after, .pagination .page-numbers.prev::after {
  background: linear-gradient(to right, black 0 100%) no-repeat top left/calc(100% - 1.2rem) 2px, linear-gradient(to right, black 0 100%) no-repeat bottom right/calc(100% - 1.2rem) 2px, linear-gradient(45deg, transparent calc(50% - 1px), black calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat right top/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(45deg, transparent calc(50% - 1px), black calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat left bottom/calc(1.2rem + 1px) calc(1.2rem + 1px), linear-gradient(to right, black 0 100%) no-repeat 0 0/2px calc(100% - 1.2rem), linear-gradient(to right, black 0 100%) no-repeat bottom right/2px calc(100% - 1.2rem);
  z-index: 1;
  transform: translate(4px, -4px);
}
.pagination .page-numbers.next:hover::before, .pagination .page-numbers.next:hover::after, .pagination .page-numbers.prev:hover::before, .pagination .page-numbers.prev:hover::after {
  transform: translate(0);
  filter: brightness(0);
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    margin: 0;
    position: absolute;
  }
}
.pagination .page-numbers.next {
  right: 0;
}
.pagination .page-numbers.prev {
  left: 0;
}

footer {
  margin: 0;
  padding: 0;
}
footer .main-footer {
  background: linear-gradient(to bottom, #000, #333333);
  padding: 3rem 0;
  margin: 0;
}
footer .main-footer .about-sinersio {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.5rem;
}
footer .main-footer .about-sinersio p {
  font-weight: 100;
  font-size: 0.8rem;
}
footer .main-footer .about-sinersio strong,
footer .main-footer .about-sinersio h5 {
  color: #fff;
  font-size: 1rem;
}
footer .main-footer .about-sinersio h5 {
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem 0;
  font-size: 0.9rem;
}
footer .main-footer .about-sinersio .badges img {
  max-height: 40px;
  margin: 5px;
}
footer .main-footer .sitemap {
  text-align: center;
}
footer .main-footer .sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .main-footer .sitemap ul.sub-menu {
  margin-top: 0.5rem;
}
footer .main-footer .sitemap ul li {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 1.5rem;
}
footer .main-footer .sitemap ul li a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}
footer .main-footer .sitemap ul li a:hover {
  text-decoration: underline;
}
footer .main-footer .sitemap .sub-menu li,
footer .main-footer .sitemap .other-pages li {
  font-weight: 100;
  text-transform: none;
  margin: 0;
  margin-bottom: 0.5rem;
}
footer .main-footer .sitemap .sub-menu li a,
footer .main-footer .sitemap .other-pages li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}
footer .main-footer hr {
  opacity: 0.1;
  border-top: 0;
}
footer .copy-and-author {
  background: #000;
  color: #fff;
  padding: 30px 0;
}
footer .copy-and-author .flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer .copy-and-author .flex-container {
    justify-content: space-between;
    flex-direction: row;
  }
}
footer .copy-and-author .flex-container p {
  margin: 0;
  font-size: 0.9em;
  font-weight: 100;
  text-align: center;
  opacity: 0.8;
}
footer .copy-and-author .flex-container p a {
  color: #fff;
  text-decoration: none;
}
footer .copy-and-author .flex-container p a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  footer .main-footer {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  footer .main-footer .grid-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  footer .main-footer .about-sinersio {
    padding-right: 3rem;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
  }
  footer .main-footer .about-sinersio::after {
    content: "";
    display: block;
    position: absolute;
    top: -500px;
    bottom: -500px;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
  }
  footer .main-footer .sitemap {
    padding: 3rem 0 3rem 3rem;
    text-align: left;
  }
  footer .main-footer .sitemap ul:not(.sub-menu) {
    column-count: 2;
    column-gap: 1rem;
  }
  footer .main-footer .sitemap ul li.menu-item-has-children {
    break-inside: avoid;
  }
  footer .main-footer hr {
    opacity: 0.1;
    border-top: 0;
    margin: 2rem 0;
  }
  footer .copy-and-author {
    background: #000;
    color: #fff;
    padding: 30px 0;
  }
  footer .copy-and-author .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  footer .copy-and-author .flex-container {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  footer .copy-and-author .flex-container p {
    margin: 0;
    font-size: 0.9em;
    font-weight: 100;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
  }
  footer .copy-and-author .flex-container p a {
    color: rgba(235, 255, 255, 0.3);
    text-decoration: none;
  }
  footer .copy-and-author .flex-container p a:hover {
    color: white;
    text-decoration: underline;
  }
}
.wpcf7 form {
  display: grid;
  gap: 20px;
  padding: 15px;
  background-color: #f5f5f5;
}
.wpcf7 form .form-info {
  margin: 0;
}
.wpcf7 form .form-row {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form .form-row.two-cols {
    grid-template-columns: 1fr 1fr;
  }
}
.wpcf7 form .form-row label {
  font-size: 0.9rem;
  font-family: "Oswald", sans-serif;
}
.wpcf7 form .form-row input,
.wpcf7 form .form-row select,
.wpcf7 form .form-row textarea {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #dadada;
}
.wpcf7 form .form-row input[aria-invalid=true],
.wpcf7 form .form-row select[aria-invalid=true],
.wpcf7 form .form-row textarea[aria-invalid=true] {
  border-color: #e30613;
}
.wpcf7 form .form-row .zgoda label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wpcf7 form .form-row .zgoda label input[type=checkbox] {
  width: fit-content;
  margin-right: 1rem;
}
.wpcf7 form .required-indicator {
  color: #e30613;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 0.9rem;
  margin-top: 2px;
  color: #e30613;
}
.wpcf7 form .wpcf7-submit {
  display: block;
  padding: 10px 20px;
  font-family: "Oswald", sans-serif;
  margin: 0 auto;
  font-size: 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  outline: none;
  border: 2px solid #333333;
  transition: all 0.2s ease;
  color: #333333;
}
.wpcf7 form .wpcf7-submit:hover {
  background: #333333;
  color: #fff;
}
.wpcf7 form .wpcf7-submit[disabled] {
  color: #dadada;
  border-color: #dadada;
}
.wpcf7 form .wpcf7-submit[disabled]:hover {
  background: none;
  color: #dadada;
}

h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

main {
  margin-top: 83px;
}
main > section:first-of-type {
  margin-top: 0;
}

section {
  margin: 6.25rem 0;
}

.temp {
  display: none;
}

a.sin-link {
  color: #333333;
  text-decoration: none;
  position: relative;
  z-index: 0;
  font-weight: bold;
}
a.sin-link::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  height: 10px;
  bottom: -2px;
  z-index: -1;
  background: #fad304;
  transition: all 0.2s ease;
  border-radius: 2px;
}
a.sin-link:hover::before {
  height: calc(100% + 2px);
}

@media screen and (min-width: 768px) {
  main {
    margin-top: 200px;
  }
}
.page-content {
  line-height: 1.4;
  max-width: 1318px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  padding: 0 10px;
}
.page-content h1 {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.page-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.section-header {
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 1.3rem;
}


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