.row:before, .row:after {
  width: 0px;
  height: 0px; }

body {
  font-family: 'Poppins', sans-serif;
  background-color: white; }

.sec {
  padding-top: 60px;
  padding-bottom: 60px; }

.upp {
  text-transform: uppercase; }

.button {
  padding: 10px 30px;
  border-radius: 25px;
  min-width: 200px;
  display: inline-block;
  text-transform: uppercase; }

.button-bgold {
  border: solid 1px #0BC276;
  color: #0BC276; }

.button-gold {
  background: #0BC276;
  color: #fff; }

.relative {
  position: relative; }

.cwhite {
  color: #fff; }

.cgold {
  color: #0BC276; }

.cblack {
  color: #141312; }

.gold {
  background: #0BC276; }

.black {
  background: #141312; }

.gray {
  background: #F6F6F6; }

.bb-shadow {
  box-shadow: 0px 0px 4px black; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a:hover, a:active, a:focus, a:visited {
  color: #fff;
  text-decoration: none; }

#wpadminbar {
  display: none; }

.rel {
  position: relative; }

.mapa {
  height: 500px;
  padding: 0px;
  margin: 0px; }
  .mapa #map {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }

p, a, li {
  font-size: 14px; }

h1, .h1 {
  font-weight: 400;
  font-size: 50px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-weight: 700;
  font-size: 16px; }

h6, .h6 {
  font-size: 10px; }

.w400 {
  font-weight: 400; }

.w700 {
  font-weight: 700; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.bb-logo a {
  width: 100%;
  display: block;
  text-align: center; }
  .bb-logo a img {
    max-width: 200px;
    margin: 10px auto;
    float: left; }

#nav-mobi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  height: 50px;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
  max-width: 240px;
  top: 0px; }

.toggle-button {
  width: 50px;
  height: 50px;
  padding: 5px;
  background: #0BC276;
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.ham {
  background: #fff;
  width: 30px;
  height: 4px;
  margin: 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 3px;
  opacity: 1; }

.toggle-button.toggled .ham.top {
  -webkit-transform: translateY(11px) rotateZ(-45deg);
  -moz-transform: translateY(11px) rotateZ(-45deg);
  -ms-transform: translateY(11px) rotateZ(-45deg);
  -o-transform: translateY(11px) rotateZ(-45deg);
  transform: translateY(11px) rotateZ(-45deg); }
.toggle-button.toggled .ham.bottom {
  -webkit-transform: translateY(-11px) rotateZ(45deg);
  -moz-transform: translateY(-11px) rotateZ(45deg);
  -ms-transform: translateY(-11px) rotateZ(45deg);
  -o-transform: translateY(-11px) rotateZ(45deg);
  transform: translateY(-11px) rotateZ(45deg); }
.toggle-button.toggled .ham.middle {
  opacity: 0; }

.toggle-content2 {
  position: absolute;
  top: -500px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  padding: 15px;
  background-color: #0BC276;
  transition: 0.4s all ease-out;
  -webkit-transition: 0.4s all ease-out;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 70%; }

.toggle-content2 a {
  font-size: 20px;
  padding: 7px 25px;
  font-weight: 700;
  color: #fff;
  text-align: left; }
  .toggle-content2 a:visited {
    color: #fff; }

.toggle-content2.active {
  top: 50px;
  opacity: 1; }

.toggle-content2 li {
  opacity: 0;
  position: relative; }

.toggle-content2 li:before {
  content: '';
  position: absolute;
  left: 35px;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat; }

#menu-item-44:before {
  background-image: url(img/ico_menu_offer.svg); }

#menu-item-43:before {
  background-image: url(img/ico_menu_about.svg); }

#menu-item-45:before {
  background-image: url(img/ico_menu_realizations.svg); }

#menu-item-42:before {
  background-image: url(img/ico_menu_contact.svg); }

.toggle-content2.active li {
  text-align: left;
  opacity: 1;
  padding: 15px 25px 15px 55px; }

#nav-mobi.toggled {
  overflow: visible; }

.bb-flex-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }

.bb-flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%; }

.bb-menu ul {
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  text-align: center; }

.banner-head {
  width: 100%; }

.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }

button:focus {
  outline: none; }

a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit; }

a {
  color: inherit; }

.row {
  position: relative; }

.white {
  color: #fff; }

#nav, .prev2, .next2 {
  display: none; }

@media screen and (min-width: 991px) {
  #nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 70px; }
    #nav #primary-menu {
      display: flex; }
      #nav #primary-menu li {
        padding-left: 30px; }
        #nav #primary-menu li a {
          font-size: 22px;
          font-weight: 600;
          color: #AED294; }
          #nav #primary-menu li a:hover {
            color: #70BEA6; }

  .logo {
    background: #0F0F0F;
    padding: 60px 30px 30px 30px;
    max-width: 160px; }

  .logo img {
    max-width: 100px; } }
.zoom {
  cursor: pointer;
  transition: 0.3s opacity ease;
  -webkit-transition: 0.3s opacity ease; }

.zoom:hover {
  opacity: 0.7; }

.zoom.zoomed:hover {
  opacity: 1; }

.zoom.zoomed {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  background-repeat: no-repeat;
  background-color: black;
  background-size: contain;
  height: 100vh !important; }

.next2 {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100000;
  background-image: url("img/prawo.png");
  height: 65px;
  width: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.prev2 {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 100000;
  background-image: url("img/lewo.png");
  height: 65px;
  width: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.hidden {
  display: none; }

.top-baner {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #C3C3C3;
  height: 280px; }

.top-baner.front-baner {
  height: 650px; }

#cmsPage.top-baner {
  height: 400px; }

.bb-underline {
  margin: 20px 0px 50px;
  height: 2px;
  width: 80px;
  background: #6686F2; }

.bb-main {
  margin: 100px auto 0 auto; }

.aktualnosci {
  margin-top: 50px; }

.bb-search {
  position: absolute;
  right: 0px;
  display: flex;
  overflow: hidden;
  border-radius: 15px; }

.bb-searchBtn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  padding: 0px 15px;
  z-index: 2;
  display: flex;
  align-items: center; }
  .bb-searchBtn .img-fluid {
    width: 15px; }

.h100 {
  height: 100%; }
  .h100 .row {
    height: 100%; }

.bb-searchInput {
  margin-right: -165px;
  border-radius: 15px;
  background-color: #fff;
  transition: all ease-out .2s;
  width: 165px; }
  .bb-searchInput input {
    border: none;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 12px;
    color: #AED294; }
    .bb-searchInput input:focus {
      border: none;
      outline: none;
      box-shadow: none; }

::placeholder {
  color: #AED294;
  font-style: italic; }

.show-searchInput {
  margin-right: -20px; }

.claimBtns {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between; }
  .claimBtns .emailBtn {
    background-color: #AED294;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    box-shadow: 3px 3px 10px #666; }
    .claimBtns .emailBtn:hover {
      background-color: #5DAA26; }
  .claimBtns .phoneBtnOuter {
    background-color: #4F54AD;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 10px #666; }
    .claimBtns .phoneBtnOuter:before {
      content: url("img/ico/phone_white.svg");
      width: 20px;
      margin-right: 15px;
      height: 20px;
      margin-left: 15px; }
    .claimBtns .phoneBtnOuter:hover {
      background-color: #424691; }
      .claimBtns .phoneBtnOuter:hover .phoneBtn {
        background-color: #31346B; }
  .claimBtns .phoneBtn {
    display: flex;
    background-color: #424691;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600; }

.scBtns {
  position: fixed;
  top: 35vh;
  right: -1px;
  overflow: hidden;
  z-index: 100; }
  .scBtns .sc-tel {
    background-color: #70BEA6; }
  .scBtns .sc-fb {
    background-color: #AED294; }
  .scBtns .sc-ico {
    margin-left: 35px;
    margin-bottom: 10px;
    border-radius: 50px 0 0 50px;
    padding: 15px 35px 15px 15px;
    transition: all ease-out .2s; }
    .scBtns .sc-ico:hover {
      padding-right: 35px;
      margin-left: 0; }
    .scBtns .sc-ico .img-fluid {
      width: 20px; }

#masthead {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute; }

.moreLink {
  font-size: 1.7rem;
  letter-spacing: 2px;
  color: blue; }

.bb-pad {
  padding: 30px 120px; }

.footerBox-left {
  display: flex;
  align-items: flex-end; }
  .footerBox-left span {
    bottom: 4px;
    position: relative; }
  .footerBox-left p {
    font-size: .8rem; }

.footerBox-center {
  text-align: center; }
  .footerBox-center p {
    font-size: 1rem; }

.footerBox-right {
  display: flex;
  align-items: flex-end; }
  .footerBox-right p {
    font-size: .8rem; }

.site-footer a:hover {
  color: #2a8ddf; }
.site-footer .cls-1 {
  fill: #fff; }
.site-footer svg {
  width: 20px;
  position: relative;
  bottom: -12px;
  margin-left: 4px; }
  .site-footer svg:hover .cls-1 {
    fill: #2a8ddf; }

.instaLink:before {
  content: url("img/sc/ig_icon_footer.svg");
  width: 20px; }

.bg-blue {
  background-color: #AED294;
  color: #fff; }
  .bg-blue img {
    width: 18px;
    margin-right: 10px;
    margin-top: -4px; }
  .bg-blue p, .bg-blue a, .bg-blue li {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600; }
  .bg-blue .footer_before_header {
    font-size: 20px !important;
    font-weight: 600; }

.site-footer {
  padding: 15px 0;
  color: #fff; }

.articleBox__pic {
  background-size: cover;
  background-position: center;
  border-radius: 25px 25px 0 0;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  height: 220px; }

.articleBox__body {
  border-radius: 0 0 25px 25px;
  padding: 30px 15px;
  height: 220px; }
  .articleBox__body a {
    color: #AED294;
    font-size: 14px;
    font-weight: 600; }
    .articleBox__body a:hover {
      color: #70BEA6; }
  .articleBox__body p {
    text-align: justify;
    font-size: 14px; }
  .articleBox__body h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px; }

.articleBox {
  border-radius: 25px;
  box-shadow: 0 0 10px #ccc;
  margin: 50px 10px;
  transition: .2s ease-in-out all;
  background-color: #fff;
  height: 510px; }
  .articleBox:hover {
    transform: scale(1.05); }

.articleBox__ico {
  position: absolute;
  bottom: -40px; }
  .articleBox__ico img {
    width: 80px !important; }

.owl-carousel.owl-loaded {
  position: relative;
  display: flex !important;
  align-items: center; }

.owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 0; }
  .owl-nav span {
    font-size: 50px;
    color: #fff;
    position: relative; }
  .owl-nav span[aria-label='Previous'] {
    margin-left: -80px; }
    .owl-nav span[aria-label='Previous']:hover:before {
      content: url("img/ico/arrow_left_hover_green.svg"); }
    .owl-nav span[aria-label='Previous']:before {
      content: url("img/ico/arrow_left.svg");
      width: 30px;
      position: absolute; }
  .owl-nav span[aria-label='Next'] {
    margin-right: -50px; }
    .owl-nav span[aria-label='Next']:hover:before {
      content: url("img/ico/arrow_right_hover_green.svg"); }
    .owl-nav span[aria-label='Next']:before {
      content: url("img/ico/arrow_right.svg");
      width: 30px;
      position: absolute; }

.owl-stage-outer {
  z-index: 1; }

.moreLink {
  font-size: 16px;
  color: #AED294;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 100px; }
  .moreLink:hover {
    color: #70BEA6; }

.onas_section {
  background-position: right !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 500px;
  align-items: center;
  justify-content: center; }

.onas_section_body {
  background-color: #AED294;
  border-radius: 225px 0 0 225px;
  padding: 110px 20% 110px 70px;
  position: relative;
  top: -50px;
  display: flex;
  align-items: center;
  color: #fff; }
  .onas_section_body p, .onas_section_body a, .onas_section_body li {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0; }

.moreBtn_outer {
  display: flex; }

.moreBtn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 40px;
  background-color: #4F54AD;
  border-radius: 50px; }
  .moreBtn:hover {
    background-color: #424691; }

.onas_pic {
  position: absolute;
  margin-left: -130px; }

#front_oferta_section {
  background-color: #e3f3ff;
  padding: 50px 0; }

.ofertaBox_content {
  max-width: 400px;
  margin: 0 40px; }

.oferta__moreBtn {
  border-radius: 50px;
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600; }

.ofertaBox_content.box1 .oferta__moreBtn {
  background-color: #AED294; }
  .ofertaBox_content.box1 .oferta__moreBtn:hover {
    background-color: #5DAA26; }
.ofertaBox_content.box1 h3 {
  color: #AED294;
  font-size: 20px;
  font-weight: 600; }

.ofertaBox_content.box2 .oferta__moreBtn {
  background-color: #4F54AD; }
  .ofertaBox_content.box2 .oferta__moreBtn:hover {
    background-color: #424691; }
.ofertaBox_content.box2 h3 {
  color: #4F54AD;
  font-size: 20px;
  font-weight: 600; }

.ofertaBox_content.box3 .oferta__moreBtn {
  background-color: #F1D941; }
  .ofertaBox_content.box3 .oferta__moreBtn:hover {
    background-color: #DCC63B; }
.ofertaBox_content.box3 h3 {
  color: #F1D941;
  font-size: 20px;
  font-weight: 600; }

.ofertaBox_content.box4 .oferta__moreBtn {
  background-color: #70BEA6; }
  .ofertaBox_content.box4 .oferta__moreBtn:hover {
    background-color: #106E51; }
.ofertaBox_content.box4 h3 {
  color: #70BEA6;
  font-size: 20px;
  font-weight: 600; }

.ofertaBox_content.box5 .oferta__moreBtn {
  background-color: #F17553; }
  .ofertaBox_content.box5 .oferta__moreBtn:hover {
    background-color: #D9694B; }
.ofertaBox_content.box5 h3 {
  color: #F17553;
  font-size: 20px;
  font-weight: 600; }

.bb-home h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0; }

.front_before {
  border-radius: 50px;
  width: 35px;
  height: 20px;
  margin-right: 10px; }

.front_sec1_before {
  background-color: #AED294; }

.front_sec2_before {
  background-color: #F1D941; }

.front_sec3_before {
  background-color: #AED294; }

.front_sec4_before {
  background-color: #4F54AD; }

.front_sec5_before {
  background-color: #70BEA6; }

.front_sec6_before {
  background-color: #F17553; }

.shape1 {
  background-image: url("img/shapes/ksztalt2.svg");
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  position: absolute;
  right: 0;
  bottom: -100px; }

.shape2 {
  background-image: url("img/shapes/ksztalt3.svg");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: -400px; }

.zi-1 {
  z-index: 1; }

.zespol_box {
  max-width: 400px; }

.zespol_btns {
  max-width: 500px; }

.product_pic {
  margin: 0 30px;
  border: 1px solid #AED294;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px; }

.product_content {
  margin: 0 30px;
  text-align: center;
  font-weight: 600;
  margin-top: 15px; }
  .product_content a {
    color: #AED294; }
    .product_content a:hover {
      color: #70BEA6; }

.katBox {
  text-align: center;
  margin-bottom: 50px; }
  .katBox h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0; }

.show_prod_btn {
  cursor: pointer;
  border-radius: 50px;
  padding: 5px 30px;
  font-weight: 600;
  font-size: 16px;
  color: #fff; }

.kategoria-1 h3 {
  color: #AED294; }
.kategoria-1 .show_prod_btn {
  background-color: #AED294; }
  .kategoria-1 .show_prod_btn:hover {
    background-color: #5DAA26; }

.kategoria-2 h3 {
  color: #4F54AD; }
.kategoria-2 .show_prod_btn {
  background-color: #4F54AD; }
  .kategoria-2 .show_prod_btn:hover {
    background-color: #424691; }

.kategoria-3 h3 {
  color: #F1D941; }
.kategoria-3 .show_prod_btn {
  background-color: #F1D941; }
  .kategoria-3 .show_prod_btn:hover {
    background-color: #DCC63B; }

.product_page h4 {
  font-size: 16px; }
  .product_page h4 .parentCat {
    font-weight: 600; }

#sort {
  border: 1px solid #AED294;
  margin-left: 15px;
  border-radius: 50px;
  padding: 5px 20px;
  color: #aaa;
  max-width: 400px;
  width: 100%; }
  #sort:focus {
    outline: none;
    box-shadow: none; }

.width100 {
  width: 100%; }

.single .border-top {
  border-top: 1px solid #AED294 !important; }
.single p {
  margin-bottom: 0; }
.single h2 {
  font-size: 24px;
  font-weight: 900; }
.single h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  padding: 15px 0; }
.single h5 {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0; }
.single .showMoreBtn {
  padding: 15px 0;
  margin-left: 10px;
  font-weight: 600;
  color: #70BEA6;
  cursor: pointer; }
  .single .showMoreBtn i {
    position: relative;
    top: -2px; }

.model-outer {
  background-color: #70BEA6;
  color: #fff;
  padding: 5px 30px;
  border-radius: 50px;
  margin: 15px 0; }

.toggled i {
  transform: rotate(180deg);
  top: 2px !important; }

.komp_detail {
  overflow: hidden;
  display: none; }

.komp_detail__inner:nth-child(1) {
  border-top: none !important; }

.product_gallery {
  text-align: center;
  box-shadow: 0 0 10px #ddd; }

.fa-file {
  font-size: 40px; }

.page-id-22 h3 {
  font-size: 24px; }
.page-id-22 h4 {
  font-size: 20px;
  font-weight: 600; }
.page-id-22 .showMoreBtn__inner {
  cursor: pointer;
  font-weight: 500; }
  .page-id-22 .showMoreBtn__inner i {
    position: relative;
    top: -3px;
    margin-left: 5px; }

.greenBox .showMoreBtn__inner {
  color: #70BEA6; }
.greenBox .serviceBox {
  border-left: 2px solid #70BEA6 !important; }

.blueBox .showMoreBtn__inner {
  color: #AED294; }
.blueBox .serviceBox {
  border-left: 2px solid #AED294 !important; }

.orangeBox .showMoreBtn__inner {
  color: #F17553; }
.orangeBox .serviceBox {
  border-left: 2px solid #F17553 !important; }

.violetBox .showMoreBtn__inner {
  color: #4F54AD; }
.violetBox .serviceBox {
  border-left: 2px solid #4F54AD !important; }

.yellowBox .showMoreBtn__inner {
  color: #F1D941; }
.yellowBox .serviceBox {
  border-left: 2px solid #F1D941 !important; }

.service-desc {
  max-width: 600px;
  padding-left: 30px; }

.service-gallery {
  margin: 30px 0; }
  .service-gallery .service-gallery__pic {
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 15px; }
    .service-gallery .service-gallery__pic .zoomIco {
      transform: scale(0.3); }
    .service-gallery .service-gallery__pic .img-fluid {
      height: 100% !important; }
    .service-gallery .service-gallery__pic .service-gallery__pic-cover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.7);
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .service-gallery .service-gallery__pic:hover .service-gallery__pic-cover {
      display: block; }
  .service-gallery .zoomed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100; }
    .service-gallery .zoomed .service-gallery__pic-cover {
      display: none !important; }

.serviceBox {
  display: none;
  margin: 15px 0 30px 45px; }

.newsBoxOuter {
  height: 740px;
  overflow: hidden; }

.togglerLink {
  font-weight: 600;
  font-size: 20px;
  cursor: pointer; }
  .togglerLink.target1 {
    color: #70BEA6; }
  .togglerLink.target2 {
    color: #AED294; }
  .togglerLink.target3 {
    color: #4F54AD; }

.case-studies_article a {
  color: #AED294;
  font-weight: 600; }
  .case-studies_article a:hover {
    color: #70BEA6; }

.case-studies_pic {
  border-radius: 15px; }

.case-studies__moreLink {
  font-weight: 600;
  font-size: 20px;
  color: #F17553;
  cursor: pointer; }
  .case-studies__moreLink:hover {
    color: #70BEA6; }

.kontakt-page .wpcf7-submit {
  border-radius: 15px;
  background-color: #AED294;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px; }
  .kontakt-page .wpcf7-submit:hover {
    background-color: #5DAA26; }
.kontakt-page .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0; }
.kontakt-page .wpcf7-acceptance label {
  display: flex;
  position: relative; }
  .kontakt-page .wpcf7-acceptance label:after {
    content: url(img/ico/check-solid.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 2px;
    margin-top: 2px;
    opacity: 0; }
  .kontakt-page .wpcf7-acceptance label:before {
    content: " ";
    width: 20px;
    height: 20px;
    border: 1px solid #AED294;
    position: absolute;
    top: 0;
    left: 0; }
.kontakt-page .wpcf7-acceptance .show-check:after {
  opacity: 1; }
.kontakt-page .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 10px;
  color: #aaa;
  margin-left: 15px; }
.kontakt-page .wpcf7-acceptance input {
  opacity: 0;
  width: auto; }
.kontakt-page h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 10px; }
.kontakt-page h3 {
  font-size: 18px;
  font-weight: 600; }
.kontakt-page p, .kontakt-page a {
  margin-bottom: 0;
  font-size: 16px; }
.kontakt-page .kontaktBox {
  margin-top: 30px; }
.kontakt-page .kontakt_firma {
  display: flex; }
  .kontakt-page .kontakt_firma:before {
    content: url(img/ico/local.svg);
    margin-right: 10px;
    width: 20px; }
.kontakt-page .kontakt_telefon {
  display: flex; }
  .kontakt-page .kontakt_telefon:before {
    content: url(img/ico/phone_blue_kontakt.svg);
    margin-right: 10px;
    width: 20px; }
.kontakt-page .kontakt_email {
  display: flex;
  margin-top: 15px; }
  .kontakt-page .kontakt_email:before {
    content: url(img/ico/envelope_white_1.svg);
    margin-right: 10px;
    width: 20px; }
.kontakt-page iframe {
  width: 100%;
  height: 400px;
  border: none; }

.kontaktBg {
  position: absolute;
  right: 0;
  bottom: 50px;
  height: 500px;
  width: 55%;
  border-radius: 250px 0 0 250px;
  background-color: #70BEA6; }

.kontakt-form {
  margin-top: 20px;
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 0 10px #ddd; }
  .kontakt-form ::placeholder {
    color: #ddd; }
  .kontakt-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #AED294;
    margin-bottom: 15px;
    padding: 5px 0; }
  .kontakt-form textarea {
    margin-top: 30px;
    width: 100%;
    border: 1px solid #AED294;
    border-radius: 15px;
    padding: 10px; }

.single-oferta-page .showVideo {
  margin-top: 15px; }
  .single-oferta-page .showVideo a {
    color: #AED294;
    font-weight: 600;
    font-size: 16px; }
    .single-oferta-page .showVideo a:hover {
      color: #70BEA6; }
.single-oferta-page .owl-item {
  border: 1px solid #ddd;
  position: relative;
  cursor: pointer; }
  .single-oferta-page .owl-item:hover:before {
    pointer-events: none;
    content: url(img/search_white.svg);
    padding: 40%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }

.bb-breadcrumb a {
  font-weight: 600;
  font-size: 16px; }
  .bb-breadcrumb a:hover {
    color: #70BEA6; }

.single-news p {
  margin-bottom: 15px; }
.single-news h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0; }
.single-news .news-main-pic {
  float: left;
  margin-right: 20px;
  max-width: 400px; }
.single-news .prevBtn {
  position: relative; }
  .single-news .prevBtn a {
    color: #AED294;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    bottom: 2px; }
    .single-news .prevBtn a:hover {
      color: #70BEA6; }
      .single-news .prevBtn a:hover:before {
        content: url(img/ico/arrow_left_hover_green.svg); }
    .single-news .prevBtn a:before {
      content: url(img/ico/arrow_left_hover.svg);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: -30px; }
.single-news .separator {
  margin: 0 15px; }
.single-news .nextBtn {
  position: relative; }
  .single-news .nextBtn a {
    color: #AED294;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    bottom: 2px; }
    .single-news .nextBtn a:hover {
      color: #70BEA6; }
      .single-news .nextBtn a:hover:before {
        content: url(img/ico/arrow_right_hover_green.svg); }
    .single-news .nextBtn a:before {
      content: url(img/ico/arrow_right_hover.svg);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      right: -30px; }
.single-news .bb-backBtn {
  background-color: #4F54AD;
  border-radius: 30px;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600; }
  .single-news .bb-backBtn:hover {
    background-color: #424691; }
.single-news .post-ico {
  width: 50px;
  height: auto;
  margin-bottom: 15px; }

.single-case-studies p {
  margin-bottom: 15px; }
.single-case-studies h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0; }
.single-case-studies .cs-main-pic {
  float: left;
  margin-right: 20px; }
.single-case-studies .prevBtn {
  position: relative; }
  .single-case-studies .prevBtn a {
    color: #AED294;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    bottom: 2px; }
    .single-case-studies .prevBtn a:hover {
      color: #70BEA6; }
      .single-case-studies .prevBtn a:hover:before {
        content: url(img/ico/arrow_left_hover_green.svg); }
    .single-case-studies .prevBtn a:before {
      content: url(img/ico/arrow_left_hover.svg);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: -30px; }
.single-case-studies .separator {
  margin: 0 15px; }
.single-case-studies .nextBtn {
  position: relative; }
  .single-case-studies .nextBtn a {
    color: #AED294;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    bottom: 2px; }
    .single-case-studies .nextBtn a:hover {
      color: #70BEA6; }
      .single-case-studies .nextBtn a:hover:before {
        content: url(img/ico/arrow_right_hover_green.svg); }
    .single-case-studies .nextBtn a:before {
      content: url(img/ico/arrow_right_hover.svg);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      right: -30px; }
.single-case-studies .bb-backBtn {
  background-color: #4F54AD;
  border-radius: 30px;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600; }
  .single-case-studies .bb-backBtn:hover {
    background-color: #424691; }

.search-page h2 a {
  font-size: 30px;
  font-weight: 600; }

@media screen and (max-width: 992px) {
  .cs-main-pic {
    max-width: 100%;
    margin: 0 !important; }

  .news-main-pic {
    margin: 0 !important; }

  .service-gallery .zoomed {
    display: block !important; }
  .service-gallery .service-gallery__pic .img-fluid {
    height: auto !important; }

  .service-gallery__pic {
    margin: 0 auto !important; }

  .serviceBox {
    margin: 0; }

  .bb-pad {
    padding: 0;
    margin-top: 30px; }

  .claimBtns {
    display: block; }
    .claimBtns div {
      width: 255px;
      margin: 0 auto;
      text-align: center; }

  .onas_section {
    height: 650px; }

  .newsBoxOuter {
    height: 670px; }

  .articleBox {
    max-width: 400px;
    margin: 30px auto; }
    .articleBox .articleBox__body {
      max-width: 400px; }

  .owl-nav {
    display: none; }

  #sort {
    width: 70%; } }
.carousel-row {
  margin: 0px 50px 0px 50px;
  width: calc(100% - 100px); }

.article-content {
  font-size: 14px; }
  .article-content li {
    font-size: 14px; }

@media screen and (max-width: 991px) {
  #masthead {
    background: #fff; }
    #masthead .bb-logo a img {
      float: none; } }
.bb-just {
  justify-content: center; }

.product_pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.posted {
  margin: 0 auto;
  text-align: center; }

.content-area {
  margin: 80px auto 80px; }

article {
  margin: 30px auto;
  text-align: center; }

.news-title {
  color: #70BEA6; }

.more {
  color: #70BEA6; }

.more:hover {
  margin-top: 30px;
  color: #106E51; }

.news-miniature {
  margin: 30px auto; }
  .news-miniature p {
    margin-bottom: 0; }

#mapa {
  margin: 0px 0px 30px; }
  #mapa iframe {
    width: 100%;
    height: 100%;
    border: none;
    min-height: 450px; }

.atut {
  padding: 15px;
  margin-bottom: 15px; }

.kbox {
  border: solid 2px #0BC276;
  padding: 50px;
  text-align: center;
  height: 220px;
  margin-bottom: 50px;
  border-radius: 25px; }

.kbox:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: -40px;
  height: 80px;
  width: 80px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  left: calc(50% - 40px); }

.kbox1:before {
  background-image: url(img/ico_phone.svg); }

.kbox2:before {
  background-image: url(img/ico_mail.svg); }

.kbox3:before {
  background-image: url(img/ico_adress.svg); }

.formularz {
  margin: 0px 30px 30px;
  max-width: 400px; }
  .formularz .form-button {
    width: 80%;
    background: #0BC276;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    border-radius: 30px; }

input, textarea {
  width: 100%;
  margin: 5px 0px;
  border: solid 2px #141312;
  padding: 7px 20px;
  border-radius: 25px; }

input::placeholder, textarea::placeholder {
  font-style: normal;
  color: #ddd; }

.banner-kontakt, .banner-s2 {
  height: 300px; }

.claim {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column; }
  .claim img {
    width: 300px;
    margin: 50px; }

#colophon {
  position: relative;
  margin-top: 60px;
  padding: 40px 0px 50px; }

.credit {
  text-align: right; }

.credits {
  padding: 20px 0px 10px;
  background: #000; }

.fast-contact {
  background: #fff;
  padding: 15px 30px;
  display: inline-block; }
  .fast-contact p {
    margin: 0px; }

#masthead .mast-after {
  background-image: url(img/bclaim.jpg);
  position: absolute;
  top: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  left: calc(50% - 100px);
  height: 90px;
  width: 200px; }
  #masthead .mast-after a {
    width: 100%;
    height: 100%;
    display: block; }

.page-id-5 #masthead {
  background: transparent; }
.page-id-5 #masthead .mast-after {
  height: 0px;
  display: none; }

.slide {
  height: 45vw;
  min-height: 500px; }

.top-baner .claim {
  justify-content: flex-end; }

.offer-box {
  margin: 15px;
  padding: 45px;
  background-size: cover;
  height: 300px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; }

.ob1 {
  background-position: right bottom; }

.ob2 {
  background-position: right bottom; }

.ob3 {
  background-position: right top; }

.ob4 {
  background-position: right top; }

.nr a {
  width: 100%;
  height: 100%; }

.t-onas {
  padding-left: 100px;
  max-width: 600px; }

.obr-onas {
  padding: 50px 0px;
  margin-right: -80px;
  margin-left: 80px;
  z-index: 100;
  position: relative; }

.button-black {
  background: #141312;
  color: #fff; }

.on1 {
  align-items: center; }

.album {
  height: 250px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 15px;
  margin-bottom: 15px; }

.nu {
  z-index: 1000;
  position: relative; }
  .nu b {
    font-weight: 400; }

.nu.active {
  font-weight: bold; }
  .nu.active b {
    font-weight: bold; }

.usluga {
  display: none; }

.usluga.active {
  display: block; }

.ico {
  height: 25px;
  margin-right: 10px; }

.nav-uslugi {
  padding: 30px; }
  .nav-uslugi li {
    padding: 15px 0px;
    cursor: pointer; }
  .nav-uslugi h3 b {
    color: #0BC276; }

.button-narrow {
  display: table;
  text-align: center;
  margin: 0 auto; }

.nav-uslugi:after {
  content: '';
  background-color: #0BC276;
  position: absolute;
  bottom: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  right: 15px;
  height: 15px;
  width: 15px;
  border-radius: 50%; }

.uslugi {
  padding: 30px; }

.kop {
  height: 3em; }

@media screen and (max-width: 750px) {
  .t-onas {
    padding-left: 0px;
    max-width: 600px; }

  .nr {
    display: none; }

  .obr-onas {
    padding: 50px 0px;
    margin-right: 10px;
    margin-left: 10px; }

  #masthead .mast-after {
    top: 45px; } }
.toggle-content2 .current-menu-item a {
  color: #fff; }

.superheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000; }

.icon {
  width: 25px;
  max-height: 20px;
  margin-right: 5px; }

.bot-logo {
  margin: 10px auto 40px;
  height: 90px; }

.baner-logo {
  text-align: center; }
  .baner-logo img {
    max-width: 150px;
    padding: 20px; }

.top-baner h1 {
  background: #fff;
  padding: 15px 20px;
  color: #000;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 0px;
  min-width: 300px;
  text-align: center; }

.claim-home {
  text-align: center;
  padding: 70px 15px; }
  .claim-home img {
    max-width: 250px;
    margin-bottom: 50px; }
  .claim-home h1 {
    font-size: 36px; }
  .claim-home span {
    background: #0BC276;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin: 8px;
    border-radius: 50%; }

.hob .offer-box {
  border-bottom: solid 2px #0BC276; }
.hob h3 {
  margin: 15px;
  font-size: 22px; }
  .hob h3 strong {
    color: #0BC276; }

.on1 h3 b {
  color: #0BC276; }

.ofirmie-home {
  background-color: #0BC276;
  background-image: url(img/pattern.svg);
  background-repeat: no-repeat;
  background-size: 250px; }
  .ofirmie-home p {
    max-width: 700px;
    margin: auto; }

.button-bwhite {
  border: solid 1px #fff;
  color: #fff; }

.bullet {
  width: 15px;
  height: 15px;
  margin: 30px auto;
  border-radius: 50%; }

.bullet2 {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  float: left; }

.bullet-white {
  background: #fff; }

.bullet-green {
  background: #0BC276; }

.album2 {
  height: 250px;
  width: 80%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 15px 10%; }

.opis p b {
  color: #0BC276; }

.bullet-left {
  margin: 0px; }

/*# sourceMappingURL=style.css.map */
