/*body{
    font-family: "stolzl",sans-serif;
    font-weight:400;
    font-size:16px;
    line-height: 28px;
    color:#00205B;
    background: url(../img/bg2.png) repeat left 700px;
   
}*/
body{
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #00205B;
	background: url(../img/bg2.png) repeat left 700px;
}
.page {
  margin-bottom: 0px;
}
 button, input, select, optgroup, textarea {
	  font-family: "Poppins",sans-serif;
  
  
}
.gm-section-padding-bottom0{
	padding-bottom:0px !important;
}


.site {
    max-width: 100%;
    width: 100%;
    margin: 0px auto;


}


.site-main{
    max-width: 1200px;
    width: 100%;
    margin: 100px auto;

}


.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  min-width: 100%;
  -webkit-transition: left .3s ease-in-out;
  -moz-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
  margin: 0px 0px 70px 0px;
}

.header-container.sticky_header {
  height: 58px;
  background: rgba(0, 32, 91, 0.8);
  -webkit-transition: -webkit-transform .3s ease, background .3s ease;
  transition: -webkit-transform .3s ease, transform .3s ease, background .3s ease;
	position: fixed;
}

.header-container.sticky_header .site-branding {
  float: left;
  height: 37px;
  margin: 10px 0px;
}


.sticky_header .main-navigation {
  margin: 15px 0px 0px;
}

.sticky_header .site-header {
 
  padding: 0px 0px;
}


.sticky_header .main-navigation a {
  color: #fff;
}
.sticky_header .site-branding img {
  height: 100%;
}


.gm-logo-st1{
	display:none;
}
.sticky_header .gm-logo-st1{
	display: inline;
}
.sticky_header .gm-logo-st2{
	display:none;
}

/*.entry-title{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1;
    color: #00205B;
    margin: 0px 0px 50px;
}*/


.site-header{
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
    padding: 70px 0px 30px;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}


.main-navigation {
    display: block;
    float: right;
    width: auto;
    margin: 20px 0px 0px;
  }


  .main-navigation li {
    position: relative;
    margin:0px 20px;
  }

  .main-navigation li:last-child {
    margin-right: 0px;
  }

  .main-navigation a {
   color:#00205B;
   transition: all 1s ease;
  }

  .main-navigation a:hover {
    color:#00205B;
    transform:scale(1.05);
   }

   .home .main-navigation a {
    color:#fff;
  
   }
 
   .home .main-navigation a:hover {
     color:#fff;
    
    }




.gm-section{
width:100%;

}


.gm-section-top{
    width: 100%;
    background: url(../img/img-top.jpg) no-repeat center top;
      background-size: auto;
    min-height: 730px;
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 0px;
    background-size: cover;
    position: relative;
    z-index: 2;
	overflow: hidden;
	height: 100vh;
}
.gm-section-top-mask{
    width: 100%;
    min-height: 730px;
    position: absolute;
    left: 0px;
    top: 0px;
    background:rgba(0, 32, 91, 0.5);
    z-index: 1;
height: 100vh;
}


.gm-content{
    max-width: 1200px;
    margin:0px auto;


}


.gm-section-top-txt{
    max-width: 74%;
    /*margin: 70px 0px 0px;*/
	margin: 0px 0px 0px;
    position: relative;
    z-index: 3;
}


.gm-section-top-txt h1{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height:0.9;
    color: #fff;
    margin: 0px 0px 50px;
}


.gm-section-top-txt a{
 color:#009FE3;
 font-size:14px;
 padding:15px 30px;
 border-radius: 50px;
 transition: all 1s ease;
 border: 1px solid #009FE3;
 text-decoration: none;
}

.gm-section-top-txt a:hover{
 color:#fff;
 background:#009FE3;
}


.gm-section-w1{
    max-width: 1600px;
    margin: 0px auto;
    padding: 150px 0px 100px;
    position: relative;
  display: table;
}

.gm-image-s1{
    float: left;
    width: 40%;
    position: relative;

}

.gm-image-s1::before{
    background: url(../img/ozdobnik.svg) repeat center top;
    content: "";
    position: absolute;
    left: 15px;
    top: -43px;
    width: 86px;
    height: 86px;
    z-index: -1;

}

.gm-txt-s{
    float: right;
    width: 26%;
    margin: 0px 29% 0px 5%;
    position: relative;
}

.gm-image-s2{
    float: right;
    position: relative;
    margin-top: -100px;
    margin-right: -20px;

}

.gm-icon-s{
    float: right;
    width: 700px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    text-align: center;
    margin: -75px 50px 0px 0px;
    flex-wrap: wrap;
    gap: 35px;

}

.gm-txt-s h3{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    margin: 0px 0px 20px;
}


.gm-txt-s h2{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    margin: 0px 0px 20px;
}

.gm-content h2{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    margin: 0px 0px 20px;
}
 .gm-tabs-content-item-txt-info-a h2 {
    text-align: center;
    font-weight: 400;
	    font-size: 60px;
    line-height: 1;
    margin: 0px 0px 20px;
	 
  }
.gm-txt-s1, .gm-txt-s1 p{
    font-size: 20px;
    line-height: 33px;
    margin: 0px 0px 20px;
}

.gm-txt-s2, .gm-txt-s2 p{
    font-size: 16px;
    line-height: 28px;
	font-weight:200;
}


.gm-icon-s-w{
    background: #fff;
    position: relative;
    width: 30%;
    padding: 80px 0px;
    border-radius: 30px;
    height: 230px;
    cursor: unset;
box-shadow:rgba(0, 159, 227, 0.1) 0px 20px 50px;
}
#kompetencje .gm-icon-s-w{
	cursor:pointer;
}

#kompetencje .gm-icon-s-w:first-child{
  cursor:unset;
    
}

.gm-icon-s-w:first-child{
    background: url(../img/mask-arrow.svg) no-repeat left center #009FE3;
    opacity: 0.95;
    
}
.gm-icon-s-w span{
   font-size: 16px;
   line-height: 22px;
   font-weight: 300;
    }

.gm-icon-s-w:first-child span{
    color: #fff;
    text-align: left;
    display: inline-block;
    margin: 75px 0px 0px 30px;
}

.gm-icon-s-w-img{
margin:0px 0px 10px;
position: relative;
z-index: 1;

}
.gm-icon-s-w-img::before{
    background: url(../img/arrow-blue.svg) no-repeat;
    width: auto;
    margin: 0px auto;
      margin-left: auto;
    display: inline-table;
    width: 73px;
    height: 73px;
    content: "";
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -16px;
    z-index: -1;
	
	display:none;
}

.gm-icon-s-w-img img{
margin: -25px 0px 0px 25px;

}
.gm-icon-s-w span{


}



.gm-content h3{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    margin: 0px 0px 20px;

}

.gm-content-tabs{
width: 100%;
	/*
display: flex;
flex-wrap: wrap;
	*/
margin: 50px 0px;
	position:relative;
}

.gm-swipper-nav {
	position: absolute;
	right: 0px;
	top: -70px;
	width: 80px;
}

.gm-swipper-nav-w{
	position:relative;
width:100%;
	float:right;
}
 .gm-swipper-nav .swiper-button-next {
	right: 0px;
	left: auto;
}
 .gm-swipper-nav .swiper-button-prev {
	right: auto;
	left: 0px;
}


.gm-swipper-nav .swiper-button-next::after, .gm-swipper-nav .swiper-button-prev::after {
content:"";
	width:15px;
		height:24px;
}
.gm-swipper-nav .swiper-button-next::after{
	background:url(../img/gm-arrow-right.svg) no-repeat;
}
.gm-swipper-nav .swiper-button-prev::after {
background:url(../img/gm-arrow-left.svg) no-repeat;
}

.gm-content-tabs .swiper-pagination {
	bottom:-20px;
}

.gm-content-tabs .swiper-pagination-bullet {
  width: 10px;
	height: 10px;
}

.gm-content-tabs .swiper-pagination-bullet-active {

  background: #00205B;
}


.gm-content-tabs .swiper {
/*overflow: unset;
	overflow-x: hidden;
	*/
}

.gm-tabs-item {
    width: 20%;
    text-align: center;
    font-size: 16px;
    padding: 0px 0px 30px;
    border-bottom: 4px solid;
    opacity: 0.34;
    transition: all 1s ease;
    cursor: pointer;

}

.gm-tabs-item:hover{
    opacity:1;
}

.gm-tabs-item-active{
opacity:1;

}

.gm-content-f{
    padding:100px 0px 0px;
}

.gm-section-w2{

    max-width: 1400px;
    margin: 0px auto;
}
.gm-tabs-content{

 /*   background: url(../img/ramka.png) no-repeat;*/
width: 100%;
border-radius: 20px;
padding: 0px 100px 100px 100px;
margin: 50px 0px;
}

.gm-image-s1, .gm-image-s2{
border-radius: 20px;

}


.gm-tabs-content-item{
width: 100%;

}

.gm-tabs-content-item-txt{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;

margin:0px 0px 50px;

}
.gm-tabs-content-item-txt-item{
width: 45%;

}
.gm-tabs-content-item-txt-item2{
	
}

.gm-tabs-content-item-txt-item ul{

	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-position: outside;
	font-weight: 200;

}

.gm-tabs-content-item-txt-item h3{
font-size: 40px;
line-height: 50px;
margin: 0px 0px 20px;
	font-family: "Poppins",sans-serif;
  font-weight: 400;
    
}
.gm-tabs-content-item h3{
font-size: 40px;
line-height: 50px;
margin: 0px 0px 20px;
	font-family: "Poppins",sans-serif;
  font-weight: 400;
    
}

.gm-tabs-content-item-txt-item p{
    font-size: 16px;
    line-height: 28px;
    margin:0px 0px 15px;
    
}

.gm-tabs-content-item-txt-item:first-child p{

    font-size: 20px;
    line-height: 33px;
}

.gm-tabs-content-item-image1{
    margin:80px 0px;
    position: relative;
}

.gm-tabs-content-item-image1::after{
    background: url(../img/arrow-blue-big.svg) repeat center top;
    content: "";
    position: absolute;
    right: 90px;
  bottom: -80px;
    width: 133px;
    height: 199px;
	
	display:none;
}

.gm-tabs-content-item-image1 img{
width: 100%;
border-radius: 20px;
}

.gm-tabs-content-item-txt-info{
    width: 100%;
}

.gm-tabs-content-item-txt-info h3{
text-align: center;
	font-size: 40px;
line-height: 50px;
margin: 0px 0px 20px;
	font-family: "Poppins",sans-serif;
  font-weight: 400;
}

h4{
font-size: 40px;
line-height: 50px;
margin: 0px 0px 20px;
	font-family: "Poppins",sans-serif;
  font-weight: 400;

}

.gm-tabs-content-item-txt-info-c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    margin: 50px 0px 80px;
  position: relative;

}



.gm-tabs-content-item-txt-info-c::before{
    background: url(../img/ozdobnik.svg) repeat center top;
    content: "";
    position: absolute;
    left: -45px;
    top: -45px;
    width: 86px;
    height: 86px;
    

}
.gm-tabs-content-item-txt-info-c::after{
    background: url(../img/ozdobnik.svg) repeat center top;
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 86px;
    height: 86px;
    
}

.gm-tabs-content-item-txt-info-c-item{
    background: #fff;
    border-radius: 20px;
    width: 23%;
    padding: 30px 35px;
	box-shadow:rgba(0, 159, 227, 0.1) 0px 20px 50px;

}

.gm-tabs-content-item-txt-info-c-item h6{
    font-size:12px;
    font-weight: 300;
    line-height: 1.2;
    margin:0px 0px 10px;
    
}


.gm-tabs-content-item-txt-info-c-item p{
    font-size:24px;
    line-height: 1.2;
    margin: 0px;
    
}

.gm-tabs-content-item-image-grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin:50px 0px;
}

.gm-tabs-content-item-image-grid img:nth-child(3){
width: 100%;;
}

.gm-tabs-content-item-image-grid img{
    border-radius: 20px;
    width: 49%;
}


.gm-tabs-content-item-image-grid img.gm-img-grid-full{
	width: 100%;;
}

.gm-tabs-content-item-image-grid img.gm-img-grid-half{
  
  width: 49%;
}


.gm-tabs-content-item-txt-info-a{

	padding: 100px 0px 0px;
	/*background: center center url(../img/tlo_plama-min.png);*/
	background-size: 80% 90%;
	background-repeat: no-repeat;


}

.gm-tabs-content-item-txt-info-a-content{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
gap: 30px;
margin: 80px 0px 0px;
position: relative;
}


.gm-tabs-content-item-txt-info-a-content::before{
    background: url(../img/ozdobnik.svg) repeat center top;
    content: "";
    position: absolute;
    left: -45px;
    top: -45px;
    width: 86px;
    height: 86px;
    

}
.gm-tabs-content-item-txt-info-a-content::after{
    background: url(../img/ozdobnik.svg) repeat center top;
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 86px;
    height: 86px;
    
}

.gm-tabs-content-item-txt-info-a-content-item{
background:#fff;
border-radius: 20px;
width: 30%;
padding: 30px 35px;
	box-shadow:rgba(0, 159, 227, 0.1) 0px 20px 50px;

}

.gm-tabs-content-item-txt-info-a-content-item h6{
font-size:12px;
font-weight: 300;
line-height: 1.2;
margin:0px 0px 10px;
}

.gm-tabs-content-item-txt-info-a-content-item p{
    font-size:24px;
    line-height: 1.2;
    margin: 0px;
}
h3 {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    margin: 0px 0px 20px;
  }





.site-info{
width:100%;
padding: 50px 0px;
	font-size: 12px;
  font-weight: 100;
}

.site-info-l{
    text-align:left;
    width:50%;
    float: left;
}


.site-info-r{
    text-align: right;
    width: 50%;
    float: right;
}

.site-info a
{
color:#00205B;
text-decoration:underline;
font-size: 12px;
  font-weight: 100;
}


.gm-form{
position:relative;
background-color: rgba(0, 159, 227, 0.13);
border-radius: 20px;
padding: 80px 100px;
width: 100%;
  float: left;
}

.gm-form::before{
    background: url(../img/ozdobnik.svg) repeat center top;
    content: "";
    position: absolute;
    left: -45px;
    top: -45px;
    width: 86px;
    height: 86px;
}
.gm-form h4{
    font-size: 24px;
line-height: 28px;
font-family: "Poppins",sans-serif;
  font-weight: 400;

}

.gm-form-w{
    width:100%;
    float: left;
}

.gm-form-line{

width:100%;
}

.gm-form-line label{
color:#009FE3;
font-size: 10px;
	display:none;
    
}

.gm-form-line .wpcf7-acceptance label{
	display:block;
}

.gm-form-line input[type=text], .gm-form-line input[type=email]{
    font-size: 14px;
    line-height: 22px;
    color: #00205B;
    width: 100%;
    background: unset;
    border-bottom: 2px solid #DADEE7;
    border-width: 0px 0px 2px 0px;
   font-weight: 300;
    padding: 5px 0px;
      padding-top: 5px;
      padding-right: 0px;
      padding-bottom: 5px;
      padding-left: 0px;
}

.gm-form-line textarea{
    font-size: 14px;
    line-height: 22px;
    color: #00205B;
    width: 100%;
    background: unset;
    border-bottom: 2px solid #DADEE7aliceblue;
    border-width: 0px 0px 2px 0px;
    font-weight: 300;
    padding: 5px 0px;
      padding-top: 5px;
      padding-right: 0px;
      padding-bottom: 5px;
      padding-left: 0px;
      height:100px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:1;
	color:#00205B;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    opacity:1;
	  color:#00205B;
  }
  :-ms-input-placeholder { /* IE 10+ */
    opacity:1;
	  color:#00205B;
  }
  :-moz-placeholder { /* Firefox 18- */
    opacity:1;
	  color:#00205B;
  }


  .gm-form-line input[type=submit]{
    color: #fff;
    background: #009FE3;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 1s ease;
 
    text-decoration: none;
    float: right;

cursor:pointer;
    box-shadow: unset;
  border: 0px solid;
  }

  .gm-contact-w h3{
    margin:0px 0px 30px;
  }


  .gm-contact-w{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
flex-wrap: wrap;
  }

  .gm-contact-w-item{

width:45%;
  }

  .gm-top-c-info{
    margin:0px 0px 30px;
    font-family: "Poppins",sans-serif;
  font-weight: 400;
  font-size: 24px;
line-height: 28px;

  }

  .gm-contant-icon{
    margin:0px 0px 30px;
width: 100%;
display: flex;
justify-content: start;
flex-wrap: wrap;
  }

  .gm-contant-icon a{ 
font-size: 16px;
padding-left:30px;
color:#00205B;
text-decoration: none;;
    
  }

  .gm-c-phone{
background: url(../img/phone.svg) left center no-repeat;
margin-right: 30px;;
  }

  .gm-c-mail{
    background: url(../img/mail.svg) left center no-repeat;

  }

  .gm-contact-w-item p{
font-size:16px;
line-height: 28px;
margin:0px 0px 30px;
font-weight: 200;
  }

  .wpcf7-list-item{
margin:0px;

  }


.wpcf7-list-item label {
	
	color: #00205B;
	font-size: 14px;
	line-height: 22px;


}


.wpcf7-list-item-label {
	float: right;
	color: #00205B;
	font-size: 14px;
	line-height: 22px;
	font-weight: 100;
	font-family: "stolzl",sans-serif;
	display: table;
	width: 92%;
	margin: 3px 0px 10px;


}
    

      .wpcf7-list-item label a{
        color:#00205B;
          }


          .gm-form-line p{
            margin:0px;
          }


          textarea:focus, input:focus{
            outline: none;
        }


        .gm-form-w .wpcf7-not-valid-tip {
            
            font-size: 10px;
line-height:1.2;
        }

     .gm-form .wpcf7-response-output {
	margin: 10px 0px 0px !important;
	display: table;
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
	border: 0px solid !important;
	padding: 14px 25px !important;
	border-radius: 10px;
}


  form.invalid .gm-form .wpcf7-response-output,  form.unaccepted .gm-form .wpcf7-response-output,   form.payment-required .gm-form .wpcf7-response-output {
	border:0px solid;
	color:#F48540;
	background:rgba(244, 133, 64, 0.1);
}

.wpcf7 form .wpcf7-response-output {
color: #167412;
	background:rgba(22, 116, 18, 0.1);
}



.gm-partners-section{
padding: 50px 0px;

}

.gm-partners-section .swiper-wrapper {

  justify-content: center;
}

.gm-content-small-c{
max-width: 800px;
margin:0px auto;
text-align: center;

}
.gm-content-small-c p{
font-family: "Poppins",sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin: 30px 0px 50px;
}

.gm-content-small-c h3{
font-family: "Poppins",sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin: 30px 0px 50px;
}

.gm-btn1{
    color: #fff !important;
    background: #009FE3;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 50px;
  
    text-decoration: none;
  
   
    transition: all 1s ease;

}

.gm-btn1:hover{
opacity:0.9;
color:#fff;
	transform:scale(1.05);
}




.gm-section-margin{
  padding:100px 0px;
}

.gm-to-center{
    text-align: center;
}

.gm-content-wsp-i{

	text-align: center;
	font-size: 24px;
	margin: 30px 0px;
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	line-height: 28px;

}


.gm-section-cooperation{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 60px 0px 0px;
    float: unset;
    gap: 30px;

}

.gm-image-full{
  margin: 0px auto;
  display: table;
}

.gm-section-cooperation.gm-icon-s .gm-icon-s-w{
    width: 16%;
    margin:0px 0px 60px;
}


.gm-section-cooperation .gm-icon-s-w:first-child {

    text-align: left;
	
  }


  .gm-section-cooperation.gm-icon-s .gm-icon-s-w::after{
    content: "";
    position: absolute;
    background: url(../img/arrow1.svg) repeat center top;
    width: 42px;
    height: 28px;
    right: -55px;
    transform: rotate(-90deg);
    top: 45%;
}


.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(5)::after{
    top: unset;
    bottom: -55px;
    transform: unset;
    left: 40%;
}



.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(1){
	--animate-delay: 1s;
}
.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(2){
	--animate-delay: 2s;
}


.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(10)::after,
.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(7)::after,
.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(8)::after,
.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(9)::after{
    left: -50px;
    right: unset;
    transform: rotate(-270deg);
}

.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(6)::after{
   display: none;
}


.gm-section-branze{
    width: 100%;
    position: relative;
    display: table;

}

.gm-section-branze-l{
float: left;
width: 40%;
position: relative;
}


.gm-brazne-img{
position: relative;

}

.gm-brazne-img img{


}
.gm-brazne-img::after{
    background: url(../img/arrow-blue-big.svg) repeat center top;
    content: "";
    position: absolute;
    left: 40px;
    bottom: -80px;
    width: 133px;
    height: 199px;
	display:none;

}


    .gm-section-branze-box {
        position: absolute;
        width: 185px;
        padding: 80px 0px;
        border-radius: 30px;
        height: 230px;
       /* cursor: pointer;*/
        background: url(../img/mask-arrow.svg) no-repeat left center #009FE3;
        opacity: 0.95;
        top: 22%;
        right: -90px;
    }



    .gm-section-branze-box span {
        color: #fff;
        text-align: left;
        display: inline-block;
        margin: 25px 0px 0px 30px;
        line-height: 1.2;
    }

.gm-section-branze-r{
    float: right;
    width: 50%;
    position: relative;
    margin:0px 0px 0px;
}
.gm-section-branze-r h3{

}

.gm-branze-info{
font-size: 20px;
line-height: 33px;
width: 100%;
margin:30px 0px;;
}


.gm-branze-info-more{
    font-size: 16px;
    line-height: 28px;
    width: 80%;
    position: relative;;
    margin:100px auto 0px;
    font-weight: 200;
    text-align: center;
}

.gm-branze-info-more::before{
    content: "";
    position: absolute;
    background: url(../img/arrow1.svg) repeat center top;
    width: 42px;
    height: 28px;
    

    top: unset;
 top: -55px;
  transform: unset;
  left: 40%;

}


.gm-branze-icons {
	position: relative;
	width: 100%;
	float: unset;
	gap: 30px;
	margin: 0px;
}

.gm-branze-icons::after{

        background: url(../img/ozdobnik.svg) repeat center top;
        content: "";
        position: absolute;
        right: -45px;
        bottom: -45px;
        width: 86px;
        height: 86px;
    
    
}

.gm-branze-icons .gm-icon-s-w:first-child {
	background: #fff;
	opacity: 1;
}

.gm-branze-icons  .gm-icon-s-w:first-child span {
	color: unset;
	text-align: unset;
	display: unset;
	margin: unset;
}

.gm-tabs-content-item{
	display:none;
} 

.gm-tabs-content-item-active{
	display:block;
}
.gm-section-branze-mobile{
	display:none;
}

.gm-hidden-menu{
	display:none;
}


.gm-form .wpcf7 form .wpcf7-response-output {
	margin: 20px 0px 0px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.video-container{
  width: 100vw;
  height: 100vh;
}

 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#background-video{
position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}



.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.swiper-wrapper {
	align-items: center;
}

  .swiper-slide img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

#rozwiazania .gm-content{
max-width:1200px;	
	
}

	.gm-tabs-content-item-txt-item:last-child p{
		font-weight:200;
	}

.gm-section-padding-top0{
	padding-top:0px;
}
.gm-section-cooperation.gm-icon-s .gm-icon-s-w,
.gm-branze-icons.gm-icon-s .gm-icon-s-w
{
box-shadow: rgba(0, 159, 227, 0.1) 0px 20px 50px;
}

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

	
	
	
	

.gm-section-w1 {
	max-width: 100%;
	padding: 100px 30px 100px;
	
}
	
	.site-header {
 max-width: calc(100% - 60px);
	}
	.gm-section-margin {
  padding: 80px 0px;
}
	
  	body{
		overflow-x: hidden;
	}
	
}

@media only screen and (max-width: 1400px) {
	
	.gm-content-f {
	padding: 0px 0px 0px;
}
	
	.gm-icon-s {

	margin: 0px 50px 0px 0px;

}
	
	
		#rozwiazania .gm-content{
max-width:calc(100% - 60px);	
	
}
   
	.gm-content-small-c p {
 
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;

}
	

	
		.gm-image-s2 {
	
	display: none;
}
	
	.gm-txt-s {
	
	width: 50%;
	margin: 0px 5% 0px 5%;
	
}
	.gm-content {
	max-width: calc(100% - 60px);
	margin: 0px auto;
}
	.gm-tabs-content {
	
	width: calc(100% - 60px);
	padding:50px 0px;
	margin: 50px auto;
}
	
	.gm-tabs-content-item-txt-info-c {
	
	gap: 20px;
	margin: 40px 0px 50px;

}
	
	.gm-tabs-content-item-txt-info-c::after {
display:none;
}
	.gm-tabs-content-item-txt-info-c::before {
	display:none;
}
	
	.gm-tabs-content-item-image-grid {

	gap: 15px;

}
	
	.gm-tabs-content-item-txt-info-a-content::after {
	display:none;
}
	
	.gm-tabs-content-item-txt-info-a-content::before {
	display:none;
}
	
	.gm-section-cooperation.gm-icon-s .gm-icon-s-w::after {
	
	top: 45%;
}
	
	
	
	.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(10)::after, .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(7)::after, .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(8)::after, .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(9)::after {
	left: -45px;

}
	
	.gm-branze-icons::after {
	display:none;
}
	
	.gm-branze-icons {

	gap: 20px;

}
	
	
	#background-video {

  width: auto;
  height: 730px;
}
	
}

  @media only screen and (max-width: 1200px) {
	.gm-icon-s {
	margin: -60px 50px 0px 0px;
}  
	#wspolpraca .gm-icon-s, #branze .gm-icon-s {
	margin: 0px 0px 0px 0px;
} 
	#kontakt {
	padding-top: 80px;
}  
	  
	  
}



  @media only screen and (max-width: 1000px) {
	
	  
	  .gm-partners-section .swiper-wrapper {
	justify-content: unset;
}
	  .gm-partners-section {
	padding: 20px 0px;
	margin: 0px 10%;
}
	  
	  
.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(1){
	order:1;
}
.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(2){
	order:2;
}
	  
	 .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(3){
	order:3;
} 
	  
	.gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(4){
	order:4;
}  
	  
	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(5){
	order:5;
}
   
	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(6){
	order:10;
}
	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(7){
	order:9;
}
	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(8){
	order:8;
}
	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(9){
	order:7;
}
	  
	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w:nth-child(10){
	order:6;
}
	  
.gm-icon-s {
	
	width: 100%;
	
	margin: 35px 0px 0px 0px;
	
}

	  .gm-section-top-txt {
	max-width: 100%;
	margin: 50px 0px 0px;
	
}
	  .gm-image-s1::before {
	display:none;
}

	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w::after {
	display:none;
}

	.gm-section-cooperation {

	margin: 60px 0px 0px;
	
	gap: 20px;
}  
	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w {
	width: 18%;
	margin: 0px 0px 0px;
}
	
	  
	  .gm-branze-info-more {
	
	width: 100%;

	margin: 100px auto 0px;

}
	  .gm-form::before {
	display:none;
}
	
.gm-contact-w-item {
	width: 48%;
}	  

	
	  
	  .gm-content-f {
	padding: 0px 0px 0px;
}
	  
	
	 .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
} 
	.menu-toggle, .main-navigation.toggled ul {
  display: block;
}  
	  
 .main-navigation .hamburger-lines {
    display: block;
  }
	  
	  
	  
	  .main-navigation .hamburger-lines {
    display: block;
 height: 21px;
    width: 26px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
    background: unset;
    border: 0px;
    color: #fff;
    cursor: pointer;
  }

  .main-navigation .hamburger-lines .line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 0px;
    background: #fff;
  }

  .main-navigation .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .main-navigation .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .main-navigation .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

	  
	  
	  
	  .nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.main-navigation.toggled .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.main-navigation.toggled .hamburger-lines .line2 {
  transform: scaleY(0);
}
.main-navigation.toggled .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
	  
	  
	  .main-navigation.toggled ul {
    display: none !important;
  }
	  
	  .gm-hidden-menu{
		  
	  }
	  
	  .gm-hidden-menu {
  display: none;
  position: fixed;
  background: url(../img/bg-mobile-menu.png) no-repeat right bottom #00205B;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
		  text-align:center;
	  }
	  
	  .gm-hidden-menu ul{
		  margin:100px 0px 0px;
		  
		  padding: 0px;
		  }
	    
	  .gm-hidden-menu ul li{
		  margin:0px 0px 0px;
		  text-align: left;
    list-style: none;
		  }
	  
	  	.gm-hidden-menu ul li a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	font-weight: 400;
}
	  .gm-hidden-menu-w{
		width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
		  flex-wrap:wrap;
		  flex-direction: column;
	  }
	  

.gm-hidden-menu-w .gm-contant-icon a {
	font-size: 16px;
	padding-left: 35px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	text-align: left;
	font-weight: 400;

}
		  
	.gm-hidden-menu-w .gm-contant-icon {
margin: 40px auto 10px;
    width: 55%;
    max-width: 245px;
	  }
	  
	 .gm-hidden-menu-w .gm-c-mail {
  background: url(../img/mail-mobile.svg) left center no-repeat;
	  }
	  .gm-hidden-menu-w .gm-c-phone {
  background: url(../img/phone-mobile.svg) left center no-repeat;
  margin-right: 0px;
}
	  
	    .site-branding{
		  max-width:80%;
			width: 80%;
	  }
	  
	  .main-navigation {
	max-width: 20%;
    width: 20%;
    float: unset;
	position:relative;
		margin: 13px 0px 0px;
}
	  
  }


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

.gm-section#kompetencje {
	padding: 80px 0px 0px;
}
	  .gm-section-kompetencje{
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;  
	  }
	  
	  
	  .gm-image-s1 {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	/* margin-top: -150px;*/
		  
		  margin-top: 30px;
	z-index: 10;
		  order:3;
}
	.gm-txt-s {
	width: 100%;
	margin: 0px 0% 0px 0%;
}  
	  .gm-section-w1 {
	
	padding: 0px 30px;
}
	  
	  .gm-tabs-content {
	
	padding: 30px;
	
}
.gm-tabs-content-item-txt {
	width: 100%;

}
	  .gm-tabs-content-item-txt-item {
	width: 46%;
}
	  
	  .gm-tabs-content-item-txt-info-c-item {
	
	width: 45%;
	
}
	  .gm-tabs-content-item-image-grid img {
	border-radius: 20px;
	width: 48%;
}
	  
	  .gm-tabs-content-item-txt-info-a {
	padding: 50px 0px 0px;
}
	  
	  .gm-section-cooperation {
	margin: 60px 0px 0px;
	gap: 15px;
}
	  
	  .gm-brazne-img::after {
	display:none;
}
	  
	  .gm-tabs-content-item-image1::after {
display:none;
}
	  .gm-section-branze-r {

	width: 55%;

}
	  
	  .gm-section-branze-box {


	top: unset;
	right: unset;
	left: 20%;
	bottom: -150px;
}
	  .gm-contact-w-item {
	width: 100%;
}
	  .gm-section-branze-l {

	width: 100%;

}
	  
	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w {
	width: 30%;
	
}
	  
	  
	  .gm-tabs-content-item-txt-info-a-content-item {
	
	width: 45%;
	padding: 20px 25px;
}
	  
	  
	  .gm-tabs-item {
	width: 33%;
padding:0px 0px 20px;

	margin: 0px 0px 20px;
}
	  
	  .gm-icon-s {

	gap: 30px;
}
	  
	  .gm-section-top-txt h1 {
	
	font-size: 50px;

}
	  
	  .gm-swipper-nav {
	display:none;
}

  }

  @media only screen and (max-width: 600px) {
	  
	  .gm-icon-s-w span {
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}
	  
	  .gm-icon-s-w:first-child span {
	
	margin: 75px 0px 0px 15px;
}
	  
    .gm-form {
	
	background-color: unset;
	border-radius: 20px;
	padding: 0px 0px;
	width: 100%;

}
	  
.gm-icon-s {

	gap: 25px;
}
	  .gm-tabs-content-item-txt-item {
	width: 100%;
}
	  
	  .gm-section-cooperation.gm-icon-s .gm-icon-s-w {
	width: 46%;
	
}
	  
	  .gm-section-branze-box {
	top: unset;
	right: unset;
	left: 50%;
	bottom: -150px;
	margin-left: -92px;
}
	  
	  .gm-section-branze-mobile{
	display:block;
}
	  
	  
	  .gm-section-branze-no-mobile{
		  display:none;
		  
	  }
	  
	  .gm-section-branze-r {
	width: 100%;
	margin: 150px 0px 0px;
}
	  
	  
	  .gm-branze-info-more::before {

	left: 50%;
	margin-left: -21px;
}
	  
	  
  }


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

	
	.gm-tabs-content-item-txt-item h3 {
	font-size: 30px;
	line-height: 40px;
}
	
	
	.gm-tabs-content-item-txt-info h3 {
	font-size: 30px;
	line-height: 40px;
}
	
	.gm-content-small-c h3 {
	font-size: 30px !important;
	line-height: 40px !important;
}
	
	.gm-icon-s-w {
	
	width: 48%;

}
	
	.gm-icon-s {
	gap: 4%;
}
	.gm-tabs-item {
	width: 70%;
	padding: 0px 0px 20px;
	margin: 0px 0px 20px;
}
	
	.gm-tabs-content {
	background: unset;

}
	
	.gm-tabs-content {
	padding: 0px;
}
	
	.gm-tabs-content-item-txt-info-c-item {
	width: 48%;
	padding: 20px;
}
	.gm-tabs-content-item-txt-info-c-item {
	width: 48%;
	padding: 20px;
	margin: 0px 0px 4%;
}
	
	.gm-tabs-content-item-image-grid img {

	width: 100%;
}
	
	.gm-tabs-content-item-image-grid img.gm-img-grid-half {
	width: 100%;
}
	
	.gm-tabs-content-item-txt-info-a-content-item {
	width: 48%;
	padding: 10px;
		margin:0px 0px 4%;
}
	
	.gm-tabs-content-item-txt-info-a-content {
	
	gap: 4%;
	margin: 50px 0px 0px;

}
	.gm-section-cooperation.gm-icon-s .gm-icon-s-w {
	width: 48%;
	margin: 0px 0px 4%;
}
	
	.gm-icon-s-w {

	margin: 0px 0px 4%;
}
	.gm-tabs-content-item-txt-info-a-content-item {
	
	margin: 0px 0px 4%;
}
	

	
	.gm-txt-s h3 {
	font-size: 45px;
	line-height: 60px;
}
		.gm-txt-s h2 {
	font-size: 45px;
	line-height: 60px;
}
	

	
		h3 {
	
		font-size: 45px;
	line-height: 60px;
	
}
	.gm-content h3 {
			font-size: 45px;
	line-height: 60px;

}
	
	
			h2 {
	
		font-size: 45px;
	line-height: 60px;
	
}
	.gm-content h2 {
			font-size: 45px;
	line-height: 60px;

}
	
	.gm-tabs-content-item-txt-info-a h3{
		text-align:center;
					font-size: 45px;
	line-height: 60px;
		
	}
		.gm-tabs-content-item-txt-info-a h2{
		text-align:center;
					font-size: 45px;
	line-height: 60px;
	}
	
	
	.gm-content-small-c p {

	font-size: 28px;
	line-height: 36px;
	margin: 0px 0px 30px;
}
	h4 {
font-size: 30px;
	line-height: 40px;

}
	
	
	.gm-tabs-content-item-txt-info h4 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	font-family: "stolzl",sans-serif;
	max-width: 200px;
	margin: 0px auto 50px;
}
	
	
	
	.gm-tabs-content-item-txt-info-a-content-item p {


}
	
	.gm-content-small-c p {
	
	font-size: 28px;
	line-height: 36px;
	margin: 0px 0px 30px;
}
	.gm-contant-icon a {

	clear: both;
	display: inline-block;
	width: 100%;
}
	.gm-tabs-content-item-txt-info-c {
	gap: 4%;
	margin: 30px 0px 50px;
}
	

.gm-tabs-content-item-txt-info-c-item {
	width: 90%;
	background: rgba(255,255,255,0.5);
	text-align: center;
	padding: 45px 40px;
	min-height: 155px;
	max-width: 280px;


	
}
	
	.gm-tabs-content-item-txt-info-c {
	
	justify-content: center;
	
}
	.gm-tabs-content-item-txt-info-a-content-item {
	width: 90%;
	background: rgba(255,255,255,0.5);
	text-align: center;
	padding: 45px 20px;
	min-height: 155px;
	max-width: 280px;

}
	



	
	.gm-tabs-content-item-txt-info-a-content {

	justify-content: center;
	
	
}
	
}

@media only screen and (max-width: 380px) {
	 .gm-section-top-txt h1 {
    font-size: 40px;
  }
	
}



/******************************HEADER*****************************/
.header-container-top{
	position: absolute;
	top: 0;
	z-index: 999999;
	width: 100%;
	max-width: 1400px;
	margin: 0px auto;
	left: 50%;
	transform: translateX(-50%);
}

.header-container-bottom{
	position: relative;
	z-index: 999;
	/*top: 0px;*/
	width: 100%;
	max-width: 1400px;
	margin: 0px auto;
	/*left: 50%;
	transform: translateX(-50%);*/
}
.site-header{
	padding: 70px 0px 0px;
}
.home .main-navigation.light a {
	color: #00205B;
}
.bottom.main-navigation{float:left;}
.main-navigation-sticky{display:none !important;}
.main-navigation li:first-child {
  margin-left: 0;
}
.sticky_header .main-navigation-contact{display:none !important;}
.sticky_header .main-navigation-mainpage{display:none !important;}
.sticky_header .header-container-bottom{display:none !important;}
.sticky_header .main-navigation-sticky{display:inline !important;}

.main-navigation-mainpage li a{
	/*background: #009FE3;*/
	padding: 10px 20px;
	border-radius: 25px;
	background: transparent;
	border: 1px solid #00205B;
}

.main-navigation-mainpage a:hover {
	/*color:#00205B;*/
	color:#fff !important;
	background:#00205B;
    /*transform:scale(1.05);*/
}


.gm-section-top-mask.light {
	width: 100%;
	min-height: 730px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(240, 246, 252, 0.6);
	z-index: 1;
	height: 100vh;
}

.gm-section-top-txt.light h1 {
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	font-size: 80px;
	line-height: 1;
	color: #00205B;
	margin: 0px 0px 50px;
}

.gm-section-top-txt.light {
	max-width: 80%;
	/* margin: 70px 0px 0px; */
	margin: 0px 0px 0px;
	position: relative;
	z-index: 3;
}

.gm-section-top-txt.light a {
  color: #00205B;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 50px;
  transition: all 1s ease;
  border: 1px solid #00205B;
  text-decoration: none;
}
.gm-section-top-txt.light a:hover {
  color: #fff;
  background: #00205B;
}

.main-navigation.bottom.light a:hover {
	color: #00205B;
}

.main-navigation.top.light a {
	color: #00205B;
}

@media only screen and (max-width: 1000px) {
	.gm-section-top-txt.light h1{
		font-size: 45px;
		line-height: 1.2;
	}
}
/******************************HEADER*****************************/

/******************************FOOTER*****************************/
.footer-bottom{
	 margin:0px auto;
	 background: #009FE3;
}



.footer-row{
	background: #00205b;
	color: #fff;
	padding-top: 25px;
}

.footer-row a{
	color: #fff;
}

.site-footer-row{
	max-width: 1400px;
	  width: 100%;
	  margin: 0px auto 0px auto;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding: 10px 0px;
}

.site-footer-row a:hover{
	color:#009FE3;
}

.footer-bottom .site-footer-row a:hover{
	color:#00205b;
}

.site-footer-row .footer-co12{
	text-align:right;
}

.site-footer-row .site-info{
	
}

.site-footer-row img { margin-bottom: 15px; }
.site-footer-row .bi { margin-right: 15px; }

.site-footer-row p{
	font-size:14px;
	font-weight:300;
	line-height:20px;
}

.site-footer-row a{
	font-size:14px;
	font-weight:300;
	line-height:20px;
	color:#fff;
	text-decoration:none;
}

/*.site-footer-row a:hover{color:#009FE3;}*/

.menu-first-footer-navigation-container ul, .menu-second-footer-navigation-container ul{
	margin:0px;
	padding :0px;
}

.menu-first-footer-navigation-container ul, .menu-second-footer-navigation-container li{
	list-style-type:none;
}

.footer_tytul_kolumna_1, .footer_tytul_kolumna_2 {
	position: relative;
	display: block;
	padding-bottom: 10px;
	/*text-align: center;*/
	margin-bottom:15px;
	font-size:16px;
}

.footer_tytul_kolumna_3{
	position: relative;
	display: block;
	padding-bottom: 10px;
	/*text-align: center;*/
	margin-bottom:0px;
	font-size:16px;
}

.footer_tytul_kolumna_3 .mailpoet_form{
	padding:0px;
}

.footer_tytul_kolumna_1::after, .footer_tytul_kolumna_2::after, .footer_tytul_kolumna_3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #009FE3;
}

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

.site-header, .site-header-bottom, .site-header-bottom-breadcrumbs, .site-main, .site-footer-row {
	max-width: calc(100% - 60px);
}

	
}
/******************************FOOTER*****************************/

/*******************NEWSLETTER******************************/
.nesletter_label{font-family: "Poppins",sans-serif;  font-size: 14px !important;}
.nesletter_button{font-family: "Poppins",sans-serif;}
.nesletter_acceptance{font-family: "Poppins",sans-serif; font-size: 10px !important;}
.nesletter_acceptance label{font-family: "Poppins",sans-serif; font-size: 10px !important;}
.nesletter_acceptance label a{font-family: "Poppins",sans-serif; font-size: 10px;}
.footer_tytul_kolumna_3 .mailpoet .mailpoet_spacer {display:none !important; height:0px !important;}

@media only screen and (max-width: 460px) {
.footer-co11{text-align:center;}
.footer-co12{text-align:center !important; margin-top:20px;}
}

.mailpoet_paragraph input::placeholder { font-size: 16px; }    
/*******************NEWSLETTER******************************/

/*******************KONTAKT******************************/
#kontakt{display:none;}
/*******************KONTAKT******************************/

/*******************MIAN PAGE SEKCJE******************************/
#intro{text-align:left;}
#intro h1{text-align:center;}
.kompetencje_title,
.kompetencje_title img {
    border-radius: 0 !important;
}

.entry-title {
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color: #00205B;
	margin: 35px 0px 5px 0px;
	padding: 0px 0px 0px 35px !important;
}


.main-page-intro-block h1.entry-title {
	padding: 50px 0px 50px 0px !important;
	display: block;
	text-align: left;
	font-size: 50px;
	margin: 0px;
}

.kompetencje_tekst_blok h2.entry-title {
	padding: 0px 0px 20px 0px !important;
	display: block;
	text-align: left;
	font-size: 35px;
	margin: 0px;
}

.mp-section-kompetencje{
	padding:50px 0px ;
}

.mp-icon-block{
	margin-top:0px;
}

.gm-icon-s-w{
    border-radius: 0px;
	box-shadow:rgba(0, 159, 227, 0.1) 0px 20px 50px;
	width:14%;
}

.gm-icon-s {
	/* float: right; */
	width: 100%;
	display: flex;
	/* position: relative; */
	/* justify-content: space-between; */
	align-content: center;
	align-items: center;
	text-align: center;
	margin: 0px 0px 0px 0px;
	flex-wrap: wrap;
	gap: 35px;
	margin-top:80px;
}

@media only screen and (max-width: 1000px) {
	.gm-icon-s-w{
		width:45%;
	}
	.gm-icon-s {
		padding: 0px 20px 0px 20px;
	}
}
/*******************MAIN PAGE SEKCJE******************************/

/*******************KOLUMNY******************************/
/* Podstawowe style kontenera i rzędu */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
[class*="col-"],
[class*="offset-"] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Tworzymy klasy dla każdego breakpointu */
@media (min-width: 576px) {
  /* col-sm-* */
  .col-sm-1  { width: 8.3333%; }
  .col-sm-2  { width: 16.6667%; }
  .col-sm-3  { width: 25%; }
  .col-sm-4  { width: 33.3333%; }
  .col-sm-5  { width: 41.6667%; }
  .col-sm-6  { width: 50%; }
  .col-sm-7  { width: 58.3333%; }
  .col-sm-8  { width: 66.6667%; }
  .col-sm-9  { width: 75%; }
  .col-sm-10 { width: 83.3333%; }
  .col-sm-11 { width: 91.6667%; }
  .col-sm-12 { width: 100%; }

  .offset-sm-1  { margin-left: 8.3333%; }
  .offset-sm-2  { margin-left: 16.6667%; }
  .offset-sm-3  { margin-left: 25%; }
  .offset-sm-4  { margin-left: 33.3333%; }
  .offset-sm-5  { margin-left: 41.6667%; }
  .offset-sm-6  { margin-left: 50%; }
  .offset-sm-7  { margin-left: 58.3333%; }
  .offset-sm-8  { margin-left: 66.6667%; }
  .offset-sm-9  { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.3333%; }
  .offset-sm-11 { margin-left: 91.6667%; }
}

@media (min-width: 768px) {
  /* col-md-* */
  .col-md-1  { width: 8.3333%; }
  .col-md-2  { width: 16.6667%; }
  .col-md-3  { width: 25%; }
  .col-md-4  { width: 33.3333%; }
  .col-md-5  { width: 41.6667%; }
  .col-md-6  { width: 50%; }
  .col-md-7  { width: 58.3333%; }
  .col-md-8  { width: 66.6667%; }
  .col-md-9  { width: 75%; }
  .col-md-10 { width: 83.3333%; }
  .col-md-11 { width: 91.6667%; }
  .col-md-12 { width: 100%; }

  .offset-md-1  { margin-left: 8.3333%; }
  .offset-md-2  { margin-left: 16.6667%; }
  .offset-md-3  { margin-left: 25%; }
  .offset-md-4  { margin-left: 33.3333%; }
  .offset-md-5  { margin-left: 41.6667%; }
  .offset-md-6  { margin-left: 50%; }
  .offset-md-7  { margin-left: 58.3333%; }
  .offset-md-8  { margin-left: 66.6667%; }
  .offset-md-9  { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333%; }
  .offset-md-11 { margin-left: 91.6667%; }
}

@media (min-width: 992px) {
  /* col-lg-* */
  .col-lg-1  { width: 8.3333%; }
  .col-lg-2  { width: 16.6667%; }
  .col-lg-3  { width: 25%; }
  .col-lg-4  { width: 33.3333%; }
  .col-lg-5  { width: 41.6667%; }
  .col-lg-6  { width: 50%; }
  .col-lg-7  { width: 58.3333%; }
  .col-lg-8  { width: 66.6667%; }
  .col-lg-9  { width: 75%; }
  .col-lg-10 { width: 83.3333%; }
  .col-lg-11 { width: 91.6667%; }
  .col-lg-12 { width: 100%; }

  .offset-lg-1  { margin-left: 8.3333%; }
  .offset-lg-2  { margin-left: 16.6667%; }
  .offset-lg-3  { margin-left: 25%; }
  .offset-lg-4  { margin-left: 33.3333%; }
  .offset-lg-5  { margin-left: 41.6667%; }
  .offset-lg-6  { margin-left: 50%; }
  .offset-lg-7  { margin-left: 58.3333%; }
  .offset-lg-8  { margin-left: 66.6667%; }
  .offset-lg-9  { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.3333%; }
  .offset-lg-11 { margin-left: 91.6667%; }
}

@media (max-width: 800px) {
  .col-md-1  { width: 100%; }
  .col-md-2  { width: 100%; }
  .col-md-3  { width: 100%; }
  .col-md-4  { width: 100%; }
  .col-md-5  { width: 100%; }
  .col-md-6  { width: 100%; }
  .col-md-7  { width: 100%; }
  .col-md-8  { width: 100%; }
  .col-md-9  { width: 100%; }
  .col-md-10 { width: 100%; }
  .col-md-11 { width: 100%; }
  .col-md-12 { width: 100%; }

  .offset-md-1  { margin-left: 8.3333%; }
  .offset-md-2  { margin-left: 16.6667%; }
  .offset-md-3  { margin-left: 25%; }
  .offset-md-4  { margin-left: 33.3333%; }
  .offset-md-5  { margin-left: 41.6667%; }
  .offset-md-6  { margin-left: 50%; }
  .offset-md-7  { margin-left: 58.3333%; }
  .offset-md-8  { margin-left: 66.6667%; }
  .offset-md-9  { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333%; }
  .offset-md-11 { margin-left: 91.6667%; }
}
/*******************KOLUMNY******************************/