:root {
  --black: #1f282f;
  --fff: var(--whte);
  --whte: white;
}

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

li {
  margin-top: 3px;
  margin-bottom: 4px;
}

.body {
  font-family: Poppins, sans-serif;
}

.navbar {
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar.transparent {
  background-color: rgba(255, 255, 255, 0);
}

.image {
  width: 240px;
}

.nav-item {
  color: var(--black);
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 700;
  transition: all .3s;
}

.nav-item:hover {
  color: #ffac14;
}

.nav-item.white {
  color: var(--black);
}

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

.btn-login {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffac14;
  border-radius: 14px;
  margin-left: 10px;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 700;
  transition: all .3s;
}

.btn-login:hover {
  color: #fff;
  background-color: #ffac14;
}

.btn-login.btm-register {
  color: #fff;
  background-color: #ffac14;
  margin-left: 20px;
}

.btn-login.btm-register:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.btn-login.btm-register.cta-btn {
  font-weight: 500;
}

.btn-login.btm-register.cta-btn:hover {
  color: #ffac14;
  background-color: rgba(0, 0, 0, 0);
}

.btn-login.btm-register.cta-btn.btn-add-ads {
  margin-top: 80px;
  margin-left: 0;
}

.btn-login.btm-register.cta-btn.btn-add-ads.btn-reg {
  min-width: 210px;
  text-align: center;
  margin-top: 0;
}

.btn-login.btm-register.btn-ap:hover {
  color: var(--fff);
}

.nav-menu {
  align-items: center;
  display: flex;
}

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

.section-hero {
  align-items: center;
  padding-top: 190px;
  padding-bottom: 100px;
  display: flex;
}

.hero-flex {
  align-items: center;
  display: flex;
}

.hero-col {
  width: 50%;
}

.hero-slider-title {
  color: var(--black);
  line-height: 46px;
}

.hero-text {
  max-width: 400px;
  color: #000;
  text-align: left;
  letter-spacing: -.45px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.hero-text.white {
  max-width: 100%;
  color: #fff;
}

.hero-text.white.smaller-space {
  margin-top: 20px;
}

.hero-list {
  color: var(--black);
  letter-spacing: -.45px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

.section-modul {
  padding-top: 60px;
  padding-bottom: 0;
}

.section-title {
  color: var(--black);
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.section-title.white {
  color: #fff;
  text-align: left;
  margin-bottom: 50px;
}

.section-title.white.smaller-space {
  margin-bottom: 30px;
}

.section-title.white.center {
  text-align: center;
  margin-bottom: 20px;
}

.section-title.title-left {
  text-align: left;
}

.section-title.title-left.white.less {
  margin-bottom: 10px;
}

.section-title.smaller {
  line-height: 39px;
}

.section-title.smaller.left-white {
  color: #fff;
  text-align: left;
}

.section-subtitle {
  color: #000;
  text-align: center;
  letter-spacing: -.45px;
  margin-top: 14px;
  font-size: 16px;
  line-height: 23px;
}

.section-subtitle.cs-color {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.section-subtitle.cs-color.left {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 19px;
}

.section-subtitle.cs-color.left.smaller {
  margin-top: 33px;
  margin-bottom: 33px;
  font-size: 16px;
}

.section-subtitle.cs-color.left.smaller.maxwidth {
  max-width: 420px;
}

.section-subtitle.left {
  color: #1f282f;
  text-align: left;
}

.section-subtitle.left.csmargin {
  margin-top: 33px;
  margin-bottom: 33px;
  font-family: Inter, sans-serif;
}

.modul-flex {
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.modul-left {
  width: 40%;
  padding-right: 150px;
}

.modul-right {
  width: 60%;
}

.modul-right.photo-centered {
  width: 100%;
}

.modul-box-title {
  color: #1f282f;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.modul-box-text {
  color: #1f282f;
  letter-spacing: -.45px;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.modul-info {
  grid-column-gap: 140px;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.modul-sngle-box {
  width: 30%;
}

.modul-boxes-bigger {
  grid-column-gap: 100px;
  display: flex;
}

.single-box-modul-big {
  width: 50%;
}

.image-3 {
  margin-bottom: 35px;
}

.span-small {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.modul-cta {
  background-color: #1d545d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 20px 25px;
  display: flex;
}

.text-block {
  color: #fff;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

.section-tablica {
  background-color: #1d545d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tablica-flex {
  display: flex;
}

.tablica-flex.centered {
  align-items: center;
}

.tablica-flex.centered.cs-top {
  margin-top: 50px;
}

.tablica-flex.centered.cs-top.csmodul {
  margin-top: 210px;
  margin-bottom: 290px;
}

.tablica-flex.centered.cs-top.csmodul.first {
  margin-top: 160px;
}

.tablica-flex.centered.cs-top.notop {
  margin-top: 0;
}

.tablica-left {
  width: 60%;
  padding-right: 110px;
}

.tablica-left.cs-left {
  padding-left: 100px;
  padding-right: 0;
}

.tablica-left.t50 {
  width: 50%;
}

.tablica-left.t50.noright {
  padding-right: 0;
}

.tablica-left._2 {
  width: 50%;
  padding-right: 20px;
}

.tablica-right {
  width: 40%;
}

.tablica-right.flex {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.tablica-right.flex.topcenter {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

.tablica-right.flex.bigger {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.tablica-right.t50 {
  width: 50%;
  padding-right: 60px;
}

.tablica-right.t50.csbottom {
  padding-bottom: 80px;
}

.tablica-right.t50.left-padding {
  padding-left: 100px;
  padding-right: 0;
}

.section-dokumenty {
  background-color: #1d545d;
  padding-top: 100px;
  padding-bottom: 130px;
}

.tab-link {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffac14;
  border-radius: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  transition: all .3s;
}

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

.tabs-menu {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -40px;
  padding-right: 80px;
  display: grid;
}

.tab-content {
  align-items: flex-start;
  display: flex;
}

.tab-content-half {
  width: 50%;
}

.tab-content-half.tab-content-left {
  padding-top: 40px;
  padding-right: 80px;
}

.tabs {
  position: relative;
}

.section-aplikacja-mobilna {
  padding-top: 100px;
  padding-bottom: 60px;
}

.aplikacja-flex {
  display: flex;
}

.ap1 {
  width: 20%;
  padding-top: 26%;
}

.ap2 {
  width: 60%;
}

.ap3 {
  width: 20%;
  padding-top: 32%;
}

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

.ap-mob-text {
  margin-bottom: 100px;
  position: relative;
}

.ap-mob-title {
  color: #ecb372;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.ap-mob-title.c2 {
  color: #5ec8c9;
}

.ap-mob-title.c3 {
  color: #ec7138;
}

.ap-mob-title.c4 {
  color: #1e5b6a;
}

.ap-mob-title.c5 {
  color: #ffb422;
}

.ap-mob-title.c6 {
  color: #1f2e3a;
}

.ap-mob-content {
  color: var(--black);
  margin-top: 9px;
  font-size: 15px;
  line-height: 22px;
}

.section-cs-tabs {
  padding-bottom: 60px;
}

.cs-tab-item {
  width: 15%;
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ecb372;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
  display: flex;
}

.cs-tab-item.w--current {
  color: #fff;
  background-color: #ecb372;
}

.cs-tab-item.tab6 {
  border-color: #1f272f;
}

.cs-tab-item.tab6.w--current {
  background-color: #1f272f;
  border-color: #1f272f;
}

.cs-tab-item.tab5 {
  border-color: #ec6a2b;
}

.cs-tab-item.tab5.w--current {
  background-color: #ec6a2b;
  border-color: #ec6a2b;
}

.cs-tab-item.tab4 {
  border-color: #ffac14;
}

.cs-tab-item.tab4.w--current {
  background-color: #ffac14;
  border-color: #ffac14;
}

.cs-tab-item.tab3 {
  border-color: #5fc1bc;
}

.cs-tab-item.tab3.w--current {
  background-color: #5fc1bc;
  border-color: #5fc1bc;
}

.cs-tab-item.tab2 {
  border-color: #1d545d;
}

.cs-tab-item.tab2.w--current {
  background-color: #1d545d;
  border-color: #1d545d;
}

.tabs-menu-2 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.content-tab-bg {
  background-color: #ecb372;
  border-radius: 17px;
  padding: 30px 60px;
}

.content-tab-bg.bg6 {
  background-color: #1f272f;
}

.content-tab-bg.bg5 {
  background-color: #ec6a2b;
}

.content-tab-bg.bg4 {
  background-color: #ffac14;
}

.content-tab-bg.bg3 {
  background-color: #5fc1bc;
}

.content-tab-bg.bg2 {
  background-color: #1d545d;
}

.c-tab-flex {
  display: flex;
}

.tab-flex-left {
  width: 65%;
  padding-top: 50px;
  padding-right: 100px;
}

.tab-flex-right {
  width: 35%;
}

.image-5 {
  width: 86px;
  margin-bottom: 31px;
}

.image-6 {
  width: 260px;
  margin-top: 70px;
}

.image-7 {
  margin-left: auto;
  margin-right: 0;
}

.tabs-content {
  margin-top: 60px;
}

.section-dla-kogo {
  padding-top: 85px;
  padding-bottom: 85px;
}

.section-dla-kogo.sec-konto-pracownika {
  background-color: #1d545d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-dla-kogo.sec-konto-pracownika.dla-bg {
  background-color: rgba(29, 84, 93, 0);
  background-image: linear-gradient(139deg, #1d545d, #0c2d32);
}

.section-dla-kogo._2 {
  background-color: #fff;
  margin-top: -150px;
  padding-top: 260px;
  padding-bottom: 130px;
}

.section-rozpocznij {
  background-color: #1d545d;
  padding-top: 80px;
  padding-bottom: 70px;
}

.span-color {
  color: #ffac14;
}

.btn-app {
  max-width: 210px;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.faq-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  overflow: hidden;
}

.faq-question-bar {
  color: #2b2824;
  letter-spacing: .03em;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #e0dcdb;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 40px 20px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.41;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: #1f282f;
  text-transform: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

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

.faq-text-text {
  color: var(--black);
  font-size: 16px;
  line-height: 1.6;
}

.faq-text-text.ctop {
  margin-top: 40px;
}

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

.faq-question-wrap {
  cursor: pointer;
  border: 0 solid rgba(230, 230, 230, .69);
  border-radius: 0;
  margin-bottom: 2.3em;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.f-left {
  align-items: center;
  display: flex;
}

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

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

.image-27 {
  margin-right: 1.56em;
  display: flex;
}

.footer {
  padding-top: 10px;
  padding-bottom: 33px;
}

.footer-content {
  border-top: 1px solid #e0dcdb;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.footer-left {
  align-items: center;
  display: flex;
}

.footer-text {
  color: #1f282f;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 700;
}

.footer-text.footer-link {
  text-decoration: none;
  transition: all .3s;
}

.footer-text.footer-link:hover {
  color: #f9a835;
}

.footer-right {
  grid-column-gap: 40px;
  display: flex;
}

.fsocial {
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.fsocial:hover {
  opacity: .67;
}

.image-28 {
  width: 33px;
}

.section-hero-modul {
  background-color: #1d545d;
  padding-top: 110px;
  padding-bottom: 0;
}

.image-30 {
  width: auto;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-cs-items {
  margin-top: 55px;
}

.tab-cs-item {
  margin-bottom: 15px;
}

.tab-cs-item.white {
  color: #fff;
}

.tab-cs-item.white.bold {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.section-konto-pracodawcy {
  background-color: rgba(255, 255, 255, .04);
  padding-top: 0;
  padding-bottom: 100px;
}

.ctabitem {
  width: 25%;
  background-color: rgba(221, 221, 221, 0);
  border-top: 0 solid rgba(255, 172, 20, 0);
  border-radius: 25px;
  margin-right: 30px;
  padding: 20px;
  transition: all .3s;
}

.ctabitem.w--current {
  background-color: #f3f3f4;
  border-top-color: #ffac14;
}

.span-big {
  color: #000;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  display: flex;
}

.text-block-2 {
  color: #1f282f;
  font-family: Inter, sans-serif;
  line-height: 22px;
}

.tabs-menu-3, .kp-flex {
  display: flex;
}

.kp-flex-left {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
}

.kp-flex-right {
  width: 60%;
}

.tabs-2 {
  margin-top: 60px;
}

.tabs-content-2 {
  margin-bottom: 40px;
}

.span-smaller {
  font-size: 20px;
  font-weight: 500;
}

.cs-text-items {
  color: #1f282f;
  margin-bottom: 34px;
  font-family: Inter, sans-serif;
}

.cs-text-items.white {
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  padding: 20px;
}

.cs-text-items.white.active {
  background-color: #2c3845;
}

.cs-text-item-title {
  color: #000;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

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

.cs-text-item-title.white.active {
  color: #ffac14;
}

.image-31 {
  width: 100%;
  margin-bottom: -6px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.tab-curr-line {
  width: 100%;
  height: 5px;
  background-color: #ffac14;
  margin-bottom: 13px;
  transition: all .3s;
}

.tab-curr-line.hidden {
  opacity: 0;
}

.zarzadzaj-box {
  background-image: url('../images/ZARZADZAJ-PRACOWNIKAMI-belka.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
}

.zarzadzaj-box.b2 {
  background-image: url('../images/Kosztorysowanie_002_2.jpg');
}

.pobierz-flex {
  justify-content: space-between;
  margin-top: 55px;
  display: flex;
}

.pobierz-flex-col {
  width: 23%;
}

.text-block-3 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-4 {
  color: #fff;
  margin-top: 12px;
  font-family: Inter, sans-serif;
}

.dropdown-toggle {
  color: #1f282f;
  font-size: 17px;
  font-weight: 700;
}

.icon {
  margin-left: 0;
  margin-right: 12px;
}

.dropdown-link {
  color: #1f282f;
  background-color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.section-hero-new {
  background-image: url('../images/miarka.png'), linear-gradient(117deg, #1d545d, #0c2d32);
  background-position: 100% 25%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 0;
  overflow: visible;
}

.m-subtitle {
  color: #ffac14;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}

.s-title {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
  font-size: 50px;
  font-weight: 700;
  line-height: 61px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
}

.span-colog-bold {
  color: #ffac14;
  font-weight: 700;
}

.btn-centered {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
}

.ap-img {
  margin-bottom: 0;
}

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

.text-block-6 {
  color: #fff;
}

.image-33 {
  width: 22px;
}

.stworz-bg {
  background-image: url('../images/background.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1px;
  padding-bottom: 100px;
}

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

.tabs-3 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.tabs-menu-4 {
  width: 45%;
  flex-direction: column;
  display: flex;
}

.tabs-content-3 {
  width: 45%;
}

.text-block-7 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.tab-linkre {
  opacity: .44;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 25px;
  padding: 25px;
  transition: all .3s;
}

.tab-linkre.w--current {
  opacity: 1;
  color: #fff;
  background-color: #ffac14;
}

.text-block-8 {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .nav-item {
    text-align: center;
  }

  .btn-login {
    max-width: 210px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn-login.btm-register {
    margin-left: auto;
  }

  .btn-login.btm-register.cta-btn {
    text-align: center;
  }

  .btn-login.btm-register.cta-btn.btn-add-ads {
    margin-top: 20px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: center;
  }

  .section-hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hero-col.right-padd {
    padding-right: 25px;
  }

  .hero-slider-title {
    font-size: 29px;
    line-height: 43px;
  }

  .hero-text, .hero-list {
    font-size: 15px;
  }

  .section-title {
    font-size: 29px;
    line-height: 41px;
  }

  .section-title.title-left.white.less {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-title.smaller.left-white.centered {
    text-align: center;
  }

  .section-subtitle.cs-color.left {
    font-size: 16px;
  }

  .section-subtitle.cs-color.left.smaller.maxwidth {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-subtitle.left.csmargin {
    text-align: center;
  }

  .modul-left {
    padding-right: 30px;
  }

  .modul-box-text {
    margin-top: 23px;
    font-size: 15px;
  }

  .modul-info {
    grid-column-gap: 30px;
  }

  .modul-sngle-box {
    width: 80%;
  }

  .modul-boxes-bigger {
    grid-column-gap: 50px;
  }

  .text-block {
    margin-right: 0;
    line-height: 23px;
  }

  .tablica-flex {
    align-items: flex-start;
  }

  .tablica-flex.centered.cs-top {
    flex-wrap: wrap;
  }

  .tablica-flex.centered.cs-top.csmodul {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tablica-flex.centered.cs-top.csmodul.first {
    margin-top: 70px;
  }

  .tablica-left {
    width: 100%;
    padding-right: 40px;
  }

  .tablica-left.cs-left {
    padding-left: 50px;
  }

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

  .tablica-left.t50.noright {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-self: flex-end;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .tablica-left._2 {
    padding-right: 10px;
  }

  .tablica-right.flex {
    width: 70%;
  }

  .tablica-right.flex.topcenter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .tablica-right.t50 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .tablica-right.t50.left-padding.first {
    text-align: center;
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .section-dokumenty {
    padding-top: 40px;
    padding-bottom: 90px;
  }

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

  .section-aplikacja-mobilna {
    padding-top: 70px;
  }

  .aplikacja-flex {
    align-items: center;
    margin-top: 70px;
  }

  .ap1 {
    width: 25%;
    padding-top: 0%;
  }

  .ap2 {
    width: 50%;
  }

  .ap3 {
    width: 25%;
    padding-top: 0%;
  }

  .cs-tab-item.w--current, .cs-tab-item.tab6, .cs-tab-item.tab5, .cs-tab-item.tab4, .cs-tab-item.tab3, .cs-tab-item.tab2 {
    width: 30%;
  }

  .tabs-menu-2 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .content-tab-bg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-flex-left {
    width: 60%;
    padding-top: 10px;
    padding-right: 40px;
  }

  .tab-flex-right {
    width: 40%;
  }

  .section-dla-kogo._2 {
    padding-top: 230px;
    padding-bottom: 80px;
  }

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

  .question-title {
    font-size: 1em;
  }

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

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

  .faq-content-flex {
    flex-wrap: wrap;
    padding-right: 2em;
  }

  .faq-grid {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .footer-content {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
  }

  .footer-left {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-text, .footer-text.footer-link {
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 0;
    font-size: 40px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .tab-cs-items.tyu {
    margin-top: 10px;
  }

  .tab-cs-item.white.bold {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .ctabitem {
    width: 45%;
  }

  .tabs-menu-3 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

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

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

  .kp-flex-right {
    width: 100%;
    margin-top: 30px;
  }

  .image-31 {
    max-width: 500px;
    margin-right: auto;
  }

  .zarzadzaj-box.b2 {
    background-size: cover;
    border-radius: 20px;
    padding: 20px 0 20px 20px;
  }

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

  .pobierz-flex-col {
    width: 48%;
  }

  .section-hero-new {
    padding-top: 140px;
  }

  .m-subtitle {
    font-size: 20px;
  }

  .s-title {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 53px;
  }

  .text-block-6.sml {
    font-size: 13px;
    line-height: 19px;
  }

  .stworz-bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .section-ap-dla {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .image-34 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .btn-login.btm-register.cta-btn {
    max-width: 230px;
  }

  .btn-login.btm-register.cta-btn.btn-add-ads {
    margin-bottom: 40px;
    margin-left: auto;
  }

  .btn-login.btm-register.cta-btn.btn-add-ads.btn-reg {
    margin-bottom: 0;
  }

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

  .hero-col {
    width: 100%;
  }

  .hero-col.right-padd {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .hero-text {
    max-width: 100%;
  }

  .section-modul {
    padding-top: 20px;
  }

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

  .modul-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .modul-right {
    width: 100%;
  }

  .modul-info {
    flex-wrap: wrap;
  }

  .modul-sngle-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .modul-boxes-bigger {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .single-box-modul-big {
    width: 100%;
  }

  .modul-cta {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .text-block {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-tablica {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tablica-flex, .tablica-flex.centered.cs-top {
    flex-wrap: wrap;
  }

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

  .tablica-left.cs-left {
    text-align: center;
    padding-top: 40px;
    padding-left: 0;
  }

  .tablica-left.t50 {
    width: 100%;
  }

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

  .tablica-right {
    width: 100%;
  }

  .tablica-right.flex {
    width: 100%;
    align-items: center;
  }

  .tablica-right.flex.topcenter {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    justify-content: center;
    margin-top: 30px;
  }

  .tablica-right.flex.bigger {
    justify-content: center;
  }

  .tablica-right.t50 {
    width: 100%;
    padding-right: 0;
  }

  .tablica-right.t50.csbottom {
    padding-bottom: 40px;
  }

  .tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .tab-content-half {
    width: 100%;
    padding-bottom: 30px;
  }

  .tab-content-half.tab-content-left {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }

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

  .ap1 {
    width: 100%;
  }

  .ap2 {
    width: 100%;
    order: -1;
  }

  .ap3 {
    width: 100%;
  }

  .ap-mob-text {
    text-align: center;
    margin-bottom: 40px;
  }

  .cs-tab-item.w--current, .cs-tab-item.tab6, .cs-tab-item.tab5, .cs-tab-item.tab4, .cs-tab-item.tab3, .cs-tab-item.tab2 {
    width: 100%;
  }

  .tabs-menu-2 {
    flex-flow: column wrap;
  }

  .c-tab-flex {
    flex-wrap: wrap;
  }

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

  .tab-flex-right {
    width: 100%;
    margin-top: 30px;
  }

  .image-5 {
    width: 70px;
  }

  .section-faq {
    padding-bottom: 10px;
  }

  .question-title {
    padding-right: 30px;
  }

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

  .faq-text-text {
    font-size: 1em;
  }

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

  .footer-left {
    width: 100%;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-text {
    margin-right: 0;
  }

  .footer-right {
    width: 100%;
    justify-content: center;
  }

  .image-29 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .ctabitem {
    width: 100%;
    margin-right: 0;
  }

  .ctabitem.w--current {
    width: 100%;
  }

  .tabs-menu-3, .kp-flex {
    flex-wrap: wrap;
  }

  .kp-flex-left {
    width: 100%;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .kp-flex-right {
    width: 100%;
  }

  .image-31 {
    display: none;
  }

  .zarzadzaj-box {
    padding-left: 40px;
    padding-right: 120px;
  }

  .zarzadzaj-box.b2 {
    background-image: linear-gradient(126deg, #1d545d, #0c2d32);
    background-position: 0 0;
  }

  .pobierz-flex-col {
    width: 100%;
  }

  .s-title {
    font-size: 27px;
    line-height: 39px;
  }

  .tabs-3 {
    flex-flow: column wrap;
  }

  .tabs-menu-4 {
    width: 100%;
  }

  .tabs-content-3 {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 190px;
  }

  .modul-info {
    margin-bottom: 40px;
  }

  .section-dokumenty {
    padding-top: 10px;
  }

  .image-6 {
    margin-top: 20px;
  }

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

  .question-title {
    flex: 1;
    font-size: 14px;
  }

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

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

  .f-left {
    max-width: 90%;
    overflow-wrap: break-word;
    flex-wrap: nowrap;
    padding-right: 0;
  }

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

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

  .image-27 {
    width: 2.19em;
    margin-right: .9em;
  }

  .footer-text {
    margin-right: 0;
  }

  .image-30 {
    max-width: 100%;
  }

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

  .m-subtitle {
    font-size: 18px;
  }

  .s-title {
    font-size: 20px;
    line-height: 34px;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 27px;
  }
}

#w-node-a7bf042b-1673-9f9d-5e8d-cfccba9b19a8-f873e0a5, #w-node-_904bf326-2668-ae0d-1f57-4ed8a1e8a1ef-f873e0a5, #w-node-_904bf326-2668-ae0d-1f57-4ed8a1e8a1ef-43736a24, #w-node-_904bf326-2668-ae0d-1f57-4ed8a1e8a1ef-25d302a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_904bf326-2668-ae0d-1f57-4ed8a1e8a1ef-f873e0a5, #w-node-_904bf326-2668-ae0d-1f57-4ed8a1e8a1ef-43736a24, #w-node-_904bf326-2668-ae0d-1f57-4ed8a1e8a1ef-25d302a0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


