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

body {
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 49px;
  font-weight: 400;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #bca86f;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #a38d4c;
}

.mycontain {
  position: relative;
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mycontain._1st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mycontain.cele {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mycontain.kontakt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mycontain.oferta {
  padding-top: 120px;
  padding-bottom: 150px;
}

.mycontain.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.uprawnienia {
  overflow: hidden;
}

.small-p {
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.small-p.cena-info {
  width: 400px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.cta-button {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #bca86f;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 22px;
  line-height: 29px;
}

.cta-button:hover {
  background-color: #bca86f;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #000;
}

.texts_wrapper--hero {
  width: 50%;
  margin-top: 30px;
  margin-left: 48%;
  padding-top: 0px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.title {
  margin-bottom: 30px;
  font-weight: 400;
}

.section.on-blue {
  position: relative;
  margin-bottom: 0px;
  background-color: #24384d;
  color: #fff;
}

.section.uprawnienia {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
}

.texts_wrapper--o_mnie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img_cele {
  width: 500px;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid--cele {
  margin-top: 40px;
  margin-bottom: 20px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.bullet_element--cele {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.bullet_point {
  margin-right: 10px;
}

.text--cele {
  margin-top: 3px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img_hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 48%;
  height: 120vh;
  background-image: url('../images/domki_w_zbozu-2.png');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.h4_uprawnienia {
  margin: 0px 40px 20px;
  text-align: center;
  white-space: nowrap;
}

.img_iwona {
  width: auto;
  height: 600px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img_wrapper {
  position: static;
  width: 60%;
  margin-right: 20px;
}

.text--kontakt {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.divider {
  width: 70px;
  height: 2px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #bca86f;
}

.divider.long {
  width: 100%;
  margin-bottom: 30px;
}

.text-block {
  margin-top: 40px;
  margin-bottom: 20px;
}

.paragraph {
  max-width: 500px;
}

.div-block-2 {
  margin-bottom: 20px;
}

.iwona-owsianka {
  margin-bottom: 20px;
}

.paragraph-2 {
  max-width: 400px;
  margin-bottom: 30px;
}

.text-block-2 {
  margin-top: 20px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 250px;
}

.div-block-4 {
  margin-top: 80px;
  margin-bottom: 100px;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.tab:hover {
  background-color: transparent;
  color: #bca86f;
}

.tab.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  color: #000;
}

.tab.w--current:hover {
  color: #bca86f;
}

.tabs-menu {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-tab {
  min-height: 510px;
  padding: 10px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  color: #000;
}

.content-cena {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inline {
  overflow: scroll;
  width: 70%;
  height: 200px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bca86f;
  border-radius: 5px;
  line-height: 23px;
}

.info__oferta {
  width: 40%;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-top: 5px;
}

.info__oferta.posrednictwo {
  width: 50%;
  margin-bottom: 10px;
  margin-left: 0px;
}

.cena {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.element__cena {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.kwota__cena {
  font-size: 22px;
  line-height: 29px;
}

.text-block-3 {
  margin-right: 10px;
  padding-bottom: 2px;
}

.header__oferta {
  margin-bottom: 15px;
}

.oferta-tab__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon_oferta2 {
  width: 80px;
}

.header_wrapper--oferta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-5 {
  display: block;
  padding-top: 2px;
  white-space: nowrap;
}

.link-2 {
  font-weight: 700;
}

.embed-map {
  position: relative;
  left: 0px;
  width: 60%;
  margin-right: 20px;
}

.image_certyfikat-copy {
  width: 110px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image_certyfikat-copy:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #bca86f;
  box-shadow: 0 6px 4px 1px rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.embed-map-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 50%;
  bottom: 0%;
  margin-right: 0px;
}

.h2__kontakt {
  margin-bottom: 30px;
}

.menu-element {
  padding: 10px 0px 10px 30px;
}

.menu-element:hover {
  text-shadow: 1px 1px 0 #bca86f;
}

.menu-button {
  display: none;
}

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

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  background-color: #fff;
}

.heading-3 {
  width: 70%;
}

.heading-4 {
  max-width: 400px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/domki_w_zbozu-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-6 {
  margin-bottom: 29px;
}

.image-7 {
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-12 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-certificat {
  overflow: visible;
  min-width: 2px;
  margin-right: 15px;
}

.slide-certifikat {
  position: static;
  overflow: visible;
  height: 100%;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: transparent;
}

.camera {
  overflow: visible;
}

.div-block-13 {
  position: relative;
  overflow: hidden;
}

.icon-2 {
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
}

.icon-3 {
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
}

.right-arrow {
  margin-top: 10px;
  margin-bottom: 50px;
}

.left-arrow {
  margin-top: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .mycontain._1st {
    height: 60vh;
  }

  .mycontain.cele {
    padding-top: 140px;
  }

  .mycontain.cele.iwona {
    padding-top: 140px;
  }

  .section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .img_cele {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 57% 50%;
    object-position: 57% 50%;
  }

  .img_hero {
    height: 70vh;
    background-image: url('../images/domki_w_zbozu-2.png');
  }

  .img_iwona {
    height: 400px;
  }

  .img_wrapper {
    width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-4 {
    max-height: 250px;
    min-height: 100px;
  }

  .tab {
    max-width: 200px;
    min-width: 100px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .tab.w--current {
    min-width: 100px;
  }

  .tabs-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: stretch;
  }

  .content-tab {
    min-height: 700px;
  }

  .content-cena {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inline {
    width: 100%;
  }

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

  .cena {
    width: 100%;
  }

  .oferta-tab__title {
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
  }

  .icon_oferta2 {
    width: 50px;
  }

  .navbar {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-3 {
    width: 100%;
  }

  .utility-page-wrap {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 19px;
  }

  h1 {
    font-size: 25px;
    line-height: 33.25px;
  }

  h2 {
    font-size: 19px;
    line-height: 26px;
  }

  h3 {
    font-size: 18px;
    line-height: 23.94px;
  }

  p {
    font-size: 14px;
    line-height: 19px;
  }

  .mycontain._1st {
    height: 400px;
  }

  .mycontain.cele {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mycontain.cele.iwona {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mycontain.oferta {
    padding-top: 60px;
  }

  .mycontain.nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .small-p.cena-info {
    width: 100%;
  }

  .cta-button {
    font-size: 16px;
    line-height: 21.28px;
  }

  .texts_wrapper--hero {
    width: 55%;
    margin-left: 40%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .title {
    overflow: hidden;
  }

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

  .section.uprawnienia {
    display: none;
  }

  .texts_wrapper--o_mnie {
    margin-right: 0px;
  }

  .img_cele {
    overflow: visible;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .grid--cele {
    margin-top: 10px;
  }

  .img_hero {
    width: 40%;
    height: 500px;
  }

  .img_iwona {
    height: auto;
    max-height: 300px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .img_wrapper {
    overflow: hidden;
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-block {
    margin-top: 0px;
  }

  .div-block-4 {
    margin-top: 40px;
    margin-bottom: 213px;
  }

  .tab {
    overflow: hidden;
    min-width: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab.w--current {
    min-width: 0px;
  }

  .content-tab {
    min-height: 690px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .kwota__cena {
    min-width: 100px;
  }

  .text-block-5 {
    display: none;
  }

  .embed-map-copy {
    margin-right: 33px;
  }

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

  .menu-button.w--open {
    background-color: #fff;
    color: #bca86f;
  }

  .image-6 {
    padding-top: 0px;
    padding-left: 20px;
  }

  .nav-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .heading-3 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
  }

  a {
    font-size: 15px;
  }

  .mycontain._1st {
    height: 80vh;
    margin-bottom: 20px;
    padding-top: 30vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mycontain.cele {
    padding-top: 36px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mycontain.cele.iwona {
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mycontain.kontakt {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mycontain.oferta {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .small-p.cena-info {
    width: 100%;
  }

  .cta-button {
    width: 100%;
    text-align: center;
  }

  .texts_wrapper--hero {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .section.on-blue {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.uprawnienia {
    display: none;
    margin-bottom: 40px;
  }

  .grid--cele {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .img_hero {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 40vh;
    background-position: 50% 38%;
    background-size: cover;
  }

  .img_iwona {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img_wrapper {
    height: 25vh;
    margin-right: 0px;
  }

  .div-block-4 {
    margin-top: 20px;
  }

  .tab {
    min-width: 20px;
  }

  .tab.w--current {
    height: 80px;
    min-width: 0px;
  }

  .content-tab {
    min-height: 700px;
  }

  .kwota__cena {
    min-width: 100px;
  }

  .oferta-tab__title {
    display: none;
  }

  .embed-map {
    width: 100%;
    height: 150px;
  }

  .embed-map-copy {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 150px;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-3 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bab68f89-c398-6d4c-5ba5-87e598b200af-05710fae {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}