body {margin: 0; padding: 0; overflow-x: hidden; font-family: 'Muli', sans-serif; font-size: 13px; line-height: 23px; color: #000; background: #fff; font-weight: 400;}
img, div, p, ul, li, h1, h2, h3, h4, h5, h6, input, span, form, fieldset, em, small, a, textarea, select {margin: 0; padding: 0; display: block; border: 0;  font-family: 'Muli', sans-serif; font-size: 13px; line-height: 23px; color: #000; font-weight: 400;}
ul li {list-style-type: none;}
a {text-decoration: none;}
a:hover {text-decoration: none;}
strong {font-weight: 700;}
.mode p {margin-bottom: 20px;}
.mode .wrap h4 {margin-bottom: 20px;}
iframe {max-width: 100%; min-width: 100%; min-height: 400px;}

.content .mode.center {text-align: center;}
.content .mode.center h3 {text-align: center;}
.content .mode.center h3:after {margin-left: auto; margin-right: auto;}

.mt-0{margin-top: 0px !important;}
.mb-0 {margin-bottom: 0px !important;}

img {max-width: 100%; height: auto;}
.wrap, .article-text, .entry-content {max-width: 1200px; margin: auto; box-sizing: border-box;}
.top {padding-top: 20px;}
.mode {margin-top: 30px; margin-bottom: 80px;}
.clear {clear: both; display: block;}

.mode.gray {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.lft,.rgt {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}

.rgt {margin-left: -5px;}
.rgt img {float: right; max-width: 550px; max-height: 410px;}

.content ul {
  margin-bottom: 20px;
}

.content ul li {
  background: url('../images/li.png') no-repeat 0px 9px;
  padding-left: 20px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Rubik', sans-serif;
  font-size: 44px;
  line-height: 54px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 23px;
  line-height: 33px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 23px;
  line-height: 33px;
}

h6 {
  font-size: 23px;
  line-height: 33px;
}

.content .mode h3.normal,
.content h3,
.content h3.line {
  color: #047a60;
  font-size: 23px;
  line-height: 33px;
  text-align: left;
  margin-bottom: 20px;
}

.content h3.line.center {
  text-align: center;
}

.content h3.line:after {
  display: block;
  margin: 20px 0px;
  content: '';
  background: url('../images/h3_left.png') no-repeat 0px 0px;
  width: 68px;
  height: 4px;
}

.content h3.line.center:after,
.content .mode.center h3.line:after
{
  margin: 20px auto 40px auto;
  background: url('../images/h3.png') no-repeat 0px 0px;
  width: 108px;
}

.content .mode.green h3:after {
  background: url('../images/h3w.png') no-repeat 0px 0px;
}

.content h1,
.content h1.line {
  color: #047a60;
  font-size: 36px;
  line-height: 46px;
  text-align: left;
  margin-bottom: 40px;
}

.content h1.line.center {
  text-align: center;
}

.content h1.line:after {
  display: block;
  margin: 20px 0px;
  content: '';
  background: url('../images/h3_left.png') no-repeat 0px 0px;
  width: 68px;
  height: 4px;
}

.content h1.line.center:after,
.content .mode.center h3.line:after
{
  margin: 20px auto 40px auto;
  background: url('../images/h3.png') no-repeat 0px 0px;
  width: 108px;
}


.content .trees {background: url('../images/trees.png') no-repeat center right;}

a.btn,
.tnp-profile form .tnp-field input[type="submit"],
.wpcf7-form input.btn
{
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #f26522;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f26522+0,f00f0f+100 */
  background: #f26522; /* Old browsers */
  background: -moz-linear-gradient(left,  #f26522 0%, #f00f0f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #f26522 0%,#f00f0f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #f26522 0%,#f00f0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26522', endColorstr='#f00f0f',GradientType=1 ); /* IE6-9 */
}

a.btn.green {
  background: none;
  border: 1px solid #02a15d;
  color: #02a15d;
}

a.btn.white {
  background: none;
  border: 1px solid #fff;
}

a.btn:hover,
.tnp-profile form .tnp-field input[type="submit"]:hover,
input.btn:hover
{
  background: #00c959; /* Old browsers */
  background: -moz-linear-gradient(left,  #00c959 0%, #02a15d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #00c959 0%,#02a15d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #00c959 0%,#02a15d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c959', endColorstr='#02a15d',GradientType=1 ); /* IE6-9 */
  color: #fff;
  border-color: #02A15D;
  cursor: pointer;
}

.mode_logo,
.mode_logo p,
.mode_logo h2,
.mode_dealer p,
.mode_dealer h2,
.mode_social,
.mode_social p,
.mode_social img,
.mode_dealer,
.mode_lang,
.mode_tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.mode_social img {
  margin-left: 5px;
}

.mode_lang {
  float: right;
  margin-top: 10px;
}

.mode_tel {
  margin-left: auto;
}

.mode_tel a {
  line-height: 27px;
}

.mode_tel a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  background: url('../images/tel.png') no-repeat 0px 0px;
  margin-right: 10px;
}

.mode_social {
  margin-left: 40px;
}

.mode_dealer {
  margin-left: 160px;
  margin-right: 40px;
}

.mode_dealer h2 {
  margin-left: 10px;
}

.mode_logo h2 {
  margin-left: 30px;
}

.mode_logo h2 strong {
  display: block;
}

.mode_logo img,
.mode_dealer img {
  max-height: 52px;
  margin-left: 10px;
}

.mode_logo img {
  margin-left: 0px;
}

.mode_menu {
  background: #00c959; /* Old browsers */
  background: -moz-linear-gradient(left,  #00c959 0%, #02a15d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #00c959 0%,#02a15d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #00c959 0%,#02a15d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c959', endColorstr='#02a15d',GradientType=1 ); /* IE6-9 */
  margin-top: 25px;
  padding-top: 0px;
}

.mode_menu ul {
  display: table;
}

.mode_menu ul li,
.mode_menu ul li a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
}

.mode_menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
  white-space: nowrap;
  display:table-cell;
}

.mode_menu ul li a {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: inline-block;
  vertical-align: middle;
}

.mode_menu ul li.active a
{
  font-weight: bolder;
}

.mode_menu ul li.menu-item-13 a {
  width: 16px;
  height: 15px;
  background: url('../images/home.png') no-repeat center center;
  text-indent: -9999px;
}

.mode_menu ul li.current_page_parent a,
.mode_menu ul li.current-menu-item a,
.mode_menu ul li a:hover,
.mode_menu ul li.menu-item-13 a:hover
{
  background-color: #00C959 !important;
}

.mode_tel.szukaj {
  width: 330px;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px;
  box-sizing: border-box;
}

.mode_tel.szukaj input {
  display: inline-block;
  vertical-align: middle;
}

.mode_tel.szukaj input {
  color: #000;
  font-size: 13px;
  line-height: 23px;
  width: 280px;
}

.mode_tel.szukaj .btn {
  text-indent: -9999px;
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: url('../images/search.png') no-repeat center center;
}

.mode_banner {
  text-align: center;
  color: #fff;
  min-height: 680px;
}

.mode_banner p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

hr {
  margin: 0;
  width: 70px;
  padding: 0;
  height: 2px;
  border: 0;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mode_banner hr {
  margin: auto;
  margin-bottom: 20px;
}

.mode_banner h1,
.mode_banner h2
{
  color: #fff;
  margin-bottom: 20px;
}

.mode_banner h2 {
  font-size: 74px;
  line-height: 84px;
}

.mode_banner h1 {
  font-size: 44px;
  line-height: 54px;
}

.mode_banner .btn {
  margin-top: 50px;
}

.camera_target_content .cameraContents {
  background: url('../images/bottom_pattern.png') no-repeat bottom center;
}

.camera_target_content {
  background: url('../images/pattern.png') repeat;
}

.camera_caption > div {
  background: none;
}

.camera_pie canvas {
  margin: 10px;
}

.camera_caption {
  top: 0;
  bottom: 0;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
}

.camera_caption div {
  position: absolute;
  width: 850px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.camera_wrap {
  float: none;
}

footer {
  background: url('../images/footer.jpg') repeat-x top center;
  padding-top: 130px;
  display: block;
  position: static;
  color: #fff;
}

footer label,
footer h3,
footer p,
footer a {
  color: #fff;
}

footer .mode {
  margin-top: 0px;
}

footer .mode h3 {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

footer .mode_newsletter {
  margin-bottom: 30px;
}

footer .mode_newsletter h3 {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}

footer .mode_newsletter p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}

footer .mode_newsletter form {
  width: 100%;
}

footer .mode_newsletter form .inputbox {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  border: 0;
  height: 50px;
  line-height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 25px;
}

footer .mode_newsletter form .btn {
  display: inline-block;
  width: 25%;
  margin-left: -5px;
  vertical-align: top;
  border: 0;
  line-height: 50px;
  padding: 0px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f26522+0,f00f0f+100 */
  background: #f26522; /* Old browsers */
  background: -moz-linear-gradient(left,  #f26522 0%, #f00f0f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #f26522 0%,#f00f0f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #f26522 0%,#f00f0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26522', endColorstr='#f00f0f',GradientType=1 ); /* IE6-9 */
}

footer .mode_newsletter form input {
  display: inline-block;
  vertical-align: top;
}

footer .mode_newsletter label {
  font-size: 14px;
  line-height: 24px;
}

footer .mode_newsletter .reg {
  margin-top: 10px;
}

footer .mode_newsletter .reg,
footer .mode_newsletter .reg input,
footer .mode_newsletter .reg label {
  display: inline-block;
  vertical-align: middle;
}

footer .mode_newsletter .reg input {  
  margin-right: 10px;
}

footer .mode_newsletter form .btn:hover {
  background: #f00f0f;
}

footer .mode_newsletter hr {
  width: 30px;
}

footer .mode {
  margin-bottom: 20px;
}

footer .mode p {
  margin: 0;
}

footer .nfos {
  margin-bottom: 20px;
}

.mode.flogo,
.mode.ftrmenu,
.copy_left,
.copy_center,
.copy_right,
.mode.social,
.copy_left a,
.copy_center a,
.copy_right a,
.mode.social li
{
  display: inline-block;
  vertical-align: top;
}

.mode.flogo {
  min-width: 50%;
}

.mode.flogo img {
  margin-bottom: 20px;
}

.mode.flogo p,
.mode.flogo p strong {
  font-size: 14px;
  line-height: 24px;
}

.mode.flogo p strong {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 27px;
}

.mode.ftrmenu {
  min-width: 180px;
  margin-right: 20px;
}


.mode.ftrmenu:nth-child(5) {
  margin: 0;
}

.mode.ftrmenu ul li {
  margin-bottom: 5px;
}

.mode.ftrmenu ul li a {
  color: #fff;
  font-weight: 600;
}

.mode.ftrmenu ul li a:before {
  content: '.';
  color: #fff;
  display: inline-block;
  font-size: 22px;
  line-height: 10px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: top;
}

.mode.ftrmenu ul li.avtive a,
footer .copy a:hover,
.mode.ftrmenu ul li a:hover {
  text-decoration: underline;
}

footer .clear {
  margin-top: 30px;
  margin-bottom: 30px;
}

footer .copy {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #5ac28e;
}

footer .copy .copy_center {
  flex: 1;
  text-align: center;
}

footer .copy .copy_right {
  margin-left: auto;
}

.scrollup {
    text-align: center;
    width:60px;
    height:49px;
    position:fixed;
    bottom:10px;
    right:30px;
    display:none;
    background: url('../images/icon_top.png') no-repeat top center;
    color: #2B2B2B;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 55px;
    transition: all 0.2s;
}

.scrollup:hover {
  padding-top: 57px;
}

.mode.oprojekcie {
  background: url('../images/dots.png') no-repeat left 7% bottom 50px;
}

.mode.oprojekcie .rgt:after {
  content: '';
  display: block;
  position: relative;
  width: 330px;
  height: 460px;
  z-index: -99;
  margin-top: -25px;
  left: 50%;
  background: #00c959; /* Old browsers */
  background: -moz-linear-gradient(left,  #00c959 0%, #02a15d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #00c959 0%,#02a15d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #00c959 0%,#02a15d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c959', endColorstr='#02a15d',GradientType=1 ); /* IE6-9 */
}

.mode.kleski .rgt {
  padding-left: 20px;
}

ul.list {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

ul.list li {
  margin: 0;
  padding: 0;
  background: none;
  display: table-cell;
  width: 25%;
  text-align: center;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

ul.list.auto li {
  width: auto;
}

ul.list li.current_page_item,
ul.list li.current-cat,
ul.list li.active,
ul.list li:hover,
.mode.dzialania ul.list li:hover,
.home ul.list li.page-item-253
{
  color: #fff;
  border-color: #00c959;
  background: #00c959; /* Old browsers */
  background: -moz-linear-gradient(left,  #00c959 0%, #02a15d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #00c959 0%,#02a15d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #00c959 0%,#02a15d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c959', endColorstr='#02a15d',GradientType=1 ); /* IE6-9 */
}

ul.list li a
{
  background: url('../images/dotsw.png') no-repeat center center;
  text-align: center;
  color: #047a60;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}

ul.list li.current_page_item a,
ul.list li.current-cat a,
ul.list li:hover a,
ul.list li.active a,
.home ul.list li.page-item-253 a
{
  color: #fff;
}

ul.list li a:before {
  margin: auto;
  margin-bottom: 20px;
  content: '';
  display: block;
  background: url('../images/sprites.png') no-repeat 0 0;
	width: 81px;
	height: 79px;
	transition: all 0.2s;
}
.home ul.list li.page-item-253 a:before,
ul.list li.current_page_item a:before,
ul.list li.active a:before,
ul.list li a:hover:before {
  background-position: 0 -90px;
}

ul.list li.page-item-256 a:before,
ul.list li.zywiol-powietrze a:before {background-position: -83px 0;}
ul.list li.page-item-256 a:hover:before,
ul.list li.page-item-256.active a:before,
ul.list li.page-item-256.current_page_item a:before,
ul.list li.zywiol-powietrze a:hover:before,
ul.list li.zywiol-powietrze.active a:before,
ul.list li.zywiol-powietrze.current_page_item a:before
{background-position: -83px -90px;}

ul.list li.page-item-258 a:before,
ul.list li.zywiol-ziemia a:before {background-position: -169px 0;}
ul.list li.page-item-258 a:hover:before,
ul.list li.page-item-258.active a:before,
ul.list li.page-item-258.current_page_item a:before,
ul.list li.zywiol-ziemia a:hover:before,
ul.list li.zywiol-ziemia.active a:before,
ul.list li.zywiol-ziemia.current_page_item a:before
{background-position: -169px -90px;}

ul.list li.page-item-260 a:before,
ul.list li.zywiol-woda a:before {background-position: -253px 0;}
ul.list li.page-item-260 a:hover:before,
ul.list li.page-item-260.active a:before,
ul.list li.page-item-260.current_page_item a:before,
ul.list li.zywiol-woda a:hover:before,
ul.list li.zywiol-woda.active a:before,
ul.list li.zywiol-woda.current_page_item a:before
{background-position: -253px -90px;}



.mode.dzialania ul.list {
  margin: auto;
  display: block;
}

.mode.dzialania ul.list li {
  padding: 45px;
  box-sizing: border-box;
  max-width: 290px;
  min-height: 270px;
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}

.mode.dzialania ul.list li:last-child {
  margin-right: 0px;
}

.mode.dzialania ul.list li a {
  margin: auto;
  padding: 0;
  background: none;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  width: 100%;
  height: 100%;
}

.mode.dzialania ul.list li a:before {
  display: none;
}

.mode.dzialania ul.list {
  counter-reset: dzialania;
}

.mode.dzialania ul.list li {
  counter-increment: dzialania;
  background: url('../images/list_1.jpg') no-repeat 0px 0px;
}

.mode.dzialania ul.list li:nth-child(2n) {
  background: url('../images/list_2.jpg') no-repeat 0px 0px;
}

.mode.dzialania ul.list li:nth-child(3n) {
  background: url('../images/list_3.jpg') no-repeat 0px 0px;
}

.mode.dzialania ul.list li:nth-child(4n) {
  background: url('../images/list_4.jpg') no-repeat 0px 0px;
}

.mode.dzialania ul.list li:hover,
.mode.dzialania ul.list li.current_page_item
{
  background: #00c959 url('../images/dotsw.png') no-repeat center center !important;
}

.mode.dzialania ul.list li:before {
  margin: 20px auto;
  content: counter(dzialania, upper-roman);
  font-size: 48px;
  line-height: 48px;
  font-weight: bolder;
  color: #fff;
}

.mode.dzialania ul.list li hr {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mode.dolacz .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mode.dolacz p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.mode.dolacz h4 {
  font-weight: 500;
}


.mode.wykonawca .item {
  min-height: 400px;
  display: inline-flex;
  vertical-align: top;
  width: 49%;
  padding: 50px 30px 20px 30px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(225,225,225,0.5);
  -moz-box-shadow: 0px 1px 5px 2px rgba(225,225,225,0.5);
  box-shadow: 0px 1px 5px 2px rgba(225,225,225,0.5);
}

.mode.wykonawca .item h4 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.mode.wykonawca .item hr {
  background: #02a85c;
  width: 50px;
}

.mode.wykonawca .item:first-child {
  margin-right: 20px;
}

.mode.wykonawca .item .lft {
  max-width: 150px;
  min-width: 150px;
  width: auto;
}

.mode.wykonawca .item .rgt {
  width: auto;
}

.mode.partnerzy {
  margin-bottom: 20px;
}

.mode.partnerzy ul {
  width: 100%;
  text-align: center;
  display: table;
  margin: auto;
}

.mode.partnerzy ul li {
  display: table-cell;
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
}

.mode.partnerzy ul li img {
  margin: auto;
}

.mode.bread {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mode.bread a,
.mode.bread span {
  display: inline-block;
}

.mode.char .list {
  margin-top: 20px;
}

.mode.char .list li {
  background-color: #fff;
}

.mode.char .list li em {
  font-size: 13px;
  font-style: normal;
  line-height: 23px;
  color: #464646;
  text-transform: none;
  margin-top: 10px;
}

.mode.char .list li a {
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.mode.char .list li a:hover em {
  color: #fff;
}

.mode.char ul.list li a:before {background-position: 0 -176px;}
.mode.char ul.list li:hover a:before {background-position: 0 -90px;}

.mode.char ul.list li:nth-child(2n) a:before {background-position: -84px -176px;}
.mode.char ul.list li:nth-child(2n):hover a:before {background-position: -83px -90px;}

.mode.char ul.list li:nth-child(3n) a:before {background-position: -169px -176px;}
.mode.char ul.list li:nth-child(3n):hover a:before {background-position: -169px -90px;}

.mode.char ul.list li:nth-child(4n) a:before {background-position: -253px -176px;}
.mode.char ul.list li:nth-child(4n):hover a:before {background-position: -253px -90px;}

.mode hr {height: 1px; border: 0; background: #e6e6e6; width: 100%; margin-top: 20px; margin-bottom: 20px;}

ul.list.categories-filters li a {
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #252525;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
}

ul.list.categories-filters li.active a,
ul.list.categories-filters li.current-cat a,
ul.list.categories-filters li a:hover
{
  color: #fff;
}

ul.list.categories-filters li a:before {
  display: none;
}

.mode.news {
  margin-top: 0px;
}

.mode.news .item {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  height: auto;
  border: 1px solid #e6e6e6;
  border-top: 4px solid #00B75B;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 5px;
}

.mode.news .item h2,
.mode.news .item p.the_date
{
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.mode.news .item p.the_date {
  width: 30%;
  margin-left: -5px;
  font-size: 11px;
  line-height: 14px;
  color: #464646;
  text-align: right;
}

.mode.news .item h2,
.mode.news .item h2 a {
  font-size: 13px;
  line-height: 16px;
  font-weight: bolder;
}

.mode.news .item p,
.mode.news .item p span,
.mode.news .item p a
{
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #464646;
  font-weight: 300;
}

.mode.news .item p.the_category span,
.mode.news .item p.the_category a
{
  display: inline-block;
  vertical-align: top;
}

.mode.news .item p.the_category a {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #464646;
}

.mode.news .item p.the_category {
  margin-top: 15px;
}

.mode.news .item p.author span,
.mode.news .item p.author a
{
  display: inline-block;
  vertical-align: top;
}

.mode.news .item .the_content {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: justify;
}

.mode.news .item p.more a {
  color: #047a60;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  background: url('../images/arrow.png') no-repeat center left 80px;
}



.mode.news .item p.more a:hover {
  text-decoration: underline;
}

.mode.news .item h2 a:hover,
.mode.news .item p.the_category a:hover
{
  color: #00b75b;
}

.article-text h1 {
  font-weight: 500;
  text-transform: none;
  color: #047a60;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 44px;
}

.article-text h1:after {
    display: block;
    margin: 20px 0px;
    content: '';
    background: url('../images/h3_left.png') no-repeat 0px 0px;
    width: 68px;
    height: 3px;
}

.article-text ul.info li {
  margin-right: 10px;
}

.article-text p {
  margin-bottom: 10px;
}

.article-text ul.info li,
.article-text ul.info li span,
.article-text ul.info li a
{
  display: inline-block;
}

.article-text a:hover,
.article-text .text a
{
  color: #00b75b
}

.article-text .text a {display: inline-block;}

.article-text ul.info {
  margin-bottom: 20px;
}

.article-text ul.info li {
  background: none;
  padding-left: 0;
  margin-right: 20px;
  font-size: 14px;
  color: #666;
}

.article-text ul.info li span {
  margin-right: 5px;
}

.section-content {
  padding: 40px 20px;
}

.mode.dzialania.wiesz ul.list li {
  background: #fff;
  width: 25%;
  margin: 0;
  margin-bottom: 5px;
  padding: 25px;
  padding-bottom: 40px;
  text-align: left;
  font-size: 13px;
  color: #464646;
  line-height: 20px;
}

.mode.dzialania.wiesz ul.list li:before {
    display: block;
    text-align: center;
    margin: 20px auto;
    margin-top: 10px;
    content: counter(dzialania);
    font-size: 27px;
    line-height: 37px;
    font-weight: bolder;
    color: #00c959;
    font-family: 'Rubik', sans-serif;
}

.mode.dzialania.wiesz ul.list li:hover,
.mode.dzialania.wiesz ul.list li:hover:before,
.mode.dzialania.wiesz ul.list li:hover strong
{
  color: #fff;
}

.mode.dzialania.wiesz ul.list li:hover strong:before {
  border-color: #fff;
}

.mode.dzialania.wiesz ul.list li strong {
  display: block;
  color: #047a60;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.mode.dzialania.wiesz ul.list li strong:before {
  content: '';
  width: 70px;
  height: 70px;
  border: 2px solid #00c959;
  display: block;
  margin: auto;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-top: -73px;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.mode.ul ul {
  margin-top: 20px;
}

.mode.ul ul li
{
  margin-bottom: 20px;
}

.mode.pliki h3,
.mode.poradnik h3 {
  font-size: 20px;
  line-height: 30px;
}

.mode.pliki {
  padding-right: 50px;
  padding-left: 50px;
  box-sizing: border-box;
}

.mode.pliki ul li {
  margin-bottom: 20px;
  padding: 0;
  background: none;
}

.mode.pliki a {
  background: url('../images/pdf.png') no-repeat left center;
  padding-left: 55px;
}

.mode.pliki a strong {
  display: block;
  text-transform: uppercase;
}

.mode.pliki a:hover {
  color: #047a60
}

.mode.poradnik {
  border-bottom: 1px solid #e6e6e6;
}

.mode.poradnik .lft {
  width: 220px;
}

.mode.poradnik .rgt {
  width: 380px;
}

.mode.poradnik .lft img {
  float: none;
  max-width: 195px;
  max-height: 258px;
}

.mode.poradnik a.btn {
  float: right;
}

.mode.nabor h4 {
  font-weight: 400;
}

.mode.osrodki .lft img,
.mode.konkurs .lft img
{
  float: left;
  max-width: 575px;
  max-height: 385px;
}

.mode.osrodki .mode.oprojekcie {
  background: none;
}

.mode.osrodki .mode.oprojekcie .lft:after,
.mode.konkurs .lft:after
{
    content: '';
    display: block;
    position: relative;
    width: 330px;
    height: 440px;
    z-index: -99;
    margin-top: -25px;
    left: -30px;
    background: #00c959;
    background: -moz-linear-gradient(left, #00c959 0%, #02a15d 100%);
    background: -webkit-linear-gradient(left, #00c959 0%,#02a15d 100%);
    background: linear-gradient(to right, #00c959 0%,#02a15d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c959', endColorstr='#02a15d',GradientType=1 );
}

.mode.osrodki .mode.oprojekcie .rgt:after
{
  display: none;
}

.mode.osrodki .mode.oprojekcie h3 {
  font-size: 18px;
  line-height: 28px;
}

.mode.osrodki .mode.oprojekcie h4 {
  text-transform: none;
  color: #047a60;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.mode.osrodki ul.list li a:hover {
  cursor: pointer;
}

.mode.osrodki .mode.oprojekcie {
  display: none;
}

.mode.osrodki .mode.oprojekcie.active {
  display: block;
}

.mode.osrodki .mode.oprojekcie .btn {
  float: none;
  margin-bottom: 20px;
}

.mode .dane_kontaktowe {
  width: 70%;
  display: inline-block;
}

.mode .jak_dojechac {
  width: 30%;
  margin-left: -5px;
  display: inline-block;
  text-align: right;
}

.mode.news.szkolenia .item {
  background: #fff;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin: 0;
  margin-bottom: 20px;
}

.mode.news.szkolenia .item .lft {
  min-width: 200px;
  max-width: 200px;
  width: 20%;
}

.mode.news.szkolenia .item .rgt {
  width: 80%;
}

.mode.news.szkolenia .item h2, .mode.news.szkolenia .item p.the_date {
  width: 100%;
  display: block;
  text-align: left;
  margin: 0;
}

.mode.news.szkolenia .item h2 {
  margin-bottom: 10px;
}

div.center {
  text-align: center;
}

.mode.news.szkolenia a.btn.green {
  margin: 20px auto 0px auto;
}

.mode.dzialania.wiesz.otrzymujesz ul.list li {
  text-align: center;
}

.mode.dzialania.wiesz.otrzymujesz ul.list li:before {
    color: #fff;
}

.mode.dzialania.wiesz.otrzymujesz ul.list li strong:before {
    background: #00c959;
    background: -moz-linear-gradient(left, #00c959 0%, #02a15d 100%);
    background: -webkit-linear-gradient(left, #00c959 0%,#02a15d 100%);
    background: linear-gradient(to right, #00c959 0%,#02a15d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c959', endColorstr='#02a15d',GradientType=1 );
}

.mode.green,
.mode .wrap.green
{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #00c959;
    background: -moz-linear-gradient(left, #00c959 0%, #02a15d 100%);
    background: -webkit-linear-gradient(left, #00c959 0%,#02a15d 100%);
    background: linear-gradient(to right, #00c959 0%,#02a15d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c959', endColorstr='#02a15d',GradientType=1 );
}

.mode.green h3,
.mode.green div,
.mode.green p {
  color: #fff;
}

.mode .wrap.green h3,
.mode .wrap.green div,
.mode .wrap.green p {
  color: #fff;
}

.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea.wpcf7-textarea
{
  padding: 8px 10px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
}

.wpcf7-form .col-2 span {
  margin-bottom: 20px;
  vertical-align: top;
}

.wpcf7-form .col-2 span {
  width: 50%;
  display: inline-block;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.wpcf7-form .col-2 span.wpcf7-not-valid-tip {
  width: 95%;
}

.wpcf7-form .col-2 span:first-child input {
  width: 95%;
}

.wpcf7-form .col-2 span input {
  display: inline-block;
}

.wpcf7-form .reg .lft {
  width: 80%;
  display: inline-block;
}

.wpcf7-form .reg .rgt {
  width: 20%;
  display: inline-block;
  text-align: right;
}

.wpcf7-form span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form span.wpcf7-list-item span,
.wpcf7-form span.wpcf7-list-item input {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

.wpcf7-form span.wpcf7-list-item input {
  width: 20px;
  margin-right: 10px;
}

.mode.zglos.green .rgt.desc {
  text-align: center;
  background: url('../images/dotsw.png') repeat;
  margin-left: 20px;
  width: 45%;
}

.mode.zglos.green .rgt.desc h4 {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  padding: 50px;
  box-sizing: border-box;
}

.mode.green ::-moz-placeholder {
  opacity: 1;
  color:#fff;
}
.mode.green ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #fff;
}
.mode.green ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}
.mode.green :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #fff;
}
.mode.green :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #fff;
}

.mode.green input:focus {
  background: #fff;
  color: #047a60;
}

.mode.green input:focus::-moz-placeholder {
  opacity: 1;
  color:#047a60;
}
.mode.green input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #047a60;
}
.mode.green input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #047a60;
}
.mode.green input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #047a60;
}
.mode.green input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #047a60;
}

.mode.green div.wpcf7-mail-sent-ok {
    border: 2px solid #f01d12;
    color: #f01d12;
    background: #fff;
}

.mode.oprojekcie.konkurs .rgt:after {
  display: none;
}

.mode.oprojekcie.konkurs .dane_kontaktowe,
.mode.oprojekcie.konkurs .jak_dojechac {
  vertical-align: middle;
}

.mode.oprojekcie.konkurs h3,
.mode h3.smaller
{
  font-size: 20px;
  line-height: 30px;
}

.mode.oprojekcie.konkurs .dane_kontaktowe h4,
.mode.oprojekcie.konkurs .dane_kontaktowe strong
{
  color: #047a60;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
}

.mode.oprojekcie.konkurs .dane_kontaktowe strong {
  font-size: 23px;
  line-height: 33px;
  font-weight: 800;
}

.mode.broszury .item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.mode.broszury .item .lft {
  width: 220px;
}

.mode.broszury .item .rgt {
  width: 320px;
}

.mode.broszury .item a.btn {
  float: right;
}

.mode .mode.pliki {
  padding: 0;
}

.mode .mode.pliki ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.mode .mode.pliki ul li:nth-child(2n) {
  margin-left: -5px;
}

#af-wrapper a,
#af-wrapper span
{
  display: inline-block;
}

#af-wrapper #forum-breadcrumbs {
  margin-top: 15px;
}

.mode.gray form.wpcf7-form input.wpcf7-text,
.mode.gray .wpcf7-form textarea.wpcf7-textarea
{
  background: #fff;
  border: 1px solid #c7c7c7;
  color: #202020;
}

.mode.gray form.wpcf7-form input.wpcf7-text:focus {
  background: #fff;
  border: 1px solid #48b947;
  color: #202020;
}

.mode.gray .wpcf7-form span.wpcf7-list-item span, .mode.gray .wpcf7-form span.wpcf7-list-item input {
  color: #202020;
}

.wpcf7-form textarea.wpcf7-textarea {
  height: 140px;
}

.mode.form.gray .rgt.map {
  width: 45%;
  float: right;
}

.mode.nabor .wrap.green {
  padding: 20px;
}

.mode.nabor p {
  font-size: 20px;
  line-height: 30px;
  font-weight: bolder;
  padding: 30px;
  margin: 0;
  background: url('../images/dotsw.png') repeat center center;
}

.mode h3.line.solid {
  border-bottom: 2px solid #e6e6e6;
}

.mode h3.line.solid:after {
    display: block;
    margin: 0;
    content: '';
    background: #48b947;
    width: 80px;
    height: 2px;
    margin-bottom: -2px;
    margin-top: 20px;
    
}

.mode h3.line.solid {
  text-transform: none;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
}

.mode h3.line.solid strong {
  clear: both;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  line-height: 29px;
}

.mode.oprojekcie.kontakt .rgt:after {
    height: 400px;
}

.mode.kontakty .item {
  width: 33%;
  display: inline-block;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 28px;
  padding-right: 40px;
  box-sizing: border-box;
}

.mode.kontakty .item strong {
  font-weight: 600;
}

.mode.kontakt,
.mode.kontakt p
{
  font-size: 18px;
  line-height: 28px;
}

.mode_menu.rwd {
  margin: auto;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: -100px;
  transition: all 0.2s;
}

.fixed .mode_menu.rwd {
  display: block;
  margin-top: 0px;
}

.content .mode.results h1 {
  margin-bottom: 0px;
}

.content .mode.results ul {
  margin-top: 20px;
}

.content .mode.results ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}

.content .mode.results ul li a {
  font-size: 16px;
  line-height: 26px;
}

.content .mode.results ul li a:hover {
  color: #02A35D
}

.home .mode.kleski .item {
  display: none;
}

.home .mode.kleski .item#ogien {
  display: block;
}

.mode.char ul li a {
  cursor: default;
}

.entry-content a {
  display: inline-block;
  color: #02A85C
}

.entry-content a:hover {
  text-decoration: underline;
}

footer ul li.current_page_item a {
  text-decoration: underline;
}

/* Gallery for o-projekcie page - Modula-style */
.mode.galeria {
  padding-bottom: 40px;
  overflow: hidden;
}

.mode.galeria .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 10px;
  margin-top: 20px;
}

.mode.galeria .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: filter 0.3s ease;
  cursor: pointer;
}

.mode.galeria .gallery img:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.mode.galeria .gallery img:hover {
  filter: brightness(1.1);
}

/* Film section */
.mode.film video {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .mode.galeria .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 180px);
  }

  .mode.galeria .gallery img:nth-child(1) {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Żywioły grid layout */
.zywioly-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.zywiol-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zywiol-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.zywiol-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.zywiol-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.zywiol-card h3 {
  margin: 15px 20px 10px;
  color: #02A85C;
  font-size: 22px;
}

.zywiol-card p {
  margin: 0 20px 20px;
  color: #666;
  font-size: 14px;
}

/* Żywioł single page */
.item.zywiol .lft img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .zywioly-grid {
    grid-template-columns: 1fr;
  }
}

/* Article content images */
.article-text .text p img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.article-text .text figure {
  margin: 20px auto;
  text-align: center;
}

.article-text .text figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Filter tabs for szkolenia */
.filter-tabs-item {
  display: none;
}

.filter-tabs-item.active {
  display: block;
}

.filter-tabs li {
  cursor: pointer;
}

/* Lightbox for gallery */
.mode.galeria .gallery img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.mode.galeria .gallery img:hover {
  transform: scale(1.05);
}

.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  border: 3px solid #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.lightbox-close:hover {
  color: #00c959;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  padding: 20px;
  user-select: none;
  transition: color 0.3s ease;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  color: #00c959;
}

.lightbox-prev.disabled,
.lightbox-next.disabled {
  opacity: 0.3;
  cursor: default;
}

.lightbox-prev.disabled:hover,
.lightbox-next.disabled:hover {
  color: #fff;
}

/* Download item styling */
.download-item {
  padding: 15px;
  background: #f5f5f5;
  border-left: 4px solid #00c959;
  margin: 20px 0;
}

.download-item a {
  display: flex;
  align-items: center;
  color: #047a60;
}

.download-item a img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
}

.download-item a strong {
  display: inline;
}

.download-item p {
  margin: 5px 0 0 34px;
  font-size: 12px;
  color: #666;
}

/* Footer layout fix */
footer .mode.flogo,
footer .mode.ftrmenu {
  display: inline-block;
  vertical-align: top;
}

footer .mode.flogo {
  min-width: 49%;
}

footer .mode.ftrmenu {
  min-width: 180px;
  margin-right: 20px;
}

/* Drugie menu (bez h3) - wyrównanie */
footer .mode.ftrmenu:nth-child(3) {
  padding-top: 44px;
}

/* Ostatnie menu - bez marginesu */
footer .mode.ftrmenu:last-child {
  margin-right: 0;
}


/* categories-filters fix */
ul.list.categories-filters {
  display: flex; 
}

ul.list.categories-filters li {
  flex: 1;   display: block;
}

/* Konkursy navigation - całe pole klikalne, wygląd jak oryginał */
ul.list.konkursy-list {
  counter-reset: dzialania;
}

ul.list.konkursy-list li {
  counter-increment: dzialania;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

ul.list.konkursy-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
}

ul.list.konkursy-list li a:before {
  display: block;
  margin: 20px auto;
  content: counter(dzialania, upper-roman);
  font-size: 48px;
  line-height: 48px;
  font-weight: bolder;
  color: #fff;
}

.mode.dzialania ul.list.konkursy-list li a hr {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
}
