@charset "UTF-8";
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}

img, embed, object, video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

h1 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
h1.news_header {
  color: #478955;
}
h1 > span {
  padding: 15px 35px 15px 25px;
  background: url("../img/span_bg.png") no-repeat 100% 100%/100% 100%;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #478955;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 25px;
  color: #ffffff;
}
#scrollTop a:hover {
  color: #ff0000;
}

.skip_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 20px;
  left: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.skip_links a {
  position: absolute;
  left: -9000px;
  z-index: 2;
  padding: 5px 10px;
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #478955;
  transition: none !important;
}
.skip_links a:focus {
  left: 0;
}

#top {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 200;
}

#top0 {
  width: 1500px;
  max-width: 95%;
  margin: auto;
  padding: 0;
  padding-top: 15px;
}

#top1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

#top1_1 {
  -webkit-box: 30%;
  -moz-box: 30%;
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#top1_1 a > img {
  width: 133px;
  height: 79px;
  padding-right: 15px;
}

#top1_2 {
  -webkit-box: 70%;
  -moz-box: 70%;
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top_up,
#top_bottom {
  -webkit-box: 100%;
  -moz-box: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

#top_up {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px 0;
  text-align: center;
}
#top_up #top_up_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top_up #top_up_menu a {
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  color: #323232;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
  white-space: pre;
}
#top_up #top_up_menu a:hover {
  color: #478955;
}
#top_up #top_up_social {
  padding: 0 12px;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
#top_up #top_up_social a {
  padding: 0 5px;
  font-size: 20px;
  font-family: icomoon;
  color: #478955;
}
#top_up #top_up_social a:hover {
  color: #000000;
}

#top_search {
    display: block;
    padding-left: 20px;
    font-size: 18px;
    font-family: icomoon;
    color: #478955;
    letter-spacing: 0px;
    line-height: 35px;
    border-left: 1px solid #d4d4d4;
}

#top_search:hover {
  color: #000000;
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 10px 15px;
  background: url("../img/header_bg.png") no-repeat center top/100% 100%;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
}
#menu1 li a.item1.icon {
  font-size: 18px;
  font-family: icomoon;
  color: #ffffff;
  letter-spacing: 0px;
  vertical-align: midddle;
}
#menu1 li a.item1.icon::after {
  display: none;
}
#menu1 li a.item1::after {
  content: "";
  padding-left: 5px;
  font-size: 16px;
  font-family: icomoon;
  color: #ffffff;
  letter-spacing: 0px;
  vertical-align: -2px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover,
#menu1 li a.item1:hover::after, #menu1 li.current a.item1, #menu1 li.current a.item1::after {
  color: #000000;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 1;
  visibility: visible;
}
#menu1 li ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li:last-child ul {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}
#menu1 li ul li a.item2 {
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  line-height: 19px;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
  border-bottom: 1px solid #478955;
}
#menu1 li ul li a.item2:hover {
  color: #478955;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#mobnav-btn {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #000000;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 0;
}
#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 8px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 16px;
}

.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.95);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 35px;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 20px 0 20px;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 30px;
  font-size: 36px;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -5px;
  color: #478955;
  font-size: 48px;
  font-family: icomoon;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  margin: 0;
  padding: 0 30px;
  text-align: center;
  border-right: 2px solid #ffffff;
}
#d_menu ul li:last-child {
  border-right: none;
}
#d_menu ul li a {
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
#d_menu ul li a:hover {
  color: #000000;
}

.section_slider {
  background-color: #eaeaea;
}

#slider {
  width: 1500px;
  max-width: 95%;
  height: 500px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#slider_img {
  width: 100%;
  height: 100%;
}

.slider_el {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_opis {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 5%;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
}

.slider_opis_name {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 40px;
}

.slider_opis_tresc {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}

.slider_opis_link {
  padding: 10px 25px;
  color: #ffffff;
  background-color: #41804d;
}

.slider_opis_link:hover {
  color: #000000;
}

#slider_naw {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 100;
}
#slider_naw a {
  padding: 50px;
  font-size: 25px;
  font-family: icomoon;
  line-height: 70px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}
#slider_naw a#nextp {
  color: #518c5d;
  background-color: #ffffff;
}
#slider_naw a#nextp:hover {
  color: #000000;
}
#slider_naw a#prevp:hover {
  color: #478955;
}

#maincontent2 {
  margin: auto;
  padding: 0;
}

#wwwpage #maincontent2 {
  width: 1600px;
  max-width: 100%;
}

#maincontent3 {
  padding: 0;
}

#wwwpage #maincontent3 {
  padding: 70px;
}

section {
  margin: 0;
  padding: 0;
}

.section_wrapper {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 70px;
}

.center_section {
  background: url("../img/center_bg.jpg") no-repeat center top/cover;
}

.footer_info_section {
  position: relative;
  z-index: 0;
  background-color: #f4f4f4;
}

.news_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1340px;
  max-width: 100%;
  margin: auto;
  margin-top: -43px;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 2;
}
.news_list.subpage {
  width: 100%;
  margin-top: 0;
}
.news_list li {
  -webkit-box: 0 1 calc(33% - 40px);
  -moz-box: 0 1 calc(33% - 40px);
  -webkit-flex: 0 1 calc(33% - 40px);
  -ms-flex: 0 1 calc(33% - 40px);
  flex: 0 1 calc(33% - 40px);
  margin: 30px 20px;
  border: 1px solid #d6d6d6;
  border-top: none;
}
.news_list li > a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.news_list li > a:hover {
  background-color: #eeeeee;
}
.news_list li > a:hover .news_image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news_image {
  width: 100%;
  overflow: hidden;
}
.news_image img {
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}

.news_text {
  width: 100%;
  padding: 25px 25px 50px 25px;
}
.news_text .news_date {
  font-weight: 400;
  color: #5b5b5b;
  letter-spacing: 1px;
  line-height: 21px;
}
.news_text h2 {
  margin: 0;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 600;
  color: #1f2619;
  letter-spacing: -1px;
  line-height: 27px;
  text-align: left;
  text-transform: initial;
  word-wrap: break-word;
}
.news_text .news_excerpt {
  font-weight: 400;
  color: #000000;
}

.news_all {
  display: block;
  padding-top: 20px;
  padding-left: 2vw;
  font-weight: 400;
  color: #262626;
  text-transform: lowercase;
}
.news_all::after {
  content: "";
  padding-left: 30px;
  font-size: 26px;
  font-family: icomoon;
  color: #518c5d;
  letter-spacing: 1px;
  vertical-align: middle;
}

#center_lists_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.center_item {
  -webkit-box: calc(33% - 50px);
  -moz-box: calc(33% - 50px);
  -webkit-flex: calc(33% - 50px);
  -ms-flex: calc(33% - 50px);
  flex: calc(33% - 50px);
  margin-right: 50px;
}
.center_item:last-child {
  margin-right: 0;
}
.center_item h2 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
}
.center_item h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 15px;
  background-color: #33583b;
}

.center_list {
  margin: 0;
  margin-top: 30px;
  padding-left: 30px;
  list-style-type: none;
}
.center_list li::before {
  content: "";
  margin: 0 15px 0 -27px;
  font-size: 20px;
  font-family: icomoon;
  color: #9ac0a1;
  letter-spacing: 1px;
  vertical-align: middle;
}
.center_list li a {
  font-weight: 400;
  color: #ffffff;
  line-height: 45px;
}
.center_list li a:hover {
  color: #000000;
}

.projects_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1300px;
  max-width: 96%;
  margin: -15px auto 0 auto;
  padding: 0;
  list-style-type: none;
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.projects_list li {
  padding: 30px 20px;
}
.projects_list li a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.projects_list li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#foot {
  margin: 0;
  padding: 0;
}

#foot_top {
  padding: 100px 20px 30px 20px;
  background: url("../img/footer_bg.jpg") no-repeat center top/cover;
}

#foot_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1600px;
  max-width: 96%;
  margin: auto;
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #8d8d8d;
}
#foot_bottom > div {
  padding: 0 15px;
}
#foot_bottom a {
  color: #8d8d8d;
}
#foot_bottom a:hover {
  color: #000000;
}

.footer_info_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer_info_list li {
  -webkit-box: calc(25% - 40px);
  -moz-box: calc(25% - 40px);
  -webkit-flex: calc(25% - 40px);
  -ms-flex: calc(25% - 40px);
  flex: calc(25% - 40px);
  margin: 30px 20px;
}
.footer_info_list h2 {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  line-height: 26px;
  text-align: left;
  text-transform: lowercase;
}
.footer_info_list h2::after {
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  margin-top: 15px;
  margin-bottom: 40px;
  background-color: #478955;
}
.footer_info_list p {
  font-weight: 400;
  color: #4c4c4c;
  line-height: 35px;
}

.footer_info_menu_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer_info_menu_list li {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-bottom: 10px;
}
.footer_info_menu_list li::before {
  content: "";
  margin: 0 15px 0 -27px;
  font-size: 20px;
  font-family: icomoon;
  color: #3b7245;
  letter-spacing: 1px;
  line-height: 35px;
  vertical-align: middle;
}
.footer_info_menu_list {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 35px;
}

#partners_section {
  width: 1200px;
  max-width: 90%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}

#partners_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 20px 40px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #ffffff;
}

#partners_text {
  -webkit-box: 20%;
  -moz-box: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}
#partners_text p {
  font-weight: 400;
  color: #616161;
  line-height: 30px;
  text-align: center;
}

#partners_logo {
  -webkit-box: 80%;
  -moz-box: 80%;
  -webkit-flex: 80%;
  -ms-flex: 80%;
  flex: 80%;
}

.partners_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.partners_list li {
  padding: 10px 20px;
}

#l_menu ul {
	width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #f4f4f4;
}

#l_menu ul li {
  padding: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #eaeaea;
}

#l_menu a {
  color: #666666;
}

#l_menu a:hover {
  color: #518c5d;
}

#l_menu li.item1.current > a,
#l_menu li.item2.current > a {
  font-weight: 700;
  color: #518c5d;
}

#l_menu li.haschild ul {
  display: none;
}

#l_menu li.current.haschild ul {
  display: block;
}

#l_menu ul li.item2 {
  border-bottom: none;
}


/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  #top1,
#top_up {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #top1_1,
#top1_2 {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  #top1_2 {
    margin-top: 15px;
  }

  #top_up #top_up_social {
    border-left: none;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    background: #478955;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 25px;
    line-height: 20px;
  }
  #menu1 li:last-child ul {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: 400vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 19px;
    height: 29px;
    margin-left: 10px;
    font-family: icomoon;
    text-align: center;
    color: #ffffff;
    display: block;
  }

  h1 {
    font-size: 17px;
    line-height: 22px;
  }

  #wwwpage #maincontent3,
.section_wrapper {
    padding: 70px 20px;
  }

  #slider {
    height: 250px;
  }

  .slider_opis {
    width: 90%;
    top: 30%;
    left: 3%;
  }

  .slider_opis_name {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }

  .slider_opis_tresc {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .slider_opis_link {
    padding: 5px 15px;
    font-size: 14px;
  }

  #slider_naw a {
    padding: 20px;
    font-size: 20px;
    line-height: 35px;
  }

  .footer_info_section .section_wrapper {
    padding-bottom: 250px;
  }

  #d_menu ul li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
    line-height: 40px;
    border-right: none;
  }

  .center_item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 35px 0;
  }

  #foot_top {
    padding-top: 220px;
  }

  #foot_bottom {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .footer_info_list li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 30px 0;
  }

  .news_list li {
    -webkit-box: 0 1 100%;
    -moz-box: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 30px 0;
  }

  .news_all {
    padding-left: 0;
  }

  .projects_list {
    max-width: 100%;
  }

  #partners_wrapper {
    padding: 20px;
  }

  #partners_text,
#partners_logo {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .partners_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .partners_list li {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  #top1,
#top_up {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #top1_1,
#top1_2 {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  #top1_2 {
    margin-top: 15px;
  }

  #top_up #top_up_social {
    border-left: none;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    background: #478955;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 25px;
    line-height: 20px;
  }
  #menu1 li:last-child ul {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: 400vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 19px;
    height: 29px;
    margin-left: 10px;
    font-family: icomoon;
    text-align: center;
    color: #ffffff;
    display: block;
  }

  #slider {
    height: 350px;
  }

  .slider_opis {
    width: 80%;
    top: 50%;
  }

  .slider_opis_name {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
  }

  .slider_opis_tresc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  #slider_naw a {
    padding: 30px;
    line-height: 50px;
  }

  #foot_top {
    padding-top: 210px;
  }

  .footer_info_list li {
    -webkit-box: calc(50% - 40px);
    -moz-box: calc(50% - 40px);
    -webkit-flex: calc(50% - 40px);
    -ms-flex: calc(50% - 40px);
    flex: calc(50% - 40px);
  }

  #wwwpage #maincontent3,
.section_wrapper {
    padding: 70px 30px;
  }

  .footer_info_section .section_wrapper {
    padding-bottom: 150px;
  }

  .news_list li {
    -webkit-box: 0 1 calc(50% - 30px);
    -moz-box: 0 1 calc(50% - 30px);
    -webkit-flex: 0 1 calc(50% - 30px);
    -ms-flex: 0 1 calc(50% - 30px);
    flex: 0 1 calc(50% - 30px);
    margin: 30px 15px;
  }

  .news_all {
    padding-left: 20px;
  }

  .center_item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 35px 0;
  }

  .partners_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  #top1,
#top_up {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #top1_1,
#top1_2 {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  #top1_2 {
    margin-top: 15px;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    background: #478955;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 25px;
    line-height: 20px;
  }
  #menu1 li:last-child ul {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: 300vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 19px;
    height: 29px;
    margin-left: 10px;
    font-family: icomoon;
    text-align: center;
    color: #ffffff;
    display: block;
  }

  #slider {
    height: 500px;
  }

  .slider_opis {
    width: 80%;
    top: 55%;
  }

  #foot_top {
    padding-top: 150px;
  }

  #wwwpage #maincontent3,
.section_wrapper {
    padding: 70px 50px;
  }

  .footer_info_section .section_wrapper {
    padding-bottom: 150px;
  }

  .footer_info_list li {
    -webkit-box: calc(50% - 40px);
    -moz-box: calc(50% - 40px);
    -webkit-flex: calc(50% - 40px);
    -ms-flex: calc(50% - 40px);
    flex: calc(50% - 40px);
  }

  .news_list li {
    -webkit-box: 0 1 calc(50% - 40px);
    -moz-box: 0 1 calc(50% - 40px);
    -webkit-flex: 0 1 calc(50% - 40px);
    -ms-flex: 0 1 calc(50% - 40px);
    flex: 0 1 calc(50% - 40px);
    margin: 30px 20px;
  }

  .news_all {
    padding-left: 20px;
  }

  .center_item {
    -webkit-box: calc(50% - 50px);
    -moz-box: calc(50% - 50px);
    -webkit-flex: calc(50% - 50px);
    -ms-flex: calc(50% - 50px);
    flex: calc(50% - 50px);
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .partners_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  #top_up #top_up_menu a {
    padding: 0 8px;
  }
  #top_up #top_up_social {
    padding: 0 8px;
  }

  #top1_1 img {
    padding-right: 10px;
  }

  #menu1 li a.item1 {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #menu1 li:last-child ul {
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}