@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  box-sizing: border-box;
}

.body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', Calibri, sans-serif;
  line-height: 1.6;
  color: #474747;
  background-color: #ffffff;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

.header__title {
  position: relative;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-transform: initial;
}

.body--subpage main { padding-top: 100px; position: relative; }



.body--subpage main::before { content: ""; position:absolute; top:0; left:0; right:0;  height:100px; width:100%;  background: rgb(255,255,255);  background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(242,242,242,0) 100%);  }




.header__title.header__title--nobefore::before {
  display: none;
}

.header__title.header__title--1 {
  padding-left: calc(1 * 12.5%);
}


a {
  color: #1c4f14;
  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: #b3c009;
}

#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: #414141;
}
#scrollTop a:hover {
  color: #ff0000;
}

.header {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0rem;
  border-bottom: 0px solid #707070;
position: absolute;
   z-index: 110;
  background-color: RGBA(25,27,28,0.90);
  background-color: transparent;
padding-top: 5px; 
}

.header__wrapper {
    width: 100%;
    max-width: 95%;
    margin: auto;
    padding: 0rem 0;
}

.header__bar {
  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: 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;
}

.header__left {
  position: relative;
min-width: 100px; 
        height: 85px;
    padding-top: 5px;
}
.header__left::after {
  content: "";
display: none; 
  width: 130px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: calc(-2rem + 1px);
  background: #b3c009;
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  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;
  margin: 0;
  padding: 0;
}
#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: 0.5rem 1.7rem 0.25rem;
  font-size: 16px;
  color: #fff;
 font-weight: 400;
  letter-spacing: 0;
  letter-spacing: 0.9px;
  line-height: 2;
  text-align: center;
    position: relative; 


}

#menu1 li a.item1::after {  content: ""; width: 30px; height: 2px; bottom: 0; left: 50%; background-color: #da2b25; position: absolute; opacity: 0; transform: translate(-50%, 0%); }

#menu1 li a.item1:hover::after {  opacity: 1; }
#menu1 li.current a.item1::after {  opacity: 1; }

#menu1 li.sfHover a.item1:hover::after, #menu1 li.sfHover a.current:hover::after,
#menu1 li a.item1:hover::after, #menu1 li.current a.item1::after {
  opacity: 1;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 0;
  visibility: hidden;
}

#menu1 li a.item1:hover {   color:  #a4a1a1;  }

#menu1 li.current a.item1 {   color:  #a4a1a1;  }

#menu1 li ul {
  position: absolute;
  left: 10px;
  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 ul li a.item2 {
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: 400;
  color: #414141;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
}
#menu1 li ul li a.item2:hover {
  color: #1c4f14;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#menu1 li:nth-last-of-type(1) a.item1 { padding: 0px 10px;  }
#menu1 li:nth-last-of-type(1) a.item1 span{ font-family: 'icomoon';    speak: none;    font-style: normal;    font-weight: 400; font-size: 0rem;   }
#menu1 li:nth-last-of-type(1) a.item1 span::before{ content: "\eee8"; font-size: 0.875rem;   font-size: 25px; }


#menu1 li:nth-last-of-type(2) a.item1 span::before{ font-family: 'icomoon';  content: "\ea82"; font-size: 16px;  margin-right: 10px;   }

.search_list { } 

.search_list li { margin-bottom: 1rem; }
.search_list li::marker { display:none; }



#menu1 li.wyr1 a.item1 { padding: 0.75rem 1rem 0.25rem;  }
#menu1 li.wyr1 a.item1 span{ font-family: 'icomoon';    speak: none;    font-style: normal;    font-weight: 400; font-size: 0.875rem;   }
#menu1 li.wyr1 a.item1 span::before{ content: "\e900";  }



#mobnav-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: none;
    top: 23px;
    right: 20px;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  height: 100%;
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #414141;
  -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: 7px;
}
#mobnav-btn span:nth-last-child(2) {
  width: 100%;
  top: 15px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 23px;
}

.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: #414141;
  display: none;
}

.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: 1000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 2rem;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 1.3rem 0 1.3rem;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 2rem;
  font-size: 2rem;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 1rem;
  font-size: 1.3rem;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -10px;
  color: #ebebeb;
  font-size: 3rem;
  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;
}

.langmenu {
  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: 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;
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  list-style-type: none;
}
.langmenu li {
  margin-right: 0.5rem;
}
.langmenu li.wyb a {
  border-color: #1c4f14;
}
.langmenu a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1c4f14;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  border: 1px solid #b3c009;
}
.langmenu a:hover {
  border-color: #1c4f14;
}

#d_menu ul {
  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;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  -webkit-box: 100%;
  -moz-box: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #414141;
  line-height: 40px;
}

.slider {
  width: 100%;
  max-width: 100%;
  height: 800px;
  margin: auto;
  position: relative;
}

.slider::before {
  content: " ";
  position: absolute;
  background-color: transparent; 
  top:auto;
  left: 0;
    bottom: 0;
    right: 0;
width: 50%;
    height: 47px;
    opacity: 0.99; 
   
    z-index: 109;
    max-width: 100%;
  background-image: url('../img/skos1.png');
background-position: left bottom;
  left: 50%;
background-repeat: no-repeat; 
  transform: translate(-0%, -0%);
}



.slider__wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f1f1f1;
    position: relative;
}


 
.slider__image::before {
  content: " ";
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
    bottom: 0;
    right: 0;
width: 100%;
    height: 100%;
    opacity: 0.5; 
}

.slider__image::after {
  content: " ";
  position: absolute;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  top: 0;
  left: 0;   
  right: 0;
width: 100%;
    height: 335px;
    opacity: 0.99; 
}



.slider__naw {
  width: inherit;
  max-width: inherit;
  height: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
display: none; 
}

.slider__descriptionWrapper {
  width: 100%;
  max-width: inherit;
  bottom: 0;
    text-align: center; 
  position: absolute;
    background-color: RGBA(255,255,255,0.0); 
    color:#fff; 
  top: 55%;
  left: 50%;
  z-index: 100; 
 transform: translate(-50%, -50%);
}


.slider__znak  {  width: 80px; height: 80px; background-color: #90d429; position: absolute; right: 35px; border-radius: 50%; display: flex; justify-content: center; align-items: center;  top: 55%; z-index: 101; }

.slider__znak:hover { background-color: #6da519;   }


#prevp { position: absolute; top:50%; left:20px; z-index: 122; opacity: 1;      }
#nextp { position: absolute; top:50%; right:20px; z-index: 122; opacity: 1;     }

a.slider__nawLink i{  font-size: 50px; color:#fff; }
a.slider__nawLink i:hover{ opacity: 0.7; }

#prevpp { position: absolute; top:50%; right:20px; z-index: 122; opacity: 1;      }
#nextpp { position: absolute; top:50%; left:20px; z-index: 122; opacity: 1;     }

a.slider__nawLink i{  font-size: 50px; color:#fff; }
a.slider__nawLink i:hover{ opacity: 0.7; }

.slider__description {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider__title {
  font-size: 4.0625rem;
  line-height: 1.1;
}

.slider__title h1 {
    font-size: 100px;
    line-height: 1;
    color: #fff; 
    font-weight: 700; 
    letter-spacing: -0.2px;
    position: relative;
margin-bottom: 3px;
}

.slider__title h1::before {
  content: " ";
  position: absolute;
  width: 436px;
  height: 10px;
  background-color: #bd1521;
  bottom: 5px;
  left: 0;
  max-width: 436px; 
  left: 50%;
  transform: translate(-50%, -0%);
    z-index: -1;
}

.slider__title h2{
    font-size: 48px;
    color: #fff; 
font-weight: 700; 
    line-height: 1;
    letter-spacing: -0.2px;
  position: relative;
}

.slider__title h2::before {
  content: " ";
  position: absolute;
  width: 658px;
  height: 10px;
  background-color: #008d36;
  bottom: -3px;
  left: 0;
  max-width: 658px; 
  left: 50%;
  transform: translate(-50%, -0%);
    z-index: -1;
}

.slider__button {
  margin-top: 3rem;
}
.slider__button a {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #f5f5f5;
  line-height: 1;
  background: #b3c009;
  border-radius: 9999rem;
}
.slider__button a:hover {
  color: #414141;
}

.slider__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: 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;
  position: absolute;
    bottom: 0.5rem; 
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;

}

.slider__item {
  margin: 0 0.5rem;
}
.slider__item.activeSlide .slider__link {
  background-color: #2a2a2a;
}

.slider__link {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #afafaf;
  transition: all 0.3s ease-in-out;
}
.slider__link:hover {
  background-color: #2a2a2a;
}

.body--subpage .body__wrapper {
  width: 1100px;
  max-width: 90%;
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.body--subpage .header__title {
   color: #000;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 40px;
    position: relative;
   
    padding-bottom: 1.625rem;
    text-align: center;
    padding-left: 0;
     font-size: 35px; font-weight: 600; letter-spacing: -1px; color:#474747;  position: relative;  margin-bottom: 80px; margin-top: 20px; 
}

.body--subpage .header__title::before {
 content: " "; position: absolute;  width: 310px; height: 5px; background-color: transparent; bottom:0; left:0;  max-width: 100%; background-image: url('../img/lin.png'); background-position: center center;   left:50%;transform: translate(-50%, -0%);
}



.body__wrapper1 section h3.title1 { font-size: 35px; font-weight: 600; letter-spacing: -1px; color:#474747;  position: relative; text-align: center; min-width: 310px; padding-bottom: 25px;   }

.body__wrapper1 section h3.title1::before { content: " "; position: absolute;  width: 310px; height: 5px; background-color: transparent; bottom:0; left:0;  max-width: 100%; background-image: url('../img/lin.png'); background-position: center center;   left:50%;transform: translate(-50%, -0%);  }


.body--subpage .header {  margin-bottom: 0; background: #3b3b3a; }


.body--subpage .header__left::after {
  display: none;
}

.section {
  margin: 0;
  padding: 0;
}
.section.section--darkgreen {
  background-color: #f0f0f0;
    color:#474747;
    background-repeat: no-repeat;   
    background-position: center center;
    background-size: cover;
    background-image: none!important;
    margin-bottom: 0rem; 
        padding-top: 100px;
    padding-bottom: 100px; 
position: relative; 
   

}

 




.section__wrapper {
  
  max-width: 100%;
  margin: auto;
  padding: 0;
}

 

.section.section--darkgreen  .section__wrapper { max-width: 1600px;  margin: auto; overflow: hidden; display: flex;  flex-direction: column; }

.section.section--darkgreen h3.title1 {   margin-bottom: 75px; }

.section.section--darkgreen  .section__wrapper .companyexcerpt .box{ display: flex;  flex-direction: row; max-width: 1035px;  margin: 0 auto; }

.section.section--darkgreen  .section__wrapper .companyexcerpt .box p{ margin-bottom: 26px;  }
.section.section--darkgreen  .section__wrapper .companyexcerpt .box ul{ padding-left: 0; margin-left: 0; list-style: none; }
.section.section--darkgreen  .section__wrapper .companyexcerpt .box ul li{position: relative; margin-bottom: 21px; }
.section.section--darkgreen  .section__wrapper .companyexcerpt .box ul li::before {  content: " ";  position: absolute;  background-color:transparent;
  top: 7px;  left: 0;  width: 12px;  height: 12px;  opacity: 0.99;  z-index: 1;  background-image: url('../img/znak-li.png');
  background-position: left center;  left: 0%;  background-repeat: no-repeat;  transform: translate(-0%, -0%); }


.section.section--darkgreen  .section__wrapper .companyexcerpt .box1{ width: 50%; padding-right: 70px; }

.section.section--darkgreen  .section__wrapper .companyexcerpt .box2{ width: 50%;  padding-left: 70px; }

.section.section--darkgreen  .section__wrapper .companyexcerpt .box3{width: 100%;   font-size: 20px; font-weight: 600; letter-spacing: -0.3px; text-align: center; padding-top: 70px;  padding-bottom: 25px; }

 

.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul  {     padding-left: 50px; margin-bottom: 2rem; }
.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul li {  padding-left: 20px;  }

.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul li::marker {  font-size: 10px; }
    
    
.section.section--dark1{  position: relative; padding-top: 150px; padding-bottom: 100px; }



.section.section--dark1::before {
  content: " ";
  position: absolute;
  background-color: transparent; 
  top:0;
  left: 0;
    bottom: auto;
    right: 0;
width: 50%;
    height: 47px;
    opacity: 0.99; 
    z-index: 123;
    max-width: 100%;
  background-image: url('../img/skos1.png');
background-position: left bottom;
  left: 0;
background-repeat: no-repeat; 
  transform: translate(-0%, -0%) rotateY(3.142rad) rotateX(3.142rad); 
  
}




.section.section--dark1::after {
  content: " ";
  position: absolute;
  background-color: transparent; 
  top:auto;
  left: 0;
    bottom: 0;
    right: 0;
width: 50%;
    height: 47px;
    opacity: 0.99; 
    z-index: 123;
    max-width: 100%;
  background-image: url('../img/skos1.png');
background-position: left bottom;
  left: 50%;
background-repeat: no-repeat; 
  transform: translate(-0%, -0%);
  
}


.section.section--dark1  h3.title1{ margin-bottom: 65px;  }


.section.section--dark1 .section--dark1--wrapp{ max-width: 1600px;  margin: auto;  }



.section.section--dark1 .section--dark1--wrapp .box { display: flex;  flex-direction: row;  margin: 0 auto;}

.section.section--dark1 .section--dark1--wrapp  .box p {  margin-bottom: 26px; }

.section.section--dark1 .section--dark1--wrapp  .box ul { padding-left: 30px;  margin-left: 0;   list-style: none; margin-bottom: 26px; }

.section.section--dark1 .section--dark1--wrapp  .box ul  li::before {  content: " ";  position: absolute;  background-color: transparent;  top: 7px;
  left: 0;  width: 12px;  height: 12px;  opacity: 0.99;  z-index: 1;  background-image: url('../img/znak-li.png');  background-position: left center;
  left: -30px;  background-repeat: no-repeat;  transform: translate(-0%, -0%);}

.section.section--dark1 .section--dark1--wrapp  .box ul li {  position: relative;   margin-bottom: 2px; }


    

 ul.ull { padding-left: 30px;  margin-left: 0;   list-style: none; margin-bottom: 26px; }

ul.ull  li::before {  content: " ";  position: absolute;  background-color: transparent;  top: 7px;  left: 0;  width: 12px;  height: 12px;  opacity: 0.99;  z-index: 1;  background-image: url('../img/znak-li.png');  background-position: left center;  left: -30px;  background-repeat: no-repeat;  transform: translate(-0%, -0%);}

ul.ull li {  position: relative;   margin-bottom: 2px; }




    
.section.section--dark1 .section--dark1--wrapp .box1 {  width: 50%; padding-right: 0;  }
.section.section--dark1 .section--dark1--wrapp .box2 {  width: 50%;  padding-left: 70px; display: flex;  flex-direction: column;  justify-content: center;
  align-items: flex-start; padding-top: 20px;  }

.section.section--dark1 .section--dark1--wrapp .box3 { margin:0 auto; color:#474747; font-size: 16px; font-weight: 400; line-height: 26px; letter-spacing: 0px; text-align: center; padding-top: 60px; padding-bottom: 50px;  max-width: 630px; }

.section.section--dark1 .logos__wrapper {  height: auto; }

.section.section--dark1 .slider33 {  position: relative; overflow: hidden; width: 100%; }

.section.section--dark1 .slider33 img{ height: 100%!important; max-width: none!important;  }

.section.section--dark1 .slider33 #nextppp{ position: absolute; top:50%; right: 20px; transform: translate(-0%, -50%);  }
.section.section--dark1 .slider33 #prevppp{   position: absolute; top:50%;  left: 20px;  transform: translate(-0%, -50%); }
.section.section--dark1 .slider33 .slider__nawLink i{  font-size: 46px; color:#fff;  cursor: pointer; }
.section.section--dark1 .slider33 .slider__nawLink:hover i{ opacity: 0.6;    }




.section.section--dark1 .section--dark1--wrapp .companyexcerpt {  }





 .body__wrapper section h1.title1 {  color: #000; font-size: 2.25rem; font-weight: 300; line-height: 40px; position: relative; margin-bottom: 0rem; padding-bottom: 1.625rem;  text-align: left;   }

.body__wrapper section h1.title1::before { content: " "; position: absolute;  width: 415px; height: 2px; background-color: #da2b25; bottom:0; left:0;  max-width: 100%; }



.wiecej1{ border-top:1px solid #d9d9d9; padding: 10px 0; margin: 30px auto;  text-align: right;     margin-left: -100px;    margin-right: -100px; margin-bottom: 8px; }

.wiecej1 > a{   color: #939393;   }

.wiecej1 > a::after{ content: "\e9c1"; font-family: 'icomoon';  speak: none;  font-style: normal;
    font-weight: 400;  margin-right: 1.5rem;    }







.wiecej11{ border-top:1px solid #d9d9d9; padding: 10px 0; margin: 30px auto;  text-align: right; display: none;     margin-left: -100px;    margin-right: -100px; }

.wiecej11 > a{   color: #939393;   }

.wiecej11 > a::after{ content: "\e9c2"; font-family: 'icomoon';  speak: none;  font-style: normal;
    font-weight: 400;  margin-right: 1.5rem;    }





.ukryty-box { display: none; }
.zmiana11 .ukryty-box { display: block; }



.wiecej2{ border-top:1px solid #d9d9d9; padding: 10px 0; margin: 20px auto;  text-align: right;    }

.wiecej2 > a{   color: #939393;   }

.wiecej2 > a::after{ content: "\e9c1"; font-family: 'icomoon';  speak: none;  font-style: normal;
    font-weight: 400;  margin-right: 1.5rem;    }


.wiecej2.zmiana1 > a{ font-size: 0px;   }

.wiecej2.zmiana1 > a::before{ content: " zwiń "; font-size: 1rem;   }

.wiecej2.zmiana1 > a::after{ content: "\e9c2"; font-family: 'icomoon';  speak: none;  font-style: normal;
    font-weight: 400;  margin-right: 1.5rem;   font-size: 1rem;   }




section.section71 { padding-top: 180px; padding-bottom: 160px; position: relative; }

section.section71::before {  content: " ";  position: absolute;  background-color: transparent;  top: 0;  left: 0;  bottom: auto;  right: 0;  width: 50%;  height: 47px;
  opacity: 0.99;  z-index: 123;  max-width: 100%;  background-image: url('../img/skos1.png');  background-position: left bottom;  left: 0;  background-repeat: no-repeat;
  transform: translate(-0%, -0%) rotateY(3.142rad) rotateX(3.142rad);  }


section.section71::after {  content: " ";  position: absolute;  background-color: transparent;  top: auto;  left: 0;  bottom: 0;  right: 0;  width: 50%;  height: 47px;
  opacity: 0.99;  z-index: 123;  max-width: 100%;  background-image: url('../img/skos1.png');  background-position: left bottom;  left: 50%;  background-repeat: no-repeat;  transform: translate(-0%, -0%); }


section.section71  .section__wrapper {  max-width: 1600px;  margin: auto; overflow: hidden; }

section.section71 h1.title1{ margin-bottom: 2rem; }

section.section71 h3.title1 {  margin-bottom: 65px; }



section.section71 .logos__wrapper {  height: 538px;}

section.section71 .slider44 {  position: relative; overflow: hidden; }

section.section71 .slider44 img{ max-width: 100%; }





section.section71 .slider44 #nextpppp{ position: absolute; top:50%; right: 20px; transform: translate(-0%, -50%);  }
section.section71 .slider44 #prevpppp{   position: absolute; top:50%;  left: 20px;  transform: translate(-0%, -50%); }
section.section71 .slider44 .slider__nawLink i{  font-size: 46px; color:#fff;  cursor: pointer; }
section.section71 .slider44 .slider__nawLink:hover i{ opacity: 0.6;    }

section.section71 .slider44 .tit-name{  color:#474747; font-size: 16px; font-weight: 400; padding-top: 15px; padding-bottom: 10px; padding-left: 5px;     }





section.section71 .tiles{ padding-left: 100px; padding-right: 100px; -webkit-box-pack: center;    -moz-box-pack: center;    -ms-flex-pack: center;    -webkit-justify-content: center;   justify-content: center;  padding-left: 80px;  padding-right: 80px;  }

section.section71 h2 { font-size: 1.125rem; font-weight: 300; line-height: 30px; color: #000;  margin-bottom: 0;  }

section.section71 h2 i { font-size: 1.25rem; color: #a4a1a1; left: -3px; top:-2px; position: relative;  }

section.section71 h3 {  font-size: 1.125rem; font-weight: 600; line-height: 30px; color: #000; margin-bottom: 0.85rem;  }


section.section71  .tiles .tresc11:nth-child(n+7){ display: none; transition: all 0.2s; opacity:0;  }

section.section71 .zmiana11  .tiles .tresc11{ display: flex!important; transition: all 0.2s!important; opacity: 1!important; }

section.section71 .tresc11 {  padding: 15px;  margin-bottom: 1rem;  display: flex;
    flex-direction: column;   align-items: stretch;  justify-content: space-between; -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;    flex: 0 0 33.3%; max-width: 33.3%;  }

section.section71 .tresc11 .img2 {  overflow: hidden;     }

section.section71 .tresc11 .img2 img { width: 100%;  max-width: 100%; height: auto;      }


section.section71 .tresc11:hover h2{ color: #da2b25;     }

section.section71 .tresc11:hover h3{ color: #da2b25;    }

section.section71 .tresc11:hover h2 i{ color: #da2b25;    }

section.section71 .tresc11:hover img{    }

section.section71 .tresc11 img{  max-width: 100%; height: auto;  transition: all 0.2s; }

section.section71 .tresc11:hover img{ opacity: 0.99;  transition: all 0.2s; transform:scale(1.05); -webkit-transform:scale(1.05);  -moz-transform:scale(1.05); -o-transform:scale(1.05);  }






.section.section--04 { padding-top: 120px;  padding-bottom: 100px;  background-color: #f0f0f0; }

.section.section--04 .section--04--wrapp{ max-width: 1600px;  margin: auto;  }


.section.section--04 .section--04--wrapp h3.title1{ margin-bottom: 65px; }



.section.section--04 .section--04--wrapp .box {  display: flex;  flex-direction: row;  margin: 0 auto; max-width: 1230px;}
.section.section--04 .section--04--wrapp .box p {  margin-bottom: 26px; }

.section.section--04 .section--04--wrapp  .box1 {  width: 50%;  padding-right: 0; display: flex;  flex-direction: column;  align-items: flex-start;  justify-content: center; padding-top: 10px; }

.section.section--04 .section--04--wrapp  .box2 {  width: 50%;  padding-left: 70px;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center; }

 





.body__wrapper section h3.title1 { font-size: 35px; font-weight: 600; letter-spacing: -1px; color:#474747;  position: relative; text-align: center; min-width: 310px; padding-bottom: 25px;   }

.body__wrapper section h3.title1::before { content: " "; position: absolute;  width: 310px; height: 5px; background-color: transparent; bottom:0; left:0;  max-width: 100%; background-image: url('../img/lin.png'); background-position: center center;   left:50%;transform: translate(-50%, -0%);  }



.footer {
  margin: 0;
  padding: 0;
    background-color: #f0f0f0;
}

.footer__wrapper {
    max-width: 1600px;
  margin: auto;
  padding: 3.2rem 0;
    padding-top: 5rem;
    padding-bottom: 4.2rem;
padding-top: 115px;
}

.footer__list {
  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: 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;
  align-items: flex-start;
    padding-left: 180px; padding-right: 180px; 
}

.footer__item { 
  margin: 1.5rem 1rem;
    text-align: left;
    
}


h1.footer__title { display: none; }

.footer__item:not(:first-child) .footer__title {
  padding-left: 2.25rem;
}

.footer__wrapper>h1 {  color: #fff; font-size: 2.25rem; font-weight: 300; line-height: 40px; position: relative; margin-bottom: 0rem; padding-bottom: 1.625rem;  margin-top: 1rem;  }
.footer__wrapper>h1::before { content: " "; position: absolute;  width: 415px; height: 2px; background-color: #da2b25; bottom:0; left:0;   max-width: 100%; }


.footer__excerpt {  color: #3b3b3a;    padding-top: 0rem;  font-weight: 400;  display: flex;  flex-direction: column;  justify-content: flex-end;  align-items: flex-end;  height: 150px;  line-height: 20px; align-items: center; }



.footer__excerpt img { margin-bottom: 38px; }


.footer__list .footer__item h2{  font-size: 1rem; font-weight: 300; line-height: 36px; color: #fff; margin-top: 3.5rem;       }

.footer__list .footer__item h3{ font-size: 1.875rem; color:#fff; font-weight: 300; line-height: 47px;      margin-bottom: 0;   margin-left:1.75rem;    }

.footer__list .footer__item h4{ font-size: 1.125rem; color:#fff; font-weight: 300; line-height: 36px;   margin-left:1.75rem;      }

.footer__list .footer__item hr{   margin-bottom: 0.875rem;       }


.footer__list .footer__item a { color:#3b3b3a;  font-weight: 600;   }
.footer__list .footer__item a:hover { opacity: 0.7;     }



.footer .copyright1 {   border-top:0px solid #858585;     font-weight: 400;  }
.footer .copyright1 .copyright1-wrap {  margin:0 auto; max-width: 1600px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: #3b3b3a; padding: 1.5rem 0rem; justify-content: center; padding-top: 2px; }

.footer .copyright1 a { color: #3b3b3a;  }
.footer .copyright1 a:hover { opacity: 0.7;  }

.footer__list .footer__item { max-width: 370px;  margin-top: 1rem;  -webkit-box-flex: 0; 
    -ms-flex: 0 0 30%;   flex: 0 0 30%; max-width: 30%;   }


.footer__list .footer__item  u {  padding-right: 20px; font-style: normal; color:#3b3b3a;  text-decoration: none;   }
.footer__list .footer__item  .box-info {  display: flex; flex-direction: row;   }
.footer__list .footer__item  .box-info1 {  border-left: 1px solid #3b3b3a;  display: flex; flex-direction: column; padding-left: 20px;  }
.footer__list .footer__item  a { display: block;  }

.footer__list .footer__item h3.czer { margin-left:0rem; }
.footer__list .footer__item h3.czer a { background-color: #da2b25; color: #fff; padding-left: 1.75rem; padding-right: 1.75rem;   }

.footer__list .footer__item h3.czer a:hover { color:#000;  }


.tiles {
  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;
  margin: 0;
}

.tiles__item { transition: all 0.3s;
    -webkit-box: 0 0 33.3333%;
    -moz-box: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
        
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
background: none; 
overflow: hidden; 
border:1px solid #fff; 
}

.tiles .tiles__item:nth-of-type(1)  {  border-left:0px; }
.tiles .tiles__item:nth-of-type(3)  {  border-right:0px; }
.tiles .tiles__item:nth-of-type(4)  {  border-left:0px; }
.tiles .tiles__item:nth-of-type(6)  {  border-right:0px; }
.tiles .tiles__item:nth-of-type(7)  {  border-left:0px; }
.tiles .tiles__item:nth-of-type(9)  {  border-right:0px; }

.tiles_img  {    
width: 100%;
    max-width: 100%; 
 height: auto;
}

.tiles__link { position: relative; transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;  
}


.tiles__title { position: absolute; top:50%; width: 100%; height: auto; bottom:0;
  margin: 0;
  padding: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.5625rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
    background: RGBA(0,0,0,0.8);
    -webkit-transition: transition: all 0.3s;
    -moz-transition: transition: all 0.3s;
    -o-transition: transition: all 0.3s;
    transition: transition: all 0.3s;
    transition: all 0.3s; 
}



 

.tiles__item .zajexcerpt {  text-align: center;      display: flex;   flex-direction: column;    justify-content: center;
    align-items: center; font-size: 1.125rem;    letter-spacing: -0.4px;  }

.tiles__item .zajexcerpt p:nth-of-type(1) {  min-height: 70px; display: flex; justify-content: center; align-items: center;   }

.tiles__item .zajexcerpt a{ border:1px solid #90d429; font-size: 0.875rem; letter-spacing: 1.5px;   color: #fff;  padding: 1rem 1rem; display: flex; justify-content: center; align-items: center; width: 160px; height:  36px; margin:0 auto; margin-top: 50px;   padding-left: 2rem; font-weight: 300;  }

.tiles__item .zajexcerpt a:hover{ background-color: #90d429;   }

.tiles__item .zajexcerpt a > i{ font-size: 1.25rem;  font-style: normal;  margin-left: 12px;   }

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

.tiles__item .zajexcerpt hr { width: 104px; border-top: 1px solid #90d429; margin-left: auto; margin-right: auto;    }


.tiles__link  .zajexcerpt a  {
    display: none; ;  transition: all 0.3s;
}

.tiles__link:hover  .zajexcerpt a  {
    display: flex;  transition: all 0.3s;
}

.tiles__link:hover .tiles__title {
    top:0; height: 100%; transition: all 0.3s;
}

.tiles__item .titlezaj {  max-width: 21.875rem;   }




.submenu-image-text > li.kafli {  display: inline-block;  padding: 0px;  margin: 0px;  clear: both;   width: 48%;
    border: 1px solid #dbdbdb;   overflow-y: auto;    margin-top: 15px;  position: relative; margin-left: 1%;
    margin-right: 1%; border-bottom:0;   }


.submenu-image-text li.kafli .image {   float: none;   margin-right: 0px;   margin-bottom: 0px;   width: 100%; }

.submenu-image-text li.kafli .image A {   border: 1px solid #dbdbdb;    background: #f3f3f3;    padding: 0px;    display: block;  }

.submenu-image-text li.kafli .desc {position: absolute; top:60%; left:0; right: 0;     overflow: hidden;    margin-bottom: 0px;}

.submenu-image-text li.kafli .desc {text-align: center;   display: flex;   flex-direction: column;   justify-content: center;   align-items: center; }

.submenu-image-text li.kafli .desc a { color: #fff; }
.submenu-image-text li.kafli .desc a:hover { color: #eee; }

.submenu-image-text li.kafli .desc { position: absolute; top: 60%; width: 100%; height: auto; bottom: 0; margin: 0; padding: 0.75rem; padding-left: 0.75rem;
padding-left: 1.5rem; font-size: 1.5625rem; font-weight: 600; color: #ffffff; line-height: 1.2; background: RGBA(0,0,0,0.8);
-webkit-transition: transition: all 0.3s; -moz-transition: transition: all 0.3s; -o-transition: transition: all 0.3s; transition: transition: all 0.3s;
transition: all 0.3s; }

.submenu-image-text li.kafli .desc:hover { background: RGBA(0,0,0,0.9);  }

.submenu-image-text li.kafli .desc .zaj{ text-align: center; font-size: 1.125rem;  letter-spacing: -0.4px; font-weight: 600; max-width: 21.875rem;     margin: 0 auto; }

.submenu-image-text li.kafli .desc .zaj img{  }

.submenu-image-text li.kafli .desc .zaj hr {width: 104px; border-top: 1px solid #90d429; margin-left: auto; margin-right: auto;     margin-top: 1.25rem;
    margin-bottom: 1.25rem;  }

.list-group.katli  { margin-top: 20px;  display: flex;   flex-wrap: wrap;     flex-direction: row;      justify-content: space-between;  }  

.list-group.katli .list-group-item { display: inline-block;  width: 32%; margin-left: 0%; margin-right: 0%; margin-bottom: 1.375rem; text-align: center;  text-align: center;    display: flex;    justify-content: center;    align-items: center;  min-height: 130px; padding-top: 2.75rem; padding-bottom: 1.75rem; } 
 
.list-group.katli .list-group-item h4 { margin-bottom: 0; text-align: center;  line-height: 1.2; font-weight: 500; position: relative; font-size: 1.125rem;  }  

.list-group.katli .list-group-item h4::before {  content: '';   position: absolute;   left: 0;   width: 50px;   height: 2px;   top: -15px;
    background-color: #90d429;     transition: all 0.2s;   left:50%;   transform: translate(-50%, -0%);  }

.list-group.katli .list-group-item:hover h4::before  {   width: 100px;   } 

.list-group.katli .list-group-item:hover h4  {    } 

.list-group.katli a { color: #000000;   }
.list-group.katli a:hover { color: #444;  }



.contact__title::after { display: none!important; }


.contact .contact__excerpt h4{ color:#bd1521; font-weight: 600; font-size: 20px;   }

.contact .contact__excerpt a{     display: block; padding-bottom: 0;  }
.contact .contact__excerpt p{    margin-bottom: 0;   }

.contact .contact__form textarea.form-control {  height: 346px;} 

.contact__form .btn.btn-primary {
    max-width: 125px;
    display: block;
    margin-left: auto;
    color: #ffffff;
    border:0!important;
    border-radius: 0;
    background: #bd1521!important;
}

.contact__form .btn.btn-primary:hover {  background: #616161!important;  }

.contact .contact__excerpt a:hover {  color: #bd1521; }



.inw  { display: block; width: 100%; }

.inw .submenutiles__item:nth-child(even) { flex-direction: column; }

.inw .submenutiles__item { display: flex;  flex-direction: column;  -webkit-box-flex: 0;   -ms-flex: 0 0 50%;   flex: 0 0 50%;  max-width: 50%;  }


.inw .submenutiles__item { display: inline-block;  max-width: 50%; width: 50%;  padding: 15px; margin-bottom: 15px;  }

.inw .submenutiles__item h2{ font-size: 1.125rem;  font-weight: 300;  line-height: 30px;  color: #000;    margin-bottom: 0;  }

.inw .submenutiles__item h3{  font-size: 1.125rem;    font-weight: 600;   line-height: 30px;    color: #000;
    margin-bottom: 0.85rem;  }


.inw .submenutiles__itemLink {    color: #000;    text-align: left;    background: #fff;     display: inline-block; }

.inw .submenutiles__itemLink:hover h2{   color: #bd1521;   }
.inw .submenutiles__itemLink:hover h3{   color: #bd1521;   }

.inw .submenutiles__itemDesc { padding: 0; }

.inw .submenutiles__itemDesc::after { display: none; }

.inw .submenutiles__itemImage img {  width: 100%;  max-width: 100%;  height: 100%!important;  object-fit: cover; }



.wiecej1 > a:hover {  opacity:0.7; } 

.wiecej2 > a:hover {  opacity:0.7; } 

.wiecej11 > a:hover {  opacity:0.7; } 







    
    
/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  .header__title {
    padding-left: 0 !important;
  }
    
 
   
    
    .tiles__item { transition: all 0.3s;
        -webkit-box: 0 0 100%;
        -moz-box: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;      
        border:1px solid #fff; border-left:0; border-right: 0; 
    }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li a.item1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #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: 0.65rem 1.3rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .footer__item {
    -webkit-box: calc(100% - 2rem);
    -moz-box: calc(100% - 2rem);
    -webkit-flex: calc(100% - 2rem);
    -ms-flex: calc(100% - 2rem);
    flex: calc(100% - 2rem);
  }

  .footer__excerpt {
    font-size: 1rem;
  }

  .slider {
    height: 450px;
  }

 
  .slider__description {
    width: 99%;
    top: 50%;
  }

  .slider__title {
    font-size: 1.5625rem;
  }

  .slider__button {
    margin-top: 1.5rem;
  }
  .slider__button a {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }

  .slider__list {
    bottom: 1rem;
  }

  .tiles {
    margin-left: 0;
    margin-right: 0;
  }

  .tiles__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
  }
    
    .footer__list .footer__item:nth-of-type(2) h3 {  font-size: 1.75rem; }
    
    
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
    
    .tiles__item { transition: all 0.3s;
        -webkit-box: 0 0 100%;
        -moz-box: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;      
        border:1px solid #fff; border-left:0; border-right: 0; 
    }

   


    
  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li a.item1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
      color:#000; 
  }
  #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: 0.65rem 1.3rem;
    line-height: 1.3;
  }

  #mobnav-btn {
      display: block;  top: 29%;  }
      
      
    button#mobnav-btn:focus {  outline: 0px dotted;   outline: 0px auto -webkit-focus-ring-color;      }
  

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;   
    padding-top: 30px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

    .footer__item {
        -webkit-box: calc(100% - 2rem);
        -moz-box: calc(100% - 2rem);
        -webkit-flex: calc(100% - 2rem);
        -ms-flex: calc(100% - 2rem);
        flex: calc(100% - 2rem);
    }

  .footer__excerpt {
    font-size: 1.125rem;
  }

  .header__title {
    padding-left: 0 !important;
  }

  .slider {
    height: 600px;
  }

 

  .slider__title {
    font-size: 2.1875rem;
  }



  .tiles {
    margin-left: 0;
    margin-right: 0;
  }

  .tiles__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}



@media only screen and (max-width: 1199px) and (min-width: 769px) {
    
    

    .tiles__item { transition: all 0.3s;
        -webkit-box: 0 0 50%;
        -moz-box: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;      
        border:1px solid #fff; 
    }

    .tiles .tiles__item:nth-child(odd)  {  border:1px solid #fff;  border-left:0px; }
    .tiles .tiles__item:nth-child(even)  { border:1px solid #fff;   border-right:0px; }
 
    
    
  .slider {
    height: 600px;
  }

  .slider__title {
    font-size: 2.8125rem;
    
  }

    .footer__item {
        -webkit-box: 0 1 calc(14%);
        -moz-box: 0 1 calc(14%);
        -webkit-flex: 0 1 calc(14%);
        -ms-flex: 0 1 calc(14%);
        flex: 0 1 calc(14%);
    }
    
}

@media only screen and (max-width: 1650px)  {
    
section  .section__wrapper--smallypadding {  padding-left: 2rem;  padding-right: 2rem;  }
    
 section.section71 .section__wrapper {  padding-left: 0rem;  padding-right: 0rem;  }
    
    section.section71 .slider44 .cycle-slide { max-width: 50vw; overflow: hidden; }
    
    section.section71 .slider44 .tit-name {  text-align: center;   white-space: normal; max-width: 100%; display: block; background: #fff; line-height: 20px; 
    min-height: 65px; }
    
    
.section.section--dark1 .slider33 .cycle-slide { max-width: 50vw; }
    
    .section.section--dark1 .slider33 img {  height: auto!important;  max-width: inherit!important; }
    
    

    .section.section--dark1 .section--dark1--wrapp {  padding-left: 0rem;  padding-right: 0rem;    }
    
    .section.section--dark1 .section--dark1--wrapp .box1 {   }
    

.section.section--04 .section--04--wrapp{   padding-left: 2rem;  padding-right: 2rem;  }

.footer__wrapper {    padding-left: 2rem;  padding-right: 2rem; }

    .footer .copyright1 .copyright1-wrap {  padding-left: 2rem;  padding-right: 2rem; } 

    
}



@media only screen and (max-width: 1199px)  {
    .section.section--dark1 .section--dark1--wrapp .companyexcerpt {
        max-width: 1110px;
        margin: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;      }
    
    
    .contact .contact__excerpt {   flex: 40%;   padding-left: 0; }

    .submenu-image-text li.kafli .desc .zaj {  max-width: auto; }
    
    .slider__znak  {  top: 53%;  }

    .section.section--darkgreen .companyexcerpt  { padding-left: 1.25rem;  padding-right: 1.25rem;  }


    .slider__title {        padding-left: 1.25rem;       padding-right: 1.25rem;    }
    
    
    #menu1 li a.item1 {
        padding: 0.75rem 1rem 0.25rem;   font-size: 0.9375rem;   color: #fff;   letter-spacing: 1px; }
    
   
    
    .slider {  height: 550px; }
    
   .slider .slider__title h1 { font-size: 60px; margin-bottom: 15px; padding-bottom: 6px;   }
   .slider .slider__title h2 { font-size: 28px; padding-bottom: 4px;    }
    
    
    
    .slider__title h1::before {   width: 264px; }
    .slider__title h2::before {   width: 382px; }
 


    .section__wrapper.section__wrapper--smallypadding .companyexcerpt .box {  padding-left: 0px;  padding-right: 0px;}

section.section71 .tiles { padding-left: 0px;  padding-right: 0px; margin-left: -15px;  margin-right: -15px; }

.section.section--dark1 .section--dark1--wrapp .box {  padding-left: 0px;  padding-right: 0px; }


.section.section--04 .section--04--wrapp .box {  padding-left: 0px;  padding-right: 0px; }
    
 .section.section--darkgreen .companyexcerpt {   padding-left: 0;   padding-right: 0;}

.footer__list { padding-left: 0px;  padding-right: 0px;  } 
    
    .wiecej1 { margin-left: 0px;  margin-right: 0px; }
    .wiecej11 { margin-left: 0px;  margin-right: 0px; }
    
 
    
    .footer__list .footer__item h3 {     margin-left: 0; }
    .footer__list .footer__item h4 {     margin-left: 0; }
    
    
    .section.section--dark1 .section--dark1--wrapp .companyexcerpt h1 {  margin-bottom: 2rem;  }

 
.section.section--dark1 .section--dark1--wrapp .box2 {  padding-left: 30px; }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt {  padding-left: 0rem;  padding-right: 0rem; }
    
    .footer__item {  margin-left: 0;  margin-right: 0; } 
    
    
    
}


@media only screen and (max-width: 1299px) { 
.footer__list {  padding-left: 0px;  padding-right: 0px;}
}



@media only screen and (max-width: 992px)  {
#menu1 li a.item1 {    padding: 0.75rem 0.5rem 0.25rem;    font-size: 0.9375rem;      letter-spacing: 0px;    }

    .submenu-image-text > li.kafli { width: 100%; margin-left: 0; margin-right: 0; }
    
    .submenu-image-text li.kafli .desc {  position: relative;   top: 0px;   padding: 2rem; }
    
    .submenu-image-text li.kafli .image {  margin-bottom: -170px; }

    .list-group.katli .list-group-item {  width: 48.7%; }
   



.footer__list .footer__item {  -ms-flex: 0 0 45%;  flex: 0 0 45%;  max-width: 45%; }
    
    .footer__list .footer__item {  -ms-flex: 0 0 100%;  flex: 0 0 100%;   max-width: 100%; text-align: center;  margin: 0 auto; } 
    
    
    
    section.section71 .tresc11 {  flex: 0 0 50%;  max-width: 50%;} 


.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .doj {  margin-bottom: 15px;  }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .kont {  margin-bottom: 15px;  } 
    

 .header__left {  min-width: 140px; }

.header__left > a { display: flex;  justify-content: center; align-items: center; height: 100%; }
    
    
.section.section--dark1 .section--dark1--wrapp .box3 a { display: inline-block;  min-width: 30%; margin-bottom: 20px; }    
    
    
    
.section.section--04 .section--04--wrapp .box1 ul {  padding-left: 15px; }


.header__tright { width: 100%; position: absolute; padding: 0; margin: 0;top: 0; left: 0; right: 0; }

#mobnav-btn {  display: block;  top: 25px; }

header__left > a > img { max-width: 155px; }
    
    
    
  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li a.item1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #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: 0.65rem 1.3rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
          padding-bottom: 30px;
  }
    
    
    #menu1 li:first-child a.item1 span::before {   font-size: 1.5rem;  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {    display: block;  }    

    
   .section__wrapper.section__wrapper--smallypadding .companyexcerpt .box  ul {  padding-left: 20px; }

 
    .section.section--darkgreen .section__wrapper .companyexcerpt .box {   flex-direction: column; }
   .section.section--darkgreen .section__wrapper .companyexcerpt .box1 {  width: 100%;  padding-left: 0px; }
   .section.section--darkgreen .section__wrapper .companyexcerpt .box1 br { display: none; }
   .section.section--darkgreen .section__wrapper .companyexcerpt .box2 {  width: 100%;  padding-left: 0px; }
   .section.section--darkgreen .section__wrapper .companyexcerpt .box3 {  text-align: left;  }
    
   .section.section--dark1 .section--dark1--wrapp .box {  flex-direction: column;  }
    
    .section.section--dark1 .section--dark1--wrapp .box1 {  width: 100%;  margin-left: 0;    margin-right: 0; }
    .section.section--dark1 .section--dark1--wrapp .box2 {  width: 100%; padding-left: 2rem; padding-right: 2rem; padding-top: 40px;  }
    .section.section--dark1 .section--dark1--wrapp .box2 br {  display: none; }
    .section.section--dark1 .section--dark1--wrapp .box2 span { font-weight: 600;  }
    .section.section--dark1 .section--dark1--wrapp .box3   { text-align: left; max-width: 100%; padding-left: 2rem; padding-right: 2rem; padding-top: 40px;
  padding-bottom: 40px;  }
 
    
    .section.section--04 .section--04--wrapp .box {  flex-direction: column;   }
     .section.section--04 .section--04--wrapp .box1 {    max-width: 100%; width: 100%; padding: 0;  }
     .section.section--04 .section--04--wrapp .box1 br {  display: none; }
     .section.section--04 .section--04--wrapp .box2 {    max-width: 100%; width: 100%; padding: 0; padding: 20px;  }
    
    .footer__excerpt {  height: auto;  align-items: center;  padding-top: 25px;  padding-bottom: 25px; text-align: left; }
    
    .imgsr { float: none!important;  padding-left: 0!important;  padding-bottom: 30px!important;   }
    
    
}

@media only screen and (max-width: 768px)  {

    #menu1 li a.item1 {  font-size: 1.25rem;  color: #000;     letter-spacing: 2px; }
#menu1 li a.item1:hover {   color:  #90d429;  }
#menu1 li.current a.item1 {   color:  #90d429;  }

    .slider__title h2 {  font-size: 1rem;   font-weight: 400;  line-height:1.5 ;  letter-spacing: 1.1px; }

    .slider__title h1 {  font-size: 1.625rem;  line-height: 1.0;   letter-spacing: -2.1px; }



   
.section.section--dark1 .section--dark1--wrapp .box3 a { display: inline-block;  min-width: 50%;  }  
 

    .footer__list .footer__item:nth-of-type(2) {  flex: 0 1 calc(90%);  line-height: 1.1;}

    .footer__list .footer__item:nth-of-type(2) h3 {  font-size: 1.75rem; }
    
    #mobnav-btn {        display: block;        top: 29%;    }
    
    .list-group.katli .list-group-item {      width: 100%; }
    
    section.section71 .tresc11 { flex: 0 0 50%; max-width: 50%;  } 

.footer__list { flex-direction: column;  } 
    
    .contact .contact__form {   padding-left: 0;  }
    
    .contact .contact__form textarea.form-control {    height: auto;  }
    
    
    .footer__list .footer__item {  -ms-flex: 0 0 99%;  flex: 0 0 99%;  max-width: 99%; }
    
    .inw .submenutiles__item { display: inline-block;  max-width: 100%; width: 100%;  padding: 0px; padding-bottom: 30px;   }
    
    
        section.section71 .slider44 .cycle-slide { max-width: 100vw; overflow: hidden;  }
    
   
  .section.section--dark1 .slider33 .cycle-slide { max-width: 100vw; }
    
 
section.section71 .slider44 .tit-name {  text-align: center;   white-space: normal; max-width: 100%; display: block; background: #fff; line-height: 20px; 
    min-height: 65px; }
    
    
    
    
    
}




@media only screen and (max-width: 576px)  {

.slider__znak { top: 52%;  width: 60px;  height: 60px; right: 20px;  }
    
    .slider__item {        margin: 0 0.3em;    }

    .slider__link {       display: block;        width: 12px;        height: 12px; }
    .slider__list {        bottom: 0.5rem; }
    
    .submenu-image-text li.kafli .image {   margin-bottom: -100px;    }
    
    section.section71 .tresc11 { flex: 0 0 100%; max-width: 100%;  } 

.footer .copyright1 .copyright1-wrap {  flex-direction: column; }
    
.section.section--dark1 .section--dark1--wrapp .box3 a { display: inline-block;  min-width: 99%;  } 
    
    section.section71 .tiles .tresc11:nth-child(n+4) {  display: none;  transition: all 0.2s;  opacity: 0; }
    
    section.section71 h3 {  line-height: 40px;  }

    
    #nextp {  right: -10px; }
    #prevp {   left: -10px; }
        
        
    
}


@media only screen and (max-width: 480px)  {

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .doj { min-width: 100%; text-align: center; }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .kont {  min-width: 100%; text-align: center;  } 

.section.section--04 .section--04--wrapp .box2 .kont {   min-width: 100%; text-align: center;  }

.section.section--dark1 .section--dark1--wrapp .box3 {  flex-direction: column; }

.section.section--dark1 .section--dark1--wrapp .box3 img {   margin-top: 15px;  margin-bottom: 15px;  } 

.footer__list .footer__item h2 {  margin-top: 0.5rem; }
    
    
.footer__list .footer__item h4 {  font-size: 1rem; } 
  
    
.slider__title h2::before {    width: 200px;   }
    
 .body__wrapper section h3.title1::before {  width: 200px; }

    
    

}
 



@media only screen and (max-width: 992px)  {
    
  #menu1 li a.item1 {  font-size: 1.5rem;  color: #000;  letter-spacing: 1px; padding-top: 0.8rem; padding-bottom: 0.8rem; line-height: normal; }


#menu1 li a.item1:hover {  color: #da2b25; }

#menu1 li.current a.item1 {  color:#da2b25; }

#menu1 li a.item1::after { display:none;   }
    

    .header__tright { width: 100%; position: absolute; padding: 0; margin: 0;top: 0; left: 0; right: 0; }

#mobnav-btn {  display: block;  top: 25px; }

header__left > a > img { max-width: 155px; }
  
    
    
    
}


/*# sourceMappingURL=default.css.map */
