/*!
Theme Name: Fest
*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50%, 0%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInSimple {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html body {
  font-family: "Lato", sans-serif;
}

.align_right {
  text-align: right;
}

#page {
  padding-top: 130px;
  overflow: hidden;
}

.default_header {
  padding: 70px 0;
}
.default_header .tytul {
  font-size: 42px;
  color: #0f2c52;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 1rem;
}

.page article {
  color: #3f3f3f;
  font-size: 20px;
  line-height: 24px;
}
.page article ul {
  padding-left: 20px;
}
.page article ul li {
  padding-bottom: 10px;
}
.page article ul.ul_ok {
  padding: 0;
  list-style-type: none;
}
.page article ul.ul_ok li {
  background-image: url("/wp-content/uploads/2020/02/ok.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 0px 6px;
}
.page .seo-content {
	padding: 15px 0;
}
.page .seo-content p {
	text-align: justify;
}
.page .tlo_kafelek {
  background-image: url("/wp-content/uploads/2020/02/tlo_plytki.png");
  padding: 45px 0 15px;
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  background-size: cover;
  background-position: top center;
}
.page .tlo_kafelek .wp-block-group__inner-container {
  max-width: 1140px;
  margin: auto;
}
.page .tlo_kafelek .wp-block-group__inner-container .wp-block-columns {
  align-items: center;
}
.page .tlo_plytkarz {
  background-image: url("/wp-content/uploads/2020/02/plytkarz.png");
  background-repeat: no-repeat;
  background-position: 220% 0px;
  padding-bottom: 60px;
}

@font-face {
  font-family: "LEAGUESPARTAN";
  src: url("fonts/LEAGUESPARTAN-BOLD.OTF") format("opentype");
  font-style: normal;
}
.animated.animated_default {
  opacity: 0;
}
.animated.animated_default.animation {
  animation-delay: 1.5s;
}
.animated.animated_default.animation.left {
  animation: fadeInLeft 1s ease-in both;
}
.animated.animated_default.animation.right {
  animation: fadeInRight 1s ease-in both;
}
.animated.animated_default.animation.top {
  animation: fadeIn 1s ease-in both;
}
.animated.animated_default.animation.simple {
  animation: fadeInSimple 1s ease-in both;
}

@media (max-width: 993px) {
  .animated.animated_default {
    opacity: 0;
  }
  .animated.animated_default.animation {
    animation-delay: 1.5s;
  }
  .animated.animated_default.animation.left_md {
    animation: fadeInLeft 1s ease-in both !important;
  }
  .animated.animated_default.animation.right_md {
    animation: fadeInRight 1s ease-in both !important;
  }
  .animated.animated_default.animation.top_md {
    animation: fadeIn 1s ease-in both !important;
  }
  .animated.animated_default.animation.simple_md {
    animation: fadeInSimple 1s ease-in both !important;
  }
}
@media (min-width: 767px) {
  .wp-block-image {
    margin-bottom: 0;
  }
  .wp-block-image figure {
    margin-bottom: 0;
  }
}
#header {
  padding-bottom: 30px;
  position: fixed;
  width: 100%;
  top: 0;
  background-image: url("/wp-content/uploads/2020/02/top_header_tlo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  z-index: 99;
}
#header.fixed .logo img {
  height: 111px;
  width: auto;
}
#header .container {
  padding-right: 70px;
}
#header .logo img {
  max-width: 229px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  transition: 0.5s;
}
#header .top_header {
  text-align: right;
  padding: 10px 0 20px 0;
}
#header .top_header a.email {
  color: #0f6aa9;
  font-size: 18px;
  vertical-align: middle;
  line-height: 18px;
}
#header .top_header a.tel {
  padding-left: 20px;
  color: #0f6aa9;
  font-size: 25px;
  vertical-align: middle;
  line-height: 25px;
  font-weight: 900;
}
#header .top_header a:hover {
  text-decoration: none;
  color: #022554;
}
#header .menu_cont {
  text-align: right;
  padding-right: 0;
}
#header .menu_cont .kreska {
  position: absolute;
  height: 9px;
  width: 100%;
  max-width: 200px;
  background: #0f6aa9;
  bottom: -5px;
  left: 10px;
}
#header .menu_cont .kreska:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #0f6aa9;
  position: absolute;
  left: -10px;
}
#header .menu_cont .kreska:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #0f6aa9;
  position: absolute;
  right: -10px;
}
#header .menu_cont ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header .menu_cont ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
#header .menu_cont ul li:last-child {
  padding-right: 0;
}
#header .menu_cont ul li a {
  color: #022554;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "LEAGUESPARTAN";
}
#header .menu_cont ul li a:hover {
  color: #0f6aa9;
  text-decoration: none;
}
#header .menu_cont ul li.current-menu-item a {
  color: #0f6aa9;
}
#header .menu_cont ul li ul {
  padding: 15px 15px;
  left: 0px;
  top: 25px;
  margin: 0;
  display: none;
  position: absolute;
  text-align: left;
  background: white;
}
#header .menu_cont ul li ul li {
  margin: 0;
  padding: 0 0 10px 0;
}
#header .menu_cont ul li .child_menu {
  display: none;
}
#header .menu_cont ul li.menu-item-has-children > .child_menu {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
}

@media (min-width: 994px) {
  #header .menu_cont ul li.menu-item-has-children:hover ul {
    animation: fadeIn 0.5s ease-in both;
    display: block;
  }
}
.slider .szary_pasek {
  height: 50px;
  background: #e8e8e8;
}
.slider .tlo .container {
  position: relative;
  padding: 230px 0 30px;
}
.slider .tlo .container h1,
.slider .tlo .container .h1 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 44px;
  font-family: "LEAGUESPARTAN";
}
.slider .tlo .container h1 span,
.slider .tlo .container .h1 span {
  font-size: 27px;
  line-height: 28px;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.slider .tlo .container h1 span:before,
.slider .tlo .container .h1 span:before {
  content: " ";
  position: absolute;
  height: 6px;
  width: calc(100% - 12px);
  max-width: 200px;
  background: #0f6aa9;
  bottom: -6px;
  left: 10px;
}
.slider .tlo .container h1 span:after,
.slider .tlo .container .h1 span:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0f6aa9;
  position: absolute;
  bottom: -6px;
  left: 4px;
}
.slider .tlo .container img {
  position: absolute;
  right: 70px;
  top: -85px;
}
.slider .tlo .container .kreska1 {
  background-color: #0f6aa9;
  position: absolute;
  bottom: -50px;
  width: calc(100% + 100px);
  height: 20px;
  right: -50%;
  z-index: -1;
}
.slider .tlo .container .kreska1:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0f6aa9;
  position: absolute;
  left: -20px;
}
.slider .tlo .container .kreska2 {
  background-color: #e2e2e2;
  position: absolute;
  bottom: -90px;
  width: calc(100% + 75px);
  height: 20px;
  right: -50%;
  z-index: -1;
}
.slider .tlo .container .kreska2:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e2e2e2;
  position: absolute;
  left: -20px;
}

#colophon {
  padding-top: 50px;
  background-position: 100% -75px;
  background-repeat: no-repeat;
  padding-bottom: 85px;
}
#colophon .footer_title {
  color: #25426b;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
}
#colophon .footer_info {
  background: #f4f4f4;
  padding: 15px 15px;
  position: relative;
  margin-bottom: 70px;
  position: relative;
}
#colophon .footer_info:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #f4f4f4;
  content: " ";
}
#colophon .footer_info .tel {
  display: table;
  color: #414141;
  font-size: 42px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 10px;
}
#colophon .footer_info .tel .fas {
  padding-right: 10px;
}
#colophon .footer_info .mail {
  display: table;
  color: #414141;
  font-size: 26px;
  line-height: 28px;
}
#colophon .footer_info .mail .fas {
  padding-right: 10px;
}
#colophon .footer_info .zapytanie {
  position: absolute;
  max-width: 280px;
  width: 100%;
  right: -50px;
  text-align: center;
  background: #414141;
  color: #d5d5d5;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  padding: 15px 0;
  top: 50%;
  margin-top: -31px;
  border: 2px solid #414141;
}
#colophon .footer_info .zapytanie:hover {
  background: transparent;
  color: #414141;
  text-decoration: none;
}
#colophon .copy p {
  color: #373737;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.glowna_opisy {
  padding: 70px 0;
}
.glowna_opisy .tytul {
  color: #0f6aa9;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 70px;
}
.glowna_opisy .opis {
  color: #414141;
  font-size: 16px;
  line-height: 26px;
}

.home_oferta {
  position: relative;
  padding-bottom: 120px;
}
.home_oferta > img {
  position: absolute;
  left: 102px;
  right: 0;
  margin: auto;
  z-index: 9;
  top: -60px;
}
.home_oferta .row .col-md-6:nth-child(1) {
  background-position: 0 0;
  background-repeat: no-repeat;
      background-size: cover;
}
.home_oferta .row .col-md-6:nth-child(1) a:hover {
  text-decoration: none;
}
.home_oferta .row .col-md-6:nth-child(1) .oferta_cont {
  max-width: 555px;
  float: right;
  width: 100%;
}
.home_oferta .row .col-md-6:nth-child(1) .oferta_cont .tytul {
  text-align: center;
  font-size: 42px;
  line-height: 44px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  padding: 130px 0;
  margin: 0;
  float: left;
}
.home_oferta .row .col-md-6:nth-child(2) {
  background-position: 0 0;
  background-repeat: no-repeat;
      background-size: cover;
}
.home_oferta .row .col-md-6:nth-child(2) .oferta_cont {
  max-width: 555px;
  float: left;
  width: 100%;
}
.home_oferta .row .col-md-6:nth-child(2) .oferta_cont .tytul {
  float: right;
  text-transform: uppercase;
  padding: 130px 0;
  margin: 0;
  text-align: center;
  font-size: 42px;
  line-height: 44px;
  color: black;
  font-weight: 900;
}

.home_klienci .tytul {
  text-align: right;
  font-size: 40px;
  font-weight: bold;
  color: #25426b;
  line-height: 42px;
  position: relative;
  margin-bottom: 50px;
  z-index: 9;
}
.home_klienci .tytul span {
  position: absolute;
  background: #0f6aa9;
  height: 20px;
  width: 200%;
  right: 280px;
  z-index: 9;
  top: -10px;
}
.home_klienci .tytul span:nth-child(2) {
  top: 30px;
  right: 310px;
}
.home_klienci .tytul span:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0f6aa9;
  position: absolute;
  right: -20px;
}
.home_klienci .klenci_cont .col-md-3:nth-child(1) .box_zdjecie {
  height: 230px;
  position: relative;
}
.home_klienci .klenci_cont .col-md-3:nth-child(1) .box_zdjecie .box_height {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(1) .box_zdjecie .box_width {
  height: 100%;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(1) .box_cont {
  height: 230px;
  position: relative;
}
.home_klienci .klenci_cont .col-md-3:nth-child(1) .box_cont .box_height {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(1) .box_cont .box_width {
  height: 100%;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(1) .box_cont .box_fade {
  position: absolute;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(1) .box_cont .box_fade p {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 27px;
  margin: 15px 0 0 0;
}
.home_klienci .klenci_cont .col-md-3:nth-child(2) .box_zdjecie {
  height: 230px;
  position: relative;
}
.home_klienci .klenci_cont .col-md-3:nth-child(2) .box_zdjecie .box_height {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(2) .box_zdjecie .box_width {
  height: 100%;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(2) .box_cont {
  height: 230px;
  position: relative;
}
.home_klienci .klenci_cont .col-md-3:nth-child(2) .box_cont .box_height {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(2) .box_cont .box_width {
  height: 100%;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(2) .box_cont .box_fade {
  position: absolute;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(2) .box_cont .box_fade p {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 27px;
  margin: 15px 0 0 0;
}
.home_klienci .klenci_cont .col-md-3:nth-child(3) .box_zdjecie {
  height: 230px;
  position: relative;
}
.home_klienci .klenci_cont .col-md-3:nth-child(3) .box_zdjecie .box_height {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(3) .box_zdjecie .box_width {
  height: 100%;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(3) .box_cont {
  height: 230px;
  position: relative;
}
.home_klienci .klenci_cont .col-md-3:nth-child(3) .box_cont .box_height {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(3) .box_cont .box_width {
  height: 100%;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(3) .box_cont .box_fade {
  position: absolute;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(3) .box_cont .box_fade p {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 27px;
  margin: 15px 0 0 0;
}
.home_klienci .klenci_cont .col-md-3:nth-child(4) .box_zdjecie {
  height: 230px;
  position: relative;
}
.home_klienci .klenci_cont .col-md-3:nth-child(4) .box_zdjecie .box_height {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(4) .box_zdjecie .box_width {
  height: 100%;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(4) .box_cont {
  height: 230px;
  position: relative;
}
.home_klienci .klenci_cont .col-md-3:nth-child(4) .box_cont .box_height {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(4) .box_cont .box_width {
  height: 100%;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  background-position: top left;
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(4) .box_cont .box_fade {
  position: absolute;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.home_klienci .klenci_cont .col-md-3:nth-child(4) .box_cont .box_fade p {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 27px;
  margin: 15px 0 0 0;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(1) .box_zdjecie .box_height {
  height: 100%;
  transition-delay: 0.2s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(1) .box_zdjecie .box_width {
  width: 100%;
  transition-delay: 0.4s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(1) .box_cont .box_height {
  height: 100%;
  transition-delay: 0.7s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(1) .box_cont .box_width {
  width: 100%;
  transition-delay: 0.9s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(1) .box_cont .box_fade {
  opacity: 1;
  transition-delay: 1.2s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(2) .box_zdjecie .box_height {
  height: 100%;
  transition-delay: 1.2s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(2) .box_zdjecie .box_width {
  width: 100%;
  transition-delay: 1.4s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(2) .box_cont .box_height {
  height: 100%;
  transition-delay: 1.7s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(2) .box_cont .box_width {
  width: 100%;
  transition-delay: 1.9s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(2) .box_cont .box_fade {
  opacity: 1;
  transition-delay: 2.2s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(3) .box_zdjecie .box_height {
  height: 100%;
  transition-delay: 2.2s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(3) .box_zdjecie .box_width {
  width: 100%;
  transition-delay: 2.4s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(3) .box_cont .box_height {
  height: 100%;
  transition-delay: 2.7s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(3) .box_cont .box_width {
  width: 100%;
  transition-delay: 2.9s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(3) .box_cont .box_fade {
  opacity: 1;
  transition-delay: 3.2s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(4) .box_zdjecie .box_height {
  height: 100%;
  transition-delay: 3.2s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(4) .box_zdjecie .box_width {
  width: 100%;
  transition-delay: 3.4s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(4) .box_cont .box_height {
  height: 100%;
  transition-delay: 3.7s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(4) .box_cont .box_width {
  width: 100%;
  transition-delay: 3.9s;
}
.home_klienci .klenci_cont.animation .col-md-3:nth-child(4) .box_cont .box_fade {
  opacity: 1;
  transition-delay: 4.2s;
}

.kontakt_formualarz {
  margin-top: 10px;
}
.kontakt_formualarz p {
  margin: 0;
}
.kontakt_formualarz input, .kontakt_formualarz textarea {
  border: 1px solid #cccccc;
  width: 100%;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 14px;
  color: black;
}
.kontakt_formualarz input::-webkit-input-placeholder, .kontakt_formualarz textarea::-webkit-input-placeholder {
  color: black;
}
.kontakt_formualarz input:-moz-placeholder, .kontakt_formualarz textarea:-moz-placeholder {
  color: black;
}
.kontakt_formualarz input::-moz-placeholder, .kontakt_formualarz textarea::-moz-placeholder {
  color: black;
}
.kontakt_formualarz input:-ms-input-placeholder, .kontakt_formualarz textarea:-ms-input-placeholder {
  color: black;
}
.kontakt_formualarz input:focus, .kontakt_formualarz textarea:focus {
  outline: none;
  border-color: #022554;
}
.kontakt_formualarz input[type=submit], .kontakt_formualarz textarea[type=submit] {
  background: #595959;
  color: white;
  border-color: #595959;
  transition: 0.5s;
}
.kontakt_formualarz input[type=submit]:hover, .kontakt_formualarz textarea[type=submit]:hover {
  background: transparent;
  color: #595959;
}
.kontakt_formualarz .wpcf7-list-item {
  margin: 10px 0 0 0;
}
.kontakt_formualarz .wpcf7-list-item input[type=checkbox] {
  margin: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-appearance: none;
  padding: 0;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
}
.kontakt_formualarz .wpcf7-list-item input[type=checkbox]:checked:before {
  content: " ";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #022554;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.kontakt_formualarz .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 12px;
  color: black;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 40px);
  padding-top: 3px;
}
.kontakt_formualarz .col-sm-5 a {
  display: block;
  margin-top: 15px;
}
.kontakt_formualarz .col-sm-5 a span {
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding-left: 10px;
  vertical-align: middle;
}
.kontakt_formualarz .col-sm-5 a:hover {
  text-decoration: none;
}
.kontakt_formualarz .nota_prawna_popup_cont {
  position: relative;
}
.kontakt_formualarz .nota_prawna_popup_cont:hover .nota_prawna_popup {
  display: block;
  animation: fadeIn 0.5s ease-in both;
}
.kontakt_formualarz .nota_prawna_popup_cont .nota_prawna_popup {
  position: absolute;
  width: 120%;
  left: -15%;
  bottom: 60px;
  background: black;
  color: white;
  text-align: justify;
  padding: 5px 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  display: none;
}
.kontakt_formualarz .nota_prawna_popup_cont .nota_prawna_popup:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  bottom: -10px;
}

.kontakt_formualarz_naglowek {
  overflow: hidden;
}
.kontakt_formualarz_naglowek img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 10px;
}
.kontakt_formualarz_naglowek p {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  text-transform: uppercase;
  color: #0f6aa9;
  font-weight: 900;
  font-size: 56px;
  margin: 0;
  line-height: 60px;
}

.page-template-kontakt #colophon .footer_title {
  margin: 20px 0;
}

@media (max-width: 993px) {
  #header {
    padding: 0;
  }
  #header .container {
    padding: 0 15px;
  }
  #header .top_header a.tel {
    display: block;
    padding: 6px 0 0 0;
  }
  #header .top_header a.email {
    display: none;
  }
  #header .logo img {
    position: inherit;
    width: initial;
    max-width: initial;
    left: 0;
    height: 75px;
  }
  #header #mobile_menu {
    text-align: right;
    font-size: 24px;
    padding: 10px 20px 10px 0;
  }
  #header .menu_cont {
    width: 100%;
    left: 0;
    right: initial;
    margin: auto;
    position: fixed;
    height: 100%;
    top: 0;
    background: white;
    padding: 15px;
    display: none;
    text-align: center;
  }
  #header .menu_cont > div {
    overflow: auto;
    height: 100%;
    padding-bottom: 30px;
  }
  #header .menu_cont > div .hide_mobile {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 10px;
  }
  #header .menu_cont ul {
    margin: 50px 0 100px 0;
  }
  #header .menu_cont ul li {
    display: block;
    padding: 0;
  }
  #header .menu_cont ul li a {
    padding: 8px;
    display: block;
  }
  #header .menu_cont ul li ul {
    position: initial;
    padding: 0;
    text-align: center;
    background: #f1f1f1;
  }
  #header .menu_cont ul li .child_menu {
    position: absolute;
    top: 6px;
    right: 0;
  }
  #header .menu_cont .tel {
    color: #0f6aa9;
    font-size: 25px;
    vertical-align: middle;
    line-height: 25px;
    font-weight: 900;
  }
  #header .menu_cont.active {
    animation: fadeIn 0.5s ease-in both;
    display: block;
  }

  .slider .tlo .container {
    padding: 130px 15px 30px;
  }
  .slider .tlo .container img {
    right: 0;
    z-index: -1;
    width: 70%;
    left: 0;
    margin: auto;
  }
  .slider .tlo .container h1 {
    font-size: 32px;
  }

  #colophon {
    background-position: center bottom;
    background-size: contain;
  }
  #colophon .footer_info .zapytanie {
    position: initial;
    right: 0;
    top: 0;
    display: block;
    margin-top: 20px;
    max-width: 100%;
  }

  .box_width {
    background-size: cover !important;
  }

  .klenci_cont .col-md-3 {
    margin-bottom: 25px;
  }

  .home_oferta > img {
    display: none;
  }
  .home_oferta .row .col-md-6:nth-child(1) .oferta_cont {
    float: none;
  }
  .home_oferta .row .col-md-6:nth-child(1) .oferta_cont .tytul {
    float: none;
    font-size: 32px;
  }
  .home_oferta .row .col-md-6:nth-child(2) .oferta_cont {
    float: none;
  }
  .home_oferta .row .col-md-6:nth-child(2) .oferta_cont .tytul {
    float: none;
    font-size: 32px;
  }

  #main .kontakt_formualarz .nota_prawna_popup {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .kontakt_formualarz_naglowek p {
    padding-left: 0;
    font-size: 42px;
  }
  .kontakt_formualarz_naglowek img {
    display: none;
  }

  .glowna_opisy {
    padding: 100px 0;
    text-align: center;
  }
  .glowna_opisy .opis {
    text-align: justify !important;
  }
  .glowna_opisy .opis br {
    display: none;
  }

  .default_header {
    padding: 100px 0;
    text-align: center;
  }
  .default_header .tytul {
    font-size: 26px;
    line-height: 32px;
  }

  .page .tlo_kafelek {
    padding: 25px 15px;
  }
}
@media (max-width: 1200px) {
  #header .menu_cont .kreska {
    display: none;
  }
}
@media (max-width: 500px) {
  #colophon .footer_info .tel, #colophon .footer_info .mail {
    font-size: 24px;
  }

  #header .top_header a.tel {
    font-size: 20px;
  }
}
@media (max-width: 390px) {
  #header .top_header a.tel {
    font-size: 16px;
  }
}
.naglowek__h2{
	font-size: 20px;
	text-align: left !important;
}
.akapit{
	text-align: justify;
}
.page .wp-block-gallery {
	margin-top: 32px;
	margin-bottom: 32px;
}
.page .wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
}
.page .wp-block-gallery .blocks-gallery-caption {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	margin-top: -16px;
	text-align: center;
}