:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:"dharma-gothic-c";
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: block;
}

figure {
  width: 100%;
  margin-bottom: 10px;
}

.sec-hero {
  min-height: 100vh;
}

.hero-slider {
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.hero-slide {
  background-image: url('../images/KV-—-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 210px;
  display: flex;
}

.hero-slide.pos-top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 0;
}

.hero-slide.pos-top._2 {
  background-image: url('../images/Mask-Group-1.jpg');
}

.container {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-slider-content {
  width: 40%;
}

.slide-title {
  color: #000;
  text-transform: uppercase;
  font-family:"dharma-gothic-c";
  font-size: 150px;
  font-weight: 700;
  line-height: 126px;
}

.slide-title.white {
  color: #fff;
}

.slide-title.cs-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}

.slide-title.cs-margin.black {
  color: #000;
}

.slide-title.cs_color {
  color: #d3d3d3;
  margin-top: 15px;
}

.slide-subtitle {
  color: #000;
  margin-top: 3px;
  margin-bottom: 18px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.cs-btn {
  color: #000;
  font-family:"swear-display";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.cs-btn.white {
  color: #fff;
  text-align: left;
  margin-top: 20px;
}

.btn-inside {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-inside.left {
  justify-content: center;
  align-items: flex-start;
}

.btn-text.left_space {
  padding-left: 0;
}

.btn-arrow {
  margin-left: 6px;
}

.btn-arrow.noleft {
  margin-left: 0;
}

.slider-navigation {
  width: 100%;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-hero-cs-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.slider-nav-ite {
  opacity: .3;
  width: 133px;
  transition: all .3s;
}

.slider-nav-ite.active {
  opacity: 1;
}

.snav-top {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-nr {
  color: #000;
  font-family:"dharma-gothic-e";
  font-size: 50px;
  line-height: 50px;
}

.slide-nr-div {
  padding-right: 10px;
}

.slide-title-nav {
  color: #000;
  margin-top: 3px;
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

.slide-nav-line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.slide-nav-text2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 4px;
  font-family:"dharma-gothic-e";
}

.section-misja {
  padding-top: 100px;
  padding-bottom: 100px;
}

.misja-flex {
  display: flex;
}

.misja-left {
  width: 30%;
}

.cs-tubtitle {
  color: #000;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.cs-tubtitle.white {
  color: #d3d3d3;
  flex: 1;
}

.cs-tubtitle.white.top {
  margin-top: 20px;
}

.cs-tubtitle.white.black {
  color: #000;
}

.cs-tubtitle.white.cabs {
  position: absolute;
  bottom: 9px;
  left: 0;
}

.cs-tubtitle.white.cr {
  flex: none;
}

.cs-tubtitle.bottom-space {
  margin-bottom: 15px;
}

.misja-img {
  margin-top: 35px;
  display: inline-block;
  position: relative;
}

.image {
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.misja-right {
  width: 70%;
}

.misja-title2 {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.misja-title-space {
  margin-top: 25px;
  margin-bottom: 15px;
}

.misja-text {
  color: #000;
  margin-bottom: 70px;
  font-family:"swear-display";
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.section-projekty {
  background-color: #f4f5fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-projekty.sec-pozostale {
  padding-top: 20px;
}

.pr-top-sec {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cs-slick-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projekty-slider {
  margin-top: 40px;
  display: flex;
}

.sing-projekt {
  color: #000;
  text-decoration: none;
}

.sing-projekt:hover {
  color: #ef400a;
}

.sing-projekt.sprojekt-fl {
  width: 48%;
  margin: 1%;
}

.sing-projekt.sprojekt-fl.ssnews {
  width: 31.33%;
}

.projet-img {
  border-radius: 10px;
  height: 330px;
  margin-bottom: 15px;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sing-projekt-title {
  font-family:"dharma-gothic-e";
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  transition: all .3s;
}

.sing-projekt-text {
  color: #000;
  margin-top: 13px;
  margin-bottom: 18px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.sing-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  padding: 8px 40px;
  font-family:"dharma-gothic-e";
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.sing-button:hover {
  background-color: #386cb5;
}

.sing-button._1 {
  background-color: #343434;
}

.sing-button._2 {
  background-color: #ef400a;
}

.sing-button._3 {
  background-color: #386cb5;
  border: 1px solid #0000;
}

.sing-button._3:hover {
  background-color: #0000;
  border: 1px solid #386cb5;
}

.sing-button._3.full {
  width: 100%;
}

.sing-button._4 {
  background-color: #c6003a;
}

.sing-button.red {
  background-color: #fe1e41;
  border: 1px solid #0000;
  padding-left: 30px;
  padding-right: 30px;
}

.sing-button.red:hover {
  background-color: #0000;
  border: 1px solid #fe1e41;
}

.sing-button.red.with_bg:hover {
  color: #fe1e41;
}

.sing-button.transparent {
  background-color: #0000;
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.sing-button.transparent:hover {
  color: #000;
  background-color: #fff;
}

.sing-button.full_red {
  background-color: #fe1e41;
  border: 1px solid #fe1e41;
  width: 100%;
}

.sing-button.full_red:hover {
  background-color: #0000;
}

.section-tba {
  background-color: #232323;
  padding-top: 45px;
  padding-bottom: 60px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tba-flex {
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  display: flex;
}

.tba-col1 {
  width: 50%;
}

.tba-col2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding-bottom: 20px;
  padding-left: 33px;
  display: flex;
}

.tba-img {
  border-radius: 20px;
  position: relative;
  overflow: visible;
}

.tba-arrow {
  z-index: 9;
  position: absolute;
  bottom: 7px;
  left: -50px;
}

.tba-text1 {
  color: #d3d3d3;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.tba-text2 {
  color: #d3d3d3;
  margin-top: 20px;
  font-family:"swear-display";
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.tba-link {
  color: #fff;
  font-family:"swear-display";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.tba-link.cs-margin {
  margin-bottom: 17px;
}

.link-inner {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.div-rev {
  position: relative;
}

.tba-big-text {
  color: #f4f5fb;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #001748;
  font-family:"dharma-gothic-c";
  font-size: 150px;
  font-style: italic;
  font-weight: 700;
  line-height: 116px;
  position: absolute;
}

.tba-big-text.bg {
  color: #001748;
  -webkit-text-stroke-width: 0px;
  left: -4px;
}

.div-block {
  z-index: 9;
  position: absolute;
  top: 60px;
}

.image-4 {
  position: absolute;
  top: -82px;
  left: 20%;
}

.image-5 {
  z-index: 9;
  width: 100%;
  display: block;
  position: relative;
}

.lokalizacje-nav {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.simple-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 40px;
  font-family:"dharma-gothic-e";
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  transition: all .3s;
}

.simple-btn:hover {
  background-color: #fe1e41;
  border-color: #fe1e41;
}

.simple-btn._2 {
  text-align: center;
  background-color: #fe1e41;
  border-color: #fe1e41;
  width: 400px;
}

.simple-btn._2:hover {
  color: #fe1e41;
  background-color: #fff;
  border-color: #fff;
}

.simple-btn.black {
  z-index: 9;
  color: #000;
  border-color: #000;
  position: relative;
}

.simple-btn.black:hover {
  color: #fff;
  background-color: #000;
}

.sec-cta {
  position: relative;
}

.sec-over {
  z-index: 9;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-pierwszy {
  background-image: url('../images/trybanski-21.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 100px;
  display: block;
  overflow: hidden;
}

.pierwszy-flex {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pleft-cs-btn {
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
}

.pleft-arrow {
  transition: all .3s;
  position: absolute;
  inset: 41% 0% 0% 41%;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family:"dharma-gothic-c";
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.span-color {
  color: #ef400a;
  margin-left: -8px;
}

.text-lets {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family:"dharma-gothic-c";
  font-size: 440px;
  font-weight: 700;
  line-height: 126px;
  display: flex;
  overflow: visible;
}

.span-blue {
  color: #386cb5;
}

.text-block-2 {
  white-space: nowrap;
  word-break: keep-all;
  line-height: .7;
}

.sec-letsgo {
  background-image: linear-gradient(#fff0, #fffffffa 69%, #fff);
  margin-top: 340px;
}

.sec-kontakt {
  padding-bottom: 20px;
}

.kontakt-box {
  background-color: #ef400a;
  border-radius: 20px;
  justify-content: space-between;
  padding: 25px;
  display: flex;
}

.kontakt-img {
  width: 67%;
}

.slider-item {
  border-radius: 20px;
  height: 640px;
  overflow: hidden;
}

.slider-item.slide-kadra {
  border-radius: 0;
  height: auto;
  padding-bottom: 60px;
}

.slider-item.csheight {
  height: 100%;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slider.ss {
  height: 100%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 44px;
  left: 25px;
}

.left-arrow.cleft {
  bottom: 20px;
  left: 0;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto auto 44px 81px;
}

.right-arrow.cleft2 {
  bottom: 20px;
  left: 55px;
}

.kontakt-box-form {
  width: 30%;
}

.kontakt-title {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 33px;
  font-family:"dharma-gothic-c";
  font-size: 150px;
  font-weight: 700;
  line-height: 125px;
}

.form-input {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #d3d3d3;
  height: 50px;
  padding-left: 0;
  font-family: Helvetica, sans-serif;
}

.form-input::placeholder {
  color: #fff;
}

.form-input.textarea {
  border-width: 1px;
  border-color: #d3d3d3;
  height: 135px;
  padding: 10px;
}

.form-zgody {
  margin-top: 12px;
  margin-bottom: 12px;
}

.checkbox-label {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.checkbox-label.cs_lok_text {
  color: #d3d3d3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.checkbox {
  border: 3px solid #d3d3d3;
  border-radius: 0;
}

.checkbox.w--redirected-checked {
  background-color: #000;
}

.footer {
  background-color: #232323;
  padding-top: 75px;
  padding-bottom: 30px;
}

.footer-title {
  color: #d3d3d3;
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.fd-logotypy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.footer-flex {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.f-wydarzenie {
  background-color: #386cb5;
  border-radius: 20px;
  width: 67%;
  padding: 25px 33px 20px;
  text-decoration: none;
}

.f-wydarzenie.ff_2 {
  width: 100%;
}

.f-wydarzenie-top {
  justify-content: space-between;
  display: flex;
}

.wydarzenie-tit {
  color: #d3d3d3;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

.f-wyd-middle {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.f-wyd-middle.ctop {
  margin-top: 15px;
  margin-bottom: 15px;
}

.f-wyd-title {
  color: #232323;
  text-transform: uppercase;
  font-family:"dharma-gothic-c";
  font-size: 150px;
  font-weight: 700;
  line-height: 126px;
}

.f-wyd-title.smaler {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 40px;
  line-height: 40px;
}

.f-wyd-title.full {
  width: 100%;
}

.f-score {
  background-color: #d3d3d3;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 31%;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.fcol2 {
  padding-bottom: 20px;
}

.text-block-3 {
  color: #232323;
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
}

.text-block-3.smaller {
  font-size: 12px;
  line-height: 12px;
}

.footer-flex2 {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.footer-flex2._3 {
  margin-top: 60px;
}

.fflex-left {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  width: 67%;
  display: flex;
}

.fflex-right {
  flex-flow: column;
  justify-content: space-between;
  width: 31%;
  display: flex;
}

.footer-cs-link {
  color: #d3d3d3;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-cs-link:hover {
  color: #fff;
}

.footer-cs-link.sml {
  font-size: 14px;
}

.footer-link-flex, .social-items, .ss-name {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #d3d3d3;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

.sitems {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.flink {
  color: #d3d3d3;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Helvetica, sans-serif;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.flink:hover {
  color: #fff;
}

.flink.navlink {
  text-align: left;
  text-transform: none;
  margin-bottom: 31px;
  font-size: 18px;
  line-height: 27px;
}

.ftext {
  color: #d3d3d3;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.fbtm {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navflex {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.lottie-animation {
  width: 23px;
}

.menu-button {
  background-color: #0000;
}

.menu-button.w--open {
  z-index: 9;
  background-color: #0000;
}

.nav-content-inner {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 180px;
  padding-bottom: 90px;
  display: flex;
}

.nav-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 23px;
  display: flex;
}

.nav-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.nav-menu {
  background-color: #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  top: 0;
}

.nav-item-link {
  color: #d3d3d3;
  text-transform: uppercase;
  font-family:"dharma-gothic-c";
  font-size: 90px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
  transition: all .3s;
}

.nav-item-link:hover {
  color: #fff;
}

.nil-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  opacity: 0;
  margin-top: -10px;
  transition: all .3s;
}

.brand {
  z-index: 9;
}

.body-bg {
  background-color: #f4f5fb;
}

.s-page-hero {
  padding-top: 140px;
  padding-bottom: 40px;
}

.spage-title {
  color: #232323;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family:"dharma-gothic-c";
  font-size: 120px;
  line-height: 106px;
}

.spage-projekty-list {
  padding-bottom: 60px;
}

.projekty-lista-flex {
  flex-flow: wrap;
  margin-left: -1%;
  margin-right: -1%;
  padding-bottom: 60px;
  display: flex;
}

.image-8 {
  width: 100%;
  display: block;
}

.projekt-flex-info {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.projekt-col {
  width: 49%;
}

.projekt-text-title {
  color: #000;
  text-transform: uppercase;
  font-family:"dharma-gothic-c";
  font-size: 96px;
  line-height: 80px;
}

.projekt-desc {
  color: #000;
  margin-top: 15px;
  font-family:"swear-display";
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.projekt-galeria {
  margin-top: 40px;
}

.projkt-wydarzenie {
  margin-bottom: 40px;
}

.s-wydarzenie-details {
  margin-bottom: 25px;
  display: flex;
}

.ff-left {
  width: 65%;
}

.ff-right {
  width: 35%;
  padding-left: 15px;
}

.text-wydarzenie-small {
  color: #d3d3d3;
  margin-top: 2px;
  font-family: Helvetica, sans-serif;
  line-height: 18px;
}

.swydarzenie-atrakcje {
  border-top: 1px solid #d3d3d3;
  padding-top: 20px;
}

.atrakcje-text {
  color: #d3d3d3;
  margin-top: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

.atrakcje-text li {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.atrakcje-text ul {
  padding-left: 20px;
}

.projekt-extra-desc {
  color: #232323;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.projekt-div-padding {
  padding-left: 33px;
  padding-right: 33px;
}

.news-top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.news-filtrowanie {
  margin-bottom: 13px;
}

.kategorie-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.blog-post-content {
  margin-top: 20px;
}

.rch {
  color: #000;
  width: 100%;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.rch h1 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family:"dharma-gothic-c";
  font-size: 96px;
  line-height: 80px;
}

.rch h2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family:"dharma-gothic-c";
  font-size: 80px;
  line-height: 85px;
}

.rch h4 {
  text-transform: uppercase;
  font-family:"dharma-gothic-c";
  font-size: 60px;
  line-height: 65px;
}

.rch img {
  width: 100%;
}

.rch figure {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.pspec {
  font-family:"swear-display";
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.podstrona-flex-cols {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.podstrona-flex-cols.top-space {
  margin-top: 60px;
}

.cs-p-co {
  width: 49%;
}

.cs-p-title {
  color: #000;
  text-transform: uppercase;
  font-family:"dharma-gothic-c";
  font-size: 96px;
  font-weight: 700;
  line-height: 80px;
}

.cs-p-text1 {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family:"swear-display";
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.c-p-text2 {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.c-p-text2.smaller {
  font-size: 16px;
}

.cs-text-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.wpage-text {
  color: #f4f5fb;
  max-width: 350px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.wbuttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.wbuttons.nbtm {
  margin-top: 0;
}

.sec-jak-dzialamy {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.jak-dzialamy-fkex {
  display: flex;
}

.jak-flex1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 27%;
  padding-bottom: 70px;
  display: flex;
}

.jak-flex2 {
  width: 73%;
}

.jak-box {
  background-color: #f4f5fb;
  border-radius: 20px;
  padding: 33px 45px;
}

.jak-box.red {
  background-color: #c6003a;
}

.jak-box.blue {
  z-index: 9;
  background-color: #386cb5;
  position: relative;
}

.jak-item {
  border-bottom: 1px solid #d3d3d380;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
}

.jak-item.wht {
  border-bottom-color: #fe1e41;
}

.jak-item.wht._2 {
  border-bottom-color: #d3d3d380;
}

.jak-item-left {
  width: 30%;
}

.jak-item-left.less {
  max-width: 140px;
}

.jak-item-left.less.with-icon {
  justify-content: flex-start;
  align-items: center;
  width: 42%;
  max-width: 100%;
  padding-right: 10px;
  display: flex;
}

.jak-item-title {
  color: #232323;
  text-transform: uppercase;
  font-family:"dharma-gothic-e";
  font-size: 32px;
  line-height: 28px;
}

.jak-item-title.white {
  color: #fff;
}

.jak-item-title.white._2 {
  color: #d3d3d3;
}

.jak-item-right {
  width: 70%;
}

.jak-item-right.full {
  flex: 1;
}

.jak-item-text {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.jak-item-text.white {
  color: #fff;
}

.jak-item-text.white._2 {
  color: #d3d3d3;
}

.image-9 {
  margin-top: 20px;
  margin-left: 40px;
}

.sec-wesprzyj {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wesprzyj-flex {
  display: flex;
}

.wesprzyj-first-item {
  background-color: #386cb5;
  border-radius: 20px;
  width: 33%;
  padding: 25px 33px 40px;
}

.wesprzyj-cs-text {
  color: #f4f5fb;
  font-family:"swear-display";
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.wesprzyj-cs-text.black {
  color: #232323;
}

.span-dane {
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.span-dane-bank {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.wesprzyj-big-item {
  border-radius: 20px;
  width: 67%;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.wb-left {
  width: 60%;
  padding: 25px 40px 40px 20px;
}

.wb-right {
  width: 40%;
}

.wesprzyj-kontakt-text {
  color: #232323;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-special-header {
  background-color: #232323;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
  position: relative;
}

.spec-h-flex {
  display: flex;
}

.spec-h-flex.ctr {
  justify-content: center;
  align-items: center;
}

.spec-h-flex.cheight {
  min-height: 100vh;
}

.sph-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.sph-title {
  color: #fff;
  text-transform: uppercase;
  font-family:"dharma-gothic-c";
  font-size: 120px;
  line-height: 106px;
}

.sph-title.cs_colr {
  color: #d3d3d3;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 96px;
  font-weight: 700;
  line-height: 80px;
}

.sph-title.black_small {
  color: #000;
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
}

.sph-subtitle {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.cs-img-header {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-dla-kogo {
  background-color: #232323;
  padding: 12px;
}

.dla-kogo-box {
  background-color: #000;
  border-radius: 20px;
  padding-top: 34px;
  padding-bottom: 60px;
}

.spec-h-right {
  width: 70%;
  padding-left: 40px;
}

.dla-kogo-text1 {
  color: #d3d3d3;
  font-family:"swear-display";
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.dla-kog-text2 {
  color: #d3d3d3;
  max-width: 300px;
  margin-top: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.dl-full-galeia {
  margin-top: 20px;
}

.box-program {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #386cb5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 20px;
  padding: 40px 33px;
  display: flex;
}

.pr1 {
  width: 17%;
}

.pr2, .pr3 {
  width: 40%;
}

.program-cs-1 {
  color: #d3d3d3;
  font-family:"swear-display";
  font-size: 22px;
  line-height: 34px;
}

.program-cs-2 {
  color: #d3d3d3;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.div-block-2 {
  width: 100%;
  margin-bottom: 14px;
}

.prflex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.box-koszt {
  padding: 25px 0 25px 33px;
  display: flex;
}

.box-koszt-left {
  width: 65%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 45px;
}

.box-koszt-right {
  border-radius: 20px;
  width: 35%;
  overflow: hidden;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.span-blue-info {
  color: #386cb5;
  font-size: 22px;
  font-weight: 400;
}

.koszt-przelew-informacje {
  background-color: #232323;
  border-radius: 20px;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.koszt-przelew-informacje.bg2 {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 25px 35px 40px;
}

.koszt-col {
  width: 48%;
}

.koszt-col.full {
  width: 100%;
}

.kost-text-cs {
  color: #d3d3d3;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.span-upper {
  text-transform: uppercase;
  display: block;
}

.koszt-extra-info {
  color: #d3d3d3;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.cs-do-pobrania {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.pliki-title {
  color: #d3d3d3;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-3 {
  flex: none;
  margin-right: 25px;
}

.image-13 {
  position: absolute;
  right: -240px;
}

.small-half-gall {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.shg1 {
  width: 65%;
  margin-right: 0;
}

.shg2 {
  width: 35%;
  padding-left: 20px;
}

.kadra-slider {
  background-color: #c6003a;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
}

.osoba-with-img {
  margin-top: -210px;
  margin-left: 0;
  display: block;
}

.image-14 {
  width: 420px;
  max-width: 400px;
  margin-left: -20px;
}

.osobpodpis {
  color: #fff;
  text-transform: none;
  font-family:"dharma-gothic-e";
  font-size: 40px;
  font-weight: 700;
  line-height: 28px;
}

.osoba-text {
  color: #fff;
  margin-top: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.box-lokaliacje {
  display: flex;
}

.bl-left {
  width: 65%;
  height: 100%;
  position: relative;
}

.bl-right {
  width: 35%;
  padding: 25px 20px;
}

.tabs {
  flex-flow: column;
  display: flex;
}

.tabs-content {
  order: -1;
}

.tab-lokalizacja-content {
  background-color: #232323;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}

.b-lok-left {
  width: 35%;
  padding: 25px 20px;
}

.log-adres {
  color: #d3d3d3;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.lok-info {
  margin-top: 20px;
}

.lok-info-title {
  color: #386cb5;
  font-family:"swear-display";
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.lok-infotext {
  color: #d3d3d3;
  margin-top: 2px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.b-lok-right {
  width: 65%;
}

.code-embed {
  height: 100%;
}

.tab-link {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family:"dharma-gothic-e";
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  transition: all .3s;
}

.tab-link:hover, .tab-link.w--current {
  color: #000;
  background-color: #fff;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-left: 290px;
  display: flex;
}

.form-choose-title {
  color: #d3d3d380;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
}

.lok-form-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.section-trening-probny {
  background-color: #232323;
  padding-top: 75px;
  padding-bottom: 75px;
}

.trening-fle {
  display: flex;
}

.tr-col {
  width: 50%;
}

.tr-info {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trening-text {
  color: #d3d3d3;
  padding-left: 20px;
  font-family:"swear-display";
  font-size: 22px;
  line-height: 34px;
}

.tr-wrap {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sec-kalendarz {
  background-color: #d3d3d3;
  border-radius: 20px;
  margin-top: 120px;
  padding: 30px;
}

.kalendarz-top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #000;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.kalendarz-naw {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kal-filtr {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 12px;
  display: flex;
}

.kalendarz-zawartosc {
  background-color: #fff;
  border-radius: 20px;
  height: 568px;
  padding-right: 40px;
  overflow: auto;
}

.kalendarz-dzien {
  margin-bottom: 20px;
}

.dzien-top {
  border-bottom: 1px solid #232323;
  padding: 20px 35px;
}

.text-block-6 {
  font-size: 50px;
}

.text-block-7 {
  color: #232323;
  text-transform: uppercase;
  font-family:"dharma-gothic-c";
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
}

.kalendarz-item {
  border-bottom: 1px solid #707070;
  justify-content: space-between;
  padding: 20px 35px;
  display: flex;
}

.kal-data {
  text-align: center;
  width: 12%;
}

.kal-text-inner {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.kal-text-inner.col_blue {
  color: #386cb5;
}

.kal-text-inner.col_grey {
  color: #d3d3d3;
}

.kal-info {
  width: 25%;
}

.kal-osoba {
  width: 20%;
}

.kal-miejsce {
  width: 13%;
}

.kal-ilosc-miejsc {
  width: 25%;
}

.sfiltr {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-filtr-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sel-field {
  color: #232323;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/Group-280.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 31px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-4 {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .slide-title {
    font-size: 120px;
    line-height: 98px;
  }

  .slide-title.cs-margin {
    font-size: 90px;
    line-height: 71px;
  }

  .section-misja {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .misja-right {
    padding-left: 70px;
  }

  .misja-text {
    font-size: 26px;
    line-height: 33px;
  }

  .projet-img {
    height: 260px;
  }

  .tba-img {
    height: 100%;
    overflow: visible;
  }

  .tba-text2 {
    font-size: 27px;
    line-height: 31px;
  }

  .tba-top {
    margin-bottom: 30px;
  }

  .div-block {
    top: 120px;
  }

  .image-5 {
    object-fit: cover;
    height: 100%;
  }

  .nav-buttons {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-lets {
    overflow: visible;
  }

  .text-block-2 {
    font-size: 220px;
  }

  .kontakt-img {
    width: 53%;
  }

  .slider-item {
    height: 500px;
    min-height: 100%;
  }

  .kontakt-box-form {
    width: 47%;
    padding-left: 40px;
  }

  .kontakt-title {
    font-size: 110px;
    line-height: 90px;
  }

  .f-wydarzenie.ff_2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wydarzenie-tit {
    font-size: 15px;
    line-height: 19px;
  }

  .f-wyd-middle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .f-wyd-title {
    font-size: 90px;
    line-height: 80px;
  }

  .f-score {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fflex-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .fflex-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .social-items {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fbtm {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-item-link {
    text-align: left;
    font-size: 70px;
    line-height: 70px;
  }

  .projekt-text-title {
    font-size: 80px;
    line-height: 62px;
  }

  .projekt-desc {
    font-size: 20px;
    line-height: 29px;
  }

  .projekt-div-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .blog-post-content {
    margin-top: 20px;
  }

  .cs-p-title {
    font-size: 70px;
    line-height: 60px;
  }

  .cs-p-text1 {
    font-size: 24px;
    line-height: 29px;
  }

  .cs-text-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wbuttons {
    grid-row-gap: 11px;
    flex-flow: wrap;
  }

  .jak-dzialamy-fkex {
    flex-flow: wrap;
  }

  .jak-flex1 {
    width: 100%;
    padding-bottom: 30px;
  }

  .jak-flex2 {
    width: 100%;
  }

  .jak-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .jak-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jak-item.wht._2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .jak-item-left {
    width: 40%;
  }

  .jak-item-left.less.with-icon {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .jak-item-right.full {
    text-align: left;
    flex: none;
    width: 100%;
  }

  .image-9 {
    max-width: 100px;
    margin-left: 0;
  }

  .wesprzyj-flex {
    flex-flow: wrap;
  }

  .wesprzyj-first-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wesprzyj-big-item {
    width: 100%;
    padding-left: 0;
  }

  .sph-left {
    width: 40%;
  }

  .sph-title.black_small {
    font-size: 60px;
    line-height: 80px;
  }

  .spec-h-right {
    width: 60%;
    padding-left: 10px;
  }

  .pr1, .pr2, .pr3 {
    width: 100%;
  }

  .prflex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .box-koszt {
    flex-flow: column;
    padding-left: 0;
  }

  .box-koszt-left {
    width: 100%;
  }

  .box-koszt-right {
    width: 100%;
    margin-top: 20px;
  }

  .image-12 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .koszt-przelew-informacje.bg2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-13 {
    display: none;
  }

  .shg1 {
    width: 55%;
  }

  .shg2 {
    width: 45%;
  }

  .osoba-with-img {
    margin-top: -120px;
    margin-left: 0;
  }

  .image-14 {
    max-width: 100%;
    margin-left: 0;
  }

  .box-lokaliacje {
    flex-flow: wrap;
  }

  .bl-left {
    width: 100%;
  }

  .bl-right {
    width: 100%;
    margin-top: 20px;
  }

  .tab-lokalizacja-content {
    flex-flow: wrap;
  }

  .b-lok-left, .b-lok-right {
    width: 100%;
  }

  .code-embed {
    height: 100%;
  }

  .trening-fle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .kal-filtr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .text-block-7 {
    font-size: 40px;
    line-height: 40px;
  }

  .kalendarz-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .kal-data {
    width: 40%;
  }

  .kal-info {
    width: 50%;
  }

  .kal-osoba {
    width: 40%;
  }

  .kal-miejsce {
    width: 50%;
  }

  .kal-ilosc-miejsc {
    width: 100%;
  }

  .sfiltr {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .sel-field {
    font-size: 16px;
  }

  .div-block-4 {
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-slide {
    background-position: 0%;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
  }

  .hero-slider-content {
    width: 100%;
  }

  .slide-title {
    font-size: 100px;
    line-height: 80px;
  }

  .slider-hero-cs-nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-nav-ite.active {
    width: auto;
  }

  .slide-title-nav {
    display: none;
  }

  .section-misja {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .misja-flex {
    flex-flow: column;
  }

  .misja-left {
    width: 100%;
  }

  .cs-tubtitle.white.cabs {
    display: none;
  }

  .cs-tubtitle.bottom-space.centered {
    text-align: center;
  }

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

  .misja-right {
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
  }

  .section-projekty {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sing-projekt.sprojekt-fl {
    width: 100%;
    margin-bottom: 2%;
  }

  .sing-projekt.sprojekt-fl.ssnews {
    width: 48%;
  }

  .tba-flex {
    flex-flow: wrap;
  }

  .tba-col1 {
    width: 100%;
  }

  .tba-col2 {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .tba-big-text {
    font-size: 110px;
    line-height: 80px;
  }

  .div-block {
    top: 180px;
  }

  .lokalizacje-nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .sec-pierwszy {
    padding-top: 100px;
  }

  .text-block {
    font-size: 60px;
    line-height: 51px;
  }

  .text-lets {
    overflow: visible;
  }

  .text-block-2 {
    font-size: 170px;
  }

  .sss-content {
    padding-top: 0;
  }

  .kontakt-box {
    flex-flow: column;
  }

  .kontakt-img {
    width: 100%;
  }

  .kontakt-box-form {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
  }

  .footer {
    padding-bottom: 10px;
  }

  .fd-logotypy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .footer-flex {
    flex-flow: wrap;
  }

  .f-wydarzenie {
    width: 100%;
  }

  .f-score {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-flex2 {
    flex-flow: wrap;
  }

  .footer-flex2._3 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .fflex-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .fflex-right {
    width: 100%;
  }

  .social-items {
    justify-content: center;
    align-items: center;
  }

  .social-items.left {
    justify-content: center;
    align-items: flex-start;
  }

  .fbtm {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .nav-content-inner {
    flex-flow: wrap;
    padding-top: 160px;
  }

  .nav-left {
    width: 100%;
  }

  .nav-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: -1;
    width: 100%;
    margin-bottom: 10px;
  }

  .spage-title {
    font-size: 90px;
    line-height: 80px;
  }

  .projekt-flex-info {
    flex-flow: wrap;
  }

  .projekt-col {
    width: 100%;
  }

  .projekt-galeria {
    margin-bottom: 30px;
  }

  .projekt-div-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .kategorie-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .podstrona-flex-cols {
    flex-flow: wrap;
  }

  .podstrona-flex-cols.top-space {
    flex-flow: wrap;
    margin-top: 0;
  }

  .cs-p-co {
    width: 100%;
  }

  .cs-text-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .jak-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .jak-item-left, .jak-item-right {
    width: 100%;
  }

  .sec-wesprzyj {
    padding-top: 0;
  }

  .wesprzyj-big-item {
    flex-flow: column;
  }

  .wb-left {
    width: 100%;
  }

  .wb-right {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
  }

  .sec-special-header {
    padding-top: 160px;
  }

  .spec-h-flex.ctr, .spec-h-flex.cheight {
    flex-flow: wrap;
  }

  .sph-left {
    width: 100%;
  }

  .sph-title {
    font-size: 100px;
    line-height: 80px;
  }

  .sph-title.cs_colr {
    font-size: 80px;
    line-height: 70px;
  }

  .sph-title.black_small {
    font-size: 50px;
    line-height: 60px;
  }

  .spec-h-right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .dla-kog-text2 {
    max-width: 100%;
  }

  .box-koszt-left {
    padding-right: 0;
  }

  .cs-do-pobrania {
    flex-flow: column;
  }

  .small-half-gall {
    flex-flow: wrap;
  }

  .shg1 {
    width: 100%;
  }

  .shg2 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .osobpodpis {
    margin-top: 10px;
  }

  .bl-left {
    flex-flow: column;
    display: flex;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .lok-form-flex {
    flex-flow: wrap;
  }

  .trening-fle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .tr-col {
    width: 100%;
  }

  .kalendarz-top {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .kal-filtr {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .kal-data {
    width: 40%;
  }

  .kal-info {
    width: 50%;
  }

  .form-filtr-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .div-block-4 {
    width: 100%;
  }

  .image-15 {
    max-width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .sec-hero.smaller {
    min-height: 50vh;
    padding-bottom: 0;
  }

  .hero-slider.smaller {
    padding-bottom: 0;
  }

  .hero-slide.pos-top {
    min-height: 50vh;
  }

  .hero-slide.pos-top._2 {
    padding-bottom: 40px;
  }

  .slide-title {
    font-size: 90px;
    line-height: 70px;
  }

  .slide-subtitle {
    margin-bottom: 30px;
  }

  .image {
    right: -20px;
  }

  .sing-projekt.sprojekt-fl.ssnews {
    width: 100%;
  }

  .projet-img {
    height: 230px;
  }

  .tba-arrow {
    bottom: -10px;
  }

  .tba-big-text {
    font-size: 70px;
    line-height: 54px;
  }

  .nav-buttons {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .simple-btn._2 {
    width: 100%;
  }

  .simple-btn.black.mn {
    display: none;
  }

  .sec-over {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pierwszy-flex {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .pleft {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .pright {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .pleft-cs-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-2 {
    font-size: 110px;
  }

  .kontakt-box {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-item {
    height: 380px;
  }

  .kontakt-title {
    margin-bottom: 20px;
    font-size: 90px;
    line-height: 80px;
  }

  .f-wydarzenie {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-wydarzenie-top {
    flex-flow: wrap;
  }

  .wydarzenie-tit {
    margin-bottom: 10px;
  }

  .f-wyd-middle {
    margin-top: 0;
  }

  .f-wyd-title {
    font-size: 89px;
    line-height: 70px;
  }

  .footer-link-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .nav-content-inner {
    overflow: auto;
  }

  .nav-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .nav-item-link {
    font-size: 57px;
    line-height: 57px;
  }

  .brand {
    order: -1;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .s-page-hero {
    padding-bottom: 30px;
  }

  .spage-title {
    font-size: 84px;
    line-height: 76px;
  }

  .s-wydarzenie-details {
    flex-flow: column;
  }

  .ff-left {
    width: 100%;
  }

  .ff-right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .atrakcje-text li {
    font-size: 14px;
  }

  .rch {
    font-size: 16px;
  }

  .pspec {
    font-size: 23px;
    line-height: 31px;
  }

  .podstrona-flex-cols.top-space {
    margin-top: 0;
  }

  .cs-p-title {
    font-size: 60px;
    line-height: 60px;
  }

  .cs-text-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wbuttons.nbtm {
    justify-content: center;
    align-items: center;
  }

  .jak-box {
    padding-left: 12px;
    padding-right: 12px;
  }

  .jak-item.wht {
    padding-left: 10px;
    padding-right: 10px;
  }

  .jak-item-title.white._2 {
    font-size: 27px;
    line-height: 26px;
  }

  .sec-special-header {
    padding-top: 140px;
  }

  .sph-title {
    font-size: 80px;
    line-height: 69px;
  }

  .box-program {
    padding-left: 20px;
    padding-right: 20px;
  }

  .koszt-przelew-informacje {
    flex-flow: wrap;
  }

  .koszt-col {
    width: 100%;
  }

  .osoba-with-img {
    margin-top: -60px;
  }

  .bl-right {
    padding-left: 0;
    padding-right: 0;
  }

  .lok-infotext {
    font-size: 16px;
  }

  .tabs-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .lok-form-flex {
    grid-column-gap: 20px;
    grid-row-gap: 9px;
  }

  .tr-info {
    flex-flow: column;
  }

  .sec-kalendarz {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .kalendarz-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .kalendarz-zawartosc {
    padding-right: 20px;
  }

  .kalendarz-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kal-data {
    width: 100%;
  }

  .kal-text-inner {
    font-size: 17px;
    line-height: 21px;
  }

  .kal-info, .kal-osoba, .kal-miejsce {
    width: 100%;
  }

  .div-block-4 {
    flex-flow: column;
    width: 100%;
    height: 80vh;
    display: flex;
    overflow: auto;
  }

  .paragraph {
    font-size: 18px;
  }
}


@font-face {
  font-family: 'Dharmagothicc';
  src: url('../fonts/DharmaGothicC-ExBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothicc';
  src: url('../fonts/DharmaGothicC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothicc';
  src: url('../fonts/DharmaGothicC-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothicc';
  src: url('../fonts/DharmaGothicC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothicc';
  src: url('../fonts/DharmaGothicC-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothice';
  src: url('../fonts/DharmaGothicE-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothicc';
  src: url('../fonts/DharmaGothicC-ExLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothice';
  src: url('../fonts/DharmaGothicE-ExLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothice';
  src: url('../fonts/DharmaGothicE-ExBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothice';
  src: url('../fonts/DharmaGothicE-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothice';
  src: url('../fonts/DharmaGothicE-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothice';
  src: url('../fonts/DharmaGothicE-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothice';
  src: url('../fonts/DharmaGothicE-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dharmagothicc';
  src: url('../fonts/DharmaGothicC-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swear Display';
  src: url('../fonts/Swear-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}