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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

body {
  color: #333;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

a {
  text-decoration: underline;
}

.section-hero {
  padding-top: 166px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.06em;
  padding-right: 4.06em;
  overflow: visible;
}

.container.more {
  padding-left: 35px;
  padding-right: 35px;
  overflow: visible;
}

.hero-content {
  width: 50%;
  max-width: 50%;
  padding-left: 40px;
  position: relative;
  overflow: visible;
}

.hero-content.full {
  width: 100%;
  max-width: 100%;
  padding-left: 70px;
  padding-right: 140px;
}

.hero-title {
  color: #192846;
  font-family: Spectral, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  line-height: 60px;
}

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

.hero-title.bigger-center {
  text-align: center;
  font-size: 78px;
  line-height: 79px;
}

.hero-text {
  max-width: 515px;
  color: #192846;
  margin-top: 30px;
  margin-bottom: 60px;
  font-weight: 300;
  line-height: 28px;
}

.span-medium {
  font-size: 16px;
  font-weight: 500;
}

.cs-button {
  color: #fff;
  background-color: #182846;
  border: 1px solid #182846;
  border-radius: 23px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.cs-button:hover {
  color: #182846;
  background-color: rgba(0, 0, 0, 0);
}

.cs-button.color {
  background-color: #d39c7c;
  border-color: #d39c7c;
  overflow: visible;
}

.cs-button.color:hover {
  color: #d39c7c;
  background-color: rgba(211, 156, 124, 0);
  overflow: visible;
}

.cs-button.color2 {
  background-color: #8492af;
  border-color: #8492af;
}

.cs-button.color2:hover {
  color: #8492af;
  background-color: rgba(132, 146, 175, 0);
}

.button-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding: 12px 27px;
  display: flex;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-log {
  width: 100%;
  border-bottom: 1px solid rgba(101, 96, 96, .5);
  justify-content: space-between;
  align-items: center;
  padding: 25px 70px;
  display: flex;
}

.menu-top {
  border-top: 1px solid rgba(101, 96, 96, .5);
  border-bottom: 1px solid rgba(101, 96, 96, .5);
  justify-content: space-between;
  align-items: center;
  padding: 8px 70px;
  display: flex;
}

.menu-top-link {
  color: #252f38;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 28px;
  text-decoration: none;
}

.menu-top-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.mtl-flex {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
  display: flex;
}

.mtl-dot {
  width: 7px;
  height: 7px;
  background-color: #d39c7c;
  border-radius: 100%;
}

.mtl-dot._2 {
  background-color: #8492af;
}

.text-block {
  color: #252f38;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.menu-button {
  align-items: center;
  padding: 0;
}

.menu-button.w--open {
  z-index: 3;
  background-color: rgba(200, 200, 200, 0);
}

.btn-flex-m {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: center;
  display: flex;
}

.section-partner {
  margin-top: -130px;
  position: relative;
  overflow: hidden;
}

.sc-bg {
  background-color: #f1f1f1;
  border-radius: 30px;
  padding-top: 63px;
  padding-bottom: 60px;
  overflow: visible;
}

.sc-bg.nobottm {
  padding-bottom: 0;
}

.sec-title {
  color: #192846;
  text-align: center;
  font-family: Spectral, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

.sec-title.left {
  text-align: left;
  overflow: visible;
}

.sec-title.left.white {
  color: #fff;
}

.partner-menu {
  background-color: #fff;
  border-radius: 26px;
  margin-top: 35px;
}

.partner-menu-item {
  background-color: #f1f1f1;
  border-radius: 23px;
  transition: all .3s;
}

.tabsmenu {
  background-color: #fff;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: inline-block;
}

.tab-item {
  color: #252f38;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f1f1f1;
  border-radius: 23px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 6px 15px;
  font-weight: 500;
  transition: all .3s;
}

.tab-item:hover, .tab-item.w--current {
  color: #fff;
  background-color: #8492af;
}

.tab-item.tab3.w--current {
  background-color: #d39c7c;
}

.tab-item.powiazane-tag {
  text-align: center;
  text-decoration: none;
}

.tabs {
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.tcontent {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-2 {
  color: #192846;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 28px;
}

.text-block-2.left {
  text-align: left;
}

.stopa-info {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  padding: 10px 20px;
  display: flex;
}

.stopa-info.cs {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-top: 0;
  padding: 9px 10px;
}

.stopa-info.cs.dark {
  background-color: #f1f1f1;
}

.text-block-3 {
  color: #192846;
  font-family: Spectral, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}

.text-block-4 {
  color: #192846;
  font-family: Spectral, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.text-block-4.less {
  line-height: 13px;
}

.tab-content-text {
  max-width: 800px;
  border-bottom: 1px solid rgba(101, 96, 96, .5);
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  overflow: visible;
}

.text-block-5 {
  color: #656060;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-5.top {
  margin-top: 33px;
  margin-bottom: 33px;
  overflow: visible;
}

.text-block-5.top.color {
  color: #8492af;
}

.text-block-5.top.less {
  margin-bottom: 0;
}

.read-more {
  color: #192846;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
  transition: all .3s;
}

.read-more:hover {
  color: #8492af;
}

.tb-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.tab-cs-btn {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  overflow: visible;
}

.tab-cs-btn.pyt-btn {
  margin-bottom: 0;
}

.tab-cs-btn.flx {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
}

.tab-content-imgs {
  z-index: 9;
  width: auto;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: -135px;
  margin-right: -135px;
  display: flex;
  position: relative;
  overflow: visible;
}

.tbimg {
  width: 25%;
  border-radius: 30px;
  margin-top: 0;
  overflow: hidden;
}

.tbimg.t1 {
  z-index: 9;
  margin-top: -150px;
  position: relative;
  overflow: visible;
}

.tbimg.t2, .tbimg.t3 {
  margin-top: 0;
  overflow: hidden;
}

.tbimg.t4 {
  margin-top: -150px;
  overflow: visible;
}

.image {
  z-index: 9;
  border-radius: 30px;
  position: relative;
  overflow: visible;
}

.tabs-content {
  overflow: hidden;
}

.tab-spec-content {
  width: 100%;
  overflow: visible;
}

.tabimgs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  overflow: visible;
}

.section-pomoc {
  padding-top: 110px;
  padding-bottom: 60px;
  overflow: visible;
}

.sec-flex {
  display: flex;
  overflow: visible;
}

.sec-flex.top {
  align-items: flex-start;
}

.flex-smaller {
  width: 40%;
  overflow: visible;
}

.flex-bigger {
  width: 60%;
  padding-right: 100px;
  overflow: visible;
}

.flex-bigger.noright {
  padding-left: 100px;
  padding-right: 0;
}

.flex-bigger.no-padding-right {
  padding-left: 20px;
  padding-right: 0;
}

.flex-bigger.no-padding-right.bigger {
  padding-left: 60px;
  padding-right: 60px;
}

.image-2 {
  display: block;
  overflow: visible;
}

.image-2.cent {
  margin-left: 40px;
}

.d-padd {
  padding-left: 40px;
  overflow: visible;
}

.d-padd.less {
  padding-left: 30px;
}

.pomoc-icons {
  padding-left: 40px;
  overflow: visible;
}

.spomoc-icon {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid rgba(101, 96, 96, .5);
  align-items: flex-start;
  margin-bottom: 34px;
  padding-bottom: 34px;
  display: flex;
  overflow: visible;
}

.pom-ic {
  width: 56px;
  height: 56px;
  background-color: #192846;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.text-block-6 {
  color: #192846;
  font-size: 18px;
  line-height: 21px;
  overflow: visible;
}

.text-block-7 {
  color: #192846;
  margin-top: 15px;
  font-weight: 300;
  overflow: visible;
}

.zrealizowane-bg {
  background-color: #192846;
  border-radius: 30px;
  padding: 60px 40px;
}

.zrealizowane-info {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.zrealizowane-single {
  background-color: rgba(255, 255, 255, .16);
  border-radius: 123px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 33px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.text-block-9, .text-block-10 {
  color: #8492af;
  font-size: 18px;
  line-height: 21px;
}

.realizacje-slider {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.realizacja-sin-inner {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.slide, .mask {
  height: auto;
}

.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.left-arrow, .right-arrow {
  display: none;
}

.realizacja-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(5, 8, 14, .44), rgba(255, 255, 255, 0) 67%);
  position: absolute;
  top: 0;
  left: 0;
}

.s-realizacja-info {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 25px;
  left: 0;
}

.rel-top {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: flex;
}

.rel-top-half {
  width: 45%;
}

.rel-top-half.right {
  text-align: right;
}

.text-block-11 {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}

.slide-nav {
  position: static;
}

.rel-status {
  color: #182846;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .65);
  border-radius: 23px;
  margin-left: auto;
  margin-right: 0;
  padding: 3px 25px;
  font-size: 11px;
  line-height: 28px;
  display: inline-block;
}

.rel-bottom {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rel-bottm-col {
  flex: none;
  align-self: stretch;
}

.rel-bottm-col.cs-width {
  max-width: 239px;
}

.text-block-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 28px;
  display: flex;
}

.text-block-12.dak {
  color: #656060;
}

.text-block-13 {
  color: #fff;
  font-family: Spectral, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 45px;
}

.text-block-13.dark {
  color: #656060;
}

.smaller {
  font-size: 14px;
}

.section-opinie {
  background-image: url('../images/Group-107.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.opinie-slider {
  max-width: 834px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 23px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 35px;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.s-opinia-slide {
  display: flex;
}

.s-opinia-img {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  flex: none;
  margin-top: 5px;
  margin-right: 25px;
  padding-right: 0;
}

.s-opinia-main-content {
  flex-flow: wrap;
  display: flex;
}

.op-left {
  width: 60%;
}

.op-right {
  width: 40%;
  padding-left: 25px;
}

.op-cs-img {
  border-radius: 30px;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.small-subtitle {
  color: #d39c7c;
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 28px;
}

.text-block-14 {
  color: #192846;
  font-family: Spectral, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
}

.text-block-15 {
  color: #192846;
  margin-top: 15px;
  font-weight: 300;
  line-height: 24px;
}

.slide-nav-2 {
  margin-top: 12px;
  position: absolute;
  bottom: -60px;
}

.op-bottom {
  width: 100%;
  border-top: 1px solid rgba(101, 96, 96, .3);
  margin-top: 23px;
  padding-top: 10px;
}

.section-pytania {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sec-pytania-content {
  border-top: 1px solid rgba(101, 96, 96, .5);
  border-bottom: 1px solid rgba(101, 96, 96, .5);
  padding-top: 100px;
  padding-bottom: 100px;
}

.pytania-title {
  color: #192846;
  text-align: center;
  font-family: Spectral, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  line-height: 60px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 40px;
}

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

.footer-copy {
  color: #192846;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.footer-menu {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #192846;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover, .footer-link.color {
  color: #d39c7c;
}

.footer-link.color:hover {
  color: #192846;
}

.footer-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.section-page-header {
  padding-top: 200px;
  padding-bottom: 0;
}

.section-page-header.prosta-podstrona {
  padding-top: 230px;
  padding-bottom: 0;
}

.pp-tp {
  background-image: url('../images/Component-1-–-1.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.s-page-hero {
  display: flex;
}

.s-page-hero.bbottom {
  border-bottom: 1px solid rgba(101, 96, 96, .5);
  margin-bottom: 0;
  padding-bottom: 60px;
}

.spage-slider {
  width: 50%;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex: none;
  margin-top: -30px;
  padding-left: 60px;
  display: flex;
}

.spage-item {
  width: 300px;
  height: 595px;
  background-image: url('../images/Mask-Group-45.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  padding: 40px 35px;
  overflow: hidden;
}

.spage-item.sp2 {
  background-image: url('../images/Mask-Group-48.jpg');
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spage-item.sp3 {
  background-image: url('../images/Mask-Group-47.jpg');
  position: relative;
}

.spage-item.sp4 {
  background-image: url('../images/a6b040985d7b5e15fdf02d41b7243422.jpg');
}

.text-block-16 {
  color: #192846;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
}

.text-block-16.white {
  color: #fff;
  position: relative;
}

.small-title {
  color: #192846;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 28px;
}

.small-title.center {
  text-align: center;
  text-transform: uppercase;
}

.small-title.col {
  color: #d39c7c;
  margin-bottom: -6px;
  font-weight: 400;
}

.small-title.morebottom {
  margin-bottom: 20px;
}

.szacowana-item {
  background-color: #fff;
  border-radius: 23px;
  margin-bottom: 40px;
  padding: 10px 15px 15px;
  position: relative;
}

.sp-item-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(5, 8, 14, .8), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.sp-item-bg.rev {
  background-image: linear-gradient(rgba(5, 8, 14, .8), rgba(255, 255, 255, 0));
}

.text-block-17 {
  color: #192846;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
}

.szac-info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top: 1px solid rgba(101, 96, 96, .3);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 12px;
  display: flex;
}

.image-5 {
  width: 64px;
}

.text-block-18 {
  color: #192846;
  font-family: Spectral, sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  line-height: 44px;
}

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

.cs-kroki {
  display: flex;
}

.cs-krok {
  width: 33.33%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.krok-number {
  color: #192846;
  font-family: Spectral, sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

.krok-number.blure {
  filter: blur(5px);
}

.krok-dot {
  z-index: 9;
  width: 38px;
  height: 38px;
  background-color: #192846;
  border-radius: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.krok-dot.color {
  background-color: #d39c7c;
}

.krok-dot.light {
  background-color: #8492af;
}

.krok-top {
  text-align: center;
  margin-bottom: 30px;
}

.krok-title {
  height: 50px;
  color: #192846;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
}

.krok-title.active {
  font-weight: 700;
}

.step-content {
  max-width: 339px;
  min-width: 339px;
  background-image: url('../images/Mask-Group-50.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(101, 96, 96, .17);
  border-radius: 46px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.step-content.transparent {
  background-image: url('../images/Mask-Group-53.svg');
}

.step-content-title {
  color: #192846;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.step-content-text {
  color: #192846;
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
  line-height: 28px;
}

.div-dot {
  position: relative;
}

.div-dot-line {
  width: 100%;
  height: 1px;
  background-color: rgba(101, 96, 96, .5);
  position: absolute;
  bottom: 18px;
}

.cs-info-cs-bg {
  background-color: #f5f6f9;
  border-radius: 30px;
  padding: 50px 60px;
}

.fflex-bg {
  display: flex;
}

.flex50 {
  width: 50%;
}

.flex50.left {
  padding-left: 40px;
}

.flex50.leftpadding {
  padding-left: 50px;
}

.cs-info-title {
  color: #192846;
  font-family: Spectral, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

.cs-info-middle-content {
  border-top: 1px solid rgba(101, 96, 96, .5);
  margin-top: 25px;
  padding-top: 25px;
}

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

.text-block-19 {
  color: #192846;
  margin-top: 40px;
  font-weight: 300;
  line-height: 28px;
}

.cs-info-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid rgba(101, 96, 96, .5);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
}

.icon-img {
  height: 40px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.icon-text {
  color: #192846;
  text-align: center;
  font-weight: 500;
  line-height: 16px;
}

.image-6 {
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.faq-icon-icon {
  transition: all .3s;
  display: block;
}

.question-title {
  color: #192846;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-content {
  background-color: #fff;
  border: 0 solid #000;
  overflow: hidden;
}

.plus-icon {
  transition: all .3s;
  display: none;
}

.faq-text-text {
  color: #192846;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.faq-content-video {
  width: 48%;
}

.faq-question-bar {
  color: #2b2824;
  letter-spacing: .03em;
  background-color: #fff;
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 50px 1.5em 30px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.41;
  text-decoration: none;
  display: flex;
}

.faq-content-text {
  width: 100%;
  border-top: 1px solid rgba(101, 96, 96, .5);
  margin-right: 60px;
  padding-top: 15px;
  padding-right: 0;
}

.faq-content-text.faq-content-full {
  width: 75%;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px solid rgba(101, 96, 96, .5);
  border-radius: 46px;
  margin-bottom: 2.3em;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.faq-content-flex {
  justify-content: space-between;
  padding: 0 2em 20px;
  display: flex;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  margin-left: auto;
  margin-right: auto;
}

.section-powiazane {
  background-image: url('../images/Group-107.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

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

.pow-item {
  border-radius: 46px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.pow-flex {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.pytania-inner {
  border-top: 1px solid rgba(101, 96, 96, .5);
  border-bottom: 1px solid rgba(101, 96, 96, .5);
  padding-top: 80px;
  padding-bottom: 80px;
}

.pyt-formularz {
  max-width: 550px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.form-flex-item {
  width: 48%;
}

.form-flex-item.full {
  width: 100%;
}

.field-label {
  color: #2e2e38;
  padding-left: 18px;
  font-weight: 700;
}

.text-field {
  color: #656060;
  background-color: rgba(243, 243, 243, 0);
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  line-height: 16px;
}

.text-field::-ms-input-placeholder {
  color: #656060;
}

.text-field::placeholder {
  color: #656060;
}

.text-field.textarea {
  height: 70px;
}

.zgoda-text {
  color: #747480;
  font-size: 11px;
}

.zgoda-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.zgoda-label {
  color: #656060;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
}

.submit-form {
  color: #fff;
  text-align: center;
  background-color: #d39c7c;
  border: 1px solid #d39c7c;
  border-radius: 23px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 60px;
  font-size: 14px;
  line-height: 16px;
  transition: all .3s;
  display: block;
}

.submit-form:hover {
  opacity: .77;
  color: #d39c7c;
  background-color: rgba(211, 156, 124, 0);
}

.spage-content {
  margin-top: 20px;
}

.rich-text-block {
  color: #747480;
  font-weight: 300;
  line-height: 32px;
}

.rich-text-block a {
  color: #d39c7c;
}

.rich-text-block h1, .rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  color: #2e2e38;
}

.text-block-20 {
  color: #747480;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.section-header-onas {
  background-image: url('../images/zdjecie-goscia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 500px;
}

.onas-header {
  background-image: url('../images/Group-160.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
}

.text-block-21 {
  color: #192846;
  text-align: center;
  margin-top: 22px;
  font-size: 22px;
  font-weight: 500;
  line-height: 42px;
}

.link-wiecej {
  color: #192846;
  font-weight: 500;
  line-height: 28px;
  transition: all .3s;
}

.link-wiecej:hover {
  color: #d39c7c;
}

.section-nasza-misja {
  margin-top: -400px;
}

.misja-flex {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.misja-left {
  width: 40%;
  padding-right: 60px;
}

.misja-right {
  width: 60%;
  justify-content: space-between;
  display: flex;
}

.text-block-22 {
  color: #192846;
  font-size: 22px;
  font-weight: 500;
  line-height: 42px;
}

.text-block-22.color {
  color: #656060;
}

.text-block-22.color.cstop {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-23 {
  color: #192846;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}

.text-block-23.color {
  color: #656060;
}

.mitem {
  width: 32%;
  border-radius: 30px;
  overflow: hidden;
}

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

.misja-full-info {
  margin-top: 40px;
  padding-left: 120px;
  padding-right: 120px;
}

.text-block-24 {
  color: #192846;
  text-align: center;
  flex: none;
  font-family: Spectral, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  line-height: 60px;
}

.misja-podpis {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popis-bottm {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.podpis-line {
  width: auto;
  height: 1px;
  background-color: rgba(101, 96, 96, .5);
  flex: 1;
}

.misja-kroki {
  padding: 140px 120px 40px;
}

.image-9 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.misja-slider-item {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.slider-3 {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.mslider-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(5, 8, 14, .81), rgba(5, 8, 14, .33) 62%, rgba(57, 57, 66, .49) 81%, rgba(43, 40, 40, .47));
  position: absolute;
  top: 0;
  left: 0;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.mslider-item-content {
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  font-family: Spectral, sans-serif;
  font-size: 66px;
  font-weight: 300;
  line-height: 66px;
}

.section-liczby {
  background-image: url('../images/Mask-Group-53.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-liczby-flex {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.flex-icons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  display: flex;
}

.sflex-icon {
  width: 44%;
  border: 1px solid rgba(101, 96, 96, .5);
  border-radius: 46px;
  padding: 40px 30px;
  transition: all .3s;
  position: relative;
}

.sflex-icon:hover {
  background-color: #f1f1f1;
}

.sflex-icon-img {
  height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.text-block-26 {
  color: #192846;
  text-align: center;
  font-family: Spectral, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

.text-block-27 {
  color: #192846;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.btmline {
  width: 67%;
  height: 3px;
  background-color: #d39c7c;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.fhero-con {
  background-image: url('../images/zdjecie-dolne.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 230px;
}

.hero-bg {
  width: 100%;
  height: 100%;
  background-image: url('../images/maska-górna.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-menu {
  width: 50%;
  height: 100vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.nav-item {
  color: #252f38;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 11px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-flex {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-img {
  height: 500px;
  background-image: url('../images/tlo-stopka.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: 30px;
  overflow: visible;
}

.image-11 {
  margin-top: 0;
}

@media screen and (min-width: 1440px) {
  .step-content {
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    padding-top: 121px;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-content {
    padding-left: 0;
  }

  .hero-content.full {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title {
    font-size: 44px;
    line-height: 55px;
  }

  .hero-title.bigger-center {
    font-size: 60px;
    line-height: 60px;
  }

  .navbar {
    padding-top: 10px;
  }

  .nav-log {
    padding: 10px 0;
  }

  .menu-top {
    padding-left: 0;
    padding-right: 0;
  }

  .sec-title.left {
    font-size: 36px;
    line-height: 47px;
  }

  .text-block-2.left {
    line-height: 19px;
  }

  .tab-content-text {
    max-width: 100%;
  }

  .tab-content-imgs {
    margin-left: 0;
    margin-right: 0;
  }

  .tbimg.t1, .tbimg.t2, .tbimg.t3, .tbimg.t4 {
    width: 48%;
    margin: 1%;
  }

  .tabimgs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .sec-flex, .sec-flex.top {
    flex-wrap: wrap;
  }

  .flex-smaller {
    width: 100%;
  }

  .flex-bigger {
    padding-right: 0;
  }

  .flex-bigger.noright {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
  }

  .flex-bigger.no-padding-right {
    width: 100%;
    padding-left: 0;
  }

  .flex-bigger.no-padding-right.bigger {
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-bigger.no-padding-right.op {
    width: 100%;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .d-padd, .d-padd.less {
    padding-left: 0;
  }

  .zrealizowane-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .realizacja-sin-inner, .image-3 {
    min-height: 500px;
  }

  .realizacja-bg {
    background-image: linear-gradient(to top, rgba(5, 8, 14, .44) 100%, rgba(255, 255, 255, 0));
  }

  .s-realizacja-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rel-bottom {
    flex-wrap: wrap;
  }

  .footer-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .section-page-header {
    padding-top: 150px;
  }

  .section-page-header.prosta-podstrona {
    padding-top: 180px;
  }

  .spage-slider {
    flex: none;
  }

  .spage-item {
    height: 520px;
  }

  .text-block-16 {
    font-size: 27px;
    line-height: 38px;
  }

  .cs-kroki {
    margin-top: 40px;
  }

  .krok-number {
    font-size: 60px;
  }

  .krok-dot, .krok-dot.color {
    width: 31px;
    height: 31px;
  }

  .krok-title {
    font-size: 16px;
  }

  .step-content {
    margin-left: auto;
  }

  .div-dot-line {
    bottom: 15px;
  }

  .cs-info-cs-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex50.leftpadding {
    padding-left: 20px;
  }

  .cflex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    justify-content: center;
  }

  .cs-info-icons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cs-sin-icon {
    width: 45%;
  }

  .icon-img {
    margin-bottom: 18px;
  }

  .section-faq {
    padding-top: 60px;
  }

  .faq-content-video {
    width: 100%;
    margin-bottom: 1em;
  }

  .faq-content-text {
    width: 100%;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content-flex {
    flex-wrap: wrap;
  }

  .faq-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .text-block-21 {
    font-size: 20px;
  }

  .misja-flex {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .text-block-22 {
    font-size: 20px;
    line-height: 32px;
  }

  .text-block-22.color.cstop {
    font-size: 18px;
    line-height: 30px;
  }

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

  .popis-bottm {
    margin-top: 0;
  }

  .misja-kroki {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .sec-liczby-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .sflex-icon {
    width: 45%;
    padding: 20px;
  }

  .text-block-26 {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-27 {
    font-size: 14px;
  }

  .btmline {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .hero-title.bigger-center {
    font-size: 50px;
  }

  .hero-text.less {
    margin-bottom: 40px;
  }

  .cs-button {
    flex: none;
    font-size: 13px;
  }

  .menu-top-link.wflex {
    display: none;
  }

  .sc-bg {
    padding-bottom: 0;
  }

  .sec-title.left {
    font-size: 32px;
    line-height: 39px;
  }

  .tabsmenu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

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

  .sec-flex {
    flex-wrap: wrap;
  }

  .flex-bigger {
    width: 100%;
  }

  .flex-bigger.no-padding-right.op {
    margin-top: 50px;
    padding-left: 0;
  }

  .flex-bigger.ctop {
    margin-top: -190px;
  }

  .image-2.cent {
    margin-left: auto;
    margin-right: auto;
  }

  .pomoc-icons {
    padding-left: 0;
  }

  .zrealizowane-bg {
    padding: 40px 25px;
  }

  .zrealizowane-single {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-10 {
    font-size: 16px;
  }

  .realizacja-bg {
    background-image: linear-gradient(to top, rgba(5, 8, 14, .68) 100%, rgba(255, 255, 255, 0));
  }

  .s-realizacja-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rel-bottom {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .s-opinia-slide {
    flex-wrap: wrap;
  }

  .s-opinia-img {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .op-left {
    width: 100%;
  }

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

  .pytania-title {
    font-size: 44px;
    line-height: 55px;
  }

  .footer-menu {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-direction: column;
  }

  .pp-tp {
    padding-top: 30px;
  }

  .s-page-hero {
    flex-wrap: wrap;
  }

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

  .section-kroki {
    padding-bottom: 60px;
  }

  .step-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fflex-bg {
    flex-wrap: wrap;
  }

  .flex50 {
    width: 100%;
  }

  .flex50.left {
    order: -1;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .flex50.leftpadding {
    padding-left: 10px;
  }

  .section-faq {
    padding-bottom: 0;
  }

  .faq-content-text.faq-content-full {
    width: 100%;
  }

  .faq-grid {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .powiazane-flex {
    flex-wrap: wrap;
  }

  .form-flex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .form-flex-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .submit-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .onas-header {
    background-size: contain;
  }

  .text-block-21 {
    line-height: 30px;
  }

  .misja-flex {
    flex-wrap: wrap;
  }

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

  .misja-right {
    width: 100%;
    margin-top: 40px;
  }

  .misja-full-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-25 {
    font-size: 28px;
    line-height: 39px;
  }

  .flex-icons {
    flex-direction: column;
    padding-right: 20px;
  }

  .sflex-icon {
    width: 100%;
  }

  .brand {
    width: 180px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    padding-top: 98px;
  }

  .container.more {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container.less {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .cs-button.navbtn {
    display: none;
  }

  .menu-top-link {
    z-index: 3;
    position: relative;
  }

  .sc-bg.nobottm {
    padding-top: 30px;
  }

  .sec-title {
    font-size: 37px;
    line-height: 40px;
  }

  .stopa-info.cs {
    margin-top: 7px;
  }

  .text-block-5.top.lessbottom {
    margin-bottom: 0;
  }

  .flex-bigger.no-padding-right.bigger {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-bigger.ctop, .image-2 {
    margin-top: 20px;
  }

  .spomoc-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .zrealizowane-info {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .realizacja-sin-inner, .slide, .image-3 {
    min-height: 440px;
  }

  .s-realizacja-info {
    padding-left: 11px;
    padding-right: 11px;
    bottom: 0;
  }

  .rel-top {
    flex-flow: column wrap;
  }

  .rel-top-half {
    width: 100%;
  }

  .rel-top-half.right {
    text-align: center;
    align-self: auto;
    margin-top: 12px;
  }

  .rel-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
  }

  .rel-bottm-col {
    width: 45%;
  }

  .rel-bottm-col.cs-width {
    width: 100%;
  }

  .text-block-12 {
    font-size: 10px;
    line-height: 15px;
  }

  .pytania-title {
    font-size: 35px;
    line-height: 44px;
  }

  .section-page-header.prosta-podstrona {
    padding-top: 140px;
  }

  .small-title.col {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .section-kroki {
    padding-bottom: 40px;
  }

  .krok-number {
    font-size: 45px;
    line-height: 45px;
  }

  .krok-dot, .krok-dot.color {
    width: 25px;
    height: 25px;
  }

  .krok-title {
    font-size: 13px;
    line-height: 18px;
  }

  .step-content {
    max-width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-dot-line {
    bottom: 12px;
  }

  .cs-info-cs-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex50.leftpadding {
    order: -1;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .section-faq {
    padding-top: 40px;
  }

  .question-title {
    flex: 1;
    padding-right: 12px;
    font-size: 17px;
  }

  .faq-text-text {
    width: 100%;
  }

  .faq-question-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-content-text {
    margin-right: 0;
  }

  .faq-content-text.faq-content-full {
    width: 100%;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content-flex {
    padding-left: 1em;
    padding-right: 1em;
  }

  .faq-grid {
    grid-template-rows: auto;
  }

  .onas-header {
    background-image: url('../images/Group-160.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
  }

  .misja-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .popis-bottm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .podpis-line {
    width: 100%;
    flex: none;
  }

  .misja-kroki {
    padding-left: 20px;
    padding-right: 20px;
  }

  .misja-slider-item {
    min-height: 400px;
  }

  .text-block-25 {
    font-size: 26px;
    line-height: 34px;
  }

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

  .sec-liczby-flex {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .fhero-con {
    padding-top: 60px;
  }

  .nav-menu {
    width: 100%;
  }

  .brand {
    z-index: 3;
    width: 220px;
  }

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

#w-node-e08ff418-dee5-aa18-6637-7df622cf97bd-bbb9d6be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e08ff418-dee5-aa18-6637-7df622cf97bd-bbb9d6be {
    grid-area: 1 / 1 / 2 / 2;
  }
}


