@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

/* RESET STYLI  */



html, body, div, span, applet, object, iframe,
                h1, h2, h3, h4, h5, h6,  blockquote, pre,
                a, abbr, acronym, address, big, cite, code,
                del, dfn, em, font, img, ins, kbd, q, s, samp,
                small, strike, sub, sup, tt, var,
                dl, dt, dd,
                fieldset, form, label, legend {
                    margin: 0;
                    padding: 0;
                    border: 0;
                    outline: 0;
                    font-weight: inherit;
                    font-style: inherit;
                    font-size: 100%;
                    vertical-align: baseline;
                }
                :focus {
                    outline: 0;
                }
                body {
                    line-height: 26px;
                    color:#30353A;
					background-color:white;
				    font-size:15px;
					font-family: "Kumbh Sans", sans-serif;
					font-weight:400;
                }

                blockquote:before, blockquote:after,
                q:before, q:after {
                    content: "";
                }
                blockquote, q {
                    quotes: "" "";
                }

.fixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

.fixed img{
transform-origin: center bottom;
  animation: ringAnim 1s ease-in-out infinite;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  width:50px;
  height:50px;
  display: block;
}


@keyframes ringAnim {
  0%, 80%, 100% { transform: rotate(0deg); }   /* pauza większość czasu */
  10% { transform: rotate(5deg); }
  20% { transform: rotate(-5deg); }
  30% { transform: rotate(5deg); }
  40% { transform: rotate(-5deg); }
  50% { transform: rotate(0deg); }
}

.ringing img {
  animation-duration: 5s; /* cały cykl 5 sekund */
}

div, nav, header, footer, table, tr, td, ul, li, span, a  {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


input, textarea {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-family: "Kumbh Sans", sans-serif;
	 line-height: 26px;
	 font-size:15px;
}





/* boks zasieg */



.boxwyszukiwarkaglowna {
width: 100%;
float: left;
margin-top: 60px;
}



.boxwyszukiwarkaglowna .ramka {
width: 100%;
display: flex;
flex-wrap:wrap;
border: 4px solid #B8D3FE;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color: #F9FAFE;
align-items: center;
overflow:hidden;
}



.boxwyszukiwarkaglowna .ramka .img {
width: 40%;
}


.boxwyszukiwarkaglowna .ramka .img img {
width: 100%;
vertical-align: middle;
}



.boxwyszukiwarkaglowna .ramka .txt {
width: 60%;
padding: 50px;
font-size: 18px;
line-height: 29px;
}


.boxwyszukiwarkaglowna .ramka .txt strong {
font-size:32px;
line-height: 45px;
color: #F57807;
}



.boxwyszukiwarkaglowna .ramka .txt big {
font-size:21px;
line-height: 32px;
font-weight: 600;
display: block;
padding: 10px 0px;
}




	@media screen and (min-width: 0px) and (max-width:980px) {

	
	
	
	
	
.boxwyszukiwarkaglowna .ramka .img {
width: 100%;
}



	
.boxwyszukiwarkaglowna .ramka .txt {
width: 100%;
}

	
	
	
.boxwyszukiwarkaglowna .ramka .img img {
width: 100%;
vertical-align: middle;
margin: 0px auto;
max-width: 350px;
display: block;
}
	
	
	
	}

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

	
	

.boxwyszukiwarkaglowna {
  margin-top: 10px;
  margin-bottom: 40px;
}


.boxwyszukiwarkaglowna .ramka .txt big {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  padding: 10px 0px;
}

.boxwyszukiwarkaglowna .ramka .txt  {
 padding-top: 10px;
}

.boxwyszukiwarkaglowna .ramka .txt strong {
  font-size: 25px;
  line-height: 35px;
  color: #F57807;
}



}


	@media screen and (min-width: 0px) and (max-width:500px) {
		
		
						.boxwyszukiwarkaglowna .ramka .txt  {
				 padding: 10px;
				}
		

	}


/* koniec boks zasieg */








.strona {
	width: 100%;
	border: 0px;
	margin:0 auto;
	min-width:300px;
	max-width:1540px;
	padding: 0px 4%;
}

.ramka {
	width: 100%;
	border: 0px;
	float:left;
}

.top {
	width: 100%;
	border: 0px;
	float:left;
	background-color:#F8F9FE;
}	

.top .ramka img {
	position: relative;
	top: -3px;
}	


.top a {
	display:inline-block;
	padding:10px;
}	



.top .box{
	border: 0px;
	float:left;
	position: relative;
  z-index: 9;
}	




.top .box2{
	border: 0px;
	float:right;
	text-align: right;
	margin-left: -40%;
}	

.top img{
	vertical-align:middle;
	margin-right:10px;
	height:20px;
}	




/* --- Sticky header --- */
header {
  width: 100%;
  border: 0;
  float: left;
  height: 97px;
  position: relative;
  z-index: 99;
  transition: all 0.4s ease;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px; /* mniejsza wysokość po przyklejeniu */
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}





header .ramka {
border-bottom:1px solid #EBEBEB;	
display: flex;
align-items: center;
}	


header .logo{
	width: 20%;
	border: 0px;
	float:left;
	position:relative;
}	


header .logo img {
  max-width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
}


header .logo img:hover {
opacity:0.7;
}	


header nav{
	width: 60%;
	border: 0px;
	float:left;
}	
header .boxy{
	width: 20%;
	border: 0px;
	float:left;
	text-align:right;
}	







header.sticky .logo img {
  max-width: 126px; /* ~70% z 180px */
  transition: all 0.4s ease;
}

header.sticky .boxy .przycisk {
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.4s ease;
}





	@media screen and (min-width: 1181px) and (max-width:99000px) {

		



#nawigacja-menu{
    list-style: none;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	padding:0px;
	display:block;
	width:100%;
	max-height: 96px;
}

#nawigacja-menu li a img {
vertical-align:middle;
margin-left:10px;
}	


#nawigacja-menu li ul {
display:none; 	
position: absolute;
top: 100%;
left: -30px;
min-width: 450px;
background-color: #EFF2FA;
padding: 0px 0px;
}	

#nawigacja-menu li:hover ul {
display:block; 
}




#nawigacja-menu li{
display:inline-block;
margin:0px;
padding:0px;
float:left;
vertical-align:middle;
position: relative;
}


#nawigacja-menu li li{
display:block;
margin:0px;
padding:0px;
float:none;
vertical-align:middle;
position: relative;
}


#nawigacja-menu li a {
  color: black;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  font-size: 22px !important;
	line-height: 26px !important;
  padding: 35px 10px;
  font-weight: 500;
}


#nawigacja-menu li li a {
  color: black;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  font-size: 14px;
  vertical-align: middle;
  font-size: 16px;
  padding: 25px 30px;
  font-weight: 400;
	width: 100%;
}

#nawigacja-menu li li:hover a {
  background-color: #DAE1F3;
}



#nawigacja-menu li a:hover {
	color:#F57705;
}	

#nawigacja-menu li li a:hover {
	color:#F57705;
}	


#nawigacja-menu li.menubold li a {
	  color: black;
}


#nawigacja-menu li.menubold li a:hover {
	color:#F57705;
}	


}





header.sticky #nawigacja-menu li a {
  padding-top: 22px;
  padding-bottom: 22px;
}




/* --- Responsywność --- */
@media (max-width: 1180px) {
  header {
    height: 70px;
  }

  header .logo img {
    max-width: 126px; /* 30% mniejsze */
  }

  header nav {
    display: none; /* ukryj menu, pokaż hamburgera */
  }

  .hamburger {
    display: block;
    width: 35px;
    height: 25px;
    cursor: pointer;
    position: relative;
  }

  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    transition: all 0.3s ease;
  }

  .hamburger span:nth-child(1) { top: 0; }
  .hamburger span:nth-child(2) { top: 10px; }
  .hamburger span:nth-child(3) { top: 20px; }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
  }

  /* --- Menu mobilne --- */
 .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
		z-index: 99999;
    overflow-y: auto;             /* umożliwia przewijanie w pionie */
    -webkit-overflow-scrolling: touch; /* płynne scrollowanie w iOS */
		max-height: 80vh;
  }

  /* cienki pasek przewijania (scrollbar) */
  .mobile-menu::-webkit-scrollbar {
    width: 6px;
  }

  .mobile-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
  }

  .mobile-menu::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
  }

  /* Dla Firefoxa */
  .mobile-menu {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) rgba(0,0,0,0.05);
  }

	
	
  .mobile-menu.active {
    display: block;
    animation: slideDown 0.3s ease forwards;
  }

  @keyframes slideDown {
    from { transform: translateY(-100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 85%;
  }

  .mobile-menu li {
    border-bottom: 1px solid #eee;
    position: relative;
  }
	
	  .mobile-menu li:last-of-type {
    border-bottom: 0px solid #eee;
  }

	
  .mobile-menu li a {
    display: block;
    padding: 15px 10px !important;
    color: #000;
    text-decoration: none;
    font-size: 18px;
  }

  .mobile-menu li .toggle-sub {
    position: absolute;
    right: 10px;
    top: 6px !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
  }

  .mobile-menu li ul {
    display: none;
    padding-left: 15px;
  }

  .mobile-menu li.open > ul {
    display: block;
		 list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
		padding: 30px;
		background-color: #F8F9FE;
  }
	
	
	   .mobile-menu li.open > ul li a {
    display: block;
    padding: 9px 10px !important;
    color: #000;
    text-decoration: none;
    font-size: 15px;
  }

	
	
	  .mobile-menu li.open > ul li:last-of-type {
    border-bottom: 0px;
  }
	
	header.sticky #nawigacja-menu li ul li a {
  padding-top: 7px;
  padding-bottom: 7px;
}


}




		@media screen and (min-width: 1181px) and (max-width:99000px) {

		
		span.toggle-sub {
		display: none;
		}

}


		@media screen and (min-width: 0px) and (max-width:1180px) {


.boxy .przycisk {
  font-size: 18px;
  padding: 5px 20px;
  font-size: 13px;
}

header .ramka {
  height: 70px;
	justify-content: space-between ;
}


header .logo {
  width: 30%;
}

header .logo {
  width: 35%;
}

header .boxy  {
    width: 35%;
}



header.sticky   .mobile-menu {
    top: 100%;
  }



}




#dostepnoscirozwin {
  margin-left: -40%;
  float: right;
  margin-top: 0px;
  clear: both;
  text-align: right;
  width: 140%;
}

.top #dostepnoscirozwin .box {
  border: 0px;
  float: none;
  display: inline-block;
}

.baner {
float:left;
width:100%;
position:relative;
margin-top:40px;
overflow: hidden;
}	

.baner .sekwencja {
  float: left;
  width: 100%;
  height: calc(50vw - 14vw) !important;
	min-height: 290px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: -1.5% !important;
  margin-right: 2.3% !important;
	-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
display: flex;
flex-wrap:wrap;
align-items: center;
}




.baner .sekwencja .box-txt {
  float: left;
  width: 100%;
  color: black;
  padding-left: 13%;
  max-width: 700px;
}

.baner .sekwencja:nth-of-type(3) .box-txt h1 {
  color: white;
}

.baner .sekwencja:nth-of-type(4) .box-txt h1 {
  color: white;
}


.baner .sekwencja .box-txt h1{
font-size:30px;
line-height:40px;
font-weight:bold;
}

.baner .sekwencja .box-txt h1:first-line {
font-size:60px;
line-height:70px;
}




.slick-prev {
width:84px;
height:84px;
position:absolute;
left:50px;
top:0px;
bottom:0px;
margin:auto 0;
z-index:9;
	background-repeat : no-repeat;
	background-position:center center;
	background-image:url('../grafika/left.webp');
	font-size:0px;
	border:0px;
	background-color:transparent;
	cursor:pointer;
	opacity:0.7;
}	


.slick-prev:hover {
	opacity:1;
}	


.slick-next {
width:84px;
height:84px;
position:absolute;
right:50px;
top:0px;
bottom:0px;
margin:auto 0;
z-index:9;
	background-repeat : no-repeat;
	background-position:center center;
	background-image:url('../grafika/right.webp');
	background-color:transparent;
	cursor:pointer;
	opacity:0.7;
	font-size:0px;
	border:0px;
}	


.slick-next:hover {
	opacity:1;
}	





.slick-dots {
position:absolute;
left:0px;
bottom:50px;
width:100%;
text-align:center;
z-index:99;
list-style:none;
}	


.slick-dots li{
display:inline-block;
padding:0px;
margin:0px;
float:none;
}	

.slick-dots li button{
background-color:white;
width:10px;
height:10px;
border:0px;
font-size:0px;
line-height:0px;
margin-left:10px;
margin-right:10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor:pointer;
}	

.slick-dots li.slick-active button{
background-color:black;	
}	

.boxkontaktowy {
	float:left;
	width:100%;	
	margin-top:90px;
	margin-bottom:90px;
}	


.boxkontaktowy .ramka {
display: flex;
flex-wrap: wrap;
align-items:stretch;
}

.boxkontaktowy .boxkontakt {
  float: left;
  width: 65%;
  border: 1px solid #E8E8E8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 60px 30px 60px;
  position: relative;
  background-color: #FFF;
	margin-top: 0px;
}


.boxkontaktowy .boxkontakt > small {
  position: absolute;
  left: 50px;
  top: -12px;
  background-color: #1B73FB;
  color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 17px;
}




.boxkontaktowy .boxkontakt > strong {
	font-size:25px;
	line-height:35px;
}	


.boxkontaktowy .box{
	float:left;
	width:16.5%;
	background-color:#F6F6F6;
	  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:center;
margin-left:1%;
margin-right:0%;
font-size:18px;
line-height:30px;
color:black;
text-decoration:none;
font-weight:bold;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding: 50px 30px 20px 30px;
}	

.boxkontaktowy .box:hover{
background-color:#F77707;
color:white;
}	




.boxkontaktowy .boxkontakt .pole{
	float:left;
	width:23%;
	margin-right:2%;
	position: relative;
}	


.boxkontaktowy .boxkontakt .pole img{
	right: 15px;
	top: 16px;
	position: absolute;
}	



.boxkontaktowy .boxkontakt .pole input {
  float: left;
  width: 100%;
  border: 1px solid #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 30px;
  font-size: 15px;
}



.boxkontaktowy .boxkontakt .pole2{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:12px;
}	



.boxtaby {
	float:left;
	width:100%;
}	

.boxtaby .ramka {
	float:left;
	width:100%;
	display: flex;
flex-wrap: wrap;
align-items:stretch;
}	


 
 .boxtaby #tabs li.active {
	 display:none;
 } 
 
 
 
.boxtaby .slider {
	float:left;
	width:75%;
	background-color:#F8F9FD;
	  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
overflow: hidden;
}	

.boxtaby .slider .sekwencja{
	float:left;
	width:100%;
	padding-top:50px;
	height:540px;
	display: flex;
  align-items:stretch;
}

.boxtaby .slider .sekwencja .img{
	float:left;
	width:50%;
	position: relative;
}


.boxtaby .slider .sekwencja .img img{
	max-width:100%;
		position: absolute;
		left: 0px;
		bottom: 0px;
}



.boxtaby .slider .sekwencja .txt{
	float:left;
	width:50%;
	padding:30px;
	font-size:16px;
	line-height:25px;
}


.boxtaby .slider .sekwencja .txt ul{
  list-style: none;
  padding: 0px;
	font-size: 18px;
}


.boxtaby .slider .sekwencja .txt ul li{
  padding: 5px 0px;
}

	
	
.boxtaby .slider .sekwencja .txt h2{
	font-size:55px;
	line-height:65px;
	font-weight:bold;
	color:black;
}






.boxtaby #tabs {
	float:left;
	width:25%;
	display:inline-block;
	padding:0px;
	margin:0px;
	list-style: none;
		display: flex;
flex-wrap: wrap;
align-items:stretch;
background-color: transparent !important;
}	

.boxtaby #tabs li {
  float: left;
  width: 47%;
  display: inline-block;
  padding: 0px;
  margin: 0px;
    margin-right: 0px;
    margin-left: 0px;
  list-style: none;
  background-color: #F6F6F6;
  margin-left: 3%;
  margin-right: 0%;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:center;
position:relative;
		display: flex;
align-items:center;
background-color: transparent !important;
}	



.boxtaby #tabs li a{
	display:block;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 5px;
	color: #191816;
	transform: rotate(-90deg);
	font-size: 19px;
	padding: 6%;
}	




.boxtaby #tabs li img{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto auto;
}	

.boxpakiety {
	float:left;
	width:100%;	
	margin: 40px 0px;
}	

.boxpakiety .ramka{
	float:left;
	width:100%;	
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}	

.boxpakiety .ramka strong {
	font-size:30px;
	line-height:40px;
}	

.boxpakiety .ramka2 {
  float: left;
  width: 106%;
  margin-left: -3%;
	display: flex;
  flex-wrap: wrap;
  align-items:stretch;
}

.boxpakiety .ramka2 .box{
	float:left;
	width:27.3%;	
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
box-shadow: 1px -1px 15px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 1px -1px 15px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 1px -1px 15px 2px rgba(0,0,0,0.1);
margin-left:3%;
margin-right:3%;
text-align:center;
padding-top:30px;
position:relative;
padding-bottom: 50px;
}	


.boxpakiety .ramka2 .box .row{
	float:left;
	width:100%;	
	margin-top:5px;
	margin-bottom:5px;
}	

.boxpakiety .ramka2 .box .row b{
	font-size:20px;
}	

.boxpakiety .ramka2 .box .predkosc {
	float:left;
	width:110%;	
	background-color:#1B73FB;
	color:white;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:20px;
margin-left:-5%;
margin-top:10px;
margin-bottom:10px;
box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.05);
-webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.05);
-moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.05);
}	

.boxpakiety.podstrony .box .predkosc {
	background-color:#fff;
	border: 2px solid #1B73FB;
		color:#999999;
}

.boxpakiety.podstrony .box .predkosc strong {
		color:#1F2228;
}


.boxpakiety .ramka2 .box .predkosc strong {
	font-size:25px;
	line-height:35px;
}	

.boxpakiety .ramka2 .box  strong {
	font-size:35px;
	line-height:45px;
}	

.boxpakiety .ramka2 .box .row.limity {
  background-color: #E8EBF9;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  font-weight: 300;
  font-size: 14px;
}


.row.okres small {
font-weight: 600;
font-size: 12px;
}


.boxpakiety > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(4) {
color: #8A8A8A;
}

.boxpakiety > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(4) strong {
color: #191816;
}


.row.cena  {
color: #8A8A8A;
}


.row.cena strong {
color: #191816;
}



.boxpakiety .ramka2 .box .row .row50{
	float:left;
	width:50%;	
}	

.boxpakiety .ramka2 .box .row .row50 small {
  font-size: 11px;
  font-weight: 700;
}


.boxpakiety .ramka2 .box .row.rowlink{
position:absolute;
left:0px;
right:0px;
bottom:-30px;
}	

.boxpakiety .ramka2 .box .row.rowlink a{
padding: 15px 30px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
font-size: 13px;
}	






.glowna8nadrzedna .boxpakiety.podstrony .row.tutul {
margin-top: -40px;
margin-bottom: 30px;
}

.glowna8nadrzedna .boxpakiety.podstrony .box {
border: 2px solid #F57706;
}

.glowna8nadrzedna .boxpakiety.podstrony .row.tutul small {
padding: 9px 20px;
background-color: #F57706;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
color: #FFF;
font-weight: 700;
font-size: 12px;
}











.boxonas {
	float:left;
	width:100%;
	text-align:left;
	margin-top:100px;
}	

.boxonas .ramka {
	position: relative;
}


.boxonas .img{
  position: absolute;
	width:30%;
	height:100%;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
left: 0;
top: 0;
}	

.boxonas .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
  position: absolute;
	left: 0;
top: 0;
}	



.boxonas .txt{
	float:left;
	width:70%;
	background-color:#1B73FB;
	padding:80px;
	color:white;
	font-size:16px;
	line-height:25px;
	height:450px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin-left: 30%;
}	

.boxonas .txt strong {
font-size:60px;
line-height:70px;
}	


.boxkontakt {
	float:left;
	width:100%;
	background-color:#F6F6F6;
	padding-bottom:80px;
	margin-top:80px;
}	

.boxkontakt .ramka{
	float:left;
	width:100%;	
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}	

.boxkontakt .ramka strong {
	font-size:30px;
	line-height:40px;
}	

.boxkontakt .ramka2{
	float:left;
	width:104%;	
	margin: 0px -2%;
			display: flex;
flex-wrap: wrap;
align-items:stretch;
}	


.boxkontakt .ramka2 .box {
  float: left;
  width: 29.3%;
  padding: 40px 50px;
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 4px 39px -29px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 4px 39px -29px rgba(0, 0, 0, 1);
  box-shadow: 1px 4px 39px -29px rgba(0, 0, 0, 1);
  margin-left: 2%;
  margin-right: 2%;
}

.boxkontakt .ramka2 .box small {
color:#A1A1A1;
font-weight:bold;
}	


.boxkontakt .ramka2 .box strong {
font-size:20px;
line-height:30px;
}	

.boxkontakt .ramka2 .box span {
float:left;
width:80px;
color:#A1A1A1;
display:inline-block;
}	

.boxkontakt .ramka2 .box .info {
float:left;
width:100%;
margin-top:20px;
border-top:1px solid #E8E8E8;
padding-top:20px;
}	



.boxkontaktowy .boxkontakt .pole2 small {
  display: block;
	line-height: 17px;
	color: #7D786F;
}


.boxkontakt .ramka2  .flex {
display: flex;
flex-wrap: wrap;
}

.boxkontakt .ramka2  .flex span {
width: 90px;
}


.boxkontakt .ramka2  .flex a {
width: calc(100% - 90px);
}

.boxkontakt .ramka2  .flex em {
width: calc(100% - 90px);
}


.glowna4nadrzedna .tresc-podstrony h1, .glowna3nadrzedna  .tresc-podstrony h1 , .glowna6nadrzedna  .tresc-podstrony h1 {
display: none;
}

.glowna4nadrzedna .boxpakiety .ramka2 .box .predkosc strong {
  font-size: 20px;
  line-height: 24px;
}



.podstrona {
  display: none;
  position: relative;
  width: 100%;
  float: left;
  padding: 0px 0px;
  color: #FFF;
  background-repeat: no-repeat;
  background-position: 90% 70%;
  background-image: url('../grafika/kolo.webp');
  background-size: 60%;
}


.podstrona:before {
position: absolute;
width: 130%;
left: -30%;
height: 100%;
top: 0;
content:'';
background-color: #1B73FB;
z-index: -1;
}


.podstrona .ramka {
display: flex;
flex-wrap: wrap;
align-items:center;
width: 100%;
justify-content:space-between;
}

.podstrona .ramka h1 {
width: 55%;
padding-right: 5%;
font-size: 60px;
line-height: 72px;
font-weight: 600;
padding-top: 60px;
padding-bottom: 60px;
letter-spacing: 2px;
max-width:600px;
}

.podstrona .ramka .baner-podstrona {
width: 40%;
height: 25vw;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	background-repeat : no-repeat;
	background-position:center center;
	background-size: cover;
	max-height: 350px;
}




.glowna2nadrzedna .podstrona, .glowna6.podrzedna .podstrona, .glowna3.podrzedna .podstrona,  .glowna4.podrzedna .podstrona{
display: block;
}

.tresc-podstrony, .tresc {
padding: 60px 0px;
float: left;
width: 100%;
}

.glowna8nadrzedna .tresc-podstrony, .glowna4nadrzedna .tresc-podstrony, .glowna6nadrzedna .tresc-podstrony, .glowna3nadrzedna .tresc-podstrony , .glowna5.podrzedna  .tresc-podstrony  {
padding-top:0px !important;
}

 .tresc-podstrony h2 a {
 color: #1B73FB;
 }



.baner_tresc {
width: 100%;
position: relative;
color: #FFF;
}

.baner_tresc:before {
width: 140%;
height: 100%;
left: -20%;
top: 0;
content:'';
position: absolute;
background-color: #1B72F9;
z-index: -1;
}


.glowna5.podrzedna .baner_tresc:before {
background-color: #DDE3F4;
}

.glowna5.podrzedna .baner_tresc h2 {
color: #191816;
}
.glowna5.podrzedna .baner_tresc  {
color: #191816;
}



.baner_tresc tr {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items:center;
}


.baner_tresc tr td:nth-of-type(1) {
order: 2;
width: 50%;
}


.baner_tresc tr td:nth-of-type(2) {
order: 1;
width: 50%;
}


.baner_tresc tr img {
vertical-align: middle;
width: 155%;
}




.tresc small, .tresc-podstrony small {
color: #A4B3D5;
font-weight: 500;
}

.tresc h2, .tresc-podstrony h2 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 1px;
  max-width: 1000px;
  width: 100%;
}

.tresc h3, .tresc-podstrony h3 {
font-size: 30px;
line-height: 44px;
font-weight: 700;
max-width: 800px;
}

.tresc h3 strong, .tresc-podstrony h3 strong {
color: #1B73FB;
}

.tresc big, .tresc-podstrony big {
font-size: 20px;
line-height: 31px;
font-weight: 400;
}


.glowna1nadrzedna .boxtaby::before {
 display: none;
}


.img_right {
position: relative;
width: 100% !important;
}

.img_right tr{
position: relative;
width: 100% !important;
display: flex;
flex-wrap: wrap;
align-items:center;
}


.img_right tr td{
width: 50%;
padding: 0px 50px;
order: 1;
}

.img_right tr img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	width: 100%;
}



.img_right tr td:nth-of-type(1) {
order: 2;
}



.img_left.tlo, .img_right.tlo  {
background-color: #F2F4FD;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
	padding:80px 0px;
}



.img_left {
position: relative;
width: 100% !important;
}

.img_left tr{
position: relative;
width: 100% !important;
display: flex;
flex-wrap: wrap;
align-items:center;
}


.img_left tr td{
width: 50%;
padding: 0px 50px;
order: 2;
}

.img_left tr img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	width: 100%;
}



.img_left tr td:nth-of-type(1) {
order: 1;
}




span.marker {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	width: 100%;
	display: block;
	padding: 70px 80px;
	border: 4px solid #F2F4FD;
	background-color: #FFF;
	box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
font-size: 22px;
line-height: 32px;
margin: 20px 0px;
}




.tresc ul, .tresc2 ul {
list-style: none;
margin: 0px 0px;
padding: 60px 80px;
background-color: #F5F7FC;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
}







.tresc ul li, .tresc2 ul li {
width: 33.3%;
padding: 20px 40px;
}




.tresc ul li big, .tresc2 ul li big {
font-weight: 700;
display: block;
font-size: 24px;
line-height: 35px;
display: block;
padding-bottom: 30px;
}





.trescdlaczegowarto {
float: left;
width: 100%;
margin-top: 60px;
}


	
.trescdlaczegowarto h4{
font-size: 40px;
line-height: 51px;
font-weight: 600;
color: #181715;
display: block;
text-align: center;
padding-bottom: 30px;
}
	
.trescdlaczegowarto table  {
border: 0px !important;
}
	

	
.trescdlaczegowarto table tr {
display: flex;
flex-wrap: wrap;
align-items:stretch;
margin: 0px -1%;
width: 102%;
}
	
	
.trescdlaczegowarto table tr td {
border: 1px solid #E2E7F5;
padding: 50px 60px;
text-align: center;
color: #181715;
font-size: 24px;
line-height: 36px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
margin: 1%;
width: 23%;
}
	
	
	
	
.glowna4nadrzedna .baner_tresc::before {
  background-color: #E77105;
}


.glowna4nadrzedna .tresc-podstrony .baner_tresc small {
  color:#F3DCC5;
}

.glowna6nadrzedna .baner_tresc::before {
   background-color: #191816;
}

.glowna4nadrzedna .boxpakiety .ramka2 .box .predkosc strong {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}

.boxpakiety.podstrony .box .predkosc {
  padding: 20px 50px;
}


.boxtaby {
width: 100%;
position: relative;
float: left;
margin: 60px 0px;
}


.boxtaby:before {
width: 160%;
position: absolute;
left: -30%;
top: 0;
background-color: #F2F4FD;
height: 100%;
content:'';
z-index:-1;
}


#tabs2 {
list-style: none;
display: flex;
margin: 30px 0px -60px 0px;
padding: 0px;
justify-content: center;
}


.slider2 {
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
width: 100%;
background-color: #FFF;
padding: 60px;
overflow: hidden;
margin-bottom: 60px;
margin-top: 60px;
}


.slider2 img {
max-width: 100%;
}



#tabs2 li a{
padding: 35px 40px;
border-bottom: 3px solid #F57706;
display: block;
font-size: 17px;
}

#tabs2 li a.inactive {
border-bottom: 0px !important;
}













.slider2 table, .tresc div table  {
border-spacing: 0px;
    border-collapse: separate;
		width: 100%;
}



.slider2 table  td  , .tresc div table td{
padding: 9px 20px;
}

.slider2 table thead tr th:nth-of-type(1) , .tresc div table thead tr th:nth-of-type(1) {
text-align: left;
}


.slider2 table thead tr th:nth-of-type(2) , .tresc div table thead tr th:nth-of-type(2) {
text-align: left;
}

.slider2 table thead tr th, .tresc div table  thead tr th {
padding: 9px 20px;
}



.slider2 table tbody tr td:last-of-type , .tresc div table tbody tr td:last-of-type {
border-left: 3px solid #E8EBF4;
border-right: 3px solid #E8EBF4;
font-weight: 700;
color: #1B73FB;
text-align: center;
max-width: 20%;
  width: 20%;
}



.slider2 table tbody tr:first-of-type td:last-of-type , .tresc div table tbody tr:first-of-type td:last-of-type {
border-top: 3px solid #E8EBF4;
-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}


.slider2 table tbody tr:last-of-type td:last-of-type , .tresc div table tbody tr:last-of-type td:last-of-type {
border-bottom: 3px solid #E8EBF4;
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}



.slider2 table tbody tr td, .tresc div table tbody tr td  {
border-bottom: 1px solid #E8EBF4;
}



.slider2 table tbody tr:last-of-type td , .tresc div table tbody tr:last-of-type td {
border-bottom: 0px solid #E8EBF4;
}

.slider2 table.img_right tr td {
border: 0px !important;
font-size: 17px !important;
font-weight: 300 !important;
color:#1F2228 !important;
width: 50% !important;
text-align: left !important;
max-width: 50% !important;
}





.slider2 table.img_right h3{
color:#1F2228 !important;
}




table.table_cennik {
	border: 4px solid #F2F4FD;
	background-color: #FFF;
	box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border-spacing: 10px;
    border-collapse: separate;
		width: 100%;
}

.slider2 h3 {
padding: 0px 0px 40px 0px;
display: block;
}

table.table_cennik th{
	padding: 30px 40px;
	font-weight: 500;
}



table.table_cennik td{
	padding: 30px 40px;
	font-weight: 600;
	text-align: center;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
font-size: 26px;
	background-color:#F2F4FD;
}

table.table_cennik tr td:last-of-type{
	padding: 30px 40px;
	font-weight: 600;
	text-align: center;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
font-size: 26px;
	background-color:#000;
	border: 3px solid #000 !important;
	color: #1B73FB;
}


#tab3C {
display: flex;
flex-wrap: wrap;
align-items:stretch;
}


#tab3C {
display: flex;
flex-wrap: wrap;
align-items:stretch;
}



.row.txt {
width: 45%;
margin-right: 5%;
	background-repeat : no-repeat;
	background-position:center center;
	background-image:url('../grafika/formularz.webp');
	background-size: cover;
	padding: 60px 70px;
	color: #FFF;
		-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.row.txt h3 strong {
font-weight: 400;
font-size:20px;
line-height: 32px;
display: block;
color: #D8E7FE;
}




.row.txt .row.kontaktowy {
display: inline-block;
background-color: #FFF;
		-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
padding: 14px 20px;
font-size: 18px;
margin: 15px 0px;
color: #181715;
}

.row.txt .row.kontaktowy a {
text-decoration: none;
font-weight: 600;
color: #1B73FB;
}




.row.formularz  {
width: 50%;
	padding: 60px 70px;
}


.row.formularz .ramka strong {
font-size: 26px;
line-height: 38px;
font-weight: 600;
color: #181715;
}









.row.formularz .pole {
width: 100%;
float: left;
padding: 5px 0px;
position: relative;
}



.row.formularz .pole2 {
width: 100%;
float: left;
padding: 5px 0px;
position: relative;
}



.row.formularz .pole input {
		-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 15px 20px;
border: 1px solid #D8DDEB;
width: 100%;
}



.row.formularz .pole input#nazwauslugi  {
		-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 15px 20px;
border: 1px solid #181715;
background-color: #181715;
width: 100%;
color: #FFF;
font-weight: 600;
}






.row.formularz .pole2 textarea {
		-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 15px 20px;
border: 1px solid #D8DDEB;
width: 100%;
}

.row.formularz .pole2 small {
font-size: 12px;
display: block;
line-height: 18px;
padding: 10px 0px;
}



.row.formularz .pole img {
right: 10px;
bottom: 25px;
position: absolute;
}




 
.row.formularz .przycisk, .formularz .przycisk {
font-size: 12px !important;
font-weight: 600;
border: 0px !important;
color: #FFF !important;
padding: 18px 30px !important;
background: #003f9e ;
background: -webkit-linear-gradient(270deg,rgba(0, 63, 158, 1) 0%, rgba(27, 115, 251, 1) 100%);
background: -moz-linear-gradient(270deg,rgba(0, 63, 158, 1) 0%, rgba(27, 115, 251, 1) 100%);
background: linear-gradient(270deg,rgba(0, 63, 158, 1) 0%, rgba(27, 115, 251, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#003F9E",
  endColorstr="#1B73FB",
  GradientType=0
);
}






.tresc-podstrony ul, .glowna9nadrzedna .tresc ul{
display: flex;
flex-wrap: wrap;
width: 102%;
list-style: none;
align-items:stretch;
margin: 30px -1%;
padding: 0px 0px;
}

.tresc-podstrony ul li, .glowna9nadrzedna .tresc li{
width: 31.3%;
margin: 1%;
border: 1px solid #E6E9F2;
padding: 40px 50px;
		-webkit-border-radius:35px;
-moz-border-radius: 35px;
border-radius: 35px;
	box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
background-color: #FFF;
}


.tresc-podstrony ul li strong, .glowna9nadrzedna .tresc li strong {
display: block;
font-size: 25px;
line-height: 37px;
}




#tabs2 li{
width: auto;
margin: 0%;
border: 0px solid #E6E9F2;
padding: 0px 0px;
		-webkit-border-radius:0px;
-moz-border-radius: 0px;
border-radius: 0px;
	box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0);
-webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0);
-moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0);
background-color: transparent !important;
}








.kontakt_call {
width: 100%;
position: relative;
}





.kontakt_call:before {
width: 160%;
position: absolute;
left: -30%;
top: 0;
height: 100%;
background-color: #1B73FB;
content:'';
z-index: -1;
}





.kontakt_call tr  {
width: 108%;
position: relative;
display: flex;
flex-wrap: wrap;
align-items:center;
color: #FFF;
margin-left: -4%;
}



.kontakt_call h2 {
font-size: 30px;
line-height: 42px;
letter-spacing: 1px;
color: #FFF;
}


.kontakt_call h2 strong  {
color: #FFF !important;
}


.kontakt_call tr td {
width: 50%;
padding: 80px 4%;
}



.kontakt_call tr td img {
max-width: 100%;
}



.kontakt_call tr td strong {
display: block;
color: #C6CFEC;
}

.kontakt_call tr td a {
color: #fff;
text-decoration: none;
font-size: 20px;
}




.kontakt_call tr td a.call {
display: inline-block;
padding: 12px 20px;
		-webkit-border-radius:35px;
-moz-border-radius: 35px;
border-radius: 35px;
color: #000;
text-decoration: none;
border:2px solid #FFF;
background-color: #FFF;
font-weight: 700;
}


.kontakt_call tr td a.call:last-of-type {
color: #fff;
background-color: transparent !important;
}





.kontakt_dane {
margin: 10px auto;
}

.kontakt_dane tr {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:stretch;

}

.kontakt_dane tr td {
max-width: 500px;
padding: 50px;
		-webkit-border-radius:35px;
-moz-border-radius: 35px;
border-radius: 35px;
	box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
border: 1px solid #E6E9F2;
margin: 1%;
}




.kontakt_dane tr td a {
background-color: #181818;
color: #FFF;
text-decoration: none;
padding: 15px 20px;
		-webkit-border-radius:35px;
-moz-border-radius: 35px;
border-radius: 35px;
}



.formularz {
margin: 30px 0px;
width: 100%;
		-webkit-border-radius:35px;
-moz-border-radius: 35px;
border-radius: 35px;
background-color: #F5F7FC;
padding: 60px 90px;
}

.formularz .ramka2  {
display: flex;
flex-wrap: wrap;
width: 100%;
}


#errOffset {
width: 100% !important;
margin: 0px 0px 0px 0px !important;
}

.formularz .pole_left .pole{
position: relative;
}

.formularz .pole_left .pole img{
position: absolute;
right: 20px;
bottom: 25px;
}


.formularz .pole_left{
margin: 30px 0px;
width: 50%;
}


.formularz .pole_left input, .formularz .pole_right textarea{
		-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 15px 20px;
border: 1px solid #D8DDEB;
width: 100%;
margin: 6px 0px;
}


.formularz .pole_right textarea {
min-height: 270px;
}



.formularz .pole_right {
margin: 30px 0px;
width: 50%;
padding-left: 5%;
}

.formularz small {
display: block;
padding: 0px 0px 20px 0px;
font-size: 12px;
}

.formularz .pole3 {
display: block;
width: 100%;
}

.formularz .ramka  strong {
font-size: 30px;
line-height: 40px;
}

.mapa iframe {
		-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
}






.glowna5.podrzedna h2 strong{
font-weight: 600;
}


.glowna5.podrzedna h2 {
padding: 40px 0px 30px 0px;
}


.glowna5.podrzedna .tresc-podstrony table {
		-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
	box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
border: 1px solid #E6E9F2 !important;
width: 100%;
display: flex;
padding: 40px 40px;
}


.glowna5.podrzedna .tresc-podstrony table tr {
display: flex;
flex-wrap: wrap;

}


.glowna5.podrzedna .tresc-podstrony table tr td {
border: 0px !important;
display: inline-block;
}




.glowna5.podrzedna .tresc-podstrony table tr:nth-of-type(odd) td strong {
border: 0px !important;
		-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
width: 100%;
padding: 20px 40px;
background-color: #F5F7FC;
margin: 2px 0px;
display: inline-block;
}


.glowna5.podrzedna .tresc-podstrony table tr:nth-of-type(even) {
padding: 3px 40px;
}

.glowna5.podrzedna .baner_tresc h2 {
padding: 0px 0px;
}

.glowna5.podrzedna table.baner_tresc {
padding: 0px 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius:0px !important;
  border-radius: 0px !important;
  box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0) !important;
  -webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0) !important;
  -moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0) !important;
	border: 0px !important;
}
.glowna5.podrzedna table.baner_tresc tr td {
	border: 0px !important;
}


.glowna5.podrzedna table.baner_tresc tr  {
	border: 0px !important;
}




.glowna5.podrzedna .tresc-podstrony table.img_right, .glowna5.podrzedna .tresc-podstrony table.img_left {
  -webkit-border-radius: 0px;
  -moz-border-radius:0px;
  border-radius: 0px;
  box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0);
  -webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0);
  -moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.00);
  border: 1px solid #E6E9F2 !important;
  width: 100%;
  display: flex;
  padding: 0px 0px;
	border: 0px !important;
}



.tresc h1, .tresc-podstrony h1 {
display: none;
}

.glowna89nadrzedna  .tresc h1, .glowna90nadrzedna .tresc h1, .glowna7nadrzedna .tresc h1  {
display: block;
font-size:30px;
letter-spacing: 1px;
color: #191816; 
font-weight: 600;
padding-bottom: 40px;
}


.glowna7nadrzedna .tresc h1  {
text-align: center;
}


.naglowek_szczegoly {
margin: 0px auto;
max-width: 900px;
text-align: center;
}

.img_szczegoly {
margin: 50px auto;
max-width: 900px;
text-align: center;
}

.img_szczegoly img{
max-width: 100%;
}


.tresc_szczegoly {
margin: 50px auto;
max-width: 900px;
text-align: center;
float: none !important;
}


.tresc_szczegoly .link_niebieski {
font-size: 12px !important;
font-weight: 600;
border: 0px !important;
color: #FFF !important;
padding: 18px 30px !important;
background: #003f9e ;
background: -webkit-linear-gradient(270deg,rgba(0, 63, 158, 1) 0%, rgba(27, 115, 251, 1) 100%);
background: -moz-linear-gradient(270deg,rgba(0, 63, 158, 1) 0%, rgba(27, 115, 251, 1) 100%);
background: linear-gradient(270deg,rgba(0, 63, 158, 1) 0%, rgba(27, 115, 251, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#003F9E",
  endColorstr="#1B73FB",
  GradientType=0
);
		-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
display: inline-block;
margin-top: 10px;
}


table.table_box tbody {
display: flex;
flex-wrap: wrap;
align-items:stretch;
}

table.table_box tbody tr {
width: 31.3%;
margin: 1%;
background-color: #F5F7FC;
		-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
display: flex;
flex-wrap: wrap;
}


table.table_box tbody tr td {
border: 0px !important;
padding: 30px;
width: 100%;
max-width: 100% !important;
  width: 100% !important;
	color: #191816 !important;
	font-weight: 400 !important;
	font-size: 17px;
	line-height: 27px !important;
}

table.table_box tbody tr td img{
margin: 0px auto;
  display: block;
}






.wpisy {
display: flex;
flex-wrap: wrap;
align-items:center;
width: 100%;
}


.wpis  {
width: 100%;
display: flex;
align-items:center;
		-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
	box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
border: 1px solid #E6E9F2 !important;
overflow: hidden;
margin: 15px 0px;
}


.wpisy .img {
width: 40%;
}

.wpisy .img img{
width: 100%;
vertical-align: middle;
}


.wpisy .img img {
display: block;
width: 240px;
height: 240px;
object-fit: cover;
		-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin: 20px auto;
}

.wpisy .txt {
width: 60%;
padding: 40px 80px;
}

.wpisy .txt small {
display: block;
  font-size: 12px;
}

.wpisy .txt a.nazwa {
color: #191816;
text-decoration: none;
font-size: 21px;
line-height: 33px;
font-weight: 600;
}

.wpisy .txt a.wiecej {
font-size: 12px !important;
font-weight: 600;
border: 0px !important;
color: #FFF !important;
padding: 18px 30px !important;
background: #003f9e ;
background: -webkit-linear-gradient(270deg,rgba(0, 63, 158, 1) 0%, rgba(27, 115, 251, 1) 100%);
background: -moz-linear-gradient(270deg,rgba(0, 63, 158, 1) 0%, rgba(27, 115, 251, 1) 100%);
background: linear-gradient(270deg,rgba(0, 63, 158, 1) 0%, rgba(27, 115, 251, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#003F9E",
  endColorstr="#1B73FB",
  GradientType=0
);
		-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
display: inline-block;
margin-top: 10px;
}











.paginacja {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 30px 0;
}

.paginacja a,
.paginacja strong {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 0px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

.paginacja a {
  background: transparent;
  color: #333;
  border: 0px solid #ddd;
}

.paginacja a:hover {
  background: #fff;
  border-color: #fff;
}

.paginacja strong {
  background: transparent;
  color: #000;
  border: 1px solid #0092D8;
  font-weight: 700;
  cursor: default;
}

.paginacja .img_nav {
  width: 22px;
  height: auto;
  vertical-align: middle;
  transition: transform 0.2s;
}

.paginacja a:hover .img_nav {
  transform: scale(1.1);
}



.paginacja a img {
 position: relative;
 top: 4px;
}







.glowna7nadrzedna .wpis  {
width: 31.3%;
display: flex;
flex-wrap: wrap;
align-items:center;
		-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
	box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
-moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.03);
border: 1px solid #E6E9F2 !important;
overflow: hidden;
margin: 1%;
}

 

.glowna7nadrzedna .wpisy .img {
  width: 100%;
}



.glowna7nadrzedna .wpisy .img img {
display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  margin: 0px auto;
}


.glowna7nadrzedna .wpisy .txt {
  width: 100%;
  padding: 30px 50px;
}


.glowna7nadrzedna .wpisy .txt a.nazwa {
  font-size: 18px;
  line-height: 29px;
}












footer {
	float:left;
	width:100%;
}	

footer .ramka{
	float:left;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}	

footer .ramka .box{
	float:none;
	text-align:center;
	display:inline-block;
	margin-left:20px;
	margin-right:20px;
}	

footer .ramka .box img{
	vertical-align:middle;
}	


footer .ramka2{
	float:left;
	width:100%;
	padding-bottom:50px;
	line-height:30px;
}	

footer .ramka2 .box{
	float:left;
	width:17.5%;
	padding-right:30px;
}	

footer .ramka2 .box b{
	color:#858585;
	font-weight:400;
	text-transform:uppercase;
}	

footer .ramka2 .box.boxnewsletter strong{
	font-size:20px;
	line-height:30px;
}

footer .ramka2 .box.boxnewsletter {
	font-size:16px;
	line-height:25px;
	width:30%;
}

footer .ramka2 .box.boxnewsletter .pole {
float:left;
}	

footer .ramka2 .box.boxnewsletter .pole input {
border:1px solid #CCCCCC;
padding:20px;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:15px;
}	



footer .ramka2 .box.boxnewsletter .pole2 {
float:left;
margin-left:20px;
}	


footer .ramka2 .box.boxnewsletter .pole2  .przycisk_niebieski {
border:0px;
padding: 20px 25px;
font-size:15px;
cursor:pointer;
}	

footer .ramka2 .box.boxnewsletter .row {
float:left;
width:100%;
margin-top:20px;
}	


footer .ramka2 .box.boxnewsletter .row b{
font-size:14px;
text-transform:none;
}	


footer .ramka3{
	float:left;
	width:100%;
	padding-top:30px;
	margin-top:20px;
	border-top:1px solid #CCCCCC;
	padding-bottom:50px;
}	

footer .ramka3 .link_stopka {
	text-transform:uppercase;
	font-size:13px;
	margin-right:30px;
}	


.link_stopka { color:#2B2A29;text-decoration:none;}
.link_stopka:hover {color:#F57705;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_czarny { color:black;text-decoration:none;}
.link_czarny:hover {color:#F57705;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.przycisk {font-size:18px;display:inline-block;color:black;text-decoration:none;padding:10px 20px; border:2px solid black;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.przycisk:hover {color:white;border-color:#F57605;background-color:#F57605;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk img { vertical-align:middle;margin-right:10px;}

.przycisk_bialy {font-size:18px;display:inline-block;color:black;text-decoration:none;padding:20px 30px; background-color:white;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.przycisk_bialy:hover {color:white;background-color:#F57605;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk_bialy img { vertical-align:middle;margin-left:30px;}


.przycisk_czarny {font-weight:600;cursor:pointer;font-size:18px;display:inline-block;color:white;text-decoration:none;padding:20px 30px; background-color:black;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.przycisk_czarny:hover {color:white;border-color:#F57605;background-color:#F57605;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk_czarny img { vertical-align:middle;margin-left:30px;}


.link_niebieski { color:#1B73FB;text-decoration:none;}
.link_niebieski:hover {color:#F57705;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk_niebieski {background-color:#1B73FB;display:inline-block;color:white;text-decoration:none;padding:10px 20px; -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
.przycisk_niebieski:hover {color:white;background-color:#F57605;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk_bialy img { vertical-align:middle;margin-left:30px;}


.boxpakiety.podstrony {
margin-bottom:100px;	
}	

.boxpakiety.podstrony  .box {
margin-bottom:100px;	
min-height:400px;
height:auto !important;
padding-bottom:50px;
}	


#tabs2 li a{
	font-weight:bold;
}	

#tabs2 li a.inactive{
	font-weight:400;
}	




	@media screen and (min-width: 0px) and (max-width:1780px) {

	
.glowna5.podrzedna .baner_tresc tr img {
  vertical-align: middle;
  width: 135%;
}


}





	@media screen and (min-width: 0px) and (max-width:1460px) {

	



.slick-prev {
  width: 64px;
  height: 64px;
  background-size: 100%;
}



.slick-next {
  width: 64px;
  height: 64px;
  background-size: 100%;
}




.baner .sekwencja {
  margin-left: -0.6% !important;
  margin-right: 1.6% !important;
}

.baner .sekwencja .box-txt {
  float: left;
  width: 100%;
  color: black;
  padding-left: 9%;
  max-width: 600px;
}


}






	@media screen and (min-width: 1181px) and (max-width:1400px) {

	

	 #nawigacja-menu li:first-of-type {
    display:none;
  }
	
	
	.baner .sekwencja .box-txt h1 {
  font-size: 22px;
  line-height: 34px;
}
	
	
	.baner .sekwencja .box-txt h1:first-line {
font-size:50px;
line-height:60px;
}
	
	
	
	}
	
	
		
	@media screen and (min-width: 0px) and (max-width:1380px) {

	
	.slick-dots {
  bottom: 10px;
}

}






	@media screen and (min-width: 0px) and (max-width:1340px) {

	


.trescdlaczegowarto h4 {
  font-size: 30px;
  line-height: 41px;
}


.trescdlaczegowarto table tr td {
  font-size: 19px;
  line-height: 26px;
}



}






	
	@media screen and (min-width: 0px) and (max-width:1300px) {

		
	
	.baner .sekwencja .box-txt {
  padding-left: 9%;
  max-width: 600px;
}

.boxpakiety .ramka2 .box .predkosc strong {
  font-size: 20px;
  line-height: 30px;
}

.boxpakiety .ramka2 .box .row b {
  font-size: 17px;
}

.baner_tresc tr img {
  width: 145%;
}

.boxpakiety .ramka2 .box .row {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 23px;
}


table.table_cennik td {
  font-size: 20px;
}


table.table_cennik tr td:last-of-type {
  font-size: 20px;
}



footer .ramka2 .box.boxnewsletter .pole2 .przycisk_niebieski {
  padding: 20px 15px;
}



}





	
	@media screen and (min-width: 1180px) and (max-width:1260px) {



  #nawigacja-menu li a {
    font-size: 16px !important;
  }



	}


	
	
		@media screen and (min-width: 0px) and (max-width:1200px) {


		
	.baner .sekwencja .box-txt h1 {
  font-size: 20px;
  line-height: 32px;
}
	
	
	.baner .sekwencja .box-txt h1:first-line {
font-size:40px;
line-height:50px;
}
	
	  .baner .sekwencja .box-txt {
    max-width: 500px;
  }
	
	.boxtaby .slider .sekwencja .txt h2 {
  font-size: 40px;
  line-height: 50px;
}


.trescdlaczegowarto table tr td {
  padding: 50px 40px;
}


.trescdlaczegowarto table tr td img {
  max-height: 90px;
}





	}
	
	
	
	
		@media screen and (min-width: 0px) and (max-width:1180px) {


		.glowna7nadrzedna .wpis {
  width: 46%;
	margin: 2%;
	}
	
	.wpisy .txt a.wiecej {
  font-size: 13px !important;
  text-decoration: none;
  padding: 10px 20px !important;
}

	.boxkontaktowy .boxkontakt {
  width: 98%;
	  margin-left: 1%;
  margin-right: 1%;
}


.boxkontaktowy .box {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
}


.boxtaby #tabs li a {
  font-size: 16px;
  padding: 9% 0px;
  margin-left: -0.5vw;
}


.boxonas .txt strong {
  font-size: 40px;
  line-height: 50px;
}

.przycisk_czarny {
  font-size: 14px;
  padding: 13px 30px;
}

.podstrona .ramka h1 {
  font-size: 50px;
  line-height: 62px;
}


.tresc h3, .tresc-podstrony h3 {
  font-size: 23px;
  line-height: 34px;
  font-weight: 700;
  max-width: 800px;
}

.tresc h2, .tresc-podstrony h2 {
  font-size: 25px;
  line-height: 36px;
}

.img_left tr td {
  width: 100%;
  padding: 0px 50px;
  order: 2;
}

.img_left tr td:nth-of-type(1) {
  order: 1;
  margin-bottom: 30px;
}


.tresc-podstrony ul li strong, .glowna9nadrzedna .tresc li strong {
  display: block;
  font-size: 20px;
  line-height: 32px;
}

.kontakt_dane tr td a {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.wpisy .txt {
  width: 60%;
  padding: 40px 30px;
}

.wpisy .img img {
  width: 150px;
  height: 150px;
}



}



	
	
	
	
	@media screen and (min-width: 0px) and (max-width:1080px) {

		.kontakt_dane tr td {
  max-width: 400px;
	}
	
	  .baner .sekwencja {
    margin-left: -0.6% !important;
    margin-right: 1.3% !important;
  }
	
	
		.boxtaby #tabs li a {
  margin-left: -0.8vw;
}

span.marker {
  width: 100%;
  display: block;
  padding: 50px 40px;
	font-size: 18px;
  line-height: 29px;
	}
	
	
	
	.baner_tresc tr td:nth-of-type(2) {
  padding: 40px 0px;
}

.glowna8nadrzedna .boxpakiety .ramka2 .box .predkosc strong {
    font-size: 16px;
    line-height: 21px;
    display: block;
  }
	
	
	}
	

	@media screen and (min-width: 0px) and (max-width:980px) {

		
		
				.kontakt_dane tr td {
  max-width: 300px;
	}
	.kontakt_dane tr td {
  padding: 50px 30px;
	}
	
	
.kontakt_call h2 {
  font-size: 23px;
  line-height: 36px;
}


.kontakt_call tr td a {
  font-size: 16px;
}



.top .box2 a.link_czarny:first-of-type span {
display: none;
}


.top a {
  padding: 10px 5px;
}


.top .ramka {
  font-size: 12px;
}



  .slick-next {
    width: 44px;
    height: 44px;
    background-size: 100%;
  }
	
	
  .slick-prev {
    width: 44px;
    height: 44px;
    background-size: 100%;
  }
	
	.przycisk_bialy {
  font-size: 15px;
  padding: 14px 20px;
}


  .baner .sekwencja .box-txt {
    max-width: 400px;
  }
	
	  .baner .sekwencja .box-txt h1 {
    font-size: 16px;
    line-height: 28px;
  }
	
	

.tresc-podstrony ul li, .glowna9nadrzedna .tresc li {
  width: 46% !important;
  margin: 2% !important;
	}
	
.slider2 table tbody tr td, .tresc div table tbody tr td {
  font-size: 12px;
  line-height: 19px;
}

  #tabs2 li {
    width: auto !important;
    float: none !important;
    text-align: center;
			margin: 0px 0px !important;
  }
	

	 #tabs2 {
    margin: 0px 0px -60px 0px;
    display: flex !important;
  }
	
	  #tabs2 li a {
    padding: 30px 10px !important;
  }

	
	
	  .slider2 table tbody tr td {
    font-size: 14px;
    line-height: 25px !important;
  }
	
	
	
}




	@media screen and (min-width: 0px) and (max-width:900px) {

		
		
		.boxtaby #tabs {
  float: left;
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: transparent !important;
}


		.boxtaby #tabs li a {
  transform: rotate(0deg);
  width: 100%;
  padding: 10px 5%;
	margin: 0px 0px;
}

.boxtaby .slider {
  float: left;
  width: 100%;
  background-color: #F8F9FD;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
	margin-bottom: 20px;
}

.boxtaby .slider .sekwencja {
  height: auto;
}

.boxtaby #tabs li {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
		}
		
		.tresc h3, .tresc-podstrony h3 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 700;
  max-width: 800px;
}

.tresc h3, .tresc-podstrony h3 {
  font-size: 20px;
  line-height: 32px;
}


table.table_cennik th {
  padding: 30px 10px;
  font-weight: 500;
}


table.table_cennik td {
  padding: 20px 10px;
	}
	
	  table.table_cennik td {
    font-size: 16px;
  }
	
		  .kontakt_call tr td:last-child {
    display: block !important;
		order: 1;
  }
	
	.kontakt_call tr td img {
  max-width: 350px;
  display: block;
  margin: 0px auto;
}

  .kontakt_call tr td {
    width: 100%;
    padding: 30px 4%;
    order: 2;
    text-align: center;
  }
	
	
	
	
	.glowna7nadrzedna .wpisy .txt {
  padding: 30px 30px;
}


		
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
	@media screen and (min-width: 0px) and (max-width:820px) {

.trescdlaczegowarto table tr td {
  margin: 1%;
  width: 48%;
}



.trescdlaczegowarto table tr td img {
  display: block;
	margin: 0px auto;
}



}

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

		

	  .baner .sekwencja .box-txt h1 {
    font-size: 15px;
    line-height: 22px;
  }
	
		.baner .sekwencja .box-txt h1:first-line {
font-size:30px;
line-height:40px;
}
	
	  .baner .sekwencja .box-txt {
    max-width: 300px;
  }
	
	  .boxpakiety .ramka2 .box {
    width: 90% !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
	
	  .boxonas .img {
    display: block !important;
    width: 100%;
		  height: 70vw;
			float: left;
    position: relative;
  }
	
	.boxonas .img img {
  width: 100%;
  height: 70vw;
  object-fit: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  left: 0;
  top: 0;
}

.img_right tr td {
  width: 100%;
  padding: 0px 50px;
  order: 1;
}

.img_right tr td:nth-of-type(1) {
  order: 1;
	margin-bottom: 30px;
}





.baner_tresc tr td:nth-of-type(1) {
  order: 1;
  width: 100%;
}



  .baner_tresc tr img {
    width: 120%;
  }


.baner_tresc tr td:nth-of-type(2) {
  order: 1;
  width: 100%;
}



}


	@media screen and (min-width: 0px) and (max-width:780px) {


.podstrona .ramka h1 {
  font-size: 40px;
  line-height: 52px;
}




	




}


	@media screen and (min-width: 0px) and (max-width:740px) {

		

.boxtaby .slider .sekwencja .img {
  float: left;
  width: 100%;
  position: relative;
}


.boxtaby .slider .sekwencja .txt {
  float: left;
  width: 100%;
  padding: 30px;
  font-size: 16px;
  line-height: 25px;
	text-align: center;
}


 .boxtaby .slider .sekwencja {
    height: auto;
    flex-wrap: wrap;
  }

.boxtaby .slider .sekwencja .img img {
  max-width: 400px;
  position: relative;
  left: 0px;
  bottom: 0px;
  margin: 0px auto;
  display: block;
  width: 80%;
}

.tresc-podstrony ul li, .glowna9nadrzedna .tresc li {
  padding: 40px 30px;
}



}



	@media screen and (min-width: 0px) and (max-width:720px) {

		

  .kontakt_dane tr td {
    width: 98%;
    max-width: 98%;
  }
	
	 .kontakt_dane tr td {
    margin: 20px 0px;
  }
	
	
		  .boxkontakt .ramka2 .box {
    padding: 20px 40px !important;
  }
	

	
	
	}
	
	
	@media screen and (min-width: 0px) and (max-width:680px) {

		

  header .boxy {
    width: 40%;
		margin-left: -10%;
  }

	  .boxy .przycisk {
    padding: 5px 10px;
    font-size: 13px;
    }

	.wpisy .img {
  width: 100%;
}

.wpisy .txt {
    width: 100%;
    padding: 40px 30px;
		text-align: center;
  }

	
	.wpis {
  flex-wrap: wrap;
}


	.glowna7nadrzedna  .wpisy .txt {
    text-align: left;
  }
	
	
	
	
}


	@media screen and (min-width: 0px) and (max-width:620px) {



	  #tabs2 li a {
    font-size: 12px !important;
  }
	
	
	
  .baner .sekwencja {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
	
	
  .tresc-podstrony ul li strong, .glowna9nadrzedna .tresc li strong {
    font-size: 18px;
    line-height: 28px;
  }
	
	  .glowna7nadrzedna .wpis {
    width: 96%;
    margin: 2% auto;
    max-width: 400px;
  }
	
	
	}
	
	

	@media screen and (min-width: 0px) and (max-width:580px) {

		

.top .box2 {
  margin-left: -80%;
}


.top img {
  vertical-align: middle;
  margin-right: 5px;
  height: 14px;
}

  .boxtaby #tabs li a {
    font-size: 12px;
  }
	
	
	  .img_right tr td {
    padding: 0px 30px;
  }
	
	
  .trescdlaczegowarto h4 {
    font-size: 22px;
    line-height: 35px;
  }
	
	
	  .trescdlaczegowarto table tr td {
    font-size: 16px;
    line-height: 22px;
  }
	
	  .trescdlaczegowarto table tr td {
    padding: 40px 25px;
  }
	
	.boxpakiety .ramka strong {
  font-size: 23px;
  line-height: 36px;
}


	.slider2 table td, .tresc div table td {
  padding: 9px 5px;
}


.slider2 table thead tr th, .tresc div table thead tr th {
  padding: 9px 5px;
}


  table.table_cennik th {
    padding: 20px 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
  }
	
	 table.table_cennik td {
    font-size: 13px;
    line-height: 17px;
  }
	
	table.table_cennik tr td:last-of-type {
  padding: 30px 20px;
	}
	
	  table.table_cennik tr td:last-of-type {
    font-size: 15px;
  }
	
	
	  .boxkontakt .ramka2 .box {
    padding: 20px 40px !important;
  }
	
}



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

  .baner .sekwencja .box-txt {
    padding-left: 4%;
    max-width: 200px;
  }
	
	  .przycisk_bialy {
    font-size: 12px;
    padding: 10px 20px;
  }
	
	.przycisk_bialy img {
  vertical-align: middle;
  margin-left: 10px;
}


.podstrona .ramka .baner-podstrona {
  width: 100%;
  height: 45vw;
	order: 1;
	margin-top: 30px;
	}
	
	
	  .podstrona .ramka h1 {
    font-size: 40px;
    line-height: 52px;
    width: 100%;
    text-align: center;
		order: 2;
		padding-top: 30px;
  padding-bottom: 30px;
  }
	
	  .boxpakiety .ramka2 .box {
    width: 80% !important;
  }
	
	.kontakt_call tr td a.call {
  font-size: 12px;
}

  .kontakt_call h2 {
    font-size: 19px;
    line-height: 29px;
  }
	
	
	  .slider2 table thead tr th, .tresc div table thead tr th {
    font-size: 9px;
    line-height: 12px;
  }
	
	
	
	
	}
	
	
	
.boxkontakt .ramka2 .box .info p {
padding:0px;
margin:0px;
}	


 #nawigacja-menu #li-2 {
	 display:none;
 }
	




 
 
 
.responsive3 .slick-track .sekwencja[data-slick-index="3"] .box-txt h1 {
  color:white;
}
 
 
 
	
	#strona99 .tresc-podstrony ul li {
    margin: 0% !important;

	}
 
 
 
#strona99 .podstrona {
display: none;
}








#strona99 .tresc-podstrony {
  padding-top: 0px !important;
}




#strona99 .tresc-podstrony h2 {
  font-size: 54px;
  line-height: 72px;
  font-weight: 600;
	display: block;
  margin: 0px auto;
}

#strona99 .tresc-podstrony h2 strong {
  font-size: 64px;
  line-height: 82px;
  font-weight: 600;
	display: block;
}


#strona99  .tresc-podstrony .mesh  h2 {
  font-size: 40px;
  line-height: 54px;
  font-weight: 400;
}



#strona99 .mesh big{
font-size: 26px;
  line-height: 42px;
  font-weight: 400;
	display: block;
	max-width: 1000px;
	margin: 0px auto;
	width: 100%;
}

#strona99 .tresc-podstrony h3 {
display: block;
  margin: 0px auto;
}



#strona99  .table_cechy {
background-color: #F5F7FC;
		-webkit-border-radius: 45px;
-moz-border-radius: 45px;
border-radius: 45px;
}



#strona99  .table_cechy tr {
display: flex;
flex-wrap: wrap;
width: 100%;
}



#strona99  .table_cechy tr td {
padding: 40px 50px;
width: 25%;
}


#strona99  .table_cechy tr td strong{
padding: 10px 0px;
display: block;
font-weight: 600;
font-size: 22px;
line-height: 34px;
}

#strona99  .tresc-podstrony ul, #strona99  .glowna9nadrzedna .tresc ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  align-items: stretch;
  margin: 20px 0%;
  padding: 0px 0px;
}


#strona99 .tresc-podstrony ul li, #strona99  .tresc li {
  width: 100% !important;
  margin: 10px 0px ;
  border: 0px solid #E6E9F2;
  padding: 5px 0px 5px 35px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0);
  -webkit-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0);
  -moz-box-shadow: 0px 12px 0px -4px rgba(11,21,78,0.0);
  background-color: #FFF;
	position: relative;
}

#strona99 .tresc-podstrony ul li:before, #strona99  .tresc li:before {
  width: 8px;
	height: 8px; 
  margin: 10px 0px;
  border: 0px solid #E6E9F2;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-color:#1B73FB;
	position: absolute;
	left: 0;
	top: 5px;
	content:'';
}





#strona99 .mesh {
width: 100%;
position: relative;
padding: 70px 0px;
margin: 30px 0px;
}



#strona99 .mesh:before {
width: 160%;
left: -30%;
height: 45%;
content:'';
background-color: #F5F7FC;
position: absolute;
bottom: 0px;
z-index: -1;
}






 
 
 
 
 
 
 
 	@media screen and (min-width: 0px) and (max-width:1480px) {

	

 
 #strona99 .tresc-podstrony h2 strong {
  font-size: 54px;
  line-height: 74px;
}
 
 
 
 
 }
 
 
  	@media screen and (min-width: 0px) and (max-width:1250px) {

	
 
 
 
   #strona99 .tresc-podstrony h2 strong {
    font-size: 44px;
    line-height: 59px;
  }
	
	#strona99 .tresc-podstrony h2 {
  font-size: 44px;
  line-height: 65px;
	}
	
	
	
	#strona99 .table_cechy tr td {
  padding: 40px 20px;
	
}

	#strona99 .table_cechy  {
  padding: 30px 40px;
	
}
	
	
	}
	
	
			@media screen and (min-width: 0px) and (max-width:1200px) {

	
	
	#strona99 .tresc-podstrony .mesh h2 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}


}


	
	
		@media screen and (min-width: 0px) and (max-width:1080px) {

	
 
		
	#strona99 .table_cechy tr td {
   width: 50%;
  }
	
	#strona99 .table_cechy tr td {
  padding: 0px 10px;
  }
	
	
	#strona99 .table_cechy tr td strong {
  font-size: 18px;
  line-height: 30px;
}
	
	
	
	}
	
	
	
	
	
  	@media screen and (min-width: 0px) and (max-width:980px) {

	
 
	
	  #strona99 .tresc-podstrony h2 strong {
    font-size: 34px;
    line-height: 49px;
  }
 
 
 
 }
 
 
 	
  	@media screen and (min-width: 0px) and (max-width:820px) {

	
 
   #strona99 .tresc-podstrony h2 {
    font-size: 34px;
    line-height: 55px;
  }
	
		#strona99 .tresc-podstrony .mesh h2 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
}

	
	}
	 	
		
		@media screen and (min-width: 0px) and (max-width:640px) {

	
		
		#strona99 .mesh big {
  font-size: 21px;
  line-height: 35px;
	
	
	}
	
	
	
		
  	@media screen and (min-width: 0px) and (max-width:580px) {

	
 
	  #strona99 .tresc-podstrony h2 strong {
    font-size: 28px;
    line-height: 40px;
  }
	
	  #strona99 .tresc-podstrony h2 {
    font-size: 28px;
    line-height: 40px;
  }
	
	}
	
	  	@media screen and (min-width: 0px) and (max-width:500px) {

	
	
	
		#strona99 .table_cechy tr td {
   width: 100%;
  }
	
	  #strona99 .table_cechy {
    padding: 30px 10px;
  }
	
	
	}
	


