/*
Theme Name:   Saniwell v2
Theme URI:   http://saniwell.pl
Description:  Dedykowany szablon - saniwell.pl
Author:     RedRockS - Agencja Kreatywna & Studio Graficzne
Author URI:   http://redrocks.pl/
Version:    2.0
*/

/************ Fonts **************
font-family: 'Domine', serif;
font-family: 'Montserrat', sans-serif;
*/

@import url("https://fonts.googleapis.com/css?family=Domine:400,700|Montserrat:400,500,600,700&display=swap&subset=cyrillic-ext");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
}




h2 {
  font-family: "Domine", serif;
  font-size: 35px;
}

h3 {
  font-size: 20px;
}

h4 {
  background: #25447b;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 15px;
  font-size: 20px;
}

p {
  font-size: 16px;
}

.wp-block-file a {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  transition: .3s linear;
}

.wp-block-file a:hover {
  background: #183a74;
  color: #FFFFFF;
}

/* new style for #homepage */
#homepage section.info .downArrow {
  margin-top: 20px;
}

#homepage section.realizations .mt-80 {
  margin-top: 80px;
}

#homepage section.services-products {
  margin-bottom: 160px;
}

#homepage section.services-products.no_list {
  margin-bottom: 80px;
}

/* #homepage section.services-products:last-child {
  margin-bottom: 80px;
} */

#homepage section.realizations {
  margin-bottom: -80px;
}


/* end #homepage */


.grecaptcha-badge {
  width: 0 !important;
}

@media (max-width: 985px) {
  .cli-style-v2.cli-bar-container {
    display: flex !important;
    justify-content: center !important;
  }

  .cli-style-v2 .cli-bar-message {
    text-align: center !important;
  }
}


.blog-area-list-block {
  margin: 40px 0;
}

.modal-content img {
  max-width: 100%;
  height: auto;
}

.container-main {
  max-width: 1430px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-apla {
  max-width: 1760px;
  width: calc(100% - 30px);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wh {
  background: #fff;
}

.mr-10 {
  margin-right: 10px;
}

.pb-30 {
  padding-bottom: 30px;
}

.px-100 {
  padding: 0 100px;
}

.bg-dark {
  background-color: #fff !important;
  transition: 0.4s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.bg-light {
  background-color: #ffffff !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  min-height: 60px;
}

p {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: #183a74;
}

a {
  color: #183a74;
}

.colapse-contact a.btn.btn-link {
  display: block;
  width: 100%;
  font-size: 15px;
  transition: 0.3s linear;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.card.colapse-contact .card-body p {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 25px;
}

.colapse-contact a.btn.btn-link:hover {
  color: #2c93d1;
}

.colapse-contact .textAreacontactDesc {
  margin: 25px 0;
  min-height: 100px;
}

.card.colapse-contact .btn-send {
  background: #000;
  border: 0;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 0;
  transition: 0.3s linear;
  text-transform: uppercase;
}

.card.colapse-contact .btn-send:hover {
  background: #183a74;
}

section.slider {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

h2.text-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #183a74;
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

h2.text-slider2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  z-index: 999999;
}

.brand-big img {
  position: relative;
  z-index: 9;
  margin-top: 90px;
  max-width: 100%;
  height: auto;
}

.downArrow.bounce.bounce-top {
  position: absolute;
  bottom: 2%;
  left: calc(50% - 10px);
}

.downArrow.bounce img {
  width: 20px;
  position: relative;
  z-index: 10;
}

/* style animacja zdjęć start */

#entrance {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.backgrounds-wrapper .background-cover {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.background-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.backgrounds-wrapper .background-cover.active {
  visibility: visible;
  opacity: 1;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.choice {
  margin: 40px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  z-index: 100;
}

.choice .container-fluid {
  height: 100%;
}

.choice .items-wrapper {
  /* padding: 50px 0; */
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .choice .item {
	width: 25%;
	display: flex;
} */

.choice .item a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.choice .item a h2 {
  width: 100%;
  text-align: center;
}

.item.active .hover-icon,
.item .basic-icon {
  display: inline-block;
  margin: 0 auto;
  opacity: 1;
}

.item .hover-icon {
  display: none;
  opacity: 0;
}

.displayDesktop {
  display: block;
}

.displayMobile {
  display: none;
}

/* akcje start */
a:hover .block-hover>.hover-icon {
  opacity: 1;
  display: inline-block;
  visibility: visible;
}

a:hover .block-hover>.basic-icon {
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: 0.4s linear;
}

.block-hover img,
.block-hover h2 {
  transition: 0.4s linear;
}

.choice .block-hover:hover h2 {
  color: #2c93d1;
}

/* akcje stop */

.item.active .basic-icon {
  display: none;
  opacity: 0;
}

.item.active .hover-icon,
.item .basic-icon {
  display: inline-block;
  margin: 0 auto;
  opacity: 1;
}

.choice .item a h2 {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 30px;
  padding: 21px 0 0;
  position: relative;
}

.choice .item a:focus,
.choice .item a:hover {
  color: #fff;
  text-decoration: none;
  outline: none !important;
}

.block-hover {
  width: 100%;
}

/* style animacja zdjęć stop */

.posAbs {
  position: absolute;
  width: 100%;
  bottom: 20%;
}

.list-plain a.hoverlink {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 15px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.list-plain a.hoverlink:hover,
section.slider .icon-hover img:hover {
  opacity: 0.5;
}

section.slider .icon-hover img {
  margin: 20px auto;
  display: block;
}

section.slider .downArrow {
  position: absolute;
  bottom: 2%;
  left: calc(50% - 40px / 2);
}


a.navbar-brand {
  width: 180px;
  height: auto;
}

@media(max-width: 991px) {
  a.navbar-brand {
    width: 160px;
  }
}

@media(max-width: 767px) {
  a.navbar-brand {
    width: 150px;
  }
}

@media(max-width: 500px) {
  a.navbar-brand {
    width: 100px;
  }
}


a.navbar-brand-big img {
  padding-top: 90px;
}

a.navbar-brand-big img,
a.navbar-brand img {
  max-width: 100%;
  height: auto;
}

nav.brand-big.d-flex.justify-content-center {
  padding-top: 30px;
}

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

button:focus {
  outline: 0;
}

.navbar-expand-custom .navbar-nav .nav-link img {
  margin-right: 4px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s;
  margin: 0 7px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.4s;
  margin: 0 7px;
  font-weight: 600;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  opacity: 0.5;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  opacity: 0.5;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #2c93d1;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #000000;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #2c93d1;
}

/* dodatkowe style dropdown menu */

@media(min-width:1240px) {
  ul.dropdown-menu {
    position: absolute !important;
    padding: 0;
    border: 0;
    box-shadow: 0px 10px 20px 0px #0000001c;
    border-radius: 0;
  }

  .dropdown-menu li.active .dropdown-item {
    background-color: #000 !important;
    color: #FFFFFF;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #000;
    color: #FFFFFF;
  }
}




.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #000;
}





@media(max-width:1239px) {
  .dropdown-menu {
    border: none;
  }

  .dropdown-menu .dropdown-item {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #2c93d1;
    background-color: transparent;
  }
}


/* end dodatkowe style dropdown menu  */





/* WPML */
.navbar-dark .navbar-nav .nav-item:last-child .dropdown-menu,
.navbar-light .navbar-nav .nav-item:last-child .dropdown-menu {
  position: absolute;
  left: unset;
  right: 0;
  text-align: center;
  background: transparent;
  border: none;
}

@media (max-width:1240px) {

  .navbar-dark .navbar-nav .nav-item:last-child .dropdown-menu,
  .navbar-light .navbar-nav .nav-item:last-child .dropdown-menu {
    position: unset;
    left: unset;
    right: 0;
    text-align: center;
    background: transparent;
    border: none;
  }
}

.navbar-dark .navbar-nav .nav-item:last-child .dropdown-menu .dropdown-item,
.navbar-light .navbar-nav .nav-item:last-child .dropdown-menu .dropdown-item {
  border: 1px solid #000;
  background: #ffffff;
  margin-bottom: 5px;
}

.wpml-ls-slot-2.wpml-ls-current-language,
.wpml-ls-slot-2.wpml-ls-current-language a,
.wpml-ls-slot-2.wpml-ls-current-language a:visited {
  color: #000 !important;
  background-color: transparent !important;
}

.wpml-ls-slot-2.wpml-ls-current-language a:hover {
  color: #2c93d1 !important;
}






.navbar-top {
  transform: translateX(-100vw);
  transition: 1s linear;
}

.navbar-top {
  transform: translateX(0);
  background: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
  text-align: center;
  border: 0;
  outline: 0;
  padding: 0;
}

span.screen-reader-text {
  position: relative;
}

.arrow-down img {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 32px / 2);
}

section.info {
  margin-top: 58px;
  padding: 0 100px;
  overflow: hidden;
}


@media(max-width: 991px) {
  section#section1 img {
    display: none;
  }
}


@media(max-width:991px) {
  #homepage section.info {
    margin-top: 120px;
  }
}

.text-span-bg {
  margin: 30px 0 50px;
}

.text-span-bg h2,
section.about-us .text-span-bg h2,
.text-span-bg h1,
section.about-us .text-span-bg h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
}


@media(max-width: 1199px) {
  .text-span-bg h1 {
    font-size: 16px;
  }
}




.text-span-bg h2 span,
.text-info-default span,
section.services-products .container-bg-gray .services-products-faq span,
section.services-products .container-bg-gray .services-products-faq span.plus {
  background: #25447b;
  color: #fff;
  padding: 0 10px;
}

section.services-products .container-bg-gray .services-products-faq span.plus {
  margin-left: 20px;
  padding: 0px 5px;
  background: black;
  height: 25px;
  width: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/* section.services-products .container-bg-gray .services-products-faq span.plus:nth-child(even) {
  display: none;
} */

.text-info-default {
  padding: 45px 130px 30px 0;
  margin-bottom: 35px;
}

.text-info-default p {
  margin-bottom: 20px;
  line-height: 25px;
  margin-right: 45px;
  font-size: 16px;
  text-align: justify;
}

img.info-img {
  width: 100%;
}

.img-bg-box1 {
  height: 355px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb {
  padding: 20px 0 0;
  list-style: none;
  background-color: transparent;
}

.breadcrumb span {
  color: #fff;
  font-size: 15px;
}

.breadcrumb-top span {
  color: #000;
  font-size: 12px;
}

.breadcrumb a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: 0.4s;
}

p#breadcrumbs {
  line-height: 12px;
}

.breadcrumb-top a {
  color: #000;
}

.breadcrumb a:hover {
  color: #2c93d1;
}

.breadcrumb_last {
  font-size: 12px;
  font-weight: 400;
}

p#breadcrumbs-top .breadcrumb_last {
  color: #000;
}

.breadcrumb-bg {
  min-height: 30vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 98px;
}

.bg-title-breadcrumb h2,
.bg-title-breadcrumb h1 {
  font-size: 35px;
  font-family: "Domine", serif;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.form-control {
  border-radius: 0;
  padding: 10px;
  font-size: 15px;
}

.card.colapse-contact .form-control {
  border-radius: 0;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #000;
}

.btn-more-send {
  background: #000;
  color: #fff !important;
  font-weight: 400;
  border-radius: 0;
  font-size: 18px;
  padding: 5px 15px;
  margin-bottom: 15px;
  border: 0;
  text-transform: uppercase;
  font-size: 18px;
  transform: scale(1);
  transition: 0.3s;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  font-size: 15px;
}

.btn-more-send:hover {
  transform: scale(1.05);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  font-size: 15px;
}

.col-info-img,
.col-info-img-standards {
  position: relative;
}

.col-info-img::before,
.col-info-img-standards::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background: transparent;
  position: absolute;
  top: 40px;
  left: -40px;
  z-index: 2;
}

.col-info-img-standards {
  margin-top: -80px;
  margin-left: 0;
}

section.info img.mx-auto.d-block.mt-180 {
  margin-top: 120px;
}

section.info .downArrow {
  margin-top: 120px;
}

section.services-products {
  position: relative;
  margin-top: 80px;
  margin-bottom: 160px;
}

section.services-products img.umywalka-left {
  width: 100%;
  margin-top: -15%;
}

section.services-products .container-bg-gray,
section.services-products-double .container-bg-gray {
  background: #e3e3e3;
}

section.services-products .container-bg-gray .services-products-faq {
  text-align: right;
}

section.services-products .container-bg-gray .services-products-faq h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
  margin: 45px 0 35px;
}




section.services-products .container-bg-gray .services-products-faq h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}

section.services-products .container-bg-gray .services-products-faq p {
  font-size: 15px;
}







section.services-products .container-bg-gray .services-products-faq .services-text-faq {
  margin: 45px 0 0;
}

section.services-products .container-bg-gray .services-products-faq .services-text-faq a {
  color: #000;
  text-decoration: none;
  margin-bottom: 7px;
  font-size: 15px;
  transition: 0.4s linear;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 10px;
}

section.std-wykonczen .container-apla .services-text-faq {
  margin: 45px 0 50px;
}

section.std-wykonczen .services-text-faq .card-body-faq {
  font-size: 15px;
  padding: 10px;
  text-align: justify;
}

section.std-wykonczen .container-apla .services-text-faq a {
  color: #000;
  text-decoration: none;
  margin-bottom: 30px;
  font-size: 15px;
  transition: 0.4s linear;
  padding-left: 10px;
}

section.std-wykonczen .container-apla .services-text-faq a:hover {
  background: #fefefe;
}

section.std-wykonczen .container-apla .services-text-faq span.plus {
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 0px 5px;
  background: black;
  color: #fff;
}


section.services-products .container-bg-gray .services-products-faq .services-text-faq a:hover {
  background: #f8f8f8;
}

section.services-products .services-text-faq .card-body-faq {
  font-size: 15px;
  padding: 10px;
  text-align: justify;
  margin-bottom: 7px;
}

section.services-products .services-products-desc,
section.services-products-double .services-products-desc {
  padding-right: 130px;
  text-align: right;
}

section.services-products-double .services-products-desc {
  margin-bottom: 80px;
}

section.services-products .services-products-desc h2,
section.info-realization h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
  margin: 80px 0 80px;
}

section.services-products-double .services-products-desc h2,
section.info-realization h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
  margin: 80px 0 50px;
}

section.services-products-double .services-products-desc h2,
section.info-realization-double h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
  margin: 80px 0 50px;
}

section.services-products-double .services-products-desc p,
section.info-realization-double p {
  font-size: 15px;
  margin-bottom: 20px;
}

section.info-realization {
  margin-top: 80px;
}



/* stdy-wyk buttons */
a.btn-more-realizations.float-right.btn-back-toFilterRealizations:nth-child(even) {
  margin-left: 5px;
}

/* stdy-wyk buttons */
a.btn-more-realizations.float-right.btn-back-toFilterRealizations {
  margin-right: 5px;
}

@media(max-width:1230px) {
  .buttons-area-std-wyk a.btn-more-realizations.float-right {
    padding: 10px;
    font-size: 15px;
  }
}

@media(max-width:991px) {
  .buttons-area-std-wyk a.btn-more-realizations.float-right {
    font-size: 12px;
    padding: 10px 6px;
  }
}


@media(max-width:767px) {

  /* stdy-wyk buttons */
  a.btn-more-realizations.float-right.btn-back-toFilterRealizations:nth-child(even) {
    margin-left: 0;
  }

  /* stdy-wyk buttons */
  a.btn-more-realizations.float-right.btn-back-toFilterRealizations {
    margin-right: 0;
    margin-top: 15px;
  }
}



/* STANDARDY WYKONCZEN BLOKI */
section.std-wykonczen {
  margin-top: 160px;
}

section.std-wykonczen h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
  margin: 40px 0;
  text-align: right;
}

section.std-wykonczen h3 {
  text-align: right;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}

section.std-wykonczen p {
  font-size: 15px;
  text-align: right;
}

section.std-wykonczen li {
  font-size: 15px;
}

section.std-wykonczen:nth-child(even) p,
section.std-wykonczen:nth-child(even) h2,
section.std-wykonczen:nth-child(even) h3 {
  text-align: left;
}

section.std-wykonczen:nth-child(even) .float-right {
  float: left !important;
}

section.std-wykonczen .std-bg-gray {
  background: #e3e3e3;
  padding-bottom: 80px;
}

section.std-wykonczen:nth-child(even) .std-bg-gray {
  background: transparent;
}

section.std-wykonczen:nth-child(even) .col-one {
  order: 1;
}

section.std-wykonczen:nth-child(odd) .col-two {
  order: 2;
}

section.std-wykonczen .std-bg-gray.bg-all-white {
  background: #fff !important;
}

section.std-wykonczen .std-desc .text-small-std {
  margin-bottom: 40px;
}

section.std-wykonczen .col-info-img-standards {
  margin-top: -80px;
  margin-left: 40px;
  /* max-width: 560px; */
}

/* END STANDARDY WYKONCZEN BLOKI */

.text-head-std p {
  font-size: 15px;
  margin-bottom: 10px;
}

.text-head-std {
  padding: 50px 0 0;
}

.text-head-std h2,
.text-head-std h3 {
  margin-bottom: 10px;
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
}




.text-head-std h4 {
  font-family: "Domine", serif;
  font-size: 25px;
  font-weight: 700;
}


@media(max-width:767px) {

  .text-head-std h4 {
    font-size: 18px;
  }
}

section.realizations h2 {
  font-family: "Domine", serif;
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 42px;
}

h2.title_extra_services {
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 36px;
}

section.realizations .text-realization p {
  margin-bottom: 20px;
  font-size: 15px;
}

section.realizations-desc .text-realization h3 {
  margin-bottom: 20px;
  font-size: 20px;
}





section.info-realization .realization-text {
  padding: 0 145px 80px 130px;
}

section.info-realization-double .realization-text {
  padding: 0 145px 80px 130px;
}

section.services-products-double {
  margin-bottom: 80px;
}

section.services-products-double a.btn-more-new,
.info-realization-double a.btn-more-new {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s;
}

section.services-products-double a.btn-more-new:hover,
.info-realization-double a.btn-more-new:hover {
  background: #fff;
  color: #000;
}

section.services-products-double a {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.4s;
}

section.services-products-double a:hover {
  background: transparent;
  color: #000;
}

section.info-realization-double {
  margin-bottom: 200px;
}

section.info-realization .realization-text p {
  font-size: 15px;
  margin-bottom: 80px;
}

section.info-realization-double .realization-text p {
  font-size: 15px;
  margin-bottom: 30px;
}

.downArrow-realizations.bounce {
  margin-bottom: 160px;
}

section.services-products .services-products-desc p {
  font-size: 15px;
  margin-bottom: 80px;
}

section.services-products .services-products-desc .realization-text {
  margin-bottom: 80px;
}

.services-text-faq .card {
  background-color: #000;
  color: #fff;
  border-radius: 0;
}

section.realizations {
  overflow: hidden;
}

section.realizations-desc p {
  font-size: 16px;
  margin-bottom: 20px;
}

section.realizations-desc {
  margin-top: 40px;
  padding-bottom: 60px;
}

section.realizations-desc .image-desc-subp {
  min-height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

section.realizations-desc h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
}




.mb-40 {
  margin-bottom: 40px;
}

a.btn-more-realizations,
.search-filter-results .pagination .nav-previous a,
.search-filter-results .pagination .nav-next a {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  transform: scale(1);
  transition: 0.3s;
}

a.btn-more-realizations:hover,
.search-filter-results .pagination .nav-previous a:hover,
.search-filter-results .pagination .nav-next a:hover {
  background: #183a74;
}

a.btn-more-realizations i {
  font-size: 18px;
}

.image {
  display: inline-block;
  width: 100%;
  max-height: 550px;
}

.overlay,
.overlay-offer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.container-img {
  position: relative;
  width: 100%;
}

.container-img:hover .overlay-offer {
  opacity: 1;
}

.container-img:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 70px;
}

@media(max-width:1230px) {
  .text {
    padding: 30px 15px;
  }
}

.text a {
  color: #fff;
}

.text h3 {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}

.text h3::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  bottom: -25px;
}

.text p {
  font-size: 15px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-95 {
  margin-bottom: 95px;
}

section.services-products .container-bg-gray a.btn-more-faq {
  background: #000;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.3s;
  margin-bottom: 30px;
}

section.services-products .container-bg-gray .services-products-faq a.btn-more-faq {
  margin-top: 50px;
}

section.services-products .container-bg-gray a.btn-more-faq:hover {
  background: #183a74;
}

.realization-desc {
  background: #000;
  color: #fff;
}

section.realizations-desc .text-realization ul li {
  font-size: 15px;
  list-style-type: square;
  margin-bottom: 10px;
}

span.realization-title {
  background: #000;
  color: #fff;
  position: absolute;
  bottom: -2%;
  right: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 65px;
}

span.realization-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background: transparent;
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: -1;
}

section.realizations span.realization-title h3 {
  padding: 15px 20px;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}

section.realizations-desc .text-realization h4 {
  background: #25447b;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 15px;
  font-size: 20px;
}


@media(max-width:767px) {
  section.realizations-desc .text-realization h4 {
    font-size: 18px;
  }
}




.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

footer img.znaki-footer {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 0px;
  display: block;
}

.znaki-area {
  margin-bottom: 50px;
  margin-top: -120px;
}

footer .container-footer {
  background-color: #e3e3e3;
  padding: 85px 110px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

footer .container-footer p,
footer .container-footer a {
  color: #000;
  font-size: 15px;
}

footer .container-footer a {
  text-decoration: none;
}

footer .footer-col {
  position: relative;
}

footer .textwidget .alignnone {
  margin: 0;
  padding: 0;
}

footer .footer-secondary p {
  font-size: 14px;
  padding: 40px 0;
}

footer .footer-secondary a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

footer .footer-secondary .col-social-media p {
  display: flex;
  justify-content: center;
}

footer .footer-secondary .col-social-media a {
  font-size: 20px;
  margin: 0 5px;
  transition: .3s linear;
}

footer .footer-secondary .col-social-media a:hover {
  color: #183a74;
}


footer .footer-secondary p.right {
  text-align: right;
}

footer .footer-col {
  border-right: 1px solid #000;
  min-height: 120px;
}

footer .footer-nav {
  padding: 0;
  list-style: none;
}

footer .footer-nav li a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}

footer span.bg-title-contact {
  background: #000;
  color: #fff;
  padding: 5px 55px;
  font-family: "Domine", serif;
  font-size: 25px;
  font-weight: 700;
  margin-left: 40px;
  position: relative;
  z-index: 2;
  top: -30px;
  left: 40px;
}

footer span.bg-title-contact::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 2px solid #000;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}

/* Style dla przycisku (ikony) */
footer .footer_floating_button {
    position: fixed !important;
    bottom: 20px; /* odległość od dołu ekranu */
    right: 20px; /* odległość od prawej strony */
    z-index: 1000; /* wyższy poziom, aby był nad innymi elementami */
    cursor: pointer;
}

footer .footer_floating_button img {
    width: 50px; /* rozmiar ikony */
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* lekki cień */
}


/* Style dla rozwijanego bloku */
footer .footer_floating_block {
    position: fixed;
    bottom: 0;
    right: -350px; /* Ukryty poza ekranem */
    width: 350px; /* Szerokość rozwijanego bloku */
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out; /* Płynna animacja */
    z-index: 999; /* niższy poziom niż przycisk */
    padding: 20px;
    border-radius: 10px 0 0 10px; /* Zaokrąglone krawędzie */
}

/* Klasa aktywna dla rozwiniętego bloku */
footer .footer_floating_block.active {
    right: 0; /* Kiedy blok jest aktywny, pojawia się na ekranie */
}

/* Stylowanie przycisku wewnątrz bloku */
footer .footer_floating_block .button_contact {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa; /* Kolor przycisku */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

footer .footer_floating_block .button_contact:hover {
    background-color: #005b87; /* Zmiana koloru po najechaniu */
}

footer .form-wrapper.form-wrapper-700 {
    width: auto;
    margin: 30px auto;
}


a.gotop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  font-size: 30px;
  color: #000;
  display: none;
  z-index: 99;
}

section.contact {
  margin-top: 80px;
}

section.contact .cols-contact {
  margin: 50px 0;
}

section.contact h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
}

section.contact h2.title-partners {
  margin-bottom: 40px;
  text-align: center;
  font-size: 25px;
}

section.contact .cols-contact h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

section.contact .cols-contact p {
  font-size: 15px;
  margin-bottom: 10px;
}

.cols-contact a {
  color: #2c93d1;
  text-decoration: none;
}

section.contact .polecane {
  margin-bottom: 50px;
}

section.contact .image-realization-new {
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.container-img span.title-bottom {
  position: absolute;
  bottom: -20px;
  right: 0;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  font-size: 20px;
}

.container-img span.title-bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background: transparent;
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: -1;
}

section.contact .container-img {
  cursor: pointer;
}

section.contact .modal-header {
  background: #000;
}

section.contact .modal-header h5#exampleModalLabel {
  color: #fff;
}

section.contact .modal-header .close {
  color: #fff;
  opacity: 1;
}

section.contact .partner-item-block {
  background: #e3e3e3;
  margin-bottom: 30px;
  border: 1px solid #000000;
}

section.contact .partner-item-block h3.name-partner {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  padding: 30px 0;
}



section.partners-list {
  padding: 40px 0;
}



section.partners-list .partner-image {
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  height: 140px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}




section.partners-list .partner-image img {
  max-height: 136px;
  max-width: 100%;
  height: auto;
	
}


section.partners-list .partner-desc h2 {
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: 600;
}

section.partners-list .partner-desc a {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

section.partners-list .partner-opis #partneropis p{
    font-size: 14px;
    margin-bottom: 20px; 
    color: #333; 
	text-align: center;
}

section.map h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.partner_box {
    position: relative;
}
#partneropis {
    position: relative;
    margin-bottom: 30px;
    margin-top: -10px;
    padding: 5px;
    background: #000;
    color: #fff;
}


.partner-image {
    position: relative; 
}

a.partner_desc {
    position: absolute;
    bottom: 0; 
    right: 0; 
    z-index: 10; 
}

.partner_desc .plus {
    padding: 0 5px;
    background: black;
    height: 25px;
    width: 25px; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
}

.partner-opis {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.partner-opis.active {
    max-height: 500px;
    opacity: 1;
}



@media(max-width:1199px) {
  section.map h3 {
    font-size: 20px;
  }
}

@media(max-width:767px) {
  section.map iframe {
    margin-bottom: 45px;
  }
}

@media(max-width:767px) {
  section.map h3 {
    text-align: center;
  }
}







@media(max-width:767px) {

  section.partners-list .partner-desc {
    margin-bottom: 30px;
  }
}

/* animate hamburger menu */
/* Icon 0 */

#nav-icon0 {
  width: 30px;
  height: 35px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

/* Icon 2 */

#nav-icon0 {}

#nav-icon0 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon0 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon0 span:nth-child(1),
#nav-icon0 span:nth-child(2) {
  top: 0px;
}

#nav-icon0 span:nth-child(3),
#nav-icon0 span:nth-child(4) {
  top: 10px;
}

#nav-icon0 span:nth-child(5),
#nav-icon0 span:nth-child(6) {
  top: 20px;
}

#nav-icon0.open span:nth-child(1),
#nav-icon0.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon0.open span:nth-child(2),
#nav-icon0.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon0.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}

#nav-icon0.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

#nav-icon0.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}

#nav-icon0.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}

footer {
  /* margin-top: 120px; */
  clear: both;
  padding-top: 50px;
}

section.about-us {
  margin-top: 40px;
  padding: 0 100px;
}

section.about-us .about-us-text {
  margin-top: 100px;
  margin-bottom: 45px;
}

section.about-us h2 {
  margin-bottom: 50px;
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
}

section.about-us .about-us-text h2 {
  margin-bottom: 30px;
  font-size: 35px;
}

section.about-us .about-us-text p {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: justify;
}

section.about-us .about-img-top {
  position: relative;
}

section.about-us .about-img-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  position: absolute;
  left: -40px;
  top: 40px;
}

section.services-list {
  margin-top: 80px;
}

section.services-list h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
}

section.service-types .text-services-list-full h2 {
  font-family: "Domine", serif;
  font-size: 35px;
}

section.service-types .text-services-list-full h3 {
  font-size: 22px;
}

section.services-list .text-head-services h2 {
  font-size: 35px;
}

section.services-list .text-head-services p {
  font-size: 15px;
  margin-bottom: 20px;
}

section.services-list .text-head-services a {
  background: #000;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

section.services-list .text-head-services a:hover {
  background: transparent;
  color: #000;
}

section.service-types .text-services-list-full p {
  font-size: 15px;
  margin-bottom: 20px;
}

section.service-types .text-services-list-full {
  margin: 80px 0;
}

section.service-types .img-serv img {
  width: 100%;
}

section.service-types .img-serv {
  position: relative;
}

section.service-types .img-serv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  position: absolute;
  left: -40px;
  top: 40px;
}








/* Icon 1 */

#nav-icon1,
#nav-icon2,
#nav-icon5,
#nav-icon3,
#nav-icon4 {
  width: 40px;
  height: 20px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 span,
#nav-icon5 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #1b3c76;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon5 span {
  background: #000;
}

#nav-icon2 span:nth-child(even),
#nav-icon5 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd),
#nav-icon5 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2),
#nav-icon5 span:nth-child(1),
#nav-icon5 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4),
#nav-icon5 span:nth-child(3),
#nav-icon5 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6),
#nav-icon5 span:nth-child(5),
#nav-icon5 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6),
#nav-icon5.open span:nth-child(1),
#nav-icon5.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5),
#nav-icon5.open span:nth-child(2),
#nav-icon5.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1),
#nav-icon5.open span:nth-child(1) {
  left: 10px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2),
#nav-icon5.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3),
#nav-icon5.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4),
#nav-icon5.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5),
#nav-icon5.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6),
#nav-icon5.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

/* end animate hamburger menu */

/* animate arrows */

.downArrow.bounce.text-center {
  margin: 40px 0;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeslider {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.d-block-img {
  display: block !important;
}

.wp-block-image .alignleft {
  margin-right: 50px !important;
}

.text-realization img {
  max-width: 100%;
  height: auto;

}

section.realizations-desc .text-realization img::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #000;
}





section.services-products:nth-child(odd) .col-one {
  order: 1;
}



section.services-products:nth-child(odd) .container-bg-gray .services-products-faq h2,
section.services-products:nth-child(odd) .container-bg-gray .services-products-faq {
  text-align: left;
  padding-right: 45px;
}

section.services-products:nth-child(odd) .container-bg-gray a.btn-more-faq {
  float: left !important;
}

section.services-products:nth-child(odd) .container-bg-gray {
  background: transparent;
}

@media(max-width: 767px) {

  section.services-products:nth-child(odd) .container-bg-gray .services-products-faq h2,
  section.services-products:nth-child(odd) .container-bg-gray .services-products-faq {
    padding: 0;
  }

  section.services-products:nth-child(odd) .col-one {
    order: unset;
  }
}



section.services-products:nth-child(odd) .container-bg-gray .services-products-faq .services-text-faq a {
  color: #000;
  text-decoration: none;
  margin-bottom: 7px;
  font-size: 15px;
  transition: 0.4s linear;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 10px;
}

section.services-products:nth-child(odd) .container-bg-gray .services-products-faq span.plus {
  margin-left: 0;
  margin-right: 20px;
  padding: 0px 5px;
  background: black;
}







/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* start style slider animation */
.slider-area {
  overflow-x: hidden;
  width: 100%;
  margin-top: 97px;
}

.b-diff {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-diff img:nth-child(1) {
  z-index: 1;
}

.b-diff img:nth-child(2) {
  z-index: 2;
}

.b-diff img {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.b-diff__control {
  position: absolute;
  z-index: 3;
  height: 100%;
  padding: 0 18px;
  animation: line-control-animate 1.5s ease-in;
}

.b-diff__control:hover {
  cursor: col-resize;
}

/* .b-diff__item {
	transition: 1.5s ease-in-out;
} */

.b-diff__item:nth-child(2) {
  animation: animate-slider 1.5s ease-in;
}

.b-diff__control:hover .b-diff__arrow_left {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}

.b-diff__control:hover .b-diff__arrow_right {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.b-diff__line {
  height: 100%;
  width: 4px;
  background: #f5f5f5;
}

.b-diff__arrow {
  position: absolute;
  top: 70%;
  width: 0;
  height: 0;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.b-diff__arrow_left {
  left: -10px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f5f5f5;
}

.b-diff__arrow_right {
  right: -10px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #183a74;
}

.b-diff__title_after {
  left: 50%;
  top: 55%;
  font-size: 32px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  background: transparent;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  text-align: center;
  letter-spacing: 10px;
  line-height: 27px;
}

@media(max-width:767px) {
  .b-diff__title_after {
    top: 40%;
  }
}

.b-diff__title.b-diff__title_after.under {
  font-size: 22px;
}

.b-diff__title_after:after {
  content: url(//saniwell.pl/wp-content/themes/Saniwellv2/images/SaniWell_white_big.png);
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: auto;
}

.b-diff__title_after.under:after {
  content: '';
}

.b-diff__title_before {
  color: #183a74;
  background: transparent;
  left: 50%;
  /* top: 47%; */
  top: 55%;
  font-size: 32px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  letter-spacing: 10px;
  line-height: 27px;
}

@media(max-width:767px) {
  .b-diff__title_before {
    top: 40%;
  }
}

.b-diff__title_before:before {
  content: url(//saniwell.pl/wp-content/themes/Saniwellv2/images/SaniWell_logo_blue_big.png);
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: auto;
}

.b-diff__title.b-diff__title_before.under:before {
  content: '';
  width: 0 !important;
}

.b-diff__title.b-diff__title_before.under {
  font-size: 22px;
  margin-top: 37px;
}



@keyframes animate-slider {
  0% {
    clip: rect(0px, 10vw, 834.948px, 0px);
  }

  70% {
    clip: rect(0px, 60vw, 834.948px, 0px);
  }

  100% {
    clip: rect(0px, 49vw, 834.948px, 0px);
  }
}

@keyframes line-control-animate {
  0% {
    left: calc(10vw - 18px);
  }

  70% {
    left: calc(60vw - 18px);
  }

  100% {
    left: calc(49vw - 18px);
  }
}

/* end style slider animation */

/* modal  */
.modal-body p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}

.modal-header {
  background: #000;
}

.modal-header h5.modal-title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.modal-dialog {
  margin: 10vh auto;
}

button.close {
  color: #fff;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
}

button.btn-close-popup {
  background: #000;
  border: none;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 7px;
}

/* hide text for seo */

section.hide-text .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border: none
}

section.hide-text .card {
  border: none
}

section.hide-text .card .card-body p {
  font-size: 15px;
  margin-bottom: 20px;
}

section.hide-text .card .card-body {
  padding: 0 !important;
}


section.hide-text .card-header:first-child {
  border-radius: none;
  padding: 0 !important;
}


section.hide-text button.btn.btn-link {
  text-align: center;
  text-decoration: none;
  color: #e3e3e3 !important;
  padding: 0 !important;
}

section.hide-text button.btn.btn-link:hover {
  text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}

/* Video */

main#video {
  padding-bottom: 50px;
}

#video .breadcrumb-bg {
  margin-bottom: 50px;
}

#video section.video-gallery-description .desctiption-top-video {
  margin-bottom: 50px;
}

#video section.video-gallery-description .desctiption-top-video p {
  font-size: 15px;
  margin-bottom: 20px;
}

#video section.video-gallery-description .desctiption-top-video h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
}

#video section.video-gallery-description .desctiption-top-video h3 {
  font-size: 30px;
}


#video section.video-gallery-description .desctiption-top-video h4 {
  background: #25447b;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 15px;
  font-size: 20px;
}



.wideo-iframe-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.wideo-title {
  background: #000;
  color: #fff;
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  min-height: 65px;
  margin-top: 5px;
  transition: .3s ease-in;
}

.wideo-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background: transparent;
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: -1;
}

.wideo-title:hover {
  background: #183a74;
  cursor: pointer;
}

.wideo-title:hover {
  background: #183a74;
  cursor: pointer;
}

.wideo-title h5 {
  padding: 15px 20px;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}




#video section.video-content .video-bottom-margin {
  margin-bottom: 90px;
}


.single-project-post-header {
  margin: 50px 0;
}

.single-project-post-container {
  width: 100%;
  max-width: 1522px;
}

.content-wideo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}






@media (max-width: 1260px) {

  .b-diff__title_after,
  .b-diff__title_before {
    font-size: 28px;
    letter-spacing: normal;
    font-weight: 600;
  }



  .b-diff__title.b-diff__title_before.under,
  .b-diff__title.b-diff__title_after.under {
    font-size: 20px;
  }

  .b-diff__title.b-diff__title_before.under {
    margin-top: 37px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
  }
}

@media (min-width:1240px) and (max-width: 1305px) {

  .navbar-dark .navbar-nav .nav-link,
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* .navbar-brand {
    max-width: 150px;
  }

  .navbar-brand img {
    max-width: 140px !important;
  } */
}

@media (max-width: 1400px) {

  .text-span-bg h2,
  section.about-us .text-span-bg h2 {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }

  section.info {
    padding: 0;
  }

  section.services-products .container-bg-gray .services-products-faq {
    padding: 0 15px;
  }

  section.about-us {
    padding: 0 15px;
  }

  .text-info-default p {
    line-height: 30px;
    font-size: 18px;
    margin-right: 0;
  }

  footer .footer-col {
    border: 0;
  }

  footer .container-footer {
    padding: 60px 15px;
  }

  section.std-wykonczen .std-desc {
    padding: 0 15px 0;
  }
}

@media (max-width: 1240px) {
  /* .navbar-dark-mobile {
		background: #000;
	} */
}

@media (max-width: 1239px) {
  .navbar-light .navbar-nav .nav-link {
    text-align: center;
    padding: 10px 0;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    text-align: center;
  }

  /* .navbar-light .navbar-nav .nav-link:hover {
    background: #000;
    color: #fff;
  } */

  .padd50 {
    padding: 50px 0;
  }
}

@media(max-width:1199px) {
  .b-diff__arrow {
    top: 90%;
  }
}

@media (max-width: 1110px) {

  .b-diff__title_before:before,
  .b-diff__title_after:after {
    content: "";
  }

  .b-diff__arrow_left {
    left: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #f5f5f5;
  }

  .b-diff__arrow_right {
    right: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #183a74;
  }
}




@media (max-width: 991px) {
  small img.d-block-img {
    display: none !important;
  }

  .col-md-12.col-lg-6.order-mobile-1 {
    order: 1;
  }

  .col-md-12.col-lg-6.order-mobile-2 {
    order: 2;
  }

  .mb-img-home {
    margin-bottom: 40px;
  }

  .col-info-img::before,
  .col-info-img-standards::before {
    top: 10px;
    left: -10px;
  }

  .col-info-img::before,
  .col-info-img-standards::before {
    top: 10px;
    left: -10px;
  }

  section.about-us .about-img-top::before {
    left: -10px;
    top: 10px;
  }

  .text-info-default {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .list-plain {
    display: none;
  }



  section.std-wykonczen:nth-child(even) .col-one {
    order: 0;
  }

  span.realization-title {
    right: 15px;
    left: 15px;
  }

  .container-apla {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }

  span.realization-title::before {
    top: 10px;
    left: -10px;
  }

  .col-info-img::before,
  .col-info-img-standards::before {
    width: 95%;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .block-hover img {
    max-width: 25%;
  }

  .choice .item a h2 {
    font-size: 20px;
  }



  section.realizations h2 {
    font-size: 8vw;
  }



  .col-info-img-standards {
    margin-left: 0;
  }

  .bg-title-breadcrumb h2,
  .bg-title-breadcrumb h1 {
    font-size: 6vw;
    top: 70%;
  }

  .breadcrumb {
    padding: 40px 0 0;
    list-style: none;
    background-color: transparent;
  }

  section.std-wykonczen:nth-child(even) .col-md-5 {
    order: 1;
  }

  section.std-wykonczen:nth-child(even) .col-md-7 {
    order: 2;
  }

  section.std-wykonczen p,
  section.std-wykonczen h2 {
    text-align: left;
  }



  section.std-wykonczen:nth-child(odd) .std-bg-gray .std-desc {
    padding: 0;
  }

  a.btn-more-realizations,
  section.services-products .container-bg-gray a.btn-more-faq {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }

  section.std-wykonczen p {
    font-size: 16px;
  }

  section.std-wykonczen:nth-child(even) .float-right {
    float: right !important;
  }

  section.std-wykonczen .col-info-img-standards {
    margin-left: 0;
  }

  footer .footer-secondary .col-right-footer {
    order: 1;
  }

  footer .footer-secondary .col-left-footer {
    order: 2;
  }

  footer .footer-secondary p.right,
  footer .footer-secondary p.left {
    text-align: center;
  }

  footer .footer-secondary p {
    padding: 10px 0;
  }

  .displayDesktop {
    display: none !important;
  }

  .displayMobile {
    display: block;
    margin-bottom: 80px;
  }
}

@media (orientation: portrait) and (max-width: 480px) {
  .brand-big img {
    display: none;
  }
}

@media (orientation: landscape) and (max-width: 860px) and (max-height: 550px) {
  .brand-big img {
    display: none;
  }

  .block-hover img {
    max-width: 22%;
  }

  .choice .item a h2 {
    font-size: 4vh;
    padding: 5px 0 0;
  }

  .choice {
    margin: 15px 0;
  }

  .navbar {
    padding: 2%;
  }
}

@media (orientation: landscape) and (max-width: 800px) {
  .bg-title-breadcrumb h2 {
    font-size: 3vw;
  }

  .breadcrumb {
    padding: 10px 0;
  }

  .choice .items-wrapper {
    padding: 0;
  }

  /* .block-hover img {
		max-width: 45%;
	} */
}

@media(max-width:599px) {

  .b-diff__title_after,
  .b-diff__title_before {
    font-size: 23px;
    letter-spacing: normal;
    line-height: 22px;
  }

  .b-diff__title.b-diff__title_before.under,
  .b-diff__title.b-diff__title_after.under {
    font-size: 18px;
  }

  .b-diff__title.b-diff__title_before.under {
    margin-top: 32px;
  }

}

@media (max-width: 575px) {
  .block-hover img {
    max-width: 15%;
  }

  .choice {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
  }
}

@media (max-width: 500px) {

  /* a.navbar-brand-big img,
  a.navbar-brand img {
    max-width: 140px;
  } */

  .breadcrumb-bg {
    margin-top: 60px;
  }

  /* a.navbar-brand-big img,
  a.navbar-brand img {
    max-width: 120px;
  } */

  .slider-area {
    margin-top: 68px !important;
  }

  section.realizations-desc h2 {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .text {
    padding: 15px 15px 40px 15px;
  }

  .text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .text h3::after {
    margin-bottom: 10px;
  }
}

@media(max-width: 508px) {
  .b-diff__title.b-diff__title_before.under {
    /* margin-top: 54px; */
  }

  .b-diff__arrow {
    top: 85%;
  }
}

@media (max-width: 400px) {

  .b-diff__title_after,
  .b-diff__title_before {
    font-size: 6vw;
  }

  .b-diff__title.b-diff__title_before.under,
  .b-diff__title.b-diff__title_after.under {
    font-size: 4vw;
  }

  .b-diff__title.b-diff__title_before.under {
    margin-top: 32px;
  }

  footer span.bg-title-contact {
    padding: 5px 25px;
    font-family: "Domine", serif;
    font-size: 35px;
    font-weight: 700;
    margin-left: 0;
    left: 5px;
  }
}

/* SLIDER ustawienia ręczne */
.slider_big_img {
  width: 100vw;
  height: 100vh;
}

.container-slider {
  margin: 0 auto;
  width: 100%;
  max-width: 100vw;
  /* margin-top: 69px; */
  padding-right: 0;
  padding-left: 0;
}


@media(max-width:991px) {
  .container-slider {
    display: none;
  }
}

.container-slider-center {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}


.text-info-default h2 {
  font-family: "Domine", serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media(max-width:991px) {
  .text-info-default h2 {
    font-size: 32px;
  }
}

@media(max-width:767px) {
  .text-info-default h2 {
    font-size: 30px;
  }
}

@media(max-width:500px) {
  .text-info-default h2 {
    font-size: 26px;
  }
}


.b-diff {
  /* width: 100% !important; */
  overflow: hidden;
}

.b-diff__item {
  /* width: 100% !important; */
}

/* SLIDER ustawienia ręczne */

@media (min-width: 990px) {
  .container {
    width: 100%;
    max-width: 1920px;
    /* padding: 0 90px; */
  }

  .text-info-default {
    padding: 25px;
    min-height: 400px;
  }
}

@media (min-width: 1240px) {
  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 1239px) {
  .navbar-top {
    background: #fff !important;
    box-shadow: 0 0 15px #ccc;
  }
}

@media (min-width: 991px) {
  section.std-wykonczen:nth-child(even) .std-desc.mb-30-custom {
    padding-right: 30px;
  }

  section.std-wykonczen:nth-child(odd) .std-desc.mb-30-custom {
    padding-left: 30px;
  }
}

/* FILTROWANIE REALIZACJI */

.searchandfilter {
  margin-bottom: 30px;
}

.searchandfilter ul li ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.searchandfilter ul li ul li {
  border: 1px solid black;

  margin: 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.searchandfilter ul li ul li label {
  font-size: 17px;
  cursor: pointer;
  padding: 10px;
}

@media(max-width:767px) {
  .searchandfilter ul li ul li label {
    font-size: 13px;
    padding: 5px 10px;
  }

  .searchandfilter ul li ul li {
    margin: 5px;
  }
}

.searchandfilter ul {
  padding: 0;
}

.searchandfilter ul li ul li input.sf-input-radio {
  display: none;
}

.searchandfilter ul li ul li.sf-option-active {
  background-color: black;
  color: white;
}

.searchandfilter ul li ul li {
  background-color: white;
  color: black;
}

.searchandfilter ul li {
  padding: 0 !important;
}



.searchandfilter li.sf-level-0 input {
  display: none;
}



.area_button_back_toFilter {
  display: flex;
  justify-content: flex-end;
}

a.back_link_to_filter {
  background: #000;
  color: #fff;
  padding: 10px 20px 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  transform: scale(1);
  transition: 0.3s;
}

a.back_link_to_filter:hover {
  background: #183a74;
}



section.realizations-desc {
  margin-top: 40px;
  padding-bottom: 0px;
}

.results-counter p {
  margin-bottom: 20px;
  font-size: 17px;
}

.pagination {
  font-size: 17px;
}

.pagination span {
  margin: 5px;
}

.pagination .page-numbers {
  margin: 5px;
  font-weight: 600;
  color: #ccc;
}

.pagination .next.page-numbers {
  margin: 5px;
}

.pagination .prev.page-numbers {
  margin: 5px;
}

.pagination .page-numbers.current {
  color: #000;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.realizations {
  margin-bottom: 90px;
}

.searchandfilter ul li li {
  padding: 0 0 !important;
}





/* Table style */


.wp-block-table.is-style-regular td,
.wp-block-table.is-style-regular th {
  border: 1px solid #000000;
}


.wp-block-table.is-style-regular td,
.wp-block-table.is-style-regular th,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  font-size: 15px;
  padding: 10px;
}

figcaption {
  font-size: 15px !important;
  margin-bottom: 10px;
}



main.art .std-wykonczen:last-child {
  margin-bottom: 120px;
}









/* FOOTER LINKS CITY */

.footer-wrapper-links-city {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.footer-wrapper-links-city .footer-column-links-city {
  width: 20%;
  /* padding: 0 7.5px; */
}

.footer-wrapper-links-city .footer-column-links-city:first-child {
  padding-left: 0;
}

.footer-wrapper-links-city .footer-column-links-city:last-child {
  padding-right: 0;
}

.footer-wrapper-links-city .footer-column-links-city h5 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-wrapper-links-city .footer-column-links-city a {
  transition: .1s linear;
}

.footer-wrapper-links-city .footer-column-links-city a:hover {
  opacity: .6;
}




@media(max-width:1440px) {
  .footer-wrapper-links-city .footer-column-links-city {
    width: 25%;
  }

  .footer-wrapper-links-city .footer-column-links-city:last-child {
    padding-right: 7.5px;
    padding-left: 0;
  }
}

@media(max-width:1190px) {
  .footer-wrapper-links-city .footer-column-links-city {
    width: 30%;
  }

  .footer-wrapper-links-city .footer-column-links-city:nth-child(3) {
    padding-right: 0;
  }

  .footer-wrapper-links-city .footer-column-links-city:last-child {
    /* padding-right: 0;
    padding-left: 7.5px; */
  }

  .footer-wrapper-links-city .footer-column-links-city:nth-child(4) {
    padding-left: 0;
  }
}

@media(max-width:991px) {
  .footer-wrapper-links-city .footer-column-links-city {
    width: 50%;
  }

  .footer-wrapper-links-city .footer-column-links-city:nth-child(3) {
    padding-left: 0;
    padding-right: 7.5px;
  }

  .footer-wrapper-links-city .footer-column-links-city:nth-child(4) {
    padding-left: 7.5px;
    padding-right: 0;
  }

  .footer-wrapper-links-city .footer-column-links-city:last-child {
    padding-left: 0;
    padding-right: 7.5px;
  }

  .footer-wrapper-links-city .footer-column-links-city:nth-child(2) {
    padding-right: 0;
  }
}

@media(max-width:767px) {
  .footer-wrapper-links-city .footer-column-links-city {
    width: 100%;
    padding: 0 !important;
  }
}


/* FOOTER LINKS CITY END */









/* mobile new style */

@media(max-width:1400px) {
  .text-info-default p {
    line-height: unset;
    font-size: 16px;
  }
}


@media(max-width:991px) {



  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 15px;
  }

  .text-span-bg h1 {
    text-align: center;
    font-size: 26px;
  }

  section.services-products .container-bg-gray .services-products-faq h2 {
    font-size: 32px;
  }


  .text-info-default p {
    line-height: unset;
    font-size: 15px;
  }

  section.realizations-desc h2 {
    font-size: 32px;
  }

  section.realizations-desc p {
    font-size: 15px;
  }

  section.about-us .about-us-text h2 {
    font-size: 32px;
  }

  .text-head-std h2,
  .text-head-std h3 {
    font-size: 32px;
  }

  section.std-wykonczen h2 {
    font-size: 32px;
  }




  #video section.video-gallery-description .desctiption-top-video h2 {
    font-size: 32px;
  }

  #video section.video-gallery-description .desctiption-top-video h3 {
    font-size: 20px;
  }

  #video section.video-gallery-description .desctiption-top-video h4 {
    font-size: 18px;
  }

}

@media(max-width:767px) {

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 18px;
  }




  .text-span-bg h1 {
    font-size: 22px;
  }

  section.services-products .container-bg-gray .services-products-faq h2 {
    font-size: 30px;
    margin: 20px 0;
  }

  section.services-products .container-bg-gray .services-products-faq h3 {
    font-size: 18px;
  }

  section.realizations-desc h2 {
    font-size: 30px;
  }


  section.realizations-desc .text-realization h3 {
    font-size: 18px;
  }

  section.realizations-desc .text-realization h4 {
    font-size: 18px;
  }

  section.about-us .about-us-text h2 {
    font-size: 30px;
  }


  .text-head-std h2,
  .text-head-std h3 {
    font-size: 30px;
  }

  section.std-wykonczen h2 {
    font-size: 30px;
  }

  #video section.video-gallery-description .desctiption-top-video h2 {
    font-size: 30px;
  }

}

@media(max-width:500px) {
  .text-span-bg h1 {
    font-size: 20px;
  }

  section.services-products .container-bg-gray .services-products-faq h2 {
    font-size: 26px;
  }


  section.realizations-desc h2 {
    font-size: 26px;
  }

  section.about-us .about-us-text h2 {
    font-size: 26px;
  }

  .text-head-std h2,
  .text-head-std h3 {
    font-size: 26px;
  }

  section.std-wykonczen h2 {
    font-size: 26px;
  }

  #video section.video-gallery-description .desctiption-top-video h2 {
    font-size: 26px;
  }
}



/* start formularz konkurs */

.form-wrapper.form-wrapper-700 {
  width: 700px;
  margin: 30px auto;
}



@media(max-width:991px) {
  .form-wrapper.form-wrapper-700 {
    width: 80%;
  }
}

@media(max-width:500px) {
  .form-wrapper.form-wrapper-700 {
    width: 100%;
  }
}
/*.formularz-konkursowy */
.form-control {
  border: 1px solid #000000;
}

.wpcf7-acceptance label {
  font-size: 15px;
}

.wpcf7-acceptance label span.wpcf7-list-item-label {
  margin-left: 10px;
}

.wpcf7-acceptance .wpcf7-list-item {
    padding: 15px 0;
    margin: 0;
}

input[type=file]::file-selector-button {
  background-color: #000;
  color: #fff;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  transition: .5s;
  font-size: 16px;
}

input[type=file]::file-selector-button:hover {
  background-color: #eee;
  color: #000;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}
input[type="file"] {
    cursor: pointer;
    font-size: 16px;
}

.btn-send {
  background: #000;
  border: 0;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 0;
  transition: 0.3s linear;
  text-transform: uppercase;
  border: 1px solid #000000;
  font-size: 16px;
}

.btn-send:hover {
  background: #ffffff;
  color: #000000;
}


.wpcf7-not-valid-tip {
  font-size: 13px !important;
}

.wpcf7-response-output {
  font-size: 15px !important;
  text-align: center !important;
  width: 100%;
  margin: 15px auto !important;
}

.wpcf7-response-output {
  font-size: 15px !important;
  text-align: center !important;
  width: 700px;
  margin: 15px auto !important;
}

@media(max-width:991px) {
  .wpcf7-response-output {
    width: 80%;
  }
  .wp-block-table.is-style-regular td, .wp-block-table.is-style-regular th, .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    font-size: 12px;
}

@media(max-width:500px) {
  .wpcf7-response-output {
    width: 100%;
  }
}