@charset "UTF-8";
/*!
Theme Name: Tree IT
*/



@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 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: "Barlow";
}

.align_right {
  text-align: right;
}

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

p {
  font-size: 17px;
  color: #707070;
  line-height: 30px;
}

a:hover {
  text-decoration: none;
  color: #7A9E1A;
}

.default_title {
  margin: 0 0 60px 0;
  font-size: 30px;
  line-height: 43px;
  text-transform: uppercase;
  position: relative;
  padding-left: 60px;
  font-weight: 500;
}
.default_title:before {
  content: " ";
  background: #7A9E1A;
  height: 3px;
  width: 45px;
  left: 0;
  top: 20px;
  position: absolute;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
}
.has-medium-font-size {
  font-weight: 500;
}

#page {
  overflow: hidden;
}

.animate {
  opacity: 0;
}
.animate.animated {
  animation-delay: 1s;
}
.animate.animated.left {
  animation: fadeInLeft 0.5s ease-out both;
}
.animate.animated.right {
  animation: fadeInRight 0.5s ease-out both;
}
.animate.animated.top {
  animation: fadeIn 0.5s ease-out both;
}
.animate.animated.simple {
  animation: fadeInSimple 0.5s ease-out both;
}

#header {
  position: absolute;
  z-index: 9;
  width: 100%;
  padding: 30px 0;
}
#header .menu_bar {
  display: none;
}
#header .logo_ciemne {
  display: none;
}
#header .tel_mail a {
  font-size: 14px;
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding-right: 30px;
  text-transform: uppercase;
}
#header .tel_mail a:last-child {
  padding-right: 0;
}
#header .tel_mail a .fas, #header .tel_mail a .far {
  color: #799D00;
  font-size: 12px;
  padding-right: 10px;
}
#header .tel_mail a:hover {
  text-decoration: none;
  color: #7A9E1A;
}
#header .menu_cont {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin-top: 0px;
}
#header .menu_cont ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
#header .menu_cont ul li {
  padding-right: 18px;
  position: relative;
  margin-right: 5px;
  padding-left: 8px;
}
#header .menu_cont ul li:last-child {
  padding-right: 0;
}
#header .menu_cont ul li > a {
  color: #BABABA;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  display: block;
  padding-top: 10px;
  border: none !important;
}
#header .menu_cont ul li > a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #7A9E1A;
  left: -100%;
  transition: 0.5s;
  bottom: 0;
}
#header .menu_cont ul li.current-menu-item > a, #header .menu_cont ul li:hover > a {
  text-decoration: none;
  color: white;
}
#header .menu_cont ul li.current-menu-item > a:before, #header .menu_cont ul li:hover > a:before {
  left: 0;
}
#header .menu_cont ul li .child_menu {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #BABABA;
}
#header .menu_cont ul li.menu-item-has-children > .child_menu {
  display: block;
}
#header .menu_cont ul li.menu-item-has-children:hover {
  background: #7A9E1A;
}
#header .menu_cont ul li.menu-item-has-children:hover > .child_menu {
  color: white;
}
#header .menu_cont ul li.menu-item-has-children:hover ul {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
  display: block;
}
#header .menu_cont ul li ul {
  position: absolute;
  display: none;
  right: 0;
  width: 350px;
  background-color: #7A9E1A;
  top: 40px;
  padding: 20px;
  transition: 1s;
  background-image: url("/wp-content/uploads/2020/08/Group-298.png");
  background-position: 0px -114px;
}
#header .menu_cont ul li ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #84a62c;
}
#header .menu_cont ul li ul li:last-child {
  border-bottom: none;
}
#header .menu_cont ul li ul li a {
  color: white !important;
  transition: 0.3s;
  padding: 10px;
}
#header .menu_cont ul li ul li a:hover {
  background: #8ead3c;
}

.default_slider {
  padding: 250px 0;
  margin-bottom: 70px;
  position: relative;
}
.default_slider:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
}
.default_slider h1 {
  font-size: 48px;
  font-weight: 500;
  color: white;
  padding-left: 60px;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 54px;
  position: relative;
}
.default_slider h1:before {
  content: " ";
  background: #7A9E1A;
  height: 3px;
  width: 45px;
  left: 0;
  top: 20px;
  position: absolute;
}

.breadcrumbs {
  position: relative;
  padding-left: 47px;
  color: #7A9E1A;
}
.breadcrumbs span {
  padding: 0 7px;
}
.breadcrumbs span a span {
  color: white;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.71;
}
.breadcrumbs span a:hover {
  text-decoration: none;
}
.breadcrumbs span a:hover span {
  color: #7A9E1A;
}
.breadcrumbs span span {
  color: white;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.71;
}

#colophon {
  padding: 150px 0;
  background-color: #F9F9F9;
}
#colophon .footer_title {
  color: #1D1D1D;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
#colophon .opis {
  color: #707070;
  line-height: 30px;
  font-size: 17px;
}
#colophon ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#colophon ul li {
  margin-bottom: 5px;
}
#colophon ul li:last-child {
  margin: 0;
}
#colophon ul li a {
  color: #707070;
  line-height: 30px;
  font-size: 17px;
}
#colophon ul li a:hover {
  text-decoration: none;
  color: #7A9E1A;
}

.copy {
  color: #707070;
  font-size: 17px;
  line-height: 20px;
  padding: 60px 0;
}
.copy a {
  color: #707070;
  font-size: 17px;
  line-height: 20px;
}
.copy .container {
  position: relative;
}
.copy .container .back_top {
  position: absolute;
  background: #7A9E1A;
  color: white;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  right: 0;
  top: -100px;
  cursor: pointer;
}

.home_slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home_slider ul li {
  padding: 280px 0 310px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.home_slider ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
}
.home_slider ul li .tytul {
  font-size: 48px;
  font-weight: 500;
  color: white;
  max-width: 720px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
  line-height: 54px;
}
.home_slider ul li .tytul:before {
  content: " ";
  background: #7A9E1A;
  height: 3px;
  width: 45px;
  left: 0;
  top: 20px;
  position: absolute;
}
.home_slider ul li a {
  background: #7A9E1A;
  color: white;
  max-width: 330px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 25px 40px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s;
}
.home_slider ul li a img {
  float: right;
}
.home_slider ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.box_pod_sliderem .box_pod_sliderem_cont {
  background-image: url("/wp-content/uploads/2020/08/Group-156.png");
  padding: 75px 70px 80px 70px;
  margin-top: -130px;
}
.box_pod_sliderem .box_pod_sliderem_cont .tytul {
  font-size: 20px;
  color: white;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 10px;
  font-weight: 500;
}
.box_pod_sliderem .box_pod_sliderem_cont .opis {
  color: white;
  margin: 10px 10px 0 10px;
  font-size: 17px;
}

.home_oferty .home_oferty_cont > .row {
  margin-top: 70px;
}
.home_oferty .home_oferty_cont > .row .col-md-6:first-child .home_oferta {
  margin: 170px 0 0 0;
}
.home_oferty .home_oferty_cont .home_oferta img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.home_oferty .home_oferty_cont .home_oferta .tytul {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 28px;
  color: #1D1D1D;
  margin-bottom: 15px;
  font-weight: 500;
}
.home_oferty .home_oferty_cont .home_oferta .opis {
  color: #707070;
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  max-width: 410px;
}

.home_box_promocyjny{
  margin-top: 50px;
}

.home_form {
  margin-top: 100px;
  background-repeat: no-repeat;
  background-color: #F9F9F9;
  background-position: -115px -5px;
}
.home_form.drugi_form .tytul {
  margin-top: 250px;
}
.home_form.footer {
  margin-top: 70px;
}
.home_form .tytul {
  color: white;
  text-transform: uppercase;
  max-width: 530px;
  font-size: 30px;
  line-height: 52px;
  font-weight: 500;
  margin-top: 150px;
  margin-bottom: 20px;
}
.home_form .podpis {
  color: white;
  margin: 0;
  max-width: 450px;
  font-size: 17px;
  line-height: 30px;
}
.home_form .box_form {
  padding: 50px;
  background: white;
  margin-top: 50px;
}
.home_form .box_form p {
  margin-bottom: 30px;
}
.home_form .box_form p input, .home_form .box_form p textarea {
  background: #F9F9F9;
  border: none;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  color: #707070;
  padding: 20px 12px;
  line-height: 17px;
  border: 1px solid #F9F9F9;
}
.home_form .box_form p input:focus, .home_form .box_form p textarea:focus {
  border: 1px solid #7A9E1A;
  outline: 1px solid #7A9E1A;
}
.home_form .box_form p input[type=checkbox], .home_form .box_form p textarea[type=checkbox] {
  border: none;
  background: #F9F9F9;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 0;
  height: 25px;
  margin: 4px 8px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 25px !important;
  min-width: 25px;
  -webkit-appearance: none;
  transition: 0.05s border-color ease-in-out !important;
  outline: none !important;
}
.home_form .box_form p input[type=checkbox]:checked:before, .home_form .box_form p textarea[type=checkbox]:checked:before {
  content: "";
  margin: 5px 0 0 5px;
  color: #7A9E1A;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 16px/1 FontAwesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: 0 0;
}
.home_form .box_form p textarea {
  height: 140px;
}
.home_form .box_form p button {
  background: #7A9E1A;
  color: white;
  max-width: 280px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 25px 40px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
  border: none;
  width: 100%;
  box-shadow: 6px 5px 10px -1px rgba(0, 0, 0, 0.16);
  text-align: left;
  transition: 0.4;
}
.home_form .box_form p button:focus {
  border: none;
  outline: none;
}
.home_form .box_form p button:hover {
  opacity: 0.8;
}
.home_form .box_form p button img {
  float: right;
}
.home_form .box_form p .wpcf7-list-item-label {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: top;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #707070;
}

.home_obszary {
  padding-top: 60px;
  position: relative;
}
.home_obszary:before {
  content: " ";
  background-color: #F9F9F9;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 441px;
}
.home_obszary:after {
  content: " ";
  background-color: #F9F9F9;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 245px;
  z-index: -1;
}
.home_obszary .home_obszary_cont .home_obszar {
  margin-bottom: 50px;
}
.home_obszary .home_obszary_cont .home_obszar .a_content {
  display: block;
  background: white;
  margin-left: 50px;
  margin-top: -70px;
  position: relative;
  padding: 40px 35px;
  transition: 0.5s;
}
.home_obszary .home_obszary_cont .home_obszar .a_content:before {
  content: " ";
}
.home_obszary .home_obszary_cont .home_obszar .a_content .tytul {
  color: #1D1D1D;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
.home_obszary .home_obszary_cont .home_obszar .a_content .opis {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #707070;
  font-weight: 300;
}
.home_obszary .home_obszary_cont .home_obszar .a_content:hover {
  box-shadow: 6px 5px 10px -1px rgba(0, 0, 0, 0.16);
  background: #7A9E1A;
  text-decoration: none;
}
.home_obszary .home_obszary_cont .home_obszar .a_content:hover .tytul, .home_obszary .home_obszary_cont .home_obszar .a_content:hover .opis {
  color: white;
}
.home_obszary .home_obszary_cont .home_obszar .a_content .hover_image {
  margin-top: 20px;
}

.home_dostawcy {
  padding-top: 60px;
}
.home_dostawcy .slides {
  margin: 0;
  list-style-type: none;
}
.home_dostawcy .slides .slick-track {
  display: flex;
}
.home_dostawcy .slides li {
  float: none;
  height: initial;
  min-height: 1px;
  padding: 0 10px;
  border: none !important;
}
.home_dostawcy .slides li:focus {
  border: none;
  outline: none;
}
.home_dostawcy .slides li:hover img {
  opacity: 1;
}
.home_dostawcy .slides li a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home_dostawcy .slides li a:focus {
  border: none;
  outline: none;
}
.home_dostawcy .slides li a img {
  top: 0%;
  transform: translateY(0%);
  opacity: 0.7;
  transition: 0.5s;
}
.home_dostawcy .slides li img {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  opacity: 0.7;
  transition: 0.5s;
}

.home_najnowsze_oferty {
  margin-top: 70px;
  position: relative;
}
.home_najnowsze_oferty:before {
  content: " ";
  background-color: #F9F9F9;
  position: absolute;
  width: 100%;
  height: 92%;
  bottom: -50%;
  z-index: -1;
}
.home_najnowsze_oferty ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home_najnowsze_oferty ul li {
  background-position: 50%;
}
.home_najnowsze_oferty ul li a .home_najnowsza_oferta {
  padding: 60px 50px;
  background: white;
  margin-top: 280px;
}
.home_najnowsze_oferty ul li a .home_najnowsza_oferta .tytul {
  color: #1D1D1D;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 32px;
}
.home_najnowsze_oferty ul li a .home_najnowsza_oferta .opis {
  color: #707070;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}
.home_najnowsze_oferty ul li a:hover {
  text-decoration: none;
}
.home_najnowsze_oferty .home_najnowsze_oferty_nav {
  position: absolute;
  display: flex;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}
.home_najnowsze_oferty .home_najnowsze_oferty_nav .prev {
  width: 50px;
  height: 50px;
  text-align: center;
  color: #F9F9F9;
  background: #7A9E1A;
  padding: 14px 0;
  cursor: pointer;
}
.home_najnowsze_oferty .home_najnowsze_oferty_nav .next {
  width: 50px;
  height: 50px;
  text-align: center;
  background: #F9F9F9;
  color: #7A9E1A;
  padding: 14px 0;
  cursor: pointer;
}

.home_box {
  background-image: url("/wp-content/uploads/2020/08/Group-297.png");
  margin-top: 170px;
  padding: 43px 60px;
}
.home_box .tytul {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: white;
  line-height: 55px;
  text-transform: uppercase;
  padding: 50px 0;
}
.home_box a {
  background: #FFFFFF;
  color: #7A9E1A;
  max-width: 290px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 25px 30px;
  line-height: 16px;
  text-transform: uppercase;
  float: right;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 6px 5px 10px -1px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}
.home_box a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.home_box a img {
  float: right;
}

.home_blog {
  margin-top: 70px;
}
.home_blog .home_post a .home_post_content {
  padding: 50px;
  background: white;
  position: relative;
  margin-left: 80px;
  margin-top: -130px;
}
.home_blog .home_post a .home_post_content .tytul {
  color: #1D1D1D;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.home_blog .home_post a .home_post_content .opis {
  color: #707070;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.home_blog .home_post a:hover {
  text-decoration: none;
}

.home_informacje {
  position: relative;
  margin-top: 70px;
}
.home_informacje:before {
  content: " ";
  background-color: #F9F9F9;
  position: absolute;
  width: 100%;
  bottom: -100px;
  height: 300px;
  z-index: -1;
}
.home_informacje img {
  width: 110%;
  position: relative;
  right: 0%;
  max-width: initial;
}
.home_informacje .home_informacje_info:last-child {
  padding: 80px 80px 80px 0;
  background: #2A2A2A;
  z-index: 9;
  margin-top: 30px;
}
.home_informacje .home_informacje_info:last-child .half_cont {
  padding-left: 80px;
}
.home_informacje .home_informacje_info:last-child .half_cont .default_title {
  color: white;
  font-size: 24px;
  margin-bottom: 25px;
}
.home_informacje .home_informacje_info:last-child .half_cont .opis {
  color: white;
  font-size: 17px;
  line-height: 30px;
}
.home_informacje .home_informacje_info:last-child .half_cont .opis p {
  color: white;
  font-size: 17px;
  line-height: 30px;
}

.oferta_menu {
  background-image: url("/wp-content/uploads/2020/08/Group-298.png");
  padding: 50px;
  margin-top: -140px;
  background-size: cover;
}
.oferta_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.oferta_menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.oferta_menu ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.oferta_menu ul li.current-menu-item a, .oferta_menu ul li:hover a {
  font-weight: 500;
  text-decoration: none;
}
.oferta_menu ul li a {
  font-size: 17px;
  color: white;
  line-height: 20px;
  display: block;
}

.home_post a .home_post_content {
  padding: 50px;
  background: white;
  position: relative;
  margin-left: 80px;
  margin-top: -130px;
}
.home_post a .home_post_content .post_meta {
  color: #707070;
  font-size: 14px;
  margin-bottom: 20px;
}
.home_post a .home_post_content .post_meta .category {
  background: #E4E4E4;
  color: white;
  padding: 8px 20px;
}
.home_post a .home_post_content .post_meta span {
  margin: 5px;
}
.home_post a .home_post_content .tytul {
  color: #1D1D1D;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.home_post a .home_post_content .opis {
  color: #707070;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.home_post a:hover {
  text-decoration: none;
}

.blog #header .container, .archive #header .container, .search #header .container, .single #header .container {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.blog #header .container .tel_mail a, .archive #header .container .tel_mail a, .search #header .container .tel_mail a, .single #header .container .tel_mail a {
  color: #3C3C3B;
}
.blog #header .container .menu_cont ul li a, .archive #header .container .menu_cont ul li a, .search #header .container .menu_cont ul li a, .single #header .container .menu_cont ul li a {
  color: #3C3C3B;
}
.blog #header .container .menu_cont ul li.current-menu-item a, .blog #header .container .menu_cont ul li:hover a, .archive #header .container .menu_cont ul li.current-menu-item a, .archive #header .container .menu_cont ul li:hover a, .search #header .container .menu_cont ul li.current-menu-item a, .search #header .container .menu_cont ul li:hover a, .single #header .container .menu_cont ul li.current-menu-item a, .single #header .container .menu_cont ul li:hover a {
  color: #3C3C3B;
}
.blog #primary, .archive #primary, .search #primary, .single #primary {
  padding-top: 160px;
}
.blog h1.default_title, .archive h1.default_title, .search h1.default_title, .single h1.default_title {
  margin-bottom: 0;
}
.blog .breadcrumbs, .archive .breadcrumbs, .search .breadcrumbs, .single .breadcrumbs {
  margin-bottom: 80px;
}
.blog .breadcrumbs span a span, .archive .breadcrumbs span a span, .search .breadcrumbs span a span, .single .breadcrumbs span a span {
  color: #3C3C3B;
}
.blog .breadcrumbs span span, .archive .breadcrumbs span span, .search .breadcrumbs span span, .single .breadcrumbs span span {
  color: #3C3C3B;
}

.navigation ul {
  padding: 0;
  margin: 80px -5px;
  list-style-type: none;
  display: flex;
}
.navigation ul li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
  padding: 12px 0;
}
.navigation ul li.active, .navigation ul li:hover {
  background: #7A9E1A;
}
.navigation ul li.active a, .navigation ul li:hover a {
  color: white;
  text-decoration: none;
}
.navigation ul li a {
  color: #707070;
  display: block;
  font-size: 17px;
  height: 100%;
  line-height: 17px;
}

.post_share {
  position: absolute;
  left: -70px;
  top: 110px;
}
.post_share .a2a_kit a {
  display: block;
}
.post_share .a2a_kit a span.a2a_svg {
  border-radius: 50% !important;
}
.post_share .a2a_kit a span.a2a_svg svg {
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.28;
}

.comment-form {
  margin-bottom: 50px;
  margin-top: 25px;
}
.comment-form .logged-in-as a {
  color: black;
}
.comment-form textarea {
  background: #f9f9f9;
  height: 55px;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.comment-form textarea:focus {
  outline: none;
  border-color: #7A9E1A;
  box-shadow: none;
}
.comment-form .comment-form-author, .comment-form .comment-form-email {
  width: 50%;
  float: left;
  padding-left: 25px;
}
.comment-form .comment-form-author:first-child, .comment-form .comment-form-email:first-child {
  padding-left: 0;
}
.comment-form .comment-form-author label, .comment-form .comment-form-email label {
  margin: 5px 0 0 0;
}
.comment-form .comment-form-author input, .comment-form .comment-form-email input {
  width: calc(100% - 100px);
  float: right;
  background: #f9f9f9;
  border: 1px solid transparent;
  padding: 5px 10px;
}
.comment-form .comment-form-author input:focus, .comment-form .comment-form-email input:focus {
  outline: none;
  border-color: #7A9E1A;
}
.comment-form .comment-form-cookies-consent, .comment-form .form-submit {
  clear: both;
}
.comment-form .comment-form-cookies-consent #commentsubmit, .comment-form .form-submit #commentsubmit {
  background: #7A9E1A;
  color: white;
  max-width: 280px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
  border: none;
  transition: 0.4s;
}
.comment-form .comment-form-cookies-consent #commentsubmit:focus, .comment-form .form-submit #commentsubmit:focus {
  outline: none;
  border: none;
}
.comment-form .comment-form-cookies-consent #commentsubmit:hover, .comment-form .form-submit #commentsubmit:hover {
  opacity: 0.8;
}

#comments .koment_counter {
  font-size: 15px;
  text-transform: uppercase;
  color: #1D1D1D;
  line-height: 24px;
  border-bottom: 2px solid #E7E9EE;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
#comments .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#comments .custom_comment_container img {
  border-radius: 5px;
}
#comments .custom_comment_container .col-md-10 {
  padding-left: 15px;
}
#comments .custom_comment_container .col-md-10 .custom_comment_container_data {
  color: #707070;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 0px;
}
#comments .custom_comment_container .col-md-10 .custom_comment_container_data span {
  padding-right: 10px;
}
#comments .custom_comment_container .col-md-10 .custom_comment_container_text {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

#secondary > div {
  margin-bottom: 45px;
}
#secondary > div:last-child {
  margin-bottom: 0;
}
#secondary .widget_title {
  color: #1D1D1D;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 43px;
  margin-bottom: 15px;
}
#secondary ul {
  padding: 0;
  margin: 0 -5px;
  list-style-type: none;
}
#secondary ul li.cat-item {
  display: inline-block;
  margin: 5px;
}
#secondary ul li.cat-item a {
  background: #E4E4E4;
  color: white;
  padding: 8px 20px;
  display: block;
}
#secondary ul li.cat-item a:hover {
  background: #7A9E1A;
  text-decoration: none;
}
#secondary .posty_ze_zdjeciem .post_ze_zdjeciem {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  padding-bottom: 45px;
  margin-bottom: 45px;
}
#secondary .posty_ze_zdjeciem .post_ze_zdjeciem .data {
  font-size: 14px;
  color: #707070;
  margin-bottom: 15px;
}
#secondary .posty_ze_zdjeciem .post_ze_zdjeciem .tytul a {
  color: #1D1D1D;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 500;
}
#secondary .posty_ze_zdjeciem .post_ze_zdjeciem .tytul a:hover {
  color: #7A9E1A;
  text-decoration: none;
}

.search-form {
  padding-bottom: 55px;
}
.search-form label {
  margin: 0;
  width: calc(100% - 35px);
}
.search-form label input {
  color: #707070;
  border: none;
  border: 1px solid white;
}
.search-form label input:focus {
  border: 1px solid #7A9E1A;
  outline: none !important;
  box-shadow: none;
}
.search-form button {
  color: #707070;
  border: none;
  background: transparent;
}
.search-form button:hover {
  color: #7A9E1A;
}

.single article {
  padding-right: 30px;
  margin-bottom: 50px;
}
.single article .post_meta {
  color: #707070;
  font-size: 14px;
  margin-bottom: 20px;
}
.single article .post_meta span {
  margin: 5px;
}
.single article .post_meta .category {
  background: #E4E4E4;
  color: white;
  padding: 8px 20px;
}

@media (max-width: 1024px) {
  .logo {
    padding-top: 20px;
  }

  #header .menu_cont {
    padding-top: 20px;
  }

  #header .menu_cont ul {
    justify-content: start;
  }

  .home_slider ul li a {
    margin-left: 50px;
  }

  .home_oferty .home_oferty_cont > .row .col-md-6:first-child .home_oferta {
    margin: 0;
  }

  .home_form .tytul {
    max-width: 100%;
    margin-top: 50px;
  }

  .home_form .podpis {
    max-width: 100%;
  }

  .home_najnowsze_oferty ul li, .home_box {
    background-size: cover;
  }

  .home_najnowsze_oferty .home_najnowsze_oferty_nav {
    left: 72.9%;
  }

  .home_box a {
    float: none;
  }

  .home_informacje .home_informacje_info:last-child {
    margin: 0;
  }

  .half_cont {
    width: 100% !important;
  }

  .home_informacje .home_informacje_info:last-child .half_cont .opis {
    padding-left: 50px;
  }

  .home_informacje img {
    max-width: 100%;
  }

  .site-info {
    padding: 0 50px;
  }

  .site-info .col-xl-3 {
    margin-bottom: 50px;
  }

  .oferta_menu {
    margin-bottom: 50px;
  }

  .oferta_menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-count: 2;
    height: 205px;
  }

  .oferta_menu ul li {
    border: none;
  }

  .wp-block-columns.mobile_revert .wp-block-column:nth-child(2) {
    order: 1;
    margin-left: 0px;
  }

  .wp-block-columns.mobile_revert .wp-block-column:nth-child(1) {
    order: 2;
    margin-left: 32px;
  }

  .wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
    flex-grow: initial;
  }

  .zespol .osoby {
    flex-direction: column;
    flex-wrap: wrap;
    column-count: 2;
    height: 500px;
    justify-content: initial !important;
  }

  .zespol .osoby .osoba .col-md-7 {
    position: initial;
  }

  .zespol .osoby .osoba a {
    position: absolute;
    left: 20px;
    bottom: 15px;
  }

  #page .zespol .osoby .osoba {
    width: 50%;
    padding: 40px 20px;
  }

  .zespol .osoby .osoba:before {
    display: none;
  }

  #page .custom_map .custom_map_mapa {
    padding: 0;
    position: relative;
    margin-left: -39px;
    margin-right: -39px;
  }

  #page .custom_map .custom_map_cont {
    position: absolute;
    width: 100%;
    top: 60%;
    max-width: 100%;
  }

  .search-form {
    margin-top: 40px;
  }

  .search-form label input {
    background: #F9F9F9;
    padding: 10px 10px;
    height: 53px;
  }

  #secondary {
    margin-bottom: 50px;
    padding: 0 50px;
  }

  #secondary .widget_title {
    margin-bottom: 30px;
  }

  #secondary .search-form {
    display: none;
  }

  .single article {
    padding: 0;
  }

  .single .default_content, #comments {
    padding-left: 60px;
  }

  .post_share {
    left: -10px;
  }

  .test_2_kolumny {
    padding: 30px 20px;
    margin-top: -105px;
  }
}
@media (max-width: 767px) {
  #page .home_slider ul li .tytul {
    font-size: 26px;
    line-height: 36px;
    padding-left: 30px;
  }
  #page #header {
    z-index: 99;
  }
  #page .home_slider ul li {
    padding: 220px 0;
  }
  #page .home_slider ul li .tytul:before {
    top: 15px;
    width: 20px;
  }
  #page .home_slider ul li a {
    margin-left: 30px;
  }
  #page .menu_bar {
    display: block;
    color: white;
    font-size: 28px;
    text-align: center;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.37);
    padding: 3px 0;
    margin-top: 25px;
    float: right;
  }
  #page .menu_bar.active {
    background: #7A9E1A;
  }
  #page #header .menu_cont {
    display: none;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 100px;
    transform: initial;
    z-index: 90;
    padding: 20px 20px;
    background-image: url("/wp-content/uploads/2020/08/Mask-Group-2.png");
    background-repeat: no-repeat;
    background-color: #7A9E1A;
    background-position: right bottom;
  }
  #page #header .menu_cont ul {
    display: block;
  }
  #page #header .menu_cont ul li {
    margin: 0;
    padding: 0;
  }
  #page #header .menu_cont ul li a {
    color: white;
    border-bottom: 1px solid #84a62c !important;
  }
  #page #header .menu_cont ul li ul {
    position: initial;
    display: none;
    width: initial;
    background: transparent;
    padding: 0 10px;
  }
  #page #header .menu_cont ul li ul li {
    border: none;
  }
  #page #header .menu_cont ul li a:before {
    display: none;
  }
  #page #header .col-lg-9, #page #header .col-xl-7 {
    position: initial;
  }
  #page #header .menu_cont ul li .child_menu {
    color: white;
    z-index: 9;
    height: 42px;
    width: 40px;
    top: 0;
    right: 0;
    text-align: right;
    padding: 6px 0;
  }
  #page .default_slider {
    padding: 150px 0 70px;
    background-size: cover;
  }
  #page .box_pod_sliderem .box_pod_sliderem_cont {
    padding: 40px 20px;
    margin-bottom: 50px;
    background-size: cover;
  }
  #page .home_oferty .home_oferty_cont > .row {
    margin-top: 0;
  }
  #page .home_oferty .home_oferty_cont .home_oferta img {
    margin-bottom: 25px;
    top: 0;
    transform: initial;
  }
  #page .home_oferty .home_oferty_cont .home_oferta {
    margin-bottom: 20px;
  }
  #page .home_form .tytul, #page .home_box .tytul {
    font-size: 26px;
    line-height: 36px;
  }
  #page .home_form .box_form {
    padding: 50px 20px;
  }
  #page .default_title, #page .default_slider h1 {
    font-size: 26px;
    line-height: 36px;
    padding-left: 30px;
  }
  #page .default_title {
    margin-bottom: 40px;
  }
  #page .default_title:before, #page .default_slider h1:before {
    width: 20px;
    top: 15px;
  }
  #page .breadcrumbs span:first-child {
    padding-left: 0;
  }
  #page .breadcrumbs {
    padding-left: 30px;
  }
  #page .home_obszary .home_obszary_cont .home_obszar a {
    margin-left: 20px;
    margin-top: -70px;
    position: relative;
    padding: 20px 30px;
  }
  #page .home_najnowsze_oferty ul li {
    background: transparent !important;
  }
  #page .home_najnowsze_oferty ul li a .home_najnowsza_oferta {
    padding: 30px 30px 70px 30px;
    background: white;
    margin-top: 0px;
  }
  #page .home_najnowsze_oferty .home_najnowsze_oferty_nav {
    left: 50%;
  }
  #page .home_box {
    margin-top: 20px;
    padding: 30px 30px;
  }
  #page .home_blog .home_post a .home_post_content {
    padding: 30px 20px;
    background: white;
    position: relative;
    margin-left: 20px;
  }
  #page .home_informacje .home_informacje_info:last-child {
    padding: 30px 0;
  }
  #page .home_informacje .home_informacje_info:last-child .half_cont {
    padding: 0 15px;
  }
  #page .home_informacje .home_informacje_info:last-child .half_cont .opis {
    padding-left: 0px;
    color: white;
  }
  #page .home_form.drugi_form .tytul, #page .home_form.drugi_form {
    margin-top: 0;
  }
  #page .home_form.drugi_form {
    padding-top: 30px;
  }
  #page .copy .container .back_top {
    position: absolute;
    background: #7A9E1A;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    padding: 12px 0;
    right: 15px;
    top: -85px;
    cursor: pointer;
  }
  #page .copy .align_right {
    text-align: center;
    margin-top: 15px;
  }
  #page .tekst_ze_zdjeciem .test_ze_zdjeciem_cont {
    margin-left: 20px;
    margin-top: -70px;
    position: relative;
    padding: 30px 20px;
  }
  #page .oferta_menu ul {
    display: block;
    flex-direction: initial;
    flex-wrap: initial;
    column-count: initial;
  }
  #page .zespol .osoby {
    column-count: initial;
    display: block;
    height: initial;
  }
  #page .zespol .osoby .osoba {
    width: 100%;
  }
  #page .zespol .osoby .osoba .col-7 {
    position: initial;
  }
  #page .custom_map .custom_map_mapa {
    margin: 0;
  }
  #page .custom_map .custom_map_cont {
    padding: 30px 20px;
  }
  #page .custom_map .tel, #page .custom_map .mail {
    width: 100%;
    display: block;
  }
  #page .custom_map .mail {
    margin-top: 20px;
  }
  #page .custom_map .adres {
    margin: 20px 0;
  }
  #page .zespol {
    margin-top: -100px;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  #page .home_post a .home_post_content {
    padding: 30px 20px;
    background: white;
    position: relative;
    margin-left: 20px;
    margin-top: -30px;
  }
  #page .zespol .osoby .osoba a {
    bottom: 0;
	position:initial;
  }
  #page .post_share {
    display: none;
  }
  #page #secondary {
    padding: 0 20px;
  }
  #page .test_2_kolumny .tytul {
    line-height: 34px;
  }
  #page .test_2_kolumny .col-xl-6:last-child {
    margin-top: 25px;
  }
  #page .test_2_kolumny {
    padding: 30px 20px;
    margin-top: -100px;
  }
  #page .oferta_menu {
    margin-top: -100px;
    padding: 30px 10px;
  }
  #page .comment-form .comment-form-author, #page .comment-form .comment-form-email {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 0;
  }
  #page .comment-form .comment-form-author input, #page .comment-form .comment-form-email input {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  #page .comment-form-cookies-consent label {
    max-width: calc(100% - 30px);
    vertical-align: top;
    padding-left: 15px;
  }
  #page .oferta_menu {
    position: relative;
  }
  #page .oferta_menu .oferta_mobile_menu {
    color: #707070;
    background: white;
    padding: 20px 15px;
    font-size: 17px;
    font-weight: 300;
    line-height: 17px;
  }
  #page .oferta_menu .oferta_mobile_menu .fas {
    float: right;
  }
  #page .oferta_menu ul {
    height: initial;
    position: absolute;
    background: white;
    z-index: 9999;
    top: 87px;
    width: calc(100% - 20px);
    display: none;
  }
  #page .oferta_menu ul li {
    margin: 0;
    padding: 0px 15px;
  }
  #page .oferta_menu ul li a {
    font-size: 17px;
    color: #707070;
    line-height: 20px;
    display: block;
    transition: 0.5s;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid #707070;
  }
  #page .oferta_menu ul li:last-child a {
    border: none;
  }

  .single #page article .default_content, .single #page #comments {
    padding: 0 20px;
  }

  .box_pod_sliderem .box_pod_sliderem_cont .col-sm-6:last-child .tytul {
    margin-top: 30px;
  }

  .home_obszary .home_obszary_cont .home_obszar {
    margin-bottom: 0px;
  }

  .mobile_left_20 {
    padding-left: 20px;
  }

  .wp-block-columns.mobile_revert .wp-block-column:nth-child(1) {
    margin-left: 0;
  }

  .blog .breadcrumbs {
    margin-bottom: 20px;
  }

  .search-form {
    margin-top: 0;
  }
}

#page #cookie-notice{
    background-color: rgba(42,42,42,1);
    width: 56%;
    min-width: 50%;
    left: initial;
    right: 0;
	background-image:url('/wp-content/uploads/2020/11/Group-302.png');
}

#page #cookie-notice .cookie-notice-container{
	padding:35px 50px;
}

#page #cookie-notice #cn-notice-text{
	max-width: calc(100% - 140px);
    vertical-align: middle;
    opacity: 0.68;
    text-align: left;
    padding-right: 25px;
}

#page #cookie-notice #cn-accept-cookie{
	box-shadow: 6px 5px 10px -1px rgba(0, 0, 0, 0.16);
    background: #7A9E1A;
    border-radius: 0;
    padding: 15px 20px;
}

#page #cookie-notice #cn-close-notice{
	display:none;
}

.wpgmza_map, #wpgmza_map{
	float:none !important;
}