@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: #414141;
  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: 170px; position: relative; background-color: #eef1f5;  }



.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%);  }


.body__wrapper .breadcrumb-line { font-size: 0.875rem;  }

.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: relative;
   z-index: 444;
  background-color: RGBA(25,27,28,0.90);
  background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute; 
}

.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;
    flex-direction: column; 
   
}

.header__menu {
 border-top:2px solid #fff; 
}

.header__left {
  position: relative;
min-width: 100px; 
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.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.875rem 2.2rem;    
  font-size: 1.0625rem;
color: #395ba2; 
 font-weight: 400;
  letter-spacing: 0;
letter-spacing: 1.5px;
line-height: normal;  
  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: 0; }
#menu1 li.current a.item1::after {  opacity: 0; }

#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: 0;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 0;
  visibility: hidden;
}

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

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

#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.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: 820px;
  margin: auto;
  position: relative;
}

.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__naw {
  width: inherit;
  max-width: inherit;
  height: 4rem;
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 100;
}

.slider__descriptionWrapper {
  width: 100%;
  max-width: inherit;
  bottom: 0;
    text-align: center; 
  position: absolute;
    background-color: RGBA(255,255,255,0.0); 
  top: 60%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-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;   }



.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: 2.625rem;
    line-height: 1.1;
    color: #000000; 
    font-weight: 600; 
    letter-spacing: -2.1px;
}

.slider__title h2{
    font-size: 1.5rem;
    color: #000000; 
font-weight: 300; 
    line-height: 2.5;
    letter-spacing: 2.1px;
}

.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 1.1rem; 
}



.slider__link {
 display: block; width: 10px; height: 10px; background-color: #fff; transition: all 0.3s ease-in-out;     border-radius: 50%;}

.slider__item.activeSlide .slider__link {  background-color: #fff; width: 18px; height: 18px; }

.slider__link:hover {  background-color: #fff; width: 18px; height: 18px;  }


.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;
    margin-bottom: 0rem;
    padding-bottom: 1.625rem;
    text-align: center;
    padding-top: 1.5rem; 
     margin-bottom: 2rem;
    color: #234997;
}

.body--subpage .header__title::before {
    content: " ";
    position: absolute;
    width: 415px;
    height: 2px;
    background-color: #da2b25;
    bottom: 0;
    left: 0;
    max-width: 100%;  
    display:none;
}


.body--subpage .header {
  margin-bottom: 0;
}
.body--subpage .header__left::after {
  display: none;
}

.body--subpage article { font-size: 1rem;   font-weight: 300;   line-height: 36px;  }

.body--subpage article b, .body--subpage article strong {    font-weight: 500;  }


.section {
  margin: 0;
  padding: 0;
}
.section.section--darkgreen {
  background-color: #eef1f5;
    color:#000;
    background-repeat: no-repeat;   
    background-position: center center;
    background-size: cover;
    background-image: none!important;
    margin-bottom: 0; 


}

.section__wrapper {
  background-color: #eef1f5; 
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.section__wrapper.section__wrapper--smallypadding {
  padding-top: 3.25rem;
  padding-bottom:  0.75rem;   
    justify-content: center;
    align-items: center;
    display: flex;
}

.section__wrapper.section__wrapper--smallypadding .companyexcerpt{ width: 100%;   }

.section.section--darkgreen  .section__wrapper { max-width: 1170px; margin: auto; overflow: hidden; }

.section__wrapper.section__wrapper--smallypadding h1 { margin-bottom: 3.125rem!important; letter-spacing: 2px!important;  }

.section__wrapper.section__wrapper--smallypadding h2 {
    font-weight: 300; font-size: 1.875rem; line-height: 1.3;  letter-spacing: 2.8px; margin-top: 3rem;
}

.section__wrapper.section__wrapper--smallypadding h1 a{color:#fff; }
.section__wrapper.section__wrapper--smallypadding h1 a:hover{color:#90d429; }


.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box { padding-left: 0px; padding-right: 0px; font-weight: 300; font-size:  0.9375rem; line-height: 30px;  letter-spacing: 0.31px;  }

.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul  {     padding-left: 0px; margin-bottom: 0; list-style: none; }
.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul li {  padding-left: 35px; padding-right: 40px;  max-width: 1170px; border-radius: 10px; background-color: #fff; min-height: 64px; min-width: 300px; margin-bottom: 10px; display: flex;    justify-content: space-between;    align-items: center; font-size: 1rem; color:#474747  ; line-height: 1.125rem; }



.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul li b  { font-weight: 300; color: #009846; white-space: nowrap; }

.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul li:hover { color:#fff; background-color: #71a7ce;    } 

.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul li:hover b{ color:#fff;    } 

.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul li::marker {  font-size: 10px; }
    
    
.section.section--dark1{ padding-bottom: 3.5rem; padding-top: 7rem;  background-color: #eef1f5; }

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



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


.section.section--dark1 .section--dark1--wrapp  .box1{ max-width: 49%; display: inline-block; vertical-align: top; text-align: right; padding-top: 10px; }


.section.section--dark1 .section--dark1--wrapp  .box1 img{  border-radius: 11px; max-width: 460px; }


.section.section--dark1 .section--dark1--wrapp  .box1 strong{ padding-top: 20px; display: inline-block; color:#474747; font-size:  1.125rem; font-weight: 600;  }

.section.section--dark1 .section--dark1--wrapp  .box2{ max-width: 49%; display: inline-block;  vertical-align: top; padding-left: 60px;  }


.section.section--dark1 .section--dark1--wrapp  .box3{ margin: 0 auto; text-align: center; display: flex;
    flex-direction: row;    flex-wrap: wrap;    justify-content: space-between;    align-items: center;  margin-top: 45px; }
.section.section--dark1 .section--dark1--wrapp  .box3 a{ display: inline-block; }
.section.section--dark1 .section--dark1--wrapp  .box3 img{ max-width: 100%; height: auto;  }
.section.section--dark1 .section--dark1--wrapp  .box3 img:hover{ opacity: 0.7;  }


.section.section--dark1 .section--dark1--wrapp .companyexcerpt h1{ margin-bottom: 6.25rem; position: relative;  margin-bottom: 3.1rem!important; padding-bottom: 1.875rem!important; letter-spacing: 2px;  }



.section.section--dark1 .section--dark1--wrapp .companyexcerpt h1::before { content: " "; position: absolute;  width: 260px; height: 2px; background-color: #fff; bottom:0; left:0;  max-width: 100%; display: block!important; bottom:0px; left:50%; transform: translate(-50%, 0%);
  }





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


.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .doj{ font-size: 0.875rem; font-weight: 300;  background-color: #da2b25; color: #fff; letter-spacing: 1.3px; padding: 12px 18px; margin-right: 10px; display: inline-block; }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .doj:hover{ background-color: #a4a1a1; }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .doj i {font-size: 1.125rem;  }


.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2  {font-size: 1rem; font-weight: 300; line-height: 36px; }
.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 h2  {  font-size: 1rem; font-weight: 600; margin-top:3.25rem; }
.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 ul {  margin-bottom: 0rem; line-height: 36px;  padding-left: 50px; list-style: none; padding: 0;}

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 ul li { padding-left: 0px;  }


.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .wiecej31 { padding: 0px;    margin: 0px;    text-align: left;  max-width: 260px; border-top: 2px solid #fff; margin-top: 34px; padding-top: 5px;  }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .wiecej31 > a {  color: #009846; }
    
    
.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .wiecej32 { padding: 0px;    margin: 0px;    text-align: left;  max-width: 260px; border-top: 2px solid #fff; margin-top: 34px; padding-top: 5px; display: none; }


.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .wiecej32 > a {  color: #009846; }


.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 ul li::first-line {  }


.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 ul li::marker {  font-size: 10px;   }



.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .kont{ display: inline-block; font-size: 0.875rem; font-weight: 300; background-color: #fff; color: #000;  letter-spacing: 1.3px;  border:1px solid #ccc;  padding: 12px 18px;  }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .kont:hover { background-color: #da2b25; color: #fff; }
.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .kont:hover i{  color: #fff; }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .kont i { color:#cbcaca ; font-size: 1.125rem;  }



 .body__wrapper section h1.title1 {  margin: 0 auto;   margin-bottom: 2rem!important;    font-size: 1.25rem;
    color: #234997;    text-transform: uppercase; text-align: center; font-weight: 300;  }

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



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

.wiecej1 > a{   color: #009846;   }

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







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

.wiecej11 > a{   color: #009846;   }

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





.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 {  background-color: #eef1f5; padding-top: 1.25rem;  }
section.section71  .section__wrapper {  max-width: 1600px;  margin: auto; overflow: hidden; }

section.section71 h1.title1{ margin:0 auto; margin-bottom: 1.375rem!important;  font-size: 1.25rem; color:#234997; text-transform: uppercase; text-align: center; letter-spacing: 2px;  }

section.section71 h1.title1::before{ display: none; }



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;   max-width: 1200px;
    margin: 0 auto;    text-align: center; padding-left: 0px; padding-right: 0px; }

section.section71 h2 { text-align: center;  font-size: 1rem; font-weight: 400; line-height: 20px; color: #234997;  margin-bottom: 1rem; padding-left: 18px;  padding-right: 18px; }

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 .tresc1133:nth-child(n+7){ display: none; transition: all 0.2s; opacity:0;  }

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

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 18%;    flex: 0 0 18%; max-width: 18%; background-color: #ffffff; border-radius: 10px; margin:1%; }

section.section71 .tresc11:hover { background-color: #71a7ce; }


section.section71 .tresc11 .img2 { display: flex; justify-content: center; align-items: center; min-height: 170px; padding-top: 10px; }

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

section.section71 .tresc11:hover .img2 img { filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%); -webkit-filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
-moz-filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);   }


section.section71 .tresc11:hover h2{ color: #fff;     }
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;  }

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






.section.section--04 { padding-bottom: 90px; background-color: #eef1f5;   }

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


.section.section--04 .section--04--wrapp h1.title1{ margin-bottom: 5rem; }


.section.section--04 .section--04--wrapp .companyexcerpt{ max-width: 1200px;  margin: 0 auto; }



.section.section--04 .section--04--wrapp .box {    display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items: flex-start; margin-top: -60px;
    z-index: 333;    position: relative;     align-items: stretch;  }


.section.section--04 .section--04--wrapp  .box1{ max-width: 49%; display: inline-block; vertical-align: top;  font-size: 1.125rem; font-weight: 300; background-color: #fff; color:#234997;  width: 48%; border-radius:11px;  padding: 32px 40px; padding-bottom: 25px;  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }





.section.section--04 .section--04--wrapp  .box2{ max-width: 49%; display: inline-block;  vertical-align: top;  background-color: #fff; color:#234997; width: 48%; border-radius:11px; padding: 32px 40px; padding-bottom: 25px;  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
 

.section.section--04 .section--04--wrapp  .box2 h3{ display: inline-block; width: 48%; }
.section.section--04 .section--04--wrapp  .box2 h2{ display: inline-block; width: 48%; }


.section.section--04 .section--04--wrapp  .box1 h1{ font-size: 1.25rem; font-weight: 300; color: #234997;  letter-spacing: 2px; margin-bottom: 1.125rem; }

.section.section--04 .section--04--wrapp  .box1 h2{ font-size: 1.75rem; font-weight: 400; color: #234997;  letter-spacing: 2px; }


.section.section--04 .section--04--wrapp  .box2 h1{ font-size: 1.25rem; font-weight: 300; color: #234997;  letter-spacing: 2px; margin-bottom: 1.125rem; }

.section.section--04 .section--04--wrapp  .box2 h2{ font-size: 1.75rem; font-weight: 400; color: #234997;  letter-spacing: 0.2px; }

.section.section--04 .section--04--wrapp  .box2 h2 i{ font-size: 1.4rem;  }

.section.section--04 .section--04--wrapp  .box2 h3{ font-size: 0.875rem; font-weight: 400; color: #234997;  letter-spacing: 0.5px; max-width: 38%; vertical-align: middle;  }

.section.section--04 .section--04--wrapp  .box > div:hover { background-color: #71a7ce; -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;   }
.section.section--04 .section--04--wrapp  .box > div:hover h1{ color:#fff!important;     }
.section.section--04 .section--04--wrapp  .box > div:hover h2{ color:#fff!important;     }
.section.section--04 .section--04--wrapp  .box > div:hover h3{ color:#fff!important;     }




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

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

.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: 0px; padding-right: 0px; 
}

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



.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;  display: none; }
.footer__wrapper>h1::before { content: " "; position: absolute;  width: 415px; height: 2px; background-color: #da2b25; bottom:0; left:0;   max-width: 100%; display: none; }


.footer__excerpt {
  font-size: 1.1875rem;
  color: #919191;
    padding-top: 0rem;  
    font-weight: 300;
}

.footer__excerpt h1 { text-align: center; margin: 0 auto;   font-size: 1.25rem; color:#234997; letter-spacing: 2px; font-weight: 300; margin-bottom: 35px;    }

.footer__excerpt img {
 margin-bottom: 0.5rem
}


.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:#fff;     }
.footer__list .footer__item a:hover { color:#000;     }

.footer .copyright1 {   border-top:0px solid #858585;     font-weight: 300;  }
.footer .copyright1 .copyright1-wrap {  margin:0 auto; max-width: 1170px; display: flex; justify-content: space-between; align-items: center; font-size: 0.8125rem; color: #a5a5a5; padding: 1.5rem 0rem; }
.footer .copyright1 a { color: #a5a5a5;  }
.footer .copyright1 a:hover { color: #fff;  }

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


.footer__list .footer__item .box-wew01 { border-radius: 11px;  background-color: #71a7ce;  color: #fff;  overflow: hidden;  max-height: 450px; padding: 50px 40px; }


.footer__list .footer__item .box-wew01 label{  width: 100%; }
.footer__list .footer__item .box-wew01 .wyslij1 {  background: transparent; max-width: 100px;  margin-left: auto;  margin-right: 0; display: block; }

.footer__list .footer__item .box-wew01 input {  background: transparent; height: 58px; color:#fff; border-radius: 11px; font-size: 1rem; font-weight: 300; }
.footer__list .footer__item .box-wew01 textarea {  background: transparent; height: 170px; color:#fff; border-radius: 11px; font-size: 1rem; font-weight: 300;  }
.footer__list .footer__item .box-wew01 label {  margin-bottom: 12px; font-size: 1rem; font-weight: 300;  }
    
    
.footer__list .footer__item .box-wew02 { border-radius: 11px;  background-color: #71a7ce;  color: #fff;  overflow: hidden;  max-height: 450px;  }

.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;  }



.footer  .footer__wrapper { display: none; }



.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: #395ba2;  }

.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: #da2b25!important;
    background: #395ba2!important;
}

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

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


.contact .contact__form { -webkit-box: 50%;  -moz-box: 50%;  -webkit-flex: 50%;  -ms-flex: 50%;  flex: 50%;  padding-left: 5%; }


.contact  .contact__excerpt {  -webkit-box: 50%;  -moz-box: 50%;  -webkit-flex: 50%;  -ms-flex: 50%;  flex: 50%;  padding-left: 0rem; } 


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

.inw  { width: 100%;    max-width: 1200px;    margin: 0 auto;    text-align: center;    padding-left: 0px;    padding-right: 0px;    display: flex;
    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    align-items: center; }

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

.inw .submenutiles__item { 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 23%;  flex: 0 0 23%;  max-width: 23%;  background-color: #ffffff;  border-radius: 10px;  margin: 1%; min-height: 210px;  }


.inw  .submenutiles__itemImage{    min-height: 115px; display: flex;    justify-content: center;    align-items: center;  }
.inw  .submenutiles__itemImage img{  max-width: 100%; height: auto!important;  }

.inw  .submenutiles__itemText{   text-align: center; display: flex;    justify-content: center;    align-items: center;  }

.inw .submenutiles__item h2{ text-align: center;  background: transparent;   font-size: 1rem;    font-weight: 400;    line-height: 20px;    color: #234997; margin-bottom: 0; padding-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: center;    background: transparent;     display: inline-block; }

.inw .submenutiles__itemLink:hover h2{   color: #009846;   background: transparent;  }
.inw .submenutiles__itemLink:hover h3{   color: #009846;   background: transparent;  }

.inw .submenutiles__itemDesc { padding: 0; }

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

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


.inw .submenutiles__item:hover { background-color: #71a7ce;  color:#fff;   }
.inw .submenutiles__item:hover h2{  color:#fff;   }


.inw .submenutiles__item:hover  img {
    filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
    -webkit-filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
    -moz-filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
}


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

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

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




.section64 {     background-color: #eef1f5; padding-top: 100px; padding-bottom: 20px}

.section64 .section64-wew { max-width: 1170px;    margin: auto;   }

.section64 .section64-wew .box01 { display: inline-block;  width: 48%; margin: 1%; border-radius: 11px;  background-color: #71a7ce;
    color: #fff;      max-height: 450px;  min-height: 450px;   padding: 50px 40px; position: relative; vertical-align: top;  }

.section64 .section64-wew .box02 { display: inline-block;  width: 48%; margin: 1%; border-radius: 11px;  background-color: #71a7ce;
    color: #fff;        max-height: 450px; min-height: 450px; position: relative; vertical-align: top;  }

.section64 .section64-wew h1  {   text-align: center;  margin: 0 auto;  font-size: 1.25rem;   color: #234997;   letter-spacing: 2px;   font-weight: 300;
    margin-bottom: 35px;   position: absolute; top:-60px;  left:50%; transform: translate( -50%, 0%); width: 100%; 
}

.section64 .section64-wew .box02 iframe { max-width: 100%;    border-radius: 11px; overflow: hidden;  }





.section64 .section64-wew .box01 input {  background: transparent; height: 58px; color:#fff; border-radius: 11px; font-size: 1rem; font-weight: 300; }
.section64 .section64-wew .box01 textarea {  background: transparent; height: 170px; color:#fff; border-radius: 11px; font-size: 1rem; font-weight: 300;  }
.section64 .section64-wew .box01 label {  margin-bottom: 12px; font-size: 1rem; font-weight: 300; display: block;   }


.section64 .section64-wew .box01 input::placeholder {  color: #fff;  opacity: 1; }

.section64 .section64-wew .box01 input:-ms-input-placeholder {  color: #fff;  }

.section64 .section64-wew .box01 input::-ms-input-placeholder {  color: #fff; }

.section64 .section64-wew .box01 textarea::placeholder {  color: #fff;  opacity: 1; }

.section64 .section64-wew .box01 textarea:-ms-input-placeholder {  color: #fff;  }

.section64 .section64-wew .box01 textarea::-ms-input-placeholder {  color: #fff; }



.section64 .section64-wew .box01 .btn {  display: block; margin-left: auto; margin-right: 0; text-align: right; padding: 0; width: auto; }









.box.podstrona-omnie .box {   padding-left: 100px;    padding-right: 100px; }


.box.podstrona-omnie  .box1{ max-width: 49%; display: inline-block; vertical-align: top; text-align: right; padding-top: 10px; }


.box.podstrona-omnie  .box1 img{  border-radius: 11px; max-width: 460px;  }


.box.podstrona-omnie  .box1 strong{ padding-top: 20px; display: inline-block; color:#474747; font-size:  1.125rem; font-weight: 600;  }

.box.podstrona-omnie .box2{ max-width: 49%; display: inline-block;  vertical-align: top; padding-left: 60px;  }






.box.podstrona-omnie .box2 .doj{ font-size: 0.875rem; font-weight: 300;  background-color: #da2b25; color: #fff; letter-spacing: 1.3px; padding: 12px 18px; margin-right: 10px; display: inline-block; }

.box.podstrona-omnie .box2 .doj:hover{ background-color: #a4a1a1; }

.box.podstrona-omnie .box2 .doj i {font-size: 1.125rem;  }


.box.podstrona-omnie .box2  {font-size: 1rem; font-weight: 300; line-height: 36px; }
.box.podstrona-omnie .box2 h2  {  font-size: 1rem; font-weight: 600; margin-top:3.25rem; }
.box.podstrona-omnie .box2 ul {  margin-bottom: 0rem; line-height: 36px;  padding-left: 50px; list-style: none; padding: 0;}

.box.podstrona-omnie .box2 ul li { padding-left: 0px;  }



.box.podstrona-omnie .box2 ul li::first-line {  }


.box.podstrona-omnie .box2 ul li::marker {  font-size: 10px;   }



.box.podstrona-omnie .box2 .kont{ display: inline-block; font-size: 0.875rem; font-weight: 300; background-color: #fff; color: #000;  letter-spacing: 1.3px;  border:1px solid #ccc;  padding: 12px 18px;  }

.box.podstrona-omnie .box2 .kont:hover { background-color: #da2b25; color: #fff; }
.box.podstrona-omnie .box2 .kont:hover i{  color: #fff; }

.box.podstrona-omnie .box2 .kont i { color:#cbcaca ; font-size: 1.125rem;  }






.box.podstrona-cennik{ padding-left: 0px; padding-right: 0px; font-weight: 300; font-size:  0.9375rem; line-height: 30px;  letter-spacing: 0.31px;  }

.box.podstrona-cennik .box1 ul  {     padding-left: 0px; margin-bottom: 0; list-style: none; }

.box.podstrona-cennik .box1 ul li {  padding-left: 35px; padding-right: 40px;  max-width: 1170px; border-radius: 10px; background-color: #fff; min-height: 64px; min-width: 300px; margin-bottom: 10px; display: flex;    justify-content: space-between;    align-items: center; font-size: 1rem; color:#474747  ; line-height: 1.125rem; }



.box.podstrona-cennik .box1 ul li b  { font-weight: 300; color: #009846; white-space: nowrap; }

.box.podstrona-cennik .box1 ul li:hover { color:#fff; background-color: #71a7ce;    } 

.box.podstrona-cennik .box1 ul li:hover b{ color:#fff;    } 

.box.podstrona-cennik .box1 ul li::marker {  font-size: 10px; }
    


.contact .contact__form input, .contact .contact__form textarea {    font-size: 1rem;  font-weight: 300;   color: #395ba2;    border: 1px solid #395ba2;}




    
/* -------------------------------------    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;
  }
    
        
    
}





@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.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;
  }

       
      
    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: 2rem;  padding-right: 2rem;  }

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

.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; } 

    .section64 .section64-wew {    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;      }
    
    .section.section--04 .section--04--wrapp .box2 h2 {    display: inline-block;        width: 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;    }
    
    
  

    .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 {  padding-bottom: 5rem;  padding-top: 3rem;}

.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; } 
    
    section.section71 .tresc11 {  flex: 0 0 31%; max-width: 31%; }
    
    section.section--04 .section--04--wrapp .box2 h2 {    display: inline-block;        width: auto; }
    
    
    .inw .submenutiles__item {  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 31%;  flex: 0 0 31%;  max-width: 31%;  min-height: auto;  padding-bottom: 1.7rem;  }
    
    .inw {   align-items: stretch; }


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



@media only screen and (max-width: 992px)  {
    
      .inw .submenutiles__item {  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 48%;  flex: 0 0 48%;  max-width: 48%; }

    
#menu1 li a.item1 {    padding: 0.75rem 0.5rem 0.25rem;    font-size: 0.9375rem;   letter-spacing: 0px;   font-size: 1.5rem;  }

    .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%; }
    
    

.section.section--dark1 .section--dark1--wrapp .box1 {  max-width: 100%;  display: inline-block; }

.section.section--dark1 .section--dark1--wrapp .box2 { padding-top:30px;   max-width: 100%;  display: inline-block; padding-left: 0px; }

.section.section--04 .section--04--wrapp .box {  flex-direction: column; align-items: center;  }
.section.section--04 .section--04--wrapp .box1 {  max-width: 100%; margin-bottom: 20px;  }
.section.section--04 .section--04--wrapp .box2 {  max-width: 100%; margin-bottom: 20px;  }

.section.section--04 .section--04--wrapp .box2 .kont {  margin-right: auto; }



.footer__list .footer__item {  -ms-flex: 0 0 45%;  flex: 0 0 45%;  max-width: 45%; }
    
    
    
    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: 1rem;
    padding-bottom: 1rem;
  }
  #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;
  }


  .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;  }    

    


.wiecej1 > a::after {  margin-right: 0rem;  }

.wiecej11 > a::after {  margin-right: 0rem;  }

.wiecej2 > a::after {  margin-right: 0rem;  } 
    
    
    
    .footer__list .footer__item {  -ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;}

section.section71 .tresc11 {  flex: 0 0 46%; max-width: 46%; margin:2%; }

.section.section--04 .section--04--wrapp .box1 {  max-width: 100%;  width: 100%; text-align: center;  } 
.section.section--04 .section--04--wrapp .box2 {  max-width: 100%;  width: 100%; text-align: center;  } 
    
    
    .section.section--04 .section--04--wrapp .box2 h2 { display: inline-block; width: 50%; padding-left: 20px; text-align: left; }
    .section.section--04 .section--04--wrapp .box2 h3 { max-width: unset;     text-align: right; }
        

 #mobnav-btn {  display: block;  top: 44px;  background: none;}

 
.header__left {  min-width: 140px;  max-width: 80%;}

.section.section--dark1 .section--dark1--wrapp .box1 { max-width: 100%;  display: block;  text-align: center;  margin: 0 auto; }

.section.section--dark1 .section--dark1--wrapp .box1 strong {  padding-top: 20px;  display: block; }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .wiecej31 {  max-width: 100%; }

.section.section--dark1 .section--dark1--wrapp .companyexcerpt .box2 .wiecej32 {  max-width: 100%; }
    
    
 .section64 .section64-wew .box01 {  display: inline-block;    width: 100%;    margin: 0%; margin-bottom: 100px;    }
 .section64 .section64-wew .box02 {  display: inline-block;    width: 100%;    margin: 0%;  margin-bottom: 40px;   }
    
    
    
 .box.podstrona-omnie .box1 {  max-width: 100%;   display: block;   text-align: center;   margin: 0 auto; }  
    
 .box.podstrona-omnie .box2 {  max-width: 100%;  padding-top: 60px;  padding-left: 0px; }
  .box.podstrona-omnie .box1 strong {  padding-top: 20px;    display: block; }
    
    
    .body--subpage main {     padding-top: 100px; }
    
    
    
    
}
    

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

    
    #menu1 li a.item1 {     padding: 0.875rem 1.2rem; }
        


    .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 {  padding-bottom: 3rem;  padding-top: 3rem;} 

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

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

.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 100%;  flex: 0 0 100%;  max-width: 100%;  width: 100%; }
    
  

.header__bar{align-items: flex-start; }

.slider__naw {  bottom: 70px;}

.section__wrapper.section__wrapper--smallypadding .companyexcerpt .box ul li {  padding-left: 20px;  padding-right: 20px;  min-height: 64px;  min-width: 100%; }
    
    section.section71 .tiles {   padding-left: 0px;   padding-right: 0px;    margin-left: auto;     margin-right: auto; }
    
    
    
}




@media only screen and (max-width: 576px)  {
    
    
        .inw .submenutiles__item {  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 100%;  flex: 0 0 100%;  max-width: 100%; }

    

.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%; margin:0;  margin-bottom: 20px; } 

    
    .section.section--04 .section--04--wrapp .box2 h2 {  display: block;  width: 99%;   padding-left: 0px;   text-align: center; }
    
    .section.section--04 .section--04--wrapp .box2 h3 {  display: block;  width: 99%;   padding-left: 0px;   text-align: center; }
    
    .section.section--04 .section--04--wrapp .box2 h3 br{  display: none; }
        
    
    .section.section--04 .section--04--wrapp .box2 { padding: 20px 20px; padding-bottom: 10px;    }
    .section.section--04 .section--04--wrapp .box1 { padding: 20px 20px; padding-bottom: 10px;    }
        
.footer .copyright1 .copyright1-wrap {  flex-direction: column; text-align: center; }
    
.section.section--dark1 .section--dark1--wrapp .box3 a { display: inline-block;  min-width: 99%;  } 
    

  .header__left {    min-width: 140px;    max-width: 300px;  } 
    
    #mobnav-btn {    display: block;        top: 30px; }
    
    
    .body--subpage main {        padding-top: 50px;  }
    
    .body--subpage .header__title {  font-size: 1.5rem; }
    
    .inw .submenutiles__item {   min-height: auto; padding-bottom: 1.7rem;  }
    
}


@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; } 
    
    
      .header__left {    min-width: 140px;    max-width: 225px;  } 
    
    #mobnav-btn {    display: block;        top: 24px; }

}







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