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

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

body {
  color: #333;
  background-color: #f5f4f0;
  font-family: Neue Haas Display, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

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

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

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

.menu-item {
  color: #272626;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
}

.menu-item:hover, .menu-item.w--current {
  color: #ffbd4a;
}

.menu-item.lang-item {
  color: #272626;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-item.lang-item:hover {
  color: #ffbd4a;
}

.menu-item.lang-item.lang-mobile-show {
  display: none;
}

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

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

.btn {
  color: #272626;
  border: 1px solid #272626;
  border-radius: 24px;
  margin-right: 20px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

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

.btn.btn-color {
  color: #fff;
  background-color: #ca8064;
  border-color: #ca8064;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-weight: 500;
}

.btn.btn-color:hover {
  color: #ca8064;
  background-color: #7e726d00;
}

.btn.btn-color.hide {
  background-color: #ffbd4a;
  border-color: #ffbd4a;
}

.btn.btn-color.hide:hover {
  color: #ffbd4a;
  background-color: #0000;
}

.btn.more-paddng {
  color: #272626;
  border-bottom-color: #272626;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.btn.more-paddng:hover {
  color: #fff;
  background-color: #272626;
}

.btn.mobile-hide {
  color: #272626;
  border-color: #272626;
}

.btn.mobile-hide:hover {
  color: #fff;
  background-color: #272626;
}

.btn.mobile-hide.btn-mobile-nav {
  display: none;
}

.btn.centered {
  color: #272626;
  border-color: #272626;
}

.btn.centered:hover {
  color: #fff;
  background-color: #272626;
}

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

.image {
  margin-right: 15px;
}

.nav-menu {
  margin-right: 20px;
  position: static;
}

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

.sectitle {
  color: #272626;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.sectitle.white {
  color: #f5f4f0;
  text-align: center;
}

.sectitle.white.left {
  text-align: left;
}

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

.sectitle.more {
  margin-bottom: 18px;
}

.sectitle.more.more-top {
  border-top: 1px solid #12245726;
  margin-top: 30px;
  padding-top: 25px;
}

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

.slide-nav {
  display: none;
}

.saktualnosc {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.saktualnosc-title {
  color: #272626;
  margin-bottom: 19px;
  font-family: Newsreader, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 48px;
  text-decoration: none;
}

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

.left-arrow {
  border: 1px solid #d7d8d6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 60px 20px auto;
}

.left-arrow:hover {
  border-color: #122457 #122457 #272626;
}

.left-arrow.l2 {
  border-color: #f5f4f033;
  inset: auto auto 70px 94px;
}

.left-arrow.l2:hover {
  border-color: #d7d8d6;
}

.left-arrow.left-opinie {
  border-color: #d7d8d633;
  top: 0;
  bottom: 40px;
  right: 70px;
}

.left-arrow.left-opinie:hover {
  border-color: #d7d8d6;
}

.left-arrow.left-ludzie {
  top: 0;
  bottom: 90px;
  right: 69px;
}

.left-arrow.left-ludzie:hover {
  border-color: #272626;
}

.left-arrow.left-blog {
  border-width: 0;
  top: auto;
  bottom: -50px;
  right: 50px;
}

.right-arrow {
  border: 1px solid #d7d8d6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  bottom: -70px;
  left: auto;
  right: 0;
}

.right-arrow:hover {
  border-color: #122457;
}

.right-arrow.r2 {
  border-color: #f5f4f033;
  inset: auto auto 70px 154px;
}

.right-arrow.r2:hover {
  border-color: #f5f4f0;
}

.right-arrow.right-opinie {
  border-color: #d7d8d633;
  bottom: 40px;
  right: 10px;
}

.right-arrow.right-opinie:hover {
  border-color: #d7d8d6;
}

.right-arrow.right-ludzie {
  bottom: 90px;
  right: 10px;
}

.right-arrow.right-ludzie:hover {
  border-color: #272626;
}

.right-arrow.blog-arrow {
  border-width: 0;
  top: auto;
  bottom: -50px;
}

.slide {
  height: 100%;
}

.mask {
  height: auto;
}

.section-cs-info {
  border-bottom: 1px solid #ca8064;
  margin-top: -30px;
}

.cs-slider {
  background-color: #ddd0;
  height: 100%;
  position: relative;
}

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

.slider-content {
  max-width: 100%;
  height: 363px;
  padding-top: 0;
  position: relative;
}

.slide-2 {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mask-2 {
  height: 100%;
}

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

.slider-content-img {
  max-width: 90%;
  height: 100%;
}

.slider-content-inner {
  z-index: 9;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 110px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sec-name {
  color: #f5f4f0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.cs-link {
  color: #f5f4f0;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.cs-link:hover {
  color: #ffbd4a;
}

.cs-link.color {
  color: #272626;
}

.cs-link.color:hover {
  color: #ffbd4a;
}

.cs-link.color.obszar-link {
  color: #272626;
  width: 48%;
}

.cs-link.color.obszar-link:hover {
  color: #ffbd4a;
}

.cs-link.color.obszar-link.cfull {
  width: 100%;
}

.cs-link.opinie-more {
  z-index: 9;
  position: absolute;
  bottom: 110px;
  right: 0;
}

.cs-link.opinie-more.ludzie-more {
  color: #272626;
  bottom: 60px;
}

.cs-link.opinie-more.ludzie-more:hover {
  color: #ffbd4a;
}

.cs-link.opinie-more.ludzie-more.blog-more {
  position: static;
}

.cs-link-flex {
  align-items: center;
  display: flex;
}

.cs-link-flex.flex-space {
  border-bottom: 1px solid #12245726;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-3 {
  margin-left: 12px;
}

.bg-left {
  background-image: linear-gradient(to right, #122457, #fff0);
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cs-flex-info {
  justify-content: space-between;
  margin-top: -20px;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.cflex-item {
  flex: auto;
}

.cflex-title {
  color: #272626;
  text-align: center;
  letter-spacing: .25px;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
}

.cflex-text {
  color: #272626;
  text-align: center;
  font-family: Neue Haas Display, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

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

.about-flex {
  display: flex;
}

.about-left {
  width: 40%;
}

.about-right {
  width: 60%;
}

.about-bigger {
  padding-left: 60px;
}

.about-big-title {
  color: #272626;
  margin-top: 13px;
  font-family: Newsreader, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.about-text {
  color: #272626;
  margin-top: 40px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.text-span {
  text-decoration: underline;
}

.about-img {
  position: relative;
}

.about-img-text {
  color: #272626;
  margin-top: 6px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.cs-img-right {
  border: 95px solid #f5f4f0;
  border-top: 99px solid #0000;
  border-left: 0 solid #0000;
  width: 95px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.about-btns {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-4 {
  width: 100%;
}

.section-obszary {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.obszary-flex {
  display: flex;
}

.ob-left {
  width: 40%;
  position: relative;
}

.ob-right {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  margin-top: 0;
  display: flex;
}

.div-block {
  background-color: #d7d8d6;
  width: 1px;
  height: 120%;
  margin-left: 50px;
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 140px;
  transform: rotate(18deg);
}

.div-block.opinie-line {
  background-color: #d7d8d633;
  height: 70%;
  top: 30px;
  right: 190px;
}

.div-block.opinie-line.ludzie-line {
  background-color: #d7d8d6;
  height: 110%;
  top: -30px;
  right: 170px;
}

.div-block.csline {
  background-color: #ca8064;
  width: 1px;
  height: 106%;
  right: -73px;
}

.div-block.csline.cs2 {
  height: 320px;
  left: auto;
  right: -40px;
}

.div-block.csline.cs3 {
  left: -130px;
  right: auto;
}

.div-block.csline.line-triangle {
  background-color: #ffbd4a;
  height: 130%;
  margin-left: 0;
  top: -15%;
  left: 0;
  right: auto;
  transform: rotate(0);
}

.div-block.csline.hide {
  background-color: #ffbd4a;
}

.ob-left-flex {
  align-items: stretch;
  display: flex;
}

.section-opinie {
  background-color: #272626;
  padding-top: 100px;
  padding-bottom: 100px;
}

.opinie-slider {
  background-color: #ddd0;
}

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

.s-opinia {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.opinia-text {
  color: #f5f4f0;
  text-align: center;
  margin-top: 14px;
  font-family: Newsreader, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.opinia-podpis {
  color: #f5f4f0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 40px;
}

.opinie-div {
  position: relative;
}

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

.dlaczego-flex {
  display: flex;
}

.dlaczego-teksty {
  justify-content: space-between;
  width: 100%;
  margin-top: 34px;
  display: flex;
}

.dlaczego-text {
  color: #272626;
  width: 47%;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.slider-ludzie {
  background-color: #ddd0;
  height: 100%;
  margin-top: 80px;
}

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

.ludzie-inner {
  justify-content: space-between;
  max-width: 80%;
  display: flex;
}

.s-czlowiek {
  color: #122457;
  text-align: center;
  flex-flow: column wrap;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.s-czlowiek:hover {
  color: #ca8064;
}

.osoba-img {
  border-radius: 100%;
  width: 87px;
  height: 87px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.osoba-name {
  color: #272626;
  font-family: Newsreader, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.osoba-name.big {
  font-size: 38px;
  line-height: 48px;
}

.span-medium {
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-weight: 500;
}

.mask-3, .slide-3 {
  height: 100%;
}

.ludzie-rel {
  position: relative;
}

.section-baza-wiedzy {
  background-color: #fff;
  border-bottom: 1px solid #12245726;
  padding-top: 35px;
  padding-bottom: 35px;
}

.baza-wiedzy-flex {
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 30px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.single-baza-wiedzy {
  color: #272626;
  align-self: stretch;
  width: 23%;
  margin: 1%;
  text-decoration: none;
  transition: all .3s;
}

.single-baza-wiedzy:hover {
  color: #ffbd4a;
}

.single-baza-wiedzy.full {
  width: 100%;
  margin: 0%;
}

.s-baza-img {
  height: 168px;
}

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

.baza-wiedzy-content {
  background-color: #f5f4f0;
  height: auto;
  padding: 20px;
}

.baza-wiedzy-content.white {
  background-color: #fff;
}

.s-baza-tile {
  height: 118px;
  margin-bottom: 20px;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
}

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

.catname {
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.data-wpisu {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}

.wpis-line {
  background-color: #12245726;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.baza-arrow {
  border: 1px solid #d7d8d6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
}

.baza-more-button {
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.section-kontakt {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.kontakt-box {
  background-color: #f5f4f0;
  justify-content: space-between;
  padding: 25px 60px;
  display: flex;
}

.kcol {
  width: 48%;
}

.kontakt-text {
  color: #272626;
  margin-top: 15px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.form-flex {
  grid-column-gap: 15px;
  justify-content: space-between;
  display: flex;
}

.cs-input {
  color: #122457;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #12245726;
  margin-bottom: 0;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  line-height: 40px;
}

.cs-input::placeholder {
  color: #12245780;
}

.cs-input.cs-textarea {
  height: 70px;
}

.cs-input.newsletter-input {
  color: #f5f4f0;
  border-width: 1px;
  border-color: #f5f4f0;
  border-radius: 24px;
  height: 48px;
  padding: 12px 20px;
}

.cs-input.newsletter-input::placeholder {
  color: #f5f4f0;
}

.form-flex-zgody {
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.fzgoda {
  padding-right: 20px;
}

.fzgoda.zgoda-newsletter {
  margin-top: 22px;
  padding-right: 0;
}

.checkbox-label {
  color: #272626;
  font-family: Neue Haas Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.checkbox-label.label-light {
  color: #f5f4f080;
}

.btn-send {
  color: #272626;
  background-color: #3898ec00;
  background-image: url('../images/Component-7-–-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 25px 0 0;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 15px;
  transition: all .3s;
}

.btn-send:hover {
  color: #ffbd4a;
  background-image: url('../images/65422aa5e6f407f8dd67768d_Group-7.svg');
  background-position: 100%;
}

.btn-send.btn-newsletter {
  color: #f5f4f0;
  background-image: url('../images/Group-7.svg');
  font-weight: 500;
}

.btn-send.btn-newsletter:hover {
  color: #ffbd4a;
  background-image: url('../images/65422aa5e6f407f8dd67768d_Group-7.svg');
}

.footer {
  background-color: #272626;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-img {
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.footer-flex {
  display: flex;
}

.footer-col-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
}

.footer-item-icon {
  color: #fff;
  margin-bottom: 12px;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-item-icon:hover {
  color: #fff9;
}

.footer-item-icon.less {
  align-items: center;
  margin-bottom: 3px;
  transition: all .3s;
}

.footer-item-icon.less:hover {
  color: #fff9;
}

.footer-item-icon.more {
  align-items: center;
  margin-bottom: 23px;
  transition: all .3s;
}

.footer-item-icon.more:hover {
  color: #ffffffa8;
}

.span-roman {
  font-family: Neuehaasdisplayroman, sans-serif;
  font-weight: 400;
}

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

.footer-icon {
  width: 25px;
  margin-top: -3px;
  margin-right: 10px;
}

.footer-icon.no-top {
  width: 20px;
  margin-top: 0;
}

.footer-map {
  margin-top: 12px;
  margin-bottom: 22px;
}

.footer-col-big {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-left: 1px solid #f5f4f033;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 25px;
  padding-left: 40px;
  display: flex;
}

.footer-col-menu {
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.flink {
  color: #fff;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
}

.flink:hover {
  opacity: 1;
  color: #ffbd4a;
}

.menu-space {
  width: 100%;
  height: 25px;
}

.footer-newsletter {
  background-color: #f5f4f02e;
  flex: 1;
  align-self: flex-start;
  padding: 20px;
}

.footer-title {
  color: #f5f4f0;
  margin-bottom: 10px;
  font-family: Newsreader, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.form-newsetter {
  margin-bottom: 0;
}

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

.form-block {
  margin-bottom: 0;
}

.footer-copy {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.copy-text {
  color: #f5f4f0;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.fdesign {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.image-6 {
  margin-left: 10px;
}

.body-white {
  background-color: #fff;
}

.section-page-content {
  background-color: #fff;
  border-bottom: 1px solid #12245726;
  padding-top: 120px;
  padding-bottom: 20px;
}

.page-bread {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.bread-item {
  color: #272626;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 11px;
  transition: all .3s;
}

.bread-item:hover {
  color: #ffbd4a;
}

.s-page-title {
  color: #272626;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}

.cs-page-content {
  margin-top: 60px;
}

.richtext {
  color: #272626;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.richtext ul {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Neue Haas Display, sans-serif;
  font-weight: 700;
}

.richtext a {
  color: #ffbd4a;
}

.blog-flex-items {
  grid-row-gap: 0px;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.blog-pagination {
  grid-column-gap: 22px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.page-info {
  color: #272626;
  text-align: center;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
}

.pagination-next.pagination-prev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.s-person-content {
  padding-top: 120px;
  padding-bottom: 60px;
}

.s-person-content.less-top {
  padding-top: 15px;
}

.s-person-content.less-top.less-bottom {
  padding-bottom: 0;
}

.s-person-content.less-bottom {
  padding-bottom: 40px;
}

.s-person-flex {
  margin-top: 50px;
  display: flex;
}

.s-person-flex.less-top {
  margin-top: 20px;
}

.s-person-left {
  width: 30%;
  padding-right: 40px;
  position: relative;
}

.s-person-right {
  width: 70%;
  padding-top: 91px;
  padding-left: 80px;
  display: flex;
}

.s-person-right.no-top {
  padding-top: 0;
}

.person-social {
  flex: none;
  width: 110px;
}

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

.question-title {
  color: #272626;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
}

.question-title.qt2 {
  text-transform: none;
  font-size: 15px;
}

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

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

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

.faq-text-text {
  color: #272626;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

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

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

.faq-question-bar.qb2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.faq-question-wrap {
  cursor: pointer;
  border: 0 solid #e6e6e600;
  border-top: 1px solid #12245726;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.faq-question-wrap.first {
  border-top-width: 0;
}

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

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

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

.faq-grid.notop {
  margin-top: 20px;
}

.podziel-sie-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #272626;
  align-items: center;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  line-height: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.podziel-sie-item:hover {
  opacity: .65;
}

.os-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.text-block-3 {
  color: #272626;
  letter-spacing: 1px;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 13px;
  line-height: 40px;
}

.osoba-podpis {
  color: #272626;
  font-family: Neuehaasdisplayroman, sans-serif;
  line-height: 40px;
}

.osoba-zdjecie {
  margin-top: 12px;
  position: relative;
}

.osoba-obszary {
  border-top: 1px solid #12245726;
  margin-top: 33px;
  margin-bottom: 33px;
  padding-top: 33px;
}

.image-7 {
  width: 100%;
}

.spage-header {
  background-image: url('../images/53d8f9a0280580c8a1890ea615eef880_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 294px;
  display: flex;
  position: relative;
}

.sheader-bg {
  background-image: linear-gradient(to right, #f5f4f0 33%, #fbfbf963 78%, #fff0);
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.spage-info {
  position: absolute;
}

.pptitle {
  color: #122457;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Newsreader, sans-serif;
  font-weight: 300;
  line-height: 48px;
}

.offer-sidebar {
  background-color: #fff;
  margin-top: 40px;
  padding: 25px 20px 60px;
}

.offer-sidebar.blog-sidebar {
  background-color: #f5f4f0;
  margin-top: 30px;
}

.offer-liczba {
  color: #272626;
  text-align: center;
  letter-spacing: .45px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.span-big {
  font-size: 35px;
  font-weight: 400;
}

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

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

.offer-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  background-color: #fff;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px 24px;
  display: flex;
}

.off-box-item {
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.off-box-dot {
  background-color: #ffbd4a;
  border-radius: 100%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-top: 8px;
  margin-right: 8px;
}

.text-block-4 {
  color: #272626;
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.offer-cs-title {
  border-top: 1px solid #12245726;
  margin-top: 40px;
  padding-top: 20px;
}

.csline {
  background-color: #12245726;
  width: 100%;
  height: 1px;
}

.section-onas {
  border-bottom: 1px solid #12245726;
  padding-top: 120px;
  padding-bottom: 60px;
}

.onas-flex {
  justify-content: space-between;
  display: flex;
}

.onas-col {
  width: 45%;
  position: relative;
}

.onas-text {
  color: #272626;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.section-onasimg {
  border-bottom: 1px solid #12245726;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-8 {
  width: 100%;
}

.os-img-flex {
  justify-content: space-between;
  padding: 26px 40px;
  display: flex;
}

.os-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.misja-wizja-flex {
  justify-content: space-between;
  display: flex;
}

.misja-box {
  background-color: #fff;
  width: 49%;
  padding: 40px;
}

.misja-box.wizja-box {
  background-color: #272626;
}

.misja-text {
  color: #272626;
  margin-top: 26px;
  font-family: Newsreader, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.misja-text.white {
  color: #fff;
}

.span-color {
  color: #ffbd4a;
}

.span-color.color2 {
  color: #d7d8d6;
}

.wartosci-sec {
  margin-top: 50px;
}

.wartosci-flex {
  grid-column-gap: 31px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.swartosc {
  flex: 1px;
}

.wartosc-icon {
  height: 33px;
}

.wartosc-title {
  color: #272626;
  letter-spacing: .25px;
  font-family: Newsreader, sans-serif;
  font-size: 19px;
  line-height: 37px;
}

.text-block-5 {
  color: #272626;
  margin-top: 17px;
  font-family: Neuehaasdisplayroman, sans-serif;
}

.section-znajdz-prawnika {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-item {
  color: #272626;
  background-color: #ddd0;
  border: 1px solid #272626;
  border-radius: 60px;
  padding: 6px 20px;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  line-height: 37px;
  transition: all .3s;
}

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

.tabs-menu {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-wrap: wrap;
  display: flex;
}

.osoby-flex {
  flex-wrap: wrap;
  display: flex;
}

.sosoba {
  color: #122457;
  text-align: center;
  width: 14%;
  margin: 1%;
  text-decoration: none;
  transition: all .3s;
}

.sosoba:hover {
  color: #ca8064;
}

.sosoba-img {
  margin-bottom: 20px;
}

.tabs-content, .tabs {
  margin-top: 40px;
}

.slider-cs-triangl {
  border: 0 solid #000;
  justify-content: flex-end;
  align-items: stretch;
  width: 20%;
  height: 110%;
  display: flex;
  position: absolute;
  top: -5%;
  right: 10%;
  transform: rotate(1deg);
}

.image-9 {
  width: auto;
  height: 100%;
}

.spec-triangle {
  background-color: #f5f4f0;
  border: 0 solid #000;
  width: 240px;
  height: 102%;
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(-16deg);
}

.spec-triangle.triangle2 {
  width: 90px;
  right: -35px;
}

.html-embed {
  margin-right: 14px;
}

.dropdown {
  color: #122457;
  font-size: 15px;
  font-weight: 700;
  position: static;
}

.dropdown:hover {
  color: #ca8064;
}

.dropdown-toggle {
  color: #272626;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .3s;
}

.dropdown-toggle:hover {
  color: #ffbd4a;
}

.dropdown-toggle.w--open {
  position: static;
}

.dropdown-list {
  background-color: #755f5f;
  transition: all .3s;
  top: auto;
  bottom: -100px;
  left: 0;
}

.dropdown-list.w--open {
  z-index: -1;
  background-color: #fff;
  width: 100vw;
  padding-top: 110px;
  padding-bottom: 40px;
  inset: 0 0 auto;
  box-shadow: 0 2px 10px #00000026;
}

.drop-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sblog-top {
  width: 50%;
  margin-top: 20px;
}

.blog-post-title {
  color: #272626;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newsreader, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.sblog-details {
  color: #272626;
  font-family: Neuehaasdisplayroman, sans-serif;
  font-size: 13px;
  line-height: 40px;
}

.image-10 {
  width: 100%;
}

.oautorze {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.autor-img {
  border-radius: 100%;
  width: 87px;
  height: 87px;
  overflow: hidden;
}

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

.autor-podpis {
  color: #272626;
  padding-left: 20px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.span-autor-name {
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
}

.autor-desc {
  color: #272626;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.spost-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #12245726;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.nav-post-half {
  width: 50%;
}

.nav-post-half.right-nav {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-link-post {
  color: #272626;
  text-decoration: none;
  transition: all .3s;
}

.nav-link-post:hover {
  color: #ffbd4a;
}

.nav-link-post.next {
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.left-arrow-trans {
  transform-style: preserve-3d;
  margin-right: 20px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.left-arrow-trans.right-arr {
  margin-left: 20px;
  margin-right: 0;
  transform: none;
}

.text-block-6 {
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 15px;
}

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

.nv-link-post-title {
  margin-top: 27px;
}

.text-block-7 {
  font-family: NeuehaasdispNeue Haas Displaylaymediu, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.left-arrow-img {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.html-embed-2 {
  margin-top: 2px;
  margin-left: 12px;
}

.html-embed-3 {
  margin-right: 14px;
}

@media screen and (min-width: 1440px) {
  .spec-triangle {
    top: -2px;
  }
}

@media screen and (min-width: 1920px) {
  .spec-triangle {
    width: 250px;
  }
}

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

  .menu-item.lang-item {
    display: none;
  }

  .menu-item.lang-item.lang-mobile-show {
    display: block;
  }

  .btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.mobile-hide {
    display: none;
  }

  .btn.mobile-hide.btn-mobile-nav {
    margin-right: 0;
    display: inline-block;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    margin-right: 0;
    padding-bottom: 20px;
    position: absolute;
  }

  .saktualnosc-title {
    font-size: 33px;
    line-height: 44px;
  }

  .left-arrow {
    top: auto;
    bottom: 0;
  }

  .left-arrow.l2 {
    left: 20px;
  }

  .left-arrow.left-opinie {
    inset: 110px auto auto 10px;
  }

  .left-arrow.left-ludzie {
    left: 10px;
    right: auto;
  }

  .right-arrow {
    top: auto;
    bottom: 0;
  }

  .right-arrow.r2 {
    left: 70px;
  }

  .right-arrow.right-opinie {
    top: 110px;
    bottom: auto;
    right: 10px;
  }

  .right-arrow.right-ludzie {
    top: 0;
    left: auto;
    right: 10px;
  }

  .slider-content-img {
    max-width: 90%;
  }

  .cs-link.opinie-more {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .cs-link.opinie-more.ludzie-more {
    margin-top: 20px;
  }

  .cs-flex-info {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .cflex-item {
    width: 31%;
  }

  .about-bigger {
    padding-left: 50px;
  }

  .about-big-title {
    z-index: 9;
    position: relative;
  }

  .about-text {
    font-size: 17px;
  }

  .about-img-text {
    margin-top: 16px;
    padding-right: 90px;
  }

  .div-block.opinie-line {
    display: none;
  }

  .div-block.csline {
    right: -40px;
  }

  .div-block.csline.hide, .div-block.mob-hidden {
    display: none;
  }

  .s-opinia {
    max-width: 85%;
  }

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

  .ludzie-inner {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .osoba-name.big {
    font-size: 34px;
    line-height: 41px;
  }

  .single-baza-wiedzy {
    width: 48%;
  }

  .baza-wiedzy-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-baza-tile {
    font-size: 17px;
  }

  .kontakt-box {
    flex-wrap: wrap;
  }

  .kcol {
    width: 100%;
  }

  .kontakt-text {
    margin-bottom: 40px;
  }

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

  .footer-col {
    width: 100%;
  }

  .footer-col-big {
    border-left-width: 0;
    flex: none;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
  }

  .s-person-left {
    padding-right: 10px;
  }

  .s-person-right {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 20px;
  }

  .person-social.xbottom {
    padding-bottom: 25px;
  }

  .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 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .osoba-podpis {
    margin-top: 3px;
    line-height: 22px;
  }

  .os-img-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .misja-text {
    font-size: 25px;
    line-height: 32px;
  }

  .wartosci-flex {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .swartosc {
    flex: none;
    width: 25%;
  }

  .sosoba {
    width: 31%;
  }

  .spec-triangle {
    width: 130px;
  }

  .spec-triangle.triangle2 {
    width: 70px;
    height: 106%;
    right: -20px;
  }

  .dropdown-toggle.w--open {
    text-align: center;
    width: 100%;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    padding-top: 20px;
    position: static;
  }

  .sblog-top {
    width: 100%;
  }

  .menu-button {
    color: #122457;
    padding: 0 10px;
  }

  .menu-button.w--open {
    color: #ca8064;
    background-color: #f5e8e800;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn-color.hide {
    margin-right: 10px;
  }

  .btn.centered {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .saktualnosc-title {
    font-size: 28px;
    line-height: 36px;
  }

  .left-arrow.left-opinie {
    left: 0;
  }

  .right-arrow.right-opinie {
    right: 0;
  }

  .slider-content-img {
    max-width: 90%;
  }

  .cs-link.color.obszar-link {
    width: 100%;
    max-width: 330px;
  }

  .cflex-item {
    width: 50%;
  }

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

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

  .about-bigger {
    padding-left: 0;
  }

  .about-big-title {
    flex: 1;
    font-size: 30px;
    line-height: 37px;
  }

  .about-text {
    font-size: 16px;
    line-height: 37px;
  }

  .about-img-text {
    margin-bottom: 40px;
  }

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

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

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

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

  .ob-left-flex {
    margin-bottom: 30px;
  }

  .s-opinia {
    max-width: 80%;
  }

  .opinia-text {
    font-size: 25px;
    line-height: 38px;
  }

  .opinia-podpis {
    line-height: 30px;
  }

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

  .single-baza-wiedzy {
    width: 100%;
  }

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

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

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

  .form-flex-zgody {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

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

  .footer-col {
    text-align: left;
    width: 100%;
  }

  .footer-col-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-item-icon {
    justify-content: center;
  }

  .footer-col-big {
    grid-row-gap: 30px;
    border-left-width: 0;
    flex: none;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-col2 {
    text-align: center;
    width: 100%;
  }

  .footer-col-menu {
    padding-left: 0;
  }

  .footer-title {
    font-size: 26px;
    line-height: 33px;
  }

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

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

  .fdesign {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .s-person-flex {
    flex-wrap: wrap;
  }

  .s-person-flex.cstop {
    margin-top: 10px;
  }

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

  .s-person-right {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .s-person-right.no-top {
    order: -1;
    padding-top: 20px;
    padding-bottom: 30px;
  }

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

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

  .osoba-obszary {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .offer-info-box {
    flex-direction: column;
  }

  .off-box-item {
    width: 100%;
  }

  .section-onas {
    padding-bottom: 20px;
  }

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

  .onas-col {
    width: 100%;
  }

  .onas-text {
    margin-top: 20px;
  }

  .section-onasimg {
    padding-top: 30px;
  }

  .os-img-flex {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .misja-wizja-flex {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .misja-box, .swartosc {
    width: 100%;
  }

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

  .sosoba {
    width: 48%;
  }

  .spec-triangle {
    width: 120px;
    right: -20px;
  }

  .spec-triangle.triangle2 {
    width: 100px;
    right: -40px;
  }

  .dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .drop-flex {
    flex-flow: column wrap;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .image-13 {
    max-width: 180px;
  }
}

@media screen and (max-width: 479px) {
  .btn.btn-color.hide {
    display: none;
  }

  .btn.more-paddng {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-aktualnosci {
    padding-top: 120px;
  }

  .saktualnosc-title {
    margin-top: 10px;
  }

  .right-arrow.r2 {
    left: 80px;
  }

  .slider-content {
    height: 310px;
  }

  .slider-content-img {
    max-width: 100%;
  }

  .cs-link.color.obszar-link {
    width: 100%;
    max-width: 340px;
  }

  .cflex-item {
    width: 100%;
  }

  .about-bigger {
    padding-left: 0;
  }

  .about-big-title {
    font-size: 29px;
    line-height: 38px;
  }

  .about-img-text {
    margin-top: 10px;
    padding-right: 50px;
  }

  .ob-right {
    justify-content: flex-start;
  }

  .opinie-slider {
    height: 100%;
  }

  .s-opinia {
    max-width: 74%;
    height: 100%;
  }

  .opinia-text {
    font-size: 23px;
    line-height: 30px;
  }

  .opinia-podpis {
    margin-top: 30px;
    line-height: 20px;
  }

  .dlaczego-teksty {
    flex-direction: column;
  }

  .dlaczego-text {
    width: 100%;
  }

  .osoba-name.big {
    font-size: 24px;
    line-height: 32px;
  }

  .fzgoda {
    padding-right: 0;
  }

  .checkbox-label {
    margin-left: 3px;
  }

  .page-bread {
    flex-wrap: wrap;
  }

  .richtext {
    font-size: 16px;
  }

  .person-social {
    width: 100%;
    margin-top: 30px;
  }

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

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

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

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

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

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

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

  .sheader-bg {
    background-image: linear-gradient(to right, #f5f4f0 22%, #fbfbf994 71%, #fff0);
    width: 60%;
  }

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

  .os-item {
    width: 100%;
  }

  .misja-box {
    padding: 30px 20px;
  }

  .misja-text {
    font-size: 21px;
    line-height: 29px;
  }

  .spec-triangle {
    width: 130px;
    display: block;
    right: -70px;
  }

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

  .spost-nav {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .nav-post-half {
    width: 100%;
  }

  .nav-link-post {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-post.next {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .menu-button.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    max-width: 200px;
  }

  .slide-4, .mask-4 {
    height: 100%;
  }

  .checkbox {
    margin-right: 5px;
  }
}

#w-node-_8a6151ea-52d2-17af-a860-90cad0cbfa13-4e534809, #w-node-_18243725-84aa-5c74-17e5-6b8187e3ad67-c221cb97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8a6151ea-52d2-17af-a860-90cad0cbfa13-4e534809, #w-node-_18243725-84aa-5c74-17e5-6b8187e3ad67-c221cb97 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format('truetype'), url('../fonts/NeueHaasDisplayBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display x';
  src: url('../fonts/NeueHaasDisplayXThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayThin.ttf') format('truetype'), url('../fonts/NeueHaasDisplayXThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display xx';
  src: url('../fonts/NeueHaasDisplayXXThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayRomanItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayXXThinItalic.ttf') format('truetype'), url('../fonts/NeueHaasDisplayThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeuehaasdispNeue Haas Displaylaymediu';
  src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplayroman';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}