@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');

html { scroll-behavior: smooth; }

body { scroll-behavior: smooth;}
* {
  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 {  padding-top: 100px;  position: relative;  background-image: url(../img/bg16.jpg);   margin-bottom: 0px; background-position: center center;  background-repeat: no-repeat;  background-size: cover;  z-index: 0;}

 


.body--subpage main::before { content: " "; position: absolute; background-color: #000;  top: 0;  left: 0;  bottom: 0;  right: 0;
  width: 100%;  height: 100%;  opacity: 0.7; z-index: -1; pointer-events: none; }


.body--subpage  h1.header__title { display: none; }
.body--subpage  ul.submenu-list { display: none; }


.header__title.header__title--nobefore::before {
  display: none;
}

.header__title.header__title--1 {
  padding-left: calc(1 * 12.5%);
}


a {
  color: #222;
  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: #0d9488;
}

#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: fixed;
   z-index: 110;
  background-color: RGBA(25,27,28,0.0);
  background-color: fixed;
padding-top: 0px; 
}

.header.men{ z-index: 110;  background-color: RGBA(255,255,255,0.99); }

.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;
max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.header__left { position: relative; min-width: 100px; height: 68px; padding-top: 17px;  }

.header .header__left svg { color:#fff;   width: 32px; height:32px; margin-bottom: 8px; margin-right: 3px;  }
.header.men .header__left svg { color:#0d9488;  width: 32px; height:32px;  margin-bottom: 8px; margin-right: 3px; }

.header .header__left a span { color:#fff; font-size: 24px; line-height: 32px; font-weight: 700;   }
.header.men .header__left a span { color:#0d9488;   }

 


.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:last-of-type a{ border-radius: 4px; background-color: #0d9488; color:#fff!important;  }
#menu1 li:last-of-type a:hover{  background-color: #0f766e; color:#fff!important;   }


#menu1 li a.item1 {
    padding: 0.35rem 1.2rem 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::after1 {  content: ""; width: 20px; height: 2px; bottom: 0; left: 50%; background-color: #0d9488; 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:  #0d9488;  }

#menu1 li.current a.item1 {   color:  #0d9488;  }


.header.men #menu1 li a.item1 {  color: #222; }
.header.men #menu1 li a.item1:hover {  color:  #0d9488;  }



#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%;
}


  


 
.search_list { } 

.search_list li { margin-bottom: 1rem; }
.search_list li::marker { display:none; }



#menu1 li.wyr a.item1 { padding: 0.5rem 0.7rem 0.25rem;  }

#menu1 li.wyr a.item1 span{ font-family: 'icomoon';    speak: none;    font-style: normal;    font-weight: 400; font-size: 0.875rem; font-size: 0;  padding: 0; display: inline-block; width: 15px; }

#menu1 li.wyr a.item1 span::before{ content: "\e900";  font-size: 0.875rem; }



#menu11 li:nth-of-type(1) a.item1 {  padding: 0.35rem 0.7rem 0.25rem; }
#menu11 li:nth-of-type(1) a.item1 span{ font-family: 'icomoon';  speak: none; font-style: normal;  font-weight: 400; font-size: 0;
  letter-spacing: -1px; }
#menu11 li:nth-of-type(1) a.item1 span::before{ content: "\e900";  font-size: 0.875rem; } 



#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;
    height: 100vh!important;
}

.slider::before1 {
  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%);
}



.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.5) 0%, rgba(0,0,0,0.5) 100%);
  top: 0;
  left: 0;   
  right: 0;
width: 100%;
    height: 100%;
    opacity: 0.0; 
}



.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%);
    
    width: 1250px; 
  text-align: left;
    
}


.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%; right:20px; z-index: 100; opacity: 1;   display: none; }
#nextp { position: absolute; top:50%; left:20px; z-index: 100; opacity: 1;   display: none; }

a.slider__nawLink i{  font-size: 40px; color:#0d9488; }
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: 40px; color:#0d9488; }
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: 60px;
    line-height: 1;
    color: #fff; 
    font-weight: 700; 
    letter-spacing: 0px;
    position: relative;
margin-bottom: 23px;
}

.slider__title h1::before1 {
  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: 24px;
    color: #fff; 
font-weight: 400; 
    line-height: 32px;
    letter-spacing: 0px;
  position: relative;
margin-bottom: 34px; 
}
 

.slider__title p {font-size: 15px; }

.slider__title hr {  width: 240px; height: 5px; background: #0d9488;   border:0; margin-top: 27px; margin-bottom: 40px;   }

.slider__title a{  font-size: 16px;  color: #111827; font-weight: 400; line-height: 24px; background-color: #fff; padding: 12px 32px;  border-radius: 6px; display: inline-block;  }

.slider__title a:hover{ opacity: 0.8;  } 

.slider__title a i{ margin-left: 4px; } 



.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: 1280px;
  max-width: 90%;
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 5rem;  min-height: 100vh; 
max-width: 100%;

}


.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; text-transform: uppercase; }

.body--subpage .header__title::before1 {
 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::before1 { 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__left::after {
  display: none;
}

.section {
  margin: 0;
  padding: 0;
}



.section.section--boxinfo {   }

.section .section--boxinfo--wrapp { margin: auto; max-width: 1280px;  padding-left: 15px;  padding-right: 15px;  }



.section.section--box--services {   }

.section .section--services--wrapp { margin: auto; max-width: 1280px;  padding-left: 15px;  padding-right: 15px;  }








.section.section--darkgreen { background-color: #f9fafb; color:#474747; background-repeat: no-repeat;  background-position: center center;
    background-size: cover; background-image: none!important;  margin-bottom: 0rem; padding-top: 0px; padding-bottom: 0px; position: relative; padding-top: 80px; padding-bottom: 80px; }

.section__wrapper {  max-width: 100%;  margin: auto;  padding: 0; }

 

.section.section--darkgreen  .section__wrapper{max-width: 100%;  margin: auto; overflow: hidden; display: flex; flex-direction: column; 
max-width: 1280px;  padding-left: 15px;  padding-right: 15px; }

.section.section--darkgreen  h3.title1 { display: none; }

.section.section--darkgreen  .companyexcerpt h3  { color: #1f2937;  font-size: 36px;  line-height: 40px;  font-weight: 700;  text-align:left;
  margin-bottom: 0px;  padding-bottom: 30px;  letter-spacing: 0.5px; }


.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  .igg{ min-height: 400px; width: 50%;   background-position: center center;   background-repeat: no-repeat; background-size: cover; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; border-radius: 8px; overflow: hidden; }

.section.section--darkgreen  .section__wrapper  .tresc-wrap { display: flex; flex-direction: row; align-items: stretch;  justify-content: space-between; max-width: 100%; flex-direction: row; }

.section.section--darkgreen .section__wrapper .tresc-wrap .companyexcerpt {width: 50%; padding-left: 50px; padding-right: 0; }

.section.section--darkgreen .section__wrapper .tresc-wrap .companyexcerpt h4 { font-size: 26px; line-height: 36px; letter-spacing: -0.5px;
  font-weight: 600;  color: #000;  margin-top: 15px;  margin-bottom: 25px; }

.section.section--darkgreen .section__wrapper .tresc-wrap .companyexcerpt p { color:#4b5563; font-size: 16px; line-height: 24px; font-weight: 400;  margin-bottom: 25px; }

.section.section--darkgreen .section__wrapper .tresc-wrap .companyexcerpt p:last-of-type { margin-bottom: 0; }


.section.section--darkgreen .section__wrapper .tresc-wrap .companyexcerpt a { color:#fff; font-size: 16px; font-weight: 400; border:0px solid #0d9488; letter-spacing: 0px; padding: 12px 25px; margin-top: 16px; display: inline-block; background-color: #0ea5e9; border-radius: 5px; }

.section.section--darkgreen .section__wrapper .tresc-wrap .companyexcerpt a i{ margin-left: 5px; }

.section.section--darkgreen .section__wrapper .tresc-wrap .companyexcerpt a:hover { background-color: #0ea5e9; color:#fff; opacity: 0.85;   }





.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: 90px; padding-bottom: 100px; background: #fff;   }


.section.section--dark1::before1 { 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::after1 {  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{    }


.section.section--dark1 .section--dark1--wrapp{ max-width: 1300px;  margin: auto;  }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt {width: 50%; padding-left:0;  padding-right: 110px; font-size: 15px; color:#3e403f;   }


.section.section--dark1 .section--dark1--wrapp .companyexcerpt  p { margin-bottom: 24px;    }


.section.section--dark1 .section--dark1--wrapp  .tresc-wrap {  display: flex;  flex-direction: row;  align-items: flex-start;
  justify-content: space-between;  max-width: 100%;  flex-direction: row;  flex-direction: row-reverse; } 

.section.section--dark1 .section--dark1--wrapp  .tresc-wrap  h4{ font-size: 26px; line-height: 36px; letter-spacing: -0.5px; font-weight: 600; color:#000;  margin-top: 15px; margin-bottom: 25px; } 

.section.section--dark1 .section--dark1--wrapp  .igg {min-height: 620px;  width: 50%;  background-position: center center;
  background-repeat: no-repeat;  background-size: cover;  display: flex;  flex-direction: column;  align-items: flex-start;
    justify-content: flex-start; }


.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  ul{ padding-left: 30px; padding-top: 30px;  margin-left: 0; list-style: none; margin-bottom: 26px; padding-left: 50px; }

.section.section--dark1 .section--dark1--wrapp   ul li:hover::before {  content: " ";  position: absolute;  background-color: transparent; bottom:0;  height: 12px;  opacity: 0.99;  z-index: 1;  background-image: url('../img/ab.png');  background-position: left center;    background-repeat: no-repeat;  transform: translate(-0%, -0%);  left: -185px;    right: 0; }


.section.section--dark1 .section--dark1--wrapp   ul li:hover::after {  content: "\e9c3"; position: absolute;  background-color: transparent; bottom:0;  height: 12px; width: 20px; opacity: 0.99;  z-index: 1;  font-family: 'icomoon'; top: 11px;  right: 20px;  }


.section.section--dark1 .section--dark1--wrapp   ul li {  position: relative;   margin-bottom: 2px; font-size: 18px;padding-top: 10px; padding-bottom: 10px;  max-width: 400px; letter-spacing: 1.5px;  }

.section.section--dark1 .section--dark1--wrapp   ul li:hover { color: #0d9488;  }




    


.section.section--dark1 .logos__wrapper {  height: auto; }

.section.section--dark1 .slider33 {  position: relative; overflow: hidden; }

.section.section--dark1 .slider33 img{  }

.section.section--dark1 .slider33 #nextppp{ position: absolute; top:50%; left: 20px; transform: translate(-0%, -50%);  }
.section.section--dark1 .slider33 #prevppp{   position: absolute; top:50%;  right: 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 {  }


.section.section--dark1 .section--dark1--wrapp .companyexcerpt a { color:#0d9488; font-size: 15px; font-weight: 400; border:1px solid #0d9488; letter-spacing: 3.5px; padding: 9px 55px; margin-top: 25px; display: inline-block; }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt a:hover { background-color: #0d9488; color:#fff;    }





 .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%; left: 20px; transform: translate(-0%, -50%);  }
section.section71 .slider44 #prevpppp{   position: absolute; top:50%;  right: 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::before1 { 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: #f9fafb;
}

.footer__wrapper {
max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px; padding-top: 40px;
  margin: 0 auto;
}

.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-bottom: 10px;
  
}

.footer__item { 
  margin: 1.5rem 1rem;
    text-align: left;
    
}

.footer__item ul{ list-style: none;  padding-left: 0; }


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;    line-height: 20px; align-items: center; justify-content: flex-start;  align-items: flex-start; }



.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 h5{ font-size: 18px; color:#1f2937; font-weight: 600; line-height: 28px;   margin-bottom: 12px;     }
.footer__list .footer__item li{  font-size: 16px; line-height: 24px;  line-height: 32px;  }
.footer__list .footer__item a{   color:#1f2937;      }
.footer__list .footer__item a:hover{color:#0d9488;      }

.footer__list .footer__item:nth-of-type(1) h5 {  margin-bottom: 18px;  font-size: 24px;  }

.footer__list .footer__item:nth-of-type(2)   ul > li:last-of-type a {  color: #0d9496; position: relative; }  

.footer__list .footer__item:nth-of-type(2)   ul > li a img{ margin-right: 2px; margin-bottom: 3px;  width: 16px;  }  

 

.footer__list .footer__item hr{   margin-bottom: 0.875rem;       }


 .footer__list .footer__item:nth-of-type(4) li a{ margin-right: 11px; }  
 .footer__list .footer__item:nth-of-type(4) li a:hover { opacity: 0.7; }  





.footer .copyright1 {  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: 2rem 0rem; justify-content: center;  justify-content: space-between;  border-top:1px solid #e5e7eb;   max-width: 1280px;  padding-left: 0px;  padding-right: 0px;  margin: 0 auto;  font-size: 16px; line-height: 24px; font-weight: 400; color: #1f2937;}

.footer .copyright1 a { color: #1f2937;  }
.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 50%;   flex: 0 0 50%; max-width: 50%;   margin: 0; 
flex: 0 0 25%;  max-width: 25%; -ms-flex: 0 0 25%;  }

 

.footer__list .footer__item:nth-of-type(4) .footer__excerpt {  padding-left: 40%; }

.footer__list .footer__item:nth-of-type(4)  li {display: inline-block; font-size: 30px; }
.footer__list .footer__item:nth-of-type(4)  li a i{  font-size: 30px; }

 
.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:#0d9488;  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: #0d9488!important;
}

.contact__form .btn.btn-primary:hover {  background: #616161!important;  }

.contact .contact__excerpt a:hover {  color: #0d9488; }



.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; } 



.section.section--boxinfo { background-color: #f9fafb;  padding-top: 50px; padding-bottom: 50px;  }

.section.section--boxinfo .section--boxinfo--wrapp{  max-width: 1280px;  padding-left: 15px;  padding-right: 15px;  margin: 0 auto; }

.section.section--boxinfo .section--boxinfo--wrapp .tiless{  display: flex;   flex-direction: row;   justify-content: center;  flex-wrap: wrap;  }

.section.section--boxinfo .section--boxinfo--wrapp .tiless .tiless__item{ border-radius: 8px; overflow: hidden; background-color: #fff; width: 23%;  margin: 1%;    text-align: center;  padding: 20px; box-shadow: 0px 8px 6px -2px rgba(66, 68, 90, 0.1); }

.section.section--boxinfo .section--boxinfo--wrapp .tiless .tiless__item:hover { box-shadow: 0px 8px 6px -2px rgba(66, 68, 90, 0.2);  }

.section.section--boxinfo .section--boxinfo--wrapp .tiless .tiless__item  .img1{ margin-top: 4px;  margin-bottom: 15px; }


.section.section--boxinfo .section--boxinfo--wrapp .tiless .tiless__item  h4{ font-size: 20px; font-weight: 600; line-height: 28px; color:#1f2937;    }
.section.section--boxinfo .section--boxinfo--wrapp .tiless .tiless__item  p{ font-size: 16px; font-weight: 400; line-height: 24px; color:#4b5563;    }




.section.section--boxservices {  background-color: #fff;  padding-top: 80px; padding-bottom: 80px;  }

.section.section--boxservices .section--boxservices--wrapp{ max-width: 1280px;  padding-left: 15px;  padding-right: 15px;  margin: 0 auto; }

.section.section--boxservices .section--boxservices--wrapp  h3.title1{ color:#1f2937; font-size: 36px; line-height: 40px; font-weight: 700; text-align: center; margin-bottom: 0px; padding-bottom: 17px; letter-spacing: 0.5px;   }

.section.section--boxservices .section--boxservices--wrapp  p.title2{  margin: 0 auto;  color:#4b5563; font-size: 20px; line-height: 28px; font-weight: 400; text-align: center; margin-bottom: 0px;  padding-bottom: 33px; max-width: 670px;   }

.section.section--boxservices .section--boxservices--wrapp .tiless{  display: flex;   flex-direction: row;   justify-content: center;  flex-wrap: wrap;  }

.section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item{ border-radius: 8px;  overflow: hidden;  background-color: #fff;
  width: 31%;  margin: 1%;  box-shadow: 0px 8px 6px -2px rgba(66, 68, 90, 0.1); border:1px solid #eee; padding-bottom: 23px; }

.section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item h4 { padding-left: 25px; padding-right: 25px;  font-size: 24px; font-weight: 600; line-height: 32px; color: #1f2937; padding-top: 24px; }
.section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item p { padding-left: 25px; padding-right: 25px; font-size: 16px; font-weight: 400; line-height: 24px; color: #4b5563;  }

.section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item .img1{ background: linear-gradient(180deg, rgba(19,181,163,1) 0%, rgba(16,164,149,1) 100%);  text-align: center;  }

.section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item a {  }
.section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item a:hover { opacity: 0.9;  }

.section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item a i { margin-left: 4px;  }


.section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item b { padding-left: 25px; padding-right: 25px; color:#0f766e; display: inline-block;  margin-top: 7px; font-weight: 400; font-size: 16px; }

.section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item b:hover{ opacity: 0.9;  }




.section.section--boxcontact {  background-color: #f9fafb;  padding-top: 80px; padding-bottom: 25px;  }

.section.section--boxcontact .section--boxcontact--wrapp{ max-width: 1280px;  padding-left: 15px;  padding-right: 15px;  margin: 0 auto; }

.section.section--boxcontact .section--boxcontact--wrapp  h3.title1{ color:#1f2937; font-size: 36px; line-height: 40px; font-weight: 700; text-align: center; margin-bottom: 0px; padding-bottom: 17px; letter-spacing: 0.5px;   }

.section.section--boxcontact .section--boxcontact--wrapp  p.title2{  margin: 0 auto;  color:#4b5563; font-size: 20px; line-height: 28px; font-weight: 400; text-align: center; margin-bottom: 0px;  padding-bottom: 33px; max-width: 670px;   }

.section.section--boxcontact .section--boxcontact--wrapp .tiless{  display: flex;   flex-direction: row;   justify-content: center;  flex-wrap: wrap;  }


.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item { width: 48%;  margin: 1%; min-height: 400px; background-position: center center;  background-repeat: no-repeat;  background-size: cover; border-radius: 8px; overflow: hidden; background-color: #fff; border-radius: 8px; padding: 25px;  }


.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(1) h4 { font-size: 20px; line-height: 28px; font-weight: 600; color:#1f2937;  margin-bottom: 16px;   }

.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(1) { padding-bottom: 20px; }

.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(1) > div { margin-bottom: 16px;     }

.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(1) > div p { margin-bottom: 1px;     }

.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(1) > div strong{ font-weight: 600;   display: inline-block;    }
.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(1) > div em{ font-weight: 400;  font-size: 14px; line-height: 20px; color:#6b7280;    display: inline-block; padding-top: 6px;  }

.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(1) > div a { color:#0d9488;     }
.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(1) > div a:hover { color:#0f766e;     }

.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item > div { position: relative; padding-left: 42px; }
.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item .box001::before{ content: " ";  position: absolute;  top: 0;  left: 0;   width: 40px;  bottom: 0;    background: transparent;  background-image: url(../img/t.svg);   margin-bottom: 0px; background-position: center center;  background-repeat: no-repeat;  background-size: 24px;  z-index: 0;}


.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item .box002::before{ content: " ";  position: absolute;  top: 0;  left: 0;   width: 40px;  bottom: 0;    background: transparent;  background-image: url(../img/m.svg);   margin-bottom: 0px; background-position: center center;  background-repeat: no-repeat;  background-size: 24px;  z-index: 0;}

 
.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item .box003::before{ content: " ";  position: absolute;  top: 0;  left: 0;   width: 40px;  bottom: 0;    background: transparent;  background-image: url(../img/p.svg);   margin-bottom: 0px; background-position: center center;  background-repeat: no-repeat;  background-size: 24px;  z-index: 0;}
 

.section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item .box004::before{ content: " ";  position: absolute;  top: 0;  left: 0;   width: 40px;  bottom: 0;    background: transparent;  background-image: url(../img/z.svg);   margin-bottom: 0px; background-position: center center;  background-repeat: no-repeat;  background-size: 24px;  z-index: 0;}





.section.section--dark1  h3.title1 { color:#1f2937; font-size: 36px; line-height: 40px; font-weight: 700; text-align: center; margin-bottom: 0px; padding-bottom: 17px; letter-spacing: 0.5px; }

.section.section--dark1  p.title2 {  color:#4b5563; font-size: 20px; line-height: 28px; font-weight: 400; text-align: center; margin-bottom: 0px;  padding-bottom: 33px;}



.section.section--dark1 .tiless__item { width: 23%;  margin: 1%; min-height: 400px; background-position: center center;  background-repeat: no-repeat;
  background-size: cover; border-radius: 8px; overflow: hidden; position: relative; }

.section.section--dark1 .tiless__item:hover::after { content: " ";  position: absolute;  background: linear-gradient(0deg, rgba(0,0,0,0.99) 0%, rgba(0,0,0,0.99) 100%); top: 0;  left: 0;  right: 0;  width: 100%;  height: 100%;  opacity: 0.1; }


.section.section--dark1 .tiless { display: flex;   flex-direction: row;   justify-content: center;  flex-wrap: wrap;   }




.serv-boxy{  display: flex;   flex-direction: row;   justify-content: center;  flex-wrap: wrap;  }


.serv-boxy > div {  width: 30%; display: inline-block; margin-left: 1%; margin-right: 1%; border-radius: 7px; overflow: hidden; background-color: #fff; padding-bottom: 30px; margin-bottom: 30px;  }

.serv-boxy > div .img1{ background: linear-gradient(180deg, rgba(19,181,163,1) 0%, rgba(16,164,149,1) 100%);  text-align: center; display: flex;  flex-direction: row;  justify-content: center;  align-items: center; min-height: 180px; }


.serv-boxy > div.bb .img1 {  min-height: auto; }


.serv-boxy > div h3{ font-size: 20px;  font-weight: 600;  line-height: 28px;  color: #1f2937; padding-top: 24px; padding-left: 25px;
  padding-right: 25px;}

.serv-boxy > div p{font-size: 16px; font-weight: 400;  line-height: 24px; color: #4b5563; padding-left: 25px;
  padding-right: 25px;}





.breadcrumb-line { display: none; }

.news__list  { padding: 0; margin: 0;  display: flex;  flex-direction: row;  flex-wrap: wrap; }  

.news__list .news__item  {  width: 31%; display: inline-block; margin:1% 1%; border-radius: 7px; overflow: hidden;   background-color: #fff; padding-bottom: 30px;      }  
.news__list .news__item  .news__link{   }   
.news__list .news__item  .news__link  .news__date{ display: none; }  

.news__list .news__item  .news__link  .news__image{   }  

.news__list .news__item  .news__link  .news__header{ padding-top: 25px;  padding-left: 25px; padding-right: 25px;   font-size: 20px; line-height: 28px; font-weight: 600; }  

.news__list .news__item  .news__link  .news__excerpt{ padding-left: 25px; padding-right: 25px; font-size: 16px; line-height: 24px; font-weight: 400; color:#4b5563; display: none; }  


.news__list .news__item  .news__link  .news__subnamee{ padding-left: 25px; padding-right: 25px; font-size: 16px; line-height: 24px; font-weight: 400; color:#4b5563;   }  




.newsone  .boxx{ background-color: #fff;  border-radius: 8px;  overflow: hidden;}

.newsone .text-wrap { padding: 35px 30px; background-color: #fff;  border-radius: 8px;  overflow: hidden; margin-top: 30px; }

.text-wrap-art { padding: 35px 30px; background-color: #fff;  border-radius: 8px;  overflow: hidden; margin-top: 30px; }

.newsone  .igg{ min-height: 385px;   position: relative; background-position: center center;  background-repeat: no-repeat;  background-size: cover; }


.newsone  .igg::after { content: " ";  position: absolute;  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0) 50%);
  top: 0;  left: 0;  right: 0;  width: 100%;  height: 100%;  opacity: 1; }


.newsone  .boxx .companyexcerpt{ padding: 35px 30px;  }
.newsone   .boxx h3{ position: absolute; bottom: 13px; left: 30px; color:#fff; z-index: 1; font-size: 30px; font-weight: 700; line-height: 36px;  }
.newsone  .back9  {  color:#fff; display:block; padding-bottom: 20px; }
.newsone  .back9 a{  color:#fff; display: inline-block; }
.newsone  .back9  i { font-size:13px;  margin-right: 6px; }

.newsone  .date{ display: none; }
.newsone  .subtitle{ display: none; }



  .back97  {  color:#fff; display:block; padding-bottom: 15px; }
  .back97 a{  color:#fff; display: inline-block; }
  .back97 i { font-size:13px;  }



.header__title__news { font-size: 30px; font-weight: 700; line-height: 36px; color:#fff;    }

.subname__news { font-size: 16px; font-weight: 400; line-height: 24px; color:#e5e7eb; margin-bottom: 20px;   }




    
/* -------------------------------------    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)  {
 
}



@media only screen and (max-width: 1199px)  {
    .section.section--dark1 .section--dark1--wrapp .companyexcerpt {
        max-width: 1110px;
        margin: auto;
         }
    
    
    .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.35rem 1rem 0.25rem;  font-size: 0.9375rem;   color: #fff;   letter-spacing: 1px; }
    
   #menu1 li:nth-of-type(1) a.item1 { padding: 0.35rem 1rem 0.25rem;}
    
    .slider {  height: 550px; }
    
 
    
    
    
  
 


    .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-top: 0; display: flex;  flex-direction: column;  align-items: flex-start; justify-content: flex-start;  height: auto; margin: 0; padding-right: 50px; }
    
    
    .footer__item {  margin-left: 0;  margin-right: 0; } 
    
    
    
}


@media only screen and (max-width: 1360px) { 
    .section.section--dark1 .section--dark1--wrapp { padding-left: 15px; padding-right: 15px;}
     
 .section.section--darkgreen .section__wrapper .tresc-wrap .companyexcerpt {padding-left: 50px;  padding-right: 30px; }    
     

    
}



@media only screen and (max-width: 1299px) { 
.footer__list {  padding-left: 0px;  padding-right: 0px;}
    
    .newsone { padding-left: 15px; padding-right: 15px; max-width: 100%; }
    
    .header__title__news {  padding-left: 15px;   padding-right: 15px;  }
    .subname__news {  padding-left: 15px;   padding-right: 15px;  }
    
    .back97{  padding-left: 15px;   padding-right: 15px;  } 
    
    
}



@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 49%;  flex: 0 0 49%;   max-width: 49%;   } 
    
    
    
    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; }

 
    
    
.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%;  }
    .section.section--dark1 .section--dark1--wrapp .box2 {  width: 100%; padding-left: 0; }
    .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%;   }
 
    
    .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;  }
    

    
    .imgsr { float: none!important;  padding-left: 0!important;  padding-bottom: 30px!important;   }
    
    
 
    
    
    
    .footer .copyright1 .copyright1-wrap { max-width: 100%;  margin-right: 0; padding-right: 30px;  padding-left: 30px; }
    
    .section.section--dark1 .section--dark1--wrapp .tresc-wrap { flex-direction: column-reverse; }
    
.section.section--dark1 .section--dark1--wrapp .companyexcerpt {  width: 100%; padding: 0; padding-bottom: 30px;  }
    
    .section.section--dark1 .section--dark1--wrapp .igg { min-height: 400px;   width: 100%; }
    
    .section.section--darkgreen .section__wrapper .tresc-wrap {  flex-direction: column; } 
    
     .section.section--darkgreen .section__wrapper .tresc-wrap .companyexcerpt {  padding-left: 10px; padding-right: 10px; width: 100%; padding-bottom: 30px; padding-top: 40px;   } 
    
    .section.section--darkgreen .section__wrapper .igg { min-height: 300px;   width: 100%; }
    
     .section.section--dark1 {   padding-bottom: 5px;   padding-top: 40px;  }
    
     .section.section--boxinfo .section--boxinfo--wrapp .tiless .tiless__item { width: 46%;  margin: 2%;  
    -webkit-box-flex: 0;   -ms-flex: 0 0 46%;    flex: 0 0 46%;    max-width: 46%; margin-bottom: 4%;  }
    
    
    
    .section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item { width: 46%;  margin: 2%;  -webkit-box-flex: 0;   -ms-flex: 0 0 46%;    flex: 0 0 46%;    max-width: 46%; margin-bottom: 4%;   }
        
        
   .section.section--dark1 .tiless__item {width: 46%;  margin: 2%;  -webkit-box-flex: 0;   -ms-flex: 0 0 46%;    flex: 0 0 46%;    max-width: 46%; margin-bottom: 4%;   }
    
    .section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item {   width: 100%;  margin: 0%;  
    -webkit-box-flex: 0;   -ms-flex: 0 0 100%;    flex: 0 0 100%;    max-width: 100%; margin-bottom: 30px;   }
    
    
    .news__list .news__item { width: 46%;  margin: 2%;  -webkit-box-flex: 0;   -ms-flex: 0 0 46%;    flex: 0 0 46%;    max-width: 46%; margin-bottom: 4%;   }
        
        
        
    
    .footer__list .footer__item {  margin-bottom: 30px; }
    
        .footer__list .footer__item:nth-of-type(4)   {  margin-bottom: 10px; }
    
       .footer__list .footer__item .footer__excerpt img { margin-bottom: 5px; }

    .footer__list .footer__item:nth-of-type(2) .footer__excerpt {  padding-left: 20%; }
    .footer__list .footer__item:nth-of-type(4) .footer__excerpt {  padding-left: 20%; }

    
    .newsone .igg {  min-height: 270px; }
    
    .serv-boxy > div { width: 45%; margin-left: 2%; margin-right: 2%; margin-bottom: 30px; }
    
    
    
    
}




@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;  }

 


   

   
.section.section--dark1 .section--dark1--wrapp .box3 a { display: inline-block;  min-width: 50%;  }  
  
    
    #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%; width: 100%; }
    
    .inw .submenutiles__item { display: inline-block;  max-width: 100%; width: 100%;  padding: 0px; padding-bottom: 30px;   }
    
          .section.section--boxinfo .section--boxinfo--wrapp .tiless .tiless__item { width: 100%;  margin: 0%;  
    -webkit-box-flex: 0;   -ms-flex: 0 0 100%;    flex: 0 0 100%;    max-width: 100%; margin-bottom: 30px;  }

    
        .section.section--boxservices .section--boxservices--wrapp .tiless .tiless__item { width: 100%;  margin: 0%;  
    -webkit-box-flex: 0;   -ms-flex: 0 0 100%;    flex: 0 0 100%;    max-width: 100%; margin-bottom: 30px;  text-align: center; }
    
    .section.section--dark1 .tiless__item { width: 100%;  margin: 0%;  
    -webkit-box-flex: 0;   -ms-flex: 0 0 100%;    flex: 0 0 100%;    max-width: 100%; margin-bottom: 30px;  text-align: center; }
    
    
    .footer__list .footer__item:nth-of-type(1) .footer__excerpt {  padding-left: 0%; -ms-flex: 0 0 99%;
    flex: 0 0 99%;   max-width: 99%;   width: 100%;  }
    
   .footer__list .footer__item:nth-of-type(2) .footer__excerpt {  padding-left: 0%; -ms-flex: 0 0 99%;
    flex: 0 0 99%;   max-width: 99%;   width: 100%;  }
    
   .footer__list .footer__item:nth-of-type(3) .footer__excerpt {  padding-left: 0%; -ms-flex: 0 0 99%;
    flex: 0 0 99%;   max-width: 99%;   width: 100%;  }
    
   .footer__list .footer__item:nth-of-type(4) .footer__excerpt {  padding-left: 0%; -ms-flex: 0 0 99%;
    flex: 0 0 99%;   max-width: 99%;   width: 100%;  }
    
  
       .news__list .news__item {width: 96%;  margin: 2%;  -webkit-box-flex: 0;  -ms-flex: 0 0 96%;  flex: 0 0 96%;  max-width: 96%; margin-bottom: 30px;   }
    
    .news__list .news__item .news__link .news__image img{ width: 100%;   }
    
     .footer .copyright1 .copyright1-wrap { flex-direction: column;  line-height: 30px;  text-align: center; font-size: 14px; }
    
    
     
    .serv-boxy > div { width: 94%; margin-left: 3%; margin-right: 3%; }
    
    .body--subpage main { padding-top: 50px; }
    
    
}




@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%;  } 

    
.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.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(2) { padding: 0;   }
    
    
      .news__list .news__item {  width: 92%;  margin: 4%;  margin-bottom:30px;  -webkit-box-flex: 0;  -ms-flex: 0 0 92%;   flex: 0 0 92%;   max-width: 92%;}
    
    .serv-boxy > div { width: 90%; margin-left: 5%; margin-right: 5%; }
    
    
}


@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; } 
    
  .footer__list .footer__item:nth-of-type(3) .footer__excerpt a {    font-size: 26px;  letter-spacing: -0.5px;
    display: inline-block;  line-height: 26px;  } 
    
    
    .slider__title h1 {  font-size: 40px; }
    
    .slider__title h2 {  font-size: 20px; }
    
    .slider__title a { font-size: 15px;  padding: 12px 14px; }
    
    
    .section.section--dark1 .tiless__item { min-height: 300px; }
    
    .news__list .news__item .news__link .news__header { padding-left: 15px;   padding-right: 15px; }

    .news__list .news__item .news__link .news__subnamee { padding-left: 15px;   padding-right: 15px; }

 .header__title__news {  font-size: 26px; }
    
    
 .section.section--boxcontact .section--boxcontact--wrapp .tiless .tiless__item:nth-of-type(1) > div a { display: block; width: max-content; }
    
    
    

}




@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: #0d9488; }

#menu1 li.current a.item1 {  color:#0d9488; }

#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: 16px;}

header__left > a > img { max-width: 155px; }
  
    .header #mobnav-btn span { background-color: #fff;  }
    .header #mobnav-btn   { background-color: transparent;  }
    
    .header.men #mobnav-btn span { background-color: #414141;  }
    
    
    .xactive  #mobnav-btn span { background-color:  #414141; }
    
    
}


/*# sourceMappingURL=default.css.map */
